/* Large Devices, Wide Screens */
@media only screen and (max-width : 1366px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
	.col-md-1{width: 8.333333333333333%;}
	.col-md-2{width: 16.66666666666667%;}
	.col-md-3{width: 25%;}
	.col-md-4{width: 33.33333333333333%;}
	.col-md-5{width: 41.66666666666667%;}
	.col-md-6{width: 50%;}
	.col-md-7{width: 58.33333333333333%;}
	.col-md-8{width: 66.66666666666667%;}
	.col-md-9{width: 75%;}
	.col-md-10{width: 83.33333333333333%;}
	.col-md-11{width: 91.66666666666667%;}
	.col-md-12{width: 100%;}
	.col-md-12-5{width: 20%;}
    .fadeUp{animation:fadeUp 2s ease backwards;display: block!important;animation-delay: 2s;}

.hidden-md{
		display: none!important;
	}
	.visible-md{
		display: block;
	}


}

@media (min-width : 768px) and (max-width : 768px){
    


	}




/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {
	.col-sm-1{width: 8.333333333333333%;}
	.col-sm-2{width: 16.66666666666667%;}
	.col-sm-3{width: 25%;}
	.col-sm-4{width: 33.33333333333333%;}
	.col-sm-5{width: 41.66666666666667%;}
	.col-sm-6{width: 50%;}
	.col-sm-7{width: 58.33333333333333%;}
	.col-sm-8{width: 66.66666666666667%;}
	.col-sm-9{width: 75%;}
	.col-sm-10{width: 83.33333333333333%;}
	.col-sm-11{width: 91.66666666666667%;}
	.col-sm-12{width: 100%;}
	.col-sm-12-5{width: 20%;}
	.hidden-sm{
		display: none;
	}
	.visible-sm{
		display: block;
	}


 /******************************banner-start******************************/

 .home-banner{
    background: url('../images/banner-img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 53%);
}
.testimonial-title{
    font-size: 28px;
    text-align: center;
}
.sub-title {
    line-height: 0px;
    font-size: 28px;
    text-align: center;
}
.testimonial_one {
     margin-top: 0px; 
}
.girl-full {
    top: 0;
}

}








/* Extra Small Devices, Phones */
@media only screen and (max-width : 640px) {
	body{-webkit-text-size-adjust: none;}
	.col-xs-1{width: 8.333333333333333%;}
	.col-xs-2{width: 16.66666666666667%;}
	.col-xs-3{width: 25%;}
	.col-xs-4{width: 33.33333333333333%;}
	.col-xs-5{width: 41.66666666666667%;}
	.col-xs-6{width: 50%;}
	.col-xs-7{width: 58.33333333333333%;}
	.col-xs-8{width: 66.66666666666667%;}
	.col-xs-9{width: 75%;}
	.col-xs-10{width: 83.33333333333333%;}
	.col-xs-11{width: 91.66666666666667%;}
	.col-xs-12{width: 100%;}
	.col-xs-12-5{width: 20%;}

	.hidden-xs{display: none !important;}
	.visible-xs{display: block !important;}
  
.testimonial-title2 {
    font-size: 23px;
    line-height: 33px;
}
.set2 a {
    font-size: 12.5px;
}
.service-box h3 {
    font-size: 16px;
}



}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

@media only screen and (min-width : 1600px) {

}

/* Extra Small Devices, Phones */
@media(min-width : 360px) and (max-width : 360px) {

}

