@import url('font-awesome.min.css');

* {
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
}

html {
    overflow-x: hidden;
}




.kids-heading h4 {
    font-size: 30px;
    color: #666666 !important;
    text-align: left;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 2px;
}


.pic-tex{
    
text-align: center;
    
margin-top: -10%;
    
background-color: #ffffff;
    
z-index: 100000;
    
position: absolute;
    
color: #101010;
    
padding: 5px;
    
width: 50%;
    
margin-left: 0%;
    
font-size: 14px;
    
font-weight: 700;
    
margin-bottom: 0px;
}
button:focus {
    outline: 0;
}

.mobile {
    display: none;
}

.btn1:hover {
    color: #000 !important;
   
}

.btn:hover {
    color: #f9f9f9 !important;
    text-decoration: none;
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.kids-heading p {
    font-size: 16px;
    line-height: 14px;
    font-weight: 600;
    color: #0c0c0cba;
    text-align: center;
    line-height: 25px;
}

.cartoon img {
    position: absolute;
    right: 50px;
    z-index: 1;
}

.text-middel-image1 {
    position: relative;
    left: 52%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.cartoon2 img {
    position: absolute;
    left: 50px;
    top: -83px;
    z-index: 1;
    width: 11%;
}

.cartoon3 img {
    position: absolute;
    left: -200px;
    top: 33px;
    z-index: 1;
    width: 11%;
}

.fancybox {
    opacity: 1;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.text {
    color: white;
    font-size: 50px;
}

.hover-effect {
    background: black;
}

.fancybox:hover .middle {
    transition: .5s ease;
    opacity: 1;
}

.middle .text:hover img {
    opacity: .5;
}

.fancybox img:hover {
    opacity: .5;
    transition: .5s ease;
}



.fancybox0:hover .middle {
    transition: .5s ease;
    opacity: 1;
}

.middle .text:hover img {
    opacity: .5;
}

.fancybox0 img:hover {
    opacity: .5;
    transition: .5s ease;
}



.fancybox1:hover .middle {
    transition: .5s ease;
    opacity: 1;
}

.middle .text:hover img {
    opacity: .5;
}

.fancybox1 img:hover {
    opacity: .5;
    transition: .5s ease;
}

.fancybox2:hover .middle {
    transition: .5s ease;
    opacity: 1;
}

.middle .text:hover img {
    opacity: .5;
}

.fancybox2 img:hover {
    opacity: .5;
    transition: .5s ease;
}

.fancybox3:hover .middle {
    transition: .5s ease;
    opacity: 1;
}

.middle .text:hover img {
    opacity: .5;
}

.fancybox3 img:hover {
    opacity: .5;
    transition: .5s ease;
}



/******* Header ************/

header {
    padding: 0px;
    position: absolute;
    border-top: 13px solid white;
    z-index: 9;
    width: 100%;
    text-align: center;
}


header img{
	    border-radius: 0px 0px 20px 20px;
}

/******* banner************/

.banner img {
    width: 100%
}


/******* home about************/

.home-abt {
    padding: 30px 0px;
}

.abt-cartoon img {
    position: absolute;
    right: 50px;
    z-index: 1;
}

.abt-heading h2 {
    font-size: 30px;
    color: #666666;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 900;
}

.abt-box {
    width: 110%;
    height: auto;
    position: absolute;
    background: white;
    box-shadow: -2px 0px 20px 16px #8080801c;
    left: -200px;
    top: 100px;
}

.abt-img img {
    padding: 0 40px 7px 40px;
}



.abt-box .accordion>.card>.card-header {
    background: transparent;
    border: 0px;
    border-bottom: 2px solid black;
    padding: 0px;
}

.abt-box .accordion>.card>.card-header h5 {
    color: black;
}

.abt-box .accordion>.card p {
    font-weight: 600;
    margin: 0;
}

.abt-box .accordion h5 button {
    font-size: 25px;
    font-weight: bold;
    color: black;
}

.accordion>.card>.card-header {
    margin-bottom: 0px;
}

.abt-box .accordion .card {
    background: transparent;
    border: 0px;
}

.abt-box .accordion {
    padding: 40px;
    width: 96%;
    margin: 0 auto;
}

.abt-box .accordion .card-body {
    padding: 10px;
    ;
}

.abt-box .accordion .card-header button {
       width: 100%;
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    background-color: #fff;
    border: solid #fff 1px;
    line-height: 42px;
}

.abt-box .accordion .fa {
    float: right;
    padding-top:10px;
}

.abt-box .accordion-toggle {
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
    position: relative;
}

.abt-box .accordion h4 {
    color: #2d2d2d;
    font-size: 27px;
    font-weight: 600;
    padding: 10px;
}

.abt-box .accordion-content p {
    padding: 10px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn1.focus,
.btn1:focus {
    box-shadow: none;
}


.abt-box .accordion-toggle.active:before {
    display: none;
}

.abt-box .accordion-content {
    display: none;
}

.abt-box .accordion-toggle.active {
    color: #2d2d2d;
}

.ash-box {
    width: 100%;
    height: 200px;
    padding: 40px 20px;
    color: white;
    font-weight: 900;
}

.bg-bro {
    background: #a2282e!important;
}

.bg-org {
    background: #ff9016!important;
}
.bg-red{
	background: #d0232a;
}



.fancybox-nav span{
	visibility:visible!important;
}


/******* gallery ************/

.gallery{
	padding:0 0 40px 0;
	transition: transform .2s; /* Animation */
}
.gallery-upper img{
	width:100%;
	box-shadow: 4px 6px 14px 6px #d3d3d3;
}

.zoom {
  padding: 10px;
 
  transition: transform .7s; /* Animation */
 
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.gallery-upper{
	margin-top:20px;
}

.gallery .fancybox img:hover{
	opacity:1;
}

.gallery-upper .text-middel-image h2{
	color:white;
	font-weight:600;
	font-size: 20px;
}

.gallery-model p{
	padding-top:10px;
	margin:0px;
}

.gallery-model .modal-header h5 {
    margin: 0 auto;
    font-weight: bold;
}

.gallery-model  .modal-header .close {
    margin: 0;
    padding: 0px;
    position: absolute;
    right: 10px;
}

/******* Help kids************/

.kid-help-bg {
    background-image: url(../images/help-banner.jpg);
    height: 650px;
    margin-top: 20px;
    background-size: 100%;
    background-position: center;
}

.kid-help-bgv .gallery {
    display: inline-block;
    margin-top: 20px;
}

.kids-image-sec {
    margin-top: 300px;
    background: white;
    padding: 38px;
    box-shadow: -2px 0px 20px 16px #8080801c;
}

.kids-image-sec .nav {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 26px 0;
    margin-top: -2%;
}

.kids-image-sec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link .active {
    background: #d0232a;
    border: 0;
    border-radius: 0;
    color: white;
}

.kids-image-sec .nav-pills .nav-link {
    font-size: 23px;
    font-weight: bold;
    color: #666666;
}


/******* kids day************/

.kids-day {
    padding: 130px 0 30px 0px;
}

.kids-heading h2 {
    font-size: 30px;
    color: #666666 !important;
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 2px;
}

.kids-heading h2 span {
    color: #666666;
}

.col-carousel {
    margin: 40px 0;
}

.kid-stories .card {
    margin: 10px;
    box-shadow: 0px 0px 20px 2px #8080804a;
}


/* owl nav */

.owl-prev span,
.owl-next span {
    color: #FFF;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: -40px;
    color: black;
}

.owl-next {
    right: -40px;
}

.owl-prev .fa {
    font-size: 50px;
    transition: transform .20s; /* Animation */
}

.owl-prev .fa:hover {
    font-size: 55px;
    color: #d0232a;
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.owl-next .fa {
    font-size: 50px;
    transition: transform .20s; /* Animation */
}

.owl-next .fa:hover {
    font-size: 55px;
    color: #d0232a;
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.kid-slide  .owl-next {
    position: absolute;
    top: 0;
    height: 100%!important;
}

.abt-ash .owl-next {
    position: absolute;
    top: 0;
    height: 100%!important;
}

.kids-day .owl-next {
    position: absolute;
    top: 0;
    height: 100%!important;
}

.club-sec  .owl-next {
    position: absolute;
    top: 0;
    height: 100%!important;
}

#stories .owl-prev {
    left: -25px;
}

#stories .owl-next {
    right: -25px;
}

#test .owl-prev {
    position: unset;
    margin: 0 5px;
}

#test .owl-next {
    position: unset;
    margin: 0 5px;
}

#test .owl-prev, .owl-next{
	height:auto!important;
}

#test .owl-nav {
    text-align: right!important;
}


/******* kids day************/

#abt-ash {
    padding: 3px 0px;
}

.abt-ash {
    background-image: url(../images/abtash.JPG);
    height:360px;
    padding: 30px 0;
    background-size: 100%;
    background-position: center;
    float: none;
    clear: both;
    margin-top: 6%;
}


/******* kids day************/

.pro-over {
    padding: 40px 0;
}

.pro-detail {
    margin-top: 10px;
    background-color: #fff;
    
    padding: 32px;
    padding-left: 51px;
    margin-right: 0%;
}

.pro-detail h3 {
    padding-top: 10px;
    font-size: 33px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 0px;
}

.pro-detail h5 {
    font-size: 20px;
    color: #666666;
    font-weight: 400;
}

.pro-detail h6 {
    font-size: 20px;
    color: #666666;
    font-weight: 900;
}

.pro-detail p {
    margin: 0px;
    font-size: 21px;
}

.pro-detail .text-success {
    font-weight: bold;
}

.pro-detail .btn-black {
    font-size: 18px;
    color: white;
    background: black;
    border-radius: 0;
    margin-top: 20px;
    font-weight: 600;
}

.pro-detail .btn1-black {
    font-size: 18px;
    color: white;
    background: black;
    border-radius: 0;
    margin-top: 20px;
    font-weight: 600;
}

.pro-detail ul {
    list-style: none;
    padding: 0px;
    Padding-top: 24px;
    width: 68%;
}

.pro-detail ul li {
    font-size: 17px;
    color: black;
    font-weight: 600;
    line-height: 32px;
    border-bottom: 1px solid #80808078;
    padding-bottom: 7px;
    padding-top: 6px;
}

.pro-detail ul li span {
    font-size: 18px;
}

.pro-detail ul li:nth-child(2) {
    color: #009c00;
}
.pro-detail ul li h2{
	color:#d0232a;
	font-weight: 600;
	margin-bottom:0px;
	font-size: 25px;
}

.pro-detail ul li p{
	font-size: 17px;
    line-height: 21px;
	padding-bottom:5px;
}

.btn-project {
	background: #aeaeae;
    color: #d0232a;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing: 1pt;
	
}
.btn-project:hover{
	color:white;
}

.btn1-project {
	background: #aeaeae;
    color: #d0232a;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing: 1pt;
	
}
.btn1-project:hover{
	color:white;
}

.pro-detail ul li .badge {
       color: black;
	 background:#aeaeae;
    }

	
.pro-detail ul li img{
        padding-left:0px;
		padding-right:10px;
    }

.pro-detail img {
    padding-left: 0px;
}

 .owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block!important
}

#club {
    padding: 0;
}

.club-sec {
    padding: 40px 0px;
    background: #f4f4f4;
}

.icon-img {
    width: 100%;
    height: 179px;
    padding: 45px;
    text-align: center;
    margin-top: -30px;
}

.icon-img p {font-size:15px;line-height: 18px;font-weight: 600;color: #0c0c0cba;}

.kid-stories {
    padding: 40px 0;
}

.kid-stories h2 {
    text-align: left;
    	font-size:18px;
    	color:#d0232a;
    	font-weight:600;
}

.kid-stories .card {
    border: 0;
	height:550px;
}

.kid-stories .card h3 {
    font-size: 15px;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 10px;
    line-height: 21px;
}



.kid-stories .card .card-body {
    padding:30px;
}

.kid-stories .card p {
    font-size: 16px;
    font-weight: 600;
    color: #0c0c0cba;
}

.testimonials .card{
	box-shadow:none;
}

.testimonials {
    position: absolute;
    margin-left: 30px;
    width: 450px;
    background-image: url(../images/test.png);
    min-height: 600px;
    padding: 30px 0;
    background-size: 100%;
    background-position: center;
    padding: 40px;
}

.testimonials h2 {
    font-size: 33px;
    color: white;
	text-align:center;
}

#test .card-body {
    padding: 0px;
}

.testimonials .card {
    background: transparent
}

#test .card h3 {
    color: #f2ad00;
}

#test .card p {
    color: white;
    padding-top: 20px;
}

#test .fa {
    color: white;
}

.slid-box {
    min-height: 167px;
    width: 24%;
    float: left;
    margin-right: 10px;
    text-align: center;
    height: 205px;
    padding: 16px;
}



.text-upper {
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    padding: 5px;
    font-size: 13px;
}


.test-sec{
	padding:30px 0 0 0;
}

.testimonial h2{
	font-size: 30px;
    color: #666666;
    text-align: center;
  margin:0px;
	font-weight: 900;
}

.testo p {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    padding-top: 10px;
    text-align: justify;
}
.testo{
	margin-top:50px;
}
.testo span{
	color:#cd2430;
}

.btn-theme{
	background:#cd2430;
	color:white;
	border-radius:0;
	border:0px;
	font-size: 15px;
	font-weight: 600;
	transition: transform .7s;
}

.btn1-theme{
	background:#cd2430;
	color:white;
	border-radius:0;
	border:0px;
	font-size: 15px;
	font-weight: 600;
	transition: transform .7s;
}

.close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    line-height: 20px;
}

.text-detail{
	
	padding:20px 15px;
}

.btn-theme:hover{
		color:white;
		transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.btn-eq {
    position: fixed;
    bottom: 0px;
    background: #d0232a;
    color: white;
    right: 0px;
    z-index: 1;
    font-weight: bold;
    border-radius: 0rem;
    box-shadow: 0px 0px 6px 0px black;
}

.btn-eq1{

bottom:20px;

background: #d0232a;

color:white;

right: 20px;

z-index:1;

font-weight:bold;

box-shadow: 0px 0px 6px 0px #bdbdbd;

font-size: 17px;

letter-spacing: 1px;

padding: 10px 15px 11px 24px;
transition: transform .7s;
}



.v-sec{
	width:100%;
	height:auto;
}

.v-sec video {
    margin-top: -200px !important;
}


footer {
    background: black;
    text-align: center;
    padding: 10px 0px;
    margin-top: 40px;
    color: white;
}

footer p {
    margin: 0px;
}



    
.how-box1 img{
    width: auto !important;
    margin: 0px auto;
    padding-top: 12px;
    }
    
    
    

.text-middel-image {
    position: absolute;
    top: 97%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #d0232a;
    padding: 9px 12px 4px 15px;
    border: solid #fff 2px;
}


.text-middel-image1 h3 {
   color: white;
   font-size: 22px;
   font-weight: 900;
   line-height: 24px;
   padding: 5px;
   padding-top: 100px;
}


.text-middel-image h3 {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.abt-model .modal-body p{
	margin-bottom:0;
	padding-top: 13px;
	padding: -1px 14px 15px 12px;
	text-align: justify;
	margin-top: -14%;
}

.abt-model .modal-body .carousel-control-prev{
	opacity:1;
}

.abt-model .modal-body .carousel-control-next{
	opacity:1;
}

.btn-more{
	color:white;
	background: black;
    border: 0;
    border-radius: 0
}

.abt-model .fa-quote-left {
   position: unset;
   left: 0px;
   top: 9px;
   color: #e6e6e69c;
   font-size: 66px;
}
.abt-model .fa-quote-right {
    position: relative;
    right: 1px;
    top: -57px;
    color: #e6e6e6;
    float:right;
    font-size: 67px;
    margin-bottom: -14%;
}
.abt-model .modal-header .close{
	margin:0;
	padding:0px;
	position:absolute;
	right:10px;
}

.abt-model .modal-header h5{
	margin:0 auto;
	font-weight:bold;
}

.modal-open {
    padding-right: 0px !important;
}

.testimonials .card{
	height: 415px;
}


/* media screen and (max-width: 1440px)
---------------------------------------------------------------------- */

@media screen and (max-width:1440px) {
    .abt-box .accordion .card-header button {
        font-size: 22px;
    }
    .cartoon2 img {
        top: -40px;
    }
    .cartoon img {
        right: 0;
    }
    .cartoon3 img {
        left: -100px;
    }
    .abt-box {
        top: 50px;
    }
}


/* media screen and (max-width: 1024px)
---------------------------------------------------------------------- */

@media screen and (max-width:1024px) {
    .cartoon {
        display: none;
    }
    .cartoon2 {
        display: none;
    }
    .cartoon3 {
        display: none;
    }
    .abt-box {
        width: 120%;
        top: 20px;
        height: 300px;
    }
    .abt-box .accordion h4 {
        font-size: 20px;
    }
    .abt-box .accordion {
        padding: 10px;
    }
    .abt-box .accordion-content p {
        padding: 10px;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .kid-help-bg {
        height: 480px;
        margin-top: 0px;
    }
    .abt-heading h2 {
        font-size: 25px;
        padding-bottom: 30px;
    }
    .kids-day {
        padding: 230px 0 30px 0px;
    }
    .kids-heading h2 {
        font-size: 25px;
    }
    .abt-ash {
        background-size: auto;
    }
    .testimonials {
        position: unset;
        width: 100%;
        min-height: 650px;
    }
    footer {
        margin-top: 30px;
    }
    .abt-box .accordion>.card p {
        font-size: 14px;
        line-height: 20px;
    }
    .abt-box .accordion .card-header button {
        font-size: 18px;
    }
}

/* media screen and (max-width: 812px)
---------------------------------------------------------------------- */

@media screen and (max-width:812px) {
	.abt-box{
		width:80%;
		position:unset;
		margin:0 auto;
		margin-top:-130px;
}
.pro-detail ul li{
		font-size:18px;
		line-height:22px;
	}
	
	.pro-detail ul li span{
		font-size:18px;
	}


}

@media screen and (max-width:823px) {
	.abt-box{
		width:80%;
		position:unset;
		margin:0 auto;
		margin-top:-130px;
}
.pro-detail ul li{
		font-size:18px;
		line-height:22px;
	}
	
	.pro-detail ul li span{
		font-size:18px;
	}
}




/* media screen and (max-width: 768px)
---------------------------------------------------------------------- */

@media screen and (max-width:768px) {
    .cartoon {
        display: none;
    }
    .cartoon2 {
        display: none;
    }
    .cartoon3 {
        display: none;
    }
    
.slid-box {
    min-height: 167px;
    width: 23%;
    float: left;
    margin-right: 12px;
    text-align: center;
    height: 205px;
    padding: 0px;
}

.kids-image-sec .nav-pills .nav-link {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}

.abt-ash {
    background-image: url(../images/abtash.JPG);
    height: 360px;
    padding: 30px 0;
    background-size: 100%;
    background-position: center;
    float: none;
    clear: both;
    margin-top: 5%;
}
    
    .abt-box {
        position: unset;
        width: 80%;
        margin: 0 auto;
        margin-top: -150px;
    }
    .abt-box .accordion {
        width: 95%;
    }
	.abt-box{
		height:auto;
	}
    .kid-help {
        margin-top: 0px;
    }
    .pro-detail ul li span {
        line-height: 30px;
    }
    .kid-stories .testimonials {
		margin-top:20px;
        margin-left:0px;

    }
    .kids-heading h2 {
        text-align: center;
        
    }
    .owl-next {
        right: -30px;
    }
    .owl-prev {
        left: -30px;
    }
	.pro-detail ul li{
		font-size:18px;
		line-height:22px;
	}
	
	.pro-detail ul li span{
		font-size:16px;
	}
	.pro-detail ul{
		padding-top:40px;
	}
	
}



/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */

@media screen and (max-width:736px) {
    .abt-box .accordion .card-header button {
    font-size: 17px;
}

video {
    width: 150%;
    height: auto;
}


.home-abt {
    padding: 13px 0px;
}

.icon-img p {
    font-size: 17px;
    line-height: 16px;
    font-weight: 600;
    color: #000000;
}

	header{
		position:fixed;
		  top: 0;
		  border:0;
		  z-index:999;
		  background:white;
	}
	
	.none{display:none;}
	
	.gallery-upper .text-middel-image h2 {
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.testimonials h2 {
    font-size: 25px;
    color: white;
    text-align: center;
    padding-bottom: 25px;
}
	
	.btn-eq1 {
    font-size: 16px;
    bottom: 20px;
    background: #d0232a;
    color: white;
    right: 20px;
    z-index: 1;
    font-weight: bold;
    font-size: 14px;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 12px 11px 17px;
    transition: transform .7s;
    margin-left: 1%;
}
	
	
	.text-middel-image1 h3 {
    color: white;
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
}
	
	.how-box1 img {
    width: auto !important;
    margin: 0px auto;
    padding-top: 34px;
}

.text-middel-image1 {
    position: absolute;
    top: 111%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
	
	.how-box1 img {
    width: auto !important;
    margin: 0px auto;
    padding-top: 10px;
}
	
	.banner{
		padding-top:60px;
	}
	header img{
		max-width: 95%!important;
		padding-top: 4px;
	}
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .cartoon {
        display: none;
    }
    .cartoon2 {
        display: none;
    }
    .cartoon3 {
        display: none;
    }
    .how-it {
        display: none;
    }
    .abt-heading h2 {
        font-size: 22px;
        padding: 0 0 30px 0;
        margin: 0;	
    }
	.kid-help{
		padding-top:20px;
	}
    .abt-img {
        padding: 0px;
    }
    .abt-img img {
        padding: 0px;
    }
    .abt-box {
        position: relative;
        left: 0px;
        width: 90%;
        margin: 0 5%;
       margin-top:-70px;
        
    }
    .abt-box .accordion .card-body {
        
        overflow: hidden;
    }
    .abt-box .accordion {
        width: 100%;
    }
    
    .abt-box .accordion {
        padding: 15px;
        z-index: 9;
        width: 90%;
    }
    .abt-box .accordion h4 {
        font-size: 16px;
    }
    .abt-box .accordion-toggle:before {
        top: 8px;
    }
    .abt-box .accordion-toggle.active:after {
        top: 8px;
    }
    .abt-box .accordion-content p {
        font-size: 12px;
        line-height: 13px;
    }
   
    .kids-image-sec {
        display: none;
    }
    .how-it {
        display: block;
        position: relative;
        
    }
    .kid-help-bg {
        height: 225px;
        margin: 0;
    }
    .how-bg {
        background: white;
        width:100%;
        margin: 0 auto;
       
        box-shadow: -2px 0px 20px 16px #8080801c;
    }
    .how-bg .col-6 {
        padding: 0px;
    }
    .how-bg .col-6 img {
        opacity: .5;
    }
    .how-box {
        position: relative;
        background: black;
        margin: 2px;
    }
    
        .how-box1 {
        position: relative;
        margin: 2px;
    }
    
    .text-centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .op {
        opacity: .5!important;
    }
.kids-heading h2 {
    font-size: 22px;
    margin-bottom: 0px;
}
    .kids-day {
        padding: 0px;
        margin-top: 50px;
    }
.kids-heading p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 800;
    color: #000;
    padding-top: 0px;
}

.text-upper {
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    padding: 12px;
    font-size: 15px;
    letter-spacing: 1px;
}
    .col-carousel .owl-prev {
        left: 5px
    }
    .col-carousel .owl-next {
        right: 5px
    }
    .col-carousel .fa {
        color: white;
    }
    .col-carousel {
        margin: 20px 0px;
    }
    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: block;
    }
	
	
.text-middel-image h3{
	font-size:28px;
	text-align:center;
}
	
    .abt-ash {
        height: auto;
        padding: 28px 0 0 0;
        background-size: auto;
        padding-left: 2%;
    }
    .abt-ash .owl-carousel {
        width: 80%;
        margin: 0 auto;
    }
    #abt-ash .owl-prev {
        left: -40px
    }
    #abt-ash .owl-next {
        right: -40px
    }
    .abt-ash .owl-carousel .owl-stage-outer {
        overflow: inherit;
    }
    .ash-box h3:first-child {
        display: none;
    }
    .ash-box h3 {
        text-align: center;
        padding-top: 40px;
        font-size: 20 px;
        font-weight: bold;
    }
    .pro-detail ul li {
        font-size: 17px;
        color: black;
        font-weight: 600;
		line-height:30px;
		border-bottom: 1px solid #80808078;
		padding-bottom: 5px;
    }
	.pro-detail ul  {
       
padding:0 10px;
       
width: 100%;
    }
	.pro-detail ul li .badge {
       color: black;
	   margin-top: 5px;
    }
	
	.pro-detail ul li h2{
		font-size:24px;
	}
	
	.pro-detail ul li p{
		font-size:16px;
		padding-bottom:0px;
	}
	.btn-project{
		width: 95%;
		margin: 0 10px;
	}
	
    .pro-detail ul li span {
        font-size: 15px;
        line-height: 20px;
    }
    .abt-ash .owl-carousel .fa {
        color: white;
    }
    .pro-detail {
        margin-top: 20px;
        padding-left: 0px;
        padding: 4px;
        margin-left: 3px;
    }
    #stories {
        padding-top: 30px;
    }
    .kid-stories h2 {
        text-align: center;
	
    }
    .pro-detail img {
        padding-left: 0px;
    }
    .kid-slide .owl-carousel .owl-stage-outer {
        overflow: inherit;
    }
    .kid-slide .owl-carousel {
        width: 70%;
        margin: 0 auto;
    }
    .kid-stories .card {
        background: white!important;
        height: 550px;
        margin-bottom: 30px;
        box-shadow: 1px 0px 17px 7px #8080801c;
    }
    .kid-stories .card h3 {
        font-size: 16px;
    }
    .kid-stories .card p {
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
    }
	.kid-stories .card{
		margin:0px;
	}
	
    #test .card h3 {
        color: #f2ad00!important;
    }
    #stories .owl-next {
        right: -45px;
    }
    #stories .owl-prev {
        left: -45px;
    }
    #stories .owl-nav .fa {
        color: gray;
    }
    #club {
        padding: 0px;
    }
    #club .owl-prev {
        left: 0px;
    }
    #club .owl-next {
        right: 0px;
    }
	footer p{
		font-size:14px;
	}
    .testimonials {
        margin-left: 0px;
        width: 100%;
        position: unset;
        min-height: 500px;
		margin-top:20px;
    }
    .testimonials .card {
        height: 380px;
        text-align: center;
    }
    #test .card {
        background: transparent!important;
        box-shadow: none;
    }
    #test .owl-nav .fa {
        color: white;
    }
    #test .owl-prev {
        position: absolute;
        top: 130px;
    }
    #test .owl-next {
        position: absolute;
        top: 130px;
    }
    footer {
        margin-top: 0px;
        margin-bottom: 40px;
    }
	#abt-ash{
		padding:10px 0 20px 0;
	}
.slid-box {
    min-height: 167px;
    width: 46%;
    float: left;
    margin-right: 8px;
    text-align: center;
    height: 200px;
    padding: 3px;
    margin-bottom: 10px;
    margin-left: 1%;
}
	.slid-box img{
		height: auto;
		width: auto;
	}
	#club .owl-carousel .owl-item img{
		max-width:50%;
	}
	.pro-detail ul {
    	Padding-top:0px;
}
	.gallery{
		margin-top:-20px;
		padding-top:0px;
	}
	.kid-help-bg{
		display:none;
	}
	.abt-ash .how-box{
		position:unset;
	}
	
		.abt-ash .how-box1{
		position: relative;
	}
	#abt-model .owl-next{
		
    height: 100%!important;
	}
	.testimonial h2{
		font-size:22px;
	}
	.test-sec {
    padding: 20px 0px;
	}
	.testo p {
    font-size: 16px;
    font-weight: bold;
    text-align:justify;
 }
	.text-detail{
		margin-top:0px;
		padding:20px;
		
	}
	
	.mob-mp-0{
		margin:0px;
		padding:0px;
	}
	.testo{
		margin-top:0px;
	}
	.btn-eq{
		bottom:0px;
		width:100%;
		left:0px;
		border-radius:0;
	}
}


@media only screen and (min-width: 736px) and (orientation: landscape) {
	
	}

/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */



/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */

@media screen and (max-width:550px) {}


/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */



@media screen and (max-width:480px) {}


/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */

@media screen and (max-width:414px) {
	
	

	
}

/* media screen and (max-width: 375px)
---------------------------------------------------------------------- */

@media screen and (max-width:375px) {
	

}

/* media screen and (max-width: 360px)
---------------------------------------------------------------------- */

@media screen and (max-width:360px) {
	
 
}


/* media screen and (max-width: 320px)
---------------------------------------------------------------------- */

@media screen and (max-width:320px) {
   
	.abt-box .accordion .card-header button {
    font-size: 14px;
}
    
    .kid-help-bg {
        height: 200px;
        margin: 0;
    }
    .kids-heading h2 {
        font-size: 18px;
    }
    .abt-heading h2 {
        font-size: 18px;
    }
    .pro-detail ul li {
        font-size: 14px;
    }
	
	.text-middel-image h3{
		font-size:23px;
	}
	.abt-box .accordion .card-header button {
    font-size: 14px;
}
	
    .kid-stories .card h3 {
        font-size: 14px;
    }
    .testimonials h2 {
        font-size: 20px;
        font-weight: bold;
    }
    .testimonials {
        height: 420px;
    }
    .abt-box .accordion>.card p {
    font-size: 12px;
    line-height: 16px;
}
}