@font-face {
  
  font-family: "icomoon";
  
  font-style: normal;
  
  font-weight: normal;
  
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");
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}

body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #71a6ff;
transition: all 0.5s ease 0s, all 0s ease 0s;
}

a:hover {
  text-decoration: none !important;
  color: #71a6ff;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #71a6ff;
  font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: lighter;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

figure {
  margin-bottom: 2em;
}

*::-moz-selection {
  color: #fcfcfc;
  background-color: #ff5722;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

#fh5co-header {
  position: relative;
  margin-bottom: 0px;
  z-index: 9999999;
}

.stuck {
  position: fixed !important;
  top: 0px !important;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.header-top {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: #ff5722;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.header-top .fh5co-link a {
  margin-left: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.header-top .fh5co-link a:first-child {
  margin-left: 0px;
}

.header-top .fh5co-link a:hover {
  color: white !important;
}

@media screen and (max-width: 768px) {
  .header-top .fh5co-link { text-align: center; }
}

.header-top .fh5co-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 15px;
  position: relative;
transition: all 0.5s ease 0s, all 0s ease-in-out 0s;
}

.header-top .fh5co-social a:last-child {
  margin-right: 0px;
}

.header-top .fh5co-social a:hover, .header-top .fh5co-social a:focus, .header-top .fh5co-social a:active {
  text-decoration: none;
  color: white !important;
}

.header-top .fh5co-social a:hover i, .header-top .fh5co-social a:focus i, .header-top .fh5co-social a:active i {
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .header-top .fh5co-social { text-align: center !important; }
}

.fh5co-cover, .fh5co-hero {
  position: relative;
  height: 800px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover, .fh5co-hero { height: 700px; }
}

.fh5co-cover.fh5co-hero-2, .fh5co-hero.fh5co-hero-2 {
  height: 600px;
}

.fh5co-cover.fh5co-hero-2 .fh5co-overlay, .fh5co-hero.fh5co-hero-2 .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.fh5co-cover {
  background-size: cover;
  position: relative;
}

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

.fh5co-cover .btn {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  opacity: 0.9;
}

.fh5co-cover.fh5co-cover_2 {
  height: 600px;
}

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

.fh5co-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: white;
}

@media screen and (max-width: 768px) {
  .fh5co-cover .desc { padding-left: 15px; padding-right: 15px; }
}

.fh5co-cover .desc h2 {
  color: white;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}

.fh5co-cover .desc h2 strong {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .fh5co-cover .desc h2 { font-size: 40px; }
}

.fh5co-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}

.fh5co-cover .desc span a {
  color: white;
}

.fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
  color: white !important;
}

.fh5co-cover .desc span a.btn:hover, .fh5co-cover .desc span a.btn:focus {
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: white !important;
  border-right-color: white !important;
  border-bottom-color: white !important;
  border-left-color: white !important;
  background-color: transparent !important;
  background-image: none !important;
  background-repeat: repeat !important;
  background-attachment: scroll !important;
  background-position: 0% 0% !important;
}

.fh5co-cover .desc span a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.sf-menu {
  margin-top: 7px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
box-shadow: none;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  min-width: 12em;
}

.sf-menu a {
  color: rgba(0, 0, 0, 0.5);
  padding-top: 0.75em !important;
  padding-right: 1em !important;
  padding-bottom: 0.75em !important;
  padding-left: 1em !important;
  font-weight: normal;
  border-left-width: medium;
  border-left-style: none;
  border-top-width: medium;
  border-top-style: none;
  text-decoration: none;
  font-size: 16px;
  border-bottom-width: medium !important;
  border-bottom-style: none !important;
}

.sf-menu a:hover, .sf-menu a:focus {
  color: #ff5722 !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #ff5722;
}

.sf-menu li, .sf-menu ul li, .sf-menu ul ul li, .sf-menu li:hover, .sf-menu li.sfHover {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.sf-menu ul li a, .sf-menu ul ul li a {
  text-transform: none;
  padding-top: 0.2em !important;
  padding-right: 1em !important;
  padding-bottom: 0.2em !important;
  padding-left: 1em !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.sf-menu li:hover a, .sf-menu li.sfHover a, .sf-menu ul li:hover a, .sf-menu ul li.sfHover a, .sf-menu li.active a {
  color: #ff5722;
}

.sf-menu ul li:hover, .sf-menu ul li.sfHover {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.sf-menu ul li {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
}

.sf-arrows .sf-with-ul::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0px;
  width: 0px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #cccccc;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
}

.sf-arrows > li > .sf-with-ul:focus::after, .sf-arrows > li:hover > .sf-with-ul::after, .sf-arrows > .sfHover > .sf-with-ul::after {
  border-top-color: #cccccc;
}

.sf-arrows ul .sf-with-ul::after {
  margin-top: -5px;
  margin-right: -3px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #cccccc;
}

.sf-arrows ul li > .sf-with-ul:focus::after, .sf-arrows ul li:hover > .sf-with-ul::after, .sf-arrows ul .sfHover > .sf-with-ul::after {
  border-left-color: #cccccc;
}

#fh5co-header-section {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  position: relative;
  left: 0px;
  width: 100%;
  z-index: 1022;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#fh5co-logo {
  position: relative;
  z-index: 2;
  font-size: xx-large;
  text-transform: uppercase;
  margin-top: 35px;
  float: left;
}

#fh5co-logo span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #fh5co-logo { width: 100%; float: none; text-align: center; }
}

#fh5co-logo a {
  color: #25C7B6;
}

#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #ff5722 !important;
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 15px;
}

#fh5co-menu-wrap .sf-menu a {
  padding-top: 1em;
  padding-right: 0.75em;
  padding-bottom: 1em;
  padding-left: 0.75em;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #10F1B6 !important;
}

#fh5co-primary-menu > li > .sf-with-ul::after {
  border-top-width: medium !important;
  border-right-width: medium !important;
  border-bottom-width: medium !important;
  border-left-width: medium !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu > li > ul li {
  position: relative;
}

#fh5co-primary-menu > li > ul li > .sf-with-ul::after {
  border-top-width: medium !important;
  border-right-width: medium !important;
  border-bottom-width: medium !important;
  border-left-width: medium !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding-top: 10px;
  padding-right: 7px;
  padding-bottom: 10px;
  padding-left: 7px;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  left: 0px;
  border-radius: 5px;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu::before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0px;
  height: 0px;
  content: "";
}

#fh5co-primary-menu .fh5co-sub-menu::after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0px;
  height: 0px;
  border-right-width: 8px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: white;
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: transparent;
  content: "";
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu::before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu::after {
  top: 7px;
  right: 100%;
  border-top-width: medium !important;
  border-right-width: medium !important;
  border-bottom-width: medium !important;
  border-left-width: medium !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-top-color: #ebebeb;
  border-right-color: #ebebeb;
  border-bottom-color: #ebebeb;
  border-left-color: #ebebeb;
box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.09);
}

.site-header.has-image #primary-menu .sub-menu::before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #ff5722 !important;
}

#fh5co-work-section, #fh5co-services-section, #fh5co-content-section, #fh5co-work-section_2, #fh5co-blog-section, #fh5co-features {
  padding-top: 7em;
  padding-right: 0px;
  padding-bottom: 7em;
  padding-left: 0px;
}

@media screen and (max-width: 768px) {
  #fh5co-work-section, #fh5co-services-section, #fh5co-content-section, #fh5co-work-section_2, #fh5co-blog-section, #fh5co-features { padding: 4em 0px; }
}

.fh5co-section-gray {
  background-color: rgba(0, 0, 0, 0.04);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 5em;
}

.heading-section::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background-color: #ff5722;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.heading-section h3 {
  font-size: 44px;
  font-weight: 300;
  position: relative;
}

.heading-section p {
  font-size: 20px;
}

.feature-text h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  color: black;
  letter-spacing: 0.2em;
}

.feature-text h3 .number {
  margin-right: 5px;
  color: #0EABA7;
  display: inline-block;
}

.feature-text p {
  font-size: 16px;
}

.services {
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.18);
  border-right-color: rgba(0, 0, 0, 0.18);
  border-bottom-color: rgba(0, 0, 0, 0.18);
  border-left-color: rgba(0, 0, 0, 0.18);
transition: all 0.3s ease 0s;
}

.services:hover, .services:focus, .services:active {
box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

.services span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

.services span i {
  font-size: 40px;
  color: #ff5722 !important;
}

.services h3 {
  font-size: 20px;
  font-weight: 400;
  color: #ff5722;
}

.services p {
  font-size: 16px;
  color: gray;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}

@media screen and (max-width: 992px) {
  .feature-left .icon { width: 10%; }
}

@media screen and (max-width: 768px) {
  .feature-left .icon { width: 15%; }
}

.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #ff5722;
}

.feature-left .feature-copy {
  float: right;
  width: 80%;
}

@media screen and (max-width: 992px) {
  .feature-left .feature-copy { width: 90%; }
}

@media screen and (max-width: 768px) {
  .feature-left .feature-copy { width: 85%; }
}

@media screen and (max-width: 480px) {
  .feature-left .feature-copy { width: 80%; }
}

.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.feature-left .feature-copy p {
  font-size: 16px;
  line-height: 1.8;
}

#fh5co-portfolio {
  padding-top: 7em;
  padding-right: 0px;
  padding-bottom: 7em;
  padding-left: 0px;
  min-height: 500px;
}

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

#fh5co-portfolio-list {
  flex-wrap: wrap;
  display: flex;
  position: relative;
  float: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 100%;
}

#fh5co-portfolio-list li {
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 1%;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}

@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li { margin-left: 0px; }
}

#fh5co-portfolio-list li a {
  min-height: 400px;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  position: relative;
  width: 100%;
  display: block;
}

#fh5co-portfolio-list li a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  z-index: 80;
transition: all 0.5s ease 0s;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

#fh5co-portfolio-list li a:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

#fh5co-portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li a .case-studies-summary { bottom: 1em; left: 1em; right: 1em; }
}

#fh5co-portfolio-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

#fh5co-portfolio-list li a .case-studies-summary h2 {
  color: white;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li a .case-studies-summary h2 { font-size: 20px; }
}

#fh5co-portfolio-list li.two-third {
  width: 65.6%;
}

@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li.two-third { width: 49%; }
}

@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.two-third { width: 100%; }
}

#fh5co-portfolio-list li.one-third {
  width: 32.3%;
}

@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li.one-third { width: 49%; }
}

@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.one-third { width: 100%; }
}

#fh5co-portfolio-list li.one-half {
  width: 49%;
}

@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.one-half { width: 100%; }
}

#fh5co-features {
  padding-top: 4em;
  padding-right: 0px;
  padding-bottom: 4em;
  padding-left: 0px;
}

#fh5co-features .feature-left {
  margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
  #fh5co-features .feature-left { margin-bottom: 30px; }
}

#fh5co-features .feature-left .icon i {
  color: #d9d9d9 !important;
}

#fh5co-features .feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}

@media screen and (max-width: 992px) {
  #fh5co-features .feature-left .icon { width: 10%; }
}

@media screen and (max-width: 768px) {
  #fh5co-features .feature-left .icon { width: 15%; }
}

#fh5co-features .feature-left .feature-copy {
  float: right;
  width: 80%;
}

@media screen and (max-width: 992px) {
  #fh5co-features .feature-left .feature-copy { width: 90%; }
}

@media screen and (max-width: 768px) {
  #fh5co-features .feature-left .feature-copy { width: 85%; }
}

@media screen and (max-width: 480px) {
  #fh5co-features .feature-left .feature-copy { width: 80%; }
}

#fh5co-features .feature-left h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

#fh5co-features .feature-left p {
  font-size: 15px;
}

#fh5co-features .feature-left p:last-child {
  margin-bottom: 0px;
}

#fh5co-feature-product {
  padding-top: 7em;
  padding-right: 0px;
  padding-bottom: 7em;
  padding-left: 0px;
}

#fh5co-services, #fh5co-about, #fh5co-contact {
  padding-top: 7em;
  padding-right: 0px;
  padding-bottom: 7em;
  padding-left: 0px;
}

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

#fh5co-services .fh5co-number {
  font-size: 30px;
  color: #ff5722;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: inline-block;
}

#fh5co-services .fh5co-number::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0px;
  left: 0px;
  background-color: #ff5722;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

#fh5co-services .fh5co-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon { margin-top: 0px; float: none; }
}

#fh5co-services .fh5co-icon i {
  font-size: 200px;
  color: #ff5722;
}

@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon i { font-size: 100px; }
}

#fh5co-contact .contact-info {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#fh5co-contact .contact-info li {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  position: relative;
  padding-left: 40px;
}

#fh5co-contact .contact-info li i {
  position: absolute;
  top: 0.3em;
  left: 0px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}

#fh5co-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}

#fh5co-contact .form-control {
box-shadow: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  border-radius: 0px;
}

#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

#fh5co-contact input[type="text"] {
  height: 50px;
}

#fh5co-contact .form-group {
  margin-bottom: 30px;
}

.fh5co-testimonial, .fh5co-team {
  position: relative;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 4em;
  padding-right: 0px;
  padding-bottom: 4em;
  padding-left: 0px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .fh5co-testimonial, .fh5co-team { border-right: 0px none; margin-bottom: 80px; }
}

.fh5co-testimonial h2, .fh5co-team h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}

.fh5co-testimonial figure, .fh5co-team figure {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -65px;
  background-size: cover;
}

.fh5co-testimonial figure img, .fh5co-team figure img {
  width: 130px;
  height: 130px;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  background-size: cover;
  border-radius: 50%;
}

.fh5co-testimonial > div, .fh5co-team > div {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.fh5co-testimonial > div h3, .fh5co-team > div h3 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #ff5722;
}

.fh5co-testimonial > div .position, .fh5co-team > div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}

.fh5co-testimonial > div, .fh5co-testimonial blockquote, .fh5co-team > div, .fh5co-team blockquote {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-bottom: 20px;
  padding-top: 30px;
}

.fh5co-testimonial > div p, .fh5co-testimonial blockquote p, .fh5co-team > div p, .fh5co-team blockquote p {
  font-size: 18px;
  line-height: 1.6em;
  color: #555555;
}

.fh5co-testimonial span, .fh5co-team span {
  font-style: italic;
  color: #b3b3b3;
}

.fh5co-blog {
  margin-bottom: 60px;
}

.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-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  width: 90%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  float: right;
  margin-top: -5em;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
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.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}

.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: #ff5722;
  padding-left: 7px;
}

.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#fh5co-start-project-section {
  padding-top: 7em;
  padding-right: 0px;
  padding-bottom: 7em;
  padding-left: 0px;
  background-color: #f64e8b;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

#fh5co-start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  #fh5co-start-project-section h2 { font-size: 30px; }
}

#fh5co-start-project-section a:hover, #fh5co-start-project-section a:focus, #fh5co-start-project-section a:active {
  color: white !important;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #map { height: 200px; }
}

.fh5co-social-icons > a {
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  color: #ff5722;
}

.fh5co-social-icons > a i {
  font-size: 26px;
}

.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

#footer {
  background-color: #ff5722;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
}

#footer p {
  color: white;
  font-size: 14px;
}

#footer p a {
  color: rgba(255, 255, 255, 0.5);
}

#footer p a:hover, #footer p a:active, #footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}

.btn {
transition: all 0.3s ease 0s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
transition: all 0.3s ease 0s;
}

.btn.btn-primary {
  background-color: #ff5722;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
box-shadow: none;
  background-color: #ff5722;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white !important;
}

.btn:hover, .btn:active, .btn:focus {
  background-color: #393e46 !important;
  background-image: none !important;
  background-repeat: repeat !important;
  background-attachment: scroll !important;
  background-position: 0% 0% !important;
  color: white;
  outline-width: medium !important;
  outline-style: none !important;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

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

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}

.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
transition: all 0.5s ease 0s;
}

.fh5co-offcanvas #fh5co-page {
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #fh5co-menu-wrap { display: none; }
}

#offcanvas-menu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 99;
  background-color: #222222;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  right: -240px;
  width: 240px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  overflow-y: scroll !important;
  display: none;
}

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

#offcanvas-menu ul {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#offcanvas-menu ul li {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}

#offcanvas-menu ul li a:hover {
  color: #ff5722;
}

#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}

#offcanvas-menu ul li.active > a {
  color: #ff5722;
}

#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline-width: medium;
  outline-style: none;
  border-bottom-width: medium !important;
  border-bottom-style: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  color: white;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 0.4;
  font-family: Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
transition: all 0.2s ease-out 0s;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  position: absolute;
  left: 0px;
transition: all 0.2s ease 0s;
}

.fh5co-nav-toggle.dark i {
  position: relative;
  color: black;
  background-color: black;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
transition: all 0.2s ease-out 0s;
}

.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background-color: black;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
transition: all 0.2s ease 0s;
}

.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-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

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

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

.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle { display: block; top: 0px; margin-top: 2em; }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 { float: none; width: 100%; }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg { padding-bottom: 2em; }
}

.row-top-padded-lg {
  padding-top: 7em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-lg { padding-top: 2em; }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md { padding-bottom: 2em; }
}

.row-top-padded-md {
  padding-top: 4em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-md { padding-top: 2em; }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm { padding-bottom: 2em; }
}

.row-top-padded-sm {
  padding-top: 2em;
}

@media screen and (max-width: 768px) {
  .row-top-padded-sm { padding-top: 2em; }
}

.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

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

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

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #222222;
  background-image: url("../images/hourglass.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

#Titulo {
  font-size: xx-large;
}

#titulo {
  font-weight: lighter !important;
  font-size: xx-large;
}

#semblanzatitulo {
  font-weight: lighter;
  color: #3f7758;
}

#noticias {
  font-weight: lighter;
}

#proyectos {
  font-weight: lighter;
}

#ensamblajetitulo {
  font-size: x-large;
}

#series {
  color: #3c795f;
}

#nota {
  font-weight: lighter;
}

#nota2 {
  font-weight: lighter;
}

#nota1 {
  font-weight: lighter;
}

#contactotabla {
  text-align: center;
  float: none;
}

#TITU001 {
  font-weight: normal;
  font-style: normal;
  text-transform: lowercase;
  writing-mode: vertical-lr;
  font-variant: small-caps;
  text-align: left;
}

#titulo002 {
  text-align: left;
}

#tabla {
  text-align: center;
}

#tabla2 {
  text-align: center;
}

