@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/Roboto-Black/Roboto-Black.eot');
	src: url('../fonts/Roboto-Black/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black/Roboto-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Medium';
	src: url('../fonts/Roboto-Medium/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium/Roboto-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BlackTie-Solid';
	src: url('../fonts/BlackTie-Solid/BlackTie-Solid.eot')format('embedded-opentype');
	src: url('../fonts/BlackTie-Solid/BlackTie-Solid.woff') format('woff'), url('../fonts/BlackTie-Solid/BlackTie-Solid.ttf') format('truetype'), url('../fonts/BlackTie-Solid/BlackTie-Solid.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*======= Foundation overwrite start=========*/
.row {
	max-width: 1170px;
}
.column, .columns {
	padding-left: 15px;
	padding-right: 15px;
}
/*======= Foundation overwrite end=========*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 16px;
	color: #37383c;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 45px;
	line-height: 54px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
h2 {
	font-size: 45px;
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 26px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
p {
	margin: 0px;
	padding: 0 0 18px;
	font-size: 13px;
	line-height: 19px;
	font-family: 'Roboto-Medium';
}
.common-btn {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
address {
	font-family: 'Roboto-Medium';
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
}
a {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
button:focus {
	outline: none;
}
ul {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
ul li {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: 0px none !important;
}
img, a img {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	border: none 0;
	outline: 0px none !important;
}
input:focus, textarea:focus, a:focus {
	outline: 0px none !important;
}
.clear {
	clear: both;
	height: 0;
	margin: 0px;
	padding: 0px;
}
.header {
	float: left;
	width: 100%;
	z-index: 3;
}
.content .medium-6 {
	float: right;
}
.right-block {
	float: right;
	width: 100%;
	max-width: 472px;
}
.content {
	float: left;
	width: 100%;
	position: relative;	
}
.section-outer {
	float: left;
	width: 100%;
}
.content-inner {
	float: left;
	width: 100%;
}
.footer {
	float: left;
	width: 100%;
}
.banner {
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	min-height: 100vh;
	background: #37383c;
	z-index: 1;
}
.main-outercon {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.header:before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 55%;
	height: 100%;
	z-index: 2;
	background: url("../images/pattern.png") repeat left top;
    background-size: 4px 4px;
}
.pict {
	position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
	display: block;
	float: left;
	width: 100%;
	min-height: 100vh;
	background: url("../images/content/banner-1a.jpg") no-repeat center top;
	background-size: cover;
    opacity: 0;
	-webkit-transition: opacity 600ms ease-in;
	-moz-transition: opacity 600ms ease-in;
	-ms-transition: opacity 600ms ease-in;
	-o-transition: opacity 600ms ease-in;
	transition: opacity 600ms ease-in;
}
.pict.current_block {
    opacity: 1;
    z-index: 10;
}
.section2 {
	background: url("../images/content/banner-2a.jpg") no-repeat center top;
	background-size: cover;
}
.section3 {
	background: url("../images/content/banner-3a.jpg") no-repeat center top;
	background-size: cover;
}
.section4 {
	background: url("../images/content/banner-4a.jpg") no-repeat center top;
	background-size: cover;
}
.section5 {
	background: url("../images/content/banner-5a.jpg") no-repeat center top;
	background-size: cover;
}
.section6 {
	background: url("../images/content/banner-6a.jpg") no-repeat center top;
	background-size: cover;
}
.fixed:after {
	background: #fff;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.fixed .logo {
	padding: 30px 0 0;
}
.fixed .menu-blk {
	padding: 30px 0 0;
}
.logo {
	float: left;
	position: fixed;
	z-index: 3;
	padding: 90px 0 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.menu-blk {
	float: left;
	width: 100%;
	padding: 90px 0 0;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.hide {
	display: none;
}
.menu-blk ul {
	float: left;
	width: 100%;
}
.menu-blk ul li {
	float: left;
	padding: 0 0px 0 50px;
}
.menu-blk ul li:first-child {
	padding-left: 0;
}
.menu-blk ul li a {
	float: left;
	font-size: 15px;
	line-height: 18px;
	color: #37383C;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	border-bottom: 3px solid transparent;
	padding: 0 0 11px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.menu-blk ul li a:hover {
	border-bottom: 3px solid #E30000;
}
.active a {
	border-bottom: 3px solid #E30000 !important;
}
.white-blk {
	background: #fff;
}
.inner-content {
	float: left;
	padding: 70px 0 104px;
	width: 100%;
}
.inner-content h1 {
	padding: 0 0 23px;
}
.inner-content h6 {
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 10px;
}
.inner-content p {
	font-family: 'Roboto-Medium';
	line-height: 19px;
}
/*
.video-outer {
	float: left;
	margin: 0px 0 0;
	width: 100%;
	position: relative;
}
*/

.video-outer {
	clear: both;
    float: none;
    height: 0;
    margin-bottom: 24px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
    width: 100%;
/*    overflow: hidden;*/
}
.video-outer iframe {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: none;
}


.video-btn {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}
.video-btn:hover img, .video-btn:focus img{
	opacity: 0.9;
}
.video-btn i {
	background: #E30000;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 49px;
	padding: 0 0 0 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/*
.popup-blk {
	display: none;
	float: left;
	left: 0 !important;
	margin: 0 auto !important;
	max-width: 100%;
	position: absolute;
	right: 0 !important;
	width: 80%;
    height: 80%;
    top: 10% !important;
}
.popup-blk iframe {
	float: left;
	height: 100%;
	width: 100%;
	border: none;
}
*/
.popup-blk {
	clear: both;
    float: none;
    height: 0;
    margin-bottom: 24px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
    width: 100%;
    display: none;
    left: 0 !important;
    top: 0;
}
.popup-blk iframe {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: none; 
}

/***************************************************/

.popup-block {
	display:none;
	overflow: auto;
	position: fixed;
	padding: 5px;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 7000;
	cursor:pointer;
    background-color: rgba(0, 0, 0, 0.9);
}

.popup-block iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 30px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: transparent;
}

.video-x-out {
    height: 20px;
    width: 20px;
    float: right;
}


/***************************************************/






.popup-blk iframe video{
    float: left;
	height: 100%;
	width: 100%;
}
.btn-block {
	float: left;
	width: 100%;
	margin: 40px 0 0;
	position: relative;
}
.button {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	width: 178px;
	height: 36px;
	line-height: 36px;
	padding: 0 37px;
	float: left;
	position: relative;
	border: none;
	text-align: left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.button:after {
	font-family: 'FontAwesome';
	position: absolute;
	content: "\f144";
	right: 36px;
	color: #fff;
}
.button.red::after {
    right:26px;
}

.button.red {
	background: #E30000;
}
.button:hover, .button:focus {
	background: #37383C;
}
.button.grey {
	background: #37383C;
	margin: 0 0 0 19px;
}
.button.grey:after {
	content: "\f0e0";
}
.button.grey:hover, .button.grey:focus {
	background: #E30000;
}
.block-two-content {
	float: left;
	width: 100%;
}
.grey-blk {
	background: #F0F0F0;
}
.grey-blk .block-header-left {
	color: #37383C;
}
.grey-blk .block-header-right a {
	color: #37383C;
}
.grey-blk .block-header-right a:after {
	color: #37383C;
}
.inner-content-about {
	float: left;
	width: 100%;
	padding: 0 0 102px;
}
.inner-content-about > img {
	padding: 0 0 40px;
}
.inner-content-about > h6 {
	padding: 0 0 10px;
}
.inner-content-about ul {
	float: left;
	width: 100%;
	margin: 35px 0 20px;
}
.inner-content-about ul li {
	float: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 0 33px;
	position: relative;
}
.inner-content-about ul li:first-child {
	padding: 0;
}
.inner-content-about ul li:first-child:before {
	content: none;
}
.inner-content-about ul li:before {
	position: absolute;
	content: "\f111";
	font-size: 5px;
	left: 15px;
	font-family: 'FontAwesome';
}
.inner-content-about p {
	font-size: 13px;
	font-family: 'Roboto-Medium';
	line-height: 19px;
}
.image-blk {
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
.inner-image {
	float: left;
	width: 47.6%;
	margin: 0 0 0 20px;
	position: relative;
}
.inner-image:first-child {
	margin: 0;
}
.inner-image span {
	position: absolute;
	bottom: 12px;
	left: 10px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}
.inner-image .popup-btn {
	position: absolute;
	bottom: 12px;
	right: 10px;
	color: #fff;
}
.inner-image .popup-btn i {
	font-size: 30px;
}
.inner-image img {
	width: 100%;
}
.popup-img, .popup-img1, .popup-img2 {
	display: none;
	float: left;
	left: 0 !important;
	margin: 0 auto !important;
	max-width: 700px;
	position: absolute;
	right: 0 !important;
	width: 100%;
}
.popup-img img {
	height: 500px;
	width: 100%;
}
.white-blk .inner-image {
	width: 100%;
}
.btn-group {
	display: none;
}
.close-btn.mob:after {
	content: none;
}
.detect {
	display: none;
}
.header-top {
	display: block;
}
.close-btn.mob.intro {
	position: relative;
	float: right;
}
.close-btn.mob.intro:after {
	color: #37383c;
	content: "\f00d";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	font-size: 35px;
}
.close-btn.mob.intro i {
	display: none;
}
.intro1 {
	position: relative;
}
.inner-content.intro2 {
	padding: 40px 0;
}
.block-header {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	padding: 95px 0 94px;
}
.share-blk .block-header {
	color: #f0f0f0;
}
.block-header-left {
	float: left;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding-bottom: 9px;
	border-bottom: 2px solid #e20001;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.block-header-right {
	float: right;
	text-align: right;
	font-weight: 500;
}
.block-header-right a {
	color: #37383c;
	position: relative;
	padding-right: 20px;
}
.share-blk .block-header-right a {
	color: #fff;
}
.block-header-right a:hover:after {
	color: #e40001;
	opacity: .8;
}
.share-blk .block-header-right a:hover:after {
	color: #e40001;
	opacity: .8;
}
.block-header-right a:after {
	position: absolute;
	content: '\f0aa';
	font-family: fontAwesome;
	font-size: 14px;
	line-height: 18px;
	color: #37383c;
	top: 3px;
	right: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.share-blk .block-header-right a:after {
	color: #fff;
}
.share {
	background: #37383c;
}
.bottom-content {
	float: left;
	width: 100%;
	padding-bottom: 35px;
}
.share-blk .bottom-content {
	color: #f0f0f0;
}
.social-block {
	float: left;
	width: 100%;
	padding: 15px 0 0;
}
.social-block ul {
	float: left;
	width: 100%;
}
.social-block ul li {
	float: left;
	width: 30.6%;
	margin-left: 4%;
}
.social-block ul li:first-child {
	margin-left: 0;
}
.social-block ul li a {
	float: left;
	width: 100%;
	padding: 0 23px;
	text-align: center;
	color: #fff;
	line-height: 35px;
	font-weight: 500;
	background: #e40001;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.social-block ul li a i {
	color: #fff;
	font-size: 12px;
	margin-left: 7px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.social-block ul li a:hover {
	background: #fff;
	color: #e40001;
}
.social-block ul li a:hover i {
	color: #e40001;
}
.copyright {
	font-size: 16px;
	line-height: 20px;
	float: left;
	font-weight: 500;
	margin-top: 97px;
}
.subscribe-blk {
	float: left;
	width: 100%;
	background: #f0f0f0;
}
.share-blk {
	float: left;
	width: 100%;
	background: #37383c;
}
input.common-input {
	float: left;
	width: 100%;
	background: #C4C4C4;
	border: none;
	height: 46px;
	line-height: 46px;
	padding: 0 18px;
	color: #37383C;
	font-size: 15px;
	font-weight: 500;
	box-shadow: none;
	margin-bottom: 19px;
}
textarea {
	float: left;
	width: 100%;
	background: #C4C4C4;
	border: none;
	height: 250px;
	line-height: 24px;
	padding: 12px 18px;
	color: #37383C;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 19px;
	resize: none;
}
input.common-input:focus {
	background: #c4c4c4;
	border: none;
	box-shadow: none;
}
textarea:focus {
	background: #c4c4c4;
	border: none;
	box-shadow: none;
}
input.common-input::-webkit-input-placeholder {
 color: #fff;
 font-weight: 500;
}
input.common-input:-moz-placeholder {
 color: #fff;
 font-weight: 500;
}
input.common-input::-moz-placeholder {
 color: #fff;
 font-weight: 500;
}
input.common-input:-ms-input-placeholder {
 color: #fff;
 font-weight: 500;
}
 textarea::-webkit-input-placeholder {
 color: #fff;
 font-weight: 500;
}
textarea:-moz-placeholder {
 color: #fff;
 font-weight: 500;
}
textarea::-moz-placeholder {
 color: #fff;
 font-weight: 500;
}
textarea:-ms-input-placeholder {
 color: #fff;
 font-weight: 500;
}
.form-submit {
	float: right;
	padding-top: 22px;
}
.form-submit .button {
	background: #37383C;
	position: relative;
	padding: 0 49px;
	font-family: 'Poppins', sans-serif;
}
.form-submit .button:hover {
	background: #00DD00;
}
.form-submit .button:after {
	font-family: fontAwesome;
	position: relative;
	content: "\f058";
	right: -14px;
	color: #fff;
}
form {
	float: left;
	width: 100%;
	padding: 15px 0 0;
}
.subscribe-blk .bottom-content {
	padding-bottom: 99px;
}
#map-section {
	float: left;
	width: 100%;
	height: 250px;
	border: none;
}
/*
iframe .gm-style{
    display: none!important;
}*/
.map-outer {
	float: left;
	width: 100%;
	padding: 78px 0 0;
}
.map-outer h6 {
	padding-bottom: 15px;
}
.map-outer span {
	margin-left: 15px;
	padding-left: 12px;
	position: relative;
}
.map-outer span:before {
	content: '\2022';
	left: 0;
	position: absolute;
}
.map-outer .form-submit .button {
	padding: 0 35px;
}
.map-outer .form-submit .button::after {
	content: "\f041";
}
.map-outer .form-submit {
	padding: 0;
}
.map-bottom-section {
	float: left;
	width: 100%;
	padding: 16px 0 0;
}
.map-address {
	float: left;
	width: 40%;
}
.map-address h6 {
	font-size: 13px;
	line-height: 16px;
	font-family: 'Roboto-Black';
	padding: 4px 0 0;
}
.map-outer .gmnoprint {
	display: none;
}
.map-outer .gm-style div:nth-child(2) {
	z-index: -1!important;
}
.bottom-content.contact {
	padding-bottom: 100px;
}
.block-five-outer, block-four-outer {
	float: left;
	width: 100%;
}
.bottom-content.process h6 {
	padding-bottom: 10px;
}
.bottom-content.process ul {
	padding: 7px 14px 8px;
}
.bottom-content.process ul li {
	color: #E30000;
	list-style: outside;
	line-height: 18px;
	margin: 0 0 9px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.bottom-content.process {
	padding-bottom: 81px;
}
.inner-about-image {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}
.inner-about-image img {
	float: left;
	width: 100%;
}
.video-outer > iframe {
    border: none;
    height: 100%;
    width: 100%;
}
/*
.removescroll {
	overflow: hidden;
}*/

#staticVid {
	width:100%;
}