﻿
/*contact form */


.section-padding {
    padding: 100px 0;
}

.form-group2 {
    padding: 7px 0px 4px 5px;
    margin-top: 0px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #001f44;
    border-radius: 5px;
    position: relative;
    border: 2px solid #000000;
}

    .form-group2 label {
        margin-bottom: 5px;
    }

label {
    margin: 0;
    color: #000000;
    margin-left: 2.6px;
}


.input-acc {
    background: transparent !important;
    border: 0px !important;
    font-size: 15px !important;
    line-height: 30px !important;
    font-family: "Lato", sans-serif !important;
    color: #7a8292 !important;
    padding: 0px !important;
    position: relative !important;
    width: 100% !important;
    font-weight: 600 !important;
    min-height: 34px !important;
    border-bottom: 2px solid #dfe4ea !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.get_info {
    padding-right: 100px;
}

    .get_info h3 {
        font: 700 26px/44px "Barlow Condensed", sans-serif;
        color: #081340;
        margin-bottom: 15px;
        text-align: left;
    }

    .get_info p {
        color: #272727;
        margin-bottom: 15px;
        text-align: left;
    }

.info_item {
    padding-left: 50px;
    position: relative;
    margin-top: 35px;
}

    .info_item i {
        position: absolute;
        left: 0;
        font-size: 30px;
        color: #e52a14;
        top: 0px;
        left: 0;
    }

    .info_item h6 {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
        color: #000529;
    }

.get_info .info_item p {
    margin-bottom: 0;
}

.info_item p {
    font-size: 15px;
    line-height: 24px;
    color: #272727;
}

.get_info p {
    color: #272727;
    margin-bottom: 15px;
    text-align: left;
}

@media only screen and (max-width: 450px) {
    .section-padding {
        padding: 50px 0;
    }
}
