﻿
#personal {
    background: #fbf8f8;
    padding: 40px 25px 25px;
    /* margin-bottom: 25px; */
}

.adjust-container {
    padding-left: 30px;
    padding-right: 50px;
}

.heading-block:after {
    content: '';
    display: block;
    margin: 23px 0;
    width: 70px;
    border-top: 2px solid #b01c15;
}

.adjust-principal {
    padding: 0px;
    width: 37%;
}

.adjust-principal-text {
    padding: 0px;
    width: 63%;
}

.principal-image {
    width: 100%;
    margin: auto;
    display: block;
    height: 300px;
    object-fit: cover;
}

.staff-title {
    margin-top: -60px;
    line-height: 25px;
    position: relative;
    color: white;
    bottom: 0;
    width: 100%;
    left: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    background: #00368959;
    padding: 5px 0;
    text-align: center;
    font-weight: 500;
}

.principal-heading {
    color: black;
    text-align: justify;
    font-size: 17px;
    line-height: 27px;
    padding: 20px;
    background: white;
    margin-top: 50px;
    overflow: auto;
}

.principal-heading {
    color: black;
    text-align: justify;
    font-size: 17px;
    line-height: 27px;
    padding: 20px;
    background: white;
    margin-top: 50px;
    overflow: auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.adjust-principal-text p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.new-notice {
    padding: 0px 35px;
    height: 150px;
}


.about-sec {
    position: relative;
    padding: 30px 0px;
    background: linear-gradient(110deg, #554DA7 60%, #f1f1f1 60%);
}

    .about-sec::before {
        position: absolute;
        content: "";
        height: 105px;
        top: 0px;
        width: 100%;
    }

    .about-sec::after {
        position: absolute;
        content: "";
        height: 105px;
        bottom: -30px;
        width: 100%;
    }

    .about-sec .about-white {
        padding: 50px 50px 5px 0;
        position: relative;
        height: 384px;
    }

    .about-sec h1 {
        margin-bottom: 20px;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .about-sec p {
        margin: 0px;
        text-align: left;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
    }

.read-more {
    margin-top: 20px;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

    .read-more a {
        color: #fff;
    }

    .read-more span {
        margin: 0px;
    }

    .read-more i {
        margin-left: 10px;
    }

.about-sec .about-clr {
    padding: 50px 0 0;
    margin-left: -25px;
    height: 384px;
}

.card-items {
    border: 1px solid #e1e1e0;
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 112px;
    border-radius: 10px;
    float: left;
    margin-right: 14px;
    box-shadow: 0px 6px 0px 0px rgb(255 255 255 / 30%);
    background: #ffffff;
}

.card-items-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card-count {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
}

p:not(.has-background):last-of-type {
    padding-bottom: 0;
}

.card-text {
    line-height: 1.1em;
    min-height: 50px;
    color: #000 !important;
    text-align: center !important;
    font-size: 18px;
}

.red-color {
    color: red !important;
}

.yellow-color {
    color: #f7c200 !important;
}

.grn-color {
    color: green !important;
}

.down-procs .et_pb_button {
    background: #222f57;
    border: 0 !important;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px !important;
    padding: 12px 25px 12px 25px;
    box-shadow: 0px 7px 0px 0px rgb(34 47 87 / 30%);
    cursor: pointer;
    transition: all .2s ease-in-out;
    line-height: 1.7em !important;
}

    .down-procs .et_pb_button i {
        font-size: 17px;
        margin-left: 4px;
        font-weight: 600;
    }

.adm-text_inner p {
    margin-bottom: 0;
    color: #d2d2d2;
    font-family: math;
}

.adm-text_inner .regis-open {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.1rem;
    text-transform: uppercase;
    font-family: math;
}

.bg_layout_light {
    background: #ff5722;
    border: 0 !important;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px !important;
    padding: 12px 45px 12px 25px;
    box-shadow: 0px 4px 0px 0px #fcf8f8;
    cursor: pointer;
    transition: all .2s ease-in-out;
    line-height: 1.7em !important;
}

    .bg_layout_light:hover {
        color: #fff;
    }

.dps-courses-section .owl-theme .owl-nav .owl-prev {
    left: -40px;
}

.dps-courses-section .owl-theme .owl-nav button {
    position: absolute;
    flex-wrap: wrap;
    top: 40%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    border: none;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9;
    transform: translateY(-50%);
}

.dps-courses-section .owl-theme .owl-nav .owl-prev:after {
    font-family: "Flaticon";
    content: "\f115";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 42px;
    font-size: 18px;
    background: #024024;
    border: 1px solid #024024;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
}

.dps-courses-section .owl-theme .owl-nav .owl-next {
    right: -40px;
}

.sec-title h2 {
    position: relative;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

    .sec-title h2:after {
        background: #024024;
        content: '';
        display: block;
        height: 4px;
        width: 52px;
        margin-top: 10px;
        margin: 10px auto 0 auto;
    }

.info-form-section .content-block {
    position: relative;
    margin-bottom: 30px;
}

.sec-title .sub-title {
    font-size: 16px;
    color: #024024;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}

    .sec-title .sub-title:before {
        background: url(../img/icon/shape-3.png) left top no-repeat;
        position: absolute;
        content: '';
        height: 3px;
        width: 63px;
        bottom: 0;
        left: 0;
    }

.info-form-section .list li:before {
    background: url(../img/icon/icon-1.png) left top no-repeat;
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 15px;
    height: 15px;
}

.sec-title .sub-title {
    font-size: 16px;
    color: #024024;
    letter-spacing: 0px;
}



.info-form-section .list li {
    float: left;
    width: 50%;
}

.info-form-section .list li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 30px;
    font-size: 17px;
}

.why-delhi-section {
    padding: 70px 0 !important;
}

.sudent-birth {
    width: 385px;
}


.site-footer {
    width: 100%;
    float: left;
    background: #002a60;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    color: #C8C8C8;
    border-top: 0px solid #fff;
    padding: 40px 0px 40px 0px;
    font-style: normal;
    font-weight: 100;
    display: block;
}

.span12 {
    width: 1170px;
}

.span5 {
    width: 530px;
    float: left;
    min-height: 1px;
    margin-left: 30px;
}

    .span5 b {
        color: #fff;
        font-weight: 600;
    }

.soc-link {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    font-size: 20px;
    float: left;
    margin-left: 5px;
}

.whatsapp-flex {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
}

    .whatsapp-flex a i {
        font-size: 42px;
        color: #fff;
        background-color: #2eb700;
        padding: 16px 12px;
        border-radius: 50%;
    }

.ft-social {
    float: right;
    margin-top: 20px;
}

.ft-last-box {
    float: right;
    margin-top: 0px;
}

    .ft-last-box p {
        text-align: right;
        color: #fff;
        font-weight: 500;
        margin-top: 15px;
    }

.item-inner img {
    height: 180px;
}

.logo-name {
    margin-top: 23px;
    font-family: 'Roboto Slab',serif;
    width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 28px;
    float: none;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .info-form-section .list li {
        float: left;
        width: 50%;
    }
}


@media only screen and (max-width: 575px) {
    .why-delhi-section {
        background: #f8f9fa !important;
    }

    .s-t-space {
        padding-top: 20px;
    }
}

@media screen and (max-width:900px) {
    html, body {
        overflow-x: hidden;
    }

    .slider-logo {
        height: 200px;
    }

    .new-notice {
        width: 100%;
        padding: 0;
        height: 140px;
    }

    .notice_sec_01 {
        display: flex;
        flex-direction: column;
    }

    .heading_sec {
        width: 100%;
        height: 65px;
    }

    .notice_slide {
        padding: 0 30px;
    }

    .a_notice {
        left: 30px;
        bottom: -40px;
    }

    .about-sec {
        background: #554DA7;
    }

        .about-sec .about-white {
            padding: 0;
        }

        .about-sec h1 {
            font-size: 26px;
        }

        .about-sec p {
            text-align: justify;
        }

    .sm-card-wrapper {
        display: flex;
        margin-top: 115px;
    }

    .about-sec .about-clr {
        padding: 50px 0;
        height: auto;
        margin-left: 0;
    }

    .adm-text_inner .regis-open {
        font-size: 18px;
    }

    .adm-text_inner p {
        margin-bottom: 14px;
    }

    .sec-title h2 {
        font-size: 28px;
    }

    .dps-courses-section .owl-theme .owl-nav .owl-prev {
        left: -4px;
    }

    .dps-courses-section .owl-theme .owl-nav .owl-next {
        right: -4px;
    }

    .witr_section_title_inner h3 {
        font-size: 27px;
    }

    .facilities {
        padding: 19px 0 0px;
    }

        .facilities .feature-wrap {
            width: 100%;
            padding: 0px 22px 20px;
            padding-right: 0;
        }

    .nav-pills-custom {
        justify-content: flex-end;
    }

    .eyfs-img:before {
        width: 86%;
        height: 92%;
    }

    .eysf-hero-img {
        width: 87%;
    }

    .toppers {
        grid-template-columns: 1fr;
    }

        .toppers .toppersbox:nth-child(2) {
            margin-top: 10px;
        }

        .toppers .toppersbox:nth-child(4) {
            margin-top: 10px;
        }

    .link_aff_01 {
        width: 100%;
    }

    .quick_link_01 {
        width: 100%;
    }

    .achi_01 {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }

    .sudent-birth {
        width: 50%;
    }

    .item-inner {
        padding: 0 30px;
    }

    .center_01 {
        width: 100%;
    }

        .center_01::before {
            height: 132px;
            width: 132px;
        }

    h2.Thought_h {
        width: auto;
        font-size: 21px;
        margin-left: 132px;
    }

    blockquote {
        width: 100% !important;
        margin-left: 0px;
        padding: 0px 10px;
    }

    .span5 {
        width: 100%;
        margin-left: 10px;
    }

    .ft-social {
        float: left;
    }

    .ft-last-box {
        float: left;
    }

        .ft-last-box p {
            text-align: left;
        }

    .item-inner img {
        height: 150px;
    }

    .div_01 {
        width: 100%;
    }

    .photo_gallery {
        padding: 50px 20px 0px;
        height: auto;
    }

    .photo_in {
        width: 100%;
    }

    #glry {
        width: 100%;
    }

    .left_gallery {
        width: 100%;
    }

        .left_gallery .switcher .tab-nav {
            display: flex;
        }

    .pho_content {
        min-height: 50px;
    }

    .logo-name {
        font-size: 21px;
    }

    .main-header .rs-toolbar-start a {
        font-size: 12px;
    }

    .btns-link {
        display: none;
    }

    .left-img-column img {
        height: 55px;
    }

    .upper-logo h1 {
        font-size: 17px;
        text-align: center;
    }

    .desktop-bar {
        display: none;
    }

    .page-titles {
        font: 700 1.3rem / 1 "questa", serif;
    }

    .heading h2 {
        font-size: 19px;
    }

    .contactCard .inner h6 {
        font-size: 20px;
    }

    .breadcrumb {
        display: none;
    }

    .heading .h1 {
        font: 1.8rem "tradegothicbold", sans-serif;
        font-weight: 800;
    }

    .ad-en {
        margin-bottom: 30px;
    }

    .timing-school {
        flex-direction: column;
    }

    .career-bg p {
        font-size: 17px;
        margin-bottom: 0;
    }

    .ft-address {
        display: flex;
        flex-direction: column;
    }

    .upper-logo .lower-con p {
        font-size: 11px;
    }
}


/*========================*/

@media only screen and (min-width:1400px) {
    .left-column .right-img-content h6 {
        font-size: 20px;
    }

    .left-column .right-img-content h1 {
        font-size: 46px;
    }

    .rs-toolbar {
        background-position: top 0 left 0;
    }

    .slider-overlay {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width:1399px) {

    .driving-info-section .traffic-cone,
    .info-form-section .signal-image-one,
    .info-form-section .signal-image-two {
        display: none;
    }

    .driving-info-section .image-block {
        margin-left: -50px;
        margin-right: 50px;
    }

    .cta-section-two .image {
        margin: 0 50px 0 0;
    }

    f.left-column .left-img-column .left-column .right-img-content h1 {
        font-size: 36px;
    }

    .header-top .social-icon li a.erp-login,
    ul.btns-link li a {
        font-size: 14px;
        line-height: 22px;
    }

        ul.btns-link li a img {
            max-width: 20px;
            transform: translateY(-2px);
            margin-right: 2px;
        }

    .main-menu .navigation {
        margin: 0;
    }

    .rs-toolbar:after {
        width: 65%;
    }
}

@media only screen and (max-width:1299px) {
    .main-header .header-upper .navbar-right {
        display: none;
    }

    .consult-form {
        right: 0;
    }
}

@media only screen and (max-width:1199px) {

    .banner-section .banner-slider-nav,
    .header-top .btns-link,
    .header-top .right-column.pt-2,
    .header-top .social-icon {
        display: none;
    }

    .nav-outer .mobile-nav-toggler {
        margin: 2px 0;
    }

    .header-top .left-column {
        flex-wrap: nowrap;
        justify-content: center;
    }

    .banner-section .content-box h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .two-column-section .video-column .image {
        display: block;
    }

    .two-column-section .video-column .video-box {
        position: relative;
        background: 0 0 !important;
    }

    .two-column-section .video-column .image img {
        width: 100%;
    }

    .left-column .right-img-content h6 {
        font-size: 14px;
    }

    .left-column .right-img-content h1 {
        font-size: 32px;
    }

    .header-upper {
        display: flex;
        background: #002a60;
        width: 100%;
        height: 50px;
    }
}

@media only screen and (max-width:1139px) {

    .main-header .nav-outer .main-menu,
    .sticky-header {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }

    .main-header.header-style-two .header-upper .inner-container:before {
        display: none;
    }

    .main-header.header-style-two .header-upper .inner-container {
        padding: 0;
    }
}

@media only screen and (min-width:1200px) {


    section .owl-carousel .owl-nav button.owl-next {
        right: -55px;
    }

    section .owl-carousel .owl-nav button.owl-prev {
        left: -55px;
    }

    .row-7 .col-lg-2 {
        -ms-flex: 0 0 13.666667%;
        flex: 0 0 13.666667%;
        max-width: 13.666667%;
    }

    .educational-exellence .col-lg-2 {
        -ms-flex: 0 0 19.666667%;
        flex: 0 0 19.666667%;
        max-width: 19.666667%;
    }
}

@media only screen and (min-width:992px) {
    .course-details .text-block-two .right-column {
        margin-left: -40px;
    }

    .course-details .text-block-two .left-column {
        padding-right: 55px;
    }

    .dps-courses-section.courses-dark .course-block,
    .left-column .right-img-content {
        text-align: center;
    }

        .dps-courses-section.courses-dark .course-block .inner-box {
            max-width: 220px;
        }

    .slider-overlay {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width:1200px) {
    .rs-toolbar {
        background: #002a60 !important;
    }

    .header-top .left-column .left-img-column {
        transform: none;
    }
}

@media only screen and (max-width:991px) {

    .banner-section .content-box h1,
    .banner-section.style-two .content-box h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .about-section .image-two {
        left: 0;
    }

    .funfacts-section .inner .icon-outer:before,
    .slider-overlay,
    .working-process-section .wrapper-box:before {
        display: none;
    }

    .about-section-two .consult-form-wrapper,
    .process-block:nth-child(2) {
        margin-top: 0;
    }

    .funfacts-section .inner {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .contact-section .top-content .text {
        margin-bottom: 50px;
    }

    .pricing-section .tab-area {
        padding-right: 0;
    }

    .mission-section .content {
        text-align: center;
        justify-content: center;
    }

    .mission-section .image {
        margin-top: 30px;
    }

    .facility-sec .nav {
        flex-wrap: nowrap;
    }

    .facility-sec .nav-pills .nav-link {
        padding: 6px 5px;
        min-width: 160px;
    }

    .rs-toolbar:after {
        width: 76%;
        max-width: 733px;
    }

    .about-scetion:after {
        width: 173px;
    }

    .about-scetion:before {
        width: 100px;
    }
}

@media only screen and (min-width:768px) {

    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width:767px) {

    .banner-section.style-two .content-box .text:before,
    .border-title1:before,
    .header-style-one .header-top ul.contact-info li:last-child,
    .header-top ul.contact-info li:before,
    .left-column .right-img-content h6,
    br {
        display: none;
    }

    .content .land-box {
        box-shadow: none;
        border: none;
        border-radius: 0;
        background: 0 0;
        padding: 0 !important;
    }

    .img-left,
    .img-left.pull-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .content .about-details {
        padding: 0;
    }

    .left-column .right-img-content h1 {
        font-size: 18px;
    }

    .left-column .right-img-content h6 {
        font-size: 10px;
    }

    .notice-wrp .notice-title {
        padding-right: 4px;
        margin-right: 8px;
    }

    .banner-wrp .content-box {
        padding: 20px 0;
        min-height: auto;
    }

        .banner-wrp .content-box h1 {
            font-size: 28px;
        }

    .notice-content li {
        font-size: 14px;
    }

        .notice-content li .notice-date {
            font-size: 13px;
            width: 31px;
            height: 31px;
        }

    .header-top ul.contact-info {
        justify-content: center;
        text-align: center;
    }

    .header-top {
        padding: 5px 0;
    }

        .header-top ul.contact-info li {
            width: 100%;
            padding: 0;
            margin: 0;
        }

        .header-top .social-icon {
            justify-content: start;
            text-align: left;
        }

    .owl-theme .owl-nav {
        display: none !important;
    }

    .driving-courses-section .project-tab .project-tab-btns .p-tab-btn {
        margin-right: 0;
        padding-right: 0;
        border: 0;
    }

    .driving-courses-section .project-tab .project-tab-btns {
        margin-top: 30px;
    }

    .footer-bottom .wrapper-box {
        justify-content: center;
    }

    .footer-bottom .copyright {
        width: 100%;
        text-align: center;
    }

    .process-block .inner-box br {
        display: block;
    }

    .blog-section .top-content .text {
        margin-bottom: 30px;
    }

    .banner-section.style-two .content-box .text {
        padding-left: 0;
    }

    .mission-section .nav-tabs {
        padding: 0;
        margin-bottom: 40px;
    }

    .mission-section .content .left-content {
        width: 100%;
    }

    .mission-section .tab-area {
        padding-bottom: 80px;
    }

    .mission-section .icon-box {
        max-width: 400px;
        margin: 0 auto 30px;
        text-align: center;
    }

        .mission-section .icon-box .icon {
            margin-right: 0;
            margin-bottom: 30px;
        }

    .news-block.blog-quote .lower-content {
        padding: 65px 25px 40px 50px;
    }

    .news-block.blog-quote .quote {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px;
    }

    .support1 {
        right: 2px;
        top: 40px;
        width: 115px;
    }

    .inspiration-sec:before {
        height: 485px;
        width: 485px;
    }

    .inspiration-sec:after {
        height: 485px;
        width: 50px;
        z-index: -1;
    }

    .sidebar-contact {
        right: -300px;
        width: 300px !important;
        top: 67%;
    }

    .slider-overlay {
        left: 18%;
    }

    .about-img .ab-para {
        right: 0;
        max-width: 50%;
    }

    .guiding-img {
        padding: 20px;
        height: 225px !important;
    }

        .guiding-img img {
            box-sizing: border-box;
            object-fit: inherit;
            border-radius: 10px;
        }


    .center-disc-box {
        width: 300px;
        height: 400px;
        margin: 40px auto;
        transform: translateX(-55px);
    }

    .dis-box a {
        font-size: 10px;
        color: #4060a9;
        line-height: 12px;
    }

    .depart-img:before {
        left: 20%;
    }

    .social-widget {
        height: 100% !important;
    }

    .main-footer:after {
        top: unset;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 43%;
    }

    .house-card {
        background: #fff;
        padding: 20px 15px;
    }

    .house-wrap {
        background: none !important;
    }
}

@media only screen and (max-width:575px) {
    .social-widget iframe {
        width: 100% !important;
    }

    .cta-section h2,
    .feature-banner-section h2,
    .page-title h1,
    .sec-title h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .about-details h2,
    .sec-title .stitle {
        font-size: 28px;
    }

    .donation-card h4,
    .main-title {
        font-size: 22px;
    }

        .donation-card h4 img,
        .main-title img {
            width: 60px;
        }

    .course-block .course-info .instructor,
    .course-block .course-info .price,
    .funfacts-section .content,
    .rs-toolbar:after,
    .testimonial-block .content {
        width: 100%;
    }

    .lifeskill-wrp .activities-img h6 {
        font-size: 13px;
        font-weight: 600;
    }

    .lifeskill-wrp .activities-img p {
        font-size: 13px;
        line-height: 1.3;
        height: 72px;
        overflow: hidden;
    }

    .nav.nav-tabs {
        white-space: normal;
        vertical-align: middle;
        overflow: auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: start !important;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

    .activities .nav-tabs .nav-link {
        padding: 0 5px;
    }

    .about-section,
    .dps-courses-section,
    .dps-courses-section.style-two,
    .page-title,
    .services-section {
        padding: 30px 0;
    }

    .rs-about-2 .about-img {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .activities .nav-tabs .nav-link p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 1;
    }

    .sec-title.mb-5 {
        margin-bottom: 30px !important;
    }

    .banner-section .content-box .inner,
    .dps-courses-section.gallery-wrp .course-block {
        padding: 0;
    }

    .banner-section .content-box {
        min-height: 25vh;
    }



    .notice-wrp-bottom .notice-title .notice-title-view img {
        width: 132px;
    }

    .about-scetion:after,
    .about-scetion:before,
    .bubble-img,
    .centric-circle-bottom,
    .centric-circle-top,
    .footer-bottom .text span.text-warning,
    .gallery-bottom-img,
    .gallery-top-img,
    .history-section .nav-tabs.tab-btn-style-one li.nav-item a.active:after,
    .history-section .nav-tabs.tab-btn-style-one li.nav-item a:before,
    .history-section .nav-tabs.tab-btn-style-one:before {
        display: none;
    }

    .history-section .nav-tabs.tab-btn-style-one {
        margin-top: 30px;
        padding: 0;
    }

        .history-section .nav-tabs.tab-btn-style-one li.nav-item {
            width: 33.33%;
            margin-bottom: 25px;
            text-align: left;
        }

    .news-block .post-meta-info .category {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .comments-area .comment {
        padding-left: 0;
    }

    .comments-area .comment-box .author-thumb {
        position: relative;
        margin-bottom: 30px;
    }

    .course-block .course-info .instructor {
        margin-bottom: 30px;
    }

    .feature-banner-section .outer-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .funfacts-section .icon-outer {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .about-section-two .consult-form .text,
    .footer-bottom .footer-menu,
    .funfacts-section .inner {
        text-align: center;
    }

    .banner-section .content-box h1,
    .banner-section.style-two .content-box h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .course-block-two .lower-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .project-block .content {
        left: 30px;
        bottom: 30px;
    }

    .about-section-two .consult-form .text a {
        margin-left: 0;
        width: 100%;
    }

    .project-block h3 {
        font-size: 24px;
    }

    .project-block .overlay {
        padding-left: 20px;
    }

    .two-column-section .content-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .course-package-block .content {
        position: relative;
        max-width: 100%;
    }

    .course-package-block .inner-box {
        padding-right: 0;
    }

    .two-column-section .video-column h3 {
        position: relative;
        display: none;
    }

    .pricing-section .tab-area .tab-btn-style-one li {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

        .pricing-section .tab-area .tab-btn-style-one li a {
            padding-right: 0;
            margin: 4px 0;
            border: 0;
        }

    .pricing-section .tab-area .tab-btn-style-one {
        padding: 15px 0;
        width: 100%;
    }

    .course-block h4,
    .footer-bottom .footer-menu li a {
        font-size: 14px;
    }

    .about-widget p,
    .footer-bottom .text {
        font-size: 14px;
        line-height: 26px;
    }

    .contact-widget .contact-info li {
        margin-bottom: 2px;
    }

    .left-column .right-img-content h1,
    .widget .widget-title {
        font-size: 15px;
    }

    .widget iframe {
        height: 250px;
    }

    .consult-form .form-group input,
    .consult-form .form-group textarea {
        height: 44px;
        font-size: 12px;
    }

    .consult-form .form-group textarea {
        height: 80px;
    }

    .btn-style-one.style-three {
        padding: 4px 20px;
    }

    .left-column .left-img-column:after {
        width: 1px;
    }

    .calendar-widget iframe {
        height: 370px !important;
    }

    .main-footer .newsletter-widget:after,
    .main-footer .newsletter-widget:before {
        display: none !important;
    }

    .g-card img {
        height: 100%;
    }

    .slider-overlay {
        max-width: 306px;
        min-height: 100px;
        padding: 20px 57px 0 70px;
        left: 12%;
    }

        .slider-overlay .main-head-text {
            font-size: 12px !important;
        }

        .slider-overlay p {
            font-size: 10px !important;
            line-height: 13px !important;
        }

    .slider-logo-img img {
        max-width: 35px;
    }

    .notice-title-content {
        width: 120px;
    }

    .inspiration-sec:before {
        height: 493px;
        width: 245px;
    }

    .inspiration-sec:after {
        height: 493px;
        width: 50px;
        z-index: -1;
    }

    .facility-sec:after,
    .facility-sec:before,
    .gallery-wrp:after,
    .gallery-wrp:before {
        width: 135px;
        height: 135px;
    }

    .facility-sec .nav {
        flex-wrap: nowrap;
    }

    .facility-sec .nav-pills .nav-link {
        padding: 6px 5px;
        min-width: 160px;
    }

    .birth-day:after,
    .birth-day:before {
        width: 123px;
        height: 100px;
    }

    .main-footer .widgets-section {
        position: relative;
        padding-top: 35px;
    }

    .brochure-img img {
        max-width: 110px;
    }

    .brochure-img {
        bottom: -21px;
        left: 12px;
    }

    .guiding-img {
        padding: 20px 20px 0;
    }

        .guiding-img img {
            border-radius: 10px !important;
            min-height: unset;
        }

    .owl-dots {
        left: 45% !important;
    }

    .about-img .ab-para {
        position: relative !important;
        right: unset;
        max-width: 100%;
        margin-top: 15px;
    }

    .about-zif img {
        top: -99px;
        left: 115px;
    }

    .about-zif {
        margin-bottom: 45px;
    }

    .depart-img:before {
        top: -13px;
        left: 13%;
    }

    .glance-card,
    .glance-profile {
        height: auto !important;
    }

    .main-footer:after {
        top: unset;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 40%;
    }

    .center-disc-box {
        width: 280px;
        height: 315px;
        transform: translateX(0);
    }

    .notice-title .notice-title-content h5 {
        width: 92px;
        font-size: 10px;
        line-height: 15px;
    }

        .notice-title .notice-title-content h5 small {
            font-size: 10px;
        }


    .header-top .left-column .left-img-column {
        max-width: 300px;
    }

    .header-upper {
        height: 35px !important;
    }

    .slider-overlay1 {
        padding: 4px 10px;
        max-width: 394px;
    }

        .slider-overlay1 h4 {
            color: #fff;
            font-size: 14px;
        }

    .inner-page-card {
        padding: 0;
    }

    .topper-img {
        max-width: 100%;
    }

        .topper-img img {
            width: 100%;
            height: 100%;
        }

    .topper-head {
        font-size: 18px;
    }
}

@media only screen and (max-width:480px) {
    .left-column .left-img-column img {
        width: 22%;
        height: 60px;
    }

    .left-img-column img {
        max-width: 100%;
    }

    .left-column .right-img-content .affilataion {
        display: none;
    }

    .notice-wrp-bottom .notice-title .notice-title-view img {
        width: 220px;
    }

    .left-column .right-img-content h1 {
        font-size: 13px;
    }

    .header-top .social-icon li {
        margin-left: 0;
        margin-right: 2px;
    }

    /*.left-column .left-img-column {
		padding-right: 15px;
		margin-right: 15px
	}*/

    .header-top .social-icon.xs-btns-link li a {
        font-size: 11px !important;
        padding: 0 1px;
        line-height: 3;
    }

    .inspiration-sec:after,
    .inspiration-sec:before {
        height: 418px;
    }

    .button-rainbow {
        position: absolute;
        top: 0;
    }

        .button-rainbow a {
            padding: 3px 10px;
            font-size: 12px;
        }
}

@media only screen and (max-width:375px) {
    .slider-overlay {
        left: 9%;
    }

    .header-top .left-column .left-img-column {
        max-width: 285px;
    }
}

@media only screen and (max-width:350px) {

    .inspiration-sec:after,
    .inspiration-sec:before {
        height: 310px;
    }

    .process-block .content {
        min-height: auto;
        border-radius: 0;
    }

        .process-block .content:before {
            border-radius: 0;
        }

    .banner-section .content-box h1,
    .banner-section.style-two .content-box h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .course-block-two .lower-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-section-two .consult-form {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider-overlay {
        left: 6% !important;
    }
}

@media only screen and (max-width:300px) {
    .header-top .left-column .left-img-column {
        max-width: 220px;
    }

    .slider-overlay {
        left: 4% !important;
    }
}

.colo-gold {
    color: #ffc107 !important;
}

@media screen and (max-width:900px) {
    .vc_row.wpb_row {
        flex-direction: column;
    }

    .ptborder-101:before {
        height: 258px;
        left: 15px;
    }

    .vc_column-inner .abouts-img {
        height: 250px;
    }

    .wpb_column.vc_column_container.about-section {
        margin-top: 175px;
    }

    .sc_heading .title {
        font-size: 21px;
    }

    .sec-logo {
        height: 29px !important;
        width: 71% !important;
    }

    .adjust-principal {
        width: 100%;
    }
    .adjust-principal-text{
        width:100%;
    }
    .adjust-container{
       padding-left: 0px; 
      padding-right: 0px;
    }
}
