/* Enter Your Custom CSS Here */
.fusion-contact-info {
    color: #fff;
    font-size: 13px;
}
.fusion-main-menu > ul > li > a {
    border-top: 0px solid transparent;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #FB0018;
    border-color: rgba(235, 235, 235, 0);
    background-color: rgba(235, 235, 235, 0);
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #FB0018;
    border-color: rgba(235, 235, 235, 0);
    background-color: rgba(235, 235, 235, 0);
}
.contact_us {
    width: 100%;
    float: left;
      padding-bottom: 5%;
}
.contact_3fields {
    width: 100%;
    float: left;
    margin-bottom: 2%;
}
.name {
    width: 27%;
    float: left;
    margin-right: 10%;
}
.email {
    width: 27%;
    float: left;
    margin-right: 9%;
}
.contact_no {
    width: 27%;
    float: left;
}
.contact_2fields {
    width: 100%;
    float: left;
}
.message {
    width: 64%;
    float: left;
    margin-right: 9%;
}
.button {
    width: 27%;
    float: left;
    padding-top: 4%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 44px;
}
 .wpcf7-form input[type="submit"], .wpcf7-submit {
    background: #FB0018;
}
.wpcf7-form input[type="submit"]:hover, .wpcf7-submit:hover {
    background: #FB0018;
}
.contact_banner {
    background-size: 100%;
}
.fusion-footer-widget-area {
    border-top-width: 0px;
}
.fusion-footer {
    background-image: url(http://bimbasreesolutions.com/wp-content/uploads/2017/07/footerimg.jpg);
}
.fusion-footer-copyright-area {
    background-color: rgba(40, 42, 43, 0);
}
.fusion-footer-widget-area {
    background-color: rgba(54, 56, 57, 0);
}
i.fa {
    font-size: 18px;
}
.address {
    width: 100%;
    float: left;
}
.row_content {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.icon {
    width: 10%;
    float: left;
}
.add_text {
    width: 90%;
    float: left;
}
.fusion-footer-widget-area .widget-title{
  font-size: 16px;
    font-weight: 700;
}

.home_content {
    padding-top: 4%;
    text-align: justify;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-icon-right.vc_btn3-color-grey {
    background-color: #FB0018 !important;
    color: white !important;
}
.cnct_submit {
    float: right;
  	padding-bottom: 2%;
}
@media only screen and (max-width :1024px){
 
.fusion-main-menu > ul > li {
    padding-right: 25px;
}  
  
}

@media only screen and (max-width :414px){
 
   a.fusion-logo-link img {
    width: 200px;
}
  .name {
       width: 86%!important;
    float: left!important;
   margin-bottom: 8px!important;
  }
    .email {
        width: 86%!important;
    float: left!important;
   margin-bottom: 8px!important;
  }
    .contact_no {
       width: 86%!important;
    float: left!important;
   margin-bottom: 8px!important;
  }
  .message {
      width: 86%!important;
  }
  .button {
    width: 100%!important;
  }
  .fusion-copyright-notice p {
    float: none!important;
}

}