*{
    font-family: "Goblin+One", "Kanit", serif;
    font-weight: 300;
    font-style: normal;
} 
.bg-primary1{
    background-color: #0090FD!important;
    font-weight: 200;
}
.col-lg-6 span{
    color: white;
    font-weight: bold;
    padding:0px 20px 0px 2px;
}
.col-lg-6 i{
    color: white;  
    
}
.headerbackground{
    background-color: #037CD7;
    position: sticky;
    top:0px;
    z-index: 2; 
    
}

.footerbackground{
    background-color:#0090FD!important;
}
.footer-links{
    list-style: none;
    color: white;
}
.footer-links li a{
    color: white;
    text-decoration: none;
    font-size: 18px;
}
.brandbackground{
    background-color: black;
    margin: 0px!important;
    padding: 0px!important;
    height: 50px;
}
.brandbackground p{
    color:white;
}
.schoolnameheadingdiv h1{
    color:white;
    font-weight: 800;
    text-shadow: 3px 3px 0px black;
}
.imgborder1{
border: 30px solid!important;
border-image-source: url("../images/bd2.jpg")!important;
border-image-slice: 50!important;

}
.imgborder2{
    
    border: 30px solid!important;
    border-image-source: url("../images/bd1.png")!important;
    border-image-slice: 20!important;
    padding-top: 20px;
}
.menucolor a{
    color: white;
}
.leadimage{
    width: 100%;
    height: 520px; 
    text-align: center;
    
}
.leadimage img{
    width: 100%;
   
    border: 5px solid black;
}
.dropdown-menu{
    background-color:#037CD7;
    
}
.container-fluid img{
    width: 50px;
    height:50px;
}
.directorimghome{
    width: 100% !important;
    height: 250px !important;
    padding: 10px;
    margin: 0px;
    margin-bottom: 10px;
}
.directorimgabout{
    width: 100% !important;
    height: 250px !important;
    padding: 5px;
    margin: 5px;
}

.noticenewimage{
    width: 50px !important;
    height: 30px !important;
    
}
.gallerypage{   
    width: 100% !important;
    height: 260px !important;
    padding: 5px;
    margin: 5px;
    
}
.galleryimghome{
    width: 200px !important;
    height: 250px !important;
    margin-top: 0px;
    padding-top: 0px;
}
.mybordercheck{
    border: 1px solid black!important;
}
/*** Counter Facts Start ***/

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../images/schimg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary);
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-primary) !important;
    display: flex;
    
}

.counter-facts .counter h3 {
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/

/*** Testimonial start ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}
/*** Testimonial end ***/


