/******************************************************************************
* 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(-230px);
    transform: translateY(-230px);
    -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;
    background: #fff;
    -webkit-box-shadow: 5px 0 35px 0 rgba(35, 31, 32, 0.13);
    box-shadow: 5px 0 35px 0 rgba(35, 31, 32, 0.13);
}

.sticked-menu .site-navigation__menu {
    border-radius: 0;
    max-width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.main-header .sticked-menu .site-navigation .menu {
    padding: 0;
}

.main-header .sticked-menu .site-branding {
    width: 209px;
    display: flex !important;
}

.sticked-menu .site-navigation__menu,
.main-header .sticked-menu .site-navigation .menu>ul {
    align-items: center;
    justify-content: end;
}

.sticked-menu .menu__pre-estimation-link {
    height: 50px;
    border-radius: 10px;
}

.sticked-menu .menu__pre-estimation-link span {
    display: none;
}

.sticked-menu .site-navigation .menu>ul>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 17px;
}

.sticked-menu .site-navigation .menu>ul>li:last-child>a {
    padding-right: 0;
}


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


/** Banner slider **/

.banner-section {
    padding: 144px 0 0;
}

.home .banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner-item {
    position: relative;
    height: 100%;
}

.banner-item .banner-item-title {
    font-size: 42px;
    line-height: 1.42em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.banner-item-text {
    font-size: 17px;
    line-height: 1.8em;
    font-weight: 400;
    color: #fff;
    padding: 37px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.banner-item-text p {
    margin-bottom: 33px;
}

.home .banner-image {
    height: 595px;
    width: 100%;
    position: relative;
    display: flex;
}

.home .banner-image .banner-item-img {
    overflow: hidden;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    position: relative;
    width: 53%;
    transform: skewX(-12deg);
    height: 100%;
}

.home .banner-image .banner-item-img:first-child {
    margin-left: -3%;
}

.home .banner-image .banner-item-img:last-child {
    margin-right: -3%;
}

.home .banner-image .bg-img {
    transform: skewX(12deg);
    width: 115%;
}

.home .banner-image .banner-item-img:last-child .bg-img {
    right: 0;
    left: unset;
}

.banner-item-more {
    margin-top: auto;
}

.banner-item-more a {
    border-color: #fff;
    color: #fff;
    font-weight: 400;
}

.banner-item-more a:hover {
    color: #191919;
    background-color: #fff;
}


/** Certification and insurance **/

.certification-insurance-section {
    padding: 30px 0 11px;
}

.certification-insurance-section .sect-title .bloc-title {
    margin-bottom: 16px;
}

.certification-insurance-section ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 288px;
    -webkit-column-gap: 288px;
}

.certification-insurance-section ul li {
    margin-bottom: 30px;
}


/** Our services **/

.our-services-section {
    padding: 51px 0 73px 0;
}

.our-services-content {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

.our-services-box {
    position: relative;
    width: 1491px;
    max-width: 100%;
}

.our-services-box__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.our-services-box__item {
    color: #3d3d3d;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    flex: 1;
}

.our-services-box__item .our-services-box__item-title {
    color: #191919;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4px;
}

.our-services-box__item:nth-child(1) {
    margin-top: auto;
    padding-bottom: 85px;
}

.our-services-box__item:nth-child(3),
.our-services-box__item:nth-child(5) {
    margin-top: auto;
    padding-bottom: 101px;
}

.our-services-box__item:nth-child(2),
.our-services-box__item:nth-child(4) {
    padding-top: 114px;
}


/** blk Timeline **/

.blk-timeline {
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-top: 94px;
}

.blk-timeline .timeline-box {
    position: relative;
    width: 1491px;
    max-width: 100%;
}


/** Our project **/

.our-project-section {
    padding: 85px 0 80px;
}

.our-project-section .sect-title .bloc-title {
    margin-bottom: 30px;
}

.our-project-item {
    border: 1px solid rgb(61, 61, 61, 0.2);
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff;
}

.our-project-comment {
    padding: 18px 23px 25px;
}

.color-accent-1 .our-project-comment__ico svg path {
    fill: #2e9c37 !important;
}

.color-accent-2 .our-project-comment__ico svg path {
    fill: #f3c108 !important;
}

.color-accent-3 .our-project-comment__ico svg path {
    fill: #e4231e !important;
}

.our-project-image {
    height: 427px;
    width: 100%;
    position: relative;
}

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

.our-project-text {
    max-width: 229px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 15px 11px;
    min-height: 206px;
    display: flex;
    flex-direction: column;
}

.our-project-desc {
    color: #727272;
    font-style: italic;
    font-size: 16px;
    line-height: 1.37em;
    font-weight: 400;
    margin-bottom: 7px;
}

.our-project-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #3d3d3d;
    margin-bottom: 11px;
}

.color-accent-1 .our-project-title {
    color: #2e9c37;
}

.color-accent-2 .our-project-title {
    color: #f3c108;
}

.color-accent-3 .our-project-title {
    color: #e4231e;
}

.our-project-achievement {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #3d3d3d;
    margin-top: auto;
}

.our-project-rates {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35em;
    color: #3d3d3d;
    margin-bottom: 9px;
}

.our-project-duration {
    color: #3d3d3d;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.17em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 57px;
    width: 72px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2e9c37;
}

.color-accent-1 .our-project-duration {
    background-color: #2e9c37;
}

.color-accent-2 .our-project-duration {
    background-color: #f3c108;
}

.color-accent-3 .our-project-duration {
    background-color: #e4231e;
}

.our-project-action {
    margin-top: 68px;
}


/** Speed contact **/

.speed-contact-section {
    padding: 78px 0 70px;
}

.speed-contact-action {
    margin-top: 45px;
}

.speed-contact-section .sect-title .bloc-title {
    margin-bottom: 31px;
}


/** About us **/

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

.intern .about-us-section {
    padding: 80px 0 65px;
}

.bloc-content .txt-box .sect-title .sub-title {
    margin-bottom: 26px;
}

.free-quote-btn {
    margin-top: 10px;
}

.bloc-content+.bloc-content {
    margin-top: 52px;
}

.bloc-content .txt-box .sect-title .bloc-title {
    font-size: 34px;
    line-height: 1.65em;
    margin-bottom: 22px;
}

.bloc-content .bloc-image.image-2 {
    margin-right: -75px;
}

.bloc-image.ellipse {
    background: url('../images/ellipse-dotted-2.svg') no-repeat center center;
    background-size: cover;
    padding: 16px;
    border-radius: 50%;
}


/** Blk reviews **/

.blk-reviews {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(61, 61, 61, 0.4);
    padding-top: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.blk-reviews>* {
    margin-bottom: 15px;
}

.blk-reviews ul.rating {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.blk-reviews .rating-txt {
    color: #52522b;
    font-weight: 700;
    line-height: 1.2em;
    font-size: 22px;
    margin-right: 14px;
}

.blk-reviews .reviews-total {
    color: #52522b;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 17px;
    margin-right: 5px;
}

.blk-reviews ul.rating li .ico-star {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 16px;
}

.blk-reviews ul.rating li .ico-star:before {
    content: '';
    background: url("../images/icons/ico-star.svg") no-repeat top left;
    width: 17px;
    height: 16px;
    display: inline-block;
    position: relative;
    background-size: cover;
}

.blk-reviews ul.rating li:not(:first-child) {
    margin-left: 3px;
}

.reviews-action-link {
    color: #f3c108;
    font-weight: 700;
    line-height: 1.2em;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.reviews-action-link img {
    margin-left: 4px;
}


/** Information of prestation **/

.infos-prestation-section {
    padding: 70px 0 62px;
}

.infos-prestation-section .sect-title .sub-title {
    margin-bottom: 30px;
}

.infos-prestation-section .sect-title .bloc-title {
    margin-bottom: 57px;
}

.infos-prestation__item {
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid rgb(61, 61, 61, 0.2);
    border-radius: 7px;
    padding: 37px 5px;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.infos-prestation__item:after,
.infos-prestation__item:before {
    content: '';
    background-color: #f3c108;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 7px;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.infos-prestation__item:after {
    background-color: #fff;
}

.infos-prestation__item:hover:after {
    top: 5px;
}

.infos-prestation__item:hover {
    -webkit-box-shadow: 0 5px 18px 0 rgb(35 31 32 / 24%);
    box-shadow: 0 5px 18px 0 rgb(35 31 32 / 24%);
}

.infos-prestation__item.color-accent-1:before {
    background-color: #2e9c37
}

.infos-prestation__item.color-accent-2:before {
    background-color: #f3c108;
}

.infos-prestation__item.color-accent-3:before {
    background-color: #e4231e;
}

.infos-prestation__item-title {
    color: #3d3d3d;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 7px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.infos-prestation__item.color-accent-1:hover .infos-prestation__item-title {
    color: #2e9c37
}

.infos-prestation__item.color-accent-2:hover .infos-prestation__item-title {
    color: #f3c108;
}

.infos-prestation__item.color-accent-3:hover .infos-prestation__item-title {
    color: #e4231e;
}

.infos-prestation__item-ico {
    margin-bottom: 15px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infos-prestation__item p {
    margin-bottom: 31px;
    line-height: 1.65em;
}

.infos-prestation__item-more {
    margin-top: auto;
}

.infos-prestation__item-more a {
    color: #e4231e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infos-prestation__item.color-accent-1 .infos-prestation__item-more a {
    color: #2e9c37
}

.infos-prestation__item.color-accent-2 .infos-prestation__item-more a {
    color: #f3c108;
}

.infos-prestation__item.color-accent-3 .infos-prestation__item-more a {
    color: #e4231e;
}

.infos-prestation__item-more a img {
    margin-left: 4px;
}


/** Company benefits **/

.company-benefits-section {
    padding: 91px 0 83px;
}

.company-benefits-section .sect-title .sub-title {
    margin-bottom: 30px;
}

.company-benefits-section .sect-title .bloc-title {
    margin-bottom: 65px;
}

.benefit-item .benefit-number {
    margin: 0 auto 20px auto;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-text-stroke: 1px #3d3d3d;
    -webkit-text-fill-color: #f1f1f1;
    color: #f1f1f1;
    font-weight: 900;
    line-height: 1em;
    font-size: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.benefit-item .benefit-number .ellipse {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.benefit-item-inner:hover .benefit-number {
    -webkit-text-stroke: 1px #f3c108;
    -webkit-text-fill-color: #f3c108;
    color: #f3c108;
}

.benefit-item-inner:hover .benefit-number .ellipse svg circle {
    stroke: #f3c108 !important;
}

.benefit-item-inner {
    text-align: center;
    position: relative;
}

.benefit-item:nth-child(2) .benefit-item-inner:before,
.benefit-item:nth-child(2) .benefit-item-inner:after {
    content: '';
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    background: url('../images/arrow-ellipse-dotted.svg') no-repeat center center;
    width: 250px;
    height: 41px;
}

.benefit-item:nth-child(2) .benefit-item-inner:before {
    margin-left: -232px;
}

.benefit-item:nth-child(2) .benefit-item-inner:after {
    margin-left: 232px;
}

.benefit-item .benefit-title {
    color: #3d3d3d;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-bottom: 9px;
    text-transform: uppercase;
}


/** Word from of accompanist **/

.word-from-accompanist-section {
    padding: 123px 0 110px;
}


/** Latest news **/

.latest-news-section {
    padding: 0 0 114px;
}

.latest-news-section .sect-title .sub-title {
    margin-bottom: 30px;
}

.actus-item {
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid rgb(61, 61, 61, 0.2);
    border-radius: 7px;
}

.actus-item:hover {
    -webkit-box-shadow: 0 5px 18px 0 rgb(35 31 32 / 24%);
    box-shadow: 0 5px 18px 0 rgb(35 31 32 / 24%);
}

.actus-item .actus-item__content {
    padding: 38px 35px 26px;
    position: relative;
}

.actus-item__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 262px;
}

.actus-item__image:before {
    content: '';
    background-color: #3d3d3d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 1;
}

.actus-item:hover .actus-item__image:before {
    opacity: 0.54;
}

.actus-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.actus-item:hover .actus-item__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.actus-item__foot {
    position: relative;
    padding: 28px 35px;
    border-top: 1px solid rgb(61, 61, 61, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.actus-item .actus-item__date {
    color: #e4231e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    display: flex;
    align-items: center;
}

.actus-item .actus-item__date img {
    margin-right: 6px;
}

.actus-item .actus-item__title {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65em;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.actus-item .actus-item__title a:hover {
    color: #e4231e;
}

.actus-item .actus-item__content p {
    line-height: 1.65em;
}

.actus-item .actus-item__more-link {
    color: #e4231e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    display: flex;
    align-items: center;
}

.actus-item .actus-item__more-link img {
    margin-left: 4px;
}


/** More informations **/

.more-informations-section {
    padding: 88px 0 85px;
}

ul.more-informations-list {
    margin: 32px 0 36px;
}

ul.more-informations-list li {
    font-weight: 900;
    font-size: 30px;
    color: #3d3d3d;
    line-height: 1.5em;
    text-transform: uppercase;
}

ul.more-informations-list li:not(:last-child) {
    margin-bottom: 5px;
}


/** CTA **/

.cta-section {
    padding: 75px 0 80px;
}

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

.cta-content.cta-phone .sect-title .bloc-title {
    margin-bottom: 47px;
}

.cta-inner {
    display: flex;
    justify-content: space-between;
    font-weight: 900;
    font-size: 32px;
    color: #3d3d3d;
    line-height: 1.5em;
    text-transform: uppercase;
}

.cta-inner>span {
    margin-top: 196px;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-link {
    margin-bottom: 30px;
}


/** Other section **/

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

.other-section {
    padding-top: 72px;
    padding-bottom: 80px;
}


/** Map **/

.blk-map {
    position: relative;
    height: 551px;
    width: 100%;
    overflow: hidden;
}


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


/** Footer services **/

.footer-services {
    padding: 60px 0 48px;
}

.footer-services .footer-title {
    margin-bottom: 29px;
}

.footer-services ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-services ul li {
    font-size: 15px;
    line-height: 1.42em;
    color: #3d3d3d;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}

.footer-services ul li:not(:last-child) {
    margin-right: 29px;
    padding-right: 29px;
}

.footer-services ul li:not(:last-child):after {
    content: '';
    height: 16px;
    width: 2px;
    background-color: #3d3d3d;
    position: absolute;
    top: 1px;
    right: -1px;
}

.footer-services ul li a:hover {
    color: #f3c108;
}


/** Footer column **/


/** Footer contact **/

.footer-logo {
    margin: 26px 0 27px;
}

.footer-contact ul li {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65em;
    display: flex;
}

.footer-contact ul li:not(:last-child) {
    margin-bottom: 7px;
}

.footer-contact ul li strong {
    margin-right: 4px;
}

.footer-contact ul li a:hover {
    color: #f3c108;
}


/** Footer social **/

.footer-social .footer-title {
    margin-bottom: 31px;
}


/** Certification and insurance **/

.footer-certification .footer-title {
    margin-bottom: 6px;
}

.footer-certification,
.footer-insurance {
    max-width: 225px;
}

.footer-certification ul,
.footer-insurance ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 17px;
    -webkit-column-gap: 17px;
    justify-content: center;
}

.footer-certification ul li,
.footer-insurance ul li {
    margin-bottom: 10px;
}


/** Footer SEO **/

.footer-seo {
    padding: 43px 0 50px;
}

.seo-links,
.seo-links a {
    color: #3d3d3d;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2em;
}

.seo-links a:hover {
    color: #f3c108;
}


/** Footer bottom **/

.copyright {
    padding: 32px 0 96px;
    border-top: 1px solid rgba(61, 61, 61, 0.2);
}

.copyright .copyright-text {
    font-size: 15px;
    line-height: 1.42em;
    color: #3d3d3d;
    font-weight: 400;
}

.copyright-arobiz {
    margin-top: -10px;
    display: block;
}

.img-arobiz {
    margin-top: -4px;
    margin-left: 2px;
}


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


/** Banner **/

.intern .banner-inner {
    height: 336px;
    display: flex;
}

.banner-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 83px;
}

.banner-title {
    font-size: 42px;
    line-height: 1.42em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.banner-ico {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 14px 14px;
    position: absolute;
    left: auto;
    bottom: -45px;
}

.banner-item-img-mob {
    display: none;
}

.banner-ico img {
    transform: rotate(-21deg);
}


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


/** Contact us **/

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

.img-intern {
    position: relative;
    padding: 0 0 142px 64px;
    z-index: 1;
    max-width: 45%;
    margin: 0 0 20px 30px;
}

.img-intern .img-deco-2 {
    position: absolute;
    right: -62px;
    bottom: 92px;
    z-index: 3;
}

.img-intern .img-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 15px solid #fff;
    z-index: 2;
    max-width: calc(100% - 140px);
}

.logo {
    display: block;
    max-width: 210px;
    margin: auto;
}