/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 16, 2016, 7:43:18 PM
    Author     : Shireesha.Onteddu
*/


#contentbase {
    background: #FFFFFF;
    min-height: 400px;
    
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: 100% 100% !important;
}
#contentbase.subscribe-bg{
    background: url('../images/subscribe_bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: 100% 100% !important;
}
#contentbase.registration-bg{
    background: url('../images/brand_reg_bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: 100% 100% !important;
}
.wraper-login {
    background: #FFFFFF;
    min-height: 400px;
    background: url('../images/login_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.btn-red{
    color: white;
    background-color: red !important;
    border-color: red;
    border-radius: 0px;
    font-family: ProximaNovaA ExtraBold;
    font-size: 18px;

}
.custom-container {
    position: relative;
    overflow: auto;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-right: auto;
    margin-left: auto;
}

.registration-container {
    position: relative;
    overflow: auto;
    margin-top: 7%;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.custom-view{
    margin: auto; 
    text-align: center; 
    margin-top: 35px; 
    overflow: auto;
}

.custom-header{
    color: white; 
    text-align: left; 
    font-weight: bold; 
    font-size: 35px; 
    margin:5px 0px; 
    padding: 5px 0px 10px 0px;
    font-family: ProximaNovaA ExtraBold;
}

.custom-body{
    background-color: black; 
    padding-top: 20px !important ; 
    padding-left:40px !important;
    padding-right:40px !important;
    padding-bottom:40px !important;
    font-family: Georgiai; 
    overflow: auto;
    
}
.custom-body-login{
    background-color: #333333; 
    padding: 20px; 
    font-family: Georgiai; 
    overflow: auto;
}
.custom-body a{
    letter-spacing: -0.6px;
    font-family: 'ProximaNovaA Light italic';
    float:left;
    color:white !important;
}

.button-register{
    font-family: 'ProximaNovaA ExtraBold' !important;
    border: none !important;
    background: #FB413C !important;
    font-size: 18px !important;
    font-weight: normal !important;
    margin-right: 10px;
    cursor: pointer;
    color: #fff !important;
    -webkit-appearance: none;
}

.sitename {
    width: 100%;
    height:100%;
    background: #818181;
    color: #FFF;
    vertical-align: bottom;
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 5px;
    padding: 11px 5px 5px 5px;
    box-sizing: border-box;
    font-family: 'Georgiai';
    position: relative;
    text-align:left;
}
.form-control{
    border-radius: 0px !important;
    font-size: 17px !important;
    font-style: normal;
    font-family: "Saira-Regular";
    color: #a6a9ab;
}

.help-block{
    color:white !important;
    font-family: 'ProximaNovaA Light italic';
    font-size: 14px;
    margin-top: 0px !important;
    float: left;
}
 .infoCompanyname {
    position: absolute;
    left: 100%;
    top: 11px;
    width: 14px;
    height: 14px;
    font-family: 'Georgiai';
    border-radius: 100%;
    background: #FB413C;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-left: 6px;
    cursor: pointer;
}

.ImportantNot {
    position: absolute;
    top: -2px;
    left: 100%;
    width: 200px;
    background: #FB413C;
    font-family: 'ProximaNovaA Light italic';
    font-size: 13px;
    padding: 5px;
    margin-left: 5px;
    z-index: 9999 !important;
    
}

 .scroll_to_bot {
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -50px;
    background: url(../images/scroll_bottom_b.png) no-repeat 50% 20%;
    border-radius: 100%;
    background-size: 43%;
    padding: 50px;
    cursor: pointer;
 }
 .custom-column{
     padding-left:0px !important;
     padding-right:0px !Important;
 }
 .registration-links{
     color:white;
     font-size:12px;
     text-decoration: underline; 
 }
 
.login-links{
     text-align: left; 
     padding-left: 0px !important; 
     font-family: 'ProximaNovaA Light italic'; 
     text-decoration: underline; 
     overflow: auto;
     font-size: 12px;
     
 }
 .login-links a{
     color:white !important;
 }
 
 #header{
     position:fixed;
     top:0px;
 }
 .section_bg_title{
	padding: 0px 0px;
	background-color: #ececec;
	background-image: -webkit-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
	background-image: -moz-linear-gradient(top, #fafafa, #dcdcdc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fafafa, #dcdcdc);
	background-image: -o-linear-gradient(top, #fafafa, #dcdcdc);
	background-image: linear-gradient(to bottom, #fafafa, #dcdcdc);
	padding-top:5px;
}
.section_bg_title h1{
	color:#1a1a1a;
	font-size: 60px;
	margin:0px;
	
}
.container_inner_form{
	width:90%;
	margin: 0px auto;
}
.section10 .container_inner_form{
	width:80%;
}
.section5 h2{ text-align:center;}
.section2_left h3{ margin:0px;}
.color_white{ color:#fff;}
.form_line_title{
	position:relative;
	text-align:center;
	margin: 25px 0px;
}
.section2{ 
	background:#ef4136; 
	padding:50px 0px 50px 0px;
	background:#ef4136 url(/uploads/about_images/section2_bg.png)  no-repeat;
	background-size:100%;
} 
.section2_left{ 
	width:49%;
	display:inline-block;
}
.section2_left p{ 
	font-size:14px;
	margin:20px 0px 20px 0px;
}
.section2_right{ 
	width:49%;
	display:inline-block;
	vertical-align: top;
}
.section3{
	background:#000 url(/uploads/about_images/section3_bg.jpg)  no-repeat;
	background-size: cover;
	padding: 50px 0px 0px 0px;
	}
.section3_right{ 
	width: 69%;
	display: inline-block;
	vertical-align: bottom;
	padding: 0px 90px;
	padding-bottom: 50px;
}
.section3_right p{ 
	font-size:14px;
	margin:20px 0px 20px 0px;
}
.section3_left{ 
	width:30%;
	display:inline-block;
}
.section3_right h3{ background: #EF4136;
display: inline;} 
.section4{
	background: url(/uploads/about_images/section4_bg.png)  no-repeat;
	background-size: cover;
	padding: 0px 0px 50px 0px;
}
.section5{
	background: #000;
	padding: 40px 0px 50px 0px;
}
.section5 h2{ color:#fff;}
.section6{
	background: #ef4136 url(/uploads/about_images/section5_bg.png)  no-repeat;
	background-size: cover;
	padding: 30px 0px 30px 0px;
}
.section6 h1, .section7 h1, .section9 h1{ 
	text-align:center; 
	color:#fff;
	padding-bottom: 20px;
}
.portfolio_wrapper{ 
	text-align:center;
}
.portfolio{
	display:inline-block;
	padding: 0px 45px;
	position:relative;
}
.portfolio li{
	list-style:none;
	padding: 10px 0px 10px 0px;
	}
.portfolio li:first-child{
	padding-top:30px;
}
.portfolio li img{ height:100px;}
.section7{
	background: #000 url(/uploads/about_images/section7_bg.jpg)  no-repeat;
	background-size: cover;
	padding: 30px 0px 30px 0px;
}
.section8{
	background:#f7941e;
	padding: 50px 0px 40px 0px;
}
.section8 p, .section8 span, .section11 span { font-size:18px; color:#fff; margin:0px;}
.left_section{ width:55%; text-align:left; float:left;}
.right_section{ width:44%; text-align:right; float:left; }
.right_section span{ 
	float:left; 
	padding: 0px 20px;
}
.right_section span img{
	margin-right:10px;
} 
.section9{
	background:#000 url(/uploads/about_images/section9_bg.jpg)  no-repeat;
	background-size: cover;
	padding: 30px 0px 80px 0px;
}
.pricing_wrapper{
	display: initial;
}
.pricing{
	width:18%;
	display: inline-block;
	float:left;
	position:relative;
}
.pricing.last:after {
	/*content: "";
	position: absolute;
	width: 17%;
	top: 30%;
	height: 100%;
	left: 72%;
	background: url(../about_images/aero_red.png);
	z-index: 1;
	background-repeat: no-repeat;
	right: 0px;
	background-size: 100%;*/
	
	content: "";
	position: absolute;
	width: 90%;
	top: 28%;
	height: 25%;
	left: 30%;
	background: url(/uploads/about_images/aero_red.png);
	z-index: 1;
	background-repeat: no-repeat;
	right: 0px;
	background-size: 100%;
}

.pricing img{ width:100%}
.section10{
	background: url(/uploads/about_images/section8_bg.png)  no-repeat;
	background-size: cover;
	padding: 50px 0px 50px 0px;
}
.section10 h1{ 
	color:#414042;
	text-align:center;
	padding-bottom:0px;
}
.section10 p{ text-align:center; color:#414042; }
.container_inner_form h3, h1, h2, h4, h6{ font-family: 'signikabold';}

.form_line_title h3{
	margin:0px;
	display:inline-block;
	position:relative;
	z-index:2;
	padding: 0px 20px;
	color:#1a1a1a;
	font-family: 'signikabold';
	color:#fff;
	font-size: 50px;
	width: 100%;
	line-height: 60px;
}
.button {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	border:0px;
}
.header_button{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.header_button input{
	margin:20px 10px;
}
.orange_but{
	border: 1px solid #ef4136;
	-webkit-box-shadow: 0px 4px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 4px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4);
	box-shadow: 0px 4px 0px #be1e2d, 0px 3px 15px rgba(0,0,0,.4);
	background-color: #ef4136;
	border:0px;
	outline: 0px;
}
.yellow_but{
	border: 1px solid #fbb040;
	-webkit-box-shadow: 0px 4px 0px #f7941e, 0px 3px 15px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 4px 0px #f7941e, 0px 3px 15px rgba(0,0,0,.4);
	box-shadow: 0px 4px 0px #f7941e, 0px 3px 15px rgba(0,0,0,.4);
	background-color: #fbb040;
	border:0px;
	outline: 0px;
	}
.white_but{
	border: 1px solid #fbb040;
	-webkit-box-shadow: 0px 4px 0px #d1d3d4, 0px 3px 15px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 4px 0px #d1d3d4, 0px 3px 15px rgba(0,0,0,.4);
	box-shadow: 0px 4px 0px #d1d3d4, 0px 3px 15px rgba(0,0,0,.4);
	background-color: #fff;
	border:0px;
	color:#ef4136;
	outline: 0px;
	}
.royalSlider{
	background:#292929;
	overflow:hidden;
}
/*.slide_box_section{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
}*/
.slide_box_section img{
	width: 100%;
	height: auto;
}
.slider_box {
	position: absolute;
	left: 50%;
	top: 0px;
	background-repeat: no-repeat;
	width: 1170px;
	margin-left: -570px;
	height:100%;
}
.slider_box h2{
	font-family: "corporate_a_bqregular", "Times New Roman", Times, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px 0px;
	color: #1A1A1A;
	font-size: 52px;
	margin-bottom:0px;
}
.rsArrow{
	position:absolute;
	top:50%;
	width:50px;
	height:50px;
	margin-top:-25px;
}

.responsive_section {
    display: none;
}

.video_box {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.video {
    display: inline-block;
    width: 28%;
    vertical-align: top;
}
.video_box {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.video img {
    width: 100%;
    height: auto;
}
.navbar-nav>li>.dropdown-menu {
    width:100%;
}
.navbar-top-links .dropdown-menu li {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

/****** LOGIN MODAL ******/
.login-page{
  height: 800px;
  background: url("../../assets/images/login_bg.jpg") no-repeat center;
  background-size: 100% 100%;
}
#Log-in{
    margin-top: 0;
    text-align: center;
    font-size: 50px;
    margin: auto;
    letter-spacing: -2px;
    width: 425px;
}

#Log-in form#user_login{
    letter-spacing: normal;
}

#registration form#user_login{
    letter-spacing: normal;
}

.page-title{
    margin-bottom: 15px;
    color: #fff;
    font-family: "Saira-Regular",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
}
.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.input-box{
  width: 100%;
  display: block;
  margin-bottom: 8px;
  position: relative;
}

.input-box {
  height: 50px;
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
  padding: 0 38px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Saira-Regular" !important;
  font-style: normal;
}

.input-box:hover {
  /*border: 1px solid #b9b9b9;*/
  /*border-top: 1px solid #a0a0a0;*/
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.input-icon {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 28px;
  font-size: 23px;
  color: gray;
}


.login{
    background-color: #27b2c5;
    font-size: 16px;
    color: #fff;
    font-family: "Saira-Regular";
}
#login-help{
  text-align: center;
  /*width: 550px;*/
  letter-spacing: .6px;
  margin: auto;
  color: #fff;
  font-size: 14px;
}
#login-help > a{
  color: #fff;
}

/*------------  Forgot Password style start--------------*/
  .forget-help {
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
  margin: auto;
  }
  .forget-help > a{
  color: #fff;
  }
  .other-input{
    padding: 0 18px;
  }

/*------------  Forgot Password style ends--------------*/

input#registration-brand_url {width: 78%;}

.reg-info{
    font-size: 6px;
    background-color: #27b2c5;
    border-radius: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    height: 50px;
    padding: 20px 10px 0 6px;
}

.domain-name{
    position: absolute;
    top: 0;
    left: 68%;
    font-size: 17px;
    letter-spacing: 0;
    background: #e6e6e5;
    padding: 13px 5px;
    width: 30%;
    height: 50px;
    font-family: "Saira-Regular";
    font-style: normal;
    color: #a6a9ab;
  }
  #registration{
    margin-top: 0;
    text-align: center;
    font-size: 50px;
    margin: auto;
    letter-spacing: -2px;
    width: 100%;
  }
  
  .reg-block{
      width: 700px;
      margin: auto;
  }
  
  .input-container{
    padding-right: 0;
  }
  .button-container{
    margin-left: 20.6%;
  }
  #reg-help{
      text-align: center;
  letter-spacing: .6px;
  margin: auto;
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  }
  #reg-help > a{
  color: #fff;
}

.modal-header .close-subscribe {
    margin-top: -65px !important;
}
.subscribe {
    margin-bottom: 0px;
}
h3.left-panel-sub-title {
    background-color: #FFF22D;
    float: left;
    min-width: 200px; 
    padding: 0 15px 0 10px !Important; 
    font-weight: 500 !important; 
    margin: -15px 0 0 0 !important; 
    font-size: 30px !important; 
    text-transform: uppercase !important; 
    font-family: "Saira-Regular",sans-serif;
    line-height: 42px !important;
    position:relative;
    z-index:1;
}

/*------------- Meida Queries for center align---------------*/
@media (max-width: 1199px){
    .reg-block{
        width:480px;
    }
    .domain-name{left: 67%;width: 30%;font-size: 14px;}
}

@media (max-width: 991px){
    .custom-container{
        margin-top: 20%;
    }
    .domain-name {top: 0;left: 67%;height: 100%;}
    .reg-info {top: 0;left: 97%;height: 100%;}
    
    .registration-container{
        margin-top: 20%;
    }
    
    #registration-brand_url{
        margin-bottom: 5px;
    }
}

@media (max-width: 768px){
    .button-container {
        margin-left: 0;
        padding-right: 15px;
    }
  
    .reg-block{
        width:400px;
    }
    
    .input-container{
        padding-right: 15px;
    }
    
    .domain-name{
        left: 63%;
    }
    .reg-info {left: 93%}
}

@media only Screen and (max-width: 479px){
  input#registration-brand_url {width: 100%; margin-bottom: 70px;}

  .domain-name {left: 15px;top: 65px;width: 90%; font-size: 16px; text-align: left;padding: 15px 40px;}

  .reg-info {left: 91%;top: 65px;}

  .input-box{padding: 0 25px !important;}

  #login-help{margin-left: 7%;width: 86%;letter-spacing: 0px;}

  .form-control{font-size: 14px !important;}

  #Log-in{
    margin-left: 2%;
    width: 96%;
    font-size: 43px;
  }
   .forget-help{
    font-size: 12px;
  }
  .forgot{
    font-size: 36px;
  }
  
    .reg-block{
        margin-left: 0;
        width:96%;
        font-size: 43px;
    }
    
    .reg-info + .tooltip > .tooltip-inner {
        font-size: 10px;
        width: 150px;
    }
} 

.navbar{
    height: 52px;
}

.footer{
    padding-top: 0;
    border-top: none;
}

.controls{
    font-family: "Saira-Regular",sans-serif;
    font-style: normal;
    font-size: 28px;
    font-weight: 700;
}

#login-help, .forget-help, #reg-help{
    font-family: "Saira-Regular",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 40px;
}

/*::-webkit-input-placeholder{
    font-family: Arial;
    font-style: italic;
    font-size: 14px;
}

::-moz-placeholder {  Firefox 18- 
    font-family: Arial;
    font-style: italic;
    font-size: 14px;
}

::-moz-placeholder {   Firefox 19+ 
    font-family: Arial;
    font-style: italic;
    font-size: 14px;
}

:-ms-input-placeholder {  
    font-family: Arial;
    font-style: italic;
    font-size: 14px;
}*/

::-webkit-input-placeholder{
 color: #ccc !important;
}

::-moz-placeholder { /* Firefox 18- */
 color: #ccc !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #ccc !important;  
}

:-ms-input-placeholder {  
 color: #ccc !important;  
}

#Log-in form, #registration form, #registration .login_err, #Log-in .login_err{
    font-family: sans-serif;
    font-style: italic;
}

#registration .form-group{
    margin-bottom: 15px;
}