@font-face {
    font-family: poppins;
    src: url(../font/poppins/Poppins-Regular.ttf);
}

body {
    background-color: #FAFAFA;
    counter-reset: Serial;
}

p {
    font-size: 15px;
}

.title {
    font-family: poppins;
    font-weight: bold;
    color: #FA7E3F;
    margin: 50px auto;
}

.title-inside {
    /* display: inline-block; */
    display: none;
    font-size: 64px;
    font-family: sans-serif;
    font-weight: 800;
    color: #1d7ec4;
    margin: 4px auto 0px auto;
    padding: 10px;
    border-radius: 0.375rem;
    /* background-color: #FA7E3F; */
}

.title-inside-detail {
    display: inline-block;
    /* display: none; */
    font-family: poppins;
    font-size: 18px;
    /* font-weight: 600; */
    color: #dd5410;
    margin: 50px auto 30px auto;
    padding: 10px 20px;
    border-radius: 0.375rem;
    background-color: #fa7d3f3f;
}

.title-light {
    color: #F3F3F3;
}

.mmc-blue {
    color: #2e3192 !important;
}


/* BREADCRUMB */
.bg-crumb {
    display: none;
    height: auto;
    /* background: linear-gradient(#1b1b1b80, #1b1b1b80), url('../../image/breadcrumb3.jpg'); */
    background: linear-gradient(#e9e9e966, #e9e9e96b), url('../../image/breadcrumb.html');

    background-size: cover;
    background-repeat: no-repeat;
    text-transform: capitalize;
    text-align: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #1d7ec4;
}

.breadcrumb-item.active {
    color: #1d7ec4;
}

.breadcrumb {
    display: none;
    color: #F3F3F3;
    align-items: flex-end;
    padding-bottom: 13px;
}

.box-shadow-none {
    box-shadow: none !important;
}

.first-capital::first-letter {
    text-transform: uppercase;
}

.read-more a {
    display: inline-block;
    color: #2e3192;
    background-color: #F3F3F3;
    font-family: poppins;
    text-decoration: none;
    padding: 5px 10px;
    /* margin-top: 20px; */
    border: 2px solid #2e3192;
    border-radius: 0.375rem;
    transition: 0.5s;
}

.read-more a:hover {
    /* color: #FA7E3F; */
    color: #F3F3F3;
    background: #2e3192;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.read-more-light a {
    color: #2e3192;
    background-color: #F3F3F3;
    border: 2px solid #F3F3F3;
    /* color: #F3F3F3; */
}

.read-more-light a:hover {
    color: #F3F3F3;
    background: #f1592a;
    border-color: #f1592a;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.btn {
    padding: 0.375rem 1rem;
    background-color: #2e3192;
    border-color: #2e3192;
}

.btn:hover {
    background-color: #dd5410;
    border-color: #FA7E3F;
    color: #F3F3F3;
}

.bg-white {
    background-color: #F3F3F3;
}

.hr-contact {
    height: 3px;
    border-radius: 10px;
    opacity: 1;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1D7EC4;
}

nav {
    box-shadow: 0 5px 16px #5a5a5a;
}
.navbar-nav .nav-link:hover {
    color: #2e3192;
}
.dropdown-item:hover {
   color: #2e3192;
  width: 100%;
}
.nav-item {
    padding: 10px;
}

.nav-item:hover {
    /* border-bottom: 1px solid #eee; */
    color: #fff;
    box-shadow: inset 0 5px 0 -2px #dd5410;
    transition: all 0.3s;
}

.dropdown-menu {
    transform: translateY(-2px);
}

.nav-item.show {
    transition: all 300ms;
}


/* TOP-BAR */
.top-bar {
    background-color: #2e3192;
}

.top-menu a {
    text-decoration: none;
    /* font-weight: 600; */
}

.bg-nav {
    background-color: #f1592a !important;
}

.social-media-icon a {
    text-decoration: none;
    transition: all 0.4s;
}

.social-media-icon a:hover {
    transform: translateY(-4px);
    transition: all 0.4s;
}

.social-media-icon a svg:hover {
    /* background: #F3F3F3; */
    color: #F3F3F3;
    /* border-radius: 50%; */
}

.fixed-top {
    top: -100px;
    transform: translateY(100px);
    transition: transform .5s;
}



/* NAV-BAR */
.navbar-nav .nav-link {
    color: #F3F3F3;
}

.search-bar button {
    background-color: #2e3192;
    color: #F3F3F3;
    border-color: #FA7E3F;
}

.search-bar button:hover {
    background-color: #dd5410;
    color: #F3F3F3;
    border-color: #dd5410;
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../image/navimg.png), no-repeat center center;
    background-size: cover;
}
.page-header1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../image/graph.png), no-repeat center center;
    background-size: cover;
}
.containerpg, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
}
}
.text-white {
    color: #fff !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
h3, h4, .font-weight-semi-bold {
    font-weight: 600 !important;
}
.flex-column {
    flex-direction: column!important;
    padding-left: 90px;
}
/* NOTICE */
.notice-border {
    width: auto;
    height: 300px;
    overflow: hidden;
    border: 3px solid #2e3192;
    transition: all 0.3s;
}

.notice-border:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, .2);
}

.notice-border a img {
    width: 100%;
    /* height: 350px; */
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.notice-border a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* NEWS & EVENTS */
.news-event {
    background-color: #F3F3F3;
}

.news-card {
    background-color: #2e3192;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}

.news-card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transform: translateY(-10px);
    transition: all 0.3s;
}

.news_title {
    text-decoration: none;
    color: #F3F3F3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_title:hover {
    color: #FA7E3F;
}

.news_para {
    color: #F3F3F3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_para_detail {
    /* margin-top: 2em; */
    text-align: justify;
    text-indent: 3em;
}

.news_para_detail::first-letter {
    text-transform: uppercase;

}

.ne-img {
    width: auto;
    height: 350px;
}

.ne-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ne-img img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* LIST PAGE'S SECTION */
.list-section {
    background-color: #e2faff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.list-title {
    text-align: center;
    /* font-size: 1.375em; */
    font-family: poppins;
    /* font-weight: bold; */
    padding: 8px;
    background-color: #2e3192;
    color: #F3F3F3;
    border-radius: 10px;
}

.list-img {
    /* border-radius: 10px; */
    max-width: 70px;
    max-height: 70px;
    overflow: hidden;
}

.news-card-list img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* 
.news-card-list img:hover{ 
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} */

.list-title a {
    font-size: 1.375em;
    font-family: poppins;
    text-decoration: none;
    color: #F3F3F3;
}

.news-list-title {
    display: block;
    max-width: 14em;
    color: #363636;
    text-decoration: none;
}

.news-list-title:hover {
    color: #FA7E3F;
}

.list-padding {
    padding: 8px;
}

.list-padding h5 {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical
}

/* .text-detail{
    margin-top: 2em;
    text-align: justify;
    text-indent: 3em;
} */

/* GALLERY START */
#gallery {
    /* padding-top: 40px; */
    width: 100%;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
}

.img-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    cursor: pointer;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
}

.gallery-title {
    color: #fff;
    font-size: 1.7em;
    overflow: hidden;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    cursor: pointer;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1111 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 75%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.3s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.3s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.3s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* GALLERY END */




/* ACADEMICS */
.academic_text {
    /* color: #F3F3F3; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.timeline_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* .courses {
    height: 200px;
    padding: 50px 0;
    text-align: center;
    font-size: 30px;
    font-family: poppins;
    font-weight: bold;
    background-color: #C5DBF2;
    color: #363636;
    border-bottom: 10px solid #1D7EC4;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.courses:hover {
    transform: translateY(-10px);
    transition: 0.5s;
    background-color: #fcbc9d;
    border-bottom: 10px solid #FA7E3F;
} */

.course-card {
    position: relative;
    /* width: 300px; */
    height: 265px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    transition: 0.5s;
}

.course-card:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, .2);
}

.course-card .face {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.course-card .face.face1 {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background: #fff;
    color: #f1592a;
    align-items: flex-end;
    border-radius: 10px;
}

/* .course-card .face.face1 h2{
    margin-top: 60px;
} */
.course-card .face.face1 a {
    display: inline-block;
    padding: 5px 10px;
    /* margin-top: 20px; */
    text-decoration: none;
    color: #f1592a;
    border: 2px solid #f1592a;
    border-radius: 0.375rem;
    transition: 0.5s;
}

.course-card .face.face1 a:hover {
    color: #fff;
    background: #f1592a;
}

.course-card .face.face2 {
    background: #f1592a;
    border-radius: 10px;
    transition: 0.5s;
}

.course-card:hover .face.face2 {
    height: 80px;
    width: 80px;
    /* margin-bottom: 30px; */
    align-items: center;
    border-radius: 50%;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -25%);
    background: transparent;
    border: 2px solid #f1592a;
}

.course-card .face.face2 h2 {
    margin: 0px;
    padding: 0;
    font-size: 3em;
    color: #fff;
    align-self: center;
    transition: 0.5s;
}

.course-card:hover .face.face2 h2 {
    color: #f1592a;
    font-size: 2em;
}

/* Privacy Polcy & Terms and Condition */
.privacy h1 {
    font-size: 24px;
}

.privacy h2 {
    font-size: 20px;
}

/* TOP BUTTON */

#top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #2e3192;
    color: #F3F3F3;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#top-btn:hover {
    background-color: #f1592a;
}

/* TIMELINE */
.timeline-section {
    background-color: #2e3192;
}

.timeline-section-listing {
    background-color: #2e3192 !important;
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #363636;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: relative;
    top: 30%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    color: #F3F3F3;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    color: #F3F3F3;
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }

    .main-timeline .date-content:before {
        width: 22.5%
    }

    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }

    .main-timeline .title {
        font-size: 17px
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }

    .main-timeline .timeline {
        margin-bottom: 20px
    }

    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }

    .main-timeline .icon {
        margin: auto 0
    }

    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }

    .main-timeline .date-content:before {
        display: none
    }

    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }

    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }

    .main-timeline .date {
        top: 30%
    }

    .main-timeline .year {
        font-size: 24px
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }

    .main-timeline .title {
        margin-bottom: 10px
    }
}

/* TIMELINE END */
.contact-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../image/contact/pexels-photomix-company-887751.jpg') no-repeat fixed;
    background-size: cover;
    background-repeat: no-repeat;

}

.form-control {
    /* font-family: poppins; */
    font-size: 16px;
    padding-top: 8px;
    background-color: #F3F3F3;
    color: #363636;
    border-color: #FA7E3F;
}

/* input:focus { 
    outline: none !important;
    border-color: #FA7E3F;
    box-shadow: 0 0 10px #FA7E3F;
}
textarea:focus { 
    outline: none !important;
    border-color: #FA7E3F;
    box-shadow: 0 0 10px #FA7E3F;
} */

/* .inner-contact {
    background-color: #fff6f2;
} */

.contact-info {
    padding: 20px;
    text-align: center;
    background-color: #b39586;
    color: #F3F3F3;
    border-radius: 10px;
}

/* TESTIMONIALS */
.testimonial-img {
    height: 300px;
    width: 300px;
    margin: auto;
    background-color: #232323;
}

.testimonial-text h5 {
    font-family: poppins;
    /* font-size: 20px; */
    font-weight: 600;
    color: #363636;
}

.testimonial-text h6 {
    font-family: poppins;
    font-weight: 600;
    color: #969090;
}

.testimonial-section .carousel-indicators [data-bs-target] {
    transform: translateY(35px);
}

/* DOWNLOADS */
.bg-download {
    background-color: #FA7E3F;
    color: #F3F3F3;
}

.serial-no {
    width: 10%;
}

tr td:first-child:before {
    counter-increment: Serial;
    /* content: "Section " counter(Serial) ": ";       */
    /* content: counter(Serial); **/
}

/* FOOTER */
.footer {
    background-color: #000;
    color: #F3F3F3;
}

.footer a {
    width: fit-content;
    display: block;
    text-decoration: none;
    color: #F3F3F3;
}

.footer .footer-link a:hover {
    color: #dd5410;
    font-weight: 600;
}

.copywright {
    background-color: #f1592a;
    color: #F3F3F3;
}

.copywright a {
    width: fit-content;
    display: block;
    text-decoration: none;
    color: #F3F3F3;
}

.copywright a:hover {
    color: #2e3192;
    /* font-weight: 600; */
}


@media (max-width: 1299px) {
    .top-bar {
        display: none;
    }

    .search-bar {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .notice-border {
        height: 233px;

    }
}
.row a img {
    margin-right: 10px;
}


.buttonhd {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  color: #fff;
  background-color: #337ab7;
  animation: Online 5s infinite;
  padding-left: 20px;
  padding-right: 20px;
}

@keyframes Online {
  0% { background-color: red; }
  10% { background-color: pink; }
  20% { background-color: green; }
  30% { background-color: orange; }
  40% { background-color: brown; }
  50% { background-color: purple; }
  60% { background-color: yellow; }
  70% { background-color: maroon; }
  80% { background-color: aqua; }
  90% { background-color: lime; }
  100% { background-color: brown; }
}

  /*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #ffffff;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #ffffff;
    background: var(--secondary)
}
.contentpg img {
    padding-top: 15px;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    max-width: 100%;
}
.contentpg p {
 	padding-top: 15px !important; 
}
/*@media screen and (min-width: 480px) {
  .contentpg img {
    width: 100%;
    height: 100%;
    padding-top: 15px;
  }
} */
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
 .contentpg img {
    width: 100%;
    height: 100%;
   padding-top: 15px;
   max-width: 100%;
}
  
  .contentpg p {
    padding-left: unset !important;
}
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .contentpg img {
    width: 100%;
    height: 100%;
    padding-top: 15px;
}
}
@media screen and (min-width: 480px) {
  .contentpg-1  {
    overflow: auto;
  }
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
 .contentpg-1  {
    overflow: auto;
}
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .contentpg-1  {
    overflow: auto;
}
}

.team-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu-submenu {
    transform: translateY(-2px);
}

/* CSS for Submenu Submenu*/

.sub-menu-subcontent {
    display: none;
    position: absolute;
    left: 30%;
    background-color: #f9f9f9;
    width: fit-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    display: flex;
    flex-direction: column;
    border-radius: 5%;
   
}
.nav-item:hover .sub-menu:hover .sub-menu-subcontent{
    display: block;
    float: right;
    left: 15%;
    top: 0%;
}

.nav-item:hover .sub-menu-subcontent {
    display: none;
}
.sub-menu-subcontent a {
    padding-left: 4%;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

@media screen and (max-width: 768px) {
  .sub-menu-subcontent  {
   left: 15%
  }
}

/* Media query for screens between 768px and 992px wide */
@media screen and (min-width: 769px) and (max-width: 992px) {
  .sub-menu-subcontent  {
     left: 15%

  }
}

/* Media query for screens larger than 992px wide */
@media screen and (min-width: 993px) {
  .sub-menu-subcontent  {
       left: 15%

  }
}
