html {
    overflow: auto;
    scroll-behavior: smooth; 
}
body {
    overflow-x: hidden;
}
section.inner_banner {
    position: relative;
}

section.inner_banner img.w-100 {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}
.head_common {
    position: absolute;
    left: 5%;
    color: #fff;
    top: 50%;
    padding-right: 1rem;
    z-index: 9;
}
.page-banner .title {
    font-size: 60px;
    line-height: 1.25;
    font-family: "Barlow", sans-serif;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.content-wrapper {
    max-width: 1420px;
    padding: 0 20px;
    margin-top: 120px;
    margin-bottom: 110px;
}
.contact-widget-container {
    margin: 0px 0px 0px 75px;
    padding: 65px 70px 65px 65px;
    background-color: #121C22;
}
.content-wrapper {
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 150px auto;
}
.contacts-top-section{
    background-image: url(../images/map.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
}
.contacts-row{
    margin: -20px;
    width: calc(100% + 40px);
    display: flex;

}
.industrium-heading {
    text-align: left;
    color: #e66445;
    font-size: 16px;
}
.industrium-heading-content {
    text-align: left;
    color: #000;
    font-size: 45px;
}
.industrium-subheading:before {
    /*content: '.';
    margin-right: 3px;*/
}


.contacts-column-gap-default{
    margin-top: 55px;
    margin-bottom: 0px;
    /*display: flex;*/
}
.contacts-column-gap-default .industrium-heading-content{
    font-size: 20px;
    font-family: nebula;
    text-transform: uppercase;
}

.contacts-text-editor p {
   font-size: 18px;
}
.contacts-text-editor p  a{
    color: #e66445;
 }
 .contacts-top-section .right-main{
    margin: 0px 0px 0px 75px;
    padding: 65px 70px 65px 65px;
    background-color: #121C22;
    color: #FFFFFF;
}
.contacts-top-section .right-main h2{
    color: #FFFFFF;
    font-size: 45px;
    font-family: nebula;
    text-transform: uppercase;
}
.contacts-top-section .right-main p{
    color: #B7BDC1;
    font-size: 18px;
    line-height: 1.7777em;
}
.contacts-top-section .right-main .contact-us-form {
    background-color: #121C22;
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    filter: drop-shadow(-11px 11px 20px rgba(0, 0, 0, 0.16));
}
.contacts-top-section .right-main .contact-us-form .form-control{
    background-color: #121C22;
    color: #FFFFFF;
    border-bottom: 1px solid #2B343A !important;
    border-radius: 0px;
}
.contacts-top-section .right-main .contact-us-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B7BDC1;
    opacity: 1; /* Firefox */
}

.contacts-top-section .right-main .contact-us-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B7BDC1;
}

.contacts-top-section .right-main .contact-us-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #B7BDC1;
}
.contacts-top-section .right-main .contact-us-form input:focus {
    border-bottom: 1px solid #fff !important;
    box-shadow: none;
}
.contacts-top-section .right-main .contact-us-form button {
     background: none;
     text-align: left;
     color: #F5ED43;
     border: none;
}

.contacts-top-section .right-main .contact-us-form button svg {
    stroke: #F5ED43;
    transform: translateY(-15%);

}
header.header .D3-logo img {
    filter: brightness(0) invert(1);
    width: 200px;
}
.header-nav-toggle {
    filter: brightness(0) invert(1);
}



/*------------------------------ media query -----------------------------------*/


@media(max-width:1200px) {
    .industrium-heading-content {
        font-size:36px;
    }
    .contacts-top-section .right-main h2 {
        font-size:36px;
    }
    .page-banner .title {
        font-size:50px;
    }
    .content-wrapper {
    margin: 100px auto;
}
.contacts-top-section .right-main .contact-us-form {
    row-gap: 35px;
}
}

@media(max-width:992px) {
    .industrium-heading-content {
        font-size: 35px;
    }
    .contacts-top-section .right-main h2 {
        font-size: 35px;
    }
    .content-wrapper {
        margin:25px auto;
    } 
    .page-banner .title {
        font-size:45px;
    }
    .header-nav-toggle {
/*        filter: none;*/
    }
}

@media(min-width:769px) and (max-width:991px){
.industrium-heading-content {
    font-size: 28px;
}
.contacts-row {
    margin: 0px;
}
.right-main {
    width: 60%;
    padding: 35px 30px 30px 40px !important;
    margin: 0px 0px 0px 0px !important;
}
.left-main {
    width: 40%;
}
.contacts-column-gap-default {
    margin-top: 25px;
}
}

@media only screen and (max-width: 768px) {
    .contacts-row {
        display: block;
    }
    .contacts-top-section .right-main {
        margin: 0px 0px 0px 0px;
        padding: 30px;
    }
    .contacts-top-section .right-main {
        display: inline-block;
    }
    .content-wrapper {
        margin: 50px auto;
    }
    .contacts-text-editor p {
        font-size: 16px;
    }
    .contacts-column-gap-default .industrium-heading-content {
/*        font-size: 16px;*/
    }
    .industrium-heading-content {
        font-size: 28px;
    }
    .industrium-heading-content br {
        display: none;
    }
    .contacts-top-section .right-main h2 {
        font-size: 28px;
    }
    .contacts-top-section .right-main p {
        font-size: 16px;
    }
    .page-banner-section {
        min-height: 250px;
    }
    .page-banner .title {
        font-size: 35px;
    }
    .page-banner-section {
        background-size: cover;
        padding-top: 0px;
    }
    .contacts-column-gap-default {
        margin-top: 25px;
    }
.locations {
    padding: 20px 30px;
}
.locations p {
    font-size: 18px;
}
}


@media (min-width: 577px){
.header-nav-toggle {
    color: #fff;
}
}

@media(min-width:576px) and (max-width:767px){
.contacts-column-gap-default {
    display: block;
}
.contacts-top-section .right-main .contact-us-form {
    row-gap: 40px;
}
}

@media(max-width:576px){
    header.header .D3-logo img {
/*        filter: none;*/
    }
    .header-nav-toggle {
/*        filter: none;*/
    }
}


@media(max-width:575px){
.contacts-top-section .right-main .contact-us-form {
    row-gap: 25px !important;
}
.contacts-top-section .right-main .contact-us-form .form-control {
    padding: 0.375rem 0rem;
}
.contacts-top-section .right-main .contact-us-form button {
    padding-left: 0;
}
}
