body{
    font-family: 'Work Sans', sans-serif !important;
}
.logo-brand {
 object-fit: cover;
    width: auto;
       height: 148px;
    position: absolute;
    left: 157px;
    top: 0px;
}

.principal-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.principal-img, .principal-cntent {
    flex-basis: 50%;
}

.principal-cntent {
    padding: 15px;
    box-shadow: 0 2px 5px #000;
    border: 1px solid #808080;
}

.sm-principal {
    vertical-align: middle;
    padding: 50px 0px;
}

.school-info-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.school-info {
    width: 33%;
    text-align: center;
    border: 1px dashed #ccc;
    padding: 15px;
    border-top: 0px;
    transition: all 0.5s ease-in-out;
}

    .school-info:hover .school-info-img {
        transform: scale(1.2);
    }

img.school-info-img {
    width: 85px;
    transition: all 0.5s ease-in-out;
}

.school-info:nth-child(1), .school-info:nth-child(4) {
    border-left: 0px;
}

.school-info:nth-child(3), .school-info:nth-child(6) {
    border-right: 0px;
}

.school-info:nth-child(4), .school-info:nth-child(5), .school-info:nth-child(6) {
    border-bottom: 0px;
}

.school-info-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
    color: #000;
}

.heading-section.heading-section-black h2,
.heading-section.heading-section-black h2 span,
.heading-section.heading-section-black p,
.ftco-counter .text span {
    color: #fff;
}

.links p {
    border-bottom: 1px dotted #ccc;
}

.owl-carousel.home-slider .slider-item,
.owl-carousel.home-slider {
    height: 500px;
}

.welcome-wrap {
    padding-bottom: 180px !important;
}

.toptext {
    font-size: 22px;
    color: #666666;
    line-height: 32px;
    text-align: center;
}

.toptext1 {
    font-size: 40px;
    color: #333333;
    line-height: 45px;
    text-align: center;
}

    .toptext1 b {
        color: #014a7f;
        text-transform: uppercase;
    }

.top-welcomeimg {
    position: relative;
}

.topimg-2 {
    position: absolute;
    right: 0;
    top: 50%;
}

.inner-btn {
    margin-top: 50px;
}

    .inner-btn a {
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 35px !important;
        background-image: none !important;
        background-color: #014a7f !important;
        color: #fff !important;
        background-image: none !important;
        position: relative;
        z-index: 9;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        border-radius: 30px !important;
        z-index: 0;
    }

        .inner-btn a:hover {
            background: #fda638 !important;
        }

.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bubble {
    position: absolute;
    bottom: -100px;
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 50%;
    opacity: 0.5;
    animation: rise 10s infinite ease-in;
}

    .bubble:nth-child(1) {
        width: 40px;
        height: 40px;
        left: 10%;
        animation-duration: 8s;
    }

    .bubble:nth-child(2) {
        width: 20px;
        height: 20px;
        left: 20%;
        animation-duration: 5s;
        animation-delay: 1s;
    }

    .bubble:nth-child(3) {
        width: 50px;
        height: 50px;
        left: 35%;
        animation-duration: 7s;
        animation-delay: 2s;
    }

    .bubble:nth-child(4) {
        width: 80px;
        height: 80px;
        left: 50%;
        animation-duration: 11s;
        animation-delay: 0s;
    }

    .bubble:nth-child(5) {
        width: 35px;
        height: 35px;
        left: 55%;
        animation-duration: 6s;
        animation-delay: 1s;
    }

    .bubble:nth-child(6) {
        width: 45px;
        height: 45px;
        left: 65%;
        animation-duration: 8s;
        animation-delay: 3s;
    }

    .bubble:nth-child(7) {
        width: 90px;
        height: 90px;
        left: 70%;
        animation-duration: 12s;
        animation-delay: 2s;
    }

    .bubble:nth-child(8) {
        width: 25px;
        height: 25px;
        left: 80%;
        animation-duration: 6s;
        animation-delay: 2s;
    }

    .bubble:nth-child(9) {
        width: 15px;
        height: 15px;
        left: 70%;
        animation-duration: 5s;
        animation-delay: 1s;
    }

    .bubble:nth-child(10) {
        width: 90px;
        height: 90px;
        left: 25%;
        animation-duration: 10s;
        animation-delay: 4s;
    }

@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }

    50% {
        transform: translate(100px);
    }

    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }
}

.principal-secwrap {
    padding: 2em 0 !important;
}

.br2 {
    border: 30px solid orange;
    border-image: url("../images/border-img.jpg") 100 / /* slice */
    20px 18px 18px 20px / /* width */
    18px 14px 9px 10px /* outset */
    round;
}

.principal-cntent h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    color: #014a7f;
}

    .principal-cntent h3:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 80px;
        background: #014a7f;
    }

.principal-cntent p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.weoffer-sec {
    /*background:#c0d2df;*/
    background-image: url('../images/harward-bgsimg1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

.edu-quotes {
    padding: 30px;
    text-align: center;
}

    .edu-quotes span,
    .edu-quotes p {
        color: #014a7f;
    }

.services-2 {
    padding: 15px;
    border: 1px solid #ccc;
    /*background:rgba(0,0,0,0.7);*/
    background: #014a7f;
    transition: all 0.5s ease-in-out;
}

.wrap-offer h2 {
    color: #fff;
    font-weight: 900;
    background: #014a7f;
    width: 30%;
    padding-left: 20px;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

.services-2 .text h3 {
    color: #fff;
    font-weight: 900;
}

.services-2:hover.safety {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../images/safety.jpg');
    background-size: cover;
    background-position: center;
}

.services-2:hover.classes {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../images/classes-regular.jpg');
    background-size: cover;
    background-position: center;
}

.services-2:hover.certified {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../images/certified-teacher.jpg');
    background-size: cover;
    background-position: center;
}

.services-2:hover.classroom {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../images/sufficient-class.png');
    background-size: cover;
    background-position: center;
}

.services-2:hover.lessons {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../images/lessons.jpg');
    background-size: cover;
    background-position: center;
}

.services-2:hover.sports {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../images/sports.jpg');
    background-size: cover;
    background-position: center;
}

.benifit-sec {
    margin-top: -7rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

    .benifit-sec .benifit-list {
        background: #0d3b6b url(../images/bg_pattern.png);
        display: flex;
        padding: 2rem;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        box-shadow: 0px 3px 9px #8e8d8d;
    }

        .benifit-sec .benifit-list .list-div {
            padding: 0 2rem;
            border-right: 1px solid #1d5085;
            flex: 0 0 25%;
            max-width: 25%;
        }

            .benifit-sec .benifit-list .list-div svg {
                height: 40px;
            }

            .benifit-sec .benifit-list .list-div h5 {
                margin: 1rem 0;
                color: #fda638;
                font-size:17px;
            }

            .benifit-sec .benifit-list .list-div p {
                font-size: 14px;
                margin-bottom: 0;
            }

            .benifit-sec .benifit-list .list-div:last-child {
                border-right: 0px solid #1d5085;
            }

.section.principal-section {
    background: #eeeeee url(../images/Prncipal_bg.jpg) no-repeat;
    padding: 4rem 0;
}

    .section.principal-section p {
        color: #fff;
    }

    .section.principal-section img {
        padding: 1rem;
        background: #fff;
    }

    .section.principal-section .quote {
        color: #fff;
        margin: 4rem 0;
        font-size: 1.3rem;
        font-style: italic;
        padding: 0 3rem;
        position: relative;
        line-height: 30px;
    }

        .section.principal-section .quote:before, .section.principal-section .quote:after {
            content: "";
            position: absolute;
            height: 26px;
            width: 36px;
        }

        .section.principal-section .quote:after {
            right: 0;
            background: url(../images/double-quote.svg) no-repeat;
        }

        .section.principal-section .quote:before {
            left: 0;
            background: url(../images/double-quote2.svg) no-repeat;
        }

.about-three .about-video {
    border: 0;
    height: 100%;
    border-radius: 0;
    margin-right: -5px;
}

.about-three .content-bx:after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 80px;
    height: 100%;
    background: var(--color-primary);
    transform: skewX(-7deg);
    z-index: -1;
    border-left: 10px solid #fff;
}

.about-three .content-bx {
    position: relative;
    z-index: 1;
}

.about-three .edu-list li {
    color: #fff;
}

    .about-three .edu-list li:before {
        background: #fff;
        color: #000;
    }

.content-inner-2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.max-w600 {
    max-width: 600px;
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.about-three .content-bx:after {
    content: "";
    position: absolute;
    left: -45px;
    top: 0;
    width: 80px;
    height: 100%;
    background: #014a7f;
    transform: skewX(-7deg);
    z-index: -1;
    border-left: 15px solid #fff;
}

.section-head.m-b20 {
    margin-bottom: 20px;
}

.section-head .title {
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
}

.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
}

.copyright {
    background: #fff;
    padding: 5px 0px;
}

    .copyright p {
        margin: 0;
        color: #000;
        font-size: 15px;
    }

.feature-sec {
    background-color: rgba(1,74,127,0.45);
    outline: 1px solid #014a7f;
    outline-offset: 4px;
    padding: 60px;
}

.ftco-counter .text span {
    font-size: 18px !important;
}

.fx3 .item {
    padding: 10px 10px;
}

.fx1 .item, .fx2 .item, .fx3 .item, .fx4 .item, .fx5 .item {
    margin: 10px 0;
}

.col4 {
    width: 25%;
    float: left;
    position: relative;
}

.fx3 .item img {
    padding: 0 !important;
    display: block;
    width: 100%;
    height: 200px;
    outline: transparent solid 2px;
    outline-offset: 0px;
}

.transition {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fx3 a .item h4 {
    font-family: 'Raleway', sans-serif;
    width: 240px;
    background-color: transparent;
    font-size: 15px;
    position: absolute;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: absolute;
    bottom: 23px;
    left: 5px;
    right: 0;
    /* margin: 0 auto; */
    /* text-align: center; */
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px;
}

.fx3 h4, .fx3 p {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .5s ease;
}

.photo-event-date {
    width: 100%;
    float: left;
    color: #434345;
    padding: 5px 0px 0 0px;
    margin-top: 20px;
}

.fx3 a:hover .item img, .fx3 a:focus .item img {
    opacity: 0.8;
    /*outline: #fff solid 2px;*/
    outline-offset: -10px;
}

.fx3 a:hover .item h4, .fx3 a:focus .item h4 {
    opacity: 1;
}

.view-all-btn-area {
    text-align: center;
    margin-top: 30px;
}

.ghost-btn-big {
    border: 2px solid #014a7f;
    color: #014a7f;
    padding: 12px 30px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 20px;
}

    .ghost-btn-big:hover {
        background: #014a7f;
        color: #fff;
    }

.ftco-gallery h2 {
    padding-top: 25px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}

    .ftco-gallery h2 span {
        color: #fda638;
    }

.bg-icons {
    background: #fff !important;
}

    .bg-icons span {
        color: #014a7f !important;
    }

.btn-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .btn-all a {
        margin: 0px 35px;
        padding: 3px 30px;
        background: #014a7f;
        color: #fff;
        transition: all 0.5s ease-in-out;
    }

        .btn-all a:hover {
            background: #fda638;
        }

.notice-a {
    margin: 0 !important;
}

@media(max-width:991px) {
    .logo-brand {
          width: auto;
    position: absolute;
    left: 14px;
    top: 0;
    max-height: 93px;
    object-fit: cover;
    }

    .benifit-sec .benifit-list .list-div {
        padding: 11px 0rem;
        flex: 0 0 24%;
        max-width: 100%;
        text-align: center;
        display: grid !important;
        grid-template-columns: repeat(1, 2fr) !important;
        grid-gap: 5px;
    }

    .benifit-list {
        flex-direction: column;
    }

    .fx3 .item {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .btn-all a {
        margin: 0px 35px;
        padding: 3px 11px;
        background: #014a7f;
        color: #fff;
        transition: all 0.5s ease-in-out;
    }

    .inner-btn a {
        padding: 12px 18px !important;
    }

    .welcome-wrap {
        padding-bottom: 75px !important;
    }

    .about-three .content-bx {
        position: relative;
        z-index: 0 !important;
    }

    .ftco-intro h2 {
        color: #fff;
        font-size: 25px !important;
        font-weight: 600;
    }

    .about-three .content-bx:after {
        display: none;
    }

    .mb-0 {
        margin-bottom: 12px !important;
    }

    .content-inner-2 {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .mtt {
        margin-top: 10px;
    }

    .benifit-sec .benifit-list {
        background: #0d3b6b url(../images/bg_pattern.png);
        /* display: flex; */
        padding: 2rem;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        box-shadow: 0px 3px 9px #8e8d8d;
    }

    .ftco-navbar-light {
        position: fixed !important;
        width: 100% !important;
    }

    .owl-carousel.home-slider {
        top: 80px;
    }

        .owl-carousel.home-slider .slider-item .slider-text h1 {
            padding-bottom: 115px;
        }

    li.nav-item:hover {
        background: #f36a00;
    }

    .school-info-container {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 5px;
    }

    .school-info {
        width: 100%;
        text-align: center;
        border: none;
        padding: 10px;
    }
}


/* Infrastructure Section */
img {
    display: block;
    object-fit: cover;
}

.infra-sec .wrapper {
    max-width: 1440px;
    margin: 3px auto;
    font-size: 0;
    display: grid;
    grid-gap: 3px;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 728px) {
    .infra-sec .wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

.infra-sec .responsive-img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.infra-sec .caption {
    padding: 16px;
}

.infra-sec .caption1 {
    background: rgba(0,0,0,0.5);
}

.infra-sec .title, .infra-sec .tag {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.infra-sec .title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 1.35em;
}

.infra-sec .tag {
    background: #014a7f;
    padding: 4px 8px;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
}

.infra-sec .thumbnail {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.infra-sec .image-wrapper:after {
    /*background: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgba(0, 0, 0, 0.0)), color-stop(0, rgba(0, 0, 0, 1.0)));*/
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.infra-sec .title, .infra-sec .author {
    color: #333;
}

.infra-sec .news-item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 2px;
    position: relative;
    box-shadow: none !important;
    text-decoration: none !important;
}

.infra-sec .hero-item, .infra-sec .standard-item {
    width: 50%;
}

@media (min-width: 728px) {
    .infra-sec .hero-item, .infra-sec .standard-item {
        width: 25%;
    }
}

@supports (display: grid) {
    .infra-sec .wrapper *, .infra-sec .standard-item:nth-child(4), .infra-sec .standard-item:nth-child(5), .infra-sec .standard-item:nth-child(6) {
        margin: 0;
        width: auto;
    }

    .news-item {
        padding: 0;
    }

    @media (min-width: 1100px) {
        .infra-sec .news-item:first-child:before, .infra-sec .news-item:nth-child(4):before, .infra-sec .news-item:nth-child(5):before, .infra-sec .news-item:nth-child(8):before, .infra-sec .news-item:first-child:after, .infra-sec .news-item:nth-child(4):after, .infra-sec .news-item:nth-child(5):after, .infra-sec .news-item:nth-child(8):after {
            content: '';
            width: 0;
            height: 0;
            border: 0 solid transparent;
            position: absolute;
            z-index: 5;
            display: block;
        }

        .infra-sec .news-item:first-child:before, .infra-sec .news-item:nth-child(4):before, .infra-sec .news-item:nth-child(5):before, .infra-sec .news-item:nth-child(8):before {
            border-right-color: #fff;
            border-width: 0 55px 55px 0;
            right: 0;
            top: 0;
        }

        .infra-sec .news-item:first-child:after, .infra-sec .news-item:nth-child(4):after, .infra-sec .news-item:nth-child(5):after, .infra-sec .news-item:nth-child(8):after {
            border-right-color: #fff;
            border-width: 55px 55px 0 0;
            right: 0;
            bottom: 0;
        }

        .infra-sec .news-item:nth-child(4):before, .infra-sec .news-item:nth-child(8):before {
            top: 0;
            left: 0;
            border-left-color: #fff;
            border-width: 0 0 55px 55px;
        }

        .infra-sec .news-item:nth-child(4):after, .infra-sec .news-item:nth-child(8):after {
            border-bottom: 55px solid #fff;
            border-right: 55px solid transparent;
            left: 0;
            bottom: 0;
        }
    }

    @media (min-width: 1100px) {
        .infra-sec .standard-item:nth-child(2), .infra-sec .standard-item:nth-child(3), .infra-sec .standard-item:nth-child(6), .infra-sec .standard-item:nth-child(7) {
            border-top: 55px solid #fff;
        }
    }

    .infra-sec .caption {
        position: static;
        margin-right: auto;
    }

    @media (min-width: 1100px) {
        .infra-sec .hero-item .thumbnail, .infra-sec .standard-item:nth-child(4) .thumbnail, .infra-sec .standard-item:nth-child(5) .thumbnail, .infra-sec .standard-item:nth-child(8) .thumbnail, .infra-sec .hero-item .responsive-img, .infra-sec .standard-item:nth-child(4) .responsive-img, .infra-sec .standard-item:nth-child(5) .responsive-img, .infra-sec .standard-item:nth-child(8) .responsive-img, .infra-sec .hero-item .image-wrapper, .infra-sec .standard-item:nth-child(4) .image-wrapper, .infra-sec .standard-item:nth-child(5) .image-wrapper, .infra-sec .standard-item:nth-child(8) .image-wrapper {
            height: 100%;
        }

        .infra-sec .hero-item .responsive-img, .infra-sec .standard-item:nth-child(4) .responsive-img, .infra-sec .standard-item:nth-child(5) .responsive-img, .infra-sec .standard-item:nth-child(8) .responsive-img {
            width: 100%;
        }

        .infra-sec .hero-item .caption, .infra-sec .standard-item:nth-child(4) .caption, .infra-sec .standard-item:nth-child(5) .caption, .infra-sec .standard-item:nth-child(8) .caption {
            position: absolute;
            bottom: 0;
            z-index: 3;
            bottom: 32px;
            left: 8px;
        }

        .infra-sec .hero-item .title, .infra-sec .standard-item:nth-child(4) .title, .infra-sec .standard-item:nth-child(5) .title, .infra-sec .standard-item:nth-child(8) .title, .infra-sec .hero-item .author, .infra-sec .standard-item:nth-child(4) .author, .infra-sec .standard-item:nth-child(5) .author, .infra-sec .standard-item:nth-child(8) .author {
            color: #fff;
        }
    }
}

/*about*/
.inside-page-hero-7.contact.vision-wrap.banner-center {
    padding-top: 18vw;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(1,1,1,.66)),color-stop(4%,#000),color-stop(62%,rgba(2,2,2,0))),url(https://assets.website-files.com/5f3a4e6…/60224cd…_5dd3f1d…_imgs-14.jpg);
    background-image: linear-gradient(0deg,rgba(1,1,1,.66),#000000a3 4%,rgba(2,2,2,0) 62%),url(../images/banner-image.jpg);
    background-position: 0 0,50% 15%;
    background-size: auto,cover;
    background-repeat: repeat,no-repeat;
}
.heading-60.vision-wrap.curricula-h.pos-static {
    position: static;
    font-size: 19px;
    font-family: calibri;
    background: #014a7f;
    padding: 0px 11px;
    border-radius: 5px;
    text-align: left !important;
    color:#fff;
    margin-right:10px;
}
.col-12.mainbody {
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
    border-radius: 20px;
    margin-bottom: 40px;
}
.col-12.mainbody h2 {
    /* border-bottom: 2px dashed #014a7f; */
    display: block;
    padding-bottom: 5px !important;
    margin-bottom: 30px !important;
    color: #014a7f;
    text-align: center;
    position: relative;
}

.heading-60.vision-wrap.curricula-h.pos-static a {
    color:#fff;
}
#about {
    position: relative;
}

    #about::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0FA6E5;
        opacity: .05;
    }

.about-square {
    bottom: 0rem;
    left: -2rem;
}

.about-square {
    bottom: 0rem;
    left: -2rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

.about-image {
    width: 100%;
    background-size: cover;
}

#about-image img {
    width: 100%;
    transform: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    padding-right: 3px;
}

.about-plane {
    top: 3rem;
    left: 49%;
    transform: scale(1);
}

container110 {
    padding: 0px 9rem;
}

#about-image img {
    width: 100%;
    transform: none;
    padding-left: 35px;
}

.webelieve {
    margin: 10px 0 20px;
}

.alignsection {
    width: 100%;
    float: left;
}

.fix-center {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}


.believecover {
    background: #003e68;
    padding: 12% 24% 12% 12%;
    border-radius: 30px;
    border: 1px solid #000;
}

.heading-title {
    margin-bottom: 20px;
}

.believeleft .heading-title h2 {
    color: #f7ce59;
}

.heading-title h2 {
    font: 600 36px/1.2 Lato,sans-serif;
}

.believecover p {
    font: 400 20px/1.5 'DM Sans',sans-serif;
    color: #fff;
}

.believeright {
    align-items: center;
    align-self: center;
}

.bel-img {
    margin-left: -15%;
}

    .bel-img img {
        border-radius: 22px;
    }


/*vision*/
ul.resp-tabs-list li {
    position: relative;
    margin: 0 -2px;
}

.resp-tabs-list li {
    font-size: 13px;
    display: inline-block;
    padding: 6px 6%;
    margin: 0;
    list-style: none;
    cursor: pointer;
    color: #8d8686;
    font: 600 16px/1.6 'Open Sans', sans-serif;
}

li.resp-tab-item img {
    margin-bottom: 12px;
}

.resp-tabs-list li p {
    color: #e09713;
    font: 600 20px/1.2 'Lato', sans-serif;
}

ul.resp-tabs-list {
    text-align: center;
    width: 100%;
    float: left;
}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

._40px-padding {
    display: block;
    height: 65px;
}

.gmp-2.mission-wrp.padding {
    padding-right: 7%;
    padding-left: 7%;
}

.gmp-2.mission-wrp {
    overflow: hidden;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#edf8fe));
    background-image: linear-gradient(180deg,#fff,#edf8fe);
}

.mission-col.hor-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mission-col {
    max-width: 1169px;
    margin-right: auto;
    margin-left: auto;
}

.w-row:after, .w-row:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-col-5 {
    width: 41.66666667%;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 1280px) {
    .mission-img-3, .mission-img-3._1 {
        border-radius: 20px;
    }
}

.mission-img-3 {
    width: 100%;
    height: auto;
    max-width: 400px;
    padding: 5px;
    border: 3px dashed #014a7f;
    border-radius: 20px;
}

._40px-padding-2.desktop-hide-new {
    display: none;
}

._40px-padding-2 {
    height: 40px;
}

.column-padding-2 {
    padding-right: 0;
    padding-left: 4%;
}

.w-col-7 {
    width: 58.33333333%;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 50px;
    padding-right: 40px;
    padding-bottom: 15px;
}

.w-row:after {
    clear: both;
}

.w-row:after, .w-row:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.column-padding-2 {
    padding-right: 0;
    padding-left: 0;
}

.heading-78 {
    padding-right: 0;
    font-size: 30px;
}

h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Poppins,sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

@media screen and (min-width: 1280px) {
    .gmp-para-3 {
        margin-top: 14px;
    }
}

.gmp-para-3 {
    color: #07294d;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

/*p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Poppins,sans-serif;
    color: rgba(80,92,127,.7);
    font-size: 16px;
    line-height: 28px;
}*/

._20px-padding {
    height: 46px;
}

._80px-padding-2 {
    overflow: hidden;
    height: 80px;
}

.mission-col {
    max-width: 1169px;
    margin-right: auto;
    margin-left: auto;
}

.hide {
    display: none;
}
.vision-wrap {
    display: flex;
    justify-content: flex-end;
}
.bg,
.infra-sec,
.contact-sec {
    padding-top: 40px;
    background-image: url('../images/bg-images.jpg');
    background-size: 400px !important;
    background-attachment: fixed !important;
    background-position: center !important;
}
.main-infrawrapper,
.wrap-contacts {
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
    border-radius: 20px;
    margin-bottom: 40px;
}
.infra-h2 {
    /* border-bottom: 2px dashed #014a7f; */
    display: block;
    padding-bottom: 5px !important;
    margin-bottom: 30px !important;
    color: #014a7f;
    text-align: center;
    position: relative;
}

/*Admission*/
.para{
    padding: 0px 30px 0px 30px;
    text-align: justify;
}
.bg-curve {
    position: relative;
    width: 100%;
}
.bg-curve:after {
    background-image: url(https://assets-global.website-files.com/5eb1521…/602e189…_curve-new.svg);
    background-position: 0 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    content: "";
    position: absolute;
    margin-top: 5%;
    z-index: -1;
}
@media screen and (min-width: 1280px) {
    .step1, .steps-grip-wrap {
        width: 95%;
    }
}
.steps-grip-wrap {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    /*grid-template-columns: 1fr 1fr;*/
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    padding-top:35px;
}
.step-1-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 185px;
    height: 185px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5))),url(../images/image-admission.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../images/image-admission.jpg);
    background-position: 0 0,70% 50%;
    background-size: auto,cover;
    box-shadow: 4px 5px 1px 0 rgb(0 0 0 / 10%);
    font-weight: 400;
    text-decoration: none;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
a {
    background-color: transparent;
}
.step-1-2.step-2 {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5))),url(../images/image-admission.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../images/image-admission.jpg);
    background-position: 0 0,30% 50%;
    background-size: auto,cover;
    background-repeat: repeat,no-repeat;
}
.step-2 {
    padding-right: 4%;
    padding-left: 4%;
    background-image: url(https://assets-global.website-files.com/5f369f5…/6055d0a…_wave-curve.png);
    background-position: 40% 100%;
    background-size: cover;
}
.step-h {
    margin-bottom: 5px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    padding-top:30px;
}
.step-p {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    text-align: center;
    text-shadow: 4px 4px 5px rgb(0 0 0 / 40%);
}
.elipse {
    position: absolute;
    left: 10%;
    top: 0;
    right: 0;
    bottom: auto;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: rgba(246,146,30,.7);
}
.elipse.green {
    left: auto;
    top: auto;
    right: 6%;
    bottom: 0;
    background-color: rgba(165,205,57,.7);
}
.step-3 {
    padding-right: 4%;
    padding-left: 4%;
}
.step-1-2.step-3 {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5))),url(../images/image-admission.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../images/image-admission.jpg);
    background-position: 0 0,50% 50%;
    background-size: auto,cover;
}
.elipse.light-blue.no-gradient {
    background-image: none;
}
.elipse.light-blue {
    left: auto;
    top: 0;
    right: 3%;
    bottom: auto;
    background-color: rgba(128,216,255,.7);
}
.step-1-2.step-4 {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.34)),to(rgba(0,0,0,.34))),url(../images/image-admission.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,.34),rgba(0,0,0,.34)),url(../images/image-admission.jpg);
    background-position: 0 0,50% 50%;
    background-size: auto,cover;
    background-repeat: repeat,no-repeat;
}
.elipse.red {
    left: 7%;
    top: auto;
    right: auto;
    bottom: 0;
    background-color: rgba(236,28,36,.5);
}
.step-1-2.step-5 {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5))),url(../images/image-admission.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../images/image-admission.jpg);
    background-position: 0 0,0 0;
    background-repeat: repeat,repeat;
}
.step-1-2:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(20,117,160,.8)),to(rgba(20,117,160,.8))),url(../images/image-admission.jpg);
    background-image: linear-gradient(180deg,rgba(20,117,160,.8),rgba(20,117,160,.8)),url(../images/image-admission.jpg);
    background-position: 0 0,70% 50%;
    background-size: auto,cover;
    font-weight: 600;
}
a:active, a:hover {
    outline: 0;
}
.step-1-2.step-2:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(20,117,160,.8)),to(rgba(20,117,160,.8))),url(../images/image-admission.jpg);
    background-image: linear-gradient(180deg,rgba(20,117,160,.8),rgba(20,117,160,.8)),url(../images/image-admission.jpg);
    background-position: 0 0,30% 50%;
    background-size: auto,cover;
    background-repeat: repeat,no-repeat;
}
.step-1-2.step-3:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(20,117,160,.8)),to(rgba(20,117,160,.8))),url(../images/image-admission.jpg);
    background-image: linear-gradient(180deg,rgba(20,117,160,.8),rgba(20,117,160,.8)),url(../images/image-admission.jpg);
    background-position: 0 0,50% 50%;
    background-size: auto,cover;
}
.step-1-2.step-4:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(20,117,160,.8)),to(rgba(20,117,160,.8))),url(../images/image-admission.jpg);
    background-image: linear-gradient(180deg,rgba(20,117,160,.8),rgba(20,117,160,.8)),url(../images/image-admission.jpg);
    background-position: 0 0,50% 50%;
    background-size: auto,cover;
    background-repeat: repeat,no-repeat;
}
.step-1-2.step-5:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(20,117,160,.8)),to(rgba(20,117,160,.8))),url(../images/image-admission.jpg);
    background-image: linear-gradient(180deg,rgba(20,117,160,.8),rgba(20,117,160,.8)),url(../images/image-admission.jpg);
    background-position: 0 0,0 50%;
    background-size: auto,cover;
}

/* Contact Us */
.inner-contactwrap {
    padding:20px;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
    text-align:center;
    height:220px;
    margin-bottom:30px;
    border-bottom:2px solid #014a7f;
    border-radius:20px;
}
.inner-contactwrap .icon-contact {
    height:60px;
    width:60px;
    background:#014a7f;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    border-radius:50%;
    margin:0 auto;
    transition:all 0.5s ease-in-out;
}
.inner-contactwrap .icon-contact:hover {
    transform:translateY(-10px);
}
.inner-contactwrap .contact-cntent h3 {
    margin:10px 0px;
    font-size:20px;
    color:#014a7f;
    font-weight:bold;
}
.inner-contactwrap .contact-cntent p {
    font-size:14px;
    line-height:25px;
    color:rgba(0,0,0,0.8);
}

/*Mandatory*/
.content_new {
    clear: both;
}
.innh {
    margin-bottom: 3px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #014a7f;
}
table {
    background-color: transparent;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
table {
    margin-bottom: 24px;
    font-size: 14px;
}
th {
    text-align: inherit;
}
td {
    padding: 10px;
}
/*News&events*/
.padding-sec {
    padding: 0 20px 0 20px;
}
.happnig-sec {
    float: left;
    width: 102%;
    margin: 0 0 0 -2%;
}
.happnig-sec .reapt-box {
    position: relative;
    float: left;
    width: 23%;
    margin: 0 0 2% 2%;
}
.happnig-sec .reapt-box a {
    display: block;
    width: 100%;
}

.responsive-photo {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.dummy {
    padding-top: 65.6%;
}
.img-container .center-img {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.happnig-sec .reapt-box img {
    width: 100%;
}
.img-container img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    background-color: #fff;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}
.happnig-sec .reapt-box .Name {
    position: relative;
    display: block;
    text-align: center;
    background: #014a7f;
    padding: 38px 10px 30px 10px;
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .8s cubic-bezier(.165, .84, .44, 1);
}
.happnig-sec .reapt-box .icon {
    width: auto;
    position: absolute;
    left: 50%;
    top: -34px;
    margin: 0 0 0 -34px;
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .8s cubic-bezier(.165, .84, .44, 1);
}
.happnig-sec .reapt-box img {
    width: 100%;
}
.happnig-sec .reapt-box .Name h3 {
    font-size: 15px;
    color: #ffffff;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .8s cubic-bezier(.165, .84, .44, 1);
}
.happnig-sec .reapt-box .Name:after {
    content: "";
    height: 19px;
    background: url() top center no-repeat;
    width: 100%;
    position: absolute;
    bottom: -19px;
    left: 0;
    background-size: 100%;
}
.happnig-sec .reapt-box:hover .icon {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.happnig-sec .reapt-box:hover .Name h3 {
    color: #ffffff;
}
.happnig-sec .reapt-box:hover .Name {
    background: #ffcb39;
}










@media (max-width:991px) {
    .abt-overview {
        font-size:20px;
    }
    .col-12.mainbody {
        padding: 30px 0px;
    }
    .fix-center .row {
        flex-direction:column-reverse;
    }
    .bel-img {
        margin:0;
    }
    .bel-img img {
        max-width:100%;
        object-fit:cover;
        border-radius:0;
    }
    .believecover {
        padding: 12% 0% 12% 5%;
        border-radius:0;
    }
    .believecover .heading-title {
        margin-bottom: 0px;
    }
    .col-12.mainbody h2,
    .infra-h2 {
        margin-bottom: 0 !important;
        padding-bottom: 5px !important;
        font-size: 25px;
    }
    .believecover p {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
        padding: 0px 15px 0 0;
    }
    #about-image {
        height:auto;
        margin-bottom:0;
    }
    .about-1 {
        margin-top:0!important;
        margin-left:0!important;
        padding:30px !important;
    }
    .inside-page-hero-7.contact.vision-wrap.banner-center {
        padding-top: 60vw;
    }
    .vision-wrap {
        justify-content:center;
    }
    .heading-60.vision-wrap.curricula-h.pos-static {
        margin-right:0;
    }
    .resp-tabs-list {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .mission-col.hor-wrp {
        flex-direction: column;
    }
    .mission-col-2 {
        flex-direction:column-reverse !important;
    }
    .w-col {
        padding-left:0;
        padding-right:0;
    }
    .infra-sec .wrapper {
        grid-template-columns:repeat(1,1fr);
    }
    .infra-sec .caption1 {
        background:transparent;
    }
    .copyright p {
        font-size:13px;
    }
    .copyright p a {
        background: #014a7f;
        padding: 2px 5px;
        color: #fff;
    }
    .happnig-sec .reapt-box {
        position: relative;
        float: none;
        width: 100%;
        margin: 0px 0px 20% 2%;
    }
    .w-layout-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 30px !important;
        letter-spacing:1px!important;
    }
    .benifit-sec .benifit-list .list-div {
        border-bottom: 1px dashed #ccc !important;
    }
    .toptext1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .inner-wrap p {
        text-align:justify;
    }
    .section-head .title {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .feestructure {margin:10px;}
    .feestructure .col-12.mainbody {
        padding: 30px 30px !important;
    }
    .disclosure {margin:15px;}
    .disclosure table {
        display:block;
        overflow-x:auto;
    }
    .contact-sec {margin:10px;}
} 

 #fixed-social {
   position: fixed;
   top: 150px;
   z-index:99;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #3b5998;
 }
 .fixed-facebook span{
	background-color: #3b5998;
 }
 .fixed-twitter{
	background-color: #00acee;

 }
 .fixed-twitter span{
 	background-color: #00acee;
 }

 .fixed-linkedin{
	background-color: #0A66C2;

 }
 .fixed-linkedin span{
 	background-color: #0A66C2;
 }
 .fixed-instagrem{
	background-color: #E1306C;

 }
 .fixed-instagrem span{
 	background-color: #E1306C;
 }
 .fixed-youtube{
	background-color: #c4302b ;

 }
 .fixed-youtube span{
 	background-color: #c4302b ;
 }

 #footer{
    border-top: 2px solid #e76e00;
 }


/*-------------overview---------------*/
ul{list-style-type:none;padding:0px}
.pt-50{padding-top:50px}
.pb-50{padding-bottom:50px}
.background-section { height: 100%; background-repeat: no-repeat; background-position: 50% 0; background-attachment: fixed; height: 100%; margin: 0 auto; width: 100%; overflow: hidden; position: relative; background-size: contain; }
.page-theme-title{background: rgb(226 108 0 / 75%);position: absolute;left: 0;bottom: 40%;right: inherit;padding: 6px 8% 6px 8%;z-index: 9;}
.page-theme-title p {color: #fff !important;margin-bottom:0px ; margin-top:10px}
.page-theme-title h4 {font-size:30px;color: #fff !important;font-weight:600}
.imdd {width: 100%;height: 421px;}
.about-single {padding: 70px 0;}
.about-bg { box-shadow: 0px 0px 17px 4px rgb(236, 236, 236); padding: 25px; margin-bottom: 30px; border-right: 2px solid #0084b1; }
.about-info h2 { position: relative; font-size: 22px; color: #000; padding: 0 0 25px; margin-bottom: 0; }
.about-info p {font-size: 14px;line-height: 20px;text-align: justify;margin-top: 10px;margin-bottom: 0px;}
.about-info a {font-size: 14px;color: #0084b1;}

/*------------------contactus--------------------*/
.page-container {margin-top: 50px;}
h1.page-heading {font-size: 30px;color: #000;font-weight: 700;margin-bottom: 30px;}
.form-box input, .form-box textarea { background: #fff !important; border-radius: 25px; } 
.form-box input, .form-box textarea { color: #000000; } 
.form-box submit { background: #fdb72b !important; } 
.disclaimer { border: 1px solid gray; border-radius: 4px; padding: 20px; margin-top: 30px; } 
.disclaimer h2 { background: none; color: #0196db; text-align: left; font-size: 20px; } 
.disclaimer p { color: #3e3e3e; font-size: 15px; margin-top: 5px; line-height: 24px; font-weight: 700; } 
.mapouter { position: relative; text-align: right; height: 865px; width: 100%; }
.address-box {line-height: 24px;font-size: 16px;}
.address-box p.icon-address {background: url(//bhartifoundation.org/wp-content/themes/online-courses/css/../images/icon-address.jpg) top 5px left no-repeat;padding-left: 30px;}
.address-box p.icon-email {background: url(//bhartifoundation.org/wp-content/themes/online-courses/css/../images/icon-email.jpg) top 5px left no-repeat;padding-left: 30px;word-wrap: break-word;}
.gmap_canvas {overflow: hidden;background: none !important;height: 865px;width: 100%;}
form-box textarea {background: #3db2e8 !important;color: #fff !important;height: 44px;}


/*---------------------visionmission-----------------*/
.txt {background: #fff4e6;padding: 34px;margin-right: -70px;position: relative;margin-top: 10%;border-radius: 12px;box-shadow: 4px 4px 20px 0 rgb(1 1 1 / 38%);z-index:9}
.txt h4 {font-weight: 600;color: #3051a0;font-size: 30px;}
.txt p {font-size: 14px;line-height: 25px;color:black;text-align:justify}
.txt-right {background:#fff4e6;padding: 34px;margin-left: -70px;position: relative;margin-top: 10%;border-radius: 12px;box-shadow: 4px 4px 20px 0 rgb(1 1 1 / 38%);z-index:9}
.txt-right h4 {font-weight: 600;color: #3051a0;font-size: 30px;}
.txt-right p {font-size: 14px;line-height: 25px;color:black;text-align:justify}
.txt-right ul li{font-size:14px}



/*--------------theteam---------------*/
.trustee {background: white;border-radius: 0rem;box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);margin-bottom: 20px;height: 100%;padding: 13px;border: 1px #019052 solid;}
.trustee h4 {font-size: 16px;font-weight: bold;}
.aboutinner p:last-child {margin-bottom: 0;}
.open-positions ul li:first-child {padding-top: 0;}
.open-positions ul li {padding: 5px 0;padding-right: 20px;border-bottom: 1px solid #f4f5f8;position: relative;}
.designation {float: left;width: 45%;}
.designation h4.subtitle { margin: 0 0 5px; } 
h4.subtitle { font-size: 18px; color: #093eb6; font-weight: 700; line-height: 1.4; margin: 10px 0; }
.location {float: right;width: 55%;text-align: left;}
.location p.state {font-weight: 500;font-size: 15px;margin-bottom: 0;}
.open-positions{width: 800px;margin: 20px auto;}
.open-positions ul li:after {content: "";display: block;clear: both;}
.aboutinner img{width:100%}


/*-----------------------Photogallery-----------------------*/
.aftervhover h4 {width: 94.5%;background-color: #fe6902;font-size: 15px;position: absolute;color: #fff;text-transform: capitalize;position: absolute;bottom: 36px;left: 8px;margin: 0 auto;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 6px;margin-bottom: -2px;font-size: 13px;}
img.img-cl-heh.item-imgg {height: 200px;object-fit: cover;width: 100%;}
#bindgallery .col-lg-4 {max-width: 25%;padding: 8px 8px;}
#bindgallery .col-lg-12.m-t17 {display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
#bindgallery .col-lg-4 img.img-cl-hehtt {width: 100%;height: 200px;object-fit: cover;}
.entry-content .col-lg-12.m-t17 .col-lg-4 a.galleryDemo {position: relative;box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%) !important;background: white;padding: 5px;display: block;margin: 0;}
.imgilink span {font-size: 14px;font-weight: 600;color: #0c0b0b;margin-top: 10px;}
.imgilink a:hover {text-decoration: none;}
.p-rr {border-bottom: 3px solid #fe6902;position: relative;box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 19%);background: white;padding: 8px;height: 255px;}
div#bindgallery {padding: 20px 0px;}
@media screen and (max-width: 991px) {
    #bindgallery .col-lg-4 {max-width: 100%;}
}
img.img-cl-hehtt {width: 100%;height: 250px;object-fit: cover;}

/*--------------education---------------*/
.quot{width:70%;height:100px;background-color: #e36f1e;margin-top:30px;margin-bottom:30px;}
.education-div h5 {font-weight: 700;text-align: center;color: white;line-height: 100px;} 
section.education-content{margin-top:30px;}
.education p, ul li{font-size:14px;line-height:22px}