
@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url('../fonts/CenturyGothic-Bold.eot') format('embedded-opentype');
  src: url('../fonts/CenturyGothic-Bold.woff'), 
       url('../fonts/CenturyGothic-Bold.ttf')  format('truetype'), 
	   url('../fonts/CenturyGothic-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	margin:0;
	padding:0;
	outline:none !important;
}
body,
html {
    height: 100%;
}

body {
    background: url('../images/bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    overflow: hidden;
    font-size: 16px;
}
img{
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
h2{
	font-size: 22px;
	font-family: 'Beth Ellen', cursive;
	color: #0c324c;
	margin: 0 0 20px;
	text-align: center;
}
h3{
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px;
}
h4{
	font-family: 'Beth Ellen', cursive;
	color: #fff;
	font-size: 16px;
}
h5{
	font-size: 14px;
	font-weight: 700;
	font-family: 'EB Garamond', serif;
	color: #0c324c;
	margin: 8px 0 0;
}
h5 a, h5 a:hover, h5 a:focus{
	color: #0c324c; 
}
p{
	color: #0c324c;
	margin: 0 0 50px;
}

a, a:hover, a:focus{
	outline: 0;
	text-decoration: none;
}
.logo {
    margin: 10px 0 0 82px;
    position: relative;
}
.logo img {
    width: 170px;
}
.logo:after {
    width: 100%;
    height: 2px;
    background-color: rgba(81, 105, 120, 0.2);
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 10;
}
.caption {
    float: left;
    width: 100%;
}
.caption h2{
    text-align: left;
    line-height: 42px;
    position: relative;
    padding: 0 10px 0 18px;
    float: left;
    font-size: 26px;
    margin: 60px 0 40px;
}
.caption h2:before,
.caption h2:after{
    position: absolute;
    font-family: FontAwesome;
    font-size: 14px;
}
.caption h2:before{
    content: "\f10d";
    top: -8px;
    left: 0;
}
.caption h2:after{
    content: "\f10e";
    bottom: 0;
    right: 0;
}
.social-links {
    position: absolute;
    right: 82px;
    top: 10px;
    z-index: 1;
}
.social-links ul{
    margin: 0;
    padding: 0;
}
.social-links li {
    float: left;
    list-style: none;
}
.social-links li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #0c324c;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-left: 15px;
    font-size: 15px;
}
.social-links li a:hover{
    background: #fff;
    color: #0c324c
}
.mob-icon{
    display: none;
}
.right-content-area{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.top{
	float: left;
	width: 100%;
	background:#fff;
	position: absolute;
	height: 70%;
}
.texty{
	width: 55%;
	height: 100%;
	float: left;
	background: url('../images/transprt-layer.png') no-repeat;
	background-size: cover;
	position: relative;
}
.mfp-content h3 {
    font-size: 24px;
    color: #000;
    font-family: 'Beth Ellen', cursive;
    margin: 0 0 30px;
    text-transform: capitalize;
}
.mfp-content .first-popup h3{
	font-size: 30px;
	line-height: 46px;
	padding: 0 5%;
	margin: 0 0 65px;
}
.mfp-content .first-popup p{
	font-size: 30px;
	color: #000;
}
body p.error {
    float: left;
    width: 100%;
    text-align: center;
    background: #f00;
	border: 1px dashed #fff;
	font-size: 16px;
	color: #fff;
    padding: 10px;
    margin: 10px 0 0;
    font-family: 'Roboto', sans-serif;
}
#registerForm label span {
    color: #950808;
    margin: 0 2px;
}
.texty div.about{
	position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    width: auto;
    height: 100%;
    z-index: 1;
}
.v-center{
    display: table;
    width: 100%;
    height: 100%;
}
.main-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 60px 50px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  display: flow-root;
}
.white-popup.first-popup{
	text-align: center;
}
.right-img {
    float: right;
    width: 45%;
}

.right-img img,
.more-info-img img {
	width: 100%;
}
.services {
    text-align: center;
}
.services div {
 	display: inline-block;
 	margin: 20px 0 20px;
}
.services div:first-child {
    float: left;
}
.services div:last-child {
    float: right;
}
.services img {
    width: 40px;
    height: 40px;
}
.btm-area {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    overflow: hidden;
}

.more-info {
    width: 55%;
    float: left;
    padding: 0 20px;
    background: #0c324c;
    position: absolute;
    left: 0;
    height: 100%;
}
.v-center {
    display: table;
    width: 100%;
    height: 100%;
}
.inner-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.more-info-img {
    float: right;
    width: 45%;
    position: absolute;
    right: 0;
    height: 100%;
}
.more-info-img img {
	height: 100%;
}
body .open-popup-link {
    text-transform: uppercase;
    color: #0c324c;
	background: #fff;
    display: inline-block;
    margin: 35px 0 0;
    padding: 10px 25px;
    font-family: 'CenturyGothic-Bold';
    letter-spacing: 2px;
    font-size: 20px;
}
body .first-popup .open-popup-link{
	color: #fff;
	background: #0c324c;
}
body #fromSec .mfp-close, body .mfp-with-zoom .mfp-close   {
	opacity: 1;
	color: #fff;
    background: #0c324c;
}
body .hidden-button{
	visibility: hidden;
	position: absolute;
}
/*body #fromSec .mfp-close:active {
    top: 0;
}*/
#registerForm input, textarea {
    width: 100%;
    border: 1px solid #ccc;
	padding: 10px;
	font-family: 'EB Garamond', serif;
	color: #b3b0b0;
}

#registerForm li {
    list-style: none;
    margin: 0 0 10px;
}
#registerForm label#name-error,
#registerForm label#email-error,
#registerForm label#phone-error {
    width: 100%;
    color: #f00;
    font-weight: 300;
    font-size: 16px;
    padding: 2px 0;
    margin-bottom: 5px;
}
#registerForm #submit {
    float: left;
    width: auto;
    background: #0c324c;
	border: 0;
	color:#fff;
	padding: 14px 25px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
}
.sent {
	background: #008000;
	float: left;
	width: 100%;
	text-align: center;
    color:#fff;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    margin: 15px 0 0;
	border: 1px dotted #fff;
}
*::-webkit-input-placeholder {
	color: #b3b0b0 !important;
	opacity: 1 !important;
}
*:-moz-placeholder { /* Firefox 18- */
	color: #b3b0b0 !important; 
	opacity: 1 !important;
}
*::-moz-placeholder {  /* Firefox 19+ */
	color: #b3b0b0 !important;  
	opacity: 1 !important;
}
*:-ms-input-placeholder {  
	color: #b3b0b0 !important;  
	opacity: 1 !important;
}

/*@media (min-width: 0px) and (max-width: 1920px) { 
	
	h2{
		font-size: 24px;
		margin: 0 0 20px;
	}
	h5 {
    	font-size: 14px;
	}
	.texty{
		width: 55%;
		float: left;
		padding: 20px 20px 0; 
	}
	.services div {
	    margin: 15px 0;
	}
	.services div img {
    	width: 45px;
    	height: 45px;
	}
}*/