/******************************************************************************
* Header
*******************************************************************************/

.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-121px);
    -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;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}


/******************************************************************************
* Content
*******************************************************************************/


/** Home slider **/

.home .banner-section {
    position: relative;
}

.home-slide.owl-carousel .home-slide__item {
    height: 632px;
    width: 100%;
    display: flex;
    overflow: hidden;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-bottom: 64px;
}

.home-slide.owl-carousel .home-slide__item .bg-slide,
.home-slide.owl-carousel .home-slide__item .home-slide__img {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0%;
    right: 0%;
    z-index: -1;
}

.home-slide .home-slide__item .bg-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.home-slide.owl-carousel .home-slide__item .home-slide__img {
    left: 0%;
    width: calc(50% + 288px);
    max-width: 1211px;
}

.home-slide.owl-carousel .home-slide__item .home-slide__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: right;
}

.home-slide.owl-carousel .owl-stage {
    display: flex;
}

.home-slide.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.home-slide__content {
    position: relative;
    z-index: 2;
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }
    100% {
        transform: translateY(0);
    }
}

.home-slide__subtitle {
    font-size: 22px;
    font-weight: 700;
    color: #ed990a;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 9px;
    opacity: 0;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.2s;
}

.home-slide__title {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 25px;
    opacity: 0;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
}

.home-slide__action {
    opacity: 0;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.4s;
}

.home-slide.owl-carousel .owl-item.active .home-slide__subtitle,
.home-slide.owl-carousel .owl-item.active .home-slide__title,
.home-slide.owl-carousel .owl-item.active .home-slide__action {
    opacity: 1;
    animation-name: slideinup;
}

.home-slide.owl-carousel .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 19%;
    left: 50%;
    transform: translateX(-50%);
}


/** About us **/

.about-us-section {
    padding: 108px 0 135px 0;
    background: #fffef9;
}

.intern .about-us-section {
    padding: 120px 0 135px 0;
}

.about-us-content .bloc-other:not(:first-child) {
    margin-top: 50px;
}

.about-us-content .img-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 25px;
    padding-bottom: 75px;
}

.about-us-content .img-box .bloc-image.image-1 {
    position: relative;
}

.about-us-content .img-box .bloc-image.image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bloc-shape {
    position: absolute;
    right: 53px;
    top: 50%;
    transform: translateY(-50%);
    width: 194px;
    height: 194px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bloc-shape:before {
    /*content: '';*/
    background: url('../images/pattern-layer-lines.png') no-repeat top left;
    position: absolute;
    top: 8px;
    right: 0;
    width: 122px;
    height: 171px;
    background-size: cover;
}

.bloc-shape.service-ico {
    width: 158px;
    height: 158px;
    right: 0;
    top: 90px;
    transform: none;
}

.bloc-shape.service-ico:before {
    top: 9px;
    right: 9px;
    width: 92px;
    height: 130px;
}


/** Company benefits **/

.company-benefits-section {
    padding: 73px 0;
    position: relative;
    z-index: 1;
    background-color: #fffef9;
}

.company-benefits-section .bloc-title {
    margin-bottom: 44px;
}

.company-benefits-section:before {
    content: '';
    background-color: #f2f2f2;
    width: 100%;
    height: 433px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.company-benefits-item {
    margin-bottom: 30px;
}

.company-benefits-item__inner {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.company-benefits-item__img {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.company-benefits-item__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: all .5s cubic-bezier(.160, .85, .45, 1);
}

.company-benefits-item__inner:hover .company-benefits-item__img img {
    transform: scale(1.02);
    opacity: 0.5;
}

.company-benefits-item__txt {
    padding: 53px 18px 20px 18px;
    position: relative;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.company-benefits-item__inner:hover .company-benefits-item__txt {
    background-color: #ed990a;
}

.company-benefits-item__txt:before {
    background-color: #ed990a;
    content: "";
    height: 3px;
    width: calc(100% - 109px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.company-benefits-item__inner:hover .company-benefits-item__txt:before {
    width: 100%;
}

.company-benefits-item__title {
    color: #ed990a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.company-benefits-item__desc {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 15px;
}

.company-benefits-item__ico {
    background-color: #fff;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.company-benefits-item__inner:hover .company-benefits-item__desc,
.company-benefits-item__inner:hover .company-benefits-item__title {
    color: #fff;
}

.company-benefits-item__inner:hover .company-benefits-item__ico {
    background-color: #282828;
    border-color: #ed990a;
}

.company-benefits-item__inner:hover .company-benefits-item__ico svg path {
    color: #fff;
    fill: #fff !important;
}


/** Testimonials **/

.testimonials-section {
    padding: 15px 0 96px 0;
    overflow: visible;
    background: #fffef9;
}

.testimonials-slide {
    margin-top: 57px;
}

.testimonials-item {
    padding-left: 40px;
    position: relative;
}

.testimonials-item__content {
    padding: 30px 57px 33px 90px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
}

.testimonials-item__content:before {
    background-color: #ed990a;
    content: "";
    width: 3px;
    height: calc(100% - 60px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-item__author {
    color: #151614;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
}

.testimonials-item__desc {
    color: #6c6c6c;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.34em;
    margin-bottom: 23px;
}

ul.testimonials-item__rating {
    margin-bottom: 13px;
}

ul.testimonials-item__rating li i {
    font-size: 23px;
    color: #ed990a;
}

ul.testimonials-item__rating li:not(:last-child) {
    margin-right: 2px;
}

.testimonials-item__quotation {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 79px;
    height: 79px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #ed990a;
    border: 4px solid #fff;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 12%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.testimonials-item__quotation svg {
    width: 37px;
    height: auto;
}

.testimonials-slide.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonials-slide.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonials-slide.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}


/** CTA area **/

.cta-section {
    padding: 119px 0 111px 0;
    position: relative;
    z-index: 1;
}

.cta-section .cta-image {
    width: 35%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.cta-section .cta-image img {
    clip-path: polygon(0 0, 99% 0%, 80% 100%, 0% 100%);
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.cta-section .cta-ico {
    width: 157px;
    height: 157px;
    background-color: #ed990a;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -23px;
    margin-top: 6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.cta-section:before {
    background: url('../images/bg-04.jpg') no-repeat top right;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.cta-section .cta-txt {
    padding-left: 70px;
}

.interventions-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(50% - 15px);
}

.interventions-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-alsace {
    background-color: #e32119;
    width: 103px;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -67px;
    top: 50%;
    transform: translateY(-50%);
}

.interventions-content {
    padding-left: 125px;
}

.interventions-content .deco {
    padding-right: 12px;
}

.interventions-title {
    margin-bottom: 8px;
}

.interventions-action {
    margin-top: 25px;
}


/** Latest news **/

.latest-news-section {
    padding: 111px 0 122px 0;
}

.actus-item {
    margin-bottom: 30px;
}

.latest-news-section .bloc-title {
    margin-bottom: 92px;
}

.actus-item__image {
    position: relative;
    overflow: hidden;
    background-color: #000;
    margin-bottom: 0;
}

.actus-item__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s cubic-bezier(.165, .85, .45, 1);
}

.actus-item__inner:hover .actus-item__image img {
    transform: scale(1.02);
    opacity: 0.5;
}

.actus-item__txt {
    position: relative;
    padding: 21px 20px 18px 20px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    background-color: #fff;
    margin: 0 30px;
    margin-top: -43px;
}

.actus-item__inner:hover .actus-item__txt {
    background-color: #ffaa17;
}

.actus-item__date {
    color: #ed990a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 2px;
}

.actus-item__title {
    margin-bottom: 24px;
}

.actus-item__title a {
    font-weight: 700;
    color: #151614;
    font-size: 24px;
    line-height: 1.3em;
    background: linear-gradient(#fff 0%, #fff 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.actus-item__title a:hover {
    background-size: 100% 2px;
}

.actus-item__desc {
    margin-bottom: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item__more a {
    font-weight: 700;
    color: #ffaa17;
    font-size: 18px;
    line-height: 1.25em;
}

.actus-item__inner:hover .actus-item__title a,
.actus-item__inner:hover .actus-item__more a,
.actus-item__inner:hover .actus-item__desc,
.actus-item__inner:hover .actus-item__date,
.actus-item__title a:hover,
.actus-item__more a:hover {
    color: #fff;
}


/** Certification and insurance **/

.certification-insurance-section {
    padding: 65px 0 55px 0;
}

.certification-insurance-inner {
    padding-left: 25px;
    padding-right: 25px;
}

.certification-insurance-section .bloc-title {
    margin-bottom: 27px;
    font-size: 26px;
    font-weight: 700;
    color: #423f3d;
    line-height: 1.25em;
}

.certification-insurance__title {
    color: #6c6c6c;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    margin-right: 30px;
}

.certification-insurance-inner ul li {
    display: flex;
    align-items: center;
    margin: 15px;
}


/** Our services **/

.services-section {
    padding: 73px 0 168px 0;
    position: relative;
    z-index: 1;
    background-color: #fffef9;
}

.services-section .bloc-title {
    margin-bottom: 66px;
}

.services-section:before {
    content: '';
    background-color: #f2f2f2;
    width: 100%;
    height: 585px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.services-item {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.services-item__img {
    position: relative;
    width: 100%;
    height: 375px;
    border-bottom: 1px solid #8a8a8a;
}

.services-item__img:before {
    content: '';
    background-color: rgba(21, 22, 20, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.services-item__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: all .5s cubic-bezier(.160, .85, .45, 1);
}

.services-item:hover .services-item__img img {
    transform: scale(1.02);
}

.services-item:hover .services-item__img:before {
    opacity: 1;
    visibility: visible;
}

.services-item__txt {
    padding: 60px 18px 45px 18px;
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-item:hover .services-item__txt {
    background-color: #ed990a;
}

.services-item__txt:before {
    background-color: #ed990a;
    content: "";
    height: 3px;
    width: calc(100% - 109px);
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-item:hover .services-item__txt:before {
    width: 100%;
}

.services-item__subtitle {
    color: #ed990a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 10px;
}

.services-item__title {
    color: #282828;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.services-item__title>span:last-child {
    font-size: 32px;
    line-height: .9em;
}

.services-item__more {
    color: #ed990a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    background-color: #282828;
    padding: 9px 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 190px;
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -100%;
    transform: translateX(-50%);
}

.services-item:hover:hover .services-item__more {
    transition-duration: 600ms;
    bottom: 0;
}

.services-item__more:hover,
.services-item__more:focus {
    color: #ed990a;
    background-color: #282828;
}

.services-item__ico {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-item__ico img {
    max-width: 70px;
    max-height: 70px;
    transition: 0s;
    object-fit: contain;
    object-position: center;
}

.services-item:hover .services-item__subtitle,
.services-item:hover .services-item__title {
    color: #fff;
}

.services-item:hover .services-item__ico {
    background-color: #ed990a;
}

.services-item:hover .services-item__ico img {
    filter: contrast(0) brightness(10);
}

.services-item:hover .services-item__ico svg path {
    color: #fff;
    fill: #fff !important;
}

.services-slide.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.services-slide.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.services-slide.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}


/** Blk form contact **/

.blk-contact-form {
    margin-top: 46px;
}

.contact-form {
    position: relative;
}

.contact-form .form-control.error {
    border: 2px solid #ff0000;
}

.contact-form .form-group {
    margin-bottom: 29px;
}

.contact-form .form-group label.error {
    font-size: 12px;
    color: #ff0000;
    line-height: inherit;
    text-transform: none;
}

.contact-form .form-group textarea.form-control {
    height: 203px;
    -webkit-border-radius: 101px;
    -moz-border-radius: 101px;
    border-radius: 101px;
    padding-left: 80px;
    padding-right: 80px;
}

.contact-form .contact-form__note {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: -3px;
    margin-bottom: 45px;
    text-align: center;
}

.contact-form .btn-1 {
    border-radius: 30px;
    min-width: 250px;
    min-height: 60px;
}


/** Blk Contact infos **/

.contact-infos-section {
    overflow: visible;
    position: relative;
}

.blk-contact-infos {
    position: relative;
    z-index: 1;
    margin-top: -120px;
}

.blk-contact-infos .contact-infos-item {
    margin-bottom: 30px;
}

.blk-contact-infos .contact-infos-item__inner {
    padding-left: 40px;
    position: relative;
    height: 100%;
}

.blk-contact-infos .contact-infos-txt {
    padding: 75px 20px 75px 80px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 100%;
    background-color: #fff;
}

.blk-contact-infos .contact-infos-txt:before {
    background-color: #ed990a;
    content: "";
    width: 3px;
    height: calc(100% - 69px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blk-contact-infos .contact-infos-item ul li:first-child {
    color: #ed990a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.blk-contact-infos .contact-infos-ico {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 94px;
    height: 94px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #ed990a;
    border: 4px solid #fff;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 12%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}


/** Map **/

.map-section {
    padding: 48px 0 134px 0;
}

.map__content {
    position: relative;
    height: 493px;
    width: 100%;
    overflow: hidden;
}

.map__content img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}


/******************************************************************************
* Footer
*******************************************************************************/


/** Footer column **/

.footer-column {
    padding: 100px 0 120px;
    position: relative;
}

.footer-column:before {
    content: '';
    background: url('../images/pattern-layer-lines-footer.png') no-repeat top left;
    position: absolute;
    top: 45px;
    right: -35px;
    width: 457px;
    height: 640px;
}


/** Newsletter **/

.footer-newsletter {
    color: #d2d2d2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55em;
}

.footer-newsletter .footer-title {
    margin-bottom: 28px;
}

.newsletter-form form {
    margin-top: 21px;
}

.newsletter-form .form-group {
    max-width: 330px;
    margin-bottom: 0;
}

.newsletter-form .form-group:not(:last-child) {
    margin-bottom: 23px;
}

.newsletter-form .form-group input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2em;
    height: 42px;
    padding: 10px 12px;
    border: 0;
    color: #11151d;
    background-color: #ffffff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    text-transform: none;
    width: 100%;
}

.newsletter-form .form-group button.newsletter-form__send {
    width: 100%;
    height: 47px;
    font-size: 18px;
    font-weight: 700;
    color: #ffaa17;
    border: 3px solid #ffaa17;
    line-height: 1.2em;
    padding: 15px 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-transform: uppercase;
    background: none;
}

.newsletter-form .form-group button.newsletter-form__send:hover {
    background-color: #ed990a;
    color: #fff;
}

.newsletter-form__note {
    margin-top: 25px;
}

.newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #11151d !important;
}

.newsletter-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #11151d !important;
    opacity: 1;
    /* Firefox */
}

.newsletter-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #11151d !important;
}


/** Footer copyright **/

.footer-copyright .footer-title {
    padding-bottom: 11px;
}

.footer-copyright {
    margin-top: 47px;
    font-size: 14px;
    color: #d2d2d2;
    font-weight: 400;
    line-height: 1.55em;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
    color: #ffaa17;
}


/** Footer services **/

.footer-services {
    margin-bottom: 26px;
}

.footer-services ul li a {
    font-size: 15px;
    color: #d2d2d2;
    font-weight: 700;
    line-height: 1.55em;
}

.footer-services ul li:not(:last-child) {
    margin-bottom: 7px;
}

.footer-services ul li a:hover,
.footer-services ul li a:focus {
    color: #ffaa17;
}


/** Footer SEO **/

.footer-seo .footer-title {
    margin-bottom: 24px;
}

.seo-links,
.seo-links a {
    font-size: 15px;
    color: #d2d2d2;
    font-weight: 700;
    line-height: 2em;
}

.seo-links span {
    position: relative;
    width: 9px;
    display: inline-block;
    height: 11px;
}

.seo-links span:before {
    content: '.';
    position: absolute;
    top: -2px;
    right: 0px;
    line-height: 11px;
    color: #d2d2d2;
}

.seo-links a:hover,
.seo-links a:focus {
    color: #ffaa17;
}


/** Footer bottom **/

.footer-bottom-inner {
    padding: 26px 0 25px 0;
    background-color: rgba(21, 22, 20, .6);
}

.img-arobiz {
    margin-top: -7px;
    margin-left: 15px;
}

.arobiz {
    font-family: 'Poppins', sans-serif;
    color: #d2d2d2;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
}

.arobiz a:hover,
.arobiz a:focus {
    text-decoration: underline
}


/******************************************************************************
* Intern Page
*******************************************************************************/


/** Banner **/

.intern .banner-section {
    height: 400px;
    width: 100%;
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
}

.intern .banner-section .banner-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.intern .banner-section .banner-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}


/******************************************************************************
* Contact Page
*******************************************************************************/


/** Contact us **/

.contact-us-section {
    padding: 85px 0 73px 0;
    overflow: visible;
    background-color: #fffef9;
}

.contact-us-section .sect-title h1 {
    margin-bottom: 40px;
}


/** Bloctel **/

.blk-bloctel {
    padding: 55px 0;
}