/*===============================================
Template Name: roofing service-HTML5 Template
Author:  https://themeforest.net/user/website stock
Description: Description
Version: 1.0.0
Text Domain: roofing service
Tags: alternative energy, company, eco, eco-friendly, ecology, environment, nature, recycling, renewable energy, roofing energy, roofing power, corporate, business, technology, software, company.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. roofing service Header Top Menu Area Css
02. roofing service Nav Menu Area Css
03. roofing service Slider Area Css
04. roofing service Section Title Css
05. roofing service Service Area css
06. roofing service About Area Css
07. roofing service Counter Area Css
08. roofing service Testimonial Area Css
09. roofing service Process Area Css
10. roofing service Team Area Css
11. roofing service Faq Area Css
12. roofing service Call Do Section Css
13. roofing service Form Box Css
14. roofing service Blog Area Css
15. roofing service footer Area Css
16. roofing service Subscribe Area Css
17. roofing service Prossess Ber Css
18. roofing service Scrollup Section
19. roofing service Breadcumb Area Css
20. roofing service abouts_areas Css
21. roofing service Pricing Section Css
22. roofing service Contact  US Css
23. roofing service Blog Sidber Widget CSS
24. roofing service Search Box Css
25. roofing service Loader Css
=======================*/

/* slider btn */

.roofing-btn.slider1 {
  margin: 0;
}

.roofing-btn.slider2 {
  margin-left: 14px;
}

.roofing-btn.slider2 a {
  background: #fff;
  color: #0f0f0f;
}

.roofing-btn.slider2 a:hover {
  color: #ffffff;
}

/* about btn */

.roofing-btn.about {
  margin: 0;
}

.roofing-btn.about a {
  padding: 16px 33px;
}

/* about style two btn */

.roofing-btn.about.about2 {
  margin-top: 50px;
}

/* offer btn */

.roofing-btn.offer {
  margin-left: 0;
}

/* get start btn */

.roofing-btn.get a {
  padding: 17px 36px;
  background: #ffffff;
  color: var(--link-color-hover);
}

/* pricing btn */

.roofing-btn.pircing {
  margin: 0;
}

.roofing-btn.pircing a {
  padding: 19px 60px;
  font-size: 18px;
}

.roofing-btn.pircing a:hover {
  color: var(--link-color-hover);
}

.roofing-btn.pircing a::before {
  background: #ffffff;
}

.lqd-tm h6 {
  text-transform: none;
  letter-spacing: normal;
}

.lqd-tm .social-icon:empty {
  display: none;
}

.lqd-tm .social-icon li {
  transition: transform 0.3s;
}

.lqd-tm .social-icon li:hover {
  transform: scale(1.2) !important;
}

.lqd-tm-style-1 .lqd-tm-details {
  position: absolute;
  bottom: -60px;
  left: -40px;
  right: 15%;
  z-index: 2;
  border-radius: 0 0 5px 5px;
}

.lqd-tm-style-1 .lqd-tm-bg {
  z-index: -1;
  border-radius: inherit;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}

.lqd-tm-style-1 .lqd-tm-bg.block-revealer {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.lqd-tm-style-1 h3 {
  font-size: 22px;
}

.lqd-tm-style-1 h6 {
  font-size: 16px;
  color: #a5a5a5;
}

.lqd-tm-style-2 .lqd-tm-details {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-5%, 30%);
}

.lqd-tm-style-2 .lqd-tm-details svg {
  position: absolute;
  top: -100%;
  left: -30%;
  z-index: 0;
}

.lqd-tm-style-2 .lqd-tm-details svg stop:first-child {
  stop-color: #f8f9ffe6;
}

.lqd-tm-style-2 .lqd-tm-details svg stop:last-child {
  stop-color: #f8f9ffe6;
}

.no-backgroundblendmode .lqd-tm-style-2 .lqd-tm-details svg {
  opacity: 0.65;
}

.lqd-tm-style-2 h3,
.lqd-tm-style-2 p {
  position: relative;
  z-index: 2;
}

.lqd-tm-style-2 h3 {
  font-size: 22px;
  letter-spacing: 0.02em;
}

.lqd-tm-style-3 {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.lqd-tm-style-3 .lqd-tm-socials {
  background: var(--lqd-color-primary);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.65s, visibility 0.65s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.lqd-tm-style-3 .lqd-tm-socials a {
  color: #fff;
}

.lqd-tm-style-3 .social-icon {
  font-size: 25px;
}

.lqd-tm-style-3 .social-icon li {
  opacity: 0;
  transition: opacity 0.65s, transform 0.65s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(25px);
}

.lqd-tm-style-3 h3 {
  font-size: 20px;
}

.lqd-tm-style-3 h6 {
  font-size: 16px;
  color: #a5a5a5;
}

.lqd-tm-style-3 .lqd-tm-details {
  background-color: #fff;
}

.lqd-tm-style-3:hover .lqd-tm-socials {
  opacity: 1;
  visibility: visible;
}

.lqd-tm-style-3:hover .social-icon li {
  opacity: 1;
  transform: translateY(0);
}

.lqd-tm-style-3:hover .social-icon li:nth-child(1) {
  transition-delay: 0.1s;
}

.lqd-tm-style-3:hover .social-icon li:nth-child(2) {
  transition-delay: 0.2s;
}

.lqd-tm-style-3:hover .social-icon li:nth-child(3) {
  transition-delay: 0.3s;
}

.lqd-tm-style-3:hover .social-icon li:nth-child(4) {
  transition-delay: 0.4s;
}

.lqd-tm-style-3:hover .social-icon li:nth-child(5) {
  transition-delay: 0.5s;
}

.lqd-tm-style-4 .lqd-tm-details {
  background-color: var(--lqd-color-primary);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.93);
  transition: transform 0.75s, opacity 0.75s, visibility 0.75s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.lqd-tm-style-4 .social-icon {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
}

.lqd-tm-style-4 a {
  color: #fff;
}

.lqd-tm-style-4 h3,
.lqd-tm-style-4 h6,
.lqd-tm-style-4 .social-icon li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.45s, transform 0.45s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.lqd-tm-style-4 h3 {
  font-size: 22px;
  color: #fff;
}

.lqd-tm-style-4 h6 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.lqd-tm-style-4:hover .lqd-tm-details {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.lqd-tm-style-4:hover h3,
.lqd-tm-style-4:hover h6,
.lqd-tm-style-4:hover .social-icon li {
  opacity: 1;
  transform: translateY(0);
}

.lqd-tm-style-4:hover .social-icon li {
  opacity: 1;
  transform: translateY(0);
}

.lqd-tm-style-4:hover .social-icon li:nth-child(1) {
  transition-delay: 0.13s;
}

.lqd-tm-style-4:hover .social-icon li:nth-child(2) {
  transition-delay: 0.23s;
}

.lqd-tm-style-4:hover .social-icon li:nth-child(3) {
  transition-delay: 0.33s;
}

.lqd-tm-style-4:hover .social-icon li:nth-child(4) {
  transition-delay: 0.43s;
}

.lqd-tm-style-4:hover .social-icon li:nth-child(5) {
  transition-delay: 0.53s;
}

.lqd-tm-style-4:hover h3 {
  transition-delay: 0.3s;
}

.lqd-tm-style-4:hover h6 {
  transition-delay: 0.4s;
}

.lqd-tm-style-5 {
  margin-bottom: 0;
}

.lqd-tm-style-5 .lqd-tm-details {
  background-color: var(--lqd-color-primary);
}

.lqd-tm-style-5 h3 {
  font-size: 22px;
  color: #fff;
}

.lqd-tm-style-5 h6 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.lqd-tm-style-5 .lqd-tm-details-icon {
  font-size: 22px;
  color: #fff;
}

.lqd-tm-style-5 .social-icon {
  margin-bottom: auto;
}

@media screen and (min-width: 541px) {
  .lqd-tm-style-5 .lqd-tm-details {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.75s, visibility 0.75s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  .lqd-tm-style-5 h3,
  .lqd-tm-style-5 h6,
  .lqd-tm-style-5 .social-icon,
  .lqd-tm-style-5 .lqd-tm-details-icon {
    opacity: 0;
    transition: opacity 0.45s, transform 0.45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  .lqd-tm-style-5 h3,
  .lqd-tm-style-5 h6 {
    transform: translateY(20px);
  }

  .lqd-tm-style-5 .lqd-tm-details-icon {
    transform: translateX(-20px);
  }

  .lqd-tm-style-5:hover h3 {
    transition-delay: 0.1s;
  }

  .lqd-tm-style-5:hover h6 {
    transition-delay: 0.2s;
  }

  .lqd-tm-style-5:hover .lqd-tm-details-icon {
    transition-delay: 0.35s;
  }

  .lqd-tm-style-5:hover h3,
  .lqd-tm-style-5:hover h6,
  .lqd-tm-style-5:hover .social-icon,
  .lqd-tm-style-5:hover .lqd-tm-details-icon,
  .lqd-tm-style-5:hover .lqd-tm-details {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
  }
}

.lqd-tm-style-6 h3 {
  font-size: 19px;
}

.lqd-tm-style-6 h6 {
  font-size: 16px;
}

.lqd-tm-style-6 h3,
.lqd-tm-style-6 h6,
.lqd-tm-style-6 .lqd-tm-details-icon {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 1s 0.35s, opacity 1s 0.35s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.lqd-tm-style-6 .lqd-tm-details-icon {
  font-size: 20px;
  color: #000;
}

.lqd-tm-style-6 .lqd-tm-details {
  background-color: var(--lqd-color-primary);
  transform: translateX(-102%);
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.lqd-tm-style-6:hover h3,
.lqd-tm-style-6:hover h6,
.lqd-tm-style-6:hover .lqd-tm-details-icon {
  transform: translateX(0);
  opacity: 1;
}

.lqd-tm-style-6:hover h6 {
  font-weight: 400;
  transition-delay: 0.4s;
}

.lqd-tm-style-6:hover .lqd-tm-details-icon {
  text-decoration: 0.55s;
}

.lqd-tm-style-6:hover .lqd-tm-details {
  transform: translateX(0);
}

/*==================================================
 <-- roofing service Slider Section Css-->
===================================================*/

.slider-section {
  /* background: url(../images/slider/slider-bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 770px;
  position: relative;
}

.slider-section.style-three {
  /* background: url(../images/slider/slider3.jpg); */
}

.slider-content h4 {
  font-size: 24px;
  line-height: 24px;
  color: #fefefe;
  font-weight: 500;
  margin-bottom: 28px;
}

.slider-content h1 {
  font-size: 75px;
  line-height: 72px;
  color: #ffffff;
  font-weight: 600;
}

.slider-content p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  width: 53%;
  margin: 37px 0 50px;
}

/* owl nav css */

.slider-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-nav {
  position: absolute;
  bottom: 41%;
  right: 60px;
}

.owl-prev i {
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: var(--link-color-hover);
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  transition: 0.5s;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.owl-prev i:hover {
  color: var(--link-color-hover);
}

.owl-prev i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  right: 0;
  bottom: 0;
  background: #ffffff;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
}

.owl-prev i:hover::after {
  transform: scale(1);
}

.owl-next i {
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #ffffff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--link-color-hover);
  font-size: 24px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.owl-next i:hover {
  color: #ffffff;
}

.owl-next i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  right: 0;
  bottom: 0;
  background: var(--color-primary);
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
}

.owl-next i:hover::after {
  transform: scale(1);
}

/* slider style two */

.slider-section.style-two {
  background: url(../images/slider/slider-bg2.jpg);
  height: 866px;
  background-position: center center;
}

.slider-content.style-two h4 {
  color: #1c1632;
  margin-bottom: 16px;
}

.slider-content.style-two h1 {
  color: #1c1632;
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 54px;
}

/*==================================================
 <-- roofing Appointment section Css-->
===================================================*/

.appointment-area {
  background: #f6f6f6;
  padding: 60px 0 52px;
}

.appointment-contact-title h4 {
  font-size: 48px;
  line-height: 60px;
  color: #292930;
  font-weight: 600;
  margin-bottom: 25px;
}

.appointment-area .form-box input {
  background: #ffffff;
  border: 1px dashed #c9c6c6;
}

.appointment-area .form_box input::placeholder {
  color: #696969;
}

.appointment-area .form-box textarea {
  height: 50px;
  background: #ffffff;
  border: 1px dashed #c9c6c6;
}

.appointment-area .form-box i {
  color: #c9c6c6;
}

.appointment-area .form-box-button.inner button {
  width: 100%;
  height: 50px;
}

/* about style two */

.about-text.style-two {
  text-align: center;
  width: 147px;
  height: 151px;
  border-radius: 0px 0px 35px 0px;
  background-color: var(--color-primary);
  padding: 10px 16px 0;
  left: 74%;
}

.about-text.style-two h5 {
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  background: none;
  padding: 0;
}

.about-text.style-two span {
  font-size: 40px;
  line-height: 62px;
  color: #ffffff;
  font-weight: 600;
}

.about-text.style-two p {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Jost";
}

.about-shape-two {
  position: absolute;
  top: 5px;
  right: 7px;
}

.about-shape-two img {
  width: auto;
}

/*==================================================
 <-- roofing form box Css-->
===================================================*/

.form-box {
  position: relative;
}

.form-box input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  background: #ffffff;
  border: 0;
  outline: 0;
  border-radius: 3px;
  color: #3e3e3f;
  margin-bottom: 23px;
}

.form_box input::placeholder {
  color: #6d6d6d;
}

.form-box select {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  background: #ffffff;
  border-radius: 3px;
  border: 0;
  outline: 0;
  color: #3e3e3f;
  margin-bottom: 23px;
}

.form-box textarea {
  width: 100%;
  height: 186px;
  padding-left: 30px;
  background: #ffffff;
  border-radius: 3px;
  color: #3e3e3f;
  border: 0;
  outline: 0;
  margin-bottom: 23px;
}

.form-box textarea::placeholder {
  padding: 8px 0px 0;
}

.form-box i {
  position: absolute;
  right: 30px;
  top: 11px;
  color: var(--color-primary);
}

.form-box-button button {
  width: 270px;
  height: 60px;
  border-radius: 3px;
  background-color: #1c1632;
  border: 0;
  outline: 0;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.form-box-button button:hover {
  color: var(--link-color-hover);
}

.form-box-button button::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  opacity: 0;
  border-radius: 3px;
  z-index: -1;
  transition: 0.5s;
}

.form-box-button button:hover::before {
  background: #ffffff;
  opacity: 1;
  transform: scale(1, 1);
}

/*==================================================
 <-- roofing service About Section Css-->
===================================================*/

.about-section {
  padding: 120px 0 120px;
}

.about-thumb {
  position: relative;
}

.about-thumb .video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.1)
    url("../../../918/upload/ad2/2f157c29e1555dde47e124b15b661c20aa083a23373ee3f1e71a37a356b4ceb8.png")
    no-repeat center;
  display: block;
  background-size: 16%;
}

.about-thumb .video:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease 0s;
}

.about-thumb img {
  width: 100%;
}

.about-text {
  position: absolute;
  top: 15px;
  left: -54px;
}

.about-text h5 {
  font-size: 26px;
  color: #f8f8f8;
  font-weight: 600;
  background: var(--color-primary);
  padding: 14px 50px;
}

.about-shape {
  position: absolute;
  top: 85px;
  left: -54px;
}

.about-shape img {
  width: auto;
}

.about-list {
  margin-bottom: 50px;
}

.about-list ul {
  list-style: none;
}

.about-list ul li {
  font-size: 18px;
  color: #1c1632;
  font-weight: 500;
  margin-bottom: 15px;
}

.about-list ul li i {
  color: var(--link-color-hover);
  margin-right: 7px;
}

.about-info {
  display: inline-flex;
}

.about-us-icon {
  margin-left: 32px;
}

.about-us-icon i {
  width: 60px;
  height: 60px;
  border-radius: 32px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--link-color-hover);
  background: #a5dbc2;
  display: inline-block;
}

.about-us-phone h5 {
  font-size: 18px;
  line-height: 24px;
  color: #1c1632;
  font-weight: 400;
}

.about-us-phone {
  margin-left: 30px;
}

.about-us-phone h5 {
  font-size: 18px;
  line-height: 24px;
  color: #1c1632;
  font-weight: 400;
  margin: 0;
}

.about-us-phone h5 span {
  display: block;
  line-height: 42px;
  font-weight: 500;
}

/* about style three */

.about-section.style-three {
  padding: 120px 0px 105px;
}

/* about counter */

.about-numbar {
  text-align: center;
  background: var(--color-primary);
  display: inline-block;
  padding: 9px 25px 9px;
}

.about-numbar h4 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}

.about-numbar p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}

/* about section title */

.about-section-sub-title h4 {
  font-size: 24px;
  line-height: 24px;
  color: var(--color-primary);
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin: 0;
}

.about-section-sub-title h4::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: var(--color-primary);
  top: 6px;
  right: -48px;
}

.about-section-sub-title h4::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: var(--color-primary);
  top: 15px;
  right: -57px;
}

.about-section-main-title h2 {
  font-size: 35px;
  line-height: 60px;
  color: #1c1632;
  font-weight: 600;
  margin-bottom: 17px;
}

.about-discription {
  margin-bottom: 46px;
}

.about-discription p {
  font-size: 16px;
  line-height: 24px;
  color: #4d4e4f;
  font-weight: 400;
}

/* about style two */

.about-video-icon {
  position: absolute;
  right: 95px;
  bottom: 16%;
  margin: auto;
  border-radius: 100%;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
}

.about-video-icon a {
  height: 65px;
  width: 65px;
  background: var(--color-primary);
  display: inline-block;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
}

.about-counter-two.style-two {
  width: 446px;
  height: 119px;
  border-radius: 3px;
  filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  border: navajowhite;
  padding: 17px 33px 0;
  left: 30px;
  bottom: -22px;
}

.about-number-two.style-two {
  float: left;
  margin-right: 26px;
  position: relative;
}

.about-number-two.style-two::before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 85px;
  width: 85px;
  border: 2px dotted #ffaa19;
  left: -10px;
  right: 0;
  margin: auto;
}

.about-number-two.style-two h4 {
  height: 65px;
  width: 65px;
  background: var(--color-primary);
  color: #fff;
  line-height: 65px;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
}

.about-counter-content h5 {
  font-size: 24px;
  line-height: 34px;
  color: #1c1632;
  font-weight: 500;
}

/* about progress bar  */

.about-section.span.process-bar {
  font-size: 18px;
}

/* about section style two */

.about-section.style-two {
  padding: 110px 0 161px;
}

/*==================================================
 <-- roofing service Section title Css-->
===================================================*/

.section-sub-title {
  position: relative;
  display: inline-block;
}

.section-sub-title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: var(--color-primary);
  left: 0;
  top: 19px;
}

.section-sub-title::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: var(--color-primary);
  left: -12px;
  top: 28px;
}

.section-sub-title h4 {
  font-size: 24px;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 7px;
  position: relative;
  padding: 0 50px 0;
}

.section-sub-title h4::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: var(--color-primary);
  right: 0;
  top: 9px;
}

.section-sub-title h4::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 35px;
  background: var(--color-primary);
  right: -12px;
  top: 17px;
}

.section-main-title h2 {
  font-size: 35px;
  color: #1c1632;
  font-weight: 600;
  margin-bottom: 42px;
}

/* service section title */

.service-section .section-main-title h2 {
  color: #ffffff;
}

.section-main-title.service h2 {
  color: #292930;
}

/* offer section title */

.section-sub-title.offer::before {
  display: none;
}

.section-sub-title.offer::after {
  display: none;
}

.section-sub-title.offer h4 {
  padding-left: 0;
}

.section-main-title.offer {
  margin-bottom: 39px;
}

.section-main-title.offer h2 {
  margin-bottom: 0;
  line-height: 49px;
}

/* offer style two */

.section-main-title.offer.style-two h2 {
  color: #ffff;
}

/* project section title */

.section-sub-title.offer.project h4 {
  color: #ffffff;
}

.section-sub-title.offer.project h4::before {
  background: #ffffff;
}

.section-sub-title.offer.project h4::after {
  background: #ffffff;
}

.section-main-title.offer.project h2 {
  color: #ffffffff;
}

/* testimonial section title */

.section-sub-title.testmonial::before {
  display: none;
}

.section-sub-title.testmonial::after {
  display: none;
}

.section-sub-title.testmonial h4 {
  padding-left: 0;
}

.section-main-title.testmonial h2 {
  margin-bottom: 16px;
}

/* blog-section title */

.section-main-title.blog h2 {
  margin-bottom: 40px;
}

/* get quote section title */

.section-main-title.get h2 {
  color: #ffffffff;
  margin-bottom: 10px;
}

.section-main-title.get-quote h2 {
  color: #fff;
  margin-bottom: 10px;
}

/* faq section title */

.section-sub-title.faq::before {
  display: none;
}

.section-sub-title.faq::after {
  display: none;
}

.section-sub-title.faq h4 {
  margin-bottom: 0px;
  padding-left: 0;
}

.section-sub-title.faq h4::before {
  display: none;
}

.section-sub-title.faq h4::after {
  display: none;
}

.section-main-title.faq h2 {
  font-size: 40px;
  margin-bottom: 16px;
}

/*==================================================
 <-- roofing service Service Section Css-->
===================================================*/

.service-section {
  padding: 106px 0 90px;
  /* background: url(../images/resource/service-bg.jpg); */
  background: var(--theme-color1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-box {
  overflow: hidden;
  margin-bottom: 30px;
}

.service-thumb {
  position: relative;
}

.service-thumb img {
  width: 100%;
}

.service-main-content {
  /* position: absolute; */
  bottom: 18px;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  width: 100%;
  height: 54px;
  transition: 0.5s;
}

.service-box:hover .service-main-content {
  left: -50%;
  opacity: 0;
}

.service-icon-thumb {
  display: inline-block;
  height: 57px;
  width: 57px;
  background: var(--color-primary);
  text-align: center;
  line-height: 57px;
  position: absolute;
  top: -27px;
  display: none;
}

.service-icon-thumb img {
  width: auto;
  vertical-align: middle;
}

.service-main-title {
  display: inline-block;
 
  width: 100%;
}

.service-main-title h3 {
  font-size: 18px;
  color: #292930;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  width: 100%;
}

.service-text {
  position: absolute;
  bottom: -215%;
  text-align: center;
  background-color: #ffffff;
  border: 1px dashed var(--color-primary);
  padding: 31px 0px 23px;
  width: 290px;
  height: 230px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transition: 0.5s;
}

.service-box:hover .service-text {
  bottom: 0;
}

.sevice-text-icon i {
  width: 54px;
  height: 54px;
  background: #f1f1f1;
  text-align: center;
  line-height: 54px;
  display: inline-block;
  border-radius: 50%;
  color: var(--link-color-hover);
  font-size: 22px;
}

.service-text-content h4 a {
  font-size: 18px;
  color: #292930;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  margin: 12px 0 15px;
  transition: 0.5s;
}

.service-text-content h4 a:hover {
  color: var(--link-color-hover);
}

/* service style two */

.service-section.style-two {
  background: #f6f6f6;
}

.service-text-style-two {
  position: absolute;
  width: 381px;
  height: 71px;
  padding: 0 38px 0px;
  background: #ffffff;
  border: none;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.service-box:hover .service-text-style-two {
  height: 220px;
}

.service-icon-thumb.style-two {
  right: 0;
  top: -34px;
}

.service-text-content.style-two h4 a {
  font-size: 22px;
  color: #292930;
  opacity: inherit;
  line-height: 22px;
  text-decoration: none;
}

.service-text-content.style-two a {
  font-size: 18px;
  line-height: 34px;
  text-decoration: underline;
  /* color: #ffffff; */
  font-weight: 500;
  opacity: 0;
  transition: 0.5s;
}

.service-box:hover .service-text-content.style-two a {
  opacity: 1;
}

.service-text-content.style-two p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 9px;
  border-bottom: 1px solid;
  padding: 0px 0 29px;
  opacity: 0;
  transition: 0.5s;
}

.service-box:hover .service-text-content.style-two p {
  opacity: 1;
}

/*==================================================
 <-- roofing service Offer Section Css-->
===================================================*/

.offer-section {
  padding: 120px 0 97px;
}

.offer-content h4 {
  font-size: 22px;
  line-height: 26px;
  color: #292930;
  font-weight: 600;
  padding: 10px 0 16px;
}

.offer-content p {
  font-size: 16px;
  line-height: 24px;
  color: #434141;
  font-weight: 400;
}

.offer-thumb img {
  width: 100%;
}

/* progressbar css */

.process-ber-plugin {
  padding: 24px 0 30px;
}

span.process-bar {
  font-size: 20px;
  color: #1c1632;
  font-weight: 500;
  position: relative;
}

.barfiller {
  width: 562px;
  height: 10px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 11px;
  border-radius: 3px;
  background-color: #c9ccd2;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  z-index: 1;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  font-size: 18px;
  color: #1c1632;
  font-weight: 500;
  top: -37px;
  padding: 1px 6px;
  left: 0px;
  position: absolute;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

span.fill {
  background: var(--color-primary) !important;
  border-radius: 3px;
}

/*==================================================
 <-- roofing service Counter Css-->
===================================================*/

.counter-section {
  padding: 24px 0 119px;
}

.counter-item-box {
  border: 1px dashed var(--color-primary);
  padding: 23px 0px 13px 10px;
  display: -webkit-inline-box;
  width: 100%;
}

.counter-content {
  width: 76%;
}
.counter-icon {
  /* float: left; */
  /* margin-top: 12px; */
  margin-right: 7px;
  /* padding: 5px; */
  height: 100%;
  width: 20%;
  max-width: 50px;
}

.counter-number h2 {
  font-size: 27px;
  line-height: 26px;
  color: #292930;
  font-weight: 600;
  display: inline-block;
  margin-top: 0;
}

.counter-number span {
  font-size: 27px;
  line-height: 26px;
  color: #292930;
  font-weight: 600;
}

.counter-text p {
  font-size: 16px;
  /* line-height: 35px; */
  color: #292930;
  font-weight: 500;
  /* width: 100%; */
}

/* counter style two */

.counter-section.style-two {
  padding: 120px 0 104px;
}

/*==================================================
 <-- roofing service Choose Us  Css-->
===================================================*/

.choose-us-thumb img {
  width: 100% !important;
}

.choose-us-box {
  background: #fcfcfc;
  filter: drop-shadow(0px 2px 2px rgba(28, 22, 50, 0.08));
  padding: 20px 20px 1px;
  margin-bottom: 20px;
}

.choose-icon-thumb {
  float: left;
  margin-right: 43px;
  margin-top: -10px;
  position: relative;
}

.choose-icon-thumb::before {
  position: absolute;
  content: "";
  height: 44px;
  width: 1px;
  background: #d9d9d9;
  right: -23px;
}

.choose-content p {
  font-size: 18px;
  color: #4d4e4f;
  font-weight: 400;
}

/*==================================================
 <-- roofing service Call Do Action Css-->
===================================================*/

.col-do-section {
  position: relative;
}

.col-do-section::before {
  position: absolute;
  content: "";
  background: url(../images/resource/call-do-thumb.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  right: -63%;
}

.col-do-section::after {
  position: absolute;
  content: "";
  background: url(../images/resource/call-do-shape.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 35%;
  right: -19%;
}

.row.call-do {
  background: url(../images/resource/call-do-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 59px 0;
}

.call-do-title h4 {
  font-size: 34px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 600;
}

.col-do-icon {
  margin-left: 29px;
}

.col-do-icon i {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 86px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  position: relative;
}

/*==================================================
 <-- roofing service Team Section Css-->
===================================================*/

.team-section {
  padding: 105px 0 136px;
}

.team-thumb {
  position: relative;
}

.team-thumb img {
  width: 100%;
}

.team-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  opacity: 0;
}

.team-items-box:hover .team-icon {
  bottom: 68px;
  opacity: 1;
}

.team-icon ul {
  list-style: none;
}

.team-icon ul li {
  display: block;
  margin-top: 3px;
}

.team-icon ul li a i {
  height: 64px;
  width: 64px;
  background: #fff;
  text-align: center;
  line-height: 64px;
  color: var(--link-color-hover);
  font-size: 28px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.team-icon ul li a:hover i {
  color: #ffffff;
}

.team-icon ul li a i::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-primary);
  transform: scale(0);
  z-index: -1;
  transition: 0.5s;
}

.team-icon ul li a i:hover::after {
  transform: scale(1);
}

.team-main-icon {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 999;
}

.team-main-icon a {
  height: 64px;
  width: 64px;
  background: var(--link-color-hover);
  display: inline-block;
  text-align: center;
  line-height: 64px;
  color: #fff;
  font-size: 30px;
  position: relative;
  z-index: 1;
}

.team-main-icon a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  transform: scale(0);
  z-index: -1;
  transition: 0.5s;
}

.team-items-box:hover .team-main-icon a::before {
  transform: scale(1);
}

.team-main-icon a i {
  transition: 0.5s;
}

.team-items-box:hover .team-main-icon a i {
  color: var(--link-color-hover);
}

.team-content {
  background: #ffffff;
  position: absolute;
  bottom: -16px;
  left: 0;
  z-index: 1;
  width: 274px;
  height: 75px;
  padding: 6px 26px 0px;
  clip-path: polygon(0% 0%, 88% 0%, 100% 100%, 0% 100%);
}

.team-content h4 a {
  font-size: 25px;
  line-height: 30px;
  color: #292930;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}

.team-items-box:hover .team-content h4 a {
  color: var(--link-color-hover);
}

.team-content span {
  font-size: 16px;
  line-height: 38px;
  color: #4d4e4f;
  font-weight: 400;
  transition: 0.5s;
}

/* team style two */

.team-section.style-two {
  padding: 0 0 130px;
}

/* home page two team section css */

.team-icon.style-two {
  right: 40%;
}

.team-items-box:hover .team-icon.style-two {
  top: 8px;
}

.team-main-icon.style-twoa i {
  position: relative;
}

.team-main-icon.style-two a i::after {
  position: absolute;
  content: "";
  height: 14px;
  width: 2px;
  background: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  opacity: 0;
  transition: 0.5s;
}

.team-items-box:hover .team-main-icon.style-two a i::after {
  background: var(--color-primary);
  opacity: 1;
}

/*==================================================
 <-- roofing service project Section Css-->
===================================================*/

.portfolio-section {
  background: url(../images/project/protfolio-bg.jpg);
  background-repeat: no-repeat;
  padding: 105px 0 108px;
}

.portfolio-itmes-box {
  position: relative;
}

.portfolio-content {
  position: absolute;
  bottom: 0;
  left: -40px;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
}

.portfolio-itmes-box:hover .portfolio-content {
  bottom: 96px;
  opacity: 1;
}

.portfolio-content-text {
  position: relative;
  text-align: center;
  width: 394px;
  height: 100px;
  background-color: #f9f9f9;
  padding: 10px 0 0;
  margin: auto;
  clip-path: polygon(12% 0%, 100% 0%, 87% 100%, 0% 100%);
}

.portfolio-content-text h4 a {
  font-size: 24px;
  color: #292930;
  font-weight: 600;
  text-decoration: none;
}

.portfolio-content-text span {
  font-size: 16px;
  line-height: 38px;
  color: #4d4e4f;
  font-weight: 400;
}

/* owlcarousel css */

.portfolio-section .owl-nav {
  position: inherit;
}

.portfolio-section .owl-prev {
  position: absolute;
  right: 8px;
}

.portfolio-section .owl-prev i {
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 20px;
}

.portfolio-section .owl-next {
  position: absolute;
  left: 87px;
}

.portfolio-section .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 20px;
  border: 1px dashed var(--color-primary);
}

.portfolio-section .no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

/*==================================================
 <-- roofing service Tedtimonial Section Css-->
===================================================*/

.testi-itmes-box {
  background: #f2f2f2;
  padding: 50px 35px 26px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  margin: 20px;
}

.testi-itmes-box::before {
  position: absolute;
  content: "";
  height: 35px;
  width: 40px;
  background: #f2f2f2;
  bottom: -20px;
  left: 40px;
  clip-path: polygon(82% 41%, 106% 40%, 50% 100%, 0% 42%);
  z-index: -1;
  transition: 0.5s;
}

.testi-itmes-box:hover:before {
  background: var(--color-primary);
}

.testi-itmes-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--color-primary);
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  border-radius: 3px;
  z-index: -1;
  transition: 0.5s;
}

.testi-itmes-box:hover::after {
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
}

.testi-content p {
  font-size: 16px;
  line-height: 28px;
  color: #4d4e4f;
  font-weight: 400;
  margin-bottom: 25px;
  transition: 0.5s;
}

.testi-itmes-box:hover .testi-content p {
  color: #ffffff;
}

.testi-thumb {
  float: left;
  margin-right: 24px;
  margin-top: -5px;
}

.testi-title h4 {
  font-size: 20px;
  line-height: 28px;
  color: #292930;
  font-weight: 500;
  transition: 0.5s;
}

.testi-itmes-box:hover .testi-title h4 {
  color: #ffffff;
}

.testi-title span {
  font-size: 16px;
  line-height: 28px;
  color: #4d4e4f;
  font-weight: 400;
  transition: 0.5s;
}

.testi-itmes-box:hover .testi-title span {
  color: #d8d8d8;
}

.testi-icon {
  position: absolute;
  right: 30px;
  bottom: 24px;
}

.testi-icon i {
  font-size: 55px;
  color: var(--link-color-hover);
  opacity: 0.4;
  transition: 0.5s;
}

.testi-itmes-box:hover .testi-icon i {
  color: #f2f2f2;
}

/* owl carousel */

.testimonial-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

/*==================================================
 <-- roofing service Blog Section Css-->
===================================================*/

.blog-section {
  padding: 103px 0 95px;
}

.blog-items-box {
  border: 1px solid #e2e2e2;
  padding: 0 0 26px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
}

.blog-date {
  position: absolute;
  top: 38px;
  right: 21px;
}

.blog-date span {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background: var(--color-primary);
  padding: 16px 37px;
}

.blog-content {
  padding: 0 29px 0;
}

.blog-meta {
  margin: 18px 0 44px;
}

.blog-meta span {
  font-size: 16px;
  line-height: 34px;
  color: var(--color-primary);
  font-weight: 400;
  padding-right: 50px;
}

.blog-meta span i {
  color: var(--link-color-hover);
  font-size: 18px;
  margin-right: 6px;
}

.blog-title {
  margin-bottom: 12px;
  position: relative;
}

.blog-title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 110%;
  top: -25px;
  left: -30px;
  background: #e2e2e2;
}

.blog-title h4 a {
  font-size: 24px;
  line-height: 34px;
  text-decoration: none;
  color: #1c1632;
  font-weight: 500;
  transition: 0.5s;
}

.blog-items-box:hover .blog-title h4 a {
  color: var(--link-color-hover);
}

.blog-bottom-shape {
  display: inline-block;
  margin-right: 15px;
}

.blog-bottom-title {
  display: inline-block;
  margin-right: 100px;
}

.blog-bottom-title h5 {
  font-size: 16px;
  line-height: 34px;
  color: #1c1632;
  font-weight: 400;
}

.blog-btn {
  display: inline-block;
}

.blog-btn a {
  font-size: 18px;
  line-height: 34px;
  text-decoration: underline;
  color: #1c1632;
  font-weight: 500;
}

.blog-items-box:hover .blog-btn a {
  color: var(--link-color-hover);
}

.blog-btn a i {
  margin-left: 8px;
}

/* style two css */

.blog-items-box.two {
  padding: 40px 0px 26px 12px;
  margin-bottom: 30px;
}

.blog-thumb.two {
  float: left;
  margin-top: -12px;
  margin-right: 17px;
}

.blog-thumb.two img {
  width: auto;
}

.blog-meta.two span {
  margin-right: -30px;
}

.blog-title.two::before {
  width: 300px;
  left: 44%;
}

.blog-bottom-shape.two {
  margin-right: 3px;
}

.blog-bottom-title.two {
  margin-right: 23px;
}

/* blog section style two  */

.blog-section.style-two {
  padding: 108px 0 110px;
}

/* blog section style three */

.blog-section.style-three {
  padding: 110px 0 40px;
}

/*==================================================
 <-- roofing service Get Start Section Css-->
===================================================*/

.get-strat-section {
  background: url(../images/resource/get-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.get-strat-section .row.get {
  background: rgba(0, 0, 0, 0.85);
  padding: 0px 0 65px;
  border-radius: 0px 150px 0px 150px;
}

.get-start-discription p {
  font-size: 16px;
  color: #f8f8f8;
  font-weight: 400;
  font-family: "Jost";
  padding-bottom: 46px;
  width: 44%;
  margin: auto;
}

/*==================================================
 <-- roofing service Home Page Two Css-->
===================================================*/

/* get qoute section css */

.row.get-quote {
  background: var(--color-primary);
  padding: 60px 16px 60px;
}

.get-quote-discription p {
  font-size: 16px;
  line-height: 24px;
  color: #fefefe;
  font-weight: 400;
}

.get-quote-form {
  margin-top: 22px;
}

.get-quote-section .form-box input {
  width: 100%;
  height: 58px;
  padding-left: 22px;
}

.get-quote-section .form-box i {
  right: 20px;
  top: 14px;
}

.form-box-button.quote button {
  width: 190px;
  height: 58px;
}

.form-box-button.quote button i {
  margin-left: 9px;
}

/*==================================================
 <-- roofing service faq section Css-->
===================================================*/

.faq-section {
  padding: 108px 0 94px;
}

/* accrodion css */

.accordion li {
  list-style: none;
  position: relative;
  z-index: 1;
  background: #f3f3f3;
  margin-bottom: 27px;
  border-radius: 3px;
}

.accordion li a {
  display: block;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  color: inherit;
  padding: 11px 35px 11px;
  text-decoration: none;
  margin-bottom: 11px;
}
.accordion a.active {
  background: var(--link-color-hover);
  color: #fff;
}
.accordion li p {
  display: none;
  font-size: 16px;
  line-height: 26px;
  color: #434141;
  padding: 0 38px 17px;
  margin: 0;
  width: 91%;
}

.accordion a:before {
  width: 2px;
  height: 16px;
  background: var(--color-primary);
  position: absolute;
  right: 37px;
  content: " ";
  top: 18px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.accordion a:after {
  width: 16px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  right: 30px;
  content: " ";
  top: 25px;
  transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
}

.accordion a.active:before {
  display: none;
}

a.active {
  color: #1c1632;
}

/* faq thumb */

.faq-thumb img {
  width: 100%;
}

/* owl carousel */

.faq-section .owl-dots {
  text-align: center;
}

.faq-section .owl-dot {
  margin-right: 9px;
  height: 12px;
  width: 12px;
  background: #a7a7a7;
  border-radius: 50%;
  display: inline-block;
}

.faq-section .owl-dot.active {
  height: 13px;
  width: 13px;
  background: var(--link-color-hover);
  border-radius: 50%;
}

/*==================================================
 <-- roofing service portfolio section Css-->
===================================================*/

.portfolio-section.style-two {
  background: url(../images/project/portfolio-bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 110px 0 90px;
}

.portfolio-single-box {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.portfolio-single-box::before {
  content: "";
  height: 86%;
  width: 86%;
  background-color: rgba(8, 44, 75, 0.8);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) scale(1.2);
  margin: 0 auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.portfolio-single-box:hover::before {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.portfolio-item-thumb a img {
  width: 100%;
  transition: 0.5s;
}

.portfolio-single-box:hover .portfolio-item-thumb a img {
  transform: scale(1.1);
}

.portfolio-icon {
  position: absolute;
  top: 50%;
  left: 43%;
  right: 58%;
  transform: translate(50%, -50%);
  margin: auto;
  transition: 0.5s;
  z-index: 1;
}

.portfolio-icon i {
  font-size: 27px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  height: 50px;
  color: #ffffff;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  opacity: 0;
  transition: 0.5s;
}

.portfolio-single-box:hover .portfolio-icon i {
  opacity: 1;
}

.portfolio-icon i:hover {
  border: 1px solid var(--link-color-hover);
  background: inherit;
  color: #ffff;
}

/*==================================================
 <-- roofing service testimonial style two section Css-->
===================================================*/

.testimonial-section.style-two {
  border-bottom: 1px solid #e7e6e6;
  padding: 120px 0 0px;
}

.testi-content-discripton p {
  font-size: 26px;
  line-height: 46px;
  color: #4d4e4f;
  font-weight: 400;
  margin-bottom: 18px;
}

.testi-content-title {
  position: relative;
  margin-left: 65px;
}

.testi-content-title::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--color-primary);
  top: 23px;
  left: -65px;
}

.testi-content-title h4 {
  font-size: 24px;
  line-height: 46px;
  color: #292930;
  font-weight: 500;
}

.testi-content-title span {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 400;
}

.testimonial-thumb {
  position: relative;
  margin-left: 208px;
}

.testimonial-shape {
  position: absolute;
  top: 47px;
  left: -70%;
}

.testimonial-section.style-two .owl-dots {
  margin-top: 37px;
}

.testimonial-section.style-two .owl-dot {
  margin-right: 9px;
  height: 14px;
  width: 14px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  display: inline-block;
}

.testimonial-section.style-two .owl-dot.active {
  height: 14px;
  width: 14px;
  background: var(--color-primary);
  border-radius: 50%;
}

/*==================================================
 <-- roofing service pricing  section Css-->
===================================================*/

.pricing-section {
  padding: 106px 0 118px;
}

.pricing-box {
  text-align: center;
  border: 1.5px solid #f6f6f6;
  background: #fff;
  border-radius: 3px;
  padding: 14px 0 40px;
  position: relative;
  z-index: 1;
}

.pricing-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #292930;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  z-index: -1;
  transition: 0.5s;
}

.pricing-box:hover::before {
  height: 100%;
}

.pricing-content {
  position: relative;
}

.pricing-content::before {
  position: absolute;
  content: "";
  width: 100%;
  background: rgba(255, 238, 236);
  height: 125px;
  clip-path: ellipse(51% 86% at 50% 0%);
  left: 0;
  top: -31px;
  z-index: -1;
}

.pricing-content::after {
  position: absolute;
  content: "";
  width: 100%;
  background: var(--color-primary);
  height: 0;
  clip-path: ellipse(51% 86% at 50% 0%);
  left: 0;
  top: -31px;
  z-index: -1;
  transition: 0.5s;
}

.pricing-box:hover .pricing-content::after {
  height: 126px;
}

.pricing-title h3 {
  font-size: 36px;
  color: #292930;
  font-weight: 500;
  margin-bottom: 52px;
  transition: 0.5s;
}

.pricing-box:hover .pricing-title h3 {
  color: #ffffff;
}

.pricing-rate h3 {
  font-size: 40px;
  line-height: 100px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 6px;
  transition: 0.5s;
}

.pricing-box:hover .pricing-rate h3 {
  color: #ffffff;
}

.pricing-rate h3 span {
  color: #292930;
  font-size: 35px;
  transition: 0.5s;
}

.pricing-box:hover .pricing-rate h3 span {
  color: #ffffff;
}

.pricing-list {
  margin-bottom: 34px;
}

.pricing-list span {
  display: block;
  margin-bottom: 13px;
  font-size: 18px;
  color: #4d4e4f;
  font-weight: 400;
  transition: 0.5s;
}

.pricing-box:hover .pricing-list span {
  color: #ffffff;
}

/*==================================================
 <-- roofing service offer style two Section Css-->
===================================================*/

.offer-section.style-two {
  padding: 106px 0px 90px;
  background: url(../images/resource/offer-style-two.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.offer-content.style-two h4 {
  color: #fff;
}

.offer-content.style-two p {
  color: #fff;
}

span.process-bar.style-two {
  font-size: 21px;
  color: #ffffff;
}

.barfiller .tip.style-two {
  color: #ffffff;
}

.offer-email-icon {
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}

.offer-email-icon i {
  border: 1px solid rgba(245, 161, 139, 0.322);
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 21px;
  color: var(--link-color-hover);
}

.offer-email h5 {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
}

.offer-email span {
  font-size: 18px;
  color: #c1c2c3;
  font-weight: 500;
}

/* contact box */

.offer-contact-box {
  background: #f5f2f2;
  padding: 38px 75px 45px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

.offer-contact-title {
  text-align: center;
  margin-bottom: 25px;
}

.offer-contact-title h4 {
  font-size: 30px;
  line-height: 40px;
  color: #292930;
  font-weight: 600;
}

.offer-contact-title span {
  font-size: 16px;
  line-height: 34px;
  color: #4d4e4f;
  font-weight: 400;
}

.offer-section.style-two .form-box textarea {
  height: 100px;
  margin-bottom: 22px;
}

.offer-section.style-two .form-box-button button {
  background-color: var(--btn-bg);
}

.offer-contact-shape {
  position: absolute;
  top: -33px;
  left: 0px;
  right: 0;
  margin: auto;
  z-index: -1;
}

.offer-contact-shape img {
  width: 100%;
}

/*==================================================
 <-- roofing service Blog style three Section Css-->
===================================================*/

.blog-items-box.style-three {
  background: #f6f6f6;
  border: none;
  padding: 22px 12px 33px;
}

.blog-meta.style-three {
  margin: 25px 0 8px;
}

.blog-meta.style-three span {
  padding-right: 27px;
}

.blog-title.style-three::before {
  display: none;
}

.blog-bottom-title.style-three {
  margin-right: 27px;
}

/*==================================================
 <-- roofing service subscribe Section Css-->
===================================================*/

.subscribe-section {
  background: url(../images/resource/subscribe-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0 78px;
}

.sbuscribe-content h2 {
  font-size: 48px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
}

.sbuscribe-content p {
  font-size: 16px;
  color: #e4e4e4;
  font-weight: 400;
  margin: 28px 0 25px;
}

/* subscribe form */

.subscribe-section .form-box input {
  height: 80px;
}

.subscribe-section .form-box-button {
  position: absolute;
  top: 10px;
  right: -46px;
}

.subscribe-section .form-box-button button {
  width: 160px;
  height: 58px;
  background-color: var(--btn-bg);
}

.subscribe-section .form-box-button button:hover::before {
  background: #1c1632;
}

/*==================================================
 <-- roofing service Home Pages Two  Css-->
===================================================*/

/*==================================================
 <-- roofing service Home Pages Two Call Back  Css-->
===================================================*/

.call-back-section {
  background: url(../images/resource/call-back-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 100px;
}

.call-back-content {
  background: #1c1632;
  padding: 63px 0 77px;
}

.call-back-numbar h3 {
  font-size: 42px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 600;
}

.call-back-discription p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  padding: 20px 0 23px;
  width: 84%;
  margin: auto;
}

/*==================================================
 <-- roofing service Breatcame  Css-->
===================================================*/
.breatcome-section {
  background: url(../images/resource/breatcame-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 130px 0;
}

.breatcome-content {
  position: relative;
}

.breatcome-title h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 19px;
}

.bratcome-text {
  position: absolute;
  right: 0;
  bottom: -149px;
  background: #f4fbff;
  padding: 23px 35px;
  border-radius: 5px 5px 0 0;
}

.bratcome-text ul {
  list-style: none;
}

.bratcome-text ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  line-height: 27px;
  color: #434141;
  font-weight: 500;
}

.bratcome-text ul li a {
  display: inline-block;
  font-size: 16px;
  color: #434141;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}

.bratcome-text ul li a:hover {
  color: var(--link-color-hover);
}

.bratcome-text ul li a::before {
  position: absolute;
  content: "/";
  left: 50px;
}

/*==================================================
 <-- roofing service Blog  Css-->
===================================================*/

.blog-items-box.style-two {
  border: none;
  margin-bottom: 10px;
}

.blog-thumb.style-two {
  margin: 0;
}

.blog-thumb.style-two img {
  width: 100%;
}

.blog-content.style-two {
  background-color: #ffffff;
  filter: drop-shadow(0px 3px 12.5px rgba(0, 0, 0, 0.1));
  padding: 27px 29px 34px;
  border-radius: 0px 0px 6px 6px;
}

.blog-meta.style-two {
  margin: 0;
}

.blog-disctiption p {
  font-size: 16px;
  line-height: 28px;
  color: #434141;
  font-weight: 400;
}

/* pagination css */

.as-pagination {
  margin-top: 18px;
}

.as-pagination ul {
  list-style: none;
}

.as-pagination ul li {
  display: inline-block;
}

.as-pagination ul li a {
  display: inline-block;
  font-size: 16px;
  color: #292930;
  font-weight: 500;
  border: 1px solid #dddddd;
  height: 38px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
  margin-left: 5px;
  transition: 0.5s;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}

.as-pagination ul li a:hover {
  color: #ffffff;
}

.as-pagination ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-primary);
  transform: scale(0);
  border-radius: 3px;
  z-index: -1;
  transition: 0.5s;
}

.as-pagination ul li a:hover::before {
  transform: scale(1);
}

/* sidebar css */

.widget_search form {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  position: relative;
  color: #606060;
  font-weight: 400;
  border: 0;
  border: 1px solid #dddddd;
  outline: 0;
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: var(--color-primary);
  border-radius: 0 3px 3px 0;
}

.categories-title h4 {
  font-size: 24px;
  margin-bottom: 25px;
}

.widget-categories-menu {
  margin-bottom: 45px;
}

.widget-categories-menu ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 10px;
}

.widget-categories-menu ul li::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  transition: all 0.5s linear 0s;
  background-color: var(--color-primary);
  content: "";
}

.widget-categories-menu ul li:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.widget-categories-menu ul li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: 0.5s;
}

.widget-categories-menu ul li a:hover {
  color: var(--link-color-hover);
}
.widget-categories-menu ul li a span {
  float: right;
}

.sidber-widget-recent-post {
  margin: 44px 0 62px;
}

.recent-widget-thumb {
  float: left;
  margin-right: 16px;
  margin-top: -15px;
  transition: 0.5s;
}

.recent-widget-content a {
  font-size: 20px;
  line-height: 26px;
  color: #292930;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 6px;
  transition: 0.5s;
}

.recent-widget-content a:hover {
  color: var(--link-color-hover);
}
.recent-widget-content span {
  font-size: 16px;
  line-height: 26px;
  color: #434141;
  font-weight: 400;
}

.recent-widget-content span i {
  font-size: 13px;
  margin-right: 4px;
}

.widget-tags a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #dddddd;
  padding: 3px 14px;
  margin: 11px 5px;
  border-radius: 2px;
  font-size: 16px;
  color: #434141;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.widget-tags a:hover {
  color: #fff;
}

.widget-tags a:before {
  position: absolute;
  content: "";
  left: -2px;
  top: 0px;
  height: 102%;
  width: 0%;
  background: var(--color-primary);
  z-index: -1;
  border-radius: 3px;
  transition: 0.5s;
}

.widget-tags a:hover:before {
  width: 104%;
}

.ba-blog-widget-title {
  font-size: 24px;
  margin: 27px 0 22px;
}

.ba-blog-widget-subscribe-form form {
  position: relative;
}

.ba-blog-widget-subscribe-form input {
  border: 0;
  width: 100%;
  padding-right: 30px;
  outline: 0;
  border-bottom: 1px solid #ddd;
  color: #434141;
  padding-bottom: 3px;
  transition: all 0.3s linear 0s;
}

.ba-blog-widget-subscribe-form input:focus {
  border-color: var(--color-primary);
}

.ba-blog-widget-subscribe-form button[type="submit"] {
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 2px;
  background: transparent;
  border: 0;
  color: var(--color-primary);
}

/*==================================================
 <-- roofing service Blog Details Css-->
===================================================*/

.blog-content.style-two.inner {
  background: none;
}

.blog-disctiption.inner {
  margin-bottom: 32px;
}

.blog-details-thumb img {
  width: 100%;
}

.blog-details-list {
  margin-bottom: 32px;
}

.blog-details-list ul li {
  list-style: none;
  margin-bottom: 12px;
  font-size: 18px;
  color: #292930;
  font-weight: 600;
}

.blog-details-list ul li i {
  font-size: 22px;
  padding-right: 8px;
}

.blog-details-list ul li.active {
  color: var(--link-color-hover);
}

.blog-details-title h5 {
  font-size: 24px;
  line-height: 26px;
  color: #292930;
  font-weight: 600;
  margin-bottom: 15px;
}

blockquote {
  filter: drop-shadow(0 0 45px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  padding: 25px 34px 30px;
  text-align: center;
}

.blog-details-social-box {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
  padding-bottom: 9px;
}

.ba-blog-details-social-icons h6 {
  display: inline-block;
  margin-right: 15px;
  color: #e6004a;
}

.ba-blog-details-social-icons a {
  margin-right: 10px;
  vertical-align: middle;
}

.ba-blog-details-social-icons a:hover {
  color: var(--link-color-hover);
}

.ba-blog-details-social-icons a i {
  font-size: 20px;
  color: #292930;
  font-weight: 600;
}

.text-sm-end {
  text-align: right !important;
}

.ba-blog-details-comment-count i {
  font-size: 15px;
  color: var(--link-color-hover);
}

.ba-blog-details-comment-count span {
  display: inline-block;
  margin-left: 10px;
}

.ba-section-title-2 {
  position: relative;
  padding-bottom: 16px;
}

.ba-section-title-2::after {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 90px;
  background: var(--link-color-hover);
  content: "";
  left: 0;
}

.ba-blog-comment-list ul {
  list-style: none;
}

.ba-blog-comment-list ul li .ba-blog-comment-box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 38px;
}

.ba-blog-comment-list ul li .ba-blog-comment-box.inner-2 {
  border-bottom: none;
}

.ba-blog-comment-list ul li .ba-blog-comment-box.inner {
  margin: 25px 67px 28px;
}

.ba-blog-comment-list ul li .image {
  float: left;
  margin-right: 30px;
}

.ba-blog-comment-list ul li .content {
  overflow: hidden;
}

.ba-blog-comment-list .title {
  margin-bottom: 5px;
}

.text-sm-end {
  text-align: right !important;
}

.ba-blog-comment-list ul li .replay-link {
  text-decoration: none;
}

/* comment box css */

.choose-contact-box.inner {
  background: 0;
  padding: 0;
}

.choose-contact-title.inner h4 {
  font-size: 24px;
  color: #292930;
  position: relative;
  margin-bottom: 50px;
}

.choose-contact-title.inner h4::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 90px;
  background: #e6004a;
  bottom: -10px;
}

.form-box.inner textarea {
  width: 100%;
  height: 220px;
}

.form-box-button.inner button {
  width: 196px;
  height: 55px;
  border-radius: 5px;
  background-color: var(--btn-bg);
}

/*==================================================
 <-- roofing service Service Innerp Page Css-->
===================================================*/

.service-section.style-two {
  padding: 0px 0 90px;
  background: none;
}
.service-box.style-two {
  margin-bottom: 40px;
}

/* service style four */

.service-section.style-four {
  padding: 82px 0 80px;
  background: none;
  margin-bottom: 0;
}

/*==================================================
 <-- roofing service Error Innerp Page Css-->
===================================================*/

.error-section {
  padding: 110px 0 110px;
}

/*==================================================
 <-- roofing service Contact Us Innerp Page Css-->
===================================================*/

.contact-section {
  padding: 110px 0 110px;
  background: #eaeaea;
}

.contact-sub-title h4 {
  font-size: 17px;
  color: var(--color-primary);
  font-weight: 400;
}

.contact-main-title h2 {
  font-size: 40px;
  color: #0d1c37;
  font-weight: 700;
}

.contact-discription p {
  font-size: 15px;
  line-height: 46px;
  color: #383737;
  font-weight: 400;
  margin-bottom: 37px;
}

/* contact box item */

.contact-box-item {
  margin-bottom: 30px;
}

.contact-icon {
  float: left;
  margin-right: 22px;
  margin-top: -4px;
}

.contact-icon i {
  height: 60px;
  width: 60px;
  background: #292930;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
  position: relative;
  z-index: 1;
}

.contact-icon i::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-primary);
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.contact-icon:hover i::after {
  transform: scale(1);
}

.contact-adress h5 {
  font-size: 24px;
  color: #0d1c37;
  font-weight: 500;
}

.contact-adress span {
  font-size: 15px;
  line-height: 29px;
  color: #383737;
  font-weight: 400;
}

/* contact-box */

.choose-contact-box .contact-inner {
  background: none;
  padding: 0;
}

.form-box .contact-inner select {
  width: 100%;
}

.form-box .contact-inner textarea {
  width: 100%;
  height: 186px;
}

.form-box-button .contact-inner button {
  width: 165px;
  height: 50px;
  border-radius: 4px;
}

/*==================================================
 <-- roofing service Faq Innerp Page Css-->
===================================================*/

.faq-section {
  padding: 120px 0 94px;
}

.faq-discription p {
  font-size: 16px;
  line-height: 28px;
  color: #434141;
  font-weight: 400;
  margin-bottom: 33px;
}

/* faq contact css */

.choose-contact-box.faq {
  background: #f8f8f8;
  padding: 46px 82px 60px;
}
.choose-contact-title.faq h4 {
  font-size: 30px;
  line-height: 34px;
  color: #292930;
  font-weight: 600;
  margin-bottom: 47px;
}

.form-box.faq input {
  height: 62px;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 13px;
}

.form-box.faq textarea {
  width: 100%;
  height: 118px;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
}
.form-box-button.faq button {
  width: 216px;
  height: 62px;
  border-radius: 5px;
  background-color: var(--btn-bg);
}

/*==================================================
 <-- roofing service Service Details Innerp Page Css-->
===================================================*/

.service-details-section {
  padding: 110px 0 0px;
}

.service-details-thumb img {
  width: 100%;
}

.service-details-thumb-two img {
  width: 100%;
}

.service-details-title h4 {
  font-size: 26px;
  color: #0d1c37;
  font-weight: 700;
  padding: 13px 0;
}

.service-details-discription p {
  font-size: 16px;
  color: #434141;
  font-weight: 400;
  font-family: "Jost";
  padding: 4px 0 31px 0;
  margin: 0;
}

.widget_search.box {
  padding: 29px 22px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #f5f5f5;
}
.widget-categories-box.two {
  padding: 47px 22px 5px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #f5f5f5;
}

.widget-categories-menu ul li {
  list-style: none;
  padding: 13px;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.widget-categories-menu.asd ul li::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 2px;
  height: 53px;
  transition: all 0.5s linear 0s;
  background-color: var(--color-primary);
  content: "";
  z-index: -1;
}

.widget-categories-menu.asd ul li:hover::after {
  width: 100%;
}

.widget-categories-menu.asd ul li a {
  transition: 0.5s;
}

.widget-categories-menu.asd ul li:hover a {
  color: #fff !important;
}

.widget-content {
  padding: 0 21px 31px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.widget-content h4 {
  padding: 28px 0 15px;
  font-size: 24px;
  color: #292930;
  font-weight: 600;
}

.widget-content p {
  font-size: 16px;
  color: #434141;
  font-weight: 400;
  margin: 0;
}

.widget-info-social-link ul li {
  list-style: none;
  padding: 21px 0 0;
}

.widget-info-social-link ul li a {
  text-decoration: none;
}

.widget-info-social-link ul li span {
  font-size: 17px;
  color: #292930;
  font-weight: 500;
  transition: 0.3s;
}

.widget-info-social-link ul li a i {
  font-size: 24px;
  color: var(--link-color-hover);
  font-weight: 400;
  padding-right: 9px;
}

.widget-info-social-link ul li span:hover {
  color: var(--link-color-hover);
}

/* service style three */

.service-section.style-three {
  padding: 104px 0 90px;
  background: none;
  margin-bottom: 0;
}

/*==================================================
 <-- roofing service Team Details Innerp Page Css-->
===================================================*/

.team-details-section {
  padding: 110px 0 110px;
}

.ba-team-details-author-skill-area {
  margin-bottom: 30px;
}

.team-details-author-img img {
  width: 100%;
}

.team-details-author-name {
  margin-bottom: 14px;
}

.team-details-author-name h4 {
  font-size: 24px;
  line-height: 60px;
  color: #292930;
  font-weight: 600;
}

.team-details-author-name span {
  font-size: 16px;
  line-height: 36px;
  color: #434141;
  font-weight: 400;
}

.team-details-author-experience ul li {
  list-style: none;
  margin-bottom: 12px;
}

.team-details-author-experience ul li .label {
  min-width: 152px;
  float: left;
  font-size: 16px;
  color: #434141;
  font-weight: 500;
}

.team-details-author-experience ul li .value {
  overflow: hidden;
  display: block;
}

.team-details-author-experience ul li .value {
  overflow: hidden;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #434141;
}

.team-card-box-social a {
  display: inline-block;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  background: #f3f3f3;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.team-card-box-social a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-primary);
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.team-card-box-social a:hover::before {
  transform: scale(1);
}

.team-card-box-social a i {
  transition: 0.5s;
}

.team-card-box-social a:hover i {
  color: #ffffff;
}

/* progress bar css */

span.process-bar.style-two {
  font-size: 16px;
}

.barfiller.style-two {
  width: 100%;
}

.team-details-title h4 {
  font-size: 24px;
  line-height: 60px;
  color: #292930;
  font-weight: 600;
}

/* form box css */

.choose-contact-title.inner.team h4::before {
  display: none;
}

.choose-contact-title.inner.team h4 {
  border-bottom: 1px solid #dddddd;
  padding: 0px 0 13px;
  margin-bottom: 28px;
}

.form-box.inner.team input {
  border: 1px solid #dddddd;
  margin-bottom: 16px;
}

.form-box.inner.team textarea {
  border: 1px solid #dddddd;
  height: 135px;
}

.form-box-button.inner.team button:hover::before {
  background: #1c1632;
}

/*==================================================
 <-- roofing service Project Details Inner Page Css-->
===================================================*/

.project-details-section {
  padding: 110px 0 110px;
}

.project-details-section .info-area {
  padding-left: 60px;
}

.project-details-section .sub-title h5 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
}

.project-details-section .info li {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.project-details-section .info li h6 {
  font-weight: 700;
  text-transform: capitalize;
  width: 50%;
}

.project-details-section .info li p {
  width: 50%;
  text-transform: capitalize;
}

.project-details-section .info li ul li {
  border: 0;
  padding: 0;
  padding-right: 15px;
}

.project-details-section .title h4 {
  font-size: 29px;
  line-height: 44px;
  text-transform: capitalize;
  font-weight: 700;
}

.project-details-section .list-part {
  padding-top: 10px;
}

.project-details-section .desc-list {
  padding-top: 20px;
}

.project-details-section .desc-list li {
  position: relative;
  padding: 5px 0 5px 30px;
  list-style: none;
}

.project-details-section .desc-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--color-primary);
}

@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

/*
<!-- ============================================================== -->
<!-- roofing service Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- roofing service Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}






@media screen and (max-width:1441px){
.testi-content p {
    font-size: 16px;
    line-height: 28px;
    color: #4d4e4f;
    font-weight: 400;
    margin-bottom: 25px;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}