/******************************************************************************
* 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(-204px);
    transform: translateY(-204px);
    -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-color: #10101f;
}


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


/** Banner slider **/

.banner-section {
    position: relative;
    z-index: 1;
    background-size: cover;
}

.banner-section::before {
    background: url('../images/bg-04.jpg') no-repeat top left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: calc(100% - 45px);
}

.banner-slide__content {
    position: relative;
    display: inline-block;
    padding: 0 15px 60px 15px;
}

.banner-cat {
    font-weight: 300;
    font-size: 27px;
    color: #fefefe;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 21px;
    position: relative;
    padding-left: 52px;
    padding-top: 72px;
    padding-bottom: 20px;
    margin-bottom: 16px;
}

.banner-cat:before {
    content: '';
    background: url('../images/icons/ico-logo.svg') no-repeat top left;
    width: 109px;
    height: 107px;
    position: absolute;
    bottom: 11px;
    left: 0;
}

.shape-line {
    position: absolute;
    display: inline-block;
    left: 52px;
    bottom: 0;
    width: 100%;
}

.shape-line:before {
    content: '';
    background-color: #ed6d56;
    width: 61px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.shape-line:after {
    content: '';
    height: 1px;
    background-color: rgba(79, 79, 79, 0.42);
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 52px);
}

.banner-title {
    font-weight: 400;
    font-size: 46px;
    color: #fefefe;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 26px;
    padding-left: 52px;
}

.banner-subtitle {
    font-weight: 400;
    font-size: 25px;
    color: #ed6d56;
    line-height: 1.1em;
    padding-left: 52px;
}

.banner-services>.row {
    margin: 0 -7px;
}

.banner-services>.row>div {
    padding-left: 7px;
    padding-right: 7px;
}

.banner-services__item-title {
    font-weight: 400;
    font-size: 27px;
    line-height: 1em;
    text-align: center;
    color: #fefefe;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.banner-services__item-content {
    position: relative;
    height: 623px;
    overflow: hidden;
    width: 100%;
    border: 2px solid #e4e4e4;
}

.banner-services__item-img {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

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

.banner-services__item:hover .banner-services__item-img img {
    transform: scale(1.05);
}

.banner-services__item-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 15px 15px 100px 15px;
    z-index: 2;
}

.banner-services__item-txt .banner-services__item-link {
    min-width: auto;
}

.banner-slide .swiper-slide-active .banner-services__item {
    visibility: visible;
    animation: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner-slide .swiper-slide-active .banner-services__item:nth-child(1) {
    animation-delay: 300ms;
}

.banner-slide .swiper-slide-active .banner-services__item:nth-child(2) {
    animation-delay: 400ms;
}

.banner-slide .swiper-slide-active .banner-services__item:nth-child(3) {
    animation-delay: 500ms;
}

.banner-slide .swiper-slide {
    height: auto;
}


/** About us **/

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

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

.about-us__content .bloc-content .img-box .bloc-image {
    position: relative;
    width: 508px;
    height: 647px;
}

.about-us__content .bloc-content .img-box .bloc-image.image-2 {
    width: 548px;
    height: 518px;
}

.about-us__content .bloc-content .img-box {
    padding-top: 82px;
}

.about-us__content .bloc-content .txt-box {
    padding-bottom: 65px;
    position: relative;
    padding-top: 53px;
}

.about-us__content .bloc-content .bloc-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blk-experience {
    font-weight: 100;
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 241px;
    height: 227px;
    background-color: #151529;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.experience-year {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2em;
    color: #ed6d56;
    margin-bottom: 5px;
}

.experience-year>span {
    font-size: 78px;
    line-height: 1em;
    font-weight: 400;
}


/** Company benefits **/

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

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

.company-benefits-image {
    height: 539px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.benefit-item__content {
    padding: 60px 30px 60px 30px;
    background-color: #fbfbfb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 382px;
}

.benefit-item__content>* {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.benefit-item:hover .benefit-item__content {
    background-color: #ed6d56;
}

.benefit-item {
    padding: 0;
}

.benefit-item:nth-child(2n) {
    border-right: 2px solid #f8f8f8;
    border-left: 2px solid #f8f8f8;
    margin-top: 60px;
}

.benefit-item .benefit-ico {
    width: 63px;
    height: 63px;
    position: relative;
    margin-bottom: 18px;
}

.benefit-item .benefit-ico i {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-item .benefit-ico i:before,
.benefit-item .benefit-ico i:after {
    content: '';
    background-image: url('../images/icons/icons.png');
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.benefit-item .benefit-ico i:after {
    opacity: 0;
    visibility: hidden;
}

.benefit-item:hover .benefit-ico i:after {
    opacity: 1;
    visibility: visible;
}

.benefit-item:hover .benefit-ico i:before {
    opacity: 0;
    visibility: hidden;
}

.ico-exp:before {
    width: 59px;
    height: 60px;
    background-position: -176px -10px;
}

.ico-exp:after {
    width: 59px;
    height: 60px;
    background-position: -176px -90px;
}

.ico-react:before {
    width: 60px;
    height: 60px;
    background-position: -10px -93px;
}

.ico-react:after {
    width: 60px;
    height: 60px;
    background-position: -90px -93px;
}

.ico-advice:before {
    width: 58px;
    height: 60px;
    background-position: -10px -173px;
}

.ico-advice:after {
    width: 58px;
    height: 60px;
    background-position: -88px -173px;
}

.ico-quality:before {
    width: 48px;
    height: 58px;
    background-position: -166px -173px;
}

.ico-quality:after {
    width: 48px;
    height: 58px;
    background-position: -255px -10px;
}

.ico-cetificat:before {
    width: 63px;
    height: 63px;
    background-position: -10px -10px;
}

.ico-cetificat:after {
    width: 63px;
    height: 63px;
    background-position: -93px -10px;
}

.benefit-item .benefit-title {
    font-size: 21px;
    color: #ed6d56;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 19px;
}

.benefit-item:hover p,
.benefit-item:hover .benefit-title {
    color: #fff;
}


/** Intervention area **/

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

.intervention-area-section .sect-title .bloc-title {
    font-size: 40px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 27px;
}

.intervention-area-section .bloc-content .bloc-text h2 {
    margin-bottom: 18px;
}

.intervention-area-section .bloc-content .txt-box {
    padding-bottom: 83px;
    position: relative;
}

.intervention-area-section .bloc-content .img-box {
    padding-bottom: 240px;
}

.intervention-area-section .intervention-area-map {
    margin-left: -152px;
}

.intervention-area-section .bloc-image {
    height: 950px;
    width: 569px;
    position: relative;
}

.intervention-area-section .bloc-image img {
    object-fit: cover;
    height: 100%;
}

.intervention-area-section .image-border:before {
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #d2d2d2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blk-intervention-area .sect-title .bloc-title {
    margin-bottom: 2px;
    font-size: 36px;
}


/** Other-section **/

.other-section .bloc-content .bloc-text {
    padding: 119px 0 121px 0;
}


/** Images section **/

.images-section {
    padding: 90px 0;
}

.images-section .bloc-content .images-grid>.row>div:nth-child(2n) {
    margin-top: 43px;
}

.images-section .bloc-content .images-grid .bloc-image {
    width: 100%;
    max-width: 319px;
    height: 285px;
}

.images-section .bloc-content .images-grid .bloc-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/** Our services **/

.our-services-section {
    padding: 67px 0 82px 0;
}

.our-services-image {
    height: 748px;
    width: 100%;
    overflow: hidden;
}

.our-services-section .sect-title .bloc-title {
    margin-bottom: 110px;
}

.our-services-slide {
    padding-top: 100px;
}

.our-services-slide .swiper-slide {
    width: fit-content;
}

.our-services-item {
    width: 349px;
    height: 533px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    transform: translateY(0);
    display: inline-block;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.our-services-slide .swiper-slide.swiper-slide-next .our-services-item,
.our-services-slide .swiper-slide.swiper-slide-active .our-services-item,
.our-services-slide .swiper-slide.swiper-slide-prev .our-services-item {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}

.swiper-slide:nth-child(2n) .our-services-item {
    transform: translateY(-100px);
}

.our-services-item .our-services-item__shape {
    z-index: 2;
    width: 234px;
    position: absolute;
    left: 35px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.our-services-item:hover .our-services-item__shape {
    opacity: 1;
    visibility: visible;
}

.our-services-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 30px 35px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.our-services-item__text {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 30px 35px;
    overflow: hidden;
    transform: translateY(84px);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.our-services-item:hover .our-services-item__text {
    transform: translateY(0);
}

.our-services-item__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.our-services-item__image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(21, 21, 41);
    background: -moz-linear-gradient(0deg, rgba(21, 21, 41, 1) 0%, rgba(21, 21, 41, 0.9360994397759104) 44%, rgba(36, 5, 5, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(21, 21, 41, 1) 0%, rgba(21, 21, 41, 0.9360994397759104) 44%, rgba(36, 5, 5, 0) 100%);
    background: linear-gradient(0deg, rgba(21, 21, 41, 1) 0%, rgba(21, 21, 41, 0.9360994397759104) 44%, rgba(36, 5, 5, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#151529", endColorstr="#240505", GradientType=1);
    opacity: 0.72;
    transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.our-services-item:hover .our-services-item__image:before {
    background: rgba(0, 0, 0, 0.58);
    opacity: 1;
}

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

.our-services-item__subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.25em;
    color: #ed6d56;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.our-services-item__title {
    font-weight: 400;
    font-size: 31px;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 27px;
}

.our-services-item:hover .our-services-item__subtitle,
.our-services-item:hover .our-services-item__title {
    padding-left: 23px;
}

.our-services-item__more-link {
    display: inline-block;
    padding: 10px 33px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 48px;
}

.our-services-item:hover .our-services-item__more-link {
    opacity: 1;
    visibility: visible;
}


/** Testimonials **/

.testimonials-section .testimonials-content {
    padding: 85px 0 104px 0;
}

.testimonials-section .sect-title .bloc-title {
    margin-bottom: 24px;
}

.testimonials-actions a {
    color: #fff;
    background-color: #ed6d56;
    border-color: #fff;
}

.testimonials-actions a:first-child {
    color: #fff;
    border-color: #151529;
    background-color: #151529;
}

.testimonials-actions a:hover,
.testimonials-actions a:focus {
    color: #ed6d56;
    border-color: #fff;
    background-color: #fff;
}

.testimonials-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-left: 52px;
    flex-wrap: wrap;
}

.testimonials-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 889px;
}

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


/** Online payment **/

.online-payment-section {
    padding: 71px 0 0 0;
}

.online-payment-section .sect-title .bloc-title {
    margin-bottom: 19px;
}

.online-payment-content {
    display: flex;
    align-items: end;
    border: 1px solid #dedede;
    padding: 34px 47px 40px 170px;
    position: relative;
    justify-content: space-between;
    margin: 77px 0 50px 0;
}

.online-payment-content .online-payment-ico {
    position: absolute;
    top: -82px;
    left: -177px;
}


/** Latest news **/

.latest-news-section {
    padding: 65px 0 45px 0;
    position: relative;
}

.latest-news-section:before {
    content: '';
    background-color: #ed6d56;
    height: 256px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

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

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

.actus-item:hover .actus-item__image img {
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.actus-item {
    position: relative;
    overflow: hidden;
}

.actus-item .actus-item__text {
    background-color: #fff;
    margin: -147px 22px 85px;
    padding: 16px 20px 18px;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -85px;
    position: relative;
    z-index: 2;
}

.actus-item:hover .actus-item__text {
    bottom: 0;
}

.actus-item-shape {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.actus-item:hover .actus-item-shape {
    opacity: 1;
    visibility: visible;
}

.actus-item .actus-item__date {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

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

.actus-item .actus-item__title {
    color: #151529;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.1em;
}

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

.slide-controls.latest-news-slide__pagination.swiper-pagination-bullets {
    margin-top: 62px;
}

.slide-controls.latest-news-slide__pagination .swiper-pagination-bullet {
    background-color: #fff;
}


/** Blk contact infos **/

.blk-contact-infos .sect-title .bloc-title {
    margin-bottom: 54px;
    font-size: 36px;
}

.blk-contact-infos {
    margin-bottom: 80px;
}

.blk-contact-infos ul.contact-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 25px;
}

.blk-contact-infos ul.contact-list li .contact-ico {
    margin-right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ed6d56;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blk-contact-infos ul.contact-list li {
    display: flex;
    align-items: center;
    color: #878787;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2em;
}

.blk-contact-infos ul li a:hover {
    color: #ed6d56;
}

.blk-contact-infos ul li .phone-nbr {
    color: #10101f;
    font-weight: 600;
    font-size: 18px;
}

.contact-mail {
    align-items: center;
    margin-right: 15px;
}

.contact-sog img {
    margin-right: 5px;
}

/** Map **/

.blk-map {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}


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


/* Footer column */

.footer-column {
    padding: 51px 0 97px 0;
}


/** Footer contact **/

.footer-logo {
    margin-right: 30px;
}

.footer-contact__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px solid #2c2c3c;
}

ul.contact-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.contact-list li {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    position: relative;
    display: flex;
    align-items: center;
}

ul.contact-list li .phone-nbr {
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
}

ul.contact-list li .contact-ico {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ed6d56;
    margin-right: 10px;
}

.footer-contact ul li .contact-ico {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ed6d56;
    margin-right: 10px;
}

.footer-contact ul.contact-list li {
    background-color: #161627;
    height: 65px;
    padding: 14px 20px;
    min-width: 225px;
}


/** Footer newsletter **/

.footer-newsletter {
    color: #d2d2d2;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
}

.footer-newsletter .footer-title {
    margin-bottom: 22px;
}

.footer-newsletter .newsletter-form .form-group {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.newsletter-form {
    max-width: 400px;
    margin-top: 15px;
}

.footer-newsletter .newsletter-form .form-group input[type="email"] {
    font-family: "Lexend Deca", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1em;
    color: #9f9f9f;
    position: relative;
    width: 100%;
    padding: 15px 13px;
    height: 45px;
    background: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-style: normal;
}

.newsletter-form__note {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.65em;
    color: #9f9f9f;
    margin-top: 18px;
}

.footer-newsletter .newsletter-form .form-group button {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #ed6d56;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 2px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.footer-newsletter .newsletter-form input:focus {
    color: #9f9f9f;
    background: #fff;
    border: 0;
}

.footer-newsletter .newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9f9f9f !important;
}

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

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


/** Certification end insurance **/

.footer-certification-insurance .footer-title {}

.footer-certification-insurance ul,
.footer-certification-insurance ul li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer-certification-insurance ul li {
    flex-direction: column;
}


/** Footer services **/

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

.footer-services ul li a {
    color: #d2d2d2;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1em;
    position: relative;
}

.footer-services ul li a:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    background-color: #ed6d56;
    width: 0;
    height: 1px;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.footer-services ul li a:hover:before {
    width: 28px;
}

.footer-services ul li:not(:last-child) {
    margin-bottom: 0;
}

.footer-services ul li a:hover {
    color: #ed6d56;
    padding-left: 40px;
}


/** Footer SEO **/

.footer-seo {
    padding-bottom: 66px;
}

.footer-seo .footer-title {
    margin-bottom: 16px;
}

.seo-links,
.seo-links a {
    color: #d2d2d2;
    line-height: 1.51em;
    font-size: 16px;
    font-weight: 400;
}

.seo-links span {
    position: relative;
    width: 8px;
    display: inline-block;
    height: 11px;
}

.seo-links span:before {
    content: '.';
    position: absolute;
    top: -5px;
    right: -2px;
    line-height: 11px;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
}

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


/** Footer bottom **/

.copyright {
    padding: 21px 0;
    position: relative;
}

.copyright {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2em;
}

.copyright a:hover {
    text-decoration: underline;
}


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


/** Banner **/

.banner-image {
    height: 445px;
    overflow: hidden;
    width: 100%;
    border: 2px solid #e4e4e4
}

.intern.page-contact .banner-image {
    height: 483px;
}

.banner-content {
    position: relative;
    display: inline-block;
    padding: 70px 15px 45px 15px;
    height: 100%;
}

.rect {
    background-color: #fff;
    height: 45px;
    width: 100%;
    bottom: 0;
    left: 15px;
    position: absolute;
}

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

.banner-image-txt {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: #000;
    font-size: 175px;
    font-weight: 400;
    color: #000;
    line-height: 130px;
    opacity: 0.32;
    text-transform: uppercase;
    position: absolute;
    left: 45px;
    bottom: 0;
}


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


/** Contact us **/

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

.contact-us__content-right {
    padding-left: 70px;
    padding-top: 86px;
}