

:root {
    --font-default: "Outfit", sans-serif;
    --font-heading: "Outfit", sans-serif;
    --fontawesome: "Font Awesome 5 Pro";
    --black: #000000;
    --dark: #1f2b38;
    --dark-secondary: #022b6d;
    --dark-optional: #3e00a7;
    --white: #ffffff;
    --color-primary: #1596e6;
}

.services-style-one-item .btn i {
    top: 14px;
    margin: 0;
}

.banner-style-one .strategy .item i {
  
    font-weight: 900;
}
.banner-style-one .strategy .item {
    position: absolute;
    left: -50px;
    bottom: 40%;
    display: flex;
    background: var(--white);
    padding: 25px 30px;
    border-radius: 10px;
    align-items: center;
    border: 1px solid #e7e7e7;
}
.banner-style-one .strategy .item strong {
    display: block;
    /* font-size: 20px; */
    letter-spacing: .6px;
    color: var(--color-heading);
    margin-bottom: 1px;
}

.sticked {
    position: fixed !important;
    width: 100%;
    top: 0;
    animation: sticky .4s;
    box-shadow: var(--box-shadow);
    z-index: 9999;
    background: #1f2b38 !important;
    color: rgb(0, 0, 0);
}

.validnavs a {
    font-weight: 700;
    text-transform: capitalize;
    background: transparent;
}


.btn i {
    position: relative;
    margin-left: 5px;
    font-weight: 900;
    /* font-size: 20px; */
    transform: rotate(-45deg);
    top: 2px;
}

.testimonial-style-one-carousel .swiper-nav-left .swiper-button-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 free";
    display: block;
    height: 40px;
    width: 40px;
    background: var(--white);
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    border-radius: 50%;
    color: var(--color-heading);
}
.testimonial-style-one-carousel .swiper-nav-left .swiper-button-next:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 free";
    display: block;
    height: 40px;
    width: 40px;
    background: var(--white);
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    border-radius: 50%;
    color: var(--color-heading);
}
nav.navbar.validnavs .navbar-toggle i {
    /* font-weight: 900; */
    /* color: white; */
}
@media only screen and (max-width: 1023px) {
nav.navbar.validnavs.navbar-fixed.no-background {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 100;
    padding: 30px;
    padding: 20px;
    box-shadow: 0 8px 25px #0000000a;
}}
@media (max-width: 1023px) {
    nav.navbar.validnavs li.dropdown a.dropdown-toggle:before {
        font-family: var(--fontawesome);
        font-weight: 400;
        content: "";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        display: none;
    }

}
nav.navbar.validnavs ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "";
    font-family: var(--fontawesome);
    margin-left: 7px;
    border: none;
    font-weight: 400;
    transition: all .35s ease-in-out;
    top: 1px;
    position: relative;        display: none;

}
@media (max-width: 768px) {
    .navbar .navbar-toggle {
        display: inline-block;
    }
    
    .collapse-mobile {
        display: none;
        flex-direction: column;
        background-color: #333;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
    
    .collapse-mobile.show {
        display: flex;
    }
    
    .overlay-screen {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /* height: 100%; */
        background: rgba(0, 0, 0, 0.5);
        z-index: 10;
    }
    
    .overlay-screen.active {
        display: block;
    }

}

a{
    text-decoration: none;
}

@media only screen and (max-width: 850px) {
    .banner-style-one .row div.banner-one-thumb {
        /* height: auto; */
        display: none;
    }
}
