html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  background-color: #fff;
  color: #fff;
}

#page-body {
  overflow-y: auto;
  overflow-x: hidden;
}
#page-body.active {
  overflow-y: hidden;
}
 
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  padding: 0;
 font-family: 'Josefin Sans', sans-serif;
 text-transform: capitalize;
}
.h1, h1{
  font-size: 62px!important;
  line-height: 80px; 
}
.h2, h2{ 
  color: #333!important;
  font-weight: 600;
}
.h5, h5{
 margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}
.h6, h6{
  font-size: 20px; 
  color: #04b4bc!important;
  margin-bottom: 20px;
  text-transform: uppercase;
}
p {
  margin-bottom: 20px;
}
/*
span {
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
}*/
 
section {
  position: relative;
  padding: 100px 0;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.5s;
  background-color: #04b4bc;
}

header.hide {
  transform: translateY(-100%);
  opacity: 0;
}

.brand-logo .logo {
  width: 300px;
}
.btn-primary {
    color: #fff;
    background-color: #10b4bc;
    border-color: #10b4bc;
}
.btn-primary:hover{
      color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.nav-links {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.nav-links .link {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}
.about-us p {
  color: #333;
}
.service-menu-a {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}

.nav-links .service-menu-a.active, .nav-links .service-menu-a:hover {
  color: #fff;
}

.nav-links .link.active, .nav-links .link:hover {
  color: #fff;
}

.nav-links li.social-media svg {
  color: #fff;
  font-size: 27px;
}

.down-arrow {
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 1px;
  position: relative;
  top: -2px;
}

.hamburger-menu {
  display: none;
}

.hamburger-menu .menu-btn {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 6px;
}

.hamburger-menu .line {
  width: 35px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  transition: 0.5s;
}

section {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
}

.link-media {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
  z-index: -1;
}

    .hero-slide {
   min-height: 100vh;
   width: 100%;
   position: relative;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   z-index: 1;
   }

.btn-danger {
  border-radius: 0 !important;
  color: #fff;
  background-color: #ed1b24 !important;
  border-color: #ed1b24 !important;
}

.hero-content {
  position: absolute;
  top: 70%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 40%;
}
.hero-content .hero-heading {
  font-size: 50px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
}
 .cmt-row.broken-section{
      padding: 0 0;
 }
 .spacing-13 {
    padding: 85px 0px 55px 0;
}
.section-title {
    position: relative;
}
.section-title .title-header {
    position: relative;
    margin-bottom: 20px;
}
  .icon-box > img{
   margin-bottom:20px;
   }
    .icon-box p{
   color: #fff;
   font-size: 14px;
    line-height: 30px;
   }
    .icon-box i {
   font-size: 35px;
   margin-bottom: 60px;
   color: #fff;
   }
   .icon-box{

   }
.section-title h2.title {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 0;
    text-transform: capitalize;
} 
.section-title__title{
  color: #fff!important;
  font-size: 42px;
}
.section-title__tagline > span{
  margin-bottom: 20px!important;
}
.services-three{
  background-color: #10b4bc;
}
.service-box { 
        position: relative;
        margin-bottom: 30px;
    }
   
    .service-box .overlay-block {
        position: absolute;
        overflow: hidden;
        left: 30px;
        top: 30px;
        right: 30px;
        bottom: 30px;
    }
    .service-box .overlay-block:after {
        content: "";
        background-color: rgb(28 26 23 / 53%);
        position: absolute;
        right: 100%;
        left: auto;
        width: 100%;
        height: 100%;
        transition: 0.3s all ease-in-out;
    }
    .service-box:hover .overlay-block:after {
        right: 0;
    }
    .service-box .overlay-block > div {
        opacity: 0;
        position: relative;
        bottom: -30px;
        z-index: 9;
    }
    .service-box:hover .overlay-block > div {
        transition: 0.3s all ease-in-out 0.3s;
        opacity: 1;
        bottom: 0;
    }
    .service-box a {
        font-size: 30px;
    }
    .img-wrapper h6{
      font-size: 25px;
      color: #fff!important;
      font-weight: 600;
    }
    .breadcrumb-wrapper{
  
        background: url(../../assets/images/roofing.jpg) no-repeat center / cover;
    height: 300px;
}
.breadcrumb-wrap-01 a{
  color: #fff!important;
}
.title-box .page-title-heading h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 41px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0;
}
.title-box{
  position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.breadcrumb-wrap-01 span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    display: inline-block;
    margin-top: 10px;
}
    ul {
    margin: 0px;
    padding: 0px;
}
.menu-section.about {
    background-color: #fff;
}


 .darkoverlay {
   width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 63%);
    position: fixed;
    top: 0;
  }
.footer-section {
  background: #04b4bc;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.service-sub p {
  color: #333!important;
}
.contact-section{
  color: #333;
  text-align: center;
}
.contact-icon{
  font-size: 36px;
      color: #10b4bc;
}
.contact-full-section{
  padding: 30px;
    box-shadow: 0px 0px 12px 0px #cdcdcd;
    margin-bottom: 30px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 16px;
      color: #fff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.service-plast li{
  color: #333!important;
  list-style: inside;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
      color: #04b4bc;
    font-weight: 700;
    font-size: 20px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

@media (min-width: 992px) {
  .service-menu {
      flex-direction: column;
      background-color: #fff;
      padding: 25px; 
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
      gap: 15px;
      position: absolute;
      top: 30px;
      transition: 0.5s;
      display: none;
      opacity: 0;
  }
  .service-heading-menu {
      position: relative;
  }
  .service-menu a {
      font-size: 18px;
      color: #000;
      white-space: nowrap;
  }
  .service-heading-menu:hover .service-menu {
      display: flex;
      opacity: 1;
  }
}

@media (max-width: 991px) {
  .hamburger-menu {
    display: block;
    transition: 0.5s;
  }
  .hamburger-menu.active .line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 5px);
  }
  .hamburger-menu.active .line:nth-child(2) {
    transform: rotate(0deg) translate(50px, 0px);
    opacity: 0;
  }
  .hamburger-menu.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -5px);
  }
  .nav-links {
    position: fixed;
    flex-direction: column;
    row-gap: 30px;
    top: 70px;
    right: -100%;
    background:#10b4bc;
    width: 100%;
    height: 100%;
    padding: 50px;
    transition: 0.5s;
    align-items: self-start;
  }
  .nav-links.active {
    right: 0;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: -100%;
    transition: 0.5s;
    z-index: 15;
  }
  #overlay.active {
    left: 0;
  }
  .service-menu {
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    display: none;
        margin-top: 20px;
  }
  .service-menu a {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }
  .service-menu a:first-child {
    margin-top: 0;
  }
  .service-menu a:hover {
    color: #fff;
  }
}

@media (max-width: 767px) {
  
  .btn {
    font-size: 14px;
  }
  .h1, h1 {
    font-size: 31px!important;
}
  .hero-content {
    position: unset;
    transform: unset;
    width: 100%;
    padding: 50px 15px;
  }
  .hero-content .hero-heading {
    font-size: 25px;
    margin-bottom: 10px;
  }
   
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn {
    font-size: 14px;
  }
  .h1, h1 {
    font-size: 50px!important;
}
  .hero-content {
    top: 80%;
    left: 50%;
    width: 40%;
  }
  .hero-content .hero-heading {
    font-size: 23px;
    margin-bottom: 10px;
  }
  
}
@media (max-width: 575px) {
    .hamburger-menu .menu-btn {
      width: 30px;
      height: 30px;
      row-gap: 5px;
    }
    .h1, h1 {
      font-size: 31px!important;
  }
  .section-title__title{
    color: #fff!important;
    font-size: 26px;
  }

  .service-section{
    color: #333!important;
  }
    .hamburger-menu .line {
      width: 25px;
      height: 2px;
    }
    .hamburger-menu.active .line:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }
    .hamburger-menu.active .line:nth-child(2) {
      transform: rotate(0deg) translate(50px, 0px);
      opacity: 0;
    }
    .hamburger-menu.active .line:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
    }
    .nav-links {
      top: 50px;
    }
    .brand-logo .logo {
      width: 170px;
    }
   
}

