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;
}
a{text-decoration:none}
body a, header, header #header {
    transition: all .3s 
ease-in-out;
}
.mb-15 {margin-bottom:40px}
.pt-100 {
    padding-top: 100px;
}
:root {
--us-red: #b32234;
--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: 99;
}
.sf-dlde {
    display: flex;
    gap: 56px;
}
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: 280px;
    height: 64px;
    object-fit: contain;
    transition: all .3s 
ease-in-out;
    outline: none;
}
#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: 66px;
    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: 83px;
    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 {color:#fff}
.theme-btn:hover span {
    background: rgba(255, 255, 255, .8);
    color: var(--uketa-blue);
}
.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;
    align-items: center;
}
.apply_ty {}
.apply_ty a {
    display: block;
    background: #0000003b;
    text-decoration: none;
    color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 16px;
}
#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 .item-layer-two {
    left: 43%;
    top: 10%;
    position: absolute;
    animation: sliderobject-move2 6s;
}
.main_uketa  .item-layer-one {
    left: -5%;
    top: 8%;
    position: absolute;
    animation: sliderobject-move1 3s;
}
@keyframes sliderobject-move1 {
    0% {
        left: -30%;
    	top: 16%;
    }
    100% {
        left: -5%;
	    top: 8%;
    }
}

@keyframes sliderobject-move2 {
    0% {
        left: 50%;
        top: 15%;
    }
    100% {
        left: 43%;
        top: 10%;
    }
}
.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 {
}
.main_uketa .content span {
    border: 1px solid var(--us-red);
    display: block;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 6px;
    color: var(--us-red);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.main_uketa .content .heading-1 {
    color: #162842;
    font-size: 44px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 30px 0;
    font-family: sans-serif;
}
.main_uketa .content .heading-1 span {
    border: none;
    display: contents;
    font-size: inherit;
    text-transform: none;
    font-weight: 600;
}
.main_uketa .content .des-btn {
    z-index: 1;
    position: relative;
}
.main_uketa .content .des-btn .theme-btn {
    width: fit-content;
    padding: 8px 8px 8px 25px;
}
.main_uketa .content .des-btn .theme-btn span {
    margin: 0;
    border: none;
    padding: 0;
    border-radius: 70px;
}
.main_uketa .content .theme-des{
    /* flex: 1; */
    border-left: 2px solid var(--us-red);
    padding-left: 15px;
}
.main_uketa .content .theme-des p{
    color: #162842;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
}
.main_uketa .wptb-image-single {
    height: 100%;
    display: flex;
    align-items: flex-end;
    max-width: 946px;
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 1;
    width: 525px;
}
.main_uketa .wptb-image-single .wptb-item--image {
    opacity: 1;
    transform: scale(1);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.main_uketa .wptb-image-single .wptb-item--image img {
    width: 100%;
}
/*-----------------------*/
.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;
}

.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;
}

.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;
}
.list-sd {
    margin-top: 30px;
}
.list-sd ul {
    margin: 0;
    list-style: none;
    padding: 0;
    list-style: none;
}
.list-sd ul li{
    padding-left: 55px;
    position:relative;
}
.list-sd ul li:before{
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    background: #f3f3f3;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 43px;
    color: var(--uketa-blue);
    }
.list-sd ul li h3{
    font-size: 25px;
    color: var(--uketa-blue);
}
.list-sd ul li p {}
.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: 0px 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 60px;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 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;
}
footer .ftr_des {
    width: 400px;
}
footer .ftr_des p {
    margin: 0;
    font-size: 14px;
}
/*----------------------------*/
.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: 1;
  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;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
.choose-us-wrapper-2 .icon-items li {position: relative;padding-inline-start: 18px;border: 1px solid #002c8f40;border-radius: 54px;padding: 5px 15px;}
.choose-us-wrapper-2 .icon-items li:before {
    content: "";
}
.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{}


/*------------*/
.innear_banner {
    background: url(../img/all_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
}
.innear_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}
.innear_banner .padd_50 {
    width: 100%;
}
.innear_banner .padd_50 .container {
    padding: 70px 0;
}
.innear_banner .padd_50 h1 {
    margin: 0;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
}
.breadcrumbs {
    /* justify-content: center; */
    display: flex;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}
.breadcrumbs a {
    color: #fff;
    padding-right: 35px;
    position: relative;
}
.breadcrumbs a:before {
    content: "\f105";
    font-family: FontAwesome;
    /* content: ''; */
    position: absolute;
    width: 7px;
    height: 7px;
    /* background: #e86020; */
    border-radius: 24px;
    right: 12px;
    top: 0;
}
/*------------*/

.all-content-needs {margin-bottom: 40px;}
.all-content-needs .container {
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.all-content-needs .theme-des p {
    color: #13161f;
    font-size: 16px;
    font-weight: 400;
}
.all-content-needs h3 {
    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;
}

/*-----------------------*/
.faqs {margin-top: 40px;}
.faqs .section-title{margin-bottom: 20px;}
.faqs .container {
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.faqs .accordion-item {
    border-radius: 5px;
    background-color: hsl(0deg 0% 94.49%);
    margin-bottom: 20px;
    border: 1px solid #dddddd !important;
    overflow: hidden;
    background: #fff;
}
.faqs .accordion-item .accordion-header {
    padding: 8px 23px 9px 13px;
    margin: 0;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    outline: none;
    color: #fff;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}
.faqs .accordion-item .accordion-header .accordion-button{
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    background: #0000;
    box-shadow: none;
    
}
.faqs .accordion-item .accordion-header .accordion-button:not(.collapsed) {color: var(--uketa-blue);}
.faqs .accordion-item .accordion-header .accordion-button:after{
    flex-shrink: 0;
    width: 40px;
    display: flex;
    height: 40px;
    margin-left: auto;
    content: "";
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s 
ease-in-out;
    background-color: #ededed;
    border-radius: 6px;
}
.faqs .accordion-item .accordion-header .accordion-button:before{content:""}
.faqs .accordion-item .accordion-collapse{
    border-top: 1px solid #eee;
}
.faqs .accordion-item .accordion-collapse .accordion-body{}
.faqs .accordion-item .accordion-collapse .accordion-body p{}
/*-----------------------*/
.abs_tables table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.abs_tables td, 
.abs_tables th {
  border: 1px solid #ddd;
  padding: 20px;
}

.abs_tables tr:nth-child(even){background-color: #f2f2f2;}
.abs_tables th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--uketa-blue);
  color: white;
  text-wrap-mode: nowrap;
  font-weight: 500;
  font-size: 22px;
}
.abs_tables td:first-child  p{    text-wrap-mode: nowrap;}
.abs_tables td p {margin-bottom:0}
.abs_tables {    margin-bottom: 30px;}
.all_ap_center {text-align:center; margin-top:30px}
.all_ap_center .theme-btn{
    margin: 0 auto;
}

/*----------blog-----------*/
.blog-area .thumb {
    position: relative;
}
.blog-area .thumb img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.blog-area  .info {
    padding: 0 30px;
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}
.blog-area  .info .inner {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.blog-area .meta {
    margin-bottom: 5px;
    width: 95px;
    border-radius: 5px;
    overflow: hidden;
}
.blog-area .info .inner .date {
    background: #000000;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
}
.blog-area .info .inner .date strong {
    display: block;
    line-height: 1;
    font-size: 40px;
    background: var(--uketa-blue);
    padding: 15px 20px;
}
.blog-area .info .inner .content {
    padding: 25px 40px;
    background: var(--white);
    flex: 1;
}
.blog-area .info .inner .content h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.blog-area .info .inner .content h3 a {
    color: #020202;
    text-decoration: none;
}
.blog-area .info .inner .content .theme-btn {padding: 5px 5px 5px 12px;}
.blog-area .info .inner .content .theme-btn span{width: 25px;height: 25px;}
.blog-area .blog_mg{margin-bottom:30px;}
.blog-area .container {padding-top:30px}
/*----------blog-----------*/
/*----------article_innear-----------*/
.article_innear {}
.article_innear .container{padding: 30px 0 0 0;overflow: visible;}
.article_innear .artcile_banner{border-radius: 15px;overflow: hidden;
/*height: 400px;*/
margin-bottom: 30px;}
.article_innear .artcile_banner img{width: 100%;height: 100%;object-fit: cover;}
.article_innear .article_desc{
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 35px;
}
.article_innear .article_desc h1{
    color: var(--uketa-blue);
    font-size: 35px;
    line-height: 1.2;
    padding: 0 0 30px 0;
    font-weight: 600;
    margin: 0 0 0 0px;
    /* border-bottom: 1px solid #eee; */
}
.article_innear .article_desc h3{
    color: #002c8fb0;
    font-size: 25px;
    line-height: 1.2;
    padding: 0 0 15px 0;
    font-weight: 500;
    margin: 0 0 0 0px;
    /* border-bottom: 1px solid #eee; */
}
.article_innear .article_desc p{
    color: #13161f;
    font-size: 16px;
    font-weight: 400;
}
.article_innear .article_desc ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-inline-start: 0;
}
.article_innear .article_desc ul li{
    position: relative;
    padding-inline-start: 18px;
}
.article_innear .article_desc 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;}
.article_innear .article_desc ul.double_li{}
.article_innear .article_desc ul.double_li li p{
    font-weight: 600;
    font-size: 20px;
}
.article_innear .article_desc ul.double_li li ul{
    list-style: disc;
    padding-left: 30px;
}
.article_innear .article_desc ul.double_li li ul li{
    padding-inline-start: 0;
}
.article_innear .article_desc ul.double_li li ul li:before{
    display: none;
}
/*----------article_innear-----------*/

.sidebar-item {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    position: sticky;
    top: 85px;
}
.sidebar-item h4.title{
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
}
.sidebar-item h4.title:before{content:'';width: 27px;height: 3px;background: var(--uketa-blue);position: absolute;bottom: -6px;}
.sidebar-item ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.sidebar-item ul li{
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 13px;
}
.sidebar-item ul li:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.sidebar-item ul li .thumb{
    width: 80px;
    border-radius: 10px;
    overflow: hidden;
    height: 60px;
}
.sidebar-item ul li .thumb a{
    display: block;
    height: 100%;
}
.sidebar-item ul li .thumb a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-item ul li .info{
    flex: 1;
}
.sidebar-item ul li .info .meta-title{
    font-size: 12px;
    color: #626262;
    font-weight: 500;
}
.sidebar-item ul li .info .meta-title .post-date{}
.sidebar-item ul li .info a{
    text-decoration: none;
    color: #000;
    line-height: 20px;
    display: block;
    font-size: 15px;
}

.application_step .choose-us-wrapper-2 .choose-us-content {margin-left: 0;}
.application_step .choose-us-wrapper-2 .icon-items li:nth-child(odd) {margin-right: 80px;}
.application_step .choose-us-wrapper-2 .icon-items li:nth-child(odd):before{content:'';background: url('../img/right-arrow.png');background-repeat: no-repeat;background-size: contain;position: absolute;height: 70%;width: 20px;z-index: 2;right: -30px;top: 60px;}

.application_step .choose-us-wrapper-2 .icon-items li:nth-child(even) {margin-left: 80px;}
.application_step .choose-us-wrapper-2 .icon-items li:nth-child(even):before{content:'';background: url('../img/arrow.png');background-repeat: no-repeat;background-size: contain;position: absolute;height: 70%;width: 20px;z-index: 2;left: -30px;top: 60px;}

.application_step .choose-us-wrapper-2 .icon-items li:not(:last-child) {
    margin-bottom: 40px;
}
.application_step .choose-us-wrapper-2 .icon-items li:last-child:before{display:none}

.how-fill .container{
    overflow: visible;
}
.sc_sd{
    display: flex;
    gap: 150px;
    margin-bottom: 30px;
    top: 85px;
    position: sticky;
}
.sc_sd .desc{
    flex: 1;
    border: 1px solid #eee;
    padding: 40px;
    border-radius: 15px;
    background: #fff;
}
.sc_sd .desc span {
    display: block;
    background: var(--uketa-blue);
    color: #fff;
    margin-bottom: 10px;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 15px;
}
.sc_sd .desc h3{
    color: var(--uketa-blue);
    font-size: 20px;
    position: relative;
}
.sc_sd .desc p{
    margin: 0;
}
.sc_sd .desc_imgs{
    width: 300px;
    box-shadow: 0 10px 10px #eee;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    height: 230px;
}
.sc_sd .desc_imgs:before{content:'';position: absolute;bottom: 30px;top: 30px;width: 80%;left: -15px;z-index: 1;border: 3px solid var(--uketa-blue);border-radius: 16px;background: var(--uketa-blue);}
.sc_sd .desc_imgs:after {position: absolute;top: 55px;left: -26px;content: "";height: 80px;width: 3px;background-color: var(--uketa-blue);content: "";}
.sc_sd .desc_imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

/*--------------------*/
.contact-page {}
.contact-page .contact_de {
        }
.contact-page .contact_de span {color: var(--uketa-blue);display: block;margin-bottom: 5px;}
.contact-page .contact_de h3 {
            color: #000;
            font-weight: 600;
            font-size: 40px;
        }

.contact-page .contact_de form {
            display: flex;
            flex-direction: column;
            margin-top: 30px;
        }
.contact-page .contact_de input,
.contact-page .contact_de textarea, 
.contact-page .contact_de select, 
.contact-page .contact_de button {
            padding: 12px;
            margin-bottom: 12px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
        }
.contact-page .contact_de button {
    background: var(--uketa-blue);
    color: #fff;
    font-size: 16px;
    width: fit-content;
    border: none;
    outline: none;
}		
.contact-page .contact_de .select2-selection {
    border: none;
}

.contact-page .contact_de .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
}
.contact-page .contact_de .select2-selection .select2-selection__rendered{
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 7px 10px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #13161f;
    width: -webkit-fill-available;
    background-color: #fafafa;
    transition: all .3s 
ease-in-out;
}
.contact-page .contact_de .select2-selection .select2-selection__arrow{
    height: 100% !important;
    top: 0 !important;
    width: 40px !important;
}
.contact-page .contact_de.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.contact-page .contact_de.select2-search__field:focus, .select2-search__field:focus-visible {
    border-color: #002c8f !important;
    box-shadow: none !important;
    outline: 0 !important;
}		
		
		
.contact-page .contact_de textarea {
            resize: vertical;
            min-height: 120px;
        }
.contact-map.contact-map2 {
    position: relative;
    z-index: 9;
    margin-bottom: 100px;
    margin-left: 20px;
    transition: all .4s;
}
.contact-map.contact-map2:before {content:'';width: 50%;height: 100%;position: absolute;background: var(--uketa-blue);top: -30px;right: -23px;border-radius: 20px;}
.contact-map.contact-map2 .img100  {}
.contact-map.contact-map2 .img100  img {
    width: 100%;
}
/*--------------------*/
/*----------apply_form----------*/
.apply_form {}
  .dff_ad {  margin-bottom: 70px;}
.dff_ad .heading-1 {
    text-align: start;
    font-size: 55px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.invalid-feedback {
    display: none;
    margin-top: .25rem;
    background-color: #f9e4e8;
    color: #e04562;
    font-size: 12px;
    font-family: inherit;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 7px;
    width: -webkit-fill-available;
    animation: fadeIn .3s 
ease-out;
}
.dff_ad .heading-1::after {
    content: "";
    display: block;
    width: 15%;
    height: 5px;
    border-radius: 3px;
    background-color: #002c8f;
}
.dff_ad .heading-4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

#guide_custom_form {
    padding-bottom: 120px;
}
#guide_custom_form .guide-form-row.row-2 {
    grid-template-columns: repeat(2, 1fr);
}
#guide_custom_form .guide-form-row {
    display: grid;
    margin-right: -15px;
    margin-left: -15px;
}
#guide_custom_form .guide-form-row .guide-form-col {
    min-width: 0;
    padding: 0 15px;
    margin-bottom: 15px;
}
.guide-form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.guide-form-group.has-validation {
    padding-bottom: 1.5rem;
}
#guide_custom_form .guide-form-row .guide-form-col .guide-form-group {
    margin-bottom: 0;
}
.guide-form-label {
    font-size: 16px;
    font-weight: 600;
    color: #13161f;
    margin-bottom: 10px;
    display: block;
}
.required-asterisk {
    color: red;
    margin-left: 4px;
    font-weight: 700;
}
.guide-date-input-wrapper {
    position: relative;
}
#guide_custom_form .guide-form-row .guide-form-col .guide-form-group .guide-form-control {
    border-radius: 16px;
    border: 1px solid #d1d1ca;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #13161f;
    width: -webkit-fill-available;
    background-color: #fafafa;
    transition: all .3s 
ease-in-out;
}
.guide-date-input-wrapper .calendar-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guide-date-input-wrapper .calendar-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.radio-group .radio-options-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.checkbox-group .checkbox-options-container .checkbox-option, .radio-group .radio-options-container .radio-option {
    display: flex;
    align-items: center;
    gap: 5px;
}
.guide-form-input-description {
    margin-top: 8px;
}
.guide-form-input-description .description {
    color: #777771;
    font-size: 14px;
    margin: 0;
    line-height: 1.5em;
}
.file-upload {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.guide-upload-button {
    border: 1px solid #d1d1ca;
    background-color: #fafafa;
    color: #000;
    border-radius: 16px;
    padding: 15px 20px;
    width: 100%;
    margin: 0;
    cursor: pointer;
    transition: all .3s 
ease;
}
.file-upload .file-name {
    color: #777771;
    font-size: 12px;
}
.guide-form-input-description {
    margin-top: 8px;
}
.imgs-example #gard_passport_copy_examples img, .imgs-example #passport_copy_examples img {
    width: 250px;
    height: auto;
}
#guide_custom_form .guide-form-row {
    display: grid;
    margin-right: -15px;
    margin-left: -15px;
}
#guide_custom_form .guide-form-row .guide-form-col {
    min-width: 0;
    padding: 0 15px;
    margin-bottom: 15px;
}
#guide_custom_form .section-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 15px 0;
    padding: 16px 25px;
    background-color: #002c8f;
    border-radius: 16px;
}
.imgs-example #personal_photo_examples img {
    height: 200px;
    width: auto;
}
.vertical-checkbox .checkbox-options-container {
    flex-direction: column;
}
.vertical-checkbox .checkbox-options-container .checkbox-option {
    align-items: flex-start;
    gap: 10px;
}
#guide_custom_form input[type=checkbox], input[type=radio] {
    margin: 0 !important;
    width: 19px !important;
    height: 16px !important;
    accent-color: #002c8f;
}
.consent-group .consent-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
.consent-group .consent-option .consent-label {
    display: block;
    width: 100%;
    cursor: pointer;
}
.fee .fee-amount {
    font-size: 24px;
}
.guide-button {
    background-color: #002c8f;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 16px;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.recaptcha-terms {
    font-size: 12px;
    color: #9d9b9b;
    margin-top: 20px;
}
.guide-date-input-wrapper .iti {width:100%}
.guide-date-input-wrapper .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255 / 0%);
}

#guide_custom_form .select2-selection {
    border: none;
}

#guide_custom_form .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
}
#guide_custom_form .select2-selection .select2-selection__rendered{
    border-radius: 16px;
    border: 1px solid #d1d1ca;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #13161f;
    width: -webkit-fill-available;
    background-color: #fafafa;
    transition: all .3s 
ease-in-out;
}
#guide_custom_form .select2-selection .select2-selection__arrow{
    height: 100% !important;
    top: 0 !important;
    width: 40px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-search__field:focus, .select2-search__field:focus-visible {
    border-color: #002c8f !important;
    box-shadow: none !important;
    outline: 0 !important;
}
/*----------apply_form----------*/
.mb-40 {margin-bottom:40px}
/*--------------service-----------------*/
.visa-category-area {
    background-position: center center !important;
    background-size: cover !important;
    background-color: #EFEFEF;
    position: relative;
    }
.visa-category-area .shape-top-right {
    position: absolute;
    right: 0;
    top: -100px;
    max-width: 8%;
}
.visa-category-area .shape-top-right img {width:100%}
.visa-category-items {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 25px;
}
.visa-cat-style-one {
	background: var(--white);
	overflow: hidden;
	border-radius: 15px;
}
.visa-cat-style-one .thumb {    position: relative;
    z-index: 1;}
.visa-cat-style-one .thumb img {
    width: 100%;
}


.visa-cat-style-one .thumb .shape {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
}
.visa-cat-style-one .icon {
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	background: var(--uketa-blue);
	height: 85px;
	width: 85px;
	min-width: 85px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: max-content;
	border-radius: 50%;
	border: 2px solid var(--white);
	transition: all 0.35s ease-in-out;
}
.visa-cat-style-one .button a {
	background: var(--uketa-blue);
	color: var(--white);
	width: 100%;
	display: block;
	padding: 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}
.visa-cat-style-one .button a img {
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden; 
	height: 100%;
	width: 100%;
}

.visa-cat-style-one:hover .button a img{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.visa-cat-style-one .info {
	padding: 30px;
	padding-top: 5px;
}
.visa-cat-style-one .info h4 {
    text-align: center;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 12px;
}
.visa-cat-style-one .info h4 a {
    text-decoration: none;
    color: #000;
    position: relative;
}
.visa-cat-style-one .info h4 .srv_line:before{content:'';width: 25px;height: 2px;background: var(--uketa-blue);margin: 0 auto;display: block;}
.visa-cat-style-one .info h4 .srv_line{width: 100%;height: 2px;/* background: var(--uketa-blue); */position: absolute;bottom: 0;margin: 0 auto;display: block;}
.visa-cat-style-one .info p {
	margin: 0;
	font-size: 15px;
	height: 114px;
	overflow: auto;
}

.visa-cat-style-one .icon img {
	height: 53px;
	width: 100%;
	object-fit: contain;
	filter: invert(1);
}

.visa-cat-style-one .button a svg {
	height: 15px;
	margin-right: 5px;
}

.visa-cat-style-one .button a img {
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
	height: 100%;
	width: 100%;
}

.visa-cat-style-one:hover .button a img {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.visa-cat-style-one .button a i {
	display: inline-block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 27px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	font-weight: 400;
	border-radius: 50%;
	margin-right: 5px;
}

.mid_cr {
    margin-bottom: 30px;
}
.mid_cr span{
    border: 1px solid var(--us-red);
    display: block;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 6px;
    color: var(--us-red);
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 auto 10px;
    }
/*--------------service-----------------*/

.counter-section {
  position: relative;
}
.counter-section .line-shape {
  position: absolute;
  top: -15%;
  left: 0;
}

.counter-section .line-shape img {
  width: 100%;
  height: 100%;
}

.counter-wrapper .counter-items {
  position: relative;
  padding-bottom: 45px;
}
.counter-wrapper .counter-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  border-radius: 9px;
  top: 60px;
  height: initial;
  transition: all 0.4s ease-in-out;
}
.counter-wrapper .counter-items .icon {
  width: 106px;
  height: 106px;
  background-color: var(--white);
  color: var(--uketa-blue);
  text-align: center;
  border-radius: 50%;
  font-size: 56px;
  position: relative;
  z-index: 9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.4s ease-in-out;
  transition: transform 500ms ease;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.counter-wrapper .counter-items .icon img {
  transition: all 0.4s ease-in-out;
  width: 65px;
}
.counter-wrapper .counter-items .content {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.counter-wrapper .counter-items .content h2 {
  font-size: 65px;
  margin-bottom: 5px;
}

.counter-wrapper .counter-items .content p {
  font-size: 18px;
  font-weight: 500;
}
.counter-wrapper .counter-items:hover::before {
  background-color: var(--uketa-blue);
}
.counter-wrapper .counter-items:hover .icon {
  transform: scaleX(-1);
}
.counter-wrapper .counter-items:hover .content h2, .counter-wrapper .counter-items:hover .content p {
  color: var(--white);
}


.call-to-action-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 45px;
}
.call-to-action-style-one {
    position: relative;
    z-index: 1;
    background-color: var(--uketa-blue);
}
.call-to-action-style-one .shape img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 60%;
}
.call-to-action-style-one .thumb {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.call-to-action-style-one .thumb > img {
    padding: 0 30px;
    margin-top: -50px;
    width: 100%;
}
.call-to-action-style-one .thumb .shape img:first-child {
    left: -100px;
    bottom: 20%;
    height: 150px;
}
.call-to-action-style-one .thumb .shape img:nth-child(2) {
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 100%;
}

.call-to-action-style-one .thumb .shape img:nth-child(4) {
    top: 0;
    left: 0;
    z-index: -1;
}
.call-action-info {
    display: flex;
    flex-direction: column;
    max-width: max-content;
    justify-content: center;
    height: 100%;
}
.call-action-info .theme-btn {
    background: #ffffff26;
}
.call-action-info .sub-title {
    max-width: max-content;
    border: 1px solid var(--us-red);
    background: var(--us-red);
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
}
.call-action-info h2.title {
    margin-bottom: 20px;
}

/*-------------------------------------*/
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #f5f5f5;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%; /* start from right */
  animation: marquee 14s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.head_note {
    padding: 10px 0;
}
.head_note .container {
    padding: 0 0;
    border-radius: 0;
}
.head_note p{
    margin: 0;
    text-align: center;
    font-size: 15px;
}
.start_est{background: url('../img/us-bg.jpg');background-position: center center;background-repeat: no-repeat;background-size: cover;overflow: hidden;position: relative;}
.start_est:before{content:'';position: absolute;width: 100%;height: 100%;background: #00000045;top: 0;}
.start_est .content_set{
    width: 70%;
    margin: 0 auto;
    background: #ffffffd4;
    border-radius: 20px;
    padding: 40px;
}
.start_est .i_first_step {}
.start_est .i_first_step .head_x {
    text-align: center;
    margin-bottom: 25px;
}
.start_est .i_first_step .head_x h3{
    font-size: 30px;
    margin: 0;
    color: var(--uketa-blue);
}
.start_est .i_first_step .from_group {
    margin-bottom: 10px;
}
.start_est .i_first_step .from_group label{
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.start_est .i_first_step .check_c {margin-bottom:10px}
.start_est .i_first_step .check_c label {
    font-size: 15px;
    display: flex;
    gap: 5px;
}
.start_est .i_first_step .from_group .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    height: 40px;
}
.start_est .i_first_step .from_group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 39px;
}
.start_est .i_first_step .from_group .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000;
}
.start_est .i_first_step .from_group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.start_est .i_first_step .from_group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;}
.start_est .i_first_step .four_radio{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.start_est .i_first_step .four_radio .box{
    background: #002c8f;
    border-radius: 10px;
    padding: 15px;
    margin: 0;
    position: relative;
}
.start_est .i_first_step .four_radio .box input{
    opacity: 0;
    position: absolute;
}
.start_est .i_first_step .four_radio .box .icon{
    padding: 8px 30px;
}
.start_est .i_first_step .four_radio .box .icon img{
    width: 100%;
}
.start_est .i_first_step .four_radio .box h3{
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0;
}
.start_est .i_first_step .four_radio .box.active:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--uketa-blue);
    right: 10px;
    }
.start_est .mid_app {
    text-align: center;
}	
.start_est .mid_app .btn_x{
    background: var(--uketa-blue);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 43px;
    width: 40%;
}
.start_est .mid_app .btn_x:hover {
    background: #343434;
}

.i_second_step .head_x {
    text-align: left;
    margin-bottom: 25px;
}
.i_second_step .head_x h3{
    font-size: 30px;
    margin: 0;
    color: var(--uketa-blue);
}
.i_second_step ul{
    list-style: none;
    padding: 0;
    margin: 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.i_second_step ul li{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 3px;
    justify-content: space-between;
}
.i_second_step ul li:last-child{
    border-bottom: none;
}
.i_second_step ul li span{
    display: flex;
    font-weight: 600;
}
.i_second_step ul li span svg{
    width: 20px;
    height: 20px;
    margin-left: 15px;
}
.i_second_step .des {
    margin: 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin: 20px 0;
}
.i_second_step .des h3{
    color: var(--bs-blue);
    font-size: 20px;
}
.i_second_step .des p{
    margin: 0;
}

	
/*-------------------------------------*/