/******************************************************************************
* 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(-178px);
    transform: translateY(-178px);
    -webkit-transition: visibility 400ms ease, -webkit-transform 400ms ease;
    transition: visibility 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, visibility 400ms ease;
    transition: transform 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
    background-color: #1B1464;
    /*    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25); */
}

.sticked-menu .site-navigation .menu>ul>li>a {
    color: #fff;
}

.sticked-menu .site-branding .logo-img {
    display: none !important;
}

.sticked-menu .site-branding .logo-img-2 {
    display: flex !important;
}


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


/** Banner slider **/

.banner-inner {
    padding-top: 56px;
}

.banner-slide .banner-slide-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 815px;
    overflow: hidden;
    width: 100%;
}

.banner-slide-item .banner-image img {
    object-position: top;
}

.banner-slide__content {
    position: relative;
}

.banner-title {
    color: #464080;
    font-family: "Antonio", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.banner-slide .banner-title {
    margin-bottom: 46px;
}

.banner-slide .swiper-slide-active .banner-title {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 500ms;
}

.banner-actions {
    display: flex;
    align-items: center;
    gap: 25px;
}

.banner-slide .swiper-slide-active .banner-actions {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 700ms;
}

.banner-actions a {
    background: #FFF;
    color: #1B1463;
}


/** About us **/

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

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

.bloc-content .sect-title .sub-title {}

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

.bloc-image.image-1 {
    position: relative;
    width: 503px;
    height: 628px;
}

.bloc-image.image-2 {
    margin-top: 198px;
    margin-right: 107px;
}

.bloc-image.image-3 {
    max-width: 262px;
    width: 55%;
}

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


/** Company benefits **/

.company-benefits-section .layer-shape {
    width: 1920px;
    margin-bottom: 70px;
}

.benefit-item {
    position: relative;
    background: #1B1464;
    padding: 49px 50px 38px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 100%;
    min-height: 256px;
    text-align: center;
}

.benefit-item:hover {
    background: #F9B870;
}

.benefit-item p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.benefit-item .benefit-title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 19px;
}

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


/** Intervention area **/

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


/** Our services **/

.our-services-section {
    padding: 278px 0 100px;
}

.intern .our-services-section {
    padding: 100px 0 108px;
}

.our-services-section .sect-title .sub-title {
    margin-bottom: 74px;
}

.service-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.service-item .service-image {
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 539px;
    width: 361px;
}

.service-item .service-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(0deg, rgba(27, 20, 100, 0.85) 0%, rgba(27, 20, 100, 0.85) 100%);
    background: linear-gradient(0deg, rgba(27, 20, 100, 0.85) 0%, rgba(27, 20, 100, 0.85) 100%);
    opacity: 1;
}

.service-item .service-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-item .service-content {
    position: absolute;
    bottom: 60px;
    z-index: 2;
    max-width: 361px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-item .service-more a {
    min-width: 199px;
    height: 52px;
    background: #ADAAC7;
}

.our-services-slider .swiper-slide.swiper-slide-active .service-more a {
    background: #F9B870;
}

.our-services-slider .swiper-slide.swiper-slide-prev .service-image:before,
.our-services-slider .swiper-slide.swiper-slide-next .service-image:before {
    background: -webkit-linear-gradient(0deg, rgba(27, 20, 100, 0.45) 0%, rgba(27, 20, 100, 0.45) 100%);
    background: linear-gradient(0deg, rgba(27, 20, 100, 0.45) 0%, rgba(27, 20, 100, 0.45) 100%);
}

.our-services-slider .swiper-slide.swiper-slide-active .service-image:before {
    opacity: 0;
}

.our-services-slider .swiper-slide-shadow-left,
.our-services-slider .swiper-slide-shadow-right {
    display: none !important;
}

.our-services-slider.swiper-3d {
    -webkit-perspective: 1600px;
    perspective: 1600px;
}


/** Latest news **/

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

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

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

.actus-item .actus-image a {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(27, 20, 100, 0.67);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.actus-item:hover .actus-image a {
    opacity: 1;
}

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

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

.actus-item .actus-item__content {
    position: relative;
    padding: 16px 0;
}

.actus-item .actus-date {
    color: #1B1464;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.actus-item .actus-title {
    color: #464080;
    font-family: "Antonio", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

.actus-more-link {
    margin: 0 18px;
}


/** Testimonials **/

.testimonials-section {
    padding: 103px 0 105px;
}

.testimonials-section .layer-shape {
    width: 1920px;
}

.testimonials-content .sect-title .bloc-title {
    color: #FFF;
    font-family: "Antonio", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.testimonials-content {
    max-width: 760px;
    height: 350px;
    padding: 78px 50px 100px;
    background: url('../images/layer-shape-3.svg') no-repeat center center;
    background-size: cover;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.testimonials-content .bloc-text {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    max-width: 232px;
    margin-bottom: 26px;
}

.testimonials-content .testimonials-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.testimonials-content .testimonials-action a {
    background-color: #fff;
    width: 221px;
    height: 41px;
    background: #FFF;
    box-shadow: 4px 6px 10px 0px rgba(0, 0, 0, 0.25);
    color: #1B1464;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.testimonials-content .testimonials-action a:hover {
    background: #F9B870;
    color: #fff;
}

.testimonials-content .testimonials-action a:hover svg path {
    stroke: #fff !important;
}

/** Blk contact infos **/

.blk-contact-infos {
    position: relative;
    padding: 45px 48px 0;
}

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

.blk-contact-infos ul.contact-list {
    margin-top: 60px;
    margin-bottom: 20px;
}

.blk-contact-infos ul.contact-list li {
    color: #1B1464;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
}

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

.blk-contact-infos ul.contact-list li .contact-ico {
    width: 22px;
    margin-right: 23px;
}


/** Map **/

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


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

.footer-logo {}

.footer-image {
    position: relative;
    height: 329px;
}

.footer-image .bg-img {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 329px;
}


/* Footer column */

.footer-column {
    padding: 252px 0 0;
    margin-bottom: -36px;
}

.footer-column__item {
    position: relative;
}


/** Footer contact **/

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

.footer-contact ul li {
    color: #1B1464;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    display: flex;
    align-items: center;
}

.footer-contact ul li .contact-ico {
    margin-right: 12px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: start;
}

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

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


/** Footer services **/

.footer-services ul li {
    color: #1B1464;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
}

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

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


/** Footer Newsleter **/

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

.footer-newsletter .newsletter-form {
    max-width: 283px;
}

.footer-newsletter .newsletter-form form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.newsletter-form__note {
    color: #1B1464;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
}

.footer-newsletter .newsletter-form .form-group input[type="email"] {
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    width: 100%;
    max-width: 243px;
    padding: 10px 22px;
    height: 29px;
    border: 0;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ADAAC7;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: none;
}

.footer-newsletter .newsletter-form .newsletter-form__submit {
    position: relative;
    flex: 1;
}

.footer-newsletter .newsletter-form .newsletter-form__submit button {
    width: 30px;
    height: 29px;
    background-color: #F9B15D;
    border: 0;
    padding: 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-newsletter .newsletter-form .newsletter-form__submit button svg {
    margin: 0;
}

.footer-newsletter .newsletter-form .form-group button:hover {}

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

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

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

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


/** Footer certification and insurance **/

.footer-certification-insurance ul {
    display: flex;
    gap: 20px;
}


/** Footer bottom **/

.footer-bottom__inner {
    position: relative;
    padding: 49px 0 51px;
}

.copyright-text {
    color: #1B1464;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

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


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


/** Banner **/

.intern .banner-inner {
    position: relative;
    height: 618px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intern .banner-inner .banner-content {
    position: relative;
}

.intern .banner-title {}


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


/** Contact us **/

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