html {
    scroll-behavior: smooth !important;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    background: #fff;
    overflow-x: hidden;
    /* overflow: scroll; */
    /* height: 100vh; */
    padding: 0px;
    /* overscroll-behavior: none; */
}

p {
    font-size: 1.15rem;
    line-height: 25px;
}

* {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    scroll-behavior: smooth;
    box-sizing: border-box;
}


body::-webkit-scrollbar {
    width: .5em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #030f0f;
    outline: 1px solid #030f0f;
    border-radius: 8px;
}

.font-noto-sans {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.font-rubik {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.top-nav-collapse {
    background-color: #060B3D !important;
    border: 0px !important;
    -webkit-box-shadow: -1px 3px 4px 3px rgba(2, 3, 15, 0.79);
    box-shadow: -1px 3px 4px 3px rgba(2, 3, 15, 0.79);
}

nav#navbar {
    height: 80px;
    border-bottom: 1px solid #ffffff54;
    transition: background 0.3s ease-in-out;
}

.navbar:not(.top-nav-collapse) {
    box-shadow: none;
    background: #242663;
}

.menu-mob {
    display: none;
}

.navbar-toggler {
    outline: 0px;
    border: 0px !important;
    box-shadow: none;
    padding: 0;
    z-index: 9999;
}

li.nav-item a {
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 28.8px;
}

li.nav-item a i {
    font-size: 1.2rem;
    font-weight: 500;
}

li.nav-item::after,
footer li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fff !important;
    transition: all 0.5s ease;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
}

li.nav-item:hover:after,
footer li a:hover::after,
li.nav-item.active:after {
    width: 100%;
}

.no-hover::after {
    content: none !important;
}

.text-theme-orange {
    color: #FAA81A;
}

.text-theme-black {
    color: #555555;
}

.text-theme-blue {
    color: #242663;
}

.banner-text img {
    width: 8rem;
}

.banner-text h1 {
    font-weight: 800;
    line-height: 66px;
    font-size: 3.5rem;
}

.banner-text h3 {
    font-weight: 400;
    line-height: 25px;
}

.banner-text {
    width: 35%;
    height: 50%;
    top: 15%;
    left: 6%;
}

.btn-theme-dark-blue {
    background-color: #242663;
    color: #fff;
    line-height: 28px;
    border: 1px solid #242663;
    transition: all 0.5s ease-in-out;
}

.btn-theme-dark-blue:hover,
.btn-theme-dark-blue:focus {
    background-color: transparent;
    color: #242663;
}

.btn-theme-dark-orange {
    background-color: #FAA81A;
    color: #292F36;
    line-height: 28px;
    border: 1px solid #FAA81A;
    transition: all 0.5s ease-in-out;
}

.btn-theme-dark-orange:hover,
.btn-theme-dark-orange:focus {
    background-color: transparent;
    color: #FAA81A;
}

.slick-dots {
    bottom: 3%;
}

.slick-dots li {
    width: 25px;
    height: 25px;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FAA81A;
}


.products-slider .slick-dots {
    bottom: 0%;
}

.heading {
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0.02em;
}

.services-corner-element {
    position: absolute;
    width: 23%;
    top: -10%;
    right: 81%;
}

.services-wrapper img {
    width: 8rem;
    height: 8rem;
}

.services-wrapper {
    border: 1px solid #292930;
    border-radius: 40px;
}

.story-corner-element {
    position: absolute;
    width: 25%;
    top: -40%;
    right: 0%;
}

.section-divider img:not(.section-divider .divider-full) {
    opacity: 0;
}

.section-divider .divider-full {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.vision-corner-element {
    position: absolute;
    width: 25%;
    top: -35%;
    left: 40%;
}

.mission-corner-element {
    position: absolute;
    width: 25%;
    left: -10%;
    top: -25%;
}

.contact-us-links img {
    width: 25px;
    height: 25px;
    margin-right: 1.7rem;
    margin-top: .3rem;
}

.contact-us-links {
    color: #292F36;
    font-weight: 500;
    font-size: 1.15rem;
    line-height: 28.8px;
    display: flex;
    align-items: flex-start;
}

.contact-us-links span,
.contact-us-links a,
.contact-us-links a:hover,
.contact-us-links a:focus {
    font-weight: 600;
    color: #292F36;
    font-size: 1.15rem;
    line-height: 28.8px;
    text-decoration: none;
}

.contact-us-links.white span,
.contact-us-links.white a,
.contact-us-links.white a:hover,
.contact-us-links.white a:focus {
    color: #fff;
    font-size: 1.1rem;
}

.contact-us {
    background: rgb(255 248 235 / 50%);
    border-radius: 40px;
    box-shadow: 0px 4px 10px 0px #00000040;
}

iframe.maps {
    width: 100%;
    height: 380px;
    border-radius: 40px;
}

.contact-corner-element {
    position: absolute;
    width: 15%;
    bottom: 0%;
    left: 0%;
}

footer {
    background: #242663;
}

.footer-logo {
    width: 12rem;
}

.contact-us-links.white svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    margin-top: 0.3rem;
}

.footer-list li a {
    font-size: 1.15rem;
    color: #fff;
    line-height: 25px;
}

.copyright,
.copyright a {
    text-align: center;
    color: #EBEBF5;
    font-size: 1rem;
}

.whatsapp-button {
    position: fixed;
    bottom: 7%;
    right: 2%;
    width: 4%;
}

.whatsapp-button img {
    width: 100%;
}

.slick-prev {
    border-radius: 6px;
    width: 30px !important;
    left: -40px;
    z-index: 99;
    height: 30px;
    background: rgb(250 168 26 / 40%);
    border: 1px solid rgb(250 168 26 / 40%);
    transition: all 0.3s ease-in-out;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #fff;
    border-color: rgb(250 168 26 / 100%);
}


.slick-prev:before {
    content: '' !important;
    background: url('../media/prev.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 0.9rem;
    display: block;
    height: .9rem;
    margin: auto;
}

.slick-next {
    border-radius: 6px;
    width: 30px !important;
    right: -40px;
    z-index: 99;
    height: 30px;
    background: rgb(250 168 26 / 40%);
    border: 1px solid rgb(250 168 26 / 40%);
    transition: all 0.3s ease-in-out;
}

.slick-next:before {
    content: '' !important;
    background: url('../media/next.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 0.9rem;
    display: block;
    height: .9rem;
    margin: auto;
}
.products-slide{
    position: relative;
}

/* .products-slide img:before{
    content: '';
    position: absolute;
    background: url('../media/image-bg.png');
    width: 100%;
    height: 100%;
} */
/************** MEDIA QUERIES ***********/

@media screen and (min-width:1600px) {}


@media screen and (min-width:1800px) {

    .navbar-dark li.nav-item a.nav-link {
        font-size: 1.3rem !important;
    }

    .h1,
    h1 {
        font-size: 2.8rem !important;
    }

    p {
        /* font-size: 1.4rem; */
    }
}

.nav-phone-icon {
    width: 1.3rem;
    height: 1.3rem;
}

@media (max-width: 450px) {
    .footer-logo {
        width: 8rem;
    }

    .banner-text .btn-theme-dark-blue {
        font-size: .9rem !important;
        padding: 0px 6px !important;
    }

    nav#navbar {
        height: 70px;
    }

    .contact-corner-element {
        width: 25%;
        bottom: 2%;
    }

    .mission-corner-element {
        width: 25%;
        left: -10%;
        top: -25%;
    }

    .vision-corner-element {
        top: -10%;
        left: 70%;
    }

    .story-corner-element {
        width: 40% !important;
        top: -9% !important;
        right: -5% !important;
    }

    .services-corner-element {
        width: 35%;
        top: 2% !important;
        right: 73%;
    }

    .banner-text img {
        width: 2.5rem !important;
    }

    .banner-text h1 {
        font-weight: 800 !important;
        line-height: 20px !important;
        font-size: 1.2rem !important;
    }

    .banner-text h3 {
        font-weight: 400 !important;
        line-height: 16px !important;
        font-size: 1rem !important;
    }

    .banner-text {
        width: 40% !important;
        height: auto !important;
        top: 5% !important;
        left: 4% !important;
    }

    .whatsapp-button {
        width: 9% !important;
    }
}

@media (max-width: 991px) {
    .whatsapp-button {
        bottom: 2%;
        right: 2%;
        width: 6%;
    }

    .banner-text .btn-theme-dark-blue {
        font-size: 1.1rem;
        padding: 7px 13px;
    }


    .contact-corner-element {
        width: 15%;
    }

    .mission-corner-element {
        width: 25%;
        left: -10%;
        top: -25%;
    }

    .vision-corner-element {
        top: -10%;
        left: 70%;
    }

    .services-corner-element {
        top: -2%;
    }

    .banner-text img {
        width: 5rem;
    }

    .banner-text h1 {
        font-weight: 800;
        line-height: 40px;
        font-size: 2rem;
    }

    .banner-text h3 {
        font-weight: 400;
        line-height: 34px;
        font-size: 1.8rem;
    }

    .banner-text {
        width: 37%;
        height: auto;
        top: 10%;
        left: 5%;
    }
}


@media (max-width: 1024px) {
    .mission-corner-element {
        width: 30%;
        left: 70%;
        top: -7%;
    }

    .vision-corner-element {
        top: -10%;
        left: 70%;
    }

    .story-corner-element {
        width: 30%;
        top: -25%;
        right: -3%;
    }

    .call-tooltip img {
        width: 20px;
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }

    .call-tooltip.show {
        transform: translateX(0);
    }

    .call-tooltip {
        position: absolute;
        width: 300px;
        height: 60px;
        background: #212879;
        right: -45%;
        top: 135%;
        padding: 1rem .5rem;
        color: #fff;
        font-weight: 500;
        font-size: 0.9rem;
        transition: transform 0.5s ease-in-out;
        transform: translateX(1000%);
        z-index: 99;
    }

    .call-tooltip:before {
        content: '';
        background: #212879;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -9px;
        transform: rotate(45deg);
        right: 5%;
    }

    li.nav-item a i {
        font-size: 1.6rem;
    }

    .nav-phone-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .navbar-toggler span {
        display: block;
        width: 30px;
        height: 3px;
        margin: auto;
        margin-bottom: 5px;
        transition: all 400ms linear;
        cursor: pointer;
    }

    .navbar-toggler span {
        background-color: #fff;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }

    .menu-mob {
        position: fixed;
        width: 75%;
        height: 90vh;
        transform: translateX(100%);
        top: 0px;
        display: block;
        background: #1c1d37;
        transition: transform 0.5s ease-in-out;
        z-index: 999;
        right: 0;
        padding: 5rem .5rem;
    }

    .menu-mob.show,
    .menu-mob.collapsing {
        transform: translateX(0%);
    }
}

@media screen and (min-width:1024px) {}

@media screen and (min-width: 800px) and (min-height: 270px) {}