.NovelLite_slider .slider_overlay {
   
   background-color: rgba(110, 156, 199, 0.35);
}
.text-primary {
    color: #2e8ece;
}
.navbar-default .navbar-toggle {
    border-color: #fff; 
    background-color: #4EA2D1;
  
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #4EA2D1;
    border-color: #4EA2D1; 
}
.NovelLite_slider .container.container_caption {
    margin-top: 180px;
    text-align: left;
    display: block;
    max-width: 1170px!important;
    width:100%;
}
.img-circle {
    border-radius: 0;
}
.btn-xl {
 border-color: #fff;
 background-color: #51A7D7;
}
.contact_section .contactform .btnSubmit.btn-xl.btn:hover {
    background: #2E8ECE;
    border: 1px solid #2E8ECE;
}


.contact_section{
position:relative;
 background: url(images/main.jpg) fixed;
	}
	
.contact_section:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
     transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    z-index: -1;
    background: rgba(46, 142, 206, 0.6);
}
#move-to-top{
    background: #4FA4D3;
	}
	.woocommerce span.onsale, .woocommerce-page span.onsale {
      background-color: #2e8ece;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce ul.products li.product a.button, .woocommerce.archive ul.products li.product a.button, .woocommerce-page.archive ul.products li.product a.button {
    background-color: #2e8ece;
}

.novelpro_slider .container h1, #slider-div .container h1 {
     font-size: 35px;
     margin-top: 0;
	   font-weight:100;
	   text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	}
	
.NovelLite_slider .container.container_caption .left-caption {
    width: 67%;
    float: left;
}
.novelpro_slider .container p, #slider-div .container p {
font-weight: 500;
font-size: 55px;
line-height: 60px;
font-weight:500;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.NovelLite_slider  .right-caption {
    width: 25%;
    float: left;
	  background:rgba(51, 93, 124, 0.78);
    text-align: center;
    position: absolute;
    z-index: 99;
    right:100px;
    top:150px;
}
.NovelLite_slider .right-caption p.contact-heading {
color: #fff;
font-size: 24px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0;
}
.NovelLite_slider .right-caption .cnt-title{
padding-top:20px;
}
.NovelLite_slider .right-caption .title_border{
background-color:#fff; 
width:80px; 
height:1.4px;
margin:0 auto;
}
.NovelLite_slider .right-caption .contact-popup-hide{
  display:none;
}
.NovelLite_slider .right-caption p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 0px 0px 4px;
    display: inline-block;
    text-align: left;
    line-height: 1.8;

}
.NovelLite_slider  .right-caption textarea{
  height:60px;
  width:100%;
  color: #666;
  text-indent:4px;
}
.NovelLite_slider  .right-caption input{
  width:100%;
  color:#000;
  text-indent:4px;
}
 .right-caption p input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding:18px 35px 18px 35px;
    background-color: transparent;
    border: 1px solid #fff;
    line-height: 0;
    color: #fff!important;
}
 .right-caption input[type="submit"]:hover{
  
  color:#fff;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
   z-index: 999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 140px auto;
  background:rgba(79, 118, 147, 0.65);
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.popup .close {
  position: absolute;
  top: 8px;
  right: 18px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #fff;
}

@media (min-width: 992px){
#parallax_move .layer {
    height: 100vh!important;
}
.header-content-wrap {
   height: 100vh;
}
}
@media (min-width: 768px){
.navbar-default {
    padding: 5px 0;
	}
}
@media (max-width: 1024px){
 #section1 .col-md-4{
  margin:0 auto;
  padding-bottom: 30px;
  } 
 .NovelLite_slider .container.container_caption {
    margin-top:170px;
    text-align: left;
}
.NovelLite_slider .container.container_caption .left-caption {
    width: 100%;
    float: none;
    text-align: center;
}
.novelpro_slider .container p, #slider-div .container p {
    font-size: 45px;
}
.NovelLite_slider .right-caption {
    
    float: none;
    margin:0 auto;
    background: none;
    width: 100%;
    right: 0;
    top: 75%;
}
.contact-popup-hide a:hover{
  padding:5px;
  border-bottom:1px solid #fff;
 -webkit-transition: text-decoration 500ms ease;
  -moz-transition: text-decoration 500ms ease;
  -ms-transition: text-decoration 500ms ease;
  -o-transition: text-decoration 500ms ease;
  transition: text-decoration 500ms ease; 
}
#cnt-page{
  display:none;
}

.NovelLite_slider .right-caption p.contact-popup-hide {
    
    display:block;
    text-align: center;
    padding:10px 0px 0px 0px;
}
.contact-popup-hide a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    text-align: center;

} 
}

@media (max-width: 768px){
  .right-caption .box{
    width:50%;
  }
  .right-caption .popup{
    width:100%;
    max-width:350px;
  }
.NovelLite_slider .container.container_caption {
    margin-top:150px;
    text-align: left;
}
.NovelLite_slider .container.container_caption .left-caption {
    width: 100%;
    float: none;
    text-align: center;
}
.novelpro_slider .container p, #slider-div .container p {
    font-size: 35px;
}
.NovelLite_slider .right-caption {
    
    float: none;
    margin:0 auto;
    background: none;
    
}
.contact-popup-hide a:hover{
  padding:3px;
  border-bottom:1px solid #fff;
 -webkit-transition: text-decoration 500ms ease;
  -moz-transition: text-decoration 500ms ease;
  -ms-transition: text-decoration 500ms ease;
  -o-transition: text-decoration 500ms ease;
  transition: text-decoration 500ms ease; 
}
#cnt-page{
  display:none;
}

.NovelLite_slider .right-caption p.contact-popup-hide {
    
    display:block;
    text-align: center;
    padding:10px 0px 0px 0px;
}
.contact-popup-hide a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    text-align: center;

}
#section1 .col-md-4{
  width:60%;
  margin:0 auto;
  padding-bottom: 30px;
  }
  
}

@media (max-width: 480px){
 .right-caption .box{
    width:70%;
  }
 .right-caption .popup{
    width: 100%;
    width:280px;
  }
  #section1 .col-md-4{
  width:80%;
  margin:0 auto;
  padding-bottom: 30px;
  }
.NovelLite_slider .container.container_caption {
    margin-top:160px;
    text-align: center;
    display: block;
}
.NovelLite_slider .container.container_caption .left-caption {
    width: 100%;
    float: none;
    text-align: center;
}
.novelpro_slider .container h1, #slider-div .container h1 {
    font-size:25px;
    margin-top: 0;
    font-weight: 100;
}
.main-slider-button{
  padding: 20px 58px;
}
.novelpro_slider .container p, #slider-div .container p {
    font-size: 25px;
    line-height: 40px;
}
.NovelLite_slider  .right-caption {
    width: 100%;
    float: none;
    margin:0 auto;
    background: none;
    
}

#cnt-page{
  display:none;
}

.NovelLite_slider .right-caption p .contact-popup-hide {
    
    display:block;
    text-align: center;
    padding:10px 0px 0px 0px;
}
.contact-popup-hide a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    text-align: center;

}
}
/***lead form**/
.right-caption .leadform-show-form h1{
display:none!important;
}
.right-caption .leadform-show-form .name-type label,.right-caption .leadform-show-form .text-type label,.right-caption .leadform-show-form .textarea-type label {
display:none;
}
.right-caption .leadform-show-form {
height:390px;
overflow-y:scroll;
margin-top: 30px;
max-width:100%;
padding: 0px 20px 0px 25px;
}
.right-caption .leadform-show-form input[type="radio"],.right-caption .home #contact .leadform-show-form input[type="checkbox"] {
width:auto!important;
}
.right-caption .leadform-show-form input,.right-caption .leadform-show-form .select-type select,.leadform-show-form textarea{
    width: 100%!important;
    height:auto;
    text-indent: 4px;
    margin-right:0px;
    margin-bottom:20px;
    padding: 4px!important;
    border-radius: 3px;
    border: 0px inset;
    min-height: 35px;

}
.right-caption .leadform-show-form .checkbox-type input{
  min-height: 0px;
}

.right-caption .leadform-show-form.medium textarea{
min-height:100px;
}

.right-caption .leadform-show-form .checkbox-type li, .leadform-show-form .radio-type li
{
display:inline-block;
margin:10px!important;
}
.right-caption .leadform-show-form .radio-type,.leadform-show-form .checkbox-type {
text-align:left;
color:#fff;
}
.right-caption .leadform-show-form .select-type{
text-align:left;
color:#fff;
}
.right-caption .leadform-show-form .select-type select {
color:#aaa;
}
.right-caption .leadform-show-form input[type="submit"]{
font-size: 14px;
padding:10px 15px!important;
border: 1px solid #4FA4D3;
background-color:#4FA4D3;
color:#fff;
margin-bottom: 0;
}
.right-caption .leadform-show-form input[type="submit"]:hover{
background-color:rgba(79, 164, 211, 0.48);
}

.right-caption .leadform-show-form .submit-type label{
margin: 0em 0 0em;
}
 
 .right-caption .leadform-show-form::-webkit-scrollbar {
 width:5px;
}  
.right-caption .leadform-show-form::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2); 
}
/***end lead form***/
.outer-footer{
  display:none;
}