#Container, header, nav, section, #CreativeConnect, footer, #Content-Containe, #Main-Banner, #Banner, #About, #Process, #Services, #Info, #Main-Banner-S, #Title, #ExportShipping, #Connect {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Header, #Main-Menu, #Mobile-Menu, #Footer, #Content-Main, #Banner-Intra, #About-Intra, #Products-Intra, #Services-Intra, #Info-Intra, #Title-Intra, #ExportShipping-Intra, #Connect-Intra {
	max-width: 1366px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* Header */

#Main-Banner  {
    z-index: 9999;
    background: #fff;
}

#Main-Banner-S {
    z-index: 9999;
}

header {
    padding: 10px 0px;
}

.home header {
    position: absolute;
    z-index: 3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: rgb(0 0 0 / 5%);
}

.header-l{
    width: 210px;
    padding: 0 0 0 5px;
    vertical-align: middle;
}

.header-r{
	vertical-align: middle;
	text-align: right;
}

/* Banner */

#Main-Banner:after{
	content: '';
	position: absolute;
	background-image: linear-gradient(to right top, #141414, #101112, #0a0f0f, #060c09, #050700);
    top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}

#Banner{
	height: 100vh;
}

#Banner-Intra{
	height: 100%;
}

#Banner video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content{    
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    padding: 0 0 0 10px;
}

.banner-content p{
    font: 700 40px / 50px "Unbounded", sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}

.banner-content p span{
	margin: 10px 0 0 0;
    font: 300 18px / 30px 'gt_walsheim_proregular';
    color: #fff;
	display: block;
}

.downarrow {
    padding-top: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-indent: -9999px;
}

.downarrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.downarrow span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.downarrow span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.downarrow span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Rslides */

#Slider1{
	position: relative;
	z-index: 1;
}

.banner1{
	background: url(../images/banner1.jpg) no-repeat center top;
	background-size: cover;
}


#Banner-Intra{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* About */

#About{
	padding: 80px 0;
    background-image: linear-gradient(to right top, #051937, #171228, #190a1a, #12040d, #000000);
}

.process-l{
	vertical-align: middle;
    padding: 0px 30px 0 10px;
}

.process-l h1{
    font: 700 24px / 36px "Unbounded", sans-serif;
    color: #d3ebe0;
    margin: 0 0 20px 0;
}

.process-l p{
    font: 400 18px / 30px 'gt_walsheim_proregular';
    color: #b9bfbc;
    letter-spacing: 0.4px;
    text-align: justify;
}

.process-r{
	vertical-align: middle;
    text-align: center;
    width: 45%;
}

.process-r img{
    width: 100%;
	max-width: 500px;
	border-radius: 10px;
}


/* Specialization */

#ExportShipping{
    padding: 60px 0;
    background: #f3f9ed;
}

.exship-l{
	vertical-align: middle;
    padding: 0px 30px 0 10px;
}

.exship-l h3{
    font: 700 24px / 36px "Unbounded", sans-serif;
    color: #141414;
    margin: 0 0 20px 0;
}

.exship-l p{
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #141414;
    letter-spacing: 0.4px;
    text-align: justify;
}

.exship-l ul{
	padding: 30px 0 0 0;
}

.exship-l li{
    padding: 5px 0 5px 35px;
    background: url(../images/ticker.svg) no-repeat left 10px;
    background-size: 24px;
    font: 500 18px / 30px 'gt_walsheim_proregular';
    margin: 0 0 12px 0;
}

.exship-l li p{
    font: 400 16px / 30px 'gt_walsheim_proregular';
}

.exship-r{
	vertical-align: middle;
    text-align: center;
    width: 45%;
    padding: 0 10px 0 0;
}

.exship-r img{
    width: 100%;
	max-width: 500px;
	border-radius: 10px;
}

.exship-l .res-img{
	display: none;
}


/* Specialization */

#Products{
    padding: 40px 0;
    background: #ffffff;
}

#Products h2{
    text-align: center;
    font: 700 24px / 36px "Unbounded", sans-serif;
    color: #141414;
    letter-spacing: 0.5px;
    margin: 0 0 30px 0;
    padding: 0 10px;
}

#Products h2 color{
    color: #218440;
}

#Products p.intro{
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #141414;
    text-align: center;
    letter-spacing: 0.3px;
    margin: 0 auto 50px auto;
    width: 90%;
}


.services-list {
	text-align: center;
}

.services-list>li {
	position: relative;
	display: block;
	vertical-align: top;
	transition: 0.8s all ease;
	overflow: hidden;
	color: #fff;
	margin: 0 0 30px 0;
	border: 1px solid #d1d1d1;
	padding: 30px;
}

.services-list>li:nth-child(odd) .service-text {
	padding: 0 30px 0 0;
}

.services-list>li:nth-child(even) .service-text {
	padding: 0 0 0 30px;
}

.service-img {
    vertical-align: middle;
    text-align: right;
    width: 480px;
}

.service-text {
	vertical-align: middle;
}

.service-text h3 {
	text-align: left;
	font: 700 24px / 36px "Unbounded", sans-serif;
	color: #141414;
	letter-spacing: 0.5px;
    margin: 10px 0 15px 0;
}

.service-text h3 span {
    text-align: left;
    display: block;
    font: 600 16px / 30px "Unbounded", sans-serif;
    color: #218440;
    letter-spacing: 0.5px;
    margin: 0px 0 15px 0;
}

.service-text p {
	font: 400 16px / 30px 'gt_walsheim_proregular';
	color: #141414;
	letter-spacing: 0.2px;
	text-align: left;
}

.service-text h4 {
	text-align: left;
	font: 700 16px / 30px "Unbounded", sans-serif;
	color: #141414;
	letter-spacing: 0.5px;
	margin: 10px 0;
}

.service-text li {
	font: 400 15px / 30px 'gt_walsheim_proregular';
	color: #141414;
	letter-spacing: 0.4px;
	text-align: left;
	padding: 4px 0 4px 30px;
	background: url(../images/ticks.svg) no-repeat left 9px;
	background-size: 21px;
}

.service-text .why-btn {
    display: block;
	font: 400 14px / 23px 'gt_walsheim_proregular';
	margin: 20px 0 0 0;
	padding: 10px;
	width: 120px;
	text-align: center;
	letter-spacing: 0.5px;
	border: 2px solid #141414;
	background: transparent;
	color: #141414;
	transition: 0.6s all ease;
}

.service-text .why-btn:hover {
	background: #141414;
	color: #fff;
}


/* Info */

#Info{
	position: relative;
	padding: 140px 0;
    background: url(../images/a1-organic-spices-ql.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

#Info:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
    background-image: linear-gradient(to bottom, #141414, #101214, #0a1111, #050f0b, #080b00);
    opacity: 0.5;
}

#Info-Intra{
	z-index: 1;
}

#Info h3{
    color: #fff;
    font: 700 24px / 36px "Unbounded", sans-serif;
	margin: 0 0 20px 0;
	text-align: center;
	letter-spacing: 1px;
}

#Info p{
    color: #fff;
    font: 400 18px / 30px 'gt_walsheim_proregular';
    margin: 0 auto 15px auto;
    text-align: center;
    width: 100%;
    max-width: 770px;
}

#Info a{
    display: block;
    border-radius: 50px;
    color: #fff;
    font: 400 14px / 30px 'gt_walsheim_proregular';
    background: #218440;
    box-shadow: 0px 3px 6px #00000029;
    width: 190px;
    text-align: center;
    padding: 10px;
    margin: auto;
    letter-spacing: 1px;
}

/* Footer */


footer{
    background: #141414;
    padding: 0;
}

.footer-breif{
    text-align: center;
    position: relative;
    padding: 30px 0 0 0;
}

.footer-breif img{
	display: inline-block;
    width: 300px;
}

.footer-breif p{
    font: 400 15px/28px 'gt_walsheim_proregular';
    padding: 5px 0;
    letter-spacing: 1px;
    text-align: center;
    margin: 10px 0 0 0;
    color: #f1f1f1;
}

.footer-menu{
	text-align: center;
    padding: 30px 0 15px 0;
}

.footer-menu li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #8792a1;
    font: 400 15px/28px 'gt_walsheim_proregular';
    transition: 0.5s all ease;
    letter-spacing: 0.5px;
    padding: 5px 20px;
}

.footer-menu li a:after{
    content: '|';
    position: absolute;
    right: 0;
    top: 5px;
    color: #fff;
}

.footer-menu li:last-child a:after{
	display: none;
}

.footer-menu li a{
	display: block;
    color: #fff;
	transition: 0.7s all ease;
}

.footer-intra li a:hover{
    color: #fff;
}

.copyrights{
    padding: 10px;
	position: relative;
}

.copyrights p{
    font: 400 13px / 28px 'gt_walsheim_proregular';
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.copyrights p a{
	color: #fff;
}

/* Main Banner */

body {
    background: #F3F9ED;
}

#Title {
	padding: 50px 0;
}

#Title-Intra h1{
    font: 700 40px / 50px "Unbounded", sans-serif;
    color: #7D8837;
    letter-spacing: 1px;
    padding: 0 0 0 5px;
}

/* Contact */

.contact-info h2{
    font: 300 45px / 70px "Unbounded", sans-serif;
    color: #141414;
    margin: 0 0 30px 0;
}

.contact-info h2 color{
    font: 600 45px / 70px "Unbounded", sans-serif;
    color: #7D8837;
}

.contact-info p{
    font: 400 20px/40px 'gt_walsheim_proregular';
    color: #094254;
    letter-spacing: 0.5px;
}

.contact-grid{
	margin: 50px 0 0 0;
	background: #fff;
}

.textMain .contact-grid li{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 20px;
    margin: 0 -2px 2px -1px;
    background: #f3f9ed;
    min-height: 390px;
    transition: 0.7s all ease;
}


.textMain .contact-grid-l h3{
	text-align: center;
    font: 500 18px/24px 'gt_walsheim_proregular';
    color: #333;
    letter-spacing: 1px;
}

.textMain .contact-grid-l p {
    font: 400 15px/30px 'gt_walsheim_proregular';
    padding: 5px 0 5px 35px;
    position: relative;
}

.textMain .contact-grid-l p a{
	color: #333;
}

.textMain .contact-grid li img{
	display: block;
	margin: 0 auto 10px auto;
	filter: brightness(0%);
}

.textMain .contact-grid li p:before{
    font-family: 'fontello';
    position: absolute;
    top: 1px;
    left: 0;
    margin: auto;
    color: #7D8837;
    width: 30px;
}

.contact-grid li p.address:before{
    content: '\E823';
    font-size: 23px;
    top: 4px;
}

.contact-grid li p.phone:before{
    content: '\E80E';
    font-size: 17px;
    top: 4px;
    left: 3px;
}

.contact-grid li p.direction:before{
    content: '\E817';
    font-size: 15px;
    top: 4px;
    left: 4px;
}


/* Calculator */


.calculator {
    text-align: center;
    padding: 50px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	margin: 0;
    vertical-align: middle;
}

.calculator h3 {
    font: 700 18px "Unbounded", sans-serif;
    color: #7D8837;
    margin-bottom: 30px;
}

.calculator p.info {
    font: 500 16px / 26px 'gt_walsheim_proregular';
    padding: 0 0 10px 0;
    text-align: left;
    color: #333333;
    width: 96%;
    margin: auto;
}

.calculator p {
    font: 500 12px/24px 'gt_walsheim_proregular';
    padding: 0;
    text-align: left;
    color: #333333;
}

.calculator h4 {
    font: 700 18px "Unbounded", sans-serif;
    color: #7D8837;
    margin: 30px 0 0 0;
}


/* --- Input & Select Fields --- */

.calculator .blockarea {
    max-width: 96%;
    margin: 10px auto;
    text-align: left;
}

.calculator input,
.calculator select {
    background: #ffffff;
    width: 100%;
    border: 1px solid #cccccc;
    outline: none;
    font: 400 14px/30px 'gt_walsheim_proregular';
    padding: 10px;
}

.calculator select {
    padding: 14px 5px;
}


/* --- Submit Button --- */

.calculator .submitBtn input {
    display: block;
    vertical-align: top;
    width: 150px;
    margin: 20px auto 0 auto;
    border: 1px solid #7D8837;
    color: #fff;
    cursor: pointer;
    transition: 0.7s all ease;
    background: #7D8837;
    padding: 12px 0;
    font: 700 12px/24px 'gt_walsheim_proregular';
    text-transform: uppercase;
    letter-spacing: 2px;
}

.calculator .submitBtn input:hover {
    background: none;
    color: #7D8837;
}

/* --- Validation Errors --- */

.calculator label.error {
    display: block;
    text-align: left;
    font: 400 12px/24px 'gt_walsheim_proregular';
    padding: 8px 0 0 0;
    letter-spacing: 0.5px;
    color: #fb1a0a;
}

.calculator .submitBtn input,
.calculator .submitBtn input:hover{
    background: #7D8837;
	color: #fff;
}


.calculator-result{
	background: #7D8837;
	vertical-align: middle;
	padding: 30px;
}


.calculator-result h2{
    color: #0E6E62;
    font: 500 10px / 28px "Unbounded", sans-serif;
    letter-spacing: 1px;
    background: #d3ebe0;
    text-align: left;
    margin: 10px 0;
    display: inline-block;
    padding: 0 11px;
}

.calculator-result li{
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #d3ebe0;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 0 0 5px 0 ! important;
}

.calculator-result hr{
    border: none;
    height: 0.1px;
    background-color: #d3ebe0;
}




/* Contact Page */

.contact-form-grid{
    background: #fefefe;
    margin: 20px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.contact-form-box{
	vertical-align: middle;
    border-right: 1px solid #EDEDED;
}

.contactBox{
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    width: 90%;
}

.contactBox .inputBox {
    margin: 0 0 20px 0;
}

.contactBox .inputBox label{
    display: block;
    color: #242424;
    font: 400 13px/24px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
}

.contactBox .inputBox label span{
	color: #C52424;
}

.contactBox #captchaQuestion{
    background: #f8f8f8;
    padding: 3px 15px;
    display: inline-block;
}

.contactBox .inputBox input{
    border: none;
    border-bottom: 1px solid #D5CDDB;
    padding: 10px 10px 10px 50px;
    outline: none;
    width: 100%;
    font: 400 13px / 30px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
}

.contactBox .inputBox textarea{
    border: none;
    border-bottom: 1px solid #D5CDDB;
    outline: none;
    font: 400 13px / 30px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    height: 175px;
    padding: 10px 10px 10px 60px;
}

.contactBox .inputBox select{
	background-color: #FCFCFC;
    border: 1px solid #D5CDDB;
    outline: none;
    border-radius: 5px;
    font: 400 13px/30px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    padding: 12px 10px 12px 50px;
}


.contactBox .submitBox{
    margin: 40px 0 0 0;
	text-align: center;
}


.contactBox .submitBox input{
    color: #7D8837;
    padding: 16px 10px;
    outline: none;
    width: 200px;
    font: 400 15px / 30px 'gt_walsheim_proregular';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.7s all ease;
    border: none;
}

.button-89 {
  --b: 1px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #7D8837;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: #7D8837;
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}

.formFname{
	background: url(../images/person.png) no-repeat 10px center;
    background-size: 24px;
}

.formMail{
	background: url(../images/mail.png) no-repeat 10px center;
    background-size: 32px;
}

.formMobile{
	background: url(../images/mobile.png) no-repeat 10px center;
    background-size: 32px;
}

.formMessage{
	background: url(../images/connect.png) no-repeat 10px 12px;
    background-size: 36px;
	resize: none;
}

.formCaptcha{
    background: url(../images/captcha.png) no-repeat 10px 11px;
    background-size: 26px;
    resize: none;
}

.captcha-blk .g-recaptcha {
    width: 300px;
    margin: auto;
}

.mapIframe{
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.mapIframe iframe{
	display: block;
}


.contact-form-content{
    vertical-align: middle;
	padding: 50px;
}

.contact-form-content p{
	font: 400 18px / 30px 'gt_walsheim_proregular';
    color: #141414;
    letter-spacing: 0.4px;
    text-align: justify;
    margin: 0 0 30px 0;
}

.textMain .contact-form-content li.phone-ico {
    background: url(../images/phone-ico.svg) no-repeat 0px 7px;
    background-size: 36px;
}

.textMain .contact-form-content li.mail-ico {
    background: url(../images/mail-ico.svg) no-repeat 0px 2px;
    background-size: 36px;
}

.textMain .contact-form-content li.address-ico {
    background: url(../images/map-ico.svg) no-repeat 1px 5px;
    background-size: 36px;
}

.textMain .contact-form-content li {
	padding: 0 0 0 46px;
	background: none;
	margin: 20px 0;
}

.contact-form-content li h4{
    font: 500 22px / 36px "Unbounded", sans-serif;
    color: #333;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-form-content li p{
    font: 400 16px/30px 'gt_walsheim_proregular';
    color: #333;
	padding: 0;
}

.contact-form-content li p a{
    color: #333;
}

.contactBox label.error {
    font: 500 13px/20px 'gt_walsheim_proregular';
    color: #e64325;
}

/* About */

.abt-l{
    background: #1f1c1c;
    padding: 40px;
	vertical-align: middle;
}

.abt-l h2{
    font: 600 22px / 40px "Unbounded", sans-serif;
    color: #7D8837;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.abt-l p{
    font: 300 16px / 30px 'gt_walsheim_proregular';
    color: #fefefe;
    letter-spacing: 1px;
    text-align: justify;
    padding: 10px 0;
}

.abt-r{
	text-align: center;
	vertical-align: middle;
}

.abt-r img{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	display: block;
}

.team-nh{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	padding: 40px;
}

.team-nh h3{
    font: 600 26px / 50px "Unbounded", sans-serif;
    color: #333333;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.team-nh p{
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #333;
    letter-spacing: 0.5px;
    text-align: justify;
}

.team-nh p strong{
    color: #7D8837;
}

.team-nh-l{
	width: 71%;
    padding: 0 20px 0 0;
}

.team-nh-r{
    padding: 40px;
    background: #008b8b;
}

.team-nh-r h4 {
    font: 600 20px / 34px "Unbounded", sans-serif;
    color: #fefefe;
    margin: 10px 0;
    letter-spacing: 0.5px;
}
	
.team-nh-r p {
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #fefefe;
    letter-spacing: 0.5px;
    text-align: justify;
}
	
.team-nh-r p strong{
	color: #fefefe;
}

.textMain .team-nh li{
    color: #141414;
    font: 400 16px / 28px 'gt_walsheim_proregular';
    background: url(../images/ticker.svg) no-repeat 0px 9px;
    background-size: 18px;
    padding: 5px 0 6px 30px;
    margin: 10px 0;
}
	
	
.extra-block{
    padding: 40px;
    background: #008b8b;
}

.extra-block h3 {
    font: 600 20px / 34px "Unbounded", sans-serif;
    color: #fefefe;
    margin: 10px 0;
    letter-spacing: 0.5px;
}
	
.extra-block p {
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #fefefe;
    letter-spacing: 0.5px;
    text-align: justify;
}

/* Neu Home Service */


.nh-service-txt {
    background: #fefefe;
    padding: 30px;
    vertical-align: middle;
}

.nh-service-txt h2 {
    font: 600 22px / 40px "Unbounded", sans-serif;
    color: #7D8837;
    margin: 10px 0;
    letter-spacing: 0.5px;
}

.nh-service-txt h3 {
    font: 600 22px / 40px "Unbounded", sans-serif;
    color: #141414;
    margin: 10px 0;
    letter-spacing: 0.5px;
}

.nh-service-txt p {
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #141414;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 10px 0;
}

.nh-service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.invert-color .nh-service-txt {
	background: #141414;
}

.invert-color .nh-service-txt h3 {
    color: #7D8837;
}

.invert-color .nh-service-txt li, 
.invert-color .nh-service-txt p{
    color: #fefefe;
}

.other-color {
    padding: 30px;
    background: #008b8b;
}

.other-color h3{
    font: 600 22px / 40px "Unbounded", sans-serif;
    color: #fefefe;
    margin: 0;
}

.other-color p{
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #fefefe;
}


.core-accordion h4 {
    cursor: pointer;
    color: #000000;
    font: 500 14px / 32px "Poppins", sans-serif;
    position: relative;
    text-align: left;
    padding: 8px 70px 8px 20px;
    transition: 0.7s all ease;
    background: #d4d4d4;
    letter-spacing: 0.4px;
    margin: 0 0 10px 0;
}

.core-accordion .core-content {
    display: none;
    padding: 0px 10px;
    background: none;
    border-left: 3px solid #7D8837;
    font: 400 16px / 32px 'gt_walsheim_proregular';
    margin: 10px 0;
}

.core-accordion h4:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%, -50%);
  -moz-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #333;
  border-bottom: 0px solid transparent;
  transition: 0.7s all ease;
}
.core-accordion h4.current:before {
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 15px solid #333;
}

/* Quick Info */

.textMain p.quick-info{
	font: 400 18px / 30px "Unbounded", sans-serif;
}

.textMain p.quick-info a{
	text-decoration: underline;
    color: #fff;
}

/* Theme Grid */

.theme-grid{
	position: relative;
}

.theme-grid-l{
	position: relative;
    vertical-align: middle;
    background: #7D8837;
    padding: 60px;
}

.theme-grid-l h2{
    font: 600 24px / 40px "Unbounded", sans-serif;
    color: #d3ebe0;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.theme-grid-l h3{
    font: 400 16px / 32px 'gt_walsheim_proregular';
    color: #d3ebe0;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 10px 0;
}

.theme-grid-l p{
    font: 400 16px / 32px 'gt_walsheim_proregular';
    color: #d3ebe0;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 10px 0;
}

.theme-grid-r{
	overflow: hidden;
	position: relative;
    background: #fff;
}

.theme-grid-r video{
	height: 520px;
}

.gif-bg img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
    transition: 0.7s all ease;
}

.textMain h3.ribbon {
    margin: 15px auto;
    padding: 15px;
    height: 50px;
    background: #d3ebe0;
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
    font: 600 10px / 36px 'gt_walsheim_proregular';
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1.3px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    text-align: center;
    align-items: center;
}

.textMain .services-list li:nth-child(even){
	margin: 0;
}

/* Side Menu */

.mobile-menu{
    display: none;
    position: relative;
    z-index: 9;
    padding: 0 10px 0 0;
}

.mobile-menu img{
	width: 36px;
}

.mobile-menu img.logoslide{
    width: 150px;
}

.side-menu {
	width: 90%;
	position: fixed;
	right: 0;
	top: 0;
    background-image: linear-gradient(to top, #1d1d26, #1b1b24, #181922, #161621, #14141f);
    z-index: 99999999;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}
.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
	width: 280px;
}
.side-menu.side-menu-active, .side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}
.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}
/*Side overlay*/

#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}
/*side clode btn*/

.side-menu .btn-close {
	height: 33px;
	width: 33px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
.side-menu.before-side .btn-close {
	display: none;
}
.just-sidemenu #sidemenu_toggle {
	position: fixed;
	z-index: 999;
	/*background: #fff;*/
	right: 0;
	top: 16px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #fff;
	top: 5px;
}
.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*side open btn*/

.sidemenu_btn {   
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 1rem;
    margin: 0;
    position: relative;
}
.sidemenu_btn.left {
	left: 15px;
	right: auto;
}
.side-menu .inner-wrapper {
    padding: 30px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin: 30px 0;
    display: block;

}
.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 5px 0 !important;
    font: 400 18px / 30px 'gt_walsheim_proregular';
    text-transform: capitalize;
    letter-spacing: 0.8px;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.side-nav .navbar-nav .nav-link {
	color: #fff;
	position: relative;
}
.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}
.side-menu p {
    font-size: 13px;
    font: 400 12px/24px 'gt_walsheim_proregular';
    color: #fff;
    letter-spacing: 1px;
}
.side-menu p .icon-heart {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.side-menu p span.icon-heart:before {
    content: '\E81D';
    font-family: 'fontello';
    position: absolute;
    top: 0;
    left: 2px;
    right: 0;
    margin: auto;
    color: #ff5722;
}
.modal-content {
	border-radius: 0
}

.side-footer{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}



/* FAQs */

.faqs{
    padding: 60px 0 0 0;
}

.textMain .faqs-list li{
    padding: 20px;
    font: 500 18px / 30px 'Montserrat', sans-serif;
    background: #fff;
    margin: 0 0 15px 0;
}

.textMain .faqs-list li:last-child{
	border-bottom: 0;
}

.faqs-list li h3{
    padding: 0;
    margin: 0;
    font: 700 16px / 26px "Unbounded", sans-serif;
    color: #461212;
    letter-spacing: 0.5px;
}

.faqs-list li p{
    width: auto;
    margin: 0;
    text-align: left;
    padding: 10px 0;
    font: 400 16px / 32px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
}
 
/*	Popup  */
 
.overlayPOP {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	opacity: 0;
	z-index: 999999999;
	visibility: hidden; 
}

.overlayPOP .close {
    position: absolute;
    top: 22px;
    right: 26px;
    transition: all 200ms;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #e91e63;
	transition: 0.8s all ease;
	cursor: pointer;
}

.overlayPOP .close:hover {
    color: #333;
} 

.quote{
	position: fixed;
    width: 480px;
	margin: auto;
	padding: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
	background: #f3f9ed;
}

.quote:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 16px;
}
 
.quote h2{
    font: 700 21px/40px "Unbounded", sans-serif;
    color: #0e6e62;
    letter-spacing: 1.5px;
    margin: 0 0 20px 0;
}

.quote input, 
.quote select,
.quote textarea {
    font-family: 'gt_walsheim_proregular';
    width: 100%;
    border: 2px solid transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding: 13px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #ffffff;
    outline: none;
    letter-spacing: 1px;
    color: #000;
    border: 1px solid #e1efd3;
}

.quote select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 13px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="%23333" stroke-width=".5" d="M0 0l2 2 2-2"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
}

.quote input::placeholder,
.quote select::placeholder,
.quote textarea::placeholder {
	color: #485352;
	opacity: 1;
}

.quote p.info{
    color: #141414;
    font: 400 13px / 26px 'gt_walsheim_proregular';
    text-align: left;
}

.quote p.info a{
    color: #0e6e62;
}

.quote .inputBlock{
	margin: 0 0 10px 0;
}

.quote .inputBlock p{
    font: 500 13px/24px 'gt_walsheim_proregular';
    color: #333;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

.quote .checkbox{
    border-top: 1px solid #f3f9ed;
    border-bottom: 1px solid #f3f9ed;
}


.quote .checkbox input{
    width: auto;
}

.quote .checkbox label{
    display: inline-block;
    font: 500 14px/26px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    vertical-align: middle;
    margin: 0 10px 5px 0px;
}

.quote label.error {
    color: rgb(230, 67, 37);
    font: 500 13px / 20px 'gt_walsheim_proregular';
}

.quote .submitGet input{
    cursor: pointer;
    background: #0e6e62;
    color: #fff;
}

/* Get Quote */

.getQuoteBtn{
    display: block;
    position: fixed;
    bottom: 40px;
    right: 40px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    z-index: 999;
    color: #fff;
    font: 400 13px/32px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    text-transform: capitalize;
    background: #7D8837;
    transition: 0.7s all ease;
    padding: 10px;
    width: 110px;
    text-align: center;
    border-radius: 50px;
}

.getQuoteBtn:hover{
    color: #000;
    background: #c5d932;
}


/* Table */

.table-container {
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.comparison-table {
  width: 100%;
  min-width: calc(300px * 10); /* 10 columns including feature column */
  border-collapse: collapse;
  font-family: sans-serif;
}

.comparison-table thead {
  background: #aee6ff;
}

.comparison-table thead th {
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    min-width: 190px;
    font: 700 16px / 24px 'gt_walsheim_proregular';
}

.comparison-table thead th span {
  display: block;
  margin-top: 5px;
}

.comparison-table td {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #eee;
	min-width: 300px;
    font: 500 16px / 24px 'gt_walsheim_proregular';
}

.comparison-table td:first-child {
  background: #ffc107;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  min-width: 220px; /* Optional: narrower for features */
}

/* Accordion Compare */

#Compare-Block{
	text-align: center;
}

.compare-block-grid{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	min-width: 300px;
	text-align: left;
    margin: 20px 0;
}

.compare-accordion{
	background: #fff;
}

.compare-accordion h3 {
    margin: 0px;
    color: #ffffff;
    font: 600 18px / 30px "Unbounded", sans-serif;
    position: relative;
    text-align: left;
    padding: 15px 70px 15px 30px;
    transition: 0.7s all ease;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #c8c8c8;
	background: #7D8837;
}

.compare-accordion h3 span{
	display: block;
    font: 500 16px / 24px 'gt_walsheim_proregular';
}

.compare-accordion h4 {
    cursor: pointer;
    margin: 0px;
    color: #6F7070;
    font: 600 14px / 26px "Unbounded", sans-serif;
    position: relative;
    text-align: left;
    padding: 10px 70px 10px 20px;
    transition: 0.7s all ease;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #c8c8c8;
}

.compare-accordion h4.current{
	color: #BA0000;
}

.compare-accordion .no-border {
	border-bottom: 0 ! important;
}

.compare-accordion .compare-content {
	display: none;
    padding: 10px;
}

.compare-accordion h4:before {
	content: '';
	position: absolute;
	right: 30px;
    top: 60%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
	
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
    border-top: 15px solid #6F7070;
	border-bottom: 15px solid transparent;
	
	transition: 0.7s all ease;
	
}
.compare-accordion h4.current:before {
    top: 40%;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
    border-top: 15px solid transparent;
	border-bottom: 15px solid #6F7070;
}
.compare-accordion .compare-content p {
    color: #333333;
    font: 400 14px / 26px 'gt_walsheim_proregular';
}
.compare-accordion .compare-content li{
    color: #333333;
    font: 400 14px / 26px 'gt_walsheim_proregular';
    background: url(../images/ticker.svg) no-repeat 0px 9px;
    background-size: 18px;
    padding: 5px 0 6px 30px;
}

/* Album */

.album-grid ul {
  display: grid;
  gap: 20px;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}


.textMain .album-grid li {
	min-width: 300px; /* Optional: reinforces the minimum width if needed */
    background: #fff;
    border: 3px solid #fff;
	padding: 0;
}

.textMain .album-grid li a{
	display: block;
}

.textMain .album-grid li .album-img{
    position: relative;
    vertical-align: top;
    padding: 0;
	transition: 0.5s all ease;
	height: 315px;
    overflow: hidden;
}

.textMain .album-grid li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.textMain .album-grid li:hover img {
    transform: scale(1.05);
}

.textMain .album-grid li h2{
    position: relative;
    color: #fff;
    padding: 10px 0;
    font: 400 18px / 30px "Unbounded", sans-serif;
    margin: 0;
    text-align: center;
    background: #7D8837;
}

.textMain .album-grid li p{
	font: 500 14px / 38px 'gt_walsheim_proregular';
    text-align: center;
    padding: 5px 0;
}

/* Gallery */

.gallery-grid{
    margin: 40px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #333;
}

.gallery-grid h2{
    margin: 0;
    color: #7D8837;
}

.gallery-grid p.info{
	margin: 0 0 20px 0;
}

.gallery-grid ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	justify-content: center;
	padding: 0;
	list-style: none;
}

.textMain .gallery-grid li {
    background: #fff;
    border: 1px solid #fff;
	padding: 0;
}

.textMain .gallery-grid li a{
	display: block;
}

.textMain .gallery-grid li .album-img{
    position: relative;
    vertical-align: top;
    padding: 0;
	transition: 0.5s all ease;
	height: 315px;
    overflow: hidden;
}

.textMain .gallery-grid li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.textMain .gallery-grid li:hover img {
    transform: scale(1.05);
}


/* Get Quote */

.whatsappBTN{
    display: block;
    position: fixed;
    bottom: 40px;
    right: 160px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    z-index: 999;
    color: #fff;
    font: 400 13px / 32px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    text-transform: capitalize;
    background: url(../images/whatsapp-ico.svg) no-repeat center center #0a554b;
    background-size: 24px;
    transition: 0.7s all ease;
    text-align: center;
    border-radius: 50px;
    padding: 26px;
}

.whatsappBTN:hover{
    background: url(../images/whatsapp-ico.svg) no-repeat center center #333;
	background-size: 24px;
}


/* Contact Page */

#Connect{
	padding: 50px 0;
	background: #f3f9ed;
}

.contact-form-grid{
    background: #fefefe;
    margin: 20px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.contact-form-box{
	vertical-align: middle;
    border-right: 1px solid #EDEDED;
}

.contactBox{
	margin: 0 auto;
    padding: 0;
    background: #fff;
    width: 90%;
}

.contactBox .inputBox {
    margin: 0 0 20px 0;
}

.contactBox .inputBox label{
    display: block;
    color: #242424;
    font: 400 13px/24px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
}

.contactBox .inputBox label span{
	color: #C52424;
}

.contactBox #captchaQuestion{
    background: #f8f8f8;
    padding: 3px 15px;
    display: inline-block;
}

.contactBox .inputBox input{
    border: none;
    border-bottom: 1px solid #D5CDDB;
    padding: 10px 10px 10px 50px;
    outline: none;
    width: 100%;
    font: 400 13px / 30px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
}

.contactBox .inputBox textarea{
    border: none;
    border-bottom: 1px solid #D5CDDB;
    outline: none;
    font: 400 13px / 30px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    height: 175px;
    padding: 10px 10px 10px 60px;
}

.contactBox .inputBox select{
	background-color: #FCFCFC;
    border: 1px solid #D5CDDB;
    outline: none;
    border-radius: 5px;
    font: 400 13px/30px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    padding: 12px 10px 12px 50px;
}


.contactBox .submitBox{
    margin: 40px 0 0 0;
	text-align: center;
}


.contactBox .submitBox input{
    color: #7D8837;
    padding: 16px 10px;
    outline: none;
    width: 200px;
    font: 400 15px / 30px 'gt_walsheim_proregular';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.7s all ease;
    border: none;
}

.button-89 {
  --b: 1px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #7D8837;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: #7D8837;
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}

.formFname{
	background: url(../images/person.png) no-repeat 10px center;
    background-size: 24px;
}

.formMail{
	background: url(../images/mail.png) no-repeat 10px center;
    background-size: 32px;
}

.formMobile{
	background: url(../images/mobile.png) no-repeat 10px center;
    background-size: 32px;
}

.formMessage{
	background: url(../images/connect.png) no-repeat 10px 12px;
    background-size: 36px;
	resize: none;
}

.formCaptcha{
    background: url(../images/captcha.png) no-repeat 10px 11px;
    background-size: 26px;
    resize: none;
}

.captcha-blk .g-recaptcha {
    width: 300px;
    margin: auto;
}

.mapIframe{
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.mapIframe iframe{
	display: block;
}


.contact-form-content{
    vertical-align: middle;
	padding: 50px;
}

.contact-form-content li.phone-ico {
    background: url(../images/phone-ico.svg) no-repeat 0px 7px;
    background-size: 36px;
}

.contact-form-content li.mail-ico {
    background: url(../images/mail-ico.svg) no-repeat 0px 2px;
    background-size: 36px;
}

.contact-form-content li.address-ico {
    background: url(../images/map-ico.svg) no-repeat 1px 5px;
    background-size: 36px;
}

.contact-form-content li {
	padding: 0 0 0 46px;
	background: none;
	margin: 20px 0;
}

.contact-form-content li h4{
    font: 500 22px / 36px "Unbounded", sans-serif;
    color: #333;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-form-content li p{
    font: 400 16px/30px 'gt_walsheim_proregular';
    color: #333;
	padding: 0;
}

.contact-form-content li p a{
    color: #333;
}

.contactBox label.error {
    font: 500 13px/20px 'gt_walsheim_proregular';
    color: #e64325;
}
 
/* Media Query */


@media (max-width: 992px) {
  .packages-list {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}

@media (min-width: 940px) {
  .album-grid ul {
    grid-template-columns: repeat(3, 1fr);   /* fixed 3 */
  }
}


@media (max-width: 891px) {
	.header-l {
		width: 21%;
	}
	.menu li a {
		padding: 5px 15px;
	}

	.abt-l {
		padding: 25px;
	}
	
	.team-nh {
		padding: 25px;
	}
	
	.team-nh-l {
        display: block;
        width: auto;
	}
	
	.team-nh-r {
        display: block;
        width: auto;
	}
	
		.abt-l, .abt-r {
		flex: 1 1 100%;
	  }
	  
	  .nh-service-txt,
	  .nh-service-img{
		flex: 1 1 100%;
	  }
	  .hide-img {
		  display: none;
	  }
	  
	  
		.contact-form-grid {
			display: flex;
			flex-flow: column;
		}
	  .contact-form-content{
        display: block;
        width: auto;
        order: 1;
	  }
	  .contact-form-box{
        display: block;
        width: auto;
        order: 2;
	  }

	  .abt-r img {
		height: auto; /* Allow natural resizing on mobile */
		object-fit: contain;
	  }
	  
	  
	footer {
        padding: 10px 0 90px 0;
	}
	.footer-l{
        display: block;
        width: auto;
        padding: 0 20px;
	}
	.footer-m{
        display: block;
        width: auto;
        padding: 0 20px;
        margin: 20px 0 0 0;
	}
	.footer-r{        
		display: block;
        width: auto;
        padding: 0 20px;
        margin: 20px 0 0 0;
	}
	.footer-bottom{
		display: none;
	}
	.getQuoteBtn {
		padding: 5px;
	}
	.whatsappBTN {
		background: url(../images/whatsapp-ico.svg) no-repeat center center #0a554b;
		background-size: 18px;
		padding: 21px;
	}
}

@media (max-width: 860px) {
	#ExportShipping {
		padding: 40px 0;
		background: #f3f9ed;
	}
	.exship-l h3{
		text-align: center;
	}
	.services-list .table-div {
		display: flex;
		flex-flow: column;
		padding: 0 0 0 0;
	}

	.service-img {
		order: 1;
		width: auto;
		text-align: center;
		margin: 0 0 20px 0;
	}

	.service-text {
		order: 2;
		padding: 0 ! important;
	}

	.service-text h3 {
		margin: 0 0 15px 0;
	}

	.services-list>li {
		margin: 0 0 30px 0;
		width: 94%;
		margin: 25px auto;
		padding: 20px;
	}
	.exship-r{
		display: none;
	}
	.exship-l .res-img{
        display: block;
        padding: 10px;
        border: 1px solid #bababa;
        margin: 20px 0 0 0;
	}
	.exship-l {
        padding: 0px 15px;
	}
}

@media (max-width: 768px) {
	header {
		padding: 10px 0px;
	}
    .header-l {
		width: 210px;
        padding: 0 0 0 10px;
    }
	.banner-content p {
		font: 700 36px / 46px "Unbounded", sans-serif;
	}
	#About {
		padding: 40px 0;
	}
	.about-l {
		display: block;
		width: auto;
		vertical-align: middle;
        padding: 0 20px;
	}
	.about-r {
		display: block;
		width: auto;
		text-align: center;
		background: url(../images/border-top.svg) no-repeat top center;
        background-size: contain;
		padding: 40px 20px 0 20px;
	}
	.process-l{
        display: block;
        width: auto;
        padding: 0 20px;
	}
	.process-r{
        display: block;
        width: auto;
        padding: 0 20px;
        margin: 30px 0 0 0;
	}
	
  .comparison-table th,
  .comparison-table td {
    padding: 8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
	
	#Info {
        padding: 100px 15px;
		background: url(../images/a1-organic-spices-ql.jpg) no-repeat center center;
		background-size: cover;
	}
	#Info:after {
		opacity: 0.7;
	}
	.pc-menu{
		display: none;
	}
	.mobile-menu{
		display: block;
	}
	
	#Title-Intra h1 {
		padding: 0 10px;
		text-align: center;
	}
	.quote {
		width: 85%;
	}
	.footer-menu li {
		padding: 5px 15px;
		margin: 0 -2px;
	}	
	#Products p.intro {
		font: 400 15px / 28px 'gt_walsheim_proregular';
	}
	#Connect{
        padding: 30px 0;
        background: #fff;
	}
	.contact-form-box{
		display: none;
	}
    .contact-form-grid {
        margin: 0;
		box-shadow: none;
	}
	.contact-form-content {
		padding: 20px;
	}
}

@media (max-width: 576px) {
	#OurProcess {
		padding: 60px 0 0px 0;
	}
	.packages-list li {
		margin: 0 20px;
	}
  .packages-list {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
}
