/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2021 | 07:15:32 */
.vc_column-inner.vc_custom_1577000403087 {
    background-color: rgba(255, 255, 255, 0.5) !important;
}


.header-full-width .nav-container{background: rgb(255,255,255,0.8);}
header a.navbar-brand img{bottom: 27px;}

.vc_label{
	color:#000000 !important;
}

.wpcf7 label{
	color:#fff !important;
}

/*form*/
.wpcf7 label{
	color: #000;
    font-size: 18px;
    padding-top: 5px;
}

.vc_column-inner.vc_custom_1577000403087{
	background:rgba(0, 0, 0, 0.5) !important
}

span.wpcf7-form-control-wrap {color: #000;}

.phone-no{
position: relative;
    float: left;
    width: 100%;
    padding: 10px 20px;
    outline: none;
    margin: 10px 0;
    background: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #f1f1f1;

}

/*buton*/
.mybtn {
    width: 220px;
    height: 39px;
    background: #70caf2;
    color: #010101;
    font-size: 24px;
    font-weight: 600;
    border-radius: 31px;
    float: right;
    border: 1px solid;
}

.mybtn:hover{
	background:#ffffff;
  	color:#70caf2
}

/*footer*/
#secondary_footer .footer_custom_text.center p{
	color:#fff;
}

/*cellphone*/
@media (max-width: 667px) {
  .logo_retina {
   margin-top: 12px;
  }
  
 .logo_after_scroll{
    margin-top: 27px;
  }
  
  .mybtn{
  	margin-right: 50px;
  }
  
}