/* Custom CSS */
.theme-btn,
.hero-2 .single-slide .hero-contents a {
    color: #fff;
}
@media (max-width: 470px) or ((min-width: 1200px) and (max-width: 1400px)) or ((min-width: 1600px) and (max-width: 1780px)){
    header .header-btn-cta > a {
        font-size: 0px!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    header .header-btn-cta a > i {
        font-size: 16px;
        margin: 0;
    }
}
@media (max-width: 767px){
    .header-right.d-flex.align-items-center {
        bottom: unset!important
    }
    header .header-logo img {
        height: auto!important;
    }
}
@media (min-width: 768px){
    header .header-btn-cta {
        display: none;
    }
    header .main-header-wraper .header-logo {
        order: 1;
    }
    header .main-header-wraper .header-right {
        order: 2;
    }
    header .main-header-wraper .header-menu {
        order: 3;
    }
}
@media (max-width: 700px){
    header .header-logo {
        max-width: 280px;
    }
}
@media (max-width: 580px){
    header .header-logo {
        max-width: 220px;
    }
}


.preloader .animation-preloader {
    text-align: center;
}
.preloader p  {
     padding-top: 15px;
 }
.preloader-logo {
    display: inline-flex;
}
.preloader-logo img {
  max-width: 100px;
}


















header .top-header {
    background-color: #336bb4!important;
}
header .top-header .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
header .top-header .row > div {
    display: inline-flex;
    width: auto;
    flex: initial;
    max-width: unset;
    padding: 0;
}
header .top-header .row > div:first-child .header-cta ul li:last-child::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    width: 2px;
    height: 20px;
    right: 0;
}
header .top-header ul li a {
    transition: 0.3s;
}
header .top-header ul li a:hover,
header .top-header ul li a:active,
header .top-header ul li a:focus,
header .header-right-cta .social-profile a:hover,
header .header-right-cta .social-profile a:active,
header .header-right-cta .social-profile a:focus {
    color: #000!important;
}
header .header-right-cta {
    font-size: 0px;
}

header .header-right-cta .social-profile {
    display: inline-flex;
    margin: 0
}
header .header-right-cta .social-profile a {
    color: #fff!important;
}
header .header-right-cta .social-profile
header .header-right-cta .lan-select {
    display: none;
}
header.header-2 .main-menu ul > li > a {
    text-transform: none;
}





.page-banner-wrap::before {
    background-color: #336bb4;
    display: none;
}



.brand-carousel-active {
  border: 0;
  padding-top: 40px;
}
.client-brand-logo-wrap h2 {
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #e8e8eb;
}







/* nn social */
.nn-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 12px;
    bottom: 90px;
    z-index: 2147483647;
}
.nn-social a {
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50%;
}
.nn-social a.whatsapp {
    background-color: #25d366;
}
.nn-social a,
.nn-social a i {
    font-size: 30px;
    color: #fff;
    transition: 0.3s;
    font-weight: 400;
}
.nn-social a:hover,
.nn-social a:focus,
.nn-social a:active {
    opacity: 0.9;
    transform: scale(1.1);
}







footer .nn-col {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 215px;
}

@media (max-width: 767px){
    footer .nn-col {
        padding-left: 30px;
        padding-right: 30px;
        min-width: 250px;
    }
}



/* Gallery Popup */
/* optionally hide arrows until image is displayed */
.mfp-s-loading .mfp-arrow { 
   display: none;
}


.mobile-nav .sidebar-nav .metismenu a {
    text-transform: none;
}