/* DETAILS
==================================================
	Theme Name: city-roofer	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/
/*font-family: 'Poppins', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Exo', sans-serif;*/

@font-face {
  font-family: 'ProximaNovaA-Bold';
  src: url('../fonts/ProximaNovaA-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNovaA-Bold.woff') format('woff'), url('../fonts/ProximaNovaA-Bold.ttf')  format('truetype'), url('../fonts/ProximaNovaA-Bold.svg#ProximaNovaA-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fff;
	color: #000;
	font-family: "Montserrat-Regular";
	font-size: 14px;
	font-weight: 400;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none !important;
	outline:none !important;	
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;	
}

/********* COMMON-CSS ********/
/****/
.loader-screen {
position: fixed;
top: 0;
height: 100%;
width: 100%;
background: #ED117F;
z-index: 9999999;
display: block;
left: 0;
right: 0;
}
 #loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
    max-width: 300px;
}
/****/
.blck-tape a {
    color: #fff;
}
.blck-tape a:hover{
	color:#fff;
	text-decoration:none; 	
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #e7792c url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	z-index: 999;
}
.cd-top:hover {
	background: #042c68 url(../images/cd-top-arrow.svg) no-repeat center 50%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgb(249, 161, 27);
  opacity: 1;
}
/****/
.map-container {
	width: 100%;
	/*margin: 50px 0 3000px;*/
}
.map-container p{
	margin:0;	
}
.map-container iframe{
	width: 100%;
	height:350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
/****/
div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 10px 0;
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
/****/
.site-btn {
	text-align: center;
}
.site-btn a {
	background: #6ea677;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 15px 70px;
	border-radius: 50px;
	box-shadow: 0 0 0 transparent inset;
}
.site-btn a:hover, .site-btn a:focus {
	box-shadow: 350px 0 0 #199ce0 inset;
}
/*******END********/
/***********HOME-PAGE-CSS-Start************/
/*********MENU**********/
.menu-toggle{
	display:none;	
}
.menu.slide-left{
	left:0;	
}
.menu {
	text-align: center;
	margin: 0;
}
.menu li {
	vertical-align: top;
	position: relative;
	display: inline-block;
}
.menu > li:first-child {
	margin-left: 0;
}
.menu li a {
	display: block;
	color: #042c68;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.menu li.active a {
	color: #e7792c;
}	
.menu li a:hover, .menu li a:focus {
	color: #e97829;
}
/*****end*******/
/*******SUBMENU & SUBMENU's SUB**********/
/*******LEVEL1*********/
.menu ul {
	box-shadow: 2px 2px 15px 0 rgba(0,0,0, 0.5);
}
.menu > li > ul {
	text-align: left;
	/* display: none; */
	background: green;
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	z-index: 99;
	visibility: hidden;
	position: absolute;
	opacity: 0;
	transition: all .2s ease-in-out;
	margin: 20px 0 0 0;
}
.menu > li > ul > li{
	width:100%;	
}
.menu > li:hover > ul{
	visibility:visible;
	opacity:1;  
	margin:0; 	
}
/****end***/
/***** Level 2 *******/
.menu > li > ul > li > ul {
	text-align: left;
	/*display: none;*/
	background: darkcyan;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 240px;
	visibility: hidden;
	opacity:0;
	transition: all .2s ease-in-out;
	margin:0 0 0 20px;
}
.menu > li > ul > li > ul > li {
	width: 100%;
}
.menu > li > ul > li:hover > ul{
	visibility:visible;
	opacity:1;  
	margin:0;
}
/******end******/
/**********MAIN-BANNER*****/
.main-banner{
	position:relative;	
}
.header {
	position: absolute;
	z-index: 99;
	width: 100%;
}
.shadow {
	background: url(../images/banner-overlay.png) no-repeat;
	position: absolute;
	z-index: 99;
	left: 0;
	top:0;
	height: 100%;
	width: 934px;
}
.banner-content {
	position: absolute;
	top: 34%;
	left: 0;
	padding: 0 0 30px 0;
	left: 123px;
	width: 37%;
	z-index: 999;
}
.banner-content h2 {
	font-size: 33px;
	font-family: 'ProximaNovaA-Bold';
	color:#042c68;
}
.banner-content h3 {
	color: #e7792c;
	font-size: 27px;
	font-family: 'Exo', sans-serif;
	font-weight:500;
}
.banner-content p {
	color: #201f1f;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
/*.main-banner-slider .owl-nav {
	margin: 0 auto !important;
	position: absolute;
	width: 140px;
	bottom: 10px;
	left: 0;
	right: 0;
}*/
/*.main-banner-slider .owl-nav .owl-prev{
	background:url(../images/prev.png) no-repeat 0 0 !important;
	width:59px;
	height:59px;
	text-indent: -10000px;
	border-radius: 0px !important;
	
}
.main-banner-slider .owl-nav .owl-next {
	background: url(../images/next.png) no-repeat 0 0 !important;
	width:59px;
	height:59px;
	text-indent: -10000px;
	border-radius: 0px !important;
}*/
/*****END*****/

/******copyright****/
.footer-bottom {
	padding: 10px 0;
	background: #292828;
}
.footer-bottom p {
	font-size: 14px;
	color: #737373;
	margin-bottom: 0 !important;
}
.footer-bottom h5 {
	font-size: 14px;
	color: #b1b1b1;
	margin: 10px 0 0;
	float: right;
}
.footer-bottom p a{
	color:#b1b1b1;		
}
.footer-bottom h5 a{
	color:#b1b1b1;		
}
.footer-bottom h5 a:hover{
	color:#F06529 ;		
}
.footer-bottom p a:hover{
	color:#F06529 ;		
}
.power p {
	float: right;
}
/****end****/
.owl-item {
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
 .owl-item.active {
    opacity: 1;
}
/********** header-contact ***********/
.head-contact {
	border-bottom: 2px solid #fff;
}
.contact-info {
	margin: 25px 0px 0px 50px;
}
.contact-info ul{
	margin:0px;
}
.contact-info ul li {
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
}
.contact-info ul li a{
	color:#fff;
	font-size:15px;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	color:#000;
}
.contact-info ul li a:hover{
	color:#e7792c;	
}
.contact-info ul li a i{
	font-size:17px;
	color:#000;
}
.contact-info ul li a span {
	margin-left: 14px;
}
/*.view a {
	color: #204379;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	background: #edf3fb;
	border: 3px solid #e7792c;
	padding: 8px 29px;
	text-align:center;
}*/
.view a:hover{
	color: #fff;
	background: #204379;	
}
.view {
	margin-top: 10px;
	display: inline-block;
}
/*****== about ==*****/
.about-section {
	box-shadow: 0px 2px 7px #000;
	position: relative;
	overflow: hidden;
	/*height: 251px;*/
}
.about-section .overlay {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255,255,255,0.6);
	text-align: center;
	bottom: -72%;
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
	
}
.about-section:hover .overlay{
	bottom: 0%;
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;	
}
.about-section .overlay h4 {
	color: #042c68;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 30px 0px 10px 0px;
}
.about-section .overlay p {
	color: #010101;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13px;
	padding: 0px 30px;
	margin: 20px 0px 24px 0px;
}
.about-section .overlay a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13px;
	padding: 8px 17px;
	background: #e7792c;
}
.about {
	position: relative;
	z-index: 999;
	margin-top: -70px;
}
/***** main-about *****/
.main-about {
	padding: 125px 0px 60px 0px;
}
.about-info h2{
	font-family:'Poppins', sans-serif;
	font-weight: 500;
	font-size: 28px;
	color:#042c68;
	position:relative;	
}
.about-info h2::before {
	position: absolute;
	z-index: 999;
	content: "";
	width: 66px;
	height: 3px;
	background: #042c68;
	left: 2px;
	margin: 0 auto;
	top: -27px;
}
.about-info h4 {
	padding: 20px 0 30px 0px;
	font-size: 19px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	width: 84%;
	line-height: 25px;
	letter-spacing: 1px;
}
.about-info p {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	width: 80%;
	letter-spacing: 1px;
	line-height: 26px;
}
.view2 a {
	display: inline-block;
	padding: 10px 35px;
	font-size: 14px;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 0px 0px 20px;
	color: #fff;
	border-right: 5px solid #e7792c;
	border-bottom: 6px solid #e7792c;
	background: #042c68;
}
.view2 a:hover{
	background:#e7792c;
	color:#fff;
	border-right: 5px solid #042c68;
	border-bottom: 6px solid #042c68;
}
.abt-img {
	position: relative;
	border: 10px solid #e7792c;
	width: 63%;
	margin: 100px 0px;
	/*height: 193px;*/
}
.abt-img2 {
	position: absolute;
	z-index: 999;
	content: "";
	border: 10px solid rgba(231,121,44,0.6);
	width: 63%;
	top: -40px;
	right: 0;
	/*height: 193px;*/
}
.abt-img3 {
	position: relative;
	border: 10px solid rgba(231,121,44,0.6);
	width: 63%;
	position: absolute;
	z-index: 999;
	content: "";
	bottom: 130px;
	right: 0;
	/* height: 193px; */
}
.abt-img-wrap {
	margin: 50px 0 0 0;
}
.about-content h3 {
	padding: 20px 0 10px 0px;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	line-height: 25px;
	letter-spacing: 1px;
}
.about-content p {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	width: 100%;
	letter-spacing: 1px;
	line-height: 26px;
}
/*.abt-img img, .abt-img2 img, .abt-img3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
.view2 {
	margin: 30px 0 0 0;
}
/********** service **************/
.service{
	background:	url(../images/service.jpg) no-repeat;
	padding:65px 0px 75px 0px;
	text-align:center;
}
.service-each h4 {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.service-each p{
	font-size:15px;
	color:#fff;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;	
}
.service-each {
	padding: 50px 0px 0px 0px;
}
.service h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 28px;
	color: #fff;
	position: relative;
	padding: 0px 0px 10px 0px;
}
.service h2::after {
	position: absolute;
	z-index: 999;
	content: "";
	width: 66px;
	height: 2px;
	background: #fff;
	left: -56px;
	margin: 0 auto;
	bottom: 0;
	right: 0;
}

.serv-img {
	background: #e7792c;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	line-height: 83px;
	margin-bottom: 10px;
	position:relative;
}
/*******testimonial***********/
.testiminial{
	padding:40px 0px;
}
.testiminial h2 {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #042c68;
	position: relative;
	text-align: center;
}
.testi-img {
	border: 10px solid #fff;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -50px;
}
.testi {
    background: #e3e3e3;
    position: relative;
    text-align: center;
    margin: 140px 0px 0px 0px;
}
.testi-text p {
	font-family:'Poppins', sans-serif;
	font-weight: 300;
	color: #b9b9b8;
	font-size: 14px;
	padding: 0px 50px;
}
.testi-text p span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #b9b9b8;
	font-size: 15px;
}
.testi-text h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #b9b9b8;
	font-size: 20px;
	padding: 0px 50px;
	font-style:italic;
}
.testi-text {
	padding: 60px 10px 30px 10px;
}
.testi-img .overlay {
	position: absolute;
	z-index: 999;
	content: "";
	border-radius: 50%;
	background: rgb(227, 227, 227,0.4);
	width: 70px;
	height: 70px;
	line-height: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0px;
}
.testi-slider {
	position: relative;
}
.testi-slider .owl-nav .owl-prev {
	background: url(../images/arrow.png) no-repeat 0 0 !important;
	width: 70px;
	height: 19px;
	text-indent: -10000px;
	border-radius: 0px !important;
	position: absolute;
	z-index: 999;
	content: "";
	left: 150px;
	top: 30px;
}
.testi-slider .owl-nav .owl-next {
	background: url(../images/arrow2.png) no-repeat 0 0 !important;
	width: 70px;
	height: 19px;
	text-indent: -10000px;
	border-radius: 0px !important;
	position: absolute;
	z-index: 999;
	content: "";
	right: 150px;
	top: 30px;
}
.testi-slider .owl-nav{
	 margin:0px !important;	
}
.testi-slider .owl-item.active.center .testi {
	background: #e7792c;
	top: -90px;
	transform: scale(1.1);
	box-shadow: 0px 3px 6px 0px #9b9b9b;
}
.testi-slider .owl-item.active .testi {
	transform: scale(0.9);
}
.testi-slider .owl-item.active.center .testi p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 41px;
}
.testi-slider .owl-item.active.center .testi h4{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:20px;
}
.testi-slider .owl-item.active.center .testi-img {
    top: 10px;
}
.testiminial .view2 {
    margin: 0 auto;
}
/*******footer*********/
.footer {
	background: url(../images/footer.jpg) no-repeat;
	padding: 40px 0px 0px 0px;
	margin: 80px 0 0 0;
}
.ft-logo p {
	color: #fff;
	margin-top: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
}
.ft-menu h4 {
	color: #e7792c;
	margin: 20px 0px;
	font-family:'Poppins', sans-serif;
	font-weight: 600;
	font-size:18px;
}
.ft-menu li a {
	color: #fff;
	margin: 20px 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 35px;
}
.ft-menu li a:hover{
	color:#e7792c;	
}
.ft-social h4 {
	color: #e7792c;
	margin: 20px 0px;
	font-family:'Poppins', sans-serif;
	font-weight: 600;
	font-size:18px;
}
.ft-social li a {
	color: #fff;
	margin: 20px 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 35px;
	margin-left:5px;
}
.ft-social li a:hover{
	color:#e7792c;	
}
.ft-social li a span{
	margin-left:10px;
}
.ft-contact h4 {
	color: #e7792c;
	margin: 20px 0px;
	font-family:'Poppins', sans-serif;
	font-weight: 600;
	font-size:18px;
}
.ft-contact li a {
	color: #fff;
	margin: 20px 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 35px;
	margin-left:5px;
}
.ft-contact li a:hover{
	color:#e7792c;	
}
.ft-contact li a span {
	margin-left: 5px;
	float: left;
	width: 80%;
}
.ft-contact li a i {
	float: left;
	width: 7%;
	margin-top: 9px;
}
.footer-end{
	border-top:2px solid #fff;
}
.copy-power p {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 13px;
	text-align: center;
	padding: 12px 0px;
	margin: 0;
}
.copy-power p a{
	color:#fff;	
}
.copy-power p a:hover{
	color:#e7792c;	
}


/*.serv-img::before {
	content: '';
	position: absolute;
	top: -8px;
	right: 0;
	bottom: 0px;
	left: 0;
	z-index: -1;
	margin: -5px;
	border-radius: inherit;
	background: linear-gradient(to top, #f9b910, #fff, #f9b910 );
	width: 95px;
	height: 95px;
	margin: 0 auto;
	box-shadow: 0px 2px 3px 0px #000;
	display: none;
}

.serv-img:hover:before {display:block}
*/


/*.serv-img:hover {
	background: transparent;
	border: 9px solid;
	border-image-source: linear-gradient(to top, #e7792c, #fff, #e7792c );
	border-image-slice: 1;
	border-radius: inherit;
}*/

/***== about section ==***/
.inner-banner{
	position:relative;	
}
.inner-banner .overlay {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	height: 100%;
}
.inner-about{
	padding:70px 0px 40px;	
}
.inner-about .abt-img3 {
	top: 220px;
	bottom: 28px;
}
/**== service-section ==**/
.service-inner{
	background:none;
	color:#000;	
}
.service-inner h2{
	color:#042c68;	
}
.service-inner h2::after{
	background:#042c68;	
}
.service-inner h4{
	color:#042c68;	
}
.service-inner p{
	color:#000;	
}
.service.service-inner p {
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	margin: 0;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}
/************ Testimonials ****************/

.testimonials {
	padding: 40px 0;
	background: #FCF8F8;
}
.test-image img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 5px;
	box-shadow: 0 0 5px #ccc;
}
.test-image {
	float: left;
	margin-right: 30px;
}
.testi-content p {
	font-size: 15px;
	line-height: 25px;
	color: #222;
}
.testi-content {
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	position: relative;
}
.testi-content::after {
	position: absolute;
	content: "";
	width: 422px;
	height: 20px;
	background: url(../images/shadow.png) no-repeat 0 0;
	bottom: -20px;
	left: 0;
}
.test-image {
	position: absolute;
	bottom: -50px;
	right: 40px;
	z-index:9;
}
.testi-each {
	margin-bottom: 80px;
	float: left;
}
.testimonials h2{
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #042c68;
	position: relative;
	text-align: center;
	padding:0px 0px 20px;	
}
.testimonials h2::after {
	position: absolute;
	z-index: 9;
	content: "";
	width: 66px;
	height: 2px;
	background: #042c68;
	left: 0px;
	margin: 0 auto 10px;
	bottom: -3px;
	right: 160px;
}
/***contact-page***/
.cnt h3 {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	color: #7fc9fc;
	margin: 20px 0px 40px 0px;
	position:relative;
}
.cnt h3::after {
	position: absolute;
	z-index: 99;
	content: "";
	width: 130px;
	/* height: 0px; */
	bottom: 0;
	left: 0;
	right: 0;
	top: 37px;
	border: 1px solid #178cdd;
	margin: 0 auto;
}
.cnt-icon {
	float: left;
	margin-right: 25px;
}
.cnt-icon i {
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 37px;
	text-align: center;
	width: 40px;
	height: 40px;
}
.cnt-info {
	float: left;
	width: 78%;
}
.cnt-info h3 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	line-height: 20px;
}
.cnt-info p {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #000;
}
.cnt-info p a{
	color: #000;
}
.container-fluid.contact {
    background-image: linear-gradient(90deg, #e7792c 50%, #f7f7f7 50%);
    padding: 20px 0px 0px 0px;
} 
.cnt-each1 h1 {
	font-size: 23px;
	margin: 20px 0px 40px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	position: relative;
}
.cnt-each1 h1::after {
	border: 1px solid #fff;
	width: 100px;
	position: absolute;
	z-index: 99;
	content: "";
	left: 0px;
	right: 0;
	top: 36px;
}
.cnt-each2 h1::after {
	border: 1px solid #000;
	width: 100px;
	position: absolute;
	z-index: 99;
	content: "";
	left: 100px;
	right: 0;
	top: 56px;
}.cnt-info p {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #000;
}

.cnt-each1 h2 span {
	font-size: 20px;
	margin: 0px 0px 30px 0px;
	font-family:'Poppins', sans-serif;
	text-transform:lowercase;
	color:#fff;
	letter-spacing:3px;
}
.cnt-each2 h1 {
	font-size: 23px;
	margin: 20px 0px 40px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	font-family: 'Poppins', sans-serif;
}

.cnt-each2 h2 span {
	font-size: 20px;
	margin: 0px 0px 30px 0px;
	font-family: 'Poppins', sans-serif;
	text-transform: lowercase;
	color: #7fd4fd;
	letter-spacing: 3px;
}
.cnt-each2 {
	padding-left: 100px !important;
}
.cnt-each2 input[type="text"], .cnt-each2 input[type="tel"], .cnt-each2 input[type="email"]{
	width: 100%;
	border: none;
	margin: 0px 0px 20px 0px;
	color: #fff;
	background: #042c68;
	padding: 10px;
	font-family:'Poppins', sans-serif;
	font-size:13px;
}
.cnt-each2 textarea {
	width: 100%;
	border: none;
	margin: 0px 0px 20px 0px;
	color: #fff;
	background: #042c68;
	padding: 10px;
	height:200px;
	font-family:'Poppins', sans-serif;
	font-size:13px;
}
.cnt-each2 input[type="submit"] {
	margin: 0px 0px 20px 0px;
	color: #fff;
	background: #042c68;
	padding: 10px 35px;
	border: 1px solid #0b86c2;
	font-family:'Poppins', sans-serif;
	font-size:13px;
}
.up h5 {
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.down h5 {
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.up li {
	margin: 0px 0px 8px 0px;
	font-family: 'Poppins', sans-serif;
}
.info li a {
	color: #0282ff;
}
.down li a i{
	color:#fff;
	margin-right:10px;		
}
.down li a{
	color:#fff;	
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight:400;	
}
.down li a:hover{
	color:#000;	
}
.cnt-head p {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	width: 100%;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: center;
	padding: 20px 0px;
}
.cnt-head h2 {
	font-size: 25px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	width: 100%;
	line-height: 26px;
	text-align: center;
	padding: 40px 0px 0 0;
	color: #042c68;
}
.main-banner-slider .owl-item img {
	height: 569px;
	object-fit: cover;
}
.about-section img {
	height: 251px;
	object-fit: cover;
	width: 100%;
}




.popup-con-form {
	position: fixed;
	width: 540px;
	max-width: 450px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: #fff;
	padding: 30px;
	height: 560px;
}
.form-overlay {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	display: none;
}
.popup-con-form .cont-form h2 {
    font-size: 30px;
    color: #0b91cf;
    text-align: center;
	margin-bottom: 0px;
}
.popup-con-form .cont-form h4 {
    font-size: 24px;
    color: #042c68;
    margin-bottom: 20px;
    text-align: center;
}
.popup-con-form .cont-form p {
    font-size: 18px;
    color: #0b91cf;
    margin-bottom: 20px;
    text-align: center;
}
.cont-form form input[type="text"], .cont-form form input[type="tel"], .cont-form form input[type="email"] {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 0px #ececec;
	background: #fff;
	color: #000;
	font-size: 15px;
}
.cont-form form textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 0px #ececec;
	background: #fff;
	color: #000;
	font-size: 15px;
	height:200px;
}
.cont-form form input[type="submit"] {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 0px #ececec;
	background: #042c68;
	color: #fff;
	font-size: 18px;
}
.cont-form form input[type="text"]:hover, .cont-form form input[type="text"]:focus, .con-form form input[type="tel"]:hover, .cont-form form input[type="tel"]:focus, .cont-form form input[type="email"]:hover, .cont-form form input[type="email"]:focus, .cont-form form textarea:hover, .contact-form form textarea:focus {
	box-shadow: 5px 5px 0px #042c68;
}
.q-btn {
	margin: 30px 0 0 0;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	background: #e7792c;
	color: #fff;
	padding: 10px 40px;
	font-size: 15px;
	font-weight: 700;
}
#myModal .close {
	position: absolute;
	z-index: 999999;
	right: -1px;
	top: 0px;
	opacity: 1;
	font-size: 25px;
	color: #fff;
	background: #042c68;
	text-align: center;
	height: 30px;
	width: 30px;
	line-height: 0px;
}
.wp-no {
	display: block;
	margin: 30px auto;
	text-align: center;
}
.wp-no a {
	background: none !important;
	color: #092c68 !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	margin: 0 0 0 0px;
}
.wp-no a i {
	margin: 0 8px 0 0px;
}
.s-each:nth-child(1) .about-section {
	background: #eaeaea;
	height: 250px;
	text-align: center;
}
.ltn p {
	margin: 30px 0 0 0;
	color: #042c68;
	font-weight: 600;
	font-size: 19px;
}
.m-form {
	max-width: 450px !important;
}







