/******************************************************************************
* 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(-152px);
    transform: translateY(-152px);
    -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: 0 4px 9px 0 rgb(0 0 0 / 14%);
    box-shadow: 0 4px 9px 0 rgb(0 0 0 / 14%);
}

.sticked-menu .site-navigation .menu>ul>li>a.menu__contact-phone-link,
.sticked-menu .site-navigation .menu>ul>li>a.menu__free-quote-link,
.sticked-menu .site-navigation .menu>ul>li>a.menu__contact-phone-link span:first-child,
.sticked-menu .site-branding.type-2,
.sticked-menu .site-navigation .menu>ul>li>a br {
    display: none !important;
}

.sticked-menu .site-navigation .menu>ul>li>a.menu__free-quote-btn {
    display: flex;
    height: 56px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    padding: 15px 20px;
}

.sticked-menu .site-navigation .menu>ul>li>a.menu__free-quote-btn:before {
    content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: #120c0c;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .24s ease-in-out;
    transition: -webkit-transform .24s ease-in-out;
    -o-transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out;
}

.sticked-menu .site-navigation .menu>ul>li>a.menu__free-quote-btn:hover,
.sticked-menu .site-navigation .menu>ul>li>a.menu__free-quote-btn:focus {
    color: #35c0ed;
}

.sticked-menu .site-navigation .menu>ul>li>a.menu__free-quote-btn:hover:before,
.sticked-menu .site-navigation .menu>ul>li>a.menu__free-quote-btn:focus:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.sticked-menu .site-navigation .menu>ul>li>a.menu__free-quote-btn svg {
    width: 21px;
    height: auto;
}

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

.sticked-menu .site-navigation__inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.sticked-menu .site-navigation #menu-first.menu,
.sticked-menu .site-navigation #menu-second.menu {
    padding-right: 0;
    padding-left: 0;
}

.sticked-menu .site-navigation .menu {
    flex: unset;
    -ms-flex: unset;
    width: auto;
}

.sticked-menu .site-navigation .menu>ul>li>a {
    padding-right: 15px;
}

.sticked-menu .site-navigation .menu#menu-second>ul>li:nth-last-child(-n + 4)>a {
    padding-right: 0;
}


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


/** Banner slider **/

.banner-section {
    padding: 0;
}

.banner-slide .owl-carousel .owl-stage {
    display: flex;
}

.banner-inner .banner-slide__pagination {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-slide .banner-slide__item {
    height: 540px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #000;
}

.banner-title {
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

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

.banner-more a {}

.banner-slide__content {
    position: relative;
    padding-top: 10px;
}

.intern .banner-section {
    position: relative;
    z-index: 1;
    text-align: center;
}

.intern .banner-section .bg-img {
    z-index: -1;
    opacity: 0.6;
}


/** About us **/

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

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

.about-us__content .img-box {
    margin-right: 45px;
}

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

.bloc-content .sect-title .bloc-title {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 26px;
}

.bloc-content .bloc-image .img-logo {
    margin-right: 20px;
    margin-bottom: 25px;
}

.bloc-content .img-box .bloc-image.image-1 {
    margin-right: 65px;
}

.bloc-content .img-box .bloc-image.image-2 {
    width: 469px;
    height: 550px;
    position: relative;
}

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

.blk-profil {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    width: 175px;
}

.blk-profil .profil-name {
    background-color: #35c0ed;
    height: 49px;
    border-radius: 28px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 5px 20px;
}

.blk-profil .profil-name span:last-child {
    font-size: 24px;
    line-height: 1.2em;
    display: inline-block;
    text-transform: none;
}

.blk-location {
    position: absolute;
    top: 45px;
    left: -43px;
    background-color: #35c0ed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 158px;
    height: 158px;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
}

.blk-location svg {
    margin-bottom: 12px;
}


/** Company benefits **/

.company-benefits__content {
    padding: 49px 80px 36px;
}

.company-benefits__content .sect-title .bloc-title {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 51px;
}

.company-benefits__content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-benefits__content ul li {
    margin-bottom: 30px;
}

.company-benefits__content ul li .benefit-ico {
    height: 120px;
    width: 120px;
    border: 4px solid #35c0ed;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.company-benefits__content ul li:hover .benefit-ico {
    background-color: #35c0ed;
}

.company-benefits__content ul li:hover .benefit-ico svg path {
    fill: #fff !important;
}

.company-benefits__content ul li .benefit-title {
    color: #262b35;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.company-benefits__content ul li:hover .benefit-title {
    color: #35c0ed;
}


/** Other content **/

.other-content-section {
    padding: 106px 0;
}


/** Our services **/

.our-services-section {
    padding: 80px 0 240px;
}

.intern .our-services-section {
    padding: 78px 0 80px;
}

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

.our-services-item {
    position: relative;
    min-height: 270px;
    border-radius: 30px;
    background-color: #fff;
    padding: 62px 30px 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.our-services-item:hover {
    background-color: #35c0ed;
}

.our-services-item__title {
    color: #000;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;
    min-height: 77px;
    display: flex;
    align-items: center;
}

.our-services-item:hover .our-services-item__title {
    color: #fff;
}

.our-services-item__ico {
    margin-bottom: 29px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    height: 60px;
    align-items: center;
}

.our-services-item:hover .our-services-item__ico svg path {
    fill: #fff !important;
}

.our-services-slide .owl-dots {
    justify-content: center;
    margin-top: 40px;
}


/** Online payment **/

.online-payment__content {
    background: url('../images/bg-01.jpg') no-repeat top left;
    background-size: cover;
    padding: 65px 50px 62px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -120px auto 0 auto;
}

.online-payment__content .sect-title .bloc-title {
    margin-bottom: 23px;
}

.online-payment__content .online-payment__action a {
    background-color: #fff;
    color: #262b35;
}

.online-payment__content .online-payment__action a:hover {
    background-color: #fff;
    color: #fff;
}

.online-payment__content .online-payment__action a:hover svg path {
    fill: #fff !important;
}


/** Testimonials **/

.testimonials-section {
    padding: 80px 0;
}

.testimonial-thumbs {
    display: flex;
    align-items: center;
    gap: 23px;
    margin-top: 40px;
}

.testimonial-thumb {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0.3;
}

.testimonial-thumb.active {
    opacity: 1;
}

.testimonial-item .bloc-text {
    color: #2b3e4b;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
}

.testimonial-author {
    font-family: "Urbanist", sans-serif;
    color: #262b35;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 4px;
}

.testimonial-ico {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-thumb.active .testimonial-ico {
    border-color: #35c0ed;
}

ul.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

ul.testimonial-rating li i {
    font-size: 18px;
    color: #fd961e;
    line-height: inherit;
}

.testimonials__actions {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 331px;
    padding: 28px 30px 30px;
    font-size: 24px;
    font-weight: 700;
    color: #262b35;
    line-height: 1.3em;
    text-align: center;
    -webkit-box-shadow: 6px 0 45px 0 rgba(136, 171, 201, 0.26);
    box-shadow: 6px 0 45px 0 rgba(136, 171, 201, 0.26);
}

.testimonial-quotation {
    background: url('../images/testimonial-image.jpg') no-repeat top left;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    margin: 0 auto 5px auto;
}

.testimonial-quotation span {
    background: #35c0ed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
}

.testimonials__actions .review-google-link {
    color: #35c0ed;
    border: 1px solid #35c0ed;
    background-color: #fff;
    padding: 15px 25px;
}

.testimonials__actions .review-google-link:hover {
    color: #fff;
}

.testimonials__actions .review-google-link:before {
    background-color: #35c0ed;
}


/** Latest news **/

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

.latest-news-section .sect-title .bloc-title {
    margin-bottom: 50px;
}

.actus-item {
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 33px 43px 25px 23px;
    background-color: #fff;
    border-radius: 30px;
    border-top-left-radius: 0;
    overflow: hidden;
}

.actus-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: calc(50% + 40px);
    background-color: #d9d9d9;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.actus-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: calc(50% + 40px);
    background-color: #35c0ed;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.actus-item:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.actus-item .actus-item__date {
    color: #717580;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.actus-item .actus-item__title {
    color: #262b35;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 22px;
}

.actus-item .actus-item__title:hover {
    color: #35c0ed;
}

.actus-item__image {
    transform: translateX(-23px);
    width: calc(100% + 23px);
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    height: 192px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.actus-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.actus-item:hover .actus-item__image img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.actus-item p {
    color: #9b9b9b;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 32px;
}

.actus-item .actus-item__more a {
    color: #35c0ed;
    border: 1px solid #35c0ed;
    background-color: #fff;
}

.actus-item .actus-item__more a:hover {
    color: #fff;
}

.actus-item .actus-item__more a:hover svg path {
    fill: #fff !important;
}

.actus-item .actus-item__more a:before {
    background-color: #35c0ed;
}


/** Newsleter **/

.newsletter-section {
    padding: 80px 0;
}

.blk-newsletter {
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 6px 0 95px 0 rgba(31, 3, 65, 0.06);
    box-shadow: 6px 0 95px 0 rgba(31, 3, 65, 0.06);
    position: relative;
}

.blk-newsletter .bloc-content {
    position: relative;
    padding: 57px 42px 57px 110px;
    display: flex;
    align-items: center;
}

.blk-newsletter .sect-title .bloc-title {
    margin-bottom: 10px;
}

.newsletter-image {
    min-width: 370px;
    position: relative;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}

.newsletter-ico {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #35c0ed;
    position: absolute;
    left: -52px;
    top: 50%;
    transform: translateY(-50%);
}

.blk-newsletter .newsletter-form__note {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
}

.blk-newsletter .newsletter-form {
    margin-left: 40px;
}

.blk-newsletter .newsletter-form form {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.65em;
}

.blk-newsletter .newsletter-form .form-group {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}

.blk-newsletter .newsletter-form .form-group input[type="email"] {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #2b3e4b;
    font-weight: 400;
    line-height: 1.2em;
    font-style: normal;
    position: relative;
    width: 346px;
    padding: 10px 70px 10px 23px;
    height: 64px;
    border: 1px solid #000;
    display: inline-block;
    background-color: transparent;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: none;
}

.blk-newsletter .newsletter-form .newsletter-form__submit {
    width: 67px;
    height: 64px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
}

.blk-newsletter .newsletter-form .form-group button {}

.newsletter-form input:focus {
    color: #2b3e4b;
    background-color: transparent;
    border: 0;
}

.newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2b3e4b !important;
}

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

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


/** Certification and insurance **/

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

.certification-insurance__content ul,
.certification-insurance__content ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;
}

.certification-insurance__title {
    color: #262b35;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.25em;
    margin-right: 15px;
}

.certification-insurance__content ul li:first-child {
    margin-right: 48px;
}


/** Blk speed contact **/

.blk-speed-contact {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    height: 623px;
    background-color: #000;
    padding: 55px 42px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
    color: #fff;
}

.blk-speed-contact span {
    margin-right: 10px;
    display: inline-block;
}

.blk-speed-contact .sect-title .bloc-title {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 25px;
}


/** Blk contact infos **/

.blk-contact-infos {
    background: url('../images/about-image-3.jpg') no-repeat bottom right;
    background-size: cover;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    max-width: 437px;
    width: 100%;
    height: 100%;
    padding: 39px 45px 45px;
}

.blk-contact-infos .sect-title .bloc-title {
    line-height: 1.35em;
    margin-bottom: 45px;
}

.blk-contact-infos ul li .contact-ico {
    margin-right: 7px;
}

.blk-contact-infos ul li {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2em;
    position: relative;
    padding-right: 15px;
}

.blk-contact-infos ul li,
.blk-contact-infos ul li a {
    display: flex;
    align-items: center;
}

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

.blk-contact-infos ul li:not(:last-child) {
    margin-bottom: 25px;
}


/** Map **/

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


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


/** Footer column **/

.footer-column {
    padding: 117px 0 98px;
}

.footer-logo {}


/** Footer contact **/

.footer-contact .footer-title {
    margin-bottom: 14px;
}

.footer-contact ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

.footer-contact ul li {
    width: 50%;
}

.footer-contact ul li,
.footer-contact ul li a {
    display: flex;
    align-items: center;
}

.footer-contact ul li {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    position: relative;
    padding-right: 15px;
}

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

.footer-contact ul li .contact-ico {
    margin-right: 7px;
}

.footer-contact ul li a:hover {
    color: #35c0ed;
    font-weight: 700;
}


/** footer services **/

.footer-services ul li {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    position: relative;
}

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

.footer-services ul li a:hover {
    color: #35c0ed;
    font-weight: 700;
}


/** Footer bottom **/

.copyright {
    padding: 13px 0 29px;
    position: relative;
    border-top: 1px solid #fff;
}

.copyright-text {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.65em;
    position: relative;
}

.copyright-text a:hover {
    color: #35c0ed;
    font-weight: 700;
}

.img-arobiz {
    margin-top: -7px;
    margin-left: 5px;
}


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

.intern .banner-section {
    display: flex;
    align-items: center;
    height: 312px;
    position: relative;
}


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


/** Contact us **/

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

.contact-us__content {
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    margin: -185px auto 0 auto;
    -webkit-box-shadow: 6px 0 45px 0 rgba(136, 171, 201, 0.20);
    box-shadow: 6px 0 45px 0 rgba(136, 171, 201, 0.20);
    padding: 47px 58px 50px;
}