/* Default CSS Start*/
@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi.eot');
    src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DroidArabicKufi.woff2') format('woff2'),
        url('../fonts/DroidArabicKufi.woff') format('woff'),
        url('../fonts/DroidArabicKufi.ttf') format('truetype'),
        url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root {
	--primary: #EA3934;
	--body: #333333;
	--black: #000000;
	--white: #FFFFFF;	
	--white-smoke: #FDFDFD;
	--grey: #63666A;
	--bg-theme: #EA3934;
	--bg-light-grey: #F7F7F7;
	--transition: all 400ms ease-in-out;
	--grey-2: #A3A4A5;
	--bg-dark-grey: #F6F6F6;
}

html {
	scroll-behavior: smooth
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:focus-visible {
	outline: none;
}

body {
	font-weight: 400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	font-size: 1.528vw;
	/* line-height: 1.986vw; */
	line-height: 130%;
	color: var(--body);
	margin: 0;
	font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page,
.post,
ol,
ul {
	margin: 0
}

p {
	font-size: 1.528vw;
	/* line-height: 1.986vw; */
	line-height: 130%;
	font-weight: 400;
	margin-top: 0;
	color: var(--body);
	margin-bottom: 1.389vw;
	font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

a,
svg path {
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

a {
	outline: 0 !important;
	color: var(--body);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	text-decoration: none;
}

a:hover {
	color: var(--primary);
}

a:focus {
	outline: 0 !important
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

img,
.image-wrapp,
.blog-item,
.latest-news-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.three-column-box-section .wrapper .col-block .item-box,
.regional-hub-sec .hub-item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.image-wrapp img,
.blog-item img,
.latest-news-image img {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.btn {
	border-radius: 100px;
	border: 1px solid var(--white-smoke);
	padding: 0.868vw 1.667vw 0.868vw 2.083vw;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--white-smoke);
	text-decoration: none;
	text-align: center;
	font-size: 1.278vw;
	font-style: normal;
	font-weight: 500;
	/* line-height: normal; */
	line-height: 100%;
	text-transform: capitalize;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	position: relative;
}

.btn::before,
.btn-submit p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: top 0.6s ease;
	-o-transition: top 0.6s ease;
	transition: top 0.6s ease;
	z-index: -1;
}

.btn-submit {
	overflow: hidden;
	position: relative;
}

.btn-submit svg {
	position: absolute;
	right: 1.389vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.833vw;
	height: 0.764vw;
}

.btn-submit input[type="submit"]:hover+span+svg path {
	fill: var(--primary);
}

.btn.hover-active::before,
.btn-submit p.hover-active:before {
	top: 0;
}

.btn.hover-remove::before,
.btn-submit p.hover-remove:before {
	top: -100%;
}

.btn.no-transition::before,
.btn-submit p.no-transition:before {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	top: 100%;
}

.btn:hover,
.btn-submit p:hover .wpcf7-form-control {
	color: var(--bg-theme);
	text-decoration: none;
}

.btn:hover svg path {
	fill: #333;
}

.btn svg {
	width: 1.389vw;
	height: 1.389vw;
	margin-left: 0.694vw;
}

.btn:hover {
	background-color: transparent
}

.bg-light-grey {
	background-color: var(--bg-light-grey);
}

.bg-theme {
	background-color: var(--bg-theme);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	color: var(--body);
}

.h1,
h1 {
	font-size: 4.514vw;
	/* line-height: 1.2; */
	line-height: 115%;
	font-weight: 400;
	margin-bottom: 1.389vw;
}

.h2,
h2 {
	font-size: 2.292vw;
	/* line-height: 1.3; */
	line-height: 130%;
	font-weight: 400;
	margin-bottom: 1.389vw;
}

.h3,
h3 {
	font-size: 1.667vw;
	line-height: normal;
	font-weight: 500;
	margin-bottom: 0.694vw;
}

.h4,
h4 {
	font-size: 1.528vw;
	/* line-height: 1; */
	line-height: 130%;
	font-weight: 500;
	margin-bottom: 0.694vw;
}

.h5,
h5 {
	font-size: 1.25vw;
	font-weight: 500;
	/* line-height: 1; */
	line-height: 130%;
	margin-bottom: 0.694vw;
}

.h6,
h6 {
	font-size: 1.111vw;
	font-weight: 500;
	/* line-height: 1; */
	line-height: 130%;
	margin-bottom: 0.694vw;
}

b,
strong {
	font-weight: 500
}

p:last-child {
	margin-bottom: 0 !important
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.align-items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.text-center {
	text-align: center
}

.container {
	margin: 0 auto;
	padding-left: 6.111vw;
	padding-right: 6.111vw;
	width: 100%;
	max-width: 100%;
}

section {
	margin: 6.667vw 0;
}

.p-0 {
	padding: 0;
}

.m-0 {
	margin: 0;
}

.pt-96 {
	padding-top: 6.667vw;
}

.pb-96 {
	padding-bottom: 6.667vw;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

/* Default CSS End*/
/* Header CSS */
.site-header {
	position: static;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	border: 0;
	background: rgba(51, 51, 51, 0.20);
	background-blend-mode: multiply;
	z-index: 999;
}

body:has(.hero-banner) .site-header {
	position: absolute;
}

/*
body:has(.hero-banner) .site-header.is-sticky,
.site-header.is-sticky {
	position: fixed;
	background: rgba(51, 51, 51, 0.6);
	background-color: var(--primary);
	animation: slideDown .35s ease-out;
	-webkit-box-shadow: 0 -6px 6px 5px rgb(0 0 0 / 10%);
	box-shadow: 0 -6px 6px 5px rgb(0 0 0 / 10%);
}
@keyframes slideDown {
	from {
		transform: translateY(-100%)
	}

	to {
		transform: translateY(0)
	}
}
*/
.admin-bar .site-header {
	top: 32px;
}

.header-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-main .nav-menu {
	/* 	clip-path: inset(0% 0% 0% 100%);
	transition: clip-path 0.6s ease-in-out; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
}

/* .header-main .nav-menu.menu-open {
	clip-path: inset(0% 0% 0% 0%);
} */
.main-navigation {
	padding: 1.667vw 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.site-branding img {
	width: 8.472vw;
	height: auto;
	max-height: unset;
}

.header-main .primary-navigation>ul>li {
	display: inline-block;
	padding: 0.88vw 0;
}

.header-main .primary-navigation>ul>li {
	margin-right: 3.125vw;
}

.header-main .primary-navigation>ul>li>a {
	color: var(--white-smoke);
	font-size: 1.111vw;
	font-weight: 400;
	/* line-height: normal; */
	line-height: 100%;
	padding: 0;
	text-decoration: none;
	position: relative;
}

.header-main .primary-navigation>ul>li>a:after {
	content: '';
	width: 0;
	height: 0.069vw;
	background-color: var(--white-smoke);
	position: absolute;
	left: 0;
	top: calc(100% + 0.694vw);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
html[dir="ltr"] .lang-switcher a, .lang-switch-ar a{
 	font-family: 'Droid Arabic Kufi';
}
.header-main .primary-navigation>ul>li>a:hover:after {
	width: 100%;
}

/*
.site-header.is-sticky .header-main .primary-navigation>ul>li>a:hover {
	color: #333;
}*/
.header-main .primary-navigation>ul> .lang-item.lang-item-ar a,
.lang-switcher a,
.header-main .primary-navigation>ul> .lang-item.lang-item-en a {
	color: #FDFDFD;
	font-size: 0.833vw;
	/* line-height: 0.972vw; */
	line-height: 115%;
	text-align: center;
	padding: 0.278vw 0.694vw 0.517vw 0.556vw;
	overflow: hidden;
	z-index: 1;
	position: relative;
	display: block;
	text-decoration: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	transition: all 0.2s ease;
	margin-bottom: -8px;
}
.site-footer .site-info > div,.site-footer .site-info > div .lang-switcher,.site-footer .site-info > div .lang-switcher a {
    display: inline-flex;
    margin-bottom: 0;
}
.site-footer .site-info .copyright-text {
	justify-content: center;
}
.header-main .primary-navigation>ul> .lang-item.lang-item-ar a {
	font-family: 'Droid Arabic Kufi';
}
.header-main .primary-navigation>ul> .lang-item.lang-item-ar a:after {
	content: none !important;
}

.header-main .primary-navigation>ul> .lang-item.lang-item-ar a:hover:before,
.lang-switcher a:hover:before,
.header-main .primary-navigation>ul> .lang-item.lang-item-en a:hover:before {
	border-width: 0.139vw;
}

.lang-switcher a:before,
.header-main .primary-navigation>ul> .lang-item.lang-item-en a:before,
.header-main .primary-navigation>ul> .lang-item.lang-item-ar a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4.444vw;
	border: 0.035vw solid var(--white-smoke);
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.header-main .primary-navigation>ul>li.current-menu-item>a:after,
.header-main .primary-navigation>ul>li>a:hover:after {
	width: 100%;
}

/*
.site-header.is-sticky .header-main .primary-navigation>ul>li.current-menu-item>a:after {
	width: 100%;
}*/
/* Hide original CF7 select */
.wpcf7-select {
    display: none !important;
}
/* Hide CF7 error messages for the hidden selects only */
.wpcf7-select.wpcf7-not-valid + .wpcf7-not-valid-tip {
    display: none !important;
}
/* Custom Dropdown Base Styles */
.ctm-dropdown {
    position: relative;
    width: 100%;
}
.ctm-dropdown-selected {
    width: 100%;
    cursor: pointer;
    position: relative;
}
/* ERROR STATE - Use CF7's error class for styling */
.ctm-dropdown-selected.wpcf7-not-valid {
    border-color: #dc3232 !important;
    background-color: #ffeaea;
    color: #dc3232;
    box-shadow: 0 0 0 2px rgba(220, 50, 50, 0.2);
}
.ctm-dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    display: none;
}
.ctm-dropdown-options.show {
    display: block !important;
}
.ctm-dropdown-option {
    cursor: pointer;
    transition: all 0.2s ease;
}
.ctm-dropdown-option:last-child {
    border-bottom: none;
}
.menu-toggle {
	width: 2.083vw;
	height: 2.083vw;
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 4.167vw;
	margin-bottom: 0.8vw;
	font-size: 0;
	background: transparent;
	border: 0;
}

.menu-toggle span{
	position: absolute;
	/* background: #FDFDFD; */
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.menu-toggle span:nth-child(1) {
	top: 0.833vw;
}

.menu-toggle span:nth-child(2) {
	top: 1.389vw;
}

.menu-toggle span:nth-child(3) {
	top: 1.944vw;
}
.site-header.news-single-header,
.site-header.dark-header {
    background-color: #fff;
    border-bottom: 1px solid #B7B8B8;
}
.news-single-header .menu-toggle span svg line,
.news-single-header .menu-toggle span svg path,
.dark-header .menu-toggle span svg path{
	stroke: #EA3934;
}
/* Home Page Start CSS */

/* Hero Section */
.hero-banner {
	height: 100vh;
	position: relative;
}

.hero-banner .banner-content {
	width: 100%;
	position: relative;
	z-index: 3;
	padding-top: 17.778vw;
	padding-bottom: 6.667vw;
}

.hero-banner .banner-content h1 {
	color: var(--white-smoke);
	margin-bottom: 0;

}

.hero-banner .banner-content * {
	color: var(--white-smoke);
}

.hero-banner .banner-content p {
	font-weight: 300;
	margin-top: 2.083vw;
}

.hero-banner .banner-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hero-banner .banner-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	z-index: 1;
}
.hero-banner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 39.653vw;
    background: linear-gradient(180deg, rgba(15, 40, 54, 0) 0%, #000000 100%);
    opacity: 0.9;
    z-index: 2;
}
.banner-link ul li {
	list-style-type: none;
	text-align: right;
}

.banner-link ul li a {
	text-decoration: none;
	font-size: 1.111vw;
	font-weight: 500;
	line-height: 1.111vw;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.banner-link ul li a span::after,
.openings-wrapper .openings-row .btn-apply span:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--white-smoke);
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.footer-form a {
	position: relative;
	text-decoration: none;
}

.footer-form a:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--white-smoke);
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.footer-form a:hover:after {
	width: 0;
}

.footer-nav-menu a,
.banner-link ul li a span {
	position: relative;
	text-decoration: none !important;
}

.banner-link ul li a:hover span:after,
.openings-wrapper .openings-row .btn-apply:hover span:after {
	width: 0;
}

.banner-link ul li:not(:last-child) {
	margin-bottom: 1.389vw;
}

.banner-link ul li a img {
	margin-left: 0.694vw;
	width: 0.833vw;
	height: 0.903vw;
}

/* Title With Text Section CSS */
.title-with-text {
	margin-bottom: 4.167vw;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.title-with-text .section-title {
	width: calc(100% - 65.486vw);
	padding-right: 2.083vw;
}

.title-with-text .text {
	width: 65.486vw;
}
.image-with-content-section.heading-pr .inner-text h2 {
    padding-right: 2%;
}
.title-with-text .text h2 {
	margin-bottom: 2.778vw;
}

.title-with-text .section-title span {
	color: var(--primary);
	font-size: 2.083vw;
	font-style: normal;
	font-weight: 500;
	/* line-height: 2.778vw; */
	line-height: 130%;
}

/* About Section CSS */
.connter-wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 4.722vw -0.903vw -1.806vw -0.903vw;
}

.connter-wrapp .col {
	width: 33.33%;
	padding: 0 0.903vw;
}

.connter-wrapp .connter-text h3 {
	color: var(--primary);
	font-size: 5.278vw;
	font-style: normal;
	font-weight: 400;
	/* line-height: normal; */
	line-height: 130%;
	padding-bottom: 1.389vw;
	margin-bottom: 1.389vw;
	border-bottom: solid 1px var(--body);
}

.connter-wrapp .connter-text p {
	font-size: 1.25vw;
	line-height: normal;
}

/* Quote Section */

.quote-section .wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.quote-section .wrapper .left-col {
	width: 38%;
}

.quote-section .wrapper .right-col {
	width: 62%;
}

.quote-section .testimonial-details {
	height: 100%;
	background-color: var(--primary);
	padding: 2.778vw;
}

.quote-section .testimonial-img {
	height: 100%;
	position: relative;
}

.quote-section .testimonial-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	position: absolute;	
}

.quote-section .testimonial-details .quote-icon img {
	width: 2.639vw;
}

.quote-section .testimonial-details .testimonial-text {
	padding: 1.944vw 0;
}

.quote-section .testimonial-details .testimonial-text p {
	color: var(--white-smoke);
	font-size: 2.083vw;
	/* line-height: 2.708vw; */
	line-height: 130%;
}

.quote-section .testimonial-name h4 {
	color: var(--white-smoke);
	font-size: 1.597vw;
	font-weight: 500;
	/* line-height: 2.153vw; */
	line-height: 130%;
	text-transform: capitalize;
	margin: 0;
}

.quote-section .testimonial-name p {
	color: var(--white-smoke);
	font-size: 1.25vw;
	font-weight: 300;
	/* line-height: 2.153vw; */
	line-height: 130%;
	text-transform: capitalize;
}

/* Current Opening Section */
.job-board-section .title-with-text h2,
.job-board-section .title-with-text p,
.job-board-section .current-openings-list h3,
.job-board-section .title-with-text .section-title span {
	color: var(--white-smoke);
}
.job-board-section .current-openings-list h3 {
    font-size: 1.944vw;
}
.job-board-section .title-with-text {
	margin: 0;
}

.current-openings-list {
	margin-top: 2.778vw;
}

.current-openings-list .title {
	margin-bottom: 2.083vw;
}

.openings-wrapper .openings-row:first-child {
	padding-top: 0;
}

.openings-wrapper .openings-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.319vw 0;
	border-bottom: 0.069vw solid var(--white-smoke);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.current-openings-list .btn-opent-role {
	margin-top: 1.667vw;
}

.openings-wrapper .openings-row:last-child {
	border-bottom: 0;
}

.openings-wrapper .openings-row .content-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 51.389vw;
}

.openings-wrapper .openings-row .content-left h4 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
	margin-right: 0;
	width: 37.153vw;
	color: var(--white-smoke);
	font-size: 1.528vw;
	font-style: normal;
	font-weight: 400;
	/* line-height: 1.864vw; */
	line-height: 122%;
}

.openings-wrapper .openings-row .content-left .department {
	width: calc(100% - 37.153vw);
	color: var(--white-smoke);
	font-size: 1.389vw;
	/* line-height: normal; */
	line-height: 100%;
}

.openings-wrapper .openings-row .btn-apply {
	color: var(--white-smoke);
	text-align: right;
	font-size: 1.111vw;
	font-weight: 500;
	/* line-height: 1.111vw; */
	line-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	width: calc(100% - 51.389vw);
	justify-content: flex-end;
}

.openings-wrapper .openings-row .btn-apply span {
	position: relative;
}

.openings-wrapper .openings-row .btn-apply img {
	margin-left: 0.694vw;
	width: 0.833vw;
	height: 0.903vw;
}

/* Product Section */

.three-column-box-section .wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.694vw -2.083vw -0.694vw;
}

.three-column-box-section .wrapper .col-block {
	width: 33.33%;
	padding: 0 0.694vw;
	margin-bottom: 2.083vw;
}

.three-column-box-section .wrapper .col-block .item-box .image-wrapp {
	position: relative;
	padding-bottom: 122%;
	margin-bottom: 1.389vw;
	overflow: hidden;
}

.three-column-box-section .wrapper .col-block .item-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.three-column-box-section .wrapper .col-block .item-box:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.leadership-block.three-column-box-section .wrapper .col-block .item-box .leadership-title-area p {
	font-size: 1.1111vw;
    /* line-height: 1.5; */
	line-height: 150%;
    margin-top: 0.1vw;
}
.leadership-block.three-column-box-section .wrapper .col-block .item-box .leadership-description p {
    font-size: 1.528vw;
    line-height: 130%;
}
.leadership-block.three-column-box-section .leadership-title-area h3 {
    /* line-height: 1; */
	line-height: 100%;
}
.three-column-box-section.our-products .item-box p {
    font-size: 1.389vw;
    line-height: 130%;
}
/* Blog Section */
[dir="rtl"] .slick-slider {
	direction: ltr !important;
}

[dir="rtl"] .slick-slider .slick-slide {
	float: left !important;
}

.blog-section .blog-wrapper {
	margin: 0 -0.694vw;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-section .blog-wrapper .col-block {
	width: 50%;
	padding: 0 0.694vw;
	height: auto;
}

.blog-section .blog-wrapper .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-section .blog-wrapper .col-block .blog-item .image-wrapp img {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-section .blog-wrapper .col-block .blog-item .image-wrapp {
	padding-bottom: 58.4%;
	position: relative;
}

.blog-section .blog-wrapper .col-block .blog-item .blog-content a h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* Number of lines to show */
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 2.2vw;
}

.blog-section .blog-wrapper .col-block .blog-item p {
	font-size: 1.389vw;
	/* line-height: 1.806vw; */
	line-height: 130%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.blog-section .blog-wrapper .col-block .blog-item {
	height: 100%;
	background-color: var(--bg-light-grey);
}

.blog-section .blog-wrapper .col-block .blog-item .blog-content {
	padding: 1.389vw;
}

.blog-section .blog-wrapper .col-block .blog-item .blog-content a {
	text-decoration: none;
}
.blog-section .latest-navs,
.regional-hub-sec .hub-navs {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.389vw;
}
.blog-section .latest-navs .slick-arrow,
.regional-hub-sec .hub-navs .slick-arrow {
    width: 3.75vw;
    height: 2.5vw;
    border: 1px solid #EA3934;
    border-radius: 3.472vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition:  all 0.3s ease;
    cursor: pointer;
    background-color: transparent;
}
.blog-section .latest-navs .slick-arrow svg,
.regional-hub-sec .hub-navs .slick-arrow svg {
	width: 0.972vw;
    height: auto;
}
.blog-section .latest-navs .slick-arrow:hover,
.regional-hub-sec .hub-navs .slick-arrow:hover {
    background-color: #EA3934;
}
.blog-section .latest-navs .slick-arrow:hover svg path,
.regional-hub-sec .hub-navs .slick-arrow:hover svg path {
    fill: #fff;
}
.blog-section .latest-navs .slick-arrow.latest-next,
.regional-hub-sec .hub-navs .slick-arrow.hub-next {
    margin-left: 0.694vw;
}
/* Regional Hub Section */

.regional-hub-sec .wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.694vw;
}
.regional-hub-sec .wrapper .col-block {
	width: 33.33%;
	padding: 0 0.694vw;
}
.regional-hub-sec .hub-item .image-wrapp img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.regional-hub-sec .hub-item .image-wrapp {
	position: relative;
	padding-bottom: 93%;
	overflow: hidden;
}

.regional-hub-sec .hub-item span.branch-name,
.contact-page-title .three-column-box-section .wrapper .col-block .item-box .image-wrapp .branch-name {
	position: absolute;
	left: 1.25vw;
	z-index: 1;
	padding: 0.486vw 1.389vw;
	border-radius: 1.999vw;
	background: rgba(0, 0, 0, 0.60);
	color: var(--white-smoke);
	font-size: 0.8vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	top: 1.25vw;
}

.regional-hub-sec .hub-item {
	position: relative;
	display: block;
}

.regional-hub-sec .hub-item h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-size: 1.528vw;
	font-style: normal;
	font-weight: 400;
	/* line-height: 1.986vw; */
	line-height: 122%;
	color: var(--white-smoke);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 2;
}

/* Footer */

.footer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -0.694vw;
}
.footer-form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    font-size: 0.972vw;
    margin: 0.5vw 0;
	border-radius: 10px;
    border-width: 1px !important;
    background: #00000024;
}
.footer-form .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    border-color: #fff;
    margin: 1vw 0 0;
	border-radius: 10px;
    border-width: 1px !important;
    background: #00000024;
}
.footer-wrapper .footer-widgets {
	width: 37%;
	margin: 0;
	padding: 0 0.694vw;
	border: 0;
}

.footer-wrapper .footer-widgets h3 {
	margin: 0;
	color: #fdfdfd;
}

.footer-wrapper .footer-form {
	width: 37%;
	padding: 0 0.694vw;
}

.footer-form input[type="email"]::-webkit-input-placeholder {
	color: rgba(253, 253, 253, 0.30);
}

.footer-form input[type="email"]::-moz-placeholder {
	color: rgba(253, 253, 253, 0.30);
}

.footer-form input[type="email"]:-ms-input-placeholder {
	color: rgba(253, 253, 253, 0.30);
}

.footer-form input[type="email"]::-ms-input-placeholder {
	color: rgba(253, 253, 253, 0.30);
}

.footer-form input[type="email"]::placeholder {
	color: rgba(253, 253, 253, 0.30);
}

.footer-form input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #eb3a34 inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 9999s ease-in-out 0s;
    caret-color: #fff !important;
}

.footer-form input[type="email"] {
	color: #fff;
	font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

input[type="email"] {
	width: 100%;
	background-color: transparent;
	border: 0;
	border-bottom: solid 0.069vw #FDFDFD;
	color: #333;
	font-size: 1.111vw;
	font-style: normal;
	font-weight: 400;
	/* line-height: normal; */
	line-height: 100%;
	height: 2.778vw;
	padding-bottom: 1.389vw;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer-col-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wpcf7-spinner {
	position: absolute;
	right: -1.736vw;
	margin: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-col p {
	position: relative;
}

input[type="submit"] {
	background-color: transparent;
	padding: 0.7vw 2.778vw 0.7vw 1.389vw;
	color: #FDFDFD;
	text-align: center;
	font-size: 0.972vw;
	font-weight: 500;
	/* line-height: normal; */
	line-height: 100%;
	border-radius: 100px;
	border: 0.056vw solid var(--white-smoke);
	cursor: pointer;
	font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

input[type="submit"]:hover {
	color: #EA3934;
}

.btn-submit p {
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	position: relative;
	border-radius: 100px;
	display: inline-flex;
}

.btn-opent-role .btn:hover svg path {
	fill: #ea3934;
}

.btn-submit p:hover:before {
	bottom: 0;
}

.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output,
.footer-form p,
.footer-form a {
	color: var(--white-smoke);
	font-size: 0.972vw;
	font-style: normal;
	font-weight: 400;
	/* line-height: 1.361vw; */
	line-height: 140%;
	margin-top: 0.694vw;
}

.strcoll-to-top {
	position: absolute;
	right: 2.778vw;
	top: 0;
}

.site-footer .container {
	position: relative;
}

.site-footer .site-info {
	padding-top: 3.125vw;
	margin-top: 3.225vw;
	border-top: solid 0.069vw var(--white-smoke);
	gap: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}

.site-info>div,
.site-info nav {
	width: 30%;
}
.footer-social ul li {
	list-style-type: none;
	text-align: right;
	margin-right: 4.167vw;
}
.footer-social ul li a {
	text-decoration: none;
	font-size: 1.111vw;
	font-weight: 500;
	line-height: 1.111vw;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #fff;
}
.footer-social ul li a span::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--white-smoke);
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.footer-social ul li a span {
	position: relative;
	text-decoration: none !important;
}
.footer-social ul li a:hover span:after {
	width: 0;
}
.footer-social ul {
    display: flex;
}
.footer-social {
    padding-top: 7.361vw;
}
.footer-social ul li a img {
	margin-left: 0.694vw;
	width: 0.833vw;
	height: 0.903vw;
}
.footer-nav-menu {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	gap: 2.083vw;
	margin: 0;
}
.footer-nav-menu li {
    display: inline-flex;
}
.copyright-text,
.footer-nav-menu a {
	color: var(--white-smoke);
	text-align: center;
	font-size: 0.972vw;
	font-style: normal;
	font-weight: 400;
	/* line-height: normal; */
	line-height: 100%;
}

.strcoll-to-top a {
	display: inline-block;
	width: 3.333vw;
	height: 3.333vw;
	border-radius: 50%;
}
.strcoll-to-top a svg {
    width: 100%;
    height: 100%;
}
.strcoll-to-top a:hover {
	background-color: var(--white);
}

.strcoll-to-top a:hover path {
	fill: var(--primary);
}


/*Arabic CSS*/
html[dir="rtl"] .site-branding {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

html[dir="rtl"] button.menu-toggle {
	margin-right: 4.167vw;
	margin-left: 0;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

html[dir="rtl"] .header-main {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

html[dir="rtl"] .header-main .primary-navigation>ul>li {
	margin-left: 0;
}

/*Product tabs*/
.product-tabs .left-menu ul {
	list-style: none;
	padding: 0;
}

.product-tabs .left-menu ul li {
	margin-bottom: 1.667vw;
}
.product-tabs .tab-content .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.083vw;
    padding-bottom: 2.083vw;
    cursor: pointer;
}
.product-tabs .tab-content:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
}
.product-tabs .left-menu ul li a {
	display: inline-flex;
	cursor: pointer;
	font-size: 1.667vw;
	/* line-height: 1; */
	line-height: 100%;
	font-weight: 500;
	color: #333;
	position: relative;
	transition: all 0.5s ease;
}

.product-tabs .left-menu ul li a:before {
	content: "";
	position: absolute;
	bottom: -0.833vw;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #EA3934;
	transition: all 0.5s ease;
}
.product-page-section .title-with-text {
    margin-bottom: 2.083vw;
}
.product-tabs .left-menu ul li.active a:before {
	width: 100%;
}
.product-tabs .left-menu ul li a:hover,
.product-tabs .left-menu ul li.active a {
	color: #EA3934;
}
.product-tabs .left-menu ul li.active a {
	font-weight: 600;
}
.product-tabs .tab-content-wrapper {
	width: 65.486vw;
}
.product-tabs {
    display: flex;
    justify-content: flex-end;
}
.product-tabs .left-menu {
	width: 28.333vw;
}
.product-tabs .tab-content img {
	width: 100%;
	height: auto;
}
.product-tabs .tab-content .image-box {
    
    margin-bottom: 2.083vw;
}
.product-tabs .tab-content .image-box a {
	display: flex;
    align-items: center;
}
.product-tabs .tab-content .btn-block {
    display: flex;
    justify-content: flex-end;
}
.product-tabs .tab-content .content .content-block {
    padding-bottom: 2.083vw;
}
.product-tabs .tab-content .image-box a.image-link{
	width: 100%;
}
.product-tabs .tab-content .title-block h3 {
	font-size: 1.806vw;
    line-height: 122%;
    font-weight: 500;
    color: #333333;
    transition: all 0.3s ease;
    margin-bottom: 0;
    width: 58.542vw;
}
.product-tabs .tab-content.active .title-block h3 {
    color: #EA3934;
}
.product-tabs .left-menu h2 {
	font-size: 2.083vw;
	/* line-height: 1.35; */
	line-height: 130%;
	margin-bottom: 10.017vw;
	font-weight: 500;
}

.product-tabs .tab-content p {
	line-height: 130%;
}

.product-tabs .tab-content .know-more span {
	font-size: 1.111vw;
	line-height: 1;
	/* line-height: 130%; */
	color: #63666A;
	position: relative;
	font-weight: 400;
}
.product-tabs .tab-content .know-more:hover span{
	color: #EA3934;
}

.product-tabs .tab-content .know-more span:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #63666A;
	position: absolute;
	left: 0;
	top: 100%;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.product-tabs .tab-content .know-more:hover span:before {
	width: 0;
}

.product-tabs .tab-content .know-more {
	display: inline-flex;
	align-items: center;
}

.product-tabs .tab-content .know-more svg {
	/* width: 1.389vw;
    height: 1.389vw;
	margin-bottom: 0;
	display: inline-flex;
	margin-left: 0.6vw; */
	transform: translateY(2px);
}
.product-tabs .tab-content .know-more:hover svg path {
        fill: #EA3934;
}
@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.inner-bannenr .banner-text {
	max-width: 70.805vw;
}

.leadership-block.three-column-box-section .wrapper .col-block .item-box:hover img {
	transform: scale(1) !important;
}

.leadership-block.three-column-box-section .wrapper .col-block .item-box .image-wrapp {
	margin-bottom: 0;
}

.three-column-box-section .wrapper .col-block .item-box img {
	display: block;
}

.leadership-block.three-column-box-section .top-block {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.contact-page-title .leadership-block .item-box {
	position: relative;
	overflow: hidden;
}

.contact-page-title .leadership-block .item-box .content-block {
	transition: all 0.5s ease;
	height: 0;
	overflow: hidden;
	background-color: #fdfdfd;
}

.leadership-block.three-column-box-section .leadership-description {
	position: absolute;
	top: 100%;
	left: 0;
	height: 100%;
	background-color: var(--bg-theme);
	padding: 1.69vw;
	transition: var(--transition);
	overflow: auto;
}

.leadership-block.three-column-box-section .leadership-description.active {
	top: 0;
}

.leadership-block.three-column-box-section .leadership-description p {
	color: var(--white);
}

.leadership-block.three-column-box-section .wrapper .col-block {
	margin-bottom: 0;
}
.contact-page-title .leadership-block.three-column-box-section .col-block .item-box {
    padding-bottom: 2.778vw;
}
.leadership-block.three-column-box-section .col-block .item-box{
	background:  var(--white-smoke);
	padding-bottom: 3.021vw;
}

.leadership-block.three-column-box-section .leadership-title-area {
	padding-top: 1.1111vw;
	position: relative;
    z-index: 2;
    cursor: pointer;
}
.leadership-block.three-column-box-section .wrapper .col-block {
    padding-top: calc(0.694vw * 2);
}
.leadership-block.three-column-box-section .wrapper .col-block:nth-child(1),
.leadership-block.three-column-box-section .wrapper .col-block:nth-child(2),
.leadership-block.three-column-box-section .wrapper .col-block:nth-child(3) {
    padding-top: 0;
}

.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area .icon,
.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area .animate-icon {
	width: 1.181vw;
	height: 1.181vw;
	position: relative;
	display: inline-flex;
	cursor: pointer;
}

.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area .icon:before,
.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area .icon:after {
	content: "";
	position: absolute;
	transition: transform 0.3s ease, opacity 0.3s ease, background 0.1s ease;
}
.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area .icon:before {
	width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: unset;
	background-image: url("data:image/svg+xml,%3Csvg%20width='32'%20height='2'%20viewBox='0%200%2032%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M31%201L1%201'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;	
}

.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area .icon:after {
	width: 2px;
    height: 100%;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    background: unset;
	background-image: url("data:image/svg+xml,%3Csvg%20width='2'%20height='32'%20viewBox='0%200%202%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M1%201L0.999999%2031'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area:hover .icon:before {
	background-image: url("data:image/svg+xml,%3Csvg%20width='32'%20height='2'%20viewBox='0%200%2032%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M31%201L1%201'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E");
}

.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area:hover .icon:after {
	background-image: url("data:image/svg+xml,%3Csvg%20width='2'%20height='32'%20viewBox='0%200%202%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M1%201L0.999999%2031'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E");
}

.leadership-block.three-column-box-section.ctm_leadership-grid .animate-icon.active .icon:before{
	background-image: url("data:image/svg+xml,%3Csvg%20width='32'%20height='2'%20viewBox='0%200%2032%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M31%201L1%201'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E");
} 
.leadership-block.three-column-box-section.ctm_leadership-grid .animate-icon.active .icon:after{
	transform:rotate(-90deg);
	opacity: 0;
} 
/* .leadership-block.three-column-box-section .animate-icon.active .icon:before{
	transform: translateY(-50%) rotate(0deg);
} */

/* .animate-icon {
	width: 0.938vw;
	height: 0.938vw;
	position: relative;
	cursor: pointer;
	margin-top: 0.6vw;
}

.animate-icon .line svg{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--grey-2);
	top: 50%;
	left: 0;
	transition: var(--transition);
}

.leadership-title-area:hover .animate-icon .line svg,
.animate-icon:hover .line svg,
.animate-icon.active .line svg {
	background-color: var(--bg-theme) !important;
}

.animate-icon .line1 svg{
	transform: translateY(-50%) rotate(0deg);
}

.animate-icon .line2 svg{
	transform: translateY(-50%) rotate(90deg);
}

.animate-icon.active .line1 svg{
	transform: translateY(-50%) rotate(0deg);
}

.animate-icon.active .line2 svg{
	transform: translateY(-50%) rotate(0deg);
	opacity: 0;
} */
.image-with-content-section .image-block {
    padding-top: 2.778vw;
}
.image-with-content-section .image-block.two-column-img {
	padding-top: 6.667vw;
}

.image-with-content-section .image-block img {
	width: 100%;
}

.image-with-content-section .image-block.two-column-img img {
	width: calc(50% - 0.521vw);
}

.slider-section {
	background-color: var(--bg-dark-grey);
	padding-top: calc(4.167vw + 2.5vw);
    padding-bottom: 4.167vw;
}

.slider-section .slider-wrapper .slick-list {
	max-width: 33.333vw;
	margin: auto;
}

.slider-section .slider-title h5,
.timeline-container h2 {
	font-weight: 500;
	/* line-height: 1.76vw; */
	line-height: 130%;
	font-size: 1.354vw;
	margin-bottom: 1.042vw;
}

.slider-section .slider-title p,
.timeline-container p {
	font-size: 1.146vw;
	/* line-height: 1.474vw; */
	line-height: 130%;
}

.slider-section .container {
	position: relative;
}

.slider-section .slick-arrow,
.timeline-container .nav-button {
	position: absolute;
	font-size: 0;
	background-color: transparent;
	border-radius: 3.472vw;
	border: 1px solid var(--bg-theme);
	width: 3.75vw;
	height: 2.5vw;
	right: 0;
	top: -1.875vw;
	transition: var(--transition);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-section .slick-arrow.slick-prev,
.timeline-container .nav-button.prev {
	right: calc(3.75vw + 0.694vw);
	left: auto !important;
}

.slider-section .slick-arrow:hover,
.timeline-container .nav-button:hover {
	background-color: var(--bg-theme);
}

.slider-section .slick-arrow svg,
.timeline-container .nav-button svg {
	width: 1.042vw;
	height: 0.85vw;
}

.slider-section .slick-arrow:hover svg path,
.timeline-container .nav-button:hover svg path {
	fill: #fff;
}

.slider-nav-wrapper .slick-track {
	padding-top: 2.799vw;
	border-top: 1px solid #B7B8B8;
}

.slider-nav-wrapper .nav-text,
.timeline-container .year {
	text-align: center;
	font-size: 1.432vw;
	/* line-height: 1.862vw; */
	line-height: 130%;
	color: #B7B8B8;
	position: relative;
}

.inner-bannenr .banner-text .slider-nav-wrapper .nav-text::after {
	content: "";
	position: absolute;
	top: -3.288vw;
	left: 50%;
	width: 0.977vw;
	height: 0.977vw;
	background-color: #B7B8B8;
	transform: translate(-50%, 0);
	border-radius: 100%;
}
.hero-banner .banner-scroll a {
    font-size: 1.25vw;
    display: inline-flex;
    align-items: center;
    column-gap: 1.042vw;
    padding-top: 0.694vw;
    padding-bottom: 0.694vw;
}
.hero-banner .banner-scroll a svg {
    width: 1.389vw;
    height: auto;
}
.slider-nav-wrapper .slick-list {
	padding-top: 6.094vw;
}

.slider-nav-wrapper .nav-text.slick-current {
	color: var(--bg-theme);
}

.slider-nav-wrapper .nav-text.slick-current::after {
	background-color: var(--bg-theme);
	width: 2.018vw;
	height: 2.018vw;
	top: -3.809vw;
}

.slider-nav-wrapper .nav-text.slick-current::before {
	width: 100vw;
	content: "";
	height: 3px;
	background-color: var(--bg-theme);
	top: -2.9vw;
	left: -83vw;
	position: absolute;
}

.timeline-container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.timeline-container .swiper-buttons {
	position: relative;
	margin-top: 20px;
	padding-right: 20px;
}

body.rtl .timeline-container .swiper-buttons,
body.rtl .ctm_slider .swiper-buttons,
body.rtl .tab-with-slider .swiper-buttons {
	flex-direction: row-reverse;
}

body.rtl .timeline-container .swiper-buttons .nav-button.prev,
body.rtl .ctm_slider .swiper-buttons .elementor-swiper-button-prev,
body.rtl .tab-with-slider .swiper-buttons .nav-button.prev {
	justify-content: flex-end;
}

body.rtl .timeline-container .swiper-buttons .nav-button.next,
body.rtl .ctm_slider .swiper-buttons .elementor-swiper-button-next,
body.rtl .tab-with-slider .swiper-buttons .nav-button.next {
	justify-content: flex-start !important;
}

body.rtl .ctm_slider .swiper-buttons,
body.rtl .tab-with-slider .swiper-buttons {
	justify-content: flex-start;
}

.timeline-container #timeline-content {
	max-width: 33.333vw;
	margin-inline: auto;
}

.timeline-container .slider-block {
	position: relative;
	min-height: 10.554vw;
}

.timeline-container #timeline-content.fade-in {
	animation: fadeIn 0.5s ease forwards;
}

.timeline-container #timeline-content.fade-out {
	animation: fadeOut 0.5s ease forwards;
}

.timeline-container .content-section {
	margin-bottom: 5rem;
	padding: 15px;
	opacity: 0;
	transition: var(--transition);
}

.timeline-container .content-section.active {
	opacity: 1;
}

.timeline-container .content-section h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.timeline-container .content-section p {
	font-size: 1.1rem;
	/* line-height: 1.6; */
	line-height: 130%;
}

.timeline-container .timeline-section {
	position: relative;
	padding: 20px 0;
}

.timeline-container .swiper {
	width: 100%;
	padding-top: 6.094vw;
}

.timeline-container .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: var(--transition);
	position: relative;
}

.timeline-container .timeline-segment {
	position: absolute;
	top: 0.417vw;
	height: 0.052vw;
	background-color: #A3A4A5;
	z-index: 1;
	transition: var(--transition);
}

.timeline-container .timeline-segment.left {
	right: 50%;
	left: 0;
}

.timeline-container .timeline-segment.right {
	left: 50%;
	right: 0;
}

.timeline-container .timeline-segment.active {
	background-color: var(--bg-theme);
	height: 0.156vw;
}

.timeline-container .point {
	width: 0.977vw;
	height: 0.977vw;
	background-color: #B7B8B8;
	border-radius: 100%;
	transition: var(--transition);
	margin-bottom: 2vw;
	position: relative;
	z-index: 2;
}

.timeline-container .swiper-slide-active .point {
	background-color: var(--bg-theme);
	transform: scale(1.5);
}

.timeline-container .swiper-slide.passed .point {
	background-color: var(--bg-theme);
}

.timeline-container .swiper-slide-active .year,
.timeline-container .swiper-slide.passed .year {
	color: var(--bg-theme);
}

.timeline-container .nav-button.prev {
	left: 10px;
}

.timeline-container .nav-button.next {
	right: 0;
	transform: rotate(180deg);
}

.timeline-container .swiper-buttons {
	position: absolute;
	right: 0%;
	top: -0.55vw;
	margin-top: 0;
}

.timeline-container .nav-button[aria-disabled="true"] {
	opacity: 0.3;
	cursor: not-allowed;
	pointer-events: none;
	transition: opacity 0.3s ease;
  }
  
.timeline-container .nav-button[aria-disabled="true"]:hover {
	transform: none !important;
	background-color: initial !important;
	color: initial !important;
}

.contact-page-title .three-column-box-section .wrapper .col-block .item-box .image-wrapp {
	padding-bottom: 61.3%;
}

.contact-form {
	background-color: #F6F6F6;
}

.contact-form .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-form .wrapper .text-block {
	width: 25vw;
}

.contact-form .wrapper .form-block {
	width: 58.056vw;
}

.contact-form .wrapper .text-block h2 {
	font-size: 2.083vw;
	/* line-height: 2.778vw; */
	line-height: 130%;
	font-weight: 500;
	margin-bottom: 0;
}

.contact-form .wpcf7-form .row {
	display: flex;
	justify-content: space-between;
}

.contact-form .wpcf7-form .row .col-6 {
	width: calc(50% - 0.694vw);
}

.contact-form .wpcf7-form input[type="text"],
.contact-form .wpcf7-form input[type="email"],
.contact-form .wpcf7-form input[type="number"],
.contact-form .wpcf7-form input[type="tel"],
.contact-form .wpcf7-form select,
.contact-form .wpcf7-form textarea,
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected {
	width: 100%;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #EA3934;
	font-size: 1.111vw;
	/* line-height: 1; */
	line-height: 100%;
	font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	font-weight: 400;
	color: #333333;
	padding: 0;
	appearance: none;
	border-radius: 0 !important;
}
.contact-form .wpcf7-form .row .col-6.select-item > p {
    display: none;
}
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected::after {
    display: none;
}
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected p,
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected {
    font-size: 1.111vw;
    /* line-height: 1; */
    line-height: 100%;
    font-family: "proxima-nova";
    font-weight: 400;
    color: #333333;
}
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected {
    display: flex;
    align-items: center;
    border-radius: 0;
}
.contact-form .wpcf7-form select,
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected {
	background-image: url(../images/angle-down.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 1.111vw;
}
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected.active {
	background-image: url(../images/angle-up.svg);
}
.contact-form .wpcf7-form input::placeholder,
.contact-form .wpcf7-form select::placeholder,
.contact-form .wpcf7-form textarea::placeholder,
.contact-form .form-block .custom-form .row .col-6 #pf_phone::placeholder {
	color: #333333;
	opacity: 1;
}
.contact-form .form-block .custom-form .row .col-6 #pf_phone {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #EA3934;
    font-size: 1.111vw;
    line-height: 100%;
    font-family: "proxima-nova";
    font-weight: 400;
    color: #333333;
    padding: 0;
    appearance: none;
    border-radius: 0;
    height: 4.167vw;
}
.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown {
    width: 100%;
}
.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__selected-flag {
    background-color: transparent;
    font-size: 1.111vw;
    line-height: 100%;
    font-family: "proxima-nova";
    font-weight: 400;
    color: #333333;
}
.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list {
    padding-top: 0.556vw;
    padding-bottom: 0.556vw;
    border: 0;
    padding-left: 1.667vw !important;
    padding-right: 1.667vw !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    margin: 0;
    width: 28.3vw;
    max-height: 19.6vw;
    overflow-x: hidden;
}
.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list .iti__country {
    border-bottom: 1px solid #D5D5D2;
    padding-top: 1.111vw;
    padding-bottom: 1.111vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
}
.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list .iti__country .iti__country-name,.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list .iti__country .iti__dial-code {
    font-size: 1.111vw;
    line-height: 130%;
    color: #333;
    display: inline-flex;
    transition: all 0.2s ease;
}
.iti.iti--container .iti__country-list .iti__country .iti__country-name {
    font-size: 16px;
    line-height: 1.2;
    color: #333;
}
.iti__divider {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
}
#pf-success-message {
    font-size: 1.111vw;
    line-height: 130%;
    color: #333;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    padding: 0 !important;
}
.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list .iti__country.iti__highlight {
    background-color: transparent;
}
.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list .iti__country.iti__highlight .iti__country-name,
.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list .iti__country.iti__highlight .iti__dial-code {
    color: #EA3934;
}
.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list .iti__country .iti__dial-code,
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected.active {
    box-shadow: none;
}
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-options {
    padding-top: 0.556vw;
    padding-bottom: 0.556vw;
    border: 0;
    padding-left: 1.667vw;
    padding-right: 1.667vw;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-option:last-child {
	border-bottom: 0;
}
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-option {
    border-bottom: 1px solid #D5D5D2;
    padding-top: 1.111vw;
    padding-bottom: 1.111vw;
}
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-option p {
    font-size: 1.111vw;
    line-height: 130%;
    color: #333;
    transition: all 0.2s ease;
}
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-option:hover p, .contact-form .ctm-dropdown-option.active {
    color: #EA3934;
}
.contact-form .wpcf7-form input::-ms-input-placeholder,
.contact-form .wpcf7-form select::-ms-input-placeholder,
.contact-form .wpcf7-form textarea::-ms-input-placeholder {
	color: #333333;
}

.contact-form .wpcf7-form textarea {
	height: 6.944vw;
	resize: none;
}

.contact-form input:-webkit-autofill, .contact-form textarea:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
    -webkit-text-fill-color: #333333 !important;
    transition: background-color 9999s ease-in-out 0s;
    caret-color: #fff !important;
}

.contact-form .wpcf7-form input,
.contact-form .wpcf7-form select,
.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected {
	height: 4.167vw;
}

.contact-form .wpcf7-form .row .col-12 {
	width: 100%;
}

.contact-form .wpcf7-form .row .col-12,
.contact-form .wpcf7-form .row .col-6 {
	margin-bottom: 1.389vw;
}

.contact-form .wpcf7-form .row .col-12 span.wpcf7-form-control-wrap,
.contact-form .wpcf7-form .row .col-6 span.wpcf7-form-control-wrap {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
}

.contact-form .wpcf7-form .row .col-12 label {
	display: flex;
	align-items: flex-start;
}

.contact-form .wpcf7-form .row .col-12 label input[type="checkbox"] {
	width: 1.389vw;
	height: 1.389vw;
	transform: translateY(10px);
	border: 1px solid #EA3934;
	border-radius: 0.278vw;
	background-color: transparent;
}

.contact-form .wpcf7-form .row .col-12.agree-block .wpcf7-list-item {
	margin: 0;
}

.contact-form .wpcf7-form .row .col-12 label .wpcf7-list-item-label {
	font-size: 1.111vw;
	/* line-height: 1.944vw; */
	line-height: 130%;
	display: inline-flex;
	padding-left: 0.694vw;
	width: calc(100% - 1.389vw);
}

.contact-form .wpcf7-form .row .col-12 span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.contact-form .wpcf7-form .row .col-6 span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output {
	color: #ea3934;
	font-size: 1.111vw;
	/* line-height: 1.5; */
	line-height: 130%;
	border-color: #ea3934;
}

.contact-form .wpcf7-form .row .col-6 span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	color: #ea3934;
	font-size: 0.972vw;
	/* line-height: 1.2; */
	line-height: 130%;
}

.contact-form .wpcf7-form .row .col-12.submit-button {
	margin-bottom: 0;
}

.contact-form .wpcf7-form .row .col-12.submit-button .wpcf7-form-control {
	width: 16.042vw;
	height: 3.611vw;
	border: 1px solid #333333;
	font-size: 1.25vw;
	/* line-height: 1; */
	line-height: 100%;
	padding-left: 2.431vw;
	padding-right: 4.514vw;
	color: #333333;
	transition: color 0.3s ease-in-out;
}

.contact-page-title {
	margin: 0;
	padding-top: 6.667vw;
	padding-bottom: 6.667vw;
	background-color: var(--white-smoke);
}

.contact-form .wpcf7-form .row .col-12.agree-block {
	margin-bottom: 4.167vw;
	margin-top: 2.431vw;
}

.contact-form .wpcf7-form .row .col-12.submit-button .btn-submit p:before {
	background-color: #ea3934;
}

.contact-form .wpcf7-form .row .col-12.submit-button .wpcf7-form-control:hover {
	color: #fff;
	border-color: #ea3934;
}

.contact-form .wpcf7-form .row .col-12.submit-button p svg path {
	fill: #333333;
}

.contact-form .wpcf7-form .row .col-12.submit-button p:hover svg path {
	fill: #fff;
}

.contact-form .wpcf7-form .row .col-12.submit-button svg {
	right: 1.806vw;
}

.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block h3 {
	font-size: 1.528vw;
	width: calc(100% - 1.181vw);
	padding-right: 1.042vw;
}

.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 2;
	padding-top: 0.833vw;
	background-color: #fdfdfd;
	cursor: pointer;
}

.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block .icon,
.product-tabs .tab-content .title-block .icon {
	width: 1.181vw;
	height: 1.181vw;
	position: relative;
	display: inline-flex;
	cursor: pointer;
}

.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block .icon:before,
.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block .icon:after,
.product-tabs .tab-content .title-block .icon:before,
.product-tabs .tab-content .title-block .icon:after {
	content: "";
	position: absolute;
	background-color: #EA3934;
	transition: all 0.3s ease;
}

.contact-page-title .leadership-block.three-column-box-section .wrapper .col-block {
	padding-top: 0;
	padding-bottom: 0;
}
.contact-page-title .leadership-block.three-column-box-section .wrapper .col-block:nth-child(1),
.contact-page-title .leadership-block.three-column-box-section .wrapper .col-block:nth-child(2),
.contact-page-title .leadership-block.three-column-box-section .wrapper .col-block:nth-child(3) {
	padding-top: 0;
}
.title-with-text {
	margin-bottom: 6.667vw;
}

.three-column-box-section.leadership-block .title-with-text {
	margin-bottom: 6.667vw;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.contact-page-title .title-with-text {
	margin-bottom: 6.667vw;
}

.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block .icon:before,
.product-tabs .tab-content .title-block .icon:before {
	width: 1.181vw;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: unset;
	/* background-image: url("data:image/svg+xml,%3Csvg%20width='18'%20height='2'%20viewBox='0%200%2018%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M1%201L17%201'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E"); */
	background-image: url("data:image/svg+xml,%3Csvg%20width='32'%20height='2'%20viewBox='0%200%2032%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M31%201L1%201'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;	
}

.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block .icon:after,
.product-tabs .tab-content .title-block .icon:after {
	width: 2px;
    height: 1.181vw;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    background: unset;
    /* background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='2'%20height='17'%20viewBox='0%200%202%2017'%20fill='none'%3E%3Cpath%20d='M1%200.5L0.999999%2016.5'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E"); */
	background-image: url("data:image/svg+xml,%3Csvg%20width='2'%20height='32'%20viewBox='0%200%202%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M1%201L0.999999%2031'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-page-title .leadership-block.three-column-box-section .leadership-title-area {
	padding-bottom: 1.389vw;
	flex-wrap: wrap;
	background-color: #fdfdfd;
	padding-top: 0;
}

.contact-page-title .leadership-title-area {
	flex-wrap: wrap;
}

.contact-page-title .item-box .content-block {
	width: 100%;
}

.contact-page-title .item-box .content-block .text-item:not(:last-child) {
	border-bottom: 1px solid #A3A4A5;
}

.contact-page-title .item-box .content-block .text-item {
	padding-bottom: 1.736vw;
	padding-top: 1.736vw;
	display: flex;
	flex-wrap: wrap;
}

.contact-page-title .item-box .content-block .text-item span {
	color: #848789;
	font-size: 0.972vw;
	/* line-height: 1; */
	line-height: 100%;
	display: block;
	margin-bottom: 0.5vw;
	width: 100%;
}

.contact-page-title .item-box .content-block .text-item p {
	font-size: 1.111vw;
	/* line-height: 1.2; */
	line-height: 130%;
	width: 100%;
}

.contact-page-title .item-box .content-block .text-item a.get-direction {
	display: inline-flex;
	align-items: center;
}

.contact-page-title .item-box .content-block .text-item a.get-direction span {
	margin: 0;
	font-size: 1.111vw;
	/* line-height: 1; */
	line-height: 100%;
	color: #333333;
	display: inline-flex;
	position: relative;
	width: auto;
}

.contact-page-title .item-box .content-block .text-item a.get-direction:hover svg path {
	fill: #EA3934;
}

.contact-page-title .leadership-block.three-column-box-section .leadership-title-area.active .title-block .icon:after,
.product-tabs .tab-content.active .title-block .icon:after {
	transform: rotate(-90deg);
}

.contact-page-title .leadership-block.three-column-box-section .leadership-title-area.active .title-block .icon:before,
.product-tabs .tab-content.active .title-block .icon:before {
	opacity: 0;
}

.contact-page-title .item-box .content-block .text-item:last-child {
	padding-bottom: 0;
}

.contact-page-title .item-box .content-block .text-item a.get-direction svg {
	width: 1.389vw;
	height: 1.389vw;
	margin-left: 0.2vw;
}

.contact-page-title .item-box .content-block .text-item a.get-direction span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #333333;
	left: 0;
	top: 100%;
	transition: all 0.3s ease;
}

.contact-page-title .item-box .content-block .text-item a.get-direction:hover span:before {
	width: 0;
}

.contact-page-title .item-box .content-block .text-item a.get-direction:hover span {
	color: #EA3934;
}

.contact-page-title .item-box .content-block .text-item a.get-direction:hover span svg path {
	fill: #EA3934;
}
/*Newsroom*/
.ctm-grid-main .ctm-col:first-child {
    width: 43.194vw;
}
.ctm-grid-main .ctm-col:last-child {
    width: 39.028vw;
}
.ctm-grid-main {
    justify-content: space-between;
}
img {
    max-width: 100%;
    height: auto;
}
.ctm-grid-main .ctm-col:first-child .latest-news-item .latest-news-content {
    padding-top: 2.083vw;
}
.ctm-grid-main .latest-news-content .latest-news-title,
.ctm-grid-main .latest-news-content .latest-news-title a {
    font-size: 1.667vw;
    /* line-height: 2.014vw; */
    line-height: 110%;
    font-weight: 500;
    margin-bottom: 0;
    
}
.ctm-grid-main .latest-news-content .latest-news-title,
.ctm-grid-main .latest-news-content .latest-news-title a {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ctm-grid-main .ctm-col:first-child .latest-news-content .latest-news-title,
.ctm-grid-main .ctm-col:first-child .latest-news-content .latest-news-title a {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ctm-grid-main .latest-news-content .latest-news-excerpt {font-size: 1.389vw;line-height: 122%;margin-top: 2.083vw;margin-bottom: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ctm-grid-main .latest-news-content .latest-news-date,
.news-posts-grid .latest-news-item .latest-news-content .latest-news-date,
.continue-reading .news-related-posts .related-news-content .related-news-date {
    color: #848789;
    font-size: 0.972vw;
    /* line-height: 1.2; */
    line-height: 113%;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ctm-grid-main .latest-news-content .news-action,
.news-posts-grid .latest-news-item .latest-news-content .news-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ctm-grid-main .ctm-col:first-child .latest-news-content .news-action,
.news-posts-grid .latest-news-item .latest-news-content .news-action {
    border-top: 1px solid #A3A4A5;
    padding-top: 2.083vw;
    margin-top: 2.083vw;
}
.news-posts-grid .latest-news-item .latest-news-content .news-action {
	padding-top: calc(0.694vw * 2);
    margin-top: calc(0.694vw * 2);
    padding-bottom: 1.944vw;
}
.ctm-grid-main .latest-news-content .read-more span,
.news-posts-grid .latest-news-item .latest-news-content .read-more span,
.continue-reading .news-related-posts .related-news-content .related-news-action .read-more span {
    position: relative;
    color: #63666A;
    font-size: 1.111vw;
    line-height: 1;
    letter-spacing: 0;
    display: inline-flex;
}
.ctm-grid-main .latest-news-content .read-more span:before,
.continue-reading .news-related-posts .related-news-content .related-news-action .read-more span:before,
.news-posts-grid .latest-news-item .latest-news-content .read-more span:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #63666A;
	position: absolute;
	left: 0;
	top: 100%;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.ctm-grid-main .latest-news-content .read-more:hover span:before,
.continue-reading .news-related-posts .related-news-content .related-news-action .read-more:hover span:before,
.news-posts-grid .latest-news-item .latest-news-content .read-more:hover span:before {
    width: 0;
}
.continue-reading .news-related-posts .related-news-content .related-news-action {
    border-top: 1px solid #A3A4A5;
    width: 100%;
    margin-top: 1.528vw;
    padding-top: 1.528vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ctm-grid-main .latest-news-content .news-action .read-more,
.news-posts-grid .latest-news-item .latest-news-content .news-action .read-more,
.continue-reading .news-related-posts .related-news-content .related-news-action .read-more {
    display: inline-flex;
    align-items: center;
}
.ctm-grid-main .latest-news-content .news-action .read-more svg path,
.news-posts-grid .latest-news-item .latest-news-content .news-action .read-more svg path,
.continue-reading .news-related-posts .related-news-content .related-news-action .read-more svg path {
    fill: #63666A;
}
.ctm-grid-main .latest-news-content .read-more span svg,
.continue-reading .news-related-posts .related-news-content .related-news-action .read-more span svg {
    margin-left: 0.139vw;
}
.ctm-grid-main .latest-news-content .news-action .read-more:hover span,
.news-posts-grid .latest-news-item .latest-news-content .news-action .read-more:hover span,
.continue-reading .news-related-posts .related-news-content .related-news-action .read-more:hover span {
    color: #EA3934;
}
.ctm-grid-main .latest-news-content .news-action .read-more:hover svg path,
.news-posts-grid .latest-news-item .latest-news-content .news-action .read-more:hover svg path,
.continue-reading .news-related-posts .related-news-content .related-news-action .read-more:hover svg path {
    fill: #EA3934;
}
.news-posts-grid .latest-news-item .latest-news-content .latest-news-title,
.news-posts-grid .latest-news-item .latest-news-content .latest-news-title a,
.continue-reading .news-related-posts .related-news-content .related-news-title,
.continue-reading .news-related-posts .related-news-content .related-news-title a{
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.load-more-btn {
    display: flex;
    justify-content: center;
    padding-top: 4.167vw;
}
.load-more-btn #load-more-news {
    border: 1px solid #63666A;
    border-radius: 100px;
    background-color: transparent;
    padding: 0.833vw 2.5vw;
    font-size: 1.111vw;
    /* line-height: 1; */
    line-height: 100%;
    transition: all 0.3s ease;
    font-family: "proxima-nova";
    font-weight: 400;
    cursor: pointer;
    color: #333;
}
.load-more-btn #load-more-news:hover {
    background-color: #EA3934;
    border-color: #EA3934;
    color: #fff;
}
.continue-reading .section-title h2 {
    font-size: 2.083vw;
    /* line-height: 1.5; */
    line-height: 130%;
    font-weight: 500;
}
.continue-reading .section-title {
    margin-bottom: 1.389vw;
}
.continue-reading .news-related-posts {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.694vw;
    margin-right: -0.694vw;
}
.continue-reading .news-related-posts .related-news-item {
    width: 33.3333%;
    padding-left: 0.694vw;
    padding-right: 0.694vw;
}
/*Tab Slider*/
/* tabs-with-slider css start */
.tab-with-slider {
  	background-color: #F6F6F6;
  	padding-top: 6.667vw;
  	padding-bottom: 6.667vw;
}
.continue-reading {
	padding-top: 6.667vw;
  	padding-bottom: 6.667vw;
  	background-color: #f6f6f6;
}
.tab-with-slider .tabs-nav {
    width: 27.083vw;
}
.tab-with-slider .tabs-nav li {
	padding-top: 1.042vw;
	padding-bottom: 1.042vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.694vw;
    transition: transform 0.3s;
}
.tab-with-slider .tabs-nav li:first-child {
    padding-top: 0;
}
.tab-with-slider .tabs-nav li:last-child {
    padding-bottom: 0;
}
.tab-with-slider .tab-slider-inner {
    padding-left: 6.111vw;
}
.tab-with-slider  .tabs-stage {
    width: calc(100% - 27.083vw);
    padding-left: 4.861vw;
}
/*.tab-with-slider .tabs-stage * {
    height: 100%;
    object-fit: cover;
	object-position: 100% 16%;
}*/
.tab-with-slider .section-title > span {
    color: #333333;
    display: block;
}
.tab-with-slider .text-link span {
    color: #63666A;
    font-size: 1.111vw;
    /* line-height: 1; */
    line-height: 100%;
    position: relative;
    transition: all 0.6s ease;
}
.tab-with-slider .text-link span:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #63666A;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.tab-with-slider .text-link svg path {
    fill: #63666A;
}
.title-with-text .text-link {
    display: inline-flex;
    margin-top: 1.042vw;
}
.title-with-text .text-link svg {
    margin-left: 0.278vw;
}
.tab-with-slider .text-link:hover span {
    color: var(--primary);
}
.tab-with-slider .text-link:hover svg path {
    fill: var(--primary);
}
.tab-with-slider .text-link:hover span:before {
    width: 0;
}
.tab-with-slider .title-with-text h2 {
    margin-bottom: 0 !important;
}
.tab-with-slider .tabs-nav li a,.tab-with-slider .tabs-nav li svg {
    transition: transform 0.3s;
}
.tab-with-slider .tabs-nav li:hover svg path {
    fill:#EA3934;
}
.tab-with-slider .tabs-nav li a {
    color: #333333;
    font-size: 1.389vw;
    /* line-height: 1.2; */
    line-height: 130%;
    font-weight: 500;
    transition: all 0.5s ease;
}
.tab-with-slider .tabs-nav li.tab-active a {
    color: #EA3934;
}
.tab-with-slider .tabs-nav li.tab-active svg path {
    fill: #EA3934;
}
.tab-with-slider .tabs-nav li:last-of-type {
    border-bottom: 0;
}
.tab-with-slider .tabs {
    display: flex;
}
.tab-slider .slide-img {
    position: relative;
    padding-top: 67.15%;
    width: 100%;
}
.tab-slider .slide-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.tab-with-slider .tabs-nav li:not(:last-child) {
    border-bottom: 1px solid #A3A4A5;
}
.tab-with-slider .swiper-buttons {
    display: flex;
    justify-content: flex-end;
	margin-bottom: 1.389vw;
}
.tab-with-slider .swiper-buttons .nav-button {
    width: 3.75vw;
    height: 2.5vw;
    border: 1px solid #EA3934;
    border-radius: 3.472vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition:  all 0.3s ease;
    cursor: pointer;
}
.tab-with-slider .swiper-buttons .nav-button:hover {
    background-color:  #EA3934;
}
.tab-with-slider .swiper-buttons .nav-button:hover svg path {
    fill: #fff;
}
.tab-with-slider .swiper-buttons .nav-button svg path {
    fill: #EA3934;
}
.tab-with-slider .swiper-buttons .nav-button.next {
    margin-left: 0.694vw;
}
.hero-banner .banner-content .news-date,.hero-banner .banner-content .news-read-time {
    font-size: 1.25vw;
    /* line-height: 1.528vw; */
    line-height: 130%;
    margin-right: 1.389vw;
}
.hero-banner.news-hero .banner-content .news-title {
    font-size: 3.542vw;
    line-height: 130%;
    max-width: 73.056vw;
}
.news-content {
    /* padding-top: 2.639vw; */
    padding-top: 0;
    padding-bottom: 6.667vw;
}
.news-content .news-content-wrapper :is(h2, h3) {
    margin-bottom: 2.778vw;
    font-weight: 500;
}
.news-content .news-content-wrapper ul {
    list-style: none;
}
.news-content .news-content-wrapper ul li,.news-content .news-content-wrapper ol li {
    font-size: 1.528vw;
    /* line-height: 1.986vw; */
    line-height: 130%;
    font-weight: 400;
    margin-top: 0;
    color: var(--body);
    margin-bottom: 0.5vw;
    font-family: "proxima-nova";
}
.news-content .news-content-wrapper ul li {
    position: relative;
    padding-left: 2.361vw;
}
.news-content .news-content-wrapper ul li:before {
    content: "";
    position: absolute;
    width: 0.347vw;
    height: 0.347vw;
    background-color: #333;
    border-radius: 50%;
    top: 50%;
    left: calc(2.083vw / 2);
    transform: translateX(-50%);
}
.news-content .news-content-wrapper :is(ul, ol) {
    margin-bottom: 2.431vw;
}
.news-content .news-content-wrapper > ul,
.news-content .news-content-wrapper > ol {
    margin-top: -1.2155vw;
}
.news-content .news-content-wrapper p {
    margin-bottom: 2.431vw;
}
.news-content .news-content-wrapper a {
    color: #EA3934;
}
.news-author .author-info {
    border-top: 1px solid #EA3934;
    padding-top: 1.389vw;
    margin-top: 2.431vw;
    display: flex;
}
.news-author .author-info .author-avatar {
    width: 4.167vw;
    height: 4.167vw;
    border-radius: 50%;
    overflow: hidden;
}
.news-author .author-info .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-author .author-info .author-details {
    width: calc(100% - 4.167vw);
    padding-left: 1.389vw;
}
.news-author .author-info .author-details strong {
    font-size: 1.389vw;
    /* line-height: 1.5; */
    line-height: 130%;
}
.news-author .author-info .author-details p {
    font-size: 1.111vw;
    /* line-height: 1.5; */
    line-height: 130;
}
.tab-with-slider .swiper-buttons .nav-button svg,
.tab-with-slider .tabs-nav li svg {
    width: 0.972vw;
    height: auto;
}
.news-hero {
    padding-top: 0;
}
.news-hero .title-block{
    padding-top: 2.339vw;
}
.news-hero .title-block .news-date {
    color: #EA3934;
    font-size: 1.25vw;
    line-height: 100%;
    font-weight: 500;
    display: block;
    margin-bottom: 1.181vw;
}
.news-hero .title-block .news-title {
    font-size: 3.542vw;
    line-height: 130%;
    /* margin-bottom: 4.167vw; */
    margin-bottom: 2.779vw;
}
.news-hero .image-block img {
    max-width: 100%;
    width: 100%;
}
.our-products .title-with-text,
.blog-section .title-with-text,
.regional-hub-sec .title-with-text,
.tab-with-slider .title-with-text{
    margin-bottom: 4.167vw;
}
/* .tab-slider-inner .swiper-slide {
    margin-right: 1.389vw;
} */
.ctm-grid-main .ctm-col:first-child .latest-news-image a {
	    position: relative;
	    padding-bottom: 66.7%;
	    display: flex;
}
.ctm-grid-main .ctm-col:first-child .latest-news-image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ctm-grid-main .ctm-col:last-child .latest-news-item {
	display: flex;
}
.ctm-grid-main .ctm-col:last-child .latest-news-item .latest-news-image {
	width: 11.111vw;
}
.ctm-grid-main .ctm-col:last-child .latest-news-item .latest-news-image a {
	width: 100%;
	display: flex;
	position: relative;
	padding-bottom: 92%;
}
.ctm-grid-main .ctm-col:last-child .latest-news-item .latest-news-image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ctm-grid-main .ctm-col:last-child .latest-news-item .latest-news-content {
	width: calc(100% - 11.111vw);
	padding-left: 1.389vw;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.ctm-grid-main .ctm-col:last-child .latest-news-item:not(:last-child) {
	padding-bottom: 1.25vw;
	margin-bottom: 1.25vw;
	border-bottom: 1px solid #63666A;
}
.news-posts-grid .latest-news-item .latest-news-content,
.continue-reading .news-related-posts .related-news-content {
	padding-top: 1.389vw;
}
.news-posts-grid .latest-news-item .latest-news-content .latest-news-title,
.news-posts-grid .latest-news-item .latest-news-content .latest-news-title a,
.continue-reading .news-related-posts .related-news-content .related-news-title,
.continue-reading .news-related-posts .related-news-content .related-news-title a {
	font-size: 1.667vw;
	/* line-height: 2.014vw; */
	line-height: 130%;
}
.news-posts-grid .latest-news-item .latest-news-content .latest-news-title,
.continue-reading .news-related-posts .related-news-content .related-news-title {
	min-height: 6.042vw;
}
.news-posts-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.694vw;
	margin-right: -0.694vw;
	padding-top: 3.472vw;
}
.news-posts-grid .latest-news-item {
	width: 33.3333%;
	padding: 0.694vw;
}
.news-posts-grid .latest-news-item .latest-news-image a,
.continue-reading .news-related-posts .related-news-item .related-news-image a {
	display: flex;
	width: 100%;
	position: relative;
	padding-bottom: 66.7%;
}
.news-posts-grid .latest-news-item .latest-news-image a img,
.continue-reading .news-related-posts .related-news-item .related-news-image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.three-column-box-section.leadership-block .text p {
    padding-right: 1%;
}
/*New Contact Form*/
.contact-form .form-block .custom-form .row {
    display: flex;
    justify-content: space-between;
}
.contact-form .form-block .custom-form .row .col-6 {
    width: calc(50% - 0.694vw);
}
.contact-form .form-block .custom-form input[type="text"], 
.contact-form .form-block .custom-form input[type="email"], 
.contact-form .form-block .custom-form input[type="number"], 
.contact-form .form-block .custom-form select,
.contact-form .form-block .custom-form textarea {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #EA3934;
    font-size: 1.111vw;
    line-height: 100%;
    font-family: "proxima-nova";
    font-weight: 400;
    color: #333333;
    padding: 0;
    appearance: none;
    border-radius: 0;
}
.contact-form .form-block .custom-form input[type="text"]::placeholder,
.contact-form .form-block .custom-form input[type="email"]::placeholder,
.contact-form .form-block .custom-form input[type="number"]::placeholder,
.contact-form .form-block .custom-form textarea::placeholder {
  	color: #333333;
  	opacity: 1;
}
.contact-form .form-block .custom-form input[type="text"]::-ms-input-placeholder,
.contact-form .form-block .custom-form input[type="email"]::-ms-input-placeholder,
.contact-form .form-block .custom-form input[type="number"]::-ms-input-placeholder,
.contact-form .form-block .custom-form textarea::-ms-input-placeholder { 
  	color: #333333;
}
.contact-form .form-block .custom-form input[type="text"], .contact-form .form-block .custom-form input[type="email"], .contact-form .form-block .custom-form input[type="number"],.contact-form .form-block .custom-form select {
    height: 4.167vw;
}
.contact-form .form-block .custom-form .row .col-6,.contact-form .form-block .custom-form .row .col-12 {
    margin-bottom: 1.389vw;
}
.contact-form .form-block .custom-form .row .col-12 {
    width: 100%;
}
.contact-form .form-block .custom-form textarea {
	padding-top: 1.389vw;
    height: 6.944vw;
    resize: none;
}
.contact-form .form-block .custom-form button[type="submit"] {
    width: 16.042vw;
    height: 3.611vw;
    border: 1px solid #333333;
    font-size: 1.25vw;
    line-height: 100%;
    color: #333333;
    transition: color 0.3s ease-in-out;
    background-color: transparent;
    padding: 0.625vw 1.806vw 0.625vw 2.431vw;
    text-align: center;
    font-weight: 500;
    border-radius: 100px;
    font-family: "proxima-nova";
    cursor: pointer;
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.contact-form .form-block .custom-form button[type="submit"] svg {
    width: 0.833vw;
    height: 0.764vw;
}
.contact-form .form-block .custom-form button[type="submit"]:hover {
	color: #fff;
	border-color: #ea3934;
}
.contact-form .form-block .custom-form button[type="submit"] svg path {
    fill: #333333;
}
.contact-form .form-block .custom-form button[type="submit"]:hover svg path {
    fill: #fff;
}
.contact-form .form-block .custom-form button[type="submit"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #ea3934;
    -webkit-transition: top 0.6s ease;
    -o-transition: top 0.6s ease;
    transition: top 0.6s ease;
    z-index: -1;
    opacity: 0;
}
.contact-form .form-block .custom-form button[type="submit"].hover-active:before {
    top: 0;
    opacity: 1;
}
.contact-form .form-block .custom-form button[type="submit"].hover-remove:before {
    top: -100%;
    opacity: 1;
}
.contact-form .form-block .custom-form .row .col-12.checkbox label {
    font-size: 1.111vw;
    line-height: 130%;
    display: inline-flex;
    padding-left: 2.083vw;
    position: relative;
    padding-right: 2.778vw;
    cursor: pointer;
}
.contact-form .form-block .custom-form .row .col-12.checkbox label:before {
    content: "";
    position: absolute;
    width: 1.389vw;
    height: 1.389vw;
    border: 1px solid #EA3934;
    border-radius: 0.278vw;
    left: 0;
    top: 3px;
}
.contact-form .form-block .custom-form .row .col-12.checkbox label:after {
    content: "";
    position: absolute;
    width: 1.389vw;
    height: 1.389vw;
    left: 0;
    top: 3px;
    background-image: url(../images/red-checkmark.svg);
    background-repeat: no-repeat;
    background-size: 0.706vw;
    background-position: center;
    opacity: 0;
}
.contact-form .form-block .custom-form .row .col-12.checkbox input[type="checkbox"] {
    position: absolute;
    width: 1.389vw;
    height: 1.389vw;
    transform: translateY(9px);
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.contact-form .form-block .custom-form .row .col-12.checkbox input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}
.contact-form .form-block .custom-form .row .col-12.checkbox {
    padding-top: 2.431vw;
    padding-bottom: 2.431vw;
}
.contact-form .form-block .custom-form .ctm-dropdown-selected {
    height: 4.167vw;
    background-image: url(../images/angle-down.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 1.111vw;
    display: flex;
    align-items: center;
    font-size: 1.111vw;
    line-height: 100%;
    font-family: "proxima-nova";
    font-weight: 400;
    color: #333333;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #EA3934;
    padding: 0;
    appearance: none;
    border-radius: 0 !important;
}
.ctm-dropdown-options {
    border: 0;
    padding-left: 1.667vw;
    padding-right: 1.667vw;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.ctm-dropdown-options.show {
	padding-top: 0.556vw;
    padding-bottom: 0.556vw;
}
.ctm-dropdown-options .ctm-dropdown-option {
    border-bottom: 1px solid #D5D5D2;
    padding-top: 1.111vw;
    padding-bottom: 1.111vw;
    font-size: 1.111vw;
    line-height: 130%;
    color: #333;
    transition: all 0.2s ease;
}
.ctm-dropdown-options .ctm-dropdown-option:last-child {
    border-bottom: 0;
}
.ctm-dropdown-options .ctm-dropdown-option:hover, .ctm-dropdown-option.selected.current-selection {
    color: #EA3934;
}
.contact-form .form-block .custom-form .ctm-dropdown-selected.active {
	background-image: url(../images/angle-up.svg);
}
.contact-form .form-block .custom-form .field-error {
    font-size: 0.7vw;
    line-height: 130%;
    color: #EA3934;
    margin-top: 0.321vw;
}
/*Policy Page*/
.legal-page-heading,
.legal-page-content {
    margin: 0;
    padding-top: 4.167vw;
    padding-bottom: 4.167vw;
}
.legal-page-heading .legal-main-description {
    color: #333333;
    font-weight: 300;
    font-size: 1.25vw;
}
.legal-page-heading .legal-main-heading {
    margin-bottom: 1.042vw;
}
.legal-page-content .legal-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.legal-page-content .legal-content-wrapper .legal-sidebar {
    width: 23.813%;
    position: sticky;
    top: 0;
}
.legal-page-content .legal-content-wrapper .legal-main-content {
    width: 74.603%;
}
.legal-page-content .legal-sidebar .legal-nav-list {
    list-style: none;
}
.legal-page-content .legal-sidebar .legal-nav-list .legal-nav-item a {
    font-size: 1.25vw;
    line-height: 130%;
    color: #848789;
    font-weight: 400;
}
.legal-page-content .legal-sidebar .legal-nav-list .legal-nav-item {
	padding-right: 2.778vw;
}
.legal-page-content .legal-sidebar .legal-nav-list .legal-nav-item {
    margin-bottom: 1.389vw;
}
.legal-page-content .legal-sidebar .legal-nav-list .legal-nav-item a.active {
    color: #EA3934;
    font-weight: 500;
}
.legal-page-content .legal-sidebar .legal-nav-list .legal-nav-item a:hover {
    color: #EA3934;
}
/*.legal-page-content .legal-main-content ol,.legal-page-content .legal-main-content ul {
    list-style: none;
}*/
.legal-page-content .legal-main-content ol li h2, 
.legal-page-content .legal-main-content .legal-section-content > ol > li:before {
    font-size: 2.083vw;
    line-height: 130%;
    font-weight: 500;
    font-family: "proxima-nova";
}
.legal-page-content .legal-main-content .legal-section-content > ol {
    padding-left: 3vw;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li:before {
    left: -3vw;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li ol li,.legal-page-content .legal-main-content .legal-section-content > ol > li ol li:before {
    font-size: 1.25vw;
    line-height: 130%;
    font-family: "proxima-nova";
    font-weight: 400;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li {
    margin-bottom: 1.389vw;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li ol {
    margin-top: 0;
    padding-left: 2.847vw;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li ol li ol {
    margin-top: 1.389vw;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol li {
    font-size: 1.111vw;
    line-height: 130%;
    margin-bottom: 1.389vw;
}
.legal-page-content .legal-main-content .legal-section-content li strong {
    padding-left: 0;
    font-weight: 600;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li:before {
    left: -2.5vw;
	top: 0 !important;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol > li::before {
    left: -2vw;
	top: 0px !important;
}
.legal-page-content .legal-main-content .legal-section-content > ol li ol li ol li:before{
	top: -2px !important;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol {
    margin-bottom: 1.389vw;
}
.legal-page-content .legal-main-content .legal-section-content > ol li ol li ol li ol li:before{
	top: -1px !important;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol {
    padding-left: 2.2vw;
}
.legal-main-content ol > li{
	counter-increment: level1;
}
.legal-main-content ol > li,
.legal-main-content ol li p {
    position: relative;
}	
.legal-main-content ol > li {
	margin-bottom: 2.083vw;
}
.legal-main-content ol li p {
	margin-bottom: 1.389vw;
	margin-top: 0;
}
.legal-main-content ol > li,
.legal-main-content ol li p {
	line-height: 1.944vw;
    font-size: 1.25vw;
}
.legal-page-content .legal-main-content ol li h3 {
    font-size: 1.25vw;
}
.legal-main-content .legal-section-content > ol > li:last-child,
.legal-main-content .legal-section-content > ol > li:last-child p:last-child {
    margin-bottom: 0 !important;
}
.legal-main-content ol > li:last-child,.legal-main-content ol > li:last-child p:last-child {
    margin-bottom: 0 !important;
}
.legal-main-content ol li p a, .legal-main-content ol li a {
    color: #EA3934;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol {
    margin-bottom: 1.389vw;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol > li > ol {
    padding-left: 4vw;
}
.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol > li > ol > li::before {
    left: -4vw;
}
.legal-page-content .legal-main-content table th {
    font-size: 1.111vw;
    line-height: 130%;
    font-family: "proxima-nova";
    font-weight: 500;
}
.legal-page-content .legal-main-content table td {
    font-size: 1.111vw;
    line-height: 130%;
    font-family: "proxima-nova";
    font-weight: 400;
}
.ctm-grid-main .latest-news-content .latest-news-title a:hover,
.news-posts-grid .latest-news-item .latest-news-content .latest-news-title a:hover,
.continue-reading .news-related-posts .related-news-content .related-news-title a:hover{
	color: #333;
}
/* Media Responsive CSS Start*/
@media only screen and (min-width:992px) {
	.product-tabs .tab-content .content {
		max-height: 0;
	    overflow: hidden;
	    transition: all 0.5s ease;
	    width: 100%;
	}
	.product-tabs .tab-content.active .content {
	    max-height: 2000px;
	    transition: max-height 0.5s ease;
	}
	.news-single-header .header-main .primary-navigation>ul>li>a,
	.dark-header .header-main .primary-navigation>ul>li>a {
	    color: #333333;
	}
	.news-single-header .header-main .primary-navigation>ul>li>a:after,
	.dark-header .header-main .primary-navigation>ul>li>a:after {
	    background-color: #EA3934;
	}
	.news-single-header .header-main .primary-navigation>ul> .lang-item.lang-item-ar a:before,
	.dark-header .header-main .primary-navigation>ul> .lang-item.lang-item-ar a:before {
	    color: #333;
	    border-color: #333333;
	}
	.news-single-header .header-main .primary-navigation>ul> .lang-item.lang-item-ar a,
	.dark-header .header-main .primary-navigation>ul> .lang-item.lang-item-ar a {
	    color: #333;
	}
	.for-mobile {
		display: none !important;
	}
	.tab-with-slider .tabs-nav li:hover a,.tab-with-slider .tabs-nav li:hover svg {
	    transform: translateX(10px);
	    color:#EA3934;
	}
	.primary-navigation .banner-link,
	.menu-header {
		display: none;
	}

	.primary-navigation {
		overflow: hidden;
	}

	.header-main .primary-navigation .nav-menu {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	.header-main .primary-navigation .nav-menu.menu-open {
		-webkit-animation: slideIn 0.5s ease forwards;
		animation: slideIn 0.5s ease forwards;
	}

	.header-main .primary-navigation .nav-menu.menu-open-removed {
		-webkit-animation: slideOut 0.5s ease forwards;
		animation: slideOut 0.5s ease forwards;
	}

	html[dir="rtl"] .header-main .primary-navigation .nav-menu {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	html[dir="rtl"] .header-main .primary-navigation .nav-menu.menu-open {
		-webkit-animation: slidearIn 0.5s ease forwards;
		animation: slidearIn 0.5s ease forwards;
	}

	html[dir="rtl"] .header-main .primary-navigation .nav-menu.menu-open-removed {
		-webkit-animation: slidearOut 0.5s ease forwards;
		animation: slidearOut 0.5s ease forwards;
	}
	.menu-toggle.active span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 1.389vw;
	}

	.menu-toggle.active span:nth-child(2) {
		opacity: 0;
	}

	.menu-toggle.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 1.389vw;
	}
	@-webkit-keyframes slideIn {
		from {
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
		}

		to {
			-webkit-transform: translateX(0%);
			transform: translateX(0%);
		}
	}


	@keyframes slideIn {
		from {
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
		}

		to {
			-webkit-transform: translateX(0%);
			transform: translateX(0%);
		}
	}

	@-webkit-keyframes slideOut {
		from {
			-webkit-transform: translateX(0%);
			transform: translateX(0%);
		}

		to {
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
		}
	}

	@keyframes slideOut {
		from {
			-webkit-transform: translateX(0%);
			transform: translateX(0%);
		}

		to {
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
		}
	}


	@-webkit-keyframes slidearIn {
		from {
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
		}

		to {
			-webkit-transform: translateX(0%);
			transform: translateX(0%);
		}
	}


	@keyframes slidearIn {
		from {
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
		}

		to {
			-webkit-transform: translateX(0%);
			transform: translateX(0%);
		}
	}

	@-webkit-keyframes slidearOut {
		from {
			-webkit-transform: translateX(0%);
			transform: translateX(0%);
		}

		to {
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
		}
	}

	@keyframes slidearOut {
		from {
			-webkit-transform: translateX(0%);
			transform: translateX(0%);
		}

		to {
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
		}
	}
}

@media only screen and (min-width:1200px) {
	.regional-hub-sec .hub-item:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(51, 51, 51, 60%);
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.regional-hub-sec .hub-item:hover .image-wrapp img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.regional-hub-sec .hub-item:hover::before {
		opacity: 1;
		visibility: visible;
	}

	.regional-hub-sec .hub-item:hover h3 {
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (min-width:1560px) {
	.hero-banner .banner-content {
		padding-bottom: 4.667vw;
	}
	.hero-banner.inner-bannenr .banner-text {
		max-width: 60.805vw;
	}
	.hero-banner .banner-content h1 {
		font-size: 4vw;
	}
}

@media only screen and (max-width: 1399px) {
	.container {
		padding-left: 5.5vw;
		padding-right: 5.5vw;
	}
	.tab-with-slider .tab-slider-inner {
		padding-left: 5.5vw;
	}
}

@media only screen and (max-width:1199px) {
	.h2,
	h2,
	.title-with-text .text h2 {
		font-size: 24px;
		line-height: 130%;
		margin-bottom: 20px;
	}

	.h3,
	h3 {
		font-size: 20px;
		/* line-height: normal; */
		line-height: 130%;
		margin-bottom: 4px;
	}

	p {
		font-size: 20px;
		line-height: 130%;
		margin-bottom: 20px;
	}

	.container {
		padding-left: 5vw;
		padding-right: 5vw;
	}

	.btn {
		font-size: 16px;
		/* line-height: normal; */
		line-height: 130%;
		padding: 6px 16px 6px 20px;
	}

	.btn svg {
		width: 20px;
		height: 20px;
		margin-left: 10px;
	}

	input[type="email"] {
		font-size: 14px;
		line-height: 18.2px;
		height: 30px;
		padding-bottom: 10px;
	}

	.site-branding img {
		width: 122px;
		height: auto;
	}

	.header-main .primary-navigation>ul>li>a {
		font-size: 18px;
		line-height: 24px;
	}

	.header-main .primary-navigation>ul>li {
		display: inline-block;
		padding: 10px 0;
	}

	.header-main .primary-navigation>ul>li {
		margin-right: 15px;
	}
	.header-main .primary-navigation>ul>li:last-child {
		margin-right: 0;
	}
	.header-main .primary-navigation>ul>li>a:after {
		height: 1px;
	}

	li.header-main .primary-navigation>ul> .lang-item.lang-item-en a,
	.header-main .primary-navigation>ul> .lang-item.lang-item-ar a,
	.lang-switcher a {
		font-size: 12px;
		line-height: 14px;
		border-radius: 64px;
		padding: 4px 11px 8px 11px;
	}

	.lang-switcher a:before,
	li.header-main .primary-navigation>ul> .lang-item.lang-item-en a:before,
	.header-main .primary-navigation>ul> .lang-item.lang-item-ar a:before {
		border: 0.5px solid var(--white-smoke);
	}

	.header-main .primary-navigation>ul> .lang-item.lang-item-ar a:hover:before,
	li.header-main .primary-navigation>ul> .lang-item.lang-item-en a::hover:before,
	.lang-switcher a:hover:before {
		border-width: 2px;
	}

	.hero-banner .banner-content p {
		font-size: 16px;
		line-height: 130%;
	}

	.banner-link ul li a {
		font-size: 16px;
		line-height: 16px;
	}

	.banner-link ul li a img {
		width: 12px;
		height: 12px;
		margin-left: 10px;
	}

	.title-with-text .section-title span {
		font-size: 26px;
		line-height: 36.8px;
	}

	.connter-wrapp .connter-text h3 {
		font-size: 64px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.connter-wrapp .connter-text p {
		font-size: 16px;
		line-height: 19px;
	}

	.quote-section .testimonial-details .testimonial-text p {
		font-size: 20px;
		line-height: 130%;
	}

	.quote-section .testimonial-details {
		padding: 40px 30px;
	}

	.quote-section .testimonial-details .testimonial-text {
		padding: 28px 0;
	}

	.quote-section .testimonial-name h4 {
		font-size: 18px;
		line-height: 130%;
	}

	.quote-section .testimonial-name p {
		font-size: 16px;
		line-height: 1em;
	}

	.three-column-box-section .wrapper .col-block .item-box p,
	.blog-section .blog-wrapper .col-block .blog-item p,
	.openings-wrapper .openings-row .content-left .department{
		font-size: 18px;
		line-height: 130%;
	}

	.leadership-block.three-column-box-section .wrapper .col-block .item-box .leadership-description p {
		font-size: 20px;
		line-height: 130%;
	}
	.three-column-box-section .wrapper .col-block {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.three-column-box-section .wrapper {
		margin: 0 -10px -30px -10px;
	}
	.leadership-block.three-column-box-section .wrapper .col-block {
	    padding-top: 0 !important;
	}
	.leadership-block.three-column-box-section .wrapper .col-block .item-box h3 {
		margin-bottom: 0;	
	}
	.connter-wrapp .col {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.connter-wrapp {
		margin: 0 -15px -30px -15px;
	}

	.openings-wrapper .openings-row .content-left h4 {
		font-size: 20px;
		line-height: 26px;
	}

	.blog-section .blog-wrapper .col-block .blog-item .blog-content {
		padding: 20px;
	}

	.openings-wrapper .openings-row .content-left h4 {
		font-size: 18px;
        line-height: 24px;
        width: 70%;
	}

	.openings-wrapper .openings-row .content-left .department {
		font-size: 18px;
		width: 30%;
	}

	.openings-wrapper .openings-row .btn-apply {
		font-size: 16px;
		line-height: 16px;
	}

	.openings-wrapper .openings-row .btn-apply img {
		width: 12px;
		height: 12px;
	}

	.regional-hub-sec .hub-item span.branch-name,
	.contact-page-title .three-column-box-section .wrapper .col-block .item-box .image-wrapp .branch-name {
		padding: 7.2px 21px;
		font-size: 11px;
		top: 18px;
		left: 17px;
		border-radius: 28.79px;
	}

	.regional-hub-sec .hub-item h3 {
		font-size: 16px;
		line-height: normal;
	}

	.three-column-box-section .wrapper .col-block .item-box .image-wrapp {
		margin-bottom: 20px;
	}

	.footer-wrapper .footer-widgets {
		width: 35%;
	}

	.footer-wrapper .footer-form {
		width: 40%;
	}

	.wpcf7-not-valid-tip,
	.wpcf7 form .wpcf7-response-output,
	.footer-form p,
	.footer-form a {
		font-size: 12px;
		line-height: 15.6px;
	}

	.footer-col-main .btn-submit input[type="submit"] {
		font-size: 12px;
		padding: 7px 32px 7px 17px;
	}

	.btn-submit svg {
		right: 14px;
		width: 12px;
		height: 11px;
	}

	.strcoll-to-top,
	.strcoll-to-top svg {
		width: 40px;
		height: 40px;
	}

	.copyright-text,
	.footer-nav-menu a {
		font-size: 11px;
		line-height: 19px;
	}

	.current-openings-list {
		margin-top: 40px;
	}

	.job-board-section .current-openings-list h3 {
		margin-bottom: 30px;
	}

	.openings-wrapper .openings-row {
		padding: 20px 0 20px 0;
	}
	.openings-wrapper .openings-row .btn-apply {
	    width: 120px;
	}
	.openings-wrapper .openings-row .content-left {
	    width: calc(100% - 120px);
	}
	.blog-section .blog-wrapper {
		margin: 0 -10px;
	}

	.regional-hub-sec .wrapper {
		margin: 0 -10px;
	}

	.blog-section .blog-wrapper .col-block {
		padding: 0 10px;
	}

	.regional-hub-sec .wrapper .col-block {
		padding: 0 10px;
	}

	.product-tabs .left-menu h2 {
		font-size: 24px;
		line-height: 130%;
		margin-bottom: 150px;
	}

	.product-tabs .left-menu {
		width: 32%;
	}

	.product-tabs .tab-content h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.product-tabs .left-menu ul li a {
		font-size: 20px;
	}

	.product-tabs .left-menu ul li {
		margin-bottom: 20px;
	}

	.product-tabs .tab-content .know-more span {
		font-size: 16px;
	}

	.product-tabs .tab-content .know-more svg {
		width: 20px;
		height: 20px;
		margin-left: 8px;
	}
	.product-tabs .tab-content .title-block h3 {
	    font-size: 20px;
	    width: 580px;
	}
	.product-tabs .tab-content .title-block .icon {
	    width: 14px;
	    height: 14px;
	}
	.product-tabs .tab-content .title-block .icon:before {
	    width: 14px;
	}
	.product-tabs .tab-content .title-block .icon:after {
	    height: 14px;
	}
	.product-tabs .tab-content .content {
	    width: 100%;
	}
	.product-tabs .tab-content .title-block {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.product-tabs .tab-content .image-box {margin-bottom: 20px;}
	.product-tabs .tab-content-wrapper {
	    width: 72%;
	}
	.product-tabs .tab-content .content .content-block {
	    padding-bottom: 20px;
	}
	body .timeline-container .timeline-div .timeline-segment {
		height: 1px !important;
		top: 6px !important;
	}

	.timeline-container .timeline-segment.active {
		height: 3px !important;
	}

	.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area .icon, .leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area .animate-icon {
		width: 18px;
		height: 18px;
	}

	.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area .icon:before {
		width: 18px;
		background-image: url("data:image/svg+xml,%3Csvg%20width='32'%20height='2'%20viewBox='0%200%2032%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M31%201L1%201'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E");
	}

	.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area .icon:after {
		height: 18px;
		background-image: url("data:image/svg+xml,%3Csvg%20width='2'%20height='32'%20viewBox='0%200%202%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M1%201L0.999999%2031'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E");
	}

	.leadership-block.three-column-box-section.ctm_leadership-grid .leadership-title-area .animate-icon.active .icon:after {
		background-image: url("data:image/svg+xml,%3Csvg%20width='32'%20height='2'%20viewBox='0%200%2032%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M31%201L1%201'%20stroke='%23EA3934'%20stroke-linecap='round'/%3E%3C/svg%3E");
	}

	.leadership-block.three-column-box-section .leadership-description {
		padding: 24px;
	}

	.leadership-block.three-column-box-section .leadership-title-area {
		padding: 16px 0 0;
	}
	.leadership-block.three-column-box-section .col-block .item-box{
		padding-bottom: 52px;
	}

	.three-column-box-section .wrapper .col-block .item-box .title-block p,
	.leadership-block.three-column-box-section .wrapper .col-block .item-box .leadership-title-area p {
		font-size: 16px;
		line-height: 24px;
	}
	.leadership-block.three-column-box-section .leadership-title-area h3 {
	    line-height: 24px;
	}
	.slider-section .slider-wrapper .slick-list {
		max-width: 512px !important;
	}
    .timeline-container #timeline-content {
    	max-width: 512px !important;
    }
	.slider-section .slick-arrow,
	.timeline-container .nav-button {
		width: 54px;
		height: 36px;
		right: 0px;
		border-radius: 50px;
		top: -20px;
	}
	.slider-section {
	    padding-top: calc(60px + 36px);
	    padding-bottom: 60px;
	}
	.timeline-container .swiper-buttons {
	    top: -16px;
	}
	.slider-section .slick-arrow svg,
	.timeline-container .nav-button svg {
		width: 20px;
		height: 13px;
	}

	.slider-section .slider-title p,
	.timeline-container p,
	.timeline-container .year,
	.slider-nav-wrapper .nav-text {
		font-size: 20px;
		line-height: 130%;
	}

	.slider-section .slick-arrow.slick-prev,
	.timeline-container .nav-button.prev {
		right: 70px;
	}

	.slider-section .slider-title h5,
	.timeline-container h2 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 130%;
	}

	.slider-nav-wrapper .nav-text::after {
		top: -30.5px;
		width: 12px;
		height: 12px;
	}

	.timeline-container .point {
		width: 12px;
		height: 12px;
	}

	.slider-nav-wrapper .nav-text.slick-current::after {
		width: 20px;
		height: 20px;
		top: -35px;
	}

	.slider-nav-wrapper .slick-track {
		padding-top: 24px;
	}

	.slider-nav-wrapper .nav-text.slick-current::before {
		height: 2px;
		top: -25px;
	}

	.slider-nav-wrapper .slick-list,
	.timeline-container .swiper {
		padding-top: 50px !important;
	}

	.contact-page-title .leadership-block.three-column-box-section .wrapper .col-block {
		padding: 0 10px;
	}

	.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block {
		padding-top: 10px;
	}

	.contact-page-title .leadership-block.three-column-box-section .leadership-title-area {
		padding-bottom: 20px;
	}

	.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block h3 {
		font-size: 20px;
		line-height: 130%;
	}

	.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block .icon {
		width: 16px;
		height: 16px;
	}

	.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block .icon:before {
		width: 16px;
	}

	.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block .icon:after {
		height: 16px;
	}

	.contact-page-title .item-box .content-block .text-item span {
		font-size: 14px;
		/* line-height: 1.2; */
		line-height: 130%;
	}

	.contact-page-title .item-box .content-block .text-item p {
		font-size: 16px;
		line-height: 120%;
	}

	.contact-page-title .item-box .content-block .text-item {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.contact-page-title .item-box .content-block .text-item a.get-direction span {
		font-size: 16px;
		line-height: 120%;
	}

	.contact-page-title .item-box .content-block .text-item a.get-direction svg {
		width: 20px;
		height: 20px;
	}

	.contact-form .wrapper .text-block h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.contact-form .wrapper .text-block {
		width: 32.1%;
	}

	.contact-form .wrapper .form-block {
		width: 62%;
	}
	.image-with-content-section .inner-text h2 {
    	padding-right: 0;
	}
	.three-column-box-section.leadership-block .text p {
	    padding-right: 0;
	}
	.contact-form .wpcf7-form input[type="text"],
	.contact-form .wpcf7-form input[type="email"],
	.contact-form .wpcf7-form input[type="number"],
	.contact-form .wpcf7-form input[type="tel"],
	.contact-form .wpcf7-form select,
	.contact-form .wpcf7-form textarea {
		height: 60px;
		font-size: 16px;
		line-height: 1.4;
		background-size: 14px;
	}
	.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected {
		height: 60px;
		background-size: 14px;
	}
	.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected p,
	.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-selected {
		font-size: 16px;
        line-height: 1.4;
	}
	.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-options {
	    padding: 6px 12px;
	}
	.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-option p {
	    font-size: 16px;
	    line-height: 1.2;
	}
	.contact-form .wpcf7-form .row .col-6.select-item .ctm-dropdown .ctm-dropdown-option {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.contact-form .wpcf7-form textarea {
    	height: 96px;
	}
	.contact-form .wpcf7-form .row .col-6 span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
		font-size: 14px;
	}

	.contact-form .wpcf7-form .row .col-6 {
		width: calc(50% - 10px);
	}
	.contact-form .wpcf7-form .row .col-12,
	.contact-form .wpcf7-form .row .col-6 {
		margin-bottom: 15px;
	}
	.contact-form .wpcf7-form .row .col-12.agree-block {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.contact-form .wpcf7-form .row .col-12 label input[type="checkbox"] {
		width: 20px;
		height: 20px;
		transform: translateY(6px);
	}
	.contact-form .wpcf7-form .row .col-12 label .wpcf7-list-item-label {
		font-size: 16px;
		line-height: 28px;
		width: calc(100% - 20px);
		padding-left: 10px;
	}
	.ctm-grid-main .ctm-col:first-child {
	    width: 55%;
	}
	.ctm-grid-main .ctm-col:last-child {
	    width: 40%;
	}
	.ctm-grid-main {
	    flex-wrap: wrap;
	}
	.ctm-grid-main .latest-news-content .latest-news-title, .ctm-grid-main .latest-news-content .latest-news-title a {
	    font-size: 20px;
	    line-height: 1.4;
	}
	.ctm-grid-main .ctm-col:first-child .latest-news-item .latest-news-content {
	    padding-top: 15px;
	}
	.ctm-grid-main .latest-news-content .latest-news-excerpt {
	    margin-top: 15px;
	    font-size: 16px;
	    line-height: 24px;
	}
	.ctm-grid-main .latest-news-content .ctm-col:last-child .latest-news-title, .ctm-grid-main .ctm-col:last-child .latest-news-content .latest-news-title a {
	    font-size: 16px;
	    line-height: 22px;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.ctm-grid-main .latest-news-content .latest-news-date, .news-posts-grid .latest-news-item .latest-news-content .latest-news-date, .continue-reading .news-related-posts .related-news-content .related-news-date {
	    font-size: 12px;
	}
	.ctm-grid-main .latest-news-content .read-more span, .news-posts-grid .latest-news-item .latest-news-content .read-more span, .continue-reading .news-related-posts .related-news-content .related-news-action .read-more span {
	    font-size: 14px;
	}
	.ctm-grid-main .latest-news-content .news-action .read-more svg, .news-posts-grid .latest-news-item .latest-news-content .news-action .read-more svg, .continue-reading .news-related-posts .related-news-content .related-news-action .read-more svg {
	    width: 18px;
	    height: 18px;
	}
	.ctm-grid-main .ctm-col:first-child .latest-news-content .news-action, .news-posts-grid .latest-news-item .latest-news-content .news-action {
	    padding-top: 15px;
	    margin-top: 15px;
	    padding-bottom: 15px;
	}
	.ctm-grid-main .ctm-col:last-child .latest-news-item:not(:last-child) {
	    padding-bottom: 12px;
	    margin-bottom: 12px;
	}
	.news-posts-grid .latest-news-item {
	    padding: 10px;
	}
	.load-more-btn #load-more-news {
	    padding: 10px 30px;
	    font-size: 16px;
	    line-height: 1;
	}
	.load-more-btn {
		padding-top: 40px;
	}
	.tab-with-slider .tab-slider-inner {
	    padding-left: 5vw;
	}
	.tab-with-slider .text-link span {
	    font-size: 16px;
	    line-height: 1;
	}
	.tab-with-slider .for-mobile .title-with-text {
	    margin-top: 20px;
	}
	.tab-with-slider .for-mobile .title-with-text .text-link {
	    margin-top: 20px;
	}
	.tab-with-slider .for-mobile .title-with-text .text-link span {
	    font-weight: 500;
	}
	.tab-with-slider .for-mobile .title-with-text .text-link svg {
	    margin-left: 3px;
	}
	/* .tab-slider-inner .swiper-slide {
	    margin-right: 10px;
	} */
	.title-with-text .section-title .text-link {
	    margin-top: 15px;
	}
	/* .tab-with-slider .title-with-text {
	    margin-bottom: 40px;
	} */
	.tab-with-slider .tabs-nav li a {
	    font-size: 16px;
	    line-height: 1.2;
	}
	.tab-with-slider .tabs-nav li {
	    padding-right: 10px;
	    padding-top: 12px;
	    padding-bottom: 12px;
	}
	.tab-with-slider .swiper-buttons .nav-button svg, .tab-with-slider .tabs-nav li svg {
	    width: 12px;
	}
	.tab-with-slider .tabs-nav {
	    width: 33%;
	}
	.tab-with-slider .tabs-stage {
	    width: 67%;
	    padding-left: 50px;
	}
	/* .tab-with-slider .swiper-buttons {
	    padding-top: 20px;
	} */
	.tab-with-slider .swiper-buttons .nav-button {
	    width: 54px;
	    height: 36px;
	}
	.tab-with-slider .swiper-buttons .nav-button svg, .tab-with-slider .tabs-nav li svg {
	    width: 14px;
	}
	.tab-with-slider {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.quote-section .testimonial-details .quote-icon img {
	    width: 38px;
	    height: auto;
	}
	.hero-banner.news-hero .banner-content .news-title {
	    font-size: 36px;
	    line-height: 115%;
	    margin-top: 12px;
	}
	.hero-banner .banner-content .news-date, .hero-banner .banner-content .news-read-time {
	    font-size: 16px;
	    line-height: 16px;
	}
	.hero-banner .banner-content .news-date {
	    border-right: 1px solid #fff;
	    padding-right: 20px;
	    margin-right: 20px;
	}
	.hero-banner.news-hero .banner-content .news-title {
	    font-size: 36px;
	    line-height: 115%;
	    margin-top: 12px;
	}
	.hero-banner .banner-content .news-date, .hero-banner .banner-content .news-read-time {
	    font-size: 16px;
	    line-height: 16px;
	}
	.hero-banner .banner-content .news-date {
	    border-right: 1px solid #fff;
	    padding-right: 20px;
	    margin-right: 20px;
	}
	.news-content .news-content-wrapper p {
	    font-size: 18px;
	    line-height: 130%;
	    margin-bottom: 20px;
	}
	.news-content .news-content-wrapper :is(h2, h3) {
	    margin-bottom: 20px;
	}
	.news-content .news-content-wrapper ul li {
	    font-size: 18px;
	    line-height: 130%;
	}
	.news-content .news-content-wrapper ul li:not(:last-child) {
	    margin: 0 0 7px 0;
	}
	.news-content .news-content-wrapper > ul, .news-content .news-content-wrapper > ol {
	    margin-top: 0;
	}
	.news-content .news-content-wrapper ul li:before {
	    width: 4px;
	    height: 4px;
	}
	.news-posts-grid .latest-news-item .latest-news-content .latest-news-title, .news-posts-grid .latest-news-item .latest-news-content .latest-news-title a, .continue-reading .news-related-posts .related-news-content .related-news-title, .continue-reading .news-related-posts .related-news-content .related-news-title a {
	    font-size: 18px;
	    line-height: 24px;
	}
	.news-author .author-info {
	    margin-top: 28px;
	    padding-top: 20px;
	    align-items: center;
	}
	.news-author .author-info .author-avatar {
	    width: 60px;
	    height: 60px;
	}
	.news-author .author-info .author-details {
	    width: calc(100% - 60px);
	    padding-left: 20px;
	}
	.news-author .author-info .author-details strong {
	    font-size: 20px;
	    line-height: 130%;
	}
	.news-author .author-info .author-details p {
	    font-size: 16px;
	    line-height: 130%;
	}
	.continue-reading .section-title h2 {
	    font-size: 26px;
	    line-height: 130%;
	    margin-bottom: 30px;
	}
	.continue-reading .news-related-posts .related-news-content {
	    padding-top: 20px;
	}
	.continue-reading .news-related-posts .related-news-content .related-news-title {
	    font-size: 20px;
	    line-height: 24px;
	}
	.continue-reading .news-related-posts .related-news-item {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.continue-reading .news-related-posts {
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.continue-reading .news-related-posts .related-news-content .related-news-action .read-more svg {
	    width: 20px;
	    height: 20px;
	    margin-left: 2px;
	}
	.continue-reading .news-related-posts .related-news-content .related-news-action .read-more span {
	    font-size: 16px;
	}
	.continue-reading .news-related-posts .related-news-content .related-news-date {
    	font-size: 14px;
    	margin-top: 10px;
    	display: block;
	}
	.image-with-content-section .image-block {
    	padding-top: 2.2vw;
	}
	.image-with-content-section .image-block.two-column-img {
    	padding-top: 5vw;
	}
	.three-column-box-section.leadership-block .title-with-text {
    	margin-bottom: 5vw;
	}
	.contact-page-title {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.contact-page-title .title-with-text,
	.title-with-text {
		margin-bottom: 5vw;
	}
	.news-posts-grid {
	    display: flex;
	    flex-wrap: wrap;
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.news-posts-grid .latest-news-item {
	    width: 33.3333%;
	}
	.tab-with-slider,.continue-reading {
  		padding-top: 5vw;
  		padding-bottom: 5vw;
	}
	.contact-form .wpcf7-form textarea {
	    height: 96px;
	}
	.contact-form .wpcf7-form .row .col-12.submit-button .wpcf7-form-control {
	    font-size: 18px;
	    line-height: 1;
	    width: auto;
	    height: auto;
	    padding: 15px 60px 15px 30px;
	}
	.contact-form .wpcf7-form .row .col-12.submit-button svg {
	    width: 12px;
	    height: 12px;
	    right: 25px;
	}
	/* .tab-with-slider .title-with-text {
    	margin-bottom: 5vw;
	} */
	.title-with-text .section-title {
	    width: 28%;
	    padding-right: 15px;
	}
	.title-with-text .text {
	    width: 72%;
	}
	.news-posts-grid .latest-news-item .latest-news-content .latest-news-title, .continue-reading .news-related-posts .related-news-content .related-news-title {
		min-height: 72px;
	}
	.blog-section .latest-navs .slick-arrow,
	.regional-hub-sec .hub-navs .slick-arrow {
	    width: 54px;
	    height: 36px;
	    border-radius: 50px;
	}
	.blog-section .latest-navs .slick-arrow svg,
	.regional-hub-sec .hub-navs .slick-arrow svg {
		width: 14px;
	}
	.blog-section .latest-navs .slick-arrow.latest-next,
	.regional-hub-sec .hub-navs .slick-arrow.latest-next {
	    margin-left: 10px;
	}
	.blog-section .latest-navs,
	.regional-hub-sec .hub-navs {
	    margin-bottom: 20px;
	}
	.contact-form .form-block .custom-form input[type="text"], .contact-form .form-block .custom-form input[type="email"], .contact-form .form-block .custom-form input[type="number"], .contact-form .form-block .custom-form select, .contact-form .form-block .custom-form textarea {
	    font-size: 16px;
	    line-height: 1.4;
	    background-size: 14px;
	}
	.contact-form .form-block .custom-form input[type="text"], .contact-form .form-block .custom-form input[type="email"], .contact-form .form-block .custom-form input[type="number"], .contact-form .form-block .custom-form select {
	    height: 60px;
	}
	.contact-form .form-block .custom-form textarea {
	    height: 96px;
	    padding-top: 15px;
	}
	.contact-form .form-block .custom-form .row .col-6, .contact-form .form-block .custom-form .row .col-12 {
	    margin-bottom: 15px;
	}
	.contact-form .form-block .custom-form .row .col-6 {
	    width: calc(50% - 10px);
	}
	.contact-form .form-block .custom-form .row .col-12.checkbox {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.contact-form .form-block .custom-form .row .col-12.checkbox label:before {
	    width: 20px;
	    height: 20px;
	    top: 7px;
	    border-radius: 4px;
	}
	.contact-form .form-block .custom-form .row .col-12.checkbox label:after {
	    width: 20px;
	    height: 20px;
	    background-size: 10px;
		top: 7px;
	}
	.contact-form .form-block .custom-form .row .col-12.checkbox label {
	    font-size: 16px;
	    line-height: 28px;
	    padding-left: 40px;
	    padding-right: 0;
	}
	.contact-form .form-block .custom-form .row .col-12.checkbox input[type="checkbox"] {
	    width: 20px;
	    height: 20px;
	    transform: translateY(5px);
	}
	.contact-form .form-block .custom-form button[type="submit"] {
	    font-size: 18px;
	    line-height: 1;
	    width: 231px;
	    height: auto;
	    padding: 16px 28px 16px 30px;
	}
	.contact-form .form-block .custom-form button[type="submit"] svg {
	    width: 12px;
	    height: 12px;
	}
	.contact-form .form-block .custom-form .ctm-dropdown-selected {
	    font-size: 16px;
	    line-height: 1.4;
	    height: 60px;
	    background-size: 14px;
	}
	.ctm-dropdown-options {
	    padding: 0 12px;
	}
	.ctm-dropdown-options.show {
	    padding: 6px 12px;
	}
	.ctm-dropdown-options .ctm-dropdown-option {
	    padding-top: 15px;
	    padding-bottom: 15px;
	    font-size: 16px;
	    line-height: 1.2;
	}
	.contact-page-title .leadership-block.three-column-box-section .col-block .item-box {
		padding-bottom: 40px;
	}
	.our-products .title-with-text,
	.blog-section .title-with-text,
	.regional-hub-sec .title-with-text,
	.tab-with-slider .title-with-text{
    	margin-bottom: 60px;
	}
	.legal-page-heading, .legal-page-content {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.legal-page-content .legal-sidebar .legal-nav-list .legal-nav-item {
	    margin-bottom: 20px;
	}
	.legal-page-heading .legal-main-description {
	    font-size: 16px;
	}
	.legal-page-content .legal-sidebar .legal-nav-list .legal-nav-item a {
	    font-size: 16px;
	}
	.legal-page-content .legal-sidebar .legal-nav-list .legal-nav-item {
		 padding-right: 25px;
	}
	.legal-page-content .legal-main-content ol li h2, .legal-page-content .legal-main-content .legal-section-content > ol > li:before {
	    font-size: 26px;
	}
	.legal-main-content ol > li, .legal-main-content ol li p {
	    font-size: 16px;
	    line-height: 130%;
	}
	.legal-main-content ol li p {
	    margin-bottom: 15px;
	}
	.legal-main-content ol > li {
	    margin-bottom: 25px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li ol li, .legal-page-content .legal-main-content .legal-section-content > ol > li ol li:before {
	    font-size: 16px;
	    line-height: 130%;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol li {
	    font-size: 16px;
	    line-height: 130%;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li {
	    margin-bottom: 15px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li ol {
	    padding-left: 35px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li:before {
	    left: -35px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li:before {
	    left: -40px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol {
	    padding-left: 40px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li ol li ol {
	    margin-top: 15px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol > li::before {
	    left: -40px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol li ol li ol li:before {
	    top: -1px !important;
	}
	.legal-page-content .legal-main-content ol li h3 {
	    font-size: 16px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li ol li ol {
	    padding-left: 30px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li ol li ol li:before {
	    left: -30px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol li ol li ol li ol li:before {
	    left: -30px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol > li > ol {
	    padding-left: 50px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol > li > ol > li:before {
	    left: -50px;
	}
	.legal-page-content .legal-main-content table th {
	    font-size: 16px;
	}
	.legal-page-content .legal-main-content table td {
	    font-size: 16px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol li {
    	margin-bottom: 15px;
	}
	.contact-form .form-block .custom-form .field-error {
	    font-size: 0.938vw;
	    line-height: 130%;
	    color: #EA3934;
	    margin-top: 0.521vw;
	}
	.contact-form .form-block .custom-form .row .col-6 #pf_phone {
	    height: 60px;
	    font-size: 16px;
	    line-height: 1.4;
	}
	.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list {
	    width: 266px;
	    padding: 6px 12px !important;
	}
	.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list .iti__country {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list .iti__country .iti__country-name, .iti__country-list .iti__country .iti__dial-code {
	    font-size: 16px;
	    line-height: 1.2;
	}
	.contact-form .form-block .custom-form .field-error {
	    font-size: 14px;
	}
	.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__selected-flag {
	    font-size: 16px;
	    line-height: 1.4;
	}
	.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list .iti__divider {
	    padding-bottom: 0;
	    margin-bottom: 0;
	    border: 0;
	}
	#pf-success-message {
	    font-size: 16px;
	    line-height: 28px;
	    color: #333;
	}
	.footer-social{
		padding-top: 50px;
	}
	.footer-social ul{
		justify-content: space-between;
	}
	.footer-social ul li:last-child{
		margin-right: 0
	}
	.footer-social ul li a {
	    font-size: 12px;
	    line-height: 16px;
	}
	.site-footer .site-info {
	    padding-top: 35px;
	    margin-top: 30px;
	}
	.footer-social ul li a img {
	    width: 12px;
	    height: 12px;
	    margin-left: 6px;
	}
    .strcoll-to-top a {
        display: inline-block;
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }
    .strcoll-to-top a svg {
        width: 100%;
        height: 100%;
    }
    .hero-banner .banner-scroll a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    font-size: 16px;
	    line-height: 130%;
	    column-gap: 10px;
	}
	.hero-banner .banner-scroll a svg {
	    width: 18px;
	}
	.product-page-section .title-with-text {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:991px) {
	.product-page-section .title-with-text {
		margin-bottom: 50px;
	}
	.blog-section .latest-navs,
	.regional-hub-sec .hub-navs {
		display: none !important;
	}
	.container {
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.for-desktop {
		display: none !important;
	}
	.header-main .primary-navigation>ul>li.current-menu-item>a:after,
	.header-main .primary-navigation>ul>li>a:hover:after,
	.header-main .primary-navigation>ul>li.current-menu-item>a:after,
	.header-main .primary-navigation>ul>li>a:after {
		width: 100%;
		display: none;
	}
	.title-with-text .section-title {
    	margin-bottom: 20px;
	}
	.menu-toggle {
		width: 32px;
        height: 32px;
        margin: 0;
        padding: 0;
		margin-right: -8px;
		margin-top: 3px;
	}
	.menu-toggle span {
	    height: 1px;
	}
	.menu-toggle span:nth-child(2) {
	    top: 15px;
	}
	.menu-toggle span:nth-child(1) {
	    top: 9px;
	}
	.menu-toggle span:nth-child(3) {
	    top: 21px;
	}
	.menu-toggle span {
	    width: 20px;
	}
	.primary-navigation {
		position: fixed;
        left: 0;
        width: 100%;
        height: 100vh;
        top: -100vh;
        background-color: #333;
        z-index: 9;
        padding: 20px 20px 35px 20px;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        overflow: hidden auto;
        opacity: 0;
	}
	.primary-navigation:has(.menu-open) {
		top: 0;
		opacity: 1;
	}

	.main-navigation {
		padding: 15px 0;
	}

	.site-branding img {
		width: 85px;
	}

	body.overflow-hidden {
		overflow: hidden;
	}

	.menu-header {
		margin-bottom: 26px;
	}
	
	.ctm-dropdown-selected {
        transition: all 0.3s ease;
    }

    /* Add arrow indicator with rotation animation - MOBILE ONLY */

    /* Rotate arrow when dropdown is active - MOBILE ONLY */
    .ctm-dropdown-selected.active::after {
        transform: translateY(-50%) rotate(180deg);
    }

    /* Mobile dropdown with animations */
    .ctm-dropdown-options {
        position: relative;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease-in-out;
        display: block; /* Always block on mobile for animation */
    }

    /* Show dropdown with animation - MOBILE ONLY */
    .ctm-dropdown-options.show {
        max-height: 350px;
        opacity: 1;
        transform: translateY(0);
    }

    /* Mobile hover effects */
    .ctm-dropdown-option:hover {
        background-color: #f8f9fa;
    }
	.header-main .nav-menu {
		display: block;
		-webkit-clip-path: inset(0% 0% 0% 0%) !important;
		clip-path: inset(0% 0% 0% 0%) !important;
	}

	.header-main .primary-navigation>ul>li {
		display: block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		width: 100;
	}

	.header-main .primary-navigation>ul>li>a {
		width: 100%;
		color: #FFF;
		font-size: 20px;
		font-weight: 400;
		line-height: 130%;
		/* 26px */
	}

	.header-main .primary-navigation>ul>li {
		width: 100%;
		margin: 0;
		padding: 30px 0;
		border-top: 0;
		border-bottom: solid 1px #fff;
	}


	.header-main .primary-navigation>ul>li:nth-last-child(-n+2) {
		border: 0;
		padding-bottom: 0;
	}

	.primary-navigation .banner-link {
		padding-top: 50px;
	}

	.primary-navigation .banner-link ul li a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		color: #FDFDFD;
		text-align: right;
		font-size: 16px;
		line-height: 16px;
		position: relative;
		/* 100% */
	}

	.primary-navigation .banner-link ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		row-gap: 0;
		position: relative;
	}
	.primary-navigation .banner-link ul li:last-child {
	    position: absolute;
	    bottom: 0;
	    right: 0;
	}
	.banner-link ul li:not(:last-child) {
		width: 100%;
		padding: 10px 0;
	}

	.banner-link ul li:not(:last-child) {
		margin-bottom: 0;
	}

	.banner-link ul li:last-child {
		border-radius: 64px;
		border: 0.5px solid var(--white-smoke);
		padding: 3px 10px 7px;
	}

	.banner-link ul li:last-child a {
		font-size: 12px;
		line-height: 14px;
	}
	.quote-section .testimonial-img {
	    position: relative;
	    padding-bottom: 126.77%;
	}
	.quote-section .testimonial-img img {
	    position: absolute;
	}
	.lang-item.lang-item-ar {
		display: none !important;
	}
	.hero-banner:before {
	    height: 50%;
	}
	section {
		margin: 48px 0
	}

	.h1,
	h1 {
		font-size: 31px;
		line-height: 115%;
		margin-bottom: 20px;
	}

	.pt-96 {
		padding-top: 48px;
	}

	.pb-96 {
		padding-bottom: 48px;
	}

	.site-footer {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.hero-banner .banner-content p {
		margin-top: 20px;
	}

	.hero-banner .banner-content {
		padding-bottom: 48px;
	}

	.title-with-text .section-title,
	.title-with-text .text {
		width: 100%;
		padding: 0;
	}

	.title-with-text .section-title > span {
		font-size: 26px;
		line-height: 130%;
		font-weight: 500;
		margin-bottom: 0;
		display: block;
		width: 210px;
	}

	.title-with-text,.contact-page-title .title-with-text, .title-with-text {
		margin-bottom: 48px;
	}

	.three-column-box-section .wrapper .col-block {
		width: 100%;
	}


	.hero-banner .banner-content .banner-link {
		display: none;
	}

	.blog-section .blog-wrapper .col-block .blog-item .blog-content {
		padding: 20px 15px;
	}

	.quote-section .wrapper .left-col,
	.quote-section .wrapper .right-col {
		width: 100%;
	}

	.job-board-section .section-title span br {
		display: none;
	}

	.site-footer .site-info {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.footer-wrapper .footer-widgets,
	.footer-wrapper .footer-form {
		width: 45%;
	}

	.leadership-block.three-column-box-section .leadership-description p {
		font-size: 1.1vw;
		line-height: 1.6vw;
	}

	.leadership-block.three-column-box-section .wrapper .col-block {
		width: 50%;
	}

	.product-tabs .tab-content {
		display: block !important;
	}

	.product-tabs .left-menu {
		display: none !important;
	}

	.product-tabs .tab-content-wrapper {
		width: 100%;
	}

	.product-tabs .tab-content-wrapper .tab-content {
		width: 100%;
	}

	.product-tabs .tab-content .know-more {
		margin-left: auto;
	}

	.product-tabs .tab-content-wrapper .tab-content:not(:first-child) {
		margin-top: 40px;
	}

	.product-tabs .tab-content h3 {
		font-size: 20px;
		line-height: 122%;
	}

	.product-tabs .tab-content p {
		font-size: 18px;
		line-height: 130%;
	}

	.product-tabs .tab-content-wrapper .tab-content .btn-block {
		margin-top: 15px;
		display: flex;
		justify-content: flex-end;
	}

	.product-tabs .tab-content .know-more span {
		position: relative;
	}

	.product-tabs .tab-content .know-more span:before {
		width: 100%;
		top: 107%;
	}
	.three-column-box-section .wrapper .col-block .item-box h3 {
	    margin-bottom: 20px;
	}
	.our-products .title-with-text, .blog-section .title-with-text, .regional-hub-sec .title-with-text {
	    margin-bottom: 35px;
	}
	.blog-section .blog-wrapper {
	    padding-top: 0;
	}
	.ctm-grid-main .ctm-col:first-child,.ctm-grid-main .ctm-col:last-child {
	    width: 100%;
	}
	.ctm-col .latest-news-image a {
	    display: flex;
	    align-items: center;
	}
	.ctm-grid-main .ctm-col:first-child .latest-news-content .latest-news-title,
	.ctm-grid-main .ctm-col:first-child .latest-news-content .latest-news-title a,
	.ctm-grid-main .latest-news-content .latest-news-title{
		display: unset;
	    -webkit-line-clamp: unset;
	    -webkit-box-orient: unset;
	    overflow: unset;
	}
	.ctm-grid-main .ctm-col:first-child .latest-news-content .latest-news-title,
	.ctm-grid-main .ctm-col:first-child .latest-news-content .latest-news-title a,
	.ctm-grid-main .latest-news-content .latest-news-title, 
	.ctm-grid-main .latest-news-content .latest-news-title a,
	.ctm-grid-main .latest-news-content .ctm-col:last-child .latest-news-title, 
	.ctm-grid-main .ctm-col:last-child .latest-news-content .latest-news-title a,
	.news-posts-grid .latest-news-content .latest-news-title a,
	.news-posts-grid .latest-news-item .latest-news-content .latest-news-title, 
	.news-posts-grid .latest-news-item .latest-news-content .latest-news-title a, 
	.continue-reading .news-related-posts .related-news-content .related-news-title, 
	.continue-reading .news-related-posts .related-news-content .related-news-title a {
	    font-size: 20px;
	    line-height: 24px;
	}
	.ctm-grid-main .latest-news-content .latest-news-excerpt {
		display: none;
	}
	.ctm-grid-main .ctm-col .latest-news-item .latest-news-content,
	.news-posts-grid .latest-news-content {
	    padding-top: 20px;
	}
	.ctm-grid-main .ctm-col .latest-news-content .news-action, 
	.news-posts-grid .latest-news-item .latest-news-content .news-action,
	.news-posts-grid .latest-news-content .news-action {
	    margin-top: 20px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.ctm-grid-main .ctm-col:last-child .latest-news-item,
	.news-posts-grid .latest-news-item {
	    padding-top: 20px;
	}
	.ctm-grid-main .ctm-col .latest-news-content .news-action,
	.news-posts-grid .latest-news-content .news-action {
	    border-top: 1px solid #A3A4A5;
	}
	.ctm-grid-main .latest-news-content .latest-news-date, 
	.news-posts-grid .latest-news-item .latest-news-content .latest-news-date, 
	.continue-reading .news-related-posts .related-news-content .related-news-date {
	    font-size: 14px;
	}
	.ctm-grid-main .latest-news-content .read-more span, 
	.news-posts-grid .latest-news-item .latest-news-content .read-more span, 
	.continue-reading .news-related-posts .related-news-content .related-news-action .read-more span {
	    font-size: 16px;
	}
	.ctm-grid-main .ctm-col:first-child .latest-news-content .news-action, .news-posts-grid .latest-news-item .latest-news-content .news-action {
	    padding-top: 20px;
	    margin-top: 20px;
	    padding-bottom: 20px;
	}
	.ctm-grid-main .ctm-col:last-child .latest-news-item:not(:last-child) {
	    padding-bottom: 0;
	    margin-bottom: 0;
	}
	.news-posts-grid .latest-news-item {
	    padding-right: 0;
	    padding-left: 0;
	    padding-bottom: 0;
	}
	.load-more-btn #load-more-news {
	    font-size: 18px;
	    line-height: 1;
	    padding: 15px 24px;
	}
	.load-more-btn {
	    padding-top: 40px;
	}
	.image-with-content-section .image-block.two-column-img img:first-child {
	    display: none;
	}
	.image-with-content-section .image-block img {
	    width: 100%;
	}
	.image-with-content-section .image-block.two-column-img img {
	    width: 100%;
	}
	.image-with-content-section .image-block {
	    padding-top: 0;
        margin-top: 36px;
        padding-bottom: 130.32%;
	}
	.image-with-content-section .image-block img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.slider-section.pt-96.pb-96 {
	    padding-top: 0;
	    background-color: #fff;
	}
	.slider-section .timeline-mobile .timeline-block h2 {
	    font-size: 32px;
	    line-height: 39px;
	    color: #EA3934;
	    font-weight: 500;
	    margin: 0 0 20px 0;
	}
	.slider-section .timeline-mobile .timeline-block h3 {
	    font-size: 22px;
	    line-height: 130%;
	    font-weight: 500;
	    margin: 0 0 10px 0;
	}
	.slider-section .timeline-mobile .timeline-block p {
	    font-size: 16px;
	}
	.timeline-mobile .timeline-block:not(:last-child) {
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	    border-bottom: 1px solid #B7B8B8;
	}
	.news-content {
		padding-top: 5vw;
	}
	.news-content .news-content-wrapper, .news-author .author-info {
	    max-width: 100%;
	}
	.continue-reading {
	    background-color: #F6F6F6;
	    padding-top: 48px;
	    padding-bottom: 48px;
	}
	.news-author {
	    padding-bottom: 48px;
	}
	.continue-reading .news-related-posts .related-news-item {
	    width: 100%;
	    padding-left: 0;
	    padding-right: 0;
	}
	.continue-reading .news-related-posts {
    	margin-left: 0;
    	margin-right: 0;
	}
	.continue-reading .news-related-posts .related-news-item .related-news-image a {
	    position: relative;
	    padding-bottom: 129%;
	    display: flex;
	}
	.continue-reading .news-related-posts .related-news-item .related-news-image a img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	.continue-reading .section-title h2 {
	    margin-bottom: 35px;
	}
	.continue-reading .news-related-posts .related-news-content {
	    padding-top: 30px;
	}
	.hero-banner.news-hero .banner-content .news-title {
	    font-size: 32px;
	    max-width: 100%;
	}
	.news-hero .title-block {
		padding-top: 30px;
	}
	.news-content {
	    padding-top: 0px;
	}
	.news-content .news-content-wrapper ul li:before {
	    top: 10px;
	    transform: translateY(0);
	    left: 11px;
	}
	.news-hero .title-block .news-date {
	    font-size: 16px;
	    line-height: 1;
	    margin-bottom: 10px;
	}
	.news-hero .title-block .news-title {
	    font-size: 36px;
	    line-height: 44px;
	    margin-bottom: 30px;
	}
	.news-content .news-content-wrapper ul li {
	    padding-left: 26px;
	}
	.news-content .news-content-wrapper :is(ul, ol) {
	    margin-bottom: 20px;
	}
	.ctm-grid-main .latest-news-content .ctm-col:last-child .latest-news-title,
	.ctm-grid-main .ctm-col:first-child .latest-news-content .latest-news-title a, 
	.ctm-grid-main .ctm-col:last-child .latest-news-content .latest-news-title a,
	.news-posts-grid .latest-news-item .latest-news-content .latest-news-title, .news-posts-grid .latest-news-item .latest-news-content .latest-news-title a, .continue-reading .news-related-posts .related-news-content .related-news-title, .continue-reading .news-related-posts .related-news-content .related-news-title a{
		display: unset;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
		overflow: unset;
		text-overflow: unset;
	}
	.continue-reading .news-related-posts .related-news-content .related-news-action {
	    margin-top: 20px;
	    padding-top: 25px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.continue-reading .news-related-posts .related-news-content .related-news-action .related-news-date.for-mobile {
	    margin-top: 0;
	    font-size: 14px;
	    line-height: 14px;
	    color: #848789;
	}
	.continue-reading .news-related-posts .related-news-item:not(:first-child) {
	    padding-top: 40px;
	}
	.three-column-box-section.leadership-block .title-with-text {
        margin-bottom: 48px;
    }
    .ctm-grid-main .ctm-col:first-child .latest-news-image a, .ctm-grid-main .ctm-col:last-child .latest-news-item .latest-news-image a,.news-posts-grid .latest-news-item .latest-news-image a, .continue-reading .news-related-posts .related-news-item .related-news-image a {
	    padding-bottom: 128%;
	}
	.ctm-grid-main .ctm-col:last-child .latest-news-item:not(:last-child) {
	    border: 0;
	    flex-wrap: wrap;
	}
	.ctm-grid-main .ctm-col:last-child .latest-news-item .latest-news-image,.ctm-grid-main .ctm-col:last-child .latest-news-item .latest-news-content {
	    width: 100%;
	}
	.news-posts-grid .latest-news-item {
	    width: 100%;
	}
	.ctm-grid-main .ctm-col:last-child .latest-news-item {
	    flex-wrap: wrap;
	}
	.ctm-grid-main .ctm-col:first-child .latest-news-item .latest-news-content, .ctm-grid-main .ctm-col:last-child .latest-news-item .latest-news-content,.news-posts-grid .latest-news-item .latest-news-content, .continue-reading .news-related-posts .related-news-content {
	    padding-top: 30px;
	}
	.ctm-grid-main .ctm-col:last-child .latest-news-item .latest-news-content {
	    padding-left: 0;
	}
	.news-posts-grid {
	    margin-left: 0;
	    margin-right: 0;
	}
	.three-column-box-section.our-products.bg-light-grey {
	    background-color: #fff;
	}
	.three-column-box-section.our-products.bg-light-grey.pt-96 {
	    padding-top: 0;
	}
	.three-column-box-section .wrapper .col-block .item-box .image-wrapp {
		margin-bottom: 30px;
		padding-bottom: 139%;
	}
	.blog-section.blog-slider {
    	background-color: #f7f7f7;
	}
	.current-openings-list .btn-opent-role .btn {
    	font-size: 18px;
    	line-height: 1;
    	padding: 15px 24px 15px 30px;
	}
	.current-openings-list .btn-opent-role {
    	margin-top: 20px;
	}
	.product-tabs .tab-content .image-box {
    	margin-bottom: 30px;
    	padding-bottom: 128%;
        position: relative;
	}
	.product-tabs .tab-content img {
        margin-bottom: 0;
    }
    .product-tabs .tab-content .image-box img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.contact-page-title {
	    padding-top: 48px;
	    padding-bottom: 48px;
	}
	.contact-form .wrapper .text-block,.contact-form .wrapper .form-block {
	    width: 100%;
	}
	.contact-form .wrapper .text-block h2 {
	    font-size: 26px;
	    line-height: 130%;
	}
	.contact-form .wrapper .text-block {
	    margin-bottom: 40px;
	}
	.tab-with-slider .tabs-stage {
	    width: 100%;
	    padding-left: 0;
	}
	.tab-with-slider .tabs-nav {
	    width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 10px;
	}
	.tab-with-slider .tabs {
	    flex-wrap: wrap;
	}
	.tab-with-slider, .continue-reading {
	    padding-top: 48px;
	    padding-bottom: 48px;
	}
	.tab-with-slider .title-with-text {
	    margin-bottom: 0;
	}
	.tab-with-slider .tab-slider-inner {
	    padding-left: 4vw;
	}
	.tab-with-slider .tabs-nav li {
	    width: auto;
	    border: 0 !important;
	    padding: 0;
	}
	.tab-with-slider .swiper-buttons .nav-button svg, .tab-with-slider .tabs-nav li svg {
	    display: none;
	}
	.tab-with-slider .tabs-nav li a {
	    white-space: nowrap;
	    padding: 10px 20px;
	    border: 1px solid #333333;
	    border-radius: 100px;
	}
	.tab-with-slider .tabs-nav li {
	    margin-right: 10px;
	}
	.tab-with-slider .tabs-nav li.tab-active a {
	    border-color: #EA3934;
	    background-color: #EA3934;
	    color: #fff;
	}
	.news-posts-grid .latest-news-item .latest-news-content .latest-news-title, .continue-reading .news-related-posts .related-news-content .related-news-title {
		min-height: auto;
	}
	.legal-page-content .legal-content-wrapper .legal-sidebar {
	    width: 100%;
	    position: inherit;
	}
	.legal-page-content .legal-content-wrapper .legal-main-content {
	    width: 100%;
	}
	.legal-page-heading {
	    padding-top: 70px;
	}
	.legal-page-heading .legal-main-description {
	    font-size: 18px;
	    margin-top: 20px;
	}
	.legal-page-heading {
	    padding-bottom: 25px;
	}
	.legal-page-content {
	    padding-top: 25px;
	    padding-bottom: 50px;
	}
	.legal-page-content .legal-sidebar .legal-nav-list .legal-nav-item a {
	    font-size: 18px;
	}
	.legal-page-content .legal-sidebar .legal-nav-list .legal-nav-item {
	    padding-right: 0;
	}
	.legal-page-content .legal-content-wrapper .legal-main-content {
	    margin-top: 30px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol li {
	    margin-bottom: 15px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li ol li ol {
	    padding-left: 0;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li ol li ol li:before {
	    left: -35px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol > li > ol {
	    padding-left: 0;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li > ol > li > ol > li > ol > li:before {
	    left: -35px;
	}
	.legal-table {
	    overflow-x: auto;
	    margin-top: 15px;
	}
	.legal-page-content .legal-main-content .legal-section-content > ol > li ol {
   	 	padding-left: 0;
	}
	.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list {
	    width: 343px;
	    max-height: 300px;
	}
	.contact-form .form-block .custom-form .field-error {
		margin-top: 10px;
	}
	.product-tabs .tab-content .content {
    	width: 100%;
	}
	.product-tabs .tab-content .title-block {
		display: none;
	}
	.product-tabs .tab-content h3 {
	    color: #EA3934;
	}
	.product-tabs .tab-content .know-more svg path {
	    fill: #EA3934;
	}
	.product-tabs .tab-content {
	    border-bottom: 0;
	}
	.product-tabs .tab-content .content .content-block {
	    padding-bottom: 0;
	}
	.product-tabs .tab-content .content {
	    height: auto !important;
	}
}
@media only screen and (min-width: 768px) {
	.site-footer .site-info .copyright-text br {
	    display: none;
	}
}
@media only screen and (max-width:767px) {
	.hero-banner .banner-content .banner-scroll {
    	display: none;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.regional-hub-sec .title-with-text {
	    margin-bottom: 36px;
	}
	.hero-banner {
		height: 90vh;
	}

	.hero-banner .banner-content p br {
		display: none;
	}

	.connter-wrapp .col {
		width: 100%;
	}

	.connter-wrapp {
		margin-top: 36px;
	}
	.connter-wrapp .connter-text h3 {
	    border-bottom: 0;
	}
	.connter-wrapp .connter-text {
	    border-bottom: 1px solid #B7B8B8;
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	}
	.connter-wrapp .col:last-child .connter-text {
	    padding-bottom: 0;
	    margin-bottom: 0;
	    border-bottom: 0;
	}
	.about-section  .connter-wrapp {
	    margin-bottom: 0;
	}
	.connter-wrapp .col {
	    margin-bottom: 0;
	}
	.connter-wrapp .connter-text h3 {
		line-height: 60px;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.contact-form .wpcf7-form .row:nth-child(4) {
    	flex-direction: column-reverse;
	}
	.quote-section .testimonial-details {
		padding: 30px 20px;
	}

	.blog-section .blog-wrapper .col-block .blog-item {
		background-color: transparent;
	}

	.blog-section .blog-wrapper .col-block .blog-item .blog-content {
		padding: 20px 0 0 0;
	}

	.openings-wrapper .openings-row .content-left h4 {
		width: 100%;
	}

	.openings-wrapper .openings-row .content-left .department {
		width: 100%;
		display: block;
		margin-bottom: 25px;
	}

	.openings-wrapper .openings-row {
		display: block;
	}

	.openings-wrapper .openings-row .content-left {
		display: block;
		width: 100%;
	}
	.openings-wrapper .openings-row .btn-apply {
	    width: 100%;
	    justify-content: start;
	}
	.openings-wrapper .openings-row {
	    padding: 40px 0 51px 0	;
	}
	.openings-wrapper .openings-row .content-left h4 {
	    margin: 0 0 5px 0;
	    font-size: 20px;
        line-height: 130%;
        font-weight: 500;
	}
	.job-board-section .current-openings-list h3 {
	    font-size: 22px;
	    line-height: 130%;
	    font-weight: 500;
	    margin-bottom: 20px;
	}
	.current-openings-list .title {
	    margin-bottom: 0;
	}

	.footer-wrapper .footer-widgets,
	.footer-wrapper .footer-form {
		width: 100%;
	}

	.footer-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-wrapper .footer-widgets {
		padding-right: 60px;
		margin-bottom: 30px;
	}

	.footer-col-main {
		margin-bottom: 18px;
	}

	.site-footer .site-info {
		margin-top: 40px;
		padding-top: 40px;
		gap: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
	.site-info>div,
	.site-info nav {
		width: auto;
	}
	.site-footer .site-info > div:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
	}
	.site-footer .site-info div:nth-child(3) {
		width: calc(100% - 100px);
		padding-right: 15px;
	}
	nav.footer-navigation {
		-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100px;
	}
	.footer-nav-menu {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.footer-nav-menu {
	    gap: 0;
	}
	.hero-banner.inner-bannenr {
		min-height: calc(100vh - 60px);
	}

	.leadership-block.three-column-box-section .wrapper .col-block {
		width: 100%;
	}

	.inner-bannenr .banner-text {
		max-width: 100%;
	}

	.contact-page-title{
		background-color: var(--white);
	}

	.contact-page-title .leadership-block .item-box .content-block {
		height: 100% !important;
	}

	.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block .icon {
		display: none;
	}

	.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block h3 {
		width: 100%;
	}

	.contact-page-title .col-block {
		padding: 0;
	}

	.contact-page-title .wrapper {
		margin: 0;
	}

	.contact-page-title .leadership-block.three-column-box-section .wrapper .col-block {
		padding: 0;
	}

	.contact-page-title .leadership-block.three-column-box-section .wrapper .col-block:not(:first-child) {
		padding-top: 30px;
	}

	.contact-page-title .leadership-block.three-column-box-section .leadership-title-area .title-block {
		padding-top: 30px;
	}
	.three-column-box-section .wrapper .col-block .item-box .leadership-title-area  h3 {
	    margin-bottom: 0;
	}
	.leadership-title-area .animate-icon .line {
	    background-color: #EA3934;
	}
	.footer-wrapper .footer-widgets h3 {
	    font-size: 22px;
	    line-height: 130%;
	}
	.strcoll-to-top, .strcoll-to-top svg {
    	width: 48px;
    	height: 48px;
	}
	.footer-form .wpcf7 form.invalid .wpcf7-response-output {
	    font-size: 12px;
	    line-height: 1;
	    padding: 5px;
	    margin: -10px 0 10px;
	}
	.footer-form .wpcf7 form.sent .wpcf7-response-output {
    	margin: -5px 0 10px 0;
	}
	.contact-page-title .leadership-block.three-column-box-section .leadership-title-area {
	    padding-bottom: 0;
	}
	/* .contact-page-title .three-column-box-section.leadership-block .col-block:not(:first-child) {
	    margin-top: 40px;
	} */
	.contact-page-title .item-box .content-block .text-item a.get-direction span {
	    color: #63666A;
	}
	.contact-page-title .item-box .content-block .text-item a.get-direction span:before {
	    background-color: #63666A;
	}
	.contact-page-title .three-column-box-section .wrapper .col-block .item-box .image-wrapp {
	    padding-bottom: 144.35%;
	}
	.contact-form .wpcf7-form .row .col-6 {
	    width: 100%;
	}
	.contact-form .wpcf7-form .row .col-6.select-item:nth-child(1) {
		margin-bottom: 18px !important;
	}
	.contact-form .wpcf7-form .row .col-6.select-item:nth-child(2) {
		margin-bottom: 3px !important;
	}
	.contact-form .wpcf7-form .row {
	    flex-wrap: wrap;
	}
	.contact-form .form-block .custom-form .row {
	    flex-wrap: wrap;
	}
	.contact-form .form-block .custom-form .row .col-6 {
	    width: 100%;
	}
	.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list {
	    width: 535px;
	}
}
@media only screen and (max-width:575px) {
	.hero-banner .banner-content h1 br {
		display: none;
	}

	.blog-section .blog-wrapper .slick-list {
		padding-right: 30px;
	}

	.blog-section .blog-wrapper .col-block .blog-item .image-wrapp {
		padding-bottom: 137%;
	}

	.regional-hub-sec .wrapper .slick-list {
		padding-right: 40px;
	}

	.regional-hub-sec .hub-item .image-wrapp {
		padding-bottom: 144.395%;
	}

	.regional-hub-sec .hub-item h3 {
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		text-align: left;
		color: #333;
		font-size: 20px;
		line-height: 26px;
		margin-top: 20px;
		margin-bottom: 0;
		font-weight: 500;
	}
	.contact-form .form-block .custom-form .row .col-6 .iti--allow-dropdown .iti__country-list {
    	width: 335px;
	}
	.footer-col-main .btn-submit input[type="submit"]{
		font-size: 11px;
		line-height: 1.1;
        padding: 7px 32px 7px 17px;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(20px);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}