:root {
  --primary-color:black;
  --secondary-color:white;
  --tertiary-color:#808285;
  --default-font-family: "Darker Grotesque",sans-serif;
}

.container-fluid,
.container-fluid p {
  color: var(--tertiary-color);
}

.container-stretched,
.container-stretched .container {
  width:100%;
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}

.container-full {
  width:100%;
  max-width: unset;
}

  .container-stretched .logo {
    max-width: 260px;
    margin-bottom: 40px;
  }

  .dflex {
    display: flex;
  }

  img,
  .img-fluid {
    width:100%;
    height: auto;
  }

  .section-single-project-hero .column-wrapper {
    min-height: 300px;
  }

/* Posts Grid */
.section-posts-grid .featured-image img {
  width: 100%;
  height: auto;
}

.single-post {
  margin-bottom: 30px;
}

.section-posts-grid .post-content-wrapper h3 a:hover {
  text-decoration: none;
  color:var(--tertiary-color);
}

.section-posts-grid .post-content-wrapper {
  padding: 10px 10px 0;
}

.blog-section .post-content-wrapper {
  min-height: 330px;
}

.section-posts-grid .post-content-wrapper h3 {
  font-family: "Darker Grotesque",sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1em;
}

.img-wrapper {
  position: relative;
  display: block;
}

.img-wrapper::before {
  content:"";
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  left:0;
  width: 100%;
  height:100%;
  display: block;
  z-index: 9;
  transition: all .8s ease;
}

.img-wrapper:hover::before {
  background-color: rgba(0, 0, 0, .5);
}

.section-posts-grid .btn-default {
  border:none;
}

/* Global Hero Styles */
.hero-section .primary-bg h1 {
  color: var(--secondary-color);
}

/* Homepage Styles */

.homepage-hero-section .left {
  padding-bottom: 0;
  position: relative;
}

.homepage-hero-section .left::before {
  position: absolute;
  width: 100%;
  height: 160px;
  content: "";
  bottom: -160px;
  display: block;
  background-color: var(--primary-color);
}

.homepage-hero-section .btn-default,
.about-hero-section .btn-default {
  position: relative;
  z-index: 9;
}

.homepage-after-project-section .col-lg-3 {
  flex-direction: column;
}

.homepage-after-project-section .col-lg-3 .spacer {
  border: 1px solid var(--primary-color);
  border-top: 0;
  border-right: 0;
  height: 100px;
  width: 180px;
  position: relative;
  z-index: 99;
  margin-right: 10%;
  margin-bottom: -89px;
}

.homepage-after-project-section .separator.left::before {
  height: 40px;
}

.homepage-after-project-section .col-lg-3 a:hover::after {
  background-color: var(--secondary-color);
}

.homepage-after-project-section .col-lg-4 .content-wrapper h3 {
  font-size: 20px;
}

.homepage-after-project-section .col-lg-5 .column-wrapper {
  max-width: unset;
}

.story-content {
  color: var(--secondary-color);
  letter-spacing: .1rem;
}

.author-box h4,
.author-box h5 {
  font-family: var(--font-family-sans-serif);
  color:var(--secondary-color);
}

.author-box {
  position: relative;
}

.author-box::before {
  content:"";
  width:90px;
  height: 25px;
  display: block;
  border-bottom: 1px solid var(--secondary-color);
  border-left: 1px solid var(--secondary-color);
  margin-right: 20px;
}

.author-box h4 {
  margin-top: 10px;
}

.author-box h5 {
  font-size: 20px;
}



.homepage-after-services-section .col-lg-5,
.homepage-after-why-choose-section .col-lg-5 {
  position: relative;
}

.homepage-after-services-section .col-lg-5::after,
.homepage-after-why-choose-section .col-lg-5::after {
  position: absolute;
  content:"";
  width:100%;
  height:90px;
  background-color: var(--primary-color);
  display: block;
  bottom: -90px;
  z-index: 9;
  cursor: default;
}

@media(max-width:991px){
  .homepage-after-project-section .col-lg-5 {
    padding-left: 0;
  }
  .homepage-after-project-section .spacer {
    display: none;
  }
}

.homepage-how-section {
  overflow: hidden;
}

.homepage-how-section .howlist-item .desc h3 {
  -webkit-transform: rotate(0deg)!important;
  transform: rotate(0deg)!important;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.homepage-how-section .how-list-image {
  padding-top: 0!important;
  padding-left: 0!important;
  margin-top: -10%!important;
}

.homepage-how-section .how-list-image img {
  max-height: 600px;
}

.custom-how-title .title-wrapper {
  padding-left: 0!important;
  padding-bottom: 0!important;
}

.custom-how-title .title-wrapper .line {
  width:115px!important;
  height: 180px!important;
  left: -80px!important;
}

#how.title {
  margin-left: 16%;
}

#how.title .container-fluid {
  max-width: 100%;
}

#how.title .container-fluid .line {
  left: -140px;
}

.why-content-wrapper.custom-spacing {
  padding-top: 0!important;
}

section.title.why .line {
  width: 200px!important;
}


.service-items .service-item-wrapper img {
  width: unset!important;
}


/* About Page Styles */

.about-hero-section .col-lg-5::after {
  background-color: #000;
  content:"";
  position: absolute;
  width:100%;
  height: 46px;
  bottom:-46px;
  right: 0;
  display: block;
  border-bottom: 1px solid var(--secondary-color);
}

.section-about-after-hero .spacer {
  width: 100%;
  border: none;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  max-width: 430px;
  height: 130px;
  margin-bottom: 70px;
}

.section-team {
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-team-post {
  margin-bottom: 80px;
}

.single-team-post h3, .single-team-post h4 {
  font-family: var(--font-family-sans-serif);
  margin-bottom: 0;
  font-weight: 500;
  font-size: 32px;
  margin-top: 0;
}

.single-team-post .featured-image {
  margin-bottom: 30px;
}

.single-team-post .featured-image img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(0%); /* For Webkit browsers */
  -webkit-transition: .5s ease-in-out; /* For Webkit browsers */
  -moz-filter: grayscale(0%); /* For Firefox */
  -moz-transition: .5s ease-in-out; /* For FireFox */
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
}

.single-team-post .featured-image img:hover {
 -webkit-filter: grayscale(100%); /* For Webkit browsers */
  -webkit-transition: .5s ease-in-out; /* For Webkit browsers */
  -moz-filter: grayscale(100%); /* For Firefox */
  -moz-transition: .5s ease-in-out; /* For Firefox */
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
}


.single-team-post .social-links {
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-team-post .content-description {
  color:#808285;
}

.section-after-team .inner-image-wrapper {
  margin-right: 20%;
  position: relative;
  overflow: hidden;
}

.section-after-team .inner-image-wrapper img {
  z-index: 0;
}

.section-after-team .inner-image-wrapper::before {
  content:"";
  display: block;
  width:100%;
  height: 8.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 9;
}

.about-before-footer-section {
  padding-top: 10%;
  padding-bottom: 10%;
}

.about-before-footer-section h2,
.services h2 {
  font-weight: bold;
  font-size: 32px!important;
}

/* Projects Post Content */

  /* Post Content V1*/

  .single-post-content {
    color: #808285;
    position: relative;
  }

  .section-post-content .post-content-v1 .col-lg-6.right .column-wrapper {
    margin-left: 30%;
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
  }

  .single-post-cta {
    padding: 40px 40px 40px;
  }

  .post-content-v1 .single-post-cta {
    align-items: flex-end;
    justify-content: flex-end;
  }

  .single-post-cta h3 {
      color:white;
      font-size: 36px;
      max-width: 480px;
    }

    .post-content-v1 .single-post-cta a {
      margin-right: -40px;
    }

    .single-post-cta a {
      background-color: white;
      padding: 10px;
      text-decoration: none;
      width: 100%;
      max-width: 520px;
    }

    .post-content-v2 .btn-default.btn-full {
      margin-left: -41px;
    }

  /* Post Content V2 */

    .post-content-v2 .col-lg-7 .single-post-content::before {
      content: "";
      width: 70px;
      border-left: 1px solid black;
      left:-100px;
    }

    .post-content-v2 .col-lg-7 .single-post-content::after {
      content: "";
      width: 70px;
      /*height: 100%;*/
      display: block;
      border-left: 1px solid black;
      position: absolute;
      top:-100%;
      left:-100px;
    }

    .post-content-v2 .col-lg-5 .column-wrapper {
      width: 100%;
      display: flex;
      justify-content: center;
    }  

    .post-content-v2 .col-lg-5 .single-post-content::before {
      content: "";
      width: 100%;
      height: 140px;
      display: block;
      border-left: 0;
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      margin-bottom: 80px;
      position: relative;
      top: 0;
      left: 0;
    }

  /* MISC */

  .primary-bg {
    background-color: var(--primary-color);
  } 

  .secondary-bg {
    background-color: var(--secondary-color);
  }

  .tertiary-bg {
    background-color: var(--tertiary-color);
  }

  .column-wrapper img {
    width: 100%;
    height: auto;
  }

  .title-wrapper h2 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: .1em;
  }

  .btn-default {
    font-family: "Space Mono", sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    border-style: solid;
    border-width: 1px;
  }

  .btn-default svg {
    width: 26px;
    height: auto;
    margin-right: 10px;
  }

  .primary-bg .btn-default {
    background-color: var(--secondary-color);
  }

  .primary-bg .btn-default:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    text-decoration: none;
  }

  .primary-bg .btn-default:hover svg g {
    fill: var(--secondary-color);
  }

  .btn-default.btn-full {
    width:100%;
  }
  
  .post-btn-default {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
  }

  .post-btn-default svg {
    width: 26px;
    height: auto;
    margin-right: 10px;
  }

  .post-btn-default svg g {
    fill: var(--primary-color);
  }
  
  .post-btn-default.dark:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    text-decoration: none;
  }

  .post-btn-default.dark:hover svg g {
    fill:var(--secondary-color);
  }
  
  .post-btn-default.light:hover {
    background-color: var(--secondary-color);
  }
  
  .py-default {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }


  /* Buttons */

  .homepage-hero-section .btn-default:hover {
    border-color: var(--secondary-color);
  }
  
  .about-hero-section .btn-default {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color:var(--secondary-color);
  }

  .about-hero-section .btn-default svg g {
    fill: var(--secondary-color);
  }
  
  .about-hero-section .btn-default:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
  }

  .about-hero-section .btn-default:hover svg g {
    fill: var(--primary-color);
  }

  .post-content-v1 .btn-default {
    border-right-color: var(--secondary-color);
  }

  .post-content-v1 .btn-default:hover {
    border-right-color: var(--primary-color);
  }

  .post-content-v1 .btn-default:hover,
  .post-content-v2 .btn-default:hover {
    color: var(--secondary-color);
    background-color: var(--primary-color);
  }
  
  .post-content-v1 .btn-default:hover svg g,
  .post-content-v2 .btn-default:hover svg g {
    fill: var(--secondary-color);
  }

  #how-section .how-hero {
    width: 8% !important;;
  }

  section.title.services .title-wrapper p {
    max-width: 660px;
  }


  .projects-slider {
    max-width: 1550px;
  }

  .projects-slider .container {
    max-width: 1500px;
  }
  

  .projects-slider .btn-default {
    border: none;
  }

  .projects-slider .dflex {
    display: flex!important;
  }

  .projects-slider h3 {
    font-family: var(--default-font-family);
    font-size: 28px;
    font-weight: 600;
  }

  .projects-slider .title-wrapper .separator {
    max-width:100px;
    max-height:80px;
  }

  #myCarousel {
    padding-left: 50px;
    padding-right: 50px;
  }

  .owl-nav {
    position: relative;
  }
  .owl-nav button {
    width: 40px;
    position: absolute;
    top:8em;
    border:none;
  }

  .owl-nav button:focus,
  .owl-nav button:hover {
    border: none!important;
    outline: none;
  }

  .owl-nav button.owl-prev {
    transform: scaleX(-1)!important;
    -moz-transform: scaleX(-1)!important;
    -webkit-transform: scaleX(-1)!important;
    -ms-transform: scaleX(-1)!important;
    left: -60px;
  }

  .owl-nav button.owl-next {
    right: -60px;
  }

  .swiper-button-prev {
    background-image: url(../img/arrow.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    }
    
    .swiper-button-next {
    background-image: url(../img/arrow.svg) !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    }
    
    .swiper-button-next::after {
    display: none;
    }
    
    .swiper-button-prev::after {
    display: none;
    }

    .swiper-custom-wrapper {
      position: relative;
      padding-left: 80px;
      padding-right: 80px;
      margin-left: auto;
      margin-right: auto;
      max-width: 1550px;
    }

    .swiper-buttons {
      top: 40% !important;
      width: 40px;
    }

    /* Separators */

    .separator {
      border-bottom: 1px solid var(--primary-color);
      display: block;
      width: 100%;
      position: relative;
    }

    .separator::before {
      height: 100%;
      position: absolute;
      content:"";
      bottom: 0;
      width:1px;
      background-color: var(--primary-color);
    }

    .separator.left::before {
      left:0;
    }

    .separator.right::before {
      right:0;
    }
    
    .projects-slider .title-wrapper .separator.right::before {
      height:100px;
    }

    .section-about-after-hero .title-wrapper .separator {
      margin-top: 60px;
      margin-bottom: 40px;
    }

    .section-about-after-hero .title-wrapper .separator.left::before {
      height:130px;
    }

    .section-team .title-wrapper {
      justify-content: space-between;
    }
    
  .post-content-v2 .single-post-content::before {
    content: "";
    width: 120px;
    height: 100%;
    display: block;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    position: absolute;
    top:-70%;
    left:-70%;
  }

.post-content-v1 .title-wrapper .separator.left::before {
  height: 100%;
  min-height: 2000px;
}

.section-team .title-wrapper .separator.right::before {
  height:130px;
}

.section-our-history .title-wrapper .separator.left::before {
  height:160px;
}

/* HOW LISTS */

.how-section .separator.left {
  width: 8%;
  margin-right: 8%;
  margin-left: 5%;
  height: 180px;
}

.how-section h2 {
  max-width: 500px;
  margin-bottom: -40px;
}

.list-number {
  width:20;
  flex: 0 0 20%;
  font-size: 65px;
  color: var(--primary-color);
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.list-description {
  width:80%;
  flex: 0 0 80%;
  max-width: 500px;
}

.list-description h3 {
  letter-spacing: 2px;
}

/* WHY SECTION */

.why-section .separator.left {
  width: 8%;
  height: 100px;
  margin-top: -140px;
}

.why-section ul {
  margin-bottom: 30px;
  list-style: none;
  padding: 0 0 0 30px;
}

.why-section ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.why-section ul li::before {
  content: '-';
  position: absolute;
  top: -1px;
  left: 0;
}


.overflow-hidden {
  overflow: hidden;
}

footer .footer-top span.discuss span {
  font-weight: bold;
}

footer li {
  color: var(--secondary-color);
}

@media(max-width:480px){
  .btn-default {
    font-size: 16px;
    padding: 5px;
  }

  .custom-how-title .title-wrapper .line {
    left: -60px!important;
  }
}

@media(max-width:767px) {
  .section-after-team .inner-image-wrapper {
    margin-right: 0;
  }

  .title-wrapper  h2,
  section.title h2 {
    font-size: 30px;
  }

  section.title h2 {
    padding-left: 10px!important;
  }

  .col-lg-7 .column-wrapper {
    padding-top: 20%;
  }

  #why-content {
    padding-top: 0;
  }

  footer ul li,
  .designer {
    font-size: 20px;
  }

  .custom-how-title .title-wrapper .line {
    width: 60px!important;
    height: 90px!important;
  }

  section.title.how .title-wrapper {
    padding: 100px 0 50px 200px;
  }
}

@media(max-width:991px){
  body, p {
    font-size: 24px;
  }

  .py-default {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .post-content-v1 .title-wrapper .separator.left {
    margin-left: auto;
    margin-right: auto;
  }

  .projects-slider .title-wrapper .separator {
    margin-right: 5%;
  }

  .homepage-after-project-section .separator {
    width:30%
  }

  .blog-section .post-content-wrapper {
    min-height: 200px;
  }

  .single-team-post h4 {
    font-size: 24px;
  }
  
  .single-team-post {
    margin-bottom: 60px;
  }
  
  .social-links i {
    font-size: 24px;
  }

  section.title.services {
    padding-left: 30px;
  }

  .why-section .title-wrapper h2 {
    margin-left: 10%;
  }
  
  .list-number {
  	font-size:45px;
    }
}

@media(min-width:992px){
  /*
  .custom-column-size .col-lg-8 {
    flex:0 0 60%;
    max-width: 60%;
  }

  .custom-column-size .col-lg-4 {
    flex:0 0 40%;
    max-width: 40%;
  }
  */

  .homepage-intro-section .content-wrapper {
    padding-left: 20%!important;
    padding-right: 26%!important;
  }

  .homepage-after-project-section .col-lg-4 .content-wrapper {
    padding-left: 15%;
  }

  .homepage-after-project-section .col-lg-4 .content-wrapper .cards-group .cards {
    margin-bottom: 15%;
  }

  .homepage-after-project-section .col-lg-3 a {
    margin-right: 10%;
  }

  .homepage-after-project-section .col-lg-4 .content-wrapper .cards-group {
    max-width: 490px;
  }

  .homepage-after-project-section .col-lg-4 .content-wrapper .cards-group p {
    max-width: 320px;
  }

  .homepage-after-project-section .separator {
    margin-bottom: -50px;
    max-width: 175px;
    max-height: 130px;
  }

  .homepage-after-project-section .separator.left::before {
    height: 100px;
  }
  
  .homepage-after-project-section .col-lg-5 {
    padding-left: 2%;
  }
  
  .homepage-after-project-section .col-lg-5 .inner-content-wrapper {
    max-width: 320px;
    padding: 10% 0% 10% 5%;
    margin-left: 10%;
  }

  .homepage-after-services-section .col-lg-6 .inner-content-wrapper, .homepage-after-why-choose-section .col-lg-6 .inner-content-wrapper {
    max-width: 550px;
    padding-bottom: 10%;
    padding-right: 15%;
  }

  .section-about-after-hero .col-lg-5 .column-wrapper {
    max-width: 475px;
  }

  .section-our-history .col-lg-6 .column-wrapper {
    max-width: 100px;
  }

  .section-our-history .col-lg-6 .column-wrapper .separator {
    margin-bottom: -30px;
  }

  .section-team .title-wrapper .separator {
    margin-right: 46%;
  }

  .homepage-after-why-choose-section .col-lg-6 .inner-content-wrapper {
    max-width: 700px;
  }

  .section-single-project-hero .column-wrapper {
    min-height: 400px;
  }

  .post-content-v1 .title-wrapper .separator.left {
    margin-bottom: -200px;
  }

  .post-content-v1 .special-image-wrapper1 {
    padding-right: 20%;
  }

  .section-team .title-wrapper .separator {
    margin-top: -20px;
  }

  .projects-slider .title-wrapper {
    margin-top: -20px;
    margin-right: 8%;
  }

  .projects-slider .title-wrapper .separator {
    max-width:400px;
    max-height:130px;
  }

  .dflex-lg {
    display: flex;
  }
  .hero-section .heading, 
  .hero-section .description {
    max-width: 530px;
  }

  .col-lg-7 .column-wrapper {
    max-width: 790px; 
  }

  .col-lg-8 .column-wrapper {
    max-width: 1050px; 
  }

  .col-lg-5 .column-wrapper {
    max-width: 520px; 
  }

  .homepage-hero-section .btn-default,
  .about-hero-section .btn-default {
    margin-bottom: -98px;
    font-size: 24px;
  }

  .about-hero-section .featured-image::before {
    height: 50px;
    background-color: var(--primary-color);
    content: "";
    width:100%;
    display: block;
    position: absolute;
    bottom: -50px;
  }

  .homepage-hero-section .btn-default {
    border-right: none;
  }

  .homepage-hero-section {
    margin-bottom: 240px;
  }

  section.title.why .title-wrapper {
    padding-left: 450px!important;
    padding-bottom: 20px;
  }

  .section-single-project-hero.hero-section .column-wrapper {
    max-width: 680px;
  }

  .single-post-cta h3 {
    margin-top: 20%;
    margin-bottom: 60px;
  }

  .post-content-v2 .single-post-cta {
    margin-top: 60px;
  }

  .post-content-v2 .col-lg-5 .single-post-content {
    max-width: 410px;
  }
  .single-post-cta-wrapper {
    width: 1000%;
  }

  .section-about-after-hero .content-wrapper,
  .section-our-history .content-wrapper {
    max-width: 600px;
  }

  .section-about-after-hero .content-wrapper,
  .section-our-history .content-wrapper {
    padding-right: 3%!important;
    padding-left: 15%!important;
  }

  .single-post-content {
    max-width: 380px;
  }

  .designer {
    font-size: 24px;
  }

  .how-section .how-list-image {
    margin-top: -10%;
  }

  .why-section .column-wrapper {
    margin-left: 10%;
  }

  .why-section .separator.left {
    width: 26%;
    margin-left: -35%;
    height: 180px;
    margin-top: -220px;
  }

  .why-section .column-wrapper {
    max-width: 590px;
  }
}

@media(max-width:1299px) and (min-width:992px){
  .designer,
  footer a.logo {
    margin-left: 30px;
  }
}

@media(max-width:1520px) and (min-width:992px){
  
  .homepage-hero-section .featured-image img,
  .about-hero-section .featured-image img {
    width: 130%;
  }
}

@media(min-width:1200px){
  .hero-section .heading,
  .hero-section .description {
    margin-top: 3%;
    margin-bottom: 3%;
  }
}



@media(min-width:1400px){
  .section-single-project-hero .column-wrapper {
    min-height: 500px;
  }
}

@media(min-width:1600px){
  .section-single-project-hero .column-wrapper {
    min-height: 600px;
  }
}

@media(max-width:1400px) and (min-width:1201px){
  .owl-nav button {
    top:7em;
  }
}

@media(max-width:1400px) and (min-width:992px){
  .owl-nav button {
    top:6em;
  }
}

@media(min-width:1921px){
  .col-lg-8 .column-wrapper,
  .col-lg-7 .column-wrapper,
  .section-single-project-hero.hero-section .column-wrapper {
    max-width: unset;
    margin-left: 10%;
  }

  .hero-section .heading,
  .hero-section .description {
    max-width: 902px;
  }

  .hero-section.section-single-project-hero .heading, 
  .hero-section.section-single-project-hero .description {
    max-width: unset;
    margin-top: 5%;
    margin-bottom: 10%!important;
  }

  .hero-section .heading h1 {
    font-size: 70px;
  }

  .hero-section .description p {
    font-size: 45px;
  }

  .container-stretched .logo {
    max-width: 460px;
  }

  .section-single-project-hero.hero-section .column-wrapper {
    height: 100%;
  }

  .section-single-project-hero.hero-section .logo {
    margin-top: 20%!important;
  }

  .homepage-hero-section .btn-default, .about-hero-section .btn-default {
    font-size: 36px;
    margin-bottom: -113px;
  }

  .about-hero-section .featured-image::before {
    height: 65px;
    bottom: -65px;
  }

  .projects-slider,
  .projects-slider.container-fluid,
  .projects-slider .container {
    max-width: unset;
  }

  .projects-slider .title-wrapper,
  .projects-slider #myCarousel {
    padding-left: 6%!important;
    padding-right: 6%!important;
  }

  .owl-nav button {
    top: 20rem;
  }
}