@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?37927580");
  src: url("../fonts/fontello.eot?37927580#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff2?37927580") format("woff2"),
    url("../fonts/fontello.woff?37927580") format("woff"),
    url("../fonts/fontello.ttf?37927580") format("truetype"),
    url("../fonts/fontello.svg?37927580#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

a {
  transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
}

a:focus,
a:hover {
  outline: 0 none;
  text-decoration: none;
}

h4 {
  font-size: 30px;
}

.btn {
  min-width: 145px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  -ms-transition: box-shadow 0.25s ease-in-out;
}

.btn-fill {
  color: #fff;
  background-color: #212121;
}

.btn-border {
  background-color: transparent;
  color: #212121;
  border: 1px solid #212121;
}

.btn-fill:hover,
.btn-fill:focus {
  color: #fff;
}

.btn:hover,
.btn:focus {
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.15);
}
.form-control {
  width: 80%;
  height: 20%;
  border: 1px solid #000;
  border-radius: 0.5em;
  background-color: transparent;
  color: #000;
  box-shadow: none;
  margin-left: 45px;
  padding-top: 20px;
  margin-bottom: 5px;
  -webkit-appearance: none;
}

textarea {
  min-height: 100px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid Black;
  border-bottom-color: #000;
}

::-moz-placeholder,
::-webkit-input-placeholder {
  font-size: 16px;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #212121;
  scroll-behavior: smooth;
}

.img-res {
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.visible-xxs {
  display: none;
}

.gray-bg {
  background-color: #e1e1e1;
}

/* HEADER
  ================================================== */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 5;
}

.site-logo {
  padding-bottom: 2px;
  color: #000;
  font-size: 30px;
  font-weight: 500;
}

/* Navigation */
.navbar-nav > li > a {
  padding: 5px 0;
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -webkit-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  -ms-transition: border-color 0.25s ease-in-out;
}

.navbar-nav.navbar-right {
  margin-right: 0;
}

.navbar-nav > li + li > a {
  margin-left: 40px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active > a,
.nav > li > a:hover,
.nav > li.active > a {
  background-color: transparent;
  border-bottom: 2px solid #212121;
}

.nav > li > a:focus {
  background-color: transparent;
}

/* HERO
  ================================================== */
.hero {
  background: url(../img/hero.jpg) no-repeat center / cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.hero .container {
  position: relative;
  height: 100%;
}

.hero .col-md-6:first-child {
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
}

.hero .col-md-6:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero h1 {
  font-size: 46px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.job-title {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1;
}

.hero img {
  height: 600px;
}
.down-btn {
  margin-bottom: 1em;
}

/* SITEMAIN
  ================================================== */
.site-main {
  position: relative;
  margin-bottom: 100px;
  background-color: #fff;
  z-index: 1;
}
/* site-section */
.site-section {
  padding-top: 120px;
}

.site-section h2,
.site-section h3 {
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
}

.img-lines {
  margin: 15px 0 40px;
}

.site-section p {
  margin-bottom: 35px;
}

/* Section: Services */
.section-services {
  position: relative;
  padding-top: 220px;
}

.section-services:before {
  content: "";
  background: url(../img/services-bg.jpg) no-repeat fixed center / cover;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
}

.overlay:after {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
}

.section-services .container {
  padding: 120px 100px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.service h4 {
  margin: 25px 0;
  font-size: 24px;
  font-weight: 700;
}

.service p {
  color: #000;
  margin-bottom: 0;
}

/* Section: Portfolio */
.section-portfolio {
  padding-bottom: 120px;
}

.portfolio-item {
  height: 280px;
  margin-bottom: 30px;
  position: relative;
}

.section-portfolio .col-md-4:nth-last-child(-n + 3) .portfolio-item {
  margin-bottom: 0;
}

.portfolio-item:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
}

.portfolio-item:hover:before {
  background-color: rgba(33, 33, 33, 0.6);
}

.portfolio-item-info {
  position: absolute;
  top: 150px;
  left: 0px;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
}

.portfolio-item:hover .portfolio-item-info {
  left: 50px;
  opacity: 1;
}

.portfolio-item-info h4 {
  margin: 0 0 20px;
  font-weight: 700;
  color: #fff;
}

.portfolio-item-info a {
  padding: 6px 7px 4px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.portfolio-item-info a:hover {
  color: #212121;
  background-color: #fff;
}

.section-portfolio .btn {
  margin-top: 10px;
}

/* Section: Form*/
.section-form .box {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
  min-height: 23em;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.5em;
  color: #000;
  z-index: 1;
  padding-top: 50px;
  animation-delay: 2s;
  margin-top: 11em;
}
.contact {
  font-size: 1.5em;
  font-weight: 500;
}

.inform {
  font-size: 1.15em;
  margin-bottom: 1em;
}

#phone {
  position: absolute;
  top: 12%;
  left: 6%;
  transform: translateY(40%);
  cursor: pointer;
  background-color: #fff;
  color: #000;
  padding: 8px;
  border: 0.3px solid #d3d3d3;
}

#phone:hover {
  background-color: #000;
  color: #fff;
}

#email {
  position: absolute;
  top: 36%;
  left: 6%;
  transform: translateY(40%);
  cursor: pointer;
  background-color: #fff;
  color: #000;
  padding: 8px;
  border: 0.3px solid #d3d3d3;
}

#email:hover {
  background-color: #000;
  color: #fff;
}

#location {
  position: absolute;
  top: 60%;
  left: 6%;
  transform: translateY(40%);
  cursor: pointer;
  background-color: #fff;
  color: #000;
  padding: 8px 10px;
  border: 0.3px solid #d3d3d3;
}

#location:hover {
  background-color: #000;
  color: #fff;
}

.box > .inform + .contact {
  margin-top: 30px;
}
.submit {
  margin-bottom: 5px;
}

.submit:hover {
  background-color: #000;
  color: #f1f1f1;
}
.site-footer {
  position: relative;
  bottom: 0;
  padding: 10px 0;
  background-color: #000;
  margin-top: -3em;
}
.icon {
  line-height: 1em;
  color: #f1f1f1;
  float: left;
  margin-left: 10px;
}
.copyright,
.name,
.icon-1 {
  color: #f1f1f1;
}
