/******************************************************************************
* 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(-113px);
    transform: translateY(-113px);
    -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: #F3F9FC;
    box-shadow: 0 0 30px 0 rgba(0, 188, 255, 0.15);
}


/******************************************************************************
* Content
*******************************************************************************/
.list-items a {
    color: initial;
    font-family: "Sora", sans-serif;
}
/** Banner slider **/
.banner-section {
    position: relative;
}

.banner-inner {
    margin-top: 112px;
}

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

.banner-slide__content {
    position: relative;
    max-width: 600px;
}

.banner-subtitle {
    margin-bottom: 25px;
}

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

.banner-title {
    color: #090B16;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}

.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: 600ms;
}

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

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


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



/** About us **/

.about-us-section {
    padding: 54px 0 26px;
}

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

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

.bloc-image.image-1 {
    position: relative;
    width: 562px;
    height: 425px;
}


/** Company benefits **/

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

.company-benefits-section .pattern-layer-shape--top {
    margin-top: -320px;
    border-radius: 400px;
    width: 900px;
    height: 700px;
    opacity: 0.6;
    background: linear-gradient(262deg, #00BCFF 0%, rgba(0, 188, 255, 0.00) 100%);
    filter: blur(75px);
    margin-right: -250px;
}

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

.benefit-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 40px;
    align-items: end;
    justify-content: space-between;
    padding: 60px 40px 60px;
    border-radius: 10px;
    border: 1px solid #3DBDE4;
    background: rgba(202, 241, 255, 0.15);
    max-width: 635px;
    margin: 0 auto;
}

.benefit-item .benefit-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    background: linear-gradient(90deg, #3DBDE4 0%, #3268B0 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}

.benefit-txt {
    position: relative;
    flex: 1;
}

.benefit-item p {
    color: #140C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}



/** Multiple bloc **/

.multiple-bloc-section {
    padding: 124px 0 142px;
    overflow: hidden;
}

.multiple-bloc-section .pattern-layer-shape--top {
    margin-top: -307px;
}

.multiple-bloc-section .pattern-layer-shape--bottom {
    margin-bottom: -307px;
}

.multiple-bloc__content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 25px;
    align-items: end;
    justify-content: space-between;
    padding: 59px 28px 59px;
    border-radius: 10px;
    border: 1px solid #3DBDE4;
    background: rgba(202, 241, 255, 0.15);
    max-width: 635px;
    margin: 0 auto;
}

.multiple-bloc__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    background: linear-gradient(90deg, #3DBDE4 0%, #3268B0 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}

.multiple-bloc__txt {
    position: relative;
    flex: 1;
}

.multiple-bloc__txt p {
    color: #140C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    margin-bottom: 25px;
}


/** Intervention area **/

.intervention-area-section {
    padding: 124px 0 106px;
    overflow: hidden;
}

.intervention-area-section .pattern-layer-shape--top {
    margin-top: -307px;
    border-radius: 300px;
    opacity: 0.6;
    background: linear-gradient(262deg, #00BCFF 0%, rgba(0, 188, 255, 0.00) 100%);
    filter: blur(75px);
    margin-left: -18%;
}


/** Our services **/

.our-services-immo-section {
    padding: 126px 0;
}

.our-services-immo__actions {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px 25px;
    flex-wrap: wrap;
}

.services-slide .swiper-slide {
    height: auto;
    width: auto;
}

.service-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid rgba(0, 188, 255, 0.20);
    padding: 25px 25px 25px;
}

.service-image {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.service-image:before {
    content: '';
    inset: 0;
    background: linear-gradient(0deg, #000 0%, #000 100%);
    mix-blend-mode: saturation;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

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

.service-item:hover .service-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    background: linear-gradient(90deg, #3DBDE4 0%, #3268B0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.service-more a {
    border-radius: 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid #3DBDE4;
    position: relative;
}

.service-item:hover .service-more a {
    border-color: transparent;
}

.service-more a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background: linear-gradient(90deg, #3DBDE4 0%, #3268B0 100%);
    border-radius: 10px;
    transition: 0.4s;
}

.service-item:hover .service-more a:before {
    opacity: 1;
    visibility: visible;
}

.icon-box {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    padding: 0 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon-box .icon_first,
.icon-box .icon_second {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.icon-box .icon_second {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.service-item:hover .icon-box .icon_second {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.service-item:hover .icon-box .icon_first {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.service-txt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.our-services-slide__outer.container {
    margin-top: 60px;
    margin-left: calc((100% - 1170px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
}

.services-slide__pagination.slide-controls {
    display: flex;
    align-items: center;
    justify-content: center;
}


/** Latest news **/

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

.latest-news-section .shape-one {
    margin-top: 326px;
    margin-left: 7%;
}

.latest-news-section .shape-two {
    margin-right: 7%;
    margin-bottom: 259px;
}

.actus-item {
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(0, 188, 255, 0.15);
    padding: 22px 20px 25px;
    overflow: hidden;
    background-color: #edf8fc;
}

.actus-image {
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.actus-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

.actus-txt {
    position: relative;
    padding: 23px 0 0;
}

.actus-cat {
    color: #3DBDE4;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #3DBDE4;
    padding: 5px 12px;
    margin-bottom: 20px;
    display: inline-block;
}

.actus-date {
    color: #818181;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.858em;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 8px;
}

.actus-title {
    color: #090B16;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.actus-title a:hover {
    color: #3DBDE4;
}



/** Blk Contact infos **/

.contact-infos-section {
    padding: 107px 0 100px;
}

.blk-contact-infos {
    position: relative;
}


.blk-contact-infos ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.blk-contact-infos ul li {
    color: #140C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    display: flex;
    align-items: center;
}

.blk-contact-infos ul li .contact-title {
    color: #636363;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.blk-contact-infos ul li .contact-ico {
    margin-right: 20px;
    border-radius: 10px;
    width: 56px;
    min-width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #3DBDE4 0%, #3268B0 100%);
}


/** Map **/

.blk-map {
    position: relative;
    width: 100%;
    max-width: 527px;
    height: 700px;
    overflow: hidden;
    border-radius: 10px;
}

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

/* Footer column */

.footer-column__inner {
    border-radius: 10px;
    border: 1px solid #3DBDE4;
    padding: 61px 0 50px;
}

.footer-column__item {
    position: relative;
}

.footer-column__item:not(:last-child):before {
    width: 1px;
    height: 165px;
    border-right: 1px solid #3DBDE4;
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0;
}

.footer-column__item .list-items li {
    color: #140C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
}

.footer-column__item .list-items li a:hover {
    color: #3DBDE4;
}

.footer-column__item .list-items li:not(:last-child) {
    margin-bottom: 12px;
}


/** Footer contact **/


/** Footer services **/


/** Footer menu **/



/** Footer bottom **/

.footer-bottom {
    padding: 32px 0;
}

.copyright {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copyright a:hover {
    color: #3DBDE4;
}


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

/** Banner **/

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

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


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



/** Contact us **/

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

.contact-us__content ,.box-centent-form {
    display: flex;
    align-items: center;
    gap: 27px;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 188, 255, 0.15);
    padding: 72px 49px;
    position: relative;
}
.box-centent-form{
    display: block;
    margin-top: 70px;
    
}

.contact-us__content:before {
    content: '';
    border-radius: 0 25px 25px 0;
    background: linear-gradient(90deg, #3DBDE4 0%, #3268B0 100%);
    position: absolute;
    top: 0;
    right: 0;
    max-width: 464px;
    height: 100%;
    width: 36%;
}