/*
* This service.css contains only css which is used in service page
* 
*/
.our-service{ 
	background: url("../images/services.jpg") fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height:calc(80vh);
}
.our-service .service-bg{
	background-color: rgba(0, 16, 120, 0.8);
}
@media (max-width:455px){
	.our-service{ 
		height:calc(100vh);
	}
}
.heightvhcal{
	height: calc(70vh);
}
.text-blue{
	color: #0B1371;
}
.bottom-line{
	border-bottom: 2px solid #17538A;
	display: inline-block;
}

/* resizing img */
.ima-size-200{
	width: 200px;
	height: 200px;
}

.img-center{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.w50p{
	width: 60%;
}
.ul-listing{
	 list-style: none;
}

@media only screen and (min-width:250px) and (max-width: 767px){
	.btn-contact{
		margin-bottom: 80px
	}
}
