.text-dark-blue {
    color: #0c345e;
}

.border-dark-blue {
    border-color: #0c345e !important;
}

.nav-item:hover>.nav-link {
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #fff, #0c345e, rgba(255, 255, 255, 0));
    border-image-slice: 1;
    /* width:100%; */
}

.nav-active {
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #fff, #0c345e, rgba(255, 255, 255, 0));
    border-image-slice: 1;
    /* width:100%; */
}

.text-dark-black {
    color: #071c2c;
}

.border-dark-black {
    border-color: #071c2c;
}

.hover-btn {
    position: relative;
    overflow: hidden;
}

.hover-btn:hover {
    color: #fff;
    border-color: #0c345e;
}

.hover-btn::after {
    content: "";
    background-color: #0c345e;
    position: absolute;
    left: -500px;
    width: 300px;
    height: 100%;
    margin-top: -10px;
    z-index: -1;
    transition: .2s;
    border-radius: 25px;
}

.hover-btn:hover::after {
    left: 0;
}

* {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Nav */
.header-nav {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 1px #a0a0a0b0;
}

/* Home */
.banner {
    /* background-image: url(/images/header/rev-banner.jpg); */
    /* width: ; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 40em;
    position: absolute;
    top: 0;
}

.banner-home {
    /* background-image: url(/images/header/rev-banner.jpg); */
}

.text-banner {
    position: absolute;
    top: 20%;
    bottom: 50%;
    transform: translateX(-50%, -50%);
}

.btn-about-banner {
    border: 0.5px solid #0c345e;
    border-radius: 25px;
    padding: 10px 60px;
}

.btn-consultation {
    border: 0.5px solid #0c345e;
    border-radius: 25px;
    padding: 10px 20px;
}

.font-weight-bold {
    font-weight: bold;
}

.choose-us {
    height: 35em;
}

/* Services */
.bg-services {
    /* background-image: url(/images/front-end/home/bg-services.jpg); */
    background-repeat: no-repeat;
    background-size: contain;
    height: 40em;
    /* width: 100vw; */
    position: absolute;
    left: 0;
    z-index: -1;
}

.offer-title {
    /* position: absolute; */
    margin-bottom: -20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.offer-title span {
    padding: 10px 50px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}

.offer-title .btn:hover {
    background-color: #071c2c;
    color: #fff;
    border: none;
}

.offer-image-quanti {
    /* background-image: url(/images/front-end/home/services-1.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    border-radius: 25px;
    border: 0.5px solid #0c345e;
}

.offer-image-quali {
    /* background-image: url(/images/front-end/home/services-2.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    border-radius: 25px;
    border: 0.5px solid #0c345e;
}

.offer .btn {
    border: none;
}

/* Different */
.how-different {
    /* background-image: url(/images/header/obj-banner.jpg); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 35em;
    margin-top: 20px;
}

.get-in-touch {
    padding: 8px 50px;
    border-radius: 25px;
    background-color: #0c345e;
    color: #fff;
}

/* Articles */
.articles .card {
    border-start-start-radius: 25px;
}

/* Footer */
.footer-contact {
    font-size: .9em;
}

/* About */
.about-title {
    height: 35em;
}

.page-gap {
    height: 35em;
}

.about-research {
    height: 25em;
    /* background-image: url(/images/front-end/about/obj-1.jpg); */
    background-repeat: no-repeat;
    background-position: right;
}

.about-image {
    height: 150px;
    width: auto;
}

.about-meet-bg {
    /* background-image: url(/images/front-end/home/bg-services.jpg); */
    background-repeat: no-repeat;
    background-size: contain;
}

/* Services */
.services-quanti-bg {
    /* background-image: url(/images/front-end/services/img-quanti.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 25px;
    /* border: 0.5px solid #0c345e; */
}

.services-quali-bg {
    /* background-image: url(/images/front-end/services/img-quali.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 25px;
    /* border: 0.5px solid #0c345e; */
}

.quanti-icon {
    width: 1em;
}

/* Articles */
.free-consult-btn {
    padding: 10px 60px;
    border: 0.5px solid #0c345e;
    border-radius: 25px;
}

.banner-articles {
    /* background-image: url(/images/front-end/articles/banner.jpg); */
}

/* Contact */
.contact {
    /* background-image: url(/images/front-end/contact/object-1.jpg); */
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: right;
}

.banner-contact {
    /* background-image: url(/images/front-end/contact/banner.jpg); */
}

.contact-icon {
    width: 2.5em;
    padding: 10px;
}

.contact-submit-btn {
    border-radius: 25px;
    border-color: #0c345e;
    font-weight: bold;
    padding: 10px 0;
}