@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,100,500,600,700,800,900);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #191919;
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	color: #777777;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 14px;
	font-weight: 500;
	line-height: 28px;
}
p.aligned {
	text-align: justify;
    word-spacing: -1px;	
}
h1.navbar-brand_ {
	margin: 32px 0 0 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 600 34px/67px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 25px 0;
	color: #333;
}
h2.indent {
	margin: 0 0 15px 0;
}
h3 {
	font: 600 25px/36px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #61a747;
	margin: 0 0 13px 0;
}
h4 {
	font: 600 26px 'Raleway';
	color: #61a747;
	margin: 0 0 11px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0px 0 0 0;
	background: #f0f0f0 url(../img/shadow.png) repeat-x;
}
.content.indent {
	padding: 45px 0 0 0;
	background: #f0f0f0 url(../img/shadow.png) repeat-x;
}
.content.indent1 {
	padding: 0;
	background: #f0f0f0 url(../img/shadow.png) repeat-x;
}
.center {
	text-align: center;
}
.main {
	position: relative;
}
/*========================================================
                    header
=========================================================*/
   header {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 11;
    background: #00000066;
    border-bottom: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
}
header .box {
	/*background: url(../img/pattern1.png) repeat;*/
	padding: 20px 0 5px 0;
	text-align: left;
}
header .box .title1 {
	font: 500 17px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0;
	float: left;
}
header .box .title1:before {
	content: '\f0e0';
	color: #636262;
	font-size: 28px;
	font-family: 'FontAwesome';
	float: left;
	margin: -6px 19px 0 0;
}
header .box .title1 a {
	color: #61a747;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
header .box .title1 a:hover {
	color: #ffffff;
}
header .box .title2 {
	font: 500 17px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: -13px 0 0 0;
	float: right;
}
header .box .title2 strong {
	font-size: 26px;
	color: #f9f9f9;
	display: inline-block;
	margin-left: 10px;
}
header .box .title2 strong:before {
	content: '\f10b';
	color: #636262;
	font-size: 43px;
	font-family: 'FontAwesome';
	margin: 0 12px 0 0;
	vertical-align: middle;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 50px 17px;
	font: 600 20px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	background: transparent;
	border-bottom: 6px solid transparent;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #074d0f !important;
	border-bottom-color: #333;
}
nav.tm_navbar li.active > span {
	color: #ffffff !important;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #074d0f !important;
	border-bottom-color: #333;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #61a747 !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom-color: #333;
}
nav.tm_navbar .sfHover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 14px;
	color: #61a747;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 270px;
	top: 140px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 0;
	margin: 0;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	display: block;
	border-bottom: 1px solid #d9d9d9;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 21px 30px;
	margin: 0;
	float: none;
	display: block;
	text-transform: none;
	font: 500 15px 'Raleway';
	color: #1e2a32;
	border: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:after, nav.tm_navbar .sub-menu > ul li a:before {
	display: none;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 21px;
	left: auto;
	width: auto !important;
	color: #1e2a32;
	font-size: 14px;
}
nav.tm_navbar .sub-menu ul > li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #1a1a1a !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #1a1a1a !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 270px;
	top: -30px;
	left: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 30px 0 0 0;
}
nav.tm_navbar .sub-menu ul ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 21px 30px;
	margin: 0;
	float: none;
	text-transform: none;
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272d33;
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #ffffff !important;
	background: #61a747;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	width: 27px;
	height: 19px;
	background: url(../img/top.png) no-repeat;
	text-indent: -999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	padding: 0;
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 40px;
}
.thumb-box1 {
	overflow: hidden;
	padding: 50px 0 20px 0;
	background: #e5e5e5;
}
.thumb-box2 {
	background: #ffffff;
	padding: 50px 0 50px 0;
	overflow: hidden;
}
.thumb-box2 p {
	margin-bottom: 31px;
}
.thumb-box2 .col-lg-6 {
	margin-bottom: 34px;
}
.thumb-box3 {
	background: #f0f0f0;
	padding: 38px 0 56px 0;
}
.thumb-box3 h2 {
	margin-bottom: 28px;
}
.thumb-box4 {
	overflow: hidden;
	padding: 112px 0 112px 0;
	background-size: cover;
	background-position: 100% 0;
	background-image: url(../img/bg_pic.jpg);
	background-attachment: fixed;
	position: relative;
	z-index: 0;
}
.thumb-box4.indent {
	background-image: url(../img/bg_pic2.jpg);
}
.thumb-box4 strong {
	font: 600 50px/67px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: block;
	margin-bottom: 27px;
}
.thumb-box4 em {
	height: 100%;
	position: absolute;
	top: -500px;
	left: -50%;
	width: 100%;
	height: 2000px;
	z-index: -1;
	background: #61a747;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.thumb-box5 {
	padding: 45px 0 40px 0;
	overflow: hidden;
	background: #0c0c0c url(../img/pattern2.png) repeat;
}
.thumb-box5 h2 {
	color: #ffffff;
}
.thumb-box5.indent {
	padding-bottom: 0;
}
.thumb-box6 {
	overflow: hidden;
	padding: 45px 0 30px 0;
}
.thumb-box7 {
	overflow: hidden;
	padding: 112px 0 112px 0;
	background-size: cover;
	background-position: 100% 0;
	background-image: url(../img/bg_pic1.jpg);
	background-attachment: fixed;
	position: relative;
	z-index: 0;
	text-align: right;
}
.thumb-box7 strong {
	font: 600 50px/67px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: block;
	margin-bottom: 27px;
}
.thumb-box7 em {
	height: 100%;
	position: absolute;
	top: -500px;
	right: -55%;
	width: 100%;
	height: 2000px;
	z-index: -1;
	background: #61a747;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.thumb-box7 .btn-default.btn3 {
	margin-right: 32px;
}
.thumb-box8 {
	background: #ffffff;
	padding: 49px 0 0 0;
	overflow: hidden;
}
.thumb-box8 .col-lg-6 {
	margin-bottom: 20px;
}
.errorBox strong {
	font: 600 150px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: block;
	margin-bottom: 18px;
}
.errorBox h2, .errorBox p {
	color: #ffffff;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 .thumbnail:hover em {
	width: 38px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 .thumbnail:hover figure img {
	-webkit-transform: scale3d(1.02, 1.02, 1.02);
	transform: scale3d(1.02, 1.02, 1.02);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 .caption {
	padding: 20px 0 20px 30px;
	overflow: hidden;
	color: #777777;
	position: absolute;
	background: url(../img/pattern2.png) repeat;
	left: 0;
	bottom: 0;
	width: 100%;
}
.thumb-pad1 .caption a {
	color: #ffffff;
	font: 600 25px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .caption a:hover {
	color: #61a747;
}
.thumb-pad1 .caption em {
	background: url(../img/pattern3.png) repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 .caption em:after {
	position: absolute;
	top: 0;
	left: -42px;
	width: 42px;
	height: 70px;
	content: '';
	background: url(../img/triangle.png) no-repeat;
}
.thumb-pad2 {
	margin: 0 0 0 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	color: #777;
}
.thumb-pad2 figure {
	margin: 0 0 24px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2-1 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: #20acb8;
	text-align: center;
}
.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0 45px;
}
.thumb-pad2-1 .thumbnail .caption .title {
	font: 300 30px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-pad2-1 .thumbnail .caption p {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}
.thumb-pad2-1 .thumbnail .caption a {
	display: inline-block;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad2-1 figure {
	margin: 0 0 31px 0;
}
.thumb-pad2-1 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 30px 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 23px 20px 32px 20px;
	overflow: hidden;
	border: 1px solid #dadbdc;
	border-top: none;
}
.thumb-pad3 .thumbnail .caption a {
	color: #272d33;
	font: 30px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #fc5a0a;
}
.thumb-pad3 .thumbnail .caption p {
	margin: 6px 0 0 0;
}
.thumb-pad3 .thumbnail figure {
	margin: 0;
}
.thumb-pad3 .thumbnail figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0 0 26px 0;
	overflow: hidden;
}
.thumb-pad4:hover figure:after {
	-webkit-box-shadow: inset 0 0 0 6px #61a747;
	box-shadow: inset 0 0 0 6px #61a747;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 20px 0;
	position: relative;
}
.thumb-pad4 figure:after {
	-webkit-box-shadow: inset 0 0 0 50px transparent;
	box-shadow: inset 0 0 0 50px transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 .thumbnail figure img {
	width: 100%;
}
.thumb-pad5-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p {
	font: 12px/24px 'Roboto Condensed';
	color: #848484;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0 0 60px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .caption time {
	color: #ffffff;
	text-transform: uppercase;
	font: 300 30px 'Open Sans';
}
.thumb-pad7 {
	margin: 0 0 100px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 33px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	border-radius: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .lnk {
	font: 28px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 {
	font: 300 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	margin-bottom: 29px;
}
.thumb-pad7 .thumbnail .caption .lnk2 a {
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk2 a:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 br {
	display: none;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 35px;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
	background: #efefef;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 25px 0 0 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
	color: #333;
	font: 800 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title:hover {
	color: #65c6bb;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #72a80c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #e26a6a;
}
.thumb-pad9 .thumbnail .caption .descrip {
	margin: 13px 0 13px 3px;
	display: block;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #65c6bb;
	margin: 0 30px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a i {
	color: #65c6bb;
	font-size: 12px;
	position: relative;
	top: -2px;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #333;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	margin-bottom: 13px;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 33px;
	font: 600 25px/70px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #61a747;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:before {
	border-style: solid;
	border-width: 35px 35px 0 35px;
	border-color: #61a747 transparent transparent transparent;
	position: absolute;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	content: '';
	top: 17px;
	right: -52px;
	margin: 0;
	width: 0;
	height: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #363636;
	text-decoration: none;
}
.btn-default.btn1:hover:before {
	border-color: #363636 transparent transparent transparent;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 30px;
	font: 600 20px/60px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #61a747;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.btn-default.btn2 {
	font: 600 20px/50px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 28px;
}
.btn-default.btn2:before {
	border-style: solid;
	border-width: 32px 30px 0 30px;
	border-color: #61a747 transparent transparent transparent;
	position: absolute;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	content: '';
	top: 14px;
	right: -46px;
	margin: 0;
	width: 0;
	height: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	content: none;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #363636;
	text-decoration: none;
}
.btn-default.btn2:hover:before {
	border-color: #363636 transparent transparent transparent;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 30px;
	font: 600 20px/60px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #363636;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:before {
	border-style: solid;
	border-width: 32px 30px 0 30px;
	border-color: #363636 transparent transparent transparent;
	position: absolute;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	content: '';
	top: 14px;
	right: -46px;
	margin: 0;
	width: 0;
	height: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #61a747;
	background: #ffffff;
	text-decoration: none;
}
.btn-default.btn3:hover:before {
	border-color: #ffffff transparent transparent transparent;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	font: 600 20px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: none;
	border-radius: 0;
	color: #666;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4:after {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #61a747;
	font-size: 34px;
	position: absolute;
	top: -4px;
	right: -20px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4:hover {
	color: #61a747;
	background: none;
	text-decoration: none;
}
.btn-default.btn4:hover:before {
	width: 0;
}
.btn-default.btn4:hover:after {
	color: #ffffff;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
}
.list1.indent {
	margin: 0 0 40px 0;
}
.list1 li {
	font-size: 15px;
	line-height: 1.42857143;
	margin: 0 0 12px 0;
	overflow: hidden;
}
.list1 li a {
	font: 600 18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	float: left;
	font-size: 34px;
	font-weight: 400;
	margin-right: 12px;
	color: #61a747;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #61a747;
}
.list1 li a:hover:before {
	color: #333;
}
.list1-1 {
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 15px;
	line-height: 1.42857143;
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	font-size: 30px;
	color: #ffffff;
	border-bottom: 1px solid #f98d57;
	position: relative;
	display: block;
}
.list1-1 li:before {
	position: absolute;
	left: 20px;
	top: 6px;
	background: none;
	content: "\f105" !important;
	font-family: FontAwesome;
	content: '';
}
.list1-1 li a {
	color: #ffffff;
	font: 600 19px/54px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: transparent;
	padding: 0 0 0 46px;
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li:hover {
	color: #ffffff;
}
.list1-1 li:hover a {
	color: #ffffff;
	background: #272d33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li:last-child {
	border-bottom: none;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 15px;
	line-height: 1.42857143;
	margin: 0 0 50px 0;
}
.list2 li .badge {
	margin: 0 31px 0 0;
	padding: 4px 0 0 0;
	border-radius: 0;
	background: #f4f5f5;
	text-align: center;
	border: none;
	font: 300 60px/1em 'Open Sans';
	text-transform: uppercase;
	color: #e74c3c;
	width: 100px;
	height: 100px;
	float: left;
}
.list2 li .badge span {
	font-size: 30px;
	line-height: 1em;
	display: block;
	margin-top: -3px;
}
.list2 li p {
	margin: 5px 0 0 0;
}
.list2 li a {
	font: 20px/25px 'Open Sans';
	color: #99bf38;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list2 li a:hover {
	color: #2a2a2a;
}
.list2-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2-1.indent li a {
	color: #ffffff;
}
.list2-1 li {
	font-size: 15px;
	line-height: 1.42857143;
	margin: 0 0 14px 0;
	padding: 0 0 0 26px;
	background: url(../img/list_arrow.png) 0 5px no-repeat;
}
.list2-1 li a {
	font: 15px 'Open Sans';
	color: #2a2a2a;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #99bf38;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 15px;
	line-height: 1.42857143;
	margin: 0 0 18px 0;
}
.list3 li figure {
	margin-bottom: 7px;
}
.list3 li a {
	font: 18px/24px 'Open Sans';
	color: #585858;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #cb3138;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 15px;
	line-height: 1.42857143;
	margin-bottom: 9px;
	overflow: hidden;
}
.list4 li .badge {
	padding: 0 8px 0 13px;
	margin: 10px 0 0 0;
	font: 600 20px/60px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #61a747;
	border-radius: 0;
	color: #ffffff;
	position: relative;
	float: left;
	margin-right: 55px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.list4 li .badge:before {
	border-style: solid;
	border-width: 24px 30px 0 30px;
	border-color: #61a747 transparent transparent transparent;
	position: absolute;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	content: '';
	top: 17px;
	right: -41px;
	margin: 0;
	width: 0;
	height: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 15px;
	line-height: 1.42857143;
	margin: 0 0 36px 0;
	overflow: hidden;
}
.list5 li figure {
	float: left;
	margin: 0 28px 0 0;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 15px;
	line-height: 1.42857143;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777777;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 15px;
	line-height: 1.42857143;
	overflow: hidden;
	margin-bottom: 22px;
}
.list7 li span {
	font-size: 48px;
	color: #61a747;
	float: left;
	margin: 10px 45px 0 0;
}
.list7 li p {
	margin-bottom: 0;
}
.list8 {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 15px;
	line-height: 1.42857143;
	margin: 0 0 40px 0;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#newsletter .btn-default.btn2 {
	float: left;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 380px;
	border-radius: 0;
	padding: 16px 22px;
	margin: 0 9px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	right: 12px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #ff530d;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin-right: 11px;
	float: left;
	border: none;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 100%;
	border-radius: 0;
	padding: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 28px 0 0 0;
	position: relative;
}
#search-404 a {
	position: absolute;
	top: 6px;
	right: 17px;
	color: #bd2c2c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:after {
	content: '\f002';
	font-size: 25px;
	font-family: 'FontAwesome';
}
#search-404 a:hover {
	color: #61a747;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	border: none;
	background: rgba(255, 255, 255, 0.5);
	font: 14px/18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 46px;
	line-height: 18px;
	color: #777777;
	padding: 14px 45px 14px 15px;
	resize: none;
}
#search {
	padding: 0;
	margin: 20px 0 20px 0;
	float: right;
	position: relative;
}
#search a {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	color: #ffffff;
	top: 11px;
	right: 14px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #cb3138;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 270px;
	outline: none;
	background: #b8b2ad;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	font: 14px 'Open Sans';
	line-height: 18px;
	color: #444;
	padding: 14px 42px 14px 14px;
	height: 48px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 553px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	color: #333;
}
.gm-wrapper {
	margin-left: -42px;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 105px;
	display: inline-block;
}
.info p a {
	color: #61a747;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #333;
}
.mail {
	color: #61a747;
	font: 500 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #191919;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 22px 0;
	position: relative;
	overflow: hidden;
}
footer p {
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777777;
	margin: 0;
}
footer p a {
	color: #777777;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #61a747;
}
footer em {
	font-style: normal;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
footer ul li {
	overflow: hidden;
	width: 35px;
	height: 34px;
	float: left;
	margin-right: 8px;
}
footer ul li a:hover img {
	margin-top: -34px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header nav.tm_navbar {
 float: none;
 display: inline-block;
 padding: 25px 0 20px 0;
}
 h2 br {
 display: none;
}
 .thumb-box4 em,  .thumb-box7 em {
 display: none;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header nav.tm_navbar {
 float: none;
 display: inline-block;
 padding: 25px 0 20px 0;
}
 .thumb-box4 em,  .thumb-box7 em {
 display: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header nav.tm_navbar {
 float: none;
 display: block;
 padding: 25px 0 20px 0;
}
 header nav.tm_navbar .nav {
 display: none;
}
 header .box {
 text-align: center;
}
 header .box .title1,  header .box .title2 {
 display: block;
 float: none;
 margin-bottom: 15px;
}
 header .box .title1:before {
 float: none;
 margin: 0 0 10px 0;
 display: block;
}
 h2 {
 font-size: 35px;
 line-height: 1em;
}
 .select-menu {
 display: block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0;
 width: 100%;
 border: 1px solid #323232;
 background: #323232;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box4 em,  .thumb-box7 em {
 display: none;
}
 .thumb-box7 {
 text-align: center;
}
 .thumb-box7 strong {
 font-size: 30px;
 line-height: 1em;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 strong {
 font-size: 30px;
 line-height: 1em;
}
 .content_map,  .content_map.indent {
 height: 250px;
}
 .thumb-pad4 figure {
 float: left;
 margin: 0 20px 0 0;
}
 .thumb-box6 .col-lg-4,  .thumb-box6 .col-lg-3,  .thumb-box6 .col-lg-5 {
 margin-bottom: 50px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 float: none;
 margin: 0 0 20px 0;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .btn-default.btn1 {
 line-height: 53px;
 padding: 0 5px 0 18px;
 font-size: 20px;
}
 .btn-default.btn1:before {
 border-width: 35px 27px 0 26px;
 top: 9px;
 right: -43px;
}
 .list5 li {
 text-align: center;
}
 .list5 li figure {
 float: none;
 margin: 0 0 20px 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

.service-section {
	padding: 70px 0;
	position: relative;
}

.service-section .with-img img {
	max-width: 100%;
	width: 100%;
	margin-top: 20px;
	box-shadow: 0px 1px 4px #666;
}

@media (min-width: 1200px) {
	.service-section .with-img {
		padding-left: 50px;
	}
}

.sidebar__services {
	position: relative;
	display: block;
	background: #278c33;
	border-radius: 10px;
	border: 1px solid #07400e;
	padding: 31px 40px 40px;
	z-index: 1;
	accent-color: ;
}

.sidebar__single .title-box {
	position: relative;
	display: inline-block;
	padding-bottom: 21px;
}

.sidebar__single .title-box h2 {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0;
}

.sidebar__single .title-box h2 .shape {
	position: relative;
	display: inline-block;
	top: -2px;
}

.sidebar__services-box {
	position: relative;
	display: block;
}

.sidebar__services-box-list {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.sidebar__services-box-list li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.sidebar__services-box-list li a::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: scaleX(0.9) rotateX(0deg);
	transition: all 0.4s linear;
	background: #074d0f;
	border-radius: 5px;
	opacity: 0;
	content: "";
	z-index: -1;
}

.sidebar__services-box-list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	border: 0px solid #f6f3ea;
	color: #242424;
	font-size: 17px;
	line-height: 27px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 8px 20px 7px;
	padding-right: 15px;
	border-radius: 5px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}

.sidebar__services-box-list li a:hover, 
.sidebar__services-box-list li a.active {
	color: #fff;
}

.sidebar__services-box-list li a:hover::before, 
.sidebar__services-box-list li a.active::before {
	transform: scaleX(1.0) rotateX(0deg);
	transition: all 0.4s linear;
	opacity: 1;
}

.sidebar__services-box-list li a span::before {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: transparent;
	color: #000000;
	font-size: 11px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}

.sidebar__services-box-list li a:hover span::before, .sidebar__services-box-list li a.active span::before {
	background: #ffffff;
}

header .box {
	/*background: url(../img/pattern1.png) repeat;*/
	padding: 12px 0;
	text-align: left;
}

.top-bar-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-family: sans-serif;
	font-size: 16px;
	margin-right: 20px;
	transition: 300ms;
}

.top-bar-item > span, 
.top-bar-item > a > span {
	background: #fff;
	color: #3f9048;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 4px;
	font-size: 17px;
	transition: 300ms;
}

.top-bar-item > a {
	color: #fff;
}

.top-bar-item > a:hover {
	text-decoration: underline;
	text-decoration: none;
}

.top-bar-item:hover > span, 
.top-bar-item > a:hover > span { 
	background: #3f9048;
	color: #fff;
}


.navbar.v2 {
	position: relative;
	min-height: unset;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}


.navbar-default.v2 .navbar-nav > li > a {
	position: relative;
	padding: 38px 17px;
	font: 600 20px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	/*background: transparent;*/
	/*border-bottom: 6px solid transparent;*/
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.navbar-default.v2 .navbar-nav > li.active > a,
.navbar-default.v2 .navbar-nav > li:hover > a {
	color: #61a747;
	/*background: #074d0f !important;*/
	/*border-bottom-color: #333;*/
	/*-webkit-transition: all 0.3s;*/
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar-default.v2 .navbar-brand {
	height: auto;
}

@media (max-width: 767px) {
	header .box .row {
		display: flex;
		justify-content: center;
	}

	.container > .navbar-header {
		display: flex;
		flex-direction: row-reverse;
		gap: 20px;
		justify-content: space-between;
	}

	.navbar-brand  { 
		flex: 1
	}

	.navbar-brand > img {
		display: block;
		max-width: 260px;
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-collapse {
		/*background: #074d0f;*/
	}

	.navbar-default.v2 .navbar-nav > li > a {
		position: relative;
		padding: 10px;
		color: #fff;
		/*background: #409249;*/
		border: 0;
	}


}

@media (max-width: 380px) {
	.navbar-brand > img {
		max-width: 200px;
	}
}


.navbar-default.v2 .navbar-toggle {
	position: relative;
	float: right;
	margin-right: 0;
	padding: 9px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #114818;
	/*background-color:transparent;*/
	background-image: none;
	/*border: 1px solid #174f1d;*/
	border-radius: 4px;
	width: 44px;
}

.navbar-default.v2 .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default.v2 .dropdown-menu > li > a {
	display: block;
	padding: 8px 25px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
	border-bottom: 1px solid #e8e8e8;
	min-width: 200px;
}

.navbar-default.v2 .dropdown-menu > li:last-child > a {
	border: none;
}

.service-img-block {
	position: relative;
	margin-top: 30px;
}

.service-img-block .img-row {
	display: grid;
	gap: 20px;
}

.service-img-block .img-row + .img-row {
	margin-top: 20px;
}

.service-img-block .img-row.col2 {
	grid-template-columns: repeat(2, 1fr);
}

.service-img-block .img-row.col3 {
	grid-template-columns: repeat(3, 1fr);
}

.service-section .service-img-block .img-row img {
	box-shadow: none;
	margin: 0;
	border: 2px solid #a8a8a8;
	padding: 6px;
	max-height: 250px;
	object-fit: cover;
	object-position: left bottom;
}

.title-sec {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}

.title-sec h3 {
    font-size: 30px;
    margin: 0 0 6px;
}

.title-sec h5 {
	font-size: 22px;
	margin: 0;
	color: #000;
}


.our-brands {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.our-brands .brand-logo {
	border: 1px solid #c6c6c6;
	padding: 6px;
}

.our-brands .brand-logo img {
	max-width: 100%;
}

.ceo-img {
    width: 200px;
    /*margin: auto !important;*/
    /*height: 100%;*/
    background: #61a747;
}

.ceo-img img {
	max-width: 100%;
	border: 5px solid #61a747;
}

.ceo-img figcaption {
	background: #61a747;
	margin: 10px 0 20px;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.thumb-pad4:hover figure.ceo-img::after {
	box-shadow: none;
	transition: all 0.6s;
}

.service-img-block h6 {
	font-size: 20px;
	color: #278c33;
	margin: 20px 0;
}

.about-us,
.services-section {
	padding: 60px 0;
}

.about-us hr {
	border-bottom: 1px solid #ddd;
}

.about-us .row {
	display: flex;
	flex-wrap: wrap;
}

.about-us .ceo-img figcaption {
    margin: 0;
    border-top: 10px solid #f0f0f0;
    padding: 20px 20px 10px;
    border-bottom: 1px dashed #4e9135;
}
.about-us .ceo-contents {
	background: #e6e6e6;
	height: 100%;
	padding: 20px;
}

.about-us .ceo-contents p {
	line-height: 25px;
	font-size: 14px;
}

.about-us .ceo-contents p:last-child {
	margin: 0;
}

.services-section {
	padding: 80px 0 60px;
}


.services-section .row {
	margin: -10px
}

.services-section .col-sm-3 {
	padding: 0 10px;
} 

.services-section .productbox {
	margin-bottom: 20px;
}

.thumb-pad1 .caption {
	padding: 20px 0 20px 20px;
	position: relative;
	border-top: 10px solid #fff;
}

.thumb-pad1 .caption a {
	font: 600 20px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section-60 {
	padding: 60px 0;
}

.form-section .form-title {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.form-section .d-flex {
	display: flex;
	flex-wrap: wrap;
}

.form-section .form-title h3 {
	margin: 0;
}

.form-section .form-title p {
	margin: 0;
	line-height: 24px;
}

.inquiry-form {
	position: relative;
	background: #e3e3e3;
	padding: 15px;
}

.inquiry-form .form-group {
	margin-bottom: 10px;
}

.inquiry-form .form-control {
	box-shadow: none;
	border-radius: 0;
	height: 40px;
}

.inquiry-form textarea.form-control {
	min-height: 200px;
}

.inquiry-form .btn-default {
	background: #278c33;
	color: #fff;
	border: 0;
	padding: 10px 30px;
	font-size: 18px;
	margin: 10px 0 0;
}

.request-quote-sidebar {
	height: 100%;
	background: #278c33;
}

.request-quote-sidebar img {
	max-width: 100%;
	border: 2px double #278c33;
	padding: 5px;
	outline: 2px solid #fff;
	outline-offset: -28px;
	height: 100%;
	object-fit: cover;
}

.map-section .section-header {
	background: linear-gradient(0deg, rgba(20,167,62,1) 0%, rgba(102,247,113,1) 100%);
	padding: 10px 20px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.map-section .section-header.dark {
	background: linear-gradient(0deg, rgb(91, 91, 91) 0%, rgb(196, 196, 196) 100%);
}

.map-section .section-header h1 {
	color: #fff;
	font-size: 22px;
	margin: 0;
}

.map-section .section-block {
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}

.map-section .section-block h3 {
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #dfdfdf;
	padding-bottom: 3px;
}

.map-section .section-block p {
	margin-bottom: 10px;
	font: 400 17px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: flex;
}

.map-section .section-block p span {
	flex: 0 0 42px;
}

.map-section .section-block .info {
	position: relative;
}

.map-section .section-block .info span {
	display: block;
	text-align: center;
}

.map-section .section-block .info span.straight-no {
	font-size: 18px;
}

.map-section .section-block .info span i {
	display: block;
	text-align: center;
	width: 30px;
	height: 30px;
	background: #61a747;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	border-radius: 3px;
	margin: 0 auto 10px;
}

.mekaepa {display: none;}

.map-section .section-block .info {
	position: relative;
	margin: 0 0 15px;
}

.map-section .section-block .section-map iframe {
	border: 3px solid #cecdcd !important;
	padding: 4px;
}

.map-section .section-block .section-map a {
	display: flex;
	text-align: center;
	margin: auto;
	width: 100%;
	justify-content: center;
}

.map-section .section-block .section-map a span {
	background: #61a747;
	color: #fff;
	padding: 6px 20px;
	border-radius: 3px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-3 {
	margin-top: 20px;
}
.swiper-pagination
 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: none !important;
}
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-icons a img {
  width: 28px; /* adjust as needed */
  height: 28px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-icons a:hover img {
  transform: scale(1.2);
  filter: brightness(1.2);
}

  /* Container styling */
.service-img-block {
  display: block;
  margin-bottom: 40px;
}

/* Section heading */


/* Image rows */
.img-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

/* Apply card style to each image */
.img-row a {
  flex: 1 1 calc(50% - 15px); /* two per row for .col2 */
  border: 2px solid #000;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}

/* Adjust for 3-column layout if used */
.img-row.col3 a {
  flex: 1 1 calc(33.333% - 15px);
}



/* Hover effect like .service-card */
.img-row a:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

.img-row a:hover img {
  transform: scale(1.05);
}



