@font-face {
  font-family: "OpenSans-Semibold";
  src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Light";
  src: url("../fonts/Raleway-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Medium";
  src: url("../fonts/Raleway-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Black";
  src: url("../fonts//Raleway-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Bold";
  src: url("../fonts/Raleway-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Regular";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Raleay-Light";
  src: url("../fonts/Raleway-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Medium";
  src: url("../fonts/Raleway-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Black";
  src: url(".../fonts/Raleway-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Bold";
  src: url(".../fonts/Raleway-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Regular";
  src: url(".../fonts/Raleway-Regular.ttf") format("truetype");
}

@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;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: #949494;
}

body.fh5co-overflow {
  overflow-x: hidden;
  width: 100%;
}

a {
  color: #f6b400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:focus, a:active {
  color: #aa7c00;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
  margin-bottom: 30px;
}

p {
  margin-bottom: 30px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn.btn-md {
  padding: 10px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #f6b400;
  color: #fff;
  border: 2px solid #f6b400;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #dda100 !important;
  border-color: #dda100 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #f6b400;
  border: 2px solid #f6b400;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #f6b400;
  color: #fff;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: #eaeaea;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #f6b400;
}

.fh5co-page {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

#fh5co-home {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  position: relative;
}

#fh5co-home > .container {
  position: relative;
  z-index: 2;
}

#fh5co-home .fh5co-copy {
  display: table;
  width: 100%;
}

#fh5co-home .fh5co-copy-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

#fh5co-home .fh5co-copy-inner h1, #fh5co-home .fh5co-copy-inner h2 {
  margin: 0;
  padding: 0;
}

#fh5co-home .fh5co-copy-inner h1 {
  color: #fff;
  font-size: 55px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 300;
}

#fh5co-home .fh5co-copy-inner h2 {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}

#fh5co-home .fh5co-copy-inner a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#fh5co-home .fh5co-copy-inner a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.fh5co-main-nav {
  min-height: 90px !important;
  position: relative;
  background: #fff;
}

.fh5co-main-nav.fh5co-shadow {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

.fh5co-main-nav .fh5co-menu-1 {
  vertical-align: middle;
  float: left;
  line-height: 0;
  padding: 6px 0px;
}

.fh5co-main-nav .fh5co-menu-1 a {
  padding: 5px 0;
  margin-right: 30px;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-main-nav .fh5co-menu-1 a:hover, .fh5co-main-nav .fh5co-menu-1 a:focus, .fh5co-main-nav .fh5co-menu-1 a:active {
  outline: none;
  text-decoration: none;
}

.fh5co-main-nav .fh5co-menu-1 a.active {
  font-weight: bold;
  color: #01974f;
}

.fh5co-main-nav .fh5co-menu-1 {
  width: 100%;
}

.fh5co-main-nav .fh5co-menu-1 a {
  vertical-align: middle;
}

.fh5co-main-nav .fh5co-logo {
  text-align: center;
  width: 19.33%;
  font-size: 40px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.fh5co-main-nav .fh5co-logo a {
  position: relative;
  top: -5px;
  display: inline-block;
}

.fh5co-main-nav .fh5co-menu-2 {
  text-align: left;
  width: 40.33%;
}

.fh5co-heading .heading {
  font-size: 50px;
  font-style: italic;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .fh5co-heading .heading {
    font-size: 30px;
  }
}

.fh5co-heading .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #fb6e14;
  margin-left: -20px;
}

.fh5co-heading .sub-heading {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .fh5co-heading .sub-heading {
    font-size: 18px;
  }
}

.padd {
  padding: 40px 0px;
}

#fh5co-about {
  padding: 120px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #fff;
  width: 100%;
}

#fh5co-about span.bold {
  text-transform: uppercase;
  font-weight: bold;
}

#fh5co-about h2 {
  color: #202020;
}

#fh5co-about p {
  font-size: 13px;
  line-height: 20px;
  color: #4f4f4f !important;
  font-weight: bold;
}

#fh5co-about .bordr {
  width: 1px;
  background: #5a5a5a;
  height: 220px;
  margin: 80px 10px;
  float: left;
}

#fh5co-about .imgbox {
  padding-top: 15%;
}

#fh5co-about img {
  width: 100%;
}

#fh5co-about .fh5co-2col {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-2col {
    width: 100%;
  }
}

#fh5co-about .fh5co-2col-inner {
  padding: 5em 0;
  width: 585px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-2col-inner {
    width: 485px;
  }
}

@media screen and (max-width: 992px) {
  #fh5co-about .fh5co-2col-inner {
    width: 375px;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-2col-inner {
    width: 100% !important;
    padding: 2em 0 3em 0;
  }
}

#fh5co-about .fh5co-2col-inner.left {
  float: right;
}

@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-2col-inner.left {
    float: none;
  }
}

#fh5co-about .fh5co-2col-inner.right {
  float: left;
}

@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-2col-inner.right {
    float: none;
  }
}

#fh5co-about2 {
  padding: 70px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #fff;
  width: 100%;
}

#fh5co-about2 span.bold {
  text-transform: uppercase;
  font-weight: bold;
}

#fh5co-about2 h2 {
  color: #202020;
}

#fh5co-about2 p {
  font-size: 13px;
  line-height: 20px;
  color: #4f4f4f !important;
  font-weight: bold;
}

#fh5co-about2 .bordr {
  width: 1px;
  background: #5a5a5a;
  height: 220px;
  margin: 80px 10px;
  float: left;
}

#fh5co-about2 .imgbox {
  padding-top: 15%;
}

#fh5co-about2 img {
  width: 100%;
}

#fh5co-about2 .fh5co-2col {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #fh5co-about2 .fh5co-2col {
    width: 100%;
  }
}

#fh5co-about2 .fh5co-2col-inner {
  padding: 5em 0;
  width: 585px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1200px) {
  #fh5co-about2 .fh5co-2col-inner {
    width: 485px;
  }
}

@media screen and (max-width: 992px) {
  #fh5co-about2 .fh5co-2col-inner {
    width: 375px;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-about2 .fh5co-2col-inner {
    width: 100% !important;
    padding: 2em 0 3em 0;
  }
}

#fh5co-about2 .fh5co-2col-inner.left {
  float: right;
}

@media screen and (max-width: 768px) {
  #fh5co-about2 .fh5co-2col-inner.left {
    float: none;
  }
}

#fh5co-about2 .fh5co-2col-inner.right {
  float: left;
}

@media screen and (max-width: 768px) {
  #fh5co-about2 .fh5co-2col-inner.right {
    float: none;
  }
}

.fh5co-grid {
  padding-left: 2em;
}

@media screen and (max-width: 768px) {
  .fh5co-grid {
    padding-left: 0em;
  }
}

.fh5co-grid .fh5co-grid-item {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .fh5co-grid .fh5co-grid-item {
    height: 300px !important;
  }
}

@media screen and (max-width: 480px) {
  .fh5co-grid .fh5co-grid-item {
    width: 100%;
    height: 200px !important;
  }
}

.fh5co-tabs-container {
  position: relative;
}

.fh5co-tabs-container .fh5co-tabs {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
}

.fh5co-tabs-container .fh5co-tabs.fh5co-two li {
  width: 50%;
}

.fh5co-tabs-container .fh5co-tabs.fh5co-three li {
  width: 33.33%;
}

.fh5co-tabs-container .fh5co-tabs.fh5co-four li {
  width: 25%;
}

.fh5co-tabs-container .fh5co-tabs li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}

.fh5co-tabs-container .fh5co-tabs li a {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  float: left;
  width: 100%;
  display: block;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888;
}

.fh5co-tabs-container .fh5co-tabs li a:hover, .fh5co-tabs-container .fh5co-tabs li a:active, .fh5co-tabs-container .fh5co-tabs li a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-tabs-container .fh5co-tabs li.active a {
  color: #f6b400;
  border-bottom: 1px solid #f6b400;
}

@media screen and (max-width: 480px) {
  .fh5co-tabs-container .fh5co-tabs li {
    width: 100% !important;
  }
}

.fh5co-tabs-container .fh5co-tab-content {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-tabs-container .fh5co-tab-content h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #7b7b7b;
}

.fh5co-tabs-container .fh5co-tab-content.active {
  display: block;
}

@media screen and (max-width: 768px) {
  .fh5co-tabs-container .fh5co-tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.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: 50px;
  height: 50px;
  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: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

#fh5co-services {
  position: relative;
  padding: 6em 0 3em 0;
}

@media screen and (max-width: 768px) {
  #fh5co-services {
    padding: 5em 0 3em 0;
  }
}

#fh5co-services .fh5co-video {
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  text-align: center;
}

#fh5co-services .fh5co-video span {
  display: block;
  padding-top: 100px;
  font-size: 14px;
}

#fh5co-services .fh5co-video a {
  float: left;
  width: 90px;
  height: 90px;
  background: #f6b400;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
}

#fh5co-services .fh5co-video a i {
  padding-left: 10px;
  text-align: center;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
}

#fh5co-services .fh5co-video a:hover {
  background: #57D131;
}

#fh5co-services .fh5co-video a:hover, #fh5co-services .fh5co-video a:focus, #fh5co-services .fh5co-video a:active {
  text-decoration: none;
  outline: none;
  -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-services .service {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  padding: 40px 20px 20px 20px;
  background: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-services .service .icon {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

#fh5co-services .service .icon i {
  font-size: 40px;
  color: #57D131;
}

#fh5co-services .service h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #906900;
}

#fh5co-services .service:hover, #fh5co-services .service:focus {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

#fh5co-services .service img {
  width: 100%;
}

.checked {
  padding: 0;
  margin: 0 0 30px 0;
}

.checked li {
  position: relative;
  list-style: none;
  padding-left: 40px;
}

.checked li:before {
  position: absolute;
  left: 0;
  top: .15em;
  font-size: 23px;
  color: #57D131;
  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: "\e116";
}

.fh5co-heading {
  margin-bottom: 30px;
}

.fh5co-heading h2 {
  font-size: 23px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.fh5co-heading h2:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background: #cccccc;
}

.fh5co-heading p {
  font-size: 15px;
  line-height: 22px;
}

#fh5co-team {
  clear: both;
  padding: 5em 0 3em 0;
  background: #E8ECF1;
}

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

#fh5co-team .person {
  padding: 0px;
  padding: 0px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding-bottom: 15px;
}

#fh5co-team .person img {
  width: 100%;
  margin: 0 auto 30px auto;
}

#fh5co-team .person h3 {
  margin-bottom: 0;
}

#fh5co-team .person h4 {
  color: #999999;
  font-size: 16px;
}

#fh5co-team .person .social {
  padding: 0;
  margin: 0;
}

#fh5co-team .person .social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#fh5co-team .person .social li a {
  padding: 10px;
}

#fh5co-team .person .social li a:hover {
  text-decoration: none;
}

#fh5co-team .person:focus, #fh5co-team .person:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

#fh5co-gallery {
  clear: both;
  float: left;
  width: 100%;
}

#fh5co-gallery .fh5co-item {
  display: block;
  position: relative;
  width: 25%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  float: left;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #fh5co-gallery .fh5co-item {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-gallery .fh5co-item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-gallery .fh5co-item {
    width: 100%;
  }
}

#fh5co-gallery .fh5co-item .fh5co-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: #f6b400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

#fh5co-gallery .fh5co-item .fh5co-copy {
  z-index: 3;
  position: relative;
  height: 300px;
  display: table;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #fh5co-gallery .fh5co-item .fh5co-copy {
    height: 200px;
  }
}

#fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner {
  width: 100%;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  #fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner {
    height: 200px;
  }
}

#fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: relative;
}

#fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner h2 {
  top: -10px;
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

#fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner h3 {
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  bottom: -10px;
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 8px 12px;
  width: 110px;
  margin: 0 auto;
  float: none;
}

#fh5co-gallery .fh5co-item:hover, #fh5co-gallery .fh5co-item:focus, #fh5co-gallery .fh5co-item:active {
  background-size: cover;
  text-decoration: none;
}

#fh5co-gallery .fh5co-item:hover .fh5co-overlay, #fh5co-gallery .fh5co-item:focus .fh5co-overlay, #fh5co-gallery .fh5co-item:active .fh5co-overlay {
  opacity: .8;
  visibility: visible;
}

#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h3 {
  opacity: 1;
  visibility: visible;
}

#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h2 {
  top: 0;
}

#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h3 {
  bottom: 0;
}

.padd {
  padding: 40px 0px !important;
}

#fh5co-contact {
  padding: 5em 0;
}

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

#fh5co-contact .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #a7a7a7;
  font-size: 14px;
  padding: 10px 10px;
  height: auto !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#fh5co-contact .form-control:active, #fh5co-contact .form-control:focus {
  border-bottom: 1px solid #f6b400;
}

.fh5co-cover {
  padding: 6em 0;
}

.fh5co-cover .icon {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.fh5co-cover .icon i {
  font-size: 40px;
  color: #f6b400;
}

.fh5co-cover h2 {
  color: #fff;
  font-size: 20px;
}

.fh5co-cover h3 {
  color: #fff;
  text-align: center;
  padding: 0;
}

.fh5co-cover p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

#fh5co-footer {
  padding: 1.5em 0;
  background: #21232c;
  -webkit-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
}

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

#fh5co-footer p:last-child {
  margin-bottom: 0;
}

#fh5co-footer .fh5co-social {
  float: right;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-social {
    float: left;
    text-align: left;
  }
}

#fh5co-footer .fh5co-social li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#fh5co-footer .fh5co-social li a {
  padding: 0 10px;
}

#fh5co-footer .fh5co-social li a i {
  font-size: 18px;
}

#fh5co-footer .fh5co-social li a:hover, #fh5co-footer .fh5co-social li a:focus, #fh5co-footer .fh5co-social li a:active {
  text-decoration: none;
  outline: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#fh5co-container {
  background: #fff;
}

#fh5co-offcanvas, #fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
  z-index: 2;
  position: relative;
}

#fh5co-offcanvas {
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  width: 275px;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.75em 1.25em;
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

#fh5co-offcanvas a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 7px 0;
}

#fh5co-offcanvas a:hover, #fh5co-offcanvas a:focus, #fh5co-offcanvas a:active {
  outline: none;
  text-decoration: none;
  color: #f6b400;
}

#fh5co-offcanvas a.active {
  color: #f6b400;
}

@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}

.offcanvas-visible #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #fh5co-container, #fh5co-footer, .fh5co-nav-toggle {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.offcanvas-visible #fh5co-container, .offcanvas-visible #fh5co-footer, .offcanvas-visible .fh5co-nav-toggle {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
}

.js-sticky {
  display: block;
}

@media screen and (max-width: 768px) {
  .js-sticky {
    display: none;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

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

#banner {
  width: 100%;
  min-height: 100px;
}

#banner img {
  width: 100%;
}

.navbar-brand {
  padding: 9px 15px;
  margin: 0px;
  background: none;
}

.navbar-default {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.navbar-right {
  padding-top: 15px;
}

.nav > li > a {
  font-family: "OpenSans-Semibold";
  text-transform: uppercase;
  padding: 12px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.carousel-caption {
  bottom: 40%;
}

.carousel-caption h4 {
  font-size: 60px;
  text-align: center;
  color: #fff;
  padding: 22px 0 0px 0;
  line-height: 70px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  text-shadow: none;
}

.carousel-caption h5 {
  font-size: 16px;
  text-align: center;
  color: #b5b5b5;
  padding: 0px 21% 0px 21%;
  text-shadow: none;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
}

.carousel-caption .color {
  color: #fff;
  font-size: 14px;
  padding-top: 8px;
}

.carousel-caption .size {
  font-size: 70px;
  letter-spacing: 1px;
}

.colryel {
  color: #f6b400  !important;
}

#works {
  background: #068ad5 !important;
}

.spacer {
  padding: 2em 1em;
  padding-bottom: 0;
}

#works h2 {
  font-family: "arial";
  font-size: 36px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  text-transform: none;
}

#works p {
  font-size: 14px;
  margin: 0 auto;
  line-height: 23px;
  padding-bottom: 16px;
  text-align: left;
  font-family: "arial";
  font-weight: normal;
  color: #fff;
}

.btn {
  color: #fff;
  padding: 8px 26px;
  border-radius: 0;
  margin-top: 10px;
  background: #d8bf00;
  float: right;
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
}

.btn:hover {
  background: #188f69;
  color: #fff;
}

.carousel-inner {
  margin-top: 3.4%;
}

.activate {
  color: #00aacf !important;
}

#testmnl {
  padding: 70px 0px;
  background: #fff !important;
  margin: 0px;
}

.person-text a {
  color: #059531;
  display: block;
  font-size: 18px;
  margin-top: 3px;
  font-family: "arial";
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.person-text p {
  color: #696969;
  font-family: "arial";
  font-size: 13px;
  line-height: 18px;
  text-align: center !important;
  font-weight: normal;
  padding-top: 10px;
}

.rndbx {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px 15px;
}

.carousel-control.left {
  background: none;
}

.carousel-control.right {
  background: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-inverse {
  padding: 18px 0px;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-toggle {
  background: #0970e9;
}

.navbar-inverse .navbar-nav > li > a {
  color: #585858;
}

.navbar-inverse .navbar-nav > li > a {
  text-align: center;
}

@media (min-width: 300px) {
  .carousel-inner {
    margin-top: 5%;
  }
}

.navbar-inverse .navbar-nav > li > a {
  font-family: "OpenSans-Semibold";
}

.navbar-nav > li {
  font-family: "OpenSans-Semibold";
}
