/* CUSTOM CODE */
.logo {
    padding: 5px 0;
    
}
.mainmenu ul#nav > li > a {
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 31px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mainmenu ul.sub-menu {
    background-color: #ffffff;
    border-top: 1px solid #2c3192;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: -23px;
    margin: 0;
    padding: 14px 21px 16px;
    position: absolute;
    text-align: left;
    top: 55px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    visibility: hidden;
    width: 261px;
    z-index: -99;
}
.header-top-info span {
    background: #007948 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 10px 13px 8px;
}
.mainmenu ul#nav > li:hover > a, .mainmenu ul#nav li ul.sub-menu > li a:hover {
    color: #e9b445;
}
.mainmenu ul.sub-menu {
    background-color: #ffffff;
    border-top: 1px solid #2c3192;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: -23px;
    margin: 0;
    padding: 10px 21px 10px;
    position: absolute;
    text-align: left;
    top: 41px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    visibility: hidden;
    width: 261px;
    z-index: -99;
}
.mainmenu ul#nav li ul.sub-menu > li a {
    color: #444444;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    text-transform: capitalize;
}
.mainmenu ul#nav li ul.sub-menu > li a {
    color: #2c3192 !important;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.mainmenu ul#nav li ul.sub-menu > li a:hover {
    color: #007948 !important;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    padding-left: 4px;
}
.mainmenu ul#nav li {
    display: inline-block;
    margin-right: 3px;
    position: relative;
    margin-left: 15px;
    padding-right:3px;
}
.social-links.cont-dtls a {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
}
.social-links.cont-dtls i {
    font-size: 15px;
    color: #007948;
}
span.tp-hd {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.social-links a i {
    font-size: 20px;
}
a.button-default.onl-adm {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 31px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.button-default.onl-adm {
    color: #fff !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 30px !IMPORTANT;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-left: 15px;
    padding-right: 15px;
}
.about-skill-text>h2 {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2c3192;
}
.about-skill-text p {
    color: #000;
    font-weight: normal;
    font-size: 15px;
    text-align: justify;
    /* line-height: 30px; */
}
.about-skill-text span {
    font-size: 25px;
    font-weight: 500;
    color: #007948;
    margin-bottom: 20px;
}
.about-skill-text.main-heding {
    text-align: center;
    margin-bottom: 20px;
}
.class-details-tab .tab-content {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #f0f0f0;
    padding: 20px 40px 20px;
}
div#vision ul li {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: justify;
    list-style: lower-roman;
}
div#mission ul li {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: justify;
    list-style: lower-roman;
}
div#core ul li {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: justify;
    list-style: lower-roman;
}
.class-details-tab-menu li>a.active {
    background-color: #2c3192;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}
.class-details-tab-menu li a {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    color: #333333;
    font-size: 13px;
    margin-right: 10px;
    padding: 10px 20px 10px;
    position: relative;
    display: block;
}
.class-details-tab-menu li a {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    color: #000;
    font-size: 13px;
    margin-right: 10px;
    padding: 10px 20px 10px;
    position: relative;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
ul.nav.nav-tabs a i {
    color: #007948;
    font-size: 15px;
}
.button-default {
    background: #2c3192 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 33px;
    padding: 0 24px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}
p.hm-txt {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.blog-details-area.section-padding.blog-two.msgs-section {
    background-color: #fbfbfbb5;
}
.blog-details-area.section-padding.blog-two.msgs-section {
    background-color: #fbfbfbb5;
    padding-top: 70px;
    padding-bottom: 70px;
}
.blog-two .single-blog-text, .blog-three .single-blog-text {
    padding: 15px 15px 15px;
}
.single-blog-text h4 a {
    color: #214360;
    font-size: 14px;
    font-weight: 700;
}
.single-blog-text>h4 {
    margin-bottom: 5px;
}
.blog-date span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #007948;
}
.single-blog-text>p {
    margin-bottom: 5px;
    margin-top: 5px;
    word-spacing: 0;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-align: justify;
}
a.button-default.msg-btn {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}
.skill-image.sch-bld img {
    outline: 2px solid #fff;
    outline-offset: -10px;
}
.section-padding {
    padding: 60px 0 20px 0;
}
img.onl-adm {
    border-radius: 10px;
}
.single-widget-container.onl-adm {
    margin-top: 0px !important;
    margin-bottom: 0px;
}
.single-title h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single-widget-item.ntc-brd-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.register-title {
    background: #2c3192 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    padding-bottom: 10px;
    padding-top: 15px;
}
.register-title>h4 {
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: 0;
    text-transform: uppercase;
}
.example .container1 li a {
    width: 100%;
    margin: 0;
    padding: 0;
    /* border-bottom: 1px dotted #999; */
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.smartmarquee.example.ntc-brd-box ul li a b {
    color: #2c3192;
}
.register-info.text-center.text-sm-start.onladm h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.register-info {
    padding: 90px 0 70px 0;
    position: relative;
    z-index: 9;
}
.register-info.text-center.text-sm-start.onladm p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: normal;
}
a.button-default.btn-onadm {
    font-size: 15px;
}
.register-area:after {
    background: rgb(0 0 0 / 45%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.about-skill-text.main-heding.msgs {
    text-align: left;
}
.about-skill-text.main-heding.msgs p {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}
.single-service-item {
    height: 90px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.single-service-text>h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-top: 36px;
    -webkit-transition: padding 0.8s linear 0s;
    transition: padding 0.8s linear 0s;
    text-transform: uppercase;
    color: #2c3192;
}
.teacher-column-carousel-text {
    padding: 15px 0 15px 0;
    position: relative;
}
.single-teacher-large-carousel span, .teacher-column-carousel-text span, .testimonial-small-text-slider .sin-testiText.slick-slide>span {
    letter-spacing: 2px;
    color: #383838;
    display: block;
    font-style: normal;
    line-height: 12px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
}
.teacher-column-carousel-text h4 {
    font-size: 17px;
    color: #002849;
    text-transform: capitalize;
}
.section-title h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    color: #2c3192;
}
.section-title.facilities p {
    font-size: 16px;
    line-height: 40px;
    color: #000;
    font-weight: normal;
}
.single-service-item:hover .single-service-text>p {
    display: block;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
}
.gallery-area.section-padding-bottom {
    padding-top: 60px;
}
.teachers-column-carousel-area.section-padding {
    padding-bottom: 60px;
}
.gallery-area.section-padding-bottom {
    padding-top: 60px;
    background-color: #fcfcfc;
}
.erp-lg {
    float: right;
}
.footer-container span {
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}
.footer-container {
    border-top: 1px solid #007948;
    padding: 20px 0 20px 0;
}
.single-footer-widget>h4 {
    color: #e9b445;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-widget-list li a {
    color: #ffffff;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
}
.footer-widget-container.section-padding {
    padding-bottom: 40px;
}
ul.footer-widget-list.cnt-list li a {
    text-transform: none;
    margin-bottom: 12px;
    line-height: 20px;
}
ul.footer-widget-list.cnt-list li a b {
    text-transform: uppercase;
    color: #58bec3;
    font-weight: 500;
    margin-right: 3px;
}
.blog-post-wrapper p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 30px;
}
.blog-post-wrapper ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    list-style: disc;
    text-transform: capitalize;
}
.blog-post-wrapper p strong {
    font-size: 18px;
    text-transform: uppercase;
    color: #2c3192;
}
.blog-details-area.section-padding.blog-two {
    padding-bottom: 60px;
    padding-top: 70px;
}
.description2.alignleft p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 20px;
}
.description2.alignleft h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #2c3192;
    font-weight: 700;
    margin-bottom: 10px;
}
.description2.alignleft ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    list-style: disc;
}
.blog-post-wrapper h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #2c3192;
    font-weight: 700;
    margin-bottom: 10px;
}
.blog-post-wrapper ul {
    margin-bottom: 30px;
}
tbody {
    color: #000;
    font-weight: 400;
}
section.section_contacts-form {
    padding-bottom: 60px;
}
h2.ui-title-inner.decor.decor_mod-a {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
    color: #2c3192;
    font-weight: 700;
}
.contact-area-container h3 {
    color: #2c3192;
}
.contact-address-container {
    border-top: none;
    padding-top: 0px;
}
.contact-icon {
    color: #007948;
    float: left;
    font-size: 20px;
    margin-right: 15px;
    width: 15px;
    margin-top: 3px;
}
.contact-text h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #2c3192;
}
.contact-text span {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.contact-text span a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-right: 20px;
}
.contact-text span a:hover {
    font-size: 15px;
    color: #007948;
    font-weight: 400;
    margin-right: 20px;
}
.contact-area.section-padding {
    padding: 60px 0 40px 0;
}
.description2.alignleft h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #2c3192;
    font-weight: 700;
    margin-bottom: 10px;
}
.prnc-box {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.prnc-box img {
    border-radius: 5px;
    margin-bottom: 10px;
}
.prnc-box h4 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c3192;
    margin-bottom: 5px;
}
.prnc-box p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500 !important;
    color: #007948 !important;
    margin-bottom: 5px !important;
}
.erp-lg a {
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}
.erp-lg a:hover {
    color: #007948;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}
.footer-container span a {
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}
.footer-container span a:hover {
    color: #e9b445;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}
.breadcrumb-banner-area.gallery, .breadcrumb-banner-area.blog {
    background: rgba(0, 0, 0, 0) url(../img/slider/1.jpg);
    background-position: center;
    padding-top: 160px;
    padding-bottom: 160px;
}
img.msg-img {
    float: left;
    margin-right: 20px;
    border-radius: 20px;
}
.about-style-area.ptb-120 {
    padding: 50px;
}
th {
    background-color: #a9a9a9;
}
.header-login-register a {
    color: #ffffff;
    display: block;
    line-height: 41px;
    font-size: 13px;
    font-weight: 500;
}
ul.text-list {
    padding-left: 20px;
}

ul.text-lists{
    padding-left:40px;
}
.ss-album-caption {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background-color: #756361;
    padding: 8px;
}
b, strong {
    font-weight: bolder;
    font-size: 20px;
    color: #007948;
}
.menu-strip {
    background-color: #007948;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-strip.stick {
    background: #007948;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-logo-menu.stick .mainmenu-area {
    padding: 10px;
}
p.affi-code {
    text-align: right;
    font-size: 17px;
    color: #2c3192;
    font-weight: 600;
}
.uptext {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    float: right;
}

.blue-head {
    color: #2c3192 !important;
}

.admission-button {
    display: inline-block;
    background-color: #007948;
    color: white;
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
   /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
    transition: background-color 0.3s ease, transform 0.2s ease;
    
}

    .admission-button :hover {
        background-color: #005f36;
        color: white!important; /* Ensures text remains white */
        transform: translateY(-2px);
    }

.h6_footer-area {
    padding-top:45px;
    background-color: #007948 !important;
}

.team-bro{
    color:#e9b445 !important;
    line-height:0px !important;
}


@media (min-width: 1200px) {
    .col-ss-20 {
        width: 20%;
        flex:  0 0 auto;
    }
}