@import url('../fonts/font.css');

:root {
	--primary-color: #03033c;
	--secondary-color: #18304b;
	--text-color: #6f7f90;
/* 	--text-color: #acc3e5; */
	--primary-font: 'Poppins', sans-serif;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none !important;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: #4169e1;
	display: inline-block;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
ul li,
ol li {
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:focus,
a:active {
	outline: none !important;
	text-decoration: none;
}

ul li,
ol li {
	list-style-type: none;
}

img {
	max-width: 100%;
	display: block;
}

body {
	margin: 0;
	font-family: var(--primary-font);
	font-size: 15px;
	line-height: 27px;
	color: var(--text-color);
	font-weight: 400;
}

.container {
	max-width: 1330px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.yellow {
	background-color: #FFF8E8;
}

.gray {
	background-color: #F5F6F6;
}

.pink {
	background-color: #FFF5EF;
}

.dark-gray {
	background-color: #F2EEEA;
}

.d-flex,
.menu-main,
.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-main {
	width: 70%;
}

.navbar .header-menu .menu-item-has-children a:after {
	display: none;
}

.navbar {
	padding: 15px 0;
	background: #ffffff;
/* 	height: 85px; */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
	box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.site-header {
	position: relative;
	z-index: 999;
}

.navbar .logo {
	width: 100%;
	max-width: 170px;
	padding: 0 5px 0 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navbar .logo svg path,
.menu-full svg rect {
	fill: #122f48;
}

.search-main {
	width: 30%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.dropdown-menu a:hover,
.mega-links a:hover {
	background-size: 100% 96%;
}

.sub-menu a {
	margin: 0 25px 8px;
}

/* .dropdown-menu .menu-item, .mega-links .menu-item {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
  background-size: 100% 96%;
  background-size: 0 96%;
  transition: .35s cubic-bezier(.215,.61,.355,1);
  display: inline-block;
} */
.sub-menu {
	padding: 21px 0;
}

.mega-menu .col {
	padding: 0 15px;
	width: 100%;
}

.mega-links {
	padding-top: 15px;
}

.navbar .header-menu li.menu-item-has-children a {
	position: relative;
}

.menu-btn svg rect {
	fill: var(--primary-color);
}

.menu-btn {
	position: relative;
	display: none;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 2;
}

.navbar .header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
/* 	width: 96%; */
	margin-left: 28px;
}

.navbar ul li {
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.navbar ul li .arrow {
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar .menu-item-has-children {
	position: relative;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar.fixed-top {
	-webkit-animation: slide-in 400ms ease-out;
	animation: slide-in 400ms ease-out;
}

/* slide down keyframe */

@-webkit-keyframes slide-in {
	from {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slide-in {
	from {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.menu-item-has-children a:after {
	content: "\2192";
	margin-left: 5px;
	position: absolute;
	right: 25px;
	color: var(--primary-color);
}

.navbar .sub-menu,
.menu-right {
	position: absolute;
	background: #fdfdfc;
	width: 270px;
	line-height: 30px;
	top: 47px;
	left: 0;
	opacity: 0;
	z-index: 2;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
	box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.navbar .menu-right {
	top: 0;
	left: 100%;
}

.navbar .header-menu a {
	font-weight: 500;
	color: var(--secondary-color);
	font-size: 14px;
	letter-spacing: .03em;
	margin-bottom: 8px;
	display: block;
}

.navbar .header-menu li.current-menu-item > a {
	color: var(--primary-color);
}

.navbar .header-menu > li > a {
	padding: 0 25px;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: .03em;
	margin-bottom: 0;
	font-weight: 400;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.navbar .menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}

.navbar .dropdown-right:hover .menu-right {
	left: 100%;
	opacity: 1;
	visibility: visible;
}

.navbar .mega-menu {
	position: absolute;
	left: 0;
	width: 100%;
	top: 65px;
	opacity: 0;
	z-index: 6;
	visibility: hidden;
	background: #fdfdfc;
	-webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
	box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
	-webkit-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
	-o-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
	transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.mega-menu .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1300px;
	padding: 33px 0 35px;
	margin: 0 auto;
}

.content .col .menu-title {
	font-family: var(--primary-font);
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.2em;
	color: var(--secondary-color);
	font-size: 14px;
}

.content .col .img-wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 20vw;
	overflow: hidden;
}

.content .col .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.content .col img {
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.content .col .img-wrapper:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.content .col p {
	line-height: 1.2rem;
	margin-top: 5px;
	color: #112f48;
}

.content .col .read-more {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1rem;
	color: #03a9f4;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 10px;
}

.navbar .header-menu li:hover .mega-menu {
	opacity: 1;
	visibility: visible;
}

.content .col .read-more:hover {
	color: #ff5722;
}

.border-left,
.border-right {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 1px;
	background-color: #d6e0e7a3;
	z-index: 200;
	opacity: 1;
	-webkit-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

.border-left {
	left: 74px;
}

.border-right {
	right: 74px;
}

.home-slider .banner-item {
	background-position: center;
	min-height: 820px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.home-desc-main p {
	line-height: 28px;
	letter-spacing: 5px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-family: var(--primary-font);
}

.home-desc-main h1 {
	line-height: 1.2;
	letter-spacing: 0px;
	font-weight: 300;
	font-size: 60px;
	width: 100%;
	color: rgb(255, 255, 255);
	padding: 15px 0 30px;
}

.buy-btn a {
	padding: 12px 49px;
	line-height: 2em;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	background-color: #03033c;
	font-size: 15px;
	color: #fff;
	font-family: var(--primary-font);
}

.buy-btn a:hover {
	background-color: #acc3e5;
}

.buy-btn a:hover svg,
.contact_form_submit:hover svg {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

.buy-btn a svg,
.contact_form_submit svg {
	width: 15px;
	height: 9px;
	margin-left: 6px;
	padding-top: 2px;
	fill: currentColor;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
	-o-transition: transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: transform .31s cubic-bezier(.25, .1, .11, .99), -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
}

.owl-nav .owl-prev {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	position: absolute;
	left: 2.5%;
	top: 50%;
}

.prev-arrow {
	left: 1%;
}

.owl-nav svg {
	width: 25px;
	height: 43px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-nav svg path {
	fill: #fff;
}

.owl-nav .owl-next svg {
	left: 97.5%;
}

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

.w-50 {
	width: 50%;
}

.marketing-left {
	border: 1px solid #d6e0e7;
	background-color: #fff;
	margin: -40px 0 0;
	z-index: 2;
	padding: 195px 52px;
}

.sub-title {
	text-transform: uppercase;
	color: #55667c;
	font-size: 13px;
	letter-spacing: 4px;
	line-height: 20px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-family: var(--primary-font);
}

.sub-title-border {
	position: relative;
	display: inline-block;
	width: 76px;
	height: 2px;
	margin-right: 14px;
	bottom: 7px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.sub-title-border:before {
	width: 100%;
	left: 0;
	background-color: var(--primary-color);
}

.sub-title-border:after,
.sub-title-border:before {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
}

.sub-title-border:after {
	left: 75%;
	width: 25%;
	background-color: #acc3e5;
	-webkit-transition: left .72s cubic-bezier(.25, .1, .11, .99);
	-o-transition: left .72s cubic-bezier(.25, .1, .11, .99);
	transition: left .72s cubic-bezier(.25, .1, .11, .99);
}

.section-title {
	font-weight: 300;
	line-height: 1.2em;
	color: var(--secondary-color);
	font-size: 34px;
	margin: 12px 0 15px;
/* 	text-transform: capitalize; */
}

.marketing-left-about .section-desc,
.challenge-left .section-desc,
.marketing-left .section-desc {
	text-align: justify;
}

.marketing-right {
	padding: 130px 0 0 58px;
	margin-bottom: -65px;
}

.marketing-svg .svg-background {
	fill: #FFE5D7;
}


.marketing-svg .svg-icon-front,
.marketing-svg .svg-icon-shape {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .84s cubic-bezier(.25, .1, .11, .99);
	transition: -webkit-transform .84s cubic-bezier(.25, .1, .11, .99);
	-o-transition: transform .84s cubic-bezier(.25, .1, .11, .99);
	transition: transform .84s cubic-bezier(.25, .1, .11, .99);
	transition: transform .84s cubic-bezier(.25, .1, .11, .99), -webkit-transform .84s cubic-bezier(.25, .1, .11, .99);
	will-change: transform;
}

.marketing-svg .svg-icon-front {
	fill: var(--secondary-color);
}

.marketing-svg .svg-icon-shape {
	fill: none;
	stroke: var(--secondary-color);
	stroke-miterlimit: 10;
}

.marketing-svg {
	max-width: 85px;
	width: 100%;
}

.marketing-svg svg {
	width: 100%;
	height: auto;
}

.marketing-flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: -65px;
}

.marketing-item-main {
	margin: 0 -7.5px;
}

.marketing-main {
	padding-bottom: 220px;
}

.marketing-item {
	margin-bottom: 65px;
	padding: 0 8px;
	overflow: hidden;
	background: #fff;
	transition: all 350ms ease-in-out;
}

.challenge-left,
.challenge-item,
.challenge-right .marketing-item,
.marketing-right-about .marketing-item,
.marketing-left-about,
.marketing-left,
.marketing-left .sub-title,
.marketing-item .sub-title,
.marketing-left .section-title,
.marketing-item .sub-title-border:before,
.marketing-left .sub-title-border:before,
.marketing-item .marketing-title,
.marketing-item .marketing-svg {
	transition: all 350ms ease-in-out;
}

.challenge-left:hover,
.challenge-right .marketing-item:hover,
.marketing-right-about .marketing-item:hover,
.marketing-left-about:hover,
.challenge-item:hover,
.marketing-right .marketing-item:hover,
.marketing-left:hover {
	transform: translateY(-15px);
	transition: all 350ms ease-in-out;
}
/* 
.marketing-blue {
	fill: #E9F5FE;
}

.marketing-pink {
	fill: #FFE3FE;
}

.marketing-yellow {
	fill: #FEECC5;
} */

.marketing-title {
	font-weight: 300;
	line-height: 1.2em;
	color: var(--secondary-color);
	font-size: 20px;
	margin: 15px 0;
	word-break: break-all;
}

.marketing-bg .banner-item {
	height: 68vh;
	background-position: center center;
}

.devlop-title .sub-title-border {
	width: 40px;
}

.devlop-title .sub-title-border:after {
	left: 0;
}

.devlop-main .marketing-flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 0;
}

.devlop-main {
	padding-bottom: 150px;
}

.team-left {
	padding: 58px 65px 0 0;
}

.team-right {
	padding: 97px 52px 58px;
	border: 1px solid #d6e0e7;
	background-color: #fff;
}

.team-right ul,
.footer-top,
.marketing-flex,
.team-flex,
.footer-bottom-main,
.world-inner,
.marketing-item-main,
.challenge-bottom,
.challenge-top {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.team-right ul li {
	width: 33.33333%;
	padding: 0 20px;
	margin: 0 0 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all.5s;
	-o-transition: all.5s;
	transition: all.5s;
}

.team-right ul li a {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	will-change: transform;
	-webkit-transition: -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
	-o-transition: transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: transform .31s cubic-bezier(.25, .1, .11, .99), -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
}

.team-right ul li:hover a {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.video-btn svg>* {
	-webkit-transition: -webkit-transform .66s cubic-bezier(.25, .1, .11, .99);
	transition: -webkit-transform .66s cubic-bezier(.25, .1, .11, .99);
	-o-transition: transform .66s cubic-bezier(.25, .1, .11, .99);
	transition: transform .66s cubic-bezier(.25, .1, .11, .99);
	transition: transform .66s cubic-bezier(.25, .1, .11, .99), -webkit-transform .66s cubic-bezier(.25, .1, .11, .99);
}

.video-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video-link:hover svg .video-button-background {
	-webkit-transform: translate(9px, 10px);
	-ms-transform: translate(9px, 10px);
	transform: translate(9px, 10px);
}

.video-link:hover svg .video-button-icon {
	-webkit-transform: translate(5px, 3px);
	-ms-transform: translate(5px, 3px);
	transform: translate(5px, 3px);
}

.video-btn {
	display: block;
	line-height: 0;
	width: 127px;
	color: rgba(251, 234, 224, .6);
}

.video-button-background {
	opacity: 1;
	fill: currentColor;
}

.video-button-outline {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-miterlimit: 10;
}

.video-button-icon {
	fill: none;
	stroke: #223e5e;
	stroke-width: 2;
	stroke-miterlimit: 10;
}

.video-main .banner-item {
	height: 1067px;
	position: relative;
}

.team-main {
	position: relative;
	z-index: 1;
}

.video-main {
	margin-top: -40px;
}

.testimonial-main .marketing-left {
	padding: 130px 52px 84px;
}

.testimonial-main .marketing-left img {
	margin-top: 60px;
}

.testimonial-main .marketing-item img {
	width: 19%;
}

.testimonial-main .marketing-item h3 {
	margin: 25px 0 28px;
}

.testimonials-title,
.contact-title {
	font-weight: 300;
	line-height: 30px;
	color: var(--secondary-color);
	font-size: 19px;
}

.testimonials-sub {
	font-family: var(--primary-font);
	text-transform: uppercase;
	color: #55667c;
	font-size: 13px;
	letter-spacing: .3em;
}

.testimonial-main .marketing-right {
	padding: 0 0 0 58px;
	margin-bottom: -30px;
}

.testimonial-main .marketing-flex {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	margin-bottom: -55px;
}

.testimonial-main .marketing-right .marketing-item {
	margin-bottom: 55px;
}

footer.footer-main {
	background-color: #f3f0ec;
}

.footer-top {
	padding: 77px 0 77px;
	margin: 0 -15px;
}

/* .footer-item.item-one {
	width: 40%;
} */

.footer-item {
	width: 20%;
	padding: 0 15px;
}

.footer-item.item-one img {
	width: 100%;
	max-width: 149px;
}

.site-footer .footer-item p {
	margin-bottom: 0.5rem;
}

.footer-item.item-one .section-desc {
	margin: 15px 0 29px;
	color: #223e5e;
	font-family: var(--primary-font);
}

.footer-item.item-one .section-desc span,
.service-items .marketing-content .marketing-title span,
.contact-add .service-items .marketing-content a,
.contact-add .service-items .marketing-content a span,
.contact-add .service-items .marketing-content p span {
	display: block;
}

.contact-add .service-items .marketing-content a {
	display: inline-block;
}

.newsletter {
	font-size: 13px !important;
	letter-spacing: 3.4px;
	font-weight: 400 !important;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.newsletter-input input:not([type="submit"]),
.contact-page-form input:not([type="submit"]),
.contact-page-form textarea {
	margin: 0 0 15px;
	font-family: var(--primary-font);
	font-size: 14px;
	line-height: 26px;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	color: rgba(34, 62, 94, .58);
	background-color: transparent;
	padding: 3px 30px 3px 0;
	font-weight: 300;
	border: 0;
	border-bottom: 1px solid #bcc6ce;
	width: 100%;
}

.newsletter-input input:focus,
.contact-page-form input:focus,
.contact-page-form textarea:focus {
	border-color: #223e5e;
}

.newsletter-input input[type="submit"]:hover {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

.newsletter-input {
	max-width: 313px;
	width: 100%;
	position: relative;
}

.newsletter-input input[type="submit"] {
	font-size: 0;
    width: 30px;
    height: 33px;
	border: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	padding: 0;
	position: absolute;
	top: -1px;
	right: 0;
	-webkit-transition: -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
	-o-transition: transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: transform .31s cubic-bezier(.25, .1, .11, .99), -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
	cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
}

.footer-item h3 {
	margin: 0 0 20px;
	color: #223e5e;
}

.footer-item ul li a,
.footer-item a,
.footer-item p {
	line-height: 2.3em;
}

.footer-item ul li a,
.footer-item a,
.footer-item p,
.footer-left,
.footer-left a {
	font-family: var(--primary-font);
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8em;
	color: #223e5e;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.footer-item ul li a:hover,
.footer-item a:hover,
.footer-left a:hover,
.world-item-hover .footer-right a:hover,
.navbar .header-menu a:hover,
.search-toggle span:hover,
.navbar .header-menu > li.current-menu-item > a {
	color: var(--primary-color);
}

.get-d {
	margin-top: 29px;
	font-family: var(--primary-font) !important;
	font-size: 15px !important;
	display: block;
	font-weight: 400 !important;
}

.footer-bottom {
	padding: 14px 0;
	background-color: #f3f0ec;
	border-top: 1px solid #d6dadc;
}

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

.footer-bottom-main .footer-right a:not(:last-child) {
	margin-right: 15px;
}

.footer-left {
	margin-top: 7px;
	text-align: center;
    width: 100%;
}

.footer-right p {
	margin-right: 15px;
	font-family: var(--primary-font);
	font-size: 11px;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--secondary-color);
}

.footer-right a {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 24px;
	height: 24px;
	line-height: 1;
	text-align: center;
	color: var(--secondary-color);
}

.footer-right a:hover svg {
	fill: var(--primary-color);
}

.social-left .footer-right a {
	margin-right: 12px;
}

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

.footer-right a .qodef-svg-circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	stroke-width: 1;
	fill: none;
	-webkit-transition: stroke-dashoffset .8s cubic-bezier(.45, 0, .14, 1.03);
	-o-transition: stroke-dashoffset .8s cubic-bezier(.45, 0, .14, 1.03);
	transition: stroke-dashoffset .8s cubic-bezier(.45, 0, .14, 1.03);
	stroke: rgba(24, 48, 75, .3);
	-webkit-transform: scaleX(-1) scaleY(-1);
	-ms-transform: scaleX(-1) scaleY(-1);
	transform: scaleX(-1) scaleY(-1);
	stroke-dashoffset: 120;
	stroke-dasharray: 120;
}

.footer-right a .qodef-svg-circle circle {
	-webkit-transform: rotate(-145deg);
	-ms-transform: rotate(-145deg);
	transform: rotate(-145deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	will-change: transform;
	-webkit-transition: -webkit-transform .8s cubic-bezier(.45, 0, .14, 1.03);
	transition: -webkit-transform .8s cubic-bezier(.45, 0, .14, 1.03);
	-o-transition: transform .8s cubic-bezier(.45, 0, .14, 1.03);
	transition: transform .8s cubic-bezier(.45, 0, .14, 1.03);
	transition: transform .8s cubic-bezier(.45, 0, .14, 1.03), -webkit-transform .8s cubic-bezier(.45, 0, .14, 1.03);
}

.footer-right a:hover .qodef-svg-circle circle {
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.footer-right a:hover .qodef-svg-circle {
	stroke-dashoffset: 0;
}

.social-left.hide-left {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s ease .5s;
	-o-transition: opacity .2s ease-out, visibility 0s ease .5s;
	transition: opacity .2s ease-out, visibility 0s ease .5s;
}

.social-left {
	position: fixed;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 74px;
	white-space: nowrap;
	z-index: 5;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity .2s ease-out .1s, visibility 0s ease 0s;
	-o-transition: opacity .2s ease-out .1s, visibility 0s ease 0s;
	transition: opacity .2s ease-out .1s, visibility 0s ease 0s;
}

.left-saidbar {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.banner-title {
	font-weight: 300;
	line-height: 1.2em;
	color: #fff;
	font-size: 50px;
	text-align: center;
}

.banner-page .banner-item {
	height: 460px;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - (2 * 74px));
	margin: 0 auto;
}

.challenge-main,
.about-page-main {
	padding: 123px 0;
}

.progress-bar {
	height: 2px;
	width: 100%;
	background-color: var(--primary-color);
	position: relative;
}

.bar {
	width: 0;
	height: 100%;
	background-color: #acc3e5;
	background-size: 30px 30px;
	-webkit-box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
	box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
	-webkit-transition: width 2s ease-out;
	-o-transition: width 2s ease-out;
	transition: width 2s ease-out;
}

.perc {
	position: absolute;
	top: -27px;
	right: 0;
}

.progress-title {
	line-height: 18px;
	margin: 0 0 4px;
	color: var(--secondary-color);
	font-size: 15px;
	font-weight: 400;
}

.progress-main {
	margin-bottom: 30px;
}

.progress-main:last-child {
	margin-bottom: 0px;
}

.challenge-left {
	padding-right: 65px;
}

.challenge-right {
	padding: 39px 65px 0 0;
}
.cf7ic-icon-wrapper {
    font-size: inherit;
    display: inline !important;
}
.cf7ic-style1 {

    padding: 10px 0 !important;
}

/* .challenge-top {
	padding-bottom: 123px;
} */

.challenge-item {
	padding-right: 48px;
	width: 25%;
}

.challenge-item .section-desc {
	padding-top: 8px;
}

.challenge-img img {
	margin-right: 5px;
	max-width: 50px;
	max-height: 50px;
}
.align-items-center {
	align-items: center;
}

.world-main,
.world-main,
.banner-page .banner-item {
	background-color: #F3F0EC;
}

.world-main {
	padding: 115px 0 123px;
}

.world-main .section-title {
	width: 65%;
	text-align: center;
	margin: 0 auto;
}

.world-inner {
	padding-top: 100px;
	margin: 0 -13px;
	row-gap: 17px;
}

.world-item {
	width: 25%;
	padding: 0 13px;
	position: relative;
}

.world-item:hover .world-item-hover {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.world-item-hover {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% - 86px);
	height: calc(100% - 60px);
	padding: 24px 15px;
	top: 50%;
	left: 50%;
	text-align: center;
	background-color: #fafafa;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path .5s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-clip-path .5s cubic-bezier(.165, .84, .44, 1);
	-o-transition: clip-path .5s cubic-bezier(.165, .84, .44, 1);
	transition: clip-path .5s cubic-bezier(.165, .84, .44, 1);
	transition: clip-path .5s cubic-bezier(.165, .84, .44, 1), -webkit-clip-path .5s cubic-bezier(.165, .84, .44, 1);
	transition: clip-path .5s cubic-bezier(.165, .84, .44, 1), -webkit-clip-path .5s cubic-bezier(.165, .84, .44, 1);
	overflow: hidden;
}

.world-item-hover .marketing-title {
	margin: 0;
}

.world-item-hover .footer-right {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 44px;
}

.world-item-hover .footer-right a {
	width: auto;
	height: auto;
}

.world-item-hover .footer-right a:not(:last-child) {
	margin-right: 12px;
}

.world-item-hover .footer-right,
.world-item-hover .marketing-title,
.world-item-hover .section-desc {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .3s ease .26s;
	transition: -webkit-transform .3s ease .26s;
	-o-transition: transform .3s ease .26s;
	transition: transform .3s ease .26s;
	transition: transform .3s ease .26s, -webkit-transform .3s ease .26s;
	display: block;
}

.ov {
	overflow: hidden;
}

.world-item-hover:hover .footer-right,
.world-item-hover:hover .marketing-title,
.world-item-hover:hover .section-desc {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.about-page-all {
	padding: 0px 74px 0px 74px;
}

.marketing-left-about {
	padding-right: 97px;
}

.marketing-right-about {
	padding-left: 32px;
}

.marketing-right-about .marketing-item-main {
	margin: 0 -15px;
}

.marketing-right-about .marketing-item-main,
.service-bottom .marketing-item-main {
	row-gap: 50px;
}

.marketing-right-about .marketing-item {
	padding: 15px;
	margin: 0;
}

.marketing-right-about .marketing-item .newsletter,
.service-bottom .marketing-item,
.about-page-main .marketing-flex {
	margin-bottom: 0;
}

.marketing-right-about .marketing-item .marketing-title {
	margin: 5px 0 15px;
}

.challenge-service .challenge-left .buy-btn a {
	padding: 8px 33px;
	margin-top: 30px;
}

/* .challenge-service .challenge-left .buy-btn a:hover {
	background-color: var(--secondary-color);
} */

.challenge-service .challenge-left {
	padding: 19px 100px 0 0;
}

.challenge-service .challenge-right {
	padding: 0 0 0 32px;
}

.service-items .marketing-item {
	padding: 0 12px;
	margin: 0;
}

.marketing-item-main.service-items {
	margin: 0 -12px;
	row-gap: 30px;
}

.service-items .marketing-content {
	padding: 29px 23px 23px;
}

.service-items .marketing-content .marketing-title {
	margin: 0 0 18px 0;
}

.service-items .marketing-content .section-desc {
	margin-top: 90px;
	color: #223E5E;
}

.challenge-service .challenge-top {
	padding-bottom: 0;
}

.contact-title {
	color: #223e5e;
	font-size: 30px;
}

.bredcumb-content .testimonials-sub {
	margin-top: 5px;
}

.bredcumb-content .testimonials-sub,
.bredcumb-content .testimonials-sub a,
.contact-add .service-items .marketing-content a,
.contact-add .service-items .marketing-content p {
	color: var(--text-color);
}

.bredcumb-content .testimonials-sub a:hover {
	text-decoration: underline;
}

.bredcumb-content {
	padding: 104px 0;
}

.map-img iframe {
	width: 100%;
	height: 610px;
	position: unset;
}

.contact-inner {
	padding: 0 0 135px;
}

.contact-page-form input:not([type="submit"]) {
	padding: 3px 5px 1px;
}

.contact-page-form textarea {
	padding: 8px 14px;
	border: 1px solid #e1e8ed;
	resize: vertical;
}

.contact-left {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 19px -15px 0;
}
.contact-left p{
	padding: 0 15px;
}
.contact-left p > span {
	/* padding: 0 15px; */
	width: 100%;
	display: block;
}

.contact-page-form .wpcf7-list-item {
	margin: 0 !important;
}

.contact-page-form .wpcf7-list-item label {
	display: flex;
	gap: 15px;
}


.contact-page-form .wpcf7-list-item label input {
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin: 0;
    top: 5px;
    position: relative;
}

.contact_form_submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 0;
	background: #03033c;
	color: #ffffff;
	font-family: var(--primary-font);
	line-height: 2em;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	cursor: pointer;
	padding: 0.5rem 2rem 0.5rem 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='145.286 177.034 56.725 43.456'%3E%3Cpolygon points='145.286 193.935 183.533 193.935 173.455 183.863 180.283 177.034 195.183 191.934 202.011 198.762 195.183 205.591 180.283 220.49 173.455 213.668 183.533 203.59 145.286 203.59' style=''/%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: 85% center;
    background-size: 10px;
	margin-top: 15px;
}

.contact_form_submit:hover {
	background: #acc3e5;
	color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='145.286 177.034 56.725 43.456'%3E%3Cpolygon points='145.286 193.935 183.533 193.935 173.455 183.863 180.283 177.034 195.183 191.934 202.011 198.762 195.183 205.591 180.283 220.49 173.455 213.668 183.533 203.59 145.286 203.59' style=''/%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: 85% center;
    background-size: 10px;
}

.contact_form_submit svg {
	margin-left: 8px;
}

.contact-inner .contact-title {
	color: var(--secondary-color);
	margin-bottom: 47px;
	line-height: 36px;
}

.contact-add {
	padding: 48px 0 0 65px;
}

.contact-inner .challenge-left {
	padding-right: 25px;
}

.contact-add .marketing-item-main.service-items {
	margin: 0 -16px;
	flex-direction: column;
}

.contact-add .service-items .marketing-item {
	padding: 0 16px;
}

.contact-add .service-items .marketing-content {
	padding: 0;
}

.contact-add .service-items .marketing-content p {
	margin: -8px 0 10px;
}

.world-item:hover .footer-right,
.world-item:hover .marketing-title,
.world-item:hover .section-desc {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.full-menu {
	max-width: 74px;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-all {
	position: relative;
	margin-right: 30px;
}

.search-toggle span {
	font-size: 16px;
	letter-spacing: .03em;
	color: rgb(24, 48, 75);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-family: var(--primary-font);
	font-weight: 400;
}

.full-menu .custom-svg-close,
.full-menu.on .custom-svg-opener {
	display: none;
}

.full-menu.on .custom-svg-close,
.full-menu .custom-svg-opener {
	display: block;
}

.navigator {
	width: 368px;
	height: 100%;
	min-height: 100%;
	padding: 102px 60px 35px;
	text-align: center;
	right: -368px;
	top: 0;
	position: fixed;
	border-left: 1px solid #e1e8ed;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
	z-index: 999;
	background-color: #fff;
}

.navigator .address-right p {
	margin-bottom: 0.8rem;
}

.full-menu {
	position: relative;
	z-index: 1002;
	cursor: pointer;
}

.full-menu:hover .custom-svg-opener rect:first-child {
	-webkit-transform: scaleX(1.5);
	-ms-transform: scaleX(1.5);
	transform: scaleX(1.5);
}

.full-menu .custom-svg-opener rect {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
	-o-transition: transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: transform .31s cubic-bezier(.25, .1, .11, .99);
	transition: transform .31s cubic-bezier(.25, .1, .11, .99), -webkit-transform .31s cubic-bezier(.25, .1, .11, .99);
}

.full-menu:hover .custom-svg-opener rect:last-child {
	-webkit-transform: scaleX(.68);
	-ms-transform: scaleX(.68);
	transform: scaleX(.68);
}

.right-logo img {
	max-width: 171px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.address-right {
	padding: 50px 0 35px;
}

.address-right a,
.address-right p {
	color: #223e5e;
	margin-bottom: 3px;
	display: block;
}

.address-right p a {
	display: inline-block;
}

.right-socila a:not(:last-child) {
	margin-right: 15px;
}

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

.back-to-top {
	text-decoration: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #e1e8ed;
	position: fixed;
	right: 17px;
	bottom: 13.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.back-to-top:hover svg line {
	stroke: var(--primary-color);
}

.back-to-top svg line {
	stroke: var(--secondary-color);
}

.back-to-top svg {
	width: 11px;
	height: 19px;
}

.home-banner .banner-item{
    width: 100%;
    height: 820px;
	position: relative;
}
.home-banner .banner-item video{
    width: 100%;
    height: 820px;
    object-fit: cover;
}
.home-desc-main {
    position: absolute;
    top: 231px;
    left: 315px;
	z-index: 5;
}

.home-banner {
	position: relative
}

.home-banner:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity:0.4;
	z-index: 1;
	display: block;
}

.applicants-service h3.section-title {
	font-size: 30px;
}

.applicants-form-wrapper p:empty, .applicants-form-wrapper br {
	display: none;
}

.applicants-form-wrapper p {
	margin: 0;
	line-height: 1;
}

.applicants-form-wrapper .form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 18px 15px;
}
.applicants-form-wrapper .form-row > p {
	display: none;
}
.applicants-form-wrapper .form-row > .form-row-item {
	width: calc(50% - (15px / 2));
	max-width: 100%;
	flex: 0 0 auto;
}

.applicants-form-wrapper .form-row > .form-row-item.item-full {
	width: 100%;
}

.applicants-form-wrapper .form-row span {
	display: block;
	width: 100%;
}

.applicants-form-wrapper .wpcf7-spinner {
	display: none !important;
}

.applicants-form-wrapper .applicants-from-submit {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='145.286 177.034 56.725 43.456'%3E%3Cpolygon points='145.286 193.935 183.533 193.935 173.455 183.863 180.283 177.034 195.183 191.934 202.011 198.762 195.183 205.591 180.283 220.49 173.455 213.668 183.533 203.59 145.286 203.59' style=''/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 10px;
	font-family: var(--primary-font);
    border: none;
    outline: none;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    border-bottom: 1px solid #bcc6ce;
    outline: none;
	color: #000;
    background-color: transparent;
	cursor: pointer;
}

.applicants-form-wrapper .applicants-from-submit:disabled {
	opacity: 0.5;
}

.applicants-form-wrapper input:not([type=submit]),
.applicants-form-wrapper textarea,
.applicants-form-wrapper select {
	max-width: 100%;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
	border-radius: 0;
	font-family: var(--primary-font);
	padding: 5px;
	border: none;
	box-shadow: none;
	color: rgba(34, 62, 94, 1);
	border-bottom: 1px solid #bcc6ce;
}

.applicants-form-wrapper::placeholder {
	color: rgba(34, 62, 94, .58);
}

.applicants-form-wrapper textarea {
	border: 1px solid #bcc6ce;
}

.applicants-form-wrapper input[type=file] {
	padding: 0.8rem 0.5rem;
	border: 1px solid #bcc6ce;
}

.applicants-form-wrapper input[type=file]::-webkit-file-upload-button {
	background: var(--primary-color);
	color: #fff;
	border-radius: 0;
	padding: 0.5rem 1rem;
	border: none;
}

.applicants-form-wrapper .wpcf7-acceptance input[type=checkbox] {
    width: 1.2em;
    height: 1.2em;
    margin: 0 15px 0 0;
    accent-color: var(--primary-color);
    flex-shrink: 0;
	position: relative;
	top: 4px;
}

.applicants-form-wrapper .wpcf7-acceptance label {
    display: flex;
    flex-wrap: nowrap;
	line-height: 1.5;
}

.applicants-form-wrapper .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.applicants-form-wrapper input:not([type=submit]):focus,
.applicants-form-wrapper textarea:focus {
	border-color: #223e5e;
}

.contact-main .marketing-content p {
	margin:0 0 0.8rem 0 !important;
}

.btn-wrapper {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.marketing-main .btn-wrapper {
	margin-top: 110px;
}

.home-skill-btn {
	margin-top: 4rem;
}

.parallax {
	background-attachment: fixed;
}

.ueber-uns-challenge .challenge-item {
	padding-right: 30px;
}

.ueber-uns-challenge .challenge-img .testimonials-title {
	font-size: 18px;
	line-height: 1.2;
	word-break: break-all;
}

.ueber-uns-challenge .challenge-img img {
	max-width: 40px;
	max-height: 40px;
	margin-right: 10px;
}

.world-main .world-item img {
	width: 100%;
}

.section-desc p:not(:last-child) {
	margin-bottom: 1rem;
}

.section-desc ul li {
	padding-left: 20px;
	position: relative;
}

.section-desc ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    display: block;
    background: #000;
    border-radius: 50%;
}

.rh-link {
	display: inline-block;
    vertical-align: -4px;
	line-height: 1;
}

section.challenge-main.ueber-uns-challenge .challenge-left.w-50 {
    margin-bottom: 100px;
}.mobile-sticky {
    position: fixed;
    left: 0;
	display: none;
    bottom: 0;
    background: #03033c;
    width: 100%;
}.mobile-s-wrapper {
    display: flex;
    align-items: stretch;
}a.m-call ,a.m-email{
    width: 50%;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}a.m-call svg,a.m-email svg {
    width: 22px;
}
a.m-email p,a.m-call p{
	    font-size: 15px;
    font-weight: 300;
    line-height: 1.8em;
    color: #fff;
}a.m-email{
	border-left: 1px solid #fff;
}
@media(max-width:1700px){
    .home-desc-main {
        left: 15px;
    }
}

/* Responsive style */
@media(max-width:1440px) {
	.challenge-service .challenge-left {
		padding: 16px 0px 0 0;
	}

	.challenge-service .challenge-right {
		padding: 0 0 0 27px;
	}

	.home-desc-main {
		padding: 0 30px;
	}

	.mega-menu .content {
		padding: 30px 20px;
	}

	.mega-menu .content {
		width: 100%;
	}

	.navbar .sub-menu,
	.menu-right {
		width: 250px;
	}
}

@media(max-width:1199px) {
	.challenge-item {
		padding-right: 10px;
	}

	.challenge-img img {
		margin-right: 10px;
	}

	.world-item {
		width: 33.33%;
	}
	
	.menu-main {
		width: 95%;
	}
}

@media (max-width: 1024px) {
	.navbar {
		padding: 10px 15px;
		height: auto;
	}

	.navbar .header-menu .menu-item-has-children a:after {
		top: 29%;
	}

	.navbar .header-menu .menu-item-has-children.open a:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 35%;
	}

	.overlay {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 14;
		background-color: rgba(0, 0, 0, 0.1);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	}

	.overlay--active {
		opacity: 1;
		visibility: visible;
	}

	.menu-btn,
	.navbar .header-menu .menu-item-has-children a:after {
		display: block;
	}
	
	.menu-btn {
		margin-left: auto;
	}

	.navbar .logo {
		max-width: 100px;
		margin: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0;
	}

	.navbar .header-menu {
		position: fixed;
		height: 100%;
		overflow-y: auto;
		width: 290px;
		top: 0;
		left: 0;
		background: #fff;
		display: block;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
		margin-left: 0;
		z-index: 15;
		padding-bottom: 100px;
	}

	.navbar .header-menu.open {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.navbar .header-menu li:first-child {
		margin-top: 20px;
	}

	.navbar .header-menu .dropdown-right .right-arrow {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.navbar .header-menu > li > a {
		padding: 15px;
	}

	.navbar .header-menu .dropdown-menu,
	.navbar .header-menu .menu-right,
	.navbar .header-menu .mega-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		width: auto;
		max-height: 0;
		background-color: #fff;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		overflow: hidden;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.menu-item-has-children.open+.sub-menu {
		max-height: 100%;
		-webkit-transform: scaleZ(1);
		transform: scaleZ(1);
	}

	.sub-menu {
		padding: 0 0 0 15px;
	}

	.mega-menu .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 15px;
	}

	.mega-menu .content .col {
		padding: 15px 0;
	}

	.col .mega-links li,
	.col .mega-links li a {
		padding: 0 7px;
	}

	/* page */
	.border-left,
	.border-right,
	.social-left,
	.full-menu,
	.search-main {
		display: none;
	}

	.home-desc-main h1 {
		font-size: 50px;
	}

	.owl-nav .owl-next svg {
		left: 96%;
	}

	.prev-arrow {
		left: -12px;
	}

	.home-slider .banner-item {
		min-height: 600px;
	}

	.w-50,
	.banner-page .banner-item,
	.world-main .section-title,
	.menu-main,
	.mega-menu .content,
	.home-desc-main h1 {
		width: 100%;
	}

	.marketing-left {
		padding: 120px 50px;
	}

	.marketing-item,
	.footer-item,
	.challenge-item {
		width: 50%;
	}

	.marketing-item,
	.testimonial-main .marketing-right .marketing-item,
	.testimonial-main .marketing-right {
		margin-bottom: 50px;
	}

	.marketing-right,
	.testimonial-main .marketing-right {
		padding: 85px 50px 30px 50px;
	}

	.marketing-right,
	.marketing-flex {
		margin-bottom: 0;
	}

	.marketing-main {
		padding-bottom: 0;
	}

	.team-left,
	.challenge-top,
	.marketing-left-about {
		padding: 0px 0px 50px 0;
	}

	.video-main .banner-item {
		height: 600px;
	}

	.footer-item {
		padding-bottom: 30px;
	}

	.footer-item.item-one .section-desc span {
		display: inline;
	}

	.banner-page .banner-item {
		height: 265px;
	}

	.about-page-all,
	.challenge-left,
	.marketing-right-about,
	.challenge-service .challenge-left,
	.contact-inner .challenge-left {
		padding: 0;
	}

	.challenge-main,
	.about-page-main,
	.world-main,
	.bredcumb-content,
	.contact-inner {
		padding: 60px 0;
	}
	
	.contact-inner {
		padding-top: 0;
	}

	.challenge-right,
	.world-inner,
	.challenge-service .challenge-right {
		padding: 50px 0 0;
	}

	.challenge-bottom,
	.marketing-right-about .marketing-item-main {
		row-gap: 60px;
	}

	.challenge-item {
		padding-right: 30px;
	}

	.service-items .marketing-content .section-desc {
		margin-top: 50px;
	}
	
	.marketing-main .btn-wrapper {
		margin-top: 0;
		margin-bottom: 60px;
	}
	
	.home-skill-btn {
		margin-top: 2rem;
	}
	.footer-item.item-one {
		width: 50%;
	}
}

@media(max-width:767px) {
	.owl-nav {
		display: none;
	}

	.home-desc-main {
		padding: 0;
	}

	.marketing-item,
	.footer-item,
	.footer-item.item-one {
		width: 100%;
	}

	.marketing-left,
	.testimonial-main .marketing-left,
	.team-right {
		padding: 80px 20px;
	}

	.marketing-right,
	.testimonial-main .marketing-right {
		padding: 85px 0px;
	}

	.team-right ul li {
		padding: 0 10px;
		margin: 0 0 20px;
	}

	.team-right ul {
		margin-bottom: -20px;
	}

	.footer-top {
		padding: 50px 0 30px;
	}

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

	.world-item,
	.contact-add .service-items .marketing-item {
		width: 50%;
	}

	.banner-page .banner-title {
		font-size: 40px;
	}

	.contact-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.home-desc-main {
        top: 50%;
        transform: translateY(-50%);
        width: auto;
    }
    .home-banner .banner-item, .home-banner .banner-item video{
        height: 500px;
    }
	.home-marketing.marketing-main .btn-wrapper {
		justify-content: flex-start;
	}
	.marketing-right, .testimonial-main .marketing-right {
		padding: 50px 0;
	}
	.home-marketing.marketing-main .marketing-item:last-child {
		margin-bottom: 0;
	}
	.buy-btn a {
		padding: 10px 25px;
		font-size: 14px;
	}
	.parallax {
		background-attachment: scroll;
	}
}
@media(max-width:640px){
	.mobile-sticky{
		display: block;
	}footer#colophon {
    margin-bottom: 48px;
}.back-to-top {
    bottom: 54.5px;
}
}
@media(max-width:576px) {
	.home-desc-main h1 {
		font-size: 30px;
		padding: 15px 0;
		word-break: break-all;
	}

	.map-img iframe {
		height: 400px;
	}
	
	.applicants-service h3.section-title,
	.section-title {
		font-size: 25px;
	}
	.banner-page .banner-title {
		font-size: 35px;
	}
	.section-title,
	.testimonial-main .marketing-item h3 {
		margin: 15px 0;
	}

	.marketing-right,
	.testimonial-main .marketing-right {
		padding: 50px 0px;
	}

	.home-slider .banner-item {
		min-height: 500px;
	}

	.video-main .banner-item {
		height: 500px;
	}

	.video-btn {
		width: 100px;
	}

	.world-item,
	.challenge-item,
	.contact-add .service-items .marketing-item {
		width: 100%;
	}

	.challenge-item {
		padding-right: 0;
	}
	.applicants-form-wrapper .form-row > .form-row-item{
		width: 100%;
	}
	.marketing-left, .testimonial-main .marketing-left, .team-right {
		padding: 30px 15px;
	}
	.marketing-item, .testimonial-main .marketing-right .marketing-item, .testimonial-main .marketing-right {
		margin-bottom: 30px;
	}
/* 	.home-marketing .marketing-right {
		padding-bottom: 0;
	} */
	.marketing-bg .banner-item {
		height: 220px;
	}
	.home-desc-main h1 {
		font-size: 30px;
	}
	.applicants-service h3.section-title, .section-title {
		font-size: 22px;
	}
	.ueber-uns-challenge .challenge-item {
		padding-right: 0;
	}
	.marketing-svg {
		max-width: 65px;
	}
	.contact-page-form textarea,
	.applicants-form-wrapper textarea {
		height: 150px;
	}
	.contact-main.challenge-main .contact-inner {
		padding-bottom: 0;
	}
/* 	.home-marketing.marketing-main .btn-wrapper .buy-btn {
		display: block;
		width: 100%;
		text-align: center;
	}
	.home-marketing.marketing-main .btn-wrapper .buy-btn a {
		display: block;
	} */
	.contact-title {
		font-size: 26px;
		line-height: 1.2;
	}
	.sub-title-border {
		width: 50px;
	}
}

@media(max-width:480px) {
	.team-right ul li {
		width: 50%;
	}
}


.header-nav:before,
.header-nav:after {
	content: '';
	display: table;
}

.header-nav:after {
	clear: both;
}

.search-button {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 11;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.search-toggle {
	position: relative;
	display: block;
}

.search-toggle.active {
	height: 10px;
	width: 10px;
}

.search-toggle::before,
.search-toggle::after {
	content: '';
	position: absolute;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	z-index: 11;
}

.search-toggle::before {
	border: 1px solid #000;
	width: 100%;
	height: 12px;
	left: -2px;
	top: -2px;
}

.search-toggle::after {
	height: 2px;
	width: 7px;
	background: #000;
	top: 10px;
	left: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-toggle.active::before {
	width: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -1px;
	left: 4px;
}

.search-toggle.active::after {
	width: 12px;
	left: -1px;
	top: 4px;
}

.search-input:focus {
	outline: none;
}

.search-box {
	position: absolute;
	right: 0px;
	bottom: 6px;
	height: 100%;
	width: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.search-box .search-input {
	border: 0;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid #000;
	border-radius: 0;
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 400;
	color: var(--secondary-color);
	outline: 0;
	-webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
	-o-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
	transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
	-webkit-transition-delay: 0.4s, 0s, 0.4s;
	-o-transition-delay: 0.4s, 0s, 0.4s;
	transition-delay: 0.4s, 0s, 0.4s;
	padding: 0 40px 20px 10px;
	height: 50px;
}

.search-box .search-input::-webkit-input-placeholder {
	color: var(--secondary-color);
}

.search-box .search-input::-moz-placeholder {
	color: var(--secondary-color);
}

.search-box .search-input:-ms-input-placeholder {
	color: var(--secondary-color);
}

.search-box .search-input::-ms-input-placeholder {
	color: var(--secondary-color);
}

.search-box .search-input::placeholder {
	color: var(--secondary-color);
}

.search-box .search-toggle {
	width: 14px;
	height: 14px;
	padding: 0;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.show .search-box {
	width: 315px;
	opacity: 1;
	-webkit-transition: all 0.3s 0.3s;
	-o-transition: all 0.3s 0.3s;
	transition: all 0.3s 0.3s;
	z-index: 10;
}

.search-toggle::before,
.search-toggle::after,
.search-toggle.active span {
	display: none;
}

.search-toggle.active::before,
.search-toggle.active::after {
	display: block;
}

.wpcf7-spinner {
	display: none;
}

.post-thumbnail {
	margin: 20px 0;
}
.main-page-content .entry-content h1,
.main-page-content .page-content h1,
.main-page-content .entry-content h2,
.main-page-content .page-content h2,
.main-page-content .entry-content h3,
.main-page-content .page-content h3,
.main-page-content .entry-content h4,
.main-page-content .page-content h4,
.main-page-content .entry-content h5,
.main-page-content .page-content h5,
.main-page-content .entry-content h6, 
.main-page-content .page-content h6 {
	margin-bottom: 0.5em;
}

.mb-4,
.main-page-content .entry-content p,
.main-page-content .page-content p {
	margin-bottom: 1em;
}
