/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  import variables.less file
/*-------------------------------------------------*/
/* the default font in our template*/
/* default color skin */
/* default color skin with opacity */
/* text color 1 (some titles)*/
/* text color 2 (some text paragraphcs)*/
/* white color*/
/* black color*/
/* ul reset margin and padding*/
.ul-reset {
  margin: 0;
  padding: 0;
}
/* default style for paragraphs in this template*/
.paragraph {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
/* default style for anchors in this template*/
.anchor {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* default style for hading1 in this template*/
.heading1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
}
/* default style for hading2 in this template*/
.heading2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
}
/* variable for radius corners*/
/* variable for radius corners*/
/* variable for radius corners*/
/* variable for radius corners*/
/* variable for radius corners*/
/* variable for transitions*/
.transition {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* variable for transitions*/
.transition2 {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
/* variable for transitions*/
.transition3 {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
/* variable for tranform grow elem scale*/
/* no shadow  variable*/
.no-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
/* box shadow  variable*/
/* animation duration  variable*/
.animation-hover {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: hovertrans;
  -moz-animation-name: hovertrans;
  -ms-animation-name: hovertrans;
  -o-animation-name: hovertrans;
  animation-name: hovertrans;
}
/* animate transform variable*/
@-webkit-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-moz-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-o-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
/* animate transform rotate variable*/
/* animate transform rotate x variable*/
/* animate transform rotate Y variable*/
/* animate transform rotate Y variable*/
.trans-origin {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* background size cover*/
.back-cover {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  padding: 5px 15px;
  letter-spacing: 2.5px;
}
.navbar-brand span {
  color: #47b704;
}
.navbar-brand img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.navbar-brand strong {
  font-weight: 900;
  position: relative;
  top: 10px;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #999999 !important;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 30px 15px;
}
.navbar-nav > li > a:hover > a.active,
.navbar-nav > li > a.active {
  color: #47b704 !important;
}
.navbar-nav > li > a:hover.active a,
.navbar-nav > li.active > a {
  color: #47b704 !important;
  background: none !important;
}
.navbar-nav a.open-search {
  padding: 8px 15px 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-top: 17px;
  margin-left: 10px;
}
.navbar-nav a.open-search i {
  color: #999999;
  font-size: 16px;
  display: inline-block;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.megadrop {
  position: inherit !important;
}
header.trans .navbar-default {
  background: rgba(255, 255, 255, 0.05);
}
header.trans .navbar-brand {
  color: #ffffff !important;
  padding: 25px 15px;
}
header.trans .navbar-nav > li > a {
  color: #ffffff !important;
  padding: 50px 15px;
}
header.trans .navbar-nav > li.active {
  background: none !important;
}
header.trans .navbar-nav > li.active > a {
  background: none !important;
  color: #47b704 !important;
}
header.trans .navbar-nav a.open-search {
  padding: 33px 15px 50px;
}
header.trans .navbar-nav a.open-search i {
  color: #ffffff;
}
header.trans .navbar-nav > li > a:hover,
header.trans .navbar-nav > li > a.active {
  color: #47b704 !important;
}
header.active .navbar-default {
  background: rgba(255, 255, 255, 0.95);
}
header.active .navbar-brand {
  color: #222222 !important;
  padding: 5px 15px;
}
header.active .navbar-nav > li > a {
  color: #999999 !important;
  padding: 30px 15px;
}
header.active .navbar-nav a.open-search {
  padding: 8px 15px 25px;
}
header.active .navbar-nav a.open-search i {
  color: #999999;
}
header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
  color: #47b704 !important;
}
header.active .megadrop-down {
  box-shadow: 0 0 3px #ddd;
  -webkit-box-shadow: 0 0 3px #ddd;
  -moz-box-shadow: 0 0 3px #ddd;
  -o-box-shadow: 0 0 3px #ddd;
}
header.black-style .navbar-default {
  background: url('../images/pattern.png');
}
header.black-style .navbar-brand {
  color: #ffffff !important;
}
header.black-style .navbar-brand span {
  color: #47b704;
}
.vertical-header header {
  width: 220px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffffff;
  z-index: 99;
  padding-top: 236px;
}
.vertical-header header .logo {
  padding: 0 40px;
  margin-bottom: 90px;
}
.vertical-header header .logo a {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  letter-spacing: 2.5px;
  text-decoration: none;
}
.vertical-header header .logo a span {
  color: #47b704;
}
.vertical-header header nav {
  margin: 0;
}
.vertical-header header nav > ul {
  margin: 0;
  padding: 0;
}
.vertical-header header nav > ul > li {
  list-style: none;
  display: block;
}
.vertical-header header nav > ul > li > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  display: block;
  padding: 10px 40px;
  color: #999999;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 20px;
}
.vertical-header header nav > ul > li > a span {
  float: right;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-top: 4px;
  background: url('../images/plus.png') center center no-repeat;
}
.vertical-header header nav > ul > li a.active,
.vertical-header header nav > ul > li a:hover {
  color: #47b704;
}
.vertical-header header nav > ul li.drop {
  position: relative;
}
.vertical-header header nav > ul div.ver-megadropdown {
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ebebeb;
  border-right: none;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.vertical-header header nav > ul div.ver-megadropdown ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.vertical-header header nav > ul div.ver-megadropdown ul li {
  list-style: none;
  float: left;
  width: 50%;
  border-right: 1px solid #ebebeb;
}
.vertical-header header nav > ul div.ver-megadropdown ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #f3f3f3;
  padding: 14px 18px;
  font-weight: 400;
  margin: 0;
}
.vertical-header header nav > ul div.ver-megadropdown ul li a:hover {
  color: #47b704;
}
.vertical-header header nav > ul div.ver-megadropdown ul li a.comming {
  color: #fc7e7f;
  opacity: 0.4;
}
.vertical-header header nav > ul ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ebebeb;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.vertical-header header nav > ul ul.dropdown li {
  list-style: none;
}
.vertical-header header nav > ul ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #f3f3f3;
  padding: 14px 18px;
  font-weight: 400;
  margin: 0;
}
.vertical-header header nav > ul ul.dropdown li a:hover {
  background: #f8f8f8;
  color: #222222;
}
.vertical-header header nav > ul ul.dropdown > li:last-child a {
  border-bottom: none;
}
.vertical-header header nav > ul li.drop:hover div.ver-megadropdown {
  visibility: visible;
  opacity: 1;
}
.vertical-header header nav > ul li.drop:hover > ul.dropdown {
  visibility: visible;
  opacity: 1;
}
.vertical-header a.elemadded {
  display: none;
  color: #252525;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.vertical-header header.dark-style {
  background: url('../images/pattern.png');
}
.vertical-header header.dark-style .logo a {
  color: #ffffff !important;
}
.vertical-header header.dark-style .logo a span {
  color: #47b704;
}
.vertical-header header.dark-style nav ul li a span {
  background: url('../images/plus2.png') center center no-repeat;
}
.navbar-collapse {
  position: relative;
}
.megadrop-down {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.95);
  padding: 25px;
}
.megadrop-down .dropdown {
  text-align: left;
}
.megadrop-down .dropdown ul {
  margin: 0;
  padding: 0;
}
.megadrop-down .dropdown ul li {
  list-style: none;
  padding-bottom: 9px;
}
.megadrop-down .dropdown ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #666666;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
}
.megadrop-down .dropdown ul li a:hover {
  color: #47b704;
}
.megadrop-down .dropdown ul li a.comming {
  color: #fc7e7f;
  opacity: 0.4;
}
.megadrop-down .dropdown ul li:last-child {
  padding-bottom: 0;
}
.megadrop-down .dropdown ul.last-child li {
  border-right: none;
}
.megadrop-down .dropdown h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #47b704;
  text-transform: uppercase;
}
li.megadrop:hover .megadrop-down {
  visibility: visible;
  opacity: 1;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #47b704;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  color: #222222;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -28px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #47b704;
  font-size: 16px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
.container {
  max-width: 990px;
}
p {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.vertical-header #content {
  margin-left: 220px;
  padding-top: 0;
  background: #f8f8f8;
}
/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/
.title-section {
  margin-bottom: 65px;
  text-align: center;
}
.title-section h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.title-section h1 span {
  color: #47b704;
}
.title-section > span {
  width: 130px;
  display: inline-block;
  height: 1px;
  border-top: 2px solid #47b704;
  position: relative;
  margin: 0 0 20px;
  top: -10px;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white > span:before {
  background: url('../images/pin.png') center center no-repeat;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #222222;
  text-shadow: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1.8px;
}
#home-section .tp-caption.small_text p.line {
  width: 60px !important;
  height: 1px !important;
  background: #222222 !important;
}
#home-section .tp-caption.small_text p.line.white {
  background: #ffffff !important;
}
#home-section .tp-caption.small_text span {
  color: #ffffff;
}
#home-section .tp-caption.finewide_medium_white {
  color: #222222;
  text-shadow: none;
  font-size: 48px;
  line-height: 50px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
  letter-spacing: 2.5;
}
#home-section .tp-caption.finewide_medium_white span {
  color: #ffffff !important;
}
#home-section .tp-caption.finewide_medium_white.center-align {
  text-align: center !important;
}
#home-section .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}
#home-section .tp-caption a.trans-btn:hover {
  color: #47b704;
  border: 2px solid #47b704;
}
#home-section .tp-caption a.trans-btn2 {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #47b704;
  background: #ffffff;
}
#home-section .tp-caption a.trans-btn2:hover {
  color: #ffffff;
  background: #47b704;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #47b704;
  border-color: #47b704;
}
#banner-section {
  padding: 50px 0;
  background: #47b704;
  text-align: center;
}
#banner-section h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 0;
}
#banner-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 140px;
  padding: 8px 30px;
}
#banner-section a:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #47b704;
}
#other-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

#other-section .title-section{
  margin-bottom:30px;
}
#other-section .content-section p{
  font-size:16px;
  line-height:27px;
  margin-bottom:25px;
}

#about-section {
  padding-top: 65px;
  background: #f8f8f8;
}
#about-section .title-section {
  margin-bottom: 100px;
}
#about-section .about-box {
  background: url('../upload/banners/1.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  padding-top: 1px;
}
#about-section .about-box .inner-about-box {
  overflow: hidden;
  margin-top: -51px;
}
#about-section .about-box .about-post {
  text-align: center;
  float: left;
  width: 33.33%;
  position: relative;
  padding-bottom: 340px;
  background: transparent;
  margin-top: 50px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post .about-post-content {
  background: #ffffff;
  padding: 0 30px 60px;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post .about-post-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100px;
  height: 100px;
  margin: -50px 0 24px;
  line-height: 100px;
  color: #dadfe1;
  font-size: 30px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ececec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-weight: lighter;
}
#about-section .about-box .about-post .about-post-content a i {
  font-weight: normal;
}
#about-section .about-box .about-post .about-post-content a:hover {
  background: #47b704;
  color: #ffffff;
}
#about-section .about-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post .about-post-content p {
  margin: 0 auto;
  max-width: 270px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post .hover-about {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  height: 100%;
  padding: 0 30px;
  padding-top: 80px;
  background: transparent;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post .hover-about h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 6px;
}
#about-section .about-box .about-post .hover-about h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
#about-section .about-box .about-post .hover-about span {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 62px;
  height: 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 40px;
  opacity: 0;
}
#about-section .about-box .about-post .hover-about p {
  color: #ffffff;
  max-width: 340px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post:hover .about-post-content {
  background: transparent;
}
#about-section .about-box .about-post:hover .about-post-content h2,
#about-section .about-box .about-post:hover .about-post-content p {
  opacity: 0;
}
#about-section .about-box .about-post:hover .about-post-content a {
  background: #47b704;
  border: 1px solid #47b704;
  color: #ffffff;
}
#about-section .about-box .about-post:hover .hover-about {
  top: 0;
  padding-top: 100px;
}
#about-section .about-box .about-post:hover .hover-about span,
#about-section .about-box .about-post:hover .hover-about p {
  opacity: 1;
}
#about-section .about-box .about-post:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/pattern.png');
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-section .about-box .about-post:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/pattern.png');
  opacity: 0.85;
}
#about-section .about-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
}
#statistic-section {
  padding: 60px 0 52px;
  background: url('../images/pattern.png');
}
#statistic-section .statistic-box {
  text-align: center;
}
#statistic-section .statistic-post h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #47b704;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 0px;
  font-size: 12px;
}
#statistic-section .statistic-post p {
  margin: 0 0 20px;
}
#statistic-section .statistic-post span.timer {
  color: #ffffff;
  font-size: 48px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0;
}
#clients-section2 {
  padding: 55px 0;
  position: relative;
}
#clients-section2 .container {
  position: relative;
  z-index: 2;
}
#clients-section2 .title-section {
  margin-bottom: 20px;
}
#clients-section2 .testimonial-box {
  text-align: center;
}
#clients-section2 .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
#clients-section2 .testimonial-box p {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 30px;
  padding: 0 40px;
}
#clients-section2 .testimonial-box h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #47b704;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
#clients-section2 .testimonial-box span {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  display: inline-block;
}
#clients-section2 #bx-pager {
  text-align: center;
  margin-bottom: 60px;
}
#clients-section2 #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-right: -2px;
  opacity: 0.5;
}
#clients-section2 #bx-pager a.active {
  opacity: 1;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  z-index: 2;
}
#clients-section2 .bx-wrapper .bx-pager {
  display: none;
}
#tools-section {
  padding-top: 55px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#tools-section .row {
  font-size: 0px;
  text-align: center;
}
#tools-section .row .col-md-4 {
  vertical-align: top;
  text-align: left;
}
#tools-section .tools-box {
  text-align: left;
}
#tools-section .tools-box .tools-post {
  margin-bottom: 50px;
  overflow: hidden;
}
#tools-section .tools-box .tools-post i {
  float: left;
  color: #47b704;
  font-size: 30px;
  margin-top: 2px;
  font-weight: lighter;
}
#tools-section .tools-box .tools-post:hover i {
  font-weight: bold;
}
#tools-section .tools-box .tools-post h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-left: 50px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 11px;
}
#tools-section .tools-box .tools-post p {
  margin-left: 50px;
  margin-bottom: 0;
}
#tools-section .tools-image {
  text-align: center;
}
#tools-section .tools-image img {
  max-width: 100%;
}
#portfolio-section {
  padding: 60px 0 0;
  text-align: center;
}
#portfolio-section .title-section {
  margin-bottom: 25px;
}
#portfolio-section .title-section > span {
  margin-bottom: 0;
}
#portfolio-section .portfolio-box {
  width: 100%;
  margin: 0;
}
#portfolio-section .portfolio-box .project-post {
  width: 20%;
  margin: 0;
  padding: 0 1px;
}
#portfolio-section .portfolio-box .project-post .project-tit-cont {
  text-align: left;
  padding-left: 20px;
  background: transparent;
}
#portfolio-section .portfolio-box .project-post .project-tit-cont h2 {
  letter-spacing: 2px;
}
#portfolio-section .portfolio-box .project-post .hover-box {
  background: rgba(71, 183, 4, 0.9);
}
#portfolio-section .portfolio-box .project-post .hover-box a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}
#portfolio-section .portfolio-box .project-post .hover-box a i {
  font-size: 18px;
  line-height: 40px;
}
#portfolio-section .portfolio-box .project-post .hover-box a.zoom {
  margin-left: -45px;
}
#portfolio-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
}
#portfolio-section ul.filter li {
  display: inline-block;
  margin: 0 14px 4px;
}
#portfolio-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px dotted #999999;
  padding-bottom: 2px;
}
#portfolio-section ul.filter li a:hover,
#portfolio-section ul.filter li a.active {
  color: #47b704;
  border-bottom: 1px dotted #47b704;
}
.portfolio-box .project-post {
  width: 20%;
  position: relative;
}
.portfolio-box .project-post img {
  width: 100%;
}
.portfolio-box .project-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.8);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.portfolio-box .project-post .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  bottom: 52px;
  left: 0;
}
.portfolio-box .project-post .hover-box .inner-hover h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #47b704;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, 400%, 0);
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}
.portfolio-box .project-post .hover-box .inner-hover p {
  color: #999999;
  margin-bottom: 0;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transform: translate3d(0, 400%, 0);
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}
.portfolio-box .project-post .hover-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin: 0 5px;
  -webkit-transform: translate3d(0, -400%, 0);
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
  outline: none;
}
.portfolio-box .project-post .hover-box a i {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-box .project-post .hover-box a.link {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  margin-left: 10px;
}
.portfolio-box .project-post .hover-box a.zoom {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  margin-left: -30px;
}
.portfolio-box .project-post .hover-box a:hover i {
  color: #47b704;
}
.portfolio-box .project-post:hover .hover-box {
  opacity: 1;
}
.portfolio-box .project-post:hover .hover-box .inner-hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.portfolio-box .project-post:hover .hover-box .inner-hover p {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.portfolio-box .project-post:hover .hover-box a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
a.button-one {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 48px;
}
a.button-one:hover {
  color: #47b704;
  border: 2px solid #47b704;
}
a.button-two {
  color: #47b704;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border: 2px solid #47b704;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 48px;
}
a.button-two:hover {
  color: #ffffff;
  background: #47b704;
}
#features-section {
  padding: 50px 0 0;
  position: relative;
  background: url('../upload/banners/2.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#features-section .container {
  z-index: 2;
  position: relative;
}
#features-section .feature-title {
  text-align: center;
  margin-bottom: 75px;
}
#features-section .feature-title h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #47b704;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 35px;
}
#features-section .feature-title h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  max-width: 686px;
  margin: 0 auto 35px;
}
#features-section .feature-title a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0 10px 5px;
}
#features-section .feature-title a.button-two {
  background: #47b704;
  color: #ffffff;
}
#features-section .feature-title a:hover {
  opacity: 0.7;
}
#features-section .features-box .feature-img-post {
  text-align: right;
}
#features-section .features-box .feature-img-post img {
  max-width: 100%;
}
#features-section .features-box .feature-posts {
  margin-top: 72px;
}
#features-section .features-box .feature-post {
  margin-bottom: 45px;
  overflow: hidden;
}
#features-section .features-box .feature-post i {
  float: left;
  color: #ffffff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background: #47b704;
}
#features-section .features-box .feature-post h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-left: 80px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 11px;
}
#features-section .features-box .feature-post p {
  margin-left: 80px;
  color: #cccccc;
  margin-bottom: 0;
  max-width: 215px;
}
#subscribe-line-section {
  padding: 55px 0 45px;
  background: #47b704;
  text-align: center;
}
#subscribe-line-section form {
  margin: 0;
}
#subscribe-line-section label {
  display: inline-block;
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #ffffff;
  font-weight: 900;
  margin: 0 40px 10px 0;
  letter-spacing: 1.6px;
}
#subscribe-line-section input[type="text"] {
  display: inline-block;
  width: 300px;
  color: #999999;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  padding: 10px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  margin: 0 0 10px;
}
#subscribe-line-section input[type="submit"] {
  background: transparent;
  padding: 8px 35px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-left: 16px;
}
#subscribe-line-section input[type="submit"]:hover {
  background: #ffffff;
  color: #47b704;
}
#team-section {
  padding: 55px 0;
}
#team-section .team-box .team-post {
  margin-bottom: 45px;
}
#team-section .team-box .team-post .team-member {
  overflow: hidden;
}
#team-section .team-box .team-post .team-member img {
  width: 100%;
}
#team-section .team-box .team-post .team-member .member-content {
  border: 1px solid #f1f1f1;
  background: transparent;
  text-align: center;
  padding: 15px;
  margin-bottom: 25px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#team-section .team-box .team-post .team-member .member-content h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#team-section .team-box .team-post .team-member .member-content span {
  display: inline-block;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
  color: #999999;
}
#team-section .team-box .team-post .team-member .member-content ul.team-social {
  margin: 0;
  padding: 0;
}
#team-section .team-box .team-post .team-member .member-content ul.team-social li {
  display: inline-block;
  margin-left: 6px;
}
#team-section .team-box .team-post .team-member .member-content ul.team-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 15px;
}
#team-section .team-box .team-post .team-member .member-content ul.team-social li a:hover {
  color: #47b704;
}
#team-section .team-box .team-post:hover .member-content h2 {
  color: #47b704;
}
#skills-section {
  padding: 60px 0 70px;
  position: relative;
  text-align: center;
  background: url('../upload/banners/3.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#skills-section .container {
  position: relative;
  z-index: 2;
}
#skills-section .skills-box {
  text-align: left;
}
#skills-section .skills-box p {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #ffffff;
  margin-top: 10px;
}
#skills-section .skills-box ul {
  padding-top: 20px;
  padding-left: 15px !important;
}
#skills-section .skills-box ul li {
  list-style: disc;
  color: #fff;
}
#skills-section .skills-box ul li p {
  margin-bottom: 0px;
}
#skills-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/pattern.png');
  opacity: 0.6;
}
#contact-section .contact-info {
  background: #f8f8f8;
  padding: 55px 0;
}
#contact-section .contact-info .title-section {
  margin-bottom: 40px;
}
#contact-section .contact-info .contact-info-box {
  text-align: center;
}
#contact-section .contact-info .contact-info-box span {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #47b704;
  margin: 0 0 20px;
}
#contact-section .contact-info .contact-info-box span i {
  color: #ffffff;
  font-size: 30px;
  line-height: 100px;
  font-weight: normal;
}
#contact-section .contact-info .contact-info-box:hover span i {
  font-weight: bold;
}
#contact-section .contact-info .contact-info-box h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #47b704;
  margin-bottom: 16px;
}
#contact-section .contact-info .contact-info-box p {
  margin-bottom: 30px;
}
#contact-section .map {
  height: 418px;
}
#contact-section .contact-form {
  padding: 50px 0 60px;
}
#contact-section .contact-form h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#contact-form input[type="text"],
#contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
  border: 1px solid #47b704;
}
#contact-form textarea {
  height: 120px;
}
#contact-form input[type="submit"] {
  padding: 10px 37px;
  outline: none;
  border: 2px solid #333333;
  color: #333333;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#contact-form input[type="submit"]:hover {
  border: 2px solid #47b704;
  color: #47b704;
}
#contact-form .submit-area {
  text-align: center;
}
#contact-form .message {
  height: 30px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
#contact-form .message.error {
  color: #e74c3c;
}
#contact-form .message.success {
  color: #47b704;
}
/*-------------------------------------------------*/
/* =  Portfolio grid pages
/*-------------------------------------------------*/
#content {
  padding-top: 80px;
}
.page-banner-section {
  padding: 55px 0;
  position: relative;
  background: url('../upload/banners/ban1.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
}
.page-banner-section h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  margin: 3px 0;
  letter-spacing: 1.8px;
}
.page-banner-section h2 span {
  color: #47b704;
}
.page-banner-section ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.page-banner-section ul li {
  display: inline-block;
  margin-left: 3px;
}
.page-banner-section ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  line-height: 24px;
}
.page-banner-section ul li a:hover {
  color: #47b704;
}
.page-banner-section ul li:before {
  content: '>';
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-right: 6px;
  line-height: 24px;
}
.page-banner-section ul li:first-child:before {
  display: none;
  margin: 0;
}
.page-banner-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.6);
}
.portfolio-section.grid-style {
  padding: 50px 0 60px;
}
.portfolio-section.grid-style .portfolio-box {
  width: 990px;
  margin-left: -15px;
  margin-top: -10px;
}
.portfolio-section.grid-style .portfolio-box .project-post {
  margin: 10px;
  width: 475px;
}
.portfolio-section.grid-style .portfolio-box .project-post .hover-box {
  background: rgba(71, 183, 4, 0.9);
}
.portfolio-section.grid-style .portfolio-box .project-post .hover-box .inner-hover h2 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}
.portfolio-section.grid-style .portfolio-box .project-post .hover-box .inner-hover p {
  color: #ffffff;
}
.portfolio-section.grid-style .portfolio-box .project-post .hover-box a:hover i {
  color: #ffffff;
  opacity: 0.6;
}
.portfolio-section.grid-style .portfolio-box.col3 .project-post {
  width: 310px;
}
.portfolio-section.grid-style .portfolio-box.col3 .project-post .hover-box a {
  margin-top: -30px;
}
.portfolio-section.grid-style .portfolio-box.fullwidth {
  width: auto;
  margin: -10px 10px 0;
}
.portfolio-section.grid-style .portfolio-box.fullwidth .project-post {
  padding: 10px;
  margin: 0;
  width: 25%;
}
.portfolio-section.grid-style .portfolio-box.fullwidth .project-post .hover-box {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
}
ul.filter {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 45px;
}
ul.filter li {
  display: inline-block;
  margin: 0 14px 4px;
}
ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px dotted #999999;
  padding-bottom: 2px;
}
ul.filter li a:hover,
ul.filter li a.active {
  color: #47b704;
  border-bottom: 1px dotted #47b704;
}
.show-more {
  text-align: center;
  padding-top: 40px;
}
.show-more a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/*-------------------------------------------------*/
/* =  portfolio masonry pages
/*-------------------------------------------------*/
.portfolio-section.masonry-style {
  padding: 50px 0 60px;
}
.portfolio-section.masonry-style .portfolio-box {
  width: 990px;
  margin-left: -15px;
  margin-top: -10px;
}
.portfolio-section.masonry-style .portfolio-box .project-post {
  margin: 10px;
  width: 310px;
}
.portfolio-section.masonry-style .portfolio-box .project-post .project-gal {
  position: relative;
}
.portfolio-section.masonry-style .portfolio-box .project-post .project-gal .hover-box {
  background: rgba(255, 255, 255, 0.9);
}
.portfolio-section.masonry-style .portfolio-box .project-post .project-gal .hover-box a i {
  color: #47b704;
}
.portfolio-section.masonry-style .portfolio-box .project-post .project-gal .hover-box a:hover i {
  color: #999999;
}
.portfolio-section.masonry-style .portfolio-box .project-post .project-tit-cont {
  background: #f8f8f8;
  padding: 27px 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
.portfolio-section.masonry-style .portfolio-box .project-post .project-tit-cont h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.portfolio-section.masonry-style .portfolio-box .project-post .project-tit-cont p {
  margin: 0;
  color: #999999;
}
.portfolio-section.masonry-style .portfolio-box .project-post:hover .project-tit-cont {
  background: transparent;
  border-bottom: 1px solid #47b704;
}
.portfolio-section.masonry-style .portfolio-box .project-post:hover .project-tit-cont h2 {
  color: #47b704;
}
.portfolio-section.masonry-style .portfolio-box.col4 .project-post {
  width: 227px;
}
.portfolio-section.masonry-style .portfolio-box.fullwidth {
  width: auto;
  margin: -10px 10px 0;
}
.portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
  padding: 10px;
  width: 16.66%;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  portfolio black pages
/*-------------------------------------------------*/
.portfolio-section.black-style {
  background: url('../images/pattern2.png');
  padding: 50px 0 60px;
}
.portfolio-section.black-style .portfolio-box .project-post {
  width: 50%;
}
.portfolio-section.black-style .portfolio-box .project-post .hover-box {
  background: rgba(34, 34, 34, 0.9);
}
.portfolio-section.black-style .portfolio-box .project-post .hover-box .inner-hover {
  bottom: inherit;
  top: 50%;
  margin-top: 20px;
}
.portfolio-section.black-style .portfolio-box .project-post .hover-box .inner-hover h2 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}
.portfolio-section.black-style .portfolio-box .project-post .hover-box a {
  margin-top: -40px;
}
.portfolio-section.black-style .portfolio-box .project-post .hover-box a i {
  color: #47b704;
}
.portfolio-section.black-style .portfolio-box .project-post .hover-box a:hover {
  opacity: 0.4;
}
.portfolio-section.black-style .portfolio-box.col3 .project-post {
  width: 33.33%;
}
.portfolio-section.black-style .portfolio-box.fullwidth .project-post {
  width: 20%;
}
/*-------------------------------------------------*/
/* =  Portfolio alternative pages
/*-------------------------------------------------*/
.portfolio-section.alt-style {
  background: url('../images/pattern2.png');
  padding: 50px 0 50px;
}
.portfolio-section.alt-style .portfolio-box .project-post {
  width: 20%;
}
.portfolio-section.alt-style .portfolio-box .project-post .hover-box {
  background: rgba(34, 34, 34, 0.9);
}
.portfolio-section.alt-style .portfolio-box .project-post .hover-box .inner-hover {
  bottom: inherit;
  top: 30px;
  text-align: left;
  padding: 0 30px;
}
.portfolio-section.alt-style .portfolio-box .project-post .hover-box .inner-hover h2 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
}
.portfolio-section.alt-style .portfolio-box .project-post .hover-box .inner-hover p {
  color: #ffffff;
}
.portfolio-section.alt-style .portfolio-box .project-post .hover-box a {
  margin-top: -30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.portfolio-section.alt-style .portfolio-box .project-post .hover-box a i {
  color: #ffffff;
  font-size: 18px;
}
.portfolio-section.alt-style .portfolio-box .project-post .hover-box a:hover {
  border: 2px solid #47b704;
  background: #47b704;
}
.portfolio-section.alt-style .portfolio-box .project-post .hover-box a:hover i {
  color: #333333;
}
.portfolio-section.alt-style .portfolio-box .project-post .hover-box a.link {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  margin-left: -30px;
}
.portfolio-section.alt-style .portfolio-box .project-post .hover-box a.zoom {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  margin-left: -100px;
}
.portfolio-section.alt-style .portfolio-box .project-post .hover-box a.like {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 40px;
}
.portfolio-section.alt-style .portfolio-box .project-post.snd-size {
  width: 40%;
}
.portfolio-section.alt-style.white-style-fullwidth {
  background: #ffffff;
  padding: 50px 0 50px;
}
.portfolio-section.alt-style.white-style-fullwidth .portfolio-box {
  margin: 0 25px;
}
.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post {
  width: 20%;
  padding: 5px;
}
.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post .hover-box {
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  background: transparent;
}
.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post .hover-box .inner-hover h2,
.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post .hover-box .inner-hover p {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post .hover-box a {
  z-index: 2;
  opacity: 0;
}
.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post.snd-size {
  width: 40%;
}
.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post:hover .hover-box {
  background: rgba(34, 34, 34, 0.7);
}
.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post:hover .hover-box a {
  opacity: 1;
}
.portfolio-section.alt-style.white-style {
  background: #ffffff;
  padding: 50px 0 50px;
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post {
  width: 25%;
  padding: 5px;
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box {
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  width: auto;
  height: auto;
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin-top: -20px;
  z-index: 2;
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box a i {
  font-size: 12px;
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box a.link {
  margin-left: -20px;
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box a.zoom {
  margin-left: -70px;
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box a.like {
  margin-left: 30px;
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box .inner-hover {
  top: 20px;
  padding: 0 15px;
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box .inner-hover h2 {
  font-size: 13px;
  font-weight: 700;
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post.snd-size {
  width: 50%;
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post:hover .hover-box {
  background: rgba(34, 34, 34, 0.7);
}
.portfolio-section.alt-style.white-style .portfolio-box .project-post:hover .hover-box a {
  opacity: 1;
}
/*-------------------------------------------------*/
/* =  blog one col, standard
/*-------------------------------------------------*/
.page-banner-section.blog-banner {
  background: url('../upload/banners/ban3.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.blog-section {
  background: #f8f8f8;
  padding: 40px 0;
}
.blog-section .blog-box {
  max-width: 800px;
  margin: 0 auto 20px;
  padding-bottom: 1px;
}
.blog-section .blog-box .blog-post {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 40px;
}
.blog-section .blog-box .blog-post img {
  width: 100%;
  margin-bottom: 25px;
}
.blog-section .blog-box .blog-post iframe {
  width: 100%;
  margin-bottom: 25px;
  height: 300px;
}
.blog-section .blog-box .blog-post .flexslider {
  margin-bottom: 25px !important;
}
.blog-section .blog-box .blog-post .flexslider img {
  margin-bottom: 0;
}
.blog-section .blog-box .blog-post .post-content .date-post {
  width: 60px;
  float: left;
  padding-top: 16px;
  text-align: center;
}
.blog-section .blog-box .blog-post .post-content .date-post span {
  display: block;
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #c0c0c0;
}
.blog-section .blog-box .blog-post .post-content .date-post p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
.blog-section .blog-box .blog-post .post-content .post-content-text {
  margin-left: 80px;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags {
  margin: 0;
  padding: 0;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li {
  display: inline-block;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li a:hover {
  color: #47b704;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li:before {
  content: '/';
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 3px;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li:first-child:before {
  display: none;
  margin-right: 0;
}
.blog-section .blog-box .blog-post .post-content .post-content-text h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.blog-section .blog-box .blog-post .post-content .post-content-text h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blog-section .blog-box .blog-post .post-content .post-content-text h2 a:hover {
  color: #47b704;
}
.blog-section .blog-box .blog-post .post-content .post-content-text p {
  margin-bottom: 12px;
}
.blog-section .blog-box .blog-post .post-content .post-content-text > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
}
.blog-section .blog-box .blog-post .post-content .post-content-text > a:hover {
  text-decoration: underline;
  color: #222222;
}
.blog-section .blog-box .blog-post:hover {
  background: transparent;
}
.blog-section ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blog-section ul.pagination-list li {
  display: inline-block;
}
.blog-section ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 8px 13px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
}
.blog-section ul.pagination-list li a.prev-pag,
.blog-section ul.pagination-list li a.next-pag {
  color: #999999;
  font-weight: 700;
}
.blog-section ul.pagination-list li a.prev-pag i {
  margin-right: 7px;
}
.blog-section ul.pagination-list li a.next-pag i {
  margin-left: 7px;
}
.blog-section ul.pagination-list li a:hover,
.blog-section ul.pagination-list li a.active {
  color: #ffffff;
  background: #47b704;
}
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
  background: #47b704;
}
.blog-section.standard {
  padding: 0;
  position: relative;
}
.blog-section.standard .container {
  position: relative;
  z-index: 2;
}
.blog-section.standard .blog-box {
  background: #ffffff;
  padding: 40px 60px 40px 0;
}
.blog-section.standard .blog-box .blog-post {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 65px;
}
.blog-section.standard .blog-box .blog-post .date-post {
  width: 60px;
  float: left;
  margin-top: -10px;
  text-align: center;
}
.blog-section.standard .blog-box .blog-post .date-post span {
  display: block;
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #c0c0c0;
}
.blog-section.standard .blog-box .blog-post .date-post p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
.blog-section.standard .blog-box .blog-post .post-content {
  margin-left: 80px;
}
.blog-section.standard .blog-box .blog-post .post-content .post-content-text {
  margin-left: 0;
}
.blog-section.standard .blog-box .blog-post.without-image .date-post {
  margin-top: 0;
  padding-top: 10px;
}
.blog-section.standard:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
}
/*-------------------------------------------------*/
/* =  blog grid
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  single project pages
/*-------------------------------------------------*/
.single-project-section {
  padding: 50px 0 70px;
}
.single-project-section .title-project h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.single-project-section .title-project h1 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  width: 40px;
  height: 40px;
  border: 2px solid #47b704;
  text-align: center;
  line-height: 38px;
  color: #47b704;
  font-size: 14px;
  padding: 0;
  padding-left: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.single-project-section .title-project h1 a:hover {
  background: #47b704;
  color: #ffffff;
}
.single-project-section .project-gallery {
  position: relative;
}
.single-project-section .project-gallery a.likes {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}
.single-project-section .project-gallery a.likes i {
  color: #222222;
  font-size: 14px;
  margin-right: 10px;
}
.single-project-section .project-gallery a.likes span {
  display: inline-block;
  color: #222222;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  margin: 0;
  font-weight: 900;
}
.single-project-section .project-gallery a:hover {
  opacity: 0.7;
}
.single-project-section .flexslider {
  margin-bottom: 40px !important;
}
.single-project-section .project-content h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-project-section .project-content p {
  margin-bottom: 8px;
}
.single-project-section .project-content p > a {
  color: #222222;
}
.single-project-section .project-content p a.url-link {
  color: #47b704;
  text-decoration: underline;
}
.single-project-section .project-content ul.share-project {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.single-project-section .project-content ul.share-project li {
  display: inline-block;
  margin: 0 1px;
}
.single-project-section .project-content ul.share-project li span {
  display: inline-block;
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  margin-right: 10px;
}
.single-project-section .project-content ul.share-project li a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background: #222222;
}
.single-project-section .project-content ul.share-project li a:hover {
  background: #47b704;
}
.related-project-section {
  padding: 45px 0 65px;
  background: #f8f8f8;
}
.related-project-section .title-section {
  margin-bottom: 30px;
}
.related-project-section #owl-demo .project-post {
  width: 100%;
}
.related-project-section #owl-demo .project-post .hover-box {
  left: 10px;
  right: 10px;
  width: auto;
}
.related-project-section #owl-demo .item {
  padding: 0 10px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #47b704;
  border: 1px solid #47b704;
}
.single-project-section.single-project2 {
  padding-top: 0;
}
.single-project-section.single-project2 .title-project {
  padding-bottom: 30px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 30px;
}
.single-project-section.single-project2 .title-project h1 {
  margin-bottom: 0;
}
.related-project-section.alternative {
  background: url('../images/pattern.png');
  border-bottom: 1px solid #414143;
  padding-bottom: 30px;
}
.related-project-section.alternative #owl-demo2 .project-post {
  width: 100%;
}
.related-project-section.alternative #owl-demo2 .project-post .hover-box {
  left: 10px;
  right: 10px;
  width: auto;
}
.related-project-section.alternative #owl-demo2 .item {
  padding: 0 10px;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: url('../images/pattern3.png');
  padding-top: 60px;
}
footer .footer-widgets {
  padding-bottom: 30px;
}
footer .footer-widgets .widgets {
  margin-bottom: 40px;
}
footer .footer-widgets .widgets ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .footer-widgets .widgets ul.tag-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}
footer .footer-widgets .widgets ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
}
footer .footer-widgets .widgets ul.tag-list li a:hover {
  background: #ffffff;
  color: #000;
}
footer .footer-widgets .widgets ul.flickr-list {
  margin: 0;
  padding: 0;
}
footer .footer-widgets .widgets ul.flickr-list li {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 0px;
}
footer .footer-widgets .widgets ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .footer-widgets .widgets ul.flickr-list li a img {
  max-width: 80px;
}
footer .footer-widgets .widgets ul.flickr-list li a:hover {
  opacity: 0.7;
}
footer .footer-widgets .widgets ul.popular-list {
  margin: 0;
  padding: 0;
}
footer .footer-widgets .widgets ul.popular-list li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
footer .footer-widgets .widgets ul.popular-list li img {
  float: left;
}
footer .footer-widgets .widgets ul.popular-list li h2 {
  margin-left: 60px;
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 400;
  text-transform: inherit;
}
footer .footer-widgets .widgets ul.popular-list li h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
footer .footer-widgets .widgets ul.popular-list li h2 a:hover {
  color: #47b704;
}
footer .footer-widgets .widgets ul.popular-list li span {
  display: block;
  margin: 0;
  margin-left: 60px;
  color: #47b704;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
footer h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}
footer h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
footer ul.social-list {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
footer ul.social-list li {
  display: inline-block;
  margin: 0;
  margin-right: 8px;
}
footer ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background: #47b704;
  font-size: 12px;
  text-align: center;
}
footer ul.social-list li a:hover {
  background: #ffffff;
  color: #222222;
}
footer p.copyright {
  padding: 25px 0;
  border-top: 1px dotted #717173;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  text-align: center;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1900px) {
  .vertical-header header {
    padding-top: 100px;
  }
  .vertical-header header .logo {
    margin-bottom: 40px;
  }
  .vertical-header .page-banner-section {
    padding: 70px 85px 70px 25px;
  }
}
@media (max-width: 1500px) {
  .portfolio-box .project-post,
  .portfolio-section.black-style .portfolio-box.fullwidth .project-post,
  .blog-section.masonry .blog-box.fullwidth .blog-post,
  #portfolio-section .portfolio-box .project-post {
    width: 25%;
  }
  .portfolio-section.grid-style .portfolio-box.fullwidth .project-post,
  .portfolio-section.vertical-style .portfolio-box.fullwidth .project-post {
    width: 33.33%;
  }
  .portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
    width: 20%;
  }
  .portfolio-section.alt-style .portfolio-box .project-post .hover-box .inner-hover {
    top: 15px;
    padding: 0 15px;
  }
  .portfolio-section.alt-style .portfolio-box .project-post .hover-box a {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .portfolio-section.alt-style .portfolio-box .project-post .hover-box a i {
    font-size: 15px;
  }
  .portfolio-section.alt-style .portfolio-box .project-post .hover-box a.zoom {
    margin-left: -70px;
  }
  .portfolio-section.alt-style .portfolio-box .project-post .hover-box a.link {
    margin-left: -20px;
  }
  .portfolio-section.alt-style .portfolio-box .project-post .hover-box a.like {
    margin-left: 30px;
  }
  .blog-section.alternative .blog-box .blog-post.small-size {
    width: 25%;
  }
  .blog-section.alternative .blog-box .blog-post.big-size {
    width: 50%;
  }
  #news-section .news-box .owl-arrows {
    margin-top: -150px;
  }
}
@media (max-width: 1199px) {
  .portfolio-box .project-post,
  .portfolio-section.black-style .portfolio-box.fullwidth .project-post,
  .blog-section.masonry .blog-box.fullwidth .blog-post,
  #portfolio-section .portfolio-box .project-post {
    width: 33.33%;
  }
  .portfolio-section.grid-style .portfolio-box.fullwidth .project-post {
    width: 50%;
  }
  .portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
    width: 25%;
  }
  .portfolio-section.alt-style .portfolio-box .project-post,
  .portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post {
    width: 25%;
  }
  .portfolio-section.alt-style .portfolio-box .project-post.snd-size,
  .portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post.snd-size,
  .portfolio-section.vertical-style .portfolio-box.col3 .project-post,
  .portfolio-section.vertical-style .portfolio-box.fullwidth .project-post {
    width: 50%;
  }
  .vertical-header .container {
    max-width: 100%;
  }
  .blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .cont-box,
  .blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .cont-box,
  .blog-section.alternative .blog-box .blog-post.small-size .cont-box {
    padding: 10px 10px;
  }
  .error-section,
  .comming-soon-section {
    min-height: inherit !important;
    padding: 100px 0;
  }
  .error-section .error-content {
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: 0;
  }
  #about-section .about-box .about-post {
    width: 50%;
  }
}
@media (max-width: 1100px) {
  #about-section .about-box .about-post {
    width: 100%;
  }
  #about-section .about-box {
    padding-top: 0;
  }
  #about-section .about-box .about-post .about-post-content a {
    margin-top: 20px;
  }
  #about-section .about-box .about-post,
  #about-section .about-box .inner-about-box {
    margin-top: 0;
  }
  #about-section .about-box .about-post:hover .hover-about {
    padding-top: 150px;
  }
  #news-section .news-box .owl-arrows {
    display: none;
  }
}
@media (max-width: 991px) {
  header .navbar-nav > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .portfolio-box .project-post,
  #portfolio-section .portfolio-box .project-post {
    width: 50%;
  }
  #statistic-section .statistic-post {
    margin-bottom: 36px;
  }
  .page-banner-section {
    text-align: center;
  }
  .page-banner-section ul {
    text-align: center;
  }
  .portfolio-section.grid-style .portfolio-box,
  .portfolio-section.masonry-style .portfolio-box {
    width: 740px;
    margin-left: -10px;
  }
  .portfolio-section.grid-style .portfolio-box .project-post,
  .portfolio-section.masonry-style .portfolio-box .project-post {
    width: 350px;
  }
  .portfolio-section.grid-style .portfolio-box.col3 .project-post {
    width: 350px;
  }
  .portfolio-section.masonry-style .portfolio-box.col4 .project-post {
    width: 226px;
  }
  .portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
    width: 33.33%;
  }
  .portfolio-section.alt-style .portfolio-box .project-post,
  .portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post,
  .portfolio-section.black-style .portfolio-box.col3 .project-post,
  .portfolio-section.black-style .portfolio-box.fullwidth .project-post,
  .blog-section.masonry .blog-box.fullwidth .blog-post {
    width: 50%;
  }
  .portfolio-section.alt-style .portfolio-box .project-post.snd-size,
  .portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post.snd-size,
  .portfolio-section.alt-style.white-style .portfolio-box .project-post.snd-size {
    width: 100%;
  }
  .portfolio-section.alt-style.white-style .portfolio-box .project-post {
    width: 50%;
  }
  .vertical-header header {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    padding-top: 0;
  }
  .vertical-header header .logo {
    text-align: center;
    padding: 10px 5px 0px;
    margin-bottom: 0;
  }
  .vertical-header nav.menu {
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    text-align: center;
  }
  .vertical-header nav.menu > li > a {
    margin-bottom: 10px;
    padding: 0;
  }
  .vertical-header header nav ul li.drop ul.dropdown,
  .vertical-header header nav ul li.drop div.ver-megadropdown {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    border: none;
    padding: 0;
  }
  .vertical-header header nav ul li.drop ul.dropdown li a,
  .vertical-header header nav ul li.drop div.ver-megadropdown li a {
    background: transparent;
    text-align: center;
    border: none;
    padding: 8px 25px;
  }
  .vertical-header header nav ul li.drop div.ver-megadropdown ul {
    width: 100%;
  }
  .vertical-header header nav ul li.drop div.ver-megadropdown li {
    float: none;
    display: block;
    margin: 0;
    width: 100%;
  }
  .vertical-header header nav ul li.drop div.ver-megadropdown li a {
    padding: 0;
  }
  .vertical-header a.elemadded {
    display: block;
  }
  .vertical-header #content {
    margin-left: 0;
  }
  .vertical-header .page-banner-section {
    padding: 40px 15px 40px 15px;
  }
  .blog-section.standard:before {
    display: none;
  }
  .blog-section.standard .blog-box {
    background: transparent;
    padding-right: 0;
  }
  .blog-section.grid .blog-box.timeline .blog-post.timeline-left {
    padding-right: 40px;
  }
  .blog-section.grid .blog-box.timeline .blog-post.timeline-right {
    padding-left: 40px;
  }
  .blog-section.grid .blog-box.timeline .blog-post.timeline-left .post-content span.timeline-point {
    right: -54px;
  }
  .blog-section.grid .blog-box.timeline .blog-post.timeline-right .post-content span.timeline-point {
    left: -54px;
  }
  .blog-section.masonry .blog-box {
    width: 740px;
  }
  .blog-section.masonry .blog-box .blog-post {
    width: 350px;
  }
  .vertical-header .blog-section.masonry .blog-box .blog-post {
    width: 340px;
  }
  .blog-section.alternative .blog-box .blog-post.small-size {
    width: 100%;
  }
  .blog-section.alternative .blog-box .blog-post.big-size {
    width: 100%;
  }
  .blog-section.alternative .blog-post .cont-box {
    min-height: inherit !important;
  }
  .blog-section.single2 .blog-post.single-post .post-gal .hover-single {
    bottom: 10px;
  }
  .blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post h1 {
    font-size: 15px;
  }
  .blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .date-post,
  .blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post ul.post-tags {
    display: none;
  }
  .blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post,
  .blog-section.single2 .blog-post.single-post .post-content {
    margin-left: 0;
  }
  .error-section,
  .comming-soon-section {
    padding: 50px 0;
  }
  #features-section .features-box .feature-img-post {
    text-align: center;
  }
  #subscribe-line-section label {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #clients-section2 #bx-pager a {
    max-width: 50px;
    display: inline-block;
  }
  #clients-section2 #bx-pager a img {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    margin-top: 19px;
  }
  header.active .navbar-default .navbar-toggle {
    margin-top: 19px;
  }
  header .navbar-nav > li > a {
    padding: 4px 15px !important;
    color: #222222 !important;
  }
  header.trans .navbar-default {
    background: #ffffff;
  }
  header.trans .navbar-brand {
    color: #222222 !important;
    padding: 10px 15px;
  }
  header.trans .navbar-nav > li > a {
    color: #999999 !important;
  }
  header.trans .navbar-nav a.open-search {
    display: none;
  }
  header.trans .navbar-nav > li > a:hover,
  header.trans .navbar-nav > li > a.active {
    color: #47b704 !important;
  }
  .megadrop-down {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
    background: transparent;
    padding: 5px 25px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
  }
  .megadrop-down .dropdown h2 {
    display: none;
  }
  .megadrop-down .dropdown ul li {
    padding-bottom: 0px;
  }
  .megadrop-down .dropdown ul li a {
    padding-bottom: 9px;
  }
  .megadrop-down .dropdown a.comming {
    display: none;
  }
  #portfolio-section ul.filter li {
    margin: 0 5px 4px;
  }
  #clients-section .clients-box ul.client-list li {
    width: 33.33%;
  }
  .portfolio-section.grid-style .portfolio-box,
  .portfolio-section.masonry-style .portfolio-box {
    width: 100%;
    margin-left: 0;
  }
  .portfolio-section.grid-style .portfolio-box .project-post,
  .portfolio-section.masonry-style .portfolio-box .project-post {
    width: 100%;
    margin: 10px 0;
  }
  .portfolio-section.grid-style .portfolio-box.col3 .project-post,
  #portfolio-section .portfolio-box .project-post {
    width: 100%;
  }
  .portfolio-section.grid-style .portfolio-box.fullwidth .project-post {
    width: 100%;
  }
  .portfolio-section.masonry-style .portfolio-box.col4 .project-post {
    width: 100%;
  }
  .portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
    width: 50%;
  }
  .portfolio-section.alt-style .portfolio-box .project-post,
  .portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post,
  .portfolio-section.alt-style.white-style .portfolio-box .project-post {
    width: 100%;
  }
  .portfolio-section.alt-style.white-style-fullwidth .portfolio-box {
    margin-left: 5px;
    margin-right: 5px;
  }
  .portfolio-section.black-style .portfolio-box .project-post,
  .portfolio-section.black-style .portfolio-box.col3 .project-post,
  .portfolio-section.black-style .portfolio-box.fullwidth .project-post,
  .portfolio-section.vertical-style .portfolio-box .project-post,
  .portfolio-section.vertical-style .portfolio-box.col3 .project-post,
  .portfolio-section.vertical-style .portfolio-box.fullwidth .project-post,
  .blog-section.masonry .blog-box.fullwidth .blog-post {
    width: 100%;
  }
  .blog-section .blog-box .blog-post .post-content .date-post {
    display: none;
  }
  .blog-section .blog-box .blog-post .post-content .post-content-text,
  .blog-section.standard .blog-box .blog-post .post-content {
    margin-left: 0;
  }
  .blog-section .blog-box .blog-post .post-content .post-content-text h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .blog-section.standard .blog-box .blog-post .date-post {
    display: none;
  }
  .blog-section.grid .blog-box.timeline .blog-post.timeline-left {
    padding-right: 0px;
    width: 100%;
    float: none;
  }
  .blog-section.grid .blog-box.timeline .blog-post.timeline-right {
    padding-left: 0px;
    width: 100%;
    float: none;
  }
  .blog-section.grid .blog-box.timeline .blog-post.timeline-left .post-content span.timeline-point {
    display: none;
  }
  .blog-section.grid .blog-box.timeline .blog-post.timeline-right .post-content span.timeline-point {
    display: none;
  }
  .blog-section.grid .blog-box.timeline:after {
    display: none;
  }
  .blog-section.masonry .blog-box {
    width: 100%;
    margin-left: 0;
  }
  .blog-section.masonry .blog-box .blog-post {
    width: 100%;
    margin: 10px 0;
  }
  .blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .gal-post,
  .blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post,
  .blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .cont-box,
  .blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .cont-box {
    float: none;
    width: 100%;
  }
  .blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .gal-post:before,
  .blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post:before {
    display: none;
  }
  .blog-section.medium .blog-box .blog-post img,
  .blog-section.medium .blog-box .blog-post .post-content,
  .blog-section.medium .blog-box .blog-post .flexslider {
    float: none;
    width: 100%;
  }
  .vertical-header .blog-section.masonry .blog-box .blog-post {
    width: 100%;
  }
  .blog-post.single-post .comment-section {
    padding-left: 0;
  }
  .blog-post.single-post .comment-section ul.depth .comment-box {
    padding-left: 0;
  }
  .blog-post.single-post h1 {
    font-size: 16px;
  }
  .blog-section.single2 .blog-post.single-post .post-gal img {
    min-height: 150px;
  }
  .accord-content {
    padding-left: 0;
  }
  .accord-title p {
    margin-left: 0;
  }
  .tabs-accord-section .tab-posts-box .tab-pane img {
    float: none;
    margin: 0 0 20px;
    max-width: 100%;
  }
  .tp-caption.small_text p.line {
    display: none;
  }
  .tp-banner-container {
    margin-top: 50px;
  }
  #banner-section a {
    margin: 5px 10px;
  }
  #about-section .about-box .about-post .about-post-content {
    padding: 0 10px 30px;
  }
  #subscribe-line-section input[type="text"] {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  #news-section .item.news-post .news-content .date-post {
    display: none;
  }
  #news-section .item.news-post .news-content .news-content-text {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  #clients-section2 #bx-pager {
    margin-bottom: 20px;
  }
  #clients-section2 #bx-pager a {
    max-width: 30px;
    display: inline-block;
  }
  #clients-section2 #bx-pager a img {
    width: 100%;
  }
  #team-section .team-box .team-post .team-member img {
    float: none !important;
    width: 100%;
  }
  #team-section .team-box .team-post .team-member {
    margin-bottom: 30px;
  }
  #team-section .team-box .team-post .team-member .member-content {
    margin: 0 !important;
  }
  .portfolio-box .project-post {
    width: 100%;
  }
  .portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
    width: 100%;
  }
  .blog-post.single-post .autor-post img {
    float: none;
    width: 100%;
  }
  .blog-post.single-post .autor-post .autor-content {
    margin-left: 0;
  }
  #about-section .about-box .about-post {
    width: 100%;
  }
}
footer h1 {
  display: table;
  margin-bottom: 0px;
}
footer h1 .navbar-brand {
  padding: 0px;
}
footer h1 .navbar-brand strong {
  color: #fff;
}
.customtext {
  font-weight: 200;
}
.customtext strong.green {
  font-weight: 900;
  color: #47b704;
}
.tp-banner-container li,
#home-section .tp-caption.small_text,
#home-section .tp-caption.finewide_medium_white {
  color: #fff;
}
.transbanner {
  min-height: 400px;
  background: url('../upload/banners/2.jpg') center bottom;
}
.transbanner .page-banner-section {
  padding-top: 250px;
  padding-bottom: 130px;
  background: none !important;
}
.transbanner .page-banner-section:after {
  background: none;
}
.mv {
  margin-top: -100px;
}
.mv * {
  transition: all ease 0.3s;
}
.mv .col-md-4 {
  padding: 0px;
}
.mv .mv_box {
  background: #47b704;
  padding: 15px 30px;
  text-align: center;
  min-height: 300px;
}
.mv .mv_box .iconthumb {
  padding-top: 10px;
  font-size: 40px;
  color: #fff;
}
.mv .mv_box .iconthumb i {
  font-weight: 900;
}
.mv .mv_box h2 {
  color: #fff;
  font-weight: 900;
}
.mv .mv_box p {
  color: #fff;
}
.mv .myboxes {
  padding: 0 15px;
}
.mv .myboxes:hover .col-md-4 {
  padding: 0px 15px;
}
.mv .myboxes:hover .col-md-4 .mv_box {
  padding: 15px 15px;
}
.social-list .fa {
  font-family: 'Font Awesome 5 Brands', 'FontAwesome';
}
/*# sourceMappingURL=style.css.map */

.megadrop-down .dropdown ul li h4{font-family:Lato,Helvetica,Arial,sans-serif; font-size:16px; color:#111; font-weight:600;}
.megadrop-down .dropdown ul li a h4{font-family:Lato,Helvetica,Arial,sans-serif; font-size:16px; margin-bottom:0; color:#111; font-weight:600;}

.navbar-nav li.active > a, .navbar-nav li.active > a > h4 {
  color: #47b704 !important;
  background: none !important;
}
#other-section .title-section.small-gap{margin-bottom:0px; }
#other-section .title-section.top_space{padding-top:30px; }
#other-section .content-section ul{font-family:Lato,Helvetica,Arial,sans-serif; padding-left:15px; color:inherit; font-size:inherit}
#other-section .content-section ul li{font-family:Lato,Helvetica,Arial,sans-serif; margin-bottom:10px; color:#999; font-size:14px}
#other-section .content-section ul li strong{font-family:Lato,Helvetica,Arial,sans-serif; margin-bottom:10px; color:#444; font-size:inherit}
#other-section .content-section p.bottom_space_none{margin-bottom:0;}
.content-section h3, .content-section h1, .content-section h2, .content-section h4{font-family:Lato,Helvetica,Arial,sans-serif; }
.content-section .top_margin_30{margin-top:30px}
@media (min-width:768px) and (max-width: 1200px) {
	.navbar-right {
    	
		width: 100%;
	}
	header.trans .navbar-nav > li > a {
    color: #ffffff !important;
    padding: 20px 15px 15px;
}
	
	.container>.navbar-header{
		width: 100%;
		text-align:center;
		}
	.navbar-brand {
    	float:none;
		text-align:center;
	}
	.navbar-brand img {
		height:40px;
		width:auto;
		margin-top:10px;
	}
	}
	
	@media (max-width:767px){
		.megadrop-down .dropdown ul li a h4, .megadrop-down .dropdown ul li h4{font-family:Lato,Helvetica,Arial,sans-serif; font-size:14px;}
		.megadrop-down .dropdown ul li.sub_cat{padding-left:15px; font-size:12px;}
		}