body {
    overflow: auto;
}

@keyframes accslideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.header_section {
    height: 80%;
}


/* .header_content{
    background: #d7dde1 no-repeat center;
    background-size: cover;
    overflow: hidden;
} */

.header_content {
    background: #f5f5f5 no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.banner_title {
    font-size: 160px;
    color: #c6cfd4;
    position: absolute;
    left: 20px;
    top: 25%;
    opacity: 0.4;
    white-space: nowrap;
    display: none;
}

.header_img {
    width: 400px;
    position: absolute;
    top: 15%;
    left: 15%;
}

.header_img img {
    width: 100%;
}

.outer {
    height: 100%;
}

.slider_content {
    position: absolute;
    right: 6%;
    top: 25%;
    margin: 0;
    max-width: 540px;
}

.slider_content h1 {
    text-shadow: none;
    color: #000;
    font-family: montserrat_thin, sans-serif;
}

.slider_content h1 span {
    font-family: montserrat_light, sans-serif;
    text-transform: uppercase;
    display: block;
}

.slider_content p {
    padding: 0px;
    background: none;
    color: #888;
}

.slider_content p:before {
    display: none;
}

.slider_content .btn {
    vertical-align: top;
}

.slider_content .btn_red:hover {
    background: transparent;
    color: #ef0d33;
}

.slider_content .btn_line {
    background: transparent;
    color: #ef0d33;
    border: 1px solid #ef0d33;
    cursor: pointer;
}

.slider_content .btn_line:hover {
    background: #ef0d33;
    color: #fff;
}

.btn_red {
    opacity: 1 !important;
}

.section_view .btn_red {
    animation: none;
}

#line1 {
    left: -370px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
    bottom: 80px;
}

#line2 {
    left: 540px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    bottom: -90px;
}

.pen {
    background: url("../images/pen.png") no-repeat center;
    background-size: contain;
    width: 450px;
    height: 65%;
    position: absolute;
    left: -50px;
    top: 100px;
}

.iphone {
    background: url("../images/iphone.png") no-repeat center;
    background-size: contain;
    width: 450px;
    height: 65%;
    position: absolute;
    right: 50px;
    top: 100px;
}

@keyframes phoneRotate {
    0% {
        -webkit-transform: scale(0.8) rotate(34deg) translate(0, 0);
        -moz-transform: scale(0.8) rotate(34deg) translate(0, 0);
        -ms-transform: scale(0.8) rotate(34deg) translate(0, 0);
        -o-transform: scale(0.8) rotate(34deg) translate(0, 0);
        transform: scale(0.8) rotate(34deg) translate(0, 0);
    }
    25% {
        -webkit-transform: scale(0.8) rotate(154deg) translate(10px, 10px);
        -moz-transform: scale(0.8) rotate(154deg) translate(10px, 10px);
        -ms-transform: scale(0.8) rotate(154deg) translate(10px, 10px);
        -o-transform: scale(0.8) rotate(154deg) translate(10px, 10px);
        transform: scale(0.8) rotate(154deg) translate(10px, 10px);
    }
    50% {
        -webkit-transform: scale(0.8) rotate(274deg) translate(-10px, 10px);
        -moz-transform: scale(0.8) rotate(274deg) translate(-10px, 10px);
        -ms-transform: scale(0.8) rotate(274deg) translate(-10px, 10px);
        -o-transform: scale(0.8) rotate(274deg) translate(-10px, 10px);
        transform: scale(0.8) rotate(274deg) translate(-10px, 10px);
    }
    100% {
        -webkit-transform: scale(0.8) rotate(394deg) translate(0px, 0px);
        -moz-transform: scale(0.8) rotate(394deg) translate(0px, 0px);
        -ms-transform: scale(0.8) rotate(394deg) translate(0px, 0px);
        -o-transform: scale(0.8) rotate(394deg) translate(0px, 0px);
        transform: scale(0.8) rotate(394deg) translate(0px, 0px);
    }
}

@keyframes chatRotate {
    0% {
        -webkit-transform: scale(0.9) rotate(180deg) translate(0, 0);
        -moz-transform: scale(0.9) rotate(180deg) translate(0, 0);
        -ms-transform: scale(0.9) rotate(180deg) translate(0, 0);
        -o-transform: scale(0.9) rotate(180deg) translate(0, 0);
        transform: scale(0.9) rotate(180deg) translate(0, 0);
    }
    25% {
        -webkit-transform: scale(0.9) rotate(300deg) translate(10px, 10px);
        -moz-transform: scale(0.9) rotate(300deg) translate(10px, 10px);
        -ms-transform: scale(0.9) rotate(300deg) translate(10px, 10px);
        -o-transform: scale(0.9) rotate(300deg) translate(10px, 10px);
        transform: scale(0.9) rotate(300deg) translate(10px, 10px);
    }
    50% {
        -webkit-transform: scale(0.9) rotate(420deg) translate(-10px, 10px);
        -moz-transform: scale(0.9) rotate(420deg) translate(-10px, 10px);
        -ms-transform: scale(0.9) rotate(420deg) translate(-10px, 10px);
        -o-transform: scale(0.9) rotate(420deg) translate(-10px, 10px);
        transform: scale(0.9) rotate(420deg) translate(-10px, 10px);
    }
    100% {
        -webkit-transform: scale(0.9) rotate(540deg) translate(0px, 0px);
        -moz-transform: scale(0.9) rotate(540deg) translate(0px, 0px);
        -ms-transform: scale(0.9) rotate(540deg) translate(0px, 0px);
        -o-transform: scale(0.9) rotate(540deg) translate(0px, 0px);
        transform: scale(0.9) rotate(540deg) translate(0px, 0px);
    }
}

@keyframes msgRotate {
    0% {
        -webkit-transform: scale(0.9) rotate(0deg) translate(0, 0);
        -moz-transform: scale(0.9) rotate(0deg) translate(0, 0);
        -ms-transform: scale(0.9) rotate(0deg) translate(0, 0);
        -o-transform: scale(0.9) rotate(0deg) translate(0, 0);
        transform: scale(0.9) rotate(0deg) translate(0, 0);
    }
    25% {
        -webkit-transform: scale(0.9) rotate(-120deg) translate(10px, 10px);
        -moz-transform: scale(0.9) rotate(-120deg) translate(10px, 10px);
        -ms-transform: scale(0.9) rotate(-120deg) translate(10px, 10px);
        -o-transform: scale(0.9) rotate(-120deg) translate(10px, 10px);
        transform: scale(0.9) rotate(-120deg) translate(10px, 10px);
    }
    50% {
        -webkit-transform: scale(0.9) rotate(-240deg) translate(-10px, 10px);
        -moz-transform: scale(0.9) rotate(-240deg) translate(-10px, 10px);
        -ms-transform: scale(0.9) rotate(-240deg) translate(-10px, 10px);
        -o-transform: scale(0.9) rotate(-240deg) translate(-10px, 10px);
        transform: scale(0.9) rotate(-240deg) translate(-10px, 10px);
    }
    100% {
        -webkit-transform: scale(0.9) rotate(-360deg) translate(0px, 0px);
        -moz-transform: scale(0.9) rotate(-360deg) translate(0px, 0px);
        -ms-transform: scale(0.9) rotate(-360deg) translate(0px, 0px);
        -o-transform: scale(0.9) rotate(-360deg) translate(0px, 0px);
        transform: scale(0.9) rotate(-360deg) translate(0px, 0px);
    }
}

.phone_icon {
    background: url("../images/phone.png") no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50px;
    bottom: 100px;
    opacity: 0.2;
    animation: phoneRotate 20s infinite linear;
}

#phone2 {
    right: 60%;
    left: auto;
    bottom: auto;
    top: 100px;
}

#phone3 {
    right: 250px;
    left: auto;
    bottom: 120px;
    width: 35px;
    height: 35px;
}

#phone4 {
    right: 50px;
    left: auto;
    bottom: 200px;
    width: 25px;
    height: 25px;
}

.chat {
    background: url("../images/chat.png") no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 30%;
    bottom: 60px;
    opacity: 0.2;
    animation: chatRotate 20s infinite linear;
}

#chat2 {
    left: 20%;
    bottom: auto;
    top: 150px;
}

#chat3 {
    left: 10%;
    bottom: auto;
    top: 70px;
    width: 20px;
    height: 20px;
}

#chat4 {
    left: 65%;
    bottom: auto;
    top: 200px;
    width: 25px;
    height: 25px;
}

#chat5 {
    left: 50%;
    bottom: auto;
    top: 80px;
    width: 35px;
    height: 35px;
}

.msg {
    background: url("../images/enveloper.png") no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5%;
    bottom: 40%;
    opacity: 0.2;
    animation: msgRotate 25s infinite linear;
}

#msg2 {
    left: 60%;
    bottom: 80px;
}

#msg3 {
    left: 45%;
    top: 200px;
    bottom: auto;
}

#msg4 {
    left: 80%;
    top: 50px;
}

.reach_section {
    padding: 80px 120px;
}

.reach_head {
    margin: 40px 0px 80px;
}

.reach_head h2 {
    color: #474a4d;
    font-size: 120px;
    line-height: 72px;
    margin: 20px 0 20px -10px;
}

.reach_head p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-family: montserrat_light, sans-serif;
    margin: 0;
}

.weare_here h2 {
    color: #f4f4f4;
    font-size: 120px;
    line-height: 72px;
    margin: 20px 0 20px -10px;
}

.form_col {
    margin-bottom: 80px;
}

.floating_input input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: montserrat_light, sans-serif;
}

textarea.footer_textarea {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    font-family: montserrat_light, sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.floating_input input:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.floating_input input+label,
.floating_input textarea+label,
.floating_input label {
    color: rgba(255, 255, 255, 0.56);
}

.floating_input input:focus+label,
.floating_input input:valid~label {
    color: rgba(255, 255, 255, 0.56);
}

.address_section {
    margin: 0;
    position: relative;
    padding: 0;
    height: 100%;
    background: #313439;
}

.address_wrap {
    width: 600px;
    position: absolute;
    height: 100%;
    box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.18);
    z-index: 1;
}

.address_wrap h2 {
    color: #3f4246;
    padding: 30px 70px;
    font-size: 72px;
    font-family: montserrat_bold;
}

.map_wrap {
    margin-left: 600px;
    height: 100%;
}

#map {
    height: 100%;
}

.address {
    padding: 30px 30px 30px 180px;
    position: relative;
    cursor: pointer;
    display: block;
}

.address .count {
    position: absolute;
    left: 80px;
    top: 20px;
    font-size: 64px;
    line-height: 80px;
    width: 30px;
    text-align: center;
    color: #3f4246;
    font-weight: bold;
    font-family: montserrat_bold;
}

.address.active {
    background: #2d3035;
}

.address:hover {
    background: rgba(45, 48, 53, 0.51);
}

.address_detail {
    text-transform: uppercase;
}

.address .country {
    color: #ef0d33;
}

.address .company {
    color: #fff;
    font-weight: normal;
    font-family: montserrat_light, sans-serif;
}

.address .phone {
    color: #585858;
}

.map_address_wrap {
    width: 170px;
    padding: 10px 20px;
    font-family: montserrat_light, sans-serif;
}

.map_address_wrap .location {
    color: #00baff;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding: 5px 0px;
    font-size: 12px;
}

.map_address_wrap .title {
    color: #fff;
    font-size: 11px;
    margin-bottom: 6px;
}

.map_address_wrap .map_address {
    color: #7e7e7e;
    font-size: 11px;
    line-height: 14px;
}

.map_address_wrap .phone {
    color: #ef0d33;
    margin: 10px 0px;
    font-family: montserrat_light, sans-serif;
}

.copyright_wrap {
    z-index: 1;
}

.btn_wrap a {
    display: inline-block;
    vertical-align: top;
}

.btn_wrap a .btn {
    opacity: 1;
}

.menu_btn_wrap .call_icon {
    display: none;
}

.footer_tabsection.success_submit .tab_item {
    opacity: 0;
}

.success,
.success_img {
    color: #313439;
}

.success_popup {
    background-color: white;
}

.form_full {
    margin-bottom: 25px !important;
}

.consultation-form .tab_container {
    margin-top: 30px;
}

.consultation-form .footer_head {
    width: auto;
}

.consultation-form .footer_head h2 {
    font-size: 30px;
}


/* New contact styles */

.contactBanner {
    background-image: url('../../accubits/images/contact/contactBanner.png');
    width: 100%;
    height: 870px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.cMap {
    position: absolute;
    left: 4%;
    top: 20%;
}

.accflag {
    position: relative;
    display: flex !important;
    height: 90px;
    border: 1px solid #e4e5f0;
}

.accflag img {
    position: relative;
    margin-right: 10px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}

.accflag h4 {
    margin: 0;
}

.sTabcleft {
    display: flex;
    position: relative;
    width: 60%;
    padding-right: 20px;
}

.locContentone {
    background: #e72d31;
    color: #fff;
    width: 425px;
    height: 420px;
    /* box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); */
}

.locContenttwo {
    background: #fff;
    color: #000;
    width: 425px;
    height: 420px;
    /* box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); */
    /*margin-left: 30px;*/
}

.slick-active .locContentone {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.slick-active .locContenttwo {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.main-container {
    padding: 20px 60px 20px 60px;
    background-color: #fff;
}

.newContact {
    background-color: #313439;
    color: #fff;
}

.locContentone_footer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    visibility: hidden;
}

.locContentone_body {
    padding: 5% 5% 0% 5%;
    height: 300px;
}

.locoViewmap p {
    margin: 0;
    margin-left: 10px;
    vertical-align: top;
}

.locoViewmap {
    display: flex;
}

.locoInnerline {
    height: 5px;
    background: #fff;
    width: 30%;
    position: absolute;
    top: -2px;
    left: 0;
}

.locoOuterline {
    height: 1px;
    background: #fff;
    width: 100%;
    position: relative;
}

.locContentone_header h4 {
    margin: 30px 20px;
    text-transform: uppercase;
}

.locoInnerlineRed {
    height: 5px;
    background: #e72d31;
    width: 30%;
    position: absolute;
    top: -2px;
    left: 0;
}

.locoOuterlineRed {
    height: 1px;
    background: #ececec;
    width: 100%;
    position: relative;
}

.locotabInner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.logoLocationimg {
    position: relative;
}


/* #imgBang {display: none;} */

.locContenttwo {
    border: 1px solid #fff;
    transition: all 0.4s;
}

.locContenttwo.bang:hover {
    border: 1px solid #e72d31;
}

.banghide {
    display: none;
}


/* img#imgBang {
    padding-bottom: 47px;
} */

#imgBang {
    transition: all 0.4s;
}

#imgTvm {
    transition: all 0.4s;
}


/* tab */

.slick-initialized .swipe-tab-content {
    position: relative;
    min-height: 365px;
}

@media screen and (min-width: 767px) {
    .slick-initialized .swipe-tab-content {
        min-height: 500px;
    }
}

.slick-initialized .swipe-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    background: none;
    border: 0;
    color: #757575;
    cursor: pointer;
    text-align: center;
    border-top: 2px solid rgba(0, 0, 0, 0);
    transition: all 0.5s;
    background-color: #f7f8fa;
}

.slick-initialized .swipe-tab:hover {
    color: #000;
}

.slick-initialized .swipe-tab.active-tab {
    border-top-color: #ef0d33;
    color: #000;
    font-weight: bold;
    background-color: #fff;
}


/* tab */


/* Slick */


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding-bottom: 60px;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Slick */

.reddiag {
    position: absolute;
    right: 30px;
    top: 90px;
}

.slick-prev {
    width: 60px;
    height: 38px;
    background: url(../images/upload.png) no-repeat center;
    /* background-size: 15px; */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0px 0px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: transparent;
    outline: none;
    position: absolute;
    top: 27px;
    left: -11px;
    /* border: 1px solid red; */
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.20);
    background-color: #fff;
}

.slick-next {
    width: 60px;
    height: 38px;
    background: url(../images/upload.png) no-repeat center;
    /* background-size: 15px; */
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
    margin: 0px 0px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: transparent;
    outline: none;
    position: absolute;
    top: 27px;
    right: -11px;
    /* border: 1px solid red; */
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.20);
    background-color: #fff;
}

.locotabInnerColoumn {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.locSee {
    display: block !important;
}

.locHidden {
    display: none !important;
}

.cs {
    visibility: hidden;
}

.swtabBack {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 25px;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/upload.png);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    outline: none;
    border: 1px solid #ef0d33;
    cursor: pointer;
    padding: 0 !important;
}

.sub-header {
    position: relative;
}


/* New contact styles */


/* contact-us page css [start] */

._flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

._j-space-btwn {
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.us-topWrap {
    padding: 4% 7%;
}

.us-left {
    width: 50%;
    padding-right: 3%;
    box-sizing: border-box;
}

.us-right {
    width: 50%;
}

#formTwo .input_wrap input,
#formTwo .input_wrap select {
    background-color: white;
    color: black;
    /* color: #9f9f9f; */
}

#formTwo .input_wrap textarea {
    background-color: white;
    color: black;
    /* height: 45px;
    padding: 14px 24px; */
}

#formTwo .input_wrap input::-webkit-input-placeholder,
#formTwo .input_wrap select::-webkit-input-placeholder,
#formTwo .input_wrap textarea::-webkit-input-placeholder {
    color: #9f9f9f;
    font-size: 12px;
}

#formTwo .input_wrap input:-ms-input-placeholder,
#formTwo .input_wrap select:-ms-input-placeholder,
#formTwo .input_wrap textarea:-ms-input-placeholder {
    color: #9f9f9f;
    font-size: 12px;
}

#formTwo .input_wrap input::placeholder,
#formTwo .input_wrap select::placeholder,
#formTwo .input_wrap textarea::placeholder {
    color: #9f9f9f;
    font-size: 12px;
}

.us-topWrap #formTwo h2 {
    color: black;
    margin-bottom: 0;
    font-family: montserrat_bold;
}

.us-topWrap #formTwo p {
    color: #a0a0a0;
    width: 80%;
    margin: 0;
    padding: 8px 20px 8px 0px;
    font-family: montserrat_light;
    line-height: 20px;
    font-size: 13px;
}

.us-left h2 {
    font-size: 38px !important;
    line-height: 50px !important;
    color: black;
    font-family: montserrat_extralight;
    padding: 10% 0 0 0;
}

.us-left h2 span {
    font-size: 40px !important;
    line-height: 34px;
    color: black;
    font-family: montserrat_regular;
}

.us-left p {
    color: #a0a0a0;
    padding: 0px 20% 0px 0;
}

.us-pColor {
    color: #5a5757;
}

.us-header {
    height: auto !important;
}

.btn_wrap #contact_btn_two {
    background: #ef0d33;
    border-radius: 5px;
    opacity: 1;
    border: none;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
    cursor: pointer;
}

#contact_btn_two:hover {
    border: 1px solid #ef0d33;
    color: #ef0d33;
    background: none;
}


/* contact-us page css [end] */

@media only screen and (max-width: 1600px) {
    .slider_content {
        right: 6%;
        top: 25%;
        margin: 0;
        max-width: 460px;
        margin-top: 0 !important;
    }
    .cMap {
        position: absolute;
        left: 4%;
        top: 20%;
        max-width: 850px;
    }
}

@media only screen and (max-width: 1450px) {
    .contactBanner {
        width: 100%;
        height: 720px;
    }
    .cMap {
        position: absolute;
        left: 4%;
        top: 26%;
        max-width: 700px;
    }
    .slider_content {
        right: 6%;
        top: 30%;
        margin: 0;
        max-width: 420px;
    }
    .header_content h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .locotabInner {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1400px) {
    .reach_section {
        padding: 40px 120px;
    }
    .reach_head {
        margin: 0px 0px 60px;
    }
    .reach_head h2 {
        font-size: 80px;
        margin: 20px 0 0px -6px;
    }
    .reach_head p {
        font-size: 12px;
    }
    .form_col {
        margin-bottom: 60px;
    }
    .address_wrap h2 {
        font-size: 60px;
        margin: 60px 0px 50px;
    }
    .address_wrap {
        width: 550px;
    }
    .address {
        padding: 20px 30px 20px 180px;
    }
    .address .count {
        top: 7px;
        font-size: 56px;
    }
    .map_wrap {
        margin-left: 550px;
    }
}

@media only screen and (max-width: 1366px) {
    .locContentone {
        height: 410px;
    }
    .locContenttwo {
        height: 410px;
    }
    .swtabBack {
        width: 30px;
        height: 30px;
        top: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .header_img {
        left: 8%;
    }
    .slider_content {
        position: absolute;
        right: 3%;
        top: 25%;
        margin: 0;
        max-width: 320px;
        transition: all 0.4s;
    }
    .header_content h1 {
        font-size: 33px;
    }
    .contactBanner {
        width: 100%;
        height: 620px;
        transition: all 0.4s;
    }
    .header_section {
        height: 68%;
        transition: all 0.4s;
    }
    .cMap {
        position: absolute;
        left: 3%;
        top: 22%;
        max-width: 600px;
    }
    .locContentone {
        height: 380px;
    }
    .locContenttwo {
        height: 380px;
    }
    .swtabBack {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .header_img {
        width: 265px;
        top: 18%;
        left: 5%;
    }
    .address_wrap {
        width: 450px;
    }
    .map_wrap {
        margin-left: 450px;
    }
    .address_wrap h2 {
        font-size: 45px;
    }
    .sTabcleft {
        display: flex;
        position: relative;
        width: 60%;
        flex-direction: column;
    }
    .locContenttwo {
        margin-left: 0px;
        margin-top: 60px;
    }
    .locContentone,
    .locContenttwo {
        width: 320px;
        height: 348px;
    }
    .contactBanner {
        width: 100%;
        height: 500px;
        transition: all 0.4s;
    }
    .header_section {
        height: 80% !important;
        background: #fff no-repeat center;
        background-size: cover;
        transition: all 0.4s;
    }
    .slider_content strong a{
        display: block;
    }
    .cMap {
        position: absolute;
        left: 3%;
        top: 22%;
        max-width: 480px;
    }
    .header_content h1 {
        font-size: 24px;
        line-height: 30px;
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 8px 0px;
    }
    .header_content h1 {
        font-size: 30px;
    }
    .us-topWrap #formTwo p {
        padding: 15px 20px 15px 0px;
    }
    .us-left p {
        font-size: 13px;
    }
    .reddiag {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .fp-section.fp-table,
    .fp-slide.fp-table,
    .fp-tableCell {
        height: auto !important;
    }
    /* .header_section,
    .header_section .fp-slide,
    .header_section .fp-tableCell{
        height: 900px;
    } */
    .header_section {
        height: 58% !important;
        transition: all 0.4s;
    }
    #line4 {
        display: none;
    }
    .reach_head {
        margin: 60px 0px 60px;
    }
    .address_wrap {
        width: auto;
        display: block;
        position: relative;
        height: auto;
    }
    .address_wrap h2 {
        padding: 60px;
    }
    .map_wrap {
        margin-left: 0;
        width: auto;
        position: relative;
        display: block;
        height: 500px;
    }
    .slider_content {
        max-width: 100%;
        right: auto;
        top: 10%;
        text-align: center;
        margin: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .header_img {
        /*display: none;*/
    }
}

@media only screen and (max-width: 820px) {
    .header_img {
        width: 40%;
        left: 30%;
        top: 10%;
    }
    .slider_content {
        max-width: 60%;
        right: 20%;
        top: 50%;
        text-align: center;
    }
}

@media only screen and (min-height: 760px) {
    .reach_head {
        margin: 55px 0px 100px;
    }
}

@media only screen and (min-height: 800px) {
    .slider_content {
        /*margin-top: 22%;*/
    }
    .form_col {
        margin-bottom: 90px;
    }
    .address_wrap h2 {
        padding: 60px 70px 70px;
    }
}

@media only screen and (min-height: 980px) {
    .reach_head {
        margin: 90px 0px 100px;
    }
    .address_wrap h2 {
        padding: 250px 70px 70px;
    }
}

@media only screen and (min-height: 1024px) {
    .reach_head {
        margin: 160px 0px 60px;
    }
    .tab_item.active {
        margin-top: 100px;
    }
    .reach_head p {
        margin-top: 35px;
    }
    .form_col {
        margin-bottom: 90px;
    }
    .footer_form_wrap .btn_red {
        margin-top: 50px;
    }
}

@media only screen and (max-height: 700px) {
    .slider_content {
        top: 18%;
    }
    .header_img {
        width: 350px;
        top: 10%;
    }
    .banner_title {
        top: 15%;
    }
}

@media only screen and (max-width: 900px) {
    .slider_content {
        max-width: 100%;
        right: auto;
        top: 10%;
        text-align: center;
        margin: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .header_img {
        width: 40%;
        top: 50%;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .copyright_wrap {
        z-index: 1;
        display: none;
    }
}

@media only screen and (max-width: 820px) {
    .header_img {
        /*width: 40%;
        left: 30%;
        top: 10%;*/
        width: 40%;
        top: 50%;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .slider_content {
        width: 70%;
        right: auto;
        top: 10%;
        text-align: center;
    }
    .reach_section {
        padding: 40px 35px;
    }
    .reach_section {
        height: auto;
    }
    .sTabcleft {
        width: 100%;
    }
    .locContentone,
    .locContenttwo {
        width: 100%;
        height: 400px;
    }
    .locotabInner {
        flex-direction: column;
    }
    .weare_here h2 {
        font-size: 50px;
    }
    .logoLocationimg {
        position: relative;
        margin-top: 60px;
    }
    .contactbtnWrap {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .contactBanner {
        width: 100%;
        height: 480px;
        background-position: left;
        transition: all 0.4s;
    }
    .header_section {
        height: 70% !important;
        transition: all 0.4s;
    }
    .cMap {
        position: absolute;
        left: 3%;
        top: 10%;
        max-width: 100%;
        margin: 0 auto;
        filter: blur(4px);
        -webkit-filter: blur(4px);
    }
    .slider_content {
        width: 70%;
        right: auto;
        top: 20%;
        text-align: center;
    }
    .cs {
        display: none;
        visibility: unset;
    }
    .sTabcleft {
        padding: 0px;
    }
    .us-topWrap {
        flex-wrap: wrap;
    }
    .us-left {
        width: 100%;
        padding-right: 0;
        display: none;
    }
    .us-right {
        width: 100%;
        padding: 8% 0;
    }
    .us-header {
        height: auto !important;
    }
    .us-left h2 {
        text-align: center;
    }
    .us-left p {
        color: #a0a0a0;
        padding: 1% 0 0;
        text-align: center;
        line-height: 25px;
    }
    .us-topWrap #formTwo h2 {
        text-align: center;
    }
    .us-topWrap #formTwo p {
        margin: auto;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }
    .us-right .btn_wrap #contact_btn_two {
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    .form_col {
        width: 50%;
        box-sizing: border-box;
        padding-right: 50px;
    }
    .reach_head h2 {
        font-size: 65px;
        margin: 20px 0 0px -6px;
    }
    .header_img {
        top: 58%;
        width: 44%;
    }
    .header_content h1 {
        font-size: 44px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 480px) {
    .reach_head h2 {
        font-size: 45px;
        margin: 20px 0 0px -6px;
    }
    .header_img {
        width: 65%;
        top: 58%;
    }
    .header_content h1 {
        font-size: 35px;
    }
    .form_col {
        width: 95%;
        padding-right: 0px;
    }
    .address_wrap h2 {
        line-height: 38px;
        font-size: 38px;
    }
    .form_col.form_full {
        margin-top: 0;
    }
    .slide_anim {
        display: none;
    }
    .address {
        padding: 20px 20px 20px 150px;
    }
    .header_content::before {
        display: none;
    }
    .slider_content {
        max-width: 100%;
        display: block;
        right: auto;
        top: 20%;
        width: 85%;
        text-align: center;
        margin: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.4s;
    }
    /* .contact_header:before {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        color: #fff;
    } */
    .slider_content p {
        color: #000;
    }
    .contactBanner {
        filter: blur(4px);
        -webkit-filter: blur(4px);
    }
    .header_section {
        height: 600px !important;
        transition: all 0.4s;
    }
    .us-header {
        height: auto!important;
    }
    .sub-header {
        height: 90px;
    }
    .weare_here h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .slick-track {
        padding-bottom: 0px;
    }
    .slick-active .locContentone {
        box-shadow: none;
    }
    .slick-active .locContenttwo {
        /* box-shadow: none; */
    }
    .main-container {
        padding: 20px;
    }
    .contactBanner {
        width: 100%;
        height: 600px;
        background-position: unset;
        transition: all 0.4s;
    }
    .cMap {
        filter: blur(4px);
        -webkit-filter: blur(4px);
    }
}

@media only screen and (max-width: 375px) {
    .slider_content {
        width: 80%;
        right: auto;
        top: 18%;
        text-align: center;
    }
    .header_img {
        width: 75%;
        top: 56%;
    }
    .header_content h1 {
        font-size: 28px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 350px) {
    .slider_content {
        width: 90%;
        right: auto;
        top: 25%;
        text-align: center;
    }
    .header_content h1 {
        font-size: 27px;
        line-height: 44px;
    }
}

@media only screen and (orientation: portrait) {
    .reach_head {
        margin: 60px 0px 60px;
    }
    .address_wrap {
        width: auto;
        display: block;
        position: relative;
        height: auto;
    }
    .address_wrap h2 {
        margin: 0;
        padding: 45px 60px;
    }
    .map_wrap {
        margin-left: 0;
        width: auto;
        position: relative;
        display: block;
        height: 400px;
    }
}

@media only screen and (max-width: 3000px)and (min-width: 1921px) {
    /* menu and logo */
    .logo {
        transform: scale(1.5);
        left: 60px;
    }
    .menu_btn_wrap {
        transform: scale(1.5);
        top: 40px;
        right: 80px;
    }
    .side_logo img {
        transform: scale(1.5);
    }
    h4.main_head {
        margin-top: 80px;
        line-height: 120px;
        font-size: 75px;
    }
    .menu_links_wrap ul>li>a {
        padding: 12px 20px;
        font-size: 15px;
    }
    .btm_icon .icon {
        width: 80px;
        height: 80px;
    }
    .btm_icon p {
        font-size: 15px;
        line-height: 20px;
        height: 80px;
        margin: 10px 0px 0px;
    }
    .page_link_inner {
        width: 80px;
        height: 80px;
        margin: 0 20px 0 0;
    }
    .page_link_p {
        font-size: 12px;
    }
    .page_links_div {
        margin: 15px 0;
    }
    .page_links {
        padding: 40px 0;
    }
    .swiper-container#whitepaper_Slider {
        top: -75px;
    }
    .content_box .sub_title {
        font-size: 20px;
        line-height: 26px;
    }
    .content_box p {
        font-size: 16px;
        line-height: 28px;
        max-height: 145px;
    }
    .side_strip ul {
        transform: scale(1.5);
    }
    .side_content p {
        font-size: 22px;
        line-height: 40px;
    }
    .white_paper_menu {
        padding: 120px 100px;
    }
    /* menu and logo */
    .cMap img {
        width: 50vw;
    }
    .slider_content {
        max-width: 35vw;
    }
    .slider_content h1 {
        font-size: 3.5vw;
        line-height: 4vw;
    }
    .slider_content p {
        font-size: 1.3vw;
        line-height: 2vw;
        margin-bottom: 1.7vw;
    }
    .btn {
        height: 2.3vw;
        font-size: 1vw;
        line-height: 2.5vw;
        width: 8vw;
        padding: 0px 1vw;
    }
    .btn_red {
        margin-right: 1vw;
    }
    .slick-initialized .swipe-tab {
        height: 6vw;
    }
    .accflag h4 {
        font-size: 1.1vw;
        margin-left: .6vw;
    }
    .slick-slide img {
        width: 2.2vw;
    }
    .swtabBack {
        width: 2.5vw;
        height: 2.5vw;
        top: 1.7vw;
        border: .1vw solid #ef0d33;
    }
    .weare_here h2 {
        font-size: 7vw;
        margin: 3vw 0 3vw 2vw;
    }
    .locContentone {
        width: 30vw;
        height: 30vw;
    }
    .locContenttwo {
        width: 30vw;
        height: 30vw;
    }
    .locContentone_header h4 {
        font-size: 1vw;
        margin: 2vw 1vw;
    }
    .locContentone_body {
        font-size: 1.1vw;
        line-height: 1.7vw;
    }
    .locContentone_body p {
        font-size: 1.1vw !important;
    }
    .logoLocationimg img {
        width: 45vw;
    }
    .locotabInner {
        margin-top: 3vw;
    }
    .main-container {
        padding-bottom: 5vw;
    }
}

@media only screen and (max-width: 4000px) and (min-width: 3000px) {
    /* menu and logo  */
    .logo {
        transform: scale(3);
        left: 215px !important;
        top: 44px;
    }
    .menu_btn_wrap {
        transform: scale(3);
        top: 80px;
        right: 255px;
    }
    .side_logo img {
        transform: scale(2.5);
    }
    h4.main_head {
        margin-top: 4vw;
        line-height: 120px;
        font-size: 3vw;
    }
    .menu_links_wrap ul>li>a {
        padding: 1.3vw 2vw;
        font-size: 1vw;
    }
    .menu_links_wrap>ul {
        margin: 1vw 0;
    }
    .btm_icon .icon {
        width: 4vw;
        height: 4vw;
    }
    .menu_icons_wrap a:nth-child(3) .btm_icon .icon {
        background-size: cover;
    }
    .btm_icon p {
        font-size: .8vw;
        line-height: 1.5vw;
        height: 80px;
        margin: 10px 0px 0px;
    }
    .page_link_inner {
        width: 2.5vw;
        height: 2.5vw;
        margin: 0 20px 0 0;
    }
    .page_link_p {
        font-size: .7vw;
    }
    .page_links_div {
        margin: 1vw 0;
    }
    .page_links {
        padding: 40px 0;
    }
    .swiper-container#whitepaper_Slider {
        top: .1vw;
    }
    .content_box .sub_title {
        font-size: 1.2vw;
        line-height: 1.5vw;
    }
    .content_box p {
        font-size: .8vw;
        line-height: 1.2vw;
        max-height: 145px;
        margin-bottom: 2vw;
    }
    .content_box .download_btn {
        padding: 1vw 1vw 1vw 2vw;
        font-size: .8vw;
        width: 7vw;
    }
    .content_box .download_btn:before {
        top: .8vw;
        left: .6vw;
        width: 1vw;
        height: 1vw;
    }
    .case_study_menu .main_head {
        padding: 3vw 0px 0px 3vw;
    }
    .side_strip ul {
        transform: scale(2.5);
    }
    .swiper-container#casestudy_Slider {
        padding-top: 6.5vw;
    }
    #whitepaper_Slider .swiper-button-prev,
    #whitepaper_Slider .swiper-button-next,
    #casestudy_Slider .swiper-button-prev,
    #casestudy_Slider .swiper-button-next {
        height: 3vw;
        width: 3vw;
    }
    .case_study_wrap {
        height: 18vw;
    }
    .image_box {
        width: 15vw;
        height: 13vw;
    }
    .content_box {
        padding: 35px 20px 30px 11vw;
    }
    .side_content p {
        font-size: 1vw;
        line-height: 1.5vw;
    }
    .white_paper_menu {
        padding: 120px 100px;
    }
    /* menu and logo */
    /* footer */
    footer {
        height: 100%;
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 0;
        padding-top: 0;
    }
    .footer_section.fp-section.fp-table,
    .fp-slide.fp-table {
        display: table !important;
    }
    .left_wrap {
        padding-top: 5%;
    }
    .left_wrap h4 {
        font-size: 1vw;
        line-height: 1.8vw;
        margin-bottom: .5vw;
    }
    .quick_links h3 {
        font-size: 1vw;
        line-height: 1.8vw;
        margin-bottom: .5vw;
    }
    .link_item p {
        font-size: .8vw;
        margin-bottom: 5%;
    }
    .link_item ul li a {
        font-size: .8vw;
        line-height: 2vw;
    }
    .image_wrap .clutch {
        width: 5vw;
    }
    .image_wrap .goodfirms {
        width: 4vw;
    }
    .image_wrap .firms {
        width: 9vw;
    }
    .image_wrap {
        width: 70%;
        margin: 2vw 0;
    }
    .phone {
        font-size: 1.2vw;
        line-height: 3vw;
    }
    .bottom_sec i {
        font-size: 1.4vw;
    }
    .phone span {
        margin-right: 1.5vw;
    }
    .icon_wrap {
        margin: 2vw 0;
    }
    .right_wrap {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .right_wrap h2 {
        font-size: 1vw;
        line-height: 1.8vw;
        margin-bottom: .5vw;
    }
    .right_wrap p {
        font-size: .8vw;
        line-height: 1.4vw;
        margin: 1.6vw 0;
    }
    .input_wrap input,
    .input_wrap select {
        height: 3vw;
        margin: 1vw 0;
        padding: 5px 1.5vw;
        font-size: .8vw;
    }
     ::placeholder {
        font-size: .8vw;
    }
    .input_wrap textarea {
        height: 11vw;
    }
    .phone input {
        padding-left: 2.7vw !important;
    }
    .country-select.inside .flag-dropdown {
        transform: scale(2.5);
        padding-left: 26%;
        padding-top: 20%;
    }
    .btn_wrap #contact_btn {
        padding: .8vw 1.6vw;
        font-size: 1vw;
    }
    .copyright_wrap {
        font-size: 1vw;
        padding: 1.3vw 120px;
    }
    /* end footer */
    .cMap img {
        width: 50vw;
    }
    .slider_content {
        max-width: 35vw;
    }
    .slider_content h1 {
        font-size: 3.5vw;
        line-height: 4vw;
    }
    .slider_content p {
        font-size: 1.3vw;
        line-height: 2vw;
        margin-bottom: 1.7vw;
    }
    .btn {
        height: 2.3vw;
        font-size: 1vw;
        line-height: 2.5vw;
        width: 8vw;
        padding: 0px 1vw;
    }
    .btn_red {
        margin-right: 1vw;
    }
    .slick-initialized .swipe-tab {
        height: 6vw;
    }
    .accflag h4 {
        font-size: 1.1vw;
        margin-left: .6vw;
    }
    .slick-slide img {
        width: 2.2vw;
    }
    .swtabBack {
        width: 2.5vw;
        height: 2.5vw;
        top: 1.7vw;
        border: .1vw solid #ef0d33;
    }
    .weare_here h2 {
        font-size: 7vw;
        margin: 3vw 0 3vw 2vw;
    }
    .locContentone {
        width: 30vw;
        height: 30vw;
    }
    .locContenttwo {
        width: 30vw;
        height: 30vw;
    }
    .locContentone_header h4 {
        font-size: 1vw;
        margin: 2vw 1vw;
    }
    .locContentone_body {
        font-size: 1.1vw;
        line-height: 1.7vw;
    }
    .locContentone_body p {
        font-size: 1.1vw !important;
    }
    .logoLocationimg img {
        width: 45vw;
    }
    .locotabInner {
        margin-top: 3vw;
    }
    .main-container {
        padding-bottom: 5vw;
    }
}