/*CONTACT - 1 Us Style Starts*/
.CONTACT-1 {
    padding: 80px 0;
}

.CONTACT-1 .section-heading {
    font-size: 42px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.CONTACT-1 .section-text {
    font-size: 18px;
    color: #6e7680;
    font-weight: 400;
    margin: 0;
    padding: 0 0 50px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.CONTACT-1 .contact_map {
    width: 100%;
    min-height: 404px;
}

.CONTACT-1 .contact_form .text_box {
    box-shadow: none;
    height: 38px;
    border-radius: 0;
    margin-bottom: 15px;
}

.CONTACT-1 .contact_form .text_area {
    box-shadow: none;
    height: 100px;
    border-radius: 0;
    margin-bottom: 15px;
    resize: none;
}

.CONTACT-1 .contact_form .contact_bttn {
    background: #990061;
    padding: 8px 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
}

.CONTACT-1 .contact_form .contact_bttn:hover {
    background: #75004a;
}

.CONTACT-1 .g-recaptcha {
    margin-bottom: 15px;
}

@media only screen and (max-width:990px) {
    .CONTACT-1 .contact_map {
        margin-bottom: 30px;
    }
}

/************END************/

/*CONTACT - 2 Us Style Starts*/
.CONTACT-2 {
    padding: 80px 0 0;
}

.CONTACT-2 h1.section-heading {
    font-size: 40px;
    color: #666;
    font-weight: 600;
    margin: 0;
    padding: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.CONTACT-2 .section-heading {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px;
    font-family: 'Roboto', sans-serif;
}

.CONTACT-2 .contact_map {
    width: 100%;
    min-height: 404px;
}

.CONTACT-2 .contact_form {
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    padding: 15px;
}

.CONTACT-2 .contact_form .text_box {
    box-shadow: none;
    height: 38px;
    border-radius: 0;
    margin-bottom: 15px;
}

.CONTACT-2 .contact_form .text_area {
    box-shadow: none;
    height: 100px;
    border-radius: 0;
    margin-bottom: 15px;
    resize: none;
}

.CONTACT-2 .contact_form .contact_bttn {
    background: #990061;
    padding: 8px 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
}

.CONTACT-2 .contact_form .contact_bttn:hover {
    background: #75004a;
}

.CONTACT-2 .contact_info {
    padding-left: 30px;
    padding-top: 50px;
}

.CONTACT-2 .contact_info .contact_title {
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 0 0 5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.CONTACT-2 .contact_info .contact_text {
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0 0 25px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.CONTACT-2 .contact_map {
    margin-top: 50px;
    width: 100%;
}

@media only screen and (max-width:990px) {}

/************END************/

/*CONTACT - 3 Us Style Starts*/
.CONTACT-3 {
    padding: 0;
}

.CONTACT-3 .section-heading {
    font-size: 40px;
    color: #000;
    font-weight: 300;
    margin: 0;
    padding: 0 0 50px;
    font-family: 'Roboto', sans-serif;
}

.CONTACT-3 .contact_map {
    width: 100%;
    min-height: 404px;
}

.CONTACT-3 .contact_form {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

.CONTACT-3 .contact_form .text_box {
    box-shadow: none;
    height: 42px;
    border-color: #e0e0e0;
    border-radius: 25px;
    margin-bottom: 15px;
}

.CONTACT-3 .contact_form .text_area {
    box-shadow: none;
    height: 100px;
    border-radius: 25px;
    border-color: #e0e0e0;
    margin-bottom: 15px;
    resize: none;
}

.CONTACT-3 .contact_form .contact_bttn {
    background: #333;
    margin-top: 10px;
    padding: 10px 45px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
}

.CONTACT-3 .contact_form .contact_bttn:hover {
    background: #000;
}

.CONTACT-3 .contact_title {
    font-size: 26px;
    color: #423d1f;
    margin: 0;
    padding: 0 0 5px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.CONTACT-3 .contact_text {
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0 0 25px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.CONTACT-3 .contact_map {
    width: 100%;
}

.CONTACT-3 .contact_form_area {
    background: #f4f4f4;
    padding: 100px 0;
    margin: 0;
}

.CONTACT-3 .map_area {
    position: relative;
}

.CONTACT-3 .map_area .addr_area {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.CONTACT-3 .map_area .addr_area .addr_text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.CONTACT-3 .map_area .addr_area p {
    color: #fff;
    font-size: 18px;
}

@media only screen and (max-width:990px) {}

/************END************/


/*CONTACT - 4 Us Style Starts*/
.CONTACT-4 {
    padding: 80px 0;
    position: relative;
}

.CONTACT-4:after {
    content: "CONTACT US";
    font-size: 145px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(0, 0, 0, 0.04);
    z-index: -1;
}

.CONTACT-4 .section-heading {
    font-size: 42px;
    color: #666;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 0 0 30px;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

.CONTACT-4 .section-heading:after {
    content: "";
    background: #ffe105;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.CONTACT-4 .contact_map {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.CONTACT-4 .contact_map .map {
    width: 300px;
    margin: auto;
    height: 300px;
    border: 10px #fff solid;
    box-shadow: 0 0 10px #ddd;
    border-radius: 50%;
}

.CONTACT-4 .contact_form {
    padding: 0;
    margin: 0;
}

.CONTACT-4 .contact_form .text_box {
    box-shadow: none;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #f7f8f9;
    border: 1px #e3e3e3 solid;
}

.CONTACT-4 .contact_form .text_area {
    box-shadow: none;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 30px;
    resize: none;
    background: #f7f8f9;
    border: 1px #e3e3e3 solid;
}

.CONTACT-4 .contact_form .contact_bttn {
    background: #ffe105;
    margin-top: 20px;
    border-radius: 30px;
    padding: 10px 30px;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
}

.CONTACT-4 .contact_form .contact_bttn:hover {
    background: #c9b100;
}

.CONTACT-4 .contact_info {
    padding-top: 20px;
}

.CONTACT-4 .contact_info .contact_text {
    font-size: 16px;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    border-radius: 10px;
    color: #666;
    margin: 20px 0;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.CONTACT-4 .contact_sub_text {
    font-size: 16px;
    color: #666;
    padding: 0 0 30px;
    margin: 0;
}

.CONTACT-4 .captcha .BDC_CaptchaDiv a[title~="BotDetect"] {
    display: none !important;
}

@media only screen and (max-width:990px) {
    .CONTACT-4 {
        padding: 0;
    }

    .CONTACT-4:after {
        display: none;
    }
}

/************END************/


/*CONTACT - 5 Us Style Starts*/
.CONTACT-5 {
    padding: 80px 0 50px;
    font-family: 'Arimo', sans-serif;
}

.CONTACT-5 h1.section-heading {
    font-size: 48px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222;
    font-weight: 300;
    margin: 0;
    padding: 0 0 50px;
}

.CONTACT-5 .section-heading {
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222;
    font-weight: 300;
    margin: 0;
    padding: 50px 0 20px;
}

.CONTACT-5 .contact_box {
    border: 1px #eee solid;
    padding: 20px 10px;
    min-height: 160px;
    text-align: center;
    height: 100%;
}

.CONTACT-5 .contact_box i {
    font-size: 22px;
    color: #222;
    margin-bottom: 10px;
}

.CONTACT-5 .contact_map {
    width: 100%;
    min-height: 400px;
    border: 10px #fff solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.CONTACT-5 .contact_map.image_only {
    min-height: auto !important;
}

.CONTACT-5 .contact_form {
    background: #fff;
    padding: 0;
}

.CONTACT-5 .contact_form .text_box {
    box-shadow: none;
    height: 42px;
    border-color: #e0e0e0;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

.CONTACT-5 .contact_form .text_area {
    box-shadow: none;
    height: 100px;
    border-radius: 0;
    border-color: #e0e0e0;
    margin-bottom: 15px;
    resize: none;
    font-size: 16px;
}

.CONTACT-5 .contact_form .contact_bttn {
    background: #02b4a2;
    padding: 10px 45px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
}

.CONTACT-5 .contact_form .contact_bttn:hover {
    background: #000;
}

.CONTACT-5 .contact_title {
    font-size: 30px;
    color: #222;
    margin: 0;
    padding: 0 0 5px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.CONTACT-5 .contact_text {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: center;
}

.CONTACT-5 .contact_map {
    /* margin-top: 50px; */
    width: 100%;
}

.CONTACT-5 .contact_form_area {
    background: #fff;
    padding: 20px 0;
    margin: 0;
}

.CONTACT-5 .g-recaptcha {
    margin-bottom: 10px;
}

/************END************/

/*CONTACT - 6 Us Style Starts*/
.CONTACT-6 {
    padding: 80px 0;
    background: #f1f1f1;
}

.CONTACT-6 h1.section-heading {
    font-size: 40px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 50px;
    font-family: 'Arimo', sans-serif;
    text-align: center;
}

.CONTACT-6 .section-heading {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px;
    font-family: 'Arimo', sans-serif;
}

.CONTACT-6 .contact_box {
    border: 1px #fff solid;
    background: #fff;
    padding: 20px 10px;
    min-height: 230px;
    text-align: center;
}

.CONTACT-6 .contact_box i {
    font-size: 46px;
    color: #222;
    margin-bottom: 10px;
}

.CONTACT-6 .contact_map {
    width: 100%;
    min-height: 418px;
    border: 20px #fff solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.CONTACT-6 .contact_form {
    padding: 20px;
    background: #fff;
}

.CONTACT-6 .contact_form .text_box {
    box-shadow: none;
    height: 42px;
    border-color: #e0e0e0;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
}

.CONTACT-6 .contact_form .text_area {
    box-shadow: none;
    height: 100px;
    border-radius: 0;
    border-color: #e0e0e0;
    margin-bottom: 15px;
    resize: none;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
}

.CONTACT-6 .contact_form .contact_bttn {
    background: #333;
    padding: 10px 45px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
}

.CONTACT-6 .contact_form .contact_bttn:hover {
    background: #000;
}

.CONTACT-6 .contact_title {
    font-size: 30px;
    color: #222;
    margin: 0;
    padding: 0 0 5px;
    font-weight: 600;
    font-family: 'Arimo', sans-serif;
    text-align: center;
}

.CONTACT-6 .contact_text {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0 0 25px;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    text-align: center;
}

.CONTACT-6 .contact_form_area {
    padding: 0 0 30px;
    margin: 0;
}

@media only screen and (max-width:990px) {}

/************END************/

/*CONTACT - 7 Us Style Starts*/
.CONTACT-7 {
    padding: 80px 0;
    font-family: 'Arimo', sans-serif;
}

.CONTACT-7 .section-heading {
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222;
    font-weight: 400;
    margin: 0;
    padding: 0 0 50px;
}

.CONTACT-7 .contact_box {
    background: #f9f9f9;
    padding: 20px 10px;
    min-height: 230px;
    text-align: center;
}

.CONTACT-7 .contact_box i {
    font-size: 46px;
    color: #222;
    margin-bottom: 10px;
}

.CONTACT-7 .contact_map {
    width: 100%;
    min-height: 418px;
    border: 20px #f9f9f9 solid;
}

.CONTACT-7 .contact_form {
    padding: 20px;
    background: #f9f9f9;
}

.CONTACT-7 .contact_form .text_box {
    box-shadow: none;
    height: 42px;
    border-color: #e0e0e0;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

.CONTACT-7 .contact_form .text_area {
    box-shadow: none;
    height: 100px;
    border-radius: 0;
    border-color: #e0e0e0;
    margin-bottom: 15px;
    resize: none;
    font-size: 16px;
}

.CONTACT-7 .contact_form .contact_bttn {
    background: #333;
    padding: 10px 45px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
}

.CONTACT-7 .contact_form .contact_bttn:hover {
    background: #000;
}

.CONTACT-7 .contact_title {
    font-size: 30px;
    color: #222;
    margin: 0;
    padding: 0 0 5px;
    font-weight: 600;
    text-align: center;
}

.CONTACT-7 .contact_text {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0 0 25px;
    font-weight: 400;
    text-align: center;
}

.CONTACT-7 .contact_form_area {
    padding: 30px 0 0;
    margin: 0;
}

@media only screen and (max-width:990px) {}

/************END************/

/*For Captcha*/
.BDC_CaptchaIconsDiv {
    position: absolute;
    right: 0;
    top: 0;
}

.BDC_CaptchaDiv {
    position: relative;
}

#CaptchaCode {
    box-shadow: none;
    height: 42px;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    border: 1px #e0e0e0 solid;
    width: 100%;
    margin-top: 5px;
}

/*****************/