@import url('https://fonts.googleapis.com/css2?family=Gveret+Levin&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	background-color: #fff;
	color: #000000;
	font-size: 23px;
	line-height: 35px;
}
.container-custom {
	max-width: 1672px;
	padding: 0 19px;
	box-sizing: content-box;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 700;
	color: #010101;
	position: relative;
}
h2 {
	font-size: 83px;
}
h3 {
	font-size: 35px;
	line-height: 45px;
	color: #000000;
}
.with-border:after {
	content: '';
	background-image: url("../images/heading-strip.png");
	width: 141px;
	height: 17px;
	display: block;
	margin-top: 23px;
}
img {
	display: block;
}
.btn-custom {
	display: inline-flex;
	height: 69px;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	background-color: #593d28;
	border: solid 2px #593d28;
	transition: all 0.3s ease-in-out;
	min-width: 175px;
	border-radius: 69px;
	padding: 0 26px;
	font-size: 27px;
}
.btn-custom.btn-outline,
.btn-custom:hover {
	color: #593d28;
	background-color: transparent;
}

a.btn-custom.ob-tab-btn.active{
	color: #593d28;
	background-color: transparent;
}
a.btn-custom.ob-tab-btn{
	color: #fff;
	background-color: #593d28;
}

p:last-child {
	margin-bottom: 0;
}

header {
	position: fixed;
	width: calc(100% - 38px);
	margin-top: 28px;
	left: 19px;
	z-index: 999;
}
header .container-custom {
	max-width: 1882px;
	direction: rtl;
}
.h-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #010101;
	border-radius: 74px;
	height: 108px;
}
.h-inner .h-right {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 35px;
}
.h-inner nav {

}
.h-inner nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	gap: 28px;
	margin: 0;
	padding: 0;
	direction: ltr;
	flex-direction: row;
}
.h-inner nav ul.sub-menu {
	flex-direction: column;
	position: absolute;
	border-radius: 23px;
	background-color: #010101;
	gap: 0px;
	min-width: 261px;
	align-items: baseline;
	padding: 25px;
	padding-top: 10px;
	margin-right: -25px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	text-align: left;
}
.h-inner nav ul li {
	position: relative;
}
.h-inner nav ul .menu-item-has-children:hover > .sub-menu {
	display: flex;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.h-inner nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: 3.42px;
	text-transform: uppercase;
}

.h-inner nav ul li.current-menu-parent a,
.h-inner nav ul li a:hover {
	text-decoration: underline;
	text-underline-offset: 6px;
}
.h-inner nav ul li ul.sub-menu li.current-menu-item a{
	text-decoration: underline !important;
	text-underline-offset: 6px;
}
.h-inner nav ul li ul.sub-menu li a{
	text-decoration: none !important;
}
.h-logo {
	margin-left: 56px;
}
.h-logo a {
	width: 257px;
	height: 75px;
	display: block;
}
.h-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.lang-btn {
	margin-right: 27px;
	width: 59px;
	height: 59px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FDFCFC;
	border-radius: 100%;
	font-size: 19px;
	color: #FDFCFC;
	line-height: 29px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	letter-spacing: 3.42px;
}


.home-banner {
	height: 100vh;
	position: relative;
}
.banner-slider {
	height: 100%;
}
.banner-slide-box {
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}
.banner-slide-box:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #FFFFFF00, #010101);
	opacity: 0.42;
	mix-blend-mode: overlay;
	z-index: 1;
}
.banner-slide-box .slide-img {
	position: absolute;
	height: 100%;
	width: 100%;
}
.banner-slide-box .slide-img img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.banner-slide-box .slide-content {
	position: relative;
	max-width: 714px;
	margin-left: 116px;
	top:20px;
}
.banner-slide-box .slide-content h1,
.banner-slide-box .slide-content h2 {
	color: #FFFFFF;
	font-size: 83px;
	line-height: 87px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	padding-bottom: 10px;
}
.banner-slide-box .slide-content h3 {
	font-size: 50px;
	line-height: 60px;
	color: #FFFFFF;
}
.banner-slide-box .slide-content .slide-desc {
	font-size: 23px;
	line-height: 30px;
	color: #FFFFFF;
	max-width: 455px;
	font-weight: 500;
	position: relative;
	margin-top: 19px;
	padding-top: 23px;
}
.banner-slide-box .slide-content .slide-desc p:last-child {
	margin-bottom: 0;
}
.banner-slide-box .slide-content .slide-desc:before {
	content: '';
	width: 284.15px;
	height: 3px;
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	top: 0;
}
.banner-pagination,
.section-pagination {
	position: fixed;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	top: 50% !important;
	transform: translateY(-50%);
	bottom: auto !important;
	right: 46px;
	opacity: 0.85; /* group opacity from SVG */
}

.banner-pagination .swiper-pagination-bullet,
.section-pagination span {
	background-color: #e1e1e1; /* fill="#e1e1e1" */
	width: 14px;
	height: 17px;
	border-radius: 7px;
	transition: all 0.3s ease-in-out;
	display: block;
}


.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section-pagination span.active-section {
	background-color: #e1e1e1;
	height: 116px;
	opacity: 0.9;
}
.banner-down {
	position: absolute;
	width: 92.22px;
	height: 46.61px;
	z-index: 2;
	bottom: 103px;
	right: 50%;
	transform: translateX(50%);
}


.ob-inner {
	display: grid;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
	grid-template-columns: repeat(2, 1fr);
	border-bottom: solid 5px #593D28;
}
.ob-content h2 {
	font-size: 83px;
	line-height: 90px;
	margin-bottom: 33px;
}
.ob-content-inner {
	max-width: 600px;
	margin: 0 auto;
}
.ob-buttons {
	display: flex;
	gap: 45px;
}
.ob-desc {
	font-size: 23px;
	line-height: 30px;
	max-width: 600px;
	margin-bottom: 49px
}
.ob-desc p:last-child {
	margin-bottom: 0;
}
.ob-thumb img {
	width: 100%;
}


.our-expertise {
	margin-top: 80px;
	margin-bottom: 123px;
}
.oe-inner h2 {
	text-align: center;
	line-height: 45px;
	color: #000000;
}
.oe-boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
	justify-content: center;
	margin-top: 104px;
}
.oe-box {
	text-align: center;
}
.oe-box .oeb-thumb {
	width: 320px;
	height: 320px;
}
.oe-box .oeb-thumb img {
	object-fit: cover;
	object-position: center center;
	max-width: 100%;
}
.oe-box .oeb-content {
	margin-top: 27px;
}
.oe-box .oeb-content h3 {
	margin-bottom: 46px;
}
.oe-description {
	text-align: center;
	margin-top: 113px;
}
.oe-description p:last-child {
	margin-bottom: 0;
}


.marquee-wrapper {
	overflow: hidden;
	white-space: nowrap;
	background-color: rgba(89, 61, 40, 0.31);
	height: 69px;
	display: flex;
	align-items: center;
	direction: ltr;
}

.marquee-track {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	animation: marquee-ltr 45s linear infinite;
}

.marquee-item {
	display: inline-block;
	color: #fff;
	padding: 0 12px;
}

.marquee-sep {
	color: #fff;
}

@keyframes marquee-ltr {
	0%   { transform: translateX(0%); }
	100% { transform: translateX(-100%); }
}


.ep-inner {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 40px
}
.ep-thumb {
	max-width: 946px;
	position: relative;
}
.ep-thumb img {
	max-width: 100%;
	position: relative;
}
.ep-thumb .ep-thumb-overlays {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	width: 100%;
	height: 653.244px;
	margin-right: 9px;
	margin-top: -30px;
}
.ep-thumb .ep-thumb-overlays img {
	position: absolute;
	width: 95%;
	height: 100%;
}
.ep-thumb .ep-thumb-overlays img.ep-bg-trans {
	width: 705px;
	height: 442px;
	margin-top: 239px;
	right: 114px;
}
.ep-thumb .ep-thumb-overlays img.ep-bg {

}
.ep-content {
	width: 698px;
	max-width: 100%;
}
.ep-content h2 {
	line-height: 86px;
	margin-bottom: 40px;
}
.ep-content h2.with-border:after {
	margin-top: 50px;
}


.green-choice {
	position: relative;
	background-color: rgba(0, 119, 53, 0.31);
	margin-bottom: 233px;
}
.gc-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gc-thumb {
	height: 625px;
	margin-top: -40px;
	margin-bottom: -40px;
}
.gc-thumb img {
	height: 100%;
	width: auto;
}
.gc-content {
	margin-left: 70px;
}
.gc-content h2 {
	color: #000000;
	line-height: 80px;
	margin-bottom: 10px;
	font-size: 60px;
}
.gc-content h2 span{
	color: #007735;
}

.gc-content .gc-description {

}
.gc-content .gc-description p:last-child {
	margin-bottom: 0;
}

.ri-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 112px;
}
.ri-vidoes {
	display: flex;
	gap: 20px;
	flex-direction: row-reverse;
	/*width: 800px;*/
}
.ri-vidoes .riv-large {
	width: 488px;
	height: 732px;
	position: relative;
	overflow: hidden;
}
.ri-vidoes .riv-large img,
.ri-vidoes .riv-large video,
.riv-small .sm-video img,
.riv-small .sm-video video,
.riv-small .m-video img,
.riv-small .m-video video {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.riv-small {
	display: flex;
	flex-direction: column;
	gap: 21px;
}
.riv-small .m-video,
.riv-small .sm-video {
	width: 377px;
	position: relative;
}
.riv-small .sm-video {
	height: 256px;
	overflow: hidden;
}
.riv-small .m-video {
	height: 455px;
	overflow: hidden;
}
.video-content {
	color: #fff;
	position: absolute;
	bottom: 5px;
	right: 25px;
	width: calc(100% - 50px);
}
.video-content .video-timeline {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}
.video-content span {

}
.video-content span.timeline-divider {
	flex: 1;
	border-bottom: 1px solid #fff;
	align-self: center;
}
.ri-content .ri-description {
	margin-bottom: 50px;
}
.ri-content h2 {
	font-size: 85px;
	line-height: 104px;
	color: #010101;
	margin-bottom: 30px;
}
.ri-content h2.with-border:after {
	margin-top: 15px;
}
.ri-content h2 .ri-green {
	display: flex;
	align-items: center;
	gap: 60px;
	color:#007735;
}
.ri-content h2 .ri-green img {
	width: 231px;
}
.ri-description p:last-child {
	margin-bottom: 0;
}


footer {
	background: linear-gradient(90deg, #005520, #007735, #70BC55);
	padding-top: 65px;
	padding-bottom: 80px;
	color: #fff;
	margin-top: 190px;
}
footer h2 {
	color: #fff;
	line-height: 134px;
	margin-bottom: 35px;
}
.footer-content {
	max-width: 650px;
}
.footer-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 56px;
	margin-top: 55px;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.footer-info a {
	color: #fff;
	text-decoration: none;
	line-height: 34px;
}
.footer-info a:hover {
	text-decoration: underline;
}
.footer-description p:last-child {
	margin-bottom: 0;
}
.form-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 27px;
	color: #fff;
	text-decoration: none;
	border: solid 1px #fff;
	border-radius: 50px;
	width: 135px;
	height: 53px;
	transition: all 0.3s ease-in-out;
	margin-top: 40px;
}
.form-submit:hover {
	background-color: #fff;
	color: #007735;
}
.footer-inner {
	display: flex;
	justify-content: center;
	gap: 300px;
}
.footer-form {
	width: 600px;
}
.wpcf7 {
	direction: ltr;
}
.wpcf7 input[type="submit"] {
	display: none;
}
.wpcf7 .inputWrap {
	margin-bottom: 36px;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	background-color: transparent;
	font-size: 23px;
	color: #fff;
	border: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	direction: ltr !important;
	resize: none;
	font-weight: 300;
	border-bottom: solid 1px #fff;
	padding-bottom: 5px;
}
.wpcf7 textarea {
	height: 200px;
}
::placeholder {
	color: #fff;
	opacity: 1; /* Firefox reduces opacity by default */
}

::-webkit-input-placeholder { /* Chrome, Safari, Edge */
	color: #fff;
	opacity: 1;
}

::-moz-placeholder { /* Firefox */
	color: #fff;
	opacity: 1;
}

:-ms-input-placeholder { /* IE 10-11 */
	color: #fff;
}

::-ms-input-placeholder { /* Edge legacy */
	color: #fff;
}



.inner-banner {
	height: 562px;
	margin-bottom: 88px;
}
.inner-banner img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: center center;
}
.inner-intro {
	text-align: center;
	margin-bottom: 95px;
}
.inner-intro h1 {
	font-size: 83px;
	text-align: center;
	line-height: 100px;
	margin-bottom: 32px;
}
.intro-description {
	margin-bottom: 78px;
	text-transform: uppercase;
}
.intro-description p:last-child {
	margin-bottom: 0;
}

.intro-features {
	max-width: 1303px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 200px;
	margin: 0 auto;
}
.if-box {
	width: 295px;
}
.if-box .ifb-thumb {
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 42px;
}
.if-box .ifb-thumb img {
	max-width: 100%;
}
.if-box .ifb-content {

}
.if-box .ifb-content h3 {
	margin-bottom: 29px;
	font-weight: 500;
}
.if-box .ifb-content p {
	line-height: 30px;
	color: #010101;
}

.cwi-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 88px;
	padding: 100px;
	border-bottom: solid 5px rgba(89, 61, 40, 0.31);
}
.cwi-content h2 {
	margin-bottom: 40px;
	line-height: 90px;
}
.cwi-description {
	line-height: 30px;
	color: #010101;
}
.cwi-description p:last-child {
	margin-bottom: 0;
}

.inner-counter {
	padding-top: 61px;
}
.ic-inner {
	border-bottom: solid 5px rgba(89, 61, 40, 0.31);
}
.ic-inner h2,
.ic-inner .ic-description {
	text-align: center;
}
.ic-inner h2 {
	line-height: 100px;
	margin-bottom: 30px;
}
.ic-inner .ic-description {
	line-height: 29px;
	text-transform: uppercase;
	margin-bottom: 131px;
}
.ic-counters-outer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 149px;
	flex-wrap: wrap;
	margin-bottom: 149px;
}
.ic-counters-outer  .icco-heading h2 {
	text-align: left;
	margin-bottom: 0;
}
.icco-boxes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 81px 56px;
}
.icco-box {
	display: flex;
	align-items: center;
	width: 481px;
	height: 145px;
	box-shadow: 6px 9px 5px #00000029;
	border-radius: 47px;
	gap: 29px;
}
.icco-box h3 {
	margin-left: 50px;
	font-size: 70px;
	line-height: 86px;
}
.icco-box h3 span {
	color: #007735;
}
.icco-box p {
	font-weight: 500;
	line-height: 28px;
	color: #010101;
}





.advanced-solutions {
	padding-top: 140px;
}
.as-inner {
	border-bottom: solid 5px rgba(89, 61, 40, 0.31);
	padding-bottom: 102px;
}
.advanced-solutions__row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 75px;
	width: fit-content;
	margin: 0 auto;
}
.advanced-solutions__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 68px;
}
.advanced-solutions__heading {
	line-height: 74px;
	color: #010101;
}
.advanced-solutions__list,
section ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0;
	padding: 0;
}
.advanced-solutions__list li,
section ul li {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 23px;
	color: #000;
	direction: ltr;
	line-height: 43px;
	position: relative;
	padding-left: 60px;
}
section ul li{
	padding-left: 80px;
}
.advanced-solutions__list li:before{
	content: '';
	background-image: url("../images/tick.svg");
	position: absolute;
	width: 48px;
	height: 48px;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	bottom: 10px;
	top: -10px;
}
section ul li:before {
	content: '';
	background-image: url("../images/tick.svg");
	position: absolute;
	width: 48px;
	height: 43px;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	bottom: auto;
	top: -10px;
}
.advanced-solutions__list li .tick {
	flex-shrink: 0;
	width: 36px;
	height: 32px;
	margin-bottom: 24px;
	position: absolute;
	left: 0;
}
.advanced-solutions__list li .tick svg {
	width: 100%;
	height: 100%;
}
.advanced-solutions__image-wrap {
	position: relative;
	flex-shrink: 0;
	width: 802px;
	height: 540px;
}
.advanced-solutions__image-wrap::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #593D28;
	opacity: 0.30;
	border-radius: 19px;
	transform: translate(-35px, 44px);
	z-index: 0;
}
.advanced-solutions__image-wrap img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 19px;
	display: block;
}
.advanced-solutions__desc {
	margin-top: 101px;
	text-align: center;
	line-height: 28px;
}
.advanced-solutions__desc strong {
	font-weight: 700;
}


.our-clients {
	padding-top: 105px;
}
.oc-inner {
	border-bottom: solid 5px rgba(89, 61, 40, 0.31);
	padding-bottom: 130px;
}
.oc-inner h2 {
	text-align: center;
	font-size: 60px;
	line-height: 90px;
	margin-bottom: 102px;
}
.client-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 45px 28px;
	--item-w: 219px;
	--gap: 28px;
	max-width: calc((var(--item-w) * var(--cols)) + (var(--gap) * (var(--cols) - 1)));
	margin: 0 auto;
}

.logo-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 219px;
	height: 217px;
	box-shadow: 6px 9px 5px #00000029;
	border-radius: 47px;
}
.logo-box img {
	max-width: 100%;
	max-height: 100%;
}

.main-video {
	margin-top: 168px;
}
.mv-inner {
	position: relative;
	max-width: 1207px;
	margin: 0 auto;
}
.mv-inner .play-btn {
	background-color: rgba(1, 1, 1, 0.5);
	width: 160px;
	height: 160px;
	background-image: url(../images/play-icon.png);
	background-repeat: no-repeat;
	background-position: 60%;
	cursor: pointer;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.mv-inner video {
	width: 100%;
	display: block;
}

.timeline-slider-outer {
	height: 100vh;
	background: linear-gradient(90deg, #005520, #007735, #70BC55);
	position: relative;
}
.timeline-slide-box {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.timeline-intro-slide h1 {
	color: #fff;
	font-size: 83px;
	line-height: 90px;
	text-align: center;
}
.timeline-pagination {
	position: absolute;
	bottom: 35px;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
.timeline-pagination ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	position: relative;
}
.timeline-pagination ul:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	height: 3px;
	background-color: #fff;
	bottom: 16px;
	z-index: -6;
}
.timeline-pagination ul li {
	transition: all 0.5s ease-in-out;
	width: 93px;
	display: block;
	padding-left: 0;
}
.timeline-pagination ul li a {
	color: #fff;
	text-decoration: none;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	min-width: max-content;
	transition: all 0.5s ease-in-out;
}
.timeline-pagination ul li a span {
	display: block;
	font-weight: 300;
	transition: font-weight 0s;
	/* This reserves bold space invisibly so text width doesn't change */
}

.timeline-pagination ul li a span::after {
	content: attr(data-text);
	display: block;
	font-weight: 500;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
}

.timeline-pagination ul li:hover a span {
	font-weight: 500;
	transition: all 0.5s ease-in-out;
}
.timeline-pagination ul li:hover a{
	font-weight: 500;
	transition: all 0.5s ease-in-out;
}
.timeline-pagination ul li a:after {
	content: '';
	display: flex;
	width: 35px;
	height: 35px;
	background-color: #fff;
	border-radius: 35px;
	margin-top: 20px;
	transition: transform 0.5s ease-in-out;
	transform: scale(1);
	transform-origin: center center;
	will-change: transform;
}
.timeline-pagination ul li:hover a:after {
	transform: scale(1.2); /* 38/35 = 1.085 */
	transition: transform 0.5s ease-in-out;
}
.timeline-slide-box.inner-slide {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 400px;
	max-width: 72%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.ts-thumbs {
	position: relative;
	width: 521px;
	height: 624px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	top: 16px;
}
.ts-thumbs img {
	position: absolute;
	max-width: 100%;
}
.ts-content h2 {
	font-size: 84px;
	line-height: 80px;
	color: #fff;
	margin-bottom: 31px;
}
.ts-content p {
	font-size: 28px;
	line-height: 35px;
	color: #fff;
}
.timeline-slide-box.inner-slide .slide-year {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	position: absolute;
	font-size: 460px;
	line-height: 498px;
	color: rgba(255, 255, 255, 0.14);
	top: 0;
	margin-top: 89px;
	margin-right: 203px;
}
.content-intro {
	padding-top: 20px;
	margin-bottom: 100px;
}
.content-intro-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 130px;
}

.number-boxes-wrap {
	border-bottom: solid 5px rgba(89, 61, 40, 0.31);
	padding-bottom: 50px;
}
.number-boxes-wrap h2 {
	text-align: center;
	margin-bottom: 120px;
	line-height: 90px;
}
.number-boxes-wrap2 h2 {
	margin-bottom: 67px;
}
.number-boxes {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 38px;
	margin-bottom: 129px;
}
.number-box {
	box-shadow: 6px 9px 5px #00000029;
	border-radius: 47px;
	width: 466px;
	height: 365px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 23px 30px 30px 30px;
}
.number-box h3 {
	font-size: 70px;
	line-height: 86px;
}
.number-box h3 span {
	color: #007735;
}
.number-box h4 {
	font-size: 35px;
	line-height: 48px;
}
.number-box p {
	color: #010101;
}
.number-box .num-box-content p:last-child {
	margin-bottom: 0;
}
.number-box .num-box-content {
	margin-right: 5px;
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.number-boxes.number-boxes-style2 .number-box {
	flex-direction: row;
	box-shadow: 6px 9px 5px #00000029;
	border-radius: 47px;
	width: 516px;
	height: 145px;
	padding: 45px;
	align-items: center;
	gap: 25px;
	justify-content: flex-start;
}
.number-boxes.number-boxes-style2 .number-box strong {
	font-weight: 500;
}
.number-boxes.number-boxes-style2 {
	gap: 83px;
}


.content-page-description {
	text-align: center;
	color: #000000;
	margin-bottom: 130px;
}
.content-page-description p:last-child {
	margin-bottom: 0;
}

.key-considerations {
}
.key-con-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
	margin-bottom: 48px;
}
.key-considerations h2 {
	text-align: center;
	margin-bottom: 15px;
}
.key-con-inner h3 {
	font-size: 63px;
	line-height: 80px;
	font-weight: 500;
	margin-bottom: 40px;
}
.key-considerations2 h3 {
	font-weight: 700;
}
.key-con-inner ul {
	font-weight: 500;
}
.kc-description {
	text-align: center;
	font-size: 35px;
	line-height: 29px;
}
.kc-description p:last-child {
	margin-bottom: 0;
}
.kc-description strong {
	font-weight: 700;
}
.kc-description em {
	font-style: normal;
	color: #007735;
}
.kc-top-desc {
	text-align: center;
	line-height: 29px;
	text-transform: capitalize;
}
.kc-top-desc p:last-child {
	margin-bottom: 0;
}


.dtp-columns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 173px;
	flex-wrap: wrap;
	margin-bottom: 110px;
}
.dtp-content {
	width: 554px;
	font-weight: 500;
}
.dtp-content h3 {
	font-size: 63px;
	line-height: 80px;
	margin-bottom: 40px;
}
.dtp-bottom {
	text-align: center;
	max-width: 1018px;
	color: #010101;
	line-height: 28px;
	margin: 0 auto;
}
.dtp-bottom p:last-child {
	margin-bottom: 0;
}
.dtpt-inner {
	position: relative;
	width: 672px;
	height: 453px;
}
.dtpt-inner img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.dtpt-inner:before {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(89, 61, 40, 0.3);
	width: 100%;
	height: 100%;
	border-radius: 16px;
	margin-left: -40px;
	margin-top: 40px;
}
.ob-thumb{
	margin: 0 auto;
}
.ob-thumb img{
	width: auto;
	height: auto;
	object-fit: cover;
	/*max-width: 600px;*/
}
.ob-content{
	width: 100%;
}

.video-wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform 0.4s ease;
}

.riv-large:hover .video-wrapper video,
.sm-video:hover .video-wrapper video,
.m-video:hover .video-wrapper video {
	transform: scale(1.1);
}

.footer-bar {
	padding: 47px 79px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-link ul{
	padding: 0;
	margin: 0;
	display: flex;
	gap: 59px;
	align-items: center;
	direction: rtl;
}
.footer-link ul li{
	list-style: none;
}
.footer-link ul li a{
	font-size: 19px;
	text-align: left;
	font-weight: 300;
	letter-spacing: 3.42px;
	color: #010101;
	line-height: 23px;
	text-decoration: none;
}
.footer-logo img{
	width: 275px;
	height: 66px;
	object-fit: cover;
}
.page-id-709 .icco-box p,
.page-id-246 .icco-box p{
	font-weight: 300;
}
.page-id-709 .icco-box p strong,
.page-id-246 .icco-box p strong{
	font-weight: 500;
}
.ic-counters-outer .icco-heading h2 span{
	color: #007735;
}
.kc-description p {
	line-height: 52px;
}
.page-id-711 footer,
.page-id-333 footer,
.page-id-710 footer,
.page-id-312 footer{
	margin-top: 103px;
}
.page-id-711 .number-boxes-wrap,
.page-id-333 .number-boxes-wrap,
.page-id-710 .number-boxes-wrap,
.page-id-312 .number-boxes-wrap{
	padding-bottom: 0;
}
.page-id-711 .content-page-description,
.page-id-333 .content-page-description,
.page-id-710 .content-page-description,
.page-id-312 .content-page-description{
	margin-bottom: 89px;
}
.page-id-711 section.key-considerations,
.page-id-333 section.key-considerations{
	padding-top: 153px;
}
.page-id-710 section.key-considerations ,
.page-id-312 section.key-considerations {
	padding-top: 59px;
}
.number-boxes-wrap{
	max-width: 1672px;
	margin: 0 auto;
}
.page-id-711 .content-intro,
.page-id-333 .content-intro{
	margin-bottom: 33px;
}
.page-id-711 .number-boxes-wrap,
.page-id-333 .number-boxes-wrap{
	margin-top: 76px;
}
.content-page-description p strong{
	font-weight: 500;
}
.key-considerations.key-considerations2 .key-con-inner ul{
	max-width: 510px;
}
.key-considerations.key-considerations2 .key-con-inner ul li{
	font-weight: normal;
	line-height: 30px;
	padding-left: 80px;
}
.key-considerations.key-considerations2 .key-con-inner ul li strong{
	font-weight: 500;
}
.key-considerations2 ul li:before{
	top: 0;
	bottom: auto;
	width: 48px;
}
.number-boxes-wrap.sub-area-included h2{
	margin-bottom: 18px;
}
.number-boxes-wrap.sub-area-included p.num-sub-item{
	text-align: center;
	font-size: 26px;
	margin-bottom: 85px;
}
.number-boxes-wrap.sub-area-included .content-page-description p{
	font-size: 35px;
}
.number-boxes-wrap.sub-area-included .content-page-description{
	margin-bottom: 0;
}
.number-boxes-wrap.sub-area-included{
	padding-bottom: 0;
	border-top: solid 5px rgba(89, 61, 40, 0.31);
	border-bottom: none;
	padding-top: 86px;
}
.page-id-703 footer,
.page-id-346 footer{
	margin-top: 86px;
}
.key-considerations.key-considerations2 {
	padding-top: 87px;
}
.key-considerations.key-considerations2 .key-con-inner{
	margin-top: 71px;
	margin-bottom: 87px;
}
.page-id-703 .number-boxes.number-boxes-style2,
.page-id-346 .number-boxes.number-boxes-style2{
	margin-bottom: 94px;
}
.number-boxes-wrap.number-boxes-wrap2{
	margin-top: 104px;
}
.page-id-712 .content-intro,
.page-id-366 .content-intro{
	margin-bottom: 36px;
}
.page-id-712 .number-boxes-wrap,
.page-id-366 .number-boxes-wrap{
	margin-top: 135px;
}
.page-id-712 footer,
.page-id-366 footer{
	margin-top: 135px;
}
.page-id-713 .advanced-solutions__image-wrap{
	width: 672px;
	height: 453px;
}
.page-id-713 .advanced-solutions__row{
	gap: 136px;
}
.page-id-713 .number-boxes-wrap{
	margin-top: 91px;
}
.key-list-below-content{
	margin-top: 56px;
}
.page-id-713 footer{
	margin-top: 107px;
}
.page-id-713 .key-con-inner{
	margin-bottom: 0;
}
.timeline-pagination ul{
	flex-direction: row-reverse;
}
.timeline-pagination ul li:before{
	display: none;
}
.page-template-template-timeline-slider .section-pagination{
	display: none;
}
.page-template-template-timeline-slider .h-logo a {
	width: 270px;
	height: 97px;
}
.h-inner nav ul li.current-menu-item a{
	text-decoration: underline;
	text-underline-offset: 6px;
}
.page-id-710 .number-boxes-wrap,
.page-id-312 .number-boxes-wrap{
	margin-top: 76px;
}
.general-page.content-intro{
	padding-top: 200px;
}

.general-post-content ul, .general-post-content ol, .general-page ol, .general-page ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.general-post-content ul li, .general-page ul li {
	list-style: disc;
	font-size: 23px;
	color: #000000;
	padding-left: 0;
	display: revert;
	line-height: normal;
}

.general-post-content ol li, .general-page ol li {
	list-style: decimal;
	font-size: 23px;
	color: #000000;
	line-height: normal;
}
section.general-page ul li:before{
	display: none;
}
.general-post-content ol{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.error.general-page.content-intro {
	padding-top: 280px;
}
.error .cii-details h1{
	text-align: center;
}
.error .cii-details p{
	text-align: center;
	margin-bottom: 30px;
}
.return-to-home {
	display: flex;
	align-items: center;
	justify-content: center;
}
header#mobile{
	display: none;
}
.oe-boxes.swiper {
	overflow: visible;
}
.oe-swiper-prev,
.oe-swiper-next {
	display: none;
}
.our-expertise.for-mobile{
	display: none;
}
.number-box p{
	text-align: left !important;
}
.slide-img.for-mobile{
	display: none;
}
.footer-bar.for-mobile,
footer.for-mobile{
	display: none;
}

/*Mobile menu*/

/* Hide panel by default */
.mobile-menu-panel {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	background-color: #010101;
	border-radius: 20px;
	margin: 10px;
	padding: 20px;
	z-index: 999;
}

.mobile-menu-panel.active {
	display: block;
}

/* Top level items */
.mobile-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-left: 30px;
	padding-top: 30px;
}

.mobile-nav > li {
	margin-bottom: 0px;
}

.mobile-nav > li > a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.mobile-nav > li.menu-item-has-children{
	margin-bottom: 25px;
}
.mobile-nav > li.menu-item-has-children > a{
	border-bottom: 1px solid #fff;
}

/* Sub menu ג€” always visible, no dropdown behavior */
.mobile-nav ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 25px;
}

.mobile-nav ul.sub-menu li {
	margin-bottom: 8px;
}

.mobile-nav ul.sub-menu a {
	color: #ddd;
	text-decoration: none;
	font-size: 16px;
}

.mobile-nav ul.sub-menu a:hover {
	color: #fff;
}

/* Toggle icon */
.mobile-menu-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #010101;
	width: 50px;
	height: 49px;
	color: #fff;
	font-size: 34px;
	text-decoration: none;
}

.mobile-menu-toggle .icon-minus {
	display: none;
}

.mobile-menu-toggle.active .icon-plus {
	display: none;
}

.mobile-menu-toggle.active .icon-minus {
	display: inline;
}
.mobile-nav ul li.current-menu-item a{
	font-weight: 500;
}
.wpcf7 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/cf-dropdown.png');
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: auto;
}
.cii-details h2 {
	padding-bottom: 32px;
}
.page-id-711 .number-boxes,
.page-id-333 .number-boxes{
	gap:100px;
}
.page-id-711 .key-con-inner h3,
.page-id-333 .key-con-inner h3{
	font-weight: 700;
}
.ts-nav-prev,
.ts-nav-next,
.timeline-pagination-mobile { display: none; }

.ob-inner {
	padding-top: 73px;
	padding-bottom: 98px;
}
.video-wrapper{
	position: relative;
}
img.video-logo {
	position: absolute;
	width: 49px !important;
	height: 49px !important;
	object-fit: contain !important;
	right: 26px;
	top: 26px;
}
.ri-vidoes .riv-large p.center-text{
	position: absolute;
	top: 50%;
	color: #fff;
	text-align: center;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.ri-content {
	position: relative;
	top: -26px;
	width: 755px;
}
.ri-inner span.ri-black {
	position: relative;
	right: 5px;
}
.footer-content{
	position: relative;
	top: -30px;
}
.intro-description p{
	font-size: 21px;
}
.page-id-707 .advanced-solutions__desc strong,
.page-id-706 .advanced-solutions__desc strong,
.page-id-219 .advanced-solutions__desc strong,
.page-id-708 .advanced-solutions__desc strong,
.page-id-187 .advanced-solutions__desc strong,
.page-id-127 .advanced-solutions__desc strong{
	font-weight: 500;
}
.page-id-707 footer,
.page-id-709 footer,
.page-id-246 footer,
.page-id-127 footer{
	margin-top: 120px;
}
.en-font{
	font-family: "Poppins", sans-serif !important;
}
.page-template-default{
	overflow-x: hidden;
}
.icco-box p{
	margin-bottom: 0;
}
.page-id-708  footer,
.page-id-706  footer,
.page-id-706  footer,
.page-id-219  footer,
.page-id-187 footer{
	margin-top: 137px;
}
.page-id-709 .en-font,
.page-id-246 .en-font{
	display: contents;
}
.page-id-703 .content-page-description p strong,
.page-id-346 .content-page-description p strong,
.page-id-710 .content-page-description p strong,
.page-id-312 .content-page-description p strong{
	font-weight: 700;
}
.page-id-710 .key-con-inner h3,
.page-id-312 .key-con-inner h3{
	font-weight: 700;
}
.page-id-712 .number-box .num-box-content p,
.page-id-366 .number-box .num-box-content p,
.page-id-703 .number-box .num-box-content p,
.page-id-346 .number-box .num-box-content p{
	line-height: 30px;
}
.page-id-712 .content-intro-inner,
.page-id-366 .content-intro-inner{
	gap:0;
}
.page-id-712 .number-box,
.page-id-366 .number-box{
	width: 376px;
}
.page-id-712 .kc-thumb ,
.page-id-366 .kc-thumb {
	position: relative;
	top: 20px;
}
.page-id-712 section ul li p strong,
.page-id-366 section ul li p strong{
	font-weight: 500;
}
.page-id-712 .key-con-inner,
.page-id-366 .key-con-inner{
	margin-bottom: 100px;
}
.page-id-713 .cii-details {
	position: relative;
	top: -30px;
}
.page-id-713 .content-intro-inner{
	gap:170px;
}
.page-id-713 .number-boxes{
	gap: 78px;
}
.page-id-713 .advanced-solutions__list li,
.page-id-713 section ul li{
	font-weight: 500;
	padding-left: 80px;
	gap:5px;
}
.page-id-713 .key-considerations {
	padding-top: 172px;
}
.page-id-713 .kc-thumb{
	width: 817px;
}
.page-id-713 .key-con-inner h3{
	font-weight: 700;
}
.page-id-713 section ul li p strong{
	font-weight: 500;
}
.page-id-713 .key-list-below-content{
	line-height: 28px;
}

/*timeline adjustment*/
.timeline-pagination ul li a span{
	font-family: "Poppins", sans-serif !important;
	font-size: 30px;
}
.ts-text{
	position: relative;
	top:31px;
}
.ts-content h2{
	margin-bottom: 0;
}
.timeline-slide-box.inner-slide.timeline-4 {
	gap: 410px;
}
.timeline-slide-box.inner-slide.timeline-8 {
	gap: 300px;
}
.timeline-slide-box.inner-slide.timeline-9{
	gap:300px;
}
.timeline-6 .slide-year{
	margin-right: 0;
	margin-left: 220px;
}
.timeline-slide-box.inner-slide.timeline-6 {
	gap: 400px;
}
.timeline-slide-box.inner-slide.timeline-3 {
	gap: 500px;
}
.timeline-slide-box.inner-slide.timeline-7 {
	gap: 400px;
}
.timeline-7 .slide-year{
	margin-right: 0;
	margin-left: 200px;
}

/*hotspots*/
.hotspot-dot {
	width: 16px;
	height: 16px;
	background: red;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
	position: absolute;
}

.hotspot-dot{
	position:absolute;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#e31e24;
	cursor:pointer;
	transform:translate(-50%,-50%);
}

.hotspot-popup{
	width:320px;
	min-height:180px;
	padding:30px;
	background:#fff;
	border:1px solid #ddd;
	opacity:0;
	visibility:hidden;
	transition:.3s;
	position: absolute;
	left: 40%;
}

.hotspot-popup.active{
	opacity:1;
	visibility:visible;
}
.ob-inner{
	position: relative;
}

.page-id-703 .key-considerations2 ul li:before,
.page-id-346 .key-considerations2 ul li:before{
	top: -14px;
	bottom: 0;
}
.page-id-709 .advanced-solutions__list li,
.page-id-246 .advanced-solutions__list li,
.page-id-706 .advanced-solutions__list li,
.page-id-219 .advanced-solutions__list li,
.page-id-708 .advanced-solutions__list li,
.page-id-187 .advanced-solutions__list li,
.page-id-707 .advanced-solutions__list li,
.page-id-127 .advanced-solutions__list li,
.page-id-709 section ul li,
.page-id-246 section ul li,
.page-id-706 section ul li,
.page-id-219 section ul li,
.page-id-707 section ul li,
.page-id-708 section ul li,
.page-id-187 section ul li,
.page-id-127 section ul li{
	padding-left: 80px;
}
.page-id-707 .icco-box .en-font,
.page-id-708 .icco-box .en-font,
.page-id-187 .icco-box .en-font,
.page-id-127 .icco-box .en-font{
	font-size: 19px;
	font-weight: 600;
}
.page-id-709 .en-font,
.page-id-246 .en-font{
	font-size: 19px;
}
.page-id-709 .advanced-solutions__list li,
.page-id-246 .advanced-solutions__list li{
	direction: ltr;
	text-align: left;
	justify-content: left;
}
.page-id-703 .content-intro-inner,
.page-id-346 .content-intro-inner{
	gap:70px;
}
.page-id-703 .key-considerations.key-considerations2 .key-con-inner ul li,
.page-id-346 .key-considerations.key-considerations2 .key-con-inner ul li{
	font-weight: 300;
}
/*.page-id-703 .number-box,*/
/*.page-id-346 .number-box{*/
/*justify-content: center;*/
/*gap: 80px;*/
/*align-items: flex-start;*/
/*}*/


.page-id-712 .number-box h4,
.page-id-703 .number-box h4{
	min-height: 96px;
}
.page-id-712 .number-box .num-box-content p{
	min-height: 90px;
}
.page-id-710 .number-box .num-box-content p{
	min-height: 105px;
}
.page-id-703 .number-box .num-box-content p{
	min-height: 90px;
}
.page-id-346 .number-box h4{
	min-height: 76px;
}
.page-id-712 .key-considerations {
	padding-top: 133px;
}
.page-id-713 .content-intro{
	margin-bottom: 50px;
}
.page-id-713 .content-page-description{
	margin-bottom: 0;
}
.page-id-713 .number-boxes {
	margin-bottom: 100px;
}
.page-id-713 .advanced-solutions {
	padding-top: 110px;
}
.timeline-slide-box.inner-slide.timeline-4 .ts-content{
	width: 500px;
}
.timeline-slide-box.inner-slide.timeline-5{
	gap:500px;
}
span.icon-minus,
span.icon-plus {
	font-weight: 500;
}
.if-box.box-3 {
	position: relative;
	top: -10px;
}
.if-box.box-2 {
	position: relative;
	top: -5px;
}
.h-inner nav ul li.for-mobile{
	display: none;
}
.general-page ol li {
	padding-bottom: 24px;
}
.general-page ol li:last-child {
	padding-bottom: 0;
}
.inputWrap.message {
	margin-bottom: 0;
}
label.privacy label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}
label.privacy label input{
	width: auto;
	height: auto;
	padding: 0;
}
label.privacy label span.wpcf7-list-item-label{
	font-size: 18px;
}
label.privacy label span.wpcf7-list-item-label a{
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
.ri-content h2 .ri-green span{
	color: #000000;
}
footer span.wpcf7-list-item{
	margin-left: 0;
}
.footer-link ul,
.footer-bar{
	flex-direction: row-reverse;
}
.ts-thumbs img.first-slide-image {
	z-index: 9 !important;
}

.hotspot-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	direction: ltr;
}

/* DOTS */
.hotspot-dot {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #6b5344;
	box-shadow: 0 0 0 4px rgba(107, 83, 68, 0.29),
	0 0 0 2px rgba(107, 83, 47, 0.08);
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: box-shadow 0.3s ease;
	z-index: 5;
}

.hotspot-dot:hover,
.hotspot-dot.active {
	box-shadow: 0 0 0 6px rgba(107, 83, 68, 0.25),
	0 0 0 14px rgba(107, 83, 68, 0.12);
}

/* FIXED PANEL ג€” always same position, to the right/below of image */
.hotspot-panel {
	position: absolute;
	right: 85%;
	top: 60%;
	transform: translateY(-50%);
	min-width: 300px;
	background-color: #7a6453;
	color: #fff;
	padding: 27px 34px 20px 34px;
	border-radius: 30px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease;
	z-index: 10;
}

.hotspot-panel.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.hotspot-panel h4 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 12px;
	position: relative;
	padding-bottom: 12px;
	color: #fff;
}

.hotspot-panel h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
	width: -webkit-fill-available;
	height: 2px;
	background-color: #e1dcd9;
}

.hotspot-panel p {
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 14px;
	margin-bottom: 0;
}

.hotspot-readmore {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.home .h-inner nav ul li#menu-item-715 a ,
.home .h-inner nav ul li#menu-item-716 a ,
.home .h-inner nav ul li#menu-item-727 a ,
.home .h-inner nav ul li#menu-item-22 a {
	text-decoration: none !important;
}

.home .h-inner nav ul li#menu-item-715 a:hover,
.home .h-inner nav ul li#menu-item-716 a:hover,
.home .h-inner nav ul li#menu-item-727 a:hover,
.home .h-inner nav ul li#menu-item-22 a:hover{
	text-decoration: underline !important;
}
a.btn-custom.ob-tab-btn {
	padding: 0 24px;
}
.oe-box .oeb-content a.btn-custom {
	padding: 0 26px;
}

.wpcf7 form .wpcf7-response-output{
	padding-left: 0;
	margin-left: 0;
}
.mobile-nav ul.sub-menu a{
	text-transform: uppercase;
}
.cwi-content{
	width:50%
}
.ic-description{
	text-transform: capitalize;
}
.page-id-706 .advanced-solutions__list li{
	gap: 5px;
}
.page-id-707 .advanced-solutions__list li,
.page-id-707 section ul li,
.page-id-706 section ul li{
	flex-wrap: wrap;
	gap: 5px;
}
.cii-details,
.cii-thumb{
	width:50%
}
.page-id-703 .key-considerations.key-considerations2 .key-con-inner ul{
	max-width:100%
}
.inputWrap.message{
	height:200px;
	position: relative;
}
.wpcf7 textarea {
	height: 41px;
}
.inputWrap.message:before{
	content:'';
	position:absolute;
	border-bottom: solid 1px #fff;
	height:1px;
	bottom: 0px;
	width:100%;
}
.inputWrap.message:after{
	content: '';
	position: absolute;
	border-bottom: solid 1px #fff;
	height: 1px;
	top: 60%;
	width: 100%;
	left: 0;
}
.wpcf7 textarea {
	resize: none !important;
	overflow: hidden !important;
}
label.privacy {
	margin-top: 5px;
}
.intro-description p{
	text-transform: capitalize;
}
.ic-inner .ic-description {
	text-transform: none;
}
.ic-counters-outer .icco-heading h2{
	font-size: 63px;
	line-height: 76px;
}
.page-id-708 .advanced-solutions__list li,
.page-id-708 section ul li{
	gap:5px;
}

.inner-pilow-popup {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 9999;
	background-image: url("../images/inner-popup-bg.png");
	background-size: cover;
	align-items: center;
	justify-content: center;
	width: 884px;
	height: max-content;
	border-radius: 54px;
	top: -170px;
	left: -250px;
	background-position: top;
}

.inner-pilow-popup.active {
	display: flex;
}

.inner-pilow-popup .content{
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: space-around;
	gap:53px;
}

.inner-pilow-popup .content h2{
	color: #ffffff;
	font-weight: 600;
	line-height: 63px;
	font-size: 53px;
}

.inner-pilow-popup-inner {
	position: relative;
	color: #fff;
	max-width: 884px;
	width: 100%;
	padding: 64px 95px 65px 77px;
	min-height: 412px;
	display: flex;
	align-items: center;

}

.inner-pilow-popup-close {
	position: absolute;
	top: 44px;
	left: 58px;
	cursor: pointer;
	color: #fff;
	background-image: url("../images/inner-popup-close.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}

.hotspot-panel.hide > *:not(.inner-pilow-popup) {
	visibility: hidden;
	background-color: transparent !important;
}
.hotspot-panel.hide{
	background-color: transparent !important;
}
.text-wrapper-area p{
	margin-bottom: 30px;
	font-size: 22px;
}
.text-wrapper-area p:last-child{
	margin-bottom: 0;
}
.text-wrapper-area p strong en-font.en-font {
	font-weight: 700;
}

.text-wrapper-area p en-font.en-font{
	font-size: 18px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
.inner-pilow-popup .content h2{
	width: stretch;
}
.text-wrapper-area p strong{
	font-weight: 700;
}
.inner-pilow-popup .content h2{
	position: relative;
}
.inner-pilow-popup .content h2:before{
	content: '';
	position: absolute;
	width: 93px;
	left: 0;
	border-bottom: 17px solid #FFFFFF;
	bottom: -30px;
}

.social-icons-bar {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	padding-right: 48px;
}
a.social-icon-1{
	margin-left: 26px;
}
a.social-icon-2{
	margin-left: 16px;
}

#inner-pilow-popup-pillow-2 .text-wrapper-area p strong{
	line-height: 40px;
}
#inner-pilow-popup-pillow-2 .text-wrapper-area p:first-child{
	line-height: 23px;
	margin-bottom: 15px;
}
#inner-pilow-popup-pillow-2 .text-wrapper-area p{
	margin-bottom: 0;
}
#inner-pilow-popup-pillow-2 .text-wrapper-area p:last-child{
	margin-top: 20px;
}
#inner-pilow-popup-pillow-1 .content{
	gap:0;
}
.ri-inner span.ri-black br {
	display: none;
}
.page-id-707 .intro-description p {
	text-transform: none;
}
.icco-box p{
	font-size: 21px;
}

.page-id-713 .number-box p{
	min-height: 70px;
}
.cii-description {
	width: 90%;
}