/*
Theme Name: eye
Theme URI: http://neromotion.co.nz
Author: neromotion
Author URI: http://neromotion.co.nz
*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Work Sans', sans-serif;
	font-weight: 100;
}
a {
	text-decoration: none;
}

.hide {display:none !important;}

.ico-arr a:after {
    content: '\f178';
    font-family: FontAwesome;
    color: #fff;
    font-size: 11px;
    margin-left: 6px;
}
.ico-arr a {color:#ffffff; font-size: 15px; letter-spacing: .5px;}
.ico-arr a:hover, .ico-arr a:hover:after {color:#b9d2e8;}

.link-services a {color:#1468b2;}
.link-services a:hover {color:#1468b2;}

/**
 * Me
 */
.s-container,
.s-container-inner > .wpb_column {
	max-width: 1200px;
	margin: 0 auto !important;
}
.height-100 > .vc_column-inner > .wpb_wrapper,
.height-100 > .vc_column-inner > .wpb_wrapper > .vc_row {
	height: 100%;
}
.text-center {
	text-align: center;
}
.section-title {
	color: #1468b2;
}
.section-title.big {
	font-size: 65px;
	font-weight: 300;
}
.section-title.medium {
	font-size: 52px;
	font-weight: 200;
}
.section-title.small {
	font-size: 27px;
	font-weight: 200;
	margin-bottom: 15px;
}
.section-title.underline {
	padding-bottom: 30px;
	background-image: url('/wp-content/uploads/2016/08/title_underline.jpg');
	background-size: 200px 5px;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.section-title p {
	margin-top: 0;
}
.section-desc {
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	font-size: 17.5px;
	color: #555;
	line-height: 23px;
}
/**
 * Header
 */
header.site-header {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(20,104,178,.5);
}
header.site-header .site-logo {
	display: flex;
	align-items: center;
	float: left;
	height: 100px;
	background-color: #1468b2;
	padding: 0 35px;
}
@media screen and (max-width: 497px) {
	header.site-header .site-logo {
		padding: 0 15px;
	}
}
header.site-header .site-logo img {
	max-width: 246.5px;
	max-height: 45.5px;
	width: 100%;
}
header.site-header .toggle-menu {
	display: none;
	float: left;
	height: 100px;
	text-align: center;
	background-color: rgba(63,132,192,1);
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}
header.site-header .toggle-menu:hover {
	background-color: #1468b2;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}
header.site-header .toggle-menu span {
	vertical-align: middle;
	width: 135px;
	height: 100px;
	display: table-cell;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1px;
}
@media screen and (max-width: 1180px) {
	header.site-header .toggle-menu {
		display: block;
	}
	header.site-header nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index:1;
		font-weight:300;
	}
	header.site-header nav ul li {
		height: auto;
		float: none;
	}
	header.site-header nav ul li a {
		display: block;
		float: none;
		width: auto;
		height: auto;
		padding: 25px 0;
	}
}
@media screen and (max-width: 720px) {
	header.site-header .toggle-menu {
		float: none;
		display: flex;
		align-items: center;
	}
	header.site-header .toggle-menu span {
		width: 100%;
		height: auto;
		font-weight:300;
	}
}
header.site-header ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
header.site-header ul li {
	display: block;
	float: left;
	height: 100px;
	text-align: center;
}
header.site-header ul li a {
	vertical-align: middle;
	width: 110px;
	height: 100px;
	display: table-cell;
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	font-weight:300;
}
header.site-header ul li:nth-of-type(5) a {
	background-color: #84b0d7;
}
header.site-header ul li:nth-of-type(4) a {
	background-color: #72a4d0;
}
header.site-header ul li:nth-of-type(3) a {
	background-color: #689ecd;
}
header.site-header ul li:nth-of-type(2) a {
	background-color: #5f98ca;
}
header.site-header ul li:nth-of-type(1) a {
	background-color: #3f84c0;
}
header.site-header ul li a:hover {
	background-color: #1468b2;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}
header.site-header .contact-info {
	display: block;
	float: right;
	text-align: right;
	height: 100px;
	padding-right: 20px;    
	background-color: #1468b2;
    padding-left: 10px;
    font-weight: 300;
}
header.site-header .contact-info p {
	white-space: pre-line;
	margin: 0;
	color: #fff;
	line-height: 22px;
	letter-spacing: 1px;
	vertical-align: middle;
	display: table-cell;
	height: 100px;
}
header.site-header .contact-info p strong {
	font-weight: 300;
}
header.site-header .partnership {
	position: absolute;
	top: 120%;
	left: 37px;
	max-width: 175px;
}
header.site-header .partnership img {
	width: 100%;
}
header.site-header .partnershipMob {
	display: none;
}

header.fixed {
	height: 60px;
	background-color: #1468b2;
	text-align: right;
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (min-width: 1181px) {
	header.fixed.site-header .toggle-menu {
		display: none;
	}
	header.site-header nav {
		display: block !important;
	}
	header.fixed.site-header nav {
		display: inline-block !important;
	}
	header.fixed ul li a {
		background-color: transparent !important;
	}
}
header.fixed .mob-hide {
	display: none;
}
header.fixed .partnershipMob {
	display: inline-block;
	float: left;
	height: 42px;
	margin-top: 7.5px;
}
header.fixed .partnershipMob img {
	width: auto;
	height: 100%;
}
header.fixed .site-logo,
header.fixed ul li,
header.fixed .contact-info,
header.fixed .toggle-menu,
header.fixed .toggle-menu span {
	height: 60px;
	background-color: transparent !important;
}
header.fixed .toggle-menu {
	float: unset;
	display: inline-block;
}
header.fixed ul li a {
	height: 60px;
}
header.fixed .site-logo {
	padding: 0 10px;
}
header.fixed .contact-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
header.fixed .contact-info p {
	border-left: 1px solid #fefffa;
	height: auto;
	padding-left: 27px;
	padding-top: 3px;
	padding-bottom: 3px;
}
header.fixed ul li a,
header.fixed .contact-info p,
header.fixed .contact-info p strong {
	font-size: 15px;
	font-weight: 300;
}
header.fixed ul li a {
	width: auto;
	padding-left: 17px;
	padding-right: 17px;
}
/*
 * Slider
 */
 .home .wpb_revslider_element {
 	margin-bottom: 0;
 }
.btn-cta-msg {
	position: relative;
	font-weight: 600;
	background-color: #1468b2;
	color: #c7e5ff;
	font-size: 14px;
	line-height: 18px;
	white-space: pre;
	padding: 15px;
	padding-right: 90px;
}
.btn-cta-msg:after {
	content: '\f178';
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn-cta-msg .bigger {
	font-size: 20px;
	font-weight: 600 !important;
	letter-spacing: 0px !important;
}
@media screen and (max-width: 720px) {
	header.site-header .contact-info {
		display: none;
	}
}
/*
 * After slider
 */
.after-slider {
	position: relative;
	max-width: 735px;
	margin: 0 auto !important;
	margin-bottom: -80px !important;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	-o-transform: translateY(-65%);
	transform: translateY(-65%);
}
.after-slider .block {
	width: 50%;
	color: #fff;
	padding: 20px 35px;
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
}
.block.self {
	color: #fff;
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
}
.block.self > .vc_column-inner {
	padding: 50px 35px;
}
.block.self.map > .vc_column-inner {
	padding: 30px 35px;
	min-height: 275px;
}
@media screen and (max-width: 1249px) {
	.after-slider {
		max-width: 595px;
	}
	.after-slider .block {
		padding: 30px 15px;
	}
}
@media screen and (max-width: 1023px) {
	.after-slider {
		max-width: 100%;
		margin-bottom: 50px !important;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
.after-slider .block:nth-of-type(1) {
	background-color: #1468b2;
}
.after-slider .block:nth-of-type(2) {
	background-color: #2c77ba;
}
.after-slider .block:nth-of-type(3) {
	background-color: #4386c1;
}
.after-slider .vc_icon_element,
.block.self .vc_icon_element {
	margin-bottom: 0;
}
.after-slider .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner,
.block.self .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: auto;
	height: auto;
}
.after-slider .block .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon,
.block.self .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	position: relative;
	top: 0;
	left: 0;
	font-size: 47px !important;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.after-slider .block .block-title,
.block.self .block-title {
	margin-bottom: 20px;
}
.after-slider .block .block-title p,
.block.self .block-title p {
	margin-top: 10px;
	font-size: 21px;
	font-weight: 200;
	letter-spacing: 1px;
}
.block.self.map .block-title p {
	font-weight: 400;
}
.after-slider .block ul {
	list-style: none;
	padding-left: 0;
}
.after-slider .block ul li {
	display: inline-block;
	float: left;
	width: 60%;
}
.after-slider .block ul li:nth-of-type(2n) {
	float: right;
	width: 40%;
}
.after-slider .block .block-desc,
.block.self .block-desc {
	margin-bottom: 0;
}
.after-slider .block .block-desc p strong,
.block.self .block-desc p strong {
	display: inline-block;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 15px;
}
.after-slider .block .block-desc p strong[x-apple-data-detectors],
.block.self .block-desc p strong[x-apple-data-detectors] {
	color: inherit !important;
}
.mapWrap {
	margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
	.after-slider .block {
		width: 100%;
	}
}
/**
 * A little bit about us
 */
#a-little-bit-about-us {
	max-width: 850px;
	margin: 0 auto !important;
}

/**
 * Service
 */
#our-services > .wpb_column > .vc_column-inner {
	max-width: 914px;
	margin: 0 auto;
}
.service-block {
	color: #1468b2;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	max-width: 228.5px;
}
@media screen and (min-width: 768px) {
	#our-services {
		max-height: 616px;
	}
	.service-block .wpb_single_image {
		width: 90%;
		padding-top: 10%;
		padding-left: 10%;
		margin-bottom: 20%;
		transition: width .8s, padding .8s, margin .8s;
	}
	.service-block .wpb_single_image:hover {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
		margin-bottom: 10%;
		transition: width .8s, padding .8s, margin .8s;
	}
}
@media screen and (max-width: 767px) {
	#our-services .service-block {
		max-width: none;
		width: 50%;
		display: inline-block;
		padding: 10px 30px;
	}
	.service-block .wpb_single_image img {
		width: 100%;
		max-width: 228.5px;
	}
}
@media screen and (max-width: 480px) {
	#our-services .service-block {
		width: 100%;
	}
}
/**
 * Slogan
 */
#slogan {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 112px;
}
#slogan .slogan-text {
	background-image: url('/wp-content/uploads/2016/08/title_underline.jpg');
	background-size: 200px 5px;
	background-repeat: no-repeat;
	background-position: top 20px left;
	max-width: 550px;
	padding-top: 1px;
	color: #fff;
	font-size: 40px;
	font-weight: 500;
}
@media screen and (max-width: 979px) {
	#slogan .vc_col-sm-6:nth-of-type(1) {
		display: none;
	}
	#slogan .vc_col-sm-6:nth-of-type(2) {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
}
/**
 * Acceptable cards
 */
.cards-wrapper > p {
	color: #c7e5ff;
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.cards-wrapper .cards img {
	max-height: 47px;
	margin-right: 8px;
}
@media screen and (max-width: 579px) {
	.cards-wrapper > p {
		font-weight: 300;
	}
	#slogan .slogan-text {
		font-size: 7vw;
		line-height: 7.5vw;
	}
}

.border-bottom {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 5px;
}
.border-bottom span {
	display: block;
	width: 25%;
	float: left;
	height: 5px;
}
.border-bottom span:nth-child(1) {
	left: 0;
	background-color: #4386c1;
}
.border-bottom span:nth-child(2) {
	left: 25%;
	background-color: #72a4d1;
}
.border-bottom span:nth-child(3) {
	left: 50%;
	background-color: #a1c3e0;
}
.border-bottom span:nth-child(4) {
	left: 75%;
	background-color: #d0e1f0;
}

/**
 * Meet our team
 */
#meet-our-team {
	position: relative;
}
#meet-our-team .more-about-team p {
	color: #4386c1;
	font-size: 19px;
}
#meet-our-team .more-about-team p a {
	color: #1468b2;
	font-weight: 200;
	border-bottom: 1px solid #1468b2;
}

.team-wrapper {
	margin-bottom: 30px;
}
.team-wrapper .inner {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
}
.team-wrapper .prev,
.team-wrapper .next {
	position: absolute;
	top: calc( 50% - 25px );
	width: 100px;
	height: 50px;
}
.team-wrapper .prev {
	left: -150px;
}
.team-wrapper .next {
	right: -150px;
}
.team-wrapper .prev .arrow {
	width: 100%;
	height: 100%;
	background-image: url('/wp-content/uploads/2016/08/arrowL.png');
	background-size: cover;
	display: block;
	position: relative;
	z-index: 1;
}
.team-wrapper .next .arrow {
	width: 100%;
	height: 100%;
	background-image: url('/wp-content/uploads/2016/08/arrowR.png');
	background-size: cover;
	background-position: top 1px center;
	display: block;
	position: relative;
	z-index: 1;
}
.team-wrapper .prev:before,
.team-wrapper .next:before,
.team-wrapper .prev:after,
.team-wrapper .next:after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	z-index: 0;
}
.team-wrapper .prev:before {
	background-color: #1468b2;
	left: 0;
}
.team-wrapper .next:before {
	background-color: #4386c1;
	left: 0;
}
.team-wrapper .prev:after {
	background-color: #4386c1;
	right: 0;
}
.team-wrapper .next:after {
	background-color: #1468b2;
	right: 0;
}
.team-wrapper .owl-carousel {
	overflow: hidden;
}
.team-wrapper .owl-carousel .owl-item {
	display: inline-block;
}
.team-wrapper .member {
	max-width: 270px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.team-wrapper .member .photo {
	position: relative;
	font-size: 0;
}
.team-wrapper .member .photo:before,
.team-wrapper .member .after-about:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url('/wp-content/uploads/2016/08/title_underline.jpg');
	background-size: cover;
	width: 100%;
	height: 5px;
}
.team-wrapper .member .photo img {
	width: 100%;
}
.team-wrapper .member .about {
	background-color: #1468b2;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
	min-height: 90px;
}
.team-wrapper .member .about .name,
.team-wrapper .member .about .role,
.team-wrapper .member .about .role_2 {
	display: block;
}
.team-wrapper .member .about .name {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 2px;
}
.team-wrapper .member .about .role,
.team-wrapper .member .about .role_2 {
	color: #c7e5ff;
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}
.team-wrapper .member .after-about {
	position: relative;
}
.team-wrapper .member .after-about p {
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 25px;
	font-family: 'Oxygen', sans-serif;
	color: #555;
	font-size: 14px;
	line-height: 18px;
	min-height: 64px;
}
.team-wrapper .member .after-about p .cut {
	display: none;
}

.member-doctor {
	position: relative;
	margin-bottom: 30px !important;
}
.member-doctor:before {
	content: '';
	position: absolute;
	display: block !important;
	left: 0;
	bottom: 0;
	background-image: url('/wp-content/uploads/2016/08/title_underline.jpg');
	background-size: cover;
	width: 100%;
	height: 5px;
	z-index: 1;
}
.member-doctor .vc_column_container .vc_column-inner {
	padding: 0 !important;
}
.member-doctor .wpb_single_image {
	margin-bottom: 0;
}
.member-doctor > .vc_col-sm-9 {
	padding: 30px;
}
/*
.team-wrapper .member:hover .after-about p .dot {
	display: none;
}
.team-wrapper .member:hover .after-about p .cut {
	display: initial;
}
*/
@media screen and (max-width: 1567px) {
	.team-wrapper .prev,
	.team-wrapper .next {
		top: unset;
		bottom: 110%;
		z-index: 0;
	}
	.team-wrapper .prev {
		left: 10px;
	}
	.team-wrapper .next {
		right: 10px;
	}
}
@media screen and (max-width: 1159px) and (min-width: 870px) {
	#our-team .team-wrapper > .inner {
		max-width: 870px;
	}
}
@media screen and (max-width: 869px) and (min-width: 580px) {
	#our-team .team-wrapper > .inner {
		max-width: 580px;
	}
}
@media screen and (max-width: 579px) {
	#our-team .team-wrapper > .inner {
		max-width: 290px;
	}
	.tp-bgimg {
		background: url(http://eyespecialist.wpengine.com/wp-content/uploads/2016/09/sliderM2.jpg) no-repeat !important;
    		background-size: cover !important;
		background-position: 70% 0 !important; 
	}
	#slogan {
		background-position: 60%;
	}
	.team-wrapper .prev,
	.team-wrapper .next {
		top: unset;
		bottom: 45%;
		z-index: 0;
	}
}
@media screen and (max-width: 979px) {
	.team-wrapper .member {
		left: 50%;
		margin: 0;
		position: relative;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#our-team .team-wrapper .member {
		left: unset;
		margin: 0 10px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
/**
 * Footer
 */
footer.site-footer {
	background-color: #1468b2;
	padding: 50px;
}
footer.site-footer .inner {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	left: 66px;
}
footer.site-footer .inner > .block:nth-of-type(1) {
	margin-right: 105px;
}
footer.site-footer .inner > .block:nth-of-type(3) {
	margin-left: 35px;
}
footer.site-footer .block {
	display: inline-block;
	vertical-align: middle;
}
footer.site-footer .site-logo {
	margin-bottom: 12px;
}
footer.site-footer .site-logo img {
	max-width: 201px;
}
footer.site-footer .block:first-child p {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
}
footer.site-footer .block:last-child img {
	max-width: 163px;
	margin-left: 4px;
}
footer.site-footer .block .block-child {
	display: inline-block;
}
footer.site-footer .block .block-child:nth-of-type(1) {
	border-right: 1px solid #5b96c9;
	padding-right: 33px;
}
footer.site-footer .block .block-child:nth-of-type(2) {
	padding-left: 25px;
}
footer.site-footer ul {
	list-style: none;
	padding: 0;
}
footer.site-footer ul li a {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
}
footer.site-footer ul li:before {
	content: '\f178';
	font-family: FontAwesome;
	color: #fff;
	font-size: 11px;
	margin-right: 6px;
}
footer.site-footer .cards-wrapper .cards img {
	max-height: 32px;
}
footer.site-footer .cards-wrapper > p {
	font-size: 13px;
}
@media screen and (max-width: 479px) {
	footer.site-footer ul li a,
	footer.site-footer .cards-wrapper > p {
		font-weight: 300;
	}
}
.after-footer {
	font-family: 'Oxygen', sans-serif;
	background-color: #4386c1;
	color: #fff;
	font-size: 9.3px;
	text-align: center;
	letter-spacing: 1px;
	padding: 8px 0;
}
.after-footer span,
.after-footer span a {
	color: #c7e5ff;
}
@media screen and (max-width: 1399px) {
	footer.site-footer .inner {
		max-width: 1140px;
		left: 0;
	}
	footer.site-footer .inner > .block:nth-of-type(1) {
		margin-right: 25px;
	}
	footer.site-footer .inner > .block:nth-of-type(3) {
		margin-left: 15px;
	}
}
@media screen and (max-width: 1239px) {
	footer.site-footer .inner {
		max-width: 611px;
	}
	footer.site-footer .inner > .block:nth-of-type(3) {
		margin-left: 43px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 710px) {
	footer.site-footer .inner > .block:nth-of-type(3) {
		margin-left: 0;
		margin-top: 30px;
	}
	footer.site-footer .block:last-child img {
		margin-left: 0;
	}
}
@media screen and (max-width: 471px) {
	footer.site-footer .block .block-child {
		display: block;
	}
	footer.site-footer .block .block-child:nth-of-type(1) {
		border-right: none;
		padding-right: 0;
	}
	footer.site-footer .block .block-child:nth-of-type(2) {
		padding-left: 0;
	}
}

/****/
.mainImage {
	min-height: 500px;
	position: relative;
	background-size: cover;
	background-position: center;
}
.mainImage > .inner {
	width: 100%;
	position: relative;
	min-height: 500px;
	max-width: 1200px;
	margin: 0 auto;
}
.mainImage .title-wrapper {
	position: absolute;
	left: 15px;
	bottom: 80px;
	min-width: 200px;
	padding-right: 20px;
	padding-bottom: 15px;
}
.mainImage .title-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url('/wp-content/uploads/2016/08/title_underline.jpg');
	background-size: cover;
	width: 100%;
	height: 5px;
}
.mainImage .title-wrapper h1,
.mainImage .title-wrapper h3 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	margin: 0;
}
.mainImage .title-wrapper h1 {
	font-size: 50px;
	color: #1468b2;
}
.mainImage .title-wrapper h3 {
	font-size: 25px;
	color: #555;
	margin-top: 5px;
}
#our-team .team-wrapper .members .member {
	margin-bottom: 100px;
}
.our-team-desc {
	max-width: 1200px;
	margin: 0 auto !important;
}

/**
 * Contact
 */
.field input,
.field textarea {
	width: 100%;
	border: none;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-size: 14px;
}
.field textarea {
	padding-bottom: 23px;
	margin-bottom: 6px;
}
.field input:focus,
.field textarea:focus,
.submit input:focus {
	outline: none;
}
.submit input {
	background-color: #1468b2;
	border: none;
	color: #fff;
	font-size: 15px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	padding: 14px 30px;
	letter-spacing: 1px;
}
#contact > .wpb_column:nth-of-type(2) > .vc_column-inner {
	padding: 0;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 8px;
}
#contact .left {
	width: 41%;
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
}
#contact .right {
	width: 55%;
	display: inline-block;
}
@media screen and (max-width: 579px) {
	#contact .left,
	#contact .right {
		width: 100%;
		padding-right: 0;
	}
	#contact > .wpb_column:nth-of-type(2) > .vc_column-inner {
		padding: 25px;
	}
}
/**
 * Our Services
 */
.serviceBlock {
	padding: 7px !important;
}
.serviceBlock > .vc_column-inner {
	padding: 0 !important;
	background-color: #f6f9fc;
}
.serviceBlock .wpb_single_image,
.serviceBlock .blockTitle,
.serviceBlock .blockDesc {
	margin: 0;
}
.serviceBlock .blockTitle,
.serviceBlock .blockDesc {
	padding: 0 18px;
}
.serviceBlock .blockTitle {
	margin-bottom: 16px;
}
.serviceBlock .blockDesc {
	min-height: 99px;
}
.serviceBlock .blockTitle p {
	font-family: 'Work Sans', sans-serif;
	color: #1468b2;
	font-size: 32px;
	font-weight: 200;
	margin-top: 16px;
}
.serviceBlock .blockDesc p {
	font-family: 'Oxygen', sans-serif;
	color: #555;
	font-size: 16px;
	line-height: 23px;
	padding-bottom: 30px;
	margin-top: 0;
}
.serviceContact {
	text-align: center;
	font-family: 'Work Sans', sans-serif;
	font-weight: 200;
	font-size: 21px;
	color: #4386c1;
}
.serviceContact a {
	text-decoration: underline;
	color: #1468b2;
}
.googleMap {
	min-height: 275px !important;
}
.googleMap > .vc_column-inner {
	padding: 0 !important;
}
.googleMap .wpb_wrapper {
	height: 100%;
}
.googleMap .map {
	width: 100%;
	min-height: 275px;
	height: 100%;
}

/**
 * About Us
 */
#about1 {
	position: relative;
}
#about1 .s-container > .vc_col-sm-4 {
	position: absolute;
	right: 0;
	bottom: 0;
}
#about1 .s-container > .vc_col-sm-4 img {
	max-width: 433px;
}

@media screen and (max-width: 767px) {
	#about1 .s-container > .vc_col-sm-4 {
		position: relative;
	}
	.mob-hide {
		display: none;
	}
}


/*for banner anouncement*/
.site {
    position: relative;
}

.banner-announcement {
    width: 100%;
    display: flex;
    padding: 0 35px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    font-size: 17.5px;
    color: #555;
    line-height: 23px;
    border-bottom: 10px solid #fee123;
	color:#ff0000;
}

.banner-announcement .left {
    width: calc(100% - 350px);
    padding-right: 35px;
    font-size: 16px;
}

.banner-announcement .right {
    width: 350px;
    padding: 25px 35px 25px 35px;
    position: relative;
}

.banner-announcement .right .close {
    position: absolute;
    top: 15px;
    right: 0px;

    cursor: pointer;
}

.banner-announcement .right .material-icons{
    font-size: 30px;
    font-weight: bold;
}

.banner-announcement .right img {
    max-width: 100%;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .banner-announcement {
        padding: 15px;
    }

    .banner-announcement, .banner-announcement .left {
        display: block;
        width: 100%;
    }

    .banner-announcement .right {
        width: 100%;
        display: block;
        padding-right: 0;
        padding-left: 0;
    }

    .banner-announcement .right .close {

        top: -15px;
        right: 0px;
    }
}

#popup-video {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.50s ease;
    transition: opacity 0.50s ease;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    max-width: 0;
    max-height: 0;
}

#popup-video.open {
    visibility: visible;
    z-index: 99999;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
    pointer-events: auto;
}

#popup-video.open .popup-video-close {
    cursor: pointer;

    color: #fff;
    font-size: 60px;
    opacity: 0.5;
}

#popup-video.open .popup-video-closes:hover {
    opacity: 1;
}

#popup-video .popup-video-close-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#popup-video {
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup-video .iframe-wrapper {
    position: absolute;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#popup-video .iframe-wrapper iframe {
    min-width: 70vw;
    min-height: 39.7vw;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

#popup-video .iframe-wrapper .popup-video-close {
    position: absolute;
    top: -5vh;
    right: -60px;
}

#popup-video .iframe-wrapper .popup-video-close .material-icons{
    font-size: 60px;
    font-weight: bold;
}

@media screen and (max-width: 576px) {
    #popup-video .iframe-wrapper .popup-video-close {
        position: absolute;
        top: -62px;
        right: -0px;

    }
    #popup-video .iframe-wrapper .popup-video-close .material-icons{
        font-size: 25px;
    }
    #popup-video .iframe-wrapper iframe {
        min-width: 95vmin;
        min-height: 56vmin;
        max-width: 100%;
    }
}

