/******************************************************************************
* 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(-145px);
    transform: translateY(-145px);
    -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: #FFF;
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.25);
}


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


/** Banner slider **/

.banner-section {
    position: relative;
}

.banner-inner {}

.banner-slide .banner-slide__item {
    position: relative;
    display: flex;
    align-items: start;
    height: 688px;
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
    padding: 110px 30px;
}

.banner-slide__content {
    position: relative;
    max-width: 840px;
    width: 58%;
}

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

.banner-slide__pagination.slide-controls {
    position: absolute;
    bottom: 110px;
    left: 15px;
    z-index: 3;
    display: flex;
    justify-content: start;
    padding: 0 30px;
}

.banner-title {
    color: #FFF;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.banner-slide__item .banner-title {
    opacity: 0;
}

.banner-slide .swiper-slide-active .banner-title {
    opacity: 1;
}

.banner-slide__item .banner-title {
    margin-bottom: 16px;
}

.banner-slide__item p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 40px;
    opacity: 0;
}

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

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

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


/** About us **/

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

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

.blk-experience {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    width: 325px;
    height: 150px;
    border-radius: 20px;
    background: #EEAE13;
    display: flex;
    align-items: center;
    padding: 30px 55px 30px 30px;
    position: absolute;
    bottom: 52px;
    right: 0;
    margin-right: -30px;
    text-align: left;
    animation: ctamoveobject 3s infinite linear alternate;
}

.blk-experience b {
    font-weight: 900;
}

.blk-experience .exp-ico {
    border-radius: 44px;
    border: 4px solid #FFF;
    background: #424242;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    padding: 17px;
    position: absolute;
    top: -12px;
    right: -25px;
}

.home .bloc-image.image-1 {
    margin-left: 110px;
    width: 88%;
    max-width: 448px;
}

.bloc-image.image-1 {
    position: relative;
    width: 448px;
    height: 671px;
}

.bloc-image.image-2 {
    max-width: 282px;
    max-height: 311px;
    width: 49%;
    height: auto;
    border-radius: 26px;
    overflow: hidden;
    border: 10px solid #FFF;
    position: absolute;
    top: 50px;
    left: 0;
}

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

.img-box .ico-logo {
    max-width: 121px;
    width: 23%;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.bloc-image figure {
    height: 100%;
}


/** Company benefits **/

.company-benefits__inner {
    padding: 108px 0 78px;
}

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

.benefit-item {
    position: relative;
    background: #FFF;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    min-height: 305px;
    padding: 40px 40px 20px 40px;
    border-radius: 46px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.benefit-item:hover {
    background: #424242;
    transform: translateY(-15px);
}

.benefit-item .benefit-txt>* {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.benefit-item .benefit-ico {
    position: relative;
    border-radius: 40px;
    background: #30E049;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    z-index: 1;
}

.benefit-item .benefit-ico:before {
    background: #E2FE1E;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    transform: scale(0);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.benefit-item:hover .benefit-ico:before {
    transform: scale(1);
}

.benefit-item:hover .benefit-ico svg path {
    fill: #424242 !important;
}

.benefit-item .benefit-title {
    color: #424242;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
}

.benefit-item .benefit-txt {
    margin-top: auto;
    padding-top: 32px;
    margin-top: 30px;
    border-top: 1px solid rgba(85, 97, 113, 0.14);
}

.benefit-item:hover .benefit-txt {
    border-color: rgba(255, 255, 255, 0.14);
}

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


/** Intervention area **/

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

.intervention-area-section .bloc-image {
    height: 500px;
}

ul.list-logo {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding: 24px 0;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
}

.bloc-content+.bloc-content {
    margin-top: 62px;
}


/** Our services **/

.our-services__inner {
    padding: 108px 0;
}

.intern .our-services-section {
    margin-bottom: 46px;
}

.service-item {
    position: relative;
}

.service-ico {
    width: 80px;
    height: 80px;
    border-radius: 0 0 80px 80px;
    background: #FFF;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.service-item__image {
    height: 375px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 26px;
}

.service-item__image:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.service-item__image:hover:after {
    height: 250%;
    background-color: transparent;
    transition: 600ms linear;
}

.service-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.service-item:hover .service-item__image img {
    transform: scale(1.1);
}

.service-item__txt {
    position: absolute;
    bottom: -50px;
    left: 17px;
    right: 17px;
    z-index: 2;
    border-radius: 26px;
    border: 1px solid rgba(85, 97, 113, 0.14);
    background: #FFF;
    padding: 20px 33px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    overflow: hidden;
}

.service-item:hover .service-ico {
    background: #E2FE1E;
}

.service-item__txt:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #E2FE1E;
    transition: all 400ms ease-in-out;
}

.service-item:hover .service-item__txt:after {
    top: 0px;
}

.service-title {
    color: #424242;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.service-item .service-more-link {
    color: #424242;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #424242;
    margin-bottom: -40px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 0;
}

.service-item:hover .service-more-link {
    margin-bottom: 0;
    margin-top: 16px;
    opacity: 1;
}

.our-services-slide .swiper-slide {
    height: auto;
    margin-bottom: 50px;
}

.our-services-slide__navigation.slide-controls {
    margin-top: 40px;
}


/** Testimonials **/

.testimonials-section {
    padding: 142px 0 177px;
}

.testimonials-section .layer-map {
    margin-top: 98px;
    width: 1071px;
}

.testimonials__head {
    margin-bottom: 60px;
}

.testimonials-rating {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.testimonials-reviews .testimonials-rating li .ico-star,
.testimonials-rating li {
    display: flex;
    align-items: center;
}

.testimonials-rating li i {
    color: #EEAE13;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.testimonial-item:hover .testimonials-rating li i {
    color: #E2FE1E;
}

.testimonials-rating li.empty i {
    color: #cacaca !important;
}

.testimonials-rating li:not(:first-child) {
    margin-left: 5px;
}

.testimonials-reviews {
    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    letter-spacing: normal;
}

.testimonials-reviews .testimonials-rating {
    margin-bottom: 11px;
}

.testimonials-reviews .testimonials-rating li .ico-star:before {
    content: '';
    background: url("../images/icons/ico-star.svg") no-repeat top left;
    width: 24px;
    height: 23px;
}

.testimonials-reviews .testimonials-rating li.empty .ico-star:before {
    width: 24px;
    height: 23px;
    background: url("../images/icons/ico-star-empty.svg") no-repeat top left;
}

.testimonials-reviews .testimonials-rating li:not(:first-child) {
    margin-left: 15px;
}

.testimonials-reviews .reviews-total {
    color: #EEAE13;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-right: 16px;
}

.testimonials-actions {
    margin-left: 40px;
}

.testimonial-item {
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    border-radius: 46px;
    border: 1px solid rgba(85, 97, 113, 0.14);
    background-color: #FFF;
    padding: 45px 41px;
    display: flex;
    flex-direction: column;
}

.testimonial-item:hover {
    background: #424242;
    transform: translateY(-20px);
}

.testimonial-item * {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.testimonial-foot {
    border-top: 1px solid rgba(85, 97, 113, 0.14);
    padding-top: 30px;
    margin-top: auto;
}

.testimonial-item:hover .testimonial-foot {
    border-color: rgba(255, 255, 255, 0.14);
}

.testimonial-author {
    color: #424242;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.testimonial-date {
    color: #556171;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
}

.testimonial-item p {
    overflow: hidden;
    color: #556171;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-self: stretch;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 24px;
}

.testimonial-item:hover p,
.testimonial-item:hover .testimonial-date,
.testimonial-item:hover .testimonial-author a {
    color: #fff;
}

.testimonials-slide .swiper-slide {
    height: auto;
    margin-top: 20px;
}


/** Online payment bloc **/

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

.online-payment__content {
    position: relative;
    background: url('../images/bg-01.jpg') no-repeat top left;
    background-size: cover;
    border-radius: 46px;
    padding: 108px 70px;
    max-width: 1500px;
    margin: 0 auto;
}

.online-payment__content .img-pers {
    position: absolute;
    bottom: 0;
    right: 20px;
    max-width: 491px;
    width: 33%;
}

.online-payment__content:before {
    content: '';
    background-color: #EEAE13;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    border-radius: 46px;
}


/** Latest news **/

.latest-news-section {
    padding: 108px 0 56px;
}

.actus-item {
    position: relative;
}

.actus-item .actus-image {
    width: 100%;
    height: 319px;
    position: relative;
    overflow: hidden;
    border-radius: 46px;
}

.actus-item .actus-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: #eeae13;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.actus-item .actus-image:hover:before {
    opacity: 0.6;
}

.actus-item .actus-image .actus-plus {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 45px;
    right: 0;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-30px);
    transform-origin: bottom;
    transition: all 500ms ease;
    z-index: 3;
}

.actus-item .actus-image:hover .actus-plus {
    bottom: 0px;
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 300ms;
}

.actus-item .actus-image:hover a img {
    opacity: 1;
    transform: translateY(0);
}

.actus-image:hover a {
    height: 100%;
}

.actus-item .actus-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

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

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

.actus-item .actus-date {
    color: #556171;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.actus-item .actus-date ul li,
.actus-item .actus-date ul {
    display: flex;
    align-items: center;
    position: relative;
}

.actus-item .actus-date ul li:not(:last-child) {
    margin-right: 11px;
    padding-right: 11px;
}

.actus-item .actus-date ul li:not(:last-child):before {
    content: '';
    border-radius: 3px;
    background: rgba(85, 97, 113, 0.14);
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
}

.actus-item .actus-title {
    overflow: hidden;
    color: #424242;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    margin-bottom: 15px;
}

.actus-item .actus-more-link {
    color: #30E049;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6em;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}


/** Blk contact infos **/

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

.blk-contact-infos .sect-title .bloc-title {
    font-size: 32px;
    line-height: 1.582em;
    margin-bottom: 40px;
}

.blk-contact-infos ul li {
    color: #0A0101;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6em;
    display: flex;
    padding: 22px 40px;
    border-radius: 24px;
    background: rgba(48, 224, 73, 0.10);
    width: 100%;
}

.blk-contact-infos ul li strong {
    font-weight: 900;
}

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

.blk-contact-infos ul li .contact-ico {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    background: #30E049;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.blk-contact-infos ul li:hover .contact-ico {
    background: #E2FE1E;
}

.blk-contact-infos ul li:hover .contact-ico svg path {
    fill: #1E1E1E !important;
    stroke: #1E1E1E !important;
}


/** Map **/

.map-section {
    padding: 0 0 108px;
}

.blk-map {
    position: relative;
    overflow: hidden;
    height: 557px;
    width: 100%;
    border-radius: 46px;
}


/** Blk newsletter **/

.blk-newsletter {
    position: relative;
    padding: 108px 0 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.blk-newsletter .newsletter-title {
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.21em;
    margin-bottom: 10px;
}

.newsletter-form .form-group {
    margin-bottom: 0;
}

.newsletter-form .form-group:first-child {
    width: 100%;
}

.newsletter-form form {
    display: flex;
    align-items: center;
    gap: 16px;
}

.newsletter-form .form-group .form-control {
    color: #999;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 65px;
    padding: 22px 26px;
    border-radius: 50px;
    border: 1px solid #B3B3B3;
    background-color: transparent;
    box-shadow: none;
    text-transform: none;
    max-width: 584px;
    width: 100%;
}

.newsletter-form .form-group button {
    height: 65px;
    padding: 13px 30px;
    border-radius: 50px;
    width: 172px;
}

.newsletter-form__note {
    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
}

.newsletter-form input:focus {
    background-color: transparent;
    color: #B3B3B3;
    border: 1px solid #B3B3B3;
}

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

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

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


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


/* Footer column */

.footer-column {
    padding: 60px 0;
}

.footer-column__item {
    position: relative;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 21px;
    margin-bottom: 109px;
}

.footer-address {
    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
}


/** Footer contact **/

.footer-contact ul li,
.footer-contact ul li a {
    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    display: flex;
    align-items: center;
}

.footer-contact ul li .contact-title {
    font-weight: 900;
    line-height: 1.6em;
}

.footer-contact ul li .contact-ico {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    padding: 10px;
    border-radius: 20px;
    background: #30E049;
    justify-content: center;
    align-items: center;
}

.footer-contact ul li:hover .contact-ico {
    background: #E2FE1E;
}

.footer-contact ul li:hover .contact-ico svg path {
    fill: #1E1E1E !important;
}

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

.footer-contact ul li:hover {
    cursor: pointer;
}


/** Footer services **/

.footer-services ul li {
    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.565em;
}

.footer-services ul li a {
    padding-left: 16px;
    position: relative;
}

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

.footer-services ul li a:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 3px;
    background-color: #30E049;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.footer-services ul li a:hover:before {
    background-color: #fff;
}

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


/** Footer certification and insurance **/

.footer-certification-insurance {
    max-width: 229px;
}

.footer-certification-insurance ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


/** Footer bottom **/

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 24px 0;
}

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

.copyright,
.copyright a {
    color: #B3B3B3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.83em;
}

.copyright ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.copyright ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.copyright ul li:not(:last-child):after {
    content: '';
    display: inline-block;
    background: #30E049;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: auto;
    right: -4px;
    margin-top: 0px;
}

.copyright ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
}

.copyright a:hover,
.copyright a:focus {
    color: #30E049;
}


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


/** Banner **/

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

.intern .banner-content {
    position: relative;
    display: flex;
    align-items: center;
    height: 415px;
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
    padding: 80px 30px;
}

.intern.page-contact .banner-content {
    height: 315px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
}

.intern .banner-title {
    font-size: 56px;
    position: relative;
}

.intern .banner-txt {
    position: relative;
    max-width: 486px;
    width: 40%;
}


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


/** Contact us **/

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