/*	--------------------------------------------------
	Generic CSS Setup
	-------------------------------------------------- */
html {
	width: 100%;
	background: rgb(255, 255, 255);
}
body {
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.566;
	box-sizing: border-box;
	color: rgb(63, 64, 62);
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.566;
	color: rgb(63, 64, 62);
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	border: none;
}
h1{
	margin-bottom: 10px;
	font-size: 3.125rem;
	color: rgb(37, 37, 50);
	font-weight: 700;
	line-height: 1.3;
}
h1 span{
	color: var(--green);
	display: block;
}
h2{
	width: 55%;
	margin: 0 auto 30px auto;
	font-size: 2.8em;
	font-weight: 700;
	line-height: 1.222;
}
h2 span{
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 4px;
	display: block;
}
h3{
	margin-bottom: 15px;
	font-size: 1.5em;
	line-height: 1.2;
}
h4{
	margin-bottom: 40px;
	font-size: 1em;
	text-transform: uppercase;
}
h5{
	font-size: 3.125em;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
}
p{
	margin-bottom: 1em;
}
ul, li{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
}
img{
	width: 100%;
	height: auto;
	border: none;
	display: block;
	margin: 0;
	padding: 0;
	pointer-events: none;
}
input{
	width: calc(100% - 50px);
	height: 15px;
	padding: 25px;
	margin: 5px 0 20px 0px;
	background: url(/images/landing/bg_blank.png);
	background-color: rgb(255, 255, 255);
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	box-shadow: 0px 0px 30px 0px rgba(129, 138, 131, 0.1);
	display: block;
}
textarea{
	width: calc(100% - 50px);
	height: 195px;
	padding: 25px;
	margin: 5px 0 20px 0px;
	background: url(/images/landing/bg_blank.png);
	background-color: rgb(255, 255, 255);
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	box-shadow: 0px 0px 30px 0px rgba(129, 138, 131, 0.1);
	display: block;
}
select{
	width: calc(100% - 50px);
	height: 25px;
	padding: 0 0 3px 0px;
	margin: 5px 0 20px 0px;
	background: url(/images/landing/bg-dropdown.png) no-repeat right center;
	background-color: rgb(255, 255, 255);
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	box-shadow: 0px 0px 30px 0px rgba(129, 138, 131, 0.1);
	display: block;
}
input:active, textarea:active, select:active{
	box-shadow: 0px 0px 30px 0px rgba(129, 138, 131, 0.2);
}
label{
	display: block;
}
input[type="submit"]{
	width: 200px;
	height: 50px;
	padding: 0px;
	background: var(--green);
	border: none;
	border-radius: 35px;
	color: rgb(255, 255, 255);
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-appearance: none;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.2s ease-out;
}
input[type="submit"]:hover {
	background-color: var(--black);
	transition: top 0.2s ease-out;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0px 0px 30px 0px rgba(129, 138, 131, 0.2);
}
*:focus {
  outline: none;
}
.clearBoth {
	clear: both;
}
.btnCTA {
	width: 200px;
	margin: 20px auto 15px auto;
	padding: 15px 30px 12px 30px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--green);
  border-radius: 35px;
  overflow: hidden;
  display: block;
}
.colorGreen {
	color: var(--green);
}
:root {
  --black: rgb(63, 64, 62);
  --green: rgb(52, 129, 66);
  --limebg01: rgb(245, 246, 240);
  --limebg02: rgb(237, 238, 229);
  --lightgreenbg: rgb(227, 235, 228);
  --greenbg: rgb(66, 107, 76);
  --roboto: 'Roboto', sans-serif;
  --padding0: 0 13% 0 13%;
  --padding1: 0 50px;
  --padding2: 90px 13% 100px 13%;
  --padding3: 90px 20% 100px 20%;
  --fullheight: 100vh;
  --bottommargin: 75px;
}


/*	--------------------------------------------------
	Preloader
	-------------------------------------------------- */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--limebg02);
	z-index: 1100;
	width: 100%;
	height: 100%;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 40px;
  width: 70px;
  box-sizing: content-box;
}
.loader:before {
  border: 2px solid var(--black);
  box-sizing: content-box;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 0;
}
.spin {
  -webkit-animation: spin 2.25s linear infinite;
  animation: spin 2.25s linear infinite;
  height: 14px;
  left: 28px;
  position: absolute;
  top: 13px;
  width: 14px;
}
.spin:before {
  border: 3px solid var(--black);
  box-sizing: content-box;
  content: '';
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 14px;
}
.bounce {
  -webkit-animation: bounce 2.25s linear infinite;
  animation: bounce 2.25s linear infinite;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.bounce:after,
.bounce:before {
  box-sizing: content-box;
  content: '';
  height: 10px;
  position: absolute;
  top: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.bounce:before {
  border-bottom: 3px solid var(--black);
  border-left: 3px solid var(--black);
  left: 0;
}
.bounce:after {
  border-right: 3px solid var(--black);
  border-top: 3px solid var(--black);
  right: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(90deg);
  }
  35% {
    transform: rotate(90deg);
  }
  45% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  85% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(90deg);
  }
  35% {
    -webkit-transform: rotate(90deg);
  }
  45% {
    -webkit-transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  85% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes bounce {
  0% {
    transform: scaleX(1);
  }
  10% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(0.8);
  }
  35% {
    transform: scaleX(0.8);
  }
  45% {
    transform: scaleX(1);
  }
  60% {
    transform: scaleX(1);
  }
  75% {
    transform: scaleX(0.8);
  }
  85% {
    transform: scaleX(0.8);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scaleX(1);
  }
  10% {
    -webkit-transform: scaleX(1);
  }
  20% {
    -webkit-transform: scaleX(0.8);
  }
  35% {
    -webkit-transform: scaleX(0.8);
  }
  45% {
    -webkit-transform: scaleX(1);
  }
  60% {
    -webkit-transform: scaleX(1);
  }
  75% {
    -webkit-transform: scaleX(0.8);
  }
  85% {
    -webkit-transform: scaleX(0.8);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}


/*	--------------------------------------------------
	Header & Navigation
	-------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  z-index: 21;
  width: 100%;
  height: 65px;
  padding: 35px 0px;
  transition: top 0.2s ease-out;
}
header.is-hidden,
header.is-sticky {
	position: fixed;
	height: 60px;
	background: rgb(255, 255, 255);
	padding: 10px 0px 0px 0px;
	box-shadow: 0px 0px 30px 0px rgba(129, 138, 131, 0.1);
	transition: top 0.2s ease-out;
}
header.is-sticky {
	top: 0px;
}
header.is-hidden {
	top: -100px;
}
header .widthWrapper {
  position: relative;
  margin: var(--padding1);
}
header .logoHolder {
  width: 197px;
  height: 65px;
  float: left;
  margin-left: -25px;
}
header.is-hidden .logoHolder,
header.is-sticky .logoHolder {
	width: 153px;
	height: 50px;
}
header .logoHolder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: -moz-crisp-edges;
  image-rendering:   -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
header .secServNavi {
  width: 55%;
  margin: 0 auto;
  padding-top: 25px;
  display: flex;
  justify-content: center;
}
header.is-hidden .secServNavi,
header.is-sticky .secServNavi {
	padding-top: 18px;
}
header .secServNavi li{
  padding: 0 60px 0 0px;
  letter-spacing: 2px;
  line-height: 1.2;
}
header .secServNavi li:last-child{
  padding: 0px;
}
header .secServNavi li a{
	padding-bottom: 10px;
  text-decoration: none;
  display: block;
}
header .secServNavi .menu-item-has-children {
  position: relative;
}
header .secServNavi .menu-item-has-children a{
  background: url(/images/landing/ico-menu-dropdown.png) no-repeat right top;
  padding-right: 15px;
}
header .sub-menu {
  position: absolute;
  z-index: 20;
  min-width: 220px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(129, 138, 131, 0.1);
  display: none;
}
header .sub-menu li{
  border-bottom: 1px solid rgba(63, 64, 62, 0.1);
}
header .sub-menu li:last-child{
  border-bottom: none;
}
header .sub-menu li a{
  background: url(/images/landing/bg_blank.png) !important;
  margin: 0px;
	padding: 12px 16px;
  text-align: left;
  line-height: 1.2;
}
header .sub-menu .dropdown-content a:hover {
	background-color: #ddeaf7;
	color: #363636;
}
header .menu-item-has-children:hover .sub-menu {
  display: block;
}
header .secTopMenu {
  float: right;
  width: auto;
  padding-top: 10px;
  display: flex;
  justify-content: right;
}
header.is-hidden .secTopMenu,
header.is-sticky .secTopMenu {
	padding-top: 3px;
}
header .secTopMenu ul{
  padding: 0 0 0 0px;
}
header .secTopMenu li{
	padding-right: 20px;
  letter-spacing: 2px;
  line-height: 1.2;
  display: block;
}
header .secTopMenu li:last-child{
  padding: 0px;
}
header .secTopMenu li a{
	padding: 15px 30px 12px 30px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: var(--green);
  border-radius: 35px;
  overflow: hidden;
  display: block;
}
header .secTopMenu a img{
	display: none;
}
#btnMenu {
  position: relative;
  top: 13px;
  width: 30px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
#btnMenu .bar1, 
#btnMenu .bar2,
#btnMenu .bar3 {
	position: absolute;
  width: 30px;
  height: 2px;
  background-color: rgb(37, 37, 50);
  margin-right: 3px;
  transition: 0.5s;
  display: inline-block;
  transform-origin: 0 0;
}
#btnMenu .bar1 {
	top: 0;
}
#btnMenu .bar2 {
	top: 10px;
}
#btnMenu .bar3 {
	top: 20px;
}
.colorWhite .bar1, 
.colorWhite .bar2, 
.colorWhite .bar3 {
    background-color: rgb(236, 236, 236);
}

.change .bar1 {
	margin-top: -10px;
	opacity: 0;
}
.change .bar2 {
	margin-top: -10px;
	opacity: 0;
}
.change .bar3 {
	margin-top: -10px;
	opacity: 0;
}

.fixed-header {
  position: fixed;
  height: 110px;
  transition: top 0.2s ease-out;
}
.fixed-header .secServNavi {
  opacity: 0;
  display: none;
}
.fixed-header .logoHolder {
	opacity: 0;
}
.fixed-header .secTopMenu li{
  opacity: 0;
}
#btnMenu.scroll .bar1, 
#btnMenu.scroll .bar2, 
#btnMenu.scroll .bar3 {
   filter: brightness(10%);
}


/*	--------------------------------------------------
	Footer
	-------------------------------------------------- */
footer {
	position: relative;
	background: var(--greenbg);
	padding: 100px 50px 65px 50px;
	color: rgb(255, 255, 255);
	overflow: hidden;
}
footer h2, 
footer h3, 
footer h4, 
footer p, 
footer span, 
footer div,
footer a{
	color: rgb(255, 255, 255);
}
footer .btnCTA {
	margin: 0;
	padding: 15px 30px 12px 30px;
  text-decoration: none;
  color: var(--green);
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgb(255, 255, 255);
  border-radius: 35px;
  overflow: hidden;
  display: block;
}
footer .secCTA {
	padding-bottom: 10px;
	margin-bottom: 65px;
	text-align: center;
	border-bottom: 1px solid rgb(63, 77, 59);
}
footer .secCTA form {
	margin-bottom: 50px;
}
footer .secCTA .btnsHolder {
	margin-bottom: 65px;
	display: flex;
	justify-content: center;
}
footer .secCTA .btnsHolder a{
	margin-right: 45px;
	display: block;
}
footer .secCTA .btnsHolder a:last-child {
	margin-right: 0;
}
footer .secCTA .btnsHolder a img{
	width: 50px;
	height: 50px;
	object-fit: cover;
	image-rendering: -moz-crisp-edges;
  image-rendering:   -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
footer .secCTA input[type="submit"]{
	margin: 0 auto;
	background-color: rgb(255, 255, 255);
	color: var(--green);
}
footer .secSitemap {
	margin-bottom: 45px;
	padding-bottom: 55px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgb(63, 77, 59);
}
footer .secSitemap .colHolder {
	width: 20%;
}
footer .secSitemap .colHolder:first-child {
	width: 40%;
}
footer .secSitemap .colHolder a{
	padding-right: 30px;
	display: block;
}
footer .secSitemap .colHolder li{
	margin-bottom: 7px;
}
footer .secSitemap .colHolder .imgLogo {
	width: 200px;
	image-rendering: -moz-crisp-edges;
  image-rendering:   -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
footer .secCopyright {
	text-align: center;
}


/*	--------------------------------------------------
	Navigation
	-------------------------------------------------- */
.naviSlideOut {
	margin-top: -30px;
	opacity: 0;
	transition: all 0.5s ease-out;
}
aside.fullNavi {
    position: fixed;
    z-index: 122;
    top: 0;
    left: 0;
    background: var(--greenbg);
    width: 100%;
    height: 100%;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none; 
}
.nav-hide { 
	display: none; 
}
aside.fullNavi h1,
aside.fullNavi h2,
aside.fullNavi h3,
aside.fullNavi h4,
aside.fullNavi p,
aside.fullNavi a {
	color: rgb(255, 255, 255);
}
aside.fullNavi .btnClose {
	position: absolute;
	top: 5px;
	right: 35px;
  width: 30px;
  opacity: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.75s ease-out;
}
aside.fullNavi .btnClose.naviSlideIn {
	top: 45px;
	opacity: 1;
	transition: all 0.75s ease-out;
}
aside.fullNavi .btnClose .bar1, 
aside.fullNavi .btnClose .bar2 {
	position: absolute;
  width: 30px;
  height: 2px;
  background-color: rgb(236, 236, 236);
  margin-right: 3px;
  transition: 0.5s;
  display: inline-block;
  transform-origin: 0 0;
}
aside.fullNavi .btnClose .bar1 {
	top: 0;
	transform: rotate(45deg);
	transform-origin: 0 0;
}
aside.fullNavi .btnClose .bar2 {
	top: 1px;
	right: -24px;
	transform: rotate(135deg);
	transform-origin: 0 0;
}
aside.fullNavi .secContent {
	padding: 50px;
}
aside.fullNavi .secMainNavi {
	padding-top: 30px;
}
aside.fullNavi .secMainNavi li {
	margin: 0 0 20px -20px;
	font-size: 25px;
	font-weight: 200;
	opacity: 0;
}
aside.fullNavi .secMainNavi .naviSlideIn {
	margin-left: 0px;
	opacity: 1;
	transition: all 0.5s ease-out;
	transition-delay: 0.3s;
}
aside.fullNavi .secMainNavi li a {
	width: 100%;
	padding: 0 0 3px 0px;
	display: block;
	transition: all 0.3s ease-out;
}
aside.fullNavi .secMainNavi li a:hover {
	color: rgb(236, 90, 100);
	margin-left: 10px;
}


/*	--------------------------------------------------
	Section Banner
	-------------------------------------------------- */
.secBanner {
	width: 100%;
	background-color: var(--limebg01);
	margin-bottom: var(--bottommargin);
	overflow: hidden;
}
.secBanner h1{
	color: rgb(63, 64, 62);
}
.secBanner h2 {
	margin-bottom: 10px;
}
.secBanner .widthWrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 74%;
	text-align: center;
	margin-top: 25vh;
}
.secBanner .bannerHolder {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.secBanner .bannerHolder img{
	width: 100%;
	margin: 0 auto 0 auto;
}


/*	--------------------------------------------------
	Client Logos
	-------------------------------------------------- */
.secClientLogos {
	margin-bottom: var(--bottommargin);
	text-align: center;
}
.secClientLogos .widthWrapper {
	position: relative;
	padding: var(--padding1);
	text-align: center;
	margin: 0;
}
.secClientLogos .listingHolder {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.secClientLogos .listingHolder li{
	position: relative;
	height: 60px;
}
.secClientLogos .listingHolder li img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 60px;
}


/*	--------------------------------------------------
	Homepage
	-------------------------------------------------- */
#secIndex .secIntro {
	width: 100%;
	background: url(/images/landing/bg-section-heading-home.jpg) no-repeat center bottom;
	background-size: 100% auto;
	background-color: var(--limebg01);
	padding-top: 25vh;
	margin-bottom: 20px;
}
#secIndex .secIntro .widthWrapper {
	position: relative;
	padding: var(--padding0);
	text-align: center;
	margin: 0;
}
#secIndex .secIntro .screenHolder {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
}
#secIndex .secIntro .screenHolder img{
	width: 88%;
	margin: 0 auto 0 auto;
}
#secIndex .secIntro .elemHolder {
	position: absolute;
	top: 60vh;
	left: 250px;
	right: 250px;
}
#secIndex .secIntro .elemHolder img{
	width: 100%;
}
#secIndex .secIntro .mainSlider {
	position: absolute;
	z-index: 3;
	left: 13%;
	right: 13%;
	top: 63vh;
}
#secIndex .secIntro .main-carousel li{
	height: 160px;
	margin: 30px 30px 100px 30px;
	padding: 55px;
	background-color: rgb(255, 255, 255);
  box-shadow: 0px 20px 28px 0px rgba(81, 98, 84, 0.25);
  border-radius: 25px;
  overflow: hidden;
}
#secIndex .secIntro .main-carousel li .icoHolder {
	width: 90px;
	height: 90px;
	margin: 0 auto 15px auto;
}
#secIndex .secIntro .owl-controls {
	top: 0;
}
#secIndex .secIntro .owl-prev {
	position: absolute;
	left: -50px;
	top: 20vh;
	width: 45px;
	height: 45px;
	border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(81, 98, 84, 0.15);
}
#secIndex .secIntro .owl-next {
	position: absolute;
	right: -50px;
	top: 20vh;
	width: 45px;
	height: 45px;
	border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(81, 98, 84, 0.15);
}
#secIndex .secIntro .owl-prev p,
#secIndex .secIntro .owl-next p{
	font-size: 20px;
	font-weight: 300;
	color: var(--green);
	transform: scaleY(2.0);
	margin: 7px 0 0 0px;
}
#secIndex .secProblem {
	margin-bottom: var(--bottommargin);
}
#secIndex .secProblem .imgHolder {
	width: 100%;
}
#secIndex .secStatistic {
	margin-bottom: var(--bottommargin);
	text-align: center;
}
#secIndex .secStatistic .widthWrapper {
	position: relative;
	padding: var(--padding0);
	text-align: center;
}
#secIndex .secStatistic ul{
	display: flex;
	justify-content: space-between;
}
#secIndex .secStatistic li{
	width: 28%;
	padding-right: 5%;
	background: url(/images/landing/ico-col-divider.png) no-repeat right center;
}
#secIndex .secStatistic li:last-child{
	padding-right: 0;
	background: transparent;
}
#secIndex .secStatistic li p{
	color: var(--green);
}
#secIndex .secWhyESA {
	position: relative;
	padding: var(--padding2);
	background: url(/images/landing/bg-whyus-home.jpg) no-repeat center bottom;
	background-size: 70% auto;
	background-color: var(--limebg02);
	margin-bottom: var(--bottommargin);
	text-align: center;
	overflow: hidden;
}
#secIndex .secWhyESA .elemHolder {
	position: absolute;
	z-index: 2;
	bottom: 100px;
	left: 13%;
	right: 13%;
}
#secIndex .secWhyESA .widthWrapper {
	
}
#secIndex .secWhyESA ul{
	width: 70%;
	margin: 0 auto 70px auto;
}
#secIndex .secWhyESA li{
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(219, 219, 216);
}
#secIndex .secWhyESA li:last-child {
	border: none;
}
#secIndex .secWhyESA .imgHolder {
	position: relative;
	height: 40vh;
}
#secIndex .secWhyESA .imgHolder img{
	position: absolute;
}
#secIndex .secWhyESA .imgHolder .img01 {

}
#secIndex .secConclusion {
	margin-bottom: 150px;
	text-align: center;
}
#secIndex .secConclusion .widthWrapper {
	position: relative;
	padding: var(--padding0);
}
#secIndex .secConclusion .arrowHolder {
	width: 85px;
	margin: 0 auto;
}
#secIndex .secConclusion .listingHolder {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#secIndex .secConclusion .listingHolder li{
	width: 20%;
	padding: 35px 35px;
	box-shadow: 0px 20px 60px 0px rgba(81, 98, 84, 0.25);
	border-radius: 25px;
	overflow: hidden;
}
#secIndex .secConclusion .listingHolder li.equal {
	width: 20px;
	height: 15px;
	margin: 0 20px;
	background: url(/images/landing/ico-conclusion-equal.png) no-repeat;
	padding: 0;
	border-radius: 0;
}
#secIndex .secConclusion .listingHolder span{
	display: block;
}
#secIndex .secConclusion .listingHolder .icoHolder {
	width: 100px;
	margin: 0 auto 30px auto;
}
#secIndex .secHowDoesItWorks {
	margin-bottom: var(--bottommargin);
	text-align: center;
}
#secIndex .secHowDoesItWorks .widthWrapper {
	position: relative;
	padding: var(--padding0);
}
#secIndex .secHowDoesItWorks .contentHolder {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#secIndex .secHowDoesItWorks .imgHolder {
	width: 54%;
}
#secIndex .secHowDoesItWorks .listingHolder {
	width: 40%;
	text-align: left;
}
#secIndex .secHowDoesItWorks .listingHolder li{
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(219, 219, 216);
	list-style: decimal;
	display: list-item;
}
#secIndex .secHowDoesItWorks .listingHolder li:last-child {
	border: none;
}
#secIndex .secHowDoesItWorks .listingHolder .btnCTA {
	text-align: center;
}
#secIndex .secAboutUs {
	position: relative;
	padding: var(--padding2);
	background-color: var(--lightgreenbg);
	margin-bottom: var(--bottommargin);
	text-align: center;
}
#secIndex .secAboutUs .btnCTA {
	margin-top: 70px;
}
#secIndex .secReview {
	margin-bottom: var(--bottommargin);
	text-align: center;
}
#secIndex .secReview .widthWrapper {
	position: relative;
	padding: var(--padding0);
}
#secIndex .secReview .listingHolder {
	align-items: center;
}
#secIndex .secReview .listingHolder li{
	margin: 50px 40px;
	padding: 50px 50px;
	box-shadow: 0px 10px 35px 0px rgba(93, 106, 95, 0.15);
	border-radius: 25px;
	overflow: hidden;
}
#secIndex .secReview .listingHolder li .icoHolder{
	width: 120px;
	height: 120px;
	margin: 0 auto 30px auto;
	background-color: var(--lightgreenbg);
	border-radius: 50%;
	overflow: hidden;
}
#secIndex .secReview .listingHolder li .icoHolder img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	object-fit: cover;
}


/*	--------------------------------------------------
	About Us
	-------------------------------------------------- */
#secAboutUs h2{
	margin: 0 auto 20px auto;
}
#secAboutUs .secPrinciples {
	width: 100%;
	margin-bottom: var(--bottommargin);
	text-align: center;
}
#secAboutUs .secPrinciples .widthWrapper {
	padding: var(--padding0);
}
#secAboutUs .secPrinciples .listingHolder li{
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(219, 219, 216);
}
#secAboutUs .secPrinciples .listingHolder li:last-child {
	border: none;
}
#secAboutUs .secGoals {
	margin: var(--padding1);
	margin-bottom: var(--bottommargin);
	background: url(/images/landing/tmp/bg-vision.jpg) no-repeat right bottom var(--limebg02);
	background-size: 50% auto;
	padding: 125px 100px;
}
#secAboutUs .secGoals .widthWrapper {
	width: 40%;
	text-align: center;
}
#secAboutUs .secGoals li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(219, 219, 216);
}
#secAboutUs .secConclusion {
	margin-bottom: 150px;
	text-align: center;
}
#secAboutUs .secConclusion .widthWrapper {
	position: relative;
	padding: var(--padding0);
}
#secAboutUs .secConclusion .arrowHolder {
	width: 85px;
	margin: 0 auto;
}
#secAboutUs .secConclusion .listingHolder {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#secAboutUs .secConclusion .listingHolder li{
	width: 15%;
	padding: 35px 70px;
	box-shadow: 0px 20px 60px 0px rgba(81, 98, 84, 0.25);
	border-radius: 25px;
	overflow: hidden;
}
#secAboutUs .secConclusion .listingHolder li.equal {
	width: 20px;
	height: 15px;
	background: url(/images/landing/ico-conclusion-equal.png) no-repeat;
	padding: 0;
	border-radius: 0;
}
#secAboutUs .secConclusion .listingHolder .icoHolder {
	width: 100px;
	margin: 0 auto 30px auto;
}
#secAboutUs .secHowDoesItWorks {
	margin-bottom: var(--bottommargin);
	text-align: center;
}
#secAboutUs .secHowDoesItWorks .widthWrapper {
	position: relative;
	padding: var(--padding0);
}
#secAboutUs .secHowDoesItWorks .contentHolder {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#secAboutUs .secHowDoesItWorks .imgHolder {
	width: 54%;
}
#secAboutUs .secHowDoesItWorks .listingHolder {
	width: 40%;
	text-align: left;
}
#secAboutUs .secHowDoesItWorks .listingHolder li{
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(219, 219, 216);
	list-style: decimal;
	display: list-item;
}
#secAboutUs .secHowDoesItWorks .listingHolder li:last-child {
	border: none;
}
#secAboutUs .secHowDoesItWorks .listingHolder .btnCTA {
	text-align: center;
}
#secAboutUs .secSliderListing {
	margin-bottom: var(--bottommargin);
	text-align: center;
}
#secAboutUs .secSliderListing .widthWrapper {
	position: relative;
	padding: var(--padding0);
}
#secAboutUs .secSliderListing .sliderCarousel {
}
#secAboutUs .secSliderListing .sliderCarousel li{
	height: 130px;
	margin: 30px 25px 100px 20px;
	padding: 35px;
	background-color: rgb(255, 255, 255);
  box-shadow: 0px 15px 20px 0px rgba(81, 98, 84, 0.25);
  border-radius: 25px;
  overflow: hidden;
}
#secAboutUs .secSliderListing .imgHolder {
	position: relative;
	width: 100%;
	height: 100%;
}
#secAboutUs .secSliderListing .imgHolder img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 90px;
}
#secAboutUs .secSliderListing .owl-controls {
	top: 0;
}
#secAboutUs .secSliderListing .owl-prev {
	position: absolute;
	left: -50px;
	top: 15vh;
	width: 45px;
	height: 45px;
	border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(81, 98, 84, 0.15);
}
#secAboutUs .secSliderListing .owl-next {
	position: absolute;
	right: -50px;
	top: 15vh;
	width: 45px;
	height: 45px;
	border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(81, 98, 84, 0.15);
}
#secAboutUs .secSliderListing .owl-prev p,
#secAboutUs .secSliderListing .owl-next p{
	font-size: 20px;
	font-weight: 300;
	color: var(--green);
	transform: scaleY(2.0);
	margin: 7px 0 0 0px;
}


/*	--------------------------------------------------
	Contact Us
	-------------------------------------------------- */
#secContactUs {
	width: 100%;
	background: url(/images/landing/bg-content02.jpg) no-repeat center top;
	background-size: 100% auto;
}
#secContactUs .secContent {
	padding-top: 25vh;
	margin-bottom: 20px;
}
#secContactUs .secContent .widthWrapper {
	position: relative;
	padding: var(--padding3);
	text-align: center;
	margin: 0;
}
#secContactUs .secContent .secForm {
	margin-top: 80px;
}
#secContactUs .secContent .secForm input[type="submit"]{
	margin: 50px auto 0 auto;
}


/*	--------------------------------------------------
	Default Page
	-------------------------------------------------- */
#secDefault {
	width: 100%;
	background: url(/images/landing/bg-content02.jpg) no-repeat center top;
	background-size: 100% auto;
}
#secDefault .secContent {
	padding-top: 25vh;
	margin-bottom: 20px;
}
#secDefault .secContent h1{
	margin-bottom: 50px;
}
#secDefault .secContent .widthWrapper {
	position: relative;
	padding: var(--padding3);
	margin: 0;
}
#secDefault .secContent .secForm {
	margin-top: 80px;
}
#secDefault .secContent .secForm input[type="submit"]{
	margin: 50px auto 0 auto;
}
#secDefault .secContent li{
	padding-left: 20px;
	margin-bottom: 20px;
	list-style: decimal;
	display: list-item;
}
#secDefault .secContent .accordionHolder {
	margin-top: 50px;
}
#secDefault .secContent .accordionHolder li{
	width: 100%;
	padding: 25px;
	margin: 5px 0 20px 0px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 30px 0px rgba(129, 138, 131, 0.1);
	list-style: none;
	display: block;
	cursor: pointer;
}
#secDefault .secContent .accordionHolder .ansHolder {
	display: none;
}


/*	--------------------------------------------------
	For Mobile Portrait
	-------------------------------------------------- */
@media screen and (min-width: 2px) and (max-width: 959px) {
	h1{
		margin-bottom: 10px;
		font-size: 2rem;
	}
	h2{
		width: auto;
		margin: 0 auto 30px auto;
		font-size: 1.5em;
		font-weight: 700;
		line-height: 1.222;
	}
	h3{
		font-size: 1.2em;
	}
	h4{
		margin-bottom: 40px;
	}
	h5{
		font-size: 2em;
	}
	img{
		width: 100%;
		height: auto;
		border: none;
		display: block;
		margin: 0;
		padding: 0;
		pointer-events: none;
	}
	input{
		width: calc(100% - 50px);
	}
	textarea{
		width: calc(100% - 50px);
	}
	select{
		width: calc(100% - 50px);
	}
	.btnCTA {
		width: 200px;
		margin: 20px auto 15px auto;
		padding: 15px 30px 12px 30px;
	  text-decoration: none;
	  color: rgb(255, 255, 255);
	  font-weight: 700;
	  text-transform: uppercase;
	  background-color: var(--green);
	  border-radius: 35px;
	  overflow: hidden;
	  display: block;
	}
	:root {
	  --padding0: 0 35px 0 35px;
	  --padding1: 0 35px;
	  --padding2: 90px 35px 100px 35px;
	  --padding3: 90px 35px 100px 35px;
	  --fullheight: 100vh;
	  --bottommargin: 75px;
	}

	header .logoHolder {
	  width: 150px;
	  height: 49px;
	  float: left;
	}
	header .secServNavi {
	  display: none;
	}
	header .secTopMenu {
		padding-top: 0;
	}
	header .secTopMenu ul{
	}
	header .secTopMenu li a{
		padding: 12px 15px 12px 15px;
	  background-color: transparent;
	  color: var(--black);
	  letter-spacing: 1px;
	}
	header .secTopMenu a img{
		display: block;
	}
	header .secTopMenu li a span{
		display: none;
	}
	#btnMenu {
	  display: block;
	}

	footer {
		padding: 100px 35px 65px 35px;
	}
	footer .btnCTA {
		padding: 15px 10px 12px 10px;
	}
	footer .secCTA .btnsHolder a{
		margin-right: 35px;
	}
	footer .secCTA .btnsHolder a:last-child{
		margin-right: 0px;
	}
	footer .secSitemap {
		margin-bottom: 35px;
		padding-bottom: 35px;
		display: block;
	}
	footer .secSitemap .colHolder {
		width: auto;
		border-bottom: 1px solid rgb(63, 77, 59);
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	footer .secSitemap .colHolder:first-child {
		width: auto;
		display: none;
	}
	footer .secSitemap .colHolder:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	footer .secSitemap .colHolder a{
		padding-right: 0px;
	}

	.secBanner .widthWrapper {
		padding: 0 35px;
		margin-top: 20vh;
	}
	.secBanner .widthWrapper p{
		display: none;
	}
	.secBanner .bannerHolder img{
		width: 100%;
		height: 85vh;
		object-fit: cover;
	}

	#secIndex .secIntro {
		width: 100%;
		background: url(/images/landing/bg-section-heading-home.jpg) no-repeat center bottom;
		background-color: var(--limebg01);
		padding-top: 25vh;
		margin-bottom: 0px;
	}
	#secIndex .secIntro .screenHolder {
		display: none;
	}
	#secIndex .secIntro .elemHolder {
		display: none;
	}
	#secIndex .secIntro .mainSlider {
		position: static;
		left: auto;
		right: auto;
		top: auto;
	}
	#secIndex .secIntro .main-carousel li{
		height: 150px;
		margin: 30px 30px 60px 30px;
	}
	#secIndex .secIntro .owl-prev {
		width: 35px;
    height: 35px;
		left: -20px;
	}
	#secIndex .secIntro .owl-next {
		width: 35px;
    height: 35px;
		right: -20px;
	}
	#secIndex .secIntro .owl-prev p, #secIndex .secIntro .owl-next p {
    font-size: 16px;
    margin: 4px 0 0 0px;
	}
	#secIndex .secStatistic ul{
		display: block;
	}
	#secIndex .secStatistic li{
		width: auto;
		padding-right: 0;
		background: transparent;
		margin-bottom: 30px;
	}
	#secIndex .secWhyESA ul{
		width: auto;
	}
	#secIndex .secWhyESA .imgHolder {
		height: 2vh;
	}
	#secIndex .secConclusion .listingHolder {
		display: block;
	}
	#secIndex .secConclusion .listingHolder li{
		width: auto;
	}
	#secIndex .secConclusion .listingHolder li.equal {
		width: 20px;
		height: 15px;
		margin: 20px auto 20px auto;
	}
	#secIndex .secHowDoesItWorks .contentHolder {
		display: block;
	}
	#secIndex .secHowDoesItWorks .imgHolder {
		display: none;
	}
	#secIndex .secHowDoesItWorks .listingHolder {
		width: auto;
	}
	#secIndex .secReview {
		margin-bottom: var(--bottommargin);
		text-align: center;
	}
	#secIndex .secReview .widthWrapper {
		position: relative;
		padding: var(--padding0);
	}
	#secIndex .secReview .listingHolder li{
		margin: 30px 20px;
		padding: 25px 25px;
		box-shadow: 0px 10px 20px 0px rgba(93, 106, 95, 0.15);
	}

	#secAboutUs .secGoals {
		background-image: none;
		background: var(--limebg02);
		margin: 0 0 80px 0px;
		padding: 75px 20px;
	}
	#secAboutUs .secGoals .widthWrapper {
		width: auto;
	}
	#secAboutUs .secGoals li:last-child{
		margin-bottom: 0px;
		border-bottom: none;
	}
	#secAboutUs .secConclusion {
		margin-bottom: 100px;
	}
	#secAboutUs .secConclusion .listingHolder {
		display: block;
	}
	#secAboutUs .secConclusion .listingHolder li{
		width: auto;
		padding: 35px 35px;
	}
	#secAboutUs .secConclusion .listingHolder li.equal {
		margin: 30px auto;
	}
	#secAboutUs .secHowDoesItWorks .contentHolder {
		display: block;
	}
	#secAboutUs .secHowDoesItWorks .imgHolder {
		display: none;
	}
	#secAboutUs .secHowDoesItWorks .listingHolder {
		width: auto;
		text-align: left;
	}
	#secAboutUs .secSliderListing {
		margin-bottom: 0;
	}
	#secAboutUs .secSliderListing .sliderCarousel li{
		height: 150px;
		margin: 30px 30px 100px 30px;
	}
	#secAboutUs .secSliderListing .owl-prev {
		width: 35px;
    height: 35px;
		left: -20px;
	}
	#secAboutUs .secSliderListing .owl-next {
		width: 35px;
    height: 35px;
		right: -20px;
	}
	#secAboutUs .secSliderListing .owl-prev p,
	#secAboutUs .secSliderListing .owl-next p{
		font-size: 16px;
    margin: 4px 0 0 0px;
	}

	#secDefault .secContent .accordionHolder li{
		width: calc(100% - 50px);
	}
}


/*	--------------------------------------------------
	For Mobile Landscape
	-------------------------------------------------- */
@media screen and (min-width: 540px) and (max-width: 959px) {
	.secBanner .widthWrapper {
		margin-top: 30vh;
	}
	.secBanner .bannerHolder img{
		height: 120vh;
	}
	#secIndex .secStatistic ul{
		display: flex;
	}
	#secIndex .secStatistic li{
		width: 28%;
		padding-right: 5%;
		background: url(/images/landing/ico-col-divider.png) no-repeat right center;
	}

	#secAboutUs .secSliderListing .owl-prev,
	#secAboutUs .secSliderListing .owl-next {
		top: 35vh;
	}
}


/*	--------------------------------------------------
	For Tablet Portrait
	-------------------------------------------------- */
@media screen and (min-width: 720px) and (max-width: 959px) {
	.secBanner .widthWrapper {
		margin-top: 30vh;
	}
	.secBanner .bannerHolder img{
		height: 100vh;
	}
	.secBanner .widthWrapper p {
    display: block;
	}

	#secIndex .secIntro {
		padding-top: 20vh;
	}
	#secIndex .secIntro .screenHolder {
		display: block;
		margin-bottom: 30px;
	}
	#secIndex .secIntro .mainSlider {
		position: absolute;
		left: 50px;
		right: 50px;
		top: 300px;
	}
	#secIndex .secIntro .main-carousel li{
		padding: 25px;
	}
	#secIndex .secIntro .owl-prev {
		top: 10vh;
	}
	#secIndex .secIntro .owl-next {
		top: 10vh;
	}
	#secIndex .secStatistic ul{
		display: flex;
	}
	#secIndex .secStatistic li{
		width: 28%;
		padding-right: 5%;
		background: url(/images/landing/ico-col-divider.png) no-repeat right center;
	}
	#secIndex .secConclusion .listingHolder {
    display: flex;
	}
	#secIndex .secConclusion .listingHolder li {
		width: 20%;
	}
	#secIndex .secHowDoesItWorks .listingHolder {
		text-align: center;
	}
	#secIndex .secHowDoesItWorks .listingHolder ol{
		margin: 0;
		padding: 0;
	}
	#secIndex .secHowDoesItWorks .listingHolder li {
		padding-left: 0;
		list-style: none;
	}

	#secAboutUs .secSliderListing .owl-next,
	#secAboutUs .secSliderListing .owl-prev {
		top: 10vh;
	}
	#secAboutUs .secPrinciples {
		margin-bottom: 0;
	}
	#secAboutUs .secConclusion .listingHolder {
    display: flex;
	}
	#secAboutUs .secConclusion .listingHolder li {
		width: 20%;
	}
}


/*	--------------------------------------------------
	For Tablet Landscape
	-------------------------------------------------- */
@media screen and (min-width: 960px) and (max-width: 1299px) {
	h1{
		margin-bottom: 10px;
		font-size: 2.8rem;
	}
	h2{
		width: auto;
		margin: 0 auto 30px auto;
		font-size: 2em;
		font-weight: 700;
		line-height: 1.222;
	}
	h3{
		font-size: 1.2em;
	}
	h4{
		margin-bottom: 40px;
	}
	h5{
		font-size: 2em;
	}
	input{
		width: calc(100% - 50px);
	}
	textarea{
		width: calc(100% - 50px);
	}
	select{
		width: calc(100% - 50px);
	}
	:root {
	  --padding0: 0 8% 0 8%;
	  --padding1: 0 50px;
	  --padding2: 90px 8% 100px 8%;
	  --padding3: 90px 8% 100px 8%;
	}

	header .secServNavi li{
	  padding: 0 30px 0 0px;
	}
	header .secServNavi li:last-child{
	  padding: 0px;
	}
	.secBanner .widthWrapper {
    width: 85%;
	}
	.secBanner .bannerHolder {
		height: 120vh;
		overflow: hidden;
	}
	.secBanner .bannerHolder img{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: auto;
		height: 100%;
	}

	#secIndex .secIntro {
		padding-top: 30vh;
	}
	#secIndex .secIntro .screenHolder img{
		width: 88%;
		margin: 0 auto 0 auto;
	}
	#secIndex .secIntro .elemHolder {
		top: 50vh;
		left: 100px;
		right: 100px;
	}
	#secIndex .secIntro .mainSlider {
		left: 13%;
		right: 13%;
		top: 70vh;
	}
	#secIndex .secIntro .main-carousel li{
		padding: 25px;
	}
	#secIndex .secIntro .owl-prev {
		top: 15vh;
	}
	#secIndex .secIntro .owl-next {
		top: 15vh;
	}
	#secIndex .secIntro .owl-prev p,
	#secIndex .secIntro .owl-next p{
		font-size: 20px;
		font-weight: 300;
		color: var(--green);
		transform: scaleY(2.0);
		margin: 7px 0 0 0px;
	}
	#secIndex .secWhyESA .imgHolder {
    height: 25vh;
	}

	#secAboutUs .secPrinciples {
		margin-bottom: 0;
	}
	#secAboutUs .secGoals {
		padding: 70px 70px;
		margin-top: 90px;
	}
	#secAboutUs .secGoals .widthWrapper {
		width: 50%;
		text-align: center;
	}
	#secAboutUs .secGoals li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#secAboutUs .secConclusion {
		margin-bottom: 100px;
	}
	#secAboutUs .secConclusion .listingHolder li{
		width: 18%;
		padding: 25px 45px;
		box-shadow: 0px 15px 45px 0px rgba(81, 98, 84, 0.25);
	}
	#secAboutUs .secHowDoesItWorks .imgHolder {
		width: 45%;
	}
	#secAboutUs .secSliderListing {
		margin-bottom: 0;
	}
	#secAboutUs .secSliderListing .owl-prev {
		top: 15vh;
	}
	#secAboutUs .secSliderListing .owl-next {
		top: 15vh;
	}
	#secAboutUs .secSliderListing .owl-prev p,
	#secAboutUs .secSliderListing .owl-next p{
		font-size: 18px;
		margin: 8px 0 0 0px;
	}

	#secDefault .secContent .accordionHolder li{
		width: calc(100% - 50px);
	}
}

/*	--------------------------------------------------
	For Large Screen
	-------------------------------------------------- */
@media screen and (min-width: 1600px) and (max-width: 5000px) {
	body {
		font-size: 20px;
	}
	td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
		font-size: 20px;
	}
	#secIndex .secIntro .mainSlider {
		top: 50vh;
	}
	#secIndex .secIntro .main-carousel li{
		height: 180px;
	}
	#secIndex .secIntro .owl-prev {
		top: 15vh;
	}
	#secIndex .secIntro .owl-next {
		top: 15vh;
	}

	#secAboutUs .secSliderListing .owl-next,
	#secAboutUs .secSliderListing .owl-prev {
		top: 10vh;
	}
}