@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300&display=swap');
@import url(fonts/font-awesome.css);
@import url(fonts/fonts.css);
html {scroll-behavior: smooth;}
body {margin:0; padding:0; font-size:18px; line-height:30px; color:#414042; font-family: 'Montserrat', sans-serif; background:#fff; font-weight:300;} 
ul, li, ol {list-style:none; margin:0; padding:0; font-weight:300;}
h1, h2, h3, h4, h5, h6 {margin:0 0 25px; padding:0; font-family: 'Montserrat', sans-serif; font-weight:normal; color:#1f5000;}
h2 {font-size:30px; line-height:40px;} 
h3 {font-size:26px; line-height:32px;}
img {outline:none; max-width:100%; vertical-align:top;}
p {margin:0 0 25px; padding:0; font-size:18px; line-height:30px; color:#414042; font-family: 'proxima_novalight';}
.clearfix {clear:both; display:block;}
::placeholder {color:#fff; opacity: 1;}
:-ms-input-placeholder {color:#fff;}
::-ms-input-placeholder {color:#fff;}
* {box-sizing:border-box;}

a {font-weight:300; outline:none; color:#5e5e5e;}
a:hover {color:#454545;}

a, input[type="button"], input[type="submit"] {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover, input[type="button"]:hover, input[type="submit"]:hover {
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;	
}
ul.fancy {
	margin:15px 2px;
}
ul.fancy li {
	position:relative;
	padding-left:25px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 29px;
}
ul.fancy li::before {
	content:'\f111';
	position:absolute;
	top:0px;
	left:0;
	font-family: "FontAwesome";
	font-size:9px;
}

input[type="text"], input[type="email"] {width:100%; background:#90c06f; border:1px solid #fff; border-radius:5px; color:#fff; font-size:15px; font-weight:300; padding:15px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom:20px;}
textarea {width:100%; background:#90c06f; border:1px solid #fff; color:#fff; font-size:15px; border-radius:5px; font-weight:300; padding:15px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom:20px; min-height:100px;}
input[type="submit"] {line-height:44px; background:#1f5000; border:1px solid transparent; padding:0 40px; color:#fff; cursor:pointeir; text-align:center; text-transform:uppercase; font-weight:300; letter-spacing:2px; border-radius:5px;}
input[type="submit"]:hover {background:#90c06f; color:#fff; border:1px solid #fff;}

.wrap {max-width:1410px; padding-left:15px; padding-right:15px;}
.wrap-fluid {max-width:100%; padding-left:15px; padding-right:15px;}
.row .row {width:100%;}

/* Header */
.header {background:#fff; position:fixed; width:100%; top:0; padding:15px 0; z-index:99; -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);}
.hLink {text-align:right; line-height:66px; padding-right:25px; font-size:18px;}
.hLink a i {color:#1f5000;}
.hLink a {color:#333132;}


.nav-collapse ul {margin:12px 0 0 20px; padding: 0; width: 100%; display: block; list-style: none;}
.nav-collapse li {width: 100%; display: block; text-transform:uppercase; margin-right:25px;}
.nav-collapse li a:hover {color:#1f5000;}
.js .nav-collapse {clip: rect(0 0 0 0); max-height: 0; position: absolute; display: block; overflow: hidden; zoom: 1;}
.nav-collapse.opened {max-height: 9999px;}
.disable-pointer-events {pointer-events: none !important;}
.nav-toggle {-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none; -o-user-select: none; user-select: none;}

@media screen and (min-width: 48em) {
	.js .nav-collapse {position: relative;}
	.js .nav-collapse.closed {max-height: none;}
	.nav-toggle {display: none;}
}

.nav-collapse, .nav-collapse * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nav-collapse, .nav-collapse ul {list-style: none; width: 100%; float: left;}

@media screen and (min-width: 48em) {
  .nav-collapse {position:absolute; top:0; left:0; width:100%; z-index:9999;}
}

.nav-collapse li {float: left; width: 100%;}

@media screen and (min-width: 48em) {
  .nav-collapse li {width: auto;}
}

.nav-collapse a {-webkit-tap-highlight-color: rgba(0,0,0,0); text-decoration: none; padding:0; line-height:30px; color: #333132; width: 100%;   float: left; border-top:1px solid #f5f5f5;}
.nav-collapse a:active, .nav-collapse .active a {}

@media screen and (min-width: 48em) {
  .nav-collapse a {padding:0; text-align: center; border-top: 0; float: left; margin: 0; line-height:44px;}
}

.nav-collapse ul ul a {padding-left: 2em;}

@media screen and (min-width: 48em) {
  .nav-collapse ul ul a {display: none;}
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: absolute;
  right:8px;
  top:6px;
  overflow: hidden;
  width: 60px;
  height: 55px;
  z-index:999;
  background:#1f5000;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}


/* Main Banner */
#main-slider {height:100vh; position:relative; z-index:9;}
#main-slider .slides {background-position:50% 0; background-size:cover; background-repeat:no-repeat; height:100vh;}
#main-slider .slides .wrap {height:100%; display:table;}
#main-slider .slides .row {display:table; height:100%;}
#main-slider .slides .row .col-xs-12 {display:table-cell; vertical-align:middle;}
#main-slider .slides h2 {margin:0; padding:0; line-height:75px; font-size:60px; color:#fff; text-align:center; font-family: 'Acumin Pro Bold'; vertical-align:middle; margin-top: 96px;}
#main-slider .bx-controls {display:none !important;}

/* About */
.abtCnt {background:url(../img/bg1.jpg) no-repeat center center; background-size:cover; padding:150px 0 120px; text-align:center;}
.abtCnt h2 {color:#1f5000; font-family: 'Acumin Pro Bold';}
.abtCnt p {margin-bottom:20px;}
#inner .abtCnt {margin-top: 46px; text-align: inherit;}

.proBx {}
.proBx .wrap-fluid, .proBx .row, .proBx .col-md-3 {padding-left:0; padding-right:0; margin:0;}
.proBx img {width:100%;}
.proBx figure {
	position:relative;
	overflow:hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.proBx img {transition: transform .5s ease;}
.proBx figure:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.proBx figure:hover img {transform: scale(1.2);} 
.proBx figure:hover figcaption {opacity:1; transition: opacity .8s ease-out; -moz-transition: opacity .8s ease-out; -webkit-transition: opacity .8s ease-out; -o-transition: opacity .8s ease-out;z-index: 2;}
.proBx figure:hover::after {
    background: rgba(0,0,0,0.4);
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
} 
.proBx figure figcaption {position:absolute; top:50%; margin-top: -35px; left:0; right:0; text-align:center; font-family: 'Acumin Pro Bold'; font-size:34px; opacity:0; line-height:40px; padding: 0 30px;}
.proBx figure figcaption a {color:#fff; cursor: inherit;}

/* Our Services */
.ourServ {background:url(../img/tab-b.jpg) no-repeat center center; background-size:cover; padding:150px 0;}

.jq-tab-wrapper {}
.jq-tab-wrapper.horizontal-tab {}
.jq-tab-menu {}
.jq-tab-menu .jq-tab-title {
	font-size:70px; font-family: 'Acumin Pro Bold'; margin-top:140px; cursor:pointer; color:#1f5000; opacity:0.5;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.jq-tab-menu .jq-tab-title:first-child { margin-top: 0;}
.jq-tab-menu .jq-tab-title:hover, .jq-tab-menu .jq-tab-title.active {color:#fff; opacity:1;}
.horizontal-tab .jq-tab-menu {}
.horizontal-tab .jq-tab-menu .jq-tab-title {}
.horizontal-tab .jq-tab-menu .jq-tab-title:first-child {}
.horizontal-tab .jq-tab-menu .jq-tab-title:hover, .horizontal-tab .jq-tab-menu .jq-tab-title.active {}
.jq-tab-content-wrapper h6 {color:#fff; font-size:40px; line-height:50px; font-family: 'Acumin Pro Bold';}
.jq-tab-content-wrapper h3 { display: none; }
.jq-tab-content-wrapper p {color:#fff;}
.jq-tab-content {display:none;}
.jq-tab-content.active {display:block;}

/* Footer Content */
.fContent {background:#f5f5f5;}
.cntLf {padding:100px 80px 50px 20%;}
.cntLf h6 {font-family: 'Acumin Pro Bold'; font-size:20px; line-height:28px; font-weight:normal; color:#1f5000; margin:0; padding:0;}
.cntLf p {margin:0; padding:0; font-size:15px; line-height:24px; color:#000;}
.cntLf a.mLink {margin:20px 0 10px; display:inline-block; color:#000;}
.cntLf a:hover {color:#1f5000;}
.cntLf i {color:#1f5000; margin-right:10px;}
.cntLf ul {padding:0 0 30px 30px; position: relative; margin-top: 20px;}
.cntLf ul::before { position: absolute; content:"\f041";  font-family: 'FontAwesome'; top:12px; left:0; width: 0; height: 0; font-size:20px; }
.cntLf ul li {font-size:15px; line-height:24px; color:#000;}
.fContent .theform {background:#90c06f;}
.fContent form { padding:100px 10%;}
.fContent .wrap-fluid, .fContent .row, .fContent .col-md-4 {padding-left:0; padding-right:0; margin:0;}
.fContent form p {color:#fff; font-size: 13px; line-height: 23px;}
.fContent form h2 {font-family: 'Acumin Pro Bold'; color: #fff;}

/* Footer */
.footer {padding:50px 0; background:#fff;}
.footer ul {text-align:center;}
.footer ul li {font-size:15px; display:inline-block; padding:0 15px 0 25px; color:#333132; position:relative; font-family: 'Montserrat', sans-serif; font-weight:300;}
.footer ul li:first-child {padding-left:0;}
.footer ul li:first-child:before {display:none;}
.footer ul li:before {content:'|'; position:absolute; left:0;}
.footer ul li a {color:#333132;}
.footer ul li a:hover {color:#1f5000;}

label.error {
	position:relative !important;
	margin-top:-10px !important;
	text-transform: none;
	font-size: 14px !important;
	display: block;
	border:0 !important;
}
label.error:before {
	content:'i';
	background:#c30;
	border-radius:50%;
	width:15px;
	height:15px;
	color:#fff;
	display:inline-block;
	text-transform: none;
	text-align: center;
	line-height: 15px;
	font-size: 14px;
	margin-right: 5px;
}
.inputwrapper {
	font-weight: 300;
	position: relative;
}
.inputwrapper span {
	position: absolute;
	top: 10px;
	right:15px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.inputwrapper span.visible {
	top: 8px;
	opacity: 1;
	z-index: 1;
}

@media only screen and (min-width: 2000px) {

}

@media only screen and (max-width: 1440px) {
	.fContent .cntLf {padding:70px 50px 50px 10%;}
}

@media only screen and (max-width: 1280px) {
	.proBx figure figcaption {bottom:55px; font-size:26px; line-height:36px;}
	.header ul li {padding:0 10px; font-size:14px;}
}

@media only screen and (max-width: 1120px) {
	.fContent .cntLf {padding:70px 15px 50px;}
	.hLink {font-size:14px;}
	.header ul li {padding:0;}
}

@media only screen and (max-width: 1024px) {
	#main-slider .slides h2 {font-size:46px; line-height:60px; text-align:center; padding:0 25px;}
	.fContent iframe {height:350px;}
	.abtCnt .col-xs-offset-3, #main-slider .slides .col-xs-offset-3 {margin-left:0;}
	.abtCnt {padding: 80px 35px 60px;}
	.jq-tab-menu .jq-tab-title {font-size:50px; margin-top:80px;}
	.jq-tab-content-wrapper { min-height: 550px; position: relative;}
	.jq-tab-content { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
	.jq-tab-content p { margin: 0}
}

@media only screen and (max-width: 990px) {
	.proBx figure figcaption {bottom:65px; font-size:36px; line-height:40px; padding:0 20px;}
}

@media only screen and (max-width: 960px) {
	.header ul li { font-size: 12px; margin-right: 12px; }
	#main-slider, #main-slider .slides {height:400px;}

}

@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 768px) {
	.nav-items { display: none; }
	.header {padding:10px 0; min-height:85px;}
	.header .row {position:relative;}
	.header .logo {}
	.hLink {display:none;}
	#main-slider .slides h2 {font-size:36px; line-height:50px;}
	.footer {padding:20px 0;}
	.footer ul {text-align:center;}
	.footer ul li {padding:0; display:block;}
	.footer ul li:first-child {padding-left:0;}
	.footer ul li:first-child:before {display:none;}
	.footer ul li:before {display:none;}
	.jq-tab-menu {display:none;}
	.jq-tab-menu .jq-tab-title {display:table-cell; font-size:22px;}
	.jq-tab-content-wrapper {padding:50px 0 0;}
	.nav-collapse {margin-top:80px;}
  .nav-collapse ul  {margin:0 !important;}
  .abtCnt { padding: 80px 0 60px; }
  .ourServ { padding: 20px 0 50px; }
  .fContent form { padding: 50px 30px; }
  .jq-tab-content-wrapper h6 { font-size: 26px; line-height: 34px; }
  .jq-tab-content-wrapper h3 { display: block; font-family: 'Acumin Pro Bold'; color:#90c06f; }
  .jq-tab-content { display: block !important; position: relative; transform:none; }
  .jq-tab-content p { margin: 0 0 25px}
  .proBx figure, .proBx figure a { pointer-events:none; }
  .proBx figure:hover::after { display: none; }
  .proBx figure:hover { display: none; }
  .proBx figure figcaption { display: none; }
}
@media only screen and (min-width:768px) {

}

@media only screen and (max-width: 620px) {
	input[type="submit"] {padding:0; width:100%;}
	#main-slider .slides h2 br {display:none;}
}

@media only screen and (max-width: 480px) {
.jq-tab-menu .jq-tab-title {font-size:20px;}
.header {min-height: 65px;}
.header ul li {padding:0 10px;}
.header .logo img, .header .logo-inner img {max-width: 140px;}
#main-slider .slides h2 {
    font-size: 30px;
    line-height: 42px;
}
}



