.bg-white-important {
  background: white !important;
}

.text-accent {
    color: var(--accent-color);
}

.visionMission {
   padding: 100px 0;
   background-color: black;
}
.visionMission::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url('/front/images/banners/visionMission.jpg');
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.3;
}
.mission-vision-list .col-md-6:nth-child(2n+1) .mission-vision-item::after {
    display: none !important;
}

/***********************************
Loader
/************************************/
/* .preloader::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('https://img.freepik.com/premium-photo/urban-architectural-landscape-lujiazui-shanghai_1417-3701.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
} */
.loading-container, .loading {
    height: 280px;
    width: 280px;
}
#loading-icon {
    max-width: 180px;
}

.partner-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.our-faq-section .accordion-header .accordion-button {
    font-size: 18px;
}
.our-faq-section .accordion-header {
    margin-bottom: 0 !important;
}
/***********************************
HEADER	
/************************************/	

.navbar-brand img {
    max-height: 66px;
}
.page-header {
    padding: 160px 0 120px;
}

/***********************************
HOMEPAGE
/************************************/
.hero {
    padding: 200px 30px 50px;
}
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:150px;
    background: linear-gradient(to bottom, black 30%, transparent 100%);
    opacity: 0.5;
}
.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}






.export-coaching-step .icon-box i {
    font-size: 50px;
    color: #fff;
}

.potential-counter-content h3 {
    font-size: 18px;
}
.potential-counter-item .counter-circle h2 {
    font-size: 20px;
}

.teamHorizontal {
    display: flex;
    gap: 6px;
    align-items: center;
    height: auto;
    padding: 1rem;
    .team-image {
        margin-bottom: 0;
        flex: 0 0 30%;
        img {
            max-height: 420px;
        }
    }
    .team-content {flex: 1;}

    .team-social-icon ul {
        padding: 10px 10px;
    }
    .team-social-icon ul li {
        margin-right: 8px;
    }
    .team-social-icon ul li a {
        height: 22px;
        width: 22px;
    }
    .team-social-icon ul li a i {
        color: inherit;
        font-size: 8px;
    }
    .designation {
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        color: var(--white-color);
        background: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
        border-radius: 100px;
        padding: 5px 14px;
        margin-bottom: 10px;
    }
    .team-content {
        padding-inline: 14px;
    }
}
.pricing-box-list .pricing-box:nth-child(2) .team-member-item {
    flex-direction: row-reverse;
}
.socialIcon li a {
    border: 1px solid;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 42px;
    border-radius: 40px;
    text-align: center;
    transition: all 0.3s;
}
.socialIcon li a:hover {
    transform: scale(1.1);
    color: #fff;
}

.team-member-item.teamHorizontal:hover .team-social-icon {
    bottom: 0;
    transform: translateY(0);
}


.our-partners .company-logo {
    padding: 20px;

    img {
    width: auto;
    max-width: 100%;
    height: 100px;
    }

}
.expertise-image img {
    height: 75px;
    object-fit: cover;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.loader {
      position: relative;
      width: 120px;
      height: 120px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .wave {
      position: absolute;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.15);
      animation: wave 2.5s linear infinite;
    }

    .wave:nth-child(1) { animation-delay: 0s; }
    .wave:nth-child(2) { animation-delay: 0.8s; }
    .wave:nth-child(3) { animation-delay: 1.6s; }

    @keyframes wave {
      0% {
        transform: scale(0.6);
        opacity: 0.7;
      }
      100% {
        transform: scale(1.9);
        opacity: 0;
      }
    }
    .loader img {
      width: auto;
      height: 70px;
      z-index: 2;
    }

#social-share {
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 9999;
}
#social-share a img {
    height: 50px;
    transition: all 0.3s;
}


/***********************************
CONTACT
/************************************/

.contact-us-form form {
    .form-control {
        border-width: 1px;
        padding: 12px;
    }

    .form-control::placeholder {
        color: rgb(143, 143, 143);
    }

    label {
        font-weight: 500;
        color: var(--primary-color);
    }
}

@media only screen and (max-width: 768px) {
    .navbar {
        padding: 0;
    }
    .expertise-item {
        flex-basis: 100%;
        text-align: left;
    }
    .expertise-image img {
        height: 75px;
        max-width: 75px !important;
    }
    .teamHorizontal {
        flex-direction: column !important;
    }
    .our-partners .company-logo {
        img {
            width: auto;
            height: auto;
        }
    }
}

@media only screen and (max-width: 1366px) {
    .export-coaching-step {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .export-coaching-step {
        padding-top: 80px;
    }
}

