.services-wr {
	margin-top: 7rem;
}
.service-main-banner {
	width: 100%;
	height: 490px;
	position: relative;
}
.service-banner-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.service-banner-caption h1 {
	font-family: 'Lato', sans-serif, 'Arial_Caps';
	font-size: 38px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.11;
	letter-spacing: 0.9px;
	text-align: center;
	color: #ffffff;
}
.service-banner-caption i {
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: center;
	color: #ffffff;
	display: block;
	margin-top: 30px;
	margin-bottom: 45px;
}
.service-banner-caption button {
	display: block;
	margin: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}
.services-container {
	width: 740px;
	margin: auto;
}
.services-container h1 {
	font-family: 'Lato', sans-serif, 'Arial_Caps';
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.6px;
	text-align: center;
	color: #3c3b3b;
	display: table;
	margin: 92px auto 20px auto;
	position: relative;
}
.services-container h1::before {
	content: '';
	position: absolute;
	top: -10px;
	width: 60px;
	height: 2px;
	background-color: #65ead1;
}
.red-line::before {
	background-color: #fe4e6e !important;
}
.service-card-min img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.facebook_verification {
	width: 66px;
}
.paybox_payment {
	width: 75px;
}
.guest_management {
	width: 51px;
}
.box_office {
	width: 64px;
}
.after_movie {
	width: 70px;
}
.media_management {
	width: 71px;
}
.service-card-min {
	margin-top: 62px;
}
.service-card-min h3 {
	font-family: 'Lato', sans-serif, 'Arial_Caps';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.3px;
	text-align: center;
	color: #3c3b3b;
}
.service-card-min p{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.3px;
	text-align: center;
	color: #9a9a9a;
	max-width: 290px;
	display: block;
	margin: auto;
}
.service-card {
	margin-top: 100px;
}
.service-card,.service-card-img,.service-card-text {
	min-height: 300px;
}
.service-card-text {
	padding: 30px 60px;
}
.service-card-text h1 {
	font-family: 'Lato', sans-serif, 'Arial_Caps';
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: left;
	color: #3c3b3b;
	position: relative;
	max-width: 380px;
}
.service-card-text h1::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 62px;
	height: 2px;
	background-color: #65ead1;
}
.service-card-text p {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.3px;
	text-align: left;
	color: #9a9a9a;
	max-width: 380px;
	margin-top: 30px;
}
.service-card-btn {
	margin-top: 20px;
	min-width: 250px;
}
.sr-img-wr {
	height: 100px;
	width: 100%;
	position: relative;
}

/*For Mobile*/
@media (max-width: 768px) {
	.services-wr {
		margin-top: 6.5rem;
	}
	.services-container {
		width: 90%;
	}
	.service-banner-caption h1 {
		font-size: 24px;
	}
	.service-banner-caption i {
		font-size: 16px;
	}
	.service-banner-caption{
		width: 90%;
	}
}