#banner_box {
    background:url("../img/career-bg-1349-x-370px.jpg");

    
    position: relative;
    padding: 95px 0 20px;
    min-height: 370px;
}

#banner_box .container {
    position: relative;
}
/* #how_form .form-group{margin-bottom:20px;} */
#how_form span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-validation-errors {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    font-style: italic;
    background: none !important;
    color: rgba(228, 122, 74, 1);
    width: 80%;
    position: absolute;
    bottom: 20px;
}
.intro-anim {
    text-align: left !important;
}
.intro-anim h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 0px;
}

#how_form .wpcf7-form-control {
    width: 100%;
    height: 50px;
    border: solid 1px #b8b8b8;
    color: #000;
    padding: 5px 10px;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    border-radius: 0px;
}
.wpcf7-form-control.wpcf7-submit {
    background: darkslateblue;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    color: #fff !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#how_form textarea.wpcf7-form-control {
    height: 100px;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background: #0272c8;
}
#how_form .wpcf7-form-control.g-recaptcha {
    height: inherit;
    padding: 0;
}

/* New Design Style */
#contact_container {
    padding: 30px 0 80px;
}
/* New Design Style */

/* my custom css */
#contact_container {
    padding: 0px 0 80px;
}
#contact_container h1 {
    color: #e42f2f;
    font-weight: 500;
}
#contact_container h1 strong {
    display: block;
}
#contact_container p {
    color: #1c1d20;
    position: relative;
}
#contact_container p.text::after {
    background: url("../images/contact/contact_page_quick_text.png") no-repeat scroll center center;
    bottom: -20px;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 95px;
}

#banner_box .scrambleText_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}
h2.scrambleText {
    line-height: 50px;
}
.static-msg h3 {
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    margin: 10px 0;
    font-weight: 600;
}
/* #banner_box h2.scrambleText{padding:35px 0!important;} */
#contact_container .detail-box {
    margin-top: -100px;
    display: flex;
	align-items: center;
    justify-content: center;
}
#contact_container .detail-box .left-box {
    background: #fff;
    padding: 15px 45px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
#contact_container .detail-box .left-box h3 {
    color: #121212;
    margin-bottom: 30px;
    font-weight: 600;
}
#contact_container .detail-box .our_location {
    float: left;
    width: 100%;
}
#contact_container #how_form .wpcf7-form-control-wrap {
    padding-bottom: 10px;
}
#contact_container #how_form .wpcf7-form-control-wrap.Message {
    padding-bottom: 0px;
}
#contact_container .detail-box .right-box {
    background: #2ab1dd;
    padding: 15px 45px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
#contact_container .detail-box .detail {
    color: #fff;
    width: 100%;
    padding: 0;
    margin: 0px;
    font-size: 16px;
    line-height: 21px;
}
#contact_container .detail-box h3 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}
#contact_container .detail-box ul li span a,
#contact_container .detail-box ul li span {
    color: #fff;
    cursor: text;
    text-decoration: none;
    font-size: 18px;
    line-height: 23px;
}
#contact_container .detail-box .detail li {
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    align-items: center;
}
#contact_container .detail-box .detail li.map {
    background: url("../images/contact/contact_map_icon.png") no-repeat left top;
}
#contact_container .detail-box .detail li.phone {
    background: url("../images/contact/contact_phone_icon.png") no-repeat left top;
}
#contact_container .detail-box .detail li.email {
    background: url("../images/contact/contact_message_icon.png") no-repeat left top;
}
#contact_container .detail-box .detail li.email img {
    cursor: pointer;
}
#contact_container .detail-box ul li .fa {
    font-size: 24px;
    line-height: 30px;
    padding-right: 13px;
}
#contact_container .detail-box ul li .fa.fa-map-marker {
    font-size: 28px;
    line-height: 30px;
    padding-right: 18px;
}
.text-box {
    background: #f73c3c;
    padding: 0 5px;
    height: 175px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.wpcf7-form-control.wpcf7-submit + img ~ img {
    display: none;
}
#contact_container .detail-box .left-box,
#contact_container .detail-box .right-box {
    min-height: 570px;
}
.signup-wrapper .coming-soon {
    font-size: 1.75em;
    line-height: 1.21429em;
    margin-bottom: 0.85714em;
    color: #fff;
}
#contact_container .our_location a {
    color: #fff;
}
/* Adding Error border */
#how_form .wpcf7-not-valid {
    border: solid 1px #f00c0c;
}
/* Adding Error border */

/* Animation style */
.animation_text {
    padding: 10px 0 0 0;
    margin: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 100px;
    -moz-transform-style: preserve-3d;
    -moz-perspective: 1000px;
    -ms-transform-style: preserve-3d;
    -ms-perspective: 1000px;
    transform-style: preserve-3d;
    perspective: 1000px; /* background-color: #a62e54;*/ /*overflow: hidden;*/
}
.box {
    height: 40px;
    margin: 0 150px;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    opacity: 0.9;
    text-align: center;
}
.box-2 {
    display: none;
}
.box-3 {
    display: none;
}
.swingingText {
    padding: 15px 0;
}
.swingingText .box-1 h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    letter-spacing: 2px;
}
.swingingText .box-2 h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
    letter-spacing: 2px;
}
.swingingText .box-3 h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
    letter-spacing: 2px;
}
/* Animation style */

section.animate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
section.animate > p {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #fff;
    text-align: center;
    padding: 65px 0;
}
section.animate > p > h2 {
    display: inline-block;
    position: relative;
    margin: 0.25rem 0.15em;
}
.scrambleText small {
    display: none !important;
    float: left;
}
.career_msg {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.career_msg a {
    color: #e53935;
}

@media all and (max-width: 1400px) {
    .intro-anim h2 {
        font-size: 34px;
        line-height: 40px;
    }
    /* #banner_box{padding-top: 110px;} */
    .swingingText .box-1 h2 {
        font-size: 45px;
    }
    #contact_container .detail-box .right-box li {
        font-size: 14px;
    }
    #contact_container .detail-box ul li .fa {
        padding-right: 10px;
    }
    #contact_container .detail-box ul li .fa.fa-map-marker {
        padding-right: 14px;
    }
}

@media all and (max-width: 992px) {
    #contact_container {
        padding: 15px 0 60px;
    }
    #main .prelaunchr {
        float: none !important;
    }
    #main .illustration {
        margin: 0 auto;
        top: 0;
        left: 0;
        position: relative;
        z-index: 1;
        display: inline-block;
    }
    #wrapper,
    #wrapper-inner,
    #main {
        text-align: center;
    }
    #how_form {
        text-align: center;
    }
    #how_form .wpcf7-form-control {
        display: inline-block;
    }
    .wpcf7 img.ajax-loader {
        position: absolute;
        margin: 0 6px;
    }
    #contact_container .detail-box .left-box,
    #contact_container .detail-box .right-box {
        padding: 10px 20px;
        min-height: 565px;
    }
    .signup-wrapper p,
    .signup-wrapper .intro-anim h2 {
        padding: 0;
    }
    .signup-wrapper p,
    .signup-wrapper .intro-anim h2 {
        padding: 0;
        text-align: center !important;
        margin: 0 0 10px;
    }
    #contact_container .detail-box h3 {
        margin-bottom: 15px;
        font-weight: 700;
    }
    #banner_box {
        padding-top: 100px;
    }
    .swingingText {
        padding: 30px 0;
    }
    .static-msg h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .swingingText .box-1 h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .swingingText .box-2 h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .swingingText .box-3 h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .career_msg {
        padding: 16px 0 0 0;
    }
}

@media all and (max-width: 767px) {
    .illustration {
        display: none;
    }
    #banner_box {
        min-height: inherit;
        padding-top: 30px;
    }
    #banner_box.tweening-animation {
        min-height: 250px;
        padding-top: 30px;
    }
    section.animate > p {
        padding: 80px 0;
    }
    #contact_container .detail-box {
        margin-top: -40px;
        display: inherit;
    }
    #contact_container .detail-box .left-box {
        padding: 10px 30px;
        min-height: inherit;
        margin-bottom: 30px;
    }
    #contact_container .detail-box .right-box {
        padding: 10px 30px;
        min-height: inherit;
    }
    #contact_container .detail-box .left-box h3 {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    #contact_container .detail-box h4 {
        padding-left: 15px;
    }
    #contact_container .detail-box ul li span a,
    #contact_container .detail-box ul li span {
        font-size: 17px;
        line-height: 20px;
    }
    #c4w-marketing-banner-step1 #how_form {
        width: 100% !important;
    }
    #main .illustration {
        display: none;
    }
    #how_form .wpcf7-form-control {
        width: 100%;
        height: 35px;
    }
    #how_form .help-submit {
        margin-bottom: 10px;
    }
    .intro-anim h2 {
        font-size: 28px;
        line-height: 34px;
    }
    #c4w-marketing-banner-step1 .row-form {
        top: 0 !important;
        padding: 0 !important;
    }
    div.wpcf7-validation-errors {
        width: 100%;
        bottom: 15px;
        position: inherit;
    }
    #wrapper,
    #wrapper-inner,
    #main {
        overflow: visible !important;
    }
    #contact_container .row {
        margin: 0 !important;
    }
    #main .pull-right {
        float: none !important;
    }
    #banner_box .scrambleText_box {
        min-height: 130px;
    }
    #contact_container .detail-box .our_location {
        float: left;
        width: 50%;
        margin-top: 15px;
        padding: 5px 30px;
    }
    #contact_container .detail-box .our_location:first-child {
        border-right: solid 1px #ccc;
    }
    .box {
        height: 30px;
        margin: 0;
    }
    .swingingText .box-1 h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 0;
    }
    .swingingText .box-2 h2 {
        font-size: 18px;
        line-height: 23px;
        margin: 0;
    }
    .swingingText .box-3 h2 {
        font-size: 16px;
        line-height: 21px;
        margin: 0;
    }
    #banner_box h2.scrambleText {
        font-size: 20px;
        line-height: 25px;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .static-msg h3 {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 10px;
        display: none;
    }

    /* Adding canada address */
    .our_location.full-width {
        width: 100% !important;
        text-align: center;
        border-top: solid 1px #fff;
    }
    .our_location.full-width ul li:first-child {
        width: 350px;
        margin: 0 auto !important;
    }
    .our_location.full-width ul li:nth-child(2) {
        width: 350px !important;
        margin: 15px auto;
        text-align: left;
    }
}

@media all and (max-width: 640px) {
    #mapAgian {
        display: block;
        height: 700px;
        width: 100%;
    }
    .embed-container.maps {
        display: none;
    }
    #map_canvas {
        display: none;
    }
    #banner_box h2.scrambleText {
        font-size: 14px;
        line-height: 22px;
    }
    .static-msg h3 {
        font-size: 13px;
        padding-bottom: 0px;
    }
}

@media all and (max-width: 480px) {
    #resource_box .heading-text-box {
        padding: 0;
    }
    #contact_container .detail-box .our_location {
        float: left;
        width: 100%;
        margin-top: 0px;
        padding: 0px;
    }
    #contact_container .detail-box .our_location:first-child {
        border-bottom: solid 1px #ccc;
        border-right: none;
    }
    .career_msg {
        font-size: 13px;
        -font-weight: 500;
    }
    .our_location.full-width {
        text-align: left;
    }
    #contact_container .detail-box .full-width h3 {
        text-align: left !important;
    }
    .our_location.full-width ul li:first-child {
        width: 100% !important;
    }
    .our_location.full-width ul li:nth-child(2) {
        width: 100% !important;
    }
}
