/** Global Variables **/
/** Fonts **/
/** Font size **/
html {
  font-size: 100%;
  box-sizing: border-box;
}

*, *::before *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
}

.quoted {
  height: auto;
  background-color: #1f3149;
  z-index: 999;
  position: relative;
}

/** Reviews **/
.r {
  height: 900px;
}

/** Top One **/
.top__one {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1000px;
  background-image: url(/app/images/heading.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.top__one__logo {
  width: 300px;
}

/** Features Four **/
.feature__four__wrapper {
  background-image: url(/app/images/back-blue.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 850px) {
  .feature__four__wrapper {
    background-position: right;
  }
}

.feature__four {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 1300px) {
  .feature__four {
    width: auto;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (max-width: 1000px) {
  .feature__four {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .feature__four {
    padding-top: 75px;
  }
}

.feature__four__flex {
  display: flex;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .feature__four__flex {
    width: auto;
  }
}

.feature__four__flex__left {
  flex: 1;
  color: white;
  font-family: "Readex Pro", sans-serif;
}

.feature__four__flex__right {
  flex: 0.75;
}
@media (max-width: 900px) {
  .feature__four__flex__right {
    display: none;
  }
}

.feature__four__flex__left__title {
  font-size: 2.75rem;
  font-weight: 350;
}
@media (max-width: 1200px) {
  .feature__four__flex__left__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 1100px) {
  .feature__four__flex__left__title {
    margin-right: 5%;
  }
}
@media (max-width: 600px) {
  .feature__four__flex__left__title {
    font-size: 2rem;
  }
}

.feature__four__flex__left__main {
  margin-top: 25px;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.9rem;
}
@media (max-width: 1200px) {
  .feature__four__flex__left__main {
    font-size: 1rem;
  }
}
@media (max-width: 900px) {
  .feature__four__flex__left__main {
    margin-right: 15%;
  }
}
@media (max-width: 750px) {
  .feature__four__flex__left__main {
    margin-right: 0%;
  }
}

.feature__four__grid {
  margin-top: 75px;
  display: grid;
  width: 700px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 75px;
}
@media (max-width: 1200px) {
  .feature__four__grid {
    grid-gap: 50px;
  }
}
@media (max-width: 750px) {
  .feature__four__grid {
    width: auto;
    grid-gap: 25px;
  }
}
@media (max-width: 420px) {
  .feature__four__grid {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }
}

.feature__four__grid__item {
  font-family: "Readex Pro", sans-serif;
  border-left: 2px solid #a58966;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}
@media (max-width: 1200px) {
  .feature__four__grid__item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature__four__grid__item__title {
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .feature__four__grid__item__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 750px) {
  .feature__four__grid__item__title {
    font-size: 1.2rem;
  }
}

.feature__four__grid__item__subtitle {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 10px;
  color: ghostwhite;
}

.feature__four__flex__two {
  display: flex;
  font-family: "Readex Pro", sans-serif;
  color: white;
}
@media (max-width: 1100px) {
  .feature__four__flex__two {
    flex-direction: column;
  }
}

.feature__four__flex__two__left {
  flex: 1;
}

.feature__four__flex__two__left__title {
  margin-top: 75px;
  font-size: 2.25rem;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .feature__four__flex__two__left__title {
    font-size: 1.75rem;
  }
}

.feature__four__flex__two__right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  flex: 1;
}

.feature__four__list__item {
  display: flex;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .feature__four__list__item {
    padding-top: 35px;
  }
}

.feature__four__tick__img {
  width: 25px;
  margin-right: 25px;
}

.feature__four__review {
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-style: italic;
  z-index: 2;
}
@media (max-width: 1200px) {
  .feature__four__review {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media (max-width: 1100px) {
  .feature__four__review {
    margin-top: 50px;
  }
}

.feature__four__review__name {
  margin-top: 50px;
  color: white;
}

.feature__four__reviews__section {
  height: 350px;
  background-color: ghostwhite;
}

.feature__four__quote__img {
  top: 1175px;
  left: 500px;
  position: absolute;
  width: 300px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .feature__four__quote__img {
    top: 1225px;
    width: 164px;
  }
}
@media (max-width: 1200px) {
  .feature__four__quote__img {
    top: 1025px;
    width: 164px;
  }
}
@media (max-width: 1100px) {
  .feature__four__quote__img {
    top: 1325px;
    left: -30px;
  }
}
@media (max-width: 550px) {
  .feature__four__quote__img {
    display: none;
  }
}

/**** Variables ****/
/** Over 1500px **/
/** At 1500px **/
/** Under 800px **/
/**** Header Six ****/
.header__six {
  font-family: "Readex Pro", sans-serif;
  height: 900px;
  background-image: url(/app/images/roof-cleaning.jpeg);
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  padding-left: 200px;
  background-attachment: fixed;
}
@media (max-width: 1700px) {
  .header__six {
    padding-left: 50px;
  }
}
@media (max-width: 1500px) {
  .header__six {
    height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(/app/images/roof-cleaning.jpeg);
  }
}
@media (max-width: 1100px) {
  .header__six {
    height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 15px;
  }
}
@media (max-width: 800px) {
  .header__six {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    height: 550px;
    background-image: url(/app/images/roof-cleaning.jpeg);
  }
}

.header__six__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  height: 500px;
  width: 600px;
  background-color: #161240;
}
@media (max-width: 1100px) {
  .header__six__box {
    height: 500px;
    width: 400px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 800px) {
  .header__six__box {
    margin-bottom: -900px;
    width: auto;
    height: auto;
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media (max-width: 460px) {
  .header__six__box {
    margin-bottom: -900px;
    width: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.header__six__box__subtitle {
  top: 95px;
  left: 100px;
  position: absolute;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #bc9d6d;
}
@media (max-width: 1100px) {
  .header__six__box__subtitle {
    top: 100px;
    left: 50px;
  }
}
@media (max-width: 800px) {
  .header__six__box__subtitle {
    top: 75px;
    left: 50px;
  }
}
@media (max-width: 460px) {
  .header__six__box__subtitle {
    top: 65px;
    left: 50px;
  }
}

.header__six__box__title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 2.85rem;
  color: white;
}
@media (max-width: 1100px) {
  .header__six__box__title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 500px) {
  .header__six__box__title {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 460px) {
  .header__six__box__title {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: 15px;
  }
}

.header__six__box__main {
  font-size: 1rem;
  font-weight: 200;
  text-align: justify;
  color: white;
}
@media (max-width: 1100px) {
  .header__six__box__main {
    padding-right: 10px;
    text-align: left;
  }
}

.header__six__mobile__logo {
  position: absolute;
}

.header__six__mobile__logo__img {
  width: 300px;
}
@media (min-width: 800px) {
  .header__six__mobile__logo__img {
    display: none;
  }
}

/** Variables **/
/** CTA Three **/
.cta__three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  background-color: white;
  background-image: url(/app/images/bread.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 500px) {
  .cta__three {
    height: 350px;
  }
}

.cta__three__socials {
  display: flex;
  flex-direction: row;
  margin-top: 0px;
}

.cta__three__socials .fab {
  color: #3b5998;
  padding: 10px;
  font-size: 2.7rem;
}

.cta__three__banner__text {
  font-size: 1.5rem;
  font-family: "Readex Pro", sans-serif;
  font-weight: 300;
  color: #1a3554;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}
@media (max-width: 500px) {
  .cta__three__banner__text {
    font-size: 1.3rem;
  }
}

.cta__three__call {
  font-weight: 700;
  font-size: 2.5rem;
  color: orange;
}
@media (max-width: 800px) {
  .cta__three__call {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .cta__three__call {
    font-size: 1.8rem;
  }
}

/*** Variables *****/
/**** Grid 4 ****/
.grid__four {
  height: 650px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  margin-top: 125px;
  margin-top: 125px;
}
@media (max-width: 1600px) {
  .grid__four {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .grid__four {
    height: 800px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .grid__four {
    height: 900px;
    grid-template-columns: 1fr 1fr;
  }
}

.grid__four__pgb__one {
  background-image: url(/app/images/blogs/blog-one.jpg);
  background-size: cover;
  background-position: center;
}

.grid__four__pgb__one:hover {
  margin-top: -30px;
  filter: grayscale(20%);
  transition: 0.7s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .grid__four__pgb__one:hover {
    margin-top: 0;
  }
}

.grid__four__pgb__two {
  background-image: url(/app/images/blogs/blog-two.jpg);
  background-size: cover;
  background-position: center;
}

.grid__four__pgb__two:hover {
  margin-top: -30px;
  filter: grayscale(20%);
  transition: 0.7s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .grid__four__pgb__two:hover {
    margin-top: 0;
  }
}

.grid__four__pgb__three {
  background-image: url(/app/images/blogs/blog-three.jpg);
  background-size: cover;
  background-position: center;
}

.grid__four__pgb__three:hover {
  margin-top: -30px;
  filter: grayscale(20%);
  transition: 0.7s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .grid__four__pgb__three:hover {
    margin-top: 0;
  }
}

.grid__four__pgb__four {
  background-color: palegreen;
  background-image: url(/app/images/blogs/blog-four.jpg);
  background-size: cover;
  background-position: center;
}

.grid__four__pgb__four:hover {
  margin-top: -30px;
  filter: grayscale(20%);
  transition: 0.7s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .grid__four__pgb__four:hover {
    margin-top: 0;
  }
}

.grid__four__pgb__five {
  background-image: url(/app/images/roof-cleaning.jpeg);
  background-size: cover;
  background-position: center;
}

.grid__four__pgb__five:hover {
  margin-top: -30px;
  filter: grayscale(20%);
  transition: 0.7s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .grid__four__pgb__five:hover {
    margin-top: 0;
  }
}

.grid__four__pgb__six {
  background-image: url(/app/images/roof-cleaning.jpeg);
  background-color: paleturquoise;
  background-size: cover;
  background-position: center;
}

.grid__four__pgb__six:hover {
  margin-top: -30px;
  filter: grayscale(20%);
  transition: 0.7s;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .grid__four__pgb__six:hover {
    margin-top: 0;
  }
}

.grid__four__subtitle {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #ac8f68;
  font-family: "Readex Pro", sans-serif;
  z-index: 9;
  position: relative;
  font-weight: 400;
}

.grid__four__title {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: "Readex Pro", sans-serif;
  font-size: 1.4rem;
  z-index: 9;
  position: relative;
}
@media (max-width: 1600px) {
  .grid__four__title {
    font-size: 1.3rem;
  }
}
@media (max-width: 1000px) {
  .grid__four__title {
    font-size: 1rem;
  }
}

.grid__four__title__two {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: "Readex Pro", sans-serif;
  font-size: 2.2rem;
  width: 450px;
  line-height: 2.8rem;
}

.grid__four__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-family: "Readex Pro", sans-serif;
  font-size: 1.7rem;
}

/** Variables **/
/** Footer One **/
.footer__one__footer__wrapper {
  background-color: white;
}

.footer__one__prefooter {
  height: 1000px;
  background-image: url(/assets/img/bottom.jpeg);
  background-position: center;
  background-size: cover;
  background-color: white;
}

.footer__one__footer {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding-top: 50px;
  padding-bottom: 75px;
}
@media (max-width: 900px) {
  .footer__one__footer {
    flex-direction: column;
  }
}

.footer__one__footer__about {
  flex: 1.5;
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 2000px) {
  .footer__one__footer__about {
    margin-left: 50px;
  }
}
@media (max-width: 900px) {
  .footer__one__footer__about {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
  }
}

.footer__one__footer__services {
  flex: 1;
}
@media (max-width: 900px) {
  .footer__one__footer__services {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.footer__one__footer__contact {
  flex: 1;
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
}
@media (max-width: 900px) {
  .footer__one__footer__contact {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.footer__one__footer__about__title {
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 30px;
  font-weight: 500;
  color: #294471;
}

.footer__one__footer__about__main {
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  margin-right: 30px;
  margin-top: 15px;
  color: #666;
  margin-right: 100px;
  line-height: 1.6rem;
}
@media (max-width: 900px) {
  .footer__one__footer__about__main {
    margin-right: 0;
  }
}

.footer__one__footer__services__title {
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 30px;
  font-weight: 500;
  color: #294471;
}

.footer__one__footer__services__main ul {
  list-style: none;
  padding-left: 0;
}

.footer__one__footer__services__main ul li {
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
  margin-right: 30px;
  margin-top: 15px;
  color: #666;
  margin-left: auto;
  margin-right: auto;
}

.footer__one__footer__services__contact {
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 30px;
  font-weight: 500;
  color: #666;
}

.footer__one__footer__contact__title {
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 30px;
  font-weight: 500;
  color: #666;
  margin-bottom: 25px;
}

.footer__one__footer .fas {
  font-size: 1.2rem;
  padding-bottom: 35px;
  color: #666;
  padding-right: 10px;
}

.footer__one__footer .far {
  font-size: 1.2rem;
  padding-bottom: 35px;
  color: #333;
  padding-right: 10px;
}

.footer__one__footer .fab {
  font-size: 1.2rem;
  padding-bottom: 0px;
  color: #666;
  padding-right: 10px;
}

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

.footer__one__footer .fb a {
  color: #666;
}

.footer__one__onimo__made {
  text-align: center;
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #666;
  margin-bottom: 60px;
  margin-top: 100px;
  font-size: 0.9rem;
}

.footer__one__onimo__made .fas {
  color: #333;
  padding: 0px;
}

.footer__one__footer .bold {
  font-weight: 800;
}

/** Variables **/
/** About Four **/
.about__four__gird__item {
  margin-left: 20px;
}

.about__three__right__grid__item__wrapper {
  width: 50px;
  margin-right: 10px;
}

.about__four__left__img {
  position: absolute;
  bottom: -120px;
  right: -150px;
  width: 400px;
  border-radius: 10px;
}
@media (max-width: 1350px) {
  .about__four__left__img {
    right: -50px;
  }
}
@media (max-width: 1200px) {
  .about__four__left__img {
    display: none;
  }
}

.about__four {
  margin-top: 150px;
  margin-bottom: 125px;
  display: flex;
  width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1450px) {
  .about__four {
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
  }
}
@media (max-width: 1000px) {
  .about__four {
    margin-top: 75px;
    margin-left: 75px;
    flex-direction: column;
    margin-bottom: 0px;
  }
}
@media (max-width: 750px) {
  .about__four {
    margin-left: 10%;
    margin-right: 10%;
  }
}

.about__four__left {
  background-image: url(/app/images/home/about.jpg);
  background-position: left;
  background-size: cover;
  flex: 0.8;
  position: relative;
  border-radius: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1450px) {
  .about__four__left {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.about__four__right {
  flex: 1;
  margin-left: 200px;
}
@media (max-width: 1350px) {
  .about__four__right {
    margin-left: 125px;
  }
}
@media (max-width: 1200px) {
  .about__four__right {
    margin-left: 75px;
  }
}
@media (max-width: 950px) {
  .about__four__right {
    margin-left: 0px;
  }
}

.about__four__right__subtitle {
  text-transform: uppercase;
  color: orange;
  font-family: "Readex Pro", sans-serif;
}

.about__four__right__title {
  font-family: "Readex Pro", sans-serif;
  font-size: 2.3rem;
  width: 600px;
  line-height: 3.4rem;
  margin-top: 10px;
  font-weight: 500;
  color: #2d3645;
}

@media (max-width: 750px) {
  .about__four__right__title {
    font-size: 1.7rem;
    width: auto;
    line-height: 3rem;
  }
}
@media (max-width: 500px) {
  .about__four__right__title {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
}

.about__four__right__main {
  margin-top: 30px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 300;
  width: 625px;
  text-align: justify;
  line-height: 1.8rem;
}
@media (max-width: 750px) {
  .about__four__right__main {
    width: auto;
  }
}

.about__four__grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-gap: 20px;
  font-family: "Readex Pro", sans-serif;
}
@media (max-width: 750px) {
  .about__four__grid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.about__three__right__grid__item__wrapper {
  display: flex;
}

.about__five__right__img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

/*** Variables *****/
/*** Variables - Background *****/
/*** Variables - Main Title *****/
/*** Variables - Cards *****/
/** Services One **/
/**** Services ****/
.services__one__service__title {
  padding-top: 125px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  text-rendering: optimizeLegibility;
  color: white;
  line-height: 3.6rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}
@media (max-width: 1000px) {
  .services__one__service__title {
    width: auto;
    margin-left: 7%;
    margin-right: 7%;
    font-size: 1.6rem;
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .services__one__service__title {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-top: 75px;
  }
}

.services__one__service__title::after {
  display: block;
  content: "";
  background-color: white;
  height: 3px;
  width: 100px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.services__one__services {
  z-index: 1;
  position: relative;
  height: auto;
  margin-top: 0px;
  background-image: url(/app/images/home/pattern-two.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 0px;
  margin-top: 0px;
}

.services__one__services__grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  grid-gap: 35px;
  margin-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .services__one__services__grid {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 1300px) {
  .services__one__services__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .services__one__services__grid {
    grid-template-columns: 1fr;
  }
}

.services__one__service__box {
  z-index: 100000000000000010000000000000;
  position: relative;
  height: auto;
  background-color: white;
  padding-bottom: 15px;
}

.services__one__service__box__image {
  position: relative;
}

.services__one__card__text__title {
  font-family: "Readex Pro", sans-serif;
  font-size: 1.4rem;
  text-rendering: optimizeLegibility;
  color: #1a3554;
  font-weight: 600;
  margin-top: 25px;
}

.services__one__card__text {
  margin-left: 10%;
  margin-right: 12.5%;
}

.services__one__card__text__main {
  margin-top: 7px;
  font-family: "Readex Pro", sans-serif;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #666;
  text-align: justify;
  font-weight: 300;
}

.service__box__learn {
  font-family: "Readex Pro", sans-serif;
  font-size: 0.9rem;
  color: #666;
  margin-left: 10%;
  margin-top: 20px;
  font-weight: 700;
  cursor: pointer;
}

.services__one__services .fas {
  padding-left: 5px;
  font-size: 0.8rem;x
  color: yellowgreen;
}

.services__one__service__box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding-bottom: 40px;
}

/** Variables **/
/** Map One **/
.map__one__location {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.map__one__location__map {
  flex: 1 1 600px;
  height: auto;
  background-color: whitesmoke;
  background-image: url(/app/images/homes/map.jpg);
  background-size: cover;
  background-position: center center;
}

.map__one__location__areas {
  flex: 1 1 600px;
  height: auto;
  background-image: url(/app/images/home/pattern-two.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .map__one__location__areas {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.map__one__places ul {
  list-style: none;
}

.map__one__places {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.map__one__places__one li {
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  color: snow;
  font-size: 1.2rem;
  padding: 8px;
  margin-right: 100px;
}
@media (max-width: 1300px) {
  .map__one__places__one li {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .map__one__places__one li {
    margin-right: 50px;
  }
}

.map__one__places__two ul li {
  font-size: 1.2rem;
}
@media (max-width: 1300px) {
  .map__one__places__two ul li {
    font-size: 1rem;
  }
}

.map__one__places__two li {
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  color: snow;
  font-size: 1.2rem;
  padding: 8px;
}

.map__one__places__list {
  margin-top: 20px;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 30px;
}

.map__one__places__list p {
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  color: snow;
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-align: center;
}

/**** Areas we cover ****/
.map__one__whereweclean-title {
  text-align: center;
  font-family: "Readex Pro", sans-serif;
  color: snow;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 20px;
  margin-top: 0px;
}
@media (max-width: 1300px) {
  .map__one__whereweclean-title {
    font-size: 2rem;
  }
}


/** Review Four **/
.reviews__four__name {
  text-align: left;
  margin-top: 10px;
  color: #ff4545;
}

.reviews__four {
  position: relative;
  background-color: #2d4873;
  margin-bottom: 0px;
}
@media (max-width: 750px) {
  .reviews__four {
    margin-bottom: 50px;
  }
}

.reviews__four__flex {
  margin-top: 0px;
  width: 1200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .reviews__four__flex {
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
  }
}
@media (max-width: 800px) {
  .reviews__four__flex {
    flex-direction: column;
    padding-top: 75px;
  }
}

.reviews__four__left {
  font-size: 2rem;
  font-family: "Readex Pro", sans-serif;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0.7;
}

.reviews__four__right {
  flex: 1.4;
}

.reviews__four__left__text {
  margin-top: 0px;
  padding-right: 40px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .reviews__four__left__text {
    padding-right: 0px;
  }
}
@media (max-width: 800px) {
  .reviews__four__left__text {
    font-size: 1.6rem;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
  }
}

.reviews__four__right__grid {
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  flex: 2;
  height: auto;
  padding-top: 0px;
  padding-left: 0px;
  grid-gap: 45px;
  height: 500px;
  margin-left: 70px;
}
@media (max-width: 900px) {
  .reviews__four__right__grid {
    grid-gap: 25px;
  }
}
@media (max-width: 800px) {
  .reviews__four__right__grid {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .reviews__four__right__grid {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .reviews__four__right__grid {
    height: auto;
  }
}

.reviews__four__item__one {
  font-style: italic;
  padding-left: 15%;
  padding-right: 15%;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row: 1/3;
  grid-column: 1/3;
  background-color: white;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  padding-bottom: 0px;
  font-size: 0.8rem;
  font-family: "Readex Pro", sans-serif;
  text-align: center;
}
@media (max-width: 500px) {
  .reviews__four__item__one {
    grid-row: 1/2;
    grid-column: 1/6;
    height: 250px;
  }
}

.reviews__four__item__two {
  font-style: italic;
  padding-left: 15%;
  padding-right: 15%;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row: 1/3;
  grid-column: 3/6;
  background-color: white;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  font-size: 0.8rem;
  font-family: "Readex Pro", sans-serif;
  text-align: center;
}
@media (max-width: 500px) {
  .reviews__four__item__two {
    grid-row: 2/3;
    grid-column: 1/6;
    height: 250px;
  }
}

.reviews__four__item__three {
  font-style: italic;
  padding-left: 15%;
  padding-right: 15%;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row: 3/5;
  grid-column: 1/6;
  background-color: white;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  font-size: 0.8rem;
  font-family: "Readex Pro", sans-serif;
  text-align: center;
}
@media (max-width: 500px) {
  .reviews__four__item__three {
    height: 250px;
  }
}

.reviews__four__quote__img {
  position: absolute;
  top: 200px;
  left: 150px;
  z-index: 1;
  width: 400px;
}
@media (max-width: 1300px) {
  .reviews__four__quote__img {
    width: 250px;
  }
}
@media (max-width: 900px) {
  .reviews__four__quote__img {
    width: 150px;
  }
}
@media (max-width: 800px) {
  .reviews__four__quote__img {
    display: none;
  }
}

/** CTA Four **/
.cta__four {
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
  height: 350px;
  border-radius: 10px;
  background-color: ghostwhite;
  margin-bottom: 125px;
}

/** Variables **/
/** Banner One **/
.banner__one__banner {
  margin-top: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 450px;
}
@media (max-width: 1000px) {
  .banner__one__banner {
    margin-top: 75px;
  }
}

.banner__one__banner__tagline {
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1a3554;
}
@media (max-width: 1300px) {
  .banner__one__banner__tagline {
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  .banner__one__banner__tagline {
    font-size: 1.1rem;
  }
}
@media (max-width: 650px) {
  .banner__one__banner__tagline {
    font-size: 1rem;
  }
}
@media (max-width: 650px) {
  .banner__one__banner__tagline {
    margin-left: 7%;
    margin-right: 7%;
  }
}

.banner__one__banner__tagline::after {
  display: block;
  content: "";
  background-color: snow;
  height: 1px;
  width: 200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.banner__one__banner__tagline__small {
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #1ebcdd;
  text-transform: uppercase;
  padding-top: 0px;
}
@media (max-width: 650px) {
  .banner__one__banner__tagline__small {
    font-size: 0.8rem;
  }
}
@media (max-width: 650px) {
  .banner__one__banner__tagline__small {
    margin-left: 7%;
    margin-right: 7%;
  }
}

.banner__one__black {
  font-size: 40px;
  padding: 5px;
}/*# sourceMappingURL=style.css.map */