@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;
    }
}