@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');

body{
  padding-top: 0 !important;
}

.rounded{
  border-radius: 100px;
}

.black-bg{
  background-color: black;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-bg{
  padding-top: 100px;
  padding-bottom: 100px;
}

h1{
  color: white !important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
h2{
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
h3{
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 32px !important;
}
p{
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}
.tag{
  color: white;
}
.line{
  width: 15px;
  background-color: white;
  height: 3px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.offer{
  margin-top: 100px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.service-item{
  width:310px;
  height:160px;
  object-fit:cover;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.service-item-1{
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.services{
  margin-top: 50px;
}
.about-detail{
  margin-top: 70px;
}
.image img{
  margin-bottom: -100px;
}
#footer{
  margin-top:100px !important;
  padding-top: 30px;
}
.charcoal{
  background-color: #082838;
}
.footer-item{
  float: left;
  margin-right: 40px;
  color: white !important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.footer-item a{
  color: white !important;
}
.footer-items{
  padding-top: 40px;
}
.bg-black{
  background-color: black !important;
}
.services-section{
  margin-top: 100px;
}
.footer-contacts{
  margin-top: 40px;
  margin-bottom: 50px;
}
.icon{
  float: left;
  margin-right: 15px;
}
.contact-text{
  color: white;
  font-family: 'Quicksand', sans-serif;
}
.contact-text a{
  color: white !important;
}
.contact-item{
  margin-bottom: 10px;
}
hr.hrline{
  border: 0.4px solid white;
  margin-top: 40px;
  margin-bottom: 10px;
}
.logo-mark{
  margin-top: 40px;
  float: left;
}
.logo-mark img{
  width: 60px;
}
.Testimonials-holder{
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #FDB710;
  height: 200px;
  border-radius: 6px;
}
.quote{
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #373742;
  font-size: 18px;
}
.person{
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 10px;
}
.owl-content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}
.owl-nav button{
  margin-right: 10px;
}

.owl-prev{
  float:left;
}

.owl-next{
    float:right;
}
.phone{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
.phone a{
  color: black !important;
}
.contact-header{
  margin-top: 100px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {

    h1{
      font-size: 30px !important;
      margin-bottom: -26px !important;
    }
    h2{
      font-size: 30px !important;
    }
    h3{
      font-size: 20px !important;
    }
    .offer{
      margin-top: 30px;
      width: 100%;
    }
    .holder-stuff{
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto;
    }
    .image img{
      height: 300px;
      margin-top: 50px;
    }
    .phone{
      margin-bottom: 20px;
    }

 }
