<?php
/*
--------------------------------------------------------------
>>> HTML5 Frame Description:
----------------------------------------------------------------
Theme Name: VBA
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.2
License: 
License URI: license.txt
Text Domain: 
Domain Path: 
Tags: light, white, one-column, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, microformats, post-formats, sticky-post, threaded-comments, translation-ready
HTML5 Frame Work Theme, Copyright (C) 2014.
--------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------
1.0 - Reset
2.0 - Base styles
    2.1 - Typography
    2.2 - Elements
    2.3 - Forms
    2.4 - Links
    2.5 - Accessibility
    2.6 - Alignments
    2.7 - Clearings
    2.8 - Base page
    2.9 - Define Your Pre Stylesheet Element
3.0 - Header
    3.1 - Navigation
    3.2 - Pagination
4.0 - Content
    4.1 - Posts and pages
    4.2 - Post formats
    4.3 - Galleries
    4.4 - Comments
5.0 - Widgets
6.0 - Footer
    6.1 - Social menu
7.0 - Media
8.0 - Genericons
9.0 - Developer Style Sheet
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
?>

.vba_custom_form .logo-text-section-start {
    float: left;
    padding-bottom: 120px;
    width: 100%;
    text-align: center;
}
.vba_custom_form .welcom-text {
    float: left;
    width: 100%;
}
.vba_custom_form .welcom-text h3 span {
    font-size: 62px;
    line-height: 110%;
    font-family: 'FuturaBQ-DemiBold';
    color: #EE1C23;
}
.vba_custom_form .welcom-text h3 {
    text-align: left;
    border-bottom: 1px solid #B1B1B1;
    float: left;
    padding-bottom: 49px;
    width: 100%;
    font-size: 62px;
    line-height: 110%;
    font-family: 'FuturaBQ-DemiBold';
    color: #000;
    padding-left: 210px;
}
.vba_custom_form .logo-main-des {
    float: left;
    width: 100%;
    padding-top: 50px;
    text-align: left;
}
.vba_custom_form .logo-main-des-left {
    float: left;
    width: 210px;
}
.vba_custom_form .logo-main-des-left p {
    float: left;
    width: 100%;
    font-family: 'FuturaBT-Book';
    font-size: 22px;
    line-height: 110%;
    margin: 0;
    /* or 24px */
    
    color: rgba(0, 0, 0, 0.4);
}
.vba_custom_form .logo-main-des-right {
    float: left;
    width: calc(100% - 210px);
}
.vba_custom_form .logo-main-des-right h3 {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 140%;
    float: left;
    width: 100%;
    color: #1E1E1E;
}
.vba_custom_form .contact-from {
    width: 100%;
}
.vba_custom_form .contact-from-container {
    width: 100%;
}
.vba_custom_form .frm-grm {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 0 15px;
}
.vba_custom_form .sub-frm {
    width: 50%;
}
.vba_custom_form .txt-box {
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ababab;
}
.vba_custom_form .txt-box:focus {
    outline: none;
}
.vba_custom_form .txt-box::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: rgba(0, 0, 0, 0.5);
}
.vba_custom_form .txt-box::-moz-placeholder {
    /* Firefox 19+ */
    
    color: rgba(0, 0, 0, 0.5);
}
.vba_custom_form .txt-box:-ms-input-placeholder {
    /* IE 10+ */
    
    color: rgba(0, 0, 0, 0.5);
}
.vba_custom_form .txt-box:-moz-placeholder {
    /* Firefox 18- */
    
    color: rgba(0, 0, 0, 0.5);
}
.vba_custom_form .frm-grm label {
    float: left;
    width: 100%;
    font-family: 'ProximaNova-Regular';
    font-size: 22px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.7);
}
.vba_custom_form .checkbox-item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    color: #63a9df;
    cursor: pointer;
    float: left;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    outline: 0;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border: 0px;
    border-radius: 0;
    background: #dfdfdf;
}
.vba_custom_form .checkbox-item input[type="checkbox"]:checked::before {
    height: 25px;
    width: 25px;
    position: absolute;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    outline: 0;
    background: #cd242a;
    color: #fff;
}
.vba_custom_form .checkbox-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
        display: inline-block;
}
.vba_custom_form .checkbox-item label {
    float: left;
    padding-right: 10px;
    width: 80px;
    font-size: 18px;
    padding-left: 5px;
    font-family: 'ProximaNova-Regular';
    color: rgba(0, 0, 0, 0.7);
    margin: 0px;
    line-height: 26px;
}
.vba_custom_form .checkbox-item input[type="text"] {
    width: 14%;
    height: 18px;
    border: 0;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ababab;
    outline: none;
    margin: 0px 10px;
}
.vba_custom_form .full-w {
    width: 100%;
}
.vba_custom_form .checkbox-item span {
    font-family: 'ProximaNova-Regular';
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
}
.vba_custom_form .frm-btn {
    float: left;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 30px;
}
.vba_custom_form .frm-btn input[type="submit"] {
    float: left;
    width: 220px;
    height: 50px;
    margin-left: 15px;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    background-color: #ee1c23;
    border: 1px solid transparent;
    outline: none;
    color: #fff;
    font-family: 'CenturyGothic-Bold';
}
.vba_custom_form .frm-btn input[type="submit"]:hover {
    background-color: transparent;
    color: #ee1c23;
    border: 1px solid #ee1c23;
    transition: all .3s;
}
.vba_custom_form span.wpcf7-list-item.first.last {
    margin-left: 0;
}
.vba_custom_form .frm-grm.sub-frm span {
    width: 100%;
}
.vba_custom_form .checkbox-item span {
    width: auto;
    width: auto !important;
}
.vba_custom_form .contact-from-container br:empty {
    display: none;
}
.vba_custom_form .contact-text-p p{
    float: left;
    width: 100%;
    font-family: 'ProximaNova-Regular';
    font-size: 22px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.7);
}

.vba_custom_form .form_icon{
    color: rgba(0, 0, 0, 0.7);
    font-family: 'ProximaNova-Regular';
}

.vba_custom_form .form_footer_text{
    color: rgba(0, 0, 0, 0.7);
    font-family: 'ProximaNova-Regular';
}

.footer-text{
    width: 100%;
}
.footer-text .footer-text-s1{
    float: left !important;
    width: auto !important; 
}
.footer-text .footer-text-s2{
    float: right !important; 
    width: auto !important;
}

.tex_services{
    float: left !important;
    margin-top: 40px !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
}