@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXExNcqx07xvyppV96iFRdwiM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

.container-fluid{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	margin:0;
	padding:0;
}
html, body {
    height: 100%;
    font-size: 16px;
    color: #f5f5f5;
    font-family: "Roboto", sans-serif;
    vertical-align: baseline;
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6{margin:0;}
ul,label{
	margin:0;
	padding:0;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.floatleft {float: left;}
.floatright {float: right;}
a:active,a:hover,a:focus {
    outline: none;
    text-decoration: none;
}
button:focus {outline: none;}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
/*******============================================= header ================================================***********/
.navbar-fixed-top{
    margin-top:0px;
	background-color:rgba(0, 0, 0, 0.2) !important;
	padding-bottom:0px;
}
.navbar-brand{
	padding:0px;
	padding-left:40px;
	margin-top:0px;
}
.navbar{
	font-family: "Raleway", sans-serif;
	font-size:20px;
	box-shadow:none;
	border-color:none;
}
.navbar ul{
	font-family: "Raleway", sans-serif;
	font-weight:700;
}
.navbar-right{
	padding-right: 0px;
}

.fixed-me{
    transition: all 1s ;
}
.fixed-me{
    padding: 0px  !important;
    margin-bottom: 5px;
    position: fixed;
    top:0;
	z-index:888;
    width: 100%;
	margin-top:-1px;
   /* border-bottom: 3px solid #ccc !important;*/
    background-color:#999;

}
.navbar ul li > ul {
	margin-right:-100px;
}
.navbar-fixed-top.scrolled {
  background-color: rgba(255,255,255,1) !important;
  transition: background-color 200ms linear;
  z-index:10000;
}
.navbar-fixed-top.scrolled #cssmenu > ul > li > a{
	color:#222;
}
.navbar-fixed-top.scrolled .header-top{
	display:none;
}
.navbar-fixed-top.scrolled .nav-link {
  color:#555;
}
.navbar-fixed-top.scrolled header{
	margin-bottom: 5px;
}


.navbar-fixed-top .logo1{ display:none;}
.navbar-fixed-top .logo{ display:block;}
.navbar-fixed-top.scrolled .logo{ display:none;}
.navbar-fixed-top.scrolled .logo1{ display:block;}

*{margin:0;padding:0;text-decoration:none}
header{position:relative;width:100%; z-index:99999; padding-right:50px; font-family: "Raleway", sans-serif;}
nav{position:relative;width:100%;margin:0 auto;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family: "Raleway", sans-serif;}
#cssmenu > ul{
	padding-top:20px;
	padding-bottom:10px;
}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding:17px;font-size:15px;text-decoration:none; text-transform:uppercase;color:#fff;font-weight:600;  font-family: "Raleway", sans-serif;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{ color:#fff;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li a:hover, #cssmenu > ul > li a:focus{
	color:#fff;
}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:'';}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{color:#ccc;}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:200px;font-size:14px;text-decoration:none;color:#ddd;font-weight:100;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff;}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
header{width:100%; background:#0a172b; padding-right:0px;}
.navbar-fixed-top .logo1{ display:none;}
.navbar-fixed-top .logo{ display:block;}
.navbar-fixed-top.scrolled .logo{ display:block;}
.navbar-fixed-top.scrolled .logo1{ display:none;}
nav{width:100%; background:#0a172b; font-family: "Raleway", sans-serif;}
#cssmenu{width:100%; background:#0a172b; padding-bottom:20px;}
#cssmenu > ul{
	padding-top:10px;
	padding-bottom:8px;
	background:#fff;
	width:100%;
	margin-top:25px;
}
#cssmenu > ul > li > a{padding:17px;font-size:15px;text-decoration:none; text-transform:uppercase;color:#000;font-weight:500; font-family: "Raleway", sans-serif;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#000;}
#cssmenu ul{width:100%;display:none;}
#cssmenu ul li{width:100%;border-top:1px solid #ccc;}
#cssmenu ul li:hover{background:#fff;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#fff!important;}
#cssmenu ul ul li:hover{background:#fff!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#000;background:none; font-weight:500;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#000;}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700; padding-top:40px;}
.button{width:55px;height:46px;position:absolute;right:0;top:20px;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fff;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer; color:#000; background:#000;}
#cssmenu .submenu-button.submenu-opened{background:#ccc}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#000}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}

/*============================================== hedaer =====================================================*/

/********************************************** slider ************************************************/
@media only screen and (max-width: 600px) {.banner{margin-top:80px;}}
@media only screen and (min-width: 600px) {.banner{margin-top:80px;}}
@media only screen and (min-width: 768px) {.banner{margin-top:80px;}} 
@media only screen and (min-width: 992px) {.banner{margin-top:0px;}} 
@media only screen and (min-width: 1200px) {.banner{margin-top:0px;}}
@media only screen and (min-width: 1500px) {.banner{margin-top:0px;}}
.carousel-caption {
  top: 25%;
  bottom: auto;
  left:0%;
}
.carousel-caption .btn{
	font-family: "Raleway", sans-serif;
    background-color: #8ac12f;
	font-size: 1rem;
    padding: 0 30px;
	line-height:45px;
	color: #fff;
	border-radius:50px;
    display: inline-block;
    text-transform: uppercase;
	margin-top:30px;
}
.carousel-caption .btn:hover{background-color:#8ac12f;}
.carousel-caption h1{
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color:#fff;
	font-size: 50px;
	padding-top: 25px;
	letter-spacing: 1px;
}
.carousel-caption h2{
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color:#fff;
	font-size: 35px;
	padding-top: 25px;
	margin-top:25px;
}
.carousel-caption h1 span{font-size: 65px;}
.carousel-caption p{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color:#fff;
	font-size: 16px;
	padding-top: 40px;
	padding-left:30px; padding-right:30px;
}
/********************************************** slider ************************************************/


/********************************************** section1 ************************************************/
@media only screen and (max-width: 600px) {.section1{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.section1{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.section1{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.section1{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.section1{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.section1{padding:80px 130px;}}
.section1{
	padding-top:80px; padding-bottom:50px;
	background:url(../images/section1back.jpg) no-repeat top/cover;
	text-align:center;
}
.section1 h1{
	font-family: 'Raleway', sans-serif;
    letter-spacing: -1.5px;
	font-weight: 600;
	color: #8ac12f;
	font-size: 42px;
	padding-bottom: 20px;
}
.section1 h3{
	font-family: 'Lato', sans-serif;
    letter-spacing: -1.5px;
	font-weight: 400;
	color: #0a172b;
	font-size: 26px;
	padding-left: 60px; 
	padding-right: 60px;
	padding-bottom: 40px;
}
.section1 p{
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: Lato, sans-serif;
    letter-spacing: 0px;
	color: #777;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   .section1 ul{
	background:#fafafa;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 150px;
	margin-right: 150px;
	border-radius: 8px;
	margin-top: 35px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .section1 ul{
	background:#fafafa;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 150px;
	margin-right: 150px;
	border-radius: 8px;
	margin-top: 35px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .section1 ul{
	background:#fafafa;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 150px;
	margin-right: 150px;
	border-radius: 8px;
	margin-top: 35px;
}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .section1 ul{
	background:#fafafa;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 280px;
	margin-right: 280px;
	border-radius: 8px;
	margin-top: 35px;
}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .section1 ul{
	background:#fafafa;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 280px;
	margin-right: 280px;
	border-radius: 8px;
	margin-top: 35px;
}
}
.section1 li{
	display:inline-block;
	padding-right: 30px;
}
.section1 .btn{
	font-family: "Raleway", sans-serif;
    background-color: #8ac12f;
	font-size: 1rem;
    padding: 0 30px;
	line-height:45px;
	color: #fff;
	border-radius:50px;
    display: inline-block;
    text-transform: uppercase;
	margin-top:30px;
}
.section1 .btn:hover{background-color:#8ac12f;}
/********************************************** section1 ************************************************/

/********************************************** section2 ************************************************/
@media only screen and (max-width: 600px) {.section2{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.section2{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.section2{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.section2{padding:50px 40px 80px 40px;}} 
@media only screen and (min-width: 1200px) {.section2{padding:50px 70px 80px 70px;}}
@media only screen and (min-width: 1500px) {.section2{padding:50px 80px 80px 80px;}}
.section2 .mt30{margin-top:30px;}
.section2 .post-slide{margin:30px 15px 0px 15px;}
.section2 .textwidget{
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	color: #777;
	font-weight: 400;
	line-height: 1.42857143;
}
.section2 .no-mrg {
    margin: 0;
	padding-bottom:25px;
}
.section2 .subtitle{color: #0a172b;}
.section2 .subtitle::before, .dash {opacity: .75;}
.section2 .subtitle::before{
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    width: 52px;
    height: 2px;
    margin-right: 20px;
}
.section2 .subtitle::before, .dash::before {background: rgba(0,0,0,.3);}
.section2 h2{
	color: #0a172b;
	text-decoration: none;
	margin: 0 0 .67em;
	letter-spacing: -1.2px;
	font-size: 2.5em;
	font-family: 'Rubik', sans-serif;
}
.section2 p{
	font-size: 1em;
    line-height: 1.7em;
	color: #777;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
}
.section2 .btn{
    color: #fff;
    background-color: #8ac12f;
	padding: 6px 28px;
    font-size: 14px;
    line-height: 32px;
	border-radius:0px;
	margin-top: 35px;
    margin-left: 15px;
	text-transform: uppercase;
    letter-spacing: 0.06em;
	float:left;
	border-radius:6px;
}
.section2 .btn .fa{
    color: #fff;
	padding-left:15px;
}
.section2 .image-container {position: relative;}
.section2 .image-container:before{   
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0;
    transition: .3s all ease-in-out;
}
.section2 .vertical-number-box {
    transform: rotate(-90deg);
    left: 14px;
    position: absolute;
    bottom: 20px;
}
.section2 .vertical-number-box .vertical-number {
    width: 240px;
    text-align: left;
}
.section2 .vertical-number {
    font-size: 15px;
    position: absolute;
    color: rgba(255,255,255,.6);
    font-weight: 400;
    transition: .2s;
}
.section2 .vertical-number::after {
    content: '';
    width: 52px;
    height: 2px;
    display: inline-block;
    background: rgba(255,255,255,.5);
    margin-left: 10px;
    bottom: 9px;
    position: absolute;
    transition: .2s;
}
.section2 .content-box-info {
    position: relative;
    box-shadow: -10px 10px 0 0 rgba(0,0,0,.05);
    transition-duration: .2s;
    z-index: 1;
	padding: 22px 25px;
	background:#0a172b;
	width:100%;
	color:#fff;
	font-family: 'Raleway', sans-serif;
}
.section2 .box-heading{
	color: #fff;
	z-index: 1;
	font-family: 'Rubik', sans-serif;
	text-align:center;
}
.section2 h4{
	font-family: 'Raleway', sans-serif;
	text-transform:capitalize;
	font-size:18px;
}
/********************************************** section2 ************************************************/

/********************************************** section3 ************************************************/
@media only screen and (max-width: 600px) {.section3{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.section3{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.section3{padding:120px 20px;}} 
@media only screen and (min-width: 992px) {.section3{padding:180px 50px;}} 
@media only screen and (min-width: 1200px) {.section3{padding:200px 100px;}}
@media only screen and (min-width: 1500px) {.section3{padding:250px 130px;}}
.section3{background:url(../images/back.jpg) no-repeat top/cover;}
.section3 .mt30{margin-top: 30px;}
.section3 h2{
	color: #fff;
	font-size: 55px;
	font-family: 'Roboto', serif;
	font-weight:500;
	padding-top:5px; padding-bottom:5px;
	margin-bottom: 0px;
}
.section3 h3{
	font-family: 'Roboto', serif;
    margin: 0 0 26px;
    padding: 0;
    color: #8ac12f;
	font-size: 130px;
	font-weight: 500;
}
.section3 h3 span{ font-size:60px;}
.section3 p {
	color:#fff;
	font-family: "PT Sans",sans-serif;
	font-size: 15px;
	font-weight:100;
	line-height:25px;
	display:inline-block;
}
.section3:hover h2{
    color: #8ac12f;
}
.section3:hover h3{
	color: #fff;
}
.section3 button{
    position: absolute;
    left: 5.4%;
    padding: 0;
    border: none;
    background: none;
	margin-left:0px;
	margin-top: 30px;
	display:inline-block;
}
.section3 a{color:#fff;}
.section3 button i{
	font-size:20px;
	color:#fff;
}
.section3 button span {
	/*background: rgba(255, 91, 35, 0.8);
	padding: 10px 10px 11px 11px;*/
}
.section3 button span:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 60px;
    font-weight: normal;
    width: 70px;
    text-align: center;
    display: block;
    background: #0a172b;
    position: absolute;
    left: 100%;
    top: -10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-size: 20px;
	margin-top: 3px;
    line-height: 38px;
	padding:13px;
}
.section3:hover button span:after{
	background: #8ac12f;
}
.post-slide{
	margin:0 15px;
}
/********************************************** section3 ************************************************/

/********************************************** section6 ************************************************/
.section4 {
}
.section4 h4{
	font-family: 'Raleway', sans-serif;
    letter-spacing: 1.7px;
    text-align: inherit;
    color: #0a172b;
	font-weight: 600;
	font-size: 32px;
	padding-bottom: 20px;
	text-transform:capitalize;
	padding-top:0px;
}
.section4 #contact input[type="text"], .section4 #contact input[type="email"], .section4 #contact input[type="tel"], .section4 #contact input[type="url"], .section4 #contact textarea, .section4 #contact button[type="submit"] { font:400 12px/16px "Montserrat", Sans-serif; }

.section4 #contact {
	background:#fff;
	padding: 60px 60px 100px 60px;
	margin:30px 0;
	font-family: "Montserrat", Sans-serif;
}

.section4 fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

.section4 #contact input[type="text"], .section4 #contact input[type="email"], .section4 #contact input[type="tel"], .section4 #contact input[type="url"], .section4 #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#fff;
	color: #121212;
	margin:0 0 5px;
	padding:10px;
}

.section4 #contact input[type="text"]:hover, .section4 #contact input[type="email"]:hover, .section4 #contact input[type="tel"]:hover, .section4 #contact input[type="url"]:hover, .section4 #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

.section4 #contact textarea {
	height:80px;
	max-width:100%;
  resize:none;
}

.section4 #contact button[type="submit"] {
	cursor:pointer;
	width: 30%;
	border:none;
	color: #ffffff;
    background: #8ac12f;
	margin:0 0 5px;
	font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
	padding: 10px 50px;
	border-radius: 25px;
}

.section4 #contact button[type="submit"]:hover {
	background:#fff;
	color: #8ac12f;
	border: 1px solid #8ac12f;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

.section4 #contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

.section4 #contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
.section4 ::-webkit-input-placeholder {
 color:#888;
 font-size: 13px;
}
.section4 :-moz-placeholder {
 color:#888;
}
.section4 ::-moz-placeholder {
 color:#888;
}
.section4 :-ms-input-placeholder {
 color:#888;
}
.section4 .btn{
    color: #fff;
    background-color: #8ac12f;
	padding: 6px 28px;
    font-size: 14px;
    line-height: 32px;
	border-radius:0px;
	text-transform: uppercase;
    letter-spacing: 0.06em;
	float:left;
	border-radius:6px;
	margin-top: 0px;
}
.section4 .btn .fa{
    color: #fff;
	padding-left:15px;
}
.map {
 -webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -ms-filter: grayscale(100%);
 -o-filter: grayscale(100%);
 filter: grayscale(100%);
}
/********************************************** section6 ************************************************/

/********************************************** footer ************************************************/
@media only screen and (max-width: 600px) {.footer{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.footer{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.footer{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.footer{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.footer{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.footer{padding:80px 130px;}}
.footer {
    background:url(../images/footer-bg.jpg) no-repeat top/cover;
	padding-top:80px;
	padding-bottom:80px;
}
.footer h2 {
    padding: 0 0 18px;
	font-size: 16px;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-top: 50px;
	border-bottom: 1px solid #333;
	margin-bottom: 35px;
	width:80%;
}
.footer p {
    color: #919191;
	text-align:left;
	font-size: 15px;
}
.footer-section-one ul {
    margin-top: 20px;
}
.footer address {
    display: block;
    margin: auto;
    font-style: normal;
    line-height: 1.5em;
    color: #b7bcc8;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0px;
}
.footer i{
	font-size: 18px;
	color: #b7bcc8;
	height: 45px;
	width: 45px;
	line-height: 42px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	border-radius: 30px;
	border-radius: 999px;
	margin-top: 0px;
	border: 2px #b7bcc8 dotted;
}
.footer .phone-footer {
    overflow: hidden;
    font-size: 14px;
    line-height: 35px;
    color: #b7bcc8;
    margin-bottom: 18px;
    margin-top: 12px;
}
.footer .email-footer {
    overflow: hidden;
    margin-top: 12px;
    font-size: 14px;
}
.footer  a {
    display: block;
    color: #b7bcc8;
	padding-top: 8px;
}
.footer-section-one ul li i {
    color: #818181;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 100%;
    border: 1px solid #9b9b9b;
}

.footer-section-one li i {
    display: inline-block;
}

.footer-menu li {
    position: relative;
}

.footer-menu li a {
    color: #b7bcc8;
    text-transform: capitalize;
    display: inline-block;
	text-align:left;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
}
.footer-bottom-sec p {
    color: #919191;
    margin: 0;
    text-align: center;
    font-size: 16px;
}
.footer-bottom-sec {
    padding: 26px 0;
    background:url(../images/footer-bg.jpg) no-repeat top/cover;
	border-top: 1px solid #333;
}
.footer-bottom-sec a {color: #9d9d9d;}
/********************************************** footer ************************************************/

/***********============================================== about_page =====================================================***********/
@media only screen and (max-width: 600px) {.about_page{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.about_page{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.about_page{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.about_page{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.about_page{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.about_page{padding:80px 150px;}}
.about_page{font-family: "Roboto",sans-serif;}
.about_page .mt30{margin-top:30px;}
.about_page .ma{margin:0 auto;}
.about_page h6{
	font-family: 'Raleway', sans-serif;
	background:#3e7038;
    font-size: 14px;
    font-weight: 500;
	color:#fff;
	border-radius:10px;
	padding:10px 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
	max-width:115px;
}
.about_page h2{
	font-family: "Raleway",sans-serif;
	font-size: 26px;
	font-weight: 700;
	color:#2a2a2a;
	text-transform:uppercase;
    font-style: normal;
	margin:30px 0px 30px 0px;
}
.about_page p{
	font-family: 'Raleway', sans-serif;
    color: #555;
    font-size: 14px;
    text-align: left;
	line-height:25px;
    margin: 0;
	margin-top:10px;
}
.about_page h5 .fa{padding-right:10px; color:#3e7033;}
.about_page h5{
	font-family: 'Roboto', sans-serif;
	background:#ddd;
	box-shadow: 4px 4px 2px #888888;
    font-size: 15px;
    font-weight: 400;
	color:#555;
	border-radius:10px;
	padding:10px 10px 10px 20px;
	margin-top:20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
	max-width:250px;
}
.about_page .main-timeline{
    font-family: 'Raleway', sans-serif;
    position: relative;
}
.about_page .main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.about_page .main-timeline .timeline{
    width: 100%;
    padding: 0 40px 0 0;
    margin: 0 50px 0 0;
    float: left;
    position: relative;
    z-index: 1;
}
.about_page .main-timeline .timeline-content{
    background: #f5f5f5; 
	background: -webkit-linear-gradient(to right, #eee, #f5f5f5);
	background: linear-gradient(to right, #eee, #f5f5f5); 
    min-height: 140px;
    padding: 40px 60px 40px 20px;
    border-radius: 20px 10px 10px 20px;
    box-shadow: 0 0 15px -5px #555;
    display: block;
    position: relative;
}
.about_page .main-timeline .timeline-content:hover{ text-decoration: none; }
.about_page .main-timeline .timeline-icon{
    color: #fff;
    background-color: #3e7038;
    font-size: 35px;
	padding-top:20px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    width: 80px;
    border-radius: 10px 10px 0 10px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -40px;
    z-index: 1;
}
.about_page .main-timeline .timeline-icon:after{
    content: '';
    background: linear-gradient(to left top,transparent 49%, #345e2f 50%);
    height: 20px;
    width: 40px;
    position: absolute;
    right: 0;
    top :100%;
}
.about_page .main-timeline .title{
	font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.about_page .main-timeline .description{
	font-family: 'Raleway', sans-serif;
    color: #555;
    font-size: 14px;
    text-align: left;
	line-height:25px;
    margin: 0;
}
@media screen and (max-width:767px){
    .about_page .main-timeline .timeline{
        width: 100%;
        padding: 40px 0 0 40px;
        margin-bottom: 20px;
    }
    .about_page .main-timeline .timeline-icon{
        border-radius: 10px 10px 10px 0;
        transform: translateY(0);
        top: -40px;
        left: -40px;
        right: auto;
    }
    .about_page .main-timeline .timeline-icon:after{
        transform: rotateY(-180deg);
        right: auto;
        left: 0;
    }
    .about_page .main-timeline .timeline-content{padding: 60px 20px 20px;}
}
@media screen and (max-width:567px){.about_page .main-timeline .title{ font-size: 18px; }}
/***********============================================== about_page =====================================================***********/

/***********============================================== quality_page =====================================================***********/
@media only screen and (max-width: 600px) {.quality_page{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.quality_page{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.quality_page{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.quality_page{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.quality_page{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.quality_page{padding:80px 150px;}}
.quality_page{font-family: "Roboto",sans-serif;}
.quality_page .mt30{margin-top:30px;}
.quality_page .ma{margin:0 auto;}
.quality_page h6{
	font-family: 'Raleway', sans-serif;
	background:#3e7038;
    font-size: 14px;
    font-weight: 500;
	color:#fff;
	border-radius:10px;
	padding:10px 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
	max-width:80px;
}
.quality_page h2{
	font-family: "Raleway",sans-serif;
	font-size: 26px;
	font-weight: 700;
	color:#2a2a2a;
	text-transform:uppercase;
    font-style: normal;
	margin:30px 0px 30px 0px;
}
.quality_page p{
	font-family: 'Raleway', sans-serif;
    color: #555;
    font-size: 14px;
    text-align: left;
	line-height:25px;
    margin: 0;
	margin-top:10px;
}
.quality_page h5 .fa{padding-right:10px; color:#3e7033;}
.quality_page h5{
	font-family: 'Roboto', sans-serif;
	background:#ddd;
	box-shadow: 4px 4px 2px #888888;
    font-size: 15px;
    font-weight: 400;
	color:#555;
	border-radius:10px;
	padding:10px 10px 10px 20px;
	margin-top:20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
	max-width:250px;
}
/***********============================================== quality_page =====================================================***********/

/***********============================================== product_page =====================================================***********/
@media only screen and (max-width: 600px) {.product_page{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.product_page{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.product_page{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.product_page{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.product_page{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.product_page{padding:80px 150px;}}
.product_page{font-family: "Roboto",sans-serif;}
.product_page .mt30{margin-top:30px;}
.product_page .ma{margin:0 auto;}
.product_page h6{
	font-family: 'Raleway', sans-serif;
	background:#3e7038;
    font-size: 14px;
    font-weight: 500;
	color:#fff;
	border-radius:10px;
	padding:10px 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
	max-width:95px;
}
.product_page h2{
	font-family: "Raleway",sans-serif;
	font-size: 26px;
	font-weight: 700;
	color:#2a2a2a;
	text-transform:uppercase;
    font-style: normal;
	margin:30px 0px 30px 0px;
}
.product_page p{
	font-family: 'Raleway', sans-serif;
    color: #555;
    font-size: 14px;
    text-align: left;
	line-height:25px;
    margin: 0;
	margin-top:10px;
}
.product_page .box{ border:4px solid #ddd; border-radius:8px;}
.product_page .content{
	background:#fff;
	padding:25px 5px;
	text-align:center;
}
.product_page h3{
	font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 25px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.product_page a{
	font-family: "Raleway",sans-serif;
	font-weight:500;
	background:#3e7038;
	color:#fff;
	font-size:12px;
	border-radius:15px;
	padding:5px 10px;
}
/***********============================================== product_page =====================================================***********/

/***********============================================== product_page =====================================================***********/
@media only screen and (max-width: 600px) {.product_inner_page{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.product_inner_page{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.product_inner_page{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.product_inner_page{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.product_inner_page{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.product_inner_page{padding:80px 150px;}}
.product_inner_page{font-family: "Roboto",sans-serif;}
.product_inner_page .mt30{margin-top:30px;}
.product_inner_page .mt20{margin-top:20px;}
.product_inner_page .ma{margin:0 auto;}
.product_inner_page h6{
	font-family: 'Raleway', sans-serif;
	background:#3e7038;
    font-size: 14px;
    font-weight: 500;
	color:#fff;
	border-radius:10px;
	padding:10px 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
	max-width:95px;
}
.product_inner_page h2{
	font-family: "Raleway",sans-serif;
	font-size: 26px;
	font-weight: 700;
	color:#2a2a2a;
	text-transform:uppercase;
    font-style: normal;
	margin:30px 0px 30px 0px;
}
.product_inner_page p{
	font-family: 'Raleway', sans-serif;
    color: #555;
    font-size: 14px;
    text-align: left;
	line-height:25px;
    margin: 0;
	margin-top:10px;
}
.product_inner_page .box{ border:4px solid #ddd; border-radius:8px;}
.product_inner_page .content{
	background:#fff;
	padding:25px 5px;
	text-align:center;
}
.product_inner_page h3{
	font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 25px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.product_inner_page a{
	font-family: "Raleway",sans-serif;
	font-weight:500;
	background:#3e7038;
	color:#fff;
	font-size:12px;
	border-radius:15px;
	padding:5px 10px;
}
.product_inner_page .detail {
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    border: 4px solid #3e7038;
    border-top: none;
    border-right: none;
    border-radius: 0px 0px 50px 20px;
}
.product_inner_page h4{
	font-family: 'Roboto', sans-serif;
	background:#222;
	box-shadow: 4px 4px 2px #888888;
    font-size: 15px;
    font-weight: 400;
	color:#fff;
	border-radius:10px;
	padding:10px 10px 10px 20px;
	margin-top:0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
	max-width:250px;
}
.product_inner_page h5{
	font-family: 'Roboto', sans-serif;
	background:#222;
	box-shadow: 4px 4px 2px #888888;
    font-size: 15px;
    font-weight: 400;
	color:#fff;
	border-radius:10px;
	padding:10px 10px 10px 20px;
	margin-top:20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1;
	max-width:250px;
}
.product_inner_page .para{
	font-family: 'Raleway', sans-serif;
    color: #555;
    font-size: 14px;
    text-align: left;
	line-height:25px;
    margin: 0;
	margin-top:20px;
}
.product_inner_page ul li{
	font-family: 'Raleway', sans-serif;
	position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #555;
    font-weight: 400;
    padding-left: 35px;
	list-style:none;
	margin-bottom:5px;
	margin-top:0px;
	padding-top:0px;
}
.product_inner_page ul li:before{
	content: "\f192 ";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 0px;
    color: #3e7038;
    font-weight: 600;
    font-family: "Fontawesome";
}
.product_inner_page ul li strong{
	font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
/***********============================================== product_inner_page =====================================================***********/

/***********============================================== enquiry_page =====================================================***********/
@media only screen and (max-width: 600px) {.enquiry_page{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.enquiry_page{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.enquiry_page{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.enquiry_page{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.enquiry_page{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.enquiry_page{padding:80px 150px;}}
.enquiry_page{
    font-family: "Roboto",sans-serif;
	background:url(../images/enquiryback.jpg) no-repeat top/cover;
}
.enquiry_page .mt30{margin-top:30px;}
.enquiry_page .ma{margin:0 auto;}
.enquiry_page h6{
	font-family: 'Raleway', sans-serif;
	background:#3e7038;
    font-size: 14px;
    font-weight: 500;
	color:#fff;
	border-radius:10px;
	padding:10px 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
	max-width:130px;
}
.enquiry_page h2{
	font-family: "Raleway",sans-serif;
	font-size: 26px;
	font-weight: 700;
	color:#2a2a2a;
	text-transform:uppercase;
    font-style: normal;
	margin:30px 0px 0px 0px;
}
.enquiry_page .form-group .fa{color:#ccc;}
.enquiry_page .form-control{background: rgba(255,255,255,0.9);}
.enquiry_page .form-horizontal .form-content{padding: 0px 25px;}
.enquiry_page .form-horizontal .form-control{
    padding: 12px 16px 12px 39px;
    height: 50px;
    font-size: 14px;
    color: #2b2a2a;
    border: none;
    border: 2px solid #eee;
	background: linear-gradient(to bottom, #fff, #f2eee9);
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 5px;
}
.enquiry_page .form-horizontal .form-control:focus{
    border-color: #ccc;
    box-shadow: none;
}
.enquiry_page .form-horizontal .control-label{
    font-size: 17px;
    color: #ccc;
    position: absolute;
    top: 5px;
    left: 27px;
    text-align: center;
}
.enquiry_page .form-horizontal textarea.form-control{
    resize: vertical;
    height: 130px;
}
.enquiry_page .form-horizontal .btn{
    font-size: 14px;
    color: #fff;
    float: right;
    margin: 10px 0;
    border: 2px solid #3e7038;
    padding: 10px 25px;
	font-weight:500;
	text-transform:uppercase;
    transition: all 0.5s ease 0s;
	background:#3e7038;
	font-family: "Raleway",sans-serif;
}
.enquiry_page .form-horizontal .btn:hover{
    background: #20251e;
	border: 2px solid #20251e;
    color: #fff;
}
/***********============================================== enquiry_page =====================================================***********/

/***********============================================== contact_page =====================================================***********/
@media only screen and (max-width: 600px) {.contact_page{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.contact_page{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.contact_page{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.contact_page{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.contact_page{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.contact_page{padding:80px 150px;}}
.contact_page{
    font-family: "Roboto",sans-serif;
	background:url(../images/contactback.jpg) no-repeat top/cover;
}
.contact_page .mt30{margin-top:30px;}
.contact_page .ma{margin:0 auto;}
.contact_page h6{
	font-family: 'Raleway', sans-serif;
	background:#3e7038;
    font-size: 14px;
    font-weight: 500;
	color:#fff;
	border-radius:10px;
	padding:10px 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
	max-width:110px;
}
.contact_page h2{
	font-family: "Raleway",sans-serif;
	font-size: 26px;
	font-weight: 700;
	color:#2a2a2a;
	text-transform:uppercase;
    font-style: normal;
	margin:30px 0px 0px 0px;
}
.contact_page .serviceBox{
    padding-left: 30px;
    position: relative;
}
.contact_page .serviceBox:before{
    content: "";
    width: 60px;
    height: 60px;
    background: #498742;
    position: absolute;
    top: 20px;
	border-radius:50%;
    left: 5px;
    z-index: 1;
}
.contact_page .serviceBox .service-icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #3e7038;
    font-size: 30px;
    color: #fff;
    position: absolute;
	border-radius:50%;
    top: 15px;
    left: 0;
    z-index: 1;
}
.contact_page .serviceBox .service-content{
    padding: 30px;
	border-radius:15px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ccc #ccc #ccc;
    position: relative;
	background:#fff;
    transition: all 0.4s ease-in-out 0s;
}
.contact_page .serviceBox:hover .service-content{
    background: #3e7038;
    border-color: #ccc;
}
.contact_page .serviceBox .title{
	font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #333;
    padding-left: 30px;
    margin-bottom: 35px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.contact_page .serviceBox:hover .title{color: #fff;}
.contact_page .serviceBox .description{
    font-size: 14px;
    color: #858585;
    margin: 0;
}
.contact_page .serviceBox .description a{color: #858585;}
.contact_page .serviceBox:hover .description{color: #fff;}
.contact_page .serviceBox:hover .description a{color: #fff;}
@media only screen and (max-width:990px){.contact_page .serviceBox{ margin-bottom: 50px; }}
/***********============================================== contact_page =====================================================***********/