body{
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Varela Round';
}
.banner{
    height: 630px;
    width: 100%;
    background: linear-gradient(0deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url(../images/automobiles-bird-s-eye-view-cars-1004409.jpg) no-repeat 50% 50%;
    position: relative;
    background-size: cover;
}
.header{
    width: 92%;
    
    margin: 0 auto;
    padding-top: 20px;
}
.logo
{
    height: 150px;
    width: 150px;
}
.logo img{
    max-height: 100%;
    max-width: 100%;
}
.banner_heading
{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto auto;
    text-align: center;
    height: 40px;
    color: #0d2153;
    font-size: 38px;
    font-weight: 700;
    font-family: Montserrat;
}

.heading_tagline
{
    font-weight: 400;
    color: #000;
    font-size: 28px;
    padding: 0 10px;
}
.c_add{
    margin: 10px auto;
    max-width: 330px;
    text-align: center;
    background: white;
    border-radius: 5px;
    padding: 10px 0;
}
.focus_section
{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    margin-top: 50px;
}
.focus_title
{
    color: #006bff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}
.focus_tag_line
{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-top: 25px;
    line-height: 40px;
}
.focus_box_container
{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}
.focus_box_container a
{
    text-decoration: none;
}
.focus_box
{
    height: 485px;
    width: 270px;
    box-shadow: 0px 0px 6px 0px #777;
    display: inline-block;
    margin: 15px;
    border-radius: 5px;
}
.focus_box_text
{
    color: #000;
    font-size: 14px;
    line-height: 17px;
    height: 240px;
    padding: 15px;
    margin-top: 10px;
    text-align: left;
}
.focus_image
{
    background: url(../images/line.png) repeat-x 50% 50%;
    height: 115px;
    background-size: contain;
    text-align: center;
}
.focus_image img
{
    width: 115px;
}
.focus_box_title
{
    text-align: center;
    font-size: 18px;
    color: #0d2153;
    line-height: 30px;
    padding-top: 35px;
}
.focus_first_work
{
    color: #006bff;
}
.license_software_box
{
    display: flex;
    flex-flow: row nowrap;
    padding: 20px;
    max-width: 600px;
    box-shadow: 0px 0px 6px 0px #777;
    margin: 50px auto 20px auto;
    border-radius: 5px;
}
.license_software_image img
{
    height: 115px;
    margin-left: 15px;
}

.license_software_image 
{
    display: inline-block;
    width: 150px;
}
.license_software_text
{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    flex: 1 1 auto;
}

.license_software_title
{
    color: #006bff;
    font-size: 18px;
}
.license_software_desc
{
    color: #000;
    line-height: 20px;
}
.feature_section
{
    width: 100%;
    background: url(../images/feature.png) no-repeat;
    background-size: cover;
    margin-top: 100px;
}
.feature_text_box
{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}
.feature_title
{
    font-weight: 700;
    color: #0d2153;
    text-align: left;
    padding-top: 25px;
    padding-left: 20px;
    font-size: 30px;
    max-width: 450px;
}
.feature_tagline
{
    padding-top: 25px;
    color: #000;
    font-size: 18px;
    padding-left: 20px;
    max-width: 450px;
}
.what_we_do_section
{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #F8F9FA;
    padding: 80px 0 50px 0;

}
.what_we_do_title
{
    color: #0d2153;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}

.what_we_do_box
{
    box-shadow: 0px 0px 6px 0px #777;
    display: inline-block;
    margin: 15px;
    border-radius: 15px;
    background: #fff;
    position: relative;
}
.what_we_do_arrow
{

}
.what_we_do_box_text
{
    font-size: 20px;
    padding: 20px;
}
.what_we_do_desc
{
    margin-top: 70px;
    text-align: justify;
}
.unique_solution_section
{
    background: url(../images/design.png) no-repeat #fff;
    height: 500px;
    padding-top: 50px;
}
.unique_solution_title
{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #0d2153;
    padding: 0 10px;
}
.unique_solution_tagline
{
    font-size: 18px;
    color: #6d809a;
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
    padding: 0 10px;
}
.footer_section
{
    height: 700px;
    /*background: linear-gradient(0deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url(../images/logo.png) no-repeat #eee;*/
    background: url(../images/footer_bk.png) no-repeat #fefefe;
    width: 100%;
}
.footer_container
{
    width: 86%;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}
.left_side
{
    float: left;
}
.right_side
{
    float: right;
}
.download_app
{
    margin-top: 15px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.lets_connect
{
    text-align: center;
    font-weight: 700;
    margin: 20px 0 20px 0;
    font-size: 20px;
}
.lets_connect_success
{
    height: 40px;
    line-height: 40px;
    color: green;
    margin-top: 20px;
    text-align: center;
}
.lets_connect_join_box
{
    width: 100%;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #000;
    margin: -10px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    padding: 0px 0 10px 0;
}
.lets_connect_join_box input
{
    border: none;
    height: 40px;
    border-radius: 50px;
    max-width: 250px;
    -webkit-highlight-color: rgba(0,0,0,0);
    display: inline-block;
    font-size: 16px;
    padding-left: 15px;
    margin: 10px 5px 0 5px;
}
.lets_connect_join_box input:focus
{
    border: none;
}
.join_us_btn
{
    text-align: center;
    height: 40px;
    flex: 1 1 75px;
    max-width: 212px;
    border-radius: 50px;
    margin-top: -15px;
    display: inline-block;
    background: #f00;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    margin: 10px 5px 0 5px;
}
.footer_lower
{
    margin-top: 45px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.social_box
{
    border: 1px solid #000;
    height: 50px;
    position: relative;
    margin: 15px auto;
    flex: 0 1 150px;
}
.we_are_social
{
    position: absolute;
    height: 25px;
    top: -15px;
    background: #fefefe;
    line-height: 30px;
    width: 90px;
    text-align: center;
    margin-left: 30px;
    font-size: 14px;
}
.social_icons
{
    width: 24px;
    margin-left: 17px;
    margin-top: 12px;
    cursor: pointer;
}
.copyright
{
    font-size: 14px;
    margin: 15px 0 15px 0;
    flex: 1 1 auto;
}
.app_type
{
    font-size: 18px;
    font-weight: 400;
    width: 180px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    margin-top: 15px;
}
.app_name
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #E6EFF0;
    margin-top: 10px;
    border-radius: 4px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.loader{
    position: fixed;
    height: 100px;
    width: 100px;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    display: none;
}
.overlay
{
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.5);
    display: none;
    z-index: 9;
}
.mw_wrap{
    background: white;
    max-width: 330px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    border-radius: 5px;
    align-items: stretch;
}
.no_underline{
    text-decoration: none;
}
@media only screen and (max-width: 930px){
    .feature_title{
        font-size: 26px;
        max-width: 350px;
    }
    .feature_tagline{
        max-width: 350px;
    }
}
@media only screen and (max-width: 700px){
    .feature_title{
        font-size: 20px;
        max-width: 250px;
    }
    .feature_tagline{
        max-width: 250px;
    }
}
@media only screen and (max-width: 500px){
    .banner{
        height: 530px;
    }
    .logo{
        max-height: 125px;
        max-width: 125px;
    }
    .banner_heading{
        font-size: 25px;
        top: -50px;
    }
    .license_software_box{
        margin: 50px 10px 20px 10px;
    }
    .unique_solution_title{
        font-size: 22px;
    }
    .feature_title{
        padding: 0 10px;
        font-size: 14px;
        max-width: 170px;
    }
    .feature_tagline{
        padding: 25px 10px 0 10px;
        max-width: 170px;
        font-size: 14px;
    }
    .heading_tagline{
        font-size: 22px;
    }
    .lets_connect{
        margin: 35px 0 20px 0
    }
    .footer_lower{
        margin-top: 20px;
    }
    .copyright{
        text-align: center;
    }
    .feature_section{
        margin-top: 50px;
    }
    .what_we_do_section{
        padding: 50px 0 30px 0;
    }
    .focus_box_container{
        margin-top: 10px;
    }
    .what_we_do_desc{
        margin-top: 20px;
    }
    .unique_solution_section{
        padding-top: 10px;
    }
}

.recaptcha-disclaimer
{
    font-size: 0.7em;
    width: 80%; 
    margin: 0 auto;
}
.grecaptcha-badge 
{ 
    visibility: hidden; 
}