/******************************************************************************
* Header
*******************************************************************************/

.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}


/******************************************************************************
* Content
*******************************************************************************/


/** Banner slider **/

.banner-section {
    position: relative;
}

.home .banner-inner {
    position: relative;
    min-height: 730px;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-content {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.banner-content .line {
    background: #FDFDFD;
    width: 100px;
    height: 8px;
}

.banner-title {
    color: #FDFDFD;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(42px, 1rem + 2.8vw, 60px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.166666em;
    margin-bottom: 0;
}

.banner-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}


/** About us **/

.about-us-section {
    padding: 120px 0;
}

.bloc-content .sect-title .bloc-title {
    margin-bottom: 30px;
}

.blk-experience {
    color: #FFF;
    font-size: 95px;
    font-style: normal;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    opacity: 0.10;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.bloc-content.type-2 .txt-box .bloc-text {
    padding-top: 50px;
}

.bloc-content.type-2 .img-box .bloc-image {
    margin-left: -10vw;
    height: 100vh;
}


/** Workflow **/

.workflow-section {
    padding: 120px 0;
}

.workflow__content {
    position: relative;
    padding-top: 20px;
}

.workflow__content .steps-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
}

.workflow__content .steps-items .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding-top: 90px;
}

.workflow__content .steps-items .step-title {
    color: #FDFDFD;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.workflow__content .steps-items .step-text p {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 0;
}

.workflow__content .steps-items .step:nth-child(2n) {
    flex-direction: column-reverse;
    padding: 0 0 90px;
}

.workflow__content .steps-items .step-ico {
    border-radius: 108px;
    display: flex;
    width: 180px;
    height: 180px;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.workflow__content .steps-items .step-ico:before {
    content: '';
    width: 1px;
    height: 70px;
    border-right: 1px solid #FDFDFD;
    position: absolute;
    bottom: -43px;
    left: 50%;
    transform: translateX(-50%);
}

.workflow__content .steps-items .step:nth-child(2n) .step-ico:before {
    top: -43px;
    bottom: unset;
}

.workflow__content .steps-items .step.default .step-ico,
.workflow__content .steps-items .step:hover .step-ico {
    background-color: #FDFDFD !important;
}

.workflow__content .steps-items .step.default .step-ico.background--2 svg path,
.workflow__content .steps-items .step:hover .step-ico.background--2 svg path {
    fill: #C69694 !important;
}

.workflow__content .steps-items .step.default .step-ico.background--2:before,
.workflow__content .steps-items .step:hover .step-ico.background--2:before {
    border-color: #C69694;
}

.workflow__content .steps-items .step:hover .step-ico.background--4 svg path {
    fill: #AF7876 !important;
}

.workflow__content .steps-items .step:hover .step-ico.background--4:before {
    border-color: #AF7876;
}

.workflow__content .steps-items .step:hover .step-ico.background--5 svg path {
    fill: #7B4B49 !important;
}

.workflow__content .steps-items .step:hover .step-ico.background--5:before {
    border-color: #7B4B49;
}

.workflow__content .steps-items .step:hover .step-ico.background--6 svg path {
    fill: #57312F !important;
}

.workflow__content .steps-items .step:hover .step-ico.background--6:before {
    border-color: #57312F;
}

.workflow__content .steps-items .step:hover .step-ico.background--7 svg path {
    fill: #3D201E !important;
}

.workflow__content .steps-items .step:hover .step-ico.background--7:before {
    border-color: #3D201E;
}

.workflow__content .steps-items .step.default .step-ico.background--2+.step-title,
.workflow__content .steps-items .step:hover .step-ico.background--2+.step-title {
    color: #C69694;
}

.workflow__content .steps-items .step:hover .step-ico.background--4+.step-title {
    color: #AF7876;
}

.workflow__content .steps-items .step:hover .step-ico.background--5+.step-title {
    color: #7B4B49;
}

.workflow__content .steps-items .step:hover .step-ico.background--6+.step-title {
    color: #57312F;
}

.workflow__content .steps-items .step:hover .step-ico.background--7+.step-title {
    color: #3D201E;
}

.workflow__content .steps-items .step-text,
.workflow__content .steps-text {
    max-width: 775px;
    min-height: 75px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.workflow__content .steps-items .step-text {
    margin-top: -20px;
    display: none;
}

.workflow__content .steps-text li {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
    top: 0;
    left: auto;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.workflow__content .steps-text li.default,
.workflow__content .steps-text li.active {
    opacity: 1;
}

.workflow__content .steps-items .step-text .title,
.workflow__content .steps-text li .title {
    color: #FFF;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
}


/** Services **/

.services-presta-section {
    padding: 120px 0;
}

.services-diag-section {
    padding: 120px 0;
}

.service-item {
    position: relative;
}

.service-item .service-image {
    position: relative;
    width: 100%;
    height: 324px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-item .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-item:hover .service-image img {
    transform: scale(1.1);
}

.service-text {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
    z-index: 2;
    text-align: center;
}

.service-item .service-title {
    color: #FDFDFD;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.92308em;
}

.service-item .service-title a:hover {
    color: #FDFDFD;
}

.services-diag__head {
    max-width: 510px;
}

.services-diag__head .sect-title .bloc-title {
    margin-bottom: 30px;
}

.services-featured {
    color: #B0B0B0;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.363635em;
    display: flex;
    flex-direction: column;
    padding-left: 28px;
    border-left: 3px solid #FDFDFD;
    margin-bottom: 50px;
}

.services-diag__content {
    max-width: 478px;
    margin-left: auto;
}

.services-diag__content ul {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #534F4D;
}

.services-diag__content ul li {
    border-top: 1px solid #534F4D;
}

.services-diag__content ul li a {
    color: #FDFDFD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.services-diag__content ul li a:hover {
    font-weight: 600;
}

.services-diag__content ul li a:hover svg path {
    fill: #40513C !important;
}


/** Company benefits **/

.company-benefits-section {
    padding: 72px 0 100px;
}

.background-panel {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.background-panel .item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s linear;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background-panel .item.active {
    opacity: 1;
}

.background-panel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
    -webkit-transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -o-transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.background-panel .item.active img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.benefit-item {
    position: relative;
    flex: 0 0 33.3333%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 580px;
    z-index: 1;
    overflow: hidden;
}

.benefit-item:before {
    content: '';
    background: rgba(0, 0, 0, 0.70);
    border-right: 1px solid rgba(221, 221, 221, 0.20);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.benefit-item.active:before {
    backdrop-filter: unset;
}

.benefit-item__inner--hover,
.benefit-item__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    max-width: 352px;
    z-index: 2;
}

.benefit-item.active .benefit-item__inner {
    opacity: 0;
}

.benefit-item .benefit-title {
    color: #FFF;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.307695em;
}

.benefit-item .benefit-desc {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.benefit-item__inner--hover {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(25px);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 0 15px;
}

.benefit-item.active .benefit-item__inner--hover {
    opacity: 1;
    transform: translateY(-25px);
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}


/** Ask for a global expertise **/

.quote-request__inner {
    position: relative;
    z-index: 3;
    background: #000;
    padding: 46px 100px;
    margin: -133px 0 0;
    gap: 40px 108px;
}

.quote-request__content .sect-title .bloc-title {
    color: #FDFDFD;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(34px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
}

.quote-request__content p {
    margin-bottom: 30px;
}

.quote-request__content p b {
    font-weight: 600;
}

.quote-request__actions {
    display: flex;
    align-items: center;
    gap: 30px 50px;
}

.quote-request__actions a {
    color: #FDFDFD;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    display: flex;
    align-items: center;
    gap: 10px;
    background-image: linear-gradient(90deg, #FDFDFD 0%, #FDFDFD 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 95%;
}

.quote-request__actions a:hover {
    background-size: 100% 1px;
}

.quote-request__actions a:hover img {
    transform: rotate(45deg);
}


/** Our projects **/

.projects-section {
    padding: 126px 0 120px;
}

.projects__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 37px;
}

.project-item {
    display: flex;
}

.project-item__image {
    position: relative;
    width: 100%;
    overflow: hidden;
    width: 500px;
    height: 300px;
}

.project-item__image a {
    display: block;
    height: 100%;
    width: 100%;
}

.project-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-item__text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 56px 30px 56px 70px;
    max-width: 328px;
    width: 100%;
}

.project-item:nth-child(2n) .project-item__text {
    align-items: end;
    padding: 56px 70px 56px 30px;
}

.project-item__text:before {
    width: 80px;
    height: 1px;
    content: '';
    position: absolute;
    top: 67px;
    left: -40px;
    border-top: 1px solid #FDFDFD;
    z-index: 2;
}

.project-item:nth-child(2n) .project-item__text:before {
    left: unset;
    right: -40px;
}

.project-date {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.project-title {
    color: #FFF;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.333333em;
}

.projects__action {
    margin-top: 40px;
}


/** Multiple scroll **/

.multiple-scroll-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.multiple-scroll-wrap {
    display: flex;
    height: 100vh;
    position: relative;
}

.multiple-scroll-left,
.multiple-scroll-right {
    width: 50%;
    height: 100vh;
}

.multiple-scroll-panel {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.multiple-scroll-dots {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

.multiple-scroll-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    cursor: pointer;
}

.multiple-scroll-dots .dot.active {
    background: black;
    transform: scale(1.4);
}

.grid-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.grid-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 120px 50px;
}

.grid-txt>* {
    max-width: 430px;
}

.grid-content .grid-img {
    height: 400px;
}


/** Intervention area **/

.intervention-area-section {
    padding: 120px 0;
}


/** Contact infos **/

.blk-contact-infos {
    position: relative;
}

.blk-contact-infos .sect-title .bloc-title {
    margin-bottom: 30px;
}

.blk-contact-infos .bloc-text {
    max-width: 470px;
}

.blk-contact-infos .bloc-text b {
    font-weight: 600;
}

.blk-contact-infos ul {
    display: flex;
    gap: 50px 80px;
    margin-top: 80px;
    flex-wrap: wrap;
}

.blk-contact-infos ul li {
    color: #FDFDFD;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 40px;
    position: relative;
}

.blk-contact-infos ul li:before {
    content: '';
    border-top: 1px solid #B0B0B0;
    height: 1px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.blk-contact-infos ul li .contact-title {
    color: #FDFDFD;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.090909em;
}

.blk-contact-infos ul li a:hover {
    font-weight: 600;
}


/** Gallery **/

.galerie-section {
    padding: 80px 0 120px;
}

.gallery-image {
    -moz-column-count: 3;
    column-count: 3;
    gap: 26px;
}

.gallery-image-detail {
    position: relative;
    margin: 0;
    padding: 0;
    transition: 0.5s;
    margin-bottom: 26px;
    overflow: hidden;
}

.gallery-image .popup-img img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}

.gallery-image .popup-img:hover img {
    transform: scale(1.05);
    transition: 0.5s;
}

.previous-page-link {
    border-radius: 25px;
    border: 1px solid #534F4D;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -70px;
    left: 0;
}

.previous-page-link:hover {
    background-color: #534F4D;
}

.previous-page-link:hover svg path {
    fill: #FDFDFD !important;
}


/******************************************************************************
* Footer
*******************************************************************************/


/** Footer column **/

.footer-column__item {
    position: relative;
    padding: 90px 15px 23px;
    color: #B0B0B0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.footer-column__inner>.row>div:not(:last-child) {
    border-right: 1px solid #534F4D;
}

.footer-column__item b {
    font-weight: 600;
}

.footer-column .footer-column__item a:hover {
    color: #FDFDFD;
}

.footer-column:last-child .footer-column__item {
    padding: 20px 15px 20px;
}

.footer-column:last-child {
    border-top: 1px solid #534F4D;
}

.footer-logo {
    margin-bottom: 51px;
}


/** Footer contacts **/

.footer-contacts ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-contacts ul li {
    color: #B0B0B0;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.11111em;
    text-transform: uppercase;
}


/** Footer copyright **/

.footer-copyright {
    color: #B0B0B0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57143em;
    margin-top: 60px;
    text-align: center;
}


/** Footer services & usefull links **/

.footer-services {
    margin-right: 50px;
}

.footer-usefull-links ul,
.footer-services ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 153px;
}

.footer-usefull-links ul li,
.footer-services ul li {
    color: #B0B0B0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
}


/** Footer newsletter **/

.footer-newsletter {
    max-width: 360px;
    margin-top: 140px;
    width: 100%;
}

.footer-newsletter .newsletter__form {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 24px;
}

.footer-newsletter .newsletter__form form {
    position: relative;
    width: 100%;
}

.footer-newsletter .newsletter__form-note {
    color: #B0B0B0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42857em;
}

.footer-newsletter .newsletter__form .form-group {
    margin-bottom: 0;
    width: 100%;
}

.footer-newsletter .newsletter__form .form-group .form-control {
    font-family: "Epilogue", sans-serif;
    color: #FDFDFD;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    width: 100%;
    height: 48px;
    padding: 14px 30px 14px 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #FDFDFD;
    background-color: #000;
    box-shadow: none;
    text-transform: none;
}

.footer-newsletter .newsletter__form .form-group button {
    background: none;
    width: 20px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: end;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.footer-newsletter .newsletter__form .newsletter__form-submit {
    position: absolute;
    width: 20px;
    top: 0;
    right: 0;
    z-index: 2;
}

.footer-newsletter .newsletter__form .newsletter__form-submit button:hover img {
    transform: rotate(45deg);
}

.footer-newsletter .newsletter__form input:focus {
    border: 0;
    border-bottom: 1px solid #FDFDFD;
    background-color: #000;
    color: #FDFDFD;
    box-shadow: none;
}

.footer-newsletter .newsletter__form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FDFDFD !important;
}

.footer-newsletter .newsletter__form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FDFDFD !important;
    opacity: 1;
    /* Firefox */
}

.footer-newsletter .newsletter__form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FDFDFD !important;
}


/******************************************************************************
* Intern Page
*******************************************************************************/


/** Banner **/

.intern .banner-inner {
    display: flex;
    align-items: center;
    position: relative;
    height: 430px;
    padding-top: 80px;
}

.intern .banner-subtitle {
    color: #FDFDFD;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0;
}

.intern .banner-title {
    color: #FDFDFD;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(40px, 1rem + 2.8vw, 50px);
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 0;
}

.intern .banner-content {
    position: relative;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 40px;
}


/** Project detail **/


/******************************************************************************
* Contact Page
*******************************************************************************/


/** Contact us **/

.contact-us-section {
    padding: 120px 0;
}

.home .banner-inner video {
    height: 100%;
    object-fit: cover;
}
