@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: 'FFDINPro-Regular';
  src: url('fonts/FFDINPro-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/FFDINPro-Regular.otf')  format('opentype'),
	     url('fonts/FFDINPro-Regular.woff') format('woff'), url('fonts/FFDINPro-Regular.ttf')  format('truetype'), url('fonts/FFDINPro-Regular.svg#FFDIfonts/NPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'FFDINRoundPro-Medium';
    src: url('fonts/FFDINRoundPro-Medium.eot');
    src: url('fonts/FFDINRoundPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/FFDINRoundPro-Medium.woff2') format('woff2'),
        url('fonts/FFDINRoundPro-Medium.woff') format('woff'),
        url('fonts/FFDINRoundPro-Medium.ttf') format('truetype'),
        url('fonts/FFDINRoundPro-Medium.svg#FFDINRoundPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
  font-family: 'FFDINRoundPro-Light';
  src: url('fonts/FFDINRoundPro-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/FFDINRoundPro-Light.otf')  format('opentype'),
	     url('fonts/FFDINRoundPro-Light.woff') format('woff'), url('fonts/FFDINRoundPro-Light.ttf')  format('truetype'), url('fonts/FFDINRoundPro-Light.svg#FFDINRoundPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'FFDINPro-Medium';
  src: url('fonts/FFDINPro-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/FFDINPro-Medium.otf')  format('opentype'),
	     url('fonts/FFDINPro-Medium.woff') format('woff'), url('fonts/FFDINPro-Medium.ttf')  format('truetype'), url('fonts/FFDINPro-Medium.svg#FFDINPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**********************/


tr:nth-child(odd) { /* Selects only odd elements */
    background: #f4f4f4;   
}
thead tr {
    background: #ffffff !important;
}
/*
.product{
	max-width: 100% !important;
    background: url(images/finel-product-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/
.product .content{
	width: 1000px;
    margin: 0 auto;
}

.figer {
    background-image: url(images/Depositphotos_8711590_l-2015.jpg);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    background-position: right top;
    position: absolute;
    right: 6px;
    top: 1530px;
}



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, .header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video, source {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
img {
width: auto\9;
height: auto;
max-width:100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}

article, aside, dialog, figure, footer, .header, 
hgroup, menu, nav, section, menu { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

ins {
	background-color:#ff9;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;	
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

/*---------------------end reset css---------------------*/

html{ height:100%;}

*{ box-sizing: border-box; }

*::before, *::after { box-sizing: border-box; }

body { font-family: 'FFDINPro-Regular'; color:#848484;  font-size:16px; }
body.index
{
	background-color: #272727;
}


a{ color: #8dc63f; text-decoration:none; display: inline-block; transition:all 0.2s ease-in-out;}
a:hover,
a:focus{ color:#272727; text-decoration:none;}
a:focus{ outline:none;}

.clear { clear: both; }

.float_left { float:left !important;}
.float_right { float:right !important;}

.m0 { margin:0px !important;}
.mt0 { margin-top:0px !important;}
.mr0 { margin-right:0px !important;}
.mb0 { margin-bottom:0px !important;}
.ml0 { margin-left:0px !important;}

.p0 { padding:0px !important;}
.pt0 { padding-top:0px !important;}
.pr0 { padding-right:0px !important;}
.pb0 { padding-bottom:0px !important;}
.pl0 { padding-left:0px !important;}

.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}

.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}

.mr10 { margin-right:10px !important;}
.mr20 { margin-right:20px !important;}

.clear { clear:both;}
.clear_left { clear:left;}
.clear_right { clear:right;}

.display_none { display:none;}

.alignleft { float:left; margin-right:20px;}
.alignright { float:right; margin-left:20px;}

.text-444
{
	color: #444444 !important;
}
.text-8dc
{
	color: #8dc63f !important;
}
.text-323
{
	color: #323232 !important;
}



.btn{ 
	display:inline-block; 
	padding:3px 34px 0; 
	font-size: 17.81px;
	background-color:#8dc63f; 
	line-height:48px; 
	border:none; 
	color: #fff; 
	border-radius: 24px;
	transition:all 0.2s ease-in-out; 
	text-align:center;
	text-transform: uppercase;
	font-weight: 600;
}
.btn:hover,
.btn:focus{
	 background-color:#272727; 
	 color:#fff;
}
.btn:focus, .btn:active:focus
{
	outline: 0;
	outline-offset: 0;
}

.form-control                                 
{ 
	height: 46px;
	line-height: 24px;
	padding: 10px 15px;
	color: #8b8b8b;
	border:1px solid #e7e7e7;
	box-shadow: none;
	border-radius: 8px;
	background:#e7e7e7;
	font-size: 17.83px;
}

.form-control:focus
{
	box-shadow: none;
	border-color:#e5e5e5;
}

.form-control::-webkit-input-placeholder
{
	color:rgba(0,0,0,0.50);
}
.form-control:-ms-input-placeholder
{
	color:rgba(0,0,0,0.50);
}
.form-control::-moz-placeholder
{
	color:rgba(0,0,0,0.50);
}

textarea.form-control
{
	width: 100% !important;
	line-height: 24px;
	padding: 10px 15px; 
}

.error-message p
{
	padding: 5px 10px;
	color: #fff;
	margin-top: 0;
}
.error-msg {
    color: #F44336;
}

.error-message .text-danger
{
	background-color: #fb9678;
}
.error-message .text-success
{
	background-color: #00c292;
}

.error-msg322
{
	color: #fb9678;
}


p{ 
	margin:12px 0;
	line-height:24px; 
	color:#848484;
}

h1,h2,h3,h4,h5,h6
{ 
	margin:10px 0 0; 
	font-weight:normal; 
	color:#000; 
	line-height:normal;
	font-family: 'FFDINRoundPro-Medium';
}
h1{ font-size:36px;}
h2{ font-size:30px; line-height: 30px;}
h3{ font-size:26px;}
h4{ font-size:24px;}
h5{ font-size:22px;}
h6{ font-size:18px;}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{ display:block; line-height:30px;}


.bg-grey
{
	background-color: #edf1f5;
}


.vertical-center
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.header
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding-top: 18px;
}

.index .header
{
	border-bottom: 0;
	padding-left: 66px;
}

.header .logo
{
	float: left;
}
.index .header .logo
{
	padding-left: 55px;
}


.header-left .logo a
{ 
	display:inline-block;
}
.header-left .logo img
{ 
	width:100%;
}


.header .header-right
{
	float: right;
}


.main-menu .toggle-menu
{
	display: none;
	text-align: right;
}

.toggle-menu a
{
	background-color: #8dc63f;
	padding: 10px;
	color: #fff;
	width: 45px;
	height: 48px;
	text-align: center;
	display: inline-block;

}

.toggle-menu a .fa
{
	font-size: 26px;
}

.main-menu ul:after
{
	content:"";
	display: block;
	clear: both;
}
.header .main-menu
{ 
	padding-top: 50px;
	position: relative;
}
.main-menu ul li
{ 
	position:relative; 
	padding:0 16px 15px;
	float:left; 
	list-style-type:none;
}
.main-menu ul li:last-child
{
	padding-right: 0;
}

.main-menu ul li a
{ 
	color:#fff; 
	cursor: pointer;  
	font-size:16px; 
	font-family: 'FFDINPro-Medium'; 
	display:block; 
	text-transform:uppercase;
	letter-spacing: 1px;
}
.main-menu ul li:hover > a,
.main-menu ul li a:hover,
.main-menu ul li a.active
{ 
	color:#8dc63f;
}

.main-menu ul li ul
{ 
	position:absolute; 
	left:0; 
	visibility: hidden; 
	opacity: 0; 
	top:100%; 
	transition: all 0.4s ease-in-out; 
	transform: translateY(20px); 
	box-shadow: 0 1px 2px rgba(0,0,0,0.2); 
	width:240px; 
	z-index:700; 
	padding: 10px; 
	background-color:#fff; 
}
.main-menu ul li:hover ul
{ 
	visibility: visible; 
	opacity: 1; 
	transform: translateY(0); 
}
.main-menu ul li ul li
{ 
	float:none; 
	padding:0;
}
.main-menu ul li ul li a
{ 
	padding:10px 10px 7px 10px; 
	font-size: 15px; 
	display:block; 
	letter-spacing: 1px;
	color:#8dc63f;
	font-size: 13px;
}
.main-menu ul li ul li a:hover
{
	background-color: #8dc63f;
	color:#fff;
}

.main-menu ul li .fa
{ 
	font-size:12px;
	position: absolute;
	top: 3px;
	right: 3px;
	color:#fff;
}
.main-menu ul li:hover .fa
{
	color:#8dc63f;	
}
.main-menu ul li a.active + .fa
{
	color:#8dc63f;	
}

.banner
{
	position: relative;
	padding-left: 66px;
}
.banner-inner
{
	background:url("images/banner-01.jpg") center center no-repeat;
	background-size: cover;
	height: 150px;
}


.banner-slider img
{
	width: 100%;
}

.slick-arrow
{
	z-index:40; 
	width:auto; 
	font-size: 17.81px; 
	text-transform: uppercase; 
	color: #fff 
}
.slick-prev,
.slick-prev:hover, 
.slick-prev:focus
{ 
	background:url(images/icons/arrow-left.png) left center no-repeat; 
	padding-left: 30px;
}
.slick-next,
.slick-next:hover, 
.slick-next:focus{ 
	background:url(images/icons/arrow-right.png) right center no-repeat;
	padding-right: 30px;
}
.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus
{
	color: #fff;
}
.slick-prev:before,
.slick-next:before
{ 
	display:none;
}

.banner-slider .slick-arrow
{
	bottom:41px;
	top:auto;
}

.banner-slider .slick-prev
{ 
	right:233px; 
	left:auto;
}
.banner-slider .slick-next
{ 
	right:118px; 
}

.ban-social
{
	width: 66px;
	padding: 10px 18px 10px 25px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	text-align: center;

}
.ban-inner-social
{
	position: absolute;
	bottom:108px;
}
.ban-social span
{
	width: 2px;
	height: 35px;
	display: inline-block;
	background-color: #e3e3e3;
	margin-bottom: 30px;
}
.ban-social a
{
	font-size: 20px;
	margin-bottom: 30px;

}


.banner-text h1
{
	color: #8dc63f;
	font-size: 84.02px;
	text-align: center;
	text-transform: uppercase;
	line-height: 60px;
}
.banner-text h1 span
{
	display: block;
}


.main-title
{
	font-size: 37.68px;
	line-height: 42px;
	color:#fff;
}


.three-boxes
{
	max-width: 1400px;
	margin: 0 auto -110px;
}

.home-about
{
	padding: 75px 50px 0 15px;
	width: 33.4%;
}

.home-about h2
{
	font-size: 49.9px;
	line-height: 54px;
	margin-bottom: 32px;
}
.home-about h2 span{
	font-family: 'FFDINRoundPro-Light';
}
.home-about p
{
	color: #fff;
	font-size: 16px;
}
.home-about p img
{
	display: none;
}
.home-about a
{
	margin-top: 44px;
}

.our-products
{
	width: 66.6%;
	padding: 75px 0 158px 0;
	border-left: 1px solid #393939;
}
.our-products .main-title
{
	line-height: 46px;
	margin-bottom: 60px;
	padding-left: 66px;
}

.our-products ul li
{
	list-style-type: none;
	margin-bottom: 43px;
	width: 325px;
	padding-left: 22px;
	text-align: center;
	float: left;
}


.our-products ul li a
{
	font-size: 24.06px;
	text-transform: uppercase;
	color:#fff;
	letter-spacing: 1px;
	display: block;
}
.our-products ul li a:hover
{
	color:#8dc63f;
}
.our-products ul li img
{
	display: block;
	margin:0 auto 14px;
}
.our-products ul li:nth-child(2) .product-icon
{
	margin-top: -7px;
}
.our-products ul li:nth-child(4) .product-icon
{
	margin-top: 28px;
}

.our-products ul li h4
{
	margin:0;
}


.three-boxes .img-wrap
{
	padding: 256px 0 0;
	width: 33.9%;
}
.three-boxes .img-wrap img
{
	width: 100%;
}

.sm-icons a
{
	color:#fff;
	margin-left: 14px;
	font-size: 24px;
}
.sm-icons a:hover
{
	color:#d6b84d;	
}


.container{ max-width: 1230px; padding: 0 15px; width: 100%; }
.container .content{ padding: 70px 0; min-height:400px;}
.content:after
{
	content: "";
	display: block;
	clear: both;
}

.hr{  margin:20px 0; border:1px solid #DCCCAB;}


.list{ margin:20px 0; }
.list li{ line-height:30px; padding-left:30px; background:url(images/list-arrow.png) 0 6px no-repeat; list-style-type:none; }


.tooltip-inner
{
	background-color: #202020;
}
.tooltip.top .tooltip-arrow
{
	border-top-color:#202020;
}


.projects .main-title,
.home-contact .main-title
{
	text-transform: uppercase;
}

.projects .main-title
{
	text-align: left;
	display: inline-block;
	margin-bottom: 28px;
}

.project-slider .slick-prev
{
	left: 30px;
}
.project-slider .slick-next
{
	right: 30px;
}


.project-slide
{
	position: relative;
	overflow: hidden;
}
.project-slide a
{
	display: block;
}

.project-slide img
{
	width: 100%;
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
	-webkit-transform:translateX(-20px) scale(1.12);
	transform: translateX(-20px) scale(1.12)

}
.project-slide:hover img
{
	-webkit-transform:translateX(0) scale(1);
	transform: translateX(0) scale(1);	
}


.project-slide .project-title
{
	position: absolute;
	left: 35px;
	bottom: 35px;
	transition: all 0.3s ease-in-out;
	color:#fff;
	line-height: 42px;
	font-size: 50px;
	font-family: 'FFDINRoundPro-Medium';
}
.project-slide:hover .project-title
{
	bottom: 80px;
	color:#8dc63f;
}


.project-item
{
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
}

.project-item img
{
	width:100%;
}
.project-item:before {
    background: rgba(39, 39, 39, 0.34);
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}
.project-item:after {
    background: rgba(39, 39, 39, 0.34);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}

.project-item:hover:before,
.project-item:hover:after
{
    width:100%;
    height:100%;
}

.overlay
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 120;
}
.project-item:hover .overlay
{
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

.project-item h3
{
	font-family: 'FFDINPro-Regular';
	position: absolute;
	transform: translate(-50%,-10%);
	top: 50%;
	left: 50%;
	width: 100%;
	color:#fff;
	margin: 0;
	text-align: center;
	transition: all 0.2s ease-in-out;
	letter-spacing: 2px;
}


.project-item:hover h3
{
	transform: translate(-50%,-50%);
}


.white-box
{
	padding: 30px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	margin-bottom: 20px;
	background-color: #fff;
}

.white-box h4
{
	color:#000;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 15px;
}

.table > thead > tr > th
{
	border-bottom: 0;
}

.table > tbody > tr > td
{
	border-color:#eae7e7;
}

.menu-table
{
	margin:20px 0 0; 
}

.menu-table thead th
{
	color:#000;
	font-size: 17px;
}


.menu-table tbody tr td
{
	vertical-align: middle;
}

.menu-table h6,
.menu-table tbody tr td:first-child
{
	color:#8dc63f;
}


.menu-table h6
{
	margin-top: 0;
}

.menu-table h6 + p
{
	margin:4px 0 0;
}

.menu-list li
{
	list-style-type: none;
	margin-bottom: 10px;
}
.menu-list li h6
{
	margin:0;
	color:#8dc63f;
}
.menu-list li p
{
	margin:0;
}

.service-boxes
{
	margin-top: 60px;
}

.service-box
{
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.service-thumb img
{
	width: 100%;
}

.service-box .service-content
{
	padding: 10px 20px;
	background-color: rgba(39, 39, 39, 0.5);
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(calc(100% - 50px));
}
.service-box:hover .service-content
{
	transform: translateY(0);
}

.service-content h5
{
	margin-top: 0;
}

.service-content .btn
{
	padding: 3px 18px 0;
	font-size: 13px;
	margin-top: 15px;
	line-height: 36px;
}

.about-cont img
{
	max-width: 380px;
}

.w-vh
{
	min-height: calc(100vh - 219px) !important;
}

.mfp-bg
{
	z-index: 999999;
}
.mfp-wrap
{
	z-index: 9999999;
}

.testi-box
{
	padding: 30px;
    background-color: #f9fafc;
}

.testi-thumb
{
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.testi-content
{
	overflow:hidden;
}

.testi-content h4
{
	margin-top: 0;
}

.testi-content h4 small
{
	font-size: 14px;
	line-height: normal;
	color:#8cc73f;
}

.testi-slider .slick-dots
{
	bottom:-80px;
}

.testi-slider .slick-dots li {
    display: inline-block;
    margin-bottom: 15px;
    width: 40px;
    height: 10px;
    border: 1px solid #8dc63f;
    border-radius: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.testi-slider .slick-dots li button,
.testi-slider .slick-dots li button:before
{
	display: none;
}

.testi-slider .slick-dots .slick-active
{
	background-color: #8dc63f;
}

	


.home-contact
{
	padding-top: 100px;
	background-color: #8dc63f;
}

.contact-form .row,
.contact-form2 .row
{
	margin:0 -7px;
}

.contact-form [class^="col"],
.contact-form2 [class^="col"]
{
	padding: 0 7px;
}

.home-contact .main-title
{
	margin-bottom: 70px;
}


.contact-address
{
	font-family: 'FFDINPro-Medium';
	font-size: 20.83px;
}
.contact-address p
{
	margin:0;
	color:rgba(255,255,255,0.50);
}
.contact-address a
{
	color:rgba(255,255,255,0.50);
}
.contact-address a:hover
{
	color:#272727;
}

.contact-address2 p strong
{
	display: block;
	color:#000;
}
.contact-address2 p:first-child
{
	margin-top: 0;
}

.contact-form .form-control
{
	font-family: 'FFDINPro-Medium';
	font-size: 17.51px;
	height: 60px;
	background-color: #fff;
}
.contact-form .form-control:focus
{
	box-shadow: none;
	border-color:#e5e5e5;
}


.contact-form textarea.form-control
{
	height: 136px;
}
.contact-form .btn
{
	line-height: 58px;
	padding:0 82px 0 36px;
	border-radius: 29px;
	margin-top: 15px;
	background:#313131 url("images/icons/arrow-right.png") right 36px center no-repeat;
}
.contact-form .btn:hover,
.contact-form .btn:focus
{
    color: #8dc63f;
	background:#fff url("images/icons/arrow-right3.png") right 36px center no-repeat;
}

.page-contact .footer
{
	border:0;
}


.footer
{
	background-color: #8dc63f;
}
.footer .footer-inner
{
	padding:25px 0 15px;
	border-top: 1px solid #fff;
}


.footer-logo
{
	margin:70px 0 40px;
}

.copyright
{ 
	float: left;
}
.copyright p
{

 	font-size: 14px; 
 	margin: 0; 
 	color:#fff;
}
.copyright p .sep
{
	margin: 0 10px;
}

.copyright p a
{
	color:#fff;
}
.copyright p a:hover
{
	color:#272727;	
}

.footer .sm-icons
{
	float: right;
}
.footer .sm-icons a:hover
{
	color:#272727;
}


@media screen and (max-width:1200px)
{
	
	.index .header .logo
	{
		padding-left: 0;
	}

}


@media screen and (max-width:1100px) {


	.main-menu ul li
	{
		padding: 0 8px;
	}

	.our-products
	{
		padding-left: 40px;
	}

	.project-slide img
	{
		transform: translateX(-15px) scale(1.12);
	}

}


@media screen and (max-width:992px)
{

	.header .main-menu
	{
		padding-top: 30px;
	}

	.project-slide img
	{
		transform: translateX(0) scale(1);
	}

	

}


@media screen and (max-width:991px) {


	.banner
	{
		padding: 0;
	}

	.banner-social
	{
		display: none;
	}

	.banner-text h1
	{
		font-size: 45px;
		line-height: 40px;
	}

	.main-menu .toggle-menu
	{
		display: block;
	}

	.toggle-menu .fa-times
	{
		display: none;
	}

	.toggle-menu .menu-active .fa-bars
	{
		display: none;
	}

	.toggle-menu .menu-active .fa-times
	{
		display: block;
	}

	.main-menu .menu
	{
		display: none;
		position: absolute;
		width: 260px;
		right: 0;
		top: 100%;
		background-color:#8dc63f;
		box-shadow: 0 3px 9px rgba(0,0,0,0.05); 
		z-index: 200;
	}

	.main-menu .menu > li
	{
		float: none;
		padding: 0;
	}

	.main-menu ul li a
	{
		padding: 10px;
		border-bottom: 1px solid #e9e9e9;
	}
	.main-menu ul li:last-child a
	{
		border-bottom: 0;
	}
	.main-menu ul li a.active,
	.main-menu ul li a:hover
	{
		color: #000;
	}
	.main-menu ul li:hover > a
	{
		color:#fff;
	}

	.main-menu ul li ul
	{
		position: static;
		width: 100%;
		visibility: visible;
		opacity: 1;
		display: none;
		transform: translateY(0);
		background-color: #ccab37;
		box-shadow: none;
	}
	.main-menu ul li ul li a
	{
		color:#fff;
	}

	.main-menu ul li .fa 
	{
	    font-size: 10px;
	    right: 0;
	    top: -1px;
	    font-size: 16px;
	    width: 40px;
	    line-height: 36px;
	    color:#272727;
	    text-align: center;
	    height: 41px;
	    background-color: #fff;
	}



	.three-boxes
	{
		margin-bottom: 15px;
	}

	.home-about
	{
		width: 100%;
		padding: 15px 15px 30px;
	}

	.home-about h2
	{
		font-size: 40px;
		margin-bottom: 15px;
	}


	.home-about p img
	{
		display: block;
		max-width: 220px;
		margin-top: -40px;
	}

	.our-products
	{
		width: 100%;
		border:0;
		border-top: 1px solid #393939;
		border-bottom: 1px solid #393939;
		padding: 15px 15px 0;
	}
	.our-products:after
	{
		content: "";
		display: block;
		clear: both;
	}
	.our-products .main-title
	{
		text-align: center;
		padding-left: 0;
	}
	.our-products ul li
	{
		width: 50%;
		float: left;
	}

	.project-title
	{
		font-size: 38px;
		line-height: 34px;
	}

	.project-slide .project-title
	{
		left: 15px;
	}

	.home-contact
	{
		padding-top: 25px;
	}
	.home-contact .main-title
	{
		margin-bottom: 55px;
	}

	.footer-logo
	{
		margin-top: 50px;
	}


}

@media screen and (max-width:768px)
{
	
	.testi-thumb
	{
		float: none;
	}

	.testi-thumb img
	{
		max-width: 80px;
	}

	.testi-content h4
	{
		position: absolute;
		top:44px;
		left:146px;
	}

	.contact .main-title
	{
		margin-bottom: 50px;
	}

	.footer-logo
	{
		margin-bottom: 50px;
	}
}


@media screen and (max-width:767px)
{

	.index .header
	{
		padding:10px 0 0;
	}
	.banner-text h1
	{
		font-size: 36px;
	}

	.banner-slider .slick-arrow
	{
		bottom: 20px;
		font-size: 15px;
	}

	.banner-slider .slick-next
	{
		right: 30px;
	}
	.banner-slider .slick-prev
	{
		right: 120px;
	}
	.banner .vertical-center
	{
		top: 55%;
		transform: translate(-50%,-55%);
	}


	.container .content
	{
		padding: 30px 0;
	}

	.content img.alignright
	{
		float: none;
		display: block;
		margin:0 0 20px;
	}

	.ban-social
	{
		display: none;
	}

	.main-title
	{
		font-size: 30px;
		line-height: 32px;
	}
	.our-products ul li a
	{
		font-size: 20px;
	}
	.our-products ul li img
	{
		margin-bottom: 10px;
	}


	.contact
	{
		margin-top: 60px;
	}

	.contact-address
	{
		margin-bottom: 40px;
		text-align: center;
	}
	.home-contact .main-title
	{
		margin-bottom: 25px;
	}

	.contact-form .btn
	{
		line-height: 54px;
		padding:0 58px 0 30px;
		background-position: right 30px center;
	}

	.contact-form .text-right
	{
		text-align: center;
	}


	.footer-logo
	{
		text-align: center;
		margin-bottom: 30px;
		margin-top: 40px;
	}
	.footer-logo img
	{
		max-width: 240px;
	}

}

@media screen and (max-width:680px)
{


	.banner-inner
	{
		height: 120px;
	}

	.header .logo
	{
		width: 180px;
	}

	.header .main-menu
	{
		padding-top: 12px;
	}

	.banner .vertical-center
	{
		top: 60%;
		transform: translate(-50%,-60%);
	}

	.banner-text h1
	{
		font-size: 30px;
	}

	.home-about p img
	{
		float: none !important;
		margin:20px 0;
	}
	.home-about a
	{
		margin-top: 25px;
	}

	.project-title
	{
		font-size: 30px;
	}
	.project-slider .slick-prev
	{
		left: 20px;
	}
	.project-slider .slick-next
	{
		right: 20px;
	}


}




@media screen and (max-width:580px){


	.home-about h2
	{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.footer
	{
		text-align: center;
	}

	.copyright,
	.footer .sm-icons
	{
		float: none;
	}

	.copyright span
	{
		display: inline-block;
	} 

	.footer .sm-icons
	{
		margin-top: 15px;
	}

}

@media screen and (max-width:480px){

	.banner .vertical-center
	{
		display: none;
	}

	.main-title
	{
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.three-boxes
	{
		margin-bottom: 30px;
	}

	.home-about a
	{
		margin-top: 15px;
	}
	.home-about p img
	{
		margin:20px auto;
	}

	.our-products
	{
		text-align: center;
		padding: 30px 15px;
	}

	.our-products .main-title
	{
		margin-bottom: 50px;
		line-height: 32px;
	}

	.our-products ul li
	{
		width: 100%;
		font-size: 20px;
	}

	.our-products ul li img
	{
		margin: 0 auto 15px;
	}

	.contact-address
	{
		text-align: center;
	}

	
	
	.contact-address2
	{
		margin-bottom: 30px;
	}

	.footer-logo
	{
		text-align: center;
		margin: 50px 0 40px;
	}


}

@media screen and (max-width:375px)
{

	.banner-slider .slick-arrow
	{
		bottom: 10px;
	}

	.coypright p .sep
	{
		display: none;
	}

}




@media screen and (max-width:360px)
{
	.banner-text h2
	{
		font-size: 14px;
		line-height: 18px;
	}
	.banner-text h3
	{
		font-size: 16px;
	}
}