/*
Template Name: Kidz
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body{
font-family: 'Poppins', sans-serif;
}
ul{
list-style:none;
padding:0;
 }

h1,h2,h3,h4,h5{
font-family: 'Londrina Solid', cursive;
letter-spacing: 2px;
 }

p{
color: #333;
font-size:15px;
 }

a{
color: #333;
text-decoration:none;
 }
a:hover{
text-decoration:none;
color: #fb6b47;
 }
a:focus{
text-decoration:none;
color: #fb6b47;
 }


.button{
background:#fff;
color:#333;
display: inline-block;
transition: 0.3s;
padding: 14px 35px 13px 35px;
font-size:15px;
text-transform:capitalize;
border-radius:5px;
font-weight:bold;
 }

.button:hover{
background:#fb6b47;
color:#fff;
 }
.button_1{
background:#98bc37;
color:#fff;
display: inline-block;
transition: 0.3s;
padding: 14px 35px 13px 35px;
font-size:15px;
text-transform:capitalize;
border-radius:5px;
font-weight:bold;
 }

.button_1:hover{
background:#fff;
color:#333;
 }

.button_2{
background:#fb6b47;
color:#fff;
display: inline-block;
transition: 0.3s;
padding: 17px 40px 16px 40px;
font-size:15px;
text-transform:capitalize;
border-radius:5px;
font-weight:bold;
 }

.button_2:hover{
background:#98bc37;
color:#fff;
 }
 
.button_3{
background:#98bc37;
color:#fff;
display: inline-block;
transition: 0.3s;
padding: 17px 40px 16px 40px;
font-size:15px;
text-transform:capitalize;
border-radius:5px;
font-weight:bold;
 }

.button_3:hover{
background:#fb6b47;
color:#fff;
 }

.grid figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img
{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}

.col_green{
color: #98bc37!important; 
 }
.col_purp{
color: #65517a!important; 
 }
.col_oran{
color:#fb6b47!important; 
 }
.col_yell{
color:#edbd00!important;
 }
.col_blue{
color:#47aec4!important;
 }
.col_light{
color:#7a8ed9!important; 
 }
.bg_purp{
background: #65517a; 
 }
.bg_green {
background-color: #98bc37;
}
.bg_oran{
background:#fb6b47!important; 
 }
.bg_yell{
background:#edbd00;
 }
.bg_blue{
background:#47aec4;
 }
.bg_bl{
background:#7a8ed9;
 }
.bg_back{
background:#0000008f; 
 }


hr{
opacity:1;
background-color:#fbeeeb; 
 }
.font_14{
font-size:14px; 
 }
.font_12{
font-size:12px; 
 }
.font_10{
font-size:10px; 
 }
.font_8{
font-size:8px; 
 }

.font_60{
font-size:60px; 
 }
.font_50{
font-size:50px; 
 }

.line {
height:3px!important;
width: 70px;
background-color:#fb6b47;
}
.line_1 {
height:3px!important;
width: 70px;
background-color:#fff;
}

.p_3{
padding-top:30px;
padding-bottom:30px; 
 }

.border_1{
border:1px solid #fbeeeb;
 }


.carousel_p .carousel-indicators {
bottom: -60px!important;
}
.carousel_p {
padding-bottom: 70px;
}

.rounded_10{
border-radius:10px!important; 
 }
 
.dropdown:hover .dropdown-menu { 
display: block; 
} 
.dropdown>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}
/*********************top****************/
.top_1l{
margin-top:2px; 
 }
.top_1r ul li a{
width:25px;
height:25px;
line-height:25px; 
transition: 0.3s;
 }
.top_1r ul li a:hover{
background:#98bc37!important;
color:#fff!important;
 }
.top_1r ul li {
margin-left:1px;
margin-right:1px;
 }
/*********************top_end****************/

/*********************header****************/
.nav_hide:after{
display:none; 
 }

#header .navbar-brand span{
width:40px;
height:40px;
line-height:40px;
text-align:center;
display:inline-block;
border-radius:5px;
font-size:26px;
color:#fff;
 }
.navbar-collapse {
align-items:start;
}

#header .nav-link{
padding:20px 20px;
text-transform:uppercase;
font-family: 'Londrina Solid', cursive;
font-size:18px;
letter-spacing: 2px;
 }
#header .nav-link:hover{
background:#fb6b47;
color:#fff!important;
 }
#header .nav-link:focus{
background:#fb6b47;
color:#fff!important;
 }
#header .active{
color:#fff!important;
background:#fb6b47;
 }


.drop_1{
min-width:220px;
padding:10px 0px 10px 0px;
border-radius:0;
margin-top:0!important;
border:none;
background:#f8f9fa;
 }
.drop_1 a{
padding-top:15px;
padding-bottom:15px;
border-bottom:1px solid #e3e5e7;
color:#333;
font-size:16px;
 }
.drop_1 a:hover{
background:#fff;
color:#fb6b47;
 }
.drop_search{
left:auto!important;
right:0!important;
min-width:260px; 
 }
.drop_search .btn{
border-color:#e3e5e7;
 }


.sticky {
position: fixed;
top: 0;
width: 100%!important;
z-index:3;
background-color: #fff;
}
.sticky {
top: -40px;
transform: translateY(40px);
transition: transform .3s;
}

li.nav-item.dropdown svg {
    opacity: 1;
    width: 1rem;
    color: rgb(66 85 111);
    height: 1rem;
    margin-left: .25rem;
    margin-right: -.25rem;
    font-size: 10px;
    margin-top: -6px;
}


.dropdown-toggle::after {
    display: none;
}

.drop_cart{
min-width:320px; 
left:auto;
right:0;
padding:20px 15px;
border-radius:0!important;
left:auto!important;
right:0!important;
background:#f8f9fa;
 }
.drop_1i{
border-bottom:1px solid #fbeeeb;
padding-bottom:10px;
 }
.drop_1i1l span i{
display:inline-block;
text-align:center;
font-size:20px;
margin-top:10px;
cursor:pointer; 
 }
.drop_1i1l span i:hover{
color:#fb6b47;
 }
.drop_1i1{
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #fbeeeb;
 }
.drop_1i2{
padding-top:10px;
padding-bottom:10px; 
 }
/*********************header_end****************/


/*********************common****************/
.pages ul li{
 display:inline-block;
 }
.pages ul li a{
display:block;
color: #0c121d;
 margin: 0 2px;
 width:40px;
 height:40px;
 line-height:38px;
 text-align:center;
 border:1px solid #fbeeeb;
 background:#fff;
 }
.pages ul li a:hover{
 background: #fb6b47;
 border:1px solid #fb6b47;
 }
.pages ul li a:hover{
 color: #fff!important;
 }
.act{
background:#fb6b47!important;
border:1px solid #fb6b47!important;
color:#fff!important;
 }

 /* footer social icons */
ul.social-network {
list-style: none;
display: block;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoFacebook:hover {
background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}

.social-circle li a {
display:inline-block;
position:relative;
margin:0 2px 0 2px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 40px;
height: 40px;
}
.social-circle li i {
margin:0;
line-height:40px;
text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.form-control:focus{
  box-shadow:none;
 border-color:#fbeeeb; 
 }
.form-select:focus{
 box-shadow:none;
 border-color:#fbeeeb;  
 }
.form-control{
border-color:#fbeeeb;
box-shadow:none;
border-radius:0;
height:50px;
 }
.form-select{
border-color:#fbeeeb;
box-shadow:none; 
border-radius:0;
height:50px;
color:#777;
 }

.shadow_box{
box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
 }
.carousel-indicators [data-bs-target] {
 background-color:#fb6b47; 
}

.input-group .form-control{
height:auto; 
 }
.input-group .form-control:focus{
box-shadow:none;
 }
.form-check .form-check-input:checked {
background-color: #fb6b47;
border-color: #fb6b47;
}
.form_text{
height:150px!important; 
 }

.center_om {
padding-top: 150px;
padding-bottom: 150px;
}
.blog_1r1 .btn{
padding:12px 20px;
border-color:#fb6b47; 
 }
.blog_1r1 .btn:hover{
background:#fb6b47; 
 }
/*********************common_end****************/

/*********************spec****************/
.spec_1i span{
width:100px;
height:100px;
line-height:100px; 
 }
/*********************spec_end****************/

/*********************team****************/
.team_1m1i1 ul li a{
width:40px;
height:40px;
line-height:40px; 
transition: 0.3s;
 }
.team_1m1i1 ul li a:hover{
background:#fb6b47!important;
color:#fff!important;
 }
.team_1m1i1{
padding-top:45%;
display:none; 
 }
.team_1m:hover .team_1m1i1{
display:block; 
 }
/*********************team_end****************/


/*********************enroll****************/
.enroll_1r .form_text{
height:180px!important; 
 }
/*********************enroll_end****************/

/*********************choose****************/
.choose_2im1i1 h4{
border-radius:0px 0px 30px 30px; 
 }
.choose_2im2{
border-radius:0px 0px 10px 10px;  
 }
/*********************choose_end****************/

/*********************footer****************/
.footer_2i h3 span{
width:40px;
height:40px;
line-height:40px;
text-align:center;
display:inline-block;
border-radius:5px;
font-size:26px;
color:#fff;
 }
.footer_2i ul li a{
background-color: #fb6b47; 
 }
#footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #ccc;
opacity: 1; /* Firefox */
}
.footer_2i .form-control{
background:#755f8d;
 }
.footer_b1r ul li{
margin-left:3px;
margin-right:3px; 
 }
/*********************footer_end****************/


@media screen and (max-width : 767px){
.navbar-collapse{
max-height:500px;
overflow-y:scroll; 
border-top:1px solid #fbeeeb;
margin-top:15px;
 }
#header .nav-link{
font-size:28px;
border-bottom:1px solid #fbeeeb;
padding-top:8px;
padding-bottom:8px;
padding-left:22px!important;
padding-right:22px!important;
 }

.navbar .navbar-toggler{
box-shadow:none!important;
background:#fbfbfb;
border:none;
border-radius:0;
margin-top:0;
 }
.drop_1{
margin-top:0!important;
min-width:100%; 
 }
.drop_1 a{
font-size:22px;
padding-left:40px; 
 }
.navbar{
padding-top:10px!important;
padding-bottom:10px!important;
width:100%; 
 }

.sticky .drop_1{
margin-top:0!important; 
 }
.line{
margin-left:auto;
margin-right:auto; 
 }

.pages ul li{
margin-top:5px;
margin-bottom:5px; 
 }

#top{
display:none;
padding-left:0!important;
padding-right:0!important;
 }
.spec_1i {
margin-top:8px;
margin-bottom:8px;  
 }
.about_h1r{
margin-top:15px;
text-align:center; 
 }
.about_h1r br{
display:none;
 }
.about_h1r p{
text-align:left;
 }
.choose_2im{
margin-top:8px;
margin-bottom:8px;  
 }
.choose_2im2 {
text-align:center;
}
.team_1m {
margin-top:8px;
margin-bottom:8px;  
 }
#testim br{
display:none;
}
#testim p{
text-align:left;
}
.choose_1 {
text-align:center; 
 }
.choose_1 p{
text-align:left; 
 }
.choose_1 br{
display:none; 
 }
.blog_h1r{
margin-top:15px;
text-align:center; 
 }
.blog_h1r p{
text-align:left; 
 }
.enroll_1r{
margin-top:15px; 
 }
.footer_2i{
margin-top:8px;
margin-bottom:8px; 
text-align:center; 
 }
.footer_2i h6{
margin-top:10px!important;
text-align:left;
font-size:14px;
 }
.footer_2i p{
text-align:left;
font-size:14px;
 }
.footer_b1r{
text-align:left!important; 
margin-top:10px;
 }
.blog_1r2 h4{
text-align:center; 
 }
.blog_1r1 h4{
text-align:center; 
 }
.blog_1lm4il{
margin-top:10px; 
 }
 
.drop_cart{
margin-top:0!important;
min-width:100%!important; 
 }
.drop_1i3  .button{
padding-left:10px!important; 
padding-right:10px!important; 
 }
.drop_1i3  .button_1{
padding-left:10px!important; 
padding-right:10px!important; 
 }
 }
@media (min-width:576px) and (max-width:767px) {

 }
@media (min-width:768px) and (max-width:991px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
#header .nav-link{
padding:30px 11px;
font-size:14px;
letter-spacing: 0px;
 }

.spec_1i h4 {
font-size:16px;
}
.about_h1l img{
min-height:380px; 
 }
.choose_2im2  h6{
font-size:14px; 
 }
.team_1m1i1 ul li a {
width: 30px;
height: 30px;
line-height: 30px;
}
.team_1m2  h6{
font-size:14px; 
 }
#testim br{
display:none; 
 }
#enroll br{
display:none; 
 }
#footer p{
font-size:14px; 
 }
#footer h6{
font-size:13px; 
 }
.footer_2i ul li a {
width:30px;
height:30px;
font-size:12px;
}
.footer_2i ul li a i {
line-height:30px;
}
 }
@media (min-width:871px) and (max-width:991px) {
#header .nav-link{
padding:30px 17px;
 }
 }
@media (min-width:992px) and (max-width:1200px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.about_h1l img{
min-height:380px; 
 }
#testim br{
display:none; 
 }
#enroll br{
display:none; 
 }
#header .nav-link{
padding:30px 17px;
letter-spacing: 1px;
 }
 }

