body,
html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}

h2,
h3,
h4 {
	font-family: 'Raleway', sans-serif;
}

h2 {
	margin: 0 0 20px 0;
	font-weight: 800;
	font-size: 36px;
	color: #333;
}

h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

h4 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

h5 {
	
	font-weight: 700;
	line-height: 20px;
}

p {
	font-size: 15px;
}

p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}

a {
	color: #608dfd;
	font-weight: 400;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #608dfd;
}

ul,
ol {
	list-style: none;
}

ul,
ol {
	padding: 0;
	-webkit-padding: 0;
	-moz-padding: 0;
}

hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1e7a46;
	margin-bottom: 20px;
	border: 0;
}

/* Navigation */
#menu {
	padding: 15px;
	transition: all 0.8s;
}

#menu.default {
	/* margin-top: 20px; */
	background-color: rgba(3, 98, 8, 0.2);
	border-color: transparent;
}

#menu .nav-link {
	font-family: 'Lato', sans-serif;
	/* text-transform: uppercase; */
	color: white;
	font-size: calc(1.2em + 1vmin);
	font-weight: 350;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 10px;
	text-decoration: none;
	display: block;
	border-bottom: 2px solid transparent;
}

#menu .nav-link:hover {
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(to right, #26921f 0%, #ecc000 100%);
	border-image-slice: 1;
	transition: width 0.2s;
}

.navigation-bar_new {
	display: flex;
	align-items: center;
}

#menu .default .navbar-nav > li > a:hover:after {
	width: 100%;
}

.login-btn {
	position: relative;
	margin-left: 5px;
	text-align: center;
	color: white;
	width: 128px;
	height: 40px;
	font-weight: 600 !important;
	transition: all 3s ease-in-out;
	transition-duration: 500ms;
	border: 2px solid #036208 !important;
	border-radius: 10px;
	background-color: #036208;
	cursor: pointer;
	font-size: large;
}

.google-play {
	position: relative;
	width: 128px;
	height: 40px;
	margin-top: 10px;
}
/* margin-left: 5px;
	text-align: center;
	color: white;
	font-weight: 600 !important;
	transition: all 3s ease-in-out;
	transition-duration: 500ms;
	border: 2px solid #036208 !important;
	border-radius: 10px;
	background-color: #036208;
	cursor: pointer;
	font-size: large; */

.login-btn:hover {
	background-color: transparent;
}

.btn-badge {
	background-color: red;
	position: absolute;
	right: -10;
	top: -10;
	/* width: 35px; */
	/* height: 35px; */

	font-size: 12px !important;
	font-weight: 400 !important;
	border-radius: 100px !important;
	transform: rotate(20deg);
}

/* width: 35px; */
/* height: 35px; */
.googlePlay-badge {
	background-color: red;
	position: absolute;
	right: -10;
	top: 0;
	color: white;

	font-size: 12px !important;
	font-weight: 400 !important;
	border-radius: 100px !important;
	transform: rotate(20deg);
}

/* w-32
	h-10
	font-semibold
	text-center
	text-white
	transition
	duration-500
	border
	border-solid
	rounded-3xl
	border-navbar-background
	bg-navbar-background
	hover:border-2
	hover:bg-transparent
	hover:text-navbar-background */
.default .navbar-nav .specDropdown .btn-default {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #555;
	font-size: 15px;
	font-weight: 400;
	border-radius: 0;
	border: 0;
}

.default .navbar-nav .specDropdown .btn-default:hover {
	background-color: #ffffff;
}

.navbar-toggle {
	border-radius: 0;
}

.products {
	background: white;
	border-radius: 25px;
	margin: 3em;
	margin-left: 0;
	padding: 30 0 0 0;
	text-align: left;
}
.padd_product {
	margin-right: 0 !important;
	margin-left: 3em !important;
}
.product_title h2 {
	width: 100%;
}
.products p {
	color: black;
	font-weight: 400;
	font-size: calc(1em + 1vmin);
}

#grow {
	-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
}
#grow:hover {
	transform: scale(1.1);
	background-color: #1e4b2c;
}
.products h2 {
	font-weight: 900;
	font-size: 22;
}
#grow:hover h2 {
	color: #fff;
}
#grow:hover p {
	color: #fff;
}
#grow:hover h5 {
	color: #94ab53;
}

.section-titl h2 {
	font-size: 5vmin;
	font-weight: 800;
	color: white;
}
.section-titl h3 {
	font-size: 2vw;
	font-size: 5vmin;
	font-weight: 400;
	color: #9dc946;
}
.products_title h2 {
	text-align: left;
}

.arabic p {
	text-align: right !important;
	clear: right;
	font-family: cairo;
}
.arabic h2 {
	text-align: right !important;
	font-family: cairo !important;
}
.arabic h3 {
	text-align: right !important;
	font-family: cairo !important;
}
.arabic h1 {
	text-align: right !important;
	font-family: cairo !important;
	font-weight: 600 !important ;
}
.arabic h5 {
	text-align: right !important;
	font-family: cairo;
}
.arabic span {
	text-align: right !important;
	font-family: cairo;
}
.arabic a {
	text-align: right !important;
	clear: right;
	font-family: cairo !important;
}
.arabic {
	font-family: cairo !important;
}
.arabic img {
	float: right;
}
.service_arabic h1 {
	font-family: cairo !important;
}
.service_arabic h2 {
	font-family: cairo !important;
}
.service_arabic h3 {
	font-family: cairo !important;
}
.service_arabic p {
	font-family: cairo !important;
	text-align: right !important;
}
.blog_text p {
	text-align: right !important;
}

#lang_btn {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color: white;
	background-color: transparent;
	border-width: 0;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-top: 15px;
}
.det {
	/* text-transform: uppercase; */
	color: #94ab53;
	letter-spacing: 1px;
	text-align: left;

	font-size: calc(2em + 1vmin);
	font-weight: 300;
	border-radius: 25px;
}
.prod {
	padding: 10% 0;
}
.feature-image {
	width: 150px;
}
.blog-image {
	width: 100%;
	height: 70%;
	transition: transform 0.5s ease;
}
.blog-image:hover {
	transform: scale(1.3);
}
.btn-custom {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #fff !important;
	background-color: #5ca9fb;
	background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 22px !important;
	font-weight: 600 !important;
	border-radius: 0px;
	transition: all 0.5s linear;
	border: 0;
}
.button {
	background-color: violet;
	justify-content: end;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
	color: #000 !important;
	background-image: none;
	background-color: #6372ff;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline-offset: none;
}
.footer {
	background: url(../img/footer_background.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color: white;
	padding: 100 10;
}
.iframe {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 992px) {
	.iframe {
		/* padding-top: 200px; */
		height: 72%;
	}
	.about-text {
		padding-top: calc(8em + 8vmin);
	}
}
.intro {
	height: 120%;
}
#about {
	justify-content: center;
	z-index: 10;
	padding: 2% 4% 14% 4%;
}

.intro-title {
	background: url(../img/homepage-vector1.png) center center no-repeat;
}

.intro h1 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: calc(2em + 3vmin);
	font-weight: 700;
	text-transform: uppercase;
}

.intro h2 {
	color: #fff;
	font-size: calc(2.15em + 2.2vmin);
	font-weight: 700;
}

header .intro-text {
	padding-top: calc(8em + 38vmin);
	padding-left: 10%;
}

.padd_text {
	padding-right: 10% !important;
}

#features {
	background: url(../img/products_background.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding: 0 3%;
}

#about h3 {
	font-size: 22px;
	color: white;
}

#about h2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: white;
}
#about .about-text li {
}
.app {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
}

#about .about-text h2 {
	font-size: calc(2.45em + 2.5vmin);
	font-weight: 600;
	text-align: left;
}
#about .about-text p {
	font-size: calc(1.45em + 1.5vmin);
	font-weight: 300;
	text-align: left;
	margin-top: -30px;
}

#about p {
	/* margin: 30px 0; */
	color: white;
}

#blogs {
	color: #fff;
	background: url(../img/blog_background.jpg) center center no-repeat;
	padding: 3% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.blogs p {
	font-size: 22px;
}
.blog-title h1 {
	color: #1e4b2c;
	font-weight: 800;
	font-size: 48;
}
.blog-title h2 {
	font-size: 34px;
	color: #888;
}

#services {
	padding: 5% 0;
	color: #fff;
	background: url(../img/1services_background.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.ser {
	padding: 5% 5%;
}

#services .section-title h2::after {
	content: '';
	background: rgba(255, 255, 255, 0.3);
	height: 4px;
	width: 60px;
	bottom: 0;
}

#services i.fa {
	font-size: 42px;
	width: 120px;
	height: 120px;
	padding: 40px 0;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
	border-radius: 50%;
	color: #fff;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

.ser p {
	text-align: left;
}

.blog-desc p {
	font-size: calc(1.5em + 1.2vmin);
}
.blog-desc h2 {
	color: #efbe2d;
	font-weight: 700;
	font-size: calc(2em + 1vmin);
}
.blog-desc h1 {
	font-weight: 700;
	font-size: calc(2em + 1vmin);
}

#IOT__devices {
	background-image: url(../img/IOTbg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	object-fit: cover;
}

.weather__data-container,
.soil__data-container {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding-bottom: 30px;
}

.weather__main-header,
.soil__main-header {
	text-align: center;
	padding: 25px;
	font-weight: bold;
}

.weather__data-box,
.soil__data-box {
	-webkit-box-shadow: 0 1.3px 12px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1.3px 12px -3px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: white;
	opacity: 0.8;
}
.soil__data-box {
	height: 165px;
	width: 17%;
}

.weather__data-box {
	width: 17%;
	height: 185px;
}

.weather__data-box .icon,
.soil__data-box .icon {
	-webkit-box-shadow: 0 1.3px 12px -3px rgba(0, 0, 0, 0.4);

	box-shadow: 0 1.3px 12px -3px rgba(0, 0, 0, 0.4);
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 15px;
}

.weather__data-title,
.soil__data-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.weather__data-box p,
.soil__data-box p {
	margin-bottom: 0px;
}

.weather__data-box .icon svg,
.soil__data-box .icon svg {
	font-size: 35px;
	font-weight: bolder;
}

.IOT__time-stamp {
	margin: 0 35%;
	background-color: white;
	width: auto;
	text-align: center;
	font-weight: bold;
	border-radius: 10px 10px 0px 0px;
	margin-top: 15px;
}

/* Map Section */
#map {
	overflow: hidden;
	position: relative;
}

.control__layer-item {
	display: none;
}

.map__button-container {
	/* background-color: rgba(255, 255, 255, 1); */
	background-color: rgba(231, 247, 231, 0.8);
	width: 30vw;
	height: 30vh;
	z-index: 1000;
	position: absolute;
	top: 35%;
	left: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* opacity: ; */
	border-radius: 10px;
}
.map__button-container-hidden {
	display: none;
}

.map__button {
	position: absolute;
	padding: 5% 15%;
	font-size: 2.5rem;
	font-weight: 900;
	border: none;
	background-color: #236f52;
	outline: none;
	border-radius: 10px;
	/* display: none; */
}

.leaflet-control-layers-list {
	display: flex;
	flex-direction: column;
	font-size: 1.2rem;
}

.leaflet-control-layers-base {
	display: flex;
	flex-direction: column;
	padding: 5px 5px;
	/* text-align: center; */
}

.leaflet-control-layers-base label {
	margin-bottom: 5px;
	padding-bottom: 5px;

	border-bottom: 1px solid lightgray;
}

.leaflet-control-layers-base label:last-child {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.leaflet-control-layers-base label span span {
	margin-left: 5px;
	font-weight: bold;
}

/* Contact Section */
#contact {
	padding: 10% 2%;
	background: url(../img/background.jpg) center center no-repeat;
	color: black;
	font-weight: bold;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.success__message-container {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.success__message-content {
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	color: white;
}

.success__message-icon {
	font-size: 10rem;
	font-weight: 700;
	color: lightgreen;
}

#contact .section-title {
	margin-bottom: 40px;
	color: black;
}

#contact .section-title p {
	font-size: 22px;
	color: black;
}

#contact h2 {
	color: #efbe2d;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contact h2 span {
	color: white;
}

#contact .section-title h2::after {
	content: '';
	background: rgba(255, 255, 255, 0.3);
	height: 4px;
	width: 60px;
}

#contact h3 {
	color: black;
	margin-top: 80px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}

#contact form {
	padding-top: 20px;
}

#contact .text-danger {
	color: #cc0033;
	text-align: left;
}

#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}

#contact .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: black;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: calc(1.45em + 1vmin);
	line-height: 1.42857143;
	background-color: transparent;
	background-image: none;
	border: 0px solid;
	border-bottom: 2px solid white;
	border-radius: 10;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.form-control::-webkit-input-placeholder {
	color: white !important;
	font-weight: 600;
}
#contact_back {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 30px;
	width: 80%;
}
#contact .form-control:focus {
	border-color: yellow;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
	color: #777;
}

.form-control:-moz-placeholder {
	color: #777;
}

.form-control::-moz-placeholder {
	color: #777;
}

.form-control:-ms-input-placeholder {
	color: #777;
}

#contact .contact-item p {
	margin: 20px 0;
	color: white;
}

.contact-item p {
	margin: 20px 0;
	color: white;
	font-size: calc(1.45em + 1.5vmin);
}

.footer_ul_amrc .nav-link {
	color: white;
	font-size: calc(1.45em + 1.2vmin);
	transition: all 0.5s;
}
.footer_ul_amrc .nav-link:hover {
	color: #efbe2d;
}

.footer-titl h2 {
	font-size: calc(2.45em + 1.5vmin);
	font-weight: 700;
	color: #fff;
}
.highlight:hover {
	border-bottom: 3px solid #efbe2d;
	border-image-slice: 1;
	transition: width 0.2s;
}
.highlight {
	border-bottom: 3px solid transparent;
}
.align-links {
	margin-top: 20px;
}

#contact .social {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 50px;
	margin-top: 50px;
	text-align: center;
	color: black;
}

#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
	color: black;
}

#contact .social i.fa {
	font-size: 22px;
	width: 48px;
	height: 48px;
	padding: 12px 0;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}

#contact .social i.fa:hover {
	color: #608dfd;
	background: #fff;
}


#footer {
	background: #f6f6f6;
	padding: 30px 0;
}

.footer p {
	color: #fff;
	font-size: calc(1.5em + 1.2vmin);
}

#footer a {
	color: #608dfd;
}

#footer a:hover {
	border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
	#about img {
		margin: 50px 0;
	}
}

@font-face {
	font-family: 'cairo';
	src: local('Cairo-Light'),
		url('../fonts/fonts/Cairo-Light.ttf') format('truetype');
	font-weight: normal;
}
