@font-face {
	font-family: 'FuturaPTBook';
	src: url('../fonts/book/FuturaPTBook.eot');
	src: url('../fonts/book/FuturaPTBook.eot') format('embedded-opentype'),  url('../fonts/book/FuturaPTBook.woff2') format('woff2'),  url('../fonts/book/FuturaPTBook.woff') format('woff'),  url('../fonts/book/FuturaPTBook.ttf') format('truetype'),  url('../fonts/book/FuturaPTBook.svg#FuturaPTBook') format('svg');
}
@font-face {
	font-family: 'FuturaPTHeavy';
	src: url('../fonts/heavy/FuturaPTHeavy.eot');
	src: url('../fonts/heavy/FuturaPTHeavy.eot') format('embedded-opentype'),  url('../fonts/heavy/FuturaPTHeavy.woff2') format('woff2'),  url('../fonts/heavy/FuturaPTHeavy.woff') format('woff'),  url('../fonts/heavy/FuturaPTHeavy.ttf') format('truetype'),  url('../fonts/heavy/FuturaPTHeavy.svg#FuturaPTHeavy') format('svg');
}
@font-face {
	font-family: 'FuturaPTMedium';
	src: url('../fonts/medium/FuturaPTMedium.eot');
	src: url('../fonts/medium/FuturaPTMedium.eot') format('embedded-opentype'),  url('../fonts/medium/FuturaPTMedium.woff2') format('woff2'),  url('../fonts/medium/FuturaPTMedium.woff') format('woff'),  url('../fonts/medium/FuturaPTMedium.ttf') format('truetype'),  url('../fonts/medium/FuturaPTMedium.svg#FuturaPTMedium') format('svg');
}


.text-right {
	text-align: right;
}
.mt-0 {
	margin-top: 0!important
}
.mt-10 {
	margin-top: 10px!important
}
.mt-20 {
	margin-top: 20px!important
}
.mt-30 {
	margin-top: 30px!important
}
.mt-40 {
	margin-top: 40px!important
}
.mt-50 {
	margin-top: 50px!important
}
.mt-60 {
	margin-top: 60px!important
}
.mt-70 {
	margin-top: 70px!important
}
.mt-80 {
	margin-top: 80px!important
}
.mt-90 {
	margin-top: 90px!important
}
.mt-100 {
	margin-top: 100px!important
}
.mb-0 {
	margin-bottom: 0px!important
}
.mb-10 {
	margin-bottom: 10px!important
}
.mb-20 {
	margin-bottom: 20px!important
}
.mb-30 {
	margin-bottom: 30px!important
}
.mb-40 {
	margin-bottom: 40px!important
}
.mb-50 {
	margin-bottom: 50px!important
}
.mb-60 {
	margin-bottom: 60px!important
}
.ml-0 {
	margin-left: 0px!important
}
.ml-10 {
	margin-left: 10px!important
}
.ml-20 {
	margin-left: 20px!important
}
.ml-30 {
	margin-left: 30px!important
}
.ml-40 {
	margin-left: 40px!important
}
.ml-50 {
	margin-left: 50px!important
}
.ml-60 {
	margin-left: 60px!important
}
.mr-0 {
	margin-right: 0px!important
}
.mr-10 {
	margin-right: 10px!important
}
.mr-20 {
	margin-right: 20px!important
}
.mr-30 {
	margin-right: 30px!important
}
.mr-40 {
	margin-right: 40px!important
}
.mr-50 {
	margin-right: 50px!important
}
.mr-60 {
	margin-right: 60px!important
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
img{
	max-width:100%;}
a {
	color: #ff8170;
	text-decoration: none;
}
a {
	text-decoration: underline;
}

.btn {
	background: rgba(255,92,108,1);
	background: -moz-linear-gradient(top, rgba(255,92,108,1) 0%, rgba(255,158,113,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,92,108,1)), color-stop(100%, rgba(255,158,113,1)));
	background: -webkit-linear-gradient(top, rgba(255,92,108,1) 0%, rgba(255,158,113,1) 100%);
	background: -o-linear-gradient(top, rgba(255,92,108,1) 0%, rgba(255,158,113,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,92,108,1) 0%, rgba(255,158,113,1) 100%);
	background: linear-gradient(to bottom, rgba(255,92,108,1) 0%, rgba(255,158,113,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5c6c', endColorstr='#ff9e71', GradientType=0 );
	padding: 10px 15px;
	display: inline-block;
	border-radius: 25px;
	color: #fff;
	font-family: 'FuturaPTMedium';
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	min-width: 200px;
	text-align: center;
	border: none;
	cursor: pointer
}
.btn:hover {
	background: #ff5d6d;
}
.btn.btn-inverse {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );
	color: #ff8170
}
.btn.btn-inverse:hover {
	background: f2f2f2;
}
.btn-unstyled{
  color:#ff8170;
  font-family: 'FuturaPTMedium';
  font-size:250%;
  text-decoration:none;
  text-transform:uppercase;
}
.btn.btn-block{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.form-control{
	width:100%;
	padding:10px;
	font-size:20px;
	color:#444;
	border:1px solid #ccc;
	padding: 11px 20px;
	 
	border-radius: 25px;
	box-sizing:border-box;
	}
.text-center {
	text-align: center;
}
hr.theme{
  border:none;
  height:2px;
  background:#ff8170;
  margin:0px 30px;
  }
body {
	margin: 0;
	font-family: 'FuturaPTBook',Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#a6a6a6;
}
p{ font-size:140%;font-family: 'FuturaPTBook',Arial, Helvetica, sans-serif;}
.container
{   
   width:1070px;
   padding:0 30px;
   margin:0 auto;
   max-width:100%;
   box-sizing:border-box;
   
 	
}
.hero {
	background: url(../images/hero.jpg) no-repeat center center/cover;
	position:relative;
	z-index:5
}

.hero > img.hero-main {
	width: 100%;
	display:none;
}
.hero > img.alexa
{ 
  position:absolute;
  right:5%; 
  bottom:-10%;
  max-width:25%;

}
.hero .hero-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding:50px 0; 
	 
	
}
.hero h1{
	font-size:255%;
	color:#fff;
	font-weight:400;
	font-family: 'FuturaPTHeavy',Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:1.2em;
	margin:0;
	}
.hero h1 span{
	color:#3ebee3;
	}	
.hero h2{
	font-size:190%;
	color:#fff;
	font-weight:400;
	font-family: 'FuturaPTMedium',Arial, Helvetica, sans-serif;
 
	line-height:1.2em;
	margin:0;
	}	
.arrow-bar{
  height:35px;
  background:#fff;
  position:relative;
  z-index:4
}
.arrow-bar.left:after{
  position:absolute;
  left:40px;
  bottom:-49px;
  content:"";
  border:25px solid transparent;
  border-top:25px solid #fff;
  
}
.arrow-bar.right:after{
  position:absolute;
  right:40px;
  bottom:-49px;
  content:"";
  border:25px solid transparent;
  border-top:25px solid #fff;
  
}
.arrow-bar.gray{
 background:#a6a6a6;
}
.arrow-bar.gray.right:after{
  border-top:25px solid #a6a6a6;
}
.video-section {

    position: relative;

    padding: 60px 0;
}


.video-section.blue {
    background: #d5f3eb;

}
.video-section.orange {
    background: #ff8170;

}
.video-section.gray {
    background: #a6a6a6;

}

.content-block{
	padding:40px 0;
	} 
.content-block h2{ font-weight:400; font-size:200%;font-family: 'FuturaPTHeavy',Arial, Helvetica, sans-serif; margin:0; line-height:none; color:#3ebde4}
.content-block h3{ font-weight:400;font-size:170%;font-family: 'FuturaPTMedium',Arial, Helvetica, sans-serif; margin:15px 0; line-height:none; color:#a6a6a6}

.content-block h3:first-child{
	margin-top:0;
   }
   
.content-block p:last-child{
	margin-bottom:0;
   }
.content-block ol{
	margin:0;
	padding:0 0 0 15px;
	font-size:140%;

	}
.content-block ol li{
	margin:0 0 20px;
	}
	

.footer{
	background:#000;
	padding:50px 0;
}
.footer .social{
	text-align:center;
	margin:20px 0 0;

}
.footer .social a{
	display:inline-block;
	margin:0 5px;
	max-width:28px;
}


body.popupisactive{

  overflow: hidden;

}

body.popupisactive .hero,body.popupisactive .wrap

{

  filter: blur(3px);

  -webkit-filter: blur(3px);

}

.popup-custom-asve{

  position:fixed;

  left:0;

  top:0;

  right:0;

  bottom:0;

  background:rgba(0,0,0,0.5);

  display:block;



  overflow: hidden;

    

overflow-y: auto;

display:none;  

  z-index: 100;

}

.popup-custom-asve.isactive{

  display:block;

}

.popup-custom-asve .form-hg-center {

    height: 100%;

}



.popup-custom-asve .form-vert-center{

position: relative;

transform: translateY(-50%);

top: 50%;

}

form .form-field .error {

  color: #ff5d6d;

}

.popup-custom-asve .form-vert-center .form-wrap-white {

  background:#ffffff;

  padding:50px;

  position:relative;

  max-width:600px;

  margin:100px auto;

  color:#000;

}



.popup-custom-asve .form-center {

    max-width: 588px;

    margin: 0 auto;

}



.popup-custom-asve h2 {

    margin: 0;

    text-align: center;

    font-size: 58px;

  line-height:normal;

}

.popup-custom-asve h2 span {

    font-family: avenir-lt-w01_35-light1475496,sans-serif;

}

.popup-custom-asve h3 {

    font-size: 40px;

    margin: 0;

    text-align: center;

    font-family: avenir-lt-w01_35-light1475496,sans-serif;

  line-height:normal;

}

.popup-custom-asve h4 {

    font-size: 20px;

    margin: 10px 0 20px;

    text-align: center;

    font-family: avenir-lt-w01_35-light1475496,sans-serif;

}

.popup-custom-asve .form-center .hs-form-field label {

    display: none;

}

.form-center form.hs-form fieldset[class*="form-columns"] .hs-input {

    width: 100%;

max-width: none;

font-size: 16px;

color: #040b1c;

font-family: avenir-lt-w01_35-light1475496,sans-serif;

background: #f2f2f2;

box-sizing: border-box;

height: 35px;

border-radius: 0px;

box-shadow: none;

border-color: #f2f2f2;

padding: 8px;

margin: 0;

}

.form-center form.hs-form fieldset[class*="form-columns"] textarea.hs-input {

    height: 100px;

    font-size: 16px !important;

}

.form-center .hs-error-msgs.inputs-list {

    margin: 0;

}

.form-center .actions{ margin:0 10px 0 0 !important; padding:0!important}

.form-center .actions .hs-button.primary.large {

    background: #000;

    border: none;

    border-radius: 0;

    width: 100%;

    color: #fff;

    padding: 10px;

    box-sizing: border-box;

    text-transform: uppercase;

    text-shadow: none;

    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;

    font-size: 20px;

}



.form-wrap-white .close-popup,.form-alexa-val   .close-popup {

    position: absolute;

    right: 15px;

    top: 15px;

    width: 30px;

    height: 30px;

    transform: rotate(-45deg);

    opacity: 1;

    cursor: pointer;

}

.form-wrap-white .close-popup::before,

.form-alexa-val   .close-popup::before {

    position: absolute;

    left: 50%;

    width: 2px;

    height: 100%;

    content: "";

    display: block;

    background: #fff;

    margin: 0 0 0 -1px;

}

.form-wrap-white .close-popup::after,

.form-alexa-val   .close-popup::after {

    position: absolute;

    top: 50%;

    height: 2px;

    width: 100%;

    content: "";

    display: block;

    background: #fff;

    margin-top: -1px;

}

.form-enquire.popup-custom-asve .hs-error-msgs label {

    color: red;

}

.form-field {



  margin: 10px 0 20px;



}

 

form label.error {

  color: #ff5d6d;
display: block;
text-align: left;
font-size: 14px;
padding: 5px 20px;

}

form input[type="submit"],form button {



  width: 100%;

  box-sizing: border-box;

  border: none;

  cursor: pointer;



}


.validation-form {
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border: 2px solid #fff;
    border-radius: 15px;
}
.validation-form .form-header {

  background: #d5f3eb url(../images/form-validation-header.jpg) no-repeat left top;

  height: 57px;

  border: none;

  border-radius: 10px 10px 0 0;

}

.validation-form .form-body{

  background: #fff;

  padding: 20px 20px 10px;

} 



.validation-form .form-body h3.form-title{

  margin:0;

  font-weight: 400;

  font-size:22px;

  color:#ff8170;

  text-transform: uppercase

}

.validation-form .form-body h4.form-subtitle{

  margin:0;

  font-weight: 400;

  font-size:22px;

  color:#000000;

   

}

.validation-form .form-center{

  text-align: center;

  margin:30px 0;

}

.validation-form .form-center .label{

  font-size: 26px;

  color:#000 ;

  margin:0 0 20px;

}

 

.validation-form    input[type="text"].error,

.validation-form     input[type="email"].error{

display:inline-block;

 

}

.validation-form   .field-otp input[type="text"] {

  width: 40px;

font-size: 55px;

color: #000;

margin: 0 2px;

padding: 0;

}



.validation-form   .field-fullwidth input[type="text"],

.validation-form   .field-fullwidth input[type="email"]{

  

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  max-width:549px;

  font-size: 28px;

  width:100%;

}



.validation-form   input[type="text"]::-webkit-input-placeholder,

.validation-form   input[type="email"]::-webkit-input-placeholder

 { /* Edge */

  color: #ccc;

  opacity: 1;

}



.validation-form  input[type="text"]:-ms-input-placeholder,

.validation-form   input[type="email"]:-ms-input-placeholder

 { /* Internet Explorer 10-11 */

  color: #ccc;

  opacity: 1;

}



.validation-form   input[type="text"]::placeholder ,

.validation-form   input[type="email"]::placeholder {

  color: #ccc;

  opacity: 1;

}



.validation-form .form-2-col input[type="text"],

.validation-form .form-2-col input[type="email"]{



  width:100%;

  padding:5px;

  max-width: none;

font-size: 18px;

}

.validation-form  .btn-icon {

  position: relative;

  display: inline-block;

}

.validation-form   .btn-icon::before {



  position: absolute;

  right: 10px;

  top: 50%;

 

  content: "";

  display: block;

  z-index: 10000;

  width: 23px;

  height: 23px;

  margin-top: 0px;



}

.validation-form   .btn-icon.icon-check::before {



 

  background: url(../img/icon-check.png) no-repeat left top;

 



}

.validation-form  .btn-icon.icon-arrow-right::before {



 

  background: url(../img/icon-arrow-right.png) no-repeat left top;

 



}



 
.validation-form   .btn-icon.icon-right input[type="submit"],

.validation-form   .btn-icon.icon-right  button,

.validation-form   .btn-icon.icon-right  a{

  padding-right:35px;

}

.validation-form   .btn-icon.icon-right  button img,

.validation-form   .btn-icon.icon-right  a img{

  vertical-align: middle;

  margin: 0 5px;

  position: relative;

  top:2px;

}

.validation-form hr{

  border:none;

  height: 2px;

  background: #ff8170

}



.validation-form  .companies-tie-up {

  text-align: center;

  padding: 10px 10px 0;

}



.validation-form  .companies-tie-up img {

  vertical-align: middle;

  margin: 0 10px 10px;

}

.validation-form .form-footer {

  background: #ff8170 url(../images/form-validation-footer.jpg) no-repeat right top;

  height: 57px;

  border: none;

  border-radius:  0 0 10px 10px;

}

.form-2-col label{ font-size: 21px;font-family: 'FuturaPTBook';}



.form-alexa-val .inner-page-center {



  margin: 50px auto;

  position: relative;

 

  max-width: 660px;

 



}

.form-alexa-val .inner-page-center fieldset {



  border: none;

  padding: 0;

  display: none;



}

.form-alexa-val .inner-page-center fieldset.current {



  display: block;



}

.validation-form   .error {

  display: block;

  margin: 0 auto;

 

}



.visible-xs{display: none;}





 



@media screen and (max-width: 1024px) {  
 .container{
	 width:100%;
	 box-sizing:border-box;
	} 
	
 .form-control,.btn{ font-size:16px}	
}
@media screen and (max-width: 767px) {  

.btn{
	font-size:16px;}
.hero {
   background:none;
   height:auto!important;
}
.responsive td{ display:block; width:100%; padding:10px 0}
.hero > img.hero-main {
display:block
}
.hero h1{
	font-size:240%
}
.hero h2{
	font-size:170%;
}

.hero > img.alexa {
    position: absolute;
    right: 5%;
    bottom: -3%;
    max-width: 40%;
}
}

@keyframes blink { 

   50% { border-color: #ff8170; } 

}

.validation-form   .error { /*or other element you want*/

    animation: blink .5s step-end infinite alternate;

}



@media screen and (max-width: 767px) {

 

  .popup-custom-asve h2{font-size:30px}

  .popup-custom-asve h3{font-size:26px}

  .popup-custom-asve {padding:20px;}

  .popup-custom-asve .form-vert-center{

  position: relative;

transform: translateY(0%);

top: 0%;

  }

}


 
 


 
 