@charset "utf-8";
/* CSS Document */
.home-service-sec{
	padding: 50px 0;
	background: url("../images/service-sec-img-767.webp") 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.bg-overlay{
	display: block;
    width: 100%;
    height: 100%;
    background: rgb(25 140 231 / .85);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.home-service-sec .container{
	position: relative;
	z-index: 2;
}
.home-service-sec h2{
	color: #fff;
	text-align: center;
}
.home-service-sec .heading-top-boder:before{
	background: #fff;
}
.home-service-sec ul{
	margin: 0;
	padding: 0;
}
.home-service-sec ul li{
	padding: 0;
	background-image: none;
	background-color: #fff;
	width: 100%;
	border-radius: 12px;
	max-width: 400px;
	margin: 0 auto 15px auto;
}
.home-service-sec ul li:last-child{
	margin-bottom: 0;
}
.home-service-sec ul li .home-service-img{
	display: block;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}
.home-service-sec ul li .home-service-img img{
	width: 100%;
	height: auto;
	display: block;
}
.home-service-details{
	padding: 13px 18px;
	font-family:'Rubik', sans-serif;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.9rem;
	color: #222222;
}
.home-service-details h3{
	font-weight: bold;
    font-family: 'Roboto', sans-serif;
	color: #222;
}
@media only screen and (min-width: 500px){
	.home-service-sec ul li{
		max-width: 100%;
		width: 48%;
		margin: 1%;
	}
}
@media only screen and (min-width: 768px){
	.home-service-sec{
		background: url("../images/service-sec-img-1024.webp") 0 0 no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding: 60px 0;
	}
	.home-service-sec ul li{
		width: 31.33%;
		margin: 1%;
	}
	.home-service-details{
		padding: 15px 20px;
		font-size: 1.4rem;
		line-height: 2.0rem;
	}
	
}
@media only screen and (min-width:921px){
	.home-service-sec h2{
		text-align:left;
	}
}
@media only screen and (max-width:921px){
	.home-service-sec .heading-top-boder:before{
		margin-left: auto;
    	margin-right: auto;
	}
}
@media only screen and (min-width: 1025px){
	.home-service-sec{
		background: url("../images/service-sec-img-1300.webp") 0 0 no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	.home-service-sec ul li{
		width: 23%;
		margin:0 1%;
	}
	.home-service-sec ul li:last-child{
		margin-bottom: 0;
	}
	.home-service-details{
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}
@media only screen and (min-width: 1200px){
	.home-service-sec{
		padding: 80px 0;
	}
}
@media only screen and (min-width: 1300px){
	.home-service-sec{
		background: url("../images/service-sec-img-1500.webp") 0 0 no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
}
@media only screen and (min-width: 1500px){
	.home-service-sec{
		padding: 100px 0;
		background: url("../images/service-sec-img-1800.webp") 0 0 no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
}
@media only screen and (min-width: 1800px){
	.home-service-sec{
		background: url("../images/service-sec-img.webp") 0 0 no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
}
