/* base for all use */
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900|Open+Sans:300,400,600,700,800");
html {
  font-size: 62.5%;
  overflow-x: hidden;
  max-width: 100vw;
}

html.overflowYStop {
  overflow-y: hidden;
}

html.overflowYScroll {
  overflow-y: scroll;
}

@media (max-width: 991px) {
  html {
    font-size: 60%;
  }
  html.overflowYStop-min {
    overflow-y: hidden;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 58%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 55%;
  }
}

body {
  font-size: 15px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
}

body *::-moz-selection,
body *::selection {
  background-color: #C5030C;
  color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}

a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

p.p-large {
  font-size: 1.8rem;
  line-height: 1.8;
}

.wow {
  animation-delay: 0.5s;
}

.container.row {
  margin: 0 auto;
}

.hide,
.hidden {
  display: none !important;
}

i.fa-phone {
  transform: rotate(90deg);
}

.sitecontent {
  min-height: 100vh;
}

.box {
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 3rem;
}

.box-inner {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2rem;
}

section {
  padding: 5rem 0;
}

section:first-child {
  padding-top: 0;
}

.main-color {
  color: #C5030C;
}

.light-color {
  color: #f4fcfd;
}

.dark-color {
  color: #08BAC8;
}

.block {
  display: block;
}

.bg-comma {
  padding-top: 4rem;
}

.bg-comma::before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-size: 12rem;
  font-weight: 700;
  position: absolute;
  top: -15px;
  left: -15px;
  opacity: 0.075;
}

.heading {
  color: #08BAC8;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 1rem;
}

.heading span {
  font-weight: 800;
}

.heading-page {
  color: #08BAC8;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-size: 2.8rem;
  line-height: 36px;
  font-weight: 600;
  margin: 1.5rem 0 2rem;
}

.heading-mini {
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 1rem 0;
}

.heading-separator::after {
  content: "";
  display: block;
  width: 6rem;
  height: 1rem;
  background-color: #08BAC8;
  border-radius: 8px;
  margin: 1rem 0 2rem;
}

@media (max-width: 576px) {
  .heading {
    font-size: 3rem;
  }
  .heading-page {
    font-size: 1.8rem;
  }
}

.text-center .heading-separator::after {
  margin-left: auto;
  margin-right: auto;
}

.imgtobg-o, .imgtobg-o-sm {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.imgtobg-o-sm {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.square {
  position: relative;
  overflow: hidden;
}

.square img {
  position: relative;
  min-width: 100%;
  width: auto;
  max-width: 150%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

.img-floatleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .img-floatleft, .img-floatright {
    max-width: 50%;
  }
}

/* remove float at certain viewports */
@media (max-width: 991px) {
  .float-md {
    float: none;
  }
}

@media (max-width: 767px) {
  .float-sm {
    float: none;
  }
}

@media (max-width: 576px) {
  .float-xs {
    float: none;
  }
}

.max-width--100 {
  max-width: 100px;
}

.max-width--200 {
  max-width: 200px;
}

.max-width--300 {
  max-width: 300px;
}

.max-width--400 {
  max-width: 400px;
}

.max-width--500 {
  max-width: 500px;
}

.max-width--600 {
  max-width: 600px;
}

.max-width--700 {
  max-width: 700px;
}

.max-width--800 {
  max-width: 800px;
}

.max-width--900 {
  max-width: 900px;
}

.max-width--1000 {
  max-width: 1000px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.white-border {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
}

.border-behind {
  position: relative;
  height: 100%;
}

.border-behind::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 3rem;
  border: 1rem solid #C5030C;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.curve-shape-top::before, .curve-shape-bot::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10%;
  background-image: url("../images/shape.svg");
  background-size: 100% 100%;
}

.curve-shape-top::before {
  top: 0;
}

.curve-shape-bot::before {
  bottom: 0;
  transform: rotate(180deg);
}

.curve-shape-light::before {
  background-image: url("../images/shape-light.svg");
}

.no-padding {
  padding: 0;
}

.list-content {
  padding-left: 1rem;
  list-style-type: none;
}

.list-content li {
  margin-bottom: .4rem;
}

.list-content li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 1rem;
}

/* template */
.anim-delay750 {
  animation-delay: .75s;
}

.anim-delay1000 {
  animation-delay: 1s;
}

.anim-delay1250 {
  animation-delay: 1.25s;
}

.anim-delay1500 {
  animation-delay: 1.5s;
}

.anim-delay1750 {
  animation-delay: 1.75s;
}

.anim-delay2000 {
  animation-delay: 2s;
}

@-webkit-keyframes carouimgzoom {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}

@keyframes carouimgzoom {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}

@keyframes sonar {
  from {
    opacity: 1;
    width: 0;
    height: 0;
  }
  to {
    opacity: 0;
    width: 500px;
    height: 500px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}

@-webkit-keyframes zoomInZoomOut {
  50% {
    transform: scale(1.5) translate(-50%, -50%);
  }
  100% {
    transform: scale(1.1) translate(-50%, -50%);
  }
}

@keyframes zoomInZoomOut {
  50% {
    transform: scale(1.5) translate(-50%, -50%);
  }
  100% {
    transform: scale(1.1) translate(-50%, -50%);
  }
}

.link-style-passby {
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  position: relative;
  display: inline-block;
  min-width: 180px;
  border-width: 2px;
  min-height: 60px;
  line-height: 56px;
  text-align: center;
  color: #08BAC8;
  border: 2px solid #eeeeee;
  background-color: #ffffff;
}

.link-style-passby span {
  z-index: 1;
  position: relative;
}

.link-style-passby::after {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  position: absolute;
  left: auto;
  right: 0;
  background-color: #08BAC8;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.link-style-passby:hover {
  color: #fff;
  background-color: transparent;
}

.link-style-passby:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.link-style-passby-alt {
  color: #fff;
  background-color: #08BAC8;
}

.link-style-passby-alt:hover {
  color: #08BAC8;
}

.link-style-passby-alt::after {
  background-color: #f4fcfd;
}

.formfield {
  margin-bottom: 2rem;
}

.formfield label {
  font-size: 1.75rem;
  font-weight: 500;
}

.formfield small {
  color: #C5030C;
  font-size: 1.5rem;
  display: block;
  margin-bottom: .2rem;
}

.formfield[class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

.formfield input + input {
  margin-top: 1rem;
}

.formfield > input:not([type="submit"]),
.formfield > select:not([size]):not([multiple]),
.formfield > textarea {
  font-size: 1.4rem;
  min-width: 120px;
  border-radius: 0;
  background-color: #fff;
}

.formfield > input:not([type="submit"]),
.formfield > select:not([size]):not([multiple]) {
  width: 100%;
  height: 4.5rem;
}

.formfield > input:not([type="submit"]):focus {
  border: 0;
  border-bottom: 2px solid #222;
  box-shadow: none;
}

.formfield > input[type="checkbox"] {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  min-width: 1px;
  transform: translateY(2px);
  margin-right: .5rem;
}

.formfield > textarea {
  width: 100%;
  max-width: 100%;
  min-height: 10rem;
}

.formfield > textarea:focus {
  border: 1px solid #C5030C;
  box-shadow: none;
  background-color: transparent;
}

.formfield-submit > input {
  width: auto;
  display: inline-block;
  padding: .8rem 1.7rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #C5030C;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.formfield-submit > input:hover {
  background-color: #C5030C;
}

.form-check {
  padding-left: 0;
  margin-bottom: 1rem;
  display: flex;
}

.form-check[class*="col-"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.form-check input[type="radio"],
.form-check input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-right: .5rem;
}

.form-check input[type="radio"] ~ label,
.form-check input[type="checkbox"] ~ label {
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.customradio input[type="radio"] {
  display: none;
}

.customradio label {
  position: relative;
}

.customradio label::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: .4rem solid #fff;
  border-radius: 50%;
  margin-right: 1rem;
}

.customradio input:checked ~ label::before {
  border-color: #C5030C;
}

.customcheckbox input[type="checkbox"] {
  display: none;
}

.customcheckbox label {
  position: relative;
}

.customcheckbox label::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  color: #C5030C;
  background-color: #fff;
  margin-right: 1rem;
}

.customcheckbox label::after {
  opacity: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 700;
  color: #C5030C;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(2);
  transition: .3s all ease;
}

.customcheckbox input:checked ~ label::after {
  opacity: 1;
  transform: scale(1);
}

.formfield.formfield-special {
  position: relative;
  margin: 1rem 0 2rem;
}

.formfield.formfield-special label {
  font-size: 1.5rem;
  position: absolute;
  top: 5px;
  left: 10px;
  margin-bottom: 0;
  transition: all .4s ease;
}

.formfield.formfield-special > input:not([type="submit"]),
.formfield.formfield-special > select:not([size]):not([multiple]),
.formfield.formfield-special > textarea {
  font-size: 1.4rem;
  min-width: 120px;
  padding-top: 2rem;
  height: 5.5rem;
  border: 1px solid rgba(17, 17, 17, 0.5);
  border-radius: 4px;
  background-color: #fff;
}

.formfield.formfield-special > input:not([type="submit"]):focus,
.formfield.formfield-special > select:not([size]):not([multiple]):focus,
.formfield.formfield-special > textarea:focus {
  border-color: #08BAC8;
}

.formfield.formfield-special input[type="submit"] {
  height: 3rem;
}

.formfield.formfield-special.focussed label {
  font-size: 1.2rem;
  top: -5px;
  left: 10px;
  color: #fff;
  background-color: #C5030C;
  padding: 5px 2px;
}

.formfield.formfield-special.focussed > input:not([type="submit"]),
.formfield.formfield-special.focussed > select:not([size]):not([multiple]),
.formfield.formfield-special.focussed > textarea {
  border-color: #08BAC8;
}

/* universal all page */
.header {
  z-index: 999;
  position: relative;
}

.header.headerfixit {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
}

.header.headerfixit .header__top {
  margin-top: -6rem;
}

.header__top {
  color: #08BAC8;
  background-color: #f4fcfd;
}

.header__top span {
  line-height: 6rem;
}

.header__top-lt a {
  font-weight: 600;
}

.header__top-lt a:hover {
  text-decoration: underline;
}

.header__top-rt .social-icon {
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  .header__bottom {
    padding: 1rem 0;
  }
  .header__bottom .row {
    align-items: center;
  }
}

@media (max-width: 991px) {
  .header__bottom > .container > .row {
    align-items: center;
  }
  .header__bottom [class*="col-"] {
    position: static;
  }
}

.social-icon:not(:first-child) {
  margin-left: 2rem;
}

.logowrap img {
  max-width: 100%;
}

.phone-call {
  color: #fff;
  background-color: #C5030C;
  border-radius: 50%;
  padding: 2rem;
}

.phone-call__wrap {
  z-index: 998;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.phone-call__wrap:hover {
  animation: bounce 1s linear;
}

.phone-call i {
  font-size: 3rem;
}

.navigation {
  position: relative;
}

@media (min-width: 992px) {
  .navigation .nav-toggle {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .navigation {
    position: static;
    background-color: #fff;
    background-image: none;
  }
  .navigation .nav-toggle span {
    background-color: #C5030C;
  }
}

@media (max-width: 991px) {
  #menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0%;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    transition: all .4s ease;
  }
  #menu.open {
    padding-left: 2rem;
    padding-top: 2rem;
    height: calc(100vh - 6rem);
  }
}

.navul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.navul > li {
  position: relative;
  display: inline-block;
}

.navul > li > a {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 20px;
}

.navul > li > a:hover {
  color: #fff;
  background-color: #C5030C;
}

.navul > li.active a {
  color: #fff;
  background-color: #C5030C;
}

.navul-special a {
  background-color: #08BAC8;
  color: white;
}

@media (min-width: 992px) {
  .navul-special {
    float: right;
  }
}

@media (max-width: 991px) {
  .navul > li {
    width: 100%;
    margin-bottom: .6rem;
  }
}

/* nav toggle icon */
.nav-toggle {
  width: 3rem;
  height: 2.5rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  position: absolute;
  height: .25rem;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-toggle span:nth-child(1) {
  top: 0px;
}

.nav-toggle span:nth-child(2) {
  top: 10px;
}

.nav-toggle span:nth-child(3) {
  top: 20px;
}

.nav-toggle.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-toggle.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pageheader {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.pageheader__wrap {
  position: relative;
  width: 100%;
  height: 55vh;
  min-height: 25rem;
  background-image: url("../images/samuel-zeller-110931-unsplash.jpg");
  background-size: cover;
  background-position: center;
}

.pageheader__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.pageheader-title h1 {
  color: #f4fcfd;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-size: 8rem;
  font-weight: 800;
}

@media (max-width: 991px) {
  .pageheader-title h1 {
    font-size: 6rem;
  }
}

@media (max-width: 576px) {
  .pageheader__wrap {
    height: 30vh;
  }
  .pageheader-title h1 {
    font-size: 4rem;
  }
}

.page-about .pageheader__wrap {
  background-image: url("../images/asbestos-removers.jpg");
}

.page-mold-remediation .pageheader__wrap {
  background-image: url("../images/asbestos-removers.jpg");
}

.page-faqs .pageheader__wrap {
  background-image: url("../images/absolutvision-468248-unsplash.jpg");
}

.page-contact .pageheader__wrap {
  background-image: url("../images/breno-assis-517356-unsplash.jpg");
}

#carousel1::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 10%;
  background-image: url("../images/shape.svg");
  background-size: 100% 100%;
  transform: rotateX(180deg);
}

#carousel1 .carousel-item {
  height: 60rem !important;
}

@media (max-width: 991px) {
  #carousel1::after {
    height: 6%;
  }
}

.carousel-overlay {
  width: 100%;
  max-width: 70rem;
}

.carousel-overlay-wrapper {
  color: #fff;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.carousel-overlay-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.carousel-overlay-wrapper > .container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.carousel-overlay-wrapper.text-center .carousel-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-overlay-wrapper.text-right .carousel-overlay {
  position: absolute;
  right: 0;
}

.carousel-overlay-inner {
  padding: 0 5rem;
}

.carousel-overlay-inner h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  margin: 0 0 3rem;
}

.carousel-overlay-inner p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
}

@media (max-width: 991px) {
  .carousel-overlay-inner h3 {
    font-size: 3.2rem;
  }
  .carousel-overlay-inner p {
    font-size: 1.7rem;
  }
}

.footer {
  position: relative;
  padding-top: 12rem;
  color: #fff;
  background-color: #08BAC8;
}

.footer::before {
  height: 10rem;
}

.footer__top {
  padding: 4rem 0;
}

.footer__top [class*="col-"] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer__top .row {
  align-items: center;
}

.footer__top .logowrap {
  margin-bottom: 2rem;
}

.footer__top h3 {
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0 0 2rem;
}

.footer__top h3::after {
  width: 5rem;
  height: .5rem;
  background-color: #fff;
}

.footer__top p {
 font-size: 1.6rem;
line-height: 26px;
}

.footer__top ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.footer__top ul li {
  position: relative;
  width: 50%;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}

.footer__top ul li > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.footer__top ul li span {
  display: block;
}

.footer__bot > .container {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer__bot [class*="col-"] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .footer__top ul li {
    width: 100%;
  }
}

/* section */
.section {
  position: relative;
}

.section-services {
  background-color: #fff;
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8)), url("../images/Pattern-for-cut.png");
}

.section-review {
  background-color: #f4fcfd;
}

.section-call-to-action {
  color: #fff;
  padding: 15rem 0 10rem;
  background-image: url("../images/breno-assis-517356-unsplash.jpg");
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url("../images/breno-assis-517356-unsplash.jpg");
  background-size: cover;
}

.section-service-area {
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)), url("../images/117064-OPGZ6K-497.jpg");
  background-size: cover;
}

.welcome-list-serv {
  padding-left: 0;
  list-style-type: none;
}

.welcome-list-serv li {
  margin-bottom: .7rem;
}

.welcome-list-serv img {
  width: 100%;
  max-width: 3.5rem;
  margin-right: .5rem;
}

.welcome-estimate {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 13px 3px rgba(0, 0, 0, 0.2);
}

.welcome-estimate-head h3 {
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #08BAC8;
  padding: 1.5rem 2rem;
}

.welcome-estimate input[type="submit"] {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #E32E35;
  padding: 1rem 1rem;
  border: 3px solid #E32E35;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .4s ease;
  color: white;
}

.welcome-estimate input[type="submit"]:hover {
  background-color: #fff;
}

@media (min-width: 992px) {
  .welcome-main {
    padding-right: 10rem;
  }
}

.estimatehp-form {
  padding: .5rem 2rem;
}

.review__sliderwrap .owl-theme .owl-dots {
  text-align: left;
}

.review__sliderwrap .owl-theme .owl-dots .owl-dot {
  outline: none;
}

.review__sliderwrap .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  outline: none;
}

.review__sliderwrap .owl-theme .owl-dots .owl-dot.active span, .review__sliderwrap .owl-theme .owl-dots .owl-dot:hover span {
  background: #08BAC8;
  outline: none;
}

.review-link {
  margin-top: 5rem;
}

.review-link .row {
  align-items: center;
}

.review-link img {
  width: 100%;
  max-width: 28rem;
}

.review-content p {
  font-size: 2rem;
  font-weight: 500;
}

.review-star {
  margin: 2rem 0 1rem;
}

.review-star i {
  font-size: 2rem;
  color: #C5030C;
}

.review-desc span {
  display: inline-block;
}

.review-author {
  font-weight: 700;
}

.review-author::before {
  content: "- ";
}

.review-author::after {
  content: " | ";
}

@media (min-width: 992px) {
  .review-box {
    padding-top: 6rem;
  }
}

.call-to-action h2 {
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  margin: 0 0 1.5rem;
}

.call-to-action p {
  font-size: 2rem;
}

.call-to-action-links {
  margin-top: 4rem;
}

.call-to-action-links a {
  display: inline-block;
}

.call-to-action-links a:not(:last-child) {
  margin-right: 4rem;
}

@media (max-width: 576px) {
  .call-to-action {
    text-align: left !important;
  }
  .call-to-action a {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.services-head {
  margin-bottom: 4rem;
}

.services-box {
  display: block;
}

.services-img {
  width: 100%;
  height: 25rem;
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
}

.services-img .imgtobg-o {
  transition: all .4s ease;
}

.services-cont {
  z-index: 1;
  position: relative;
  display: block;
  padding: 0 2rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0 0 .25rem .25rem;
  transition: all .4s ease;
}

.services-icon {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  margin-top: -2rem;
  margin-bottom: 1rem;
  background-color: #C5030C;
  border-radius: 50%;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.075);
  transition: all .4s ease;
}

.services-icon img {
  width: 100%;
  filter: brightness(0) invert(1);
  transition: all .4s ease;
}

.services-title h3 {
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
}

.services-title p {
  font-size: 1.3rem;
}

.services-box:hover .services-icon {
  width: 10rem;
  height: 10rem;
  padding: 2rem;
  margin-top: -6rem;
  background-color: #fff;
}

.services-box:hover .services-icon img {
  filter: none;
}

.services-box:hover .services-cont {
  color: #fff;
  background-color: #C5030C;
  border-color: #fff;
}

.services-box:hover .imgtobg-o {
  transform: scale(1.2);
}

.service-area-head {
  margin-bottom: 4rem;
}

.service-area-head p {
  text-transform: capitalize;
}

.service-area-list ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}

.service-area-list ul li {
  width: 25%;
  position: relative;
  margin-bottom: 1rem;
}

.service-area-list ul li::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 700;
  color: #C5030C;
  margin-right: .5rem;
}

@media (max-width: 991px) {
  .service-area-list ul li {
    width: 33.33333333%;
  }
}

@media (max-width: 576px) {
  .service-area-list ul li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .page .welcome-estimate {
    margin-top: -6rem;
    transition: all 0.4s ease;
  }
  .page .welcome-estimate.is_stuck {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.sitecontent-main {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .sitecontent-main {
    padding-right: 10rem;
  }
}

.about-img,
.moldrem-img {
  height: 32rem;
  margin-bottom: 2rem;
}

.contact__wrap {
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
}

.contact-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 40rem;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

.contact-form {
  background-color: #f4fcfd;
  padding: 4rem 7rem;
}

.contact-cont {
  padding: 8rem 0 4rem;
}

.contact-info-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4fcfd;
  background-color: #08BAC8;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 4rem;
  transition: all 0.4s ease;
}

[class*="col-"]:hover .contact-info-icon {
  color: #08BAC8;
  background-color: #f4fcfd;
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
}

.contact-info span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.4rem;
}

.contact-info a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .contact-form::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    border: 2.5rem solid transparent;
    border-right-color: #f4fcfd;
  }
}

.faqs__wrap {
  padding: 6rem 0 4rem;
}

.faqs-section {
  margin-bottom: 4rem;
}

.faqs-title {
  border-top: 0.5rem solid #08BAC8;
}

.faqs-title span {
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-size: 2rem;
  display: block;
  background-color: #fff;
  padding: 1rem;
}

.faqs-main .card-header {
  padding: 0;
}

.faqs-main .card-body p {
  font-size: 1.6rem;
}

.faqs-main .card button {
  position: relative;
  text-align: left;
  font-size: 1.8rem;
  width: 100%;
  padding: 1.5rem 3rem 1.5rem 2rem;
  color: #fff;
  background-color: #08BAC8;
  white-space: normal;
  transition: all .4s ease;
}

.faqs-main .card button::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(-90deg);
  transition: all .4s ease;
}

.faqs-main .card button.collapsed {
  color: #000;
  background-color: #fff;
}

.faqs-main .card button.collapsed::after {
  transform: translateY(-50%);
}

.faqs-main .card button:hover, .faqs-main .card button:focus {
  text-decoration: none;
  outline: none;
}

@media (min-width: 992px) {
  .faqs-title {
    text-align: right;
  }
}

.offer__wrap {
  padding: 6rem 0 3rem;
}

.offer-form {
  padding: 4rem 0;
}

/* responsive-layout css overwriters */
@media only screen and (min-width: 992px) {
  .app-md {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .dis-md {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .app-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .dis-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) {
  .app-xs {
    display: none !important;
  }
}

@media only screen and (max-width: 576px) {
  .dis-xs {
    display: none !important;
  }
}

/* min width */
/* max width */
/* max height for landscape view */
/* for only Safari IOS devices */

.imgjs{
  height: 24rem;
width: 100%;

}
.imgjs img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.uysads{
  color:#08BAC8 ;
font-family: "Muli", "Helvetica", "Arial", sans-serif;
font-size: 2.5rem;
font-weight: 400;
line-height: 1.4;
margin: 0 0 1rem;
}
.jkds ul li{
  list-style: none;
  position: relative;
  padding-left: 5px;
  padding-bottom: 1rem;
}
.jkds ul li::before{
   content: "\f00c ";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
    left: -10%;
    color:#C5030B;
}
@media(max-width: 800px){
  .jkds ul li::before{
   content: "\f00c ";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
    left: -16%;
    color:#C5030B;
}
}

.jkds ul{
  margin-bottom: 2rem;
}
.uysads{
  color: #08BAC8;
font-family: "Muli", "Helvetica", "Arial", sans-serif;
font-size: 2.5rem;
font-weight: 400;
line-height: 1.4;
margin: 0 0 1rem;
}
.jkds ul li{
  list-style: none;
position: relative;
padding-left: 5px;
padding-bottom: 1rem;
}
.jkds ul li::before{
  content: "\f00c ";
font-family: FontAwesome;
left: -5px;
position: absolute;
top: 0;
left: -10%;
color: #C5030B;
}

.sdadsadas{
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: red;
  background: url(../new/jk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
.sdadsadas h1{
  font-size: 5rem;
  color: white;
}
.galiss .imyts{
  height: 20rem;
  width: 100%;
  margin-bottom: 3rem;
}
.imyts img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.oissadd{
  font-weight: bolder;
}
.line1{
  height: 2px;
width: 4rem;
background: #274427;
margin-bottom: 4rem;
}
.lej p{
  font-size: 1.8rem;
}
.contact-info{
 position: relative;
margin-bottom: 32px;
margin-bottom: 4rem; 
}
.contact-info .inner{
  position: relative;
padding-left: 85px;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.contact-info .inner .icon-box{
  position: absolute;
left: 0px;
top: 0px;
width: 60px;
height: 60px;
color: #ffffff;
font-size: 24px;
text-align: center;
border-radius: 50%;
line-height: 59px;
background-color: #08BAC8;
}
.contact-info .inner h3{
  position: relative;
color: #222222;
font-size: 18px;
font-weight: 700;
margin-bottom: 5px;
}
.contact-info .inner .text{
      position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.6em;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-group{
  margin-bottom: 15px;
}
.form-control{
  display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control{
  height: auto;
}
.btn-primary{
  background: #08BAC8 !important;padding: 1rem 2rem;
font-size: 1.6rem;
border-color:#08BAC8 !important;
}
.oios img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oios{
  height: 40rem;

  width: 100%;
}
.aboutus{
    padding-top: 4rem;
  padding-bottom: 5rem;
}
.aboutus  h3{
font-size: 2.4rem;
font-weight: bold;
padding-bottom: 1rem;
}
.aboutus p{
  color: #7a7a7a;
font-family: "Roboto", Sans-serif;
font-weight: 400;
padding-bottom: 2rem;
}
.jii ul{
  list-style: none;
  padding: 0px;
}
.jii .fa{
  padding-right: 1rem;
  color: red;
}
.jii li{
  font-size: 1.5rem;  color: #7a7a7a;
  padding-bottom: 1rem;
}
.klk{
  padding-top: 3rem;
}
.iuis {
  background: #505050;
  text-align: center;
  padding-top: 5rem;padding-bottom:5rem;
  margin-bottom: 3rem;
  margin-bottom: 2rem;
}
.iuis h1{
  font-weight: bolder;
  color: white;
}
@media(max-width: 800px){
 .iuis{
  width: 80%;
  margin: auto;
  margin-bottom: 3rem;
 } 
 .lej {
     margin-top:3.6rem;
 }
}