*{
    padding: 0;margin: 0;
    font-family: 'OrkneyRegular';
}

p{
    
    /* line-height: 1.7; */
    color: #666666;
    font-size: 15px;
}
.mb-0{
    margin-bottom: 0 !important;
}
a h4{
    color: #333 !important;
    line-height: 1.4;
    font-size: 20px;
}
.fa-whatsapp{
    font-size: 30px;
    color: #fff;
   line-height: 60px;
}
.whatsapp{
    position: fixed;
width: 58px;
height: 58px;
bottom: 70px;
right: 50px;
background-color: #25d366;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
}
.top-head-row{
    line-height: 94px;
}
.button-head-b{
    background-color: #1338be;
    color: aliceblue;
    margin: 0 5px;
}
.button-head-o{
    background-color: #ed7966;
    color:aliceblue;
    margin: 0 5px;
}
.pay{
    float: right;
}
.menu-row{
    line-height: 50px;
}
.letter-spacing{
    letter-spacing: 4px;
}
.menu-box{
    display: flex;        
    justify-content: space-around;
    padding-left: 90px;
    flex-wrap: wrap;

}
.fw-700{
    font-weight: 700;
}
.fw-600{
    font-weight: 600;
}
.menu-box .menu-item:hover{
    background-color: #1338be;
    transition: ;
}
.menu-box .menu-item a {
    color: aliceblue;
    text-decoration: none;
    font-size: 14px;
font-weight: 600;
padding: 15px;

}
.active-home {
    background-color: #1338be;
    
}
.contact-us a{
    background-color: #1338be;
}
.contact-us a{
    color: aliceblue;
    text-decoration: none;
    font-size: 14px;
font-weight: 600;
padding: 1rem;
}
.menu-menu{
    background-color: #ed7966 ;
    border-bottom: 2px solid #1338be;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* slider */
.carousel-indicators li{
display: inline-block;
width: 12px;
height: 12px;
margin: 1px;
margin-left: 10px;
text-indent: -999px;
cursor: pointer;

background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}

.gif-box{
position: relative;
background-color: black;
overflow: hidden;
cursor: pointer;
}
.gif-box:hover img{
opacity: 0.6;
transition: all 400ms ease-in-out 0s;
transform: scale(1.1);
}
.play{
position: absolute;
top: 50%;
left: 50%;
display: none;
}
.gif-box:hover .play{
display: block;
}
.playicon{
color: white;
}
.owl-theme .item-facilities{
border: 2px solid #b0c0eb;

height: 544px;
}
.facilities-text{
    padding: 15px;
}
.facilities-text a {
    text-decoration: none;
    color: white;
}
.facilities-text p{
    color: white;
    text-align: justify;
}
#courses{
    background-image:url("../image/bg-img/p2.jpg");
    /* background-size: cover; */
}
.item .img-box{
    border: 2px solid #b0c0eb;
}
.courses-text{
    padding: 15px;
    /* height:max-content; */
    height:550px;
}
.courses-text a {
    text-decoration: none;
    
}
#education{
    background-color: #FFF0F5;
}
.age{
    
font-size: 14px;
padding: 10px 20px;
}

.item-news{
    border: 1px solid #1338be;
}
.latest-news-date{
    width: 60px;
    height: 60px;
    padding: 5px;
    text-align: center;
    color: white;
    margin: 15px;
}
.date-1{
    background-color: #ed7966 ;
}
.date-2{
    background-color: #1338be ;
}
.date-3{
    background-color: #FEC02A ;
}
.latest-news-date *{
    list-style:none;
    
}
.latest-text a{
    text-decoration: none;
    
}

.latest-row{
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
.latest-news-para{
    text-align:inherit;
   margin-top: 10px;
   color: black;
}
.news-btn{
    font-size: 12px;
    padding: 5px 17px;
    background-color: #ed7966;
    color: white;
   border: none;
   border-radius: 2px;
}
.news-btn:hover{
    background-color: #FF5959;
   
}
.subscription-mail-sec{
    background-color: #1338be;
}
.subscription-btn{
    background-color: #ed7966;
}
#dpsfooter{
    background-color: #ed7966;
    color: white;
}
#dpsfooter-down{
    background-color: #1338be;
}
.styled-icons *{
    float: right;
   text-align: center;
    list-style: none;
    
}
.styled-icons li{
    /* width: 25px;
    height: 25px;
    margin-left: 10px; */
    border: 1px solid white;

    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}
.styled-icons li:hover{
    background-color: #ed7966;
}
.icon-bordered li a i{
    padding: 7px;
}

.scrollToTop i {
    color: #fff;
    font-size: 42px;
}

.scrollToTop {
    background: rgba(0, 0, 0, 0.1);
    bottom: 15px;
    display: none;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
}
.scrollToTop:hover{
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}



.text-theme{
    color: #ed7966;
} 
#latest-new{
    background-image:url("../image/bg-img/p2.jpg");
    /* background-size: cover; */
}
#activities{
    background-image:url("../image/bg-img/p2.jpg");
    /* background-size: cover; */
}
.text-theme-color-orange {
    color: #FF9800 ;
}
.facilities{
    background-color:#FF9800 ;
}
.text-theme-color-sky {
    color: #ed7966 ;
}
.lower-kg{
    background-color:#1338be;
}
.text-theme-color-lemon {
    color: #96D81F;
}
.Nursery{
    background-color: #96D81F;
}
.text-theme-color-red {
    color: #ed7966 ;
}
.pre-nursery{
    background-color: #ed7966;
}
.text-theme-color-green {
    color: #31C3B0 ;
}
.upper-kg{
    background-color: #31C3B0 ;
}

.ouractivities{
    display:flex;
    gap: 2px;
    justify-content: space-around;
  
}
.activities-item p,.activities-item i{
        color: white;
}
.activities-item1{
    background-color:#1338be  ;
}
.activities-item2{
    background-color: #ed7966 ;
}
.activities-item3{
    background-color: #FEC02A ;
}
.activities-item4{
    background-color: #31C3B0 ;
}
.activities-item5{
    background-color: lightgreen;
}
.activities-ul{
    list-style: none;
}
.activities-ul i{
    color: #ed7966;
}
.counter-icon{
    font-size: 45px;
    color: #1338be ;
}
.counter-num{
    font-size: 2.8rem;
}
.counter-teit{
    font-size: 16px;
}
#counter{
    background-image: url("../image/bg-img/p3.jpg");
    background-size: cover;
}
.img-box{
    overflow: hidden;
}
.img-box:hover{
    background-color: black;
    transition: all 400ms ease-in-out 0s;

}
.img-box img:hover {
    opacity: 0.5;
    transform: scale(1.1);
    transition: all 400ms ease-in-out 0s;
}


.footer-read-more  a{
    text-decoration: none;
    color: #303179;
}

.footer-mail{
    color: white;
}

.footer-use-link  a{
    color: white;
    text-decoration: none;
}
.footer-phone-number{
    line-height: 0;
}
.footer-phone-number p a{
    color: white;
    text-decoration: none;
}
.activtiesbox{
    background: white;
    border: 3px solid #eeeeee;
  }

  .owl-next{
      position: absolute;
      top: 50%;
      right: 0;
      background: none repeat scroll 0 0 rgb(240 240 240 / 7%) !important;
      color: white !important;
  }
  .owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    background: none repeat scroll 0 0 rgb(240 240 240 / 7%) !important;
    color: white !important;
}

.junior-blue{
    color: #1338be;
}
.junior-bold{
    font-weight: bolder;
}
.checked {
    color: #1338be !important ;
  }
  .fa-star{
      color: #c0c0c0;
  }

  .footer-list-faq li{
      list-style: none;
      padding-top:20px;
  }


.greycolor{
   color: #666666;
}

.menufont{
    font-size: 14.2px;
   letter-spacing: 1px;
}

.menufont2{
    font-size: 11px;
    padding: 10px;
    letter-spacing: 1px;
    color: #666666;
}
.dropdown-menu{
    border: none!important;
    border-radius: 0;
    margin-top:2px!important;
}

  .navbar-expand-lg{
    padding: 0px;
}
.menu-code{
    background-color: #1338be;
    padding: 15px 15px;
    color:#fff;
}
#navbarSupportedContent a{
    color:#fff;
}
.dropdown-menu a{
    color:#888 !important;
    padding: 7px 25px 7px 15px;
    transition: padding .2s linear;
    font-size: 12px;
}
.dropdown-menu a:hover{
    padding-left: 20px; 
}
.mystyle{
    display: block;
}
#navbarSupportedContent.dropdown-item.active, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #252795;
}
.logo img {
    width: 60%;
    /* width: 80%; */
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: aliceblue;
    border-bottom: 0;
    border-left: aliceblue;
}
@keyframes fadeInDown{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-15%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@media only screen and (max-width: 600px) {
    .ouractivities p{
      display: none;
    }
    .pay img{
        width: 100%;
        height: 100px;
    }
    .activities-item{
        color: white;
        padding: 10px;
       cursor: pointer;
       width: 100%;
    }
    .activities-item p,.activities-item i{
            color: white;
    }
    .top-head-row {
        line-height: 45px !important;
    }
    
.logo img {
    width: 100%;
}
.pay-2{
    text-align: center;
}
.pay {
    float: inherit !important   ;
}
.pay img{
    width: 50%;
}
#navbarSupportedContent a {
    text-align: center;
}
.navbar-toggler{
    position: inherit;
    left: 85%;
}
.contact-index{
    margin-top: 15px;
    margin-bottom: 15px;
}
  }

  @media only screen and (min-width: 1200px) {

    .activities-item{
        color: white;
        padding: 10px;
        width: 225px;
       cursor: pointer;
    }
    #navbarSupportedContent .dropdown:hover .dropdown-menu{
        display: block;
    }
    #navbarSupportedContent .dropdown-menu{
        display: none;
        transition: .2s;
        padding: 0px;
        margin-top: 0px;
    }
  }
 