:root {
  font-size: 62.5%;
}

:root body {
  font-family: "Hind", Arial, sans-serif;
  font-size: 1.6rem;
}

.title {
  position: relative;
  padding-left: 25px;
  margin-bottom: 50px;
}

.title h4 {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .1rem;
  color: rgba(0, 0, 0, 0.4);
}

.title h1 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -.2rem;
  color: #393434;
}

.title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #ffb12b;
}

.title p {
  margin-top: 20px;
}

h1,
h2,
h3 {
  font-family: "Montserrat", Helvetica, sans-serif;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.4rem;
}

p {
  color: #666;
  font-size: 1.6rem;
  margin: 20px 0;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

.gutter-50 {
  padding: 25px 0;
}

.gutter-100 {
  padding: 50px 0;
}

.contact-btn, .readmore, .ghost-btn {
  background-color: #ffb12b;
  color: #fff !important;
  padding-top: 13px;
  padding: 12px 30px;
  margin-left: 40px;
  font-size: 1.8rem;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.contact-btn .btn-content, .readmore .btn-content, .ghost-btn .btn-content {
  position: relative;
  z-index: 100;
  font-weight: 500;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.contact-btn:before, .readmore:before, .ghost-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.contact-btn:hover, .readmore:hover, .ghost-btn:hover, .contact-btn:focus, .readmore:focus, .ghost-btn:focus {
  color: #ffb12b !important;
  -webkit-box-shadow: 0px 32px 81px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 32px 81px -7px rgba(0, 0, 0, 0.4);
}

.contact-btn:hover:before, .readmore:hover:before, .ghost-btn:hover:before, .contact-btn:focus:before, .readmore:focus:before, .ghost-btn:focus:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.readmore {
  margin: 0;
  text-decoration: none !important;
  margin-bottom: 30px;
}

.readmore:hover, .readmore:focus {
  -webkit-box-shadow: 0px 10px 46px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 46px -8px rgba(0, 0, 0, 0.2);
}

.ghost-btn {
  margin: 0;
  text-decoration: none !important;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 11px 30px;
  margin-bottom: 30px;
}

.ghost-btn:hover, .ghost-btn:focus {
  border-color: #fff;
  -webkit-box-shadow: 0px 10px 46px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 46px -8px rgba(0, 0, 0, 0.2);
}

#about .readmore, #howitworks .readmore {
  margin-top: 40px;
}

.projects-readmore {
  width: 100%;
  text-align: center;
  height: 90px;
  line-height: 90px;
  padding: 0 35px;
  font-size: 2.4rem;
}

header.main-header {
  height: 750px;
  background-color: #222;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: top right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px;
}

header.main-header .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

header.main-header .slogan {
  position: relative;
  z-index: 200;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

header.main-header .slogan .buttons {
  margin-top: 70px;
  padding-left: 40px;
}

header.main-header .slogan .buttons a:first-child {
  margin-right: 10px;
}

header.main-header .slogan .headings {
  position: relative;
  padding-left: 40px;
}

header.main-header .slogan .headings:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #ffb12b;
}

header.main-header .slogan h3 {
  margin: 6px 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

header.main-header .slogan h1 {
  color: #fff;
  font-size: 5rem;
  letter-spacing: -0.1rem;
  margin: 0;
  font-weight: 700;
}

@media screen and (max-width: 769px) {
  header.main-header .slogan {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 769px) {
  header.main-header {
    padding: 0 40px;
    height: auto;
    min-height: 650px;
  }
  header.main-header .slogan {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  header.main-header .slogan .headings {
    padding-left: 0;
    padding-top: 40px;
  }
  header.main-header .slogan .headings:before {
    content: "";
    width: 100px;
    height: 4px;
    left: 50%;
    margin-left: -50px;
  }
  header.main-header .slogan .headings h3 {
    font-size: 2rem;
  }
  header.main-header .slogan .headings h1 {
    font-size: 3rem;
  }
}

#about .img-cont {
  width: 100%;
  padding-top: 110%;
  position: relative;
}

#about .img-cont .img-right {
  width: 220px;
  height: 220px;
  background-color: #344;
  position: absolute;
  z-index: 300;
  bottom: 30px;
  right: -40px;
  border: 10px solid #fff;
}

#about .img-cont .img-right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#about .img-cont .img-box {
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#about .img-cont .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact {
  background-color: #f1f1f1;
}

#contact .title {
  padding-left: 0;
}

#contact .title:before {
  content: none;
}

#contact .form-cont {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 40px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 20px 40px -15px rgba(0, 0, 0, 0.3);
}

#contact .form-cont .input-cont {
  width: 100%;
  margin: 15px 0;
}

#contact .form-cont .input-cont:first-child {
  margin-top: 0;
}

#contact .form-cont input,
#contact .form-cont textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding-left: 15px;
}

#contact .form-cont textarea {
  height: 80px;
  padding-top: 15px;
  resize: none;
}

#contact .form-cont button {
  width: 100%;
  height: 55px;
  background-color: #ffb12b;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 500;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

#contact .form-cont button:hover, #contact .form-cont button:focus {
  background-color: #ff7c07;
}

#contact .form-cont label {
  margin-bottom: 0;
  padding-left: 1px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  background-color: #fff;
  position: relative;
}

.navigation .menu-links {
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}

.navigation .navigation-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.navigation .navigation-right li {
  padding: 0 5px;
}

.navigation .navigation-right li a {
  font-weight: 400;
  font-size: 1.8rem;
  color: #393434;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .navigation-right li a:hover, .navigation .navigation-right li a:focus {
  color: #ff7c07;
}

.navigation .logo {
  text-decoration: none;
}

.navigation .logo h3 {
  margin: 0;
  color: #ff7c07;
  font-weight: 700;
  letter-spacing: -0.1rem;
  font-size: 3rem;
}

.navigation .logo h5 {
  letter-spacing: 0.3rem;
  color: #393434;
}

.navigation .hamburger {
  width: 50px;
  height: 30px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3px;
}

.navigation .hamburger .line {
  width: 100%;
  height: 2px;
  background-color: #111;
}

.navigation .hamburger:hover, .navigation .hamburger:focus {
  height: 40px;
}

@media screen and (min-width: 992px) {
  .navigation .hamburger {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .navigation {
    padding: 20px 20px;
  }
  .navigation .logo h3 {
    font-size: 2rem;
  }
  .navigation .menu-links {
    display: none;
  }
  .navigation.opened .menu-links {
    display: block;
    width: 100%;
    position: absolute;
    top: 122px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column-align: end;
        justify-self: end;
    padding: 10px 0;
  }
  .navigation.opened .menu-links .contact-btn, .navigation.opened .menu-links .readmore, .navigation.opened .menu-links .ghost-btn {
    margin-left: 0;
  }
  .navigation.opened .menu-links .nav-item {
    margin: 5px 0;
  }
  .navigation.opened .menu-links .navigation-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-header {
  height: 50px;
  background-color: #ffb12b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 80px;
}

.top-header .left-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .left-info p i {
  color: #fff;
  margin-right: 5px;
}

.top-header .left-info p {
  margin: 0;
  color: #fff;
  font-size: 2rem;
}

.top-header .left-info a {
  margin-left: 30px;
  color: #fff;
  margin-right: 25px;
}

.top-header .left-info a p {
  font-size: 1.6rem !important;
}

.top-header .social-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.top-header .social-links li a {
  color: #fff;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.top-header .social-links li a:hover, .top-header .social-links li a:focus {
  opacity: 0.8;
}

@media screen and (max-width: 992px) {
  .top-header {
    padding: 0 20px;
  }
}

@media screen and (max-width: 769px) {
  .top-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .top-header .left-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vertical-nav .pill {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  background-color: #f1f1f1;
  margin: 3px 0;
}

.vertical-nav .pill:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.vertical-nav .pill:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.vertical-nav .pill i {
  opacity: 0;
  color: #393434;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.vertical-nav .pill h4 {
  margin: 0;
  color: #666;
}

.vertical-nav .pill.active {
  background-color: #f3e0cf;
}

.vertical-nav .pill.active h4 {
  color: #ff7c07;
}

.vertical-nav .pill.active i {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.vertical-nav .pill:hover {
  cursor: pointer;
  background-color: #f3e0cf;
}

.vertical-nav .pill:hover h4 {
  color: #ff7c07;
}

.vertical-nav .pill:hover i {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

@media screen and (max-width: 769px) {
  .vertical-nav {
    margin-bottom: 20px;
  }
}

#services .bag-image {
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  #services .bag-image {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

#services .category {
  display: none;
  opacity: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

#services .category ul,
#services .category li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services .category li {
  margin: 0.5rem;
  margin-left: 3em;
  color: #393434;
}

#services .category li:first-child {
  margin-top: 0;
}

#services .category li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 200;
  float: left;
  margin-left: -1.5em;
  color: #ff7c07;
}

#services .category.active {
  display: block;
  opacity: 1;
}

.big-cover {
  width: 100%;
  padding: 25px;
}

.big-cover .buttons {
  margin-top: 40px;
}

.big-cover .buttons a:first-child {
  margin-right: 5px;
  margin-bottom: 0;
}

.big-cover .buttons a:nth-child(2) {
  margin-left: 5px;
  margin-bottom: 0;
}

.big-cover .bg-container {
  width: 100%;
  min-height: 600px;
  background-color: #ededed;
  position: relative;
  background-image: url("../img/cover.jpg");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.big-cover .bg-container h1 {
  color: #fff;
  font-size: 4rem;
}

.big-cover .bg-container p {
  color: rgba(255, 255, 255, 0.8);
}

.big-cover .bg-container .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}

#projects {
  padding-top: 50px;
}

#projects .title {
  margin-top: 30px;
}

#projects .project {
  width: 100%;
  padding-top: 65%;
  position: relative;
  margin: 30px 0;
}

#projects .project .img-cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ededee;
}

#projects .project .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

#projects .project:hover {
  cursor: pointer;
}

#projects .project:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  -webkit-box-shadow: 0px 22px 43px -21px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 22px 43px -21px rgba(0, 0, 0, 0.25);
}

footer {
  padding: 30px 0;
}

footer .footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

footer .footer-links ul li a {
  color: #ffb12b;
}

footer .footer-links ul li a:hover, footer .footer-links ul li a:focus {
  color: #ff7c07;
}

footer p {
  margin: 0;
}

footer .heading {
  margin: 25px 0;
  color: #393434;
}

footer .contact-info p i {
  color: #666;
  margin-right: 5px;
}

footer .contact-info p {
  margin: 0;
  color: #666;
  font-size: 2rem;
}

footer .contact-info a {
  color: #666;
  margin: 10px 0;
}

footer .contact-info a p {
  font-size: 1.6rem !important;
}

footer .social-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

footer .social-links li a {
  color: #666;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

footer .social-links li a:hover, footer .social-links li a:focus {
  opacity: 0.8;
}
/*# sourceMappingURL=main.css.map */