/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}


/* Chrome, Safari, Edge, Opera */

body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

body input[type=number] {
    -moz-appearance: textfield;
}

a {
    color: #f98019;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #2d37ca;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    /* margin: 0 0 30px 0; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

body .btn-primary {
    color: #fff;
    background-color: #1a55ab!important;
    border-color: #f98019;
}


/* header */

#header.header-transparent {
    background: #ffffff;
    position: relative;
    padding: 10px 0;
}

img.logo_img {
    max-width: 100px;
    padding: 0;
}

#header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 24px;
    font-size: 18px;
    color: #000;
    font-weight:bold;
}

.nav .badge-admission img.new_admission {
    max-width:150px;
}

.navbar li i {
    margin-right: 5px;
    border-right: 1px solid #1950a6;
    padding-right: 10px;
    color: #124ba0;
}

.navbar li {
    position: relative;
}

nav#navbar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

body .btn,
.sbt {
    height: 50px;
    color: #fff;
    background-color: #0a101a;
    border-color: #1a55ab;
    border-radius: 40px;
    font-weight: 800;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #1a55ab;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 39px;
    text-align: center;
    display: block;
}

.back-to-top:hover {
    background: #000000;
    color: #fff;
}

.back-to-top.show {
    visibility: visible;
    opacity: 1;
}

.content-center {
    align-items: center;
}

.hero-container .card-header {
    background: #f98019;
    color: #fff;
}

.hero-container i.fa.fa-solid.fa-check {
    margin-right: 10px;
    font-size: 16px;
}

#hero .card {
    background-color: #143b74;
    padding: 15px;
    border: 0;
    max-width: 421px;
    /* margin: 0 auto!important; */
    box-shadow: 10px 11px 10px #00000047;
    border-radius: 20px;
    overflow: hidden;
    /* margin: auto; */
    margin-right: 0;
    margin-left: auto;
}

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


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/* #hero {
width: 100%;
padding: 60px 0;
background: url(../img/bg-02.png) top center;
background-size: cover;
position: relative;
} */


/* ---form--- */

div#enquiry-now {
    padding: 20px;
}

.form-group {
    margin: 10px 0;
}

.form-group input,
.form-group select {
    display: block;
    color: #000;
    font-size: 15px;
    width: 100%;
    padding: 10px 15px;
}

.adm-txt {
    text-align: center;
    font-weight: bold;
    color: #0a58ca;
    font-size: 27px;
    border-bottom: 1px solid #0a58ca;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

input#registerBtn {
    box-shadow: 2px 2px 10px #ccc;
    padding: 6px 34px;
    border: 0;
    margin: 0 auto;
    display: block;
}


/* .about */

section.about {
    background-image: url('../img/bg-01.png');
    /* padding: 40px; */
    /* color: #fff; */
    /* background-color: #f2f7ff; */
    overflow: hidden;
    position: relative;
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.about_content h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #274262;
}

.about_content {
    max-width: 800px;
    /* text-align: center; */
    /* margin: 0 auto; */
    padding: 27px;
    /* background-color: #ffffff1c; */
    /* box-shadow: 12px 9px #ffffff26; */
}

.about_content p {
    /* color: #e7e8f7; */
    font-size: 15px;
}


/* section_title */

.section_title {
    margin-bottom: 30px;
    display: block;
}

.section_title h2 {
    margin-bottom: 7px;
    font-weight: bold;
    color: #143b74;
    /* text-shadow: 2px 2px 4px #333; */
}

.section_title p {
    color: #000;
}

.section_title h5 {
    margin-bottom: 0px;
    font-size: 16px;
}

.program_content>.row {
    grid-gap: 30px 0;
    justify-content: center;
}

.program_col {
    /* padding-bottom: 34px; */
    /* display: flex; */
    grid-gap: 27px;
    align-items: center;
    border-radius: 15px;
    height: 100%;
    position: relative;
    text-align: center;
    /* margin: 15px 0; */
    overflow: hidden;
    /* text-align: center; */
    background-color: #f3faff;
    /* padding: 30px; */
    border-bottom: 4px solid #1a55ab;
    transition: all 0.5s;
}

.program_col:hover {
    transform: scale(1.03);
    transition: all 0.5s;
    box-shadow: 2px 17px 20px #00000014;
}

.offerings_col {
    position: relative;
    overflow: hidden;
}

.program_col:after,
.offerings_col:after {
    background: #1a55ab;
    /* background: linear-gradient(9deg, #1a55ab 0%, #1a55ab 35%, rgb(0 0 0) 100%); */
    background-size: auto;
    box-shadow: -7px -7px 0px #0d6efd3b;
    background-position: center;
    content: '';
    border: 10px solid #8db0e3b0;
    position: absolute;
    /* left: 0; */
    right: 0;
    bottom: 0;
    /* top: 0; */
    transition: all 0.5s;
    z-index: 9;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    transform: translate(42%, 38%);
}

.program_col h3 {
    font-size: 20px;
    font-weight: bold;
    color: #143b74;
    margin-bottom: 10px;
    text-align: center;
}

.program_col {
    text-align: left;
}

.parents .program_col h3 {
    font-size: 45px;
}

.parents .program_col ul {
    margin: 0;
    /* padding: 0; */
}

.program_col ul li {
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
}

.owlimg {
    width: 230px;
    height: 119px;
    object-fit: scale-down;
}


/* slider */

.owl-prev,
.owl-next {
    /* border: 3px solid #00548b !important; */
    padding: 5px !important;
    font: inherit;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    line-height: 44px!important;
    border-radius: 42px;
    position: absolute;
    font-size: 27px;
    top: 43%;
    background-color: #fff!important;
}

.owl-prev span {
    font-size: 38px !important;
    color: #000000;
}

.owl-next span {
    /* font-size: 25px !important; */
    /* color: #00548b; */
    font-size: 38px !important;
    color: #000000;
}

.owl-nav {
    text-align: center;
    /* margin-top: 60px; */
}

.slider_one {
    padding: 60px 0;
}


/* section-two */

#hero {
    padding: 40px 15px;
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    /* background-attachment: fixed; */
}

#hero:after {
    /* opacity: 0.2; */
    background: rgb(2, 0, 36);
    background: linear-gradient(2deg, #ffffffd1 0%, #ffffffad 56%, #97c2ff 100%);
    background-size: auto;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.5s;
    z-index: 9;
}

#hero .container {
    position: relative;
    z-index: 99;
}

.banner_content {
    /* border-left: 10px solid #fff; */
    padding-left: 28px!important;
    border-radius: 15px;
    padding: 19px;
    /* max-width: 679px; */
}

#hero h1 {
    margin: 3px 0px;
    padding-bottom: 15px;
    font-size: 63px;
    font-weight: 500;
    line-height: 1.1;
    font-weight: 900;
    /* text-transform: uppercase; */
    color: #ec1f32;
    text-align: left;
    text-shadow: 4px 6px #ffffff;
}

#hero h4 {
    color: #000000;
    border-radius: 5px;
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#hero h1 span {
    color: rgb(255 199 40);
}

#hero h5 {
    color: #fff;
    margin-bottom: 0;
    background-color: #000000;
    padding: 7px 12px;
    width: fit-content;
    border-radius: 3px;
}

#hero p {
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    background-color: #143b74;
    width: fit-content;
    /* background-color: #ec1f32; */
    border-radius: 3px;
}


/* new section */


/* footer */

footer {
    /* background: #000; */
    color: #fff;
    text-align: center;
    padding: 40px 0;
    background-color: #000d39;
}

img.ag_img {
    width: 100%;
    border-radius: 48px 0;
    /* margin-left: 26px; */
    padding-left: 7px;
    background-color: #fff;
    /* padding: 9px; */
    /* box-shadow: -12px 21px 0px #ffffff8a; */
    /* width: 48vw; */
}


/* responsive */



.item img.img-fluid {
    width: 100%;
}

.about_img img {
    max-width: 440px;
    width: 100%;
}

.logo_slidewr .item img {
    height: 160px;
    width: auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* background-color: rebeccapurple; */
}

.form-label {
    margin-bottom: 0.5rem;
    color: #1a55ab;
    font-weight: 500;
}

body .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

body .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

body .owl-carousel .owl-nav button {
    bottom: 46%;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffffff96!important;
    border-radius: 100%;
    transition: all 0.5s;
}

body .owl-carousel .owl-nav button:hover {
    transition: all 0.5s;
    background-color: #ffffff50!important;
}

body .owl-carousel .owl-nav button span {
    color: #000!important;
    font-size: 40px;
    border-radius: 100%;
    line-height: 24px;
}


@media (max-width:991px) {
    img.logo_img {
        max-width: 217px;
    }
    .banner_content {
        margin-bottom: 0;
        padding-left: 0 !important;
        padding-right: 0;
    }
    #hero h1 {
        margin: 10px 0 14px 0;
        font-size: 40px;
        text-shadow: 0px 2px #ffffff;
    }
    #hero h5 {
        font-size: 16px;
    }
    #hero h4 {
        font-size: 26px;
    }
    #hero p {
        font-size: 15px;
    }
    .about_conte_img h3 {
        font-size: 20px;
    }
    .about_conte_img h5 {
        font-size: 13px;
    }
   body .about_conte_img {
    padding: 13px 10px;
        position: relative;
        bottom: 0;
        left: 0;
    }
    .boxes ul li:nth-child(3) {
        border-right: solid 2px #fff;
    }
    .boxes ul li:nth-child(4) {
        border-bottom: solid 2px #fff;
        border-right: 0;
    }
    .boxes ul li:nth-child(2) {
        border-right: 0;
    }
    #hero .card {
        border: 0;
        margin: 0 auto!important;
    }
}

@media (max-width:767px) {
    .info_bar {
        padding: 15px 10px !important;
        border-radius: 8px !important;
        margin-bottom: 15px !important;
        margin: 0 auto 15px auto !important;
    }
    #hero {
        padding: 0px 0px 25px;
    }
    .about_content{
padding: 0;
    }
    ul.nav {
        margin: 0 auto;
    }
    img.logo_img {
        max-width: 110px;
        padding: 0;
    }
    .navbar>ul>li {
        white-space: nowrap;
        padding: 0;
        font-size: 18px;
        font-weight:bold;
    }
    .program-item {
        padding: 19px 16px 20px 20px;
        /* margin-top: 69px; */
        grid-gap: 23px;
        margin: 5px 0;
    }
    .program-item p {
        font-size: 16px;
    }
    .navbar-light .navbar-brand {
        margin: 0 auto;
    }
    nav.navbar {
        justify-content: center;
        width: 100%;
    }
    .adm-txt {
        font-size: 24px;
    }
    .about_content h3 {
        font-size: 26px;
    }
    body p {
        font-size: 14px;
    }
 
}




.widget_body iframe {
    width: 100%;
    height: 220px;
    border-radius: 15px;
}

.free_demo {
    margin-bottom: 30px;
}

li.nav-item.mb-2,
li.nav-item.mb-2 a {
    display: flex;
    grid-gap: 8px;
    font-size: 15px!important;
    opacity: 0.9;
}

li.nav-item.mb-2 strong {
    min-width: 90px;
}

.contact_info li a {
    color: #fff;
}

section.parents {
    background-color: #e9edfb;
    padding: 60px 0;
    background-image: url(../img/bg-002.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.owl-pagination {
    position: absolute;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    justify-content: center;
    right: 0;
    left: 0;
}

body .owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    justify-content: center;
    right: 0;
    left: 0;
}

body .owl-dot {
    /* position: absolute; */
    width: 20px;
    height: 20px;
    border-radius: 15px;
    border: 3px solid #ffffff9f!important;
    background-color: #3f51b5!important;
    transition: all 0.3s;
}

body .owl-dot.active {
    border: 3px solid #ec1f32!important;
    transition: all 0.3s;
}

/*new css*/
.about_us{
    padding: 60px 0;
}
.about_content{

color: #000;
}

.about_img {
    color: #000;
    position: relative;
}


.about_img img{
    max-width: 500px;
}

.about_conte_img {
    position: absolute;
    bottom: -36px;
    left: -26px;
    z-index: 9;
    color: #fff;
    background-color: #ec1f32;
    padding: 16px 30px;
}

.about_conte_img h3 {
    margin-bottom: 9px;
    font-weight: bold;
    text-align: center;
}

.about_conte_img h5 {
    margin-bottom: 5px;
    text-align: center;
}

/* cp_school */

.cp_school {
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    background-image: url(../img/bg_07.png);
}

.icon_box img {
    width: 90px;
}

.flex_box {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    padding: 15px;
    background-color: #fff;
    margin: 15px 0;
    border: 1px dashed #ccc;
    border-radius: 4px;
}

.content_box h3 {
    margin-bottom: 10px;
    font-size: 28px;
    padding-bottom: 0;
}



.content_box h3 a {
    display: block;
    font-weight: bold;
    color: #143b74;

}


.content_box p {
    font-size: 21px;
    color: #000;
    margin-bottom: 0;
}

section#portfolio {
    padding: 60px 0;
}

.portfolio-item  {
    margin: 15px 0;
}

.portfolio-item img {
    min-height: 216px;
    object-fit: cover;
}

/* ccampus Tour */

.campus_tour{
    padding: 60px 0;
    background-image: url("../images/bgss_02.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

iframe.elementor-video {
    width: 100%;
    border: 20px;
}
/* compus lifr */
.campus_life{
    padding: 60px 0;
}

.campus_slide {
    position: relative;
    margin: 15px;
}


.campus_slide h4 {
    position: absolute;
    bottom: 0;
    background-color: #000000d9;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
}


.img_box {
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 40px;
    border-radius: 100%;
    border: 3px #ccc;
    background: #ffffff;
    color: #2dc997;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.col-left h4 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
}

.col-left h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
}
/* testimonial */
section.testimonial {
    background-image: url('../images/shape-01.png');
    background-color: #f1f1f1;
    padding: 60px 0;
    background-attachment: fixed;
}

.testimonial p {
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    max-width: 100%;
color: #000;
    font-size: 16px;
    line-height: 1.6;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stars {
    color: rgb(255, 196, 0);
    margin-bottom: 12px;
}

.testimonial .card-footer {
    background-color: #dc394a;
    color: #fff;
}

.features .card-body h4 {
    color: #FFF;
    font-weight: 600;
}

.features .card-body p {
    color: #FFF;
}

.features-col .card {
    display: flex;
    flex-direction: initial;
    margin: 15px 0;
    border: 0;
}

.features-col .card .pic {
    width: 40%;
    flex: none;
}

.features-col .card .img-fluid {
    max-width: 100%;
    height: auto;
    height: 300px;
    object-fit: cover;
}

.owl-test .card {
    margin: 10px 15px;
}

h2.trial-form-title {
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 26px;
}

form.signup-form {
    padding: 15px;
    background-color: #fff;
}

    form.signup-form .form-group label {
        text-transform: uppercase;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.3);
    }
#footer {
    /* color: #fff; */
}
footer p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.portfolio_inner{
    position: relative;
    overflow: hidden;

}
.portfolio_inner img{
    position: relative;
    transition: transform .2s; 
    transform: scale(1);
}
.portfolio_inner:hover img{
    position: relative;
    transition: transform .2s; 
    transform: scale(1.1);
    
}


section.opportunity {
    padding: 60px 0;
    background-position: top right;
    background-size: contain;
    background-image: url(../images/shape-02.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.opportunity_item {
    margin: 10px 0;
    position: relative;
    padding: 10px;
    background-color: #f2f2f2;
    border-bottom: 2px solid #ec1f32;
    border-radius: 4px;
}
.opportunity_item img {
    border-radius: 4px;
}

.opportunity_item h3 {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    padding-bottom: 0;
}

body .bj-form.form-sec {
    margin-bottom: -7px;
}

#hero .card {
    /* background-color: #143b74; */
}
iframe {
    border: 0;
    border-radius: 8px;
}

.info_bar {
    align-items: center;
    background-color: #143b74;
    color: #fff;
    padding: 15px 40px;
    border-radius: 48px;
    grid-gap: 20px;
    margin-bottom: 40px;
    justify-content: center;
    width: max-content;
    margin: 0 auto 40px auto;
}
.info_bar h5 {
    margin-bottom: 0;
}

a.btn.apply_now_btn {
    border: 0;
    width: 150px;
    padding: 12px;
    background-color: #ec1f32;
}
