@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;1,200&family=Roboto:wght@100;300;400;500;900&display=swap');


.bg{
    display: flex;
    box-sizing: border-box;
    /* background-image: url('/images/slide-1.jpg'); */
    background-repeat: no-repeat;
    background-size: calc();
    width: 100%;

    background: #fff;

}

.container{

    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 5px 10px;
    flex-wrap: wrap;

}

.right-content{
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 50px;
    display: flex;
    flex:1;
}
.right-content h1{
    text-align: left;
    font-size: 40px;
    font-weight: 900;

}
.right-content h2{
    line-height: 45px;
    margin-bottom: 60px;
    color: #22A4BB;
    font-size: 20px;
}

.right-img img{
    margin-right: 30px;
}
.col-md-6-left{
    display: flex;
    flex: 1;
    box-sizing: border-box;
    justify-content: center;
    justify-content: center;
    padding-top: 30px;
}

.card{
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    min-width: 200px;
    min-height: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    transition: 0.5s ease-in;
    flex: 1;
    background: #FFF;
}
.card:hover{
    transform: translateY(-20px);
}
.card h2{
    padding-top: 10px;
}
.card-content{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.card-img{
    width: 100%;
}
.our-team:nth-child(1){background-image: url('/images/men.jpg');
background-repeat: no-repeat;
background-size: contain;
}
.our-team:nth-child(2){background-image: url('/images/nurse.jpg');background-repeat: no-repeat;
    background-size: contain;}
.our-team:nth-child(3){background-image: url('/images/ccccc.avif');background-repeat: no-repeat;
    background-size: cover;}
h1{
    text-align: center;
    padding-bottom: 20px;

}
.card a{
    width: 100%;
    padding: 5px;
    text-decoration: none;
    width: 100px;
    background-color: #FDF4F6;
    color: #EB5B77;
    border-radius: 5px;
    margin-top: 10px;
    font-family: var(--roboto);
}
.container-section{
    box-sizing: border-box;
    display: flex;
    background: #FFF;
    justify-content: center;
}
.popular-courses{
    display: flex;
    flex-direction: column;
}
.popular-courses-h2{
    text-align: center;
    padding: 30px 0;
    font-weight: 800;
    font-size: 30px;
    padding-bottom: 20px;
}
.sections{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 35px;
    align-items: center;
    background: #fff;
}
.sections p{

    text-align: center;
    line-height: 20px;
    padding: 10px;
}
.sections a{
    text-decoration: none;
    background-color: #22A4BB;
    padding: 6px 10px;
    color: #FFF;
}
.section-image{

    width: 100px;
    height: 100px;
    border-radius: 50%;
}
@media screen and (max-width:786px) {
    .container-section{
        flex-direction: column;
    }
    .col-md-6-left{
        display: none;
    }
}
/* Uclain Help Section */
.uclain-help{
    background: #E2E7FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    padding: 10px 30px;
}

.sasansco-international{
    width: 90%;
    margin: 20px auto;
    background: #FFF;

}
.sasansco-international .sasansco-left{
    display: flex;
    flex-direction: column;
    flex:1;
    padding: 20px;
    box-shadow: 0px 1px 1px 0px rgb(226, 218, 218);
}
.sasansco-left h3{
    text-align: start;
    padding-bottom: 20px;
}
.sasansco-left p{
    line-height: 30px;
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(68, 65, 65);
}
.spans{
    margin-bottom: 20px;
    font-weight: 900;
    color: rgb(17, 122, 122);
}
.sasansco-international .sasansco-right{
    display: flex;
    flex-direction: column;
    flex:1;
    width: 50%;
    font-weight: 400;
    color: rgb(68, 65, 65);

}
.sasansco-right p{
    padding-top: 20px;
    line-height: 30px;
    font-size: 20px;
    box-shadow: 0px 1px 1px 0px rgb(226, 218, 218);
}
.bg-img{
    background-image:url("./images/imgs/bg-img.png")
}
.cards-sections{
    width: 90%;
    margin: 0 auto;
    /* border-top: 2px solid black; */
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    position: relative;
}
.larg-cards{
    padding:0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    margin: 10px 2px;
    padding: 10px;

}
.card-image{
    display:flex;
    width:100%;
}
.card-image img{
    width:100%;
    margin:auto;
}
.larg-cards .card-title{
    color: #50975C;
    font-weight: 700;
    font-size: 18px;
    padding: 8px;
    background:#00063A;
    width:100%;
    color:#FFF;
    text-align:center;
    align-content:center;
}
.card-body{
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
    /*padding-bottom: 25px;*/
     background:#00063A;
     color:#FFF;
     padding:10px;
     margin-top:10px;
}
.learn-more{
    /*position: absolute;*/
    float:right;
    /*background-color: red;*/
}
.larg-cards a{
    text-decoration: none;
    text-align: center;
    width: 50px;
    height: 31px;
    background: #6EC1E4;
    padding:10px 20px;
    color: #FFF;
}
.banner{
    display: flex;
    background: #246DA0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 400px;
    margin: 0 auto;
}
.banner h2{
    color: #FFF;
    font-size: 30px;
    padding: 20px;
}
.hrrrrrrrr{
    display: flex;
    height: 1px;
    align-items: center;
    padding: 25px;
}
.banner hr{
    width: 80px;
  background:#6EC1E4;
    margin: 5px;
}
.banner span{
    color: #5CC774;
    font-size: 25px;
}
.banner p{
    padding: 30px;
    color: #F1F1F1;
    line-height: 25px;
    font-size: 20px;
}
 .banner-btn{
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
    background: #61CE70;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}
.activities-col{
    display: flex;
    flex-direction: column;
}
.activities{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    padding: 20px;
}
.activities:nth-child(1){border-right: 1px solid rgb(75, 72, 72);}
.activities:nth-child(2){border-right: 1px solid rgb(75, 72, 72);}
.activities-row{
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.activities-image{
    max-width: 200px;
    background-image: url('/images/counselling-1024x614.jpg');
}

.activities-image img{
    width: 100%;
}
.activities-col .activities-title{
    color: #50975C;
}

.activities p{
    padding: 20px;
    line-height: 25px;
    text-align: justify;
}
.contact-section{
    padding: 50px;
}
.contact-map{
    background: black;
}
.contact-form{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 10px;
    min-width: 40%;
}
.contact-form h1{
    text-align: left;
    text-transform: capitalize;

}
.form-group
{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.form-group .form-control, textarea{
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display:flex;
    flex:1;
}
.cards-sections p{
    font-size: 18px;
    padding-bottom: 20px;
}
.activities-col h1{
    padding-top: 20px;
}
.main-row{
    display:flex;
    padding:20px;
}
label{
    color: gray;
}

.btn-primary{
    padding: 5px 10px;
    background: green;
    color: white;
    border-radius: 5px;
    outline: 0;
    border: 0;
    font-size: 14px;
    opacity: .8;
    font-weight:600;
}
.btn-primary:hover{
    background-color: coral;
}
.apply-online{
    background:#4676C4;
    padding:10px 20px;
    color:#FFF;
    text-decoration:none;
    border-radius:5px;
}
.footer{
    box-sizing: border-box;
    display: flex;
    position: absolute;

    align-items: center;
    justify-content: space-between;
    background-color: #E2E7FF;
   padding: 50px;
   width: 100%;
   margin-top: 50px;
}
.footer-items{
    display: flex;
    flex-direction: column;

}
@media screen and (max-width:786px){
    .uclain-help{
        flex-direction: column;
        width: 100%;
    }
    .cards-sections{
        flex-direction: column;
        width: 100%;
    }
    .activities-row{
        flex-direction: column;
        width: 100%;
        border: none;
        text-align: justify;
    }
    .sasansco-international{
        flex-direction: column;
    }
    .sasansco-right{
        width: 100% !important;
        flex: 1;
    }
    .sasansco-right p{
        width: 100%;
        padding: 1px;
    }
    .contact-section{
        box-sizing: border-box;
        flex-direction: column;
        margin: 0;
        padding: -10px;
    }
    .contact-form{
        width: 100%;
        margin: 0;
    }
}


.container-row{
    display: flex;
}
.container-column-first{
    display: flex;
    flex-direction: column;
    flex: 2;

}
.container-column-second{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.buttons{
    background: #8224E3;
    color: white;
    padding: 20px 20px 10px 20px;
    margin: 5px;
    text-decoration: none;
    border-radius: 10px;
}

.settings{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:red;
}






/*table{
  border-collapse:collapse;
  width:100%;
}*/

/*.blue{
  border:2px solid #1ABC9C;
}

.blue thead{
  background:#1ABC9C;
}

.purple{
  border:2px solid #9B59B6;
}

.purple thead{
  background:#9B59B6;
}*/

/*thead{
  color:white;
}

th,td{
  text-align:center;
  padding:5px 0;
}

tbody tr:nth-child(even){
  background:#ECF0F1;
}

tbody tr:hover{
background:#BDC3C7;
  color:#FFFFFF;
}*/

.fixed{
  top:0;
  position:fixed;
  width:auto;
  display:none;
  border:none;
}

.scrollMore{
  margin-top:600px;
}

.up{
  cursor:pointer;
}




.label
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial;
}
.contents
{
    border: 1px dotted black;
    padding: 5px;
    width: 300px;
}
.name
{
    color: #18B5F0;
}
.left
{
    float: left;
    width: 50px;
    height: 50px;
}
.right
{
    margin-left: 60px;
    line-height:50px;
}
.clear
{
    clear: both;
}


.head-teacher{
    display: flex;
    box-sizing:border-box;
    align-items:center;
    justify-content:space-between;
}
.head-teacher-message{
    display:flex;
    flex-direction:column;
    margin-right:30px;
    flex:4;
    background:#FB7D04;
    opacity:.9;
    padding:20px;
    color:#FFF;
    font-weight:500;
    /* font-size: 25px; */
}
.head-teacher-message h3{
    padding-bottom: 30px;
}
.head-teacher-message p{
    line-height: 30px;
}
.proprietress{
    display:flex;
    align-content:flex-end;
    align-items:flex-end;
    justify-content:flex-end;
    flex:2;
}
.proprietress img{
    width:100%;
    float:right;
}

.extral-curricular-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-sizing:border-box;
}
.cultural-image{
    display:flex;
    flex:1;
    padding: 6px;
    position:relative;
    flex-direction:column;
    align-items:center;
}
.cultural-image p{
    position:absolute;
    bottom:40px;
    color:#00063A;
    font-weight:700;
    font-size:30px;
}
.cultural-image img{
    width:98%;
}

@media screen and (max-width:786px){
    .extral-curricular-row{
        flex-direction:column;
    }
    .cultural-image{
        width:100%;
    }
    .head-teacher{
        flex-direction:column;
        margin-bottom:30px;
    }
    .head-teacher-message{
        width:100%;
        margin:0;
    }
    .cultural-image {
        margin-bottom:20px;
        padding-bottom:20px;
    }
}



/********** Template CSS **********/
:root {
    --primary: #FE5D37;
    --light: #FFF5F3;
    --dark: #103741;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

.font-secondary {
    font-family: 'Lobster Two', cursive;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: calc(100% - 15px);
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: url(../img/bg-header-top.png) center center repeat-x;
    z-index: 1;
}

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: 0;
    background: url(../img/bg-header-bottom.png) center center repeat-x;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 90vh;
    }
    .mobo{
        min-height: 90vh!important;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 90vh!important;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
        height: 90vh!important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Facility ***/
.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
}

.about-img img:hover {
    background: var(--primary) !important;
}


/*** Classes ***/
.classes-item {
    transition: .5s;
}

.classes-item:hover {
    margin-top: -10px;
}


/*** Team ***/
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
