body {
    overflow-x: hidden;
    font-family: "Inter Regular", sans-serif !important;
    /* letter-spacing: 1.2px;
    font-weight: 400; */
}

p {
    font-size: 17px;
    line-height: 1.8;
    padding: 0px;
    margin: 0px;
    color: #58595B;
}

section {
    padding: 60px 0px;
}

h2.heading {
    margin-bottom: 40px;
    font-size: 31px;
    text-align: center;
    font-weight: bolder;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.about-inner ul,
.modal-body ul {
    padding-left: 34px;
    line-height: 30px;
    font-size: 15px;
}

.about-inner ul li,
.modal-body ul li {
    list-style: disc;
}

.container-section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1500px;
}

.btn-outline-primary {
    color: #007567;
    background-color: transparent;
    background-image: none;
    border-color: #007567;
    letter-spacing: 1.3;
    font-family: 'Forma DJR Display Regular' !important;
    letter-spacing: 1.3px;
}

.btn {
    vertical-align: unset;
}

#about .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    width: 175px;
}

.facultySlider_nav_prev,
.facultySlider_nav_next {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform-origin: center center;
    width: 20px;
    height: 20px;
    border-left: 4px solid #007169;
    border-bottom: 4px solid #007169;
    cursor: pointer;
}

.facultySlider_nav_next {
    transform: translateX(100%) translateY(-50%) rotate(-135deg);
    right: 0px;
}

.facultySlider {
    position: relative;
}

.facultySlider_nav_prev {
    transform: translateX(-100%) translateY(-50%) rotate(45deg);
    left: 0;
}

#Research p,
#Research h5 {
    color: #000 !important;
}

.shadow-sm {
    box-shadow: none;
    border-radius: 20px;
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #f7f4f4;
    box-shadow: none !important;
}

.fa-up-right-from-square {
    color: #0087ff;
    margin-left: 10px;
    font-size: 15px;
    cursor: pointer;
}

.badge-primary {
    color: #fff;
    background-color: #007567;
    border-radius: 12px;
    padding: 7px 10px;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
    padding: 5px;
}

.btn-outline-primary {
    border-radius: 11px;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #fff;
    border-color: #007567;
    cursor: unset !important;
}

.card-title {
    margin-bottom: .75rem;
    font-size: 18px;
}

#Research p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0px;
    margin: 0px;
    color: #58595B;
    margin-bottom: 15px;
}

#Research .modal-body {
    color: #000;
}

.col.icon-card {
    box-shadow: 0 .125rem .25rem rgb(243 229 203) !important;
    border-radius: 20px;
    border: 1px solid #d0f7f4;
    /* margin-right: 16px; */
    padding: 30px 15px;
}


.col.icon-card p {
    line-height: 1.5;
    font-size: 15px;
}

.timeline-container {
    position: relative;
    /* padding: 40px 0; */
}

.timeline-line {
    position: absolute;
    top: 103px;
    left: 22px;
    width: 97%;
    height: 4px;
    background: #e1cfac;
    z-index: 1;
}

.timeline-event {
    text-align: center;
    position: relative;
    z-index: 2;
}

.timeline-event .circle-icon {
    width: 50px;
    height: 50px;
    background-color: #007667;
    color: white;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.timeline-event .date {
    font-weight: bold;
    margin-bottom: 5px;
    color: #343a40;
}

.timeline-event .desc {
    /* background: #f8f9fa; */
    border-radius: 0.5rem;
    padding: 10px;
    /* margin-top: 10px; */
    font-size: 14px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); */
}


.step {
    text-align: center;
    position: relative;
}

.step .circle {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #007567;
    color: white;
    line-height: 40px;
    font-weight: bold;
}

.step .label {
    font-size: 0.9rem;
    font-weight: 500;
}

.step::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    height: 2px;
    width: 100%;
    background-color: #007567;
    z-index: -1;
}

.step:first-child::after {
    left: 50%;
    width: 50%;
}

.step:last-child::after {
    width: 50%;
}

.step:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -50%;
    height: 2px;
    width: 100%;
    background-color: #007567;
    z-index: -1;
}

.email-link {
    color: #f3e5cb !important;
    /* or your preferred highlight color */
    /* font-weight: bold; */
    text-decoration: underline !important;
}

/* .email-link:hover{

} */

.email-link:hover {
    text-decoration: none;
    color: #eec06a;
}

@media (max-width: 767.98px) {
    .timeline-line {
        display: none;
    }
}

.text-danger {
    color: #007567 !important;
    font-size: 34px;
}

.icon-card .text-danger {
    color: #007567 !important;
    font-size: 50px;
    margin-bottom: 10px;
    display: inline-block;
}

.icon-card h6 {
    font-size: 20px;
    color: #3e3d3d;
    color: #3e3d3d;
}

/*announcment*/
.main_top1 {
    background: #f58220;
    padding: 6px 0px;
    position: relative;
    z-index: 1000;
    height: 50px
}

.main_top1 .alert-danger {
    color: #721c24;
    background-color: #f58220;
    border-color: #f58220;
    padding: 0px;
    margin: 0px;
}

.main_top1 .alert-dismissible .close {
    position: absolute;
    top: -10px;
}

.opn svg {
    width: 90px;
}

.title {
    float: left;
    /* width: 14%;*/
    margin-right: 15px;
    position: relative;
    margin-left: 10px
}

.main_top1 h6 {
    color: #000;
    margin-top: 6px;
    font-weight: 600;
    font-size: 14px;
}

.main_top1 .title h6::after {
    content: '';
    border-left: 1px solid #fff;
    margin-left: 15px;
}

.marq {
    float: left !important;
    width: 80%;
    height: 50px;
}

.marq a {
    color: #fff;
    text-decoration: none
}

.marq a:hover {
    text-decoration: none
}

.main_top1 .alert-danger {
    color: #721c24;
}

.btn-custom {
    background: #fff;
    color: #007467 !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0px;
    min-width: 200px;
    padding: 8px 20px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a {
    text-decoration: none !important;
}

@media(max-width: 991px) {
    .main_top1 {
        padding-top: 1px;
        padding-left: 3px
    }

    .marq {
        height: 50px;
        padding: 0px 3px;
    }

    .main_top1 .text-marq {
        width: 100%;
        /*overflow:hidden;
  display:inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left:20px;*/
        font-size: 13px;
        line-height: 14px;
        display: block;

    }

    .title {
        display: none !important;
    }

    .top-bar {
        position: relative !important;
        padding: 17px 0px 0px;
    }


    .btn-custom {
        font-size: 14px;
        min-width: 180px;
    }

    p {
        font-size: 16px;
        line-height: 1.6;
        padding: 0px;
        margin: 0px;
        color: #58595B;
    }

    .anchor {
        display: block;
        height: 260px !important;
        margin-top: -260px !important;
        visibility: hidden;
    }

    .scroll-to-top {
        bottom: 3rem !important;
    }
}

@media(max-width: 767px) {
    p {
        font-size: 14px;
        line-height: 1.7;
        padding: 0px;
        margin: 0px;
    }

    h2.heading {
        margin-bottom: 15px;
        font-size: 26px;
    }

}


/*---------banner section-----------*/

.banner-section {
    padding: 0px;
    position: relative;
    background: #007467;
}

.banner-section .owl-carousel .item {
    background-color: #007467;
    padding: 150px 20px 110px;
}

.banner-section .owl-carousel .slide_1 {
    background-image: image-set(url(../images/banner2.png) type('image/png'), url(../images/slider1.jpeg) type('image/png'));
    background-position: right top;
    background-repeat: no-repeat;
    /* background-size: 22%; */
}

.banner-section .owl-carousel .slide_2 {
    /* background-image: url(../images/banner-02.png); */
    background-image: image-set(url('../images/banner-02.webp') type('image/webp'),
            url('../images/banner-02.png') type('image/png'));
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section .owl-carousel .slide_3 {
    /* background-image: url(../images/banner-03.png); */
    background-image: image-set(url('../images/banner-03.webp') type('image/webp'),
            url('../images/banner-03.png') type('image/png'));
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section h1 {
    font-weight: 700;
    color: #fff;
    font-size: 55px;
    line-height: 1.3;
    margin: 0px;
    padding-bottom: 5px;
}

.banner-section h3 {
    font-size: 23px;
    color: #007467;
    font-weight: 700;
    background: #d3e7e4;
    display: inline-block;
    padding: 10px 20px 11px 23px;
    margin: 20px 0px 22px;
    letter-spacing: 0px;
    border-radius: 12px;
}


.banner-section .btn-outline-success,
.banner-section .btn-outline-success:hover,
.banner-section .btn-outline-success:focus,
.banner-section .btn-outline-success:not(:disabled):not(.disabled).active,
.banner-section .outline-success:not(:disabled):not(.disabled):active:focus {
    color: #ffffff;
    background-color: #a48359 !important;
    background-image: none;
    border-color: #a48359 !important;
    padding: 14px 37px;
    font-size: 19px;
    border-radius: 50px;
    box-shadow: none;
}

.banner-section .owl-carousel img {
    width: 30px;
}

.banner-section h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding-left: 20px;
}

.banner-section h6 span {
    font-weight: 700;
}


.banner-section .owl-carousel .owl-dots {
    position: absolute;
    width: 1140px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    padding: 0px 15px;
}

.banner-section .owl-carousel .owl-dots span {
    background: transparent;
    border: 1px solid #ffffff;
}

.banner-section .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    border-color: #ffffff;
    background: #ffffff !important;
}

.banner-section .btn-custom {
    background: #007467 !important;
    color: #fff !important;
    min-width: 130px !important;
    margin-top: 10px;
}

@media(max-width: 1199px) {
    .banner-section .owl-carousel .owl-dots {
        width: 960px;
    }
}

@media(max-width: 991px) {

    .banner-section .owl-carousel .item {
        padding: 150px 20px 150px;
    }

    .banner-section h1 {
        font-size: 48px;
    }

    .banner-section h3 {
        font-size: 20px;
        padding: 10px 20px;
        margin: 15px 0px;
    }

    .banner-section .owl-carousel .owl-dots {
        width: 720px;
    }

}

@media(max-width:767px) {

    .banner-section .owl-carousel .item {
        padding: 130px 20px 100px;
    }

    .banner-section .owl-carousel .owl-dots {
        width: 540px;
        bottom: 30px;
    }

    .banner-section h1 {
        font-size: 42px;
        min-height: 100px;
    }

    .banner-section h3 {
        font-size: 16px;
        letter-spacing: 5px;
        padding: 8px 10px;
        margin: 20px 0px;
    }

}

@media(max-width: 575px) {


    .banner-section .owl-carousel .item {
        padding: 100px 0px 80px;
    }

    .banner-section h1 {
        font-size: 32px;
        min-height: 100px;
        padding: 0px;
        padding-right: 40px;
    }


    .banner-section h3 {
        font-size: 14px;
        padding: 8px 10px;
        margin: 20px 0px;
    }

    .banner-section br {
        display: none;
    }

    .banner-section br.xs {
        display: block;
    }

    .banner-section .owl-stage {
        display: flex;
    }

    .banner-section .owl-item {
        display: flex;
        flex: 1 0 auto;
    }

    .banner-section .owl-carousel .owl-dots {
        width: 100%;
    }

    .banner-section .owl-carousel img {
        width: 25px;
    }

    .banner-section h6 {
        color: #ffffff;
        font-size: 12px;
        padding-left: 10px;
    }



}


/*-----------------------form section---------------------*/

.form-section {
    padding: 0px 0px 40px;
    position: relative;
    z-index: 2;
}

.form-wrap {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 25px 30px 15px;
    background: #fff;
    margin-top: -89%;
}

.form-wrap h6 {
    font-weight: 700;
}

.form-wrap .form-group {
    margin-bottom: .5rem;
}

.form-wrap .form-control {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 3px 0px !important;
    border-bottom: 1px solid #58595B !important;
    font-size: 12px;
    height: 30px !important;
}

.form-wrap select.form-control {
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    cursor: pointer;
}

.form-wrap .form-control:hover,
.form-wrap .form-control:active,
.form-wrap .form-control:focus {
    border-bottom: 1px solid #007467 !important;
}

.form-wrap p {
    font-size: 9px;
    line-height: 1.3;
}

.form-wrap .btn-custom {
    background: #007467 !important;
    color: #fff !important;
    min-width: 130px !important;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 0px;
    margin-top: 10px;
}

.view-more {
    cursor: pointer;
}

.view-more.hide {
    display: none;
}

.more {
    display: none;
}

.more.show {
    display: inline;
}

.form-section .icon-box {
    margin: 0px 0px 10px 0px;
}

.icon-box img {
    width: 30px;
    margin-right: 7px;
}

.icon-box h6 {
    font-size: 13px;
    margin: 0px;
}

.icon-box h6 span {
    font-weight: 700;
}

.form-section .sep {
    width: 0px;
    border-right: 1px dotted #000;
    height: 33px;
}


@media(max-width: 1199px) {
    .form-wrap {
        margin-top: -85%;
    }

    .form-section .icon-box {
        min-width: 250px;
        margin: 15px 0px 15px 0px;
    }
}

@media(max-width: 991px) {

    .form-section {
        padding-bottom: 0px;
    }

    .form-wrap {
        margin-top: 10px;
        margin-bottom: 60px;
        position: relative;
        z-index: 1;
    }

    .form-section .vect {
        position: absolute;
        top: -50px;
        left: 0px;
        width: 250px;
        z-index: 0;
        transform: translateX(-75%);
    }
}

@media(max-width: 767px) {
    .form-wrap {
        margin-top: 30px;
    }

    .form-section .icon-box {
        min-width: 200px;
        margin-bottom: 30px;
    }

    .year-box {
        width: 240px;
    }
}

@media(max-width: 575px) {
    .form-wrap {
        margin-top: 50px;
    }

    .form-section {
        padding-bottom: 0px;
    }

    .about-section .icon-box {
        min-width: 270px;
        margin: 0px 0px 30px 0px;
    }

    .about-section .sep {
        display: none;
    }
}




/*---------about section----------------*/

.about-section .heading {
    color: #000;
}

/* .about-section {

    margin-top: -40px
} */


/*-----------------highlight section-----------------*/

.highlight-section li {
    padding: 13px 0px;
    border-bottom: 1px dashed #000;
    margin-right: 20px;
}

.highlight-section li:last-child {
    padding-bottom: 0px;
    border: none;
}

.highlight-section li:first-child {
    padding-top: 0px;
}

.highlight-section p {
    font-size: 19px;
    line-height: 1.4;
}

.highlight-section h2 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
}

.highlight-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0px;
    transform: translateY(50%);
}

.highlight-section .owl-carousel .owl-dots span {
    background: transparent;
    border: 1px solid #007467;
}

.highlight-section .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    border-color: #007467;
    background: #007467 !important;
}


@media(max-width: 991px) {
    .highlight-section h2 {
        font-size: 32px;
    }
}

@media(max-width: 767px) {

    .highlight-section h2 {
        padding-bottom: 30px;
    }

    .highlight-section ul {
        padding-bottom: 30px;
    }

}

@media(max-width: 575px) {
    .highlight-section h2 {
        font-size: 26px;
    }

    .highlight-section p {
        font-size: 18px;
        line-height: 1.3;
        padding-right: 20px;
    }

    .highlight-section p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .highlight-section .owl-carousel .owl-dots {

        position: absolute;
        bottom: 0;
        left: 0px;
        transform: translateY(50%);

    }
}


/*---------------placement section-------------------*/

.placement-section {
    background: rgb(249, 238, 219) !important;
}

/* 
.placement-section h2.heading {
    margin-bottom: 45px;
    color: #000;
} */

.placement-section h1 {
    font-weight: 700;
    font-size: 70px;
    color: #007467;
    margin: 0px;
    line-height: 1;
}

.placement-section h1 span {
    font-size: 35%;
}

.placement-section .p-info {
    padding-left: 18px;
    border-left: 6px solid #fff;
}


@media(max-width: 991px) {
    .placement-section .p-info {
        margin-bottom: 40px;
    }

    .placement-section {
        padding-bottom: 30px;
    }

    .placement-section h1 {
        font-size: 60px;
    }
}

@media(max-width: 575px) {
    .placement-section h1 {
        font-weight: 700;
        font-size: 34px;
        color: #007467;
        margin: 0px;
        line-height: 1;
    }

    .placement-section h1 span {
        font-size: 50%;
    }

    .placement-section .p-info {
        padding-left: 18px;
        border-left: 6px solid #fff;
    }
}





/*-------------------companies section---------------------*/

.companies-section .heading {
    padding-bottom: 30px;
    color: #000;
}

.companies-section .owl-carousel .owl-item img {
    max-height: 80px;
    width: auto !important;
}

.companies-section .c-spacer {
    width: 8px;
    height: 30px;
    background: #EAEAEB;
}

.companies-section .owl-carousel .owl-dots {
    margin-top: 40px !important;
}

.companies-section .owl-carousel .owl-dots span {
    background: transparent;
    border: 1px solid #007467;
}

.companies-section .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.companies-section .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #007467;
    background: #007467 !important;
}



@media(max-width: 991px) {
    .companies-section .owl-carousel .owl-item img {
        width: auto !important;
        margin: 0px auto;
    }
}

@media(max-width: 575px) {
    .companies-section .owl-carousel .owl-item img {
        max-height: 65px;
    }

}








/*----------------testimonial section---------------------*/

.testimonial-section {
    padding-top: 20px;
}

.testimonial-section .heading {
    color: #000;
    margin-bottom: 50px;
}

.testimonial-section .owl-theme .t_image {
    max-width: 230px;
    margin: 0px;
}

.testimonial-section p span {
    font-weight: 700;
    color: #007467;
}

.testimonial-section .qp {
    position: relative;
    overflow: visible;
}

.t_content {
    padding-left: 90px;
}

.testimonial-section .qp:after {
    position: absolute;
    content: "";
    top: 0px;
    left: -15px;
    transform: translate(-100%, -50%);
    width: 75px;
    height: 75px;
    /* background: url(../images/q_up.svg); */
    background-image: image-set(url('../images/q_up.webp') type('image/webp'),
            url('../images/q_up.svg') type('image/svg'));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.testimonial-section .qp:before {
    position: absolute;
    content: "";
    bottom: -23px;
    right: 0px;
    transform: translate(0%, 60%);
    width: 75px;
    height: 75px;
    /* background: url(../images/q_down.svg); */
    background-image: image-set(url('../images/q_down.webp') type('image/webp'),
            url('../images/q_down.svg') type('image/svg'));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.testimonial-section .owl-carousel .owl-dots {
    margin-top: 40px !important;
}

.testimonial-section .owl-carousel .owl-dots span {
    background: transparent;
    border: 1px solid #007467;
}

.testimonial-section .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    border-color: #007467;
    background: #007467 !important;
}

@media(max-width: 1199px) {
    .testimonial-section .qp:after {
        top: 0px;
        left: -10px;
        width: 70px;
        height: 70px;
    }

    .testimonial-section .qp:before {
        bottom: 0px;
        right: 0px;
        width: 70px;
        height: 70px;
    }

    .testimonial-section .item {
        padding-top: 50px;
    }
}

@media(max-width: 991px) {
    .testimonial-section .qp {
        position: relative;
        padding: 80px 15px;
    }

    .testimonial-section img {
        margin: 0px auto 15px !important;
    }

    .testimonial-section .qp:after {
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 70px;
        height: 70px;
    }

    .testimonial-section .qp:before {
        bottom: 0px;
        right: 50%;
        transform: translate(50%, 0%);
        width: 70px;
        height: 70px;
    }

    .t_content {
        padding-left: 0px;
    }

}

@media(max-width: 767px) {}





/*--------------details section-----------------*/

.details-section {
    padding-top: 20px;
}

.details-section .heading {
    margin-bottom: 25px;
}

.opn p {
    line-height: 1.5;
}

.opn img {
    max-width: 95px;
    margin: 15px 0px 10px;
}

.apply-box {
    border: 1px solid #007467;
    border-radius: 20px;
    text-align: center;
    padding: 40px 10px;
}

.apply-box .btn-custom {
    background: #000 !important;
    color: #fff !important;
    padding-top: 7px 15px;
}

.apply-box p {
    font-weight: 700;
    margin-bottom: 15px;
}


@media(max-width: 1199px) {
    .opn p {
        line-height: 1.5;
        font-size: 15px;
    }

    .apply-box .btn-custom {
        min-width: 180px;
    }
}


@media(max-width: 991px) {
    .details-section .opn {
        margin-bottom: 40px;
    }

    .details-section {
        padding-bottom: 20px;
    }
}


@media (max-width: 767px) {
    .details-section .opn {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
    }

    .details-section .opn img {
        width: 75px !important;
        margin-right: 15px;
    }

    .apply-box {
        width: 100%;
        max-width: 300px;
        margin-top: 30px;
    }
}



/*-----------------slider section-----------------*/
.slider-section {
    padding-bottom: 30px;
}

.slider-section .heading {
    padding-top: 30px;
}

.slider-section .item {
    padding-top: 30px;
}

.slider-section .container {
    overflow-x: hidden;
}

.slider-section .owl-carousel {
    position: relative;
}

.slider-section .owl-carousel:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 1110px;
    height: 65%;
    transform: translate(-50%, -50%);
    background: #007467;
    z-index: -1;
}

.slider-section .row {
    position: relative;
}

.slider-section .pagination {
    position: absolute;
    bottom: 35px;
    right: -155px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.slider-section .pagination span {
    padding: 0px 5px 5px;
    margin: 0px 18px;
    cursor: pointer;
}

.slider-section .pagination img {
    width: 15px;
}

.slider-section .pagination p {
    width: 50px;
    text-align: center;
}

@media(max-width: 1199px) {
    .slider-section .pagination img {
        width: 13px;
    }

    .slider-section .pagination span {
        margin: 0px 20px;
    }

    .slider-section .owl-carousel:after {
        width: 930px;
    }
}

@media(max-width: 991px) {

    .slider-section .row {
        padding-bottom: 50px;
    }

    .slider-section .pagination {
        position: absolute;
        bottom: -50px;
        right: 50%;
        transform: translateX(50%);
    }

    .slider-section .owl-carousel:after {
        width: 690px;
    }
}




/*-----------------form section-------------------*/
/*
.form-control,
.form-control:hover,
.form-control:focus {
    border: none;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #58595b;
    padding-left: 0px;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;   
    transition: all 0.3s ease-in-out;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
    border-bottom: 1px solid #007467 !important;
}

select.form-control {
    background-image: url(../images/select.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
}

form p {
    font-size: 13px;
}

.form-section .btn-custom {
    background: #007467 !important;
    color: #fff !important;
}*/

.thank-content h1 {
    font-weight: 900;
}

.thank-content .btn-custom {
    min-width: 220px;
    box-shadow: 5px 5px 10x rgba(0, 0, 0, 0.3) !important;
}


@media(max-width: 991px) {
    .thank-content img {
        max-width: 400px;
        width: 100%;
    }
}





/*-------------------------campus section--------------------*/

.campus-section {
    padding: 40px 0px 120px;
}

.campus-box {
    min-height: 500px;
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.18);
}

.campus-section p {
    padding: 40px 15px 30px;
    font-size: 15px;
}

.campus-section p span {
    font-weight: 700;
    font-size: 17px;
    color: #000;
}

@media(max-width: 991px) {
    .campus-box {
        max-width: 500px;
        margin: 0px auto 40px;
    }

    .campus-box img {
        width: 100%;
    }
}





/*--------------------------footer-----------------*/

.footer-layer1 {
    background: #007467;
    padding: 50px 0px;
}

.footer-layer1 h1 {
    font-size: 26px;
    color: #fff;
    margin: 0px;
}

.footer-layer1 h2 {
    margin-bottom: 20px;
}

.footer-layer1 p {
    color: #fff;
}

/* 
.footer-layer1 p a {
    color: #fff !important;
    text-decoration: none;
} */

.footer-layer2 {
    background: #F1F2F2;
    padding: 15px 0px;
}

.footer-layer2 .col-12 * {
    display: inline;
}

.footer-layer2 li {
    display: inline-block;
}

.footer-layer2 li img {
    width: 30px;
}

.footer-layer2 h6 {
    margin-right: 20px;
}

.footer-layer3 {
    padding: 15px 0px;
}

.footer-layer3 p {
    font-size: 14px;
}

@media(max-width: 1199px) {
    .footer-layer1 h1 {
        font-size: 23px;
    }
}

@media(max-width: 767px) {
    .footer-layer1 h1 {
        font-size: 24px;
        color: #fff;
        margin: 0px;
    }
}






/*.................top bar........................*/

.top-bar {
    /*position: absolute;*/
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    padding: 5px 0px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
}

.top-bar.scrolled {
    font-size: 15px;
    text-align: center;
    color: #4a4848;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    position: fixed;
}

/* .top-bar img {
    width: 200px;
} */

.top-bar .nav-link {
    font-size: 15px;
    text-align: center;
    color: #564f4f;
    font-weight: 500;
    opacity: 1;
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.top-bar .nav-link.active {
    opacity: 1;
}

.top-bar .nav-link.btn-nav {
    background: #007467;
    font-size: 11px !important;
    display: inline-block;
    width: auto;
    border-radius: 0px;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3) !important;
    padding: 8px 10px;
    font-weight: 700;
    opacity: 1;
}

.top-bar.scrolled .nav-link.btn-nav {
    background: #007467;
    color: #fff !important;
}

@media(max-width: 767px) {
    .top-bar .nav-link {
        /* font-size: 10px; */
        text-align: center;
        color: #fff;
        font-weight: 500;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .top-bar .nav-link.btn-nav {
        background: #007467;
        font-size: 9px !important;
        display: inline-block;
        width: auto;
        color: #fff !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 8px 10px;
        font-weight: 700;
        opacity: 1;
    }

    .top-bar {
        padding: 20px 0px;
    }
}






/*----------------specs section--------------*/

.specs-section-head {
    color: #fff !important;
    background: #F6F6F6;
    /* padding-bottom: 0px; */
}

.specs-section-head p,
.specs-section-head .heading {
    color: #606464 !important;
}

.specs-section-content,
.specs-section-details {
    background: #007467;
    padding-top: 20px;
}

.specs-section-content p {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    min-height: 105px;
    color: #fff !important;
}

.specs-section-content p span {
    font-weight: 300;
    font-size: 24px;
}

.specs-section-content small {
    font-style: italic;
    font-weight: 400;
    color: #fff;
    text-decoration: none !important;
    font-size: 11px;
    cursor: pointer;
}


.specs-section-content .spec {
    position: relative;
    margin: 0px 0px 50px;
}

.specs-section-content .spec:last-child {
    margin: 0px 0px 10px;
}

.specs-section-content .spec:last-child,
.specs-section-content .spec:nth-child(1),
.specs-section-content .spec:nth-child(5),
.specs-section-content .spec:nth-child(9) {
    min-width: 250px;
}

.specs-section-content .spec:nth-child(1) p,
.specs-section-content .spec:nth-child(2) p,
.specs-section-content .spec:nth-child(3) p,
.specs-section-content .spec:nth-child(4) p {
    min-height: 85px;
}

.specs-section-content .spec:nth-child(2),
.specs-section-content .spec:nth-child(6),
.specs-section-content .spec:nth-child(10) {
    min-width: 300px;
}

.specs-section-content .spec:nth-child(3),
.specs-section-content .spec:nth-child(7),
.specs-section-content .spec:nth-child(11) {
    min-width: 300px;
}

.specs-section-content .spec:nth-child(4),
.specs-section-content .spec:nth-child(8),
.specs-section-content .spec:nth-child(12) {
    min-width: 250px;
}

.specs-section-content .spec::after {
    position: absolute;
    content: "";
    top: 8px;
    left: -20px;
    width: 0px;
    height: 90%;
    border-right: 1px dashed #fff;
}

.specs-section-content .spec:last-child::after,
.specs-section-content .spec:nth-child(1)::after,
.specs-section-content .spec:nth-child(5)::after,
.specs-section-content .spec:nth-child(9)::after {
    display: none;
}

.specs-section-details {
    padding-bottom: 40px;
}

.specs-section-details h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff !important;
    text-align: center;
    margin: 0px;
    padding-top: 15px;
}

.specs-section-details h6 span {
    font-weight: 400;
    font-size: 20px;
}

.specs-section-details p {
    color: #fff;
    padding: 0px 20px 20px;
    text-align: center;
}

.specs-section-details hr {
    border: none;
    border-top: 1px solid #fff;
    width: 75%;
    margin: 15px auto;
}

.specs-section-details .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.specs-section-details .owl-carousel {
    margin-top: 15px;
}

.spec-go-back {
    text-align: right;
    display: inline-block;
    cursor: pointer;
}

.specs-section-details .item {
    width: 100%;
}


.spec_d {
    position: relative;
}

.spec_d p::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    border-left: 1px solid #fff;
    width: 0px;
    height: 200px;
    transform: translateY(-50%);
}

@media(min-width: 768px) {
    .specs-section-details .item {
        width: 100%;
        padding: 0px 0px 15px;
        cursor: pointer;
    }

    .spec_d p {
        text-align: left;
        padding-left: 30px;
        display: none;
    }

    .spec_d {
        position: relative;
    }

}


@media(max-width: 1199px) {
    .specs-section-content .spec:after {
        display: block;
    }

    .specs-section-content .spec:nth-child(1),
    .specs-section-content .spec:nth-child(4),
    .specs-section-content .spec:nth-child(7),
    .specs-section-content .spec:nth-child(10) {
        min-width: 320px;
    }

    .specs-section-content .spec:nth-child(2),
    .specs-section-content .spec:nth-child(5),
    .specs-section-content .spec:nth-child(8),
    .specs-section-content .spec:nth-child(11) {
        min-width: 300px;
    }

    .specs-section-content .spec:nth-child(3),
    .specs-section-content .spec:nth-child(6),
    .specs-section-content .spec:nth-child(9),
    .specs-section-content .spec:nth-child(12) {
        min-width: 250px;
    }

    .specs-section-content .spec:after,
    .specs-section-content .spec:nth-child(5):after,
    .specs-section-content .spec:nth-child(9):after {
        display: block;
    }

    .specs-section-content .spec:nth-child(1):after,
    .specs-section-content .spec:nth-child(4):after,
    .specs-section-content .spec:nth-child(7):after,
    .specs-section-content .spec:nth-child(10):after,
    .specs-section-content .spec:last-child:after {
        display: none;
    }
}


@media(max-width: 991px) {

    .specs-section-content .spec:after,
    .specs-section-content .spec:nth-child(4):after,
    .specs-section-content .spec:nth-child(10):after {
        display: block;
    }

    .specs-section-content .spec:nth-child(1):after,
    .specs-section-content .spec:nth-child(3):after,
    .specs-section-content .spec:nth-child(5):after,
    .specs-section-content .spec:nth-child(7):after,
    .specs-section-content .spec:nth-child(9):after,
    .specs-section-content .spec:nth-child(11):after,
    .specs-section-content .spec:last-child:after {
        display: none;
    }
}

@media(max-width: 767px) {
    .specs-section-content .d-flex {
        min-height: auto;
        height: auto;
        padding: 20px 0px 0px;
    }

    .specs-section-content .spec {
        position: relative;
        max-height: auto;
        padding-bottom: 20px;
        min-width: auto !important;
    }


    .specs-section-content p {
        min-height: 100px;
        padding-right: 10px;
    }

    .specs-section-content .spec::after {
        position: absolute;
        content: "";
        top: auto;
        bottom: 0px;
        right: auto;
        left: 15px;
        width: 80%;
        height: 0px;
        border-top: 1px dashed #fff;
        display: block !important;
    }

    .specs-section-content .d-flex:last-child {
        display: none;
    }



}

@media(max-width:575px) {

    .specs-section-content p {
        font-weight: 800;
        padding-right: 15px;
        min-height: 130px;
        font-size: 16px;
    }

    .specs-section-content p span {
        font-size: 20px;
        display: block;
    }

    .specs-section-content p br {
        display: none;
    }

    .specs-section-content {
        padding-bottom: 30px;
    }
}






/*.......................cv.......................*/

.col-cv {
    overflow-y: hidden;
}

.cv-carousel {
    height: 100px !important;
    overflow-x: visible !important;
    position: relative;
    margin: 120px 0px 125px;
}

.cv-carousel:after {
    position: absolute;
    content: "";
    top: -125px;
    left: 0px;
    right: 0px;
    height: 40px;
    background: -webkit-linear-gradient(#007467, rgba(243, 113, 57, 0));
    background: -o-linear-gradient(#007467, rgba(243, 113, 57, 0));
    background: -moz-linear-gradient(#007467, rgba(243, 113, 57, 0));
    background: linear-gradient(#007467, rgba(243, 113, 57, 0));
    z-index: 5;
}

.cv-carousel:before {
    position: absolute;
    content: "";
    bottom: -125px;
    left: 0px;
    right: 0px;
    height: 40px;
    background: -webkit-linear-gradient(rgba(243, 113, 57, 0), #007467);
    background: -o-linear-gradient(rgba(243, 113, 57, 0), #007467);
    background: -moz-linear-gradient(rgba(243, 113, 57, 0), #007467);
    background: linear-gradient(rgba(243, 113, 57, 0), #007467);
    z-index: 5;
}


.cv-carousel .cv-stage-outer {
    overflow: visible !important;
}


.cv-prev,
.cv-next {
    position: absolute;
    left: 0px;
    width: 30px;
    height: auto;
    z-index: 10;
}

.cv-prev {
    top: -125px;
}

.cv-next {
    bottom: -122px;
}

.cv-prev img,
.cv-next img {
    width: 100%;
    cursor: pointer;
}

.specs-section-details .item {
    width: 100%;
    padding: 0px 15px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

.specs-section-details .cv-item.active .item,
.specs-section-details .cv-item:hover .item,
.specs-section-details .owl-item.active .item,
.specs-section-details .owl-item:hover .item {
    opacity: 1;
}

.specs-section-details h6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff !important;
    margin: 0px;
    padding-top: 0px;
    display: block;
    text-align: left;
    width: 100%;
}

.specs-section-details .cv-item.active .item h6,
.specs-section-details .owl-item.active .item h6 {
    font-weight: 700;
    font-size: 17px;
}


.specs-section-details h6 span {
    font-size: 15px;
    font-weight: 400;
}

.specs-section-details .cv-item.active .item h6 span,
.specs-section-details .owl-item.active .item h6 span {
    font-weight: 300;
    font-size: 25px;
}

.specs-section-details {
    display: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0 !important;
}

.owl-next img,
.owl-prev img {
    width: 20px;
    transform: rotate(90deg);
}

.owl-next {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent !important;
}

.owl-prev {
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent !important;
}

.owl-nav {
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
}

@media(max-width: 991px) {
    .specs-section-details h6 {
        font-size: 15px;
    }



    .specs-section-details h6 span {
        font-size: 18px;
    }

    .specs-section-details .cv-item.active .item h6,
    .specs-section-details .owl-item.active .item h6 {
        font-size: 17px;
    }

    .specs-section-details .cv-item.active .item h6 span,
    .specs-section-details .owl-item.active .item h6 span {
        font-size: 20px;
    }

}

@media(max-width: 767px) {
    .specs-section-details .item {
        width: 100%;
        padding: 0px;
    }

    .specs-section-details h6 {
        font-size: 16px;
        text-align: center;
        padding: 0px 35px;
    }
}

@media(max-width: 360px) {
    .specs-section-content p {
        font-size: 14px;
        padding-right: 0px;
        min-height: 100px;
    }
}




.scholor-section {
    padding: 20px 0px 0px;
}

.scholor {
    background: #007467;
    color: #fff;
    padding: 60px 60px;
}

.scholor p {
    color: #fff;
    padding: 15px 0px 0px;
}

.scholor .btn-custom {
    color: #007467;
    text-transform: uppercase;
}

@media(max-width: 575px) {
    .scholor {
        padding: 50px 30px;
    }
}






/*-----------------------------thankyou page--------------------------*/

.thank-wrap .logo {
    width: 220px;
    position: relative;
    z-index: 2;
}

.thank-wrap .thank {
    width: 130%;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.thank-wrap h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: .9;
    margin: 50px 0px 15px;
    position: relative;
    z-index: 2;
}

.thank-wrap h5 {
    font-size: 22px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.thank-wrap .btn-custom {
    width: 250px;
    text-align: center;
    background: #0091c7 !important;
    color: #fff !important;
    border-radius: 0px;
    margin: 0px 0px 15px;
}

.thank-footer .layer1 {
    border-top: 1px solid #58595b;
    border-bottom: 1px solid #58595b;
    padding: 20px 0px;
}

.thank-footer h1 {
    font-size: 20px;
    margin: 0px;
}

.thank-footer p,
.thank-footer p a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin: 0px;
}

.thank-footer img {
    width: 30px;
}

.thank-footer h6 {
    margin-right: 10px;
}

.thank-footer h6,
.thank-footer ul {
    display: inline-block;
}

.thank-footer ul li {
    display: inline;
}

.thank-footer .layer2 p {
    font-size: 12px;
    padding: 10px 0px;
    margin: 0px;
}


@media(max-width: 991px) {
    .thank-wrap .logo {
        width: 180px;
    }

    .thank-wrap .thank {
        width: 140%;
    }

    .thank-wrap h1 {
        font-size: 45px;
        margin: 50px 0px 15px;
    }

    .thank-wrap h5 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .thank-footer h1 {
        font-size: 16px;
    }

    .thank-footer p,
    .thank-footer p a {
        font-size: 13px;
    }
}

@media(max-width: 767px) {

    .thank-wrap {
        padding: 30px 0px;
        overflow: hidden;
    }

    .thank-wrap .logo {
        width: 180px;
    }

    .thank-wrap .thank {
        width: 90%;
        margin: 30px auto 0px;
    }

    .thank-wrap h1 {
        font-size: 45px;
        margin: 30px 0px 15px;
    }

    .thank-wrap h5 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .thank-footer h1 {
        font-size: 16px;
    }

    .thank-footer .layer1 p,
    .thank-footer .layer1 p a {
        font-size: 14px;
        margin-bottom: 20px;
    }


}


@media(max-width: 575px) {
    .thank-wrap {
        padding: 20px 0px;
    }

    .thank-wrap .logo {
        width: 130px;
    }

    .thank-wrap .thank {
        width: 100%;
        margin-top: 30px;
        margin-left: 0px;
    }

    .thank-wrap h1 {
        font-size: 34px;
        margin: 40px 0px 15px;
    }

    .thank-wrap h5 {
        font-size: 15px;
        margin-bottom: 40px;
    }


    .thank-footer h1 {
        font-size: 16px;
    }

    .thank-footer .layer1 p,
    .thank-footer .layer1 p a {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .top-bar img {
        width: 100px;
    }

    .marq a.announcement {
        font-size: 12px;
    }
}

/* important dates */
.imgWidth img {
    /* width: 40px; */
    margin-bottom: 10px;
}

.datesCard {
    text-align: center;
    padding: 24px;
    color: #fff !important;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-bottom: 10px;
}

.datesCard p {
    color: #fff !important;
}

/* @media (min-width: 1200px) {
    .col-xl-2 {
        padding-right: 0;
        padding-left: 0;
        width: 165px;
    }
} */

.datesCardWidth {
    width: 170px;
}



.datesCard.bg1 {
    background: #F72585;
}

.datesCard.bg2 {
    background: #7209B7;
}

.datesCard.bg3 {
    background: #6B48BA;
}

.datesCard.bg4 {
    background: #4361EE;
}

.datesCard.bg5 {
    background: #4CC9F0;
}

.datesCard.bg6 {
    background: #53B676;
}

.datesCard h1 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 28px;
}

/* .datesCardWidth h1 sup {
    top: -30px !important;
    font-size: 13px !important;
} */

.datesCard p {
    font-size: 16px;
}

.datesCard h6 {
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
    line-height: 20px;
}

/*#### timeline styles #####*/
.time-line-box {
    padding: 0 0 50px 0;
    width: 100%;
    margin-top: 30px;
}

.time-line-box .timeline {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}


.time-line-box .status {
    margin: auto;
    margin-bottom: 20px;
    padding: 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    color: #58595B;
    padding: 5px;
    height: 50px;
}

.time-line-box .timestamp {
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #d2d1d1;
    position: relative;
    transition: all 200ms ease-in;
    color: #000;
}

.time-line-box .timestamp span {
    padding-top: 15px;
    font-size: 17px;

}

.time-line-box .timestamp span:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #007467;
    border-radius: 0;
    border: 2px solid #007467;
    position: absolute;
    left: 50%;
    top: -4%;

    transform: translate(-50%, -50%);
    transition: all 200ms ease-in;
    border-radius: 50%;
}

.swiper-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container h6 {
    margin-right: 30px;
    margin-top: 25px;
    font-weight: 600;
}

.swiper-wrapper {
    display: inline-flex;
    flex-direction: row;
}

.swiper-container::-webkit-scrollbar-track {
    background: #a8a8a8b6;
}

.swiper-container::-webkit-scrollbar {
    height: 2px;
}

.swiper-container::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
}

.swiper-slide {
    text-align: center;
    font-size: 14px;
    /* width: 170px; */
    height: 100%;
    position: relative;
}

.swiper-slide.w-250 {
    width: 250px;
}



@media only screen and (max-width: 1300px) {
    .time-line-box {
        padding: 25px 0;
    }

    .time-line-box .status {
        background: none;
        color: #212527;
        padding: 5px;
        align-items: start !important;
        padding-left: 20px;
        margin-bottom: 0 !important;
        height: auto;
    }

    .swiper-wrapper {
        flex-direction: column;
    }

    .swiper-container1 {
        align-items: center;
    }

    .swiper-slide {
        text-align: left;
        width: 100%;
        height: 80px;
        border-left: 2px solid #b5afaf;
    }

    .time-line-box .timestamp span::before {
        left: -2px !important;
        top: -40% !important;
    }

    .time-line-box .status {}

    .time-line-box .timestamp {
        justify-content: start !important;
        padding-left: 20px;
        border-top: 0px;
    }

    .swiper-slide.w-250 {
        width: 100%;
    }

    .time-line-box .timestamp span {
        padding-top: 0px;
    }

}

.bannerRow h2 {
    color: #fff;
}

.about-inner h4 {
    color: #00706A;
    font-weight: bolder;
    margin-bottom: 30px;
}

.about-inner p {
    text-align: justify;
    font-size: 16px;
}

.year-box {
    background-color: #fff;
    border-radius: 31px;
    padding: 20px;
    /* width: 175px;*/
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #f1ebeb;
    box-shadow: 0px 2px 4px #ebf7f6;
    text-align: center;

}

.year-box h5 {
    color: #00706A;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.arrow {
    margin: 0px 0px;
}

.year-box h5 span {
    margin-left: 10px;
}

.year-box .yearTxt {
    /* letter-spacing: 2.1px; */
    /* margin-bottom: 10px; */
    font-size: 20px;
}

.year-box h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #383C3C;

}

.program-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    width: 100%;
}

#Research .card-body img {
    margin-bottom: 20px;
}

#Research p,
#Research h5 {
    color: #000 !important;
    line-height: 1.6;
}

#Research p {
    color: #667085 !important;
    font-size: 14px;
}

#Research .btnOutline {
    margin-bottom: 20px;
}

#Research .btnOutline .btn-outline-primary {
    border: 1px solid #ede9e9 !important;
    color: #878787;
    padding: 4px 8px;
    margin-right: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #007169;
    border-color: #007169;
    border-radius: 5px !important;
    padding: 7px 13px !important;
}

.facultyBox p {
    line-height: 1.3;
    font-size: 14px;
    font-weight: 600;
}

.facultyBox h4 {
    font-size: 17px;
}

.facultyBox p b {
    display: inline-block;
    margin-bottom: 5px !important;
    font-weight: 500;
    font-size: 14px;
}

/* .video-container {
    background-color: #f8f9fa;
} */

.btn-submit {
    width: 100%;
    border-radius: 32px !important;
    padding: 10px !important;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar {
    padding: 0px !important;
}

.nav-item {
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.mobile_logo {
    display: none;
}

#highlights .col-lg-3 {
    display: flex;
}

@media only screen and (max-width: 991px) {
    .nav-item {
        padding: 10px 20px;
        display: flex;
        align-items: center;
    }

    .navbar-nav {
        border-top: 2px solid #eee;
        margin-top: 7px;
    }

    .mobile_logo {
        display: block;
    }

    .desk_logo {
        display: none;
    }

    .year-box {
        margin-bottom: 20px;

    }

    .nav-item {
        padding: 8px 14px !important;
    }
}

@media only screen and (max-width: 1490px) {
    .banner-section .owl-carousel .slide_1 {
        background-size: auto !important;
    }
}

@media only screen and (max-width: 1300px) {
    .banner-section h1 {
        font-size: 43px;
    }

    .nav-item {
        padding: 0px 14px;
    }
}

@media only screen and (max-width: 1100px) {
    .banner-section h1 {
        font-size: 30px;
    }

    .banner-section h3 {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .nav-item {
        padding: 0px 10px;
    }

}

.scrollTop {
    position: fixed;
    right: -44px;
    top: 50%;
    z-index: 9999;
    transition: all 0.4s ease-in-out 0s;
    transform: rotate(-90deg);
    border-radius: 0px;
    color: #fff;
    background-color: #a58255;
    border-color: #a58255;
    border-radius: 5px !important;
    padding: 7px 20px !important;
    font-size: 17px;
}

.scrollTop:hover {
    background-color: #007567 !important;
    border-color: #fff !important;
}

.team-inner-sec {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dee6ef;
    margin-bottom: 30px;
    min-height: 420px;

}

.teamTitle {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 25px;
}

.team-inner-sec .photo {
    position: relative;
    /*top: -25px;*/
    width: 100%;

}

.teamMember {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.teamMember img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.logoTeam {
    padding-left: 10px;
    padding-top: 10px;
}

.pl-70 {
    padding-left: 70px;
}

.team-data {
    text-align: center;
    padding-bottom: 20px;
    display: block;
}

.team-data h5 {
    font-weight: 600;
    font-size: 16px;
    color: #232424;
    margin-top: 15px;
}

.team-data h6 {
    font-weight: 500;
    font-size: 14px;
    color: #454648;
    padding: 0px 15px;
}

.bg-box {
    background: #f6f6f6;
    padding: 15px;
    border-radius: 15px;
}

@media (min-width: 992px) {
    .team-mem-section .col-lg-3 {
        max-width: 20%;
        /* display: flex; */
    }
}

.SupervisoryTeam {
    /* height: 230px;
    overflow: hidden;
    width: 100%; */
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #007269;
    border-color: #007269;
}

.SupervisoryTeam img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.elTitle {
    color: #007269;
    font-size: 20px;
}

.modal a {
    color: #000 !important;
}

.SupervisoryTeam img {
    width: 90% !important;
}

@media screen and (max-width:768px) {
    .banner-section .owl-carousel .slide_1 {
        background-image: none;
    }

    .scrollTop {
        bottom: 0px;
        top: 95% !important;
        height: 40px;
        border-radius: 0px;
        width: 100%;
        left: 0px;
        transform: rotate(0deg) !important;
        transition: all 0.4s ease-in-out 0s;
    }

    .banner-section .btn {
        display: none;
    }

}

/* @media screen and (min-width:1520px) {
    .scrollTop {
        right: -44px;
    }
} */
@media screen and (max-width:1380px) {
    .nav-item {
        padding: 0px 10px;
    }

    .facultySlider_nav_next {
        transform: translateX(100%) translateY(-50%) rotate(-135deg);
        right: 32px;
    }
}

@media screen and (max-width:1180px) {
    .nav-item {
        padding: 0px 5px;
    }

    .top-bar .nav-link {
        font-size: 14px;
    }
}

@media screen and (min-width:991px) and (max-width:1060px) {
    .top-bar .nav-link {
        font-size: 12px;
    }
}

@media screen and (max-width:1199px) {
    .timeline-line {
        display: none;
    }
}

.cu_box {
    background: #f9eedb;
}

@media screen and (max-width:575px) {
    .team-inner-sec {
        min-height: auto !important;
    }

}

.anchor {
    display: block;
    height: 0px;
    margin-top: -0px;
    visibility: hidden;
}

.scroll-to-top {
    position: fixed;
    right: 3rem;
    bottom: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: #007467;
    line-height: 46px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team-header-justify {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-header-justify .video-icon {
    width: 29px;
    margin-right: 20px;
    margin-top: 9px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-40 {
    margin-top: 37px;
}

.anchor2 {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
.app_time ul li{
    line-height: 1.8;
}
#application_process .col-md-6.mb-3.text-center {
    display: flex;
}
#applyModal.modal a {
    text-decoration: underline !important;
    font-weight: 600;
    color: #0a7edd !important;
}