/* --------------------------------------------------------------------------------- Fonts -------------------------------------------------------*/
html {
	overflow-x: hidden;
}
img:before { 
	content: "";
	display: block;
	margin-bottom: -999%;
	width:0;
	height:0;
}

img:after { 
	content: "";
	display: block;
	font-size: 12px;
}
body {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-weight: 400;
	overflow: auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Montserrat, sans-serif;
}
a:visited {
	color: #fff;
}
.DfgFooter_textLight__E_avm:visited {
	color: #000;
}
h2 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 110%;
	position: relative;
}

.montserrat-normal {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.roboto-light {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.roboto-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.color-green {
	color: #bee831;
}
h3 {
	font-family: Montserrat, sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 16px;
}
p {
	margin-bottom: 20px;
	margin-top: 16px;
}
ul {
	margin: 0;
	padding-left: 20px;
}
li {
	margin-bottom: 20px;
}
a:hover, a:focus, a:active, a {
	color: #191970;
	color: #fff;
}
.section h2 {
	text-align: center;
}
.text-black span a {
	color: #000;
}
.DfgConnect_connectWrapper__Bq_lc {
	display: none !important;
}
/* -------------------------------------------------------------------------------- /Fonts -------------------------------------------------------*/
.page-title {
	text-align: center;
	font-weight: 800;
	font-size: 52px;
	line-height: 110%;
}
.br-8 {
	border-radius: 8px;
}
.shadow {
	box-shadow: 5px 15px 7px rgba(77, 129, 98, .5);
}
.rounded {
	border-radius: 16px;
}
.img-full {
	width: 100vw;
}
.mobile-connect__icon {
	display: none;
}
.menu-toggle:before {
	content:url('../img/burger_menu mobile.svg');
}
.menu-toggle {
	border: none;
	background: none;
	font-size: 0;
	padding: 0 10px;
}
.mobile-close {
	display: none;
	content:url('../img/close_24px.svg');
}
.logged-in .site-header {
	top: 0;
}
.bg-main {
	background-color: #66c1a5;
	color: #fff;
}
a[title="Industries"] {
  pointer-events: none;
}
/*  -------------------------------------------------------------------------Animations----------------------------------------------------------- */
@keyframes slideInLeft {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes slideInTop {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadeIn {
	0%  { 
		opacity: 0; 
	}
	100% { 
		opacity: 1; 
	}
}
.fade-in { 
	animation: fadeIn 1s; 
}
@-webkit-keyframes run {
	0% {
		left: -30%;
	}
	50% {
		left: 0%;
	}
	100% {
		left: 30%;    
	}
}
@-webkit-keyframes leftToRight {
	0% {
		left: -100%;
	}
	50% {
		left: -50%;
	}
	100% {
		left: 0%;    
	}
}
.slideInTop {
	animation: .5s ease-out 0s 1 slideInTop, .5s ease-out 0s 1 fadeIn;
}
.slideinRight {
	animation: .5s ease-out 0s 1 leftToRight, .5s ease-out 0s 1 fadeIn;
}
/*  -------------------------------------------------------------------------/Animations----------------------------------------------------------- */

/*  -------------------------------------------------------------------------Preloader----------------------------------------------------------- */
.preloader {
	position: absolute;
	width: 100vw;
	height: calc(100vh + 30px);
	background: #000;
	z-index: 99;
	top: -30px;
}
.preloader svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*  ----------------------------------------------------------------------- /Preloader----------------------------------------------------------- */

/* ---------------------------------------------------------------------------- Cookie Consent ----------------------------------------------------*/
.cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	padding: 1rem 1rem;
	background: #000;
	transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 99;
}
.cookie-banner--hide {
	display: none;
	bottom: -100%;
}
.cookie-banner .cookie-banner-button {
	display: inline-block;
	cursor: pointer;
	padding: 0.85rem 1rem;
	margin-left: 0.45rem;
	color: #000;
	font-size: 0.75rem;
	text-decoration: none;
	letter-spacing: 1px;
	background: #fff;
}
@media only screen and (max-width: 600px) {
	.cookie-banner span {
		display: inline-block;
		padding: 10px;
	}
}

/* ------------------------------------------------------------------------- /Cookie Consent ------------------------------------------------*/
/* -------------------------------------------------------------------------- Index page ------------------------------------------------*/


div[class*="DfgClientItemMobile_imageBox"] {
	background: transparent url("../img/main-bg.a8c6a0ef.jpg") no-repeat;
	background-size: auto;
	background-size: contain;
}
div[class*="DfgClientItemMobile_imageBox"] img {
	background-size: 36%;
	background-repeat: no-repeat;
	background-position: top;
}
img[alt="Osram Lightelligence"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/osram-mobile.webp);
}
img[alt="Anova"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/anova-mobile.webp);
}
img[alt="NAMECOACH"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/namecoach-mobile.webp);
}
img[alt="Sortly"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/sortly-mobile.webp);
}
img[alt="Cronycle"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/cronycle-mobile.webp);
}
img[alt="Everypig"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/everyPig-mobile.webp);
}

.swiper-slide img {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}
.swiper-slide img[alt="Osram Lightelligence"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/osram.fbf6c1e5.png);
}
.swiper-slide img[alt="Anova"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/anova.webp);
}
.swiper-slide img[alt="NAMECOACH"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/namecoach.webp);
}
.swiper-slide img[alt="Sortly"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/sortly.webp);
}
.swiper-slide img[alt="Cronycle"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/cronycle.webp);
}
.swiper-slide img[alt="Everypig"] {
	background: url(https://dfuture.co/wp-content/themes/dfuture/assets/img/everyPig.webp);
}
.AnimationElements_snapParentWrapper__3YP12 {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}
.snap-parent-y-mandatory {
	overflow: hidden !important;
}
/* -------------------------------------------------------------------------- Header ------------------------------------------------*/
.menu-header-menu-container {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	margin: 0 auto;
	padding-left: 64px;
}
.main-navigation .current_page_item a, .main-navigation .current-menu-item a{
	font-weight: 500;
}
.main-navigation {
	padding: 23px 0;
}
#primary-menu {
	display: flex;
	justify-content: center;
	font-size: 18px;
	column-gap: 32px;
	margin: auto;
	margin-left: 102px;
}
.container, .site-main {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1352px;
}
.site-branding {
	margin-top: 10px;
	margin-left: 44px;
}
.connect-mode__container {
	margin-right: 95px;
	margin-top: -2px;
}
.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: 0;
	z-index: 98;
	background-color: #20a47c;
}
.DfgNav_navItemWrapper__0zjRD {

}
.navbar_indent {
	height: 30px;
	background-color: #20a47c;
}
.btn {
	background: transparent;
	cursor: pointer;
	font-family: Roboto,sans-serif;
	font-weight: 500;
	font-size: 18px;
	border: 1px solid #fff;
	border-radius: 999px;
	padding: 16px 51px;
	color: #fff;
	transition: background .8s;
	text-decoration: none;
}
.connect-btn {
	margin-top: 2px;
	padding: 20px 53px;
	letter-spacing: -0.5px;
}
.home-template .sub-menu {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #000000b8;
	width: 200px;
	display: flex;
	flex-direction: column;
	min-width: 200px;
	border-radius: 0px 0px 8px 8px;
}
.home-template .sub-menu li {
	margin: 0;
	padding: 0;
}

.home-template .sub-menu a {
	padding: 12px 18px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	font-weight: 300;
}

.DfgNav_navItemWrapper__0zjRD {
	position: relative;
}
.DfgNav_navItemWrapper__0zjRD:hover .sub-menu{
	left: auto;
}
.btn:hover {
	background-color: rgba(28, 27, 31, 0.2);
	border: 1px solid #fff;
}
.menu-item {
	margin-left: 32px;
}
.home-template .menu-item {
	margin: 0;
	padding: 0;
}
.menu-item a, .menu-item a:visited {
	color: #fff;
}
.menu-item a {
	position: relative;
	overflow: hidden;
}
.main-navigation a {
	padding: 3px 0;
}
.separator-right::after {
	content: "";
	height: 12px;
	position: absolute;
	top: 11px;
	right: -34px;
	display: block;
	width: 2px;
	background-color: #fff;
}
.main-navigation .menu-item a::after, .home-template .sub-menu a::after {
	content: "";
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	border-radius: .125rem;
	background-color: #fff;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transform: translate3d(-110%,0,0);
}
.main-navigation .menu-item a:hover::after, .home-template .sub-menu a:hover::after {
	transform: translateZ(0);
}
.home-template .sub-menu a:hover {
	text-decoration: none;
}
.separator-right {
	margin-right: 34px;
}
.menu-header-menu-container .sub-menu {
	box-shadow: 0 2px 2px rgb(0 0 0 / 6%);
	border-radius: 0px 0px 8px 8px;
	background: #000000b8;
	display: flex; 
	flex-direction: column; 
}
.menu-header-menu-container .sub-menu a {
	padding: 12px 18px;
	font-size: 16px;
}
.nav-menu li {
	cursor: pointer;
}
/* .page-template .nav-menu>li {
padding: 23px 0;
} */
/* .DfgNav_navItemWrapper__0zjRD {
padding: 14px 0;
} */
.LogoLink path {
	fill: #fff;
}
.LogoLink .path-green {
	fill: #BEE831;
}
/* ------------------------------------------------------------------------- /Header ------------------------------------------------*/
body {
	/* 	overflow-x: hidden; */
}
.site {
	position: relative;
}
/* -------------------------------------------------------------------------- page-template-agritech-page ------------------------------------------------*/
.page-template-agritech-page, .page-template-default, .page-template {
	background-image: linear-gradient(#20a47c, #7dbd7f 31%, #20a47c 86%, #b1cb80);
}
.post-type-archive, .single-insights, .page-template-services-page, .page-template-agritech-page, .page-template {
	background-image: linear-gradient(to bottom, #20a47c, #7dbd7f);
}

.agritech-container {
	display: flex;
	margin-top: 24px;
	margin-left: 0;
}
.agritech-content {
	margin-top: 20px;
}
.agritech-content__heading {
	color: #fff;
	font-size: 52px;
	display: flex;
	flex-direction: column;
	font-weight: 800;
	font-family: Montserrat, sans-serif;
	line-height: 110%;
	margin-bottom: 18px;
	height: 171px;
}
#agritech-content__heading-three {
	color: rgb(190, 232, 49);
}
.agritech-wind__container {
	width: 140px;
	margin-right: 39px;
	margin-top: 22px;
}
.AgroScreenOne_square {
	height: 221px;
	width: 221px;
	position: absolute;
}
.AgroScreenOne_triangle {
	height: 470px;
	width: 499px;
	position: absolute;
	left: -56px;
	top: 14px;
}
.agritech-aside__geometrycss {
	width: 782px;
	position: absolute;
	height: 1127px;
	top: -390px;
	right: -353px;
	z-index: -1;
}
.agritech-aside__graphics {
	position: absolute;
	right: 168px;
	top: 230px;
	z-index: -1;
}
.BgGeometry_roundOne {
	background: linear-gradient(419.88deg,rgba(255,238,210,.5) 25.75%,rgba(255,238,210,0) 93.81%);
	position: absolute;
	top: 400px;
	left: 76px;
	height: 175px;
	width: 178px;
	border-radius: 9999px;
}
.BgGeometry_roundTwo {
	background: linear-gradient(224.91deg,hsla(83,71%,86%,.4) 45.9%,hsla(83,71%,86%,0) 82.19%);
	position: absolute;
	top: 438px;
	left: 256px;
	height: 523px;
	width: 520px;
	border-radius: 9999px;
}
#agritech-content__subheading {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	font-family: Roboto, sans-serif;
}
.agritech-content__links {
	display: flex;
	align-items: center;
	z-index: 3;
	position: relative;
	margin-top: 15px;
}
.agritech-content__links, .agritech-content__links a, .agritech-content__links a:visited {
	color: #fff;
	font-size: 22px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
}
.agritech-content__links p {
	display: flex;
	flex-direction: column;
	font-weight: 300;
	font-size: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.agritech-content__links strong {
	font-weight: bold;
}
.agritech-content__links a:hover {
	text-decoration: underline;
}
.agritech-link-separator {
	margin-left: 40px;
	margin-right: 40px;
}
.agritech-brandName {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 250px;
	bottom: 0;
}

.agritech-bot__graphics {
	position: absolute;
	bottom: 0;
	height: 250px;
	width: 100%;
}
.agritech-firstScreen {
	height: calc(100vh - 170px);
	position: relative;
	overflow: hidden;
	margin-top: 60px;
}
.agritech-grass {
	background-image: url("../img/grass.webp");
	position: absolute;
	width: 100%;
	height: 250px;
	bottom: 0;
	z-index: 2;
	background-repeat: repeat-x;
}
@-webkit-keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}
@keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}
.page-template-agritech-page li, .page-template-agritech-page ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.agritech-brandName svg {
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	position: absolute;
}
.agritech__section-system {
	display: flex;
	margin-top: 100px;
	margin-bottom: 83px;
}
.section-system__content {
	width: 42%;
}
.section-system__img {
	margin-left: auto;
	margin-top: 39px;
}
.section-network__header {
	max-width: 85%;
	text-align: center;
	margin: auto;
	margin-bottom: 60px;
}
.agritech__section-features {
	margin-top: 132px;
	margin-bottom: 98px;
}
.section-features__list {
	width: 41%;
}
li.card-item {
	color: #000;
	background-color: #fff;
	border-radius: 16px;
	margin-bottom: 20px;
	padding: 10px 20px 20px;
}
.card-item__heading {
	display: flex;
	align-items: center;
}
.card-header {
	margin: 0;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 500;
}
.card-item__heading {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.card-item__text {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}
.section-features__img {
	margin-left: auto;
	margin-top: 48px;
	position: relative;
}
.section-features__img:before {
	content:url('../img/WindmillTurbine-min.svg');
	position: absolute;
	z-index: -1;
	top: -75%;
	right: -1%;
}
.section-features__content {
	display: flex;
}
.section-financial__header {
	text-align: right;
	width: 100%;
}
.agritech__financial-planning {
	display: flex;
	flex-wrap: wrap;
}
.section-financial__img {
	margin-top: 26px;
	position: relative;
}
.section-financial__img:before {
	content:url('../img/CalendarPlanning-min.svg');
	position: absolute;
	z-index: -1;
	top: -45%;
	left: -1%;
}
li.financial-item, li.insightful-item {
	padding-bottom: 2px;
}
.section-financial__list {
	width: 40%;
}
ul.section-financial__list {
	width: 40%;
	margin-left: auto;
}
.agritech__insightful {
	margin-top: 82px;
	display: flex;
	flex-wrap: wrap;
}
.section-insightful__header {
	width: 100%;
}
ul.section-insightful__list {
	width: 40%;
	margin-right: auto;
}
.section-insightful__img {
	margin-top: 16px;
	position: relative;
}
.section-insightful__img:before {
	content:url('../img/Solarpanel-min.svg');
	position: absolute;
	z-index: -1;
	top: -46%;
	right: 3%;
}
.agritech__benefits {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
}
.section-benefits__left {
	width: 47%;
	margin-right: auto;
}
.section-benefits__right {
	width: 47%;
	margin-top: 20px;
}
.section-benefits__tabs {
	margin-top: 60px;
}
.tabs-nav__list {
	display: flex;
	justify-content: space-around;
	border-bottom: 2px solid rgba(255, 255, 255, .2);
}
li.tabs-nav__item {
	padding: 11px 40px;
}
.tabs-nav__item.active {
	border-bottom: 2px solid #bee831;
}
.tabs-nav__item.active a {
	font-weight: 700;
}
.tabs-nav__item a {
	color: #fff;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	text-decoration: none;
}
ul.tabs-list {
	margin-top: 23px;
}
.tab-content {
	display: flex;
}
.tab-item__text {
	font-size: 16px;
	width: 48%;
	margin-right: auto;
}
.tab-item__img {
	margin-top: 15px;
}
.agritech__get-demo {
	margin-top: 134px;
	border-radius: 30px;
	padding: 40px 58px 60px 58px;
	display: flex;
	background-color: rgba(255, 255, 255, .2);
}
.form-demo__left {
	max-width: 48%;
	padding-top: 60px;
}
.form-demo__header {
	margin-top: -6px;
	margin-bottom: 0;
}
.form-demo__right {
	margin-left: auto;
	margin-top: 19px;
}
.form-demo__text {
	margin-bottom: 23px;
}
.agritech__get-demo__icon {
	display: none;
}
/* ------------------------------------------------------------------------- /page-template-agritech-page ------------------------------------------------*/

/* ---------------------------------------------------------------------------- Services page ------------------------------------------------*/
.services-agritech-content {
	margin-top: 20px;
	width: 100%;
	margin-left: 40px;
}
.agritech-service__heading {
	font-size: 52px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 110%;
	margin-bottom: 18px;
}
.drone-svg__container {
	margin-top: 54px;
}
.agritech-service__subheading {
	font-size: 22px;
	font-weight: 400;
}
.points_wrapper {
	width: 100%;
	display: flex;
	margin-top: 18px;
}
.point__container {
	display: flex;
	flex-direction: column;
}
.vertical-separator {
	margin: 0 38px;
	position: relative;
	display: flex;
	align-items: center;
}
.point__container span {
	font-weight: 300;
}
.service__title {
	margin-bottom: 40px;
	font-family: Montserrat, sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 110%;
	margin-top: 0;
	max-width: 99%;
}
.service_card-container img {
	width: 60px;
	height: 60px;
}
.service-container:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.service-container {
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.service_text-container {
	max-width: 48%;
}
.service_card-wrapper {
	height: 150px;
	background-color: rgba(242, 242, 242, .2);
	border-radius: 16px;
	margin-bottom: 20px;
	padding: 20px;
	display: flex;
	position: relative;
	overflow: hidden;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 275px;
}
.service_card-container {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
	align-self: start;
}
.service-card__text {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}
/* ---------------------------------------------------------------------------- /Services page ------------------------------------------------*/

/* ------------------------------------------------------------------------- Privacy Policy page ------------------------------------------------*/
.post-56, .post-54 {
	max-width: 800px;
	margin: auto;
}
.post-56 .entry-title {
	text-align: center;
	margin-bottom: 50px;
	font-size: 52px;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	margin-top: 16px;
}
.page-id-56 {
	background-image: linear-gradient(#20a47c, #7dbd7f 36%, #7dbd7f 63%, #20a47c);
}
/* ------------------------------------------------------------------------- /Privacy Policy pag ------------------------------------------------*/

/* -------------------------------------------------------------------------- Terms of Use page ------------------------------------------------*/
.page-id-54 {
	background-image: linear-gradient(#20a47c, #7dbd7f 36%, #7dbd7f 63%, #20a47c);
}
.post-54 .entry-title {
	display: none;
}
.post-54 h1.wp-block-heading {
	text-align: center;
	margin-bottom: 60px;
	font-size: 52px;
	line-height: 100%;
}
.post-54 .entry-content {
	margin-top: 16px;
}
/* ------------------------------------------------------------------------- /Terms of Use page ------------------------------------------------*/

/* -------------------------------------------------------------------------- Footer ------------------------------------------------*/
.site-footer {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 142px;
}
.site-footer ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
#footer-menu > li {
	width: 20%;
	display: flex;
	flex-direction: column;
}
#footer-menu {
	display: flex;
	justify-content: space-between;
}
li#menu-item-35 {
	width: 30%;
}
.menu-footer-menu-container {
	font-size: 14px;
}
.menu-footer-menu-container a {
	text-decoration: none;
}
.menu-footer-menu-container .menu-item-has-children > a {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}
.site-footer .sub-menu li a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.site-footer .sub-menu li {
	margin-bottom: 8px;
	margin-left: 0;
}
.link-with-icon svg {
	margin-right: 11px;
}
.footer-copyright {
	font-size: 14px;
	font-weight: 300;
	margin-top: 56px;
	color: #fff;
}
/* ------------------------------------------------------------------------- /Footer ------------------------------------------------*/


/* ------------------------------------------------------------------------- Insights archive ------------------------------------------------*/
.insights-main .page-title, .page-template-casestudy-page .page-title {
	text-align: center;
	text-align: center;
	font-weight: 800;
	font-size: 52px;
}
.insight-loop__header, .insight-single__header {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	font-family: Roboto, sans-serif;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 12px;
	margin-bottom: 10px;
}
.insight-loop__excerpt {
	font-size: 16px;
	line-height: 22px;
}
.insights-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	column-gap: 101px;
	padding-left: 10px;
}
.insight-loop__item {
	max-width: 42%;
}
.insight-loop__thumb .attachment-post-thumbnail {
	transition: all .3s ease-in-out;
	border-radius: 20px;
}
.insight-loop__thumb .attachment-post-thumbnail:hover {
	transform: scale(1.05);
}
.insight-loop__header:before, .insight-single__header:before{
	width: fit-content;
	border: 1px solid #fff;
	border-radius: 60px;
	font-size: 12px;
	padding: 2px 21px;
	font-weight: 400;
	margin-bottom: 18px;
}
.insight-94 .insight-loop__header:before,  .insight-94 .insight-single__header:before{
	content: "Report";
}
.insight-97 .insight-loop__header:before, .insight-97 .insight-single__header:before{
	content: "E-book";
	width: fit-content;
}


/* ------------------------------------------------------------------------ /Insights archive ------------------------------------------------*/

/* ------------------------------------------------------------------------ Insight single ------------------------------------------------*/
.back-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	margin-top: 47px;
	margin-bottom: 41px;
}
.insight-single__item {
	display: flex;
	justify-content: space-between;
}
.insight-single__thumb {
	width: 41%;
}
.insight-single__content {
	width: 54%;
}
.insight-single__header {
	margin-top: 0;
}
.insight-single__header::before {
	margin-bottom: 10px;
}
.insight-single__header {
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
.insight-single__content-wrapper {
	margin-top: 20px;
}
.txt_insights {
	font-size: 16px;
	line-height: 140%;
}
.heading-8 {
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 400;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.rich-text-block {
	font-size: 12px;
	font-weight: 300;
	line-height: 150%;
}
.rich-text-block p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.div-block-41 {
	line-height: 150%;
	display: flex;
}
.text-block-6 {
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 14px;
}
.div-block-40 {
	margin-right: 20px;
	display: flex;
}
.insight-single__content-wrapper .form-demo__button {
	margin-top: 20px;
	padding: 20px 44px;
}
/* ------------------------------------------------------------------------ /Insight single ------------------------------------------------*/

/* ------------------------------------------------------------------------- Popup form ------------------------------------------------*/
.popup-container {
	width: 100vw;
	height: 100vh;
	background-color: #000;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	display: grid;
	display: none;
	z-index: 99;
	padding-top: 40px;
}
.popup-wrapper {
	display: flex;
	justify-content: start;
	max-width: 1200px;
	margin: auto;
	column-gap: 20px;
	  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.popup-wrapper::-webkit-scrollbar {
    display: none;
}
.popup-close {
	position: absolute;
	top: 40px;
	bottom: auto;
	left: auto;
	right: 40px;
	cursor: pointer;
}
.popup-welcome {
	width: 27%;
}
.popup-form__container {
	width: 42%;
}
.form_txt {
	margin-top: 20px;
	font-size: 13px;
	font-weight: 300;
	line-height: 120%;
}
.popup-form__container .forminator-label {
	color: #fff;
	margin-bottom: 4px !important;
	font-size: 14px !important;
	font-weight: 300;
	margin-top: 5px !important;
}
.popup-form__container .forminator-input {
	padding: 6px 12px !important;
}
#forminator-field-textarea-1_65e96e299e012 {
	background: transparent;
	border-radius: 8px;
}
.forminator-is_active #forminator-field-textarea-1_65e96e299e012 {
	background: #fff;
}
.forminator-edit-module {
	display: none;
}
.forminator-button:hover {
	box-shadow: none !important;
	background-color: rgba(28, 27, 31, 0.2);
}
/* ------------------------------------------------------------------------- /Popup form -----------------------------------------------*/


/*  ------------------------------------------------------------------------ Index form----------------------------------------------------------- */
.index-popup {
	background-image: url(../img/main-bg.a8c6a0ef.jpg);

	background-repeat: no-repeat;
	background-size: cover;
	/*   background-color: transparent; */
	padding: 0;
}
.index-popup__backing {
	background-image: url(../img/rock.8a16704f.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.index-popup__background {
	background-color: rgba(0, 0, 0, 0.72);
	width: 100vw;
	height: 100vh;
}
.index-popup .popup-welcome {
	font-size: 54px;
	line-height: 90%;
	font-weight: 800;
	font-family: Montserrat,sans-serif;
	width: 30%;
}
.index-popup .popup-wrapper {
	padding-top: 140px;
}
.forminator-ui#forminator-module-112.forminator-design--default .forminator-label {
	font-family: Roboto,sans-serif;
	font-weight: 400;
	font-size: 16px;
}
#forminator-module-112 .forminator-field {
	position: relative;
	margin-bottom: 20px;
}
#forminator-module-112 .forminator-label {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 50%);
	top: 0%;
}
#forminator-module-112 .forminator-is_active .forminator-label {
	font-size: 12px;
	left: 9%;
	color: grey;
	top: -12%;
}
#forminator-module-112 .forminator-is_active .forminator-input {
	background: #fff;
	color: #000;
}
#forminator-module-112 .forminator-input {
	padding-top: 19px !important;
	padding-bottom: 19px !important;
}
#forminator-module-112.forminator-ui.forminator-custom-form[data-design="default"] .forminator-textarea {
	background: transparent;
	border-radius: 16px;
}
#forminator-module-112.forminator-ui.forminator-custom-form[data-design="default"] .forminator-is_active .forminator-textarea {
	background: #fff;
	color: #000;
}
#forminator-module-112 .forminator-error-message {
	color: rgb(251, 158, 154);
}
#forminator-module-112 .forminator-required {
	display: none;
}
#forminator-module-112 .forminator-field-textarea  .forminator-is_active .forminator-label {
	left: 16%;
	top: -6%;
}
#forminator-module-112 .forminator-textarea {
	padding-bottom: 19px;
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 19px
}
@media (max-width: 1328px) {
	.index-popup .popup-wrapper {
		align-items: center;
		flex-direction: column;
	}
	.index-popup .popup-welcome {
		margin-bottom: 20px;
	}
}

@media (max-width: 999px) { 
	.popup-form__container {
		width: 62%;
	}
}
@media (max-width: 640px) {
	#forminator-module-112 .forminator-field-textarea  .forminator-is_active .forminator-label {
		left: 16%;
		top: -6%;
		font-size: 12px;
	}
	.index-popup .popup-welcome {
		font-size: 36px;
		width: 100%;
		text-align: center;
	}
	.popup-form__container {
		width: 82%;
	}
	.index-popup .popup-wrapper {
		padding-top: 80px;
	}
	#forminator-module-112 .forminator-input {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
	#forminator-module-112 .forminator-is_active .forminator-label {
		left: 29%;
		top: -6%;
		padding: 10px;
	}
	#forminator-module-112 .forminator-textarea {

		font-size: 12px;
		padding-top:20px;
	}

}
@media (max-width: 400px) {
	.index-popup .popup-welcome {
		font-size: 36px;
	}
}
/*  ----------------------------------------------------------------------- /Index form----------------------------------------------------------- */


/* ------------------------------------------------------------------------- Signup form ------------------------------------------------*/
.forminator-input {
	border-radius: 8px !important;
	border: 1px solid #fff !important;
	background: transparent;
	font-size: 14px;
	color: #fff;
	padding: 11px 12px !important;
	line-height: 26px !important;
}
.forminator-is_active input{
	background: #fff;
	color: #333;
}
.signup-form__container {
	display: flex;
	column-gap: 27px;
	margin-top: 145px;
}
.signup-form__heading {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Montserrat, sans-serif;
	font-size: 52px;
	font-weight: 800;
	line-height: 100%;
}
.signup-form__text {
	font-size: 16px;
	line-height: 150%;
	margin-top: 0;
}
.forminator-error-message {
	font-size: 14px;
}
.signup-form__description {
	width: 34%;
	color: #fff;
}
#forminator-module-111 {
	width: 37%;
	display: flex;
	margin-top: 23px;
	column-gap: 20px;
}
#forminator-module-111 .forminator-input{
	border: none !important;
	border-bottom: 2px solid #fff !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	padding: 15px 12px !important;
}
#forminator-module-111 .forminator-button-submit {
	padding: 10px 62px;
}
#forminator-module-111 .forminator-error-message {
	display: none !important;
}
#forminator-module-111 .forminator-is_active input{
	background: #fff;
	color: #333;
	border-radius: 8px !important;
}
#forminator-module-111 .forminator-row:nth-child(2) {
	width: 57%;
}
#forminator-module-93 .forminator-textarea::placeholder {
	color: #fff;
}
/* ------------------------------------------------------------------------- /Signup form -----------------------------------------------*/

/* -------------------------------------------------------------------------  Case study archive page -----------------------------------------------*/
.projects-container {
	padding-top: 13px;
	display: flex;
	flex-direction: column;
	row-gap: 54px;
}
.page-template-casestudy-page .page-title {
	animation: .5s ease-out 0s 1 slideInTop, .5s ease-out 0s 1  fadeIn;
}
.project-single {
	display: flex;
}
.project-desctiption__heading {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	margin-top: 0;
	font-family: Roboto, sans-serif;
}
.project-desctiption {
	width: 31%;
}
.project-desctiption__text {
	font-size: 16px;
	line-height: 24px;
}
.project-image {
	border-radius: 16px;
	overflow: hidden;
	width: 61%;
	margin-left: auto;
}
.project-image img {
	border-radius: 16px;
	transition: all .4s ease-in-out;
}
.project-image:hover img {
	transform: scale(1.1);
}
.project-desctiption__link {
	display: flex;
	width: 170px;
	padding: 16px 38px;
}
/* ------------------------------------------------------------------------- /Case study archive page -----------------------------------------------*/

/* -------------------------------------------------------------------------  End-to-end Solution for Date Palm Growth -----------------------------------------------*/

.slick-dots {
	display: flex;
	justify-content: center;
	column-gap: 12px;
	list-style: none;
}
.case-hero__slider {
	max-width: 580px;
	max-height: 500px;
	border-radius: 16px;
}
.slick-slide {
	border-radius: 16px;
}
.slick-dots button {
	font-size: 0;
	border: none;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .4);
	border-radius: 50%;
}
.slick-active button {
	background-color: #fff;
}

.section-case-hero {
	margin-top: 14px;
}
.page-template-date-palm-growth-page ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.page-template-date-palm-growth-page .sub-menu {
	margin-left: 0;
}
.page-template-date-palm-growth-page h3 {
	font-size: 24px;
	font-weight: 700;
}
.page-template-date-palm-growth-page .resources-item__heading {
	font-size: 22px;
	font-weight: 500;
}
.page-template-date-palm-growth-page {
	color: rgb(51, 51, 51);
}
.page-template-date-palm-growth-page section{
	background: #fff;
}
.page-template-date-palm-growth-page h2 {
	color: #333;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
	font-size: 48px;
}
.case-hero {
	display: flex;
	column-gap: 40px;
}
.mc-caption {
	display: none;
}
.case-hero__header.page-title {
	font-weight: 700;
}
.page-template-date-palm-growth-page .section-case-hero {
	background-color: #20a47c;
	padding-top: 6px;
	padding-bottom: 138px;
}
.case-hero__content {
	padding-top: 98px;
	width: 48%;
	margin-right: auto;
	color: #fff;
}
.case-hero__header {
	font-size: 48px;
	margin-top: 0;
	line-height: 110%;
	margin-bottom: 22px;
	text-align: left;
}
.section-results {
	padding-top: 142px;
	padding-bottom: 120px;
}
.case-card {
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 80px;
	display: flex;
	color: rgb(51, 51, 51);
	transition: .4s ease-in-out;
	max-width: 48%;
}
.section-results__container {
	display: flex;
	justify-content: space-between;
}
.case-card:hover {
	background-color: rgb(32, 164, 124);
	color: #fff;
}
.results-item__number {
	margin-top: 22px;
	margin-bottom: 0;
	font-size: 80px;
	font-weight: 700;
}
.results-item__text {
	margin-top: 0;
	margin-bottom: 8px;
}
.section-resources {
	padding-bottom: 120px;
}
.section-resources__container {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.section-resources__item {
	background-color: #f8f8f8;
	border-radius: 8px;
	padding: 20px 40px;
	width: 24%;
}
.resources-item__heading {
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 500;
	color: #333;
	font-family: Roboto, sans-serif;
	margin: 0;
}
.resources-item__icon {
	height: 24px;
	margin-right: 10px;
}
.resources-item__text {
	margin-top: 0;
	margin-bottom: 5px;
	display: flex;
}
.container-800 {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
.about-img {
	margin-top: 22px;
	border-radius: 16px;
	margin-bottom: 16px;
}
.case-animation {
	background: #fff;
	position: relative;
	height: 790px;
	overflow: hidden;
}
.section-about {
	padding-bottom: 80px;
}
.section-about2 {
	padding-top: 80px;
}
.case-animation__img {
	-webkit-animation: linear infinite;
	animation-name: none;
	animation-duration: 0s;
	-webkit-animation-name: run;
	-webkit-animation-duration: 50s;
	position: absolute;
	transform: scale(1.7);
}
.section-goals {
	padding-top: 112px;
}
.selection {
	background-color: #66c1a5;
	color: #333;
	border-radius: 20px;
	padding: 20px;
	font-size: 18px;
	line-height: 167%;
}
.goals-item__icon {
	width: 100px;
	margin-top: 26px;
	margin-bottom: 22px;
}
.section-challenges {
	padding-top: 145px;
}
.section-challenges .img-full {
	margin-top: 22px;
	margin-bottom: 28px;
}
.section-challenges .context-image {
	margin-bottom: -5px;
	margin-top: 22px;
}
.section-challenges iframe {
	margin-top: 20px;
}
.section-design {
	padding-top: 132px;
	padding-bottom: 60px;
}
.section-alSolutions {
	padding-top: 70px;
	padding-bottom: 60px;
}
.context-image {
	margin-top: 18px;
	margin-bottom: 16px;
}
.section-alSolutions .alSolutions-list {
	margin-top: 38px;
}
.alSolutions-subheader {
	margin-bottom: 0px;
}
.alSolutions-item {
	margin-bottom: 38px;
}
.project-img__container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}
.section-resulting {
	padding-top: 44px;
	padding-bottom: 55px;
}
.section-resulting h2 {
	margin-bottom: 42px;
}
.section-resulting .text-point {
	margin-top: 58px;
	margin-bottom: 2px;
}
.section-drone {
	padding-bottom: 60px;
}
.section-aiModules {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-projectRes {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-lens {
	padding-bottom: 55px;
}
.section-lens .text-point {
	margin-top: 80px;
	margin-bottom: 2px;
}
/* ------------------------------------------------------------------------- /End-to-end Solution for Date Palm Growth -----------------------------------------------*/

/* -------------------------------------------------------------------------- Ai page -------------------------------------------------------------------------------*/
.page-template-ai-page .site-footer, .page-template-date-palm-growth-page .site-footer {
	margin-top: 60px;
}
.signup-container .signup-form__container {
	margin-top: 60px;
}
.page-template-ai-page .case-hero {
	margin-top: 9px;
	padding-bottom: 146px;
}
.page-template-ai-page h2 {
	margin-top: 0;
}
.page-template-ai-page .section {
	background: #fff;
}
.page-template-ai-page #slider, .page-template-ai-page #slider .sliderInner {
	height: 480px;
}
.page-template-ai-page .case-hero__content {
	padding-top: 44px;
}
.page-template-ai-page .section-results {
	padding-top: 140px;
}
.page-template-ai-page, .page-template-ai-page h2 {
	color: #333;
}
.page-template-ai-page .section-results h2 {
	margin-bottom: 60px;
}
.page-template-ai-page .section-results__container .case-card {
	padding: 81px 80px;
}
.page-template-ai-page .section-results__container .results-item__icon {
	margin-bottom: 20px;
}
.page-template-ai-page .section-about h2 {
	margin-bottom: 62px;
}
.page-template-ai-page .section-about {
	padding-bottom: 60px;
}
.text-point {
	background-color: #66c1a5;
	color: #fff;
	text-align: center;
	border-radius: 60px;
	margin-top: 36px;
	margin-bottom: 55px;
	padding: 20px;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	justify-content: center;
}
.page-template-ai-page .section-about2 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.page-template-ai-page .goals-card {
	background-color: #f2f2f2;
	border-radius: 20px;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	padding: 2px 20px;
	display: flex;
}
.page-template-ai-page .goals-item__text {
	margin-left: 20px;
}
.page-template-ai-page .goals-item__icon {
	margin: 0;
	width: auto;
}
.page-template-ai-page .section-challenges {
	margin: 0;
	padding-top: 56px;
	padding-bottom: 60px;
}
.challenges-card__container {
	display: flex;
	justify-content: space-between;
}
.challenges-card {
	border-radius: 20px;
	padding: 40px;
	width: 48%;
}
.page-template-ai-page .section-about2 h2 {
	margin-bottom: 46px;
}
.page-template-ai-page .section-challenges h2 {
	margin-bottom: 48px;
}
.challenges-card span {
	font-size: 16px;
	margin: 10px 0;
	display: block;
}
.page-template-ai-page .section-research {
	padding-top: 60px;
	padding-bottom: 60px;
}
.page-template-ai-page  h2 {
	margin-bottom: 62px;
}
.page-template-ai-page .section-research .context-image {
	margin-top: 20px;
}
.page-template-ai-page .section-ourWork {
	padding-top: 68px;
	padding-bottom: 60px;
}
.ourWork-list {
	list-style: none;
	padding: 0;
}
.ourWork-item {
	margin-bottom: 36px;
}
.ourWork-item h3 {
	font-size: 24px;
}
.ourWork-measure li {
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 0;
}
.ourWork-measure {
	padding: 0;
	margin-top: 22px;
	margin-bottom: 40px;
}
.ourWork-item .project-img__container {
	margin-bottom: 34px;
}
.section.section-results2 {
	padding-top: 34px;
	padding-bottom: 124px;
}
.page-template-ai-page .section.section-results2 .goals-card {
	padding: 16px 20px;
}
/* ------------------------------------------------------------------------- /Ai page -------------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------- Contacts page -------------------------------------------------------*/
.contacts-wrapper {
	display: flex;
	margin-top: 11px;
	justify-content: space-between;
}
.contacts-left {
	width: 34%;
}
.contacts-wrapper .page-title {
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 19px;
}
.contacts-text {
	font-size: 16px;
	line-height: 150%;
}
.contacts-right {
	width: 48%;
	margin-top: 38px;
}
.forminator-field .forminator-label {
	font-size: 16px;
}

.forminator-row .selection {
	border-radius: 8px;
	padding: 0;
	font-size: 14px;
	line-height: 1.42857;
	background: transparent;
}
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design="default"] .forminator-input, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-input {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #fff;
}
.forminator-button-submit {
	display: flex !important;
	width: 100% !important;
	height: 60px !important;
	border-radius: 60px !important;
	align-items: center;
	justify-content: center;
	background: transparent;
	background-image: none;
	border: 1px solid #fff !important;
	color: #fff;
	font-size: 20px;
}
.forminator-select {
	border-radius: 8px;
}
.forminator-select-dropdown, .forminator-select {
	/* 	background: #fff !important;
	color: #333 !important;
	font-size: 14px !important; */
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-input::placeholder {
	color: #fff;
}
#forminator-module-93 .forminator-textarea {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #fff;
}
#forminator-module-93 .forminator-select-dropdown {
	background: #000000a3;
	font-size: 14px;
	border: none;
}
#forminator-module-93 .select2-selection {
	border: 1px solid #fff !important;
	border-radius: 8px;
	color: #fff;
}
#forminator-module-93 .select2-selection__rendered {
	padding: 11px 12px !important;
}
.forminator-select-dropdown-container--open {
	background: #000000d9;
	font-size: 14px;
	border-radius: 8px;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default {
	border-radius: 8px;
}
#forminator-module-93 .forminator-row {
	margin-bottom: 10px;
}
#forminator-module-93 .forminator-is_hover .forminator-input , #forminator-module-93 .forminator-is_active .forminator-input , #forminator-module-93 .forminator-is_active .forminator-textarea , #forminator-module-93 .forminator-is_hover .forminator-textarea{
	background: #00000045;
}
.home-template #forminator-module-112 .forminator-input {
	padding-bottom: 10px !important;;
	padding-left: 10px !important;;
	padding-right: 40px !important;
	padding-top: 28px !important;
}
.home-template .forminator-input {
	font-size: 16px;
}
.popup-wrapper {
	overflow: scroll;
	height: 100%;
}
/* ------------------------------------------------------------------------- /Contacts page -------------------------------------------------------*/
.mcSlc {
	background-size: cover;
}


/* ------------------------------------------------------------------------- Home page new -------------------------------------------------------*/
.page-template-home-new {
  background: #000;
	margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

}
.page-template-home-new .site {
	margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-template-home-new .site-header {
  background-color: transparent;
}
.page-template-home-new .navbar_indent {
	display: none;
}
.scroll-container section {
  width: 100%;
  height: 100%;
}
.page-template-home-new .site-header {
	position: absolute;
	width: 100%;
}
.section1 {
		background: url("/wp-content/themes/dfuture/assets/img/main-bg.a8c6a0ef.jpg") no-repeat;
	background-size: cover;
}
.section1__bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}
.section1__top-text {
  height: 133px;
	margin-bottom: -52px;
}
.section1__bot-text {
  width: 1026px;
  height: 185px;
  fill: #fff;
  opacity: .3;
}
.section1__content {
  display: flex;
  flex-direction: column;
  align-items: center;
	padding-top: 208px;
}
#section1_inno-text {
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
  color: rgb(64, 64, 64);
	text-align: left;
	z-index: 2;
}
#section1_dfg-text {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  color: rgb(64, 64, 64);
	text-align: left;
}
.section1_animation-text-container {
/*   display: flex;
  flex-direction: column;
  align-items: flex-start; */
	color: #fff;
  font-size: 52px;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  line-height: 110%;
  margin-bottom: 18px;
  height: 171px;
}
/* ------------------------------------------------------------------------- /Home page new -------------------------------------------------------*/

/* ------------------------------------------------------------------------- Fluent forms -------------------------------------------------------*/
.ff-default .ff-el-input--label label {
  display: block;
  color: #fff;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 300;
}
.ff-default .ff-el-form-control {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  margin-bottom: 5px;
	padding: 9px 17px;
}
.ff-default .ff-el-form-control:hover {
	background-color: transparent;
  border-color: #fff;
}
.fluentform input::-webkit-outer-spin-button,
.fluentform input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fluentform input[type=number] {
  -moz-appearance: textfield;
}
.popup-form__container .ff-btn-submit {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
	background: transparent;
}
.popup-form__container .ff-btn-submit:hover {
  background-color: #373737;
}
.contacts-wrapper .ff-default .ff-el-form-control::placeholder {
color: #fff;
}
.contacts-wrapper .ff-default .ff-el-form-control {
	color: #fff;
}
.signup-form__container .ff-default .ff-el-form-control {
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
}
.signup-form__container .field-active .ff-el-form-control {
	border-radius: 7px;
	border-bottom: border-bottom: 1px solid #fff;
}
.signup-form__container .ff-el-input--content input::placeholder {
	color: #fff;
}
.signup-form__container .ff-el-form-control {
	height: 100%;
}
.signup-form__container .ff-default .ff-el-form-control:focus {
	border-color: #fff;
}
.signup-form__container .ff-default {
  width: 37%;
  height: auto;
}
.signup-form__container .ff-btn {
  padding: 10px 62px !important;
  font-size: 20px !important;
  margin: 0 !important;
}
.signup-form__container .ff-el-group, .signup-form__container .ff-el-input--content {
  margin-bottom: 0 !important;
  height: 100%;
}
.signup-form__container .frm-fluent-form {
  margin-top: 16px;
}
.signup-form__container .frm-fluent-form .ff-t-container {
	gap: 30px;
	display: flex;
}
.index-popup .ff-custom_html p {
font-size: 13px;
  font-weight: 300;
  line-height: 120%;
}
/* ------------------------------------------------------------------------- /Fluent forms -------------------------------------------------------*/

/* -------------------------------------------------------------------------------------- @media --------------------------------------------------------------*/
@media(max-width: 1400px) {
	.case-hero__slider {
		max-width: 580px;
		max-height: 500px;
		border-radius: 16px;
	}
	.case-hero__icon {
		width: 60px;
	}
	.case-hero__content {
		padding: 0;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}
	.menu-header-menu-container {
		padding: 0;
	}
	.connect-mode__container {
		margin-right: 45px;
	}
	.agritech-img__container {
		width: 54%;
	}
	.container, .site-footer {
		padding-left: 40px;
		padding-right: 40px;
	}
	#primary-menu {
		column-gap: 40px;
	}
	.site-header .container {
		padding: 0;
	}
	.insight-single__container, .back-link, .site-header {
		padding-left: 40px;
		padding-right: 40px;
	}
	.signup-form__description {
		width: 50%;
	}
	#forminator-module-111 {
		width: 45%;
	}
	.site-header {
		top: 0;
		position: fixed;
		display: flex;
		margin: 0;
		width: 100vw;
	}
	.agritech-firstScreen {
		height: calc(100vh - 90px);

	}
	.contacts-wrapper, .agritech-firstScreen, .post-type-archive .site-main, .page-template-casestudy-page .site, .page-child .site{
		margin-top: 90px;
	}
}
@media (max-width: 1370px) {
	.DfgNavBottom_bottomWrapper__3sL8N {
		position: relative !important;
		right: 0 !important;
		bottom: unset !important;
	}
}
@media (max-width: 1024px) {
	.DfgNav_navItem__2OA5c {
		position: relative;
		margin-top: .125rem;
		margin-bottom: .125rem;
		margin-left: 3rem;
		display: block;
		overflow: hidden;
		padding-top: .875rem;
		padding-bottom: .875rem;
		font-size: 24px !important;
		line-height: 2rem;
		font-weight: 300;
		transition-duration: .2s;
	}
	.MobileNav_navItemWrapper__ban_5 {
		flex-direction: column;
	}
	.menu-header-menu-container .sub-menu {
		background: transparent;
		left: 0;
	}
	.sub-menu, .main-navigation ul ul, .home-template .sub-menu {
		position: relative;
		left: 38%;
		bottom: 0;
		width: auto;
		min-width: unset;
		top: 6px;
		float: right;
	}
	.menu-footer-menu-container .sub-menu {
		left: 0;
	}
	.home-template .sub-menu a {
		font-size: 20px;
	}
	.menu-toggle {
		display: block;
		width: 41px;
		height: 41px;
	}
	.main-navigation {
		order: 1;
		width: auto;
		padding: 15px 0;
	}
	.connect-mode__container {
		order: 3;
	}
	.LogoLink {
		width: 55px;
		height: 25px;
	}
	.connect-mode__container {
		margin-right: 0;
		display: flex;
		margin-top: 0;
	}
	.site-branding {
		order: 2;
		margin: auto;
	}
	.logo-link {
		display: flex;
	}
	.mobile-connect__icon {
		display: block;
	}
	.connect-btn__text {
		display: none;
	}
	.connect-btn {
		border: none;
	}
	#primary-menu {
		flex-direction: column;
		margin-left: 48px;
	}
	.menu-header-menu-container {
		position: fixed;
		transform: translateX(-140%);
		height: 100vh;
		top: 0;
		background-color: #000;
		padding: 0 28px 24px;
		transition: transform 500ms ease-in 0s;
	}
	.toggled .menu-header-menu-container {
		transform: translateX(-40px) translateY(0px);
	}
	li.mobile-close {
		display: block;
		width: 31px;
		margin-top: 20px;
		margin-bottom: 60px;
		margin-left: -20px;
	}
	.menu-header-menu-container .sub-menu a {
		font-size: 20px;
		margin-bottom: 20px;
		padding-top: 0;
	}
	.main-navigation a {
		margin-bottom: 16px;
		font-size: 24px;
		padding: 6px 0;
		margin-right: 20px;
	}
	.connect-btn {
		border: none;
		padding: 0;
	}
	.site-header {
		padding: 0px 26px;
	}
	.navbar_indent {
		display: none;
	}
}
@media(max-width: 992px) {
	.signup-form__container .ff-default {
  width: 100%;
	}
	.form_txt {
		font-size: 12px;
	}
	.challenges-card {
		width: 100%;
	}
	.agritech__get-demo__icon {
		display: flex;
		margin: auto;
		width: 80px;
		height: 100px;
		align-items: center;
	}
	.case-hero__slider {
		width: 100%;
		max-width: unset;
	}
	.slick-list, .slick-track {
		max-height: 500px;
	}
	.slick-slide {
		border-radius: 16px;
		max-height: 500px;
		object-fit: cover;
	}
	.agritech-img__container {
		width: 100%;
	}
	.insight-single__content {
		width: 100%;
	}
	.project-desctiption {
		width: 100%;
	}
	.agritech__benefits {
		margin-top: 40px;
	}
	.section {
		padding-left: 40px;
		padding-right: 40px;
	}
	.case-hero {
		flex-direction: column;
	}
	.case-hero__content {
		width: 100%;
		padding-top: 20px;
	}
	.signup-form__container {
		flex-direction: column;
		padding: 20px;
		margin-top: 70px;
	}
	.site-footer {
		margin-top: 70px;
	}
	.signup-form__description {
		width: 100%;
	}
	#forminator-module-111 {
		width: 100%;
	}
	.project-single {
		flex-direction: column-reverse;
		row-gap: 20px;
	}
	.project-image img {
		width: 100%;
	}
	.project-image {
		width: 100%;
	}
	.agritech-content__heading {
		font-size: 42px;
	}

	#footer-menu > li {
		width: 46%;
		margin-left: 0;
	}
	#footer-menu {
		flex-wrap: wrap;
	}
	.agritech__section-system {
		flex-direction: column;
		margin-top: 41px;
		margin-bottom: 58px;
	}
	.section-features__content {
		flex-direction: column;
	}
	.section-system__content, .section-features__list, .ul.section-insightful__list {
		width: 100%;
	}
	.agritech__section-features {
		margin-top: 70px;
		margin-bottom: 50px;
	}
	.section-system__header br:nth-child(2) {
		display: none;
	}
	.section-system__header, .section-features__header, .section-financial__header, .section-insightful__header, .section-benefits__header {
		text-align: center;
	}
	.section-system__img {
		margin: auto;
	}
	ul.section-features__list, ul.section-insightful__list {
		order: 2;
		margin-top: 40px;
	}
	.section-features__img, .section-financial__img, .section-insightful__img {
		margin: auto;
		width: 100%;
		order: 1;
	}
	.section-features__img img, .section-financial__img img, .section-insightful__img img{
		object-fit: cover;
		width: 98%;
		margin: auto;
		display: flex;
	}
	ul.section-financial__list, ul.section-insightful__list {
		width: 100%;
		margin-top: 40px;
	}
	.section-benefits__left {
		width: 100%;
	}
	.section-benefits__right {
		width: 100%;
	}
	.agritech__get-demo {
		margin: 0 40px;
		margin-top: 120px;
	}
	.form-demo__right {
		display: none;
	}
	.form-demo__left {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.form-demo__wind {
		display: flex;
		justify-content: center;
		margin-bottom: 12px;
	}
	.form-demo__header {
		margin-top: 0;
		text-align: center;
	}
	.form-demo__text {
		text-align: center;
	}
	.form-demo__button {
		display: flex;
		margin: 0 auto;
	}
	.service-container {
		flex-direction: column-reverse;
	}
	.service-container:nth-of-type(2n) {
		flex-direction: column-reverse;
	}
	.service_card-container {
		width: 100%;
	}
	.service_text-container {
		width: 100%;
		max-width: 100%;
	}
	.service_card-wrapper {
		width: auto;
	}
	.insight-single__item {
		flex-direction: column;
	}
	.insight-single__thumb img {
		object-fit: cover;
		width: 100%;
	}
	.insight-single__thumb {
		width: 100%;
	}
	.insight-single__content-wrapper .form-demo__button {
		margin-right: auto;
	}
	.insight-single__content-wrapper .form-demo__button {
		margin-left: 0;
	}
	.section {
		padding-left: 40px;
		padding-right: 40px;
	}
	.section-resources__item {
		width: 100%;
	}
	.section-resources__container {
		flex-wrap: wrap;
	}
	.menu-footer-menu-container {
		padding: 0 40px;
	}
	.popup-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home-template .popup-container {
		padding: 0;
	}
	.popup-wrapper {
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	.contacts-wrapper {
	  flex-direction: column;
	}
	.contacts-right, .contacts-left {
  width: 100%;
	}
	.popup-close svg {
  width: 30px;
}
	.popup-close {
  right: unset;
  top: 20px;
  left: 16px;
  width: 20px;
}
	.index-popup .popup-wrapper {
  padding-top: 40px;
}
	.signup-form__container {
		padding: 0;
	}
	.signup-form__heading {
		font-size: 38px;
	}
	.insight-single__container, .back-link, .site-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* 	.page-template-date-palm-growth-page ul {
	padding-left: 40px;
	padding-right: 40px;
} */
	.menu-footer-menu-container {
		padding: 0;
	}
	.single-insights .menu-footer-menu-container {
		padding: 0;
	}
	.tabs-nav__list {
		flex-direction: column;
		text-align: center;
	}
	.tab-content {
		flex-direction: column;
	}
	.tab-item__text {
		width: 100%;
	}
	.project-img__container .context-image {
		max-width: 48%;
	}

	.case-card {
		width: 100%;
		max-width: 100%;
		padding: 20px;
	}
	.case-hero__header {
		font-size: 38px;
	}
	.container {
		padding-left: 40px;
		padding-right: 40px;
		flex-wrap: wrap;
	}
	body {
		font-size: 18px;
	}
	.agritech-content__heading, .agritech-service__heading {
		font-size: 32px;
		line-height: 100%;
	}
	.insights-main .page-title, .page-template-casestudy-page .page-title {
		font-size: 42px;
	}
	.points_wrapper {
		flex-direction: column;
	}
	.services-agritech-content .vertical-separator {
		display: none;
	}
	.insight-loop__item {
		max-width: 88%;
		margin: 0 auto;
	}
	.insights-container {
		padding: 0;
	}
	.insight-loop__header, .insight-single__header {
		font-size: 20px;
	}
	.agritech-container {
		flex-direction: column;
	}
	.agritech-bot__graphics, .agritech-grass {
		height: 100px;
	}
	.agritech-grass {
		background-size: 60%;
		z-index: -1;
	}
	.agritech-content__links {
		flex-direction: column;
		align-items: baseline;
	}
	.agritech-link-separator {
		display: none;
	}
	.agritech-wind__container {
		width: 93px;
		margin-left: 0;
	}
	.drone-svg__container {
		width: 93px;
		margin-top: 0;
	}
	.services-agritech-content {
		margin-left: 0;
	}
	.AgroScreenOne_triangle {
		width: 178px;
		height: auto;
		top: 76px;
	}
	.AgroScreenOne_square {
		width: 77px;
	}
	.agritech-brandName svg {
		position: relative;
	}
	.agritech-brandName {
		top: -131%;
	}
	.footer-copyright {
		text-align: center;
	}
	#slider, #slider .sliderInner {
		width: 406px;
		height: 350px;
	}
	.page-template-ai-page .case-hero__content {
		padding-top: 0;
	}
	.page-template-ai-page .case-hero {
		padding-bottom: 60px;
	}
	.page-template-ai-page .section-results {
		padding-top: 60px;
	}
	.section-results__container.container, .container.section-resources__container, .page-template-ai-page .section-about2, .container.challenges-card__container {
		padding: 0;
	}
	.page-template-ai-page .section-about2, .page-template-ai-page .section-ourWork {
		padding-bottom: 20px;
	}
	.page-template-ai-page .section-research {
		padding-top: 0;
		padding-bottom: 0;
	}
	.section h2 {
		font-size: 38px;
	}
	.ourWork-item {
		margin-bottom: 24px;
	}
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
	 .drone-svg__container svg {
    width: 98px;
}
	.agritech__get-demo.form-demo {
  margin: 0;
}
	.signup-form__container .frm-fluent-form .ff-t-container {
		flex-direction: column;
	}
}
@media screen and (max-width: 479px) {
	.service-container {
  margin: 20px auto;
	}
	.service__title {
  font-size: 32px;
  margin-bottom: 28px;
}
	  .agritech-firstScreen {
    height: calc(100vh - 60px);
  }
	.agritech-service__subheading {
  line-height: normal;
  font-size: 20px;
}
	.services-agritech-content {
  margin-top: 0;
	}
	.agritech-aside__graphics {
  transform: scale(0.8);
  right: 84px;
  top: 230px;
}
	.agritech-aside__geometrycss {
  transform: scale(0.3);
  top: -252px;
  right: -313px;
}
	.BgGeometry_roundOne {
  top: 277px;
  right: 187px;
  left: unset;
}
	.BgGeometry_roundTwo {
  top: 395px;
  left: 146px;
}
	.home-template #forminator-module-112 .forminator-input {
		padding-bottom: 14px !important;
  padding-left: 10px !important;
  padding-top: 14px !important;
	}
	  #forminator-module-112 .forminator-is_active .forminator-label {
    left: 11%;
    top: -33%;
    padding: 10px;
    font-size: 12px !important;
  }
	.section.section-results2 {
  padding-top: 0;
  padding-bottom: 40px;
}
	.page-template-ai-page .goals-card {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}
	.page-template-ai-page .goals-item__text {
  margin: 0;
}
	  .section h2 {
    font-size: 32px;
  }
	.page-template-ai-page .section-results, .section-resources {
		padding-bottom: 60px;
	}
	.page-template-ai-page .section-results__container .case-card {
  padding: 20px;
}
	.page-template-ai-page .section-results h2, .page-template-ai-page h2 , .page-template-ai-page .section-about h2 {
  margin-bottom: 30px;
}
	.popup-container {
		overflow: scroll;
	}
	.index-popup__background {
		height:  unset;
	}
	.popup-form__container {
		width: 90%;
	}
	#slider, #slider .sliderInner, #sliderFrame {
		width: 290px;
		height: 250px;
	}
	.case-hero__header {
		font-size: 32px;
	}
	.service_card-container {
		display: flex;
		flex-direction: column;
	}
	.service_card-wrapper {
		width: 100%;
	}
	#forminator-module-111 {
		flex-direction: column;
		row-gap: 24px;
	}
	#forminator-module-111 .forminator-row:nth-child(2) {
		width: 100%;
	}
	.insights-main .page-title, .page-template-casestudy-page .page-title {
		font-size: 38px;
	}
	#footer-menu > li {
		width: 100%;
	}
	body {
		font-size: 16px;
	}
	.site-header {
		padding: 0 20px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.agritech-container {
		margin-top: 0;
	}

	.agritech-brandName {
		height: 0;
	}
	#agritech-content__subheading {
		font-size: 20px;
	}
	.agritech-content__links p {
		font-size: 16px;
	}
	.agritech-brandName {
		top: -245%;
	}
	h2, .page-template-date-palm-growth-page h2 {
		font-size: 32px;
	}

}
/* ------------------------------------------------------------------------------------- /@media --------------------------------------------------------------*/
.graphItems_graphItemTwoActiveDark__q0Ih5::after {
	display: inline-block;
}