* {
	padding: 0;
	margin: 0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	padding-top: 92px;
}

/* Header */

#masthead {
	display: block;
	width: 100%;
	/* 	background-color: #FFFFFF; */
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

/* 404 Page */

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Form */

body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	width: 100%;
	float: left;
	padding: 0 10px !important;
	margin: 0 0px 40px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Satoshi-Regular';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	display: none;
	width: 4px;
	height: 4px;
	font-size: 18px;
	border-radius: 100%;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 190px !important;
	border-radius: 5px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: "Euclid Circular A";
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	border: 1px solid rgba(0, 0, 0, 0.20) !important;
	border-radius: 5px !important;
	padding: 15px 20px !important;
	color: #939393 !important;
	box-shadow: none;
	font-family: "Euclid Circular A";
	height: auto !important;
	font-weight: 400;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 18px !important;
	margin: 0 !important;
	background-color: transparent !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

body .gform_body input[type=text]::placeholder,
body .gform_body input[type=email]::placeholder,
body .gform_body input[type=tel]::placeholder,
body .gform_body input[type=number]::placeholder,
body select::placeholder,
body textarea::placeholder {
	color: #939393;  
}

body .gform_wrapper form .gform_body ul li.gfield.mess_fild { 
	margin: 0 0px 7px !important; 
}

body .gform_wrapper form .gform_body ul li.gfield.con_check { 
	margin: 0 0px 0px !important; 
}

body select {
	background-image: url("/wp-content/uploads/2025/10/Vector-58.svg");
	background-repeat: no-repeat;
	background-position: right 24px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}


body .gform_wrapper form .gform_body ul li.gfield.con_check {
	width: 100%; 
}

body .gform_wrapper form .gform_body ul li.gfield.con_check .gform-field-label {
	color: rgba(3, 18, 50, 0.65);
	font-family: "Euclid Circular A";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

body .gform_wrapper form .gform_body ul li.gfield.con_check .gchoice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

body .gform_wrapper form .gform_body ul li.gfield.con_check .gfield-choice-input{
	width: 12px;
	height: 12px;
	border-radius: 1px;
	border: 1px solid #031232A6;
}
body .gform_wrapper form .gform_footer .gform_button {
	border: none;
	cursor: pointer;
}
body .gform_wrapper form .gform_body ul li.name_width{
	width: 50% !important;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
	font-family: "Euclid Circular A" !important;
	letter-spacing: 1px;
}

/* ---------------------------------- */

.nav-bar .elementor-nav-menu a.elementor-item-active{
	font-weight: 500 !important;
}
.abotu_col .elementor-widget-wrap{
	flex-direction: column;
}
.but_hedd {
	width: fit-content !important;
}
.home_con .elementor-counter-title{
	text-align: center;
}

/* Home Page */

/* About Us Section */

.counter_wrapper > .elementor-widget-wrap {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 180px;
	row-gap: 90px;
}

.counter_box .elementor-counter-title {
	text-align: center;
}

.counter_box::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #1A417626;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 90px);
}

.counter_box:last-child::after {
	content: unset;
}

/* Services Section */

.services_slider .elementor-loop-container {
	width: calc(100% + 34%);
}

/* Benefits Section */

.benefits_right > .elementor-widget-wrap {
	row-gap: 100px;
}

.benefits_right::before {
	content: '';
	width: 2px;
	height: calc(100% - 20%);
	background-color: #0312320D;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}

.benefit_number .elementor-heading-title {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .benefit_number .elementor-widget-container {
background-color: green !important;
} */

.benefits_number_col::before {
	content: '';
	width: 0%;
	height: 1px;
	background-color: #1A4176;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	transform-origin: left;
	/* 	transform: all 0.3s linear;  */
}

.benefits_wrapper:hover .benefits_number_col::before {
	width: 100%;
}

.benefits_wrapper:hover .benefit_number .elementor-widget-container {
	background-color: #FFA57D !important;
}

.benefits_wrapper:hover .benefit_number .elementor-heading-title {
	color: #031232 !important;
}

.benefits_wrapper:hover .benefits_icon_box .elementor-widget-container {
	background-color: #031232 !important;
}

.benefits_wrapper:hover .benefits_icon_box .elementor-icon-box-title,
.benefits_wrapper:hover .benefits_icon_box .elementor-icon-box-description {
	color: #F1ECD3 !important;
}

.benefits_wrapper:hover .benefits_icon_box .elementor-icon svg path {
	fill: #F1ECD3;
}

.benefits_wrapper *,
.benefit_number .elementor-heading-title,
.benefit_number .elementor-widget-container,
.benefits_icon_box .elementor-widget-container,
.benefits_icon_box .elementor-icon-box-title,
.benefits_icon_box .elementor-icon-box-description,
.benefits_icon_box .elementor-icon svg path,
.benefits_number_col::before {
	transition: all 0.8s ease;
}

.home_rev_sec .elementor-container.elementor-column-gap-default {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px; 
}
.home_rev_sec .elementor-container.elementor-column-gap-default .elementor-column  {
	width: 100%;
}
.revi_cart:hover h3 span,
.revi_cart:hover p,
.revi_cart:hover .elementor-icon-box-content p.elementor-icon-box-description{
	color: #F1ECD3;
}
.fun_img .elementor-widget-container {
	overflow: hidden;
}
.fun_img img {
	transition: transform 0.4s ease;
}
.fun_img:hover img {
	transform: scale(1.1);
}
.services_slider .elementor-widget-container .swiper-pagination .swiper-pagination-bullet { 
	background: #F1ECD3;  
}
.nav-bar ul li.contact_us {
	display: none;
}
.benefits_left{
	position: sticky !important;
	top: 120px;
	height: 100%;
}

.acc_div .elementor-accordion .elementor-accordion-item {border-bottom: 1px solid #E6E6DE !important; padding-top: 23px; padding-bottom: 23px;}
.acc_div .elementor-accordion .elementor-accordion-item:last-child {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.acc_div .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
	height: 29px;
	width: 29px;
}
.acc_div .elementor-tab-title.elementor-active {
	padding-bottom: 10px !important;
}
.flex_wrap .elementor-widget-wrap.elementor-element-populated{
	flex-direction: column;
	justify-content: flex-start !important; 
}
.flex_ine .elementor-widget-wrap.elementor-element-populated{ 
	align-content: center !important;
}
.flex_nowrap .elementor-widget-wrap.elementor-element-populated{
	flex-direction: row;
}
.voa_sec .elementor-container.elementor-column-gap-default{
	gap: 30px;
}
.clinte_div .elementor-icon-box-wrapper::after {
	content: "";
	display: block; 
	width: 59px;
	height: 39px;
	margin-right: 28px;
	background: url('/wp-content/uploads/2025/10/Frame-48.svg') no-repeat center center;
	background-size: contain; 
}
.con_text a{
	color: #031232;
}

.paragraph-underline > .elementor-widget-container p a {border-bottom: 2px solid;}
.main-custom-heading > .elementor-widget-container {max-width: 850px; margin-left: auto !important; margin-right: auto !important;}
.main-section-heading > .elementor-widget-container {max-width: 975px; margin-left: auto !important; margin-right: auto !important;}
.image-grid-text .elementor-widget-heading {left: 0;right: 0; margin-left: auto; margin-right: auto;}
.main-icon-box-content .elementor-icon-box-wrapper .elementor-icon-box-icon {width: 16px; height: 16px; margin-top: 2px;}
.custom-price-image .elementor-widget-heading .elementor-heading-title {font-weight: 500 !important;}
.image-gender-gap .elementor-widget-heading .elementor-heading-title {font-weight: 500 !important;}
.grid-gallery-info > .elementor-container.elementor-column-gap-default {gap: 32px;}

.your-future > div {
	display: flex !important;
}
.future-txt > div p:last-child {
	margin-bottom: 0 !important;
}
.protection-img, .protection-img > div, .protection-img img , .future-img , .future-img > div , .future-img img , .why-choose-us-image , .why-choose-us-image > div , .why-choose-us-image img {
	height: 100%;
}
.paragraph-underline > div p:last-child {
	margin-bottom: 0 !important;
}
.elementor-widget-text-editor > div p:last-child {
	margin-bottom: 0 !important;
}
.current-vacancies-image .elementor-widget-image, .current-vacancies-image > div, .current-vacancies-image img, .current-vacancies-image .elementor-widget-container {
	height: 100% !important;
}
.con_text .elementor-icon-box-description a {
	font-weight: 500 !important;
}
.future-first-image > div > div {
	height: 100%;
}
.future-first-image .elementor-widget-container {
	height: 100%;
}
.paragraph-underline a strong {
	font-weight: 500;
}
section.home_about_us.elementor-section-boxed {overflow: hidden;}
.team-tab-wrap .elementor-widget-container .company-teams {background-color: #031232;}
.main-current-vacancies > .elementor-container.elementor-column-gap-default {z-index: -1;}

/* Teams */

.company-teams { background:var(--bg); color:var(--white); padding: 0;}
.company-teams .tabs { display:flex; justify-content:center; margin:0 0 40px; }
.company-teams .tab-ctn { display:flex; gap:10px; background:rgba(255,255,255,.05); padding:10px 20px; border-radius:10px; }
.company-teams .tab { appearance:none; border:0; background:transparent; border-radius:4px; padding:16px 32px; cursor:pointer; font-weight: 500; color:#fff; }
.company-teams .tab[aria-selected="true"] { background: #CFFF7B; color:#1A4176; }
.company-teams .panel { display:none; }
.company-teams .panel[aria-hidden="false"] { display:block; }
.company-teams .grid { display:grid; gap:34px; grid-template-columns:repeat(5,1fr); }
.company-teams .card { position:relative; border-radius:8px; overflow:hidden; transition:transform .15s ease; background:#0f234a; }
.company-teams .card:hover{ transform:translateY(-2px); }
.company-teams .card-img{ display:block; width:100%; height:438px; object-fit:cover; opacity:0; transition:opacity .4s ease; }
.company-teams .card-img.is-loaded{ opacity:1; }
.company-teams .card-footer{ position:absolute; left:14px; right:14px; bottom:14px; background:#FFFFFA; color:#0a1433; border-radius:4px; padding:8px 16px; display:flex; align-items:center; gap:12px; }
.company-teams .card-text{ flex:1; min-width:0; }
.company-teams .card-title-btn{ display:flex; align-items:center; justify-content:space-between; padding-bottom:10px; }
.company-teams .card-title-btn .name {color: #031232; font-family: "Editor's Note"; font-size: 18px; font-weight: 500; line-height: normal; letter-spacing: 1px;}
.company-teams .title{color: rgba(3, 18, 50, 0.70); font-family: "Euclid Circular A"; font-size: 16px; font-weight: 500; line-height: normal;}
.company-teams .launch{ display:grid; place-items:center; border:0; border-radius:4px; background: #CFFF7B; padding:7px 8.5px; color:#2a3b63; cursor:pointer; }
/* Modal */
.company-teams .modal{ position:fixed; inset:0; display:none; z-index: 1;}
.company-teams .modal[aria-hidden="false"]{ display:grid; }
.company-teams .scrim{ position:absolute; inset:0; background:rgba(6,16,38,.66); -webkit-backdrop-filter:blur(2px); backdrop-filter:blur(2px); }
.company-teams .dialog{ place-self:center; color:#0c1533; width:100%; max-width:1086px; border-radius:20px; border:1px solid rgba(3,18,50,.25); background:#FFFFFA; display:flex; gap:40px; padding:40px 50px 40px 40px; position:relative; transform:translateY(8px); opacity:.001; transition:opacity .25s ease, transform .25s ease; margin-top: 50px;}
.company-teams .modal[aria-hidden="false"] .dialog{ transform:translateY(0); opacity:1; }
.company-teams .popup-left-side {width: 30%;}
.company-teams .popup-right-side {width: 70%;}
.company-teams .dialog-img {width: 100%; height: auto; border-radius: 8px; object-fit: cover; margin-bottom: 10px;}
.company-teams .dialog-name {color: #222E48; text-align: center; font-family: "Editor's Note"; line-height: normal; letter-spacing: 2px; margin-bottom: 5px;}
.company-teams .dialog-title{color: rgba(34, 46, 72, 0.60); text-align: center; font-family: "Editor's Note"; font-size: 20px; font-weight: 500; line-height: normal; letter-spacing: 2px;}
.company-teams .dialog-body {color: #031232; font-family: "Euclid Circular A"; font-size: 20px; font-weight: 400; line-height: 28px;}
.company-teams .close {position: absolute; top: 25px; right: 40px; border:0; background: transparent !important; width: 20px; height: 20px; border-radius: 10px; display: grid; place-items: center;
 cursor: pointer; padding: 0;}

.foot_iner .menu-item .elementor-item {line-height: normal !important;}
.company-teams .launch:hover svg path {fill: #fff;}
.menu-box .menu-item .has-submenu .sub-arrow svg {width: 16px; height: 16px;}
.menu-box .menu-item .has-submenu .sub-arrow svg path {fill: #424D63;}
.menu-box .sub-menu .menu-item .elementor-sub-item {line-height: normal; border-bottom: 1px solid rgba(26, 65, 118, 0.15);}
.menu-box .sub-menu .menu-item {border: none !important;}

.main-current-vacancies {z-index: 0;}

/* hotsspots */

.hotpot-section .hotspots-interaction .hotspots-image-container svg path.hotspot-default:hover,
#hotspot-4504 .hotspot-default:hover, #hotspot-4504 .hotspot-default:focus, #hotspot-4504 .hotspot-default.hotspot-active{
    fill: #FFC027 !important;
    stroke: #FFC027 !important;
}

.hotpot-section g.hotspot-group image {
    z-index: 999 !important;
	transition: all 0.3s ease-in-out;
}

.hotpot-section g.hotspot-group:hover image {
	transition: all 0.3s ease-in-out;
}

.hotpot-section g.hotspot-group:nth-child(1) image {
    transform: translate(-10px, -40px);
}

.hotpot-section g.hotspot-group:nth-child(2) image {
    transform: translate(0px, -30px);
}

.hotpot-section g.hotspot-group:nth-child(4) image {
    transform: translate(-10px, -50px);
}

.hotpot-section g.hotspot-group:nth-child(6) image {
    transform: translate(0px, -40px);
}

.hotpot-section g.hotspot-group:nth-child(7) image {
    transform: translate(-30px, 20px);
}

.hotpot-section g.hotspot-group:nth-child(8) image {
    transform: translate(0px, -50px);
}

.hotpot-section g.hotspot-group:nth-child(9) image {
    transform: translate(-20px, -30px);
}

.hotpot-section g.hotspot-group:hover:nth-child(1) image {
    transform: translate(-50px, -90px) scale3d(1.1, 1.1, 1);
}

.hotpot-section g.hotspot-group:hover:nth-child(2) image {
    transform: translate(-60px, -80px) scale3d(1.1, 1.1, 1);
}

.hotpot-section g.hotspot-group:hover:nth-child(3) image {
    transform: translate(-40px, -30px) scale3d(1.1, 1.1, 1);
}

.hotpot-section g.hotspot-group:hover:nth-child(4) image {
    transform: translate(-50px, -90px) scale3d(1.1, 1.1, 1);
}

.hotpot-section g.hotspot-group:hover:nth-child(5) image {
    transform: translate(-20px, -20px) scale3d(1.1, 1.1, 1);
}

.hotpot-section g.hotspot-group:hover:nth-child(6) image {
    transform: translate(-10px, -40px) scale3d(1.1, 1.1, 1);
}

.hotpot-section g.hotspot-group:hover:nth-child(7) image {
    transform: translate(-40px, 10px) scale3d(1.1, 1.1, 1);
}

.hotpot-section g.hotspot-group:hover:nth-child(8) image {
    transform: translate(-30px, -90px) scale3d(1.1, 1.1, 1);
}

.hotpot-section g.hotspot-group:hover:nth-child(9) image {
    transform: translate(-30px, -60px) scale3d(1.1, 1.1, 1);
}

.hotpot-section g.hotspot-group:hover:nth-child(10) image {
    transform: translate(-30px, -30px) scale3d(1.1, 1.1, 1);
}

body .hotpot-section .leaflet-rrose .leaflet-rrose-content-wrapper {
    border-radius: 14px !important;
    border: 1px solid rgba(3, 18, 50, 0.06) !important;
    background: #FFFFFA !important;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06) !important;
    padding: 20px 20px 30px 20px !important;
}

body .hotpot-section .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content {
    margin: 0;
    line-height: normal;
}

body .hotpot-section .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content {
    margin: 0;
    line-height: normal;
    width: 578px !important;
}

body .hotpot-section .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content .pension-landscape-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .hotpot-section .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content .pension-landscape-container .pension-column .header-tag {
    color: #031232;
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 4px;
    background: #FFA57D;
}

body .hotpot-section .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content .pension-landscape-container .pension-column .value {
    color: #031232;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    padding-block: 18px 4px;
}

body .hotpot-section .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content .pension-landscape-container .pension-column .label {
    color: rgba(3, 18, 50, 0.65);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

body .hotpot-section .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content .pension-landscape-container .divider .icon-wrapper {
    border-radius: 46px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFC027;
    z-index: 7;
    position: relative;
}

body .hotpot-section .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content .pension-landscape-container .divider:before {
    content: '';
    width: 1px;
    height: 183px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 49%;
    background: rgba(217, 217, 217, 0.50);
    transform: translate(-50%, -50%);
}

.foot_iner .menu-item .sub-menu {display: none !important;}
