@font-face {
    font-family: 'productR';
    src: url(../assets/fonts/product_sans_regular-webfont.woff);
    font-display: swap;
}

@font-face {
    font-family: 'productB';
    src: url(../assets/fonts/product_sans_bold-webfont.woff);
    font-display: swap;
}

@font-face {
    font-family: 'productI';
    src: url(../assets/fonts/product_sans_italic-webfont.woff);
    font-display: swap;
}

body {
    font-family: 'productR', 'Open Sans', Arial, sans-serif;
    font-display: swap;
    color: #231f20;
}

p {
    margin: 0px;
    font-size: 1.1vw;
    line-height: 1.6;
    color: #58595b;
}

.anton-text {
    font-family: 'Playfair Display', 'Open Sans', Arial, sans-serif;
    font-display: swap;
}

.purple-text {
    color: #704183 !important;
}

.section-head {
    font-size: 2.2vw;
    margin-bottom: 1vw;
}

.divider {
    width: 100%;
    height: 1px;
    background: #231f20;
}

img {
    -webkit-object-fit: contain;
    object-fit: contain;
    -webkit-object-position: center center;
    object-position: center center;
}

@media( max-width: 767px) {
    p {
        margin: 0px;
        font-size: 16px;
    }
    .section-head {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .content-section {
        padding: 50px 0px;
    }
}

@media( min-width: 1200px) {
    .col-xl-10 {
        max-width: 69.37% !important;
        min-width: 1110px !important;
    }
}


/*-----------------------------LOGO AREA---------------------*/

.logo-wrap img {
    height: 3.2vw;
}

.logo-wrap {
    padding: 2vw 0;
}

#thank .logo-wrap {
    background: #005a60;
}

@media(max-width: 767px) {
    .logo-wrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .logo-wrap img {
        height: 30px;
    }
}

.fixed-btn {
    position: fixed;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
    width: 80px;
    padding: 10px;
    background: #d9b25d;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    z-index: 99;
}

.fixed-btn a {
    text-decoration: none !important;
}

.fixed-btn p {
    color: #000000;
    font-family: 'productB' 'Open Sans', Arial, sans-serif;
    font-display: swap;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    margin-top: 3px;
}

.more-faqs,
.more-faqs-on-mobile {
    display: none;
}

.show-more-faqs {
    width: 3vw;
    cursor: pointer;
    border-radius: 50%;
    transform: rotateX(0);
    transition: all 0.3s ease-in-out;
}

.show-more-faqs.active {
    transform: rotateX(180deg);
}


/*---------------------------BANNER AREA---------------------------------------*/

#banner-wrap {
    padding: 0;
    position: relative;
    background: #005a60;
}

.banner-slide-01 {
    background-image: url(../assets/banner-slide-01.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-slide-02 {
    background-image: url(../assets/banner-slide-02.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-slide-03 {
    background-image: url(../assets/banner-slide-03.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner-wrap .owl-theme {
    z-index: 1;
}

#banner-wrap .owl-theme .owl-dots {
    position: absolute;
    bottom: 2vw;
    left: min( calc( 15.315vw + 15px), calc( ( 100vw - 1110px) / 2));
    margin: 0;
    transform: translateX(-5%);
}

#banner-wrap .owl-theme .owl-dots .owl-dot span,
.testimonial-slider.owl-theme .owl-dots .owl-dot span {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #ffffff;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #58595b;
}

#banner-wrap .owl-theme .owl-dots .owl-dot.active span,
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #dab35d;
    border: 2px solid #dab35d;
}

#banner-wrap h1 {
    color: #fff;
    font-size: 2.5vw;
    margin-bottom: 1vw;
}

#banner-wrap hr {
    margin: 1vw 0;
    background: #fff;
    border: none;
    height: .3vw;
    width: 4vw;
}

#banner-wrap h5 {
    font-family: 'productB', 'Open Sans', Arial, sans-serif;
    font-display: swap;
    color: #deb85d;
    font-size: 1.3vw;
    font-style: italic;
}

.banner-btn {
    background: #fff !important;
    color: #005a60 !important;
    text-transform: uppercase;
    font-size: .7vw;
    letter-spacing: 2px;
    font-family: 'productB', 'Open Sans', Arial, sans-serif !important;
    font-display: swap;
    padding: 1.2vw 3vw;
    border: 2px solid #005a60 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 1vw;
    margin-bottom: 1.1vw;
}

#banner-wrap .inner-row {
    min-height: 30vw;
    padding: 2vw 0 5vw;
}

.form-wrap {
    position: absolute;
    width: 25.45vw;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: min( calc( 15.315vw + 15px), calc( ( 100vw - 1110px) / 2));
    background: #dab35d;
    border: 3px solid #ffffff;
    border-radius: 1vw;
    padding: 1.8vw 1vw;
}

.form-wrap .section-head {
    font-size: 1.9vw;
    color: #015b60 !important;
}

.form-wrap p {
    color: #015b60;
    font-size: 11px;
    line-height: 1.3;
}

.form-control {
    background: transparent !important;
    font-size: 0.73vw;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff !important;
    padding-left: 0px;
    padding-bottom: 0.1em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #015b60;
    height: auto !important;
}

option {
    color: #222 !important;
    font-size: 15px;
}

select.form-control {
    background: url(../assets/icons/down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 20px !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #015b60 !important;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #015b60 !important;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #015b60 !important;
}

form .btn-custom {
    background: #fff !important;
    color: #222 !important;
    font-size: 0.73vw;
    font-family: 'productB', 'Open Sans', Arial, sans-serif !important;
    font-display: swap;
    padding: 0.7em 4em;
    border-radius: 50px !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    margin-top: 1vw;
}

.form-row p {
    color: #015b60;
}

@media( max-width: 767px) {
    .form-wrap {
        padding: 30px 20px;
    }
    .form-control {
        font-size: 15px;
    }
    .btn-form {
        font-size: 12px;
        padding: 5px 30px;
    }
    form .btn-custom {
        font-size: 12px;
        padding: 6px 30px;
    }
    select.form-control {
        background: url(../assets/icons/down.svg) !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        background-size: 15px !important;
    }
    .form-wrap {
        padding: 40px 0;
    }
}


/*------ thankyou page banner -----------*/

#thank #banner-wrap h1 {
    font-size: 6.8vw;
}

#thank #banner-wrap h5 {
    font-size: 1.8vw;
}

@media( max-width: 767px) {
    #thank #banner-wrap {
        padding-bottom: 30px;
    }
}


/*---------------------------ABOUT AREA---------------------------------------*/

.overview-section {
    background: rgba(222, 183, 93, 0.15);
    padding: 4vw 0;
}

.overview-section h3 {
    background: #dab35d;
    color: #ffffff;
    font-size: 1.1vw;
    display: inline-block;
    line-height: 1;
    padding: 0.15em 1em 0.03em 0.3em;
    min-width: 7vw;
}

.overview-section h2 {
    font-size: 1.5vw;
    color: #0c6b6e;
    margin: 0;
}

#about-wrap {
    padding: 4vw 0;
}

#about-wrap img {
    height: 3.5vw;
}

#about-wrap h4 {
    font-size: 1.42vw;
    position: relative;
}

.about-details .anton-text:last-child h4:after {
    display: none;
}

#about-wrap .sep {
    width: 3px;
    height: 2vw;
    background: #a3a3a3;
    border-radius: 10px;
}

@media (max-width: 767px) {
    #about-wrap p br {
        display: none;
    }
    #about-wrap .sep {
        width: 3px;
        height: 50px;
        background: #dedfe0;
    }
    #about-wrap img {
        min-height: auto;
    }
    #about-wrap h4 {
        font-size: 20px;
        position: relative;
        display: block;
        height: 100%;
    }
    #about-wrap h4:after {
        position: absolute;
        content: "";
        top: 2px;
        right: -5px;
        bottom: 2px;
        width: 5px;
        background: #ededed;
    }
    .about-details .anton-text:last-child h4:after,
    .about-details .anton-text:nth-child(2) h4:after {
        display: none;
    }
}


/*-----------------------OVERVIEW---------------------*/

#overview-wrap {
    padding-top: 5vw;
}

#overview-wrap h2 {
    position: relative;
}

#overview-wrap h2:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 2vw;
    background: #dfb95d;
}

@media( max-width: 767px) {
    #overview-wrap h2:after {
        width: 40px;
    }
}


/*-----------Why wrap-------------------------*/

.why-wrap {
    background: #005a60;
    padding: 4vw 0;
}

.why-wrap .section-head {
    color: #deb75d;
    margin-bottom: 1.5vw;
}

.why-wrap p {
    color: #ffffff;
    padding: 0 1vw;
    margin-bottom: 4vw;
}

.why-wrap h5 {
    font-size: 0.9vw;
    color: #fff;
    margin: 0;
}

.why-wrap img {
    width: 100%;
    height: 3.7vw;
}

.why-wrap hr {
    width: 3vw;
    height: 0.2vw;
    background: #dab35d;
    border: none;
    margin: 1.2vw auto;
}


/*----------------------------------DETAILS---------------------------*/

#details-section {
    padding: 4vw 0 6vw;
    position: relative;
}

.details-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 0 0 1vw 1vw;
}

.details-box:after {
    position: absolute;
    content: "";
    top: 1vw;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: transparent;
    border: 2px solid #005a60;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.details-box:hover::after {
    background: #005a60;
}

.details-box .details-box-content,
.details-box img {
    position: relative;
    z-index: 2;
}

.details-box-content {
    color: #fff;
    margin-top: 1.5vw;
    padding-right: 15px;
}

.details-box-content p {
    font-size: 1.1vw;
    color: #fff;
    line-height: 1.3;
    display: none;
}

.details-box-content p span {
    font-family: 'productB', 'Open Sans', Arial, sans-serif;
    font-display: swap;
}

.details-box-content h1 {
    font-size: 1.4vw;
    font-family: 'productB', 'Open Sans', Arial, sans-serif;
    font-display: swap;
    margin: 0px;
    color: #005a60;
    position: relative;
    padding-bottom: 0vw;
    transition: all .3s ease-in-out;
}

.details-box:hover .details-box-content h1 {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.details-box-content h1:after {
    position: absolute;
    content: "";
    bottom: 1.3vw;
    left: -1vw;
    width: 0;
    height: .3vw;
    background: #dab35d;
}

.details-box:hover .details-box-content h1 {
    padding-bottom: 2.5vw;
}

.details-box:hover .details-box-content h1:after {
    width: 4vw;
    transition: all .4s .3s ease-in-out;
}


/*------------- Testimonials ---------------------*/

.testimonial-wrap {
    background: rgba(217, 178, 93, 0.15);
    padding: 3vw 0;
    margin: 20px 0;
}

.testimonial-wrap img {
    width: 15.65vw !important;
}

.testimonial-wrap p {
    font-size: 1.25vw;
    margin-bottom: 1.5vw;
    line-height: 1.3;
    position: relative;
}

.testimonial-wrap h4 {
    color: #ddb65d;
    font-size: 1.5vw;
    margin: 0;
    font-family: 'productB', 'Open Sans', Arial, sans-serif;
    font-display: swap;
}

.testimonial-wrap h5 {
    font-size: 0.94vw;
    color: #005a60;
    margin: 0;
}

.testimonial-wrap hr {
    width: 3vw;
    height: 4px;
    margin: 0.5vw 0;
    border: none;
    background: #005a60;
}

.testimonial-content {
    position: relative;
    z-index: 1;
}

.testimonial-content:after {
    width: 7vw;
    height: 5.5vw;
    position: absolute;
    top: -3.8vw;
    left: 18.5vw;
    content: "";
    background: url(../assets/icons/quote-top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-content:before {
    width: 7vw;
    height: 5.5vw;
    position: absolute;
    bottom: -3.8vw;
    right: 0;
    content: "";
    background: url(../assets/icons/quote-bottom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 1.5vw;
    left: min( calc( 15.315vw + 15px), calc( ( 100vw - 1110px) / 2));
    z-index: 99;
    transform: translateX(-7px);
}


/*--------------------------TABS------------------*/

.tabs-section {
    padding: 5vw 0;
}

.tab-head-wrap {
    position: relative;
}

.tab-head-wrap:after {
    position: absolute;
    content: "";
    background: #58595b;
    top: 0px;
    bottom: 0px;
    right: 3vw;
    width: 2px;
    transform: translateX(0%);
    z-index: 1;
}

.tab-head-wrap:before {
    position: absolute;
    content: "";
    background: #dfb95d;
    top: 0px;
    right: 3vw;
    width: 14px;
    height: 8.5vw;
    transform: translate(50%, 0);
    z-index: 2;
    transition: all .6s ease-in-out;
}

.tab-head-wrap.faculty:before {
    top: 0px;
    transform: translate(50%, 0);
}

.tab-head-wrap.diversity:before {
    top: 50%;
    transform: translate(50%, -50%);
}

.tab-head-wrap.alumni:before {
    top: 100%;
    transform: translate(50%, -100%);
}

.tab-head-wrap h3 {
    font-family: 'productB', 'Open Sans', Arial, sans-serif;
    font-display: swap;
    color: #919396;
    font-size: 1.9vw;
    padding: 3vw 3vw 3vw 0;
    margin: 0 0 3vw;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .6s ease-in-out;
}

.tab-head-wrap .item:last-child h3 {
    margin-bottom: 0px;
}

.tab-head-wrap h3.active {
    color: #000000;
}

.tabs-content-wrap p {
    font-size: 1.1vw;
}

.faculty-details {
    padding: 2vw 0;
}

.faculty-details ul {
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
}

.faculty-details ul li {
    padding-left: 15px;
    position: relative;
    color: #222;
}

img.faculty-img {
    width: 70% !important;
    cursor: pointer;
    margin-top: 1vw;
}

.tabs-content-wrap .owl-theme {
    position: relative;
}

.tabs-content-wrap .owl-theme .owl-nav {
    position: absolute;
    bottom: 2vw;
    left: 50%;
    margin: 0px;
    transform: translate( -50%, 50%);
}

.tabs-content-wrap .owl-carousel .owl-nav button.owl-prev,
.tabs-content-wrap .owl-carousel .owl-nav button.owl-next {
    background: none !important;
}

.tabs-content-wrap .owl-carousel .owl-nav button.owl-next img,
.tabs-content-wrap .owl-carousel .owl-nav button.owl-prev img {
    width: 2.3vw;
}

.tabs-content-wrap .owl-carousel .owl-nav button.owl-prev {
    margin-right: 1.3vw;
}

.tabs-content-wrap .owl-carousel .owl-nav button.owl-prev img {
    transform: rotate(180deg);
}

.tabs-content-wrap .item {
    padding-bottom: 0vw;
}

.tabs-content-wrap .item .item {
    padding-bottom: 2vw;
}

.diversity-wrap {
    background: #e9eaea;
    padding: 30px;
}

.diversity-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 1vw;
    margin: 1vw 0;
}

.diversity-wrap .col-md-4:nth-child(1) .diversity-slide,
.diversity-wrap .col-md-4:nth-child(4) .diversity-slide {
    border-right: 1px dotted #231f20;
}

.diversity-wrap .col-md-4:nth-child(3) .diversity-slide,
.diversity-wrap .col-md-4:nth-child(6) .diversity-slide {
    border-left: 1px dotted #231f20;
}

.diversity-slide h1 {
    font-family: 'Anton', 'Open Sans', Arial, sans-serif;
    font-display: swap;
    color: #deb85d;
    font-size: 3.55vw;
    margin: 0px;
    line-height: 1;
}

.diversity-slide h1 sup {
    font-size: .65em;
}

.diversity-slide h3 {
    font-family: 'productB', 'Open Sans', Arial, sans-serif;
    font-display: swap;
    color: #919396;
    font-size: 1.2vw;
    line-height: 1;
    margin-bottom: 1.1vw;
}

.diversity-slide h3 span {
    color: #231f20;
    font-size: 1vw;
}

@media( max-width: 767px) {
    .tabs-content-wrap .owl-carousel .owl-nav button.owl-next img,
    .tabs-content-wrap .owl-carousel .owl-nav button.owl-prev img {
        width: 30px;
    }
    .tabs-content-wrap .item {
        padding-bottom: 50px;
    }
    .tabs-content-wrap .item .item {
        padding-bottom: 0;
    }
    .tabs-content-wrap .owl-theme .owl-nav {
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin: 0px;
        transform: translate( -50%, 50%);
    }
    .diversity-slide h1 {
        font-size: 50px;
        margin-bottom: 5px;
    }
    .diversity-slide h3 {
        font-size: 20px;
    }
    .diversity-slide h3 span {
        font-size: 16px;
    }
    .faculty-details ul li:before {
        width: 3px;
        height: 3px;
        top: 10px;
    }
    .tabs-content-wrap p {
        font-size: 14px;
    }
    .faculty-details ul p br {
        display: none;
    }
    .faculty-details ul li {
        padding-left: 15px;
    }
    .faculty-details {
        padding: 20px;
    }
    .tabs-head-slider h3 {
        font-family: 'productB', 'Open Sans', Arial, sans-serif;
        font-display: swap;
        color: #919396;
        font-size: 14px;
        padding: 15px 0;
        margin: 0 0 15px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: all .6s ease-in-out;
    }
    .tabs-head-slider h3:after {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0px;
        height: 3px;
        width: 0px;
        background: #dfb95d;
        transition: all 0.5s ease-in-out;
    }
    .tabs-head-slider h3.active {
        color: #000000;
    }
    .tabs-head-slider h3.active:after {
        width: 100%;
    }
    .tabs-nav-next,
    .tabs-nav-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-100%);
        width: 18px;
        height: 18px;
        cursor: pointer;
        background: url(../assets/icons/tabs-nav.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 10;
    }
    .tabs-nav-prev {
        left: 8px;
        transform: translateY(-100%) rotate(180deg);
        display: none;
    }
    .tabs-nav-next {
        right: 8px;
    }
}


/*--------------------------FAQs----------------------------*/

.events-wrap {
    padding-top: 4vw;
}

.faq-wrap {
    padding: 0vw 0 4vw;
}

#faq-section p {
    font-size: 1vw;
    padding: 1vw;
    color: #666;
    display: none;
    border: 1px solid rgba(217, 178, 93, 0.15);
    border-top: none;
}

#faq-section h6 {
    font-size: 1.2vw;
    margin: 1.5vw 0px 0px;
    line-height: 1;
    display: block;
    padding: 1vw;
    padding-right: 3vw;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(217, 178, 93, 0.15);
    transition: all 0.6s ease-in-out;
}

#faq-section h6.active {
    color: #222;
}

#faq-section h6:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1vw;
    width: 1.2vw;
    height: 1.2vw;
    background: url(../assets/icons/plus.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate( 0, -50%) rotate(0) scale(1);
    transition: all 0.3s ease-in-out;
}

#faq-section h6:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 1vw;
    width: 1.2vw;
    height: 1.2vw;
    background: url(../assets/icons/minus.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate( 0, -50%) rotate(0deg);
    transition: all 0.6s ease-in-out;
}

#faq-section h6.active:after {
    transform: translate( 0, -50%) rotate(180deg) scale(0);
}

#faq-section h6.active:before {
    transform: translate( 0, -50%) rotate(180deg);
}

@media( max-width: 767px) {
    #faq-section p {
        font-size: 14px;
        padding: 10px 0px 20px;
    }
    #faq-section h6 {
        font-size: 16px;
        padding: 20px 30px 20px 0px;
    }
    #faq-section h6:after,
    #faq-section h6:before {
        top: 50%;
        width: 15px;
        height: 15px;
    }
    .single-event h5 {
        font-size: 18px;
    }
    .single-event p {
        font-size: 14px;
    }
    .single-event h5 br {
        display: none;
    }
    .single-event .event-btn {
        font-size: 10px;
        padding: 15px 30px;
        margin-top: 10px;
    }
    .single-event {
        padding-bottom: 5px;
        padding-top: 25px;
    }
    .events-wrap .owl-theme .owl-nav {
        position: absolute;
        bottom: -40px;
        left: 50%;
        margin: 0px;
        transform: translate( -50%, 50%);
    }
    .events-wrap .owl-carousel .owl-nav button.owl-next img,
    .events-wrap .owl-carousel .owl-nav button.owl-prev img {
        width: 30px;
    }
    .events-wrap .owl-carousel .owl-nav button.owl-prev {
        margin-right: 25px;
    }
}


/*-------------Application process --------------------*/

.video-wrap {
    padding-top: 4vw;
}

.video-wrap .application-video-wrap {
    margin-top: 1vw;
    padding: 0 4vw;
    background: rgba(217, 178, 93, 0.15);
}

.application-video-wrap img {
    cursor: pointer;
}


/*--------------------ASSOCIATES-------------------------*/

.associate-section {
    padding: 4vw 0;
    background: rgba(217, 178, 93, 0.15);
}

.associate-section .section-head {
    font-size: 1.88vw;
    color: #005a60;
    text-align: center;
}

.associate-section img {
    max-height: 3vw;
    display: inline-block;
    margin-right: 1vw;
}

.associate-right {
    min-width: 28.3%;
}

.associate-section hr {
    border-color: #fff;
}

@media( max-width: 767px) {
    .associate-section {
        padding: 40px 0;
        text-align: center;
    }
    .associate-section img {
        max-height: 40px;
        display: inline-block;
        margin: 0px 10px;
    }
    .associate-right {
        margin-top: 40px;
    }
    .associate-section .section-head {
        font-size: 20px;
    }
}


/*-------------------------SHARE PAGE LINKS-------------------------*/

#share-section {
    padding: 3vw 0;
}

#share-section ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

#share-section li {
    display: inline-block;
    margin: .2vw .8vw;
}

#share-section ul img {
    width: 2.5vw;
}

#share-section h3 {
    font-size: 2.8vw;
    margin-bottom: .8vw;
}

@media( max-width: 767px) {
    #share-section h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #share-section ul img {
        width: 35px;
    }
    #share-section {
        padding: 30px 0;
    }
}


/*-----------------------------FOOTER-------------------------*/

.layer-1 {
    background: #f7f7f9;
    padding: 2vw 0px;
    border-top: 1px solid #e0e1e2;
}

.layer-1 h6 {
    color: #231f20;
    font-family: 'productB', 'Open Sans', Arial, sans-serif;
    font-display: swap;
    font-size: 1.3vw;
    margin: 0px;
}

.layer-1 p {
    color: #231f20;
    font-size: 1.15vw;
    margin: 0px;
}

.layer-1 p a {
    text-decoration: none;
    color: #231f20 !important;
    display: inline-block;
}

.layer-1 ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-left: 10px;
}

.layer-1 ul li {
    display: inline-block;
    margin-left: 20px;
}

.layer-1 li img {
    width: 2.5vw;
}

.follow-area * {
    display: inline-block;
}

.layer-2 {
    background: #f7f7f9;
    border-top: 1px solid #fff;
    padding: .9vw 0px;
    border-top: 1px solid #e0e1e2;
}

.layer-2 p {
    font-size: .65vw;
}

@media( max-width: 767px) {
    .layer-1,
    .layer-2 {
        text-align: center;
    }
    .layer-1 {
        padding: 35px 0px;
    }
    .layer-1 h6 {
        font-size: 20px;
    }
    .layer-1 p {
        font-size: 15px;
    }
    .follow-area {
        margin-top: 25px;
    }
    .follow-area * {
        display: block;
    }
    .layer-1 ul {
        margin: 10px 0px 0px;
    }
    .layer-1 ul li {
        display: inline-block;
        margin: 0px 5px;
    }
    .layer-1 li img {
        width: 30px;
    }
    .layer-2 {
        padding: 5px 0px 15px;
    }
    .layer-2 p {
        font-size: 8px;
        padding: 10px 0px 0px;
    }
}

.top-head {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(121, 77, 71, .3);
    z-index: 1000;
    transform: translateY(-100px);
    transition: all 0.3s ease-in-out;
    padding: 10px 0px 5px;
}

.top-head.active {
    transform: translateY(0px);
}

.top-head .item {
    text-align: center;
    padding-top: 14px;
}

.top-head .nav-item {
    text-align: center !important;
}

.top-head img {
    width: 130px;
}

.top-head .item a.nav-link,
.logo-wrap a {
    text-decoration: none;
    color: #999;
    font-family: 'productB', 'Open Sans', Arial, sans-serif;
    font-display: swap;
    padding: 0px !important;
    display: inline;
    margin: 10px auto;
    position: relative;
    font-size: 16px;
}

.top-head .item a.nav-link.active,
.top-head .item:hover a.nav-link,
.logo-wrap a:hover,
.logo-wrap a.active {
    color: #005a60;
}

.top-head .item.nav-item.top-btn {
    padding-top: 2px;
}

.top-head a.btn-primary.btn-custom {
    margin-top: 1px;
    margin-bottom: 7px;
    padding: .8vw .8vw .6vw;
    background: linear-gradient( to right, #299592, #015b60) !important;
    color: #fff !important;
    font-size: .65vw;
    border-radius: 0px;
    border: none !important;
    font-family: 'productB', 'Open Sans', Arial, sans-serif;
    font-display: swap;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none !important;
    box-shadow: none !important;
}

@media( max-width: 767px) {
    .top-head a.btn-primary.btn-custom {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 8px 10px;
        font-size: 10px;
        float: right;
    }
    .top-head {
        padding: 15px 0px;
    }
}

@media ( max-width: 1670px) {
    p {
        font-size: 16px;
    }
    .section-head {
        font-size: 30px;
    }
    .logo-wrap img {
        height: 50px;
    }
    #banner-wrap h1 {
        font-size: 40px;
    }
    #banner-wrap h5 {
        font-size: 20px;
    }
    .banner-btn {
        font-size: 12px;
        padding: 15px 40px;
        margin-top: 20px;
    }
    #banner-wrap .inner-row {
        min-height: 500px;
        padding: 20px 0 80px;
    }
    #banner-wrap .owl-theme .owl-dots {
        bottom: 30px;
        transform: translateX(10%);
    }
    .form-wrap {
        width: 400px;
        border-radius: 10px;
        padding: 1.8vw 1vw;
    }
    .form-wrap .section-head {
        font-size: 28px !important;
    }
    .form-control {
        font-size: 14px;
        padding-bottom: 3px;
    }
    form .btn-custom {
        font-size: 15px;
        padding: 0.5em 3em;
        margin-top: 20px;
    }
    .overview-section {
        padding: 50px 0;
    }
    .overview-section h3 {
        font-size: 17px;
        padding: 0.15em 1em 0.1em 0.3em;
        min-width: 100px;
    }
    .overview-section h2 {
        font-size: 22px;
    }
    #about-wrap {
        padding: 50px 0;
    }
    #about-wrap img {
        height: 55px;
    }
    .why-wrap {
        padding: 50px 0;
    }
    .why-wrap .section-head {
        color: #deb75d;
        margin-bottom: 25px;
    }
    .why-wrap p {
        padding: 0;
        margin-bottom: 50px;
    }
    .why-wrap h5 {
        font-size: 16px;
    }
    .why-wrap img {
        height: 55px;
    }
    .why-wrap hr {
        width: 50px;
        height: 3px;
        margin: 15px auto;
    }
    .tabs-section {
        padding: 60px 0;
    }
    .tabs-content-wrap p {
        font-size: 16px;
    }
    .tab-head-wrap h3 {
        font-size: 22px;
    }
    #details-section {
        padding: 50px 0;
    }
    .details-box {
        padding: 0 0 20px 20px;
    }
    .details-box:after {
        top: 20px;
    }
    .details-box:before {
        top: 20px;
    }
    .details-box-content {
        margin-top: 20px;
    }
    .details-box-content p {
        font-size: 17px;
    }
    .details-box-content h1 {
        font-size: 20px;
    }
    .details-box-content h1:after {
        bottom: 17px;
        left: -20px;
        height: 3px;
    }
    .details-box:hover .details-box-content h1 {
        padding-bottom: 30px;
    }
    .details-box:hover .details-box-content h1:after {
        width: 70px;
    }
    .testimonial-wrap {
        padding: 50px 0;
    }
    .testimonial-wrap img {
        width: 250px !important;
        margin: 0 auto;
    }
    .testimonial-wrap p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .testimonial-wrap h4 {
        font-size: 22px;
    }
    .testimonial-wrap h5 {
        font-size: 14px;
    }
    .testimonial-wrap hr {
        width: 60px;
        height: 4px;
        margin: 10px 0 14px;
    }
    .testimonial-content:after {
        width: 110px;
        height: 80px;
        top: -60px;
        left: 300px;
    }
    .testimonial-content:before {
        width: 110px;
        height: 80px;
        bottom: -60px;
    }
    .video-wrap .application-video-wrap {
        margin-top: 15px;
        padding: 0 50px;
    }
    .video-wrap {
        padding-top: 50px;
    }
    .events-wrap {
        padding-top: 70px;
    }
    #faq-section h6 {
        font-size: 18px;
        margin: 15px 0px 0px;
        padding: 13px;
        padding-right: 40px;
    }
    #faq-section h6::before {
        right: 13px;
        width: 10px;
        height: 10px;
    }
    #faq-section p {
        font-size: 15px;
        padding: 13px;
    }
    .show-more-faqs {
        width: 40px;
    }
    .associate-section {
        padding: 50px 0;
    }
    .associate-section .section-head {
        font-size: 28px;
    }
    .associate-section img {
        max-height: 50px;
    }
    #share-section {
        padding: 50px 0;
    }
    #share-section h3 {
        font-size: 34px;
        margin-bottom: 15px;
    }
    #share-section ul img {
        width: 40px;
    }
    .testimonial-slider.owl-theme .owl-dots {
        transform: translateX(9px);
    }
}

@media( max-width: 1199px) {
    .container-fluid {
        max-width: 960px;
    }
    p {
        font-size: 15px;
    }
    .section-head {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #banner-wrap h1 {
        font-size: 32px;
        padding-right: 50px;
    }
    #banner-wrap h1 br {
        display: none;
    }
    #banner-wrap hr {
        width: 50px;
        height: 3px;
        margin: 15px 0;
    }
    #banner-wrap h5 {
        font-size: 18px;
    }
    .form-wrap {
        right: 50%;
        transform: translate(105%, -50%);
    }
    .testimonial-slider.owl-theme .owl-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
    #banner-wrap .owl-theme .owl-dots {
        left: 50%;
        transform: translateX(-430px);
    }
    .overview-section h2 {
        font-size: 20px;
    }
    .overview-section {
        padding-top: 60px;
    }
    #about-wrap {
        padding: 50px 0;
    }
    #about-wrap img {
        height: 40px;
    }
    .events-wrap {
        padding-top: 50px;
    }
    #faq-section h6 {
        font-size: 18px;
        padding: 15px 20px 15px 10px;
    }
    #faq-section p {
        font-size: 15px;
        padding: 0 15px 20px;
    }
    .associate-section {
        padding: 50px 0;
    }
    .associate-section .section-head {
        font-size: 23px;
    }
    .associate-section img {
        max-height: 100%;
        height: 40px;
        margin-right: 0;
    }
    #share-section {
        padding: 50px 0;
    }
    #share-section h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    #share-section li {
        margin: 0 10px;
    }
    #share-section ul img {
        width: 30px;
    }
    .layer-1 {
        padding: 20px 0;
    }
    .layer-1 h6 {
        font-size: 16px;
    }
    .layer-1 p {
        font-size: 14px;
    }
    .layer-1 li img {
        width: 30px;
    }
    .layer-2 {
        padding: 10px 0;
    }
    .layer-2 p {
        font-size: 8px;
    }
    .fixed-btn {
        width: 60px;
    }
    .fixed-btn p {
        font-size: 9px;
    }
}

@media( max-width: 991px) {
    .container-fluid {
        max-width: 720px;
    }
    .form-wrap {
        position: static;
        transform: none;
        width: 100%;
        border-radius: 0;
        padding: 50px 0px;
    }
    .details-box {
        margin-bottom: 40px;
    }
    .overview-section::after {
        display: none;
    }
    .overview-section {
        padding-bottom: 40px;
    }
    #banner-wrap h1 {
        font-size: 36px;
        padding: 0;
    }
    #banner-wrap h5 {
        font-size: 16px;
        margin: 0;
    }
    #banner-wrap hr {
        margin: 15px auto;
    }
    #banner-wrap .owl-theme .owl-dots {
        transform: translateX(-50%);
    }
    .logo-wrap img {
        height: 35px;
    }
    .logo-wrap {
        padding: 15px 0 20px;
    }
    .overview-section h2 {
        line-height: 1.5;
    }
    #banner-wrap .inner-row {
        min-height: 400px;
        padding: 20px 0 80px;
    }
    .testimonial-wrap p {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .associate-section .section-head {
        font-size: 24px;
    }
}

@media( max-width: 767px) {
    .overview-section h3 {
        font-size: 18px;
        padding: 0.15em 1em 0.1em;
        min-width: 150px;
    }
    #banner-wrap h1 {
        font-size: 30px;
    }
    .overview-section hr {
        margin: 40px auto 30px;
    }
    .overview-section {
        text-align: center;
    }
    #about-wrap p {
        text-align: center;
    }
    img.faculty-img {
        width: 100% !important;
        margin-top: 0;
    }
    .details-box {
        margin-bottom: 20px;
        width: 100%;
    }
    .form-wrap {
        border: none;
    }
    .associate-section {
        border: none;
    }
    .tabs-head-slider {
        margin: 40px -15px 0;
    }
    .tabs-head-slider h3 {
        padding-bottom: 8px;
    }
    .tabs-section {
        padding: 0;
    }
    .testimonial-wrap hr {
        margin: 10px auto 14px;
    }
    .testimonial-content:after,
    .testimonial-content:before {
        display: none;
    }
    .testimonial-content p:after {
        width: 70px;
        height: 50px;
        position: absolute;
        top: 0;
        left: -20px;
        content: "";
        background: url(../assets/icons/quote-top.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        transform: translateY(-110%);
    }
    .testimonial-content p:before {
        width: 70px;
        height: 50px;
        position: absolute;
        bottom: 0;
        right: -20px;
        content: "";
        background: url(../assets/icons/quote-bottom.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        transform: translateY(110%);
    }
    .video-wrap .application-video-wrap {
        padding: 0;
    }
    .fixed-btn {
        bottom: 0;
        transform: none;
        border-bottom-left-radius: 0;
    }
    .details-box-content h1 {
        font-size: 22px;
    }
    .testimonial-slider {
        background: rgba(217, 178, 93, 0.15);
    }
    .testimonial-wrap {
        background: transparent;
        margin: 0;
    }
    .testimonial-slider.owl-theme .owl-dots {
        bottom: 10px;
    }
}

@media( max-width: 575px) {
    .diversity-wrap .col-md-4:nth-child(3) .diversity-slide {
        border-right: 1px dotted #231f20;
        border-left: none;
    }
    .diversity-wrap .col-md-4:nth-child(4) .diversity-slide {
        border-right: none;
    }
    .diversity-wrap {
        padding: 30px 0;
    }
    .diversity-slide h1 {
        font-size: 48px;
    }
    .diversity-slide h3 {
        font-size: 16px;
    }
    .diversity-slide h3 span {
        font-size: 14px;
    }
    .diversity-wrap .col-md-4:nth-child(3),
    .diversity-wrap .col-md-4:nth-child(4),
    .diversity-wrap .col-md-4:nth-child(5),
    .diversity-wrap .col-md-4:nth-child(6) {
        margin-top: 20px;
    }
}

@media( max-width: 400px) {
    #about-wrap .sep {
        width: 2px;
        height: 30px;
    }
    .testimonial-wrap img {
        width: 200px !important;
        margin: 0 auto !important;
    }
    #banner-wrap h1 {
        font-size: 28px;
    }
}

@media( max-width: 340px) {
    #about-wrap img {
        height: 25px;
    }
    .tabs-head-slider h3 {
        padding: 10px 20px 8px;
    }
    .diversity-slide h1 {
        font-size: 40px;
    }
}


/*-------------Thank You-------------------*/

#thank #banner-wrap {
    background-image: url(../assets/banner-slide-01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    padding: 5vw 0 8vw;
}

#thank #banner-wrap h1 {
    font-size: 130px;
    line-height: 1;
}

#thank #banner-wrap h5 {
    font-size: 30px;
}

#thank .logo-wrap {
    background: none;
}

#thank footer {
    background: rgba(222, 183, 93, 0.15);
}

#thank footer * {
    background: none;
}

@media( max-width: 991px) {
    #thank #banner-wrap h1 {
        font-size: 100px;
    }
}

@media( max-width: 767px) {
    #thank #banner-wrap h1 {
        font-size: 80px;
        line-height: 1;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #thank #banner-wrap h5 {
        font-size: 20px;
    }
    #thank #banner-wrap h1 br {
        display: none;
    }
    #thank #banner-wrap {
        padding: 40px 0 80px;
    }
    .banner-slide-01,
    #thank #banner-wrap {
        background-image: url(../assets/banner-slide-01-mob.webp);
    }
    .banner-slide-02 {
        background-image: url(../assets/banner-slide-02-mob.webp);
    }
    .banner-slide-03 {
        background-image: url(../assets/banner-slide-03-mob.webp);
    }
    .associate-section img,
    #about-wrap img {
        margin: 0;
        width: auto;
    }
}