@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	line-height: normal;
}
a {
	color: #7e9ea9;
	text-decoration: none;
}
a:hover {
	color: #282828;
	text-decoration: none;
}
a:focus {
  outline: 0;
}
img {
	max-width: 100%;
	height: auto;
}
#wrap {
	float: left;
	width: 100%;
}
.container {
	max-width: 1250px;
	margin: 0 auto;
}
#header {
	float: left;
	width: 100%;
	padding: 15px 0;
	background: #191919;
}
#header * {
	transition: all .3s ease-in-out;
}
#header .logo {
	float: left;
    width: 204px;
}
#header .logo img {
	width: 100%;
	height: auto;
}

.mainNav {
	float: right;
	width: auto;
	margin-top: 15px;
}
.mainNav ul.menu {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.mainNav ul.menu li {
	position: relative;
	display: inline-block;
}
.mainNav ul.menu li:last-child {
	padding-right: 0;
}
.mainNav ul.menu li a {
	display: inline-block;
	padding: 11px 20px;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.mainNav ul.menu > li > a:hover,
.mainNav ul.menu > li:hover > a,
.mainNav ul.menu > li.current_page_item > a,
.mainNav ul.menu > li.current-menu-parent > a {
	color: #6c8f97;
}
.mainNav ul.menu li.menu-item-has-children a {
	padding-right: 14px;
}
.mainNav ul.menu li.menu-item-has-children > a:after {
	content: "\f104";
    font: normal normal normal 14px/1 Ionicons;
	font-family: Ionicons;
    font-size: 12px;
    position: absolute;
	margin-top: -6px;
    top: 50%;
    right: 0px;
}
.mainNav ul li a svg {
	display: none;
}
.mainNav ul.menu > li:hover > ul.sub-menu {
	display: block;
}
.mainNav ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 250px;
	background-color: #6c8f97;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
	text-align: left;
}
.mainNav ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
.mainNav ul.menu li ul.sub-menu li a {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
.mainNav ul.menu li ul.sub-menu li a:hover,
.mainNav ul.menu li ul.sub-menu li:hover > a,
.mainNav ul.menu li ul.sub-menu li.current_page_item a {
	background-color: #000000;
	text-decoration: none;
}
.mainNav ul.menu li ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f125";
    right: 10px;
}
.mainNav ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.mainNav ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}

#homeBanner {
    position: relative;
    float: left;
    width: 100%;
}
#homeBanner .slider-cap {
    background-color: rgba(0, 0, 0, 0.70)!important;
}
#middle {
	float: left;
	width: 100%;
}
#ServiceSection {
	padding-top: 50px;
	padding-bottom: 50px;
}
#ServiceSection h2 {
	position: relative;
	margin: 0px 0px 20px 0px;
	font-size: 40px;
	color: #282828;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
#ServiceSection .content {
	position: relative;
	padding-top: 30px;
}
#ServiceSection .content .img-thumbnail {
	float: left;
	max-width: 100%;
	height: auto;
	padding: 0px 0px;
	margin-bottom: 30px;
	background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	border: transparent;
	border-radius: 6px;
}
#ServiceSection .content .img-thumbnail .thumb {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
#ServiceSection .content .img-thumbnail .thumb img {
	width: 100%;
	height: auto; 
}
#ServiceSection .content .img-thumbnail .figure-caption {
	float: left;
	width: 100%;
	padding: 0px 15px 15px 15px;
}
#ServiceSection .content .img-thumbnail .figure-caption h3 {
	margin: 0px 0px 10px 0px;
	font-size: 22px;
	color: #7e9ea9;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
#ServiceSection .content .img-thumbnail .figure-caption p {
	min-height: 130px;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #282828;
	line-height: 26px;
}
#ServiceSection .content .img-thumbnail .figure-caption .readmore {
	display: inline-block;
	padding: 7px 23px;
	background: #7e9ea9;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-in-out;
}
#ServiceSection .content .img-thumbnail .figure-caption .readmore:hover {
	background: #6e919d;
}
#AboutSection {
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#AboutSection .left_cnt {
	position: relative;
	float: left;
	width: 50%;
	padding: 120px 30px;
	background-color:rgba(0, 0, 0, 0.80);
}
#AboutSection .left_cnt h2 {
	position: relative;
	margin: 0px 0px 20px 0px;
	font-size: 40px;
	color: #ffffff;
	line-height: 45px;
	font-weight: 600;
	text-transform: uppercase;
}
#AboutSection .left_cnt h5 {
	position: relative;
	margin: 0px 0px 10px 0px;
	font-size: 22px;
	color: #ffffff;
	line-height: 32px;
	text-transform: uppercase;
}
#AboutSection .left_cnt p {
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	font-weight: 400;
}
#AboutSection .left_cnt .find_more {
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #ffffff;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-in-out;
}
#AboutSection .left_cnt .find_more:hover {
	background: #7e9ea9;
	border: 1px solid #7e9ea9;
}
#PhotoGallery {
	padding: 0 15px;
	padding-top: 80px;
	padding-bottom: 80px;
    text-align: center;
}
#PhotoGallery h2 {
    position: relative;
    margin: 0px 0px 20px 0px;
    font-size: 40px;
    color: #7e9ea9;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
#PhotoGallery .view-all {
	display: inline-block;
	margin-top: 30px;
	padding: 12px 25px;
	background: #7e9ea9;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-in-out;
}
#PhotoGallery .view-all:hover {
	background: #6e919d;
}
#ClinetSection {
    padding-top: 30px;
    padding-bottom: 30px;
	
}
#ClinetSection h2 {
    margin: 0px 0px 10px 0px;
	font-size: 40px;
	color: #1f1f1f;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
#ClinetSection .content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.slider_cnt .owl-stage {
	padding: 20px 0;
}
.slider_cnt .item {
    position: relative;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
    padding: 20px 20px;
    background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.slider_cnt .item .left_pic {
	display: inline-block;
	width: 120px;
	height: 120px;
	border: 2px solid #7e9ea9;
	border-radius: 50%;
	overflow: hidden;
}
.slider_cnt .item .right_cnt {
	float: right;
	width: 70%;
}
.slider_cnt .item .right_cnt p {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	line-height: 25px;
}
.slider_cnt .item .right_cnt h4 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #7e9ea9;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
}

#ContactUs_Btm h3 {
    margin: 0px 0px 0px 0px;
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
}
#ContactUs_Btm .phone {
	display: inline-block;
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
#ContactUs_Btm .phone:hover {
	text-decoration: underline;
}
#footer {
	float: left;
	width: 100%;
	background: #191919;
}
.footerSection {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 55px;
	padding-bottom: 55px;
	
}
.footerSection .ftr_logo {
	float: left;
	width: 100%;
	margin-bottom: 35px;
	text-align: center;
}
.footerSection .ftrlogo_right {
	float: right;
	width: 322px;
	margin-top: 15px;
	margin-bottom: 35px;
}
.FtrMenu {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
.FtrMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.FtrMenu ul li {
	display: inline-block;
	padding: 0px 15px;
}
.FtrMenu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.FtrMenu ul li a:hover {
	color: #7e9ea9;
	text-decoration: none;
}
.FtrPhEmail {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
.FtrPhEmail p {
	margin: 0 0 0 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.FtrPhEmail a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.FtrPhEmail a:hover {
	color: #7e9ea9;
	text-decoration: none;
}
.FooterSocial {
	float: right;
    width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
.FooterSocial ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.FooterSocial ul li {
	display: inline-block;
    width: auto;
	margin-right: 10px
}
.FooterSocial ul li:last-child {
	margin-right: 0
}
.FooterSocial ul li a {
	display: inline-block;
	width: 36px;
    height: 36px;
    border: 1px solid #6d8d95;
	border-radius: 50%;
	font-size: 18px;
	color: #6d8d95;
	line-height: 35px;
	text-align:center;
	text-decoration: none;
	transition: all .3s ease-out;
}
.FooterSocial ul li a:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
}
.Footer_btm .social ul li a:hover i {
	color: #ffffff;
}
.CopyRight {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
}


/* contact form 7 */
.wpcf7-form-control-wrap { display: block; }
body .wpcf7 form .wpcf7-response-output { padding: 0 0px; margin: 20px 0 0 0; box-sizing: border-box; border: none; }
body span.wpcf7-not-valid-tip { position: absolute; top: 3px; right: 4px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #f00 !important; }

/*----------------- inner pages -----------------*/
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto;}

#inner_banner {
	position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	overflow: hidden;	
}
#inner_banner img {
	width: 100%;
	height: auto;
}
#inner_banner .caption {
    position: absolute;
    width: 28%;
    background-color: rgba(0, 0, 0, 0.70);
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 20px;
}	
#inner_banner .caption h1 {
    margin: 0 0 0px 0;
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
}

.inner_section {
	padding-top: 60px;
    padding-bottom: 60px;
}
.inner_section h2 {
	margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;	
    color: #1f1f1f;
    text-transform: uppercase;
}
.inner_section h3 {
	margin: 0 0 10px 0;
    font-size: 25px;
    color: #1f1f1f;
    line-height: 25px;
    text-transform: uppercase;
}
.inner_section p {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color:#282828;
}
.inner_section p:last-child {
	margin-bottom: 0px;
}
.inner_section ul {
    margin: 0px 0 10px 0;
    padding: 0px;
    list-style: none;
}
.inner_section ul li {
    position: relative;
    padding: 0 0 5px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #636466;
}
.inner_section ul li:before {
    position: absolute;
    left: 0;
    content: '\F133';
    font-family: "Material Design Icons";
    font-size: 20px;
    color: #7e9ea9;
}

/*----------------- About Pages -----------------*/
.about_sec img {
	border: 2px solid #7e9ea9;
    padding: 5px;
}

/*----------------- Review Pages -----------------*/
.review_sec .item { 
	display: inline-block;
    width: 100%;
	margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #adbdc1;
}
.review_sec .item:last-child {
	margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.review_sec .item .left_pic {
	display: inline-block;
	width: 120px;
}
.review_sec .item .left_pic img {
	width: 120px;
	height: auto;
	border: 2px solid #7e9ea9;
	border-radius: 50%;
}
.review_sec .item .right_cnt {
	float: right;
	width: 87%;
}
.review_sec .item .right_cnt p {
	margin: 0 0 0px 0;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	line-height: 25px;
}
.review_sec .item .right_cnt h4 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #7e9ea9;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
}

/*----------------- Contact Pages -----------------*/
.contact_form {
    padding: 0px 0 0 0;
}
.contact_form h3 {
	margin: 0 0 30px 0;
    font-size: 30px;
    color: #1f1f1f;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact_form .form-group {
    margin-bottom: 0px;
	display: inline-block;
    width: 100%;
}
.contact_form .form-control {
    display: inline-block;
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    margin-bottom: 15px;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    font-size: 16px;
    color: #282828;
    font-weight: 400;
	border-radius: 0px;
}
.contact_form .form-control::-webkit-input-placeholder {
	font-size: 16px;
	color: #c0c0c0;
}
.contact_form .form-group .submit_btn {	
	float: left;
    width: auto;
    padding: 14px 35px;
    background: #71939f;
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
    text-align: center;
	border-radius: 0px;
}
.contact_form .form-group .submit_btn:hover {
	background: #000;
}
.contact_form textarea.form-control {
    height: auto;
    resize: none;
}
.contact_detail {
	padding: 0px 0 0 0;
}
.contact_detail h3 {
	margin: 0 0 30px 0;
    font-size: 30px;
    color: #1f1f1f;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact_detail a {
	color: #636466;
    text-decoration: none;
}
.contact_detail a:hover {
	color:#06075b;
    text-decoration: none;
}
.contact_detail .details {
	position:relative;
	float: left;
	width: 100%;
	padding:0px 0px 20px 25px;
	color: #636466;
	font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.contact_detail .details strong {
	display: inline-block;
    width: 100%;
	margin-bottom: 8px;
	color: #636466;
    font-weight: 700;
}
.contact_detail .address:before {
	position:absolute;
	left:0px;
	content:'\F34E';
	font-family: Material Design Icons;
	font-size: 18px;
	color:#7e9ea9;
	line-height: 27px;
}
.contact_detail .phone:before {
	position:absolute;
	left:0px;
	content:'\F3F2';
	font-family: Material Design Icons;
	font-size: 18px;
	color:#7e9ea9;
	line-height: 27px;
}
.contact_detail .email:before {
	position:absolute;
	left:0px;
	content:'\F1EE';
	font-family: Material Design Icons;
	font-size: 18px;
	color:#7e9ea9;
	line-height: 27px;
}
.map_sec {
	width: 100%;
    float: left;
}
.map_sec p {
	margin-bottom:0px;
}
.map_sec iframe {
	width: 100%;
    display: block;
}