* {
	padding:0;
	margin:0;
	list-style:none;
}
html {
  overflow-x: hidden;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}
html, html a, body {
  -webkit-font-smoothing: antialiased;
}
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
button{
	cursor:pointer;
	border:none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: 'Montserrat', sans-serif;
	background:#FFFFFF;
	font-size:100%;
	color:#3E464B;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
}
input[type=checkbox]{
	vertical-align:top;
}
input[type=radio]{
	height:auto;
	vertical-align:top;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; text-decoration:none;}
a:hover{
	text-decoration:none;	
}
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
h1 {
	float:left;
	width:100%;
	font-family: 'Work Sans', sans-serif;
	font-size:80px;
	font-weight:600;
	color:#2C2C30;
	line-height:120%;
	text-transform:uppercase;
}
h2 {
	float:left;
	width:100%;
	font-family: 'Work Sans', sans-serif;
	font-size:44px;
	font-weight:600;
	color:#2C2C30;
	line-height:120%;
	text-transform:uppercase;
}
h3 {
	float:left;
	width:100%;
	font-family: 'Work Sans', sans-serif;
	font-size:30px;
	font-weight:600;
	color:#2C2C300;
	line-height:120%;
	text-transform:capitalize;
}
h4 {
	float:left;
	width:100%;
	font-family: 'Work Sans', sans-serif;
	font-size:22px;
	font-weight:500;
	color:#2C2C30;
	line-height:120%;
}
	
h5 {
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:600;
	color:#91AD89;
	line-height:100%;
}
h6 {
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#2C2D30
	line-height:100%;
}
p{
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#3E464B;
	line-height:180%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
a {
	color: #91AC87;	
}
a:hover, a:focus{
	color: #7E9E72;
	text-decoration: none;
}
/*-------------------Index Page Start-----------------------------*/
.header{
	float:left;
	width:100%;	
}
#header{
	float:left;
	width:100%;
	height:auto;
	padding:30px 30px;
	position:fixed;
	z-index:99;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
    transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	-webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
#header.affix{
	background:#FFF;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	padding:15px 30px;
}
#header.affix .logo a img{
	width:400px;
	height:auto;
}
.header_main{
	float:left;
	width:100%;	
}
.logo{
	float:left;	
	width:275px;
	height:auto;
}
.logo a{
	float:left;
	width:100%;
	height:auto;
	transition:all 0.4s ease-out 0s;
	-webkit-transition:all 0.4s ease-out 0s;
    -moz-transition:all 0.4s ease-out 0s;	
}
.logo a img{
	display:block;
	width:auto;
	height:auto;
}
#header.affix .logo{
	width:240px;
}
.header_right{
	float:right;
	width:60%;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.nav{
	float:right;
	width:auto;
	height:auto;
	position:relative;
}
.nav_main{
	float:left;
	width:auto;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.nav_main ul{
	float:left;
	width:100%;
	height:auto;
}
.nav_main ul.second{
	display:none;
}
.nav_main ul li{
	float:left;
	width:auto;
	position:relative;
	margin:15px 0 0 40px;
}
.nav_main ul li a{
	float:left;
	width:auto;
	height:auto;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#FFFFFF;
	line-height:120%;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
	position:relative;
}
.nav_main ul li:last-child{
	margin-top:0;
}
.nav_main ul li:last-child a{
	background:transparent;
	display:inline-block;
	width:auto;
	height:40px;
	padding:0 15px;
	margin-top: 3px;
	border:2px solid #FFF;
    font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	line-height:36px;
	text-transform:uppercase;
	position:relative;
	transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
	z-index:9;
}
.nav_main ul li:last-child a:before{
	background:#91AD89;
	position:absolute;
	left:0;
	top:0;
	width:100.2%;
	height:100%;
	transform:scaleX(0.2);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	content:"";
	z-index:-1;
	opacity:0;
}
.nav_main ul li:last-child a:hover:before{
	transform:scaleX(1);
	opacity:1;
}
.nav_main ul li:last-child a:hover{
	background:transparent!important;
	border-color:#91AD89;
	text-decoration:none;
	color:#FFF;
}
#header.affix .nav_main ul li a{
	color:#666666;
}
.nav_main ul li a:hover, .nav_main ul li.current-menu-item a{
	color:#91AD89;
}
#header.affix .nav_main ul li a:hover, #header.affix .nav_main ul li.current-menu-item a{
	color:#91AD89;
}
#header.affix .nav_main ul li:last-child a{
	color:#91AD89;
	border-color:#91AD89;
}
#header.affix .nav_main ul li:last-child a:hover{
	color:#FFF;
}

.nav_main ul li.current-menu-item:last-child a, .nav_main ul li.current-menu-item:last-child a:hover,
#header.affix .nav_main ul li.current-menu-item:last-child a{
	color: #fff;
	border-color:#91AD89;
	background:#91AD89 !important;
}

.nav_main ul li.current-menu-item:last-child a:before{
	display: none;
}
/*-----------------res-nav-Start-------------------*/
.res_navigation{
	display:none;
	width:72px;
	height:22px;
	position:absolute;
	right:16px;
	top:16px;
}
.nav-toggle {
    position: absolute;
    top:0;
    right:22px;
    z-index: 999999;
    padding:5px 35px 13px 0;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle.active .top {
  -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
  -ms-transform: translateY(12px) translateX(0) rotate(45deg);
  transform: translateY(12px) translateX(0) rotate(45deg);
  background:#FFFFFF;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: #FFF;
}
.nav-toggle.active .bottom {
   -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
   -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
   transform: translateY(-7px) translateX(0) rotate(-45deg);
   background:#FFFFFF;
}
.nav-toggle span {
  background:#91AC87;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top:-2px;
  left: 0;
  -webkit-transition: all .55s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top:7px;
}
.nav-toggle span:nth-of-type(3) {
  top:16px;
}
#header.affix .nav-toggle span{
	background:#91AD89;
}
#header.affix  .nav-toggle.active span{
	background:#fff;
}
/*-----------------res-nav-end-------------------*/
.fadeInDown,.fadeInLeft,.fadeInRight,.fadeInUp,.wow,.zoomIn{
	visibility:hidden
}
.btn-primary.big{
	height:60px;
	line-height:58px;
	font-size:16px;
	padding:0 40px;	
}
.btn-primary{
	background:transparent;
	display:inline-block;
	width:auto;
	height:48px;
	padding:0 28px;
	margin-top:30px;
	border:2px solid #91AD89;
    font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#91AD89;
	line-height:46px;
	letter-spacing:1px;
	text-transform:uppercase;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	text-shadow:none;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	position:relative;
	transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
	z-index:9;
}
.btn-primary:before{
	background:#91AD89;
	position:absolute;
	left:0;
	top:0;
	width:100.2%;
	height:100%;
	transform:scaleX(0.2);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	content:"";
	z-index:-1;
	opacity:0;
}
.btn-primary:hover:before{
	transform:scaleX(1);
	opacity:1;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover{
	background:#91AD89 !important;
	box-shadow:none !important;
	border-color:#91AD89;
	color:#fff;
}
.btn-primary:hover{
	background:transparent!important;
	border-color:#91AD89;
	text-decoration:none;
}
.form-control{
	background-image: none;
	background:transparent;
	float:left;
	width:100%;
	height:45px;
	padding:0!important;
	border-bottom: 1px solid #999999;
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: 'Montserrat', sans-serif;
	font-size:16px ;
	font-weight:500;
	color:#333;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	behavior:url(PIE.htc);
	position:relative;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.form-control:focus{
	background: transparent;
	box-shadow: none;
	border-color:#91AC88;
}
.container{
	padding: 0;
}

/*------------index page start---------------*/
.section, ul{
	float:left;
	width:100%;
}
.hero{
	height:100vh;
	min-height:760px;
	position:relative;
	overflow:hidden;
	background:#FFF;
}
.hero_contentblock {
	background:rgba(248,248,248,0.80);
   	padding:80px 30px 80px 80px;
    position: absolute;
    top:50%;
	transform:translate(0,-50%);
	left:0;
	width:100%;
    z-index: 2;
	animation-delay:2s;
	-webkit-animation-delay:2s;
	-moz-animation-delay:2s;
}
.bnr-left{
	float:left;
	width:44%;
	height:100%;
	position:relative;
	animation-delay:2s;
	-webkit-animation-delay:2s;
	-moz-animation-delay:2s;
	z-index:2;
}
.hero_contentblock p{
	font-size:32px;
	font-weight:300;
	line-height:140%;
	padding:30px 0 0 0;	
}
.hero_contentblock .btn-primary{
	margin-top:40px;
}
.hero_imageBlock {
    height: 100%;
    overflow: hidden;
    position: absolute;
    transition: all 1.35s cubic-bezier(.82,.005,.29,1) .75s;
	-webkit-transition: all 1.35s cubic-bezier(.82,.005,.29,1) .75s;
	-moz-transition: all 1.35s cubic-bezier(.82,.005,.29,1) .75s;
    width:100%;
    z-index: 1;
	
}
.hero_imageBlock.visibal{
	width:65%;
	transform: translateX(60%);
	-webkit-transform: translateX(60%);
	-moz-transform: translateX(60%);
}
.hero_imageBlock img{
	width:100%;
	height:100%;
	object-fit: cover;	
}
.hero_imageBlock:before{
	position:absolute;
	width:100%;
	height:300px;
	content:"";
	background: rgba(0,0,0,0.8);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	
}
.main-raw{
	float:left;
	width:100%;
	padding:80px 0;	
}
p.big{
	font-size:26px;
	color:#2C2C30;
	font-weight:300;
}
.about-raw h5{
	padding-bottom:30px;
}
.about-raw p{
	padding:0 9% 0 9%;
	margin-bottom:30px;
}
.about-raw p:last-child{
	margin-bottom:0;
}
.bg{
	background:#F8F8F8;	
}
.main-raw.srv-raw{
	padding-bottom:0;
}
.title p{
	padding-top:25px;
}
.srv-list{
	float:left;
	width:100%;
	text-align:center;
	margin:40px 0 0 0; 
}
.srv-list ul{
	text-align:left;
}
.srv-list ul li{
	float:left;
	width:23.6%;
	margin:40px 1.8% 0 0;
}
.srv-list ul li:nth-child(1n){
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
	-moz-animation-delay:.4s;	
}
.srv-list ul li:nth-child(2n){
	animation-delay:.5s;
	-webkit-animation-delay:.5s;
	-moz-animation-delay:.5s;	
}
.srv-list ul li:nth-child(3n){
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
	-moz-animation-delay:.6s;	
}
.srv-list ul li:nth-child(4n){
	animation-delay:.7s;
	-webkit-animation-delay:.7s;
	-moz-animation-delay:.7s;	
}
.srv-list ul li:nth-child(5n){
	animation-delay:.8s;
	-webkit-animation-delay:.8s;
	-moz-animation-delay:.8s;	
}
.srv-list ul li:nth-child(6n){
	animation-delay:.9s;
	-webkit-animation-delay:.9s;
	-moz-animation-delay:.9s;	
}
.srv-list ul li:nth-child(7n){
	animation-delay:1s;
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;	
}
.srv-list ul li:nth-child(8n){
	animation-delay:1.1s;
	-webkit-animation-delay:1.1s;
	-moz-animation-delay:1.1s;	
}
.srv-list ul li:nth-child(4n){
	margin-right:0;
}
.srv-list .btn-primary{
	margin-top:50px;	
}
a.srv_box{
	float:left;
	width:100%;
	background:#FFF;
	padding:30px;
	min-height:360px;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
	position:relative;
}
a.srv_box span{
	float:left;
	width:50px;
}
a.srv_box:hover{
	-webkit-box-shadow: 0px 0px 70px 0px rgba(145,173,137,.40);
	-moz-box-shadow: 0px 0px 70px 0px rgba(145,173,137,.40);
	box-shadow: 0px 0px 70px 0px rgba(145,173,137,.40);
}
a.srv_box h6{
	width:auto;
	position:relative;
	padding:25px 0 15px 0;
	color:#2C2C30;
	clear:both;
}
a.srv_box h6:before{
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	width:36px;
	height:2px;
	background:#91AD89;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
a.srv_box:hover h6:before{
	width:100%;	
}
.srv_box p{
	padding:15px 0 0 0;	
}
.logo-raw{
	float:left;
	width:100%;
	padding:80px 0;
	background:url(../images/companies-bg.png) no-repeat left bottom;
}
.title{
	float:left;
	width:100%;	
} 
.title h5{
 	padding-bottom:20px;
}
.logo_sec ul{
	border:1px solid #D3D5D6;
	border-right: none;
	border-bottom: none;
}
.logo_sec li{
	float:left;
	cursor:pointer;
	width:20%;	
	border-right:1px solid #D3D5D6;
	border-bottom:1px solid #D3D5D6;
	position:relative;
}
.logo_sec li span{
	float:left;
	width:100%;
	text-align:center;
	line-height:135px;
	padding:0 10px;
}
.logo_sec li span img{
	vertical-align:middle;
	display:inline-block;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
.logo_sec li:hover span{
	background:#FFF;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;	
}
.logo_sec li:hover span img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
}
.work-raw{
	padding-bottom:0 !important;	
}
.ind_box{
	cursor:pointer;
	position:relative;	
	padding:0;
	margin:50px 0 0 0;
	height: 35vh;
	min-height: 300px;
}
.ind_box:hover .ind_con{
	top:50%;
}
.ind_box:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.45);
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;	
}
.ind_box:hover.ind_box:before{
	background:rgba(105,160,99,0.85);
}

.ind_box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.ind_con{
	position:absolute;
	width:100%;
	left:50%;
	top:50%;
	text-align:center;
	padding:20px 20%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;	
}
.ind_con h3{
	color:#FFF;
	transform: translate3d(0,60px,0);
	-moz-transform: translate3d(0,60px,0);
	-webkit-transform: translate3d(0,60px,0);
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.ind_con p{
	color:#FFF;
	font-size:18px;
	padding:20px 0 0 0;
	line-height:160%;
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0,80px,0);
	transform: translate3d(0,80px,0);
	-webkit-transform: translate3d(0,80px,0);
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.ind_box:hover .ind_con h3{
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
}
.ind_box:hover .ind_con p{
	visibility: visible;
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.work-raw .row{
	margin:0;
}
.team-raw{
	float:left;
	width:100%;
	padding:22% 0;
	background:url(../images/axleeight-team.jpg) no-repeat;
	background-size:cover;	
	background-attachment:fixed;
}
.about_con{
	float:left;
	width:100%;
	background:#F8F8F8;	
}
.about_txt{
	width:900px;
	margin:0 auto;
	margin-top:-270px;
	padding:50px 80px;
	text-align:center;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);	
}
.about_txt p{
	font-size:18px;
	padding:30px 0 0 0;
}
.about_txt .btn-primary.small{
	margin-top:50px;
}
.cta-tit{
	float:left;
	width:100%;
	font-family: 'Work Sans', sans-serif;
	font-size:50px;
	font-weight:600;
	color:#2C2C30;
	line-height:100%;
	text-transform:uppercase;	
}
.cta-tit span{
	font-size:30px;
	font-family: 'Work Sans', sans-serif;
}
.cta-raw h5{
	padding:0 0 30px 0;	
}
.footer{
	float:left;
	width:100%;
	padding:60px 0;
	background:#FFF;	
}
.footer-nav{
	float:left;
	width:100%;	
}
.footer-nav ul li{
	float:left;
	width:auto;
	border-right:2px solid #333333;
	padding:0 20px;
}
.footer-nav ul li:last-child{
	padding-right:0;
	border:none;
}
.footer-nav ul li:first-child{
	padding-left:0;
}
.footer-nav ul li a{
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#333;
	line-height:100%;
	text-transform:uppercase;
}
.footer-nav ul li a:hover{
	color:#91AC88;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.footer-cont{
	float:left;
	width:100%;	
	padding:30px 0 0 0;
}
.footer-cont ul li{ 
	float:left;
	width:auto;
	border-right:2px solid #333333;
	padding:0 20px;
}
.footer-cont ul li:last-child{
	padding-right:0;
	border:none;
}
.footer-cont ul li:first-child{
	padding-left:0;
}
.footer-cont ul li a{
	float:left;
	width:auto;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:500;
	color:#333;
	line-height:100%;
}
.footer-cont ul li.phone a{
	color:#91AC87;
	font-weight:700;
}
.col-3{
	float:right;	
}
.col-2{
	padding-left:70px;		
}
.social_info{
	float:right;
	width:auto;	
}
.social_info ul{
	float:none;
	width:auto;
	display:inline-block;
	padding:0;	
}
.social_info ul li{
	float:left;
	width:auto;
	margin:0 0 0 15px;
}
.social_info ul li:first-child{
	margin-left:0;
}
.social_info ul li a{
	float:left;
	background:#FFF;
	width:38px;
	height:38px;
	line-height:40px;
	padding: 0 10px;
	text-align:center;
	border:1px solid #DDDDDD;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	behavior:url(PIE.htc);
	position:relative;
	z-index:9;
}
.social_info ul li:hover a svg{
	fill:#FFF;
}
.social_info ul li a:hover{
	border:1px solid #91AC86;
}
.social_info  ul li a svg{
	fill:#666666;
	display:inline-block;
}
.social_info  ul li a:before{
	background:#91AC86;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	position:absolute;
	content:"";
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
	z-index:-1;
}
.social_info  ul li a:hover:before{
	transform:scale(1);
}
.social_info:nth-child(2){
	float:none;
	width:auto;
	margin-left:20px;
	display:inline-block;
}
p.copy{
	float:right;
	width:auto;
	font-size:14px;
	line-height:120%;
	font-weight:300;
	padding:20px 0 0 0;	
	clear:both;
}
.testi_slider{
	float:left;
	width:100%;
	text-align:center;
}
.testi_name{
	float:left;
	width:100%;
	font-size:18px;
	color:#2C2C30;
	font-weight:300;
	line-height:120%;
	position:relative;
	font-weight:600;
	padding:40px 0 0 0;
}
.testi_name span{
	color:#999999;
}
.testi_main p{
	float:none;
	display:inline-block;
	font-size:28px;
	color:#2C2C30;
	font-weight:300;
	line-height:160%;
	position:relative;
	text-indent:45px;
	font-weight:300;
	position:relative;
}
.testi_main p:before{
	background:url(../images/quote-left.svg) no-repeat;
	background-size:100%;
	width:36px;
	height:36px;
	content:"";
	position:absolute;
	margin-left:-50px;
	left:inherit;
	top:0;
}
.testi_main p:after{
	background:url(../images/quote-right.svg) no-repeat;
	background-size:100%;
	width:36px;
	height:36px;
	content:"";
	position:absolute;
	bottom:-5px;
	margin-left:15px;
}
.testimonial .carousel{
	padding:0 4%;
	min-height:190px;
}
.carousel-indicators{
	width:100%;
	margin:0;
	left:0;
	right:0;
	bottom:-45px;
	display:none;
}
.carousel-indicators li{
	background:#DCDEE4;
	border:none;
	margin:0 3px;
}
.carousel-indicators .active{
	background:#DE3C0B;
	width:10px;
	height:10px;
	margin:0 3px;
}
.testi_main{
	padding:40px 11% 0 11%;
}	
.carousel-control.left{
	background: url(../images/arrow_left.svg) no-repeat center;
	height: 40px;
	top: 50%;
	left:0;
	width: 40px;
	margin:0 auto;
	z-index:99;
}
.carousel-control.right{
	background: url(../images/arrow_right.svg) no-repeat center;
	height: 40px;
	top: 50%;
	width: 40px;
	margin:0 auto;
	z-index:99;
	right:0;
	left:inherit;
}
.carousel-control {
	transition: all .6s ease 0s;
	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	opacity:1;
}
.testimonial  .carousel-inner{
	cursor:all-scroll;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity
}
.carousel-fade .carousel-inner .active {
	opacity: 1
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-control{
	width:50px;
	height:50px;
	background:#CCC;	
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner>.item.active.left, .carousel-fade .carousel-inner>.item.active.right, .carousel-fade .carousel-inner>.item.next, .carousel-fade .carousel-inner>.item.prev {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.carousel-fade .carousel-inner>.item.active, .carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}






.hero.inner{
	min-height: 650px;
	height: 75vh;
}
.hero.inner h1{
	font-size: 60px;
}

.marketing-raw{
	float: left;
	width: 100%;
	padding-bottom: 80px;
}
.marketing-raw .row{
	position: relative;
}
.scroll-btm{
	position: absolute;
	left: 0;
	bottom: -200px;
}
.scroll-btm span{
	float: left;
    width: auto;
    font-size: 14px;
    color: #3E464B;
    font-weight: 700;
    transform: rotate(-90deg);
    transform-origin: left center;
    padding-bottom: 15px;
    min-width: 200px;
    border-bottom: 1px solid #91AC88;
    text-align: right;
    position: relative;
    cursor: pointer;
}
.scroll-btm span:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-color: transparent #91AC88 transparent transparent;
	position: absolute;
	left: -4px;
	bottom: -4px;
	content: "";
}
.marketing-con{
	padding-right: 45px;	
}
.marketing-con p{
	padding-top: 30px;
	font-size: 18px;
}
.marketing-data{
	float: right;
	width: auto;
	padding-top: 50px;	
}
.marketing-main{
	display: inline-block;
	width: auto;
	margin-left: 50px;
	text-align: center;
}
.marketing-data span{
	float: none;
	display: inline-block;
	width: auto;
	padding: 5px 0;
	font-size: 16px;
	color: #3E464B;
	font-weight: 600;
	line-height: 120%;
}
.marketing-data h3{
	float: none;
	width: auto;
	font-size: 120px;
	color: #91AC88;
	line-height: 70%;
	padding: 12px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.right-video{
	padding-left: 30px;	
}
.video-main{
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
}
.video-main video{
	float: left;
	width: 100%; 
	height: 100%;
}
.PlayBtn {
    background: url("../images/ic-play-btn.svg") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-main.play .PlayBtn{
	background: transparent;
}

.team-list{
	float: left;
	width: 100%;
}
.team-list ul li{
	float: left;
	width: 30%;
	margin: 60px 5% 0 0;
}
.team-list ul li:nth-child(3n){
	margin-right: 0;
}
.team-box{
	background: #fff;
	float: left;
	width: 100%;
	padding: 20px 30px 35px;
	position: relative;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    box-shadow: 0 0 2px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.02);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.02);
    position: relative;
}
.team-box h6{
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.team-box h4{
	padding-top: 40px;
	font-weight: 600;
}
.team-box h4 span{
	float:left;
	width:100%;
	color:#91AD89;
	font-family: 'Work Sans', sans-serif;
}
.member-avtar{
	background: #F8F8F8;
	display: table;
	width: 220px;
	height: 220px;
	margin: 0 auto;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.office-main{
	padding-top: 50px;
	display: inline-block;
	width: 100%;
}
.office-left{
	padding-right: 50px;
}
.office-left img{
	margin-top: 50px;
	width: 100%;
}
.office-left img:first-child{
	margin: 0;
}

.location-raw{
	padding-left: 30px;
}


.location-map{
	float: left;
	width: 100%;
	height: 440px;
}
.location-map #map{ 
	width: 100%;
	height: 100%;
}
.location-con{
	float: left;
	width: 100%;
	padding-top: 50px;
}
.location-con h3{
	font-size: 34px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.location-con p{ 
	font-size: 18px;
	padding-top: 20px;	
}
.location-con a{
	background: url(../images/ic-location.svg) no-repeat left center;
	float: left;
	width: auto;
	padding-left: 40px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
} 



.services-main{
	float: left;
	width: 100%;
	position: relative;
}
.services-list{
	float: left;
	width: 8%;
	padding-right: 3px;
	position: sticky;
	top: 90px;
}
.services-list .nav li{
	float: left;
	width: 100%;
}
.services-list .nav li a{ 
	background: transparent;
	color: #AAAAAA;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	padding: 17px 0;
	position: relative;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.services-list .nav li a:hover, .services-list .nav li.active a{
	color: #91AD89;
}
.services-list .nav li a:after{
	background: #91AD89;
	width: 3px;
	height: 100%;
	position: absolute;
	right: -5px;
	top: 0;
	content: "";
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transform: scale(0);
    transform-origin: center;
} 
.services-list .nav li a:hover:after, .services-list .nav li.active a:after{
	transform: scale(1);
}
.services-description{
	float: left;
	width: 92%;
	border-left: 1px solid #DDDDDD;
	padding-left: 60px;
}
.services-con{
	float: left;
	width: 100%;
	padding-top:100px;
}
.services-con:first-child{
	padding: 0;
}
.services-con .text-wrap{
	float: left;
	width: 48%;
	position:relative;
}
.services-con .text-wrap:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	background:#F8F8F8;
	transition: transform 1s cubic-bezier(0.54, 0.22, 0.22, 0.97);
	-webkit-transition: transform 1s cubic-bezier(0.54, 0.22, 0.22, 0.97);
	-moz-transition: transform 1s cubic-bezier(0.54, 0.22, 0.22, 0.97);
}
.services-con .text-wrap.wow.animated:before{
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
}
.services-con .text-wrap span{
	float: left;
	width: 60px;
}
.services-con .text-wrap h3{
	padding-top: 20px;
}
.services-con .text-wrap p{
	padding-top: 20px;
	font-size: 18px;
}
.services-con  .img-wrap{
	float: right;
	width: 50%;
	padding-left: 50px;
}
.wrap-inner{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
.wrap-inner:before, .wrap-inner:after{
	content:"";
	position:absolute;
	width:100%;
	height:50%;
	left:0;
	background:#F8F8F8;
	transition: transform 1s cubic-bezier(0.54, 0.22, 0.22, 0.97);
	-webkit-transition: transform 1s cubic-bezier(0.54, 0.22, 0.22, 0.97);
	-moz-transition: transform 1s cubic-bezier(0.54, 0.22, 0.22, 0.97);
}
.wrap-inner.wow.animated:before{
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
}
.wrap-inner.wow.animated:after{
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
}
.wrap-inner:after{
	top:0;	
}
.wrap-inner:before{
	bottom:0;	
}
.services-con:nth-child(even) .text-wrap{
	float: right;
}
.services-con:nth-child(even) .img-wrap{
	float:left;
	padding: 0 50px 0 0;
}
.text-wrap, .img-wrap{
	float: left;
	width: 100%;
}

.blog-raw{
	float: left;
	width: 100%;
	padding-bottom: 80px;
}
.blog-categoies{
	float: left;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}

.blog-categoies .filter-button{
	background: transparent;
	float: left;
	width: auto;
	font-size: 14px;
	font-weight:700; 
	color: #999999;
	text-transform: uppercase;
	margin-right: 50px;
	padding-bottom: 20px;
	position: relative;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.blog-categoies .filter-button.active, .blog-categoies .filter-button:hover,
.blog-categoies .filter-button:focus{
	color: #91AC87;
}
.blog-categoies .filter-button:after, .blog-box:after{
	background: #91AC87;
	width: 0;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.blog-categoies .filter-button.active:after, .blog-categoies .filter-button:hover:after{
	width: 100%;
}
.blog-box{
	float: left;
	width: 100%;
	padding-top: 60px;
	position: relative;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.blog-box:hover:after{
	width: 100%;
}
.blog-box .img-wrap{
	position: relative;
	height: 290px;
}
.blog-box .img-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
span.date{
	position: absolute;
	left: 15px;
	bottom: -20px;
	background: #91AC87;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	line-height: 120%;
	padding: 10px 22px;
}
.blog-box .text-wrap{
	padding: 40px 0 35px;
	border-bottom: 1px solid #DDDDDD;
	min-height:245px;
}
.blog-box  .blog-title{
	float: left;
	width: auto;
	font-size: 22px;
	color: #2C2C30;
	font-weight: 500;
	line-height: 140%;
}
.blog-box .text-wrap p{
	padding-top: 10px;
} 
.more{
	float: left;
	width: auto;
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 120%;
}



.page-template-contact .nav_main ul li a, .single-post .nav_main ul li a, .error404 .nav_main ul li a{
	color: #666666;
}
.page-template-contact .nav_main ul li:hover a, .page-template-contact .nav_main ul li.current-menu-item a, .single-post .nav_main ul li:hover a, .single-post .nav_main ul li.current-menu-item a{
	color:#91AD89;
}
.page-template-contact .nav_main ul li:last-child.current-menu-item a{
	color:#FFF;
}
.single-post .nav_main ul li:last-child a, .error404 .nav_main ul li:last-child a{
	border-color:#91AC87;
}
.single-post .nav_main ul li:last-child a, .error404 .nav_main ul li:last-child a{
	color:#91AC87;
}
.single-post .nav_main ul li:last-child a:hover, .error404 .nav_main ul li:last-child a:hover{
	color:#FFF;
}


.single-raw{
	float: left;
	width: 100%;
	padding: 50px 0 0;
	margin-top: 100px;
}

.single-raw h1{
	font-size: 60px;
}
.cont-dtl p{
   font-size: 24px;
    font-weight: 300;
    line-height: 140%;
    padding: 30px 0 0;
}

.gettouch-raw{
	position: relative;
}
.contact-banner{
 	height: 100%;
    position: absolute;
    right: -342px;
    top: 0;
    width: 64%;
}
.contact-banner img{
	width: 100%;
	height:100%;
	object-fit:cover;
}
.location-main{
	float: left;
	width: 100%;
	padding-left: 245px;
	position: relative;
}
.location-box{
	background: #91AC88;
	float: left;
	width: 26%;
	padding: 40px 30px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 9;
}
.location-box h4{
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
 .location-box a{
	float: none;
	display: inline-block;
	margin-top: 20px;
	padding-left: 30px;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}
.location-box a.location{
	background: url(../images/ic-location-white.svg) no-repeat left top 7px;
}
.location-box a.phone{
	background: url(../images/ic-phone.svg) no-repeat left center;
}
.location-box a.mail{
	background: url(../images/ic-email.svg) no-repeat left center;
}
.gettouch-raw .location-map{
	width: 56%;
	height: 550px;
}

.form-main{
	float: left;
	width: 100%;
	padding:0 10% 0;
	text-align: center;
}
.gform_wrapper{
    float: left;
    width:100% !important;
    margin:0 !important;
}
.gform_wrapper form{
    float:left;
    width:100%;
    height:auto;
}	
form .ginput_container textarea {
    height:141px!important;
    padding: 10px 15px 10px 0!important;
    width: 100%!important;
}
form .gform_footer {
    float: right;
}
form .validation_error,
.gform_wrapper .validation_message {
    font-size: 13px!important;
   font-family: 'Montserrat', sans-serif !important;
}
.gform_wrapper form .gform_footer {
    float:left;
    width: 100% !important;
    height: auto;
    padding: 30px 0  0 !important;
	text-align:center;
}
form .validation_error {
    width: 100%!important;
    background-color: #ebdada;
    border: 1px solid #dbbcc1!important;
    margin:40px 0 0 0!important;
    padding: 15px!important;
    font-weight: 600!important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url(PIE.htc);
    position: relative;
}
.gform_wrapper form li.gfield.gfield_error,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: 0 0!important;
    border: none!important;
}
.gform_wrapper form ul.gform_fields li.gfield {
    float: left;
    width: 45%!important;
    margin: 0 10% 0 0!important;
    padding: 0!important;
    clear: inherit!important;
}
.gform_wrapper .validation_message {
    font-weight: 400!important;
    color: #ce1010!important;
    padding:5px 0 0 3px !important;
}
.gform_confirmation_wrapper {
    width:100%!important;
    background-color: #dff0d8;
    border: 1px solid #c6d9b6!important;
  	margin:40px 0 0 0 !important;
    padding: 15px!important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px!important;
    font-weight: 600!important;
    color: #3c763d!important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url(PIE.htc);
    position: relative;
    text-align: center;
}
.contact_bg .gform_confirmation_wrapper {
    margin-top: 20px!important;
    width: 100%!important;
}
.gform_wrapper label.gfield_label{
    float:left !important;
    width:100% !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:14px !important;
    font-weight:400 !important;
    color:#666666 !important;
    line-height:120% !important;
    margin-top:12px;
    display: none !important;
}
.gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1, .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2, .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3{
    width:100% !important;
}
body .gform_wrapper .top_label div.ginput_container{
    float:left;
    width:100%;
    margin-top:60px !important;
}
.gform_wrapper form ul.gform_fields li.gfield:nth-child(2n) {
    margin: 0!important;
}
.gform_wrapper form ul.gform_fields li.gfield:last-child{
	width: 100% !important;
    margin: 0!important;
}
form #field_1_11{
    width: 66% !important;
    margin: 0 !important;
}
.gform_footer .btn-primary:hover{
	background: #91AD89 !important;
	color: #fff
	 !important;
}



.detail-main{
	float:none;
	display:inline-block;
	text-align:left;
	
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3E464B;
    line-height: 180%;
}
.detail-main p{
    font-weight: 400;
}
.detail-main .blog-box{
	padding:0;
}
.detail-main .blog-box .img-wrap img{
	width:auto;
	height:auto;
}
.detail-main .blog-box .img-wrap{
	height:auto;
}
.detail-main .blog-categoies .filter-button:after, .blog-box:after{
	display:none;
}
.detail-main h2{
	padding:50px 0 0 0;
}
.detail-main h3,
.detail-main h4{
	padding:20px 0 0 0;
}
.detail-main p{
	padding:5px 0 0 0;
}


.listing{ 
	float:left;
	width:100%;
	position:relative;	
}
.listing ul{
	padding-top:20px;	
}
.listing ul li{  
	display:inline-block;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#333;
	line-height:180%;
	background:url(../images/bullet.svg) no-repeat left 12px;
	padding:0 0 0 20px;
	margin:12px 0 0 0;	
}


.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea{
	border:none !important;
	border-bottom:1px solid #999 !important;
}



.CommentsForm {
	float:left;
	width:100%;
	padding:40px;
	margin-top: 50px;
	background:#F5F5F5;	
}
.comment-form-comment{
	width: 50%;
	padding:20px 15px 0 0;
}
.comment-form-author, .comment-form-email, .comment-form-url{
	width: 50%;
	padding:20px 0 0 0;
}
.comment-form label{
	float: left;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-transform:uppercase;
}
.comment-form textarea.form-control{
	padding:0;
	height:202px;
}
.comment-form .form-control{
	height:35px;	
}
.comment-form .form-submit .btn-primary:hover{
	background:#91AD89 !important;
	color:#FFF;
}
.CommentsWrap{
	margin:50px 0 0 0;
}	
#comments{
	padding:0 9%;
	display:block;	
}

.comment-body{
	padding:20px 0;	
}
.commentmetadata{
	padding:10px 0;	 
}
.comment-body a{
	font-size:14px;	
}
.comment-notes{
	padding-bottom:15px;	
}



.forpage-con{
	float:left;
	width:100%;
	text-align:center;	
}
.forpage-con h2{
	color:#91AD89;	
	font-size:100px;
	line-height:100%;
}
.forpage-con p{
	font-size:30px;
	padding:15px 0 0 0;	
}
.forpage-con a{
	float:none;
	display:inline-block;
	margin:30px 10px 0 10px; 
}
.error404 .single-raw{
	padding:100px 0;	
	background:#F8F8F8;
}
.single-raw .detail-main h3{
	font-size: 22px;
	font-weight: 500;
}
.single-raw .detail-main h3 a{
	text-decoration: underline;
}
.detail-main h2{
	font-size: 30px;
	padding-top: 26px;
}
.detail-main p:empty{
	display: none;
}
.detail-main p{
    line-height: 160%;
}
.detail-main h2.b-title{
	font-size: 44px;
	padding-top: 50px;
}
.detail-main p:last-child a{
	font-size: 30px;
	margin-top: 30px;
	float: left;
	display: block;
}
.detail-main p:nth-last-child(2){
    padding-top:15px;
}
	
/*	
	box-shadow:2px 0px 0px #000000;
	-webkit-box-shadow:2px 0px 0px #000000;
    -moz-box-shadow:2px 0px 0px #000000;
	behavior:url(PIE.htc);
	position:relative;
	
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
	
	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
	behavior:url(PIE.htc);
	position:relative;
	
	font-family: 'Work Sans', sans-serif;

    font-family: 'Montserrat', sans-serif;


	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666666;
	line-height:200%;
*/