@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@500;700&display=swap');

*{
	font-family: 'Heebo', sans-serif;
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	.thirdfold__imgcontain img{
		display: block !important;
	}

 }

@media (min-width: 1200px){

    .firstfold__contain:before {
        content: '';
        background: #EE5423;
        position: absolute;
        left: 0;
        width: 10px;
        height: 129px;
        bottom: 40%;
    }

	.firstfold__contain h1{
	font-size: 3rem !important;
	}

	.thirdfold__contain{
		padding-top: 100px;
	}

	.thirdfold__imgcontain::before{
	content: '';
    background: url(../images/why-fun-is-the-best-place-to-be.png);
    background-size: 100%;
    display: inline-block;
    width: 90%;
    height: 91%;
    background-repeat: no-repeat;
    position: absolute;
    top: -45%;
 }   


 .thirdfold__imgcontain::after{
	content: '';
    background: #EE5423;
    position: absolute;
    top: -20%;
    width: 95%;
    height: 150px;
    right: -104px;
    z-index: -1;
 }  
}



.firstfold__imgcontain::after{
	content: '';
    background: #EE5423;
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 100%;
    right: 40px;
    z-index: -1;
}

.firstfold__imgcontain{
	padding-top: 60px;
    padding-bottom: 60px;
}

.firstfold__imgcontain img{
    -webkit-box-shadow: 25px 25px 51px 16px rgba(0,0,0,0.19);
	-moz-box-shadow: 25px 25px 51px 16px rgba(0,0,0,0.19);
	box-shadow: 25px 25px 51px 16px rgba(0,0,0,0.19);
}



h2{
	color: #333333 !important; 
}


.secondfold__imgcontain::before{
	content: '';
    background: #EE5423;
    position: absolute;
    bottom: 25%;
    width: 95%;
    height: 200px;
    left: -105px;
    z-index: -1;
}

 


 .thirdfold__contain .card-title::before{
 	content: '';
    background: #EE5423;
    position: absolute;
    top: 25px;
    width: 6px;
    height: 40px;
    left: 0;
    border-radius: 4px;
 }

.thirdfold__contain .card{
 	-webkit-box-shadow: 0px 0px 71px 33px rgba(0,0,0,0.02);
-moz-box-shadow: 0px 0px 71px 33px rgba(0,0,0,0.02);
box-shadow: 0px 0px 71px 33px rgba(0,0,0,0.02);
border: 1px solid rgb(110 110 110 / 4%);
 }

.thirdfold__contain .card-body{
 	padding: 2rem;
 }

.thirdfold__contain .card-text{
 	color: #6C6C6C !important;
 	font-size: 14px !important;
 }

 .sliderrr__container:before{
 	content: '';
    background: #ee5423;
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
 }

 .sliderrr__container .card{
 	width: 95% !important;
 	margin: auto !important;
 	background: none !important;
 	border-radius: 0 !important;
 	-webkit-box-shadow: none;
 	box-shadow: none;
 }

 .sliderrr__container .card-text{
 	text-align: center;
 	color: #000000 !important;
    display: block;
 }


 .card-img-top{
 	border-radius:0 !important;
 }

 .slick-prev {
    left: -45px;
}

.slick-next, .slick-prev {
    width: 30px;
    height: 30px;
}    

.slick-next {
    right: -45px;
}

.fifthfold__contain .card{
	-webkit-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.03);
	box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.03);
	border: 0px !important;
}

.fifthfold__contain .media img{
	width: 70px !important;
}

.fifthfold__contain .media-body p{
	font-size: 14px !important;
}

.sliderrr__container h2{
    padding-top: 80px; padding-bottom: 40px; color: #ffffff !important;
}

.custom__footer h4{
        color: #ffffff;
}