* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Tajawal", sans-serif;
}

.tajawal {
  font-family: "Tajawal", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
}

.bg-orange {
  background: #fa7204 !important;
}

.color-dark-gray {
  color: #434343;
}

.color-dark-gray-1 {
  color: rgba(99, 99, 99, 0.81) !important;
}

.color-orange {
  color: #fa7204 !important;
}

.color-orange-1 {
  color: #fb6701 !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.vertL {
  height: 5px;
  width: 7%;
  background: #fa7204;
}

nav {
  background: #ffffff !important;
  min-height: 90px;
  align-items: flex-start !important;
}

/* Custome navbar css */
.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.navbar-toggler span {
  margin: 0 !important;
  padding: 0 !important;
}

.navbar-toggler .toggler-icon {
  position: absolute;
  height: 3px;
  width: 100%;
  display: block;
  background-color: #fa7204;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

/* when navbar toggles */

.navbar-toggler .middle-bar {
  margin-top: 0;
}

.navbar-toggler .top-bar {
  margin-top: 0;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0;
  transform: rotate(-133deg);
}

/* when Navbar is collpsed */
.navbar-toggler.collapsed .top-bar {
  margin-top: -20px !important;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 20px !important;
  transform: rotate(0deg);
}
/* Custom Navbar Css ends */

nav ul li a {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #636363;
}
.active {
  color: #fa7204 !important;
}
/* nav ul li a.active, a:hover, a:focus {
    color: #FA7204 !important;
} */
.call-for-estimate,
.licensed {
  font-size: 14px;
}

/* home page styles */
.home .hero {
  max-height: 556px;
  height: 556px;
  background: #0b0000;
}

.home .home-hero-title h1 {
  font-size: 24px;
}

.home .free-estimate input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.home .free-estimate input::placeholder,
textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2d2d2d;
}

.home .welcome .welcome-text p {
  font-size: 10px;
  font-family: "Roboto", sans-serif !important;
  color: rgba(99, 99, 99, 0.81);
}

.home .welcome {
  margin-top: 16rem !important;
}

.home .t-five {
  position: absolute;
  top: 31%;
  left: 35%;
}

.home .welcome .welcome-text {
  font-size: 24px;
}

.home .welcome .get-est p,
ul li {
  font-size: 18px;
  line-height: 128%;
  color: #636363;
}

.h .welcome img.mt-5 {
  margin-top: 5rem !important;
}

.home .welcome .get-est ul {
  padding-left: 0 !important;
}

.home .welcome .years-exp {
  font-size: 10px;
  margin-top: -12px !important;
}

.home .welcome .follow-us {
  color: #636363;
}

.home .follow-us-box {
  background: #2e2e2e;
  color: #2e2e2e;
}

.why-choose-our-expert {
  background: conic-gradient(
    from 270deg at 52.47% 100%,
    #202020 0deg,
    #fe6503 360deg
  );
  max-height: 471px;
  height: 471px;
}

.home .vertL-title {
  height: 4px;
  width: 40px;
  background: linear-gradient(0deg, #b64100, #b64100), #b64100;
}

.home .review-title h1 {
  color: #434343;
}

.home .testimonial {
  color: #636363;
}

.reviews-free-quote {
  background: conic-gradient(
    from 99.12deg at 51.07% 110.26%,
    #fa7204 0deg,
    #000000 360deg
  );
  max-width: 1025px;
}

.latest-project .latest-title {
  background: #fafafa;
}

/* roofing styls */
.roofing-hero {
  background: url(../images/gutters/gutter-hero-bg.png);
  background-repeat: no-repeat;
}

/* roofing styles ends */

.construction-hero {
  background: url(../images/construction/construction-hero-bg.png);
  background-repeat: no-repeat;
  max-width: 1440px;
  width: 100%;
}

footer {
  background: url(../images/footer-bg.svg);
}

footer h3 {
  border-bottom: 2px dashed #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

footer p {
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
footer p span {
  font-weight: bold;
}

footer .social .social-icon .s-box {
  width: 30px;
  height: 30px;
}

footer input {
  background: #e7e7e7 !important;
}

.footer h1 {
  font-size: 36px;
}

footer input::placeholder {
  text-align: center;
}

footer #mc-embedded-subscribe {
  background: #b64100 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}

.fs-quote-open {
  font-size: 5rem;
  margin-bottom: -15px !important;
}

.fs-quote-close {
  font-size: 5rem;
  margin-top: -15px;
}

/* Modal style Starts */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: transparent !important;
  pointer-events: auto;
  /* background-color: #fff; */
  background-clip: padding-box;
  border: none !important;
  border-radius: 0.3rem;
  outline: 0;
}

/* Modal Style Ends */
@media (min-width: 1440px) {
  .home .home-hero-title h1 {
    font-size: 48px;
  }
}

@media (min-width: 1000px) {
  .home .home-hero-title h1 {
    font-size: 38px;
  }

  .fs-22 {
    font-size: 22px;
    opacity: 0.8;
  }
}

@media (min-width: 992px) {
  .home .free-estimate {
    margin-top: 12rem;
  }
}

@media (min-width: 768px) {
  .latest-project h1 {
    font-size: 38px !important;
  }
}

@media (max-width: 300px) {
  .home .welcome {
    margin-top: 30rem !important;
  }
}

.hover:hover {
  cursor: pointer;
}

form #mc_embed_signup_scroll {
  display: flex !important;
}

form #mc_embed_signup_scroll .email {
  min-width: 75%;
  background: #e7e7e7 !important;
  border: none;
  text-align: center;
}

.free-estimate form input {
  min-width: 89%;
}

.free-estimate form select {
  min-width: 89%;
}

.free-estimate form input:focus-visible {
  outline: none !important;
}

.free-estimate form select:focus-visible {
  outline: none !important;
}

@media screen and (max-width: 768px) {
  form #mc_embed_signup_scroll {
    display: block !important;
  }
  form #mc_embed_signup_scroll .email {
    margin-bottom: 10px !important;
    padding: 10px 0;
    min-width: 100%;
  }

  form #mc-embedded-subscribe {
    min-width: 100%;
  }
}

.free-estimate #mc_embed_signup_2 {
  background: white;
  padding: 50px;
}
