.header2 ul {
    margin-bottom: 0;
}


.top-bg {
    background: url(../images/top-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}

.form_modal .field-icon {
    position: absolute !important;
    top: 18px !important;
    left: 28px !important;
}

.form_modal {
    width: auto !important;
    box-shadow: none !important;
}

.main-heading {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
}

.top-bg p {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 25px;

}

.btn-default {
    background: transparent;
    border: 1px solid #f3881e;
    border-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 35px;
    margin-left: 30px;
}

.btn-default:hover {
    background: linear-gradient(to right, #FF512F 0%, #F09819 51%);
    border-color: transparent;
    color: #fff;
    border: 1px solid #ff7c5b;
}

.btn-primary {
    background: linear-gradient(to right, #FF512F 0%, #F09819 51%);
    border-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 35px;
    border-color: #F09819;
}

.btn-primary:hover {
    background: linear-gradient(to right, #f8360f 0%, #dd8407 51%);
    border-color: transparent;
    border: 1px solid #ff7c5b;
}

.form-div {
    background-color: #fff;
    border-radius: 15px;
    width: 595px;
    height: auto;
    margin: auto;
    margin-top: 35px;
/*    box-shadow: -6px 6px 1px #efefef;*/
    padding: 30px;
}

.form-div p {
    display: none;
}

.form-div .form-group {
    margin-bottom: 0;
}

.form-div .wpcf7-submit {
    margin-top: 15px;
}

.form-div h2 {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.colr-1 {
    color: #4c8554;
}

.colr-2 {
    color: #1e5779;
}

.form-div .form-control {
    border: 1px solid #cccccc;
    position: relative;
    height: 44px;
    padding: 10px 15px 10px 36px;
    font-weight: 300;
    color: #000000;
}

.form-div .field-icon {
    position: absolute;
    top: 18px;
    left: 26px;
}

.form-div textarea {
    height: auto !important;
    padding: 15px !important;
}

.form-div label {
    font-size: 14px;
    color: #555555;
    font-weight: 300;
}

.form-div .form-control-comment {
    height: auto !important;
    padding: 15px !important;
}

.form-submt {
    margin-top: 5px;
}

.main-left-icon {
    position: absolute;
    top: 200px;
    left: 47px;
}

.main-right-icon {
    position: absolute;
    right: 47px;
    top: 200px;
}

/*--------------------section-1-end--------------------*/

/*--------------------section-2-end--------------------*/

.sec-2,
.sec-3,
.sec-5 {
    padding: 70px 0;
}

.main-heading-2 {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.heading-divider img {
    margin: 20px auto;
}

.heading-bottom-test-2 {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.works {
    margin-top: 30px;
}

.works p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 0;
}

.works img {
    margin: auto;
}

.works h3 {
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin: 15px 0;
}

/*--------------------section-2-end--------------------*/


/*--------------------section-3-start--------------------*/

.sec-3 {
    background-color: #f5f5f5;
}

.sec-3 .owl-nav {
    display: none;
}

.sec-3 .owl-carousel {
    margin: 15px 0;
}

.sec-3 .owl-carousel .owl-item {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.sec-3 .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.sec-3 .owl-nav button.owl-prev {
    left: 0;
}

.sec-3 .owl-nav button.owl-next {
    right: 0;
}

.sec-3 .owl-dots {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

.sec-3 .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #599143 !important;
    margin: 0 4px;
}

.sec-3 .owl-dots button.owl-dot.active {
    width: 15px;
    height: 15px;
    background-color: #599143;
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px 1px #a9a9a9;
}

.sec-3 .owl-dots button.owl-dot:focus {
    outline: none;
}

.sec-3 .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.sec-3 span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.sec-3 .owl-nav button:focus {
    outline: none;
}

/*--------------------section-3-end--------------------*/

/*--------------------section-4-start--------------------*/

.sec-4 {
    background: url(https://www.braintechnosys.com/wp-content/uploads/2022/02/sec-4-bg.jpg) no-repeat;
    background-size: cover;
    height: 139px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-4 h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}

/*--------------------section-4-end--------------------*/

/*--------------------section-4-start--------------------*/

.sec-5 .project-content {
    width: 100%;
    height: 242px;
    box-shadow: 0 0 12px 0 rgb(227 227 227);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sec-5 .project-content img {
    margin: auto;

}

.sec-5 h3 {
    font-size: 22px;
    color: #111111;
    font-weight: 400;
}

.sec-5 .btn {
    margin-top: 20px;
}

/*--------------------section-4-end--------------------*/
/******Modal Css ***/
.mobile_app_form {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    max-width: 455px;
    margin-left: auto;
    position: relative;
    z-index: 9;
}

.mobile_app_form h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
}

.mobile_app_form h4 span {
    color: #144d79;
}

.mobile_app_form label {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.mobile_app_form textarea {
    height: 102px !important;
}

.btn-sign-in {
    background: linear-gradient(to right, #09b3ef 0%, #1e50e2 51%);
    width: 290px;
    height: 42px;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    color: #fff !important;
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
}

.get_started_popup .mobile_app_form {
    margin: 0;
    max-width: 100%;
    padding: 10px 0;
}

.sign_in {
    max-width: 320px;
    margin: 0 auto;
}

.get_started_popup button.close {
    appearance: auto;
    opacity: 1;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 30px;
    float: none;
    background: none;
    z-index: 99;
    border: none;
    font-size: 24px;
}

.modal-custom h4 {
    margin-bottom: 0;
}

.modal-custom .form_modal {
    margin-top: 0;
}

.modal-content {
    border-radius: 15px;
}

/* .cutom-width .cust-col{
    padding: 0 36px;
} */

.cust-col::before {
    content: "";
    background: url(../images/step-image.png) no-repeat;
    position: absolute;
    width: 100px;
    height: 18px;
    top: 120px;
    left: 345px;
    z-index: 999;
}

.cust-col-2::before {
    content: "";
    background: url(../images/step-down-image.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 95px;
    top: 222px;
    left: 184px;
    z-index: 999;
}

.cust-col-3::before {
    content: "";
    background: url(../images/step-image-2.png) no-repeat;
    position: absolute;
    width: 95px;
    height: 18px;
    top: 120px;
    left: 345px;
    z-index: 999;
}

/* 02-03-2022 */
.bt_technology .bx-wrapper{margin-bottom:0;}
.bt_technology .bx-wrapper li img{display: block;width: 100%;max-width: 60px;max-height: 60px;margin: 0 auto;}
.bt_technology .bx-wrapper li span{display:block;margin: 10px auto 0;color: #333;font-weight: 600;}
.bt_technology .bx-wrapper .bx-controls-direction .bx-prev{background:#fff url(../../img/left-arrows.png) no-repeat center center;width: 30px;height: 30px;}
.bt_technology .bx-wrapper .bx-controls-direction .bx-next{background:#fff url(../../img/right-arrows.png) no-repeat center center;width: 30px;
    height: 30px;}

/*--
/*------------------------------------------------resposive-work----------------------------------------------------*/

@media (max-width: 1199.98px) {
    .cust-col::before {
        left: 272px;
    }

    .cust-col-2::before {
        left: 154px;
    }

    .cust-col-3::before {
        left: 276px;
    }
}

@media (max-width: 991.98px) {

    .reverse {
        flex-direction: column-reverse;
        display: flex;
    }

    .cust-col::before,
    .cust-col-2::before,
    .cust-col-3::before {
        display: none;
    }

    .git {
        text-align: center;
    }

    .form_modal .field-icon {
        top: 39px !important;
    }


    .modal-custom .form_modal br {
        display: none;
    }

    .form-div .field-icon {
        top: 38px;
    }

    .form-div .form-group {
        margin-bottom: 15px;
    }

    .form-div .wpcf7-submit {
        margin-top: 0;
    }

    .modal-dialog.get_started_popup {
        width: 500px;
        margin: 30px auto;
    }

    .get_started_popup button.close {
        appearance: auto;
        opacity: 1;
        position: absolute;
        right: 6px;
        top: 6px;
        width: 30px;
        float: none;
        background: none;
        z-index: 99;
        border: none;
        font-size: 24px;
    }

    .top-bg {
        background: url(https://www.braintechnosys.com/wp-content/uploads/2022/02/top-bg.jpg) no-repeat;
        background-size: cover;
        padding: 80px 0;
        height: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-heading {
        font-size: 28px;
        margin-bottom: 16px;

    }

    .top-bg p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .top-bg br,
    .sec-2 br,
    .sec-3 br,
    .sec-4 br,
    .sec-5 br,
    .main-left-icon,
    .main-right-icon {
        display: none;
    }



    .main-heading-2 {
        font-size: 28px;
    }

    .heading-bottom-test-2 {
        font-size: 14px;
    }

    .respv-btn {
        text-align: center;
    }

    .sec-4 h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .sec-4 {
        padding: 40px 0;
        height: auto;
    }

    .mobile_app_form {
        margin: 30px auto 0;
    }

}

@media (max-width: 575.98px) {

    .modal-dialog.get_started_popup {
        width: 100%;
        margin: 15px auto;
    }

    .top-bg,
    .sec-2,
    .sec-3,
    .sec-5 {
        padding: 40px 0;
    }

    .form-div {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .main-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .form-div h2 {
        font-size: 18px;
    }

    .main-heading-2 {
        font-size: 22px;
    }

    .main-heading-2 {
        font-size: 20px;
    }

    .top-bg p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .mob-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .btn-default,
    .btn-primary {
        font-size: 14px;
    }

    .btn-default {
        font-size: 14px;
        margin-left: 15px;
    }

}


.form-div.custom_web_development p {
    display: block;
        margin-bottom: 15px;
}
.form-div.custom_web_development p br{display:none;}
.form-div.custom_web_development .form-control{padding: 10px 15px 10px 15px;}
.form-div.custom_web_development .margin_custom p, .form-div.custom_web_development .service_type p, .form-div.custom_web_development{margin-bottom:0px;}
.form-div.custom_web_development .wpcf7-form-control-wrap{color: #000;}
.page-id-2978 .new_section_ad .upper_content h2 { font-size: 42px;}