@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  background-image:url(../images/body.jpg);
  background-attachment:fixed;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  font-weight:300;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: #fff;
  content: "";
}

a {
  color: #66CC00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #EA9215;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #EA9215;
}

::-moz-selection {
  color: #fff;
  background: #EA9215;
}

::selection {
  color: #fff;
  background: #EA9215;
}

.fh5co-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
  
  height:65px;
}

.navs
{
-webkit-box-shadow: 0px 14px 13px -9px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 14px 13px -9px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 14px 13px -9px rgba(0, 0, 0, 0.09);
  background-color:#FFFFFF;
}

.fh5co-nav .top-menu {
  padding: 20px 0;
}
.fh5co-nav .top {
  padding: 7px 0;
  margin-bottom: 0;
}
.fh5co-nav .top .num, .fh5co-nav .top .fh5co-social {
  display: inline-block;
  margin: 0;
}
.fh5co-nav .top .num {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0px;
}
.fh5co-nav .top .fh5co-social li {
  font-size: 14px;
}
.fh5co-nav .top .fh5co-social li a {
  padding: 0 7px;
}
.fh5co-nav .top .fh5co-social li a i {
  font-size: 14px;
}
.fh5co-nav #fh5co-logo img {
  margin-top:-18px;
  height:85px;
}

.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 0px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 16px;
  padding: 10px 10px;
  color: #333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform:none;
  font-family: 'Playfair Display', serif;
}

.fh5co-nav .active {
 border-bottom:1px solid #ccc;
 color:#66CC00;
 font-weight:600;
}

.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: #000;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 220px;
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 17px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #fff;
  line-height: 1.6;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  text-transform:none;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.btn-cta a {
  padding: 0px 0px !important;
  color: #fff;
  font-size: 18px;
  letter-spacing:0px;
  font-weight:600;
  font-family: 'Poppins', sans-serif;
}
.fh5co-nav ul li.btn-cta a span {
  background: #066c3c;
  padding: 0px 15px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.fh5co-nav ul li.btn-cta a:hover span {
 background: #ffcc00;
}



.fh5co-nav ul li.btn-cta-s a {
  padding: 10px 0px !important;
  color: #fff;
  font-size: 13px;
}
.fh5co-nav ul li.btn-cta-s a span {
  background: #FFCC00;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.fh5co-nav ul li.btn-cta-s a:hover span {
 background: rgba(255, 255, 255, 0.2);
}

.fh5co-nav ul li.active > a {
  color: #fff !important;
}

.little-down
{

}
.little-down:hover
{
margin-left:10px;
}


#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
}

.fh5co-video {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .fh5co-video {
    height: 450px;
  }
}
.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.fh5co-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.fh5co-video:hover a {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.fh5co-cover {
  height: 700px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  
}
.fh5co-cover:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  overflow: visible;
  width: 100%;
  height: 850px;
  background:url(../images/bg.jpg) fixed;
  
  /*background: #2fb49a; /* fallback for old browsers */
  /*background: -webkit-linear-gradient(150deg, #2fb49a, #eaf299); /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(150deg, #2fb49a, #eaf299); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: -1;
  
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 600px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  width: 100%;
  margin-top: 210px;
}

/*
.fh5co-cover .display-tc {
background: rgba(255, 255, 255, 0.1);padding:30px;border-radius:10px;
border-bottom:5px solid rgba(0, 0, 0, 0.1);  
}
*/

@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  width: 100%;
  margin-top: 140px;
}
/*
.fh5co-cover .display-tc {
background: rgba(0, 0, 0, 0.5);padding:10px;border-radius:10px;  
}
*/
}

.fh5co-cover .display-t2,
.fh5co-cover .display-tc2 {
  z-index: 9;
  height: 50px;
  display: table;
  width: 100%;
  margin-top: 30px;
}

.fh5co-cover .display-t2,
.fh5co-cover .display-tc2 img{
padding-left:10px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 400px;
  }
  .fh5co-cover .display-t2,
.fh5co-cover .display-tc2 {
 display:none;
}
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.4;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 30px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  border:1px solid #CCCCCC;
}
#fh5co-header .display-tc .btn.btn-video,
#fh5co-counter .display-tc .btn.btn-video,
.fh5co-cover .display-tc .btn.btn-video {
  background: rgba(9, 198, 171, 0.8);
  border: none;
}
#fh5co-header .display-tc .btn.btn-video:hover, #fh5co-header .display-tc .btn.btn-video:focus,
#fh5co-counter .display-tc .btn.btn-video:hover,
#fh5co-counter .display-tc .btn.btn-video:focus,
.fh5co-cover .display-tc .btn.btn-video:hover,
.fh5co-cover .display-tc .btn.btn-video:focus {
  background: rgba(9, 198, 171, 0.9) !important;
  color: #fff !important;
}
#fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus,
#fh5co-counter .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:focus,
.fh5co-cover .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:focus {
  color: #fff !important;
}
#fh5co-header .display-tc .btn.btn-learn,
#fh5co-counter .display-tc .btn.btn-learn,
.fh5co-cover .display-tc .btn.btn-learn {
  background: rgba(234, 146, 21, 0.8);
  border: none;
}
#fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus,
#fh5co-counter .display-tc .btn.btn-learn:hover,
#fh5co-counter .display-tc .btn.btn-learn:focus,
.fh5co-cover .display-tc .btn.btn-learn:hover,
.fh5co-cover .display-tc .btn.btn-learn:focus {
  background: rgba(234, 146, 21, 0.9) !important;
  color: #fff !important;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #EA9215 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}





.fh5co-cover-inner {
  height: 650px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  
}
.fh5co-cover-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  overflow: visible;
  width: 100%;
  height: 650px;
  
  
  /*background: #2fb49a; /* fallback for old browsers */
  /*background: -webkit-linear-gradient(150deg, #2fb49a, #eaf299); /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(150deg, #2fb49a, #eaf299); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: -1;
  
}
.fh5co-cover-inner .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.fh5co-cover-inner > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover-inner {
    height: 600px;
  }
}
.fh5co-cover-inner .display-t,
.fh5co-cover-inner .display-tc {
  z-index: 9;
  width: 100%;
  margin-top: 270px;
}

/*
.fh5co-cover-inner .display-tc {
background: rgba(255, 255, 255, 0.1);padding:30px;border-radius:10px;
border-bottom:5px solid rgba(0, 0, 0, 0.1);  
}
*/

@media screen and (max-width: 768px) {
  .fh5co-cover-inner .display-t,
.fh5co-cover-inner .display-tc {
  z-index: 9;
  width: 100%;
  margin-top: 240px;
}
/*
.fh5co-cover-inner .display-tc {
background: rgba(0, 0, 0, 0.5);padding:10px;border-radius:10px;  
}
*/
}

.fh5co-cover-inner .display-t2,
.fh5co-cover-inner .display-tc2 {
  z-index: 9;
  height: 50px;
  
  width: 100%;
  margin-top: 30px;
}

.fh5co-cover-inner .display-t2,
.fh5co-cover-inner .display-tc2 img{
padding-left:10px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover-inner .display-t,
  .fh5co-cover-inner .display-tc {
    height: 400px;
  }
  .fh5co-cover-inner .display-t2,
.fh5co-cover-inner .display-tc2 {
 display:none;
}
}
.fh5co-cover-inner.fh5co-cover-inner-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover-inner.fh5co-cover-inner-sm {
    height: 400px;
  }
}
.fh5co-cover-inner.fh5co-cover-inner-sm .display-t,
.fh5co-cover-inner.fh5co-cover-inner-sm .display-tc {
  height: 600px;
  
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover-inner.fh5co-cover-inner-sm .display-t,
  .fh5co-cover-inner.fh5co-cover-inner-sm .display-tc {
    height: 400px;
  }
}

#fh5co-header-inner .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover-inner .display-tc {
  
}
#fh5co-header-inner .display-tc h1, #fh5co-header-inner .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover-inner .display-tc h1,
.fh5co-cover-inner .display-tc h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}
#fh5co-header-inner .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover-inner .display-tc h1 {
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 1.4;
  font-weight: 800;
  
}
@media screen and (max-width: 768px) {
  #fh5co-header-inner .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover-inner .display-tc h1 {
    font-size: 30px;
  }
}
#fh5co-header-inner .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover-inner .display-tc h2 {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 30px;
  margin-left:30px;
  background: rgba(255, 255, 255, 0.1);
  padding:10px;border-left:1px #FFFFFF solid;
  -webkit-box-shadow: 0px 34px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 34px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 34px 30px -15px rgba(0, 0, 0, 0.75) !important;
}


#fh5co-header-inner .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover-inner .display-tc .btn {
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  border:1px solid #CCCCCC;
}
#fh5co-header-inner .display-tc .btn.btn-video,
#fh5co-counter .display-tc .btn.btn-video,
.fh5co-cover-inner .display-tc .btn.btn-video {
  background: rgba(9, 198, 171, 0.8);
  border: none;
}
#fh5co-header-inner .display-tc .btn.btn-video:hover, #fh5co-header-inner .display-tc .btn.btn-video:focus,
#fh5co-counter .display-tc .btn.btn-video:hover,
#fh5co-counter .display-tc .btn.btn-video:focus,
.fh5co-cover-inner .display-tc .btn.btn-video:hover,
.fh5co-cover-inner .display-tc .btn.btn-video:focus {
  background: rgba(9, 198, 171, 0.9) !important;
  color: #fff !important;
}
#fh5co-header-inner .display-tc .btn:hover, #fh5co-header-inner .display-tc .btn:focus,
#fh5co-counter .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:focus,
.fh5co-cover-inner .display-tc .btn:hover,
.fh5co-cover-inner .display-tc .btn:focus {
  color: #fff !important;
}
#fh5co-header-inner .display-tc .btn.btn-learn,
#fh5co-counter .display-tc .btn.btn-learn,
.fh5co-cover-inner .display-tc .btn.btn-learn {
  background: rgba(234, 146, 21, 0.8);
  border: none;
}
#fh5co-header-inner .display-tc .btn.btn-learn:hover, #fh5co-header-inner .display-tc .btn.btn-learn:focus,
#fh5co-counter .display-tc .btn.btn-learn:hover,
#fh5co-counter .display-tc .btn.btn-learn:focus,
.fh5co-cover-inner .display-tc .btn.btn-learn:hover,
.fh5co-cover-inner .display-tc .btn.btn-learn:focus {
  background: rgba(234, 146, 21, 0.9) !important;
  color: #fff !important;
}
#fh5co-header-inner .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover-inner .display-tc .btn:hover {
  background: #EA9215 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header-inner .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover-inner .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header-inner .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover-inner .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}







.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}
#fh5co-explore
{
  padding: 4em 0;
  clear: both;
  
}


#fh5co-pricing,
#fh5co-started,
#fh5co-project,
#fh5co-blog,
#fh5co-contact,
#media-project,
#fh5co-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-explore,
  #fh5co-pricing,
  #fh5co-testimonial,
  #fh5co-started,
  #fh5co-project,
  #media-project,
  #fh5co-blog,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}



#fh5co-counter {
  padding: 0em 0;
  clear: both;
}

#fh5co-steps {
  clear: both;
  padding-bottom: 7em;
}

.fh5co-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  margin-top:100px;
}
.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
  font-size: 44px;
  display: block;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
   color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

#fh5co-explore .fh5co-explore1 {
  margin-bottom: 6em;
  margin-top: 6em;
}

.mt {
  margin-top: 40px;
}
.mt h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}
.mt h4 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFCC00;
}
.mt > div {
  margin-bottom: 40px;
}
.mt .list-nav {
  margin: 50px 0 30px 0;
  padding: 0;
}
.mt .list-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.mt .list-nav li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #FFCC00;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 30px;
  color: #fff;
}






.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #EA9215;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.proj-bottom {
  padding-bottom: 4em;
}



.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

.fh5co-heading {
  margin-bottom: 3em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}

.fh5co-heading h1 {
  font-size: 36px;
  margin-bottom: 5px;
  line-height: 1;
  color: #1A1C1F;
  font-weight:600;
  
}

.fh5co-heading h1:after {
    content:'';
    position:absolute;
    left:0; right:0;
    top:100%;
    margin:0px auto;
    width:25%;
    height:5px;
    background: #FF3333;
}

.fh5co-heading h2 {
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #666;
  font-weight:400;
}
.fh5co-heading p {
  font-size: 14px;
  line-height: 1.5;
  color: #828282;
}

.fh5co-heading ul li a {
  font-size: 13px;
  line-height: 1;
  color: #0000CC;
}
.fh5co-heading ul li a:hover {
  font-size: 13px;
  line-height: 1;
  color: #000;
}

.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#fh5co-testimonial {
  padding: 6em 0;
  clear: both;
  margin-top:50px;
}

#fh5co-testimonial:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  overflow: visible;
  width: 100%;
  height: 810px;
  
  z-index: -1;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

#fh5co-testimonial {
 /*background: #3e5151; /* fallback for old browsers */
  /*background: -webkit-linear-gradient(35deg, #3e5151, #decba4); /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(35deg, #3e5151, #decba4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background:url(../images/customers.jpg) fixed;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

#fh5co-testimonial .testimony-slide {
  text-align: center;
  
}

#fh5co-testimonial  h2 {
  font-size: 44px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight:600;
}

#fh5co-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  color:#fff;
  
}
#fh5co-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 5px auto;
  width: 70%;
  position: relative;
  padding: 0;
  padding:30px;
  color:#FFFFFF;
}
@media screen and (max-width: 992px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.bs-wizard {
  margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  font-size: 16px;
  margin-bottom: 10px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
  padding: 20px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 22px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

#fh5co-started {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#fh5co-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #EA9215;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-blog > a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: left;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #EA9215;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}

.cms
{
margin-bottom:30px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}


.scroller {
   height: 230pt; 
   overflow: hidden;
}
.scroller .inner { animation: 10s normal infinite running scroll; }
@keyframes scroll {
   0%  	{margin-top: 0px;}
   15% 	{margin-top: 0px;}

   25%  {margin-top: -230pt;}
   40%  {margin-top: -230pt;}
   
   50%  {margin-top: -460pt;}
   65%  {margin-top: -460pt;}

   75%  {margin-top: -690pt;}
   90%  {margin-top: -690pt;}

   100% {margin-top: 0px;}
}

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

.scroller {
   height: 80pt; 
   overflow: hidden;
}
.scroller .inner { animation: 10s normal infinite running scroll; }
@keyframes scroll {
   0%  	{margin-top: 0px;}
   15% 	{margin-top: 0px;}

   25%  {margin-top: -80pt;}
   40%  {margin-top: -80pt;}
   
   50%  {margin-top: -160pt;}
   65%  {margin-top: -160pt;}

   75%  {margin-top: -240pt;}
   90%  {margin-top: -240pt;}

   100% {margin-top: 0px;}
}

}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #fff;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: #333;
}
#fh5co-offcanvas a:hover {
  color: #000;
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom:20px;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 20px;
  height: 20px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 10px;
  display: table-cell;
  vertical-align: middle;
  font-size:12px;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #333;
  background: #333;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #333;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  right: 0px;
  top: 15px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 99999;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  border-bottom: none !important;
  text-transform: none;
  letter-spacing: 0px;
  margin-bottom: 20px;
  border-top-right-radius: 35px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.fh5co-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 1px solid #eaeaea !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 1px solid #f86942 !important;
  background: #f86942 !important;
  color: #ffffff;
}

.btn.btn-md {
  padding: 8px 40px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #66cc33;
  color: #fff;
  border: 2px solid #66cc33;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #EA9215;
  border: 2px solid #EA9215;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #EA9215;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.img
{
-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}


.btn-outline {
  background: none;
  border: 1px solid gray;
  font-size: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 34px;
  font-size: 14px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #EA9215;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.row-pb-vs {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-footer {
  clear: both;
  position: relative;
  padding: 5em 0 3em 0;
  background: #67CC33;
background: -webkit-linear-gradient(top, #67CC33, #066C3D);
background: -moz-linear-gradient(top, #67CC33, #066C3D);
background: linear-gradient(to bottom, #67CC33, #066C3D);

  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color:#fff;
}

#fh5co-footer .fh5co-arrow {
  position: absolute;
  top: -84px;
  left: 50%;
  margin-left: -30px;
  display: table;
  color: #ffffff !important;
  font-size: 24px;
  z-index: 99;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: #f86942;
  border-bottom: none !important;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#fh5co-footer .fh5co-arrow i {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-footer .fh5co-arrow:active, #fh5co-footer .fh5co-arrow:focus, #fh5co-footer .fh5co-arrow:hover {
  outline: none;
  color: #ffffff !important;
}
#fh5co-footer .fh5co-copyright {
  margin-top: 1em;
  font-size:10px;
}
#fh5co-footer .fh5co-footer-heading {
  font-size: 26px;
  text-transform: none;
  letter-spacing: 1px;
  color: #fff;;
  margin-bottom: 25px;
  font-weight:600;
  line-height:36px;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-footer .fh5co-footer-links li a{
  color:#fff;
  font-size: 13px;
  line-height:26px;
  text-transform:none;
}
#fh5co-footer .fh5co-footer-links li a:hover{
  color:#ffcc00;
  text-transform:none;
  margin-left:3px;
}

#fh5co-footer a{
  color:#6F7881;
}
#fh5co-footer a:hover{
  color:#ffcc00;
}

.fh5co-heading .pbox
{
color:#fff;padding:5px;width:300px;text-align:center;border:0px solid #ccc;background-color:#c3242a;
}

.fh5co-bg-section {
  background-image:url(../images/bg1.jpg);
 
  background-attachment:fixed;
}


#media-project .media-project {
  margin-bottom: 30px;
}
#media-project .media-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#media-project .media-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#media-project .media-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#media-project .media-project > a h3, #media-project .media-project > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 22px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#media-project .media-project > a span {
  font-size: 14px;
  bottom: 20px;
}
#media-project .media-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
#media-project .media-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #media-project .media-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
#media-project .media-project > a:hover h3, #media-project .media-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}
#media-project .media-project > a:hover span {
  bottom: 15px;
}
#media-project .media-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #media-project .media-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}


.desk
{
display:block;
visibility:visible;
}

.mobile
{
display:none;
visibility:hidden;
}


@media screen and (max-width: 768px) {
  .desk
{
display:none;
visibility:hidden;
}

.mobile
{
display:block;
visibility:visible;
margin-bottom:20px;
margin-left:-20px;
}
}

/*
.fh5co-project {
  height: 100vh;
  width: 100vw;
  content: 'viewport-units-buggyfill; height:100vh; width:100vw';
  display: table;
  position: relative;
}
/*
.fh5co-project:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.03);
  width: 101%;
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
}

.fh5co-project.no-border {
  border-bottom: none;
}
.fh5co-project.no-border:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .fh5co-project {
    height: inherit !important;
    padding: 0em 0;
  }
}
.fh5co-project .fh5co-project-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  width: 100vw;
  content: 'viewport-units-buggyfill; height:100vh; width:100vw';
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-project .fh5co-project-inner {
    float: left;
    width: 100%;
    height: inherit !important;
    padding: 3em 0;
    width: 100vw;
    content: 'viewport-units-buggyfill; width:100vw';
  }
}
.fh5co-project .fh5co-imgs {
  height: calc(100% - 50%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-project .fh5co-imgs {
    margin-bottom: 30px;
  }
}
.fh5co-project .fh5co-imgs .img-holder-1,
.fh5co-project .fh5co-imgs .img-holder-2 {
  position: absolute;
  
}
@media screen and (max-width: 768px) {
  .fh5co-project .fh5co-imgs .img-holder-1,
  .fh5co-project .fh5co-imgs .img-holder-2 {
    position: relative;
  }
}
.fh5co-project .fh5co-imgs .img-holder-1 img,
.fh5co-project .fh5co-imgs .img-holder-2 img {
  max-width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
   
}




.fh5co-project .fh5co-imgs .img-holder-2 img {
  max-width: 100%;
  -webkit-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.05);
  box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  
}


.fh5co-project .fh5co-imgs .img-holder-1 {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-project .fh5co-imgs .img-holder-1 {
    right: 0;
  }
}
.fh5co-project .fh5co-imgs .img-holder-2 {
  bottom: -4em;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .fh5co-project .fh5co-imgs .img-holder-2 {
    position: absolute;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-project .fh5co-imgs .img-holder-2 {
    right: 30px;
    bottom: -1em;
  }
  .fh5co-project .fh5co-imgs .img-holder-2 img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
    height: 194px;
  }
}
.fh5co-project.fh5co-reverse .img-holder-1 {
  left: auto;
  right: 0;
}
.fh5co-project.fh5co-reverse .img-holder-1 img {
  text-align: right;
}
.fh5co-project.fh5co-reverse .img-holder-2 {
  bottom: -2em;
  right: auto;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .fh5co-project.fh5co-reverse .img-holder-2 {
    position: absolute;
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-project.fh5co-reverse .img-holder-2 {
    right: 30px;
    bottom: -1em;
  }
  .fh5co-project.fh5co-reverse .img-holder-2 img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
    height: 194px;
  }
}
.fh5co-project .fh5co-text {
  padding-top:0em;
}
.fh5co-project .fh5co-text h2 {
  color: white;
  margin-bottom: 20px;
}
.fh5co-project .fh5co-text p {
  color: rgba(255, 255, 255, 0.5);
}
*/

#fh5co-product
 {
  padding: 4em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-product
 {
    padding: 3em 0;
  }
}


.product {
  margin-bottom: 40px;
}
.product .product-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 550px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product .product-grid .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  z-index: 100;
  background: #d1c286;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.product .product-grid .inner {
  display: table;
  height: 550px;
  width: 100%;
  opacity: 0;
  border:40px #FFFFFF solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .product .product-grid .inner {
    opacity: 1;
    background: transparent;
  }
}
.product .product-grid .inner p {
  display: table-cell;
  vertical-align: middle;
}
.product .product-grid .inner p .icon {
  padding: 7px 10px;
  color: #fff;
  background: #d1c286;
}
.product .product-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus {
  color: #d1c286;
  background: #fff;
}
.product .desc h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
}
.product .desc h3 a {
  color: #000;
}
.product .desc .price {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product:hover .product-grid, .product:focus .product-grid {
  -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
}
.product:hover .inner, .product:focus .inner {
  opacity: 1;
}
.product:hover .desc h3 a, .product:focus .desc h3 a {
  color: #d1c286;
}

.product-carousel {
  margin-bottom: 7em;
}


.fh5co-section-heading {
  margin: 0;
  font-size: 18px;
  position: relative;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  color: #000;
}
.fh5co-section-heading .fh5co-border {
  display: block;
  width: 100%;
  bottom: 0;
  height: 3px;
  position: absolute;
  background: #44da82;
}
@media screen and (max-width: 992px) {
  .fh5co-section-heading .fh5co-border {
    background: transparent !important;
  }
}


.fh5co-project {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.fh5co-project .fh5co-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(68, 218, 130, 0.9);
  z-index: 8;
  opacity: 0;
}
.fh5co-project .fh5co-overlay-text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -15px;
  z-index: 9;
  color: #fff;
  font-size: 20px;
  font-family: "Sanchez", times, serif;
  opacity: 0;
}





.blog-inner {
  background: white;
  -webkit-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom:2px solid #CCCCCC;
  max-height:330px;
  height:330px;
}

.blog-inner img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  
  max-height:200px;
  height:200px;
  width:300px;
  max-width:300px;
  
  
}



.blog-inner .desc {
  padding: 20px;
  
}
.blog-inner .desc h3 {
  line-height: 28px;
  font-size:18px;
}
.blog-inner .desc h3 a {
  color: rgba(0, 0, 0, 0.8);
}
.blog-inner .desc h3 a:hover, .blog-inner .desc h3 a:focus {
  text-decoration: none;
}
.blog-inner:hover {
  -webkit-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
}


ol,ul{list-style:none;}

:root{--space-unit:  1em;--space-xxxxs: calc(0.125*var(--space-unit));--space-xxxs:  calc(0.25*var(--space-unit));--space-xxs:   calc(0.375*var(--space-unit));--space-xs:    calc(0.5*var(--space-unit));--space-sm:    calc(0.75*var(--space-unit));--space-md:    calc(1.25*var(--space-unit));--space-lg:    calc(2*var(--space-unit));--space-xl:    calc(3.25*var(--space-unit));--space-xxl:   calc(5.25*var(--space-unit));--space-xxxl:  calc(8.5*var(--space-unit));--space-xxxxl: calc(13.75*var(--space-unit));--component-padding: var(--space-md)}@supports (--css: variables){@media (min-width: 64rem){:root{--space-unit:  1.25em}}}

@media (min-width: 90rem){.hide--xl{display:none !important}}:root{--display: block}.is-visible{display:block !important;display:var(--display) !important}.is-hidden{display:none !important}.sr-only{position:absolute;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);width:1px;height:1px;overflow:hidden;padding:0;border:0;white-space:nowrap}:root{--cd-color-1:hsl(32, 7%, 32%);--cd-color-1-h:180;--cd-color-1-s:7%;--cd-color-1-l:32%;--cd-color-2:hsl(180, 83%, 80%);--cd-color-2-h:127;--cd-color-2-s:83%;--cd-color-2-l:80%;}


.cd-accordion{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1);box-shadow:var(--shadow-lg);}

.cd-accordion--animated .cd-accordion__label::before{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}

.cd-accordion__sub{display:none;overflow:hidden}

.cd-accordion__sub--is-visible{display:block;}

.cd-accordion__item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:5px;}

.cd-accordion__input{position:absolute;opacity:0;}

.cd-accordion__label{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0.75em 1.25em;padding:var(--space-sm) var(--space-md);background:hsl(218, 7%, 32%);background:var(--cd-color-1);--color-shadow: lightness(hsl(218, 7%, 32%), 1.2);--color-shadow: lightness(var(--cd-color-1), 1.2);box-shadow:inset 0 -1px lightness(hsl(218, 7%, 32%), 1.2);box-shadow:inset 0 -1px var(--color-shadow);color:hsl(0, 0%, 100%);color:var(--color-white);background: none;color:#333;padding:60px;border:1px solid #E2E2E2;border-radius:12px;}

.cd-accordion__label1{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0.75em 1.25em;padding:var(--space-sm) var(--space-md);background:hsl(218, 7%, 32%);background:var(--cd-color-1);--color-shadow: lightness(hsl(218, 7%, 32%), 1.2);--color-shadow: lightness(var(--cd-color-1), 1.2);box-shadow:inset 0 -1px lightness(hsl(218, 7%, 32%), 1.2);box-shadow:inset 0 -1px var(--color-shadow);color:hsl(0, 0%, 100%);color:var(--color-white);background-color:#fff;color:#333333;color:#333;padding:15px;}

.cd-accordion__label span{-ms-flex-order:3;order:3;}

.cd-accordion__label:hover{background:hsl(218, 7%, 35.2%);background:hsl(var(--cd-color-1-h), var(--cd-color-1-s), calc(var(--cd-color-1-l)*1.1));background-color:#fff;border:1px solid #999;}

.cd-accordion__label::after,.cd-accordion__label--icon-folder::before{content:'';display:block;width:16px;height:16px;background-image:url("../images/cd-icons.svg");background-repeat:no-repeat;margin-right:0.25em;margin-right:var(--space-xxxs);margin-left:-30px;display:none;}

.cd-accordion__label--icon-folder::before{-ms-flex-order:1;order:1}

.cd-accordion__label::after{-ms-flex-order:2;order:2}

.cd-accordion__label--icon-folder::before{background-position:0 0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}

.cd-accordion__label--icon-folder::after{background-position:-16px 0}

.cd-accordion__label--icon-img::after{display:none;}

.cd-accordion__input:checked+.cd-accordion__label::before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}

.cd-accordion__input:checked+.cd-accordion__label::after{background-position:-32px 0}

.cd-accordion__input:checked ~ .cd-accordion__sub{display:block}

#fh5co-team-section {
  padding: 4em 0;
  clear: both;
}

.team-section-grid {
  position: relative;
  background-size: cover;
  height: 450px;
  margin-bottom: 30px;
  border:1px solid #f0f0f0;
}
.team-section-grid .overlay-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border:30px solid #FFFFFF;
  
}
.team-section-grid .overlay-section:hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border:0px solid #FFFFFF;
}
.team-section-grid .overlay-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.team-section-grid .overlay-section p {
  color: rgba(255, 255, 255, 0.8);
  
}
.team-section-grid .overlay-section p.fh5co-social-icons a:hover, .team-section-grid .overlay-section p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
.team-section-grid .overlay-section p.fh5co-social-icons i {
  font-size: 32px;
}
.team-section-grid .overlay-section span {
  color: #fff;
  display: block;
  margin-bottom: 50px;
}
.team-section-grid .overlay-section .desc {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.team-section-grid:hover .overlay-section {
  opacity: 1;
}


.author {
  width: 100%;
  float: left;
}
.author .about-inner {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  width: 40%;
  height: 450px;
  float: left;
}
@media screen and (max-width: 480px) {
  .author .about-inner {
    width: 100%;
    margin-bottom: 40px;
  }
}
.desc {
  width: 100%;
  float: left;
  padding-left: 50px;
  margin-top:0px;
}
@media screen and (max-width: 480px) {
  .desc {
    width: 100%;
    padding-left: 0;
	margin-top:0px;
  }
}
.desc span {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.desc h3 {
  font-weight:700;
  line-height:40px;
  font-size:30px;
}


#fh5co-portfolio-section {
  padding: 4em 0;
  clear: both;
}

#fh5co-portfolio-section-h {
  padding: 0em 0;
  clear: both;
  margin-top:-100px;
}



#filters {
  padding: 0;
  list-style: none;
}
#filters li {
  display: inline-block;
  margin-right: 20px;
}
#filters li span {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}
#filters li span:hover, #filters li span:focus, #filters li span.active {
  color: #000 !important;
}

#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 50%;
  display: none;
  float: left;
  overflow: hidden;
  
}
@media screen and (max-width: 992px) {
  #portfoliolist .portfolio {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  #portfoliolist .portfolio {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  #portfoliolist .portfolio {
    width: 100% !important;
  }
}


#portfoliolisth .portfolioh {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33.3%;
  display: none;
  float: left;
  overflow: hidden;

  
}
@media screen and (max-width: 992px) {
  #portfoliolisth .portfolioh {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  #portfoliolisth .portfolioh {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  #portfoliolisth .portfolioh {
    width: 100% !important;
  }
}


.portfolioh-wrapperh {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
  
}

.portfolioh {
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
  
}

.portfolioh img {
  max-width: 100%;
  z-index: -1;
  height:700px;
  position: relative;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}





.portfolioh .label {
  position: absolute;
  width: 100%;
  height: 85px;
  bottom: 420px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolioh .label-bg {
  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolioh .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  font-size: 36px;
}



.portfolioh .text-category {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: normal;
}

.portfolioh:hover .label {
  bottom: 440px;
}


.portfolioh .label1 {
  position: absolute;
  width: 100%;
  height: 465px;
  bottom: -15px;
  -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolioh .label-bg {
  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolioh .label-text1 {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  font-size: 26px;
  text-align:center;
}

.portfolioh .text-category1 {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: normal;
}

.portfolioh:hover .label1 {
  bottom: 10px;
}

.portfolioh:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}



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

.portfolioh img {
  max-width: 100%;
  z-index: -1;
  height:450px;
  position: relative;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
	
	
.portfolioh .label {
  position: absolute;
  width: 100%;
  height: 85px;
  bottom: 140px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolioh .label-bg {
  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolioh .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  font-size: 36px;
}



.portfolioh .text-category {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: normal;
}

.portfolioh:hover .label {
  bottom: 150px;
}


.portfolioh .label1 {
  position: absolute;
  width: 100%;
  height: 145px;
  bottom: 45px;
  -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolioh .label-bg {
  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolioh .label-text1 {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  font-size: 26px;
  text-align:center;
}

.portfolioh .text-category1 {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: normal;
}

.portfolioh:hover .label1 {
  bottom: 10px;
}	

  .portfolioh .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  font-size: 26px;
}
}


.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}

.portfolio {
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
  
}

.portfolio img {
  max-width: 100%;
  z-index: -1;
  height:350px;
  position: relative;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}





.portfolio .label {
  position: absolute;
  width: 100%;
  height: 85px;
  bottom: 120px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  font-size: 26px;
}
}

.portfolio .text-category {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: normal;
}

.portfolio:hover .label {
  bottom: 140px;
}


.portfolio .label1 {
  position: absolute;
  width: 100%;
  height: 135px;
  bottom: 95px;
  -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text1 {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  font-size: 26px;
  text-align:center;
}

.portfolio .text-category1 {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: normal;
}

.portfolio:hover .label1 {
  bottom: 120px;
}

.portfolio:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.bg-cover
{
  height:840px;background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  
}

.bg-text
{
  padding:80px;height:840px;overflow:auto;
}



.bg-cover1
{
  height:450px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.bg-text1
{
  padding:20px;height:450px;overflow:auto;
}

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

.bg-cover
{
  height:700px;background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  margin-top:130px;
}

.bg-text
{
  padding:30px;height:700px;overflow:auto;
}
}


.feature-box{position:relative;margin-top:20px;padding:0 0 0 80px}.feature-box:first-child{margin-top:0}.feature-box .fbox-icon{display:block;position:absolute;width:64px;height:64px;top:0;left:0}.feature-box .fbox-icon a,.feature-box .fbox-icon i,.feature-box .fbox-icon img{display:block;position:relative;width:100%;height:100%;color:#FFF}.feature-box .fbox-icon i,.feature-box .fbox-icon img{border-radius:50%;background-color:#1ABC9C}.feature-box .fbox-icon i{font-style:normal;font-size:28px;text-align:center;line-height:64px}.feature-box h3{font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:0;}.feature-box p{margin:8px 0 0;font-size:13px;}.feature-box .before-heading{font-size:14px}.feature-box.fbox-large{padding:0 0 0 115px}.feature-box.fbox-large .fbox-icon{width:96px;height:96px}.feature-box.fbox-large .fbox-icon i{font-size:42px;line-height:96px}.feature-box.fbox-outline .fbox-icon{border:1px solid #1ABC9C;border-radius:50%;padding:3px}.feature-box.fbox-outline .fbox-icon i{line-height:56px}.feature-box.fbox-outline.fbox-large .fbox-icon{padding:4px}.feature-box.fbox-outline.fbox-large .fbox-icon i{line-height:86px}.feature-box.fbox-rounded .fbox-icon,.feature-box.fbox-rounded .fbox-icon i,.feature-box.fbox-rounded .fbox-icon img{border-radius:3px!important}.feature-box.fbox-rounded.fbox-large .fbox-icon,.feature-box.fbox-rounded.fbox-large .fbox-icon i,.feature-box.fbox-rounded.fbox-large .fbox-icon img{border-radius:4px!important}.feature-box.fbox-light.fbox-outline .fbox-icon{border-color:#E5E5E5}.feature-box.fbox-light .fbox-icon i,.feature-box.fbox-light .fbox-icon img{border:1px solid #E5E5E5;background-color:#F5F5F5;color:#444}.feature-box.fbox-light .fbox-icon i{line-height:62px}.feature-box.fbox-light.fbox-outline .fbox-icon i{line-height:54px}.feature-box.fbox-light.fbox-large .fbox-icon i{line-height:96px}.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i{line-height:84px}.feature-box.fbox-dark.fbox-outline .fbox-icon{border-color:#444}.feature-box.fbox-dark .fbox-icon i,.feature-box.fbox-dark .fbox-icon img{background-color:#333}.feature-box.fbox-border .fbox-icon{border:1px solid #1ABC9C;border-radius:50%;padding:0}.feature-box.fbox-border .fbox-icon i,.feature-box.fbox-border .fbox-icon img{border:none;background-color:transparent!important;color:#1ABC9C}.feature-box.fbox-border .fbox-icon i{line-height:62px!important}.feature-box.fbox-border.fbox-large .fbox-icon i{line-height:94px!important}.feature-box.fbox-border.fbox-light .fbox-icon{border-color:#E5E5E5}.feature-box.fbox-border.fbox-light .fbox-icon i,.feature-box.fbox-border.fbox-light .fbox-icon img{color:#888}.feature-box.fbox-border.fbox-dark .fbox-icon{border-color:#333}.feature-box.fbox-border.fbox-dark .fbox-icon i,.feature-box.fbox-border.fbox-dark .fbox-icon img{color:#444}.feature-box.fbox-plain .fbox-icon{border:none!important;height:auto!important}.feature-box.fbox-plain .fbox-icon i,.feature-box.fbox-plain .fbox-icon img{border:none!important;background-color:transparent!important;color:#1ABC9C;border-radius:0}.feature-box.fbox-plain .fbox-icon i{font-size:48px;line-height:1!important}.feature-box.fbox-plain .fbox-icon img{height:64px}.feature-box.fbox-plain.fbox-image .fbox-icon{width:auto}.feature-box.fbox-plain.fbox-image .fbox-icon img{width:auto;display:inline-block}.feature-box.fbox-plain.fbox-small{padding-left:42px}.feature-box.fbox-plain.fbox-small .fbox-icon{width:28px}.feature-box.fbox-plain.fbox-small h3{font-size:15px;line-height:26px;margin-bottom:10px}.feature-box.fbox-plain.fbox-small p{margin-left:-42px}.feature-box.fbox-plain.fbox-small .fbox-icon i{font-size:28px}.feature-box.fbox-plain.fbox-small .fbox-icon img{height:28px}.feature-box.fbox-plain.fbox-large .fbox-icon i{font-size:72px}.feature-box.fbox-plain.fbox-large .fbox-icon img{height:96px}.feature-box.fbox-plain.fbox-light .fbox-icon i,.feature-box.fbox-plain.fbox-light .fbox-icon img{color:#888}.feature-box.fbox-plain.fbox-dark .fbox-icon i,.feature-box.fbox-plain.fbox-dark .fbox-icon img{color:#444}.feature-box.fbox-center{padding:0;text-align:center}.feature-box.fbox-center.fbox-small{padding-left:0!important}.feature-box.fbox-center .fbox-icon{position:relative;width:96px;height:96px;margin:0 auto 30px}.feature-box.fbox-center .fbox-icon i{font-size:42px;line-height:96px}.feature-box.fbox-center.fbox-outline .fbox-icon i{line-height:88px}.feature-box.fbox-center p{font-size:14px;margin-top:15px}.feature-box.fbox-center.fbox-large .fbox-icon{width:128px;height:128px}.feature-box.fbox-center.fbox-large .fbox-icon i{font-size:70px;line-height:128px}.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i{line-height:118px}.feature-box.fbox-center.fbox-light .fbox-icon i{line-height:94px}.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i{line-height:86px}.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i{line-height:114px}.feature-box.fbox-center.fbox-border .fbox-icon i{line-height:94px!important}.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i{line-height:126px!important}.feature-box.fbox-center.fbox-plain .fbox-icon i{font-size:84px}.feature-box.fbox-center.fbox-plain .fbox-icon img{height:96px}.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i{font-size:112px}.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img{height:128px}.feature-box.fbox-center.fbox-small .fbox-icon{width:64px;height:64px}.feature-box.fbox-center.fbox-small .fbox-icon i{font-size:28px;line-height:64px}.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i{line-height:58px}.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i{line-height:54px}.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i{line-height:62px!important}.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i{font-size:56px}.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img{height:64px}.feature-box.fbox-center.fbox-small p{font-size:14px;margin-top:10px}.feature-box.fbox-center.fbox-plain.fbox-small p{margin-left:0}.feature-box.fbox-right{padding:0 80px 0 0;text-align:right}.feature-box.fbox-right.fbox-large{padding-right:115px}.feature-box.fbox-right .fbox-icon{left:auto;right:0}.feature-box.fbox-right.fbox-plain.fbox-small{padding:0 42px 0 0}.feature-box.fbox-right.fbox-plain.fbox-small p{margin:0 -42px 0 0}.feature-box h3+.fbox-icon{margin-top:20px!important}.feature-box h3 span.subtitle{display:block;margin-top:5px;color:#444;font-weight:300;text-transform:none}.feature-box.fbox-center:not(.fbox-bg) h3:after{content:'';display:block;margin:20px auto;width:30px;border-top:2px solid #555;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.feature-box.fbox-center:not(.fbox-bg):hover h3:after{width:50px}.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after{display:none}.feature-box.fbox-center.fbox-italic p{font-style:italic;font-family:Lato,sans-serif}.feature-box.fbox-bg.fbox-center{margin-top:68px;padding:68px 30px 30px;background-color:#FFF;border:1px solid #E5E5E5;border-radius:5px}.feature-box.fbox-bg.fbox-center:first-child{margin-top:48px}.feature-box.fbox-bg.fbox-center.fbox-large{margin-top:84px;padding-top:84px}.feature-box.fbox-bg.fbox-center.fbox-large:first-child{margin-top:64px}.feature-box.fbox-bg.fbox-center .fbox-icon{position:absolute;top:-48px;left:50%;margin:0 0 0 -48px}.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon{top:-64px;left:50%;margin-left:-64px}.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon,.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon{background-color:#FFF}.fbox-effect .fbox-icon i{z-index:1;-webkit-transition:background-color .3s,color .3s;-o-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.fbox-effect .fbox-icon i:after{pointer-events:none;position:absolute;width:100%;height:100%;border-radius:50%;content:'';-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;top:-3px;left:-3px;padding:3px;box-shadow:0 0 0 2px #333;-webkit-transition:-webkit-transform .3s,opacity .3s;-webkit-transform:scale(.8);-moz-transition:-moz-transform .3s,opacity .3s;-moz-transform:scale(.8);-ms-transform:scale(.8);transition:transform .3s,opacity .3s;transform:scale(.8);opacity:0}.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after,.fbox-rounded.fbox-effect .fbox-icon i:after{border-radius:3px}.fbox-effect .fbox-icon i:hover,.fbox-effect:hover .fbox-icon i{background-color:#333;color:#FFF}.fbox-effect.fbox-dark .fbox-icon i:after{box-shadow:0 0 0 2px #1ABC9C}.fbox-effect.fbox-dark .fbox-icon i:hover,.fbox-effect.fbox-dark:hover .fbox-icon i{background-color:#1ABC9C}.fbox-effect .fbox-icon i:hover:after,.fbox-effect:hover .fbox-icon i:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.fbox-border.fbox-effect .fbox-icon i{-webkit-transition:color .5s,box-shadow .5s,background-color .5s;-o-transition:color .5s,box-shadow .5s,background-color .5s;transition:color .5s,box-shadow .5s,background-color .5s}.fbox-border.fbox-effect .fbox-icon i:after{top:-2px;left:-2px;padding:2px;z-index:-1;box-shadow:none;background-image:url(images/icons/iconalt.svg);background-position:center center;background-size:100% 100%;-webkit-transition:-webkit-transform .5s,opacity .5s,background-color .5s;-o-transition:-moz-transform .5s,opacity .5s,background-color .5s;transition:transform .5s,opacity .5s,background-color .5s;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);opacity:0;background-color:#333}.fbox-border.fbox-effect .fbox-icon i:hover,.fbox-border.fbox-effect:hover .fbox-icon i{color:#FFF;box-shadow:0 0 0 1px #333}.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i{box-shadow:0 0 0 1px #1ABC9C}.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after{background-color:#1ABC9C}.fbox-border.fbox-effect .fbox-icon i:hover:after,.fbox-border.fbox-effect:hover .fbox-icon i:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.feature-box.media-box{padding:0}.feature-box.media-box .fbox-media{margin:0 0 25px}.feature-box.media-box .fbox-media,.feature-box.media-box .fbox-media a,.feature-box.media-box .fbox-media img{position:relative;display:block;width:100%;height:auto}.feature-box.media-box .fbox-media iframe{display:block}.feature-box.media-box p{margin-top:17px}.feature-box.media-box.fbox-bg .fbox-media{margin:0}.feature-box.media-box.fbox-bg .fbox-desc{padding:25px;background-color:#FFF;border:1px solid #E5E5E5;border-top:0;border-radius:0 0 5px 5px}.feature-box.media-box.fbox-bg .fbox-media img{border-radius:5px 5px 0 0}

.vert-move1 {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
.vert-move1 {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

#about-section {
  padding: 6em 0;
  clear: both;
  margin-top:20px;
  
}
@media screen and (max-width: 768px) {

  #about-section {
    padding: 3em 0;
	margin-top:80px;
  }
}

#about-section h3 {
  margin: 90px 0 0px 0;
  padding: 0px;
  font-weight: 600;
  font-size: 62px;
  color: #333;
  line-height:68px;
  font-family: 'Playfair Display', serif;
}

#about-section h3>strong {
  margin: 100px 0 0px 0;
  padding: 0px;
  font-weight: 600;
  font-size: 58px;
  color: #333;
  line-height:68px;
  text-decoration:underline;
}

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

#about-section h3 {
  margin: 30px 0 0px 0;
  padding: 0px;
  font-weight: 600;
  font-size: 25px;
  color: #333;
  line-height:35px;
  font-family: 'Playfair Display', serif;
}

#about-section h3>strong {
  margin: 30px 0 0px 0;
  padding: 0px;
  font-weight: 600;
  font-size: 25px;
  color: #333;
  line-height:35px;
  text-decoration:underline;
}
}


#about-section h4 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 600;
  font-size: 28px;
  color: #413F3F;
  line-height:35px;
}

#about-section h5 {
  margin: 0 0 0px 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #1A1C1F;
  line-height:25px;
}


.author {
  width: 100%;
  float: left;
}
.author .about-inner {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  width: 40%;
  height: 450px;
  float: left;
}
@media screen and (max-width: 480px) {
  .author .about-inner {
    width: 100%;
    margin-bottom: 40px;
  }
}
.desc1 {
  width: 100%;
  float: left;
  padding-left: 50px;
  margin-top:0px;
}
@media screen and (max-width: 480px) {
  .desc1 {
    width: 100%;
    padding-left: 0;
	margin-top:0px;
  }
}
.desc1 span {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.desc1 h3 {
  font-weight:700;
  line-height:40px;
  font-size:30px;
}


#services {
  padding: 2em 0;
}


.pbox {
  border:1px solid #E2E2E2;border-radius:12px;height:250px;padding:30px;
}

.pboxp {
  border:1px solid #E2E2E2;border-radius:12px;height:280px;padding:30px;
}

.pboxa {
  border:1px solid #E2E2E2;border-radius:12px;height:230px;padding:30px;
}


@media screen and (max-width: 480px) {
  #services {
    padding: 5em 0;
  }
  
  .pbox {
  border:1px solid #E2E2E2;border-radius:12px;height:420px;padding:30px;max-height:420px;
  margin-bottom:20px;
}

.pboxp {
  border:1px solid #E2E2E2;border-radius:12px;height:480px;padding:30px;
}

.pboxa {
  border:1px solid #E2E2E2;border-radius:12px;height:500px;padding:30px;
}

}

#services
{
  /*background-image:url(../images/img_1.jpg);*/
  background-size: cover;
  background-attachment:fixed;
   background-position: left center;
}

#services .box {
  padding: 35px;
  background: rgba(0, 0, 0, 0.2);
  text-align: left;
  color: #fff;
  margin-top: 70px;
  margin-bottom:50px;
  position: relative;
  border-radius:0px;
  -webkit-box-shadow: 10px 10px 5px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 5px 1px rgba(0,0,0,0.5);
box-shadow: 10px 10px 5px 1px rgba(0,0,0,0.5);
}

#services .box1 {
  padding: 65px;
  background: #67CC33;
background: -webkit-linear-gradient(top right, #67CC33, #066C3D);
background: -moz-linear-gradient(top right, #67CC33, #066C3D);
background: linear-gradient(to bottom left, #67CC33, #066C3D);

  color: #fff;
  margin-top: 0px;
  margin-bottom:0px;
  position: relative;
  border-radius:12px;
  
}

#about-section .box1 {
  padding: 35px;
  background: #f3f4f5;
  text-align: left;
  color: #fff;
  margin-top: 0px;
  margin-bottom:50px;
  position: relative;
  border-radius:12px;
  
}

.mtop-100
{
margin-top: 100px;
}

@media screen and (max-width: 992px) {
  #services .box {
    min-height: inherit;
    margin-bottom: 60px;
  }
  
  .mtop-100
{
margin-top: 30px;
}
}
#services .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
#services .box .icon > span {
  display: table-cell;
  vertical-align: middle;
}
#services .box .icon > span i {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
#services .box .icon.colored-1 {
  background: #2aaf67;
}
#services .box .icon.colored-2 {
  background: #00bff3;
}
#services .box .icon.colored-3 {
  background: #f26522;
}
#services .box .icon.colored-4 {
  background: #e52b50;
}
#services .box .icon.colored-5 {
  background: #2fc5cc;
}
#services .box .icon.colored-6 {
  background: #6173f4;
}
#services .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
#services h2 {
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 700;
  font-size: 50px;
  color: #1A1C1F;
  line-height:60px;
  font-family: 'Playfair Display', serif;
}



#services h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 300;
  font-size: 35px;
  color: #333;
  line-height:45px;
  font-family: 'Playfair Display', serif;
}

#services h4 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 600;
  font-size: 28px;
  color: #413F3F;
  line-height:35px;
}

#services h5 {
  margin: 0 0 0px 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #1A1C1F;
  line-height:25px;
}

@media screen and (max-width: 480px) {
#services h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight:700;
  font-size: 30px;
  color: #1A1C1F;
  line-height:30px;
}
}