/*
 Theme Name:   Divi Child
 Description:  Divi child theme
 Version:      1.0.0
 Author:       SkyNoDigital
 Template:     Divi
*/
.why_choose_list {
    list-style-type: none !important;
    padding: 0 !important;
}

.why_choose_list li {
    margin: 0 0 18px;
    padding-left: 40px;
    background-image: url(/wp-content/uploads/2025/04/check-mark.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 2px 5px;
}

.latet_news_section .et_pb_salvattore_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.latet_news_section .et_pb_salvattore_content .column.size-1of3 {
    width: 31% !important;
    margin: 0 !important;
}

.latet_news_section article.et_pb_post {
    border-color: #ddd !important;
    overflow: hidden;
    border-radius: 10px;
}

.latet_news_section article.et_pb_post .et_pb_image_container a {
    width: 100%;
    position: relative;
    padding-bottom: 80%;
    margin: 0 !important;
}

.latet_news_section article.et_pb_post .et_pb_image_container a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

article.et_pb_post .more-link {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
    color: #002147;
}

.logo_slider_row img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.logo_slider_row .swiper-progress-bar {
    display: none;
}

.logo_slider_row .et_pb_module.swiper-slide {
    margin-bottom: 0 !important;
}

.placement_counter_row .et_pb_number_counter .percent {
    height: auto;
    margin: 0 0 10px !important;
}

.placement_counter_row .et_pb_number_counter .percent p {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

.placement_counter_row .et_pb_number_counter h3.title {
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.our_program_section .carousel_content.img_caro {
    position: relative;
    padding-bottom: 125%;
    background: #002147;
    border-radius: 15px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.our_program_section .divi8_image_carousel_item .et_pb_module_inner {
    position: relative;
    width: 100%;
}

.our_program_section .divi8_image_carousel_item {
    background: transparent;
}

.our_program_section .carousel_content.img_caro img {
    border-radius: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .4;
}

.our_program_section .carousel_content.img_caro p {
    padding-top: 0;
    line-height: 1.2;
    padding-bottom: 10px;
}

.et_pb_accordion .et_pb_toggle.et_pb_module {
    margin: 0 0 10px !important;
}

.events_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.events_wrapper .single_event {
    width: calc(33.33% - 30px);
    margin: 0 15px 0px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    transition: .4s all;
}

.events_wrapper .single_event:nth-child(4) {
    display: none !important;
}

.events_wrapper .single_event:hover {
    transform: scale(1.05);
}

.events_wrapper .single_event .event_image {
    width: 100%;
    padding-bottom: 110%;
    position: relative;
}

.events_wrapper .single_event .event_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.events_wrapper .single_event .event_content {
    padding: 10px 15px;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    min-height: 101px;
}

.events_wrapper .single_event .event_content h3 {
    padding: 0;
    margin: 8px 0 0;
    font-size: 18px;
    line-height: 1.4;
}

.events_wrapper .single_event .event_content .event_date {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 28px;
    background-image: url(/wp-content/uploads/2025/04/calendar-icon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    line-height: 22px;
    background-position: 0 2px;
    margin: 0 0 10px;
}

.events_wrapper .single_event .event_content .event_date:empty {
    display: none;
}

.events_wrapper .single_event .event_content .event_time {
    font-size: 14px;
    padding-left: 28px;
    background-image: url(/wp-content/uploads/2025/04/clock-icon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    line-height: 22px;
    background-position: 0 2px;
}

.events_wrapper .single_event a {
    color: inherit;
}

.container,
.et_pb_row {
    width: 90%;
}

.home_locations_row .et_pb_column {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 20% 22px 22px;
}

.home_locations_row .et_pb_column:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .6;
}

.home_locations_row .et_pb_column h3 {
    font-size: 24px;
    padding: 0 0 10px;
    line-height: 1.4;
}

.home_locations_row .et_pb_column p {
    font-size: 15px;
    line-height: 1.5;
}

#wrapper {
    background-image: url("/wp-content/uploads/2018/05/section_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.doaba-footer_bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.programes-has_clidren.programes-has-cild_postgrade:hover {
    margin-bottom: 70px;
}

#wpcf7-f3454-p2865-o1.wpcf7 .wpcf7-response-output {
    padding: 8px 27px !important;
    margin: 0px !important;
}

#menu-item-2602 a {
    pointer-events: none;
}

.pincipal-strong_name {
    margin-top: 7px !important;
}

.career-page_points ul {
    width: 95%;
}

.career-page_points li {
    font-weight: bold;
    color: #002147;
}

.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
    background-color: #002147 !important;
    border-color: #002147 !important;
}

.career-page_heading h2::before {
    content: '';
    position: absolute;
    background: #002147;
    width: 120px;
    height: 3px;
    bottom: -10px;
    margin-left: 4px;
}


.testimonial_custom .stm-blockquote__content {
    padding: 20px 10px;
    overflow: hidden;
    box-shadow: 0px 0px 38px 15px rgba(196, 191, 214, 0.06);
    min-height: 300px;
    background: #fff;
    border-top: solid 3px #f6941e;
}


.testimonial_custom .stm-blockquote__avatar,
.testimonial_custom .stm-blockquote__body {
    display: block;
    width: auto;
    text-align: center;
    padding-bottom: 23px;
}

.testimonial_custom .stm-blockquote__avatar:before {
    content: "\e931" !important;
    position: absolute;
    left: 77px;
    top: 50px;
    line-height: 20px;
    font-family: 'stm-icon' !important;
    color: rgba(0, 0, 0, 0.1607843137254902);
    transform: rotate(180deg);
    font-size: 32px;

}

.testimonial_custom .stm-blockquote__avatar img.attachment-full {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 31px;
    box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.09019607843137255);
}


.testimonial_custom .stm-blockquote p:last-of-type:before {
    display: none;
}

.testimonial_custom .stm-blockquote p:last-of-type:after {
    display: none;
}


.stm-blockquote:before {
    height: 2px;
    background: #002147;
    display: none;
}

.hide {
    display: none;
}

.common_title {
    text-align: center !important;
}

.common_title.vision {
    text-align: left !important;
}

.our_process .et_pb_main_blurb_image {
    margin-bottom: 15px !important;
}

.our_process h4 {
    line-height: 1.4 !important;
    padding-bottom: 5px !important;
}

.our_process .et_pb_blurb_description {
    line-height: 1.3;
}

.empowering_future {
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 28px;
}

.home_locations_row .et_pb_column.et_pb_column_empty {
    opacity: 0;
}

.npfWidgetButton {
    padding-left: 11px !important;
    flex: right;
    position: fixed !important;
    right: -50px !important;
    transform: rotate(270deg) !important;
    top: 50% !important;
    background-color: #17a43b !important;
    z-index: 999999;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    color: #fff;
    line-height: 1.33;
    padding: 8px 18px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}

.npfWidget-4ca2d953ee921481dff9ccdecc595d91.npfWidgetButton {
    padding-left: 11px !important;
    flex: right;
    position: fixed !important;
    right: -52px !important;
    transform: rotate(270deg) !important;
    top: 50% !important;
    background-color: #038137 !important;
    z-index: 999999;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    color: #fff;
    line-height: 1.33;
    padding: 8px 18px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}

.npfTitle-4ca2d953ee921481dff9ccdecc595d91 {
    font-size: 22px;
    text-align: center;
}

.npfTitle-4ca2d953ee921481dff9ccdecc595d91 {
    font-size: 20px;
    text-align: center;
    color: #000;
}

div#popup-4ca2d953ee921481dff9ccdecc595d91 {
    z-index: 99999;
}

@media(max-width:768px) {
    .npfWidget-4ca2d953ee921481dff9ccdecc595d91.npfWidgetButton {
        right: -52px;
        z-index: 99999;
    }
}


.custom-main {
    position: fixed;
    left: 0;
    top: 50%;
    bottom: 0;
    margin: auto;
}

.ig-div,
.fb-div,
.wa-div {
    background: #002147;
    color: white;
    padding: 10px;
    width: 43px;
    height: 40px;
    text-align: center;
    font-size: 22px;
}

.ig-div a,
.fb-div a,
.wa-div a {
    color: #fff;
}

/* Add your CSS code here.
                     
For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */

.textwidget .pl-0,
.main-site_content .pl-0 {
    padding-left: 20px;
}

.main-site_content ol li {
    line-height: 30px;
}

.stm-action-box:hover .stm-action-box__figcaption_content {
    bottom: 0px;
}

.stm-nav__menu>li {
    padding: 0 16px;
}

li#menu-item-4306 a {
    color: #fff;
}

li#menu-item-4306 {
    background: #df8319;
}

.home-india-flag {
    background-image: url(/wp-content/uploads/2022/08/india-flag-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 10px !important;
}

.home-india-flag a {
    color: transparent !important;
}

.testimonial_custom p {
    padding: 0px !important;
}

p.main-heading {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600;
}

p.italic-text {
    padding: 0 !important;
    line-height: 1.5 !important;
    font-size: 12px !important;
    font-style: italic;
    color: #f6941e;
    font-weight: 600;
}

p.plan-text:after {
    display: none;
}


p.plan-text {
    padding: 16px !important;
    font-size: 13px !important;
    color: #999ea5;
}



.testimonial_custom .stm-blockquote p {
    position: relative;
    /* line-height: 36px; */
    padding-bottom: 29px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding-top: 26px;
    margin: 0px;
}





.testimonial_custom .vc_column_container>.vc_column-inner {
    padding: 0px !important;
}



.testimonial_custom .stm-blockquote {
    padding: 10px 10px;

}

.career-page_heading h2 {
    position: relative;
}

.career-application_form textarea {
    border: 0;
}

.contact-form_main.career-application_form .contact-form_left {
    width: 49%;
    float: left;
    margin-right: 1%;
}

.contact-form_main.career-application_form .contact-form_right {
    width: 49%;
    float: left;
    margin-left: 1%;
}

.download-broucher_but {
    display: none;
}

.page-id-2865 .download-broucher_but {
    display: block;
}

.principal-words_section {
    display: flex;
    align-items: center;
}

.main-site_content.scholarship__content ul {
    padding-left: 14px;
}

.location {
    width: 50%;
    text-align: center;
    height: 330px;
    float: left;
    -moz-perspective: 700px;
    -webkit-perspective: 700px;
    perspective: 700px;
    overflow: hidden;
    z-index: 10;
    background: #54575a;
}

.programes-has_clidren.programes-has_mngmt:hover {
    margin-bottom: 116px;
}

.mohali {
    background: url('/wp-content/uploads/2018/05/mohali_campus.jpg');
    background-size: cover;
}

.nawasher {
    background: url('/wp-content/uploads/2018/05/nawasher_campus.jpg');
    background-size: cover;
}

.ropar {
    background: url('/wp-content/uploads/2018/05/ropar_campus.jpg');
    background-size: cover;
}

.office {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.4s ease-out;
    -webkit-transform-origin: 90px 90px -90px;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 0.4s ease-out;
    -moz-transform-origin: 90px 90px -90px;
    transform-style: preserve-3d;
    transition: all 0.4s ease-out;
    transform-origin: 90px 90px -90px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.4s ease-out;
    -webkit-transform-origin: 90px 90px -90px;
    -moz-transform: rotateX(-90deg);
    -moz-transform-style: preserve-3d;
    -moz-transition: all 0.4s ease-out;
    -moz-transform-origin: 90px 90px -90px;
    transform: rotateX(-90deg);
    transform-style: preserve-3d;
    transition: all 0.4s ease-out;
    transform-origin: 90px 90px -90px;
    top: -165px;
    visibility: hidden;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.location:hover .office {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.location:hover .map {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
    top: -330px;
    z-index: 1;
}

.location:hover .map a img {
    width: 100%;
    min-width: 500px;
}

h4.located {
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    margin: 0 auto;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .location {
        width: 100%;
    }
}

.principals-name h4 {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.main-address i {
    color: #fff;
}

.main-address i:hover {
    color: #b1b1b1;
}

.principals-name {
    margin-bottom: 23px;
}

.main-site_content h6 {
    font-weight: bold;
    margin: 28px 0 7px;
}

.academics-scholarship_tab p {
    color: #002147;
    text-align: center;
    margin-bottom: 3px;
    font-weight: bold;
    line-height: 26px;
    font-size: 16px;
}

.academics-scholarship_tab {
    padding: 28px 11px;
}

.admission-scholar_rightsec .vc_toggle_title {
    background: #002147;
    padding: 8px 30px !important;
}

.admission-scholar_rightsec .vc_toggle_title h4 {
    color: #fff;
    font-size: 16px;
}

.admission-scholar_rightsec .vc_toggle_default .vc_toggle_icon::before {
    background: #DF8319;
    border: 1px solid #DF8319;
}

.admission-scholar_rightsec .vc_toggle_default .vc_toggle_icon::after {
    background: #DF8319;
    border: 1px solid #DF8319;
}

.admission-scholar_rightsec .vc_toggle_icon {
    margin-left: 12px !important;
}

.admission-scholar_rightsec {
    background: #ebebeb;
}

.admission-international_expo li {
    margin-bottom: 13px;
    padding: 0 !important;
}

.academic-scholarshp__faq .vc_toggle_default .vc_toggle_icon::before {
    background: #DF8319;
    border: 1px solid #DF8319;
}

.academic-scholarshp__faq .vc_toggle_default .vc_toggle_icon::after {
    background: #DF8319;
    border: 1px solid #DF8319;
}

.academic-scholarshp__faq .vc_toggle_title>h4 {
    display: inline;
    font-weight: bold;
    font-size: 17px;
}

.admission-page_tophead p {
    color: #fff;
    margin: 0 auto;
    text-align: right;
    margin-right: 87px;
    margin-top: -13px;
}

.programes-has_clidren-diplo:hover .program-courses_sumenu {
    position: relative;
    height: 0 !important;
}

.admission-international_expo li a:hover {
    background: #DF8319;
    color: #fff;
}

.admission-international_expo li a {
    padding: 15px 12px 13px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    font-size: 14px;
}

.testi-sec_image img {
    width: 64px;
    border-radius: 50px;
}

.admission-tabs__content h5 {
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0 14px;
}

.admission-tabs__content ul li::before {
    content: url('/wp-content/uploads/2018/05/images.png');
    position: absolute;
    left: -22px;
    margin-top: 3px;
}

.admission-tabs__content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
    font-size: 15px;
}

.testi-sec_text span {
    font-style: italic;
    font-size: 14px;
}

.admission-tabs__content ul {
    padding-left: 24px;
}

.testi-sec_text p {
    line-height: 21px;
    margin-top: 5px;
    font-size: 14px;
}

.admin-testim_sec.testim-sec-below .testim-sec_left {
    padding-top: 30px;
}

.admin-testim_sec.testim-sec-below .testim-sec_right {
    padding-top: 30px;
}

.testi-sec_text h4 {
    margin-bottom: 5px;
    font-size: 20px;
}

.testi-sec_text ul {
    padding: 0;
}

.testi-sec_text li {
    list-style: none;
}

.testim-sec_left {
    width: 48%;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 2%;
    padding-bottom: 20px;
    height: 145px;
}

.admin-testim_sec.testim_sec-above {
    border-bottom: 1px solid #ccc;
}

.testim-sec_right {
    width: 48%;
    float: left;
    padding-left: 2%;
    padding-bottom: 20px;
    height: 145px;
}

.testi-sec_image {
    width: 15%;
    float: left;
}

.testi-sec_text {
    width: 85%;
    float: left;
}

.admission-news__section {
    background-repeat: no-repeat;
    background-size: cover;
}

.admission-latest-readmore.admission-event-read {
    margin-top: 32px;
}

.admission-latest-readmore {
    width: 100%;
    float: left;
}

.admin-news-event_head h2 {
    color: #fff;
    position: relative;
    margin-bottom: 49px;
}

.admin-news-event_head h2::before {
    content: "";
    background: #fff;
    width: 106px;
    height: 2px;
    position: absolute;
    bottom: -9px;
    left: 0;
    transition: 0.3s;
    margin-left: 3px;
}

.admission-latest-readmore a {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

.admission-latest-readmore a::before {
    content: "";
    background: #DF8319;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: 0.3s;
}

.admission-latest-readmore a:hover:before {
    width: 100%;
}

.admission-page_posts {
    position: relative;
}

.admission-page_posts::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 201px;
    background: #fff;
    right: 0;
    opacity: 0.5;
    top: 38px;
}

.admission-open_events .stm-event_view_grid {
    padding: 18px 30px 19px 30px;
}

.admission-open_events .stm-event_view_grid .stm-event__title {
    line-height: 17px;
}

.admission-open_events .stm-event_view_grid .stm-event__title a {
    font-size: 15px !important;
}

.admission-page_posts .stm_small_grid_three .entry-title {
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.admission-page_posts .stm_small_grid_one .entry-title a {
    color: #fff;
}

.admission-page_posts .stm_small_grid_one .entry-details {
    background-color: transparent;
    padding: 25px 30px 27px 0px;
}

.admission-page_posts .stm_small_grid_three .entry-title a {
    color: #fff;
}

.wpls-logo-showcase-slider-wrp .slick-dots {
    display: none !important;
}

.admission-page_posts .post-categories {
    display: none;
}

.admission-page_posts .entry-details .entry-meta {
    display: none;
}

.download-broucher_but {
    position: fixed;
    top: 100px;
    transform: rotate(-90deg);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #002147;
    margin-top: 230px;
    transition: 0.3s;
    left: -92px;
}

.download-broucher_but:hover {
    background: #3277ae;
}

.download-broucher_but a {
    color: #fff;
    text-decoration: none;
    padding: 13px 25px 14px 37px;
    display: block;
    position: relative;
}

.download-broucher_but::before {
    content: "\f019";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 12px;
    left: 14px;
}

.admission-tabs__content h6 {
    margin-bottom: 9px;
    font-style: italic;
}

.admission-tabs__content p {
    color: #000;
    margin-bottom: 10px;
}

.doaba-home_link {
    margin-left: 124px;
    transform: skew(-45deg) !important;
    display: block;
}

.admission-page_tophead h2 {
    margin: 0 auto !important;
    color: #fff;
    font-size: 28px;
    text-align: right;
    margin-right: 87px !important;
}

.admission-page__logo .vc_column-inner {
    padding-top: 20px !important;
    padding-bottom: 18px;
}

.admission-page__logo>.vc_custom_1525432840322 {
    transform: skew(45deg);
    margin-left: -49px;
}

.admission-page__logo .wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}

.admission-top__news>.vc_column-inner {
    margin-bottom: 0;
    padding-top: 32px !important;
}

.page-id-2865 .header-holder.header-holder_view-style_1.header_holder_small {
    display: none;
}

.admission-open-tab_cont .vc_tta-panels {
    background-color: transparent !important;
}

.admission-open-tab_cont .vc_tta-tab:first-child::after {
    display: none;
}

.admission-open-tab_cont .vc_tta-tab:last-child::after {
    display: none;
}

.admission-open-tab_cont .vc_tta-tab.vc_active a {
    background: #DF8319 !important;
}

.admission-open-tab_cont .vc_tta-tab.vc_active a .vc_tta-icon::before {
    color: #fff;
}

.admission-open-tab_cont .vc_tta-tab.vc_active a span {
    color: #fff;
}

.admission-open-tab_cont .vc_tta-tab:hover>a {
    background: #DF8319 !important;
}

.admission-open-tab_cont .vc_tta-tab:hover>a .vc_tta-icon::before {
    color: #fff;
}

.admission-open-tab_cont .vc_tta-tab:hover>a span {
    color: #fff;
}

.admin-tab_nopad>.vc_column-inner {
    padding-top: 0 !important;
}

.admission-open-tab_cont .vc_tta-tabs-list a {
    height: 93px;
    border-radius: 0 !important;
    text-align: center;
    padding: 20px 11px 16px !important;
}

#main-footer .footer-widget h4.title {
    padding: 0;
    margin: 0 0 20px;
}

#footer-widgets .footer-widget li:before {
    display: none !important;
}

#footer-widgets .footer-widget li {
    padding-left: 0 !important;
}

.admission-open-tab_cont .vc_tta-tab::after {
    content: "";
    position: absolute;
    background: #ccc;
    height: 74px;
    width: 1px;
    right: 0;
    top: 10px;
}

.admission-open-tab_cont .vc_tta-tab {
    position: relative;
}

.admission-open-tab_cont .vc_tta-tab a {
    background: transparent !important;
}

.admission-open-tab_cont .vc_tta-icon::before {
    font-size: 27px;
    color: #F5A64A;
}

.admission-open-tab_cont .vc_tta-tabs-list a i {
    display: block;
    margin-bottom: 11px;
}

.admission-open-tab_cont .vc_tta-tabs-list a span {
    display: block;
    margin: 0 auto !important;
    font-weight: normal;
    font-size: 14px;
    margin-top: 9px !important;
    color: #000;
}

.admission-banner_text {
    margin-top: 135px;
}

.admission-mainform_lower input {
    background: rgba(255, 255, 255, 0.3);
    border-color: transparent;
    padding: 9px 20px;
    line-height: 27px;
    border-radius: 0;
}

.admission-bannerform_submit input {
    background: #DF8319;
    border: none;
    color: #Fff;
    width: 100%;
    height: 44px;
    margin-top: 24px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.admission-mainform_lower input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.admission-mainform_lower input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.admission-mainform_lower input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.admission-mainform_lower input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.admission-mainform_lower .select2-selection__rendered {
    color: #fff !important;
    line-height: 42px !important;
}

.admission-mainform_lower .select2-selection__arrow {
    height: 40px !important;
}

.admission-mainform_lower .select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255, 0.3);
    border: 0;
    color: #fff;
    height: 43px;
    border-radius: 0;
}

.admission-mainform_lower>span {
    margin-bottom: 8px;
    display: block;
}

.admission-mainform_upper h3 {
    color: #fff;
    margin-bottom: 27px !important;
    font-size: 27px;
    text-align: center;
}

.admission-mainform_lower br {
    display: none;
}

.admission-banner_text h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 11px;
}

.admission-tabs__content h2 {
    position: relative;
}

.admission-tabs__content h2::before {
    content: '';
    position: absolute;
    background: #002147;
    width: 120px;
    height: 3px;
    bottom: -10px;
    margin-left: 4px;
}

.admission-banner_text h5 {
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
}

.page-id-2865 .header_holder_small {
    margin-bottom: 0px !important;
    box-shadow: none !important;
}

.admission-open_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.program-courses_sumenu li::before {
    content: "\f105" !important;
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    color: #002147;
    font-size: 19px;
    top: 28% !important;
    background: none !important;
    font-weight: bold;
    left: 12px !important;
}

.programes-has_clidren.programes-has_undegraduate:hover {
    margin-bottom: 252px !important;
}

.programes-has_clidren .programes-has_mngmt:hover {
    margin-bottom: 150px !important;
}

.programes-has_clidren .programes-has_edctn:hover {
    margin-bottom: 150px !important;
}

.program-courses_sumenu li:hover {
    background: #ccc !important;
}

.program-courses_sumenu a {
    padding: 12px 29px 13px !important;
    font-size: 15px !important;
    color: #002147 !important;
}

.program-courses_sumenu li {
    height: 0;
    width: 100% !important;
    margin-bottom: 3px !important;
    float: right;
    background: #eee !important;
}

.program-courses_sumenu {
    height: 0;
    transition: 0.3s;
    position: absolute;
    width: 100%;
    padding-top: 8px !important;
    opacity: 0;
}

.admission-open-all_course .programes-has_mngmt:hover>.program-courses_sumenu {
    height: 100px !important;
    opacity: 1;
}

.programes-has_clidren .programes-has_mngmt:hover {
    margin-bottom: 115px !important;
}

.admission-open-all_course .programes-has_edctn:hover>.program-courses_sumenu {
    height: 100px !important;
    opacity: 1;
}

.programes-has_clidren.programes-has_edctn:hover {
    margin-bottom: 115px !important;
}

.programes-has_clidren:hover {
    margin-bottom: 160px;
}

.admission-open-all_course li:hover>.program-courses_sumenu {
    height: 150px;
    opacity: 1;
}

.admission-open-all_course li:hover>.program-courses_sumenu li {
    height: 42px;
    float: none;
}

.all-campuses_lists {
    padding: 0;
    margin-top: 26px;
    margin-bottom: 21px;
}

#frontend_customizer {
    margin: -203px 0 0;
}

.customizer_wrapper h2 {
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.stm-event_view_grid .stm-event__date-month {
    font-size: 13px;
}

.page-id-2298 .stm-more-link.stm-title-more-link {
    margin-top: 4px !important;
    margin-left: 50px !important;
}

.top-bar__search {
    display: none;
}

.page-id-2865 .vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel:hover .vc_tta-panel-heading {
    border-color: #002147;
}

.page-id-2865 .vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel:hover .vc_tta-panel-body {
    border-color: #002147;
}

.doaba-home_events .stm-event_view_grid:hover {
    box-shadow: 0px 0px 5px rgba(242, 242, 242, 0.8);
}

.doaba-home_events .stm-event_view_grid {
    transition: 0.3s;
}

.home-tab_postsec .stm_small_grid_three .entry-title {
    line-height: 21px;
    font-size: 16px;
}

.home-tab_postsec .post-categories {
    display: none;
}

.home-link_tabs {
    text-decoration: none !important;
}

.slider-tab_sec:hover::after {
    height: 100%;
}

.slider-tab_sec:hover>h5 {
    color: #fff;
}

.slider-tab_sec:hover>p {
    color: #fff;
}

.home-link_tabs {
    text-decoration: none;
}

.all-campuses_lists li {
    list-style: none;
    margin-bottom: 10px !important;
}

.excellence_awards h3::before {
    display: none;
}

.curriculum_page h3::before {
    display: none;
}

.current_page_item a::before,
.current-page-parent a::before {
    background: #002147;
}

.admission-lower_submit {
    text-align: center;
}

.admission-lower_submit input {
    background: #002147;
    color: #fff;
    border: 2px solid #002147;
}

.admission-lower_submit input:hover {
    background: #ffaf42;
    color: #000000;
}

.comment-form__submit-button:hover {
    background: #002147 !important;
}

.comment-form__submit-button {
    border: 2px solid #002147 !important;
}

.doaba-college_education .doaba-management_sec {
    margin-top: 35px;
}

.doaba-college_education .dcoe_sec h4 {
    margin-bottom: 10px;
    font-size: 17px;
    margin-top: 25px;
}

.page-id-2647 .content {
    min-height: 280px;
}

.page-id-2688 .content {
    min-height: 280px;
}

.page-id-2726 .content {
    min-height: 400px;
}

.page-id-2767 .content {
    min-height: 280px;
}

.page-id-2790 .content {
    min-height: 280px;
}

.page-id-2964 .content {
    min-height: 400px;
}

.admission-open-all_course li {
    background: #e5e5e5;
    position: relative;
    width: 84%;
    margin: 0 auto 8px auto;
    transition: 0.5s;
    list-style: none;
}

.admission-open-all_course li::before {
    content: '';
    background: #002147;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    transition: 0.3s;
    top: 0;
}

.admission-open-all_course li:hover:before {
    width: 100%;
}

.admission-open-all_course li:hover a {
    color: #fff;
}

.admission-open-all_course li a {
    padding: 15px 14px;
    display: block;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

.footer_type_default {
    background-image: url(/wp-content/uploads/2017/08/footer-slide.jpg?id=2498);
}

.admission-open-all_course ul {
    padding: 0;
}

.banner-register-form .wpcf7 .wpcf7-response-output {
    background: #fff;
    padding: 9px 8px;
    border-width: 1px;
    margin: -2px 0;
}

.contact-page_info {
    margin-top: 50px;
}

.contact-page_info h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

.banner-query_submit input {
    background: #DF8319;
    border: none;
    color: #Fff;
    width: 100%;
    height: 44px;
    margin-top: 24px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.banner-query_submit {
    text-align: center;
}

.banner-query_upper h3 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}

.banner-query_upper {
    text-align: center;
}

.page-id-2298 .content.content_type_vc>.container {
    position: relative;
}

.page-id-2298 .banner-register-form {
    display: block;
}

.banner-register-form input {
    margin: 0 auto;
    border-radius: 0px;
}

.banner-register-form select {
    border-radius: 0px;
}

.banner-query_lower>span {
    margin-bottom: 8px;
    display: block;
}

.banner-query_lower .select2-selection.select2-selection--single {
    border-radius: 0px;
}

.banner-query_form br {
    display: none;
}

.banner-register-form {
    position: absolute;
    z-index: 9;
    background: rgba(0, 33, 71, 0.8);
    right: 0px;
    top: -613px;
    padding: 22px 30px 10px;
    width: 30%;
    display: none;
    border-radius: 3px;
}

.campus-contact {
    margin-top: 14px;
}

.contact-page_info {
    margin-top: 53px;
}

.contact-page_info ul {
    padding: 0;
}

.contact-page_info li {
    list-style: none;
    font-size: 14px;
}

.contact-form_main .wpcf7-form-control.wpcf7-submit {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    width: 100%;
    padding: 14px;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
    background: #002147;
    color: #fff;
    border: 2px solid #002147;
    transition: .4s all;
}

.contact-form_main .wpcf7-form-control.wpcf7-submit:hover {
    background: transparent !important;
    color: #002147 !important;
}

.contact-form_sec input,
.contact-form_sec textarea {
    margin-bottom: 8px;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 14px;
    font-size: 16px;
    border-radius: 5px;
}

.contact-form_main textarea {
    height: 100px;
    resize: none;
}

.contact-form_left {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.contact-form_right {
    width: 48%;
    float: left;
    margin-left: 2%;
}

.main-site_content.scholarship__content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 23px;
}

.main-site_content.curriculum_page h5 {
    font-weight: bold;
    margin: 30px 0 12px;
}

.program-apply_right a {
    border: 2px solid #002147;
    padding: 7px 12px;
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.3s;
}

.program-apply_right a:hover {
    background: #002147;
    color: #fff;
}

.programs-for_apply li {
    list-style: none;
    background: #e9e9e9;
    padding: 15px 22px 13px;
}

.program-apply_left h3 {
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size: 20px;
}

.program-apply_left p {
    margin-bottom: 0 !important;
    font-size: 17px;
}

.program-apply_left {
    width: 50%;
    float: left;
}

.program-apply_right {
    width: 50%;
    float: left;
    text-align: right;
}

.programs-for_apply {
    padding: 0;
}

.programs-for_apply li {
    list-style: none;
}

.online-admission_form br {
    display: none;
}

.online-admission_lower input {
    margin-bottom: 0;
}

.main-site_content img {
    width: 100%;
}

.online-admission_upper h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px 11px 0;
}

.online-admission_form {
    background: #ebebeb;
    padding: 10px 15px 17px;
}

.online-admission_lower>span {
    margin-bottom: 10px;
    display: block;
}

.admission-open_acord h4 {
    margin: 23px 0px 14px 0px;
}

.admission-open_acord h4:parent {
    list-style: none !important;
}

.page-id-2865 .vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel.vc_active .vc_tta-panel-heading::after {
    display: none;
}

.admission-open_title.admission-open_below {
    margin-top: 12px;
}

.admission-open_title h5 {
    font-weight: bold;
    text-align: center;
}

.main-courses_sec {
    text-align: center;
    background: #e5e5e5;
    position: relative;
    width: 84%;
    margin: 0 auto;
    transition: 0.5s;
}

.main-courses_sec:hover:before {
    height: 100%;
}

.main-courses_sec a {
    padding: 32px 0px;
    display: block;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

.main-courses_sec a:hover {
    color: #fff;
}

.main-courses_sec::before {
    content: '';
    background: #002147;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    transition: 0.3s;
}

.main-site_content>ul>li {
    margin-bottom: 15px;
}

.stm_wp_custom-menu .current-menu-item:hover a,
.stm_wp_custom-menu .current-menu-item>a {
    color: #3277AE;
}

.faculty_members {
    font-weight: bold;
    margin-top: 27px;
    display: inline-block;
    background: #002147;
    color: #fff;
    padding: 14px 21px;
    text-decoration: none !important;
    border: 2px solid transparent;
}

.faculty_members:hover {
    border: 2px solid #002147;
    color: #002147;
    background: none;
}

.deiedu__sec {
    margin-top: 35px;
}

.dcoe_sec {
    padding: 0;
}

.dcoe_sec li {
    list-style: none;
}

.dcoe_sec h4 {
    margin-bottom: 10px;
}

.dcoe_sec p {
    margin-bottom: 10px;
}

.main-site_content strong {
    display: block;
    text-align: right;
    margin-top: -8px;
}

.main-site_content h3 {
    margin-bottom: 16px;
    font-size: 21px;
    position: relative;
}

.main-site_content h3::before {
    content: "";
    position: absolute;
    background: #002147;
    height: 1px;
    width: 66px;
    bottom: -7px;
}

.doaba-management_sec>ul>li {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 29px;
    padding-bottom: 21px;
}

.main-site_content p {
    text-align: justify;
    color: #000;
    line-height: 24px;
    margin-bottom: 17px;
    font-size: 15px;
}

.manage_image_text p {
    line-height: 26px;
    text-align: justify;
    margin-bottom: 0;
    font-size: 14px;
}

.manage-auth_name {
    text-align: right;
}

.manage-auth_name li {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.mang-feat_image img {
    border: 7px solid #ccc;
}

.doaba-management_sec ul {
    padding: 0;
}

.doaba-management_sec li {
    list-style: none;
}

.clear {
    clear: both;
}

.manage_image {
    width: 20%;
    float: left;
    margin-right: 1%;
}

.manage_image_text {
    width: 78%;
    float: left;
    margin-left: 1%;
}

.about-us_secn h4 {
    margin-bottom: 0;
    height: 56px;
}

.about-address_sec.wpb_column.vc_column_container.vc_col-sm-4 {
    border-right: 1px solid #ccc;
    height: 241px;
}

.about-us_secn p {
    line-height: 26px;
}

.clear {
    clear: both;
}

.footer-logo_icon li i {
    color: #fff;
}

.footer-logo_icon li {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    cursor: pointer;
    display: flex;
    height: 50px;
    list-style: outside none none;
    width: 50px;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 7px;
}

.fo-quicklinks_sec li {
    line-height: 28px;
    list-style: outside none none;
    text-decoration: none;
}

.fo-quicklinks_sec {
    float: left;
    width: 50%;
}

.fo-quicklinks_sec h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 14px;
}

.fo-quicklinks_sec>ul {
    padding: 0;
}

.fo-quicklinks_sec a {
    color: #b1b1b1;
    font-size: 14px;
    text-decoration: none;
}

.fo-quicklinks_sec a:hover {
    color: #fff;
}

.footer-logo_icon li:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}

.footer-logo_icon>ul {
    padding: 0;
}

.glance {
    float: left;
    width: 50%;
}

.mohalicampus {
    float: left;
    width: 50%;
}

.roparcampus {
    width: 50%;
    float: left;
}

.nawanshahrcampus {
    width: 50%;
    float: left;
}

.logo .logo__inner {
    display: none;
}

.site-main_footer .vc_column-inner {
    padding-top: 6px !important;
}

.site-main_footer .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}

.heading_campus {
    margin-bottom: 3px;
}

.mohalicampus p {
    margin-bottom: 7px;
}

.nawanshahrcampus p {
    margin-bottom: 7px;
}

.roparcampus p {
    margin-bottom: 7px;
}

.glance p {
    margin-bottom: 7px;
}

.footer-seperator {
    margin: 26px 0;
}

.main_footer-border {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
}

.website_footer {
    color: #fff;
    font-size: 12px;
    margin: 12px 0 17px !important;
}

.main_footer-border .wpb_text_column {
    margin-bottom: 0;
}

.main_footer-border {
    margin-bottom: 35px;
}

.slider-tab_sec {
    background-color: #fff;
    display: block;
    margin-top: -57px;
    min-height: 114px;
    padding: 16px 26px;
    position: relative;
    transition: all 0.6s ease 0s;
    cursor: pointer;
}

.slider-tab_sec>h5 {
    color: #8c1515;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 4px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.slider-tab_sec>p {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.slider-tab_sec::after {
    background-color: #002147;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    transition: height 0.4s ease 0s;
    width: 100%;
}

.slider-tab_sec-hov::after {
    background-color: #002147;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: height 0.4s ease 0s;
    width: 100%;
}

.slider-tab_sec-hov>p {
    color: #fff;
}

.slider-tab_sec-hov>h5 {
    color: #fff;
}

.stm_small_grid_three .post-categories {
    margin-top: 0px;
}

.home__footer-menu>ul {
    padding: 0;
    text-align: right;
}

.home__footer-menu a {
    color: #fff;
    font-size: 13px;
}

.home__footer-menu {
    margin: 12px 0 17px !important;
}

.home__footer-menu li {
    display: inline;
    margin-left: 12px;
}

/*-----PROGRAMM/COURSES CSS BY LAXMI-----*/

.all-programmes-section .admission-open_title h5 {
    text-align: left;
    margin-bottom: 0;
}

.all-programmes-section .admission-open-all_course ul li {
    background: #ffffff;
    margin: 0 0 5px;
    width: 100%;
    cursor: pointer;
}

.all-programmes-section .admission-open-all_course ul li::after {
    content: '\f105' !important;
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 14px;
    font-family: FontAwesome;
    transform: rotate(90deg);
}

.all-programmes-section .admission-open-all_course ul li ul li::before {
    display: none;
}

.all-programmes-section .admission-open-all_course ul li ul li::after {
    content: "View" !important;
    transform: rotate(0deg);
    font-size: 12px;
    top: 8px;
    font-family: sans-serif;
    height: 28px;
    background: #ffffff;
    right: 8px;
    color: #012248;
    padding: 3px 10px;
    border: 1px solid #022349;
    font-weight: 700;
}

.all-programmes-section .admission-open-all_course ul li:last-child {
    margin-bottom: 0;
}

.all-programmes-section .admission-open-all_course ul {
    margin-bottom: 0;
    position: relative;
}

.all-programmes-section .admission-open-all_course ul.program-courses_sumenu {
    padding-top: 0 !important;
}

.all-programmes-section .admission-open-all_course ul li:hover {
    cursor: pointer;
    margin-bottom: 5px !important;
}

.all-programmes-section .admission-open-all_course li::before {
    background: #DF8319;
    width: 4px;
}

.all-programmes-section .admission-open-all_course li a {
    padding: 14px 18px;
    color: #000000;
    font-weight: 400;
}

.all-programmes-section .admission-open-all_course li:hover a {
    color: #df831a;
    font-weight: bold;
}

.all-programmes-section .admission-open-all_course li ul.program-courses_sumenu a {
    padding-left: 15px !important;
    z-index: 999;
}

.all-programmes-section .admission-open_title,
.all-programmes-section .admission-open-all_course {
    background: rgba(111, 111, 111, 0.11);
    padding: 16px;
}

.all-programmes-section .admission-open_title {
    padding: 18px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.admission-open-all_course li:hover>ul.program-courses_sumenu {
    height: 100% !important;
    position: relative;
    width: calc(100% - 30px);
    margin-left: 17px;
    padding-bottom: 10px;
}

.vc_tta.programme-accordion.vc_tta-accordion_color_blue .vc_tta-panel .vc_tta-panel-heading,
.vc_tta.programme-accordion.vc_tta-accordion_color_blue .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: 1px solid #ddd;
}

.vc_tta.vc_tta-accordion_style_outline.programme-accordion.vc_tta-accordion_color_blue .vc_tta-panel.vc_active .vc_tta-panel-heading:after {
    border-bottom: 0;
}

.wpb-js-composer .vc_tta.vc_general.programme-accordion .vc_tta-panel {
    margin-bottom: 10px;
}

.programme-accordion .admission-open_acord h4 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
}

.programme-accordion .admission-open_acord ul {
    margin-bottom: 20px;
}

.image_div_width {
    width: 30%;
}

.content_div_width {
    width: 68%;
}

.testimonial_section .carousel_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.testimonial_section .carousel_content img.image_circle {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.et_pb_gallery.et_pb_module .et_pb_gallery_items.et_post_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.et_pb_gallery.et_pb_module .et_pb_gallery_items.et_post_gallery:before,
.et_pb_gallery.et_pb_module .et_pb_gallery_items.et_post_gallery:after {
    display: none !important;
}

.et_pb_gallery.et_pb_module .et_post_gallery .et_pb_gallery_item {
    margin: 0;
    width: 25%;
    padding: 5px;
}

.et_pb_gallery.et_pb_module .et_post_gallery .et_pb_gallery_item .et_pb_gallery_image {
    border-radius: 0 !important;
}

.et_pb_gallery.et_pb_module .et_post_gallery .et_pb_gallery_item .et_pb_gallery_image a {
    position: relative;
    padding-bottom: 80%;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.et_pb_gallery.et_pb_module .et_post_gallery .et_pb_gallery_item .et_pb_gallery_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.et_pb_gallery.et_pb_module .et_post_gallery .et_pb_gallery_item .et_pb_gallery_image .et_overlay {
    background: rgb(0 0 0 / 70%);
    border: 0;
}

.et_pb_gallery.et_pb_module .et_post_gallery .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before {
    color: #fff;
}

.internal_banner_section.et_pb_section {
    padding: 100px 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.internal_banner_section.et_pb_section .et_pb_row {
    padding: 0 !important;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.internal_banner_section.et_pb_section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
}

.internal_banner_section .entry-title {
    padding: 0;
    margin: 0 0 12px;
    color: #fff;
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.internal_banner_section .breadcrumb {
    color: #d8d8d8;
}

.internal_banner_section .breadcrumb a {
    color: #ffffff;
}

.company_logos_row {
    margin-top: 30px;
}

#footer-widgets .footer-widget a {
    display: inline-block;
}

.programs_main_section .programmes .et_pb_blurb .et_pb_image_wrap {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.programs_main_section .programmes .et_pb_blurb .et_pb_main_blurb_image {
    width: 100%;
    display: block;
}

.programs_main_section .programmes .et_pb_blurb .et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 0;
    transition: .4s all;
}

.programs_main_section .programmes .et_pb_blurb:hover .et_pb_image_wrap img {
    transform: scale(1.1);
}

.programs_main_section .programmes .et_pb_blurb .et_pb_blurb_content {
    max-width: 100% !important;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.programs_main_section .programmes .et_pb_blurb {
    width: 100%;
    margin: 0 0px 0px !important;
    max-width: 100%;
}

.programs_main_section .programmes .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.programs_main_section .programmes .et_pb_module.et_pb_text {
    width: 100%;
    margin: 0;
}

.programs_main_section .our_links_heading {
    font-size: 24px !important;
    padding: 0;
    line-height: 1.3;
    margin: 0 0 15px;
}

.programs_main_section .programmes {
    padding: 0 !important;
    margin-bottom: 30px;
}

.programs_main_section .programmes .et_pb_blurb .et_pb_blurb_container .et_pb_module_header {
    padding: 0;
}

.media_links_section .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 5px;
    width: 100%;
}

.media_links_section .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    border-radius: 8px;
    padding-bottom: 80%;
    position: relative;
}

.media_links_section .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
}

.media_links_section .et_pb_blurb .et_pb_module_header {
    padding: 0;
    line-height: 1.4;
    font-size: 15px;
}

.download_media_section .et_pb_module.et_pb_blurb .et_pb_image_wrap img {
    max-width: 100px;
}

.download_media_section .et_pb_module.et_pb_blurb .et_pb_module_header {
    font-size: 16px;
    line-height: 1.4;
    padding: 0;
}

.download_media_section .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 16px;
}

.download_prospectus_row h2 {
    padding: 0;
    margin: 0 0 20px;
    line-height: 1.5;
}

.download_prospectus_row p {
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px;
}

.btn_btn.btn_white {
    background: #fff !important;
    color: #002147 !important;
}

.simple_module_section .et_pb_blurb .et_pb_main_blurb_image {
    width: 100%;
    margin: 0 0 15px;
}

.simple_module_section .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    padding-bottom: 70%;
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.simple_module_section .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.simple_module_section .et_pb_blurb .et_pb_module_header {
    line-height: 1.4;
    font-size: 20px;
}

.simple_module_section .et_pb_blurb .simple_btn {
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    font-size: 15px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
    width: 44px;
    height: 100%;
    padding: 0px !important;
    max-height: 44px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    background-color: transparent;
}

/*some code to keep everyting positioned properly*/
ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
    position: relative;
}

/*remove default background color from menu items that have children*/
.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
    background-color: transparent;
}

/*hide the submenu by default*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
    display: none !important;
    visibility: hidden !important;
}

/*show the submenu when toggled open*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
    display: block !important;
    visibility: visible !important;
}

/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
    text-align: center;
    opacity: 1;
}

/*submenu toggle icon when closed*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    top: 10px;
    position: relative;
    font-family: "ETModules";
    content: '\33';
    color: #002147;
    background: #f0f3f6;
    border-radius: 50%;
    padding: 3px;
    font-size: 20px;
}

/*submenu toggle icon when open*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
    content: '\32';
}

/*add point on top of the menu submenu dropdown*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
    position: absolute;
    right: 5%;
    margin-left: -20px;
    top: -14px;
    width: 0;
    height: 0;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
}

/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
    position: relative;
    display: block;
    bottom: 10px;
    line-height: 0;
}

/*force the background color and add a rounded border*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
    background-color: #ffffff !important;
    border-radius: 10px;
}


div.cashfree.main input.form-control {
    padding: 15px;
    background: #ffaf42;
    color: #000000;
}

div.cashfree.main input.form-control:hover {
    background: #002147;
    color: #fff;
}

p:empty {
    display: none;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0;
}

.mobile_menu_bar {
    z-index: 999 !important;
}

header#main-header .logo_container {
    width: 120px;
    top: -30px;
    height: auto;
    bottom: 0;
    z-index: 9;
    background: #002147;
    display: flex;
    align-items: center;
    justify-content: center;
}

header#main-header .logo_container img#logo {
    max-width: 90%;
    max-height: 90%;
    display: block;
}

header#main-header .logo_container a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#top-header {
    z-index: 99999;
}

div#top-header .container {
    padding-left: 130px;
}

#main-header .container:before {
    content: '';
    position: absolute;
    top: -30px;
    right: 100%;
    bottom: 0 !important;
    width: 100%;
    background: #fff;
    display: block !important;
}

header#main-header {
    z-index: 99999;
    top: 0 !important;
}

footer#main-footer {
    position: relative;
}

footer#main-footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2021/07/slider-4-1.jpg);
    background-size: cover;
    background-position: top center;
    opacity: .2;
}

.icons_set_section img {
    width: 60px;
    height: 60px;
}

.icons_set_section .et_pb_main_blurb_image {
    margin-bottom: 20px;
}

.icons_set_section h4 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.icons_set_section .et_pb_blurb_description {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.common_title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
}

.btn_btn {
    padding: 15px 35px;
    background: #002147 !important;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    border-radius: 5px;
    transition: .4s all;
}

.btn_btn:hover {
    background: #ffaf42 !important;
    color: #000 !important;
}

.adm_2025 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}

.btn_btn.light {
    background: #fff !important;
    color: #002147 !important;
}

.Scholarship_section .et_pb_module_header {
    font-size: 18px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.Scholarship_section .et_pb_blurb_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.comon_title {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
    color: #002147 !important;
}

.bottom_heading {
    padding-bottom: 20px;
}

.adm_2025 h4 {
    font-size: 24px;
}

.online-admission_form {
    background: #ebebeb;
    padding: 30px;
    border-radius: 5px;
}

.online-admission_lower .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0 0 10px;
}

.online-admission_lower .wpcf7-form-control-wrap input,
.online-admission_lower .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 14px;
    border-radius: 5px;
}

.admission-lower_submit {
    position: relative;
}

.admission-lower_submit span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.admission-lower_submit .wpcf7-submit {
    width: 100%;
    padding: 14px;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s all;
    border: 0;
}

.online_submission {
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.online_submission .pay_online_btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0 0;
    background: #ffaf42;
    padding: 10px;
    color: #000000;
    font-size: 17px;
    border-radius: 5px;
    transition: .4s all;
}

.online_submission .pay_online_btn:hover {
    background: #002147;
    color: #fff;
}

.call_to_action {
    color: #fff;
    font-size: 20px;
}

.btn_btn.call {
    background: #fff !important;
    color: #000;
    font-weight: 700;
    margin: 20px 0px;
    width: 100%;
    max-width: 300px;
}

.Placement_Cell_mobile,
.Placement_Cell_mail {
    font-size: 18px;
    color: #002147;
}

.side_menu_bar_section a:hover {
    color: #002147;
}

.Dear_Students {
    padding-top: 10px;
}

.placement_image {
    width: 500px;
    height: auto;
    border-radius: 10px;
    float: left;
    margin: 0px 25px 20px 0px;
}

.side_menu_bar_section a {
    color: #000;
    font-size: 16px;
    border: 2px solid #000;
    padding: 15px 20px !important;
    border-radius: 5px;
}

.side_menu_bar_section a:hover {
    color: #fff !important;
    background-color: #002147 !important;
}

.side_menu_bar_section {
    display: flex;
    flex-wrap: wrap;
}

.side_menu_bar_section li {
    padding: 5px !important;
    margin: 0 !important;
}

.our_links_heading {
    font-size: 30px;
    padding: 0;
}

.our_links_section {
    background: #F6F6F6 !important;
    box-shadow: none !important;
    border-radius: 8px !important;
}

.side_menu_bar_section ul.nav {
    justify-content: flex-start !important;
    margin: 0 !important;
}

.Committees_section .et_pb_main_blurb_image {
    margin-bottom: 15px !important;
}

.Committees_section h4 {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 600;
}

.Committees_section img {
    width: 70px;
    height: 70px;
}

.Committees_section.programmes img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.cash_incentives {
    padding: 25px;
    background: #ebebeb;
    border-radius: 5px;
}

.cash_incentives_heading {
    line-height: 1.4;
    letter-spacing: 1px;
}

.cash_incentives ul {
    list-style: none;
    padding: 0px !important;
}

.cash_incentives li {
    background-image: url(/wp-content/uploads/2025/04/arrow-right-1.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 24px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.cash_incentives p {
    padding-bottom: 10px !important;
    line-height: 1.4 !important;
}

.cash_incentives.apply_course {
    background: none;
}

.cash_incentives.apply_course a {
    color: #002147;
}

.events_wrapper .single_event a {
    width: 100%;
    position: relative;
}

.strong-view.wpmtst-default .wpmtst-testimonial {
    border-radius: 8px;
    overflow: hidden;
}

.strong-view.wpmtst-default .wpmtst-testimonial .testimonial-name {
    font-size: 18px;
    font-weight: 600;
    color: #002147;
}

.strong-view.wpmtst-default .wpmtst-testimonial .testimonial-field.testimonial-company {
    font-size: 15px;
    color: #8b1515;
}

.strong-view.wpmtst-default .wpmtst-testimonial .wpmtst-testimonial-image img {
    border: 0;
    padding: 0;
    border-radius: 8px;
}

.strong-view.wpmtst-default .wpmtst-testimonial {
    margin: 0px auto 30px !important;
}

#main-header #top-header {
    position: static;
}

div#page-container {
    padding-top: 108px !important;
}

.admin-bar header#main-header {
    top: 32px !important;
}

.career_form_design h3 {
    padding: 0;
    line-height: 1.4;
    margin: 0 0 15px;
}

.contact-form_main span.wpcf7-spinner {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
}

.hero_banner_sections .btn_btn {
    background: #ffaf42 !important;
    padding: 16px 30px;
    color: #000;
}

.programs_main_section .programmes.simple_blurb_box .et_pb_blurb {
    max-width: 100%;
}

.programs_main_section .programmes.simple_blurb_box .et_pb_blurb .et_pb_blurb_container {
    position: relative;
    padding: 0;
}

.programs_main_section .programmes.simple_blurb_box .et_pb_blurb .et_pb_blurb_container h4.et_pb_module_header {
    color: inherit;
    text-align: left;
    padding: 0px 0 6px;
    font-size: 20px;
}

.testimonial_section .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.testimonial_section .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner .wpmtst-testimonial-image.testimonial-image {
    order: 1;
}

.testimonial_section .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner .testimonial-name {
    order: 2;
    font-weight: bold;
    font-size: 20px;
}

.testimonial_section .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner .testimonial-company {
    order: 3;
    line-height: 1.3;
    font-size: 15px;
}

.testimonial_section .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner .wpmtst-testimonial-content.testimonial-content {
    order: 4;
    margin: 15px 0 0;
}

.testimonial_section .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner .wpmtst-testimonial-content.testimonial-content:before,
.testimonial_section .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner .wpmtst-testimonial-content.testimonial-content:after {
    display: none;
}

.testimonial_section:before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background-image: url(/wp-content/uploads/2025/04/quote-icon.png);
    background-size: contain;
    opacity: .1;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}

#footer-widgets .footer-widget:last-child .widget_text {
    width: 100%;
}

.our_program_section .our_program_row {
    display: flex;
}

.our_program_section .our_program_row .et_pb_module.et_pb_blurb .et_pb_blurb_container {
    padding: 20px 30px 30px;
    color: rgb(0 0 0 / 80%);
    line-height: 1.5;
    font-size: 16px;
}

.our_program_section .et_pb_module.et_pb_blurb .et_pb_module_header {
    font-size: 20px;
    padding: 0;
    line-height: 1.5;
    margin: 0 0 10px;
}

.our_program_section .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 0;
    width: 100%;
    display: block;
}

.our_program_section .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    padding-bottom: 65%;
    position: relative;
}

.our_program_section .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our_program_section .our_program_row .et_pb_column {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}

.our_program_section .our_program_row .et_pb_column.et_pb_column_empty {
    opacity: 0;
}

@keyframes blink {
    0% {
        color: #a91f27;
    }

    25% {
        color: #ffaf42;
    }

    100% {
        color: #a91f27;
    }
}

.blinker_menu a {
    animation: blink 2s linear infinite;
}

.home-india-flag {
    background-color: #fff;
    background-image: url(/wp-content/uploads/2022/08/india-flag-icon.svg);
    background-repeat: no-repeat;
    padding: 0 8px !important;
    margin: 0;
    top: -4px;
    background-size: 24px;
    background-position: center;
    border-radius: 4px;
    height: 20px;
}

.hero_banner_sections rs-sbg.clarendon.clarendon:before {
    background: rgb(0 0 0 / 40%);
    mix-blend-mode: normal;
}

#et-top-navigation nav#top-menu-nav {
    display: flex;
    align-items: flex-start;
}

.blinker_menu.menu-item a {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}

.facilities_list_wrap .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.facilities_list_wrap .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 30%;
    margin: 0;
}

.facilities_list_wrap .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    width: 70%;
    padding-left: 35px;
}

ul.discipline_list {
    list-style-type: none;
    padding: 0;
    column-count: 2;
    column-gap: 25px;
    margin: 30px 0 0;
}

ul.discipline_list li {
    margin: 0 0 25px;
    padding: 20px;
    background: #f6f6f6;
    display: inline-block;
    border-radius: 8px;
}

.common_title.left {
    text-align: left !important;
}

.single-stm_event div#left-area {
    padding: 0;
    width: 100%;
}

.single-stm_event #main-content .container::before {
    display: none !important;
}

.single-stm_event div#sidebar {
    display: none !important;
}

.single-stm_event .et_post_meta_wrapper .post-meta+img {
    display: none !important;
}

.single #comment-wrap {
    display: none !important;
}

#main-content .container:before {
    display: none !important;
}

.single #sidebar {
    padding: 0 !important;
}

#sidebar .et_pb_widget.widget_search input#s {
    padding: 15px 45px 15px 15px !important;
    height: auto !important;
}

#sidebar .et_pb_widget.widget_search #searchsubmit {
    background-image: url(/wp-content/uploads/2025/04/search-icon.png);
    font-size: 0;
    background-color: transparent;
    width: 26px;
    height: 26px !important;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

#sidebar .et_pb_widget ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    margin-bottom: 14px;
    line-height: 1.3;
}

#sidebar .et_pb_widget ul li a {
    color: #4c4c4c;
}

#sidebar .et_pb_widget ul li a:hover {
    color: #002147;
}

#sidebar .et_pb_widget .widgettitle {
    padding: 0 0 10px;
    margin: 0 0 15px;
    position: relative;
    line-height: 1.3;
}

#sidebar .et_pb_widget .widgettitle:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 60px;
    background: #ffaf42;
    left: 0;
}

.single-post .post .et_post_meta_wrapper img {
    display: none;
}

.single-post .post .et_post_meta_wrapper .post-meta {
    padding: 0 !important;
    margin: 0;
}

.archive div#left-area article.et_pb_post,
.search div#left-area article.et_pb_post {
    border: 1px solid #eee;
    margin-bottom: 40px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
}

.archive div#left-area article.et_pb_post .entry-featured-image-url,
.search div#left-area article.et_pb_post .entry-featured-image-url {
    float: left;
    width: 35%;
    margin-right: 20px;
    margin-bottom: 0 !important;
}

.archive div#left-area article.et_pb_post .entry-featured-image-url img,
.search div#left-area article.et_pb_post .entry-featured-image-url img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border: 1px solid #eee;
}

.download_media_section .et_pb_module.et_pb_blurb {
    padding: 10px;
    background: #fff;
    border-radius: 6px;
}

.et_right_sidebar #sidebar {
    padding-left: 0 !important;
}

.join-event {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 30px;
    margin: 30px auto 0;
    max-width: 800px;
}

/********** responsive *********/

/********* mobile menu **********/
#main-header .et_mobile_menu li ul.hide {
    display: none !important;
}

#mobile_menu .menu-item-has-children {
    position: relative;
}

#mobile_menu .menu-item-has-children>a {
    background: transparent;
}

#mobile_menu .menu-item-has-children>a+span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
    left: 0;
    text-align: right;
}

span.menu-closed:before {
    display: block;
    color: inherit;
    font-size: 18px;
    font-family: ETmodules;
    content: '\35';
}

span.menu-closed.menu-open:before {
    content: '\33';
}

.et_fixed_nav #main-header,
.et_fixed_nav #top-header,
.et_non_fixed_nav.et_transparent_nav #main-header,
.et_non_fixed_nav.et_transparent_nav #top-header {
    position: fixed;
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

.et_mobile_menu {
    border: 0 !important;
    margin: 0 !important;
    display: block !important;
    height: auto !important;
    padding: 100px 0 40px !important;
    left: auto;
    transition: .4s all ease-in-out;
    width: 270px;
    right: -270px;
    top: 0px !important;
    position: fixed;
    z-index: 99;
    bottom: 0;
    overflow: auto;
    background: #f0f6fb !important;
}

.mobile_nav.opened .et_mobile_menu {
    right: 0;
}

.mobile_menu_bar {
    z-index: 999;
    overflow: auto;
}

.mobile_menu_bar:before {
    font-size: 40px;
    top: 0;
    color: #002147 !important;
    display: block;
}

.et_mobile_menu li a {
    border-bottom: 0;
    color: #202020 !important;
    padding: 10px 20px 10px 45px;
    display: block;
    font-weight: normal !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    position: relative;
}

.et_mobile_menu li a:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    border-bottom: 2px solid #175ba1;
    top: 50%;
    margin: -2px 0 0;
    left: 20px;
    opacity: 0;
    transition: .4s all;
}

.et_mobile_menu li.current-menu-item>a {
    color: #175ba1 !important;
}

.et_mobile_menu li.current-menu-item>a:before {
    opacity: 1;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    background-color: transparent !important;
    opacity: 1 !important;
}

#main-header .et_mobile_menu li.header_btn {
    position: fixed;
    bottom: -100%;
    width: 270px;
    right: 0;
    transition: .4s all;
}

#main-header .mobile_nav.opened .et_mobile_menu li.header_btn {
    bottom: 0;
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
    padding-left: 0 !important;
}

/********* mobile menu **********/

@media (min-width: 981px) {
    #top-menu-nav li.blinker_menu.hidden_menu {
        display: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .stm-nav__menu_type_header .menu-item {
        margin: 0 7px !important;
        margin-bottom: 0px;
    }

    .banner-query_upper h3 {
        font-size: 17px;
    }

    .slider-tab_sec {
        margin-top: 30px;
    }

    .banner-register-form {
        top: -532px;
    }
}

@media (max-width: 1100px) {

    header#main-header .container,
    #top-header .container {
        width: 95%;
    }

    #top-menu li {
        padding-right: 14px !important;
    }

    #top-menu li:last-child {
        padding-right: 0px !important;
    }

    header#main-header .logo_container {
        width: 100px !important;
    }
}

@media only screen and (max-width: 991px) {
    .testi-sec_image {
        width: 100%;
    }

    .testi-sec_text {
        width: 100%;
    }

    .testim-sec_left {
        height: 246px;
    }

    .testim-sec_right {
        height: 246px;
    }

    .testi-sec_image {
        text-align: center;
    }

    .testi-sec_text {
        text-align: center;
    }

    .stm-nav__menu>li {
        padding: 0 20px;
    }

    .stm-nav__menu_type_header>.menu-item {
        font-size: 14px;
    }

    .logo {
        height: 96px;
        line-height: 73px;
    }

    .header_view-style_1.affix {
        position: inherit;
    }

    .slider-tab_sec {
        margin-top: 62px;
    }

    .banner-register-form {
        margin-top: 46px;
        width: 100%;
        position: inherit;
    }
}

@media only screen and (max-width: 922px) {
    .admission-page__logo>.vc_custom_1525432840322 {
        transform: inherit;
        margin-left: 0;
    }

    .doaba-home_link {
        transform: inherit !important;
        margin-left: 71px;
    }

    .admission-page_tophead h2 {
        font-size: 22px;
    }
}

@media (max-width: 980px) {
    div#page-container {
        padding-top: 64px !important;
    }

    .number_counter_sections .icons_set_section {
        display: flex;
    }

    .number_counter_sections .icons_set_section .percent {
        height: auto;
        margin-bottom: 15px;
    }

    .number_counter_sections .icons_set_section .percent p {
        font-size: 50px;
        line-height: 50px;
    }

    .events_wrapper .single_event {
        width: calc(50% - 30px);
        margin: 30px 15px 0px;
    }

    .events_wrapper .single_event:nth-child(4) {
        display: flex !important;
    }

    #top-menu-nav .blinker_menu.menu-item {
        display: none;
    }

    .home-india-flag {
        background-color: transparent;
        font-size: 0;
        height: 40px;
        background-size: 35px;
        background-position: 45px center;
    }

    .home-india-flag a {
        font-size: 0 !important;
    }

    header#main-header .logo_container {
        top: 0 !important;
    }
}

@media (min-width:768px) and (max-width: 980px) {
    .our_program_section .our_program_row .et_pb_column {
        margin: 0 10px 0;
    }

    .our_program_section .our_program_row .et_pb_module.et_pb_blurb .et_pb_blurb_container {
        padding: 20px 15px 20px;
        font-size: 15px;
    }

    .our_program_section .our_program_row {
        width: 95%;
    }
}

@media only screen and (max-width: 767px) {
    .doaba-home_link {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .admission-page_tophead p {
        margin: 0 auto;
        text-align: center;
    }

    .admission-page_tophead h2 {
        margin: 0 auto !important;
        text-align: center;
    }

    .admission-top__news>.vc_column-inner {
        padding: 15px 0 !important;
    }

    .home .header-holder {
        position: inherit;
    }

    .common_title {
        font-size: 26px !important;
        letter-spacing: 1px !important;
    }

    .comon_title {
        font-size: 24px;
        padding-bottom: 15px;
        line-height: 1.3;
    }

    .events_wrapper .single_event {
        width: 100%;
        margin: 0 10px 20px;
    }

    button.npfWidgetButton.npfWidgetButton {
        font-size: 13px !important;
        right: -40px !important;
        font-weight: 400;
        padding: 3px 10px;
    }

    .number_counter_sections .icons_set_section {
        flex-wrap: wrap;
    }

    .number_counter_sections .icons_set_section h3.title {
        font-size: 17px;
    }

    .number_counter_sections .icons_set_section .et_pb_text_inner {
        font-size: 14px;
    }

    .number_counter_sections .icons_set_section .percent p {
        font-size: 40px;
        line-height: 40px;
    }

    .latet_news_section .et_pb_salvattore_content .column.size-1of1 {
        width: 100%;
    }

    .home_locations_row .et_pb_column {
        padding: 40% 22px 22px;
    }

    .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
        left: -10px;
    }

    .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
        right: -10px;
    }

    .testimonial_section .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner {
        padding: 10px 20px 0 !important;
    }

    .testimonial_section .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner .testimonial-name {
        font-size: 18px;
    }

    .testimonial_section .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner .wpmtst-testimonial-content.testimonial-content {
        font-size: 16px;
        line-height: 1.4;
    }

    .our_program_section .our_program_row {
        flex-wrap: wrap;
    }

    .our_program_section .our_program_row .et_pb_blurb_content {
        max-width: 100%;
    }

    ul.discipline_list {
        column-count: 1;
        margin: 20px 0 0;
    }

    .internal_banner_section.et_pb_section {
        padding: 60px 0 !important;
    }

    .internal_banner_section .entry-title {
        margin: 0 0 5px;
        font-size: 30px;
    }

    .empowering_future {
        font-size: 22px !important;
    }

    .et_pb_gallery.et_pb_module .et_post_gallery .et_pb_gallery_item {
        width: 50%;
    }
}

@media only screen and (max-width: 540px) {
    .testim-sec_left {
        width: 100%;
        padding: 0;
        border: 0;
        height: auto;
    }

    .testim-sec_right {
        width: 100%;
        padding: 0;
        border: 0;
        height: auto;
    }

    .admin-testim_sec.testim_sec-above {
        border: 0;
    }

    .facilities_list_wrap .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
        width: 100%;
        margin: 0 0 15px;
    }

    .facilities_list_wrap .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
        width: 100%;
        padding-left: 0;
    }
}