/*Services page start*/
.section-services-provide {
	padding: 100px 0 70px;
}

.section-services-provide .section-title {
	margin-bottom: 36px;
}

.ser-pro-left {
	background: #274fab;
	padding: 35px 24px;
}

.ser-guard-icon {
	display: block;
	margin-bottom: 20px;
}

.section-services-provide h2 {
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.ser-pro-right {
	padding-left: 36px;
}

.ser-pro-left p {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: .8px;
}

.ser-list-col {
	margin: 15px 0 48px;
}

.ser-listing span {
	display: block;
	margin-bottom: 32px;
}

.ser-listing h2 {
	color: #000;
	margin-bottom: 0;
}

.ser-listing h2 strong {
	color: #274fab;
	display: block;
}

.section-quality-service {
	padding-bottom: 68px;
	overflow: hidden;
}

.q-ser-image-wraper {
	position: relative;
	margin-bottom: 26px;
}

.q-ser-image {
	height: 330px;
}

.q-ser-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.quality-text {
	margin-left: 35px;
}

.q-ser-image-wraper h4 {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 40px;
	color: #274fab;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 34px;
	background: #fff;
	padding-top: 10px;
	padding-right: 35px;
	width: 100%;
	left: 35px;
	text-align: right;
}

.quality-ser-right {
	background: #274fab;
	padding: 95px 0 95px 95px;
	position: relative;
}

.quality-ser-right::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	bottom: 0;
	right: -100%;
	background: #274fab;
}

.quality-ser-right h1 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.quality-ser-right p {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}

.quality-ser-right .btn-style1 {
	border: 2px solid #fff;
	color: #fff;
	margin-top: 45px;
}

.quality-ser-right .btn-style1:hover {
	background: #fff;
	color: #274fab;
}

@media (max-width: 1199px) {
	.ser-pro-right {
		padding-left: 0;
	}
	.section-services-provide h2 {
		font-size: 23px;
		line-height: 25px;
	}
	.q-ser-image-wraper h4 {
		font-size: 30px;
		line-height: 26px;
	}
}

@media (max-width: 991px) {
	.ser-listing span {
		margin-bottom: 24px;
	}
	.section-services-provide {
		padding: 60px 0 30px;
	}
	.section-quality-service {
		padding-bottom: 60px;
	}
	.quality-ser-right {
		padding: 36px;
	}
	.quality-ser-right .btn-style1 {
		margin-top: 20px;
	}
	.quality-ser-right::before {
		display: none;
	}
}

@media (max-width: 575px) {
	.ser-listing span {
		margin-bottom: 15px;
	}
	.ser-list-col {
		margin-bottom: 30px;
	}
	.section-services-provide{
		padding: 40px 0 20px;
	}
}
/*Services page end*/

/*Careers page start*/
.section-our-requirments{
	padding: 100px 0 90px;
	overflow: hidden;
}
.section-our-requirments h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.section-our-requirments h4 span{
	color: #274fab;
}
.section-our-requirments p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
	letter-spacing: .8px;
}
.requirment-left p strong{
	font-size: 20px;
}

.req-list-wraper{
	margin-top: 45px;
}
.req-list-col {
    margin-bottom: 62px;
}
.req-list{
	display: flex;
	align-items: flex-start;
}
.req-icon {
    margin-right: 20px;
    width: 56px;
}
.req-hdng {
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}
.readyto-apply{
	background: #274fab;
	padding: 80px 70px;
}
.section-our-requirments .readyto-apply h4{
	color: #fff;
	margin-bottom: 28px;
}
.section-our-requirments .readyto-apply p{
	color: #fff;
}
.readyto-apply .btn-style1 {
	border: 2px solid #fff;
	color: #fff;
	margin-top: 45px;
}

.readyto-apply .btn-style1:hover {
	background: #fff;
	color: #274fab;
}

@media (max-width: 1199px) {
	.readyto-apply{
		padding: 80px 40px;
	}
}
@media (max-width: 767px) {
	.req-list{
		flex-direction: column;
	}
	.req-icon {
	    margin-right: 0;
	    height: 56px;
	    margin-bottom: 8px;
	}
	.req-icon img {
	    width: 100%;
	    height: 100%;
	    object-fit: contain;
	}
}
@media (max-width: 991px) {
	.section-our-requirments{
		padding: 60px 0;
	}
	.req-list-col{
		margin-bottom: 40px;
	}
	.readyto-apply{
		padding: 40px;
	}
}
@media (max-width: 767px) {
	.section-our-requirments{
		padding-top: 40px;
	}
	.req-list-wraper{
		margin-top: 30px;
	}
}
/*Careers page end*/