/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family:"Î¢ÈíÑÅºÚ";
	font-size: 100%;
	background: #ffffff;
}
a:link {
	text-decoration: none;
	color: #1a1a1a;
}
a:visited {
	text-decoration: none;
	color: #1a1a1a;
}
a:active {
 text-decoration: none ; color: #004c38;
 }
a:hover {
	text-decoration: none;
	color: #004c38;
}
.zi_neir{
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	line-height: 25px;
		color: #929292;
		text-align:left;
}
a.zi_neir:link {
 text-decoration: none;
	color: #929292
  }
a.zi_neir:active {
 text-decoration: none ; color: #7fbe26;
 }
a.zi_neir:visited { 
text-decoration: none ;
	color: #929292
	}
a.zi_neir:hover { 
text-decoration: none; color: #7fbe26;
 }
.wrap{
	margin:0 auto;
	width:80%;
}

/* start table */
hr{font:14px/0.5 georgia,simsun,arial;}
hr h1{margin:5px 0;font-size:20px;}
hr2{
font-family:"Î¢ÈíÑÅºÚ";
padding-top:0px;
font-size:18px;
color:#004c38;
background-color:#CCCCCC;
}
hr3{
font-family:"Î¢ÈíÑÅºÚ";
font-size:12px;
color:#d30220;
}
ul{margin:0;padding:0;list-style:none;}
.table{display:table;border-collapse:collapse;border:1px solid #ccc;}
.table-caption{display:table-caption;margin:0;padding:0;font-size:14px;font-family:"Î¢ÈíÑÅºÚ";color:#666666;line-height:30px;}
.table-column-group{display:table-column-group;}
.table-column{display:table-column;width:100px;}
.table-row-group{display:table-row-group;}
.table-row{display:table-row;}
.table-row-group .table-row:hover,.table-footer-group .table-row:hover{background:#ecfaf6;}
.table-cell{display:table-cell;padding-top:5px;border:1px solid #d7e5cf; height:33px;}
.table-cell input {
padding-top:5px;
	height: 24px;
	border: 1px solid #d1e0c9;
}
.table-header-group{display:table-header-group;background:#eee;font-weight:bold;}
.table-footer-group{display:table-footer-group;}
/* start header */
.header_bg{
	background: #ffffff;
}
.header{
	padding: 1%;
}
.logo{
	float: left;
}
.cssmenu {
	float: right;
}
.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
}
.cssmenu > ul > li.active a{
	color: #004c38;
	font-weight: bold;
}
.cssmenu > ul > li  img {
	vertical-align: middle;
}
.cssmenu > ul > li > a {
	font-family: "Î¢ÈíÑÅºÚ";
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #004c38;
	line-height: 1.0em;
	padding: 28px 20px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.cssmenu > ul > li > a:hover {
	color: #7fbe26;
}
.cssmenu > ul > li > ul {
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	background: #7fbe26;
	color:#fff;
	text-align: center;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-top: 28px;
	margin-left: -65px;
	width: 130px;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.cssmenu > ul > li:hover > ul {
	opacity: 1;
	top: 67px;
	visibility: visible;
}
.cssmenu > ul ul > li {
	position: relative;
}
.cssmenu ul ul a {
	border-bottom: 1px solid rgb(50, 114, 94);
	text-transform: uppercase;
	font-family:"Î¢ÈíÑÅºÚ";
	color: #ffffff;
	font-size: 14px;
	background: #004c38;
	padding: 12px;
	display: block;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.cssmenu ul ul a:hover {
	background-color: #ffffff;
}
.cssmenu ul ul ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -16px;
	left: 206px;
	padding: 8px;
	background-color: #004c38;
	text-align: left;
	width: 160px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cssmenu ul ul > li:hover > ul {
	opacity: 1;
	left: 190px;
	visibility: visible;
}
.cssmenu ul ul a:hover {
	background:  #7fbe26;
	color: #004c38;
}


.blog-pagenat {
  text-align: center;
  margin-top:1em;
}
.blog-pagenat ul li {
  display: inline-block;
  list-style:none;
}
.blog.two {
  padding: 60px 0 50px 0;
}
.blog-pagenat ul li a {
  display: block;
  background: #fff;
  padding: 8px 1.1em;
  font-size: 0.9em;
  text-transform: uppercase;
  color:#FCB2B2;
  font-weight: 400;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  border: 1px solid #eee;
}
.blog-pagenat ul li a:hover {
  background:#53d0c6;
  color:#fff;
}
.blog-pagenat {
  text-align: center;
  margin-top:1em;
}
.blog-pagenat ul li {
  display: inline-block;
  list-style:none;
}
.blog-pagenat ul li a {
  display: block;
  background: #fff;
  padding: 8px 1.1em;
  font-size: 0.9em;
  text-transform: uppercase;
  color:#242a2c;
  font-weight: 400;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  border: 1px solid #242a2c;
}
.blog-pagenat ul li a:hover {
   background-color:#7fbe26;
  color:#fff;
   border: 1px solid #7fbe26;
}


.one{
	float:left;
	font-size:18px;
	font-family:"Î¢ÈíÑÅºÚ";
	font-weight:700;
	text-align:left;
	color:#004C38;
	width:75%;
	height:65px;
	padding-left:8px;
	vertical-align:middle; 
line-height:65px;
}
a.one:link {
 text-decoration: none;
	color: #004C38;
  }
a.one:active {
 text-decoration: none ; color: #3e3e3e;
 }
a.one:visited { 
text-decoration: none ;
	color: #004C38;
	}
a.one:hover { 
text-decoration: none; color: #3e3e3e;
 }

.two{
	float:left;
	font-size:14px;
	font-family:"Î¢ÈíÑÅºÚ";
	color:#004c38;
	text-align:right;
	color:#f00;
	width:25%;
	height:65px;
	padding-right:5px;
	vertical-align:middle; 
line-height:65px;

}
.bt{
	float:left;
	text-align:center;
	width:85%;
		vertical-align:middle; 
		line-height:74px;
}
.more{
	float:left;
	font-size:14px;
	font-family:"Î¢ÈíÑÅºÚ";
	color:#004c38;
	text-align:right;
	color:#f00;
	width:15%;
		padding-right:6px;
	vertical-align:middle; 
line-height:80px;

}
p{
width:100%;
 height:100%;
vertical-align:middle;}

/* display with 840px  */
.top-nav{
	display: none;
}
.nav_bg{
	background: #94c4b5;
}
.clearfix {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	position: relative;
	z-index: 9999;
}
.clearfix ul {
	padding: 0;
	margin: 0 auto;
	display: none;
	background: #f0f0f0;
}
.clearfix li {
	display: block;
}
.clearfix a {
	color: #555555;
	font-size:15px;
	text-transform:uppercase;
	display: block;
	width:100%;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.clearfix li a {
	border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.clearfix li:last-child a {
	border-right: 0;
}
.clearfix a:hover,.clearfix a:active {
	background: #7eb3a5;
	color:#004c38;
}
.clearfix a#pull {
	font-size: 20px;
	display: block;
	width: 100%;
	position: relative;
	color: #FFFFFF;
	background-color: #044f10;
}
.clearfix a#pull:after {
	background:url('../images/nav-icon.png')no-repeat;
	width: 30px;
	content:"";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  margin-top: 10px;
}
#portfolio .title-section h2 {
  color: white;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  
  background: rgba(0, 76, 56, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
 font-family: "Î¢ÈíÑÅºÚ";
  padding: 20px;
   font-size: 30px;
   color:#FFFFFF;
  width: 100%;
  bottom: 10px;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 30px;
  font-family: "Î¢ÈíÑÅºÚ";
  color:#FFFFFF;
  font-weight:700;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color:#FFFFFF;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 700;
  color:#FFFFFF;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}


.cpwhite{
	font-size:21px;
	font-family:"Î¢ÈíÑÅºÚ";
	color:#ffffff;
	text-align:center;
		width:100%;
		font-weight:700;


}








/*-- specialty --*/
.specialty{
   padding: 6em 0 5em;
}
.specialty-info h3{
	font-family: "Î¢ÈíÑÅºÚ";
	color: #444444;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.specialty-info h5 {
  color: #969696;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.specialty-info h5 span{
	display:block;
}
.specialty-info p {
  color: #333333;
  font-size: 14px;
  margin: 3em 0 0 0;
  line-height: 1.8em;
}
.specialty-info p  span{
  display: block;
  margin-top: 2em;
}
.see-button a {
  background: #E42313;
  padding: 10px 16px;
  border: none;
  border-radius:0;
}
.service-box {
background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
}
.service-box .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
   background: #444444;
  margin: 0 auto;
  text-align: center;
  position: relative;	
}
.service-box .icon img {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
a.btn.btn-primary.btn-lg.see-button.hvr-shutter-out-horizontal {
  background: #3F3C35;
}
.service-box .icon:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E42313;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.service-box:hover .icon img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.service-box:hover .icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.service-box h5{
	font-family: "Î¢ÈíÑÅºÚ";
color: #000;
  font-size: 17px;
  font-weight: 600;
    margin: 1.5em 0 0 0;
}
.service-box p{
color: #333333;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 400;
}
.specialty-grids-top:nth-child(2) {
  margin-top: 4em;
}
.specialty-button{
	margin-top:1.5em;
}

/* start main */
.main_bg{
	background: #ffffff;
}

.main {
	padding: 2%;
}

.newsbt {
	font-family: "Î¢ÈíÑÅºÚ";
		font-size: 21px;
	line-height: 27px;
	color: #004c38;
	font-weight: 700;
	padding-top:20px;	
	
}
.newsbt2 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	line-height: 30px;
	color: #1b1b1b;
	  font-weight: 700;
	   display: inline-block;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 95%; 
}
.newsbt1 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	line-height: 36px;
	color: #004c38;
	
}
.newsbt3 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 12px;
	line-height: 30px;
	color: #929292;
	
}
.newsbt4 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	line-height: 34px;
	color: #ffffff;
	font-weight: bold;	
}
a.newsbt4:link {
 text-decoration: none;
	color: #ffffff
  }
a.newsbt4:active {
 text-decoration: none ; color: #d7e8bf;
 }
a.newsbt4:visited { 
text-decoration: none ;
	color: #ffffff
	}
a.newsbt4:hover { 
text-decoration: none; color: #d7e8bf;
 }
.newsbt5 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 12px;
	line-height: 23px;
	color: #d7e8bf;
	
}
.grids_1_of_3{
	padding: 0% 2%;
	text-align:center;
	
}
.grid_1_of_3{
	display: block;
	float:left;
	margin-left: 4%;
	background-color:#ededed;
}
/*
.grid_1_of_3:first-child { 
}
    */ 
.images_1_of_3 {
	margin-left: 10px; 
	width: 30%; 
	background-color:#ededed;
	margin-top: 10px;

}



.grids_1_of_6{
	padding: 0% 2%;
	text-align:center;
	
}
.grid_1_of_6{
	display: block;
	float:left;
	margin-left: 4%;
	background-color:#ffffff;
}
/*
.grid_1_of_6:first-child { 
	margin-left: 0; 
} 
*/
.images_1_of_6 {
    margin-left: 0; 
	width: 30.333%; 
	background-color:#ffffff;
	margin-top: 10px;

}









.images_1_of_4 {
	width: 30.333%; 
	background-color:#F6F6F6;
	margin-top: 10px;

}
.images_1_of_3 img{
    margin-top: 8px;
	border-radius: 0%;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	-o-border-radius: 0%;
}
.images_1_of_3  h3{
	color: #929292;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0.4em;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Î¢ÈíÑÅºÚ';
	line-height: 1.5em;
	-webkit-text-stroke: 2px;
	letter-spacing: 1px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.images_1_of_3  h3:hover{
	color: #7fbe26;
}
.images_1_of_3  p  {
	color: #929292;
	line-height: 1.5em;
	font-family: 'Î¢ÈíÑÅºÚ';
	font-size: 14px;
}

/* start top_mid_bg */
.top_grid_bg{
 background-size: 100%;
 background-color:#FFFFFF;
}
.top_grid{
	padding:0% 1%;
}
.top_grid_text{
	float: center;
}
.top_grid_text h2{
	color: #ffffff;
	text-transform: capitalize;
	font-size: 2em;
	font-weight: normal;
	font-family: 'Î¢ÈíÑÅºÚ';
	letter-spacing: 1px;
}
.top_grid_btn{
	float:right;
}
.top_grid_btn .btn{
	padding: 12px 30px;
	border: 1px solid #ffffff;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.top_grid_btn .btn:hover{
	background: #ffffff;
	color:#000000;
}
/* top_grid_portolio */

.menu-section{
   padding: 4em 0;
   background: #1f2a36;
}
.menu-section h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin: 0 0 1em 0.5em;
    font-family: "Î¢ÈíÑÅºÚ";
}
.manu-grid {
width: 100%;
  position: relative;
  margin-top: 1%;
}

.menu-info {
	position: absolute;
	width: 100%;
	top:71%;
	left:15px;
	display: none;
	  background: rgba(0, 0, 0, 0.5);
}
.menu-grid:hover div.menu-info {
  display: block;
  margin-top: 0%;
}
.menu-info h4 {
  font-size:24px;
  text-align: center;
  color:#78b907;
  padding: 0.5em 1em 0;
  font-weight: 600;
}
.menu-info h5 {
  font-size: 24px;
  font-family:"Î¢ÈíÑÅºÚ";
  color: #fff;
   padding: 1em 0.3em;
    font-weight: 600;
	text-align: center;
  text-transform:uppercase;
  }


.top_grid_gallery{
	margin-top: 1%;
}
.top_grid_portfoli{
	margin-right: 3.6666666%;
}
.da-thumbs li ,.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background-image:url(../images/image_hover.png);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}
.da-thumbs {
	text-align:center;
}
.da-thumbs li  article h3{
	color:#fff;
	font-size:1.5em;
	text-transform:capitalize;
	padding: 80px 0 20px 0;
}
.da-thumbs li  article em{
	margin-bottom:10px;
	color:#fff;
	display:block;
}
.da-thumbs li  article span{
	display:inline-block;
}
span.link_post{
	display:block;
	width:35px;
	height:35px;
	background-color:#7fbe26;
	cursor:pointer;
	background-image:url(../images/link_post_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-right:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
span.zoom{
	overflow:hidden;
	display:block;
	width:35px;
	height:35px;
	background-color:#7fbe26;
	cursor:pointer;
	background-image:url(../images/zoom_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.portfolio_2col article h3{
	padding-top:70px !important;
}
/* Image Grid */
.project-grid {
  width: 50%;
  float: left;
  margin: 0em 0em 0em 0em;
}
.project-grid img {
  width: 100%;
}
.project-main {
  padding: 2em 0em 0em 0em;
}

.image_grid {
	float:left;
	overflow:hidden;
	position:relative;
}
.image_grid li{
	float: left;
	line-height: 18px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
/*--project start here--*/
.project-top {
  text-align: center;
  padding: 1em 0em 1em 0em;
}
.project-top h3 {
  font-size: 2em;
  font-weight: 600;
  color: #484848;
  margin: 0px 0px 0px 0px;
  font-family: "Î¢ÈíÑÅºÚ";
}
.project-top p {
  font-size: 1.2em;
  font-weight: 400;
  color: #95928d;
  font-family:"Î¢ÈíÑÅºÚ";
  font-style: italic;
}
.project-main {
  padding: 2em 0em 2em 0em;
  border-bottom: 1px solid #ffffff;
}
.project-details {
  text-align: center;
}
.project-details h4 {
font-size: 14px;
font-family:"Î¢ÈíÑÅºÚ";
color: #004c38;
line-height:22px;
margin: 6px 0px 5px 0px;
} 
.project-details p {
  font-size: 1em;
  font-weight: 400;
  color: #95928d;
}
/*--light-box--*/
.project-eff:hover span.rollover1 {
	background: url(../images/plus.png) center no-repeat rgba(11, 10, 9, 0.66) ;
	cursor: pointer;
	height: 183px;
	width: 273px;
	display: block;
	position: absolute;
	z-index: -9999px;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.project-eff{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position:relative;
}

/*--project end here--*/
/* start mid_grid_bg */
.mid_grid_bg{
	background:#ffffff;
}
.mid_grid{
	padding: 6% 2%;
}
.mid_grid h2{
	color: #202227;
	text-transform: capitalize;
	font-size: 2.5em;
	-webkit-text-stroke: 2px;
	letter-spacing: 1px;
}
.mid_grid h3{
	color: #777777;
	text-transform: capitalize;
	font-size: 1.5em;
	margin: 2% 0;
}
.mid_grid h3 a{
	color: #202227;
	text-transform: uppercase;
}
.mid_grid h3 a:hover{
	color: #555555;
}
.mid_grid .btn{
	margin-top:8px;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background:#202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.mid_grid .btn:hover{
	background: #000000;
}
.mid_grid_left{
	float:left;
	width: 56.333333%;
	margin-right: 4%;
}
.mid_grid_right{
	float:right;
	width:38.333333%;
}
/* start hr */
.hr_bg{
background-color:#FFFFFF
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.hr{
	padding:2% 2%;
	text-align:center
}
.hr1 {
font-family: "Î¢ÈíÑÅºÚ"
	color: #1a1a1a;
	font-size: 14px;
	line-height:24px;
	text-align:center;
	
}
.hr2{
	color: #004c38;
	font-weight: bold;
	font-family:"Î¢ÈíÑÅºÚ";
	text-transform: uppercase;
	font-size: 16px;
	margin: 2% 0% 2%;
	text-align:left;
	
}
.hr3{
	color: #1a1a1a;
	font-weight: bold;
	font-family:"Î¢ÈíÑÅºÚ";
	text-transform: uppercase;
	font-size: 14px;
	margin: 2% 0% 2%;
	text-align:right;
	
}
.hr h3:hover{
	color: rgb(0, 76, 56, );
}
/* start aboutus */
.aboutus_bg{
background-color:#FFFFFF
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.aboutus{
	padding:2% 2%;
}
.aboutus1 {
font-family: "Î¢ÈíÑÅºÚ"
	color: #1a1a1a;
	font-size: 14px;
	line-height:24px;
	text-align:left;
	
}
.aboutus2{
	color: #004c38;
	font-weight: bold;
	font-family:"Î¢ÈíÑÅºÚ";
	text-transform: uppercase;
	font-size: 16px;
	margin: 2% 0% 2%;
	text-align:left;
	
}
.aboutus3{
	color: #1a1a1a;
	font-weight: bold;
	font-family:"Î¢ÈíÑÅºÚ";
	text-transform: uppercase;
	font-size: 14px;
	margin: 2% 0% 2%;
	text-align:right;
	
}
.aboutus h3:hover{
	color: rgb(0, 76, 56, );
}

/* start case */
.case_bg{
background-color:#FFFFFF
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.case{
	padding:2% 2%;
}
.case1 {
font-family:"Î¢ÈíÑÅºÚ"
	color: #1a1a1a;
	font-size: 14px;
	line-height:24px;
	text-align:left;
	
}
.case2{
	color: #004c38;
	font-weight: bold;
	font-family:"Î¢ÈíÑÅºÚ";
	text-transform: uppercase;
	font-size: 16px;
	margin: 2% 0% 2%;
	text-align:left;
	
}
.case3{
	color: #1a1a1a;
	font-weight: bold;
	font-family:"Î¢ÈíÑÅºÚ";
	text-transform: uppercase;
	font-size: 14px;
	margin: 2% 0% 2%;
	text-align:right;
	
}
.case h3:hover{
	color: rgb(0, 76, 56, );
}
.news {
  padding: 4em 0;
}
.news-text h3 {
  color: #a6192e;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.news-text h5 {
  color: #969696;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 300;
  padding: 0;
}
.news-text4 {
font-family:"Î¢ÈíÑÅºÚ";
  color: #004c38;
  font-size: 21px;
  margin: 0;
  line-height: 70px;
  font-weight: blod;
  padding: 0;
}
.news-text5 {
font-family:"Î¢ÈíÑÅºÚ";
  color: #000000;
  font-size: 14px;
  margin: 0;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
}
a.news-text5:link {
 text-decoration: none;
	color: #000000
  }
a.news-text5:active {
 text-decoration: none ; color: #004c38;
 }
a.news-text5:visited { 
text-decoration: none ;
	color: #000000
	}
a.news-text5:hover { 
text-decoration: none; color: #004c38;
 }
 
.news-text h5 span{
	display:block;
}

img.zoom-img:hover {
padding-bottom:8px;
  -webkit-transform: scale(1.15);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.15);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;
}
img.zoom-img {
padding-bottom:8px;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
.news-grids {
  margin-top: 2em;
 
}
.news-grid img{
  width: 100%;
}
.news-grid a{
  color: #004c38;
  font-family:"Î¢ÈíÑÅºÚ"
  font-size: 18px;
  font-weight: 700;
  margin: 0.5 0.5 0.2em 0;
  line-height:50px;
  text-align:left;
  display:block;
  text-decoration:none;
}
.news-grid h4{
background-color:#7fbe26;
  color: #ffffff;
  font-family:"Î¢ÈíÑÅºÚ"
  font-size: 14px;
  font-weight: 700;
  margin: 0.3 0 0.3em 0;
  line-height:30px;
  text-align:left;
  display:block;
  text-decoration:none;
}
.news-grid p{
  color: #929292;
  font-family:"Î¢ÈíÑÅºÚ"
  font-size: 14px;
  line-height:25px;
  text-align:left;
  display:block;
  text-decoration:none;
}
.news-content{
  width: 100%;
  text-align:center;
}
.news-contentbt1{
  color: #004c38;
  font-family:"Î¢ÈíÑÅºÚ"
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 0;
  text-align:center;
  display:block;
  text-decoration:none;
}
.news-contentbt2{
  color: #7fbe26;
  font-family:"Î¢ÈíÑÅºÚ"
  font-size: 12px;
  padding-bottom:4px;
line-height:25px;
    text-align:left;
 }
 
 .news-contentbt4{
  color: #7fbe26;
  font-family:"Î¢ÈíÑÅºÚ"
  font-size: 12px;
  padding-bottom:4px;
line-height:25px;
    text-align:center;
 }
 .news-content3 {
 width:100%;
  color: #1a1a1a;
  font-family:"Î¢ÈíÑÅºÚ";
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 300;
  margin-top:0.8em;
  text-align:left;
}

 
a.button img {
	width: 7%;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:left;
}
.news-grid a:hover{
	text-decoration:none;
}
.news-grid span {
font-family:"Î¢ÈíÑÅºÚ";
  color: #7fbe26;
  font-size: 12px;
  line-height: 1.2em;
  font-weight:300;
  display: block;
  text-align:left;
}
.news-grid h5 {
font-family:"Î¢ÈíÑÅºÚ";
background-color:#efefef;
padding-left:5px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 30px;
  font-weight:700;
  display: block;
  text-align:left;
}
.news-info p {
  color: #929292;
  font-family:"Î¢ÈíÑÅºÚ";
  font-size: 14px;
  margin:5 0 5 0px;
  line-height: 25px;
  margin-top:0.8em;
  text-align:left;
}

/* start btm_grid */
.btm_grid_bg{
background-color:#FFFFFF
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.btm_grid{
	padding:0% 2%;
}
.btm_grid h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 2em;
	letter-spacing: 1px;
}
.btm_grid h3{
	color: #004c38;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin: 2% 4% 4%;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.btm_grid h3:hover{
	color: rgb(0, 76, 56, );
}
.btm_grid p{
	margin-top:10%;
	color: rgba(80, 80, 80, 0.69);
	line-height: 1.6em;
	font-size: 1em;
}
.span_of_3 {
	margin-top: 0.5%;
	margin-bottom:2%;
}
.span1_of_3 {
	width: 30.3333%;
	float: left;
	margin-right: 4%;
	
}
.span1_of_3:nth-child(3){
	margin-right: 0;
}
.span_of_3 h3.style{
	opacity: 0.5;
}
.span_of_3 h4{
	position: relative;
	display: inline-block;
		margin: 0% 1% 1%;
}
.span_of_3 h4.divider{
	position: absolute;
	background: url('../images/divider.png') no-repeat;
	margin: 0% 1% 0%;
	width: 40px;
	height: 10px;
}
/* start testimonial */
.testimonial_bg{
	background: #f4f4f4;
}
.testimonial{
	padding:6% 2%;
	text-align: center;
}
.testimonial h2 {
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
}
.testimonial h3{
	color: #A5A5A5;
	font-size: 1.5em;
}
.testimonial_text{
	margin:4% 0;
	background: #ffffff;
	padding:4% 8%;
	position: relative;
}
.testimonial_text h4{
	color: #BBBBBB;
	font-size: 2em;
}
.testimonial_text:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #FFFFFF;
	border-bottom: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 15px solid rgba(0, 0, 0, 0)!important;
	border-left: 15px solid rgba(0, 0, 0, 0)!important;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
}
.client_btn{
	margin-bottom: 4%;
}
.client_btn a{
	display: inline-block;
	text-transform: capitalize;
	font-size: 1.2em;
	padding: 8px 28px;
	color: #ffffff;
	background: #34BCEB;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
}
.client_btn a:hover{
	background: #159ECD;
}
.client_pic ul li{
	display: inline-block;
	margin-right: 10px;
}
.client_pic ul li a img{
	margin-bottom: -4px;
}
.client_pic ul li a.active{
	border-bottom: 5px solid #7fbe26;
}
.client_pic ul li a{
	display:block;	
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.client_pic ul li a:hover{
	border-bottom: 5px solid #7fbe26;
}
/* start clients */
.clients_bg{
	background: #ffffff;
}
.clients{
	padding:6% 2%;
	text-align: center;
}
.clients_txt{
	padding-bottom: 4%;
}
.clients h2{
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 15px 0 0px 0px;
	float: left;
}
.clients h3{
	float: right;
	width: 82%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 12px;
}
/* start tooltip */
.tool_tip1 {
	margin: 4% 0;
}
.tt-wrapper{
	padding:4% 0 10% 0;	
}
.tt-wrapper li:first-child{
	margin-left: 0;
}
.tt-wrapper li{
	float: left;
	margin-left: 4%;
	width:16.77777%;
}
.tt-wrapper li a{
	display: block;
	outline: none;
	position: relative;
	height: 60px;
}
.tt-wrapper li .tt-sample{
    background-position: 0px 0px;
}
.tt-wrapper li a span{
	text-transform:uppercase;
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -64px;
	font-weight: normal;	
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	border: 4px solid #000;
	background:#000000;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #000;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 70px;
}

/* start products */
.products_bg{
	background: #f1f1f1;
}
.products{
	padding:6% 2%;
	text-align: center;
}
.products h2{
	background: #000000;
	font-size: 1.4em;
	color: #ffffff;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.products_of_3{
	display:block;
	margin-top: 4%;	
}
.product1_of_3{
	float: left;
	width: 25.3333%;
	padding: 2%;
	margin-right: 4%;
	background: #ffffff;
}
.product1_of_3 h3{
	font-size: 1.2em;
	color: #000000;
	text-transform: capitalize;
	-webkit-text-stroke: 0.5px;
	margin: 4% 0;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.product1_of_3 h3:hover{
	color: #7fbe26;	
}
.product1_of_3 h4{
	font-size: 1.2em;
	color: #28AAD6;
	-webkit-text-stroke: 0.5px;
}
/* start footer_top */
.footer_top_bg{
	background: #7fbe26;
}
.footer_top{
	padding:6% 2%;
	text-align: center;
}
.footer_top h2{
	color: #FFFFFF;
	font-size: 2.5em;
}
.footer_top h2  a{
	color: #FFFFFF;
	text-decoration:underline;
}
.footer_top h2  a:hover{
	text-decoration:none;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/* start footer */
.footer_bg{
	background: #004c38;
}
.footer{
	padding:2% 2%;
}
.span1_of_4{
	float:left;
	width: 15%;
	margin-right: 0%;
}
.span1_of_4  h2{
	font-size: 16px;
	color: #f4f4f4;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom: 8%;
}
.span1_of_5{
	float:center;
	width: 100%;
	}
.span1_of_5  h2{
padding-top:5%;


}
.span1_of_6{
	float:left;
	width: 16%;
	margin-right: 0%;
}
.f_nav1 li{
	display: inline-block;
}
.f_nav1 li a{
	display: block;
	color: #ABABAB;
	padding-left:1px;
	line-height: 1.8em;
	font-size: 14px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.f_nav1 li a:hover{
	color: #ffffff;
}
.f_nav2 li{
	margin:0 0 0 0;
	display: inline-block;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
}
.f_nav2 li:hover{
	background: #065c45;
}
.f_nav2 li a{
	display: block;
	color: #ABABAB;
	padding: 3px;
}

.f_nav3 li{
margin:4px;
	display: inline-block;
	background: #004c38;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
}
.f_nav3 li:hover{
	background: #7fbe26;
}
.f_nav3 li a{
	display: block;
	color: #ffffff;
	padding: 6px;
}
.f_nav3 a:visited{
 background-color: #7fbe26;
	}
.f_nav3 a:hover{
 background-color: #7fbe26;
	}
	
 .f_nav3 .current a {
    background-color: #7fbe26;
	}
a.home{ background-color: #000; }  
p.f_para{
	color: #ABABAB;
	line-height: 1.8em;
	font-size: 12px;
}
/* start footer */
.bottom_bg{
	background: #1a1a1a;
}
.bottom{
	padding-top: 1%;
	padding-bottom:1%;
}
/*search*/

.footer_btm{
		padding-top: 0%;
}
.copy{
	float:left;
}
.copy p{
	font-size: 12px;
	text-transform:capitalize;
	color: #B9B9B9;
}
.copy p span{
	color: #ffffff;
}
.copy p a{
	color:#ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.copy p a:hover{
	color: #B9B9B9;
}

.copy1{
	float:right;
}
.copy1 p{
	font-size: 12px;

	color: #B9B9B9;
}
.copy1 p span{
	color: #B9B9B9;
}
.copy1 p a{
	color:#B9B9B9;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.copy1 p a:hover{
	color: #ffffff;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
/* FIFTH EFFECTS */
.fifth-effect img {
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.fifth-effect .mask {
   cursor:pointer;
   opacity:1;
   visibility:visible;
   border:60px solid rgba(0,0,0,0.7);

}
.fifth-effect:hover .mask {
	border:0px double rgba(0,0,0,0.7);
	opacity:0;
	visibility:hidden;
}
.fifth-effect:hover img {
	opacity:1;
}
.view {
     width:270px;
   height:270px;
    margin: 0 0px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask, .view .content {
 width: 280px;
  height: 270px;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px
}
.view img {
   display: block;
   position: relative;
   width: 100%;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.view.fifth-effect {
  padding-left: 0;
  padding-right: 0;
    margin-top: 0px;
}




.ch-grid {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 250px;
	height: 250px;
	display: inline-block;
	margin: 20px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../images/t1.jpg);
}

.ch-img-2 { 
	background-image: url(../images/t2.jpg);
}

.ch-img-3 { 
	background-image: url(../images/t3.jpg);
}

.ch-info {
	position: absolute;
	background: rgba(127, 190, 38, 0.7);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h4 {
	color: #fff;
	font-family:"Î¢ÈíÑÅºÚ"£»
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	margin: 10px;20px;
	padding: 70px 0 0 0;
	height: 140px;
	font-weight:500;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
	line-height: 22px;
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 0px;
	font-size: 14px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family:"Î¢ÈíÑÅºÚ";
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}
.team {
	padding: 4em 0;
}
.team h3 {
	color: #000000;
	font-size: 2.7em;
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0 0px 20px 0;
	padding: 0;
}
/*---top-social-icons-----*/
.social-icons {
	float: right;
}
.social-icons li{
font-family: "Î¢ÈíÑÅºÚ";
font-size:14px;
color:#ababab;
	float:left;
	margin-right:10px;
	display:inline-block;
}
.social-icons li a {
	height: 16px;
	width: 18px;
	display: block;
	background:url(../images/social_icons.png);
}
.social-icons li:first-child a{
	background:url(../images/social_icons.png) 0% 0%;
}
.social-icons li:first-child a:hover{
	background: url(../images/social_icons.png) 0% 90%;
}
.social-icons li:nth-child(2) a{
	background: url(../images/social_icons.png) 8% 0%;
}
.social-icons li:nth-child(2) a:hover{
	background: url(../images/social_icons.png) 8% 90%;
}
.social-icons li:nth-child(3) a{
	background: url(../images/social_icons.png) 24% 0%;
}
.social-icons li:nth-child(3) a:hover{
	background: url(../images/social_icons.png) 24% 90%;
}
.social-icons li:nth-child(4) a{
	background: url(../images/social_icons.png) 32% 0%;
}
.social-icons li:nth-child(4) a:hover{
	background: url(../images/social_icons.png) 32% 90%;
}
.social-icons li:nth-child(5) a{
	background: url(../images/social_icons.png) 40% 0%;
}
.social-icons li:nth-child(5) a:hover{
	background: url(../images/social_icons.png) 40% 90%;
}
.social-icons li:nth-child(6) a{
	background: url(../images/social_icons.png) 49% 0%;
}
.social-icons li:nth-child(6) a:hover{
	background: url(../images/social_icons.png) 49% 90%;
}
.social-icons li:nth-child(7) a{
	background: url(../images/social_icons.png) 56% 0%;
}
.social-icons li:nth-child(7) a:hover{
	background: url(../images/social_icons.png) 56% 90%;
}
.social-icons li:nth-child(8) a{
	background: url(../images/social_icons.png) 66% 0%;
}
.social-icons li:nth-child(8) a:hover{
	background: url(../images/social_icons.png) 66% 90%;
}
.social-icons li:nth-child(9) a{
	background: url(../images/social_icons.png) 74% 0%;
}
.social-icons li:nth-child(9) a:hover{
	background: url(../images/social_icons.png) 74% 90%;
}
.social-icons li:nth-child(10) a{
	background: url(../images/social_icons.png) 83% 0%;
}
.social-icons li:nth-child(10) a:hover{
	background: url(../images/social_icons.png) 83% 90%;
}
.social-icons li:nth-child(11) a{
	background: url(../images/social_icons.png) 92% 0%;
}
.social-icons li:nth-child(11) a:hover{
	background: url(../images/social_icons.png) 92% 90%;
}
.social-icons li:nth-child(12) a{
	background: url(../images/social_icons.png) 100% 0%;
}
.social-icons li:nth-child(12) a:hover{
	background: url(../images/social_icons.png) 100% 90%;
}
/* start portfolio */
.grids_1_of_3_btm{
	text-align:center;
	margin-bottom: 4%;
}
/* start service*/
.ser-main{
	display: block;
	margin: 4% 0;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 21.33333%;
	margin-right: 4%;
}
.ser-grid-list img{
	margin-top:15px;
}
.ser-grid-list p{
	margin: 8% 0;
}
.ser-para {
	margin: 2% 0;
}
h2.style{
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
	letter-spacing: -1px;
}
p.para{
	color: #000000;
	line-height: 1.8em;
	font-size: 1em;
}
.btn_s {
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.btn_s:hover {
	background: #000000;
}
/* start staff */
.staff h3 {
	margin-top:4%;
	color: #000000;
	text-transform: capitalize;
	font-size: 1.5em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.staff h3:hover {
	color: #79C378;
}
/* start blog */
.blog {
	padding: 2%;
}
.blog_list{
	margin-top: 2%;
}
.blog_list h5{
	text-transform:capitalize;
	line-height: 1.5em;
	font-size:1.4em;
	color: #202227;
	-webkit-text-stroke: 0.2px;
}
.blog_list h5 a{
	color: #7fbe26;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.blog_list h5 a:hover{
	color: #202227;
}
.blog_para{
	margin: 2% 0;
}
.blog_para p a{
	float: left;
	margin-right: 4%;
}
.blog_para p a img{
	margin-top: 10px;
}
.read_more1{
	margin-top: 2%;
}
/***Contact*/
.contact{
	padding:0% 0%;
}
.map{
	margin: 2% 0;
}
.home-account {
  text-align:left;
  padding: 8px 0;
  font-size: 12px;
  font-family:"Î¢ÈíÑÅºÚ";
}
.home-account2 {
  text-align:left;
  font-size: 14px;
  color:#9d9d9d;
  font-family:"Î¢ÈíÑÅºÚ";
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	color: #202227;
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
}
.contact-form input[type="text"], .contact-form textarea {
	font-family:"Î¢ÈíÑÅºÚ";
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 6px;
	display: block;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	font-family:"Î¢ÈíÑÅºÚ";
	cursor:pointer;
	-webkit-appearance: none;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #004c38;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form input[type="submit"]:hover{
	background: #7fbe26;
}
/* start feature */
.top_grid_bg1{
	background: #ffffff
}
.top_grid_btn1 {
	float: right;
}
.top_grid_btn1 .btn {
	padding: 12px 30px;
	border: 1px solid #202227;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #202227;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.top_grid_btn1 .btn:hover{
	background: #202227;
	color:#ffffff;
}
/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
	}
	#fwslider .title {
		margin-left: 8%;
	}
	#fwslider .description {
		margin-left: 8%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	.home-account {
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	.cssmenu > ul > li > a {
		padding: 14px 16px;
	}
	.home-account {
    text-align: center;
    display: block;
  }
  

}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.tool_tip > ul > li > ul {
		margin-left: -50px;
	}
	.clients h3 {
		width: 76%;
	}
	.cssmenu > ul > li > a {
		padding: 14px 10px;
	}
	.search input[type="text"] {
		width: 60.33333%;
	}
	.search input[type="submit"] {
		background: url('../images/search1.png') no-repeat 4px 12px;
	}
	.search input[type="submit"]:hover {
		background: url('../images/search1_h.png') no-repeat 4px 12px;
	}
	.images_1_of_3 h3 {
		font-size: 1.5em;
	}
	.home-account {
    text-align: center;
    display: block;
  }
    .view {
		width: 220px;
		height: 220px;
	}
.view .mask, .view .content {
		width: 220px;
		height: 220px;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.search input[type="text"] {
		padding: 8px 16px;
	}
	.logo {
		text-align:center;
		float: none;
	}
	.cssmenu {
		float: none;
		text-align:center
	}
	.cssmenu {
		display: none;
	}
	.top-nav{
		display:block;
	}
	.footer_top h2 {
		font-size: 2em;
	}
	.span_of_4 {
		float: center;
		width:100%
		margin: 0 0 0 0;
	}
	.span1_of_4 {
		float: left;
		width: 5%;
		margin: 0% 0% 0 0;
	}
	.span1_of_4:nth-child(2),.span1_of_4:nth-child(4){
		margin-right: 0;
	}
	.search input[type="text"] {
		width: 75.33333%;
	}
	.footer_btm {
		text-align: center;
	}
	.social-icons {
		float: none;
		margin-bottom: 4%;
	}
	.social-icons li {
		float: none;
	}
	.copy {
		float: none;
	}
	.ser-grid-list {
		float: left;
		width: 45.33333%;
		margin-right: 4%;
	}
	.ser-grid-list:nth-child(2),.ser-grid-list:nth-child(4){
		margin-right: 0
	}
	.da-thumbs li article h3 {
		font-size: 1em;
		padding: 30px 0 20px 0;
	}
	h2.style {
		font-size: 2em;
	}
	.home-account {
    text-align: center;
    display: block;
  }
  .view {
		width: 166px;
		height: 166px;
	}
	.view .mask, .view .content {
		width: 166px;
		height: 166px;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.testimonial h2 {
		font-size: 2em;
	}
	.testimonial_text h4 {
		font-size: 1.5em;
	}
	.clients h2 {
		font-size: 1.5em;
	}
	.clients h3 {
		width: 66%;
	}
	.clients_txt {
		padding-bottom: 10%;
	}
	.images_1_of_3 {
		width: 99.333%;
	}
	.grid_1_of_3 {
		margin-left: 0%;
	}
	.da-thumbs li article h3 {
		font-size: 1em;
		padding: 10px 0 10px 0;
	}
	.home-account {
    text-align: center;
    display: block;
  }
  .view {
		width: 225px;
		height: 225px;
	}
	
	.view .mask, .view .content {
		width: 225px;
		height: 225px;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.images_1_of_3 {
		width: 99.333%;
		margin-top: 4%;
	}
	.images_1_of_3 h3 {
		margin: 0;
	}
	.grid_1_of_3 {
		margin-left: 0%;
	}
	.mid_grid h2 {
		font-size: 1.5em;
		-webkit-text-stroke: 1px;
	}
	.mid_grid h3 {
		font-size: 1em;
	}
	.span1_of_3 {
		margin-top:4%;
		width: 99.3333%;
		float: none;
		margin-right: 0%;
	}
	.testimonial_text h4 {
		font-size: 1em;
	}
	.clients h3 {
		width: 50%;
	}
	.tool_tip > ul > li > ul {
		width: 99.33333%;
	}
	.span1_of_4 {
		float: none;
		width: 99.333333%;
		margin: 0% 0% 0 0;
	}
	.span1_of_4 h2 {
		margin-bottom: 4%;
	}
	.search input[type="text"] {
		width: 80.33333%;
	}
	.ser-grid-list {
		float: left;
		width: 99.33333%;
		margin-right: 0%;
	}
	.ser-grid-list p {
		margin: 4% 0;
	}
	.home-account {
    text-align: center;
    display: block;
  }
  .view .mask, .view .content {
		width: 200px;
		height: 200px;
	}
	.view {
		width: 200px;
		height: 200px;
	}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.top_grid_text {
		float: none;
		text-align:center;
	}
	.top_grid_btn {
		float: none;
		text-align:center;
		margin: 4% 0;
	}
	.mid_grid_left {
		float: none;
		width: 99.333333%;
		margin-right: 0%;
	}
	.mid_grid_right {
		margin-top:4%;
		float: none;
		width: 99.333333%;
	}
	.clients h3 {
		display: none;
	}
	.search input[type="text"] {
		width: 74.33333%;
	}
	.client_pic ul li {
		display: inline-block;
		margin-right: 4px;
		width: 17.3333%;
	}
	.home-account {
    text-align: center;
    display: block;
  }
  .view {
		width: 122px;
		height: 122px;
		margin: 0 0px;
	}
	.view .mask, .view .content {
		width: 122px;
		height: 122px;
	}
}
.search_bk {
	font-family: "Î¢ÈíÑÅºÚ";
	padding-left:5px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #003300;
	background-color: #e8e8e8;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
}

.baisez {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
a.baisez:link {
 text-decoration: none;
	color: #FFFFFF;
  }
a.baisez:active {
 text-decoration: none ; color: #7fbe26;
 }
a.baisez:visited { 
text-decoration: none ;
	color: #FFFFFF;
	}
a.baisez:hover { 
text-decoration: none; color: #7fbe26;
 }

.pageCont {
    margin:0 auto;
}
.page{
    margin-top: 20px;
    display: inline-block;
    margin-left: 81px;
    margin-bottom: 20px;
}
.page a{
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 10px 12px 10px 12px;
    color: #868686;
}