@media only screen and (max-width: 1400px){
	.flex-row-process{
	column-gap: 20px;
	flex-wrap: wrap;
}
.flex-row-process .process{
	max-width: 260px;
}
}
@media only screen and (max-width: 1200px){
.about-row-flex{
	display: flex;
	justify-content: flex-start;
	align-self: center;
	flex-wrap: wrap;
	column-gap: 30px;
}
.about-img{
	position: relative;
	margin-bottom: 25px;
}
.about-img .abt-img img{
    max-width: 100%;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 11px #c2c2c2);

}
.wedo-tiles{
	background-color: #ffffff;
	margin-top: 25px;
	height: auto;
}
}
@media only screen and (max-width: 992px) {
	h1{
	font-size: 40px;
	
}
h2{
	font-size: 32PX;
	color: #232F4B;
}
h4{
	font-size:22px;
	color: #232F4B;
}
h5{
	font-size:15px;
}
a{
	font-size: 15px;
}
.navbar-toggler:focus{
	outline: none;
	border:none;
}
.header .nav-btn{
	margin-left: 0px;
}
.banner-text{
	text-align: left;
}
.flex-row-process{
	display: flex;
	justify-content:center;
	align-items: center;
	column-gap: 50px;
	flex-wrap: wrap;
}
.flex-row-process .process{
	max-width: 280px;
	margin-top: 20px;
}
.about-img{
	text-align: center;
	margin: auto;
}
.about-detaild{
	text-align: center;
}
.about-ic{
	margin: 20px auto;
}
.count-box{
	margin-top: 20px;
}
.count-box h2 {
    font-size: 30px;
 
}
.copywright-area {
	
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 30px;
	text-align: center;
}
.bread-cum-title{
	text-align: center;
}
.bread-cum-banner{
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media only screen and (max-width: 768px){
	.banner-text{
	text-align: center;
}
.count-box h2 {
    font-size: 22px;
 
}
.testimonial-slider .owl-nav{
	position: absolute;
	top: -100px;
	right: 20px;
}
.bottomp-right-shape{
	display: none;
}
.top-left-shape {
	display: none;
}
h2{
	font-size: 28PX;
	color: #232F4B;
}
h4{
	font-size:18px;
	color: #232F4B;
}
h5{
	font-size:14px;
}
}