body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: #686868;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


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

p {
  margin-bottom: 20px;
}

h1,
h2,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  font-style: Italic;
}

h3 {
  font-family:Futura, Trebuchet MS, Arial, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 1px;
}

h2 {
  font-size: 22px;
}

h1 {
  font-size: 28px;
}

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

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

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

.gtco-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12px;
}

.gtco-nav {
  position: relative;
  top: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 1001;
  font-weight: 100;
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 10px 0;
   
    /* border-bottom: 1px solid #666666; */
  }
}

@media screen and (max-width: 768px) {
  .gtco-nav .menu-1,
  .gtco-nav .menu-2 {
    display: none;
  }
}
.gtco-nav ul {
  padding: 0;
  margin: 0.4em 0 0 0;
}

/* @media screen and (max-width: 600px) {
  .gtco-nav ul  {
    display: flex;
    flex-direction: column;
  } */

.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  line-height: 1.5;
  font-weight: 100;
  letter-spacing: 0.1em;
}

/* @media screen and (max-width: 500px) {
  .gtco-nav ul li {
    display: flex;
    flex-direction: column;
  } */
.gtco-nav ul li > a {
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 0.09em;
}
.gtco-nav ul li a {
  font-size: 16px;
  padding: 20px 15px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}


}
.gtco-nav ul li a:hover,
.gtco-nav ul li a:focus,
.gtco-nav ul li a:active {
  color: #cccccc;
}

.gtco-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
  color: #686868 !important;

}

@media screen and (max-width: 480px) {
  #gtco-header .text-left {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #gtco-header .btn {
    display: block;
    width: 100%;
  }
}

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

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

#gtco-footer {
  background: #000;
  padding: 1em 0 0 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  float: left;
}
#gtco-footer p {
  color: #c1c1c1;
 
}
#gtco-footer a:hover {
  color: #fff !important;
}
#gtco-footer .gtco-cta {
  margin-bottom: 30px;
}
#gtco-footer .gtco-cta h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}
#gtco-footer .gtco-cta .btn-white {
  padding: 15px 20px !important;
}
#gtco-footer .gtco-cta .btn-white.btn-outline:hover {
  color: #000 !important;
}
#gtco-footer .gtco-footer-paragraph h3 {
  color: #fff;
  margin-bottom: 10px;
}
#gtco-footer .gtco-footer-link {
  padding-left: 30px;
}
#gtco-footer .gtco-footer-link h3 {
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .gtco-footer-link {
    padding-left: 15px;
  }
}

#gtco-footer .gtco-copyright {
  background: #000;
  padding: 15px 0;
  float: left;
  width: 100%;
}
#gtco-footer .gtco-copyright p {
  font-family: "Montserrat", sans-serif;
}
#gtco-footer .gtco-copyright p:last-child {
  margin-bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.gtco-section {
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gtco-section {
    padding: 3em 0;
  }
}
.gtco-section.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
.gtco-section.gtco-gray {
  background: #f6f6f6;
}

.gtco-heading {
  margin-bottom: 1em;
  /* border-top: 1px solid; */
  padding-top: 30px;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
.gtco-heading h2 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #7c8d9e;
  font-weight: 300;
}
.gtco-heading p {
  font-size: 15px;
  line-height: 2;
  color: #686868;
}
/* 

  /* 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; */
}


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


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

@media screen and (max-width: 768px) {
  .gtco-nav .gtco-contact {
    text-align: left !important;
  }
}
.gtco-nav .gtco-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.gtco-nav .gtco-contact ul li {
  padding: 0;
  margin: 0;
}
.gtco-nav .gtco-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.gtco-nav .gtco-contact ul li a i {
  color: #748798;
}
.gtco-nav .gtco-contact ul li a:hover i {
  color: #fff;
}

.gtco-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
}



.feature-left {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .feature-left {
    margin-bottom: 20px;
  }
}
.feature-left > .icon {
  float: left;
  font-size: 34px;
  color: #cccccc;
}
.feature-left > .copy {
  padding-left: 30px;
}
.feature-left > .copy h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.feature-left > .copy p {
  font-size: 14px !important;
  line-height: 26px;
}
.feature-left > .copy p:last-child {
  margin-bottom: 0;
}
.feature-left > .icon,
.feature-left > .copy {
  display: table-cell;
}

.gtco-services .feature-left {
  float: left;
  width: 100%;
  margin-bottom: 50px !important;
}
.gtco-services .feature-left p {
  margin-bottom: 10px !important;
}

/*# sourceMappingURL=style.css.map */
* {
  box-sizing: border-box;
}
.grid {
  max-width: 1200px;
  width: 100%;
  padding: 20px;
}

#fh5co-work-section,
#fh5co-about-section,
#fh5co-map-section {
  padding-bottom: 7em;
}

#fh5co-intro-section {
  margin-bottom: 2em;
  padding-bottom: 2em;
}



.fh5co-work-section {
  padding-top: 0 !important;
}
.work {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
  margin-bottom: 30px;
}
.work .view {
  width: 100%;
  height: 400px;
  display: table;
  opacity: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .work .view {
    opacity: 1;
  }
}
.work .view span,
.work .view i {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.work h3 {
  margin-top: 30px;
}
.work h3 a {
  color: #000;
}
.work:hover .view,
.work:focus .view {
  opacity: 1;
}

header[role="banner"] {
  #logo-main {
    display: block;
    margin: 20px auto;
  }
}
.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

img {
  vertical-align: middle;
  padding: 3px;
}

@media screen and (max-width: 320px) {
  .gtco-nav img {
    width: 100%;
    height: auto;
  }
}

.feature-left > .copy p:last-child {
  margin-bottom: 40px;
}

.nav {
  display: flex;
  justify-content: center;
}

.logo {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 20px;
  color: black;
  letter-spacing: 3px;
  padding-top: 20px;
  font-weight: 500;
}

ul {
  list-style-type: none;
}

.side-block{
  padding-bottom: 30px;
}

#menu-icon {

	display: none;
	width: 40px;
	height: 40px;
	/* background: #4C8FEC url(../images/menu-icon.png) center; */

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}


#underline {
  display: inline;
  position: relative;
  overflow: hidden;
}
#underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -5px;
  background: #000;
  height: 2px;
  transition-property: left right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#underline:hover:after,
#underline:focus:after,
#underline:active:after {
  right: 0;
}

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

	nav ul, nav:active ul { 

		display: inline-flex;
		position: inherit;
		background: #fff;
		width: 100%;
    font-size: 9px;
    flex-direction:column;
    text-align:center;
  }
  
  .gtco-nav ul li > a {
  line-height: 3;
  }
  .gtco-nav ul li.active > a {
    width: 100%;
    padding: 0;
   
  }

	/* nav:hover ul {
    display: flex;
  flex-direction:column;
  } */
  

