
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');




.qodef-separator {
position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #2e2d2d;
    margin: 10px 0px 35px;

}





img{
 max-width:100%;
    
}

.topp{
    text-align: center;
}


.t img{
width: 12%;
}

.t{

font-size: 12px;
font-weight: 600;
text-transform: uppercase;

}

.calltop{
     margin: 5px 0px;
    font-size: 12px;
     text-align: right;
   
}






.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}



.overlay-content {
      position: relative;
    top: 40%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    background: #ffffff;
    display: table;
    padding: 30px 30px;
    align-items: center;
    display: flex;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}



.overlay input[type=text] {
padding: 10px;
    font-size: 12px;
    border: none;
    float: left;
    width: 90%;
    /* background: #f1f1f1; */
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
}



.overlay button {
      float: left;
    width: 10%;
    background: transparent;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #000;
}



 .qodef-search-label {
       position: relative;
    display: inline-block;
    vertical-align: top;
    width: 202px;
    margin: 0;
    padding-right: 31px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #211f1f;
    box-sizing: border-box;
    font-size: 20px;
}





.searchpop{
    width: 100%;
}





.actions {
display: flex;
align-items: center;
list-style: none;
float: right;
margin: 21px auto;
}



 .actions li {
    display: flex;
    margin: 0;
    padding: 0px 14px;
    
}

.actions li > a{
    
   position: relative;
    cursor: pointer;
    
}

 .actions li > a .count-badge {
      position: absolute;
    top: -18%;
    right: -16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: #FFF;
    background: #282727;
    border-radius: 100px;
}










.hamburguer-trigger-menu-icon {
 
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    /* transform: translateX(0) translateY(-50%); */
    width: 25px;
    height: 2px;
    top: -7px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    visibility: hidden;
}

 .hamburguer-trigger-menu-icon span {
    background-color: #222025;
}

.hamburguer-trigger-menu-icon .hamburger-line-1 {
    top: -7px;
}
.hamburguer-trigger-menu-icon .hamburger-line-1 {
    width: 33%;
}

.hamburguer-trigger-menu-icon .hamburger-line-2 {
    width: 66%;
}

.hamburguer-trigger-menu-icon .hamburger-line-3 {
    top: 7px;
}


.oo:hover .hamburguer-trigger-menu-icon .hamburger-line-2, .oo:hover .hamburguer-trigger-menu-icon .hamburger-line-1, .hamburguer-trigger-menu-icon .hamburger-line-1:hover, .hamburguer-trigger-menu-icon .hamburger-line-2:hover  {
    
    
    width:100%;
}

.hamburguer-trigger-menu-icon span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
   
    right: 0;
    -webkit-transition: top .5s ease-in-out,width .2s,-webkit-transform .5s;
    transition: top .5s ease-in-out,width .2s,-webkit-transform .5s;
    -o-transition: transform .5s,top .5s ease-in-out,width .2s;
    transition: transform .5s,top .5s ease-in-out,width .2s;
    transition: transform .5s,top .5s ease-in-out,width .2s,-webkit-transform .5s;
    visibility: visible;
}
.oo{
       cursor: pointer;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
   background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
   
    
}

.get{
    padding: 20px 40px;
}






.sidenav .closebtn {
       position: absolute;
    top: 5%;
    right: 5%;
    /* font-size: 36px; */
    /* margin-left: 50px; */
    z-index: 3;
}

.en {
    padding: 3px 11px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background: #12c5c3;
    margin-top: 15px;
    line-height: 20px;
    border-radius: 15px;
}

.sidelogo{
    width: 75%;
    margin: auto;
}



.sidenav .closebtn svg:not(:root){
    
    
    width: 25px;
    height: 25px;
}




.textwidget{
   margin-bottom: 30px;
}

.follow{
    text-align: center;
}



.follow a{
    
       display: inline-block;
    color: #333;
}

.follow h3{
    
    font-weight: 500;
    font-size: 25px;
    
}






.intro{
position: relative;
}







header{

width: 100%;
z-index: 9;
top: 0;
/* background: #fff; */
position: fixed;

}


.list-inline {
     padding-left: 0;
    list-style: none;
    margin: 5px 0px;
   
}





.list-inline-item {
    display: inline-block;
    margin-right: 26px;
}


.list-inline-item a{
    
   color:  #111;
    
}


.list-inline li a i {
   font-size: 13px;
    font-weight: 400;
    color: #cbc7c7;
}




.logo{
position: relative;
z-index: 3;
width: 80%;
padding: 2px 0px;




}

.affix .logo{
    width: 50%;
    display: block;
}



.affix .logo1{
    
    display: none;
    
}

.logo2{
    display: none
    
}
.affix .logo2{
    
    display: block;
}



.affix .qodef-widget-holder{
    
    
    margin: 14px 0px;
    
}

.affix .navbar-default .navbar-nav>li>a{
    
    padding: 19px 0px 19px 25px;
    color: #111;
    
}


.affix .navbar-nav li.active a:before{
    
    background: #111;
    
}




.menuu{
        margin: 33px 0px;
    padding: 0px;
}


.menuu li{
    
    
   list-style: none;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    line-height: 14px;
    
}



.menuu li:before{
    
       content: '';
    position: absolute;
    left: 91%;
    top: 0%;
    height: 100%;
    width: 1px;
    background: #b1afaf;
    
}

.menuu li a{
    color: #000;
    font-size: 13px;
}












.welback{
    margin: 100px 0px; 50px 0px;
}


.center{
text-align: center;
}

.image-box {
    position: relative;
}
.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.wel1 {
    position: absolute;
    right: 0%;
    top: 50%;
    z-index: 3;
    width: 50%;
    box-shadow: 10px 28px 40px rgb(0 0 0 / 15%);
    transform: rotate(8deg);
    border: 10px solid #fff;
}

.wel2 {
    position: relative;
    z-index: 2;
    width: 54%;
    box-shadow: 10px 28px 40px rgb(0 0 0 / 26%);
    transform: rotate(344deg);
    border: 10px solid #fff;
    left: 2%;
}

.image-box .shape .shape-1 {
    position: absolute;
    top: 0%;
    left: 0%;
    animation-name: hvr-pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.image-box .shape .shape-2 {
    left: 45% !important;
    top: 48% !important;
    background-repeat: no-repeat;
    position: absolute;
}

.image-box .shape .shape-3 {
    position: absolute;
    left: -9%;
    top: 30%;
    width: 40px;
    height: 40px;
    background: #48c88e;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 4s infinite linear;
    animation: zoom-fade-two 4s infinite linear;
}
.image-box .shape .shape-4 {
    top: -45px;
    right: 140px;
    width: 135px;
    height: 135px;
    border: 17px solid #fb4754;
    border-radius: 50%;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
    position: absolute;
}

.image-box .shape .shape-5 {
    left: 28%;
    top: 78%;
    width: 189px;
    height: 189px;
    border: 17px solid #ff931e;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 6s infinite linear;
    animation: zoom-fade-two 6s infinite linear;
    position: absolute;
}



@-webkit-keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}




@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.heading{
    
    
    font-family: 'Jost', sans-serif;
    font-size: 45px;
    color: #000;
    font-weight: 400;
    margin-top: 0px;
}

.heading span{
    font-weight: 900;
    
}

.subheading{
    background: #ffecee;
    display: inline-block;
    padding: 0px 10px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #f11414;
    margin-bottom: 10px;
}


.prolist2{
width: 23.2%;
    /* display: inline-block; */
    margin: 30px 10px 0px;
    float: left;
}

.prolist{
margin-top: 50px;
}
.overlay{
    border: 1px solid #d7d4d4;
height: 262px;
}



.detail {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #193532;
    min-height: 40px;
    text-align: center;
}

.detail a{
    color: #111;
}


.client2 .slick-prev, .client2 .slick-next, .arrivalpro .slick-prev, .arrivalpro .slick-next{
    display: none !important;
}


.arrivalback{
    background: url('../img/arrival/back.jpg') no-repeat;
    background-size: cover;
   
    margin: 60px 0px;
}

.arrival{
padding: 150px 0px 100px 50px;
    position: relative;
    color: #fff !important;
}

.arrival .top {
       position: absolute;
    top: 40px;
    /* right: auto; */
    left: 0;
}

.arrival .bot {
          position: absolute;
    top: 80%;
    right: -29%;
    left: auto;
}

.arrival .top, .arrival .bot {
  color: #fff;
    font-weight: 500;
    display: block;
    line-height: 1;
    font-family: 'Jost', sans-serif;
    font-size: 120px;
    letter-spacing: 4px;
}

.arrivalback .detail{
    color: #fff !important;
}


.productback{
    margin: 50px 0px;
}


.kidcat{
        position: relative;
    margin-top: 50px;
    padding-left: 50px;
}

.kid1{
    
    box-shadow: 10px 28px 40px rgb(0 0 0 / 20%);
    transform: rotate(8deg);
    border: 10px solid #fff;
}


.kid2{
    
    box-shadow: 10px 28px 40px rgb(0 0 0 / 20%);
   
    border: 10px solid #fff;
}




.kidleft{
    
      position: absolute;
    left: -5%;
    top: -25%;
    width: 40%;
    z-index: -1;
    
}

.m150{
    margin-top: 50px;
}

.kidcat2{
    position: relative;
    margin-top: 50px;
}


.kidright{
    position: absolute;
    left: -13%;
    top: -17%;
    width: 40%;
    z-index: -1;

}


.testiback{
    
    background: #1e1c83;
    margin: 50px 0px;
    
    
}
.testimonial {
    position: relative;
    padding-top: 70px;
}

.quote {
    position: absolute;
    right: -18%;
    top: 20%;
    width: 30%;
}

.testilist{
    margin-top: 30px;
}


.testilist p{

color: #fff;
    font-style: italic;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
}



.happy {
    font-weight: 600;
    position: relative;
    padding-left: 70px;
    font-size: 20px;
    color: #ff2e17;
}

.happy:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 45%;
    width: 60px;
    height: 2px;
    background: #ffff;
}

.social {
    padding: 0px;
    margin-bottom: 10px;
}

.social li {
           display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* background: #ffffff78; */
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #e5e0e06b;
}

.social li a {
    color: #fff;
}


 .links-list li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #e6e6e8;
    margin-bottom: 7px;
}

.links-list li a {
display: inline-block;
color: #e6e6e8;
}



.widget-title h6{
margin-top: 0px;
font-size: 30px;
font-family: 'Jost', sans-serif;

}

.info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #e6e6e8;
    margin-bottom: 10px;

}

.value{
    
  font-size: 21px;
    margin-bottom: 25px;
    font-family: 'Jost', sans-serif;
    margin-top: 15px;
}

.copy {
         border-top: 1px solid #fafafa40;
    text-align: center;
    padding: 15px 0px;
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

footer{
    
    
    background: #020c41;
    padding-top: 50px ;
    margin-top: 60px;
    color: #fff;
}

.rb{
        border-right: 1px solid #fbf7f72e;
    padding-right: 50px;
}

.service{
position: relative;

}


.service2 {
    position: absolute;
    top: 45%;
    left: 0%;
    width: 40%;
    box-shadow: 10px 28px 40px rgb(0 0 0 / 20%);
    border: 5px solid #ebe8e8;
}

.go li {
    list-style: none;
    line-height: 35px;
    background: url(../img/tick.png) no-repeat;
    background-position: left center;
    padding-left: 24px;
    font-weight: 600;
    /* color: #70716e; */
    /* margin-bottom: 20px; */
    /* padding-bottom: 20px; */
    font-size: 13px;
}






.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    color: #333333;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #333333;
}


.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 26px !important;
}



.kids-sec {
    background-color: #f8dc52;
    position: relative;
    padding: 60px 0;


    .kids-shape {
        position: absolute;



        &.one {
            width: 310px;
            left: 0;
            bottom: 0;


        }
        &.two {
            width: 200px;
            top: 0;
            left: 50%;

            animation-name: left-right;
            animation-duration: 4s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in;
            margin-top: 5px;
            
        }

        &.three {
            width: 150px;
            right: 0px;
            bottom: 0;



    animation-name: floating-left-right;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;


        }


        &.four {
            top: -34px;
            left: -27px;
            width: 200px;

            animation-name: slight-rotate;
            animation-duration: 3s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out;
            margin-top: 5px;
        }

        }

    .kids-poster-wrapper {
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
        overflow: hidden;

            animation-name: floating;
            animation-duration: 3s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out;
            margin-top: 5px;
        }

       

}


@keyframes slight-rotate {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(5deg);
    }
}


@keyframes floating-left-right {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
}


@keyframes left-right {
    0% {
        left: 49%;
    }

    25% {
        left: 48%;
    }

    50% {
        left: 49%;
    }

    75% {
        left: 50%
    }

    100% {
        left: 49%
    }
}


@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, -0px);
    }
}

.kids-sec-content h5 {
    color:#ff2e17;
    font-size: 22px;
    font-weight: 600;
}


.kids-sec-content h3 {
    font-size: 54px;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    color: #000;
}

.service {
    text-align: right;
}

.service >img {
    max-height: 400px;
}


.director {
    max-width: 800px;
    margin-inline: auto;
    padding: 50px 20px 30px;
    margin-top: 150px;
    /* border: 1px solid #000; */
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;


    .director-img {
        position: absolute;
        border-radius: 50%;
        overflow: hidden;
        /* border: 1px solid #333; */
        background-color: #fff;
        top: -28%;
        width: 180px;
    }


    .director-info  {
        h2 {
            color: #ff2e17;
        }
    }
}


.kids-slider-wrapper {
    overflow: hidden;
}

.navbar-nav li.active .dropdown-menu a:before {
    width: 20px;
    content: '';
    position: absolute;
    left: -8%;
    top: 49%;
    height: 2px;
    background: #c92526;
}


::-webkit-scrollbar {
    width: 6px;
}


::-webkit-scrollbar-thumb {
    background-color: #1e1c83;
}