@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Bold.woff2") format("woff2"),
    url("../fonts/GoogleSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: var(--txtClr);
  background-color: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure,
label {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
}

/* UTILITIES */

.para {
  font-size: 16px;
  font-family: "Lato";
}

.txt__xs {
  font-size: 12px;
}

.txt__sm {
  font-size: 13px;
}

.txt__md {
  font-size: 15px;
}

.txt__lg {
  font-size: 18px;
}

.txt__primary {
  color: var(--primaryClr);
}

.bg__primary {
  background-color: var(--primaryClr);
}

.txt__black {
  color: #000;
}

.txt__light {
  color: #8d99b6;
}

.font-weight-medium {
  font-weight: 500;
}

/* END UTILITIES */

/* COMPONENTS */
.button {
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  padding: 12px 25px;
  border: 1px solid rgb(239, 239, 239);
  background-color: rgb(239, 239, 239);
  border-radius: 5px;
}

.button:focus {
  outline: none;
}

.button:hover {
  text-decoration: none;
}

.button-white {
  background-color: #f4060b;
  border: none;
  color: #fff !important;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
}

.button-white::before {
  content: "";
  height: 300px;
  width: 300px;
  color: #fff;
  background: #32aedc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.button-white:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.button-white:hover span {
  color: #000;
}

.button-green {
  background-color: #f4060b;
  border: none;
  color: #fff !important;
  border-radius: 6px;
  padding: 18px 55px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 18px;
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
}

.button-green::before {
  content: "";
  height: 300px;
  width: 300px;
  color: #fff;
  background: #32aedc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.button-green:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.button-blue {
  background-color: #32aedc;
  border: none;
  color: #000;
  border-radius: 6px;
  padding: 18px 55px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 18px;
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

.button-blue::before {
  content: "";
  height: 300px;
  width: 300px;
  color: #fff;
  background: #f4060b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.button-blue:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.button-blue:hover {
  color: #fff;
}

.section-header {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 25px;
}

/* END COMPONENTS */

/* LAYOUT */
.main {
  max-width: 1920px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1296px;
  }
}

header {
  padding: 10px 0px 0px;
  background: #fff;
}

.right-top-outer {
  width: auto;
  height: auto;
  float: right;
}

.right-top-outer ul {
  display: block;
}

.right-top-outer ul li {
  width: auto;
  float: left;
}

.right-top-outer ul li .head-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* background: #001873; */
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-top-outer ul li .head-number {
  padding-top: 20px;
  padding-left: 20px;
}

.right-top-outer ul li .head-icon i {
  color: #f4060b;
  font-size: 30px;
}

.right-top-outer ul li .head-number a {
  color: #000;
  font-weight: 600;
}

.right-top-outer ul li .head-number p {
  margin-bottom: 0;
  color: #000 !important;
  font-weight: 600;
}

.head_nav {
  padding: 0;
  background: #121212;
}

.head_nav nav {
  padding: 0px 0;
}

.head_nav .navbar-brand {
  padding: 0;
}

.head_nav .navbar-brand img {
  transition: ease-in-out 0.3s;
}

.head_nav ul {
  margin: 0 0 0;
}

.head_nav ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
}

.head_nav ul li a:hover,
.head_nav ul li a.active,
.head_nav ul li a:focus {
  color: #32aedc;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 18px;
}

.sticky_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.sticky_menu .navbar-brand img {
  width: 100px;
}

.call_float {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9999;
}

.call_float a i {
  width: 50px;
  height: 50px;
  background: #fcb900;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}

.cont_area {
  display: flex;
  cursor: pointer;
}

.cont_area a {
  color: #fff !important;
  height: 50px;
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: #004592;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  line-height: 50px !important;
  text-decoration: none;
  padding: 0 27px !important;
  transition: all 0.5s;
  border: none !important;
  z-index: 1;
  overflow: hidden;
}

.cont_area a::before {
  content: "";
  height: 300px;
  width: 300px;
  background: #111;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.cont_area a:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.slide {
  position: relative;
  padding: 180px 0;
  background: #000;
}

.slide .slide_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.slide p {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 32px;
}

.slide .slide_img img {
  max-width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  width: 100%;
  object-fit: cover;
}

.slide .slide_content--headings {
  text-align: left;
  color: #000;
}

.btn_area {
  margin-top: 35px;
}

.btn_area a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 15px 35px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  border: none;
  background: #f4060b;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}

.btn_area a::before {
  content: "";
  height: 300px;
  width: 300px;
  color: #000;
  background: #32aedc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.btn_area a:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.slide .slide_content--headings h2 {
  font-size: 66px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
}

.slide .slide_content--headings span {
  color: #f4060b;
}

.slide .slide_content--headings .animated {
  transition: all 0.5s ease;
}

.slider_area [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slider_area .slick-arrow {
  border: none;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  z-index: 1;
}

.slider_area .slick-arrow.slick-next {
  right: 0;
  left: auto;
  transition: ease-in-out 0.3s;
  z-index: 0;
}

.slider_area .slick-arrow i {
  font-size: 35px;
  transition: all 0.3s;
  background: #43d52b;
  padding: 5px 10px;
  color: #fff !important;
}

.slider_area .slick-arrow i:hover {
  background: #000;
}

.slider_area .slick-arrow:before {
  display: none;
}

@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.how-it-works-header {
  padding-bottom: 18px;
  text-align: center;
}

.section-header {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
}

.how-it-works-header span {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.different-section {
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0px;
}

.card {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  border: 0;
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 0px;
  cursor: pointer;
  transition: 0.5s;
}

.different-section .card {
  position: relative;
}

.different-section .card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: #f4060b;
  transition: all 0.5s;
}

.different-section .card:hover:after {
  height: 160px;
}

.different-section .card:hover .icon-wrapper,
.different-section .card:hover span,
.different-section .card:hover h3 {
  z-index: 1;
  position: relative;
}

.card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0em 0;
  text-transform: uppercase;
}

.card span {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  margin: 0em 0;
  text-transform: uppercase;
}

.card p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  margin-top: 23px;
}

.icon-wrapper {
  position: relative;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}

.card:hover {
  background-position: 0 100%;
}

.card:hover h3 {
  color: #ffffff;
}

.card:hover span {
  color: #f0f0f0;
}

.professional-section {
  width: 100%;
  height: auto;
  float: left;
  padding: 0px 0px 70px;
}

.feature-content-text {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 60px;
}

.feature-content-text h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
}

.feature-content-text span {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.feature-content-text p.t-bix {
  font-size: 20px;
  text-align: justify;
  color: #000;
  line-height: 32px;
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
}

.feature-content-text p {
  font-size: 16px;
  line-height: 28px;
  color: #505050;
  text-align: justify;
  float: left;
}

.bt-setion {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 70px;
}

.what-section {
  width: 100%;
  height: auto;
  float: left;
  padding: 80px 0px;
  background: #a80304;
  background-size: cover;
  position: relative;
}

.what-section h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.what-curcle-1 {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}

.curcle-pic {
  width: 245px;
  height: 245px;
  margin: 0px auto;
  border: 6px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.curcle-pic img {
  width: auto;
  height: 100%;
}

.what-title {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
  text-align: center;
}

.what-title h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.what-title a {
  color: #fff;
  font-size: 20px;
}

.what-title a:hover {
  color: #000;
}

.roof-leak-section {
  width: 100%;
  height: auto;
  float: left;
  padding: 93px 0px;
  background: url("../images/roof.jpg");
  background-size: cover;
}

.roof-text-st {
  width: 100%;
  height: auto;
  float: left;
}

.roof-text-st h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.roof-text-st p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 35px;
}

a.green-but {
  width: 150px;
  height: 150px;
  background: #f4060b;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 36px;
  padding: 46px 0px;
  text-align: center;
  float: right;
}

a:hover.green-but {
  color: #000;
  background: #32aedc;
}

.progress-bar-section {
  width: 100%;
  height: auto;
  float: left;
  padding: 71px 0px;
}

svg.radial-progress {
  height: auto;
  max-width: 220px;
  padding: 0;
  transform: rotate(-90deg);
  width: 100%;
  border-radius: 50%;
  margin: 0px auto;
  display: table;
}

section.svg-container svg.radial-progress:nth-child(even) {
  margin: 0 15px;
}

svg.radial-progress circle {
  fill: transparent;
  stroke: #fff;
}

svg.radial-progress circle.bar-static {
  stroke: #000 !important;
  stroke-width: 12px;
}

svg.radial-progress circle.bar--animated {
  stroke-dasharray: 219.91148575129;
  stroke: #f4060b;
  stroke-dashoffset: 219.91148575129;
  stroke-width: 5px;
  stroke-linecap: unset;
}

svg.radial-progress text {
  fill: #000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 900;
  text-anchor: middle;
}

section.svg-container {
  width: 100%;
  max-width: 100%;
  float: left;
  align-items: center;
  justify-content: space-evenly;
}

.devider {
  font-size: 50px;
  padding: 20px;
  min-height: 11vh;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-225deg, #ff057c 0%, #ff057c 40%, #321575 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.devider:nth-last-of-type(2) {
  background-image: linear-gradient(260deg, #ff0300, #ffc900);
}

section.svg-container:nth-last-of-type(1) svg.radial-progress {
}

section.svg-container:nth-last-of-type(0) svg.radial-progress {
  background-image: linear-gradient(
    60deg,
    #3d3393 0%,
    #2b76b9 37%,
    #2cacd1 65%,
    #35eb93 100%
  );
}

.progress-text {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin-top: 15px;
}

.progress-text h3 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
}

.progress-text span {
  color: #000;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

.feature-content-image {
  width: 100%;
  height: auto;
  float: left;
}

.feature-content-image img {
  width: 100%;
  height: auto;
}

.tg-element-title {
  font-size: 37px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  margin-bottom: 35px;
}

.gallery_area .btn_area {
  margin-top: 0px;
  text-align: center;
}

.gallery_area .btn_area a {
  color: #fff;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  background-color: #f4060b;
  border-radius: 6px;
  margin: auto;
  text-align: center;
  line-height: 59px;
  text-decoration: none;
  padding: 1px 67px;
  transition: all 0.5s;
  border: none;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.gallery_area .btn_area a::before {
  content: "";
  height: 300px;
  width: 300px;
  color: #fff;
  background: #32aedc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.gallery_area .btn_area a:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.gallery_area .btn_area {
  margin-top: 20px;
  text-align: center;
}

.gallery_area {
  padding: 50px 0;
  width: 100%;
  background: url("https://iprodesigns.com/Active/wp-content/uploads/2025/06/shingle.webp")
    50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  z-index: 1;
}

.gallery_area:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000000c4;
  z-index: -1;
}

.gallery_area .head {
  text-align: center;
}

.gallery_area .head_bar {
  margin: 5px auto 0;
}

.lightimg_box {
  margin: 5px 0;
  position: relative;
}

.lightimg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.lightimg_box a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 300px;
  border-radius: 10px;
  border: 2px solid #fff;
}

.lightimg_box a .overlay {
  background: url(../images/gallery_zoom.png) no-repeat center #131314b3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.lightimg_box a:hover .overlay {
  display: block;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.lightimg_box a:hover img {
  transform: scale(1.15);
}

.gallery_area .btn_area {
  margin-top: 20px;
  text-align: center;
}

.testimonial-section {
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 17%;
  float: left;
  border: 5px solid #fff;
  border-radius: 20px;
  margin-left: 54px;
  margin-right: 35px;
  margin-top: 15px;
}

.testimonial-item.equal-height.style-6 {
  margin: 0px 15px;
  border-top: 8px solid #f4060b;
}

.cell-right {
  margin-right: 0px;
  padding-top: 8px;
  padding-bottom: 20px;
}

.testimonial-name {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}

.testimonial-job {
  font-size: 17px;
}

.testimonial-content.quote {
  padding: 17px 0px 0px;
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
  color: #505050;
}

.et_right_sidebar #main-content .container:before {
  display: none;
}

#main-content .container {
  padding-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
  background: #bd0506 !important;
}

.footer_area {
  width: 100%;
  padding: 50px 0;
  background: #000;
  position: relative;
  z-index: 1;
  float: left;
  border-top: 2px solid #fff;
}

.footer_area h3 {
  font-weight: 700;
  font-size: 24px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 10px;
  color: #fff;
}

.foot_left p {
  line-height: 28px;
  color: #d2d2d2;
  text-align: justify;
  margin: 0;
}

.foot_menu ul li {
  list-style: none;
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
}

.foot_menu ul li a {
  color: #ffffff;
  transition: all 0.3s;
}

.foot_menu ul li a:hover {
  color: #f4060b;
}

.foot_menu ul li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #f4060b;
}

.foot_menu_pad {
  padding-left: 30px;
}

.foot_address p {
  color: #ffffff;
  display: flex;
  line-height: 40px;
}

.foot_address p i {
  max-width: 35px;
  margin-top: 14px;
  width: 100%;
  color: #f4060b;
}

.foot_address p span {
  display: block;
}

.foot_address p span a {
  color: #ffffff;
  text-decoration: none;
  word-break: break-all;
}

.foot_social {
  margin-top: 20px;
}

.foot_social a {
  width: 42px;
  height: 42px;
  background: #3a559f;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 22px;
  line-height: 42px;
  border-radius: 100%;
}

.foot_social a:nth-child(3) {
  background: #1d9bf0;
}

.foot_social a:nth-child(4) {
  background: #ff0000;
}

.copy_area {
  background: #000;
  padding: 30px 0;
  border-top: 1px solid #615e5f;
  width: 100%;
  height: auto;
  float: left;
}

.copy_area p {
  margin: 0;
  color: #fff;
}

.copy_right {
  text-align: right;
}

.cont_form input {
  border: 1px solid #b7b7b7;
  color: #5a5a68;
  height: 50px;
  margin: 15px 0;
  border-radius: 8px;
}

.cont_form textarea {
  border: 1px solid #b7b7b7;
  color: #5a5a68;
  height: 100px;
  margin: 15px 0;
  border-radius: 8px;
}

.cont_form input::placeholder,
.cont_form textarea::placeholder {
  color: #5a5a68;
}

.cont_form input:focus,
.cont_form textarea:focus {
  box-shadow: 0 0 5px rgba(232, 168, 19, 0.5);
  border: 1px solid #e8a813;
}

.cont_btn {
  padding: 18px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 2;
  display: block;
  border-radius: 8px;
  width: 280px;
  margin: 0 auto 20px;
}

.cont_btn:before {
  top: 135px;
  border-radius: 0%;
  position: absolute;
  left: -50px;
  right: -50px;
  height: 170px;
  content: "";
  background: #000;
  transform: translateY(-55px);
  transition-duration: 800ms;
  z-index: -1;
  border-radius: 50%;
}

.cont_btn:after {
  border-radius: 0px;
  background-color: #e8a813;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 1;
  transform: scaleX(1);
  transition-duration: 800ms;
  z-index: -2;
}

.cont_btn:hover:before {
  top: 0%;
  left: -70px;
  right: -70px;
}

.cont_btn:hover:after {
  transform: scaleX(0);
  transition-duration: 1500ms;
}

.cont_btn input {
  margin: 0 auto;
  padding: 0;
  height: auto !important;
  border: none !important;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  display: block;
  transition: all 0.3s linear;
}

.cont_btn:hover input {
  color: #fff;
}

.cont_btn span {
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.inner_page h2 {
  font-weight: bold;
  font-size: 36px;
  color: #000;
  margin: 0 0 10px;
  text-align: left;
}

.inner_page {
  padding: 70px 0;
}

.contact_imfo {
  padding: 70px 0;
}

.contact_imfo h2 {
  color: #000;
  font-size: 40px;
  text-align: left;
  margin: 30px 0 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.contact_imfo p {
  color: #000;
  font-size: 17px;
  text-align: center;
  margin: 0px 0 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.form-control {
  display: block;
  width: 100%;
  padding: 8px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 0 14px;
  height: 50px;
  border-radius: 4px;
}

textarea.form-control {
  height: 150px;
}

.contactinfo_box {
  background: url(../images/bg1.jpg) 0 0 no-repeat;
  display: inline-block;
  width: 100%;
  background-size: 75%;
  padding: 10px 0;
}

.icon_map {
  margin-right: 10px;
  color: var(--white-color);
  font-size: 25px;
  display: inline-block;
  width: 8%;
  float: left;
  text-align: center;
}
.icon_map i {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #32aedc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.cbox {
  width: 70%;
  float: left;
  /* margin: 0 0 0 30px; */
}

.contactinfo_box h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.contactinfo_box p {
  color: #fff;
  text-align: left;
}

.contactinfo_box a {
  text-decoration: none;
  color: #222;
  text-transform: lowercase;
  color: #fff;
}

.btn-primary {
  background: #000;
  padding: 15px 70px 15px 70px;
  text-decoration: none;
  font-size: 19px;
  overflow: hidden;
  display: inline-block;
  color: #000;
  font-family: "Poppins", sans-serif;
  position: relative;
  width: auto;
  border-radius: 0;
  border: none;
}

.contact_btn {
  display: inline-block;
  width: auto;
  padding: 11px 40px;
  background: #f4060b;
  border-radius: 6px;
  transition: 0.5s;
}
.contact_btn:hover {
  background: #32aedc;
}

.contact-area {
  background: #bd0506;
  padding: 15px;
  border-radius: 5px;
}

.inner_banner img {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  background: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f4060b !important;
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  color: #000;
}

.inner_banner_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 100%;
  padding: 0 10px;
}

.inner_banner {
  position: relative;
  z-index: 1;
}

.inner_banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.inner_banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.inner_banner h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #fff;
}

.single_service {
  padding: 70px 0;
}

.single_service img {
  float: right;
  width: 40%;
  height: auto;
  margin: 0 0 20px 20px;
}

.single_service p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 28px;
  margin: 20px 0;
  color: #505050;
}

.single_service p a {
  color: #0e80f6;
  font-weight: bold;
}

.single_service ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}

.single_service ul li:before {
  content: "\f00c";
  color: #f4060b;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
}

.clearfix {
  display: content;
}

.gallery_area2 {
  padding: 70px 0;
  background: #fff;
}
.gallery_area2:before {
  display: none;
}

@media only screen and (max-width: 1467px) {
  .slide .slide_content--headings h2 {
    font-size: 50px;
  }

  .slide p {
    font-size: 19px;
    margin-top: 7px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
  }

  .section-header {
    font-size: 36px;
  }

  .how-it-works-header span {
    font-size: 36px;
  }

  .how-it-works-header {
    padding-bottom: 12px;
    letter-spacing: 0.9px;
  }

  .card h3 {
    font-size: 20px;
  }

  .card span {
    font-size: 20px;
  }

  .card p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 35px;
  }

  .feature-content-text {
    padding-left: 25px;
  }

  .feature-content-text h2 {
    font-size: 36px;
  }

  .feature-content-text span {
    font-size: 36px;
  }

  .feature-content-text p.t-bix {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .feature-content-text p {
    font-size: 16px;
    line-height: 28px;
  }

  .different-section {
    padding: 70px 0px;
  }

  .bt-setion {
    margin-top: 29px;
  }

  .professional-section {
    padding-bottom: 70px;
  }

  .what-section {
    padding: 70px 0px;
  }

  .roof-text-st h2 {
    font-size: 48px;
  }

  .progress-text span {
    font-size: 36px;
  }

  .progress-text h3 {
    font-size: 36px;
  }

  .tg-element-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .footer_area h3 {
    font-size: 24px;
  }

  .foot_menu ul li {
    margin: 5px 0;
    padding-left: 19px;
  }

  .foot_menu ul li a {
    font-size: 16px;
  }

  .foot_left p {
    line-height: 28px;
    font-size: 16px;
  }

  .foot_address p span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1280px) {
  .right-top-outer {
    margin-top: 15px;
  }

  .right-top-outer ul li .head-icon {
    width: 30px;
    height: 30px;
  }

  .right-top-outer ul li .head-icon i {
    font-size: 25px;
  }

  .right-top-outer ul li .head-number {
    padding-top: 10px;
    padding-left: 15px;
  }

  .right-top-outer ul li {
    margin: 0px 5px;
  }

  .right-top-outer ul li .head-number p {
    font-size: 16px;
  }

  .right-top-outer ul li .head-number p.text-dark {
    font-size: 14px;
  }

  .right-top-outer ul li .head-number a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1179px) {
  .right-top-outer {
    margin-top: 0;
  }

  .right-top-outer ul li .head-icon {
    width: 23px;
    height: 23px;
  }

  .right-top-outer ul li .head-icon i {
    font-size: 18px;
  }

  .right-top-outer ul li .head-number {
    padding-top: 10px;
    padding-left: 8px;
  }

  .right-top-outer ul li {
    margin: 0px 5px;
  }

  .right-top-outer ul li .head-number p {
    font-size: 16px;
  }

  .right-top-outer ul li .head-number p.text-dark {
    font-size: 16px;
  }

  .right-top-outer ul li .head-number a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .right-top-outer {
    margin-top: 15px;
  }

  .right-top-outer ul li .head-icon {
    width: 23px;
    height: 23px;
  }

  .right-top-outer ul li .head-icon i {
    font-size: 18px;
  }

  .right-top-outer ul li .head-number {
    padding-top: 10px;
    padding-left: 8px;
  }

  .right-top-outer ul li {
    margin: 0px 5px;
  }

  .right-top-outer ul li .head-number p {
    font-size: 16px;
  }

  .right-top-outer ul li .head-number p.text-dark {
    font-size: 16px;
  }

  .right-top-outer ul li .head-number a {
    font-size: 16px;
  }

  .slide .slide_content--headings h2 {
    font-size: 50px;
  }

  .slide p {
    font-size: 15px;
    margin-top: 7px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
  }

  .section-header {
    font-size: 24px;
  }

  .how-it-works-header span {
    font-size: 32px;
  }

  .how-it-works-header {
    padding-bottom: 12px;
  }

  .card h3 {
    font-size: 16px;
  }

  .card span {
    font-size: 15px;
  }

  .card p {
    font-size: 13px;
  }

  .feature-content-text {
    padding-left: 25px;
  }

  .feature-content-text h2 {
    font-size: 19px;
  }

  .feature-content-text span {
    font-size: 25px;
  }

  .feature-content-text p.t-bix {
    font-size: 15px;
  }

  .feature-content-text p {
    font-size: 13px;
    line-height: 1.6;
  }

  .different-section {
    padding: 48px 0px;
  }

  .bt-setion {
    margin-top: 29px;
  }

  .professional-section {
    padding-bottom: 40px;
  }

  .what-section {
    padding: 40px 0px;
  }

  .roof-text-st h2 {
    font-size: 37px;
  }

  .progress-text span {
    font-size: 22px;
  }

  .progress-text h3 {
    font-size: 27px;
  }

  .tg-element-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .footer_area h3 {
    font-size: 18px;
  }

  .foot_menu ul li {
    margin: 5px 0;
    padding-left: 19px;
  }

  .foot_menu ul li a {
    font-size: 14px;
  }

  .foot_left p {
    line-height: 20px;
    font-size: 14px;
  }

  .foot_address p span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 979px) {
  .right-top-outer {
    margin-top: 0;
  }

  .right-top-outer ul li .head-icon {
    width: 23px;
    height: 23px;
  }

  .right-top-outer ul li .head-icon i {
    font-size: 18px;
  }

  .right-top-outer ul li .head-number {
    padding-top: 10px;
    padding-left: 8px;
  }

  .right-top-outer ul li {
    margin: 0px 5px;
  }

  .right-top-outer ul li .head-number p {
    font-size: 14px;
  }

  .right-top-outer ul li .head-number p.text-dark {
    font-size: 10px;
  }

  .right-top-outer ul li .head-number a {
    font-size: 12px;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    position: absolute;
    top: 98%;
    background: #45a963;
    width: 100%;
    left: 0;
    padding: 0px 15px;
    z-index: 999;
    align-items: center;
  }

  .head_nav .navbar-toggler:focus {
    box-shadow: none;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #32aedc;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top: -60px;
  }

  .menu_area {
    position: absolute;
    right: 0;
    top: 78px;
    width: 100%;
    z-index: 100;
  }

  .menu_area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 0px;
  }

  .head_nav .navbar-toggler {
    position: absolute;
    right: 9%;
    top: 10px;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #32aedc;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #32aedc;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .head_nav {
    margin-top: 0;
  }

  .cbox {
    margin: 0;
  }

  .contact-area {
    padding: 15px;
  }
  .contactinfo_box p {
    margin-bottom: 0;
  }

  /* nav close style */

  .nav-open {
    height: 36px !important;
    position: relative;
    width: 40px !important;
    background: #32aedc;
  }
  .nav-open .inner,
  .nav-open .inner::before,
  .nav-open .inner::after {
    background-color: white;
    content: "";
    display: block;
    height: 3px;
    width: 14px;
    transition: all 0.5s ease;
  }
  .nav-open .inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-open .inner::before {
    margin-top: -6px;
    position: absolute;
  }
  .nav-open .inner::after {
    margin-top: 6px;
    position: absolute;
  }

  .nav-open.nav-close .inner {
    background-color: transparent;
    left: 54%;
  }
  .nav-open.nav-close .inner::before,
  .nav-open.nav-close .inner::after {
    transform: rotate(45deg);
    transform-origin: 0 50%;
    width: 17px;
  }
  .nav-open.nav-close .inner::after {
    transform: rotate(-45deg);
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #f4060b!important;
    color: #fff !important;
  }

  .contact_btn {
    margin: auto !important;
    display: flex;
  }

  .contactinfo_box a {
    font-size: 13px;
  }

  header {
    padding: 0;
  }

  .logo {
    width: auto;
    margin: 0px auto;
    display: table;
  }

  .right-top-outer {
    margin-top: 0px;
  }

  .right-top-outer ul li .head-icon {
    width: 23px;
    height: 23px;
  }

  .right-top-outer ul li .head-icon i {
    font-size: 18px;
  }

  .right-top-outer ul li .head-number {
    padding-top: 10px;
    padding-left: 8px;
  }

  .right-top-outer ul li {
    margin: 0px 10px;
  }

  .right-top-outer ul li .head-number p {
    font-size: 16px;
  }

  .right-top-outer ul li .head-number a {
    font-size: 14px;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    position: absolute;
    top: 98%;
    background: #45a963;
    width: 100%;
    left: 0;
    padding: 0px 15px;
    z-index: 999;
    align-items: center;
  }

  .head_nav .navbar-toggler:focus {
    box-shadow: none;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #32aedc;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top: -60px;
  }

  .menu_area {
    position: absolute;
    right: 0;
    top: 78px;
    width: 100%;
    z-index: 100;
  }

  .menu_area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 0px;
  }

  .head_nav .navbar-toggler {
    position: absolute;
    right: 9%;
    top: 10px;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #32aedc;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
  }

  .slide {
    padding: 100px 0;
  }

  .slide .slide_content--headings h2 {
    font-size: 25px;
  }

  .slide .slide_content--headings span {
    padding: 0;
    font-size: 24px;
  }

  .slide p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .btn_area a {
    padding: 10px 25px;
    font-size: 14px;
  }

  .different-section {
    padding: 40px 0px;
  }

  .section-header {
    font-size: 20px;
  }

  .how-it-works-header span {
    font-size: 28px;
  }

  .how-it-works-header {
    padding-bottom: 0px;
  }

  .card {
    margin-bottom: 15px;
  }

  .feature-content-text {
    padding-left: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .feature-content-text h2 {
    font-size: 25px;
  }

  .feature-content-text span {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .feature-content-text p.t-bix {
    font-size: 17px;
    float: left;
    margin-bottom: 15px;
  }

  .feature-content-text p {
    font-size: 14px;
  }

  .bt-setion {
    margin-top: 15px;
  }

  .button-green {
    padding: 9px 22px;
    font-size: 13px;
    margin-right: 5px;
  }

  .button-blue {
    padding: 9px 22px;
    font-size: 13px;
    margin-left: 5px;
  }

  .what-section {
    padding: 40px 0px;
  }

  .what-section h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .roof-leak-section {
    padding: 40px 0px;
  }

  .roof-text-st h2 {
    font-size: 24px;
    text-align: center;
  }

  .roof-text-st p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }

  a.green-but {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    padding: 29px 0px;
    float: none;
    display: table;
    line-height: 22px;
    font-size: 14px;
  }

  .progress-text h3 {
    font-size: 23px;
  }

  .progress-text span {
    font-size: 20px;
  }

  .progress-text {
    margin-bottom: 35px;
  }

  .lightimg_box a {
    height: auto;
  }

  .gallery_area .btn_area a {
    line-height: 50px;
  }

  .progress-bar-section {
    padding: 25px 0px;
  }

  .tg-element-title {
    font-size: 25px;
  }

  .testimonial-section {
    padding: 35px 0px;
  }

  .foot_menu_pad {
    padding-left: 0px;
    margin-bottom: 25px;
  }

  .footer_area {
    padding: 40px 0px;
  }

  .foot_left {
    margin-bottom: 25px;
  }

  .foot_address {
    margin-top: 25px;
  }

  .footer_area h3 {
    font-size: 20px;
  }

  .foot_left p {
    line-height: 22px;
    font-size: 14px;
  }

  .copy_area p {
    font-size: 14px;
    text-align: center;
  }

  .inner_banner h1 {
    font-size: 20px;
  }

  .inner_page img,
  .single_service img {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .inner_banner img {
    height: 200px;
  }

  .single_service p,
  .single_service ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .single_service {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 667px) {
  header {
    padding: 10px 0px;
  }

  .logo {
    width: auto;
    margin: 0px auto;
    display: table;
  }

  .head_nav ul li a {
    line-height: 26px;
  }

  .right-top-outer {
    width: 100%;
    float: left;
  }

  .right-top-outer ul li .head-icon {
    width: 20px;
    height: 20px;
  }

  .right-top-outer ul li .head-icon i {
    font-size: 16px;
  }

  .right-top-outer ul li .head-number {
    padding-top: 10px;
    padding-left: 8px;
  }

  .right-top-outer ul li {
    margin: 0px 5px;
  }

  .right-top-outer ul li .head-number p {
    font-size: 13px;
  }

  .right-top-outer ul li .head-number p.text-dark {
    font-size: 10px;
  }

  .right-top-outer ul li .head-number a {
    font-size: 10px;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    position: absolute;
    top: 98%;
    background: #45a963;
    width: 100%;
    left: 0;
    padding: 0px 15px;
    z-index: 999;
    align-items: center;
  }

  .head_nav .navbar-toggler:focus {
    box-shadow: none;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #ff0000;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top: -60px;
  }

  .menu_area {
    position: absolute;
    right: 0;
    top: 78px;
    width: 100%;
    z-index: 100;
  }

  .menu_area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 0px;
  }

  .head_nav .navbar-toggler {
    position: absolute;
    right: 9%;
    top: 10px;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #033458;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #ff0000;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
  }

  .slide {
    padding: 100px 0;
  }

  .slide .slide_content--headings h2 {
    font-size: 25px;
  }

  .slide .slide_content--headings span {
    padding: 0;
    font-size: 24px;
  }

  .slide p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .btn_area a {
    padding: 10px 25px;
    font-size: 14px;
  }

  .different-section {
    padding: 40px 0px;
  }

  .section-header {
    font-size: 20px;
  }

  .how-it-works-header span {
    font-size: 28px;
  }

  .how-it-works-header {
    padding-bottom: 0px;
  }

  .card {
    margin-bottom: 15px;
  }

  .feature-content-text {
    padding-left: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .feature-content-text h2 {
    font-size: 25px;
  }

  .feature-content-text span {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .feature-content-text p.t-bix {
    font-size: 17px;
    float: left;
    margin-bottom: 15px;
  }

  .feature-content-text p {
    font-size: 14px;
  }

  .bt-setion {
    margin-top: 15px;
  }

  .button-green {
    padding: 9px 22px;
    font-size: 13px;
    margin-right: 5px;
  }

  .button-blue {
    padding: 9px 22px;
    font-size: 13px;
    margin-left: 5px;
  }

  .what-section {
    padding: 40px 0px;
  }

  .what-section h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .roof-leak-section {
    padding: 40px 0px;
  }

  .roof-text-st h2 {
    font-size: 24px;
    text-align: center;
  }

  .roof-text-st p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }

  a.green-but {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    padding: 29px 0px;
    float: none;
    display: table;
    line-height: 22px;
    font-size: 14px;
  }

  .progress-text h3 {
    font-size: 23px;
  }

  .progress-text span {
    font-size: 20px;
  }

  .progress-text {
    margin-bottom: 35px;
  }

  .lightimg_box a {
    height: auto;
  }

  .gallery_area .btn_area a {
    line-height: 50px;
  }

  .progress-bar-section {
    padding: 25px 0px;
  }

  .tg-element-title {
    font-size: 25px;
  }

  .testimonial-section {
    padding: 35px 0px;
  }

  .foot_menu_pad {
    padding-left: 0px;
    margin-bottom: 25px;
  }

  .footer_area {
    padding: 40px 0px;
  }

  .foot_left {
    margin-bottom: 25px;
  }

  .foot_address {
    margin-top: 25px;
  }

  .footer_area h3 {
    font-size: 20px;
  }

  .foot_left p {
    line-height: 22px;
    font-size: 14px;
  }

  .copy_area p {
    font-size: 14px;
    text-align: center;
  }
}

@media only screen and (max-width: 567px) {
  .right-top-outer {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  header {
    padding: 10px 0px;
  }

  .logo {
    width: 200px;
    margin: 15px auto;
    display: table;
  }

  .logo img {
    width: 100% !important;
  }

  .right-top-outer {
    display: none;
  }

  .head_nav ul li a {
    line-height: 26px;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    position: absolute;
    top: 0;
    margin-top: 59px;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 0px 15px;
    z-index: 999;
    align-items: center;
  }

  .head_nav .navbar-toggler:focus {
    box-shadow: none;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #32aedc;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top: -60px;
  }

  .menu_area {
    position: absolute;
    right: 0;
    top: 78px;
    width: 100%;
    z-index: 100;
  }

  .menu_area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 0px;
  }

  .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top: 8px;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #32aedc;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #32aedc;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
    color: #000;
  }

  .slide {
    padding: 100px 0;
  }

  .slide .slide_content--headings h2 {
    font-size: 25px;
  }

  .slide .slide_content--headings span {
    padding: 0;
    font-size: 24px;
  }

  .slide p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .btn_area a {
    padding: 10px 25px;
    font-size: 14px;
  }

  .different-section {
    padding: 40px 0px;
  }

  .section-header {
    font-size: 20px;
  }

  .how-it-works-header span {
    font-size: 28px;
  }

  .how-it-works-header {
    padding-bottom: 0px;
  }

  .card {
    margin-bottom: 15px;
  }

  .feature-content-text {
    padding-left: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .feature-content-text h2 {
    font-size: 25px;
  }

  .feature-content-text span {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .feature-content-text p.t-bix {
    font-size: 17px;
    float: left;
    margin-bottom: 15px;
    line-height: 24px;
  }

  .feature-content-text p {
    font-size: 14px;
  }

  .bt-setion {
    margin-top: 15px;
    text-align: center;
  }

  .button-green {
    padding: 14px 30px;
    font-size: 13px;
    margin-right: 5px;
  }

  .button-blue {
    padding: 14px 30px;
    font-size: 13px;
    margin-left: 5px;
  }

  .what-section {
    padding: 40px 0px;
  }

  .what-section h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .roof-leak-section {
    padding: 40px 0px;
  }

  .roof-text-st h2 {
    font-size: 24px;
    text-align: center;
  }

  .roof-text-st p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }

  a.green-but {
    width: 110px;
    height: 110px;
    margin: 0px auto;
    /*     padding: 29px 0px; */
    float: none;
    display: table;
    line-height: 27px;
    font-size: 14px;
  }

  .progress-text h3 {
    font-size: 23px;
  }

  .progress-text span {
    font-size: 20px;
  }

  .progress-text {
    margin-bottom: 35px;
  }

  .lightimg_box a {
    height: 125px;
  }

  .gallery_area .btn_area a {
    line-height: 50px;
  }

  .progress-bar-section {
    padding: 25px 0px;
  }

  .tg-element-title {
    font-size: 25px;
  }

  .testimonial-section {
    padding: 35px 0px;
  }

  .foot_menu_pad {
    padding-left: 0px;
    margin-bottom: 25px;
  }

  .footer_area {
    padding: 40px 0px;
  }

  .foot_left {
    margin-bottom: 25px;
  }

  .foot_address {
    margin-top: 25px;
  }

  .footer_area h3 {
    font-size: 20px;
  }

  .foot_left p {
    line-height: 22px;
    font-size: 14px;
  }

  .copy_area p {
    font-size: 14px;
    text-align: center;
  }
}

.logo img {
  width: 130px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .feature-content-text h2 {
    font-size: 25px;
    padding-top: 15px;
  }
  .foot_left {
    margin-bottom: 20px;
  }
  .logo img {
    width: 100%;
  }
  .right-top-outer {
    margin-top: 28px;
  }

  .progress-text {
    margin-bottom: 20px;
  }
  .contactinfo_box a {
    font-size: 14px;
  }

  .head_nav .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
  }

  .navbar-collapse {
    background: #fff;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #f4060b !important;
    color: #fff !important;
  }
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
