/* font-family: "DM Serif Display", serif; */
@font-face {
    font-family: 'BentonSans';
    src: url('fonts/BentonSans-Regular.woff2') format('woff2'), url('fonts/BentonSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans';
    src: url('fonts/BentonSans-Light.woff2') format('woff2'), url('fonts/BentonSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans';
    src: url('fonts/BentonSans-Medium.woff2') format('woff2'), url('fonts/BentonSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.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;
}

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: 'BentonSans';
}

input, textarea, a {
    font-family: 'BentonSans';
}

.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);
}

.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: #EBEBEB;
}

.header.fixed {
    background: #EBEBEB;
    transition: 0.25s all linear;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header-main {
    background-color: #EBEBEB;
    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: 193px;
    float: left;
}

.header .logo img {
    width: 100%;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}

.header .nav-menu {
    padding: 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 .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: #000000;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    font-family: 'BentonSans';
    border-bottom: 2px solid transparent;
}

.header .menu .menu-item a .plus {

    /*     border: solid #626262;
        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 #fff;
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, .header .menu .menu-item.active>a {
    border-bottom: 2px solid #000000;
}

.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: 'BentonSans';
    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;
}

.header .menu .menu-item .sub-menu .menu-item a:hover {
    background: #8335b9;
    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: #222222;
        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-slider {
    position: relative;
}

.hero-slider .item .img-part {
    position: relative;
}

.hero-slider .item .img-part img {
    width: 100%;
    height: 100vh;
    object-position: center;
    object-fit: cover;
}

.heading {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.hero-slider .item .img-part .heading {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.hero-slider .slick-arrow {
    display: none !important;
}

.heading2 {
    font-size: 60px;
    line-height: 70px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 300;
}

.end-to-end {
    padding: 100px 0;
    background: #fff;
}

.end-to-end .heading2 {
    margin-bottom: 30px;
    font-weight: 300;
}

.end-to-end p {
    font-size: 23px;
    line-height: 39px;
    color: #000000;
    font-weight: 300;
}

.statics-section {
    padding: 200px 0;
    background: url('../images/statics.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.statics-section .col-lg-4 {
    padding: 30px 50px;
    border-right: 2px solid #BEBEBE;
    text-align: center;
}

.statics-section .col-lg-4:last-child {
    border-right: 0;
}

.statics-section strong {
    font-size: 64px;
    line-height: 70px;
    display: block;
    color: #BACF06;
    font-weight: 500;
}

.statics-section span {
    font-size: 23px;
    line-height: 28px;
    color: #BACF06;
    display: block;
    margin-top: 20px;
}

.google-map {
    padding: 200px 0;
    background: url('../images/google-map.jpg') no-repeat;
    background-position: right;
    background-size: cover;
}

.google-map .bottom-image {
    display: none;
}

.google-map .heading2 {
    margin-bottom: 30px;
}

.google-map p {
    font-size: 23px;
    line-height: 39px;
    color: #000000;
    font-weight: 300;
}

.insights-foresight-section {
    background: url('../images/insights-foresight.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 150px 0 300px;
}

.hero-top-banner {
    position: relative;
}

.hero-top-banner .top-cut {
    z-index: 5;
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 308px;
}

.hero-top-banner .top-cut img {
    display: block;
}

.insights-foresight-section .left-side-part .heading2 {
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 20px;
}

.insights-foresight-section .left-side-part ul {
    padding-left: 30px;
    margin-top: 30px;
}

.insights-foresight-section .left-side-part ul li {
    font-size: 23px;
    line-height: 39px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
}

.insights-foresight-section .left-side-part ul li:before {
    content: " ";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: -23px;
}

.insights-foresight-section .left-side-part ul li:last-child {
    margin-bottom: 0;
}

.impacting-a-wide-section {
    padding: 100px 0;
}

.impacting-a-wide-section .main-container {
    background: #D9D9D9;
}

.impacting-a-wide-section .main-container .left-side-part {
    height: 100%;
    display: block;
}

.impacting-a-wide-section .main-container .left-side-part img {
    width: 100%;
    display: block;
    height: 100%;
}

.impacting-a-wide-section .main-container .right-side-part {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 40px;
    justify-content: center;
}

.impacting-a-wide-section.sustainability-section .main-container .right-side-part {
    padding: 0 113px;
}

.impacting-a-wide-section.sustainability-section .main-container .right-side-part .heading2 br {
    display: block;
}

.impacting-a-wide-section .main-container .right-side-part .heading2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.impacting-a-wide-section .main-container .right-side-part ul {
    padding-left: 30px;
    margin-top: 30px;
}

.impacting-a-wide-section .main-container .right-side-part ul li {
    font-size: 15px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
    position: relative;
    margin-bottom: 10px;
}

.impacting-a-wide-section .main-container .right-side-part ul li:last-child {
    margin-bottom: 0;
}

.impacting-a-wide-section .main-container .right-side-part ul li:before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -21px;
}

.impacting-a-wide-section .main-container .right-side-part p {
    font-size: 15px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}

.services-section {
    padding: 100px 0;
}

.services-section .heading-part {
    margin-bottom: 50px;
    padding: 0 15px;
}

.services-section .col-lg-6 {
    padding: 0 15px;
}

.services-section .thumb-part {
    position: relative;
}

.services-section .thumb-part .thumb-image {
    overflow: hidden;
    position: relative;
}

.services-section .thumb-part .thumb-image img {
    display: block;
    width: 100%;
}

.services-section .thumb-part .content-part {
    margin-top: 40px;
}

.services-section .thumb-part .content-part h3 {
    font-size: 30px;
    line-height: 44px;
    color: #000;
    display: block;
    margin-bottom: 20px;
    font-weight: 300
}

.services-section .thumb-part .content-part ul {
    padding-left: 30px;
}

.services-section .thumb-part .content-part ul li {
    font-size: 15px;
    line-height: 26px;
    position: relative;
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
}

.services-section .thumb-part .content-part ul li:last-child {
    margin-bottom: 0;
}

.services-section .thumb-part .content-part ul li:before {
    content: " ";
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -18px;
}

.industries-section {
    position: relative;
    padding-bottom: 100px;
}

.industries-section .top-heading-section {
    background: url('../images/industries.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 300px;
}

.industries-section .top-heading-section .heading2 {
    color: #fff;
}

.industries-section .bottom-industries-slider .main-imge {
    position: relative;
}

.industries-section .bottom-industries-slider .main-imge img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.industries-section .bottom-industries-slider .main-imge strong {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    display: block;
    text-align: center;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-transform: capitalize;
}

.industries-section .bottom-industries-slider p {
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    font-weight: 300;
    padding: 20px 10px;
}

.industries-section .bottom-industries-slider .slick-arrow {
    background: transparent;
    border: 1px solid #FFFFFF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    cursor: pointer;
}

.industries-section .bottom-industries-slider .slick-arrow.slick-prev {
    left: 20px;
}

.industries-section .bottom-industries-slider .slick-arrow.slick-next {
    right: 20px;
}

.services-section.project-section {
    background: #000;
}

.services-section.project-section .heading-part .heading2 {
    color: #fff;
}

.services-section.project-section .thumb-part .content-part h3 {
    color: #fff;
}

.services-section.project-section .thumb-part .content-part p {
    font-size: 15px;
    line-height: 26px;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
}

.services-section.project-section .thumb-part .content-part p strong {
    font-weight: 400;
}

.services-section.project-section .thumb-part .content-part ul li {
    color: #fff;
}

.services-section.project-section .thumb-part .content-part ul li:before {
    background: #fff;
}

.clients-section {
    padding: 113px 0;
}

.clients-section .slick-arrow {
    display: none !important;
}

.clients-section .heading-part {
    margin-bottom: 60px;
}

.clients-section .client-logo-slider .col-lg-3 {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.services-section.leadership-section .col-lg-4 {
    padding: 0 15px;
}

.services-section.leadership-section  .thumb-part .content-part {
    margin-top: 10px;
}

.services-section.leadership-section .thumb-part .content-part h3 {
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}

.services-section.leadership-section .thumb-part .content-part h4 {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}

.services-section.leadership-section .thumb-part .content-part p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.get-in-touch-section {
    padding: 0 0 0;
}

.get-in-touch-section .container {
    border-top: 2px solid #000;
    padding-top: 100px;
}

.get-in-touch-section .heading-part {
    margin-bottom: 60px;
    padding: 0 15px;
}

.get-in-touch-section .common-get strong {
    font-size: 23px;
    display: block;
    margin-bottom: 20px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

.get-in-touch-section .common-get p {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
}

.get-in-touch-section .common-get p a {
    color: #000000;
}

.get-in-touch-section h3 {
    font-size: 27px;
    color: #000000;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 25px;
    padding: 0 15px;
}

.get-in-touch-section .col-lg-6, .get-in-touch-section .col-lg-12 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.get-in-touch-section .mb-3 {
    margin-bottom: 0 !important;
}

.get-in-touch-section input, .get-in-touch-section textarea {
    padding: 15px 20px;
    font-size: 20px;
    background: #D9D9D9;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border: 0;
    resize: none;
    font-family: 'BentonSans';
}

.get-in-touch-section button {
    padding: 15px 20px;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 20px;
    color: #FFFFFF;
    font-family: 'BentonSans';
    display: inline-block;
    cursor: pointer;
    transition: 0.25s all linear;
}

.get-in-touch-section button:hover {
    background: #fff;
    color: #000;
    transition: 0.25s all linear;
}

.get-in-touch-section .submit-button {
    text-align: right;
    margin-bottom: 0;
}

.get-in-touch-section .col-lg-4 {
    padding: 0 15px;
}

.leadership-slider .slick-arrow {
    background: transparent;
    border: 1px solid #FFFFFF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 24%;
    z-index: 5;
    transform: translateY(-50%);
    cursor: pointer;
}

.leadership-slider .slick-arrow.slick-prev {
    left: 36px;
}

.leadership-slider .slick-arrow.slick-next {
    right: 36px;
}

footer {
    background: #000000;
    padding: 100px 0;
}

footer .col-lg-3 {
    padding: 0 15px;
}

footer .common-links strong {
    font-size: 20px;
    color: #8d8d8d;
    line-height: 24px;
    display: block;
    margin-bottom: 20px;
}

footer .common-links .about-thumb-part img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

footer .common-links .about-thumb-part a {
    text-decoration: none;
}

footer .common-links .about-thumb-part  p {
    font-size: 15px;
    line-height: 24px;
}

footer .common-links .about-thumb-part .bottom-logo {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

footer .common-links .about-thumb-part .bottom-logo img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-bottom: 0;
}

footer .common-links ul li {
    display: block;
    margin-bottom: 10px;
}

footer .common-links ul li a {
    font-size: 20px;
    color: #8d8d8d;
    line-height: 24px;
    text-decoration: none;
    display: block;
    font-weight: 300;
    text-transform: capitalize;
}

footer .common-links ul li:last-child {
    margin-bottom: 0
}

footer .gototop {
    text-align: right;
}

footer .gototop a {
    text-decoration: none;
    display: inline-block;
}

footer .gototop a span {
    display: block;
    border: 1px solid #8d8d8d;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 68px;
}

footer .gototop a span img {
    display: block;
}

footer .gototop a {
    font-size: 20px;
    color: #8d8d8d;
    text-decoration: none;
    text-align: right;
}

footer .common-links p {
    font-size: 20px;
    color: #8d8d8d;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 300
}

footer .common-links p a {
    color: #8d8d8d;
}

.project-slider .slick-arrow {
    background: transparent;
    border: 1px solid #FFFFFF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 28%;
    z-index: 5;
    transform: translateY(-50%);
    cursor: pointer;
}

.project-slider .slick-arrow.slick-prev {
    left: 20px;
}

.project-slider .slick-arrow.slick-next {
    right: 20px;
}

.services-section.project-section .heading-part {
    padding: 0 20px;
}

.services-section.project-section .col-lg-6 {
    padding: 0 20px;
}

.services-section.services-main-section {
    overflow: hidden;
}

.common-btn {
    padding: 15px 20px;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 20px;
    color: #FFFFFF;
    font-family: 'BentonSans';
    display: inline-block;
    cursor: pointer;
    transition: 0.25s all linear;
    text-decoration: none;
    display: inline-block;
}

.common-btn:hover {
    background: #fff;
    color: #000;
    transition: 0.25s all linear;
}

.thank-you-section {
    padding-top: 60px;
}

.thank-you-section .common-btn {
    margin-top: 30px;
}

/***********************************/
@media screen and (max-width:1600px) {
}

@media(max-width:1366px) {
}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    .header .logo {
        padding: 15px 27px 15px 20px;
    }

    .header .menu .menu-item a {
        padding: 18px 10px;
    }

    .heading2 {
        font-size: 40px;
        line-height: 53px;
    }

    .end-to-end p {
        font-size: 18px;
        line-height: 32px;
    }

    .statics-section strong {
        font-size: 47px;
        line-height: 59px;
    }

    .statics-section .col-lg-4 {
        padding: 30px 35px;
    }

    .google-map p {
        font-size: 18px;
        line-height: 33px;
    }

    .insights-foresight-section .left-side-part ul li {
        font-size: 18px;
        line-height: 35px;
    }

    .impacting-a-wide-section .main-container .right-side-part {
        padding: 30px 40px;
    }

    .impacting-a-wide-section.engineering-section .main-container .right-side-part {
        height: auto;
    }

    .services-section .thumb-part .content-part h3 {
        font-size: 27px;
        line-height: 36px;
    }

    .services-section .thumb-part .content-part h3 {
        font-size: 23px;
        line-height: 32px;
    }

    .industries-section .bottom-industries-slider .main-imge strong {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 25px;
    }

    footer .common-links ul li a {
        font-size: 18px;
        line-height: 21px;
    }

}

@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: 15px 27px 15px 20px;
    }

    .header .menu .menu-item a {
        padding: 18px 10px;
    }

    .heading2 {
        font-size: 40px;
        line-height: 53px;
    }

    .end-to-end p {
        font-size: 18px;
        line-height: 32px;
    }

    .statics-section strong {
        font-size: 47px;
        line-height: 59px;
    }

    .statics-section .col-lg-4 {
        padding: 30px 35px;
    }

    .google-map p {
        font-size: 18px;
        line-height: 33px;
    }

    .insights-foresight-section .left-side-part ul li {
        font-size: 18px;
        line-height: 35px;
    }

    .impacting-a-wide-section .main-container .right-side-part {
        padding: 30px 40px;
    }

    .impacting-a-wide-section.engineering-section .main-container .right-side-part {
        height: auto;
    }

    .services-section .thumb-part .content-part h3 {
        font-size: 27px;
        line-height: 36px;
    }

    .services-section .thumb-part .content-part h3 {
        font-size: 23px;
        line-height: 32px;
    }

    .industries-section .bottom-industries-slider .main-imge strong {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 25px;
    }

    footer .common-links ul li a {
        font-size: 18px;
        line-height: 21px;
    }

}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .header .logo {
        padding: 15px 27px 15px 20px;
    }

    footer .common-links ul li a {
        font-size: 18px;
        line-height: 21px;
    }

    .header .menu .menu-item a {
        padding: 18px 10px;
    }

    .heading2 {
        font-size: 40px;
        line-height: 53px;
    }

    .end-to-end p {
        font-size: 18px;
        line-height: 32px;
    }

    .statics-section strong {
        font-size: 47px;
        line-height: 59px;
    }

    .statics-section .col-lg-4 {
        padding: 30px 35px;
    }

    .google-map p {
        font-size: 18px;
        line-height: 33px;
    }

    .insights-foresight-section .left-side-part ul li {
        font-size: 18px;
        line-height: 35px;
    }

    .impacting-a-wide-section .main-container .right-side-part {
        padding: 30px 40px;
        height: auto;
    }

    .services-section .thumb-part .content-part h3 {
        font-size: 27px;
        line-height: 36px;
    }

    .services-section .thumb-part .content-part h3 {
        font-size: 23px;
        line-height: 32px;
    }

    .industries-section .bottom-industries-slider .main-imge strong {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 25px;
    }

    .hero-slider .item .img-part img {
        height: 83vh;
    }

    .impacting-a-wide-section.sustainability-section .main-container .right-side-part {
        padding: 30px;
    }

}

@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 .close-nav-menu, .header .open-nav-menu {
        margin-right: 10px;
    }

    .heading {
        font-size: 29px;
        line-height: 42px;
    }

    .hero-slider .heading-banner {
        padding: 0 10px;
    }

    .hero-slider .item .img-part img {
        width: 100%;
        height: 70vh;
    }

    .hero-top-banner .top-cut {
        width: 150px;
    }

    .heading2 {
        font-size: 26px;
        line-height: 38px;
    }

    .end-to-end {
        padding: 60px 15px;
    }

    .end-to-end .heading2 br {
        display: none;
    }

    .end-to-end .heading2 {
        margin-bottom: 20px;
    }

    .end-to-end p {
        font-size: 16px;
        line-height: 26px;
    }

    .statics-section {
        padding: 60px 0;
    }

    .statics-section .col-lg-4 {
        padding: 30px 0px;
        border: 0;
    }

    .statics-section strong {
        font-size: 36px;
        line-height: 49px;
    }

    .statics-section span {
        font-size: 18px;
        line-height: 20px;
        margin-top: 9px;
    }

    .google-map {
        padding: 60px 15px;
        background: none;
    }

    .google-map .bottom-image {
        display: block;
        margin-top: 40px;
    }

    .insights-foresight-section {
        padding: 60px 15px;
        background-position: 83%;
    }

    .insights-foresight-section .left-side-part .heading2 {
        font-size: 26px;
        line-height: 38px;
    }

    .insights-foresight-section .left-side-part .heading2 br {
        display: none;
    }

    .google-map p {
        font-size: 16px;
        line-height: 24px;
    }

    .insights-foresight-section .left-side-part ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .impacting-a-wide-section .main-container .right-side-part {
        height: auto;
        padding: 30px 20px;
    }

    .impacting-a-wide-section .main-container .right-side-part .heading2 {
        font-size: 23px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .impacting-a-wide-section .main-container .right-side-part .heading2 br {
        display: none;
    }

    .impacting-a-wide-section {
        padding: 60px 0;
    }

    .services-section {
        padding: 60px 0;
    }

    .services-section .heading-part {
        padding: 0 15px;
    }

    .services-section .thumb-part .content-part {
        margin-top: 20px;
    }

    .services-section .col-lg-6 {
        margin-bottom: 30px;
    }

    .services-section .col-lg-6:last-child {
        margin-bottom: 0;
    }

    .services-section .thumb-part .content-part h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .services-section.services-main-section {
        padding: 0 0 60px;
    }

    .impacting-a-wide-section.sustainability-section {
        padding: 30px 0 60px;
    }

    .impacting-a-wide-section.sustainability-section .col-lg-6:first-child {
        order: 2;
    }

    .impacting-a-wide-section.sustainability-section .col-lg-6:last-child {
        order: 1;
    }

    .impacting-a-wide-section.engineering-section {
        padding: 0 0 60px;
    }

    .industries-section .top-heading-section {
        padding: 100px 15px 100px;
    }

    .industries-section {
        padding-bottom: 60px;
    }

    .clients-section {
        padding: 60px 15px;
    }

    .clients-section .client-logo-slider .col-lg-3 {
        width: 30%;
        padding: 0 5px;
    }

    .clients-section .heading-part {
        margin-bottom: 30px;
    }

    .get-in-touch-section .container {
        padding-top: 60px !important;
    }

    .get-in-touch-section .heading-part {
        padding: 0;
        margin-bottom: 30px;
    }

    .get-in-touch-section .col-lg-4 {
        padding: 0 10px;
        width: 50%;
    }

    .get-in-touch-section .common-get strong {
        font-size: 17px;
    }

    .get-in-touch-section .common-get p {
        font-size: 12px;
        color: #000000;
        font-weight: 300;
        line-height: 22px;
    }

    .get-in-touch-section h3 {
        font-size: 21px;
        line-height: 31px;
        padding: 0;
    }

    .get-in-touch-section form .col-lg-6, .get-in-touch-section form .col-lg-12 {
        padding: 0;
        margin-bottom: 10px;
    }

    .get-in-touch-section input, .get-in-touch-section textarea {
        padding: 11px 17px;
        font-size: 16px;
    }

    .get-in-touch-section {
        padding-bottom: 60px;
    }

    footer {
        padding: 60px 15px;
    }

    footer .col-lg-3 {
        padding: 0 5px;
        width: 50%;
        margin-bottom: 30px;
    }

    footer .common-links ul li a {
        font-size: 16px;
    }

    footer .common-links p {
        font-size: 16px;
    }

    footer .common-links p br {
        display: none;
    }

    footer .gototop a {
        font-size: 16px;
    }

    .services-section.leadership-section .col-lg-4 {
        margin-bottom: 40px;
    }

    .services-section.leadership-section .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .impacting-a-wide-section.sustainability-section .main-container .right-side-part {
        padding: 30px 20px;
    }

    .industries-section .bottom-industries-slider .slick-arrow {
        top: 33%;
    }

    .industries-section .bottom-industries-slider .slick-arrow.slick-prev {
        left: 10px;
    }

    .industries-section .bottom-industries-slider .slick-arrow.slick-next {
        right: 10px;
    }

    .project-slider .slick-arrow {
        top: 13%;
    }

    .leadership-slider .slick-arrow {
        top: 18%;
    }

    .leadership-slider .slick-arrow.slick-prev {
        left: 19px;
    }

    .leadership-slider .slick-arrow.slick-next {
        right: 19px;
    }

}

/*1023 end*/
@media only screen and (min-device-width:800px) and (max-device-width:820px) {
}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
}

@media(max-width:768px) {
}

@media(max-width:575px) {
    .container {
        padding: 0 !important;
    }

    .logo-nav {
        padding: 0 10px;
    }

}
