body, html {
    /* overflow-x: hidden; */
    display: block;
}
body, body main, html {
    background-color: #f6f6f6;
}
body {
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    font-family: "Poppins", "Noto Sans", sans-serif;
    margin: 0;
}

body a, header, header #header {
    transition: all .3s 
ease-in-out;
}
.mb-15 {margin-bottom:40px}
.pt-100 {
    padding-top: 100px;
}
:root {
--white: #fff;
--uketa-blue: #002c8f;
    
}
.zero_radius .container {border-radius:0}
.bottom_radius .container {border-radius: 0px 0px 24px 24px;}
.heading-3 {
    color: #13161f;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}
.bg-white {background:#fff}
.container {
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    width: 1235px;
    max-width: 1235px;
    padding: 70px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    margin-right: auto;
    margin-left: auto;
}
header {
    background: var(--uketa-blue);
    position: sticky;
    top: 0;
    z-index: 2;
}
header .container {
    padding: 0;
    width: unset;
    padding-right: 5%;
    padding-left: 5%;
    overflow: visible;
}
header #header {
    /* background-color: #f6f6f6; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 100%;
    margin: auto;
    height: 75px;
    z-index: 9;
}
#logocontainer, .rtl .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    display: flex
;
}
#logo {
    width: 200px;
    height: 36px;
    object-fit: contain;
    transition: all .3s 
ease-in-out;
}
#menu-overlay {
    display: inline;
    right: 0;
    top: 0;
    width: fit-content;
    height: 66px;
}
#menu-overlay.show {
    right: 0;
}
@media (min-width: 1024px) {
    #menu-overlay {
        display: block !important;
    }
}
#nav {
    display: flex
;
    vertical-align: middle;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
#nav li:not(.sub-menu li):has(.sub-menu-toggle) {
    padding: 23px 0;
    padding-inline-end: 20px;
}
#nav li:not(.sub-menu li) {
    padding: 23px 0;
}
#nav li {
    position: relative;
    list-style: none;
    width: calc(100% + 25px);
}
#nav li a:not(.sub-menu li a) {
    white-space: nowrap;
}
#nav a {
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-align: start;
    text-decoration: none;
}
@media (min-width: 1024px) {
    #nav .sub-menu {
        background: #fff;
        box-shadow: 0 16px 64px 0 rgba(14, 14, 14, .1);
    }
}
#nav .sub-menu li {
    padding: 10px 0;
    width: fit-content;
    min-width: 100%;
}
@media (min-width: 1024px) {
    #nav .sub-menu a {
        color: #0e0e0e;
        font-weight: 400;
    }
}
#nav .sub-menu a {
    padding: 0 20px;
}
#nav .sub-menu {
    display: none;
    position: absolute;
    top: 75%;
    padding: 20px 0;
    width: fit-content;
    min-width: 100%;
    white-space: nowrap;
    overflow: visible;
    margin: 10px 0;
    border-radius: 10px;
    padding-inline-start: 0;
}
@media (min-width: 1024px) {
    #nav li:has(.sub-menu):hover .sub-menu {
        animation: slideDownAndFadeIn .5s forwards;
        display: grid
;
        grid-template-columns: repeat(2, 1fr);
        min-width: 550px;
    }
}
#nav .sub-menu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -9px;
    left: 15px;
    background-repeat: no-repeat;
}
 @keyframes slideDownAndFadeIn {
        0% {
            opacity: 0;
            transform: translateY(-20px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }
}
#nav .sub-menu-toggle {
    position: absolute;
    top: 21px;
    right: -5px;
    width: 25px;
    height: 25px;
}
#nav .sub-menu-toggle {
    position: absolute;
    top: 21px;
    right: -5px;
    width: 25px;
    height: 25px;
}
#nav .sub-menu-toggle:after, #nav .sub-menu-toggle:before {
    display: block;
    position: absolute;
    content: "";
    top: 8px;
    width: 2px;
    height: 7px;
    border-radius: 2px;
    background: #ffffff;
    transition: all .3s 
ease;
}
#nav .sub-menu-toggle:before {
    left: 10px;
    rotate: -45deg;
}
#nav .sub-menu-toggle:after {
    left: 14px;
    rotate: 45deg;
}
@media (min-width: 1024px) {
    #nav li:not(:first-of-type) a {
        padding-inline-start: 17px;
    }
}
#menu-overlay .img-btn, .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}
#menu-overlay .img-btn .flag-img {
    position: absolute;
    left: -2%;
    bottom: -18%;
    height: 70%;
    z-index: 1;
}
#menu-overlay .img-btn .theme-btn {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    color: #13161f;
    text-align: center;
    background-color: #fff;
}
.theme-btn .btnText {
    white-space: break-spaces;
}
#menu-overlay .img-btn .theme-btn span {
    background-color: #002c8f;
}
.theme-btn span {
    display: block;
    border-radius: 12px;
    background: rgba(255, 255, 255, .3);
    aspect-ratio: 1 / 1;
    padding: 12px;
    height: 40px;
    width: 40px;
    justify-content: center;
    display: flex !important;
    padding: 0;
}
.theme-btn span svg {
    width: 16px;
    height: 16px;
}
.theme-btn {
    text-decoration: none;
    border-radius: 16px;
    background-color: var(--uketa-blue);
    padding: 8px 24px;
    padding-inline-end: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
    width: fit-content;
    column-gap: 16px;
}
.theme-btn:hover span {
    background: rgba(255, 255, 255, .8);
}
.theme-btn, .theme-btn span {
    box-shadow: 0 22px 56px 0 rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    transition: all .3s 
ease-in-out;
}
.theme-btn span svg, footer .footer-content #footerlogo, footer .footer-content .social-media a svg, footer .footer-content .useful-links li {
    display: block;
}
.mobileIcons {
    display: flex
;
    gap: 10px;
}
#hamburger {
    position: relative;
    right: 0;
    top: 0;
    width: 23px;
    padding: 14px;
    height: 23px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 26px 0 rgba(14, 14, 14, .03);
    cursor: pointer;
    display: none;
    z-index: 100;
}
#hamburger span:nth-child(1) {
    top: 20px;
    border-radius: 2px;
}
#hamburger span {
    background: #13161f;
    display: block;
    position: absolute;
    height: 1.6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transition: all 
ease-in-out .3s;
    opacity: 1;
    width: 19px;
    left: 16px;
}
#hamburger span:nth-child(2) {
    top: 30px;
    border-radius: 3px;
}
.wpml-ls-legacy-dropdown {
    width: fit-content;
    max-width: 100%;
}
.wpml-ls-legacy-dropdown>ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-item:not(.wpml-ls-sub-menu .wpml-ls-item) {
    background: #ffffff;
    box-shadow: 0 16px 32px 0 rgba(14, 14, 14, .05);
    border-radius: 16px;
    padding: 16px;
    cursor: pointer;
    position: relative;
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    border: 0;
    padding: 0;
    height: 20px;
    background-color: transparent;
    color: var(--uketa-blue);
}
.wpml-ls-legacy-dropdown .wpml-ls-flag:not(ul li ul li img) {
    content: url('../img/flags/globe.svg');
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
    color: var(--uketa-blue);
    margin-inline-start: 5px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: unset;
    display: none;
    width: fit-content;
    min-width: 100%;
    background: #fff;
    border: 0;
    box-shadow: 0 16px 64px 0 rgba(14, 14, 14, .1);
    border-radius: 10px;
    padding: 20px 10px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
    padding: 0 !important;
    width: fit-content;
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link {
    display: flex
;
    padding: 6px;
    font-size: 14px;
    border: 0;
    justify-content: flex-start;
    column-gap: 5px;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link span {
    color: #13161f;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
    visibility: unset;
    display: block;
    animation: slideDownAndFadeIn .5s forwards;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
}


/*-----------------------*/
.who-needs{    margin-bottom: 40px;}
.main_uketa {margin-bottom: 40px;overflow: hidden;position: relative;}
.main_uketa p {color:#fff}
.main_uketa .container{border-radius: 0;position: relative;padding: 0;}
.main_uketa .bg_baner {
    left: 0;
    width: 100%;
    height: 100%;
}
.main_uketa .bane-contet {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
}
.main_uketa .bg_baner img{width:100%;height: 100%;object-fit: cover;}
.main_uketa .content {
    width: 60%;
    padding: 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 6px 20px rgba(25,25,25,0.35), inset 0 1px 0 rgba(255,255,255,0.02);
    color: #fff;
    margin: 0 auto;
}
.main_uketa .content .heading-1 {
    text-align: center;
    color: #ffffff;
    text-align: center;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px 0;
}
.main_uketa .content .des-btn {
    z-index: 1;
    position: relative;
    text-align: center;
}
.main_uketa .content .des-btn .theme-btn {
    margin: 0 auto;
    width: fit-content;
}
.main_uketa .content .theme-des{
    /* flex: 1; */
}
.main_uketa .content .theme-des p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
}
/*-----------------------*/
.who-needs .container{border-radius:24px;position: relative;overflow: hidden;}
#fqa .heading-2, .who-doesnt-need .title-des .heading-2, .who-needs .title-des .heading-2 {
    margin-bottom: 30px;
}
.heading-2 {
    color: var(--uketa-blue);
    font-size: 40px;
    line-height: 1.2;
    padding: 0 0 15px 0;
    font-weight: 400;
    margin: 0 0 0 0px;
    /* border-bottom: 1px solid #eee; */
    text-align: center;
}
.theme-des p{
    color: #13161f;
    font-size: 16px;
    font-weight: 400;
}
.countries-list {
    margin: 50px 0 0px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, 1fr);
}
.countries-list .country {
    display: flex
;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #13161f;
    background-color: #f6f6f6;
    padding: 8px 10px;
    border-radius: 10px;
    transition: all 
ease .3s;
}
.countries-list .country img {
    display: block;
    object-fit: contain;
    width: 30px;
    height: 30px;
    transition: all 
ease .3s;
}
.countries-list .country .country-title {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.who-needs .countries {
    margin-top: 70px;
}
.countries {
    display: flex
;
    justify-content: space-between;
    align-items: start;
    gap: 35px;
}
.countries .country img
 {
    display: block;
    object-fit: contain;
    width: auto;
    border-radius: 8px;
    box-shadow: 0 11px 43.5px 0 rgba(0, 0, 0, .1);
}

.countries .country {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
    text-decoration: none;
    color: #13161f;
}
.countries .country .country-title {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.theme-des ul {
    list-style-type: none;
    display: flex
;
    flex-direction: column;
    row-gap: 15px;
    padding-inline-start: 0;
}

.theme-des ul>li {
    position: relative;
    padding-inline-start: 18px;
}.theme-des ul>li:has(strong) {
    display: block;
    padding-inline-start: 22px;
}

.theme-des ul>li:has(strong)>strong {
    display: flex
;
    align-items: center;
    column-gap: 10px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    margin-inline-start: -22px;
}
.theme-des ul>li:has(strong)>strong:before {
    content: "";
    /* background: url('../img/check.svg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 26px;
    width: 13px;
    color: #002c8f;
    display: block;
}
.who-doesnt-need .cards {
    display: flex
;
    gap: 24px;
    margin-bottom: 35px;
}
.who-doesnt-need .cards .flag-card {
    position: relative;
    border-radius: 16px;
    background-color: #f6f6f6;
    padding: 0;
    flex: 1;
    /* display: flex; */
    overflow: hidden;
}
.who-doesnt-need .cards .flag-card img {
    /* position: absolute; */
    z-index: 0;
    width: 100%;
    top: 0;
    right: 0;
}
.who-doesnt-need .cards .flag-card:hover .content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.who-doesnt-need .cards .flag-card .content {
    z-index: 1;
    display: flex;
    row-gap: 15px;
    position: absolute;
    left: 0;
    background: #002c8fd4;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 55px 40px 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms 
ease;
    transition: all 300ms 
ease;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.who-doesnt-need .cards .flag-card .content p {color:#fff}
.who-doesnt-need .cards .flag-card .sc {
    width: 100%;
    position: absolute;
    bottom: 17px;
}
.who-doesnt-need .cards .flag-card .sc .heading-3 {
    background: var(--uketa-blue);
    color: #fff;
    border-radius: 10px;
    padding: 14px;
    font-size: 15px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.theme-des.remove-my p:last-child {
    margin-bottom: 0;
}

.theme-des.remove-my p:first-child {
    margin-top: 0;
}
.who-doesnt-need .theme-btn {
    margin: auto;
}
.top_radius .container {border-radius: 24px 24px 0 0;}
.about_home {border-radius: 24px;}

.about_home .content {
    display: flex
;
    justify-content: space-between;
    gap: 25px 15%;
}
.about_home .content>* {
    width: 50%;
}
.about_home .title-des .heading-2 {
    margin-bottom: 30px;
    text-align: left;
}
.card_ab .cards {
    display: flex
;
    gap: 16px 27px;
}
.card_ab .cards .badges-card:first-child {
    width: 60%;
}
.badges-card.with-img {
    overflow: hidden;
    position: relative;
}
.badges-card {
    background-color: #f6f6f6;
    border-radius: 16px;
    padding: 30px 25px;
}
.badges-card.with-img img {
    width: 55%;
    right: 0;
}
.badges-card.with-img img {
    position: absolute;
    bottom: 0;
}
.badges-card .badges {
    margin-bottom: 40px;
}
.badges {
    display: flex
;
    flex-wrap: wrap;
    gap: 8px;
}
.badges .badge.clr-primary {
    background-color: #002c8f;
    color: #fff;
}
.badges .badge {
    padding: 10px 20px;
    border-radius: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    height: fit-content;
}
.theme-des ul>li:before {
    content: "";
    background: url('../img/check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: #002c8f;
    height: 26px;
    width: 13px;
    display: block;
    position: absolute;
    left: 0;
}
.badges .badge.clr-transperant {
    border: 1px solid #002c8f;
    color: #002c8f;
    background-color: transparent;
}
.contact_home .theme-des  p{margin-bottom:30px !important}
section .overlay{
    margin: 0 -70px -70px -70px;
    /* width: 100%; */
}
section  .overlay img{
    width: 100%;
}
.text-left {text-align:left}
/*----------------------------*/
.what_i_can .services-grid {
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px;
}
.what_i_can .service-card {
    border-radius: 16px;
    display: flex;
    background-color: #f6f6f6;
    position: relative;
    padding: 15px 15px;
    overflow: hidden;
    height: 216px;
}

.what_i_can .service-card .overlay-img {
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 100% 35%;
    background-size: cover;
}
.what_i_can .service-card.left-img .overlay-img {
    width: 85%;
    height: 85%;
    bottom: 0;
    right: 0;
}
.what_i_can .service-card .service-title {
    /* display: flex
; */
    justify-content: space-between;
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 25px;
    width: 100%;
    height: 100%;
}
.what_i_can .service-card .service-title .heading-3 {
    font-size: 17px;
}
.what_i_can .service-card .service-title .num {
    background-color: var(--uketa-blue);
    border-radius: 14px;
    color: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    font-weight: 500;
    font-size: 16px;
    width: 45px;
    height: 45px;
    box-shadow: 0 22px 56px rgba(0, 0, 0, .15);
    position: absolute;
    bottom: 0;
}
.what_i_can  .services-grid .service-card:nth-of-type(2) {
    /* grid-column: 2 / -1; */
}
.what_i_can .service-card.full-img .overlay-img {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}
.validity-table {
    display: flex
;
    flex-direction: column;
    row-gap: 30px;
}
.validity-table .table-row {
    display: flex
;
    gap: 16px 50px;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #cacaca;
} .validity-table .table-row .theme-des {
    width: 50%;
}
.validity-table .badges .badge.clr-gray {
    background-color: #f6f6f6;
    color: #13161f;
}
.validity-table .badges .badge .num {display:none}
.validity-table .badges .badge {
    padding: 16px 20px;
    border-radius: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    height: fit-content;
}
/*----------------------------*/
footer .container {padding:0;width: unset;padding-right: 5%;padding-left: 5%;}
footer .footer-content {
    padding: 80px 0 40px;
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
footer .footer-content #footerlogo img {
    height: auto;
    object-fit: contain;
    width: 200px;
}
footer .footer-content .useful-links {
    list-style-type: none;
    gap: 24px 0px;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
}
footer .footer-content .useful-links li a {
    color: #13161f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s 
ease-in-out;
}
footer .footer-content .useful-links li a:hover {
    opacity: .7;
}
footer .footer-content .contact-info {
    display: flex
;
    flex-direction: column;
    gap: 20px;
}
footer .footer-content .contact-info .contact-item a, footer .footer-content .contact-info a.contact-item {
    color: #13161f;
    text-decoration: none;
    transition: all .3s 
ease-in-out;
    white-space: nowrap;
}
footer .footer-content .contact-info .contact-item {
    display: flex
;
    align-items: center;
    width: 100%;
    column-gap: 10px;
    text-decoration: none;
    color: #13161f;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
footer .footer-content .contact-info .contact-item svg {
    display: block;
    width: 22px;
    height: 22px;
}
footer .copyrights, footer .disclaimer {
    padding: 30px 0 25px;
    display: flex
;
    font-size: 13px;
    justify-content: center;
    border-top: 1px solid #cacaca;
}
footer .copyrights p, footer .disclaimer p {
    margin: 0;
    color: #12181d;
    font-weight: 400;
    text-align: left;
}
/*----------------------------*/
.content_img {}
.content_img:before {content:''}
.content_img img{width:100%}


.about-section-three .inner-column {
    position: relative;
    text-align: right;
    margin-bottom: 40px;
}
.about-section-three .image-box {
  position: relative;
  display: inline-block;
}
.about-section-three .image-box:before {
    position: absolute;
    left: -100px;
    top: 10px;
    height: 400px;
    width: 400px;
    background-color: var(--uketa-blue);
    content: "";
    border-radius: 50%;
}
.about-section-three .abs-image {
    position: absolute;
    right: -193px;
    bottom: -60px;
}
.about-section-three .image-1 {
    position: relative;
    margin-bottom: 0;
    border: 10px solid #fff;
    box-shadow: 0px 10px 10px #cdcdcd;
}
.about-section-three .image-2 {
    position: absolute;
    left: -100px;
    bottom: 60px;
    border: 10px solid #fff;
    margin-bottom: 0;
}
.pad_right_100 {
    padding-right: 100px;
}

/*** 

====================================================================
		who_we_are_what
====================================================================

***/

.who_we_are_what .image-column {
  position: relative;
  margin-bottom: 50px;
}
.who_we_are_what .image-column .inner-column {
  position: relative;
  margin-right: -30px;
}
.who_we_are_what .image-column .inner-column .image-1 {
  position: relative;
  margin-bottom: 0;
}
.who_we_are_what .image-column .inner-column .image-1 img {
    z-index: 1;
    position: relative;
    box-shadow: 0px 0px 10px #747474;
}
.who_we_are_what .image-column .inner-column .image-1:before {
  position: absolute;
  right: 55px;
  top: 60px;
  width: 470px;
  height: 435px;
  border: 6px solid var(--uketa-blue);
  z-index: 0;
  content: "";
}
.who_we_are_what .image-column .inner-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 1;
  border: 10px solid #fff;
}
.who_we_are_what .image-column .inner-column .icon-dots {
  position: absolute;
  right: 0;
  top: 0;
}


.about-section  {
    position: relative;
    border-radius: 150px 10px 10px 150px;
    overflow: hidden;
    height: 100%;
}

.about-section .imf_sd {
    position: relative;
    height: 100%;
}
.about-section .imf_sd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-section::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 8px double #fff;
    border-radius: 150px 10px 10px 150px;
    z-index: 1;
}
.toggle {display:none; color:#fff}	
.toggle svg{
    width: 35px;
    height: 35px;
}	

.process-work-section{
    margin: 30px 0;
}
.process-work-wrapper {
  position: relative;
}
.process-work-wrapper .line-shape {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 880px;
}
.process-work-wrapper .line-shape img {
  width: 100%;
  height: 100%;
}
.process-work-wrapper .work-process-items {
  margin-top: 30px;
}
.process-work-wrapper .work-process-items .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--uketa-blue);
  box-shadow: var(---box-shadow);
  position: relative;
  margin: 0 auto;
  color: #ffffff;
  font-size: 46px;
}
.process-work-wrapper .work-process-items .icon img {width:50px}
.process-work-wrapper .work-process-items .icon .number {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: #4d6bb0;
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}
.process-work-wrapper .work-process-items .content {
  margin-top: 30px;
}
.process-work-wrapper .work-process-items .content h4 {
  font-size: 20px;
  color: var(--uketa-blue);
  font-weight: 500;
}
.process-work-wrapper .work-process-items .content.style-2 {
  margin-top: 0;
  margin-bottom: 30px;
}


.choose-us-wrapper-2 .choose-us-image {
  position: relative;
}
.choose-us-wrapper-2 .choose-us-image img {
  width: 100%;
 height: 100%; 
   object-fit: cover;
}
.choose-us-wrapper-2 .choose-us-image .thumb-2 {
  margin-top: 80px;
}
.choose-us-wrapper-2 .choose-us-image .choose-box {
  background-color: var(--uketa-blue);
  padding: 40px;
  position: absolute;
  bottom: 130px;
  left: 180px;
  z-index: 9;
  text-align: center;
}
.choose-us-wrapper-2 .choose-us-image .choose-box img {
    width: auto;
}
.choose-us-wrapper-2 .choose-us-image .choose-box h3 {
  color: var(--white);
  margin-bottom: 20px;
  text-align: center;
}
.choose-us-wrapper-2 .choose-us-content {
  margin-left: 50px;
}

.choose-us-wrapper-2 .icon-items {
  margin-top: 40px;
  display: block;
  padding: 0;
}
.choose-us-wrapper-2 .icon-items li {
  border: 1px solid #002c8f47;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  position: relative;
  border-radius: 8px;
}
.choose-us-wrapper-2 .icon-items li:not(:last-child) {
  margin-bottom: 15px;
}
.choose-us-wrapper-2 .icon-items li .icon {
  font-size: 50px;
  color: var(--theme);
}
.choose-us-wrapper-2 .icon-items li .content span {
    display: block;
    top: -10px;
    background: var(--uketa-blue);
    color: #fff;
    width: fit-content;
    position: absolute;
    right: 10px;
    font-size: 13px;
    border-radius: 22px;
    padding: 0 10px;
}
.choose-us-wrapper-2 .icon-items li .content h5 {
    font-size: 20px;
    color: var(--uketa-blue);
}
.choose-us-wrapper-2 .icon-items li .content p {
  margin-bottom: 0;
  font-size: 15px;
}
.mobile_logo_close_c {display:none}
.mobile_logo_close {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-bottom: 30px;
}
.mobile_logo_close .mobile_logo{
    width: 200px;
}
.mobile_logo_close .mobile_logo img{
    width: 100%;
}
.mobile_logo_close .mobile_bar_close{
    background: #cf0000;
    color: #fff;
    border: none;
    border-radius: 50px;
}
.mobile_logo_close .mobile_bar_close svg{}