/*   font-family: "Outfit", sans-serif;*/
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background: #F8F8F8;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Outfit", sans-serif;
}

input,
textarea,
a {
    font-family: "Outfit", sans-serif;
}

.container,
.container-fluid {
    padding: 0;
}

.container .row,
.container-fluid .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

input,
textarea {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.tab-content>.tab-pane {
    display: none;
    position: relative;
}

.tab-content>.active {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }

}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.header.header1 {
    background: #0B0D26;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }

}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }

}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

}

/*****************************************/
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

/****************************************/

/**heder*/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    transition: 0.25s all linear;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0B0D26A1 0%, #0B0D2600 100%);
}

.header.fixed {
    background: #F2F5FB;
    transition: 0.25s all linear;
}

.header.fixed .menu .menu-item a {
    color: #000;
}

.header.fixed .menu .menu-item .active {
    border-bottom-color: #000;
}

.header.fixed .menu .menu-item a .plus {
    border-color: #000;
}

.header.fixed .menu .menu-item:hover a .plus {
    border-color: #000;
}

.img-fluid,
.img-responsive {
    max-width: 100%;
    height: auto;
}

.header-main {
    padding: 0;
    transition: 0.25s all linear;
}

.header.fixed .header-main {
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.25s all linear;
    border-radius: 0;
}

.header .logo {
    padding: 15px 27px 15px 56px;
    width: 262px;
    float: left;
}

.header .logo .color-logo {
    display: none;
}

.header.fixed .logo .white-logo {
    display: none;
}

.header.fixed .logo .color-logo {
    display: block;
}

.header .logo img {
    width: 100%;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}

.header .nav-menu {
    padding: 0 56px 0 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header .search-button-end {
    width: 22%;
}

.header .menu .menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 12px
}

.header .menu .menu-item .active {
    border-bottom: 1px solid #fff;
}

.header .menu .menu-item .sub-menu .menu-item {
    margin: 0;
}

/* .menu-active {
  border-bottom: 3px solid #6a05a6 !important;
}
 */
.header .menu .menu-item a {
    display: block;
    padding: 18px 14px;
    color: #FCFCFC;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    font-family: "Outfit", sans-serif;
}

.header .menu .menu-item a .plus {
    border: solid #FCFCFC;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
}

.header .menu>.menu-item:hover>a .plus {
    border: solid #FCFCFC;
    border-width: 0 2px 2px 0;
}

.header .menu .menu-item a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu .menu-item:hover>a {

    /* border-bottom: 3px solid #4d8546; */
}

.header .search-button-end {
    padding-left: 0;
    border-left: 2px solid #e5e2dc;
    display: flex;
    align-items: center;
}

.header .search-button-end .search-icon {
    padding: 29px 23px;
    border-right: 2px solid #e5e2dc;
    width: 16%;
    text-align: center;
}

.header .search-button-end .search-icon img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.header .search-button-end .contact-link {
    width: 63%;
}

.header .search-button-end .contact-link a {
    display: block;
    padding: 18px 14px;
    color: #1C1C1C;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    font-family: "Outfit", sans-serif;
    position: relative;
    text-align: center;
}

.header .search-button-end .contact-link a:before {
    content: " ";
    width: 95px;
    height: 2px;
    background: #1c1c1c;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.header .menu .menu-item .sub-menu {
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.header .menu .menu-item .sub-menu.submenu-2 {

    /*left: 220px !important;
    box-shadow: none;*/
}

.submenu-main-bg {
    background: #fff;
    width: 450px !important;
    position: absolute;
    display: flex;
}

.submenu-main-bg:before {
    content: "\2023";
    position: absolute;
    top: -37px;
    left: 50px;
    font-size: 60px;
    color: #4d8546;
    font-weight: 500;
    transform: rotate(270deg);
}

.submenu-main-box {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50%;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.submenu-main-box ul {
    width: auto !important;
    box-shadow: none !important;
    position: relative !important;
    top: 0 !important;
}

.header .menu .menu-item .sub-menu .submenu-main-box ul li a {
    padding: 10px 20px;
    border: none;
}

@media(min-width:992px) {
    .header .menu .menu-item-has-children:hover .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu .menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu .menu-item .sub-menu .menu-item {
    display: block;
}

.header .menu .menu-item .sub-menu .submenu-1 li.submenu-header,
.header .menu .menu-item .sub-menu .submenu-2 li.submenu-header {
    display: block;
    padding: 12px 20px;
    color: #4d8546;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item a {
    display: block;
    padding: 12px 20px;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid #DCE0E3;
}

.header .menu .menu-item .sub-menu .menu-item a:hover {
    background: #0d0f28;
    color: #fff;
    transition: 0.25s all linear;
}

.header .menu.right-side-part .menu-item a {
    font-size: 14px;
}

.header .menu.right-side-part .menu-item .sub-menu .menu-item a {
    font-size: 12px;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 17px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.right-header-part {
    padding: 4px 5px 4px 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #4d8546;
    border-radius: 30px;
    display: inline-block;
    text-align: right;
    width: 191px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
}

.right-header-part a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    color: #4d8546;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    text-decoration: none;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-left: 5px;
    float: right;
    left: 0;
}

@media(max-width:991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #0B0D26;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu .menu-item {
        display: block;
        margin: 0;
    }

    .header .menu .menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu .menu-item a {
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #333333;
    }

    .header .menu .menu-item:first-child>a {
        border-top: 1px solid #333333;
    }

    .header .menu .menu-item a .plus:before,
    .header .menu .menu-item a .plus:after {
        background-color: #ffffff;
    }

    .header .menu .menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu .menu-item .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .submenu-main-bg {
        width: 100% !important;
    }

    .submenu-main-box {
        width: 100%;
        border-right: none;
    }

    .header .menu .menu-item .sub-menu .submenu-main-box ul li a {
        padding: 5px 20px;
    }

    .header .menu .menu-item .sub-menu .menu-item a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        display: flex;
        padding: 10px 7px;
        width: 26px;
    }

}

/**heder*/
.hero-section {
    background: url('../images/hero-bg.jpg') no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100vh;
}

.hero-section .container-fluid,
.hero-section .container-fluid .row {
    height: 100%;
}

.hero-section .left-bg {
    height: 100vh;
    /*    background: url('../images/engineering-strength-for-structures-that-last.jpg') no-repeat;
    background-size: cover;
    background-position: left;*/

    /*    display: flex;
    align-items: center;*/
    position: relative;
    overflow: hidden;
}

.hero-section .left-bg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -29%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7%, #000000 100%);
    transform: rotate(90deg);
    z-index: 2;
}

.hero-section .left-bg .home-banner-top {
    height: 100vh;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: 0.50s all linear;
}

.hero-section .left-bg .home-banner-top .video-bg {
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 100vh;
}

.hero-section .left-bg .home-banner-top .video-bg video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    object-fit: cover;
    object-position: center;
    height: 100vh;
}

/*.hero-section .left-bg:before {
content: " ";
width: 100%;
height: 100%;
background: rgba(11, 13, 38, 0.35);
position: absolute;
top: 0;
left: 0;
}*/
.hero-section .left-bg .left-side-part {
    padding-left: 70px;
    z-index: 5;
    position: relative;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.heading {
    font-weight: 500;
    font-size: 79px;
    text-align: left;
    line-height: 79px;
    letter-spacing: -2.3766px;
    color: #fff;
    font-family: "Outfit", sans-serif;
}

.hero-section .left-bg .heading {
    z-index: 5;
}

.common-btn1 {
    padding: 20px 31px;
    background: #fa4729;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.25s all linear;
}

.common-btn1:hover {
    background: transparent;
    border-color: #fff;
}

.common-btn2 {
    padding: 20px 31px;
    background: transparent;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.25s all linear;
}

.common-btn2:hover {
    background: #fa4729;
    border-color: #fa4729;
    color: #fff;
}

.hero-section .left-bg .left-side-part .common-btn1 {
    margin-right: 10px;
}

.hero-section .left-bg .left-side-part .heading {
    margin-bottom: 30px;
}

.hero-section .col-lg-4 {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-section ul {
    padding: 0 40px;
}

.hero-section ul li {
    font-size: 22px;
    line-height: 34px;
    color: #9BA2AD;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.hero-section ul li:before {
    content: "\2713";
    font-size: 20px;
    color: #fa4729;
    /*     border-radius: 50%; */
    position: absolute;
    top: 4px;
    left: 0;
}

.hero-section ul li:last-child {
    margin-bottom: 0;
}

.hero-section .right-side-part {
    position: relative;
    width: 100%;
    z-index: 5;
}

.hero-section .related-image {
    position: absolute;
    bottom: 20px;
    right: 78px;
    align-items: end;
    justify-content: end;
    margin-left: -87px;
}

.hero-section .related-image .col-lg-4 {
    padding: 0 5px;
    align-items: end;
    position: static;
}

.hero-section .related-image .box-1 img {
    display: block;
}

.built-for-todays-structural {
    padding: 100px 70px;
}

.built-for-todays-structural .col-lg-4 {
    padding: 0 15px;
}

.heading2 {
    font-size: 66px;
    line-height: 70px;
    color: #000;
    font-weight: 600;
}

.built-for-todays-structural .headin-coloum .left-side-part {
    position: sticky;
    top: 100px;
}

.built-for-todays-structural .headin-coloum .heading2 {
    font-size: 66px;
    line-height: 73px;
}

.built-for-todays-structural .headin-coloum .common-btn1 {
    margin-top: 20px;
}

.built-for-todays-structural .headin-coloum .common-btn1:hover {
    border-color: #fa4729;
    color: #fa4729;
}

.built-for-todays-structural .center-image {
    position: relative;
    display: flex;
    height: 100%;
}

.built-for-todays-structural .center-image .shapt-cut {
    position: absolute;
    top: -6px;
    right: -2px;
}

.built-for-todays-structural .center-image .shapt-cut img {
    width: 58px;
    height: auto;
}

/* .built-for-todays-structural .center-image:before {
content: " ";
clip-path: path("M 421.633 0 A 10 10 0 0 1 428.704 2.92893 L 462.846 37.0711 A 10 10 0 0 1 465.775 44.1421 L 465.775 590 A 10 10 0 0 1 455.775 600 L 10 600 A 10 10 0 0 1 0 590 L 0 10 A 10 10 0 0 1 10 0 L 421.633 0 Z");
--path-radius: 10;
position: absolute;
width: 100%;
height: 50px;
top: 0;
top: 0;
} */

/* .built-for-todays-structural .center-image:before {
content: "";
position: absolute;
inset: 0;
background: transparent;
top: 0;
right: 0;
clip-path: path("M421.633 0 A10 10 0 0 1 428.704 2.92893 L462.846 37.0711 A10 10 0 0 1 465.775 44.1421 L465.775 590 A10 10 0 0 1 455.775 600 L10 600 A10 10 0 0 1 0 590 L0 10 A10 10 0 0 1 10 0 Z");
} */
.built-for-todays-structural .center-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.built-for-todays-structural .blue-box {
    background: #0b0d26;
    border-radius: 10px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.built-for-todays-structural .blue-box .shapt-cut {
    position: absolute;
    top: 0;
    right: 0;
}

.built-for-todays-structural .blue-box .shapt-cut img {
    width: 58px;
}

.built-for-todays-structural .blue-box .heading-part {
    padding: 40px 40px 0;
}

.built-for-todays-structural .blue-box .bottom-side-part {
    padding: 0 40px 40px;
}

.sub-heading {
    color: #fa4b29;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.built-for-todays-structural .blue-box .heading-part h4 {
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 13px;
}

.built-for-todays-structural .blue-box .bottom-side-part p {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF9C;
    font-weight: 400;
    padding-top: 30px;
    border-top: 1px solid #DCE0E333;
}

.our-structural-solutions {
    padding: 100px 70px;
}

.our-structural-solutions .heading-part {
    margin-bottom: 40px;
}

.our-structural-solutions .main-flow-box {
    height: 82vh;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 20px;
    position: sticky;
    top: 92px;
}

.our-structural-solutions .main-flow-box .shapt-cut {
    position: absolute;
    top: 0;
    right: 0;
}

.our-structural-solutions .main-flow-box .shapt-cut img {
    width: 58px;
}

.our-structural-solutions .main-flow-box .content-part {
    padding: 60px;
    max-width: 490px;
    /*     display: flex;
    flex-direction: column; */
    background-color: #fff;
    transition: all ease 0.35s;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
}

.link-u {
    color: #fa4729;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    transition: 0.25s all linear;
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin-top: 20px;
    text-decoration: none;
}

.link-u:hover {
    border-bottom: 1px solid #fa4729;
    transition: 0.25s all linear;
}

.our-structural-solutions .main-flow-box .content-part:hover .link-u {
    border-bottom: 1px solid #fa4729;
    transition: 0.25s all linear;
}

.our-structural-solutions .main-flow-box .content-part .icon-wrap {
    width: 90px;
    height: 90px;
    background: #F2F5FB;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all ease 0.35s;
}

.our-structural-solutions .main-flow-box .content-part .icon-wrap img {
    width: 50px;
}

.our-structural-solutions .main-flow-box .content-part h3 {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 54px;
    color: #000000;
    font-weight: 600;
}

.our-structural-solutions .main-flow-box .content-part .desc {
    margin-top: 0;
    margin-bottom: 20px;
}

.our-structural-solutions .main-flow-box .content-part .common-btn1:hover {
    border-color: #fa4729;
    color: #fa4729;
}

.our-structural-solutions .main-flow-box .content-part p {
    color: #555555;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.our-structural-solutions .main-flow-box.box1 {
    background: url('../images/pre-engineered-buildings.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.our-structural-solutions .main-flow-box.box2 {
    background: url('../images/industrial-sactory-sheds.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.our-structural-solutions .main-flow-box.box3 {
    background: url('../images/advanced-steel-structures.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.what-sets-structen-apart {
    padding: 100px 70px;
    background: #F2F5FB;
    position: relative;
    overflow: hidden;
}

.what-sets-structen-apart .dots-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.what-sets-structen-apart .dots-img img {
    width: 100%;
    height: 100%;
    display: block;
}

/* .what-sets-structen-apart .heading2 {
color: #FFFFFF;
} */
.what-sets-structen-apart .heading-part p {
    font-size: 22px;
    /*     color: #fff; */
    line-height: 27px;
    padding-left: 30px;
    border-left: 3px solid #fa4b29;
    font-weight: 500;
}

.what-sets-structen-apart .container-fluid {
    z-index: 5;
    position: relative;
}

.what-sets-structen-apart .heading-part {
    margin-bottom: 80px;
}

.what-sets-structen-apart .col-lg-3 {
    padding: 0 10px;
}

.what-sets-structen-apart .common-part .process-number-wrapper {
    border-radius: 10px;
    --path-radius: 10px;
    --path: 0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%;
    background-color: #ffd580;
    margin-bottom: 30px;
    max-width: 130px;
    padding: 40px 0 0;
    text-align: center;
    /*   margin-right: auto;
    margin-left: auto; */
}

.what-sets-structen-apart .common-part .process-number-wrapper .process-number {
    font-size: 96px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
    position: relative;
    bottom: -12px;
}

/*.what-sets-structen-apart .col-lg-3 {
width: 20%;
}*/
.what-sets-structen-apart .common-part h3 {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
}

.project-experience-sections {
    padding: 100px 70px 300px;
    position: relative;
    overflow: hidden;
    background: #0b0d26;
}

.project-experience-sections .righ-side-p {
    padding-left: 30px;
    border-left: 3px solid #fa4b29;
}

.project-experience-sections .righ-side-p p {
    color: #555555;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}

.project-experience-sections .righ-side-p p:last-child {
    margin-bottom: 0;
}

.project-experience-sections .heading-part {
    margin-bottom: 66px;
}

.project-experience-sections .heading-part .heading2 {
    color: #fff;
}

.project-experience-sections .heading-part p {
    color: #fff;
}

.project-experience-sections .project-list .col-lg-3,
.project-experience-sections .project-list .col-lg-6 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.project-experience-sections .dots-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.project-experience-sections .dots-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.project-experience-sections .container-fluid {
    z-index: 5;
    position: relative;
}

.project-experience-sections .project-list .row .col-lg-3 {
    align-items: end;
    display: flex;
}

.project-experience-sections .project-list .row .last-lg-3 {
    align-items: start;
}

.project-experience-sections .project-list .projet-sanp {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

.project-experience-sections .project-list .projet-sanp:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000000 100%);
}

.project-experience-sections .project-list .projet-sanp .img-part img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.project-experience-sections .project-list .projet-sanp .content-part {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 2;
}

.project-experience-sections .project-list .projet-sanp h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.project-experience-sections .project-list .projet-sanp h4 {
    font-size: 16px;
    color: #FBE87E;
    line-height: 22px;
    font-weight: 500;
}

.project-experience-sections .project-list .view-more-button-div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF33;
    border-radius: 10px;
    height: 100%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: 0.25s all linear;
    width: 100%;
}

.project-experience-sections .project-list .view-more-button-div .common-a-tag {
    width: 100%;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    gap: 61px;
}

.project-experience-sections .project-list .view-more-button-div .common-a-tag strong {
    font-size: 100px;
    font-weight: 600;
    color: #fa4b29;
    line-height: 100px;
    display: block;
}

.project-experience-sections .project-list .view-more-button-div .common-a-tag strong span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    display: block;
}

.project-experience-sections .project-list .view-more-button-div:hover {
    background: #fa4b29;
    color: #fff;
    transition: 0.25s all linear;
}

.project-experience-sections .project-list .view-more-button-div:hover .common-a-tag strong,
.project-experience-sections .project-list .view-more-button-div:hover .common-a-tag strong span {
    color: #fff;
    transition: 0.25s all linear;
}

.client-logo-section {
    padding: 100px 70px 100px;
}

.client-logo-section .client-content {
    background: url('../images/lets-build-with-confidence.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 86vh;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 
.client-logo-section .client-content:after {
content: " ";
clip-path: path(&quot;
M 1450.8 0 A 10 10 0 0 1 1460.8 10 L 1460.8 770 A 10 10 0 0 1 1450.8 780 L 10 780 A 10 10 0 0 1 0 770 L 0 44.1421 A 10 10 0 0 1 2.92893 37.0711 L 37.0711 2.92893 A 10 10 0 0 1 44.1421 0 L 1450.8 0 Z&quot;
);
--path: 40px 0, 100% 0, 100% 100%, 0 100%, 0 40px;
--path-radius: 10;
width: 100%;
height: 50px;
position: absolute;
left: 0;
top: 0;
} */
.client-logo-section .client-content:before {

    /*    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;*/
    content: "";
    position: absolute;
    bottom: 0;
    left: -29%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7%, #000000 100%);
    transform: rotate(90deg);
}

.client-logo-section .client-content .heading2 {
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

.client-logo-section .client-content p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 40px;
}

.client-logo-section .client-content .common-btn1 {
    margin-right: 10px;
}

.client-logo-section .client-content .content-part {
    padding: 60px;
    z-index: 5;
    position: relative;
}

.client-logo-section .client-slider {
    z-index: 5;
    position: relative;
    background-color: #00000033;
    backdrop-filter: blur(40px);
    padding: 40px 0;
}

.client-logo-section .client-slider h5 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
    color: #8C8C8C;
    padding: 0 30px 0 100px;
}

.client-logo-section .client-slider .text-part {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo-section .client-slider .client-slider-list .slick-arrow {
    display: none !important;
}

.client-logo-section .client-slider .client-slider-list .item img {
    width: 37%;
    display: block;
    margin: 0 auto;
}

footer {
    padding: 100px 0 0;
    background: #1C1E36;
}

footer .col-lg-3 {
    padding: 0 15px;
}

footer .common-format .logo {
    margin-bottom: 30px;
}

footer .common-format .logo a {
    display: block;
}

footer .common-format p {
    font-size: 16px;
    line-height: 22px;
    color: #9BA2AD;
    margin-bottom: 15px;
}

footer .common-format p:last-child {
    margin-bottom: 0;
}

footer .common-format p strong {
    font-weight: 700;
    color: #fff;
}

footer .common-format .iso-logo {
    margin-top: 30px;
}

footer .common-format .iso-logo img {
    display: block;
    width: 100px;
}

footer .common-url h6 {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

footer .common-url p {
    font-size: 16px;
    line-height: 25px;
    color: #9BA2AD;
    margin-bottom: 15px;
    transition: 0.25s all linear;
}

footer .common-url p a {
    color: #9BA2AD;
    text-decoration: none;
    transition: 0.25s all linear;
}

footer .common-url p a:hover {
    color: #fff;
    transition: 0.25s all linear;
}

/* footer .common-url p strong {
font-weight: 700;
font-size: 20px;
color: #fff;
} */

/* footer .common-url p strong a {
color: #fff;
} */

footer .common-url ul li {
    margin-bottom: 15px;
}

footer .common-url ul li:last-child {
    margin-bottom: 0;
}

footer .common-url ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #9BA2AD;
    text-decoration: none;
    transition: 0.25s all linear;
}

footer .common-url ul li a:hover {
    color: #fff;
    transition: 0.25s all linear;
}

footer .col-lg-3:nth-child(2) .common-url {
    padding-left: 30px;
}

footer .col-lg-3:nth-child(3) .common-url {
    padding-left: 30px;
}

footer .copy-right {
    margin-top: 40px;
    padding: 20px 0 20px;
    border-top: 1px solid #9BA2AD;
}

footer .copy-right p {
    font-size: 16px;
    line-height: 22px;
    color: #9BA2AD;
}

footer .copy-right p a {
    color: #9BA2AD;
}

.designed-responsibly-section {
    padding: 0 40px 100px;
    position: relative;
    margin-top: -200px;
}

.designed-responsibly-section .big-image {
    overflow: hidden;
    border-radius: 10px;
}

.designed-responsibly-section .big-image img {
    width: 100%;
    display: block;
    border-radius: 10px;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}

.designed-responsibly-section .content-part {
    width: 40%;
    padding: 90px;
    border-radius: 0 10px 0 0;
    background: #F8F8F8;
    position: absolute;
    bottom: 92px;
    left: 0
}

.designed-responsibly-section .content-part .heading2 {
    margin-bottom: 20px;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.designed-responsibly-section .content-part p {
    color: #555555;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

.designed-responsibly-section .content-part .common-btn1 {
    margin-top: 20px;
}

.designed-responsibly-section .content-part .common-btn1:hover {
    color: #fa4729;
    border-color: #fa4729;
}

.designed-responsibly-section .content-part ul {
    padding-left: 29px;
}

.designed-responsibly-section .content-part ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #555555;
    margin-bottom: 15px;
    position: relative;
}

.designed-responsibly-section .content-part ul li strong {
    font-weight: 600;
}

.designed-responsibly-section .content-part ul li:last-child {
    margin-bottom: 0;
}

.designed-responsibly-section .content-part ul li:before {
    content: "\2713";
    font-size: 20px;
    color: #fa4729;
    position: absolute;
    top: 4px;
    left: -28px;
}

.designed-responsibly-section .content-part p strong {
    font-weight: 700;
}

.designed-responsibly-section .content-part p:last-child {
    margin-bottom: 0;
}

.what-sets-structen-apart.supporting-diverse-industries-section .col-lg-3 {
    width: 25%;
    padding: 0 15px;
}

.what-sets-structen-apart.supporting-diverse-industries-section .industries-common {
    text-decoration: none;
}

.what-sets-structen-apart.supporting-diverse-industries-section .industries-common .thumb {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.what-sets-structen-apart.supporting-diverse-industries-section .industries-common .thumb img {
    display: block;
    width: 100%;
    border-radius: 10px;
    transition: 0.25s all linear;
}

.what-sets-structen-apart.supporting-diverse-industries-section .industries-common:hover .thumb img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    transition: 0.25s all linear;
}

.what-sets-structen-apart.supporting-diverse-industries-section .industries-common .content-part {
    margin-top: 20px;
}

.what-sets-structen-apart.supporting-diverse-industries-section .industries-common .content-part h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
}

.what-sets-structen-apart.supporting-diverse-industries-section .industries-common .content-part .link-u {
    margin-top: 15px;
}

.what-sets-structen-apart.supporting-diverse-industries-section .industries-common:hover .content-part .link-u {
    border-bottom: 1px solid #fa4729;
    transition: 0.25s all linear;
}

.what-sets-structen-apart.supporting-diverse-industries-section .heading-part {
    padding-top: 30px;
    border-top: 1px solid #DCE0E3;
}

.top-banner-about {
    padding: 181px 0 132px;
    position: relative;
}

.top-banner-about:before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0B0D2682 0%, #0B0D26E6 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.top-banner-about .container-fluid {
    z-index: 5;
    position: relative;
}

.top-banner-about.about-banner {
    background: url(../images/about/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.contact-us-banner {
    background: url(../images/contact-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.contact-us-banner:before {
    content: none;
}

.top-banner-about.about-banner.director-banner {
    background: url(../images/contact-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.director-banner:before {
    content: none;
}

.top-banner-about.about-banner.pre-engineered-buildings-banner {
    background: url(../images/peb-solutions/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.industrial-factory-sheds-banner {
    background: url(../images/industrial-factory-sheds/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.advanced-steel-structures-banner {
    background: url(../images/advanced-steel-structures/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.industrial-manufacturing-banner {
    background: url(../images/industrial-manufacturing/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.warehousing-logistics-banner {
    background: url(../images/warehousing-logistics/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.infrastructure-metro-projects-banner {
    background: url(../images/infrastructure-metro-projects/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.commercial-institutional-banner {
    background: url(../images/commercial-institutional/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.energy-utilities-banner {
    background: url(../images/energy-utilities/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.sustainability-banner {
    background: url(../images/sustainability/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about.about-banner.careers-banner {
    background: url(../images/careers-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner-about .heading {
    text-align: center;
}

.who-we-are-section {
    padding: 200px 70px 100px;
}

.who-we-are-section .col-lg-6 {
    padding: 0 15px;
}

.who-we-are-section .left-side-part {
    position: relative;
    padding-right: 78px;
}

.who-we-are-section .left-side-part img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.who-we-are-section .left-side-part .number-years {
    position: absolute;
    top: -90px;
    right: 0;
}

.who-we-are-section .left-side-part .number-years span {
    font-size: 130px;
    line-height: 130px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fa4729;
    display: block;
}

.who-we-are-section .left-side-part .number-years i {
    font-size: 18px;
    font-weight: 500;
    color: #fa4729;
    text-transform: uppercase;
}

.who-we-are-section .right-side-part {
    padding-left: 60px;
    display: flex;
    align-items: center;
    height: 100%;
}

.who-we-are-section .right-side-part .heading2 {
    margin-bottom: 30px;
}

.who-we-are-section .right-side-part p {
    color: #555555;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.who-we-are-section .right-side-part ul {
    padding-left: 24px;
}

.who-we-are-section .right-side-part ul li {
    color: #555555;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}

.who-we-are-section .right-side-part ul li strong {
    font-weight: 600;
}

.who-we-are-section .right-side-part ul li:before {
    content: "\2713";
    font-size: 18px;
    color: #fa4729;
    position: absolute;
    top: 4px;
    left: -24px;
}

.who-we-are-section .right-side-part ul li:last-child {
    margin-bottom: 0;
}

.who-we-are-section .right-side-part p strong {
    font-weight: 700;
}

.client-logo-slider .client-slider-list .slick-arrow {
    display: none !important;
}

.client-logo-slider .client-slider-list .item img {
    width: 59%;
    display: block;
    opacity: 0.15;
    transition-duration: 0.3s;
    margin: 0 auto;
}

.client-logo-slider .client-slider-list .item:hover img {
    opacity: 1;
    transition-duration: 0.3s;
}

.client-logo-slider {
    padding-bottom: 100px;
}

.video-journy-section .top-video-journey {
    margin-bottom: -44%;
    z-index: 5;
    position: relative;
}

.video-journy-section .top-video-journey .video-bg video {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.project-experience-sections.our-journey-section {
    overflow: revert;
    padding-top: 38%;
    padding-bottom: 100px;
}

.project-experience-sections.our-journey-section .container {
    z-index: 5;
    position: relative;
}

.designed-responsibly-section.quality-safety-compliance {
    margin-top: 0;
    margin-top: 100px;
}

.what-sets-structen-apart.engineering-philosophy-section .container {
    z-index: 5;
    position: relative;
}

.what-sets-structen-apart.engineering-philosophy-section .common-part .process-number-wrapper {
    padding: 0;
    width: 130px;
    height: 130px;
    max-width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-part-section {
    padding: 100px 0;
}

.contact-part-section .left-side-part {
    padding-right: 80px;
}

.contact-part-section .left-side-part .heading2 {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 48px;
}

.contact-part-section .left-side-part p {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-part-section .left-side-part p i {
    width: 6%;
}

.contact-part-section .left-side-part p i svg {
    width: 25px;
    height: 25px;
    color: #fa4729;
}

.contact-part-section .left-side-part p .content-set {
    width: 91%;
    color: #555555;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.contact-part-section .left-side-part p .content-set a {
    color: #0B0D26;
    text-decoration: none;
}

/* 
.contact-part-section .left-side-part p .content-set a.big {
font-size: 22px;
line-height: 28px;
font-weight: 600;
}
 */
.contact-part-section .left-side-part p .content-set a:hover {
    text-decoration: underline;
}

.contact-part-section .right-side-part {
    padding-left: 80px;
}

.contact-part-section .right-side-part .heading2 {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 48px;
}

.contact-part-section .right-side-part .col-lg-6,
.contact-part-section .right-side-part .col-lg-12 {
    padding: 0 15px;
}

.contact-part-section .right-side-part .mb-3 {
    position: relative;
}

.contact-part-section .right-side-part .mb-3 .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.contact-part-section .right-side-part .mb-3 .icon svg {
    width: 20px;
    height: 20px;
    color: #5A5A67;
}

.contact-part-section .right-side-part .mb-3 input,
.contact-part-section .right-side-part .mb-3 textarea {
    padding: 13px 0 13px 41px;
    border: transparent;
    font-size: 16px;
    border-bottom: 1px solid #181D4E;
    box-shadow: none;
    outline: none;
    color: #5A5A67;
    line-height: 22px;
    background: transparent;
    resize: none;
}

.contact-part-section .right-side-part .textarea-icon .icon {
    top: 19px;
    transform: none;
}

.contact-part-section .right-side-part .common-btn1 {
    margin-top: 40px;
}

.contact-part-section .right-side-part .common-btn1:hover {
    background: transparent;
    border-color: #fa4729;
    color: #fa4729;
    cursor: pointer;
}

.map iframe {
    display: block;
    width: 100%;
    height: 70vh;
    border: 0;
}

.what-sets-structen-apart.engineering-philosophy-section .heading-part p {
    font-weight: 400;
    color: #555555;
}

.designed-responsibly-section.quality-safety-compliance .content-part {
    border-radius: 10px 0 0 10px;
    left: auto;
    right: 0;
}

.project-experience-sections.our-journey-section .righ-side-p {
    padding-left: 0;
    border: 0;
}

.project-experience-sections.our-journey-section .righ-side-p ul {
    padding-left: 55px;
    counter-reset: mycount;
    list-style: none;
}

.project-experience-sections.our-journey-section .righ-side-p ul li:before {
    content: counter(mycount);
    position: absolute;
    left: -43px;
    font-weight: 400;
    top: 3px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-experience-sections.our-journey-section .righ-side-p ul li {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    counter-increment: mycount;
    margin-bottom: 20px;
}

.project-experience-sections.our-journey-section .heading-part {
    margin-bottom: 0;
}

.project-experience-sections.our-journey-section .righ-side-p ul li strong {
    font-weight: 600;
}

.who-we-are-section.engineered-for-speed-section {
    padding: 100px 0;
}

.designed-responsibly-section.quality-safety-compliance.cost-effective-peb-solutions .content-part {
    background: #0B0D26;
}

.designed-responsibly-section.cost-effective-peb-solutions .content-part .heading2,
.designed-responsibly-section.cost-effective-peb-solutions .content-part p,
.designed-responsibly-section.cost-effective-peb-solutions .content-part ul li {
    color: #fff;
}

.designed-responsibly-section.cost-effective-peb-solutions .content-part {
    padding: 60px;
}

.designed-responsibly-section.quality-safety-compliance.cost-effective-peb-solutions {
    margin-top: 0;
}

.what-sets-structen-apart.years-of-trusted-section .heading-part {
    margin-bottom: 0;
}

.client-logo-section.lets-build-with-services .client-content {
    height: auto;
}

.client-logo-section.lets-build-with-services .client-content:before {
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
}

.client-logo-section.lets-build-with-services .client-content p,
.client-logo-section.lets-build-with-services .client-content .heading2 {
    margin-bottom: 0;
}

.client-logo-section.lets-build-with-services .com-button {
    text-align: right;
}

.client-logo-section.lets-build-with-services .client-content .content-part {
    padding: 40px;
}

.what-sets-structen-apart.engineering-philosophy-section.years-of-trusted-section .right-p {
    padding-left: 60px;
    display: flex;
    align-items: center;
    height: 100%;
}

.what-sets-structen-apart.engineering-philosophy-section.years-of-trusted-section .right-p p {
    padding: 30px 0 30px 30px;
    line-height: 33px;
}

.what-sets-structen-apart.engineering-philosophy-section.years-of-trusted-section .right-p p strong {
    font-weight: 700;
}

.who-we-are-section.engineered-for-speed-section .right-side-part .heading2 {
    font-size: 56px;
    line-height: 62px;
}

.engineered-solutions-for-complex-section .left-side-content .heading2 {
    font-size: 53px;
    line-height: 61px;
}

.what-sets-structen-apart.years-of-trusted-section {
    padding: 0;
    background: none;
}

.what-sets-structen-apart.years-of-trusted-section .heading-part .row {
    justify-content: center;
}

.built-for-todays-structural.our-services-section .center-image img {
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    object-position: center;
}

.built-for-todays-structural.our-services-section .blue-box {
    border-radius: 0 10px 10px 0;
}

.built-for-todays-structural.our-services-section .blue-box .bottom-side-part p {
    padding-top: 0;
    border: 0;
    margin-bottom: 15px;
    line-height: 28px;
}

.built-for-todays-structural.our-services-section .blue-box .bottom-side-part p:last-child {
    margin-bottom: 0;
}

.built-for-todays-structural.our-services-section .blue-box {
    justify-content: flex-start;
}

.built-for-todays-structural.our-services-section .blue-box .heading-part h4 {
    margin-bottom: 20px;
}

.built-for-todays-structural.our-services-section .righ-side-list .item-list-option {
    margin-bottom: 20px;
}

.built-for-todays-structural.our-services-section {
    padding-bottom: 0;
}

.built-for-todays-structural.our-services-section .righ-side-list .item-list-option:last-child {
    margin-bottom: 0;
}

.built-for-todays-structural.our-services-section .blue-box .shapt-cut {
    top: 0;
    right: -1px;
}

.our-services-sections {
    padding: 100px 70px 100px;
    background: #F2F5FB;
    position: relative;
    margin-top: 100px;
}

.our-services-sections .rowtop {
    margin-top: -200px;
}

.our-services-sections .heading-part {
    margin-bottom: 40px;
}

.our-services-sections .main-part-services {
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
}

.our-services-sections .main-part-services .cut-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.our-services-sections .main-part-services .center-part {
    padding: 0;
}

.our-services-sections .main-part-services .center-part .number {
    font-size: 16px;
    line-height: 28px;
    color: #8C8C8C;
    font-weight: 600;
}

.our-services-sections .main-part-services .center-part .img-part img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.our-services-sections .main-part-services .center-part .content-part {
    border-top: 0;
    padding: 20px;
    margin: 0;
}

.our-services-sections .col-lg-3 {
    padding: 0 10px;
}

.our-services-sections .main-part-services .center-part .content-part .sub-heading {
    font-size: 18px;
    color: #fa4729;
    margin-bottom: 15px;
    line-height: 24px;
}

.our-services-sections .main-part-services .center-part .content-part h4 {
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
}

.our-services-sections .main-part-services .center-part .content-part p {
    color: #555555;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.our-services-sections .main-part-services .center-part .content-part p:last-child {
    margin-bottom: 0;
}

.our-services-sections .main-part-services .center-part .content-part .col-lg-6:first-child {
    padding-right: 20px;
}

.our-services-sections .main-part-services .center-part .content-part .col-lg-6:last-child {
    padding-left: 20px;
}

.our-services-sections .col-lg-6.eqlh {
    padding: 0 15px;
    margin-bottom: 30px;
}

.project-experience-sections.our-solutions-section {
    padding: 100px 0;
    overflow: revert;
}

.project-experience-sections.our-solutions-section .project-list {
    margin-top: 163px;
}

.project-experience-sections.our-solutions-section .heading-part {
    margin-bottom: 0;
    position: sticky;
    top: 100px;
    padding-right: 40px;
}

.project-experience-sections.our-solutions-section .heading-part .heading2 {
    margin-bottom: 20px;
}

.project-experience-sections.our-solutions-section .heading-part .righ-side-p {
    padding: 0;
    border: 0;
}

.project-experience-sections.our-solutions-section .heading-part .righ-side-p p {
    line-height: 28px;
}

.who-we-are-section.engineered-for-speed-section.quality-standards-section {
    padding-bottom: 0;
}

.green-building-practices {
    background: #F2F5FB;
    padding: 100px 70px;
}

.green-building-practices .col-lg-6 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.green-building-practices .common-part {
    background: #fff;
    border-radius: 10px;
}

.green-building-practices .common-part .col-lg-6 {
    padding: 0;
    margin-bottom: 0;
}

.green-building-practices .common-part .left-side-part {
    height: 100%;
    display: block;
}

.green-building-practices .common-part .left-side-part img {
    border-radius: 10px 0 0 10px;
    display: block;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.green-building-practices .common-part .content-part {
    padding: 25px;
}

.green-building-practices .common-part .content-part .sub-heading {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #fa4729;
}

.green-building-practices .common-part .content-part h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
}

.green-building-practices .common-part .content-part p {
    color: #555555;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.green-building-practices .common-part .content-part p:last-child {
    margin-bottom: 0;
}

.green-building-practices .common-part .content-part ul {
    padding-left: 24px;
}

.green-building-practices .common-part .content-part ul li {
    color: #555555;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}

.green-building-practices .common-part .content-part ul li strong {
    font-weight: 700;
}

.green-building-practices .common-part .content-part ul li:before {
    content: "\2713";
    font-size: 18px;
    color: #fa4729;
    position: absolute;
    top: 4px;
    left: -24px;
}

.green-building-practices.green-building-practices1 .common-part .left-side-part {
    text-align: center;
    width: 100%;
    height: auto;
}

.green-building-practices.green-building-practices1 .common-part .left-side-part img {
    width: 100%;
    height: auto;
    display: block;
}

.green-building-practices.green-building-practices1 .col-lg-3 {
    padding: 0 15px;
}

.green-building-practices.green-building-practices1 .common-part .row {
    align-items: start;
    display: block;
}

.green-building-practices.green-building-practices1 .common-part .content-part h3 {
    font-size: 23px;
    line-height: 29px;
}

.what-sets-structen-apart.solutions-section {
    padding: 100px 0;
}

.what-sets-structen-apart.solutions-section .list-of-solutions .row {
    padding: 30px 0;
    border-top: 1px solid #DCE0E3;
    align-items: center;
}

.what-sets-structen-apart.solutions-section .list-of-solutions .img-set-type {
    border-radius: 10px;
    overflow: hidden;
}

.what-sets-structen-apart.solutions-section .list-of-solutions .img-set-type img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.what-sets-structen-apart.solutions-section .list-of-solutions .content-part {
    padding-left: 84px;
}

.what-sets-structen-apart.solutions-section .list-of-solutions .content-part h3 {
    font-size: 44px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
}

.what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo {
    padding: 100px 0;
    background: #F2F5FB;
}

.green-building-practices.sustainability-structural-section {
    background: url(../images/sustainability/optimized-structural.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

.green-building-practices.sustainability-structural-section .col-lg-4 {
    padding: 0 15px;
}

.green-building-practices.sustainability-structural-section .col-lg-4:nth-child(1) .common-part {
    background: #0B0D26;
}

.green-building-practices.sustainability-structural-section .col-lg-4:nth-child(1) .common-part h3,
.green-building-practices.sustainability-structural-section .col-lg-4:nth-child(1) .common-part ul li,
.green-building-practices.sustainability-structural-section .col-lg-4:nth-child(1) .common-part p {
    color: #fff;
}

.green-building-practices.sustainability-structural-section .common-part .content-part h3 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    line-height: 38px;
}

.project-experience-sections.solutions-main-section .project-list .view-more-button-div .common-a-tag strong {
    font-size: 65px;
}

.project-experience-sections.solutions-main-section {
    padding: 100px 0;
    overflow: visible;
}

.project-experience-sections.solutions-main-section .project-list .first-row {
    justify-content: center;
    margin: 0 0 0 7%;
}

.project-experience-sections.solutions-main-section .project-list .second-row {
    justify-content: end;
}

.project-experience-sections.solutions-main-section .project-list .projet-sanp h3 {
    font-size: 22px;
    line-height: 26px;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: 'Archivo', sans-serif;
}

.file-upload .file-select {
    display: block;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding: 10px 9px 10px 17px;
    border-radius: 0;
}

.file-upload .file-select .file-select-button {
    background: #4e4e4e;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 28px;
    font-size: 16px;
    color: #fff;
     white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  
}

.file-upload .file-select:hover {
    border-color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #fa4729;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #f1f1f5;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #e4e4e4;
    color: #000;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.engineered-solutions-for-complex-section.careers-content-part .left-side-content .heading2 {
    margin-bottom: 20px;
    color: #fff;
}

.engineered-solutions-for-complex-section.careers-content-part .left-side-content p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part {
    padding-left: 150px;
    margin-bottom: 200px;
    height: auto;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part form {
    background: #2c3862;
    border-radius: 15px;
    padding: 20px;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .col-lg-6,
.engineered-solutions-for-complex-section.careers-content-part .right-side-part .col-lg-12 {
    padding: 0 15px;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 {
    position: relative;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 .icon svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 input,
.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 textarea {
    padding: 13px 0 13px 41px;
    border: transparent;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    outline: none;
    color: #fff;
    line-height: 22px;
    background: transparent;
    resize: none;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 input::-webkit-input-placeholder,
.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 textarea::-webkit-input-placeholder {
    color: #fff;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 input:-moz-placeholder,
.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 textarea:-moz-placeholder {
    color: #fff;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 input::-moz-placeholder,
.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 textarea::-moz-placeholder {
    color: #fff;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 input:-ms-input-placeholder,
.engineered-solutions-for-complex-section.careers-content-part .right-side-part .mb-3 textarea:-ms-input-placeholder {
    color: #fff;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .textarea-icon .icon {
    top: 19px;
    transform: none;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .common-btn1 {
    margin-top: 20px;
}

.engineered-solutions-for-complex-section.careers-content-part .right-side-part .common-btn1:hover {
    background: transparent;
    border-color: #fa4729;
    color: #fa4729;
    cursor: pointer;
}

.project-experience-sections.solutions-main-section .project-list .view-more-button-div {
    justify-content: start;
    align-items: start;
    height: auto;
    position: sticky;
    top: 100px;
}

.project-experience-sections.solutions-main-section .project-list .view-more-button-div .common-a-tag {
    padding: 30px
}

.project-experience-sections.solutions-main-section .project-list .col-lg-8 {
    padding-left: 80px;
}

.project-experience-sections.solutions-main-section .col-lg-4,
.project-experience-sections.solutions-main-section .col-lg-8 {
    padding: 0 15px;
}

.project-experience-sections.solutions-main-section .project-list .col-lg-6:nth-child(3),
.project-experience-sections.solutions-main-section .project-list .col-lg-6:nth-child(4) {
    margin-bottom: 0;
}

.project-experience-sections.solutions-main-section .project-list .view-more-button-div:hover {
    background: transparent;
}

.project-experience-sections.solutions-main-section .project-list .view-more-button-div:hover .common-a-tag strong {
    color: #fa4b29;
}

.project-experience-sections.solutions-main-section .project-list .view-more-button-div:hover .common-a-tag strong span {
    color: #fff;
}

.green-building-practices.sustainability-structural-section.peb-systems-component-section {
    margin-bottom: 100px;
    background: url('../images/peb-solutions/cost-effective-peb-solutions.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.green-building-practices.sustainability-structural-section.peb-systems-component-section.industrial-factory-structens-industrial {
    margin-bottom: 100px;
    background: url('../images/industrial-factory-sheds/industrial-sheds-built-to-kast.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.green-building-practices.peb-systems-component-section .col-lg-4:nth-child(1) .common-part {
    background: #0B0D26;
}

.green-building-practices.peb-systems-component-section .col-lg-4:nth-child(1) .common-part h3,
.green-building-practices.peb-systems-component-section .col-lg-4:nth-child(1) .common-part ul li,
.green-building-practices.peb-systems-component-section .col-lg-4:nth-child(1) .common-part p {
    color: #fff;
}

/* .green-building-practices.peb-systems-component-section .col-lg-4:nth-child(2) .common-part {
background: #0d124a;
}

.green-building-practices.peb-systems-component-section .col-lg-4:nth-child(2) .common-part h3, .green-building-practices.peb-systems-component-section .col-lg-4:nth-child(2) .common-part ul li, .green-building-practices.peb-systems-component-section .col-lg-4:nth-child(2) .common-part p {
color: #fff;
} */
.who-we-are-section.engineered-for-speed-section.careers-content-part {
    background-image: url('../images/carrer-background-banner.jpg');
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    overflow: hidden;
}

.who-we-are-section.engineered-for-speed-section.careers-content-part .bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
}

.who-we-are-section.engineered-for-speed-section.careers-content-part .left-side-content {
    padding-right: 172px;
}

.who-we-are-section.engineered-for-speed-section.careers-content-part .bottom-image img {
    display: inline-block;
    margin-bottom: -3px;
    width: 34%;
}

/* .who-we-are-section.engineered-for-speed-section.careers-content-part:before {
content: " ";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.25);
position: absolute;
top: 0;
left: 0;
} */
.who-we-are-section.engineered-for-speed-section.careers-content-part .container {
    z-index: 5;
    position: relative;
}

.who-we-are-section.engineered-for-speed-section.careers-content-part .heading {
    text-align: center;
    margin-bottom: 66px;
    margin-top: 30px;
}

/* 
.client-logo-section.lets-build-with-services .client-slider .client-slider-list .item img {
width: 45%;
} */
.what-sets-structen-apart.other-industries-section {
    padding: 100px 0 0;
    background: transparent;
}

.what-sets-structen-apart.supporting-diverse-industries-section.other-industries-section .heading-part {
    padding-top: 0;
    border: 0;
    margin-bottom: 40px;
}

.project-experience-sections.project-list-section {
    padding: 100px 70px;
}

.project-experience-sections.project-list-section .heading-part {
    text-align: center;
    margin-top: 60px;
}

.project-experience-sections.project-list-section .heading-part .heading {
    text-align: center;
    margin-bottom: 20px;
}

.project-experience-sections.project-list-section .heading-part p {
    line-height: 28px;
}

.green-building-practices.sustainability-structural-section.peb-systems-component-section.industrial-factory-structens-industrial.why-advanced-steel-section {
    margin-bottom: 0;
    background: url(../images/advanced-steel-structures/why-advanced-steel.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.project-experience-sections .project-list .col-lg-6.project-line-set-new {
    display: flex;
    align-items: end;
}

#lg-download {
    display: none;
}

.project-experience-sections .project-list .col-lg-6.project-line-set-new .row {
    align-items: end;
    height: 100%;
}

.project-experience-sections .project-list .col-lg-6.project-line-set-new .col-lg-12 {
    padding: 0 15px;
}

.project-experience-sections .project-list .col-lg-6.project-line-set-new .col-lg-6 {
    margin-bottom: 0;
}

.project-experience-sections .project-list .col-lg-6.project-line-set-new .content-set-top-right {
    margin-bottom: 80px;
}

.project-experience-sections .project-list .col-lg-6.project-line-set-new .content-set-top-right p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

.who-we-are-section.engineered-for-speed-section.building-responsibly-section {
    margin-top: 67px;
    background: url(../images/sustainability/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.engineered-solutions-for-complex-section.building-responsibly-section .left-side-content .heading2 {
    color: #fff;
}

.engineered-solutions-for-complex-section.building-responsibly-section .right-side-part p {
    color: #fff;
}

.who-we-are-section.engineered-for-speed-section.building-responsibly-section .sub-heading {
    margin-bottom: 20px;
    color: #fff;
}

.who-we-are-section.the-profile-section {
    padding: 100px 0;
    margin-top: 67px;
}

.who-we-are-section.the-profile-section .right-side-part .heading2 {
    margin-bottom: 15px;
}

.who-we-are-section.the-profile-section .right-side-part h3 {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.who-we-are-section.the-profile-section .right-side-part h3 span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 500;
}

.project-experience-sections.top-10-pre-engineered-section {
    padding: 100px 0;
}

.project-experience-sections.top-10-pre-engineered-section .container {
    z-index: 5;
    position: relative;
}

.project-experience-sections.top-10-pre-engineered-section .left-side-part {
    padding-right: 30px;
}

.project-experience-sections.top-10-pre-engineered-section .left-side-part .heading2 {
    margin-bottom: 20px;
}

.project-experience-sections.top-10-pre-engineered-section .heading-part p {
    line-height: 28px;
}

.project-experience-sections.top-10-pre-engineered-section .director-icon {
    margin-top: 0;
}

.project-experience-sections.top-10-pre-engineered-section .heading-part {
    margin-bottom: 0;
}

.what-sets-structen-apart.the-pillars-of-excellence-section {
    padding: 100px 0;
}

.what-sets-structen-apart.the-pillars-of-excellence-section .common-part p {
    color: #555555;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 15px;
}

.map-section {
    padding: 100px 0 50px;
}

.map-section img {
    display: block;
    width: 100%;
}

.what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section {
    margin-bottom: 100px;
}

.green-building-practices.peb-systems-component-section.the-road-ahead-section .col-lg-4:nth-child(1) .common-part h3 {
    font-size: 66px;
    line-height: 70px;
    font-weight: 600;
}

.green-building-practices.peb-systems-component-section.the-road-ahead-section .col-lg-4:nth-child(1) .common-part p strong {
    font-weight: 700;
}

.green-building-practices.sustainability-structural-section.peb-systems-component-section.industrial-factory-structens-industrial.the-road-ahead-section {
    background: url("../images/director/the-road-ahead.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}
.who-we-are-section.thank-you-section .right-side-part .common-btn1:hover{
border-color: #fa4729;
color: #fa4729;
}
/***********************************/
@media screen and (max-width:1600px) {
    .built-for-todays-structural .headin-coloum .heading2 {
        font-size: 50px;
        line-height: 57px;
    }

    .built-for-todays-structural .blue-box .heading-part h4 {
        font-size: 28px;
        line-height: 32px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag {
        padding: 0 30px;
    }

    .project-experience-sections.our-journey-section {
        padding-top: 45%;
    }

}

@media(max-width:1366px) {}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    .header .logo {
        padding-left: 27px;
    }

    .header .nav-menu {
        padding-right: 27px;
    }

    .header .menu .menu-item a {
        padding: 18px 5px;
    }

    .hero-section .left-bg .left-side-part {
        padding-left: 27px;
    }

    .heading {
        font-size: 66px;
        line-height: 68px;
    }

    .hero-section .related-image {
        right: 35px;
        margin-left: -165px;
    }

    .built-for-todays-structural {
        padding: 100px 27px;
    }

    .built-for-todays-structural .headin-coloum .heading2 {
        font-size: 40px;
        line-height: 42px;
    }

    .built-for-todays-structural .blue-box .heading-part {
        padding: 23px 23px 0;
    }

    .built-for-todays-structural .blue-box .heading-part h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .sub-heading {
        font-size: 18px;
        line-height: 26px;
    }

    .built-for-todays-structural .blue-box .bottom-side-part {
        padding: 0 23px 23px;
    }

    .heading2 {
        font-size: 48px;
        line-height: 58px;
    }

    .our-structural-solutions .main-flow-box .content-part {
        padding: 40px;
        max-width: 426px;
    }

    .our-structural-solutions .main-flow-box .content-part h3 {
        font-size: 38px;
        line-height: 47px;
    }

    .our-structural-solutions {
        padding: 100px 27px;
    }

    .what-sets-structen-apart {
        padding: 100px 27px;
    }

    .what-sets-structen-apart .common-part .process-number-wrapper .process-number {
        font-size: 80px;
        bottom: -12px;
    }

    .what-sets-structen-apart .common-part h3 {
        color: #000;
        font-size: 21px;
        line-height: 25px;
    }

    .project-experience-sections .project-list .projet-sanp h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag strong {
        font-size: 49px;
        line-height: 49px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag {
        gap: 40px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag {
        padding: 0 30px;
    }

    .project-experience-sections .project-list .projet-sanp .content-part {
        padding: 18px;
    }

    .designed-responsibly-section .content-part {
        width: 40%;
    }

    .what-sets-structen-apart.supporting-diverse-industries-section .industries-common .content-part h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .client-logo-section {
        padding: 100px 27px 100px;
    }

    .client-logo-section .client-slider h5 {
        padding: 0 30px 0 30px;
    }

    .who-we-are-section .left-side-part {
        padding-right: 30px;
    }

    .who-we-are-section .right-side-part {
        padding-left: 30px;
    }

    .contact-part-section .left-side-part {
        padding-right: 30px;
    }

    .contact-part-section .right-side-part {
        padding-left: 30px;
    }

    .hero-section ul li {
        font-size: 18px;
        line-height: 29px;
    }

    .designed-responsibly-section .content-part {
        padding: 40px;
    }

    .who-we-are-section {
        padding: 147px 0px 100px;
    }

    .who-we-are-section .left-side-part .number-years span {
        font-size: 99px;
        line-height: 99px;
    }

    .who-we-are-section.engineered-for-speed-section .right-side-part .heading2 {
        font-size: 45px;
        line-height: 51px;
    }

    .engineered-solutions-for-complex-section .left-side-content .heading2 {
        font-size: 43px;
        line-height: 49px;
    }

    .green-building-practices {
        padding: 100px 0;
    }

    .green-building-practices.green-building-practices1 .col-lg-3 {
        padding: 0 7px;
    }

    .green-building-practices .common-part .content-part {
        padding: 28px;
    }

    .green-building-practices.green-building-practices1 .common-part .content-part h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .project-experience-sections.solutions-main-section .project-list .first-row {
        justify-content: center;
        margin: 0;
    }

    .project-experience-sections.solutions-main-section .project-list .view-more-button-div .common-a-tag {
        padding: 17px 21px;
    }

    .project-experience-sections.solutions-main-section .project-list .view-more-button-div .common-a-tag strong {
        font-size: 51px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag strong span {
        margin-top: 15px;
    }

    .green-building-practices.sustainability-structural-section .common-part .content-part h3 {
        font-size: 26px;
        line-height: 29px;
    }

    .engineered-solutions-for-complex-section.careers-content-part .right-side-part {
        padding-left: 10px;
    }

    .careers-content-part .left-side-content {
        padding-right: 30px;
    }

    .green-building-practices.peb-systems-component-section.the-road-ahead-section .col-lg-4:nth-child(1) .common-part h3 {
        font-size: 48px;
        line-height: 58px;
    }

}

@media screen and (min-width:1361px) and (max-width:1366px) {}

@media screen and (min-width:1431px) and (max-width:1440px) {}

@media (max-width:1280px) {
    .header .logo {
        padding-left: 27px;
    }

    .header .nav-menu {
        padding-right: 27px;
    }

    .header .menu .menu-item a {
        padding: 18px 5px;
    }

    .hero-section .left-bg .left-side-part {
        padding-left: 27px;
    }

    .heading {
        font-size: 66px;
        line-height: 68px;
    }

    .hero-section .related-image {
        right: 35px;
        margin-left: -165px;
    }

    .built-for-todays-structural {
        padding: 100px 27px;
    }

    .built-for-todays-structural .headin-coloum .heading2 {
        font-size: 40px;
        line-height: 42px;
    }

    .built-for-todays-structural .blue-box .heading-part {
        padding: 23px 23px 0;
    }

    .built-for-todays-structural .blue-box .heading-part h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .sub-heading {
        font-size: 18px;
        line-height: 26px;
    }

    .built-for-todays-structural .blue-box .bottom-side-part {
        padding: 0 23px 23px;
    }

    .heading2 {
        font-size: 48px;
        line-height: 58px;
    }

    .our-structural-solutions .main-flow-box .content-part {
        padding: 40px;
        max-width: 426px;
    }

    .our-structural-solutions .main-flow-box .content-part h3 {
        font-size: 38px;
        line-height: 47px;
    }

    .our-structural-solutions {
        padding: 100px 27px;
    }

    .what-sets-structen-apart {
        padding: 100px 27px;
    }

    .what-sets-structen-apart .common-part .process-number-wrapper .process-number {
        font-size: 80px;
        bottom: -12px;
    }

    .what-sets-structen-apart .common-part h3 {
        color: #000;
        font-size: 21px;
        line-height: 25px;
    }

    .project-experience-sections .project-list .projet-sanp h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag strong {
        font-size: 49px;
        line-height: 49px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag {
        gap: 40px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag {
        padding: 0 30px;
    }

    .project-experience-sections .project-list .projet-sanp .content-part {
        padding: 18px;
    }

    .designed-responsibly-section .content-part {
        width: 40%;
    }

    .what-sets-structen-apart.supporting-diverse-industries-section .industries-common .content-part h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .client-logo-section {
        padding: 100px 27px 100px;
    }

    .client-logo-section .client-slider h5 {
        padding: 0 30px 0 30px;
    }

    .project-experience-sections.our-journey-section {
        padding-top: 48%;
    }

    .contact-part-section .left-side-part {
        padding-right: 30px;
    }

    .contact-part-section .right-side-part {
        padding-left: 30px;
    }

    .hero-section ul li {
        font-size: 18px;
        line-height: 29px;
    }

    .designed-responsibly-section .content-part {
        padding: 40px;
    }

    .who-we-are-section {
        padding: 147px 0px 100px;
    }

    .who-we-are-section .left-side-part .number-years span {
        font-size: 99px;
        line-height: 99px;
    }

    .who-we-are-section.engineered-for-speed-section .right-side-part .heading2 {
        font-size: 45px;
        line-height: 51px;
    }

    .engineered-solutions-for-complex-section .left-side-content .heading2 {
        font-size: 43px;
        line-height: 49px;
    }

    .green-building-practices {
        padding: 100px 0;
    }

    .green-building-practices.green-building-practices1 .col-lg-3 {
        padding: 0 7px;
    }

    .green-building-practices .common-part .content-part {
        padding: 20px;
    }

    .green-building-practices.green-building-practices1 .common-part .content-part h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .project-experience-sections.solutions-main-section .project-list .first-row {
        justify-content: center;
        margin: 0;
    }

    .project-experience-sections.solutions-main-section .project-list .view-more-button-div .common-a-tag {
        padding: 17px 21px;
    }

    .project-experience-sections.solutions-main-section .project-list .view-more-button-div .common-a-tag strong {
        font-size: 51px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag strong span {
        margin-top: 15px;
    }

    .green-building-practices.sustainability-structural-section .common-part .content-part h3 {
        font-size: 26px;
        line-height: 29px;
    }

    .engineered-solutions-for-complex-section.careers-content-part .right-side-part {
        padding-left: 10px;
    }

    .careers-content-part .left-side-content {
        padding-right: 30px;
    }

    .green-building-practices.peb-systems-component-section.the-road-ahead-section .col-lg-4:nth-child(1) .common-part h3 {
        font-size: 48px;
        line-height: 58px;
    }

}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .header .logo {
        padding-left: 27px;
    }

    .header .nav-menu {
        padding-right: 27px;
    }

    .header .menu .menu-item {
        margin: 0;
    }

    .hero-section .left-bg .left-side-part {
        padding-left: 27px;
    }

    .header .menu .menu-item a {
        padding: 18px 5px;
    }

    .heading {
        font-size: 66px;
        line-height: 68px;
    }

    .hero-section .related-image {
        right: 35px;
        margin-left: -165px;
    }

    .built-for-todays-structural {
        padding: 100px 27px;
    }

    .built-for-todays-structural .headin-coloum .heading2 {
        font-size: 40px;
        line-height: 42px;
    }

    .built-for-todays-structural .blue-box .heading-part {
        padding: 23px 23px 0;
    }

    .built-for-todays-structural .blue-box .heading-part h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .sub-heading {
        font-size: 18px;
        line-height: 26px;
    }

    .built-for-todays-structural .blue-box .bottom-side-part {
        padding: 0 23px 23px;
    }

    .heading2 {
        font-size: 48px;
        line-height: 58px;
    }

    .our-structural-solutions .main-flow-box .content-part {
        padding: 40px;
        max-width: 426px;
    }

    .our-structural-solutions .main-flow-box .content-part h3 {
        font-size: 38px;
        line-height: 47px;
    }

    .our-structural-solutions {
        padding: 100px 27px;
    }

    .what-sets-structen-apart {
        padding: 100px 27px;
    }

    .what-sets-structen-apart .common-part .process-number-wrapper .process-number {
        font-size: 80px;
        bottom: -12px;
    }

    .what-sets-structen-apart .common-part h3 {
        color: #000;
        font-size: 21px;
        line-height: 25px;
    }

    .project-experience-sections .project-list .projet-sanp h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag strong {
        font-size: 49px;
        line-height: 49px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag {
        gap: 11px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag {
        padding: 0 18px;
    }

    .project-experience-sections .project-list .projet-sanp .content-part {
        padding: 18px;
    }

    .designed-responsibly-section .content-part {
        width: 40%;
    }

    .what-sets-structen-apart.supporting-diverse-industries-section .industries-common .content-part h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .client-logo-section {
        padding: 100px 27px 100px;
    }

    .client-logo-section .client-slider h5 {
        padding: 0 30px 0 30px;
    }

    .who-we-are-section .left-side-part {
        padding-right: 0;
    }

    .who-we-are-section .right-side-part {
        padding-left: 22px;
        display: block;
        height: auto;
    }

    .project-experience-sections.our-journey-section {
        padding-top: 49%;
    }

    .designed-responsibly-section.quality-safety-compliance .content-part {
        padding: 62px;
    }

    .contact-part-section .left-side-part {
        padding-right: 30px;
    }

    .contact-part-section .right-side-part {
        padding-left: 30px;
    }

    .hero-section ul li {
        font-size: 18px;
        line-height: 29px;
    }

    .designed-responsibly-section .content-part {
        padding: 40px;
    }

    .who-we-are-section {
        padding: 147px 0px 100px;
    }

    .who-we-are-section .left-side-part .number-years span {
        font-size: 99px;
        line-height: 99px;
    }

    .who-we-are-section.engineered-for-speed-section .right-side-part .heading2 {
        font-size: 45px;
        line-height: 51px;
    }

    .engineered-solutions-for-complex-section .left-side-content .heading2 {
        font-size: 43px;
        line-height: 49px;
    }

    .green-building-practices {
        padding: 100px 0;
    }

    .green-building-practices.green-building-practices1 .col-lg-3 {
        padding: 0 7px;
    }

    .green-building-practices .common-part .content-part {
        padding: 20px;
    }

    .green-building-practices.green-building-practices1 .common-part .content-part h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .project-experience-sections.solutions-main-section .project-list .first-row {
        justify-content: center;
        margin: 0;
    }

    .project-experience-sections.solutions-main-section .project-list .view-more-button-div .common-a-tag {
        padding: 17px 21px;
    }

    .project-experience-sections.solutions-main-section .project-list .view-more-button-div .common-a-tag strong {
        font-size: 51px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag strong span {
        margin-top: 15px;
    }

    .green-building-practices.sustainability-structural-section .common-part .content-part h3 {
        font-size: 26px;
        line-height: 29px;
    }

    .engineered-solutions-for-complex-section.careers-content-part .right-side-part {
        padding-left: 10px;
    }

    .green-building-practices.peb-systems-component-section.the-road-ahead-section .col-lg-4:nth-child(1) .common-part h3 {
        font-size: 48px;
        line-height: 58px;
    }

}

@media screen and (min-width:0) and (max-width:1023px) {
    .header .menu .menu-item a {
        padding: 10px 7px;
    }

    .header .logo.mobile-logo {
        display: block;
        margin-left: 18px;
    }

    .header .menu {
        width: 100%;
    }

    .header .nav-menu {
        padding-right: 0
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        margin-right: 10px;
    }

    .header .open-nav-menu span,
    .header .open-nav-menu span:before,
    .header .open-nav-menu span:after {
        background-color: #fff;
    }

    .header .logo {
        padding: 5px 3px;
    }

    .hero-section .left-bg .left-side-part {
        padding: 200px 15px 100px 15px;
    }

    .heading {
        font-size: 40px;
        line-height: 46px;
    }

    .common-btn1,
    .common-btn2 {
        padding: 16px 20px;
        font-size: 16px;
    }

    .hero-section .related-image {
        right: 35px;
        margin-left: 0;
        position: static;
        height: auto !important;
    }

    .hero-section {
        height: auto;
        background-position: bottom right;
    }

    .hero-section .col-lg-4 {
        height: auto;
        display: block;
        padding: 60px 15px 60px;
    }

    .hero-section ul {
        padding: 0;
        margin-bottom: 33px;
    }

    .hero-section .related-image .col-lg-4 {
        width: 33.33%;
    }

    .built-for-todays-structural {
        padding: 60px 15px;
    }

    .built-for-todays-structural .col-lg-4 {
        padding: 0;
        margin-bottom: 15px;
    }

    .built-for-todays-structural .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .built-for-todays-structural .headin-coloum .heading2 {
        font-size: 30px;
        line-height: 35px;
    }

    .built-for-todays-structural .center-image {
        height: auto;
    }

    .built-for-todays-structural .blue-box .shapt-cut {
        top: -1px;
        right: -1px;
    }

    .built-for-todays-structural .blue-box .heading-part {
        padding: 23px 23px 40px;
    }

    .built-for-todays-structural .blue-box .heading-part h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .our-structural-solutions {
        padding: 60px 15px;
    }

    .heading2 {
        font-size: 35px;
        line-height: 43px;
    }

    .our-structural-solutions .main-flow-box {
        position: static;
        padding-left: 10px;
        margin-bottom: 10px;
        padding-right: 10px;
        align-items: end;
    }

    .our-structural-solutions .main-flow-box .content-part {
        padding: 25px;
        max-width: none;
        margin-bottom: 10px;
    }

    .our-structural-solutions .main-flow-box .content-part .icon-wrap {
        width: 50px;
        height: 50px;
    }

    .our-structural-solutions .main-flow-box .content-part .icon-wrap img {
        width: 30px;
    }

    .our-structural-solutions .main-flow-box .content-part h3 {
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .our-structural-solutions .main-flow-box .content-part .desc {
        margin-top: 18px;
    }

    .what-sets-structen-apart {
        padding: 60px 15px;
    }

    .what-sets-structen-apart .heading-part .col-lg-6 {
        margin-bottom: 15px;
    }

    .what-sets-structen-apart .heading-part .col-lg-6:last-child {
        margin-bottom: 0;
    }

    .what-sets-structen-apart .heading-part p {
        font-size: 18px;
        line-height: 24px;
    }

    .what-sets-structen-apart .heading-part {
        margin-bottom: 36px;
    }

    .what-sets-structen-apart .col-lg-3 {
        width: 50%;
        margin-bottom: 20px;
    }

    .what-sets-structen-apart .common-part h3 {
        color: #000;
        font-size: 18px;
        line-height: 21px;
    }

    .what-sets-structen-apart .common-part .process-number-wrapper {
        margin-bottom: 15px;
    }

    .project-experience-sections {
        padding: 60px 15px 230px;
    }

    .project-experience-sections .heading-part .heading2 {
        margin-bottom: 15px;
    }

    .project-experience-sections .project-list .col-lg-3,
    .project-experience-sections .project-list .col-lg-6 {
        padding: 0;
        margin-bottom: 20px;
    }

    .project-experience-sections .project-list .row .col-lg-3:nth-child(4) {
        display: none;
    }

    .designed-responsibly-section {
        padding: 0 15px 60px;
        position: relative;
        margin-top: -150px;
    }

    .project-experience-sections .project-list .view-more-button-div .common-a-tag {
        padding: 30px 30px;
    }

    .designed-responsibly-section .content-part {
        width: auto;
        position: static;
        padding: 40px 0 0;
    }

    .designed-responsibly-section .big-image img {
        height: auto;
    }

    .what-sets-structen-apart.supporting-diverse-industries-section .col-lg-3 {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 33px;
    }

    .what-sets-structen-apart.supporting-diverse-industries-section .industries-common .content-part {
        margin-top: 15px;
    }

    .what-sets-structen-apart.supporting-diverse-industries-section .industries-common .content-part h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .client-logo-section {
        padding: 60px 15px 60px;
    }

    .client-logo-section .client-content .content-part {
        padding: 26px;
    }

    .client-logo-section .client-content .common-btn1,
    .client-logo-section .client-content .common-btn2 {
        margin-right: 0;
        padding: 14px 14px;
    }

    .client-logo-section .client-slider .text-part {
        margin-bottom: 20px;
        justify-content: start;
        margin-bottom: 30px;
    }

    .client-logo-section .client-slider h5 {
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    footer {
        padding: 60px 0 0;
    }

    footer .common-format .logo {
        margin-bottom: 19px;
    }

    footer .col-lg-3 {
        margin-bottom: 40px;
    }

    footer .col-lg-3:last-child {
        margin-bottom: 0;
    }

    footer .col-lg-3:nth-child(2) .common-url {
        padding-left: 0;
    }

    footer .col-lg-3:nth-child(3) .common-url {
        padding-left: 0;
    }

    footer .col-lg-3:nth-child(3),
    footer .col-lg-3:nth-child(4) {
        width: 50%;
    }

    footer .copy-right {
        margin-top: 26px;
        padding: 20px 15px 20px;
    }

    .who-we-are-section {
        padding: 112px 15px 60px;
    }

    .who-we-are-section .left-side-part .number-years span {
        font-size: 67px;
        line-height: 67px;
    }

    .who-we-are-section .left-side-part {
        position: relative;
        padding-right: 0;
    }

    .who-we-are-section .left-side-part .number-years {
        top: -51px;
    }

    .who-we-are-section .col-lg-6 {
        padding: 0;
    }

    .who-we-are-section .right-side-part .heading2 {
        margin-bottom: 11px;
    }

    .who-we-are-section .right-side-part {
        padding-left: 0;
    }

    .client-logo-slider {
        padding-bottom: 60px;
    }

    .video-journy-section .top-video-journey {
        margin-bottom: 0;
    }

    .project-experience-sections.our-journey-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .video-journy-section .top-video-journey .video-bg video {
        border-radius: 0;
    }

    .designed-responsibly-section.quality-safety-compliance {
        margin-top: 60px;
    }

    .contact-part-section {
        padding: 60px 15px;
    }

    .contact-part-section .left-side-part {
        padding-right: 0;
    }

    .contact-part-section .left-side-part .heading2 {
        font-size: 29px;
        line-height: 44px;
    }

    .contact-part-section .left-side-part p .content-set {
        width: 88%;
    }

    .contact-part-section .left-side-part p i {
        width: 9%;
    }

    .contact-part-section .right-side-part {
        padding-left: 0;
        margin-top: 30px;
    }

    .contact-part-section .right-side-part .col-lg-6,
    .contact-part-section .right-side-part .col-lg-12 {
        padding: 0;
    }

    .built-for-todays-structural .headin-coloum .left-side-part {
        position: sticky;
        top: 100px;
        margin-bottom: 30px;
    }

    .client-logo-section .client-content:before {
        content: "";
        position: absolute;
        bottom: 51px;
        left: -31%;
        height: 134%;
    }

    .client-logo-section .client-slider .text-part {
        justify-content: center;
        text-align: center;
    }

    .client-logo-section .client-slider .client-slider-list .item img {
        width: 62%;
    }

    .who-we-are-section .right-side-part {
        padding-left: 0;
        margin-top: 20px;
    }

    .who-we-are-section.engineered-for-speed-section {
        padding: 60px 15px;
    }

    .who-we-are-section.engineered-for-speed-section .right-side-part .heading2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .designed-responsibly-section .big-image img,
    .designed-responsibly-section .big-image {
        border-radius: 10px 10px 0 0;
    }

    .designed-responsibly-section.quality-safety-compliance.cost-effective-peb-solutions .content-part {
        padding: 30px;
        border-radius: 0 0 10px 10px;
    }

    .what-sets-structen-apart.years-of-trusted-section {
        padding: 60px 15px;
    }

    .what-sets-structen-apart.years-of-trusted-section .heading2 img {
        width: 50%;
        margin: 0 auto 30px;
        display: block;
    }

    .what-sets-structen-apart.engineering-philosophy-section.years-of-trusted-section .right-p {
        padding-left: 0;
    }

    .what-sets-structen-apart.engineering-philosophy-section.years-of-trusted-section .right-p p {
        padding: 20px 0 20px 20px;
        line-height: 33px;
    }

    .client-logo-section.lets-build-with-services .client-content .content-part {
        padding: 23px;
    }

    .client-logo-section.lets-build-with-services .client-content p,
    .client-logo-section.lets-build-with-services .client-content .heading2 {
        margin-bottom: 20px;
    }

    .client-logo-section.lets-build-with-services .com-button {
        text-align: left;
    }

    .engineered-solutions-for-complex-section .left-side-content .heading2 {
        font-size: 32px;
        line-height: 40px;
    }

    .who-we-are-section .right-side-part p:last-child {
        margin-bottom: 0;
    }

    .who-we-are-section .right-side-part {
        height: auto;
        display: block;
    }

    .green-building-practices.green-building-practices1 {
        padding: 60px 15px;
    }

    .green-building-practices.green-building-practices1 .col-lg-3 {
        padding: 0;
        margin-bottom: 20px;
    }

    .green-building-practices.green-building-practices1 .common-part .content-part h3 {
        font-size: 24px;
        line-height: 29px;
    }

    .project-experience-sections .project-list .row .last-lg-3 {
        margin-bottom: 20px;
    }

    .project-experience-sections.solutions-main-section .project-list .view-more-button-div .common-a-tag strong {
        font-size: 36px;
    }

    .project-experience-sections.solutions-main-section .project-list .col-lg-6:nth-child(3),
    .project-experience-sections.solutions-main-section .project-list .col-lg-6:nth-child(4) {
        margin-bottom: 20px;
    }

    .project-experience-sections.solutions-main-section {
        padding: 60px 0;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo {
        padding: 100px 0;
        background: #F2F5FB;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .heading2 img {
        width: 78%;
    }

    .green-building-practices.sustainability-structural-section {
        height: auto;
        padding: 100px 0;
    }

    .green-building-practices.sustainability-structural-section .col-lg-4 {
        margin-bottom: 15px;
    }

    .green-building-practices.sustainability-structural-section .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .careers-content-part .left-side-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .engineered-solutions-for-complex-section.careers-content-part .right-side-part {
        padding-left: 0;
        margin-bottom: 284px;
    }

    .engineered-solutions-for-complex-section.careers-content-part .right-side-part .col-lg-6,
    .engineered-solutions-for-complex-section.careers-content-part .right-side-part .col-lg-12 {
        padding: 0;
    }

    .who-we-are-section.engineered-for-speed-section.careers-content-part .heading {
        margin-bottom: 47px;
        margin-top: 59px;
    }

    .hero-section .left-bg .home-banner-top .video-bg video,
    .hero-section .left-bg .home-banner-top .video-bg,
    .hero-section .left-bg .home-banner-top,
    .hero-section .left-bg {
        height: 75vh;
    }

    .header.fixed .open-nav-menu span,
    .header.fixed .open-nav-menu span:before,
    .header.fixed .open-nav-menu span:after {
        background-color: #0b0d26;
    }

    .header .menu .menu-item a {
        border-bottom-color: #ddd;
    }

    .header.fixed .menu .menu-item a {
        color: #fff;
        border-color: #ddd;
    }

    .header.fixed .menu .menu-item .active {
        border-color: #fff;
    }

    .header.fixed .menu .menu-item a .plus,
    .header .menu .menu-item a .plus {
        border-color: #fff;
    }

    .project-experience-sections.solutions-main-section .project-list .col-lg-8 {
        padding-left: 0;
        padding: 0 15px;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo {
        padding: 60px 15px;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .heading2 img {
        width: 47%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .heading2 img {
        width: 60%;
    }

    .project-experience-sections.project-list-section {
        padding: 41px 15px;
    }

    .project-experience-sections .project-list .col-lg-6.project-line-set-new .content-set-top-right {
        display: none;
    }

    .project-experience-sections .project-list .col-lg-6.project-line-set-new .col-lg-6 {
        margin-bottom: 20px;
    }

    .project-experience-sections .project-list .col-lg-6.project-line-set-new .col-lg-6:last-child {
        margin-bottom: 0;
    }

    .project-experience-sections .project-list .col-lg-6.project-line-set-new .col-lg-6 {
        margin-bottom: 20px;
        width: 100%;
        padding: 0;
    }

    .who-we-are-section.engineered-for-speed-section.careers-content-part .left-side-content {
        padding-right: 0;
    }

    .who-we-are-section.engineered-for-speed-section.careers-content-part .bottom-image img {
        width: 55%;
    }

    .contact-part-section .right-side-part .heading2 {
        font-size: 29px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .who-we-are-section.the-profile-section {
        padding: 60px 15px;
        margin-top: 67px;
    }

    .project-experience-sections.top-10-pre-engineered-section {
        padding: 60px 15px;
    }

    .project-experience-sections.top-10-pre-engineered-section .left-side-part {
        padding-right: 0;
    }

    .project-experience-sections.top-10-pre-engineered-section .righ-side-p {
        margin-top: 20px;
    }

    .what-sets-structen-apart.the-pillars-of-excellence-section {
        padding: 60px 15px;
    }

    .what-sets-structen-apart.the-pillars-of-excellence-section .common-part p {
        font-size: 16px;
        line-height: 22px;
    }

    .map-section {
        padding: 60px 0 60px;
    }

    .green-building-practices.peb-systems-component-section.the-road-ahead-section .col-lg-4:nth-child(1) .common-part h3 {
        font-size: 35px;
        line-height: 43px;
    }

    .green-building-practices.sustainability-structural-section.peb-systems-component-section.industrial-factory-structens-industrial.the-road-ahead-section {
        margin-bottom: 60px;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section {
        margin-bottom: 60px;
    }

}

/*1023 end*/
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {

    .hero-section .left-bg .home-banner-top .video-bg video,
    .hero-section .left-bg .home-banner-top .video-bg,
    .hero-section .left-bg .home-banner-top,
    .hero-section .left-bg,
    .hero-section {
        height: 59vh;
    }

    .our-structural-solutions .main-flow-box {
        height: 47vh;
    }

    .designed-responsibly-section .big-image img {
        height: 54vh;
    }

    .designed-responsibly-section .content-part {
        width: 46%;
    }

    .client-logo-section .client-content {
        height: 44vh;
    }

    .green-building-practices.sustainability-structural-section.peb-systems-component-section.industrial-factory-structens-industrial.the-road-ahead-section {
        height: 43vh;
    }

}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {
    .built-for-todays-structural .col-lg-4.headin-coloum {
        width: 100%;
    }

    .built-for-todays-structural .col-lg-4 {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 0;
    }

    .our-structural-solutions .main-flow-box {
        height: 54vh;
    }

    .our-structural-solutions .main-flow-box.box1,
    .our-structural-solutions .main-flow-box.box2 {
        width: 100%;
    }

    .our-structural-solutions .main-flow-box.box3 {
        width: 100%;
    }

    .our-structural-solutions .main-flow-box .content-part {
        width: 50%;
    }

    .what-sets-structen-apart .col-lg-3 {
        width: 25%;
        margin-bottom: 0;
    }

    .project-experience-sections .project-list .col-lg-3,
    .project-experience-sections .project-list .col-lg-6 {
        width: 50%;
        padding: 0 10px;
    }

    .project-experience-sections .project-list .projet-sanp {
        height: 100%;
    }

    .project-experience-sections .project-list .projet-sanp .img-part {
        height: 100%;
    }

    .client-logo-section .client-content {
        height: 55vh;
    }

    .client-logo-section .client-slider .col-lg-9 {
        width: 70%;
    }

    .client-logo-section .client-slider .text-part {
        width: 30%;
        margin-bottom: 0;
        text-align: left;
    }

    footer .common-format .logo {
        margin-bottom: 19px;
        width: 80%;
    }

    footer .col-lg-3 {
        width: 50%;
        padding: 0 10px;
    }

    .header.fixed .open-nav-menu span,
    .header.fixed .open-nav-menu span:before,
    .header.fixed .open-nav-menu span:after {
        background-color: #0b0d26;
    }

    .hero-section .related-image .box-1 img {
        display: block;
        width: 100%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .heading2 img {
        width: 80%;
        margin-bottom: 0;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .heading2 img {
        width: 86%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .col-lg-4 {
        width: 40%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .col-lg-8 {
        width: 60%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .col-lg-2 {
        width: 30%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .col-lg-10 {
        width: 70%;
    }

    .who-we-are-section.engineered-for-speed-section.careers-content-part .bottom-image img {
        width: 38%;
    }

    .who-we-are-section.engineered-for-speed-section.careers-content-part .bottom-image img {
        width: 38%;
    }

    .green-building-practices.sustainability-structural-section.the-road-ahead-section .col-lg-4 {
        width: 50%;
        margin-bottom: 0;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-2 {
        width: 30%;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-2 .heading2 {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-9 {
        width: 70%;
    }

    .project-experience-sections.top-10-pre-engineered-section .col-lg-8 {
        width: 60%;
    }

    .project-experience-sections.top-10-pre-engineered-section .col-lg-4 {
        width: 40%;
    }

    .project-experience-sections.top-10-pre-engineered-section .left-side-part {
        padding-right: 20px;
    }

}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {

    .header.fixed .open-nav-menu span,
    .header.fixed .open-nav-menu span:before,
    .header.fixed .open-nav-menu span:after {
        background-color: #0b0d26;
    }

    .built-for-todays-structural .col-lg-4.headin-coloum {
        width: 100%;
    }

    .built-for-todays-structural .col-lg-4 {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 0;
    }

    .our-structural-solutions .main-flow-box {
        height: 54vh;
    }

    /*   .our-structural-solutions .main-flow-box.box1, .our-structural-solutions .main-flow-box.box2 {
          width: 100%;
      }

      .our-structural-solutions .main-flow-box.box3 {
          width: 100%;
      } */
    .our-structural-solutions .main-flow-box .content-part {
        width: 50%;
    }

    .what-sets-structen-apart .col-lg-3 {
        width: 25%;
        margin-bottom: 0;
    }

    .project-experience-sections .project-list .col-lg-3,
    .project-experience-sections .project-list .col-lg-6 {
        width: 50%;
        padding: 0 10px;
    }

    .project-experience-sections .project-list .projet-sanp {
        height: 100%;
    }

    .project-experience-sections .project-list .projet-sanp .img-part {
        height: 100%;
    }

    .client-logo-section .client-content {
        height: 55vh;
    }

    .client-logo-section .client-slider .col-lg-9 {
        width: 70%;
    }

    .client-logo-section .client-slider .text-part {
        width: 30%;
        margin-bottom: 0;
        text-align: left;
    }

    footer .common-format .logo {
        margin-bottom: 19px;
        width: 80%;
    }

    footer .col-lg-3 {
        width: 50%;
        padding: 0 10px;
    }

    .hero-section .related-image .box-1 img {
        display: block;
        width: 100%;
    }

    .who-we-are-section .col-lg-6 {
        width: 50%;
        padding: 0;
    }

    .who-we-are-section .col-lg-6:first-child {
        padding-right: 20px
    }

    .who-we-are-section .col-lg-6:last-child {
        padding-left: 20px
    }

    .designed-responsibly-section .big-image img,
    .designed-responsibly-section .big-image {
        height: 40vh;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .heading2 img {
        width: 80%;
        margin-bottom: 0;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .heading2 img {
        width: 86%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .col-lg-4 {
        width: 40%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .col-lg-8 {
        width: 60%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .col-lg-2 {
        width: 30%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .col-lg-10 {
        width: 70%;
    }

    .who-we-are-section.engineered-for-speed-section.careers-content-part .bottom-image img {
        width: 38%;
    }

    .green-building-practices.sustainability-structural-section.the-road-ahead-section .col-lg-4 {
        width: 50%;
        margin-bottom: 0;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-2 {
        width: 30%;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-2 .heading2 {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-9 {
        width: 70%;
    }

    .project-experience-sections.top-10-pre-engineered-section .col-lg-8 {
        width: 60%;
    }

    .project-experience-sections.top-10-pre-engineered-section .col-lg-4 {
        width: 40%;
    }

    .project-experience-sections.top-10-pre-engineered-section .left-side-part {
        padding-right: 20px;
    }

}

@media only screen and (min-device-width:912px) and (max-device-width:915px) {

    .hero-section .left-bg .home-banner-top .video-bg video,
    .hero-section .left-bg .home-banner-top .video-bg,
    .hero-section .left-bg .home-banner-top,
    .hero-section .left-bg {
        height: 46vh;
    }

    .client-logo-section .client-content {
        height: 38vh;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .heading2 img {
        width: 80%;
        margin-bottom: 0;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .heading2 img {
        width: 86%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .col-lg-4 {
        width: 40%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .col-lg-8 {
        width: 60%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .col-lg-2 {
        width: 30%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .col-lg-10 {
        width: 70%;
    }

    .who-we-are-section.engineered-for-speed-section.careers-content-part .bottom-image img {
        width: 36%;
    }

    .green-building-practices.sustainability-structural-section.the-road-ahead-section .col-lg-4 {
        width: 50%;
        margin-bottom: 0;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-2 {
        width: 30%;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-2 .heading2 {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-9 {
        width: 70%;
    }

    .project-experience-sections.top-10-pre-engineered-section .col-lg-8 {
        width: 60%;
    }

    .project-experience-sections.top-10-pre-engineered-section .col-lg-4 {
        width: 40%;
    }

    .project-experience-sections.top-10-pre-engineered-section .left-side-part {
        padding-right: 20px;
    }

}

@media only screen and (min-device-width:853px) and (max-device-width:855px) {

    .hero-section .left-bg .home-banner-top .video-bg video,
    .hero-section .left-bg .home-banner-top .video-bg,
    .hero-section .left-bg .home-banner-top,
    .hero-section .left-bg {
        height: 46vh;
    }

    .client-logo-section .client-content {
        height: 38vh;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .heading2 img {
        width: 80%;
        margin-bottom: 0;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .heading2 img {
        width: 86%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .col-lg-4 {
        width: 40%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo.industrial-iso-logo1 .col-lg-8 {
        width: 60%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .col-lg-2 {
        width: 30%;
    }

    .what-sets-structen-apart.years-of-trusted-section.industrial-iso-logo .col-lg-10 {
        width: 70%;
    }

    .who-we-are-section.engineered-for-speed-section.careers-content-part .bottom-image img {
        width: 36%;
    }

    .green-building-practices.sustainability-structural-section.the-road-ahead-section .col-lg-4 {
        width: 50%;
        margin-bottom: 0;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-2 {
        width: 30%;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-2 .heading2 {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .what-sets-structen-apart.years-of-trusted-section.the-personal-commitment-section .col-lg-9 {
        width: 70%;
    }

    .project-experience-sections.top-10-pre-engineered-section .col-lg-8 {
        width: 60%;
    }

    .project-experience-sections.top-10-pre-engineered-section .col-lg-4 {
        width: 40%;
    }

    .project-experience-sections.top-10-pre-engineered-section .left-side-part {
        padding-right: 20px;
    }

}

@media only screen and (min-device-width:540px) and (max-device-width:542px) {
    .engineered-solutions-for-complex-section.careers-content-part .right-side-part {
        margin-bottom: 321px;
    }

}

@media(max-width:768px) {}

@media(max-width:575px) {
    .container {
        padding: 0 !important;
    }

    .logo-nav {
        padding: 0 10px;
    }

}