html {
  height: 100%; }

body {
  position: relative;
  min-height: 100%;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 1s linear;
  transition: all 1s linear; }

main {
  position: relative; }

nav.navbar {
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-left: 0;
  padding-right: 0; }
  nav.navbar .navbar-toggler .toggle {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10; }
    nav.navbar .navbar-toggler .toggle .bar {
      position: relative;
      width: 22px;
      height: 2px;
      background: #474749; }
      nav.navbar .navbar-toggler .toggle .bar:before, nav.navbar .navbar-toggler .toggle .bar:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: inherit;
        left: 0;
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-transition: top .25s ease, bottom .25s ease, -webkit-transform .25s ease;
        transition: top .25s ease, bottom .25s ease, -webkit-transform .25s ease;
        transition: transform .25s ease, top .25s ease, bottom .25s ease;
        transition: transform .25s ease, top .25s ease, bottom .25s ease, -webkit-transform .25s ease; }
      nav.navbar .navbar-toggler .toggle .bar:before {
        top: -8px; }
      nav.navbar .navbar-toggler .toggle .bar:after {
        bottom: -8px; }
    nav.navbar .navbar-toggler .toggle.clicked .bar {
      background: transparent; }
      nav.navbar .navbar-toggler .toggle.clicked .bar:before, nav.navbar .navbar-toggler .toggle.clicked .bar:after {
        background: #000; }
      nav.navbar .navbar-toggler .toggle.clicked .bar:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 0; }
      nav.navbar .navbar-toggler .toggle.clicked .bar:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        bottom: 0; }
  nav.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    z-index: 999; }
    nav.navbar.sticky a.navbar-brand {
      width: 80px; }
    nav.navbar.sticky .navbar-collapse ul li a.nav-link {
      font-size: 13px; }
  nav.navbar a.navbar-brand {
    width: 80px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    nav.navbar a.navbar-brand img {
      width: 100%; }
  nav.navbar .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    nav.navbar .navbar-collapse ul li + li {
      margin-left: 10px; }
    nav.navbar .navbar-collapse ul li a.nav-link {
      cursor: pointer;
      font-size: 13px;
      font-weight: 600;
      color: #171a1d;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      nav.navbar .navbar-collapse ul li a.nav-link:hover {
        color: #ff6e40; }
    nav.navbar .navbar-collapse.collapsing, nav.navbar .navbar-collapse.show {
      background-color: white;
      z-index: 999; }
      nav.navbar .navbar-collapse.collapsing ul li, nav.navbar .navbar-collapse.show ul li {
        margin: 0;
        text-align: center; }
        nav.navbar .navbar-collapse.collapsing ul li a.nav-link, nav.navbar .navbar-collapse.show ul li a.nav-link {
          text-transform: uppercase;
          font-size: 14px; }

section.main {
  padding-top: 51px; }

section.hero {
  background-image: url("../img/hero-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 270px 0 260px; }
  section.hero .hero-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.5; }
  section.hero .hero-content {
    position: relative; }
  section.hero h4.hero-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 10px;
    color: #ffffff; }
  section.hero h1.hero-title {
    font-size: 120px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    letter-spacing: 0; }
  section.hero p.hero-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0;
    color: #ffffff; }
  section.hero .hero-action a.btn {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    border-radius: 0;
    border-color: #ff6e40;
    background-color: #ff6e40;
    padding: 14px 45px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    section.hero .hero-action a.btn:hover {
      background-color: #bd522f; }

section.best {
  padding: 100px 0;
  background-image: url("../img/best-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  section.best h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6.4px;
    color: #ff6e40; }
  section.best h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #192227; }
  section.best p.description {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2;
    color: #192227; }
  section.best p.best-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 2.2;
    color: #192227; }

section.why-us {
  background-image: url("../img/why-us-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0; }
  section.why-us h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6.4px;
    color: #ff6e40; }
  section.why-us h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #192227; }
  section.why-us p.why-us-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 2.2;
    color: #192227; }
  section.why-us .why-us-action a.btn {
    border-radius: 0;
    background-color: #ff6e40;
    border-color: #ff6e40;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 14px 45px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    section.why-us .why-us-action a.btn:hover {
      background-color: #17c8f4;
      border-color: #17c8f4; }

section.we-do {
  padding: 150px 0; }
  section.we-do h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6.4px;
    color: #ff6e40; }
  section.we-do h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #192227; }
  section.we-do h5 {
    font-size: 24px;
    font-weight: 700;
    color: #192227; }
  section.we-do p {
    font-size: 16px;
    font-weight: 300;
    color: #192227;
    line-height: 1.5; }

section.project {
  padding: 90px 0;
  background-color: #f9f9f9; }
  section.project h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6.4px;
    color: #ff6e40; }
  section.project h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #192227; }
  section.project .project-content h5 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff; }
  section.project .project-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff; }
  section.project .project-content .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default; }
  section.project .project-content .hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  section.project .project-content .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1); }
  section.project .project-content .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
  section.project .project-content .hovereffect:hover img {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6); }
  section.project .project-content .hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  section.project .project-content .hovereffect a, section.project .project-content .hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  section.project .project-content .hovereffect:hover a, section.project .project-content .hovereffect:hover p, section.project .project-content .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

section.testimonials {
  background-image: url("../img/testimonials-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 0; }
  section.testimonials h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6.4px;
    color: #ff6e40; }
  section.testimonials h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff; }
  section.testimonials h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #ff6e40; }
  section.testimonials p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff; }

section.page-hero {
  padding: 75px 0;
  background-image: url("../img/page-hero-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: bottom; }
  section.page-hero h5 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff; }
  section.page-hero ul li {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff; }
    section.page-hero ul li a {
      color: #ffffff;
      font-weight: 500;
      text-decoration: none;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      section.page-hero ul li a:hover {
        color: #ff6e40; }

section.we-are {
  padding: 80px 0; }
  section.we-are h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6.4px;
    color: #ff6e40; }
  section.we-are h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #192227; }
  section.we-are p {
    font-size: 14px;
    font-weight: 300;
    line-height: 2.2;
    color: #192227; }

section.we-see {
  padding: 80px 0;
  background-image: url("../img/we-see-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  section.we-see h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6.4px;
    color: #ff6e40; }
  section.we-see h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #192227; }
  section.we-see p {
    font-size: 14px;
    font-weight: 300;
    line-height: 2.2;
    color: #192227; }

section.services {
  padding: 90px 0;
  background-color: #f9f9f9; }
  section.services h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6.4px;
    color: #ff6e40; }
  section.services h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #192227; }
  section.services .project-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff; }
  section.services .project-content .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default; }
  section.services .project-content .hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  section.services .project-content .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1); }
  section.services .project-content .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
  section.services .project-content .hovereffect:hover img {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6); }
  section.services .project-content .hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  section.services .project-content .hovereffect a, section.services .project-content .hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  section.services .project-content .hovereffect:hover a, section.services .project-content .hovereffect:hover p, section.services .project-content .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

section.choose-us {
  background-image: url("../img/choose-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0;
  position: relative; }
  section.choose-us .choose-us-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.5; }
  section.choose-us h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6.4px;
    color: #ff6e40;
    position: relative; }
  section.choose-us h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    position: relative; }
  section.choose-us .choose-us-content {
    background-color: #ffffff;
    position: relative; }
    section.choose-us .choose-us-content h5 {
      font-size: 16px;
      font-weight: 300;
      color: #192227; }
    section.choose-us .choose-us-content h4 {
      font-size: 24px;
      font-weight: 700;
      color: #192227; }
    section.choose-us .choose-us-content p {
      font-size: 16px;
      font-weight: 300;
      color: #192227; }

section.contact-info {
  background-color: #f9f9f9;
  padding: 60px 0; }
  section.contact-info .icon i {
    color: #ff6e40;
    font-size: 42px; }
  section.contact-info li.info-title {
    font-weight: 700; }
  section.contact-info li a {
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    section.contact-info li a:hover {
      color: #ff6e40; }
  section.contact-info li p {
    font-weight: 500;
    color: #000000; }

section.contact {
  padding: 90px 0; }
  section.contact h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6.4px;
    color: #ff6e40; }
  section.contact h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #192227; }

footer {
  background-color: #191a1e;
  padding: 60px 0; }
  footer p.footer-description {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff; }

@media (max-width: 991px) {
  nav.sticky a.navbar-brand {
    width: 180px; } }
