@media (min-width: 768px) {
    .wrapper-full {
        padding: 0 clamp(40px, calc(100 * (45vw/1920)), 45px);
    }
}

@media (min-width: 480px) {
    .wrapper {
        max-width: 1680px;
        padding: 0 30px;
    }
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.header .header_wrap {
    padding: 60px 0 32px;
    transition: .3s;
}

body:not(.fp-viewing-0) .header.index .navbar .navbar_nav,
.header.sticky .navbar .navbar_nav {
    font-size: 13px;
}

.header.sticky .header_wrap,
body:not(.fp-viewing-0) .header.index .header_wrap {
    background-color: #469bbe;
    padding: 19px 0 16px;
}

body:not(.fp-viewing-0) .header.index .header_wrap {
    background-color: rgba(70, 155, 190, 0.24);
}

body .header .header_wrap .brand_logo {
    display: none;
}

body .header .header_wrap .brand_logo.active {
    display: block;
}

.header.sticky .header_wrap .navbar_brand,
body:not(.fp-viewing-0) .header.index .header_wrap .navbar_brand {
    width: 35%;
    max-width: 400px;
}

.header.sticky .header_wrap .brand_logo,
body:not(.fp-viewing-0) .header.index .header_wrap .brand_logo {
    display: block;
}

.header.sticky .header_wrap .brand_logo.active,
body:not(.fp-viewing-0) .header.index .header_wrap .brand_logo.active {
    display: none;
}

.header.sticky .header_wrap .nav_item.language,
body:not(.fp-viewing-0) .header.index .header_wrap .nav_item.language {
    display: none;
}

.header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}

.header .navbar .navbar_brand {
    width: 30%;
    max-width: 350px;
}

.header .navbar .navbar_brand .brand_logo img {
    max-width: 100%;
    height: auto;
}

.header .navbar .navbar_nav {
    font-size: 16px;
    line-height: 1;
    margin-left: auto;
}

.header .navbar .navbar_nav .nav_item ul,
.header .navbar .navbar_nav .nav_item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .nav_item ul.main {
    font-size: 24px;
    font-weight: 700;
}

.header .nav_item .btn-contact {
    display: block;
    text-align: center;
    color: #fff;
    background: var(--cP);
    font-weight: 900;
    font-size: 19px;
    padding: 19.5px 47px
}

.header.sticky .nav_item .btn-contact,
body:not(.fp-viewing-0) .header.index .nav_item .btn-contact {
    font-size: 13.5px;
    font-weight: 500;
    padding: 8.5px 16px;
}

.header .nav_item ul.main {
    padding-top: 15px;
}

.header .nav_item ul:not(.main) li {
    margin-left: 18px;
    padding-left: 19px;
}

.header .nav_item ul:not(.main) li a:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

.header .nav_item ul:not(.main) li:not(:first-child) {
    border-left: 2px solid #ffffff;
}

.header .nav_item ul.main li:not(:first-child) {
    margin-left: 25px;
}

.header .nav_item ul.main li a i {
    background: #ffffff;
    color: var(--cP);
    margin-left: 11px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: smaller;
    text-align: center;
    vertical-align: top;
    margin-top: 3px;
}

.header .nav_item ul.main li a:hover {
    text-decoration: underline;
}

.header .nav_item ul.main li:hover a i::before {
    content: "\f106";
}

.header .nav_item ul li {
    position: relative;
}

.header .nav_item ul ul {
    min-width: 200px;
    position: absolute;
    background: var(--cP);
    z-index: 999;
    margin: 0px;
    padding: 17px 0;
    color: #fff;
    line-height: 17px;
    flex-direction: column;
    align-items: flex-start !important;
    left: 0;
    top: calc(100% + 3px);
    display: none !important;
}

.header .nav_item ul>li:hover>ul {
    display: flex !important;
}

.header .nav_item ul ul li {
    white-space: nowrap;
    margin-left: 0 !important;
    font-size: 14.5px;
    display: block;
    padding: 9.5px 0 !important;
    border: 0 !important;
    width: 100%;

}

body:not(.fp-viewing-0) .header.index .nav_item ul.main>li>a {
    font-size: 20px;
}

body:not(.fp-viewing-0) .header.index .nav_item ul.main>li>a i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-top: 0px;
}

.header .nav_item ul ul li a {
    padding: 0 20px;
    text-decoration: none !important;
}

.header .nav_item ul ul li ul {
    left: 100%;
    top: 0;
}

.header .nav_item ul ul li ul li {
    white-space: initial;
}

.hambarger {
    display: none;
}

.mobile_menu {
    display: none;
}

@media(max-width:1510px) {
    .header .header_wrap {
        padding: 25px 0;
    }

    .header .nav_item ul.main {
        font-size: 19px;
    }

    .header .nav_item ul.main li a i {
        margin-top: 1px;
        margin-left: 10px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin-bottom: 2px;
    }

    .header .nav_item ul ul li {
        font-size: 12.5px;
        padding: 7.5px 0;
    }

    .header .nav_item ul ul {
        top: calc(100%);
    }

}


@media(max-width:1024px) {
    .header .header_wrap {
        padding: 20px 0;
    }

    .header .navbar .navbar_nav ul:not(.main) {
        font-size: 12.5px;
    }

    .header .nav_item ul.main li a i {
        margin-left: 10px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        margin-bottom: 2px;
    }

    .header .nav_item ul.main {
        font-size: 15.5px;
    }

    .header .nav_item ul.main li:not(:first-child) {
        margin-left: 12px;
    }

    .header .nav_item ul.main li a {
        display: inline-flex;
        align-items: center;
    }

    .header .navbar .navbar_brand {
        max-width: 300px;
    }

    .header .nav_item ul ul li {
        white-space: normal;
    }
}


@media(max-width:767.98px) {
    .header .header_wrap {
        padding: 15px 0;
    }

    .header .navbar .navbar_nav {
        display: none;
    }

    .hambarger {
        width: 33px;
        height: 33px;
        position: fixed;
        top: 22px;
        right: 10.41666666666667%;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: hidden;
        outline: none;
        cursor: pointer;
        display: block;
    }

    .hambarger .responsive-menu-box {
        width: 33px;
        height: 24px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .hambarger .responsive-menu-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .hambarger .responsive-menu-inner,
    .hambarger .responsive-menu-inner::before,
    .hambarger .responsive-menu-inner::after {
        width: 33px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
        transition-property: none;
    }

    .hambarger .responsive-menu-inner::before,
    .hambarger .responsive-menu-inner::after {
        content: "";
        display: block;
    }

    .hambarger .responsive-menu-inner::before {
        top: -10px;
    }

    .hambarger .responsive-menu-inner::after {
        bottom: -10px;
    }

    .hambarger.active .responsive-menu-inner {
        transform: rotate(45deg);
    }

    .hambarger.active .responsive-menu-inner::before {
        top: 0;
        opacity: 0;
    }

    .hambarger.active .responsive-menu-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
    }

    .mobile_menu.open {
        position: fixed;
        top: 110px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: var(--cP);
        z-index: 9999;

    }

    .mobile_menu.open>ul {
        height: 100%;
        overflow-y: auto;
    }

    .mobile_menu.open ul li {
        position: relative;
        overflow: hidden;
    }

    .mobile_menu.open ul li:first-child a {
        border-top: 1px solid#d7d7d7;
    }

    .mobile_menu.open ul li span {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 88px;
        z-index: 99;
        line-height: 88px;
        cursor: pointer;
        font-size: 30px;
        text-align: center;
        background-color: var(--cP);
    }

    .mobile_menu.open ul li span.active {
        display: none;
    }

    .mobile_menu.open ul li.active span {
        display: none;
    }

    .mobile_menu.open ul li.active span.active {
        display: block;
    }

    .mobile_menu.open ul li a {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
        line-height: 90px;
        border-bottom: 1px solid#d7d7d7;
        height: 90px;
    }

    .mobile_menu.open ul li ul li a {
        font-size: 32px;
    }
}


#fp-nav.fp-right {
    right: 70px;
}

#fp-nav ul li {
    padding: 15px 0px;
    margin: 0;
}

#fp-nav ul li:hover span,
#fp-nav ul li a:hover span,
#fp-nav ul li a span {
    border-radius: 0 !important;
    background-color: #fff;
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

#fp-nav ul li a span {
    left: auto;
    right: 0;
}

#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active:hover span,
#fp-nav ul li a.active span {
    width: 14px;
    height: 14px;
    background: var(--cP);
    border-radius: 0px;
}


.section .banner {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.section .banner.ovelay::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
}

.section .banner .video {
    overflow: hidden;
}

.section .banner .video video {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 2;
}

.section .banner .banner_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.section .banner .banner_content .wrapper {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.section .banner_content .inner_content {
    margin-bottom: clamp(30px, calc(100 * (100vh/1080)), 100px);
    max-width: 940px;
}

.section .banner_content .inner_content h1 {
    margin-bottom: 0;
    line-height: 1.2;
    max-width: 900px;
}

.section .banner_content .inner_content p {
    font-size: 32.6px;
    font-weight: 500;
    padding-top: 5px;
}

.section .inner_content .link_to {
    padding-top: 28px;
}

.section .inner_content a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    border: 2px solid transparent;
    flex-flow: wrap;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 2px solid var(--cP);
    transition: .3s;
}

.section .inner_content a:hover {
    background: var(--cP);
    padding: 10px;
}

.section .inner_content a span {
    font-size: 24px;
    font-weight: 700;
    padding: 0 40px;
}

.section .inner_content a i {
    background-color: var(--cP);
    margin-left: 8px;
    color: #fff;
    width: 49px;
    height: 49px;
    font-size: 45px;
    text-align: center;

}

.scroll_button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, .42);
    padding: 12px 55.5px 8px;
    border-top-left-radius: 71px;
    border-top-right-radius: 71px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
}

.scroll_button a {
    line-height: 0;
}

.scroll_button img {
    width: 100%;
    max-width: 31px;
}


.footer {
    padding-top: 95px;
    padding-bottom: 40px;
    overflow-y: auto;
    height: calc(100vh);
}

.footer::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
    right: 2px;
}

.footer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000;
    outline: 5px solid transparent;
}

.footer .group {
    margin-top: 30px;
    --col: 1;
    --gapX: clamp(20px, calc(100 * (30vw/1920)), 30px);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.footer .footer_item {
    padding: 20px 0;
}


.footer .footer_item:nth-child(1),
.footer .footer_item:nth-child(4) {
    --multiply: .2;
}

.footer .footer_item:nth-child(2),
.footer .footer_item:nth-child(3) {
    --multiply: .3;
}

.footer .footer_item h3 {
    font-size: 30px;
    font-weight: 900;
    font-family: "MuseoSansCyrl";
    line-height: 1;
}

.footer .footer_item .footer_link a {
    font-size: 19px;
    font-weight: 500;
    padding: 9px 0;
}

.footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 115px;
}

.footer .footer_bottom .brand_logo {
    width: 100%;
    max-width: 400px;
}

.footer .footer_bottom .brand_logo img {
    width: 100%;
}

.footer .footer_bottom .copyright {
    font-size: 19PX;
    font-weight: 500;
    margin-top: 42px;
}

.footer .footer_bottom .copyright p,
.footer .footer_bottom .copyright a {
    display: inline-block;
    text-transform: capitalize;
}

.footer .footer_bottom .right_item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 60px;
}

.footer .footer_bottom .right_item p.lg {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 13px;
    text-align: right;
}

.footer .footer_bottom .social_link {
    display: flex;
    padding-top: 15px;
}

.footer .footer_bottom .social_link a {
    width: 69px;
    height: 69px;
    margin: 0 0 0 22px;
    display: inline-block;
    vertical-align: middle;
    color: #172d44;
    text-align: center;
    font-size: 36px;
}

.footer .footer_bottom .social_link a img {
    width: 100%;
}


.section.other {
    height: 100vh;
}

.section.other .banner {
    height: 100% !important;
}

@media (min-width: 1024px) {
    .footer .footer_item:nth-child(2),
    .footer .footer_item:nth-child(3){
        text-align: center;
    }
}

.section.other .banner .banner_content h1 span {
    font-family: "Charter";
    font-weight: 200;
}
.section.other .banner .banner_content h1{
    line-height: 1.1;
}
.section.other .banner .banner_content .inner_content {
    margin-bottom: 100px;
    max-width: 888px;
}

.text_image {
    padding: 113px 0 93px;
    color: #172D44;
}

.text_image .photo_box .sketch-fit {
    --fit: 92.31;
    height: 100%;
}
.text_image .description_box{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.text_image .wrapper,
.services .wrapper {
    max-width: 1750px;
    padding: 0 40px;
}

.text_image .group {
    --col: 2;
    --gapX: 80px;
}

.text_image h4 {
    font-size: 56px;
    line-height: 1;
    color: #2c2c2c;
    font-family: "MuseoSansCyrl";
    font-weight: 700;
    padding-bottom: 20px;
    max-width: 700px;
}
.text_image.consultancy h4 {
    font-size: 40px;
    padding-bottom: 30px;
    max-width: 750px;
}
.text_image p {
    font-size: 33.34px;
    font-weight: 500;
    margin: 0;
    color: #2c2c2c;
}

.blank {
    background-color: #f8f8f8;
    padding: 48px 0;
}

.contact_address {
    padding: clamp(30px, calc(100 * (50vw/1920)), 50px) 0;
    background-color: #f8f8f8;
}

.contact_address .wrapper-full .group {
    --col: 2;
    --gap: clamp(30px, calc(100 * (45vw/1920)), 45px);
}

.contact_address .blue {
    background-color: #184177;
}

.contact_address .cyan {
    background-color: #469bbe;
}

.contact_address .address_box {
    display: flex;
    align-items: center;
}

.contact_address .address_box .sketch-fit {
    width: 30%;
    --fit: 25;
    height: 100%;
}

.contact_address .address_box .details {
    width: 70%;
    padding: clamp(20px, calc(100 * (40vw/1920)), 40px);
}

.contact_address .address_box .details h2 {
    font-size: 50px;
}

.contact_address .address_box .details p {
    font-size: 26px;
    font-weight: 500;
}

.contact_address .address_box:nth-child(even) .details {
    text-align: right;
}

.contact_form {
    background-color: #fff;
}

.contact_form .info {
    padding: 70px 0;
}

.contact_form .heading {
    background: var(--cP);
    text-align: center;
    padding: 9px 0px;
}

.contact_form .heading h3 {
    font-size: 50px;
    line-height: 65.34px;
    text-transform: uppercase;
    font-family: "MuseoSansCyrl";
    font-weight: 700;
    margin: 0;
}

.contact_form h2 {
    font-size: 73.34px;
    line-height: 63.34px;
    font-family: "MuseoSansCyrl";
    color: #2c2c2c;
    margin: 0px;
    text-align: center;
    font-weight: 700;
}

.contact_form .form_area {
    background-color: #ececec;
    padding: 58px 0px 82px;
}

.contact_form form {
    max-width: 1055px;
    margin: auto;
}

.contact_form form .wrap {
    --space: clamp(40px, calc(100 * (120vw/1920)), 120px);
    justify-content: space-between;
}

.contact_form form .wrap .item {
    width: calc((100% - var(--space))/2);
}

.contact_form label {
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: "MuseoSansCyrl";
    color: #868686;
    font-size: 26.67px;
    line-height: 64.67px;
    font-weight: 700;
}

.contact_form input {
    height: 62px;
    outline: 0;
    border: 0;
    padding: 0px 20px;
    padding-left: 55px;
    font-family: "MuseoSansCyrl";
    font-weight: 700;
    font-size: 15px;
    color: #868686;
    width: 100%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center left 15px;
}

.contact_form input[name="lName"],
.contact_form input[name="fName"] {
    background-image: url(../images/user.png);
    background-size: 27px;
}

.contact_form input[name="pNumber"] {
    background-image: url(../images/phone.png);
    background-size: 32px;
}

.contact_form input[name="email"] {
    background-image: url(../images/message.png);
    background-size: 32px;
}

.contact_form textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
    padding-top: 30px;
}

.contact_form button {
    display: block;
    background-color: var(--cP);
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 17.33px;
    text-align: center;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    height: 62px;
    margin-bottom: 20px;
}

.contact_form button.message {
    background-color: #2c2c2c;
}

@media(max-width:1670px) {
    .contact_form h2 {
        font-size: 73.34px;
        line-height: 63.34px;
    }

}

@media(max-width:1510px) {
    .contact_form h2 {
        font-size: 35px;
        line-height: normal;
    }

    .contact_form .info {
        padding: 40px 0;
    }

    .contact_form .heading h3 {
        font-size: 38px;
    }

    .contact_form .form_area {
        padding: 38px 0px 52px;
    }

    .contact_form label {
        font-size: 20px;
        line-height: 41px;
    }

    .contact_form input,
    .contact_form button {
        height: 47px;
    }

    .contact_form button.message {
        height: auto;
        min-height: 47px;
    }
}

@media(max-width:1024px) {
    .contact_form h2 {
        font-size: 30px;
    }

    .contact_form .info {
        padding: 30px 0;
    }

    .contact_form .heading h3 {
        font-size: 30px;
        line-height: 50px;
    }
}

@media(max-width:767.98px) {
    .contact_form .heading h3 {
        font-size: 26px;
    }

    .contact_form form .wrap {
        --space: 0;
        flex-direction: column;
    }

    .contact_form form .wrap .item {
        width: 100%
    }

    .contact_form textarea {
        height: 120px;
    }
}

.conect_with {
    min-height: 1038px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.conect_with::before {
    -webkit-clip-path: polygon(0 0, 52.8125% 0, 22.08333333333333% 100%, 0 100%);
    clip-path: polygon(0 0, 52.8125% 0, 22.08333333333333% 100%, 0 100%);
    background: rgba(0, 0, 0, 0.70);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.conect_with .wrapper {
    position: relative;
    padding-top: clamp(120px, calc(100 * (135vw/1920)), 135px);
    padding-bottom: clamp(120px, calc(100 * (135vw/1920)), 135px);
    max-width: 1780px;
}

.conect_with .title h2 {
    font-size: 67.34px;
    line-height: 68px;
    color: #ffffff;
    font-weight: 900;
    font-family: "MuseoSansCyrl";
    margin: 0;
    padding: 30px 0 0;
    text-transform: uppercase;
}

.conect_with .social_link {
    margin-top: 20px;
}

.conect_with a {
    font-weight: 900;
    font-size: 44.67px;
    line-height: 93px;
    padding-top: 54px;
}

.conect_with a span:hover {
    text-decoration: underline;
}

.conect_with a span img {
    margin-right: 60px;
    vertical-align: middle;
    max-height: 93px;
    width: auto;
}

@media(max-width:1670px) {
    .conect_with a {
        font-size: 35.5px;
        padding-top: 40px;
    }

    .conect_with a span img {
        margin-right: 45px;
    }

    .conect_with {
        min-height: 800px;
    }

}

@media(max-width:1510px) {
    .conect_with .title h2 {
        font-size: 47.34px;
        line-height: 48px;
    }

    .conect_with a {
        font-size: 35.5px;
        padding-top: 30px;
    }

    .conect_with a span img {
        margin-right: 40px;
        max-height: 40px;
    }

    .conect_with {
        min-height: 560px;
    }
}

@media(max-width:1024px) {
    .conect_with .title h2 {
        font-size: 30px;
        padding-top: 20px;
        line-height: normal;
    }

    .conect_with a {
        font-size: 23.5px;
        line-height: 45px;
        padding-top: 20px;
    }

    .conect_with a span img {
        margin-right: 20px;
        max-height: 30px;
    }
}

@media(max-width:767.98px) {
    .conect_with::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.services{
    padding-bottom: 116px;
}
.services .group{
    --col:3;
    --gap:clamp(25px, calc(100 * (45vw/1920)), 45px)
}
.services .servide_item{
    position: relative;
}
.services .servide_item .sketch-fit{
    height: 500px;
    --fit:0;
}
.services .servide_item a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, .3);
    text-transform: initial;
    transition: .2s;
}
.services .servide_item a:hover{
    background-color: rgba(148,25,44,0.6);
    /* background-color: rgba(70,155,190,0.6); */
}
.services .servide_item a h2{
    margin-bottom: 0;
    font-size: 40px;
}


.section.provide .banner{
    min-height: 1038px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.provide  .banner_content .inner_content{
    height: 100%;
    margin-bottom: 0;
    display: flex;
    max-width: 695px;
}
.provide  .banner_content .inner_content.right{
    margin-left: auto;
}

.provide .ovelay::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    clip-path: unset;
    -webkit-clip-path: unset;
    background-color: transparent;
}
.provide .ovelay.left_arrow::after {
    background-image: url(../images/left-arrow-bg.png);
}
.provide .ovelay.right_arrow::after {
    background-image: url(../images/right-arrow-bg.png);
}

.section.provide .banner_content .inner_content p{
    max-width: 100%;
    font-size: 34px;
    font-weight: 500;
}
.section.provide .banner .banner_content h1{
    font-size: 79px;
    line-height: 1;
    margin-bottom: 35px;
}
.section.provide .banner .banner_content .right h1{
    margin-left: auto;
    margin-bottom: 20px;
    
}
.section.provide .banner .banner_content h1 span {
    font-family: "Charter";
    font-weight: 200;
}