:root {
  font-size: 62.5%;
}

:root body {
  font-family: "Open Sans", 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: 600;
  letter-spacing: -.2rem;
  color: #393434;
}

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

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

.title.title-center {
  text-align: center;
  padding-left: 0;
}

.title.title-center:before {
  content: none;
}

.title.light h1 {
  color: #fff;
}

.title.light h4 {
  color: rgba(255, 255, 255, 0.7);
}

h1,
h2,
h3 {
  font-family: "Crimson Text", 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;
}

.secondary-btn, .ghost-btn {
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  background-color: #1c1a21;
  display: inline-block;
  color: #dcaa82;
  font-weight: 600;
  margin-top: 30px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.secondary-btn:hover, .ghost-btn:hover, .secondary-btn:focus, .ghost-btn:focus {
  background-color: #222;
  color: #fff;
  text-decoration: none;
}

.ghost-btn {
  height: 48px;
  line-height: 48px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.ghost-btn:hover, .ghost-btn:focus {
  background-color: #dcaa82;
  color: #fff;
  text-decoration: none;
  border-color: #dcaa82;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-color: #222;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: top center;
  padding: 0 140px;
  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;
}

.hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero .slogan {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  text-align: center;
  position: relative;
  z-index: 200;
}

.hero .slogan .buttons {
  margin-top: 30px;
}

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

.hero .slogan h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
}

.hero .slogan h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero .slogan p {
  color: rgba(255, 255, 255, 0.8);
}

.hero .mouse {
  position: absolute;
  bottom: 30px;
  margin: auto;
  width: 30px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.hero .mouse .mouse-scroll {
  height: 15px;
  width: 4px;
  background-color: #fff;
  margin-left: 12px;
  margin-top: 12px;
  border-radius: 4px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.hero .mouse:hover .mouse-scroll, .hero .mouse:focus .mouse-scroll {
  margin-top: 18px;
}

@media screen and (max-width: 992px) {
  .hero .mouse {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .hero {
    padding: 0 40px;
  }
  .hero .slogan {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hero .slogan .buttons {
    margin-top: 10px;
  }
  .hero .slogan h1 {
    font-size: 3rem;
  }
  .hero .slogan h2 {
    font-size: 1.5rem;
  }
}

.inner-header {
  height: 400px;
  background-color: #222;
  position: relative;
  padding: 0 140px;
  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;
}

.inner-header.services-header {
  background-image: url("../img/cover.jpg");
  background-size: cover;
  background-position: center;
}

.inner-header.about-header {
  background-image: url("../img/desk.jpg");
  background-size: cover;
  background-position: center;
}

.inner-header .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.inner-header .page-title {
  position: relative;
  z-index: 200;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.inner-header .page-title h1 {
  color: #fff;
  font-size: 7rem;
}

@media screen and (max-width: 992px) {
  .inner-header {
    padding: 0 40px;
  }
  .inner-header .page-title h1 {
    font-size: 4.5rem;
  }
}

.intro-img-cont {
  width: 100%;
  padding-top: 140%;
  position: relative;
  z-index: 300;
  background-color: #444;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

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

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

#contact {
  background-color: #1c1a21;
  color: #fff;
}

#contact .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 50px 0;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#contact .info-box .icon {
  width: 40px;
  text-align: center;
  font-size: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 10px;
}

#contact .info-box .content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

#contact .info-box .content p span {
  font-weight: 400;
  margin-right: 5px;
  color: #fff;
}

#contact .info-box .content h4 {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

#contact .form-cont {
  width: 100%;
  padding: 35px 30px;
  background-color: #fff;
  color: #1c1a21;
  -webkit-box-shadow: 15px 50px 38px -24px rgba(0, 0, 0, 0.5);
  box-shadow: 15px 50px 38px -24px rgba(0, 0, 0, 0.5);
}

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

#contact .form-cont button {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  color: #fff;
  background-color: #dcaa82;
  height: 55px;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  border-radius: 3px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  outline: none;
}

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

#contact .form-cont h2 {
  font-weight: 600;
  font-size: 2.8rem;
}

#contact .form-cont label {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

#contact .form-cont input,
#contact .form-cont textarea {
  outline: none !important;
  height: 35px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #1c1a21;
}

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

.map-cont {
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  height: 0;
}

.map-cont #map {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

footer {
  padding: 70px 0;
  padding-bottom: 20px;
  background-color: #111;
}

footer h3 {
  font-size: 2rem;
  color: #fff;
}

footer .footer-links {
  list-style: none;
  margin: 20px 0;
}

footer .footer-links li {
  margin: 5px 0;
}

footer .footer-links li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  padding: 5px 0;
}

footer .info-block {
  margin: 20px 0;
}

footer .info-block h4 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 2px;
  color: #fff;
}

footer .info-block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}

footer .logo {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 30px;
}

footer .logo h3 {
  color: #fff;
  margin: 0;
  font-size: 2.5rem;
  letter-spacing: -.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .logo p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 16px;
}

footer .footer-about {
  line-height: 2.5rem;
  color: rgba(255, 255, 255, 0.5);
}

footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 30px;
}

footer .social-links .social a {
  margin-right: 10px;
  color: #fff;
}

footer .social-links .social a:hover, footer .social-links .social a:focus {
  color: #fff;
  opacity: 0.8;
}

footer .social-links .social a:nth-of-type(1) {
  padding-left: 5px;
}

@media screen and (max-width: 570px) {
  footer {
    text-align: center;
  }
  footer .logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.navigation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 990;
  padding: 15px 40px;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

@media screen and (min-width: 1400px) {
  .navigation {
    padding: 25px 50px;
  }
}

.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.navigation ul .nav-item a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation ul .nav-item a:hover, .navigation ul .nav-item a:focus {
  color: #fff;
}

.navigation .logo {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .logo .icon {
  margin-right: 10px;
  color: #fff;
}

.navigation .logo .icon i {
  font-size: 3rem;
  opacity: 0.6;
}

.navigation .logo h3 {
  color: #fff;
  margin: 0;
  font-size: 2.5rem;
  letter-spacing: -0.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navigation .logo p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 16px;
}

@media screen and (max-width: 992px) {
  .navigation .navigation-center {
    display: none;
  }
  .navigation .navigation-right {
    display: none;
  }
  .navigation.opened {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #dcaa82;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navigation.opened .navigation-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navigation.opened .navigation-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hamburger {
  position: absolute;
  top: 35px;
  right: 30px;
  width: 30px;
  height: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  overflow: hidden;
}

.hamburger .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.hamburger.opened {
  position: fixed;
}

.hamburger.opened .line {
  width: 26px;
}

.hamburger.opened .line:nth-of-type(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.hamburger.opened .line:nth-of-type(2) {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}

.hamburger.opened .line:nth-of-type(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

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

#services {
  background-color: #f1f1f1;
}

#services .service-box {
  margin: 30px 0;
  padding: 0 20px;
  position: relative;
  text-align: center;
}

#services .service-box a {
  color: #ca976e;
}

#services .service-box .icon {
  width: 60px;
  height: 60px;
  background-color: #1c1a21;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

#services .service-box .icon i {
  line-height: 60px;
  color: #dcaa82;
  font-size: 2.4rem;
}

#services .service-box h4 {
  font-size: 2rem;
  font-weight: 600;
}

#services .service-box p {
  color: #444;
}

#intro {
  overflow: visible;
  padding-bottom: 0;
  background-color: #f1f1f1;
}

@media screen and (max-width: 992px) {
  #intro {
    padding-bottom: 80px;
  }
}

#about {
  background-color: #1c1a21;
  background-image: url("../img/desk.jpg");
  background-size: cover;
  position: relative;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#about .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c1a21), to(rgba(28, 26, 33, 0.2)));
  background: linear-gradient(to bottom, #1c1a21, rgba(28, 26, 33, 0.2));
}

#about .tm {
  width: 100%;
  padding-bottom: 140%;
  background-color: #ededed;
  margin: 30px 0;
  position: relative;
}

#about .tm .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#about .tm .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

#about .tm .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 100;
}

#about .tm .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  z-index: 200;
  text-align: center;
}

#about .tm .name h3 {
  margin-bottom: 3px;
  color: #fff;
}

#about .tm .name h4 {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

#about .tm:hover {
  cursor: pointer;
}

#about .tm:hover .img-box img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}

#about p {
  color: rgba(255, 255, 255, 0.7);
}

#whyus {
  position: relative;
}

#whyus .left-img {
  width: 50%;
  height: 100%;
  background-color: #ededed;
  position: absolute;
  top: 0;
  left: 0;
}

#whyus .left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  #whyus .left-img {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 80px;
  }
}

#whyus .feature {
  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;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 30px 0;
}

#whyus .feature h4 {
  font-weight: 400;
  font-size: 1.8rem;
}

#whyus .feature .icon {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background-color: #1c1a21;
  text-align: center;
  border-radius: 5px;
}

#whyus .feature .icon i {
  color: #dcaa82;
  line-height: 40px;
}

@media screen and (max-width: 992px) {
  #whyus {
    padding-top: 0;
  }
}

#testimonials .t_box {
  margin: 30px 0;
}

#testimonials .t_box .icon i {
  color: #dcaa82;
}

#testimonials .t_box h4 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #1c1a21;
}

#about-sec {
  background-color: #f1f1f1;
}

#about-sec .tm-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about-sec .tm-info .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
}

#about-sec .tm-info .info-row h4 {
  color: #1c1a21;
  line-height: 2.2rem;
}

#about-sec .tm-info .info-row h4 span {
  font-weight: 600;
}

#about-sec .tm-info .info-row i {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  margin-right: 10px;
  text-align: center;
  color: #1c1a21;
}

#about-sec .tm-info .name {
  margin-bottom: 20px;
}

#about-sec .tm-info .name h3 {
  color: #ca976e;
}

#about-sec .tm-info .name h5 {
  color: #666;
  margin: 0;
}

#about-sec .tm-info .tm-image {
  width: 300px;
  height: 400px;
  background-color: #ededed;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 60px;
}

#about-sec .tm-info .tm-image .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#about-sec .tm-info .tm-image .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  #about-sec .tm-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #about-sec .tm-info .tm-image {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=main.css.map */