html {
    scroll-behavior: smooth;
}

.footer-social-media-icons {
    display: flex;
    justify-content: center;
}

.about-banner {
    /* background-image: url(front/img/banner/about-banner.jpg); */
    /* background: rgb(2,0,36);
    background: linear-gradient(128deg, rgba(2,0,36,1) 0%, rgba(106,106,106,1) 38%, rgba(181,183,184,1) 100%); */
    /* background-color: #faf7ee; */
    /* background: rgb(250,247,238);
    background: linear-gradient(128deg, rgba(250,222,139,1) 0%, rgba(250,236,196,1) 55%, rgba(250,247,238,1) 100%); */
    background-color: #ffede8;
}

.fit-img-to-div {
    object-fit: cover;
}

.objectives .bdrb1 {
    border-bottom: 0px solid #E9E9E9;
}

.mt-20 {
    margin: 20px 0px;
}

.mt10 {
    margin-top: 10px;
}

.responsive {
    width: 100%;
    height: auto;
}

.pt0 {
    padding-top: 0px;
}

#key-features {
    padding: 20px 0px;
}

.invalid-feedback {
    display: block;
    font-weight: 100 !important;
    font-size: 14px !important;
}

.enroll-now-section {
    padding: 50px;
    margin: 30px 0px;
}

.logo-wvh {
    width: 20vh;
}

.w-35 {
    width: 35% !important;
}

.w25 {
    width: 25% !important;
}

.w60 {
    width: 60% !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt80 {
    margin-top: 80px !important;
}

#contact h2 {
    text-transform: uppercase;
}

#contact .iconbox-style1 {
    background-color: transparent;
}

#opportunity .img-w50 {
    width: 50% !important;
}

#companies .main-logo {
    width: 50%;
    margin-bottom: 25px;
}

#companies .last-logo {
    width: 40% !important;
}

#growth .h2-title {
    font-size: 1.9vw;
}

.navi_pagi_bottom_center.owl-theme .owl-dots {
    width: auto;
}

.navi_pagi_bottom_center.owl-theme .owl-nav {
    width: auto;
}

.freelancer-style1 {
    padding: 20px;
}

#investee-companies .icon-style1 {
    width: 25%;
    margin: auto;
}

/* #investee-companies .owl-nav {
    display: none;
}
 */
@media screen and (min-width: 1440px) and (max-width: 2560px) {
    .home6-cta-img {
        width: 35%;
        top: 25%;
        margin-right: 25px;
    }

    #companies .last-logo {
        width: 30% !important;
    }

    .about-section1-img {
        margin-bottom: auto;
        margin-top: auto;
    }

    .navi_pagi_bottom_center.owl-theme .owl-nav {
        display: block;
        position: absolute;
    }

    .navi_pagi_top_right.owl-theme .owl-dots,
    .navi_pagi_bottom_left.owl-theme .owl-dots,
    .navi_pagi_bottom_center.owl-theme .owl-dots {
        display: block;
        text-align: center;
    }

    #investee-companies .owl-nav {
        display: none;
    }
}


@media screen and (max-width: 1024px) and (min-width: 769px) {
    .home6-cta-img {
        width: 35%;
        margin-right: 25px;
        margin-top: auto;
        margin-bottom: auto;
    }

    #companies .last-logo {
        width: 30% !important;
    }

    .about-section1-img {
        margin-bottom: auto;
        margin-top: auto;
    }

    #investee-companies .owl-nav {
        display: none;
    }
}

@media screen and (max-width: 768px) and (min-width: 424px) {
    .home6-cta-img {
        width: 35%;
        margin-top: auto;
        margin-bottom: auto;
    }

    .logo-wvh {
        width: 15vh;
    }

    #companies .last-logo {
        width: 30% !important;
    }

    .about-section1-img {
        margin-bottom: auto;
        margin-top: auto;
    }

    #investee-companies .owl-nav {
        display: show;
    }
}

@media screen and (max-width: 425px) and (min-width: 319px) {
    .home6-cta-img {
        width: 50%;
        margin-top: auto;
        margin-bottom: auto;
    }

    #companies .owl-dots {
        display: none;
    }

    #companies .main-logo {
        width: 35%;
        margin-bottom: 25px;
    }

    #companies .last-logo {
        width: 20% !important;
    }

    #investee-companies .owl-nav {
        display: show;
    }
}

@media screen and (max-width: 320px) {
    .home6-cta-img {
        width: 65%;
        margin-top: auto;
        margin-bottom: auto;
    }
}


.advance-search-field {
    padding: 8px;
}

.advance-search-field .custom-dropdown {
    border-radius: 10px;
    background-color: #f1f3f5;
 
}

.advance-search-field .custom-dropdown .dropdown-toggle {
    line-height: 40px;
}


.advance-search-field .custom-dropdown .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    line-height: 1;
    border: none;
    display: inline-block;
    pointer-events: none;
}

.advance-search-field .custom-dropdown .dropdown-menu.show {
    border-radius: 10px !important;

}

.advance-search-field .custom-dropdown .btn.dropdown-toggle:hover {
    color: #1F4B3F;
}

.advance-search-field .btns .btn-wrap {
    padding: 10px 15px;
    line-height: 33px;
    border-radius: 10px;
}

@media screen and (max-width:767px) {
    .advance-search-field .btns .btn-wrap {
        /* padding: 10px 15px !important; */
        border-radius: 10px;
    }
      .advance-search-field .custom-dropdown .dropdown-toggle  {
        padding: 0;
      }
   .advance-search-field .custom-dropdown .dropdown-toggle  #selectedText {
        text-wrap: wrap;
        line-height: normal;
        display: block;
    }
    .advance-search-field .custom-dropdown{
        padding: 10px;
    }
}