
@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeue-Medium.woff2') format('woff2'),
       url('fonts/HelveticaNeue-Medium.woff') format('woff'),
       url('fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
       url('fonts/HelveticaNeue-Bold.woff') format('woff'),
       url('fonts/HelveticaNeue-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeue-Light.woff2') format('woff2'),
       url('fonts/HelveticaNeue-Light.woff') format('woff'),
       url('fonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 100;
}



body {
	font-family: Helvetica Neue, sans-serif;
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a:hover {
	text-decoration: none
}



.nav {
	background-color: #0061AB;
	padding:8px 0;
}
.navIn {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.navR {
	margin-left: auto;
}
.btn-common {
    background-color: #0061AB;
    padding: 6px 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 6px;
    font-size: 1.1em;
    border:2px solid #0061AB;
    transition: all ease 0.15s;
}
.btn-common.btnwhite {
	background-color: #fff;
	color: #0061AB;
	border-color: #fff;
}
.headtxt h2 {
    font-size: 3.9em;
    color: #0061AB;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 50px;
}
.headtxt h3 {
    font-size: 3.1em;
    font-weight: bold;
    color: #0061AB;
    line-height: 1em;
    margin: 0;
}
.Head {
	padding:45px 0 0;
	position: relative;
}
.Head:before {
	content: "";
	position: absolute;
	top: 80%;
	left: 0;
	right: 0;
	height: 300px;
	width: 100%;
	z-index: -1;

	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(112,112,112,0.09) 36%, rgba(112,112,112,0.09) 64%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(112,112,112,0.09) 36%, rgba(112,112,112,0.09) 64%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(112,112,112,0.09) 36%, rgba(112,112,112,0.09) 64%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);

}
.costBox {
    text-align: center;
    max-width: 250px;
    margin: auto;
}
.costBox img {
	border-radius: 50%;
}
.costBox h2 {
	color: #0061AB;
}
.Cost {
	padding:80px 0 0;
}
.section {
	padding:100px 0 0;
}
.cmntxt h2 {
	color: #0061AB;
	margin-bottom: 20px;
}
.cmntxt a.btn-common {
	margin-top: 10px;
	display: inline-block;
}
.ctop {
	text-align: center;
}
.ctop h2 {
	color: #fff;
	margin-bottom: 40px;
}
.charts {
	background-color: #0061AB;
	padding:55px 0;
	margin-top: 100px;
}
.chartBox svg {
	width: 100%;
}
.btop h2 {
	color: #0061AB;
	text-align: center;
	margin-bottom: 40px;
}
.Benefits {
	padding:100px 0;
	background-color: #F2F2F2;
	margin-top: 100px;
}
.bItemIn {
	text-align: center;
	color: #707070;
}
.bItemIn img {
	padding: 0 15px;
	margin:0 auto 25px;
}
.benefitsCarousel .owl-nav button {
    background-color: #707070 !important;
    color: #F2F2F2 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.8em !important;
    line-height: 1em !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important
}
.benefitsCarousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 30%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 0;
    margin: auto;
}
.benefitsCarousel .owl-nav button.owl-next {
	margin-left: auto;
}
.benefitsCarousel {
	padding:0 30px;
}
.bItemIn img {
	border-radius: 50%;
}
.contact {
	padding:100px 0;
}
.coleft img {
	width: 300px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.coleft {
	color: #707070;
}
.cmntxt {
	color: #707070;
}
.coForm h2 {
	color: #0061AB;
	margin-bottom: 30px;
}
.text-section{
	padding-top: 40px;
	padding-bottom: 40px;
}
footer{
	padding-top: 20px;
}
footer section.policies{
	text-align: center;
	background-color: #0061AB;
}
footer section.policies a{
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
footer section.policies a:hover{
	color: #f0f0f0
	
}







@media (min-width: 992px) {
	.btn-common:hover {
		background-color: #fff;
		color: #0061AB;
	}
	.btn-common.btnwhite:hover {
		background-color: #0061AB;
		color: #fff;
	}
}
@media (max-width: 767px) {
	.headtxt h2 {
		font-size: 2.5em;
	}
	.headtxt h3 {
		font-size:  2.3em;
	}
}



