@import url(reset.css);
@import url(helpers.css);
@import url(cursor.css);
@import url(fonts.css);
@import url(header.css);

.btn,
.footer .ft-col>ul>li svg,
.footer .ft-col>ul>li>a>svg,
.img-hover img,
.our-explore-btn,
.sub-btn2 svg,
.wrapper {
	transition: 0.5s ease-in-out;
}

.btn,
.news-events-holder .news-col h5 {
	font-family: "Tanseek Mod Pro Arabic";
	font-weight: 500;
}

.aboutSwiper .hm_navs .active .hm_track,
.aboutSwiper .hm_track,
.btn:active svg,
.btn:hover svg,
.cat-mb a svg,
.sub-btn2:hover svg {
	fill: var(--white);
}

.btn svg,
.footer-wrap .copy-wrap .right svg:hover,
.page-sub-head .inner .sub-head .right a:hover svg,
.pagination a.next-page svg,
.pagination a.prev-page svg,
.sub-btn2 svg {
	fill: var(--blue);
}

.ft-more-links,
.hm_navs>div {
	cursor: pointer;
}

.contact-form .right button.loading-form-btn,
.sub-btn2 {
	pointer-events: none;
}

:root {
	--white: #fff;
	--border-color: rgba(37, 135, 200, 0.2);
	--bodyText: #434345;
	--blue: #3cb4e5;
	--blue2: #192444;
	--green: #a1d683;
	--purple: #696d9e;
	--footerBg: #f6f5f6;
}

html.has-scroll-smooth {
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}

body {
	font-family: "Tanseek Mod Pro Arabic";
	font-size: 1.5vw;
	color: var(--bodyText);
	overflow-x: hidden;
	min-width: 320px;
	font-weight: 300;
	line-height: 1.4vw;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.d-none,
.footer .ft-sub-nav>ul>li>a:after,
.trust-wrap .trust.enginer .left h4::after,
.trust-wrap .trust.enginer .left h4::before {
	display: none;
}

.d-block,
.step.active {
	display: block;
}

.accordion-container,
.alert,
.contact-form .right button,
.eight-national,
.news-events-holder .news-col,
.news-events-holder .news-col .news-info,
.page-sub-head,
.partner_sector .text,
.philosophy-wrap,
.philosophy-wrap-main,
.product_wrapper,
.search-wrap .inner-search,
.set,
.set>a,
.shipments-wrap .left img,
.smart-business-holder,
.wrapper {
	position: relative;
}

body.no-scroll {
	overflow: hidden !important;
}

.mainSwiper .swiper-wrapper .swiper-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.mainSwiper .slide-info {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

.mainSwiper .slide-info .inner {
	height: 100%;
	color: var(--white);
	position: absolute;
	top: 50%;
	width: 100vw;
	left: 0;
	transform: translate(0, -35%);
}

.mainSwiper .slide-info .inner>div>h3 {
	font-weight: 100;
}

.slide-info .inner {
	display: none;
	visibility: hidden;
}

.aboutSwiper .swiper-slide .inner.active,
.slide-info .inner.active {
	display: block;
	visibility: visible;
}

.mainSwiper .arrows {
	display: flex;
	flex-direction: column;
}

.mainSwiper .swiper-button-next,
.mainSwiper .swiper-button-prev {
	position: relative;
	width: 4.2vw;
	height: 4.2vw;
	background: var(--blue);
	margin: 0;
	transition: 1s;
}

.back-btn:hover,
.contact-form .right button:hover,
.featuredswiper .swiper-button-next:hover,
.featuredswiper .swiper-button-prev:hover,
.footer-wrap .achieve .right>div a:hover,
.form-wrapper button.nextBtn:hover,
.mainSwiper .swiper-button-next:hover,
.mainSwiper .swiper-button-prev:hover,
.me-page .always .tell-wrap a:hover {
	background: var(--blue2);
}

.featuredswiper .swiper-button-next:after,
.featuredswiper .swiper-button-prev:after,
.mainSwiper .swiper-button-next:after,
.mainSwiper .swiper-button-prev:after {
	content: "";
}

.featuredswiper .swiper-button-next,
.mainSwiper .swiper-button-next {
	right: 0;
	top: 0;
}

.featuredswiper .swiper-button-prev,
.mainSwiper .swiper-button-prev {
	left: 0;
	top: 0;
}

.bod_img.bod1,
.talk-expert-holder {
	z-index: 1;
}

.btn,
.business-box,
.smart-box {
	z-index: 2;
}

.talk-expert-holder .inner {
	display: flex;
	justify-content: end;
	color: var(--white);
	position: relative;
	top: -8.4vw;
}

.btn,
.case-btn {
	align-items: center;
	display: flex;
	color: var(--white);
}

.mainSwiper .talk-expert {
	background: var(--bodyText);
	width: 45%;
}

.mainSwiper .talk-expert .talk-box {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.mainSwiper .talk-expert .talk-box.active {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.btn {
	position: relative;
	justify-content: space-between;
	padding: 10px 6px 20px;
	width: 42%;
}

.btn span {
	transition: 0.5s;
	height: auto;
}

.btn svg {
	margin-left: 1.625vw;
	transition: 0.5s;
	margin-top: 8px;
}

.btn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--blue);
	height: 1px;
	width: 100%;
	position: 1.5vw 0;
	transition: 0.3s ease-in-out;
	z-index: -1;
}

.btn:active span,
.btn:hover span,
.contact-info-holder .inner .right h3,
.newsEventsSwiper a,
.part-wrap .part .right h2,
.part-wrap .part .right h4,
.part-wrap .part .right p,
.smart-business-holder.show .box h2 span,
.smart-business-holder.show .smart-box h2,
.smart-business-holder.show2 .business-box h2,
.smart-business-holder.show2 .business-box h2 span {
	color: var(--white);
}

.btn:active:before,
.btn:hover:before {
	height: 100%;
}

.video-holder {
	position: relative;
	padding-top: 45.6808%;
	overflow: hidden;
}

.product_wrapper .inner1 .right .img-holder img,
.video-holder video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.line-para,
.provides-text {
	margin-top: -2vw;
}

.provides-text p:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 1px;
	height: 92%;
	background: var(--bodyText);
}

.smart-business-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: var(--blue);
	transition: 1s;
	opacity: 0;
	visibility: hidden;
}

.part-wrap.col-part,
.shade-business,
.smart-business-holder.show2:before {
	background: var(--bodyText);
}

.bod_rw1 .right_account .bod_img_wrapper .bod_text.active,
.contact-form .right button.loading-form-btn .loader-btn,
.smart-business-holder.show .smart-box .inner,
.smart-business-holder.show .smart-box+.business-box .inner,
.smart-business-holder.show .smart-box-info,
.smart-business-holder.show2 .business-box .inner,
.smart-business-holder.show2 .business-box-info,
.smart-business-holder.show2:before,
.smart-business-holder.show:before {
	opacity: 1;
	visibility: visible;
}

.smart-box-info,
.smart-business-holder.show .smart-box+.business-box h2 {
	visibility: hidden;
	opacity: 0;
}

.featuredswiper .swiper-slide .program-wrap .left,
.smart-business-holder .box,
.trust-wrap .trust .left {
	width: 35%;
}

.business-box .img-holder,
.smart-box .img-holder {
	overflow: hidden;
}

.business-box .inner,
.smart-box .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 36, 68, 0.45);
	transition: 0.5s ease-in-out;
	opacity: 0;
	visibility: hidden;
	display: flex;
	padding: 3vw;
	flex-direction: column;
	color: var(--white);
}

.smart-box .inner {
	justify-content: end;
}

.smart-business-holder .box h2 {
	width: 62%;
	transition: 0.5s ease-in-out;
}

.smart-business-holder .box h2 span {
	color: var(--blue);
	transition: 0.5s;
}

.achieveSwiper .swiper-wrapper .swiper-slide .text img,
.benefits-wrap .right img,
.career>div img,
.careers-text .careers-challenge,
.careers-wrap .careers-challenge .right img,
.contact-info-holder img,
.form-wrapper .iti,
.industries-wrap .right .news-events-holder.lead,
.newsEventsSwiper .swiper-slide img,
.part-wrap .part .left img,
.philosophy-wrap img,
.picture img,
.product_wrapper img,
.review-wrap .right .grid-wrap .delivering img,
.review-wrap .right .grid-wrap .engineering img,
.review-wrap .right .grid-wrap .unlocking img,
.smart-business-holder .box:last-child h2,
.smart-business-holder .business-box h2,
.smart-wrap img,
.sub-prod img,
.support-wrap .right img,
.training-wrap {
	width: 100%;
}

.smart-business-holder .box:last-child {
	padding-top: 7.5vw;
}

.case-btn {
	font-family: "Tanseek Modern Pro Arabic";
	font-size: 1.6vw;
}

.case-btn .circle {
	width: 60px;
	height: 60px;
	background: var(--blue);
	color: var(--white);
	border-radius: 50%;
	margin-right: 1.2vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.smart-box-info {
	position: absolute;
	top: 39vh;
	right: 0;
	width: 46%;
	transition: 0.1s ease-in-out;
	z-index: 1;
	color: var(--white);
}

.shade-business,
.shade-smart {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s ease-in-out;
}

.shade-business {
	right: -100%;
}

.shade-smart {
	left: -100%;
	background: var(--blue);
}

.adventure-wrap .adventure .right>a:hover::after,
.always.col-always a:hover::after,
.career .left a:hover::after,
.careers-wrap .careers-text .text a:hover::after,
.case-wrap .case .right a:hover::after,
.contact-form .left a:hover::after,
.contact-info-holder .inner .right ul li a:hover::after,
.contact-info-holder .left a:hover::after,
.culture-wrap .list .left a:hover::after,
.featuredswiper .swiper-slide .program-wrap .right a:hover::after,
.footer .ft-col ul>li>a:hover::after,
.main-approaches .approaches-wrap .left a:hover::after,
.main-wrap .partners-wrap .left a:hover::after,
.philosophy-wrap .philosophy .left a:hover::after,
.product_wrapper .inner1 .right a:hover::after,
.review-wrap .left a:hover::after,
.smart-business-holder.show .shade-smart,
.solutions-wrap .left a:hover::after,
.trust-wrap .trust.enginer .right a:hover::after {
	height: 100%;
}

.smart-business-holder.show .business-box .img-holder {
	-webkit-box-shadow: 3px 3px 12px 2px #2595c3;
	box-shadow: 3px 3px 12px 2px #2595c3;
}

.accordion_wrap .accordion-container .set p a:hover:before,
.barba-once,
.smart-business-holder.show .business-box h2,
.smart-business-holder.show2 .smart-box h2 {
	opacity: 0;
}

.always.col-always a:hover,
.career .left a:hover,
.case-wrap .case .right a:hover,
.contact-form .left a:hover,
.culture-wrap .list .left a:hover,
.main-wrap .partners-wrap .left a:hover,
.philosophy-wrap .philosophy .left a:hover,
.review-wrap .left a:hover,
.solutions-wrap .left a:hover {
	color: #fff;
}

.business-box {
	transition: 0.5s ease-in-out;
	opacity: 1;
	visibility: visible;
	margin-top: 4vw;
}

.business-box .inner {
	opacity: 0;
	visibility: hidden;
	justify-content: space-between;
	align-items: flex-start;
}

.business-box-info .lists,
.smart-box-info .lists {
	margin: 0 0 4vw;
}

.business-box-info .lists li,
.smart-box-info .lists li {
	position: relative;
	padding: 0 0 0 3vw;
}

.business-box-info .lists li:before,
.smart-box-info .lists li:before {
	content: "";
	width: 5px;
	height: 5px;
	border: 12px solid #69c6eb;
	background: var(--white);
	position: absolute;
	top: 16px;
	left: 0;
}

.business-box-info .lists li:before {
	border: 12px solid #6f6f70;
}

.business-box-info .inside-para,
.smart-box-info .inside-para {
	padding: 0 4vw 0 13vw;
	font-family: "Tanseek Mod Pro Arabic";
}

.business-box-info .lists {
	margin: 0 0 3vw 6vw;
}

.business-box-info .inside-para {
	padding: 0 14vw 0 3vw;
}

.business-box-info {
	position: absolute;
	top: 30vh;
	left: 0;
	width: 50%;
	visibility: hidden;
	opacity: 0;
	transition: 0.1s ease-in-out;
	z-index: 2;
	color: var(--white);
}

.smart-business-holder.show2 .shade-business {
	right: 0;
}

.smart-business-holder.show2 .smart-box .img-holder {
	-webkit-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.4);
}

.cta-main,
.cta-main2 {
	position: absolute;
}

.cta-main {
	left: 12vw;
	top: 8vw;
}

.cta-main2 {
	right: 13vw;
	bottom: 3vw;
}

.our-explore-btn {
	width: 12.8vw;
	height: 12.8vw;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	color: var(--white);
	text-align: center;
	font-size: 2.3vw;
	line-height: 2.3vw;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.loader3,
.set>a {
	text-align: left;
}

.cta-main2 .our-explore-btn {
	background: rgba(60, 180, 229, 0.6);
}

.cat-mb {
	padding: 10vw 0 0 10vw;
}

.cat-mb a {
	font-size: 5.875vw;
	position: relative;
	display: inline-block;
	align-items: inherit;
	font-weight: 400;
	color: #fff;
	overflow: hidden;
	padding-bottom: 5vw;
	border-bottom: 2px solid #fff;
}

.cat-mb a svg {
	margin-left: 8vw;
}

.img-hover {
	overflow: hidden;
	border: 1px solid #0000000f;
}

.news-events-holder {
	display: grid;
	grid-template-columns: 2fr 2fr;
	width: 70%;
	margin-left: auto;
	grid-gap: 5vw 2vw;
	position: relative;
}

.news-events-holder .news-col a {
	display: block;
	color: var(--bodyText);
}

.achieveSwiper .swiper-wrapper .swiper-slide:hover img,
.news-events-holder .news-col:hover img,
.newsEventsSwiper .swiper-wrapper .swiper-slide:hover img {
	transform: scale(1.1);
}

.news-events-holder .news-col .event-btn {
	font-size: 1.5625vw;
	background: #ff0;
	display: flex;
	padding: 0.3vw 1vw 0.6vw;
	color: #fff;
	font-weight: 400;
	letter-spacing: 4px;
	margin-right: 10px;
}

.news-events-holder .news-col .news-info {
	padding: 30px 0 0;
}

.news-events-holder .news-col .news-info.blog-col {
	padding: 10px 0 0;
}

.tags-holder {
	position: absolute;
	top: -20px;
	left: 0;
	display: flex;
}

.achieveSwiper .swiper-slide .text .btn3,
.news-events-holder .event-btn.parrot,
.tag-btn3 {
	background: #a1d683;
}

.news-events-holder .event-btn.col-event-btn {
	margin-left: 10px;
}

.news-events-holder .event-btn.green {
	background: #3bd4ae;
}

.adventure-wrap,
.loader3 span,
.news-events-holder .event-btn.blue {
	background: #3cb4e5;
}

.achieveSwiper .swiper-slide .text .btn2,
.news-events-holder .event-btn.purple,
.tag-btn2 {
	background: #696d9e;
}

.news-events-holder .news-col>p {
	color: rgba(67, 67, 69, 0.36);
}

.case-wrap {
	padding-left: 0;
}

.case-wrap .case {
	display: flex;
	align-items: end;
}

.case-wrap .case .left {
	width: auto;
}

.case-wrap .case .left h2 .pq {
	margin-left: 0;
}

.case-wrap .case .left h2 .pq1 {
	color: #434345;
	margin-left: 5vw;
}

.case-wrap .case .left h2 span {
	color: #3cb4e5;
	margin-left: 2vw;
}

.case-wrap .case .right {
	width: auto;
	position: absolute;
	right: 0;
}

.always.col-always a,
.career .left a,
.case-wrap .case .right a,
.contact-form .left a,
.culture-wrap .list .left a,
.main-wrap .partners-wrap .left a,
.philosophy-wrap .philosophy .left a,
.review-wrap .left a,
.solutions-wrap .left a {
	font-size: 1.875vw;
	align-items: end;
	position: relative;
	font-weight: 400;
	color: #434345;
	display: inline-block;
	overflow: hidden;
	padding: .7vw .3vw 1vw;
	z-index: 3;
}

.always.col-always a::after,
.career .left a::after,
.careers-wrap .careers-text .text a::after,
.case-wrap .case .right a::after,
.contact-form .left a::after,
.contact-info-holder .left a::after,
.culture-wrap .list .left a::after,
.featuredswiper .swiper-slide .program-wrap .right a::after,
.main-wrap .partners-wrap .left a::after,
.philosophy-wrap .philosophy .left a::after,
.product_wrapper .inner1 .right a::after,
.review-wrap .left a::after,
.solutions-wrap .left a::after,
.sub-prod .right a {
	content: "";
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--blue);
	height: 1px;
	width: 100%;
	position: 1.5vw 0;
	transition: 0.3s ease-in-out;
	z-index: -1;
}

.always.col-always a svg,
.case-wrap .case .right a svg,
.culture-wrap .list .left a svg,
.footer-wrap .copy-wrap .right a img {
	margin-left: 1vw;
	fill: #3CB4E5;
}

.case-wrap .slider-wrap {
	width: 70%;
	margin-left: auto;
}

.case-wrap .slider-wrap h5,
.our-impact .text .left h4,
strong {
	font-weight: 500;
}

.achieveSwiper .swiper-wrapper .swiper-slide .text a {
	color: var(--bodyText);
}

.achieveSwiper .swiper-slide .text .btn1,
.achieveSwiper .swiper-slide .text .btn2,
.achieveSwiper .swiper-slide .text .btn3 {
	font-size: 1.5625vw;
	background: #a1d683;
	padding: 0 3vw 0.3vw;
	color: #fff;
	font-weight: 400;
}

.culture-wrap {
	padding: 5vw 6vw;
	background: var(--footerBg);
}

.adventure-wrap .adventure .left,
.culture-wrap .list .left,
.culture-wrap .text,
.industries-wrap .right,
.mission-wrap .mission .right,
.mission-wrap .vision .right,
.review-wrap .right,
.trust-wrap .trust.enginer .left {
	width: 70%;
}

.culture-wrap .text h2 p {
	font-size: 6.25vw;
	font-family: TanseekModernProArabic;
	line-height: 4.375vw;
	margin-bottom: 1vw;
}

.culture-wrap .text h5 p,
.form-wrapper button,
.p-btn,
.step-counter,
.upload-box label,
.upload-box p {
	font-family: "Tanseek Mod Pro Arabic";
}

#stepNum,
.career .left h2,
.careers-wrap .careers-challenge .left h2,
.culture-wrap .text h2 span,
.culture-wrap .text h4 span,
.description span,
.featuredswiper .swiper-slide .program-wrap .right h4,
.finance h3 span,
.form-wrapper h3 span,
.form_wrapper span,
.help .help_wrapper span,
.impact-wrap .impact .right span,
.part_right h2 span,
.philosophy-wrap .philosophy .left h2 span,
.provide h3 span,
.sector_wrapper span,
.shipments-wrap .right h3 span,
.solutions-wrap .left h3 span,
.upload-box label strong:first-child,
.world-wrap .finance .para span,
h2.h2 span {
	color: #3cb4e5;
}

.culture-wrap .text h5 p {
	font-size: 3.125vw;
	line-height: 2.5vw;
	font-weight: 400;
	position: relative;
	margin-bottom: 5vw;
}

.culture-wrap .text h4 p {
	font-weight: 400;
	position: relative;
}

.culture-wrap .text h4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #434345;
}

.culture-wrap .text>p {
	font-size: 1.875vw;
	line-height: 1.5625vw;
	font-weight: 100;
	width: 55%;
	padding-left: 2vw;
}

.culture-wrap .list {
	padding-left: 2vw;
	display: flex;
	align-items: end;
	margin-bottom: 5vw;
}

.culture-wrap .list .right,
.industries-wrap .left,
.mission-wrap .mission .left,
.sector_wrapper>p,
.trust-wrap .trust.enginer .right {
	width: 30%;
}

.culture-wrap .list .right ul li,
.indus-inner>div>p {
	margin-bottom: 1vw;
}

.culture-wrap .list .right ul li a {
	font-size: 3.125vw;
	line-height: 2.1875vw;
	color: #434345;
	font-weight: 100;
	position: relative;
	display: flex;
	align-items: center;
	cursor: auto;
}

.culture-wrap .list .right ul li a i {
	background: rgba(67, 67, 69, 0.23);
	width: 29px;
	height: 29px;
	position: relative;
	margin-top: 1vw;
	margin-right: 1vw;
}

.culture-wrap .list .right ul li a i:before,
.main-approaches .approaches-wrap .right h3 i:before,
.trust-wrap .trust .left h4 i:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	width: 5px;
	height: 5px;
	transform: translate(-50%, -50%);
	background: var(--white);
}

.impact-wrap {
	padding: 0 6vw;
	position: relative;
	margin-bottom: 5vw;
}

.impact-wrap .impact {
	display: flex;
	margin-bottom: 4vw;
	align-items: center;
}

.impact-wrap .impact .left {
	width: 50%;
	margin-top: -8%;
}

.impact-wrap .impact .left img,
.our-impact .right img {
	width: 100%;
	height: 100vh;
}

.impact-wrap .impact .right {
	width: 50%;
	position: relative;
	right: 8%;
	bottom: 10vw;
}

.impact-wrap .impact .right h2 {
	font-size: 12.625vw;
	font-weight: 700;
	line-height: 8.8125vw;
}

.since-wrap {
	display: flex;
	padding: 0 10vw;
	position: r;
}

.since-wrap .left {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 9vw;
}

.since-wrap .left p {
	font-size: 3.625vw;
	margin-bottom: 2vw;
	font-weight: 400;
}

.since-wrap .left span {
	font-size: 9.6875vw;
	font-weight: 700;
	line-height: 2.6875vw;
	color: #3cb4e5;
}

.careers-wrap .careers-challenge .right,
.since-wrap .right {
	width: 55%;
}

.since-wrap .right .head {
	font-size: 4.375vw;
	margin-left: auto;
	line-height: 3.75vw;
	font-weight: 500;
}

.since-wrap .right p {
	font-size: 1.875vw;
	line-height: 1.5625vw;
	margin-bottom: 4vw;
	padding-right: 13vw;
}

.world-wrap {
	background: #fff;
	display: flex;
	flex-direction: column;
	margin-bottom: 5vw;
}

.world-wrap .world {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.benefits-wrap .left,
.main-wrap .partners-wrap .left,
.our-impact .text,
.solutions-wrap .left,
.world-wrap .world .left {
	width: 60%;
}

.philosophy-wrap .philosophy .right,
.solutions-wrap .right,
.world-wrap .world .right {
	width: 40%;
}

.world-wrap .world .right p {
	font-size: 1.875vw;
	color: #3cb4e5;
	line-height: 1.5625vw;
	margin-left: 10vw;
	padding-right: 15vw;
	font-weight: 500;
	border-left: 2px solid;
	padding-left: 1vw;
}

.world-wrap .finance {
	width: 60%;
	margin-left: auto;
	padding-right: 21vw;
}

.world-wrap .finance .para {
	font-size: 3.75vw;
	line-height: 2.8125vw;
	font-weight: 500;
	padding-right: 5vw;
	margin-bottom: 4vw;
}

.world-wrap .finance .numb {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0vw;
}

.business-wrap .review-wrap .right .grid-wrap.solution-grid,
.review-wrap .right .grid-wrap {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2vw;
}

.world-wrap .finance .numb .left span,
.world-wrap .finance .numb .right span {
	font-size: 6.25vw;
	font-weight: 700;
	color: #3cb4e5;
}

.world-wrap .finance .numb .left p,
.world-wrap .finance .numb .right p {
	font-size: 2.5vw;
	font-weight: 400;
	padding-top: 10px;
	margin-bottom: 1vw;
}

.world-wrap .finance .numb .left p.para1,
.world-wrap .finance .numb .right p.para1 {
	font-size: 1.875vw !important;
	font-weight: 100 !important;
	line-height: 1.5625vw;
	padding-right: 4vw;
}

.careers-wrap {
	display: flex;
	position: relative;
	padding: 5vw 0;
	flex-direction: column;
}

.careers-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	background: #f6f5f6;
	height: 100%;
	z-index: -1;
}

.careers-wrap .careers-challenge {
	width: 100%;
	display: flex;
	align-items: center;
}

.careers-wrap .careers-challenge .left {
	width: 45%;
	padding: 0 9vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.careers-wrap .careers-challenge .left p {
	font-size: 3.125vw;
	line-height: 2.5vw;
	font-weight: 400;
	text-align: start;
}

.accordion-container,
.me-page .always,
.me-page .head,
.me-page .take,
.search-main .refresh a,
.upload-box {
	text-align: center;
}

.careers-wrap .careers-text .text {
	width: 55%;
	float: right;
	padding: 5vw 5vw 0 10vw;
}

.careers-wrap .careers-text .text p {
	line-height: 1.5625vw;
	font-size: 1.875vw;
}

.careers-wrap .careers-text .text a {
	font-size: 1.875vw;
	color: #434345;
	font-weight: 500;
	align-items: end;
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 1vw;
}

.careers-wrap .careers-text .text a svg,
.footer-wrap .achieve .right>div svg,
.me-page .always a svg,
.pagination a.next-page {
	margin-left: 2vw;
}

.footer-wrap {
	padding: 5vw 6vw 2vw;
	background: var(--footerBg);
	width: 100%;
}

.footer-wrap .achieve {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(67, 67, 69, .2);
	padding: 0 0 5vw;
	align-items: center;
}

.footer-wrap .achieve .left {
	width: 45%;
}

.footer-wrap .achieve .left h2,
.footer-wrap .achieve .left h2 p {
	font-size: 5vw;
	line-height: 3.75vw;
	font-weight: 400;
}

.contact-form,
.footer-wrap .achieve .right>div,
.industries-wrap,
.main-wrap .partners-wrap,
.our-impact,
.philosophy-wrap .philosophy,
.questions .top,
.review-wrap,
.search-main .refresh a,
.search-page .questions .top,
.shipments-wrap {
	display: flex;
}

.footer-wrap .achieve .right>div a {
	background: var(--blue);
	padding: 1vw 2vw 1.5vw;
	font-size: 2.1875vw;
	color: #fff;
	margin: 0;
	font-weight: 400;
	display: flex;
	align-items: baseline;
	justify-content: center;
	transition: 0.5s ease-in-out;
}

.adventure-wrap .adventure .left h2,
.adventure-wrap .adventure .right p,
.footer-wrap .achieve .right>div a p,
.hm_navs>div.active>span,
.mission-wrap .vision .right p,
.page-sub-head .inner .sub-head .left h2 {
	color: #fff;
}

.footer-wrap .achieve .right a img {
	margin-left: 3vw;
}

.footer-wrap .footer {
	display: grid;
	grid-template-columns: 25% 30% 30% 15%;
	padding: 4vw 0;
	border-bottom: 1px solid rgba(67, 67, 69, .2);
	justify-content: space-between;
}

.form-wrapper .iti__selected-flag,
.loader3,
.philosophy-wrap .philosophy,
.product_wrapper .inner1 .left>ul>li {
	padding: 0;
}

.footer .ft-col ul>li {
	margin-bottom: 0.4vw;
	list-style: none;
}

.footer .ft-col ul>li>a {
	font-weight: 500;
	color: var(--bodyText);
	position: relative;
	overflow: hidden;
	line-height: 1.8125vw;
	display: inline-flex;
	align-items: center;
}

.footer .ft-col>ul>li>a>svg {
	fill: var(--blue);
	margin: 9px 0 0 20px;
}

.footer .ft-col ul>li>a::after {
	content: "";
	position: absolute;
	background: var(--bodyText);
	width: 100%;
	left: -100%;
	height: 2px;
	bottom: 0;
	right: 0;
	transition: 0.4s ease-in-out;
}

.benefits-wrap,
.footer .ft-col>ul>li .links,
.new_success button.nextBtn.submitBtn,
.search-page .nav_bar .close_tag,
.search-wrap .search-main,
.smart-wrap .Smart,
.support-wrap {
	display: flex;
	align-items: center;
}

.footer .ft-col>ul>li:last-child,
.showing-wrap .showing .full-text a:last-child .text {
	border: 0;
}

.footer .ft-col>ul>li svg {
	margin: 9px 0 0 24px;
}

.footer .ft-sub-nav {
	position: relative;
	left: 0;
	width: 100%;
	top: 100%;
	transition: 0.4s ease-in-out;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .ft-col>ul>li .links>a {
	margin-bottom: 0.6vw;
}

.bod_rw1>.elem_anim_mask .bod_item,
.case-wrap.latest-events-holder,
.footer .ft-sub-nav>ul>li:last-child {
	margin-bottom: 0;
}

.footer .ft-sub-nav>ul>li>a {
	font-weight: 500 !important;
	color: #434345;
	position: relative;
	text-decoration: underline;
	transition: 0.4s ease-in-out;
	text-transform: capitalize;
}

.footer .ft-sub-nav>ul>li>a:hover {
	text-decoration: none;
}

.footer-wrap .copy-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2vw;
}

.footer-wrap p {
	font-size: 1.5vw;
	font-weight: 400;
	color: #434345;
}

.footer-wrap .copy-wrap .right,
.me-page .always .tell-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-wrap .copy-wrap .right a {
	margin-right: 1vw;
}

.footer-wrap .copy-wrap .right svg {
	fill: var(--bodyText);
	transition: 0.5s ease-in-out;
}

.reveal-img,
.reveal-img2,
.reveal-img3,
.reveal-impacp-img {
	visibility: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
}

.reveal-img img,
.reveal-img2 img,
.reveal-img3 img,
.reveal-impacp-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transform-origin: left;
}

.loader3,
.loader3 span {
	display: inline-block;
	width: 80px;
	height: 80px;
}

.loader3 span {
	position: absolute;
	border-radius: 100%;
	-webkit-animation: 1.5s linear infinite loader3;
	animation: 1.5s linear infinite loader3;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
	0% {
		transform: scale(0, 0);
		opacity: 0.8;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes loader3 {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.8;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

.set>a.active span::after,
.set>a>span::before {
	transform: rotate(90deg);
}

.barba-once-active {
	transition: opacity 4.45s;
}

.barba-once-to,
.industries-wrap .left ul li.active a:before,
.industries-wrap .left ul li:hover a:before {
	opacity: 1;
}

.new-events-slider {
	padding: 9vw 0 5vw;
	background-color: var(--bodyText);
	color: var(--white);
}

.news-events-holder.new1 {
	grid-template-columns: 3fr 3fr 3fr;
	width: auto;
	padding: 5vw 9vw;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 6vw;
}

.pagination a.item {
	color: var(--bodyText);
	text-decoration: none;
	transition: 0.5s ease-in-out;
	border-radius: 50px;
	font-weight: 400;
	font-size: 26px;
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	line-height: 40px;
}

.dots {
	font-size: 26px;
	margin: 0 5px;
	font-weight: 500;
}

.pagination a.next-page,
.pagination a.prev-page {
	line-height: normal;
}

.pagination a.prev-page {
	margin-right: 2vw;
	transform: rotate(180deg);
}

.pagination a.item.active,
.pagination a.item:hover {
	background-color: #3cb4e5;
	color: #fff;
}

.eight-national-holder {
	padding: 8vw 0 5vw;
	position: relative;
}

.eight-national-holder:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50vh;
	left: 0;
	bottom: 20vh;
	background: var(--footerBg);
}

.p-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.5625vw;
	background: #a1d683;
	padding: 0.8vw 3vw 1vw;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	transform: translate(0, 50%);
}

.line-para:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 1px;
	height: 100%;
	background: var(--bodyText);
}

.industries-wrap .left ul li.active a,
.industries-wrap .left ul li:hover a,
.line-para span,
.part-wrap.col-part .right h2,
.showing-wrap .showing .full-text a:hover {
	color: var(--blue);
}

.confGallerySwiper,
.featuredswiper .swiper-slide .program-wrap .left img {
	width: 100%;
	height: 100%;
}

.confGallerySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.conf-gallery {
	width: 85%;
	margin-left: auto;
}

.aboutSwiper .swiper-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.aboutSwiper .swiper-slide .detial {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.aboutSwiper .swiper-slide .inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	display: none;
	visibility: hidden;
}

.aboutSwiper .swiper-wrapper .swiper-slide .shade-arrow-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0.15;
	fill: #fff;
	transition: 0.5s ease-in-out;
	width: 20%;
}

.aboutSwiper .swiper-wrapper .swiper-slide:hover .shade-arrow-icon {
	width: 25%;
}

.aboutSwiper .swiper-wrapper .swiper-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.55);
}

.aboutSwiper .swiper-slide h2 {
	font-size: 3.125vw;
	font-weight: 700;
	color: #3cb4e5;
}

.aboutSwiper .swiper-slide h3 {
	font-size: 4vw;
	line-height: 3.15vw;
	color: #fff;
	font-weight: 100;
}

.aboutSwiper .swiper-slide h4 {
	font-size: 5vw;
	font-weight: 700;
	line-height: 3.75vw;
	color: #fff;
}

.adventure-wrap .adventure,
.solutions-wrap {
	display: flex;
	padding: 5vw 0;
}

.solutions-wrap .left h3 {
	border-left: 2px solid rgba(67, 67, 67, 0.8);
}

.solutions-wrap .right>p {
	margin-bottom: 2vw !important;
}

.philosophy-wrap-main:before {
	content: "";
	background: var(--footerBg);
	position: absolute;
	top: 10vw;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.philosophy-wrap .philosophy .left {
	width: 60%;
	padding: 1vw 0;
}

.dropdown .down a,
.dropdown .up,
.me-page .take p,
.philosophy-wrap .philosophy .left h2,
.search-page .dropdown .down a,
.search-page .dropdown .up {
	line-height: 0;
}

.adventure-wrap .adventure .right>a svg,
.career .left a svg,
.contact-form .left a svg,
.featuredswiper .swiper-slide .program-wrap .right a svg,
.main-approaches .approaches-wrap .left a svg,
.main-wrap .partners-wrap .left a svg,
.philosophy-wrap .philosophy .left svg,
.product_wrapper .inner1 .right a svg,
.review-wrap .left a svg,
.solutions-wrap .left a svg,
.trust-wrap .trust.enginer .right a svg {
	margin-left: 1.625vw;
}

.mission-wrap {
	background: #3cb4e5;
	padding: 0 10vw 4vw;
}

.business-wrap,
.form-main,
.main-solutions,
.main-wrap,
.partner_wrap {
	background: var(--footerBg);
}

.mission-wrap .mission {
	display: flex;
	align-items: baseline;
	border-bottom: 1px solid rgba(225, 225, 225, 0.8);
	padding: 5vw 0;
	position: relative;
}

.mission-wrap .mission::before {
	content: "";
	position: absolute;
	width: 29px;
	left: -3vw;
	height: 29px;
	background: rgba(255, 255, 255, 0.1);
	top: 72px;
}

.mission-wrap .mission::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #fff;
	left: -36px;
	top: 83px;
}

.main-approaches .approaches-wrap .right h3 i,
.mission-wrap .vision::before,
.trust-wrap .trust .left h4 i {
	background: rgba(255, 255, 255, 0.1);
	width: 29px;
	height: 29px;
}

.mission-wrap .mission .left h4 {
	line-height: 0;
	font-weight: 500;
	color: #fff;
}

.mission-wrap .mission .right p {
	color: #fff;
	line-height: 0;
}

.main-wrap .partners-wrap .right p,
.our-impact .left .text>p,
.trust-wrap .trust .right p {
	line-height: 1.5625vw;
	font-family: "Tanseek Mod Pro Arabic";
}

.mission-wrap .vision {
	display: flex;
	position: relative;
}

.mission-wrap .vision::before {
	content: "";
	position: absolute;
	left: -3vw;
	top: 14px;
}

.mission-wrap .vision::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #fff;
	left: -36px;
	top: 25px;
}

.mission-wrap .vision .left {
	width: 30%;
	font-weight: 500;
	color: #fff;
}

.our-impact .left {
	width: 60%;
	padding-left: 9vw;
}

.our-impact .left .text>p {
	font-size: 1.875vw;
	padding-right: 4vw;
	margin-bottom: 5vw;
}

.our-impact .right {
	width: 40%;
	position: relative;
}

.case-btn.clr,
.form-wrapper h2 .pq1 {
	color: #434345;
}

.finance h3 {
	position: relative;
	width: 80%;
}

.finance h3:before {
	content: "";
	position: absolute;
	top: 7%;
	left: 0;
	height: 93%;
	width: 2px;
	background: rgba(67, 67, 67, 0.8);
}

.main-wrap .partners-wrap .right {
	width: 40%;
	padding-top: 1vw;
}

.main-wrap .partners-wrap .right p {
	font-size: 1.875vw;
	margin-bottom: 2vw !important;
}

/* .partnersswiper.swiper {
	width: 82%;
} */

.page-sub-head .inner.CSRBanner {
	background: 0 0;
}

.page-sub-head .inner {
	background: rgba(0, 0, 0, 0.55);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
}

.page-sub-head img {
	width: 100%;
	margin-bottom: -3px;
}

.page-sub-head .inner .sub-head {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.page-sub-head .inner .sub-head .right a.sub-btn {
	width: 60px;
	height: 60px;
	border: 2px solid var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.page-sub-head .inner .sub-head .right a.sub-btn:hover {
	background: #fff;
}

.page-sub-head .inner .sub-head .right a svg {
	fill: var(--white);
	transition: 0.5s ease-in-out;
}

.bod_rw1 .right_account,
.contact-form .right,
.contact-info-holder .left,
.contact-info-holder .right,
.main-approaches .approaches-wrap .left,
.part-wrap .part .left,
.shipments-wrap .right,
.smart-wrap .Smart .left,
.support-wrap .left {
	width: 50%;
}

.smart-wrap .Smart .left p {
	padding-right: 2vw;
}

.smart-wrap .Smart .right {
	position: absolute;
	right: 9vw;
}

.review-wrap .left {
	width: 30%;
	padding: 2vw 0;
}

.review-wrap .left h6 {
	color: #3cb4e5;
	font-weight: 500;
	padding-right: 9vw;
	border-left: 2px solid;
	padding-left: 1vw;
}

.review-wrap .right .grid-wrap {
	display: grid;
}

.career .left h4,
.review-wrap .right .grid-wrap h5 {
	font-weight: 400;
}

.business-wrap .review-wrap .right .grid-wrap.solution-grid .primary h5 span,
.review-wrap .right .grid-wrap .delivering h5 span,
.review-wrap .right .grid-wrap .engineering h5 span,
.review-wrap .right .grid-wrap .unlocking h5 span {
	font-weight: 700;
}

.business-wrap {
	padding: 5vw 0 1vw;
}

.business-wrap .review-wrap .right .grid-wrap.solution-grid .primary img {
	margin-bottom: 1vw;
	width: 100%;
}

.benefits-wrap .left h2 {
	padding-right: 20vw;
}

.benefits-wrap .right {
	width: 40%;
	position: relative;
	top: -5vw;
}

.shipments-wrap .left {
	width: 50%;
	display: flex;
	align-items: end;
}

.main-approaches {
	position: relative;
	background: #3cb4e5;
}

.main-approaches::before {
	content: "";
	position: absolute;
	background: #3cb4e5;
	width: 100%;
	height: 100%;
	top: -5vw;
	z-index: -1;
}

.main-approaches .approaches-wrap {
	display: flex;
	padding: 2vw 0 0;
}

.career,
.career .right {
	grid-gap: 2vw;
	display: grid;
}

.main-approaches .approaches-wrap .left h6 {
	color: #fff;
	border-left: 1px solid #fff;
	padding-left: 1vw;
	font-weight: 500;
}

.featuredswiper .swiper-slide .program-wrap .right a,
.trust-wrap .trust.enginer .right a {
	font-size: 1.875vw;
	font-weight: 400;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 1vw;
}

.main-approaches .approaches-wrap .left a,
.main-approaches .approaches-wrap .left h5,
.product_wrapper .inner1 .right a,
.sub-prod a {
	font-size: 1.875vw;
	align-items: end;
	position: relative;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 1vw;
}

.adventure-wrap .adventure .right>a::after,
.main-approaches .approaches-wrap .left a::after,
.trust-wrap .trust.enginer .right a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: -100%;
	bottom: 0;
	right: 0;
	background: #fff;
	transition: 0.6s ease-in-out;
}

.main-approaches .approaches-wrap .right {
	width: 50%;
	padding: 5vw 0;
}

.main-approaches .approaches-wrap .right h3 {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 1vw 0 2vw;
	position: relative;
	display: flex;
	align-items: center;
}

.main-approaches .approaches-wrap .right h3 i {
	position: relative;
	margin-top: 1vw;
	margin-right: 1vw;
}

.main-approaches .approaches-wrap .right h3:last-child {
	border: none;
}

.career {
	grid-template-columns: 1fr 2fr;
}

.career .right {
	grid-template-columns: 1fr 1fr;
}

.career .left {
	padding: 6vw 0 0;
}

.career .top,
.trust-wrap {
	position: relative;
	top: -5vw;
}

.provide {
	background: var(--footerBg);
	padding: 5vw 0;
}

.provide h3 {
	width: 71%;
	position: relative;
	padding-left: 2vw;
}

.car-provide h3:before {
	content: "";
	position: absolute;
	top: 7%;
	left: 0;
	width: 2px;
	height: 93%;
	background: var(--bodyText);
}

.provide h3.width {
	width: 80%;
}

.new_success .alert,
.trust-wrap.top0 {
	top: 0;
}

.trust-holder {
	background: #3cb4e5;
	padding: 0 5vw;
}

.trust-wrap .trust {
	padding: 3vw 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border-bottom: 1px solid #fff;
}

.accordion_wrap .accordion-container .set:last-child,
.trust-wrap .trust:last-child {
	border-bottom: none;
}

.trust-wrap .trust .left h4 {
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
}

.trust-wrap .trust .left h4 i {
	position: relative;
	margin-top: 1vw;
	margin-right: 1vw;
	flex-basis: 29px;
}

.trust-wrap .trust .left h4 span {
	flex: 1;
}

.trust-wrap .trust .right {
	width: 65%;
	padding: 0.5vw 0 0;
}

.trust-wrap .trust .right p {
	color: var(--white);
	font-size: 1.875vw;
}

.adventure-wrap .adventure .left h2,
.form_wrapper h3 {
	font-size: 5vw;
	line-height: 3.75vw;
	font-weight: 500;
}

.featuredswiper .swiper-slide .program-wrap {
	display: flex;
	padding-left: 4.2vw;
}

.featuredswiper .swiper-slide .program-wrap .right {
	background: #434345;
	color: #fff;
	padding: 2vw 4vw;
	width: 65%;
}

.featuredswiper .arrows {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
}

.featuredswiper .swiper-button-next,
.featuredswiper .swiper-button-prev {
	position: relative;
	width: 4.2vw;
	height: 4.2vw;
	background: var(--blue);
	margin: 0;
	transition: 0.5s;
}

.featuredswiper .swiper-slide .program-wrap .right h4,
.featuredswiper .swiper-slide .program-wrap .right>p {
	margin-bottom: 22px !important;
}

.featuredswiper .swiper-slide .program-wrap .right a {
	align-items: end;
	position: relative;
	color: #fff;
}

.adventure-wrap .adventure .right {
	width: 30%;
	margin-top: 1.5vw;
}

.adventure-wrap .trust-wrap.designer {
	top: 0;
	padding: 0 0 5vw;
}

.trust-wrap .trust.enginer {
	background: #3cb4e5;
	padding: 3vw 0;
	border-bottom: none;
	border-top: 1px solid #fff;
}

.trust-wrap .trust.enginer .right a {
	align-items: end;
	position: relative;
	color: #fff;
	margin-bottom: -1vw;
}

.industries-wrap .left ul li {
	transition: 0.5s ease-in-out;
	position: relative;
}

.industries-wrap .left ul li a {
	font-size: 1.5vw;
	color: var(--text);
	line-height: 2.125vw;
	font-weight: 500;
	transition: 0.5s ease-in-out;
	text-transform: uppercase;
	padding-left: 24px;
}

.industries-wrap .left ul li a:before {
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--blue);
	margin-top: -2px;
	opacity: 0;
	transition: 0.5s ease-in-out;
}

.help {
	width: 100%;
	margin-top: 10vw;
}

.help .help_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.help .help_wrapper>p {
	color: #434345;
	font-size: 3.64vw;
}

.picture {
	width: 91%;
	margin-left: auto;
}

.contact-form .left {
	width: 50%;
	padding: 1vw 0;
}

.contact-form .left .button {
	margin-top: 3vw;
	display: flex;
	align-items: center;
}

.contact-form .left>p,
.contact-form .right .form-group,
.part-wrap .part .right>p,
.shipments-wrap .right>p,
.support-wrap .left>p {
	margin-bottom: 2vw;
}

.contact-form .right .form-group input,
.contact-form .right .form-group textarea {
	font-size: 1.8vw;
	width: 100%;
	border-style: solid;
	border-color: rgba(67, 67, 69, 0.35);
	border-width: 0 0 1px;
	padding: 1vw 0;
	font-weight: 300;
	font-family: "Tanseek Mod Pro Arabic";
}

.contact-form .right .form-group textarea {
	resize: none;
}

.contact-form .right .form-group input:focus,
.contact-form .right .form-group textarea:focus {
	outline: 0;
}

.contact-form .right button {
	background: var(--blue);
	padding: 10px 2vw 14px;
	top: 2vw;
	color: #fff;
	font-weight: 500;
	transition: 0.5s;
	font-family: "Tanseek Mod Pro Arabic";
	font-size: 1.8vw;
}

.contact-form .right button svg,
.contact-info-holder .left a svg {
	margin-left: 1.67vw;
}

.alert.text-center.success {
	background: #d4f7d4;
	color: green;
	padding: 0.5vw 0 1vw 1vw;
	border-left: 11px solid green;
	margin-bottom: 20px;
}

.alert.text-center.error {
	background: #fddcdc;
	color: red;
	padding: 0.5vw 0 1vw 1vw;
	border-left: 11px solid red;
	margin-bottom: 20px;
}

input.error {
	border-color: red !important;
}

label.error {
	color: red;
}

.form__field {
	font-family: inherit;
	width: 100%;
	border: 0;
	border-bottom: 2px solid;
	outline: 0;
	font-size: 1.3rem;
	color: $white;
	background: 0 0;
}

.product_wrapper .inner1 .left>ul>li.active>a span.line,
.product_wrapper .inner1 .left>ul>li:hover a span.line,
.sub-btn2 {
	width: 60px;
}

.info .img {
	margin-top: 10vw;
	object-fit: cover;
}

.info .img img {
	width: 100%;
	opacity: 55%;
}

.contact-info-holder {
	position: relative;
	margin-top: 5vw;
}

.contact-info-holder .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1;
}

.contact-info-holder .inner .wrapper82 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.contact-info-holder .left h3 {
	color: var(--white);
	font-size: 2.6875vw;
	font-weight: 500;
}

.contact-info-holder .inner .right ul li a,
.contact-info-holder .left a {
	font-size: 1.875vw;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.contact-info-holder .left h6 {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
}

.contact-info-holder .left a {
	align-items: end;
	font-weight: 400;
	color: var(--white);
	padding-bottom: 1vw;
}

.contact-info-holder .left .btn a img {
	width: 20px;
}

.contact-info-holder .inner .right ul li a {
	font-weight: 500;
	color: var(--white);
	padding-bottom: 2px;
}

.contact-info-holder .inner .right ul li a::after {
	content: "";
	position: absolute;
	background: var(--white);
	width: 100%;
	height: 2px;
	bottom: 0;
	left: -100%;
	transition: 0.6s ease-in-out;
}

.sector_wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8vw;
}

.sector_wrapper h2 {
	width: 50%;
	color: #434345;
}

.product_wrapper .inner1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(67, 67, 69, 0.9);
	z-index: 1;
	display: flex;
	justify-content: space-between;
	padding: 2vw 0;
}

.part-wrap,
.sub-btn2:hover,
span.line {
	background: var(--blue);
}

.product_wrapper .inner1 .left ul li {
	text-decoration: none;
	line-height: normal;
}

span.line {
	width: 0;
	height: 5px;
	position: relative;
	left: 12px;
	bottom: 10px;
	transition: 0.5s ease-in-out;
}

.product_wrapper .inner1 .left>ul>li>a {
	color: var(--white);
	display: flex;
	align-items: end;
	transition: background 0.5s ease-in-out;
}

.product_wrapper .inner1 .left>ul>li>a span.text {
	font-size: 5.2vw;
	font-weight: 400;
	line-height: 5.5vw;
	position: relative;
	background: #fff;
	background: -webkit-linear-gradient(45deg, #80808000, #fff 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: background 0.5s ease-in-out;
}

.product_wrapper .inner1 .left>ul>li.active a span.text,
.product_wrapper .inner1 .left>ul>li:hover a span.text {
	background: -webkit-linear-gradient(45deg, #fff, #fff 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: background 0.5s ease-in-out;
}

.product_wrapper .inner1 .right .img-holder {
	position: relative;
	padding-top: 44.8%;
}

.sub-prod {
	margin: 5vw 0 0;
}

.product_wrapper .inner1 .right p,
.sub-prod p {
	color: rgba(255, 255, 255, 0.85);
}

.sub-btn2 {
	height: 60px;
	border: 2px solid var(--blue);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsEventsSwiper .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(25, 36, 68, 0) 100%);
	padding: 30px 30px 50px;
	display: flex;
	justify-content: end;
	flex-direction: column;
}

.newsEventsSwiper .inner-shade {
	position: absolute;
	top: 0;
	right: 0;
	width: 23%;
	height: 100%;
	background: linear-gradient(270deg, #434345 0, rgba(25, 36, 68, 0) 100%);
	z-index: 2;
}

.tags-box {
	position: relative;
	top: -35px;
}

.tag-btn1,
.tag-btn2,
.tag-btn3 {
	font-size: 1.5625vw;
	background: #a1d683;
	padding: 0.3vw 3vw 0.6vw;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	margin-right: 10px;
}

.hm_navs {
	position: absolute;
	top: 0;
	right: 3vw;
	width: auto;
	height: 100%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hm_navs>div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
}

.hm_navs>div>span {
	color: rgba(255, 255, 255, 0.22);
	font-family: TanseekModernProArabic;
	font-weight: 700;
	font-weight: 1.4vw;
	margin: 0 12px 0 0;
}

.hm_navs>div>svg {
	width: 2vw;
	height: 2vw;
}

.hm_navs .hm_track {
	transition: 0.3s linear;
}

.hm_navs .hm_progress {
	fill: transparent;
	stroke-width: 0;
	stroke-linecap: round;
	transform: rotate(270deg);
	transform-origin: center;
	transition: linear;
}

.aboutSwiper .hm_progress {
	stroke: var(--white);
}

.aboutSwiper .hm_navs .active .hm_progress {
	stroke-width: 1;
	transition: stroke-dashoffset 7s linear;
}

.questions .text,
.search-page .questions .text {
	padding: 0 3vw;
}

.questions .top p,
.search-page .questions .top p {
	font-size: 2.1875vw;
}

.questions .text .middle .form-group input,
.search-page .questions .text .middle .form-group input {
	font-size: 2.8125vw;
	border: none;
	outline: 0;
}

.questions .bottom,
.search-page .questions .bottom {
	display: flex;
	margin-top: 1vw;
}

.questions .bottom .button,
.search-page .questions .bottom .button {
	display: flex;
	align-items: center;
	background-color: #3cb4e5;
	justify-content: center;
	padding: 0.4vw 1vw 0.8vw;
	transition: 0.5s ease-in-out;
}

.dropdown .down:hover,
.dropdown .up:hover,
.questions .bottom .button:hover,
.search-page .dropdown .down:hover,
.search-page .dropdown .up:hover,
.search-page .questions .bottom .button:hover {
	background-color: var(--blue2);
}

.dropdown .down,
.dropdown .up,
.search-page .dropdown .down,
.search-page .dropdown .up {
	background-color: #3cb4e5;
	width: 38px;
	height: 38px;
	display: flex;
	transition: 0.5s ease-in-out;
}

.questions .bottom .button a,
.search-page .questions .bottom .button a {
	color: #fff;
	text-decoration: none;
	font-size: 2vw;
	font-weight: 400;
}

.questions .bottom .button a svg,
.search-page .questions .bottom .button a svg {
	margin-left: 0.6vw;
}

.questions .bottom .text1,
.search-page .questions .bottom .text1 {
	display: flex;
	align-items: center;
	padding-left: 1vw;
}

.questions .bottom .text1 a,
.search-page .questions .bottom .text1 a {
	text-decoration: none;
	font-size: 1.5625vw;
	color: #434345;
}

.questions .bottom .text1 span,
.search-page .questions .bottom .text1 span {
	font-size: 1.5625vw;
	font-weight: 700;
	color: #434345;
}

.dropdown .text p,
.me-page .take p,
.search-page .dropdown .text p {
	font-size: 1.5625vw;
	font-weight: 100;
}

.dropdown,
.search-page .dropdown {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-right: 3vw;
}

.dropdown .text,
.search-page .dropdown .text {
	margin-right: 3vw;
}

.dropdown .down,
.search-page .dropdown .down {
	margin-right: 2px;
	align-items: center;
	justify-content: center;
}

.dropdown .up,
.search-page .dropdown .up {
	align-items: center;
	justify-content: center;
}

body::-webkit-scrollbar {
	display: none;
}

.about_slide_wr.swiper-slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.me-page .always p {
	line-height: 2.1875vw;
}

.me-page .always .tell-wrap a {
	background: var(--blue);
	padding: 1vw 1vw 1.3vw;
	font-size: 2vw;
	color: #fff;
	margin: 0 2vw 0 0;
	font-weight: 400;
	transition: 0.5s ease-in-out;
}

.me-page .always .tell-wrap p.press {
	font-size: 1.5625vw;
}

.me-page .always .tell-wrap .press span {
	font-size: 1.5625vw;
	font-weight: 700;
}

.me-page .take {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.me-page .take svg {
	margin-right: 0.6vw;
}

.search-page .banner {
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.search-page .nav_bar {
	display: flex;
	padding: 2vw 3vw;
	justify-content: end;
}

.search-page .nav_bar .close_tag .left p {
	font-size: 1.1vw;
}

.search-page .nav_bar .close_tag .right img:hover {
	background-color: #434345;
	border-radius: 50px;
}

.search-page .questions {
	width: 55%;
	margin: auto;
	padding: 10vw 0;
}

.product_wrapper .inner1 .right a,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.since-wrap.mobile,
.step,
.upload-box input[type="file"] {
	display: none;
}

.shipments-wrap .right>.ofh {
	margin-top: 5vw;
}

.adventure-wrap .adventure .right>a {
	font-size: 1.875vw;
	align-items: end;
	position: relative;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	margin-bottom: -1vw;
	background: var(--bodyText);
	padding: 13px 35px 24px;
}

.bod_rw1 {
	width: 100%;
	display: flex;
}

.bod_rw1>.elem_anim_mask {
	width: 50%;
	padding-top: 0;
}

.bod_rw1 .right_account .bod_img_wrapper {
	padding-top: 44.73%;
}

.bod_rw1 .right_account .bod_img_wrapper .bod_img,
.bod_rw1 .right_account .bod_img_wrapper .bod_text {
	position: absolute;
	top: 0;
	width: 100%;
}

.bod_rw1 .right_account .bod_img_wrapper .bod_text {
	opacity: 0;
	visibility: hidden;
	padding-top: 20px;
}

.bod_rw1>.elem_anim_mask .bod_item h2 {
	font-size: 3vw;
	color: #fff;
	line-height: 3vw;
}

.bod_rw1 .right_account .bod_img_wrapper .ofh {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.search-wrap h2 {
	font-size: 4.375vw;
}

.search-wrap .inner-search {
	flex: auto;
}

.search-wrap .inner-search input {
	background: #f6f5f6;
	border-radius: 30px;
	padding: 0 164px 0 24px;
	border: 1px solid #f6f5f6;
	line-height: 44px;
	width: 100%;
	font-size: 15px;
	outline: 0;
	transition: 0.5s ease-in-out;
}

.search-wrap .inner-search input:focus {
	border: 1px solid var(--blue);
}

.search-wrap .inner-search button {
	background: #3cb4e5;
	padding: 1vw 0;
	border-radius: 50px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	transition: 0.5s ease-in-out;
	color: #fff;
	font-family: "Tanseek Mod Pro Arabic";
	width: 140px;
	justify-content: center;
}

.search-wrap .inner-search button p {
	font-size: 22px;
	font-weight: 500;
	line-height: 16px;
	margin: -7px 0 0;
}

.search-wrap .inner-search button:hover {
	background: #2b9fce;
}

.search-wrap .inner-search button svg {
	margin-left: 20px;
}

.search-main .refresh {
	display: flex;
	align-items: center;
	margin-left: 2vw;
}

.search-main .refresh a .circle {
	border: 2px solid #3cb4e5;
	height: 44px;
	width: 44px;
	border-radius: 50px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.search-main .refresh p {
	font-size: 22px;
	font-weight: 500;
	margin-top: 7px;
	color: #434345;
}

.showing-wrap {
	background: #f6f5f6;
	padding: 3vw 0;
}

.showing-wrap .showing {
	background: var(--white);
	padding: 3vw 3vw 2vw;
	margin: 0 0 3vw;
}

.showing-wrap .showing .all-result {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f6f5f6;
	justify-content: space-between;
	padding: 0 0 20px;
}

.showing-wrap .showing .all-result p {
	font-size: 1.375vw;
	font-weight: 400;
}

.showing-wrap .showing .full-text .text {
	border-bottom: 2px solid #f6f5f6;
	padding: 30px 0;
}

.showing-wrap .showing .full-text .text h3 {
	font-size: 2.5vw;
	font-weight: 400;
	color: var(--blue);
	margin-bottom: 20px;
}

.adventure-wrap .adventure .right>p,
.contact-form .left>p,
.featuredswiper .swiper-slide .program-wrap .right h4+p,
.indus-inner ul li,
.indus-inner>div>p,
.part-wrap .part .right>p,
.shipments-wrap .right ul li,
.shipments-wrap .right>p,
.showing-wrap .showing .full-text .text>p,
.solutions-wrap .right>p,
.support-wrap .left>p,
.training-wrap>p {
	font-size: 1.875vw;
	font-family: "Tanseek Mod Pro Arabic";
	line-height: 1.5625vw;
}

.form-wrapper .innerForm a,
.form-wrapper .innerForm label {
	font-size: 1.8vw;
	font-weight: 300;
	font-family: "Tanseek Mod Pro Arabic";
}

.support-wrap .left h2 {
	color: var(--blue) !important;
}

.part-wrap .part .right,
.support-wrap .right {
	width: 50%;
	padding-left: 5vw;
}

.part-wrap .part {
	display: flex;
	align-items: center;
	padding-top: 5vw;
	padding-bottom: 5vw;
}

.alert {
	top: 2vw;
}

.alert.alert-danger,
.alert.alert-success {
	background: green;
	border-radius: 4px;
	color: #fff;
	padding: 10px 30px 15px;
}

.alert.alert-danger {
	background: red;
}

.case-wrap .case {
	padding-top: 5vw;
}

.case-wrap,
.training-wrap>p {
	margin-bottom: 5vw;
}

.featuredswiper .swiper-slide .program-wrap .right h4+p {
	margin: 0 4vw 4vw 0;
}

.adventure-wrap .adventure .right>p {
	margin-bottom: 6vw;
}

.set {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 18px;
}

.set>a {
	display: block;
	padding: 0 0 0 55px;
	text-decoration: none;
	color: var(--white);
	transition: 0.2s linear;
}

.set>a>span {
	position: absolute;
	left: 0;
	top: 11px;
	width: 33px;
	height: 33px;
	background: rgba(255, 255, 255, 0.23);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(10px);
	transition: 0.5s ease-in-out;
}

.set>a>span::before {
	content: "";
	width: 3px;
	background: #fff;
	height: 17px;
	display: block;
	position: absolute;
	transition: 0.5s ease-in-out;
}

.set>a>span::after {
	content: "";
	width: 3px;
	background: #fff;
	height: 17px;
	display: block;
	transition: 0.5s ease-in-out;
	position: absolute;
}

.set>a i {
	float: right;
	margin-top: 2px;
}

.accordion_wrap .accordion-container .set p a {
	color: #fff;
	margin-top: 20px;
	display: inline-block;
	position: relative;
	padding: 0 0 10px;
}

.accordion_wrap .accordion-container .set p a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: 0.5s ease-in-out;
	opacity: 1;
}

.accordion_wrap .accordion-container .set .content {
	text-align: start;
	color: #fff;
	padding: 2vw 0 1vw;
	display: none;
}

.showing-wrap .showing .full-text a {
	color: var(--bodyText);
	transition: 0.5s ease-in-out;
}

.indus-inner ul,
.shipments-wrap .right ul {
	padding: 0 0 0 40px;
}

.indus-inner ul li,
.shipments-wrap .right ul li {
	list-style-type: square;
	margin: 0 0 2vw;
}

.shipments-wrap .right ul li::marker {
	font-size: 28px;
}

.onScrollDiv {
	pointer-events: unset !important;
	cursor: pointer !important;
}

.back-btn {
	background: var(--blue);
	padding: 10px 30px 20px;
	font-size: 30px;
	color: #fff;
	margin: 0;
	font-weight: 400;
	display: flex;
	align-items: baseline;
	justify-content: center;
	transition: 0.5s ease-in-out;
}

.back-btn svg {
	margin-right: 20px;
	transform: rotate(180deg);
}

.submitBtn[disabled] {
	border: 1px solid #999;
	background-color: #ccc !important;
	color: #666 !important;
	pointer-events: auto !important;
	cursor: not-allowed !important;
}

.mn_loader .mn_img_loader {
	width: 70px;
	height: 70px;
}

.mn_loader .mn_img_loader svg {
	width: 70px;
	height: 70px;
	animation: 1.2s linear infinite loaderAnim;
}

@keyframes loaderAnim {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

.contact-form .right button .text {
	opacity: 1;
	visibility: visible;
	transition: 0.5s;
}

.contact-form .right button .loader-btn {
	position: absolute;
	top: 0;
	right: 25px;
	width: 70px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
}

.loader-btn svg {
	display: block;
	width: 32px;
	height: 32px;
	animation: 1s linear infinite loaderAnim;
}

.contact-form .right button.loading-form-btn .text>svg {
	opacity: 0;
	visibility: hidden;
}

.svg-icon {
	fill: #61b2df;
}

.svg-icon2 {
	fill: rgba(255, 255, 255, 0.8);
}

.list.new_ind_list {
	display: block;
	margin-bottom: 0;
	padding-left: 0;
	width: 30%;
}

.partner_sector {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.partner_sector .right {
	width: auto !important;
}

.partner_sector .text ul {
	margin-left: 5vw;
	width: 47%;
}

.partner_sector .text ul li {
	font-size: 29px;
	font-weight: 300;
	line-height: 25px;
	font-family: "Tanseek Modern Pro Arabic";
	position: relative;
}

.partner_sector .text ul li::after {
	content: "";
	position: absolute;
	background: rgb(0 0 0 / 74%);
	width: 7px;
	height: 7px;
	left: -23px;
	top: 13px;
	border-radius: 50%;
}

.partner_wrap {
	padding: 10vw 6vw 0 9vw;
}

.part_top_head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.part_right {
	width: 43%;
}

.part_right h2 {
	font-size: 50px;
	font-weight: 400;
	line-height: 0.8;
}

.part_left {
	width: 57%;
}

.form-main {
	padding-top: 8vw;
	padding-bottom: 8vw;
}

.form-wrapper .innerForm {
	width: 100%;
	max-width: 950px;
	padding-left: 20px;
}

.form-wrapper h2 {
	width: 100%;
	margin-bottom: 50px;
}

.form-wrapper h3 {
	border-left: 2px solid rgba(67, 67, 67, 0.8);
	position: relative;
	padding-left: 20px;
	margin-bottom: 50px;
	overflow: hidden;
}

.form-wrapper .form-group,
.since-wrap {
	margin-bottom: 30px;
}

.form-wrapper .innerForm label {
	width: 100%;
	border: 0 solid rgba(67, 67, 69, 0.35);
	padding: 0;
	display: block;
}

.form-wrapper .innerForm a {
	padding-left: 1vw;
}

.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
	padding-top: 6px;
	padding-left: 60px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: transparent !important;
}

.iti__arrow {
	margin-left: 16px !important;
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	border: 0 !important;
	margin-top: -10px;
}

.iti__arrow::after,
.iti__arrow::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 10px;
	background: #333;
	top: 0;
}

.iti__arrow::before {
	left: 2px;
	transform: rotate(45deg);
}

.iti__arrow::after {
	right: 2px;
	transform: rotate(-45deg);
}

.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
	font-size: 1.8vw !important;
	width: 100%;
	border-style: solid;
	border-color: rgba(67, 67, 69, 0.35);
	border-width: 0 0 1px;
	padding: 0 0 1vw;
	font-weight: 400;
	font-family: "Tanseek Mod Pro Arabic" !important;
	background: 0 0;
	color: #aeaeaf !important;
}

.form-wrapper input::placeholder,
.form-wrapper textarea::placeholder {
	color: #aeaeaf !important;
}

.form-wrapper input:active,
.form-wrapper input:focus,
.form-wrapper input:focus-visible,
.form-wrapper input:focus-within,
.form-wrapper input:hover,
.form-wrapper select:active,
.form-wrapper select:focus,
.form-wrapper select:hover,
.form-wrapper textarea:active,
.form-wrapper textarea:focus,
.form-wrapper textarea:hover,
.selection:focus,
.selection:focus-visible,
.selection:focus-within,
.selection:hover {
	outline: 0;
	box-shadow: none;
}

.form-wrapper textarea {
	height: 100px;
	resize: vertical;
}

.upload-box {
	border: 2px dashed #0af;
	padding: 0 40px;
	background-color: #f0faff;
	font-size: 16px;
	margin-bottom: 20px;
	height: 420px;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #434345;
	cursor: pointer;
}

.upload-box label {
	color: #434345;
	cursor: pointer;
	font-weight: 400;
	margin-bottom: 0 !important;
}

.upload-box p {
	font-weight: 300;
	color: #434345;
	font-size: 1.8vw;
}

.form-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 60px;
}

.form-wrapper button {
	background: 0 0;
	padding: 10px 2vw 14px;
	position: relative;
	color: #434345;
	font-weight: 500;
	transition: 0.5s;
	font-size: 1.8vw;
}

.form-wrapper select,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	background-image: url(/images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 17px) center;
	-webkit-appearance: none;
	background-size: 17px;
	position: relative;
	transition: 0.3s ease-in-out;
}

.form-wrapper button.nextBtn,
.form-wrapper button:hover {
	background: var(--blue);
	color: #fff;
}

.form-wrapper button svg {
	margin-left: 1.67vw;
	fill: #434345;
}

.form-wrapper button.nextBtn svg,
.form-wrapper button:hover svg {
	fill: #fff;
}

.step-counter {
	font-weight: 400;
	color: #434345;
}

.form-actions .step-counter+div {
	flex: 1;
	display: flex;
	justify-content: end;
}

button.prevBtn svg {
	transform: rotate(180deg);
	margin-left: 0;
	margin-right: 1.67vw;
}

.form-wrapper .form-group>label,
.multiselect-filed>label,
.pitch-dec label {
	margin-bottom: 20px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.select2-container {
	width: 55% !important;
	margin-top: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 0;
	border-bottom: 1px solid rgba(67, 67, 69, 0.35);
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	background-color: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(67, 67, 69, 0.35) !important;
	border-radius: 0;
	cursor: text;
	padding-bottom: 1vw !important;
	padding-right: 5vw !important;
	width: 100%;
	font-family: "Tanseek Mod Pro Arabic" !important;
	font-size: 1.8vw !important;
}

.select2-container .select2-selection--single {
	height: auto !important;
	user-select: none;
	-webkit-user-select: none;
	padding-bottom: 1vw !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	height: 30px !important;
	position: relative;
	top: -3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
	height: 100%;
	top: -13px;
	position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	height: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
	padding: 5px 10px 5px 30px;
}

.select2-container .select2-search--inline .select2-search__field {
	height: 30px !important;
	font-family: "Tanseek Mod Pro Arabic" !important;
	font-size: 1.8vw !important;
	margin: 0;
	line-height: 1;
}

.checkbox-option {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 4px 0;
}

.fake-checkbox {
	width: 16px;
	height: 16px;
	border: 1px solid #0af;
	border-radius: 0;
	display: inline-block;
	background-color: #fff;
	position: relative;
	margin-top: 5px;
}

.select2-container--default .select2-results__option--selected .fake-checkbox::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 1px;
	width: 4px;
	height: 8px;
	border: solid #0af;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.form-wrapper select {
	width: 55%;
}

.select2-container--default .select2-results>.select2-results__options {
	padding: 15px 0;
	max-height: 300px;
}

.select2-results__option {
	padding: 6px 10px;
}

@media only screen and (max-width: 767px) {
	.form-wrapper .innerForm {
		padding-left: 0;
	}

	.form-main {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.select2-container {
		width: 100% !important;
		margin-top: 0;
	}

	.form-wrapper .innerForm a,
	.form-wrapper .innerForm label,
	.form-wrapper button,
	.form-wrapper input,
	.form-wrapper select,
	.form-wrapper textarea,
	.select2-container .select2-search--inline .select2-search__field,
	.select2-container--default .select2-selection--single,
	.step-counter {
		font-size: 5.5vw !important;
		line-height: 1;
	}

	.form-wrapper button {
		font-size: 7vw;
		padding: 5px 20px 10px;
	}

	.form-actions {
		padding-top: 30px;
	}

	.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
		top: 0;
		font-size: 5.5vw;
	}

	.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
		font-size: 6vw !important;
	}

	.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
		top: -1px;
	}

	.select2-container--default .select2-selection--multiple .select2-selection__choice {
		padding-bottom: 5px !important;
	}
}

.belowMainSwiper>div,
.smart-business-holder {
	padding-bottom: 50px !important;
}

.new_success {
	grid-gap: 2vw;
}

.new_success button.nextBtn.submitBtn .loader-btn svg {
	width: 20px;
	height: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px !important;
}

.smart-business-holder {
	padding-top: 50px !important;
}

.latest-events-holder {
	padding: 0;
	margin-bottom: 0;
}

.case-wrap2.case-wrap .case {
	padding-top: 0;
}

.solutions-wrap {
	padding: 5vw 0 0;
}

.partners-wrap {
	padding-bottom: 30px;
}

#smart-solutions .reveal-img {
	margin-top: 50px;
}

#business-solutions .Smart .left>p,
#smart-solutions .Smart .left>p,
.review-wrap .right .grid-wrap .engineering p {
	font-size: 1.875vw;
	line-height: 1.1;
}

.industries_wrap_newBlog .right {
	width: 100% !important;
}

.ht-cursor,
.industries_wrap_newBlog .left {
	display: none !important;
}

.business-wrap .review-wrap .right .grid-wrap.solution-grid,
.h6,
.p,
.review-wrap .right .grid-wrap p {
	line-height: 1.1;
}

/* new css */
.solution_sec {
	display: flex;
	grid-gap: 4vw;
	position: relative;
}

.solution_sec .solu_info {
	width: 100%;
	position: relative;
}

.solution_sec .solu_info h2 {
	/* position: relative; */
}

.solution_sec .solu_info h2>span {
	color: var(--blue);
}

.solution_sec .solu_info .img {
	position: relative;
	height: 100%;
	display: block;
}

.solution_sec .solu_info .img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.solution_sec .solu_info .hover_text {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 7vw 0vw 4vw 2vw;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease-in-out;
	overflow: hidden;
	z-index: 2;
}

.solution_sec .solu_info .hover_text .list-text {
	position: relative;
	z-index: 2;
}

.solution_sec .solu_info .hover_text .list-text h2 {
	display: flex;
	align-items: center;
	font-size: 3vw;
	color: #FFFFFF;
	line-height: 1;
	font-weight: 400;
	grid-gap: 1vw;
}

.solution_sec .solu_info .hover_text .list-text h2 span {}

.solution_sec .solu_info .hover_text .list-text h2 span {
	color: rgba(255, 255, 255, .4);
	width: 6%;
}

.solution_sec .solu_info .hover_text .info {
	padding: 0 10vw 0 4vw;
	position: relative;
	z-index: 2;
}

.solution_sec .solu_info .hover_text .info p {
	font-size: 2.5vw;
	color: #FFFFFF;
	font-weight: 400;
	line-height: .8;
	margin-bottom: 3vw;
	font-family: "Tanseek Modern Pro Arabic";
}

.solution_sec .solu_info .hover_text .info>a {
	width: auto;
	display: inline-flex;
}

.hover_main:hover .hover_text {
	opacity: 1;
	visibility: visible;
}

.hover_main .hover_text:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #3CB4E59C;
	bottom: -100%;
	z-index: 1;
	right: 0;
	transition: all .7s ease-in-out;
}

.hover_main .hover_text:hover:before {
	bottom: 0;
}

.latest-events-holder .case .right {
	position: relative;
}

.latest-events-holder .case {
	grid-gap: 5vw;
}

/* .hover_text:hover {
  animation: bounce 0.6s ease;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
 */
.latest-events-holder .case .right a svg {
	fill: #3cb4e5;
	transition: all .5s ease-in-out;
}

.latest-events-holder .case .right a:hover svg {
	fill: #fff;
}

.latest_new {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2vw;
}

.latest_new .news-box {
	position: relative;
}

.latest_new .news-box a {
	position: relative;
	overflow: hidden;
	display: block;
}

.latest_new .news-box a img {
	width: 100%;
	display: block;
}

.latest_new .news-box a .info {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 2vw 3vw 2vw 2vw;
}

.latest_new .news-box a .info .text {
	transition: all .6s ease-in-out;
}

.latest_new .news-box a .info .text span {
	color: #fff;
	font-size: 1.2vw;
	line-height: 1;
	font-weight: 400;
}

.latest_new .news-box a .info .text h2 {
	font-size: 2.3vw;
	color: #FFFFFF;
	line-height: .8;
	font-weight: 400;
	margin-bottom: 1vw;
	transform: translateY(100%);
	transition: all .5s ease-in-out;
	font-family: "Tanseek Modern Pro Arabic";
}

.latest_new .news-box a .info .text p {
	color: #fff;
	margin-bottom: 1vw;
	font-size: 1.2vw;
	line-height: .9;
	width: 78%;
	transition: all .5s ease-in-out;
	transform: translateY(100%);
	opacity: 0;
	font-family: "Tanseek Modern Pro Arabic";
}

.latest_new .news-box a .info span {
	width: fit-content;
	display: block;
}

.latest_new .news-box a .info>p {
	background: #3CB4E5;
	line-height: 1;
	width: fit-content;
	padding: .2vw .8vw .6vw;
	color: #fff;
}

.latest_new .news-box a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #01364CF2;
	bottom: -100%;
	right: 0;
	transition: all .6s ease-in-out;
}

.latest_new .news-box a:hover:before {
	bottom: 0;
}

.latest_new .news-box a:hover .info .text p {
	max-height: max-content;
	opacity: 1;
	transform: translateY(0);
}
.latest_new .news-box a:hover .info .text h2 {
	transform: translateY(0);
}
.map_sec{}
.map_sec .impact_head{
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
    z-index: 2;
}
.map_sec .impact_head .info{}
.map_sec .impact_head .info h2{
    color: var(--bodyText);
    font-size: 6.2vw;
    font-weight: 400;
    margin-bottom: 3vw;
    font-family: TanseekModernProArabic;
}
.map_sec .impact_head .info h2 span{
    color: var(--blue);
}
.map_sec .impact_head .info p{
    font-size: 2vw;
    color: var(--bodyText);
    font-weight: 400;
}
.map_sec .impact_head .number_sec{
    width: 40%;
}
.map_sec .impact_head .number_sec p{
    font-size: 2.3vw;
    line-height: .8;
    font-weight: 400;
    margin-bottom: 2vw;
    font-family: "Tanseek Modern Pro Arabic";
}
.map_sec .impact_head .number_sec .num_info{
    display: flex;
    width: 80%;
    justify-content: space-between;
}
.map_sec .impact_head .number_sec .num_info .number{}
.map_sec .impact_head .number_sec .num_info .number h2{
    display: flex;
    align-items: center;
    font-size: 6vw;
    line-height: 1;
    font-weight: 400;
    color: var(--blue);
    font-family: TanseekModernProArabic;
}
.map_sec .impact_head .number_sec .num_info .number h3{
    font-size: 2.4vw;
    font-weight: 400;
    font-family: "Tanseek Modern Pro Arabic";
}
.map_sec .map_img{
    margin-top: -7vw;
}
.map_sec .map_img img{
    width: 100%;
}
.btn-new{display: inline-flex;position: relative;}
.btn-new::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--blue);
    height: 2px;
    width: 100%;
    transition: 0.3s ease-in-out;
    z-index: -1;
}
.btn-new:hover:before{
    height: 100%;
}
.btn-new:hover{
    color: #fff;
}
.btn-new svg{
    transition: 0.3s ease-in-out;
    fill: var(--blue);
}
.btn-new a {
    font-size: 1.875vw;
    align-items: end;
    position: relative;
    font-weight: 400;
    color: #434345;
    display: flex;
    overflow: hidden;
    grid-gap: 1vw;
    padding: .7vw .3vw 1vw;
}
.btn-new:hover a {
    color: #fff;
}
.btn-new:hover svg{
    fill: #fff !important;
}
.career_home{display: flex;background: #F6F5F6;padding: 10vw 9vw;}
.career_home .left{
    width: 45%;
    padding: 0;
    margin-top: -3vw;
}
.career_home .right{
    width: 55%;
}
.career_home p{
    line-height: 1.5625vw;
}

.hover_main {
    overflow: hidden;
    position: relative;
}
.bout_banner .img img {
    width: 100%;
    height: 100vh;
}

.bout_banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.bout_banner .img {
}

.shade-arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: .15;
    fill: #fff;
    transition: .5s ease-in-out;
    width: 20%;
}
.head_about{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8.6vw;
    grid-gap: 10vw;
}
.head_about .left{
    width: 60%;
}
.head_about .left h2{
    font-size: 8vw;
    line-height: .7;
    color: #fff;
    font-weight: 400;
}
.head_about .left h3{
    font-size: 8vw;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    display: flex;
    justify-content: end;
    line-height: .7;
}
.head_about .right{
    width: 40%;
}
.head_about .right p{
    font-size: 1.8vw;
    line-height: .8;
    color: #fff;
    font-weight: 400;
    font-family: "Tanseek Modern Pro Arabic";
    width: 75%;
}
.new_impact_sec {
    display: flex;
}

.new_impact_sec .left {
    width: 65%;
}

.new_impact_sec .right {
    width: 35%;
}
.new_impact_sec .right h2{
    font-weight: 400;
}
.new_impact_sec .left .img img {
    width: 100%;
}
.new_impact_sec .set>a>span{
    right: 0;
    left: auto;
    background: transparent;
    top: 0;
    width: auto;
    height: auto;
}
.new_impact_sec .set>a>span:after,
.new_impact_sec .set>a>span:before {
    background: #3CB4E5;
    height: 24px;
}

.new_impact_sec  .set>a {
    display: flex;
    align-items: center;
    padding: 0;
}

.new_impact_sec .set .content p {
    color: #434345;
}

.new_impact_sec .set a {
    color: #434345;
    font-size: 2.5vw;
    grid-gap: 1vw;
    font-weight: 400;
    font-family: "Tanseek Modern Pro Arabic";
}

.new_impact_sec .set a h2 {
    font-size: 6.2vw;
    color: #3CB4E5;
    font-family: TanseekModernProArabic;
}

.new_impact_sec  .accordion_wrap {
    padding: 5vw 0;
}

.new_impact_sec .set {
    border-bottom: solid 1px #000000;
    margin-bottom: 2vw;
    padding-bottom: 3vw;
}
.new_impact_sec .set:last-child {
    border-bottom: solid 1px #000000 !important;
}
.new_impact_sec .set>a.active>span:after,
.new_impact_sec .set>a.active>span:before{
    background-color: #434345;
}
.partnersswiper .swiper-slide{
    height: auto;
}
.partnersswiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.solutions-wrap.modern {
    padding: 5vw 0;
}