@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  padding: 0;
}

.flexcontainer {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
}

p {
  line-height: 168%;
}

.carousel-back {
  background-image: url("images/img18.jpg");
  background-size: cover;
  background-position: center;
}

.caro-wr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: #fff;
  padding: 80px 220px 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.caro-h1 {
  font-size: 68px;
  font-weight: bold;
}

.caro-suit {
  font-size: 28px;
  font-weight: 500;
  color: #1ebbf0;
}

.caro-btn {
  width: fit-content;
  margin-top: 30px;
}

.caro-anc {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #26376a;
  padding: 12px 15px;
  transition: .3s all ease;
}

.caro-anc:hover {
  background-color: #23aadd;
  transition: .3s all;
  color: #fff;
  text-decoration: none;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='cornflowerblue'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='cornflowerblue'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next,
.carousel-control-prev {
  width: fit-content !important;
  height: fit-content !important;
  margin-top: 48vh;
  opacity: 1 !important;
}

.office-sect{
  margin-top: 60px;
}

.office-head {
  text-align: center;
}

.seperate-line {
  border-top: 2px dashed #e4e4e4;
  width: 32%;
  display: inline-block;
}

.off-head-wr {
  font-size: 48px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px 0px;
  width: 90%;
}

.off-main {
  padding: 60px;
}

.off-h2 {
  font-weight: bold;
  color: #26376a;
}

.off-p {
  color: #333333;
  font-size: 20px;
  font-weight: 400;


}

.off-anc {
  text-decoration: underline;
  color: #26376a;

}

.off-anc:hover {
  color: #23aadd;
  text-decoration: none;
}

.average-sect {
  padding: 0px 120px 80px;
}

.flex-5 {
  flex: 30%;
}

.flex-5i {
  flex: 30%;
  margin-left: 30px;
}

.aver-h3 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #26376a;
}

.aver-wr {
  background-color: #f5f5f5;
  padding: 20px;
}

.aver-ic {
  display: inline-block;
  font-size: 42px;
  color: #26376a;
  width: 15%;
  vertical-align: top;
}

.aver-h5 {
  color: #26376a;
  font-weight: bold;
}

.aver-wr-in {
  display: inline-block;
  width: 82%;
}

.mar-t {
  margin-top: 30px;
}

/* SUBPAGE */

.sub-header {
  background-color: #f5f5f5;
  background-image:url(images/img19.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 160px 0px 70px;
}

.sub-headercl {
  background-color: #f5f5f5;
  background-image:url(images/cleaning-company.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 160px 0px 70px;
}

.sub-headerfc {
  background-color: #f5f5f5;
  background-image:url(images/floor-cleaning.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 160px 0px 70px;
}

.sub-headeroc {
  background-color: #f5f5f5;
  background-image:url(images/office-cleaning.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 160px 0px 70px;
}

.sub-headerblog {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px 0px 5px;
}

.sub-h1 {
  font-weight: 700;
color:#26376a

}


.sub-h2head {
  font-weight: 700;
color:#26376a
font-size:62px;
}

.sub-links {
  color: #7a7a7a;
  font-size: 14px;
}

.home-anc {
  color: #7a7a7a;
  text-decoration: none;
}

.home-anc:hover {
  color: #7a7a7a;
  text-decoration: underline;
}

.floor-sect {
  padding: 40px 80px;
  color: #1ebbf0;
}

.flex-6 {
  flex: 50%;
  font-size: 32px;
  font-weight: bold;
}

.flex-6i {
  flex: 50%;
  border-left: 3px solid #1ebbf0;
  font-size: 24px;
  padding-left: 25px;
}

.cleaning-sect {
  padding: 40px 80px 60px;
}

.flex-7 {
  flex: 45%;
}

.flex-7i {
  flex: 45%;
  margin-left: 30px;
}

.w-100 {
  height: 474px !important;
}

/* FOOTER */

footer {
  background-color: #23aadd;
  padding: 40px 60px;
}

.foot-img {
  width: auto;
  max-width: 100%;
}

.footer-head {
  font-size: 24px;
  color: #ffffffd9;
  height: 30px;
  font-weight: 500;
}

.foot-anc,
.foot-anc:hover,
.media-anc,
.media-anc:hover {
  color: #ffffffd9;
  text-decoration: none;
}

.foot-link-box {
  width: fit-content;
  font-size: 18px;
  margin-top: 7px;
}

.foot-link-box i {
  font-size: 24px;
}

.social-media-box {
  margin-top: 30px;
}

.media-box {
  margin-right: 8px;
  font-size: 26px;
}

.copy-right-box {
  color: #ffffffd9;
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
  letter-spacing: 1.2px;
}



/* CONTACT */

.cont-header {
  background-image: url("images/team-hero.jpg");
  position: relative;
  width: 100%;
  padding: 60px 120px;
  background-position: center;
  background-size: cover;
}

.main-cont {
  width: 45%;
  position: absolute;
  bottom: 10%;
  right: 0%;
}

.linking {
  font-size: 12px;
  color: #333;
  padding: 0px 0px 10px 95px;
}

.home_link {
  text-decoration: none;
  color: #333;
  transition: .2s all;
}

.home_link:hover {
  text-decoration: none;
  color: #333;
  transition: .2s all;
}

.cont_heading {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-image: linear-gradient(135deg, #1f628a 12%, #000 10%);
  padding: 20px 0px 20px 85px;
}

.cont-sect {
  padding: 60px 120px;
}

.cont-wr {
  font-size: 28px;
  margin-bottom: 40px;
}

.address-sect {
  padding: 50px 120px 50px;
  background-color: #1ebbf0;
  color: #fff;
}

.flex-9 {
  flex: 25%;
}

.flex-9i {
  flex: 50%;
}

.call {
  font-size: 16px;
  font-weight: bold;
}

.call-link {
  font-weight: bold;
  font-size: 18px;
}

.call-numb {
  text-decoration: none;
  transition: .2s all;
  color: #fff;
}

.call-numb:hover {
  text-decoration: none;
  color: #fff;
  transition: .2s all;
}

.cont-form {
  padding: 80px 0px;
  background-color: #fff;
}

.contact {
  text-align: center;
  color: #1ebbf0;
}

.form_sect2 {
  width: 50%;
  margin: 40px auto 0px;
  box-shadow: 0px 0px 35px -10px #c4c4c4;
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
}

.form_sect2 input {
  padding: 10px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  color: #5d5f66;
  font-size: 14px;
  font-weight: normal;
  display: block;
  outline: none;
  width: 100%;
  margin-bottom: 25px;
}

.form_sect2 input:valid {
  background-color: #fff !important;
}

.form_sect2 textarea {
  height: 200px;
  display: block;
  padding: 10px;
  width: 100%;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  color: #5d5f66;
  font-size: 16px;
  font-weight: normal;
}

.form_sect2 textarea:focus {
  outline: none;
}

.form_sect2 .submitbtn {
  width: 100%;
}

.form_sect2 .submitbtn:hover {
  width: 100%;
}

.cont-form-sect {
  padding: 60px 120px;
}

.flex-10 {
  flex: 48%;
}

.flex-10i {
  flex: 48%;
  margin-left: 20px;
}

.send {
  font-size: 22px;
  font-weight: bold;
}

.cont_p {
  color: #3b505c;
  text-shadow: 0px 0px .5px #3b505c;
  font-size: 20px;
}

.map-sec {
  width: 100%;
  height: 350px;
}

form input,
form textarea,
form input:active,
form textarea {
  outline: none;
  border: none;
  border-radius: 0px;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  background-color: #1ebbf0;
}

.submitbtn {
  background-color: #1ebbf0;
  color: #fff;
  border-radius: 4px;
  border: 0px;
  transition: .3s all;
  width: fit-content;
  padding: 10px 25px;
}

.submitbtn:hover,
.submitbtn:focus,
.submitbtn:active {
  background-color: #20ad9e;
  transition: .3s all;
  padding: 10px 25px;
  width: fit-content;
  border-radius: 4px;
}


#mybtn {
  position: fixed;
  z-index: 99;
  display: none;
  outline: none;
  border: none;
  bottom: 30px;
  right: 30px;
  background-color: #1ebbf0;
  color: white;
  border-radius: 40px;
  padding: 13px 20px 15px 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  animation-duration: 0.9s;
  animation-iteration-count: inherit;
}

@keyframes top {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
  }

  60% {
    opacity: 0.7;
  }

  85% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes top1 {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.8;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
  }
}

#mybtn:hover {
  color: #fff;
  background-color: #23aadd;
}

/* LEADING SECTION */

.leading_section {
  padding: 60px 100px;
}

.lead_h1 {
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 20px;
}

.lead_p {
  color: rgb(34, 34, 34);
  font-size: 20px;
}

.lead_img {
  width: 90%;
  height: 92%;
}

.hvac-sect {
  background-image: url("images/img29.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 120px;
}

.hvac-main {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 15px 0px #727272;
  padding: 40px 60px;
}

.flex-hv {
  flex: 30%;
  border-radius: 8px;
}

.flex-hvi {
  flex: 30%;
  border-radius: 8px;
  margin-left: 30px;
}

.hv-back1 {
  background-image: url("images/cleaning-service-mi.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.hv-back2 {
  background-image: url("images/gutter-cleaning.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.hv-back3 {
  background-image: url("images/img5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.hv-back4 {
  background-image: url("images/img26.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.hv-back5 {
  background-image: url("images/powerwashing-service.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.hv-back6 {
  background-image: url("images/window-cleaning-service.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.hv-back-color {
  background-color: #23aaddbb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  text-align: center;
  padding: 0px 15px;
  color: #fff;
  font-size: 26px;
  border-radius: 8px;
  font-weight: bold;
  transition: .3s all;
}

.hv-anc,
.hv-anc:hover {
  transition: .3s all;
  text-decoration: none;
  color: #fff;
}

.hv-anc:hover .hv-back-color {
  background-color: #126e8fbb;
  border-radius: 0px;
}

.sec-row {
  margin-top: 30px;
}

.expertise-sect {
  padding: 80px 120px;
  background-color: #1a1c45;
  text-align: center;
}

.flex-e-5 {
  flex: 17%;
}

.flex-e-5i {
  flex: 17%;
  margin-left: 30px;
}

.exp-anc,
.exp-anc:hover {
  text-decoration: none;
  color: #fff;
  width: fit-content;
}

.exp-ic-s {
  font-size: 48px;
}

.exp-wr {
  margin-top: 15px;
  font-size: 15px;
}

.sec-row-exp {
  margin-top: 80px;
}

.fifthwrite {
  text-align: center;
  margin-bottom: 60px;
}

.prot {
  font-size: 48px;
  color: rgba(46, 146, 195, 255);
  font-weight: 700;
}

.prot1 {
  font-size: 48px;
  color: #494949;
  font-weight: 700;
}

.resident2 {
  font-size: 30px;
  color: #fff;
}

.resident3 {
  font-size: 20px;

}

.new-area {
  padding: 60px 140px;
  background-image: url("images/Hometown_BG_AreasWeServe_Desktop.png");
  background-position: bottom;
  color: #fff;
  background-color: #efefef;
}

.flex-area {
  flex: 23%;
}

.flex-areai {
  flex: 23%;
  margin-left: 20px;
}

.areas {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}

.area-h2 {
  text-align: center;
font-weight: 700;
font-size: 48px
}

.sec-row-area {
  margin: 40px auto 80px;
}

.area-link {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.area-link:hover {
  text-decoration: underline;
  color: #fff;
}

.home-town {
  background-color: #efefef;
  padding: 120px 120px 60px;
  text-align: center;
}

.flex-home {
  flex: 29%;
  background-color: #23aadd;
  padding: 25px 20px 80px;
  color: #fff;
  height: fit-content;
  position: relative;
}

.flex-homei {
  flex: 32%;
  margin: -130px 30px 0px;
  height: fit-content;
  padding: 0px 20px;
}

.flex-homeii {
  flex: 29%;
  height: fit-content;
  border: 3px dashed #23aadd;
  padding: 40px 30px 113px;
  position: relative;
}

.case2 {
  position: absolute;
  bottom: 20px;
  left: 20%;
}

.star-home {
  color: rgb(226, 226, 0);
  font-size: 24px;
}

.home-h2 {
  margin: 20px 0px 15px;
}

.home-p {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
}

.busi {
  color: #23aadd;
}

.emer {
  background-color: #23aadd;
  padding: 8px 5px;
  font-weight: bold;
  color: #fff;
}

.sec-mar-home {
  margin: 30px 0px;
}

.home-img {
  width: 100%;
  margin-bottom: 25px;
}

.home-p2 {
  font-size: 18px;
  font-weight: 500;
}

.cog-home {
  font-size: 50px;
  color: rgb(173, 173, 173);
}

.home-h2t {
  color: #23aadd;
  font-weight: bold;
  font-size: 30px;
  margin: 20px 0px 0px;
}

.abt_h4 {
  font-size: 30px;
  font-weight: 500;
  color: #212529;
}

.abt-head {
  color: #212529;
  font-size: 48px;
  font-weight: 700;
}

.heading_our {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

#more,
#more1,
#more2,
#more3,
#more4,
#more5 {
  display: none;
}

#myBtn-r,
#myBtn-r1,
#myBtn-r2,
#myBtn-r3,
#myBtn-r4,
#myBtn-r5 {
  cursor: pointer;
}

.flex-5rev {
  flex: 30%;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
  height: fit-content;
  position: relative;
}

.flex-5revi {
  flex: 30%;
  margin-left: 30px;
  height: fit-content;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
  position: relative;
}

.google_img {
  position: absolute;
  top: 3px;
  right: 3px;
}

.reviewer_ico {
  background-color: #cc9562;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  border-radius: 100%;
  padding: 12px;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  text-align: center;
}

.review_wr {
  display: inline-block;
  width: 75%;
  margin-left: 5px;
}

.r_head {
  font-weight: bold;
  font-size: 17px;
}

.date-r {
  font-size: 17px;
}

.review_p {
  font-size: 18px;
}

.review_sect {
  padding: 80px 120px;
  background-color: #23aadd;
}

.stars-r {
  color: #fdd314;
  margin: 5px 0px;
}

.review-mar {
  margin-bottom: 15px;
}

.checkout_h1 {
  font-size: 46px;
  font-weight: 300;
  width: 100%;
  padding: 40px 10px;
  background-color: #1ebbf0;
  color: #fff;
  text-align: center;
}

.row_lightbox>.column {
  padding: 0 14px;
  margin-top: 28px;
}

.row_lightbox:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 33.3333%;
}

/* The Modal (background) */
.modal_lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 8vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content-lightbox {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The close_light Button */
.close_light {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 42px;
  z-index: 99;
}

.close_light:hover,
.close_light:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  text-align: center;
}

.cursor {
  cursor: pointer;
}

/* next_light & prev_lightious buttons */
.prev_light,
.next_light {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-size: 36px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
}

.prev_light:hover,
.next_light:hover {
  text-decoration: none;
  color: #fff;
}

/* Position the "next_light button" to the right */
.next_light {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* img {
  margin-bottom: -4px;
} */

.demo {
  opacity: 1;
}

.active {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  height: 290px;
  object-fit: cover;
}

.hover-shadow:hover {
  opacity: .4;
  transition: .3s;
  object-fit: cover;
}

.modal_img {
  width: 500px;
  height: 80vh;
  object-fit: cover;
}

#caption {
  color: #fff;
  text-align: center;
  margin: 10px 0px 0px;
  font-size: 18px;
}

.leading_section {
  padding: 60px 100px;
}

.lead_h1 {
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 20px;
}

.lead_p {
  color: rgb(34, 34, 34);
  font-size: 20px;
}

.lead_img {
  width: 90%;
  height: 92%;
}

/* BLOG */

.blhd{
    font-size: 2rem;
    color: #26376a;
    font-weight: 700;
}
.blmain{
    padding: 40px 60px;
}
.blh2{
    font-size: 22px;
    font-weight: 700;
    color: #26376a;
}

/* BLOGINNER */

.blinmain{
    padding: 40px 20px;
    width: 1100px;
    max-width: 100%;
    margin: auto;
}
.blimg{
    border-radius: 5px;
    width: 100%;
    height: 600px;
}
.blfl{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.rdbl,.rdbl:hover{
    color: #26376a;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.blh5{
    margin-top: 30px;
    color: #26376a;
}
.locsct{
    padding: 30px 60px;
    color: #fff;
    background-color: #26376a;
}
.lch2{
    font-size: 42px;
    font-weight: 700;
}

.btnlg{
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #26376a;
  transition: .2s all ease;
  text-decoration: none;
  padding: 10px 15px;
  height: max-content;
}
.btnlg i {
  font-size: 14px;
}
.btnlg:hover{
  color: #23aadd;
  transition: .2s all ease;
  text-decoration: none;
}
.cvrh2{
    font-size: 46px;
    font-weight: 700;
}
.cvrcrd{
    box-shadow: 0px 5px 10px 0px rgb(34 34 34 / 25%);
    border-radius: 5px;
}
.cvrcnt{
    background-color: #fff;
    padding: 60px 30px 40px;
    color: #222;
    position: relative;
    border-radius: 0 0 5px 5px;
}
.icocvr{
    position: absolute;
    top: 0;
    left: 40px;
    background-color: #26376a;
    color: #fff;
    font-size: 26px;
    border-radius: 0 0 4px 4px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bgtxt{
    font-size: 48px;
    font-weight: 700;
}
.cvrimg{
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.cvrp{
    margin-bottom: 40px;
}
.rdanc{
    background-color: #26376a;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: .2s all ease;
    text-decoration: none;
    padding: 10px 15px;
    height: max-content;
}
.rdanc i {
  font-size: 14px;
}
.rdanc:hover{
    background-color: #23aadd;
    color: #fff;
    transition: .2s all ease;
    text-decoration: none;
}

.pagination {
    margin: 60px 0 20px;
    flex-wrap: wrap;
}

.page-link {
    color: #1e3089 !important;
}

/* NEW SUBPAGE */

.mnnw{
  padding: 0 60px 40px;
}
.mnnw .off-h2{
  margin: 25px 0;
}
.cnnw h1{
  font-weight: 700;
  font-size: 48px;
  color: #1ebbf0;
}
.nwcnt{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  padding: 40px 60px;
}
.crimg{
  border-radius: 100%;
  width: 200px;
}
.cnnw{
  width: calc(100% - 220px);
}
.itp{
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}

/* NAV */

#mynav {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #c4c4c4;
}

nav .wrapper {
  position: relative;
  max-width: 1200px;
  padding: 0px 0px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper .nav-links {
  display: inline-flex;
  margin-bottom: 0px;
}

.let_btn {
  background-color: #00ffbe;
  border: 2px solid #00ffbe;
  color: #000 !important;
  padding: 18px 10px;
  transition: .3s all;
}

.let_btn:hover {
  background-color: transparent;
  transition: .3s all;
  color: #00ffbe !important;
}

.let_anc {
  transition: .1s all !important;
}

.nav-ic {
  margin-right: 3px;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 21px 20px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  background: transparent;
  color: #333;
  border-bottom: 2px solid #1ebbf0;
  padding: 21px 20px 19px;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background-color: #fff;
  padding-left: 0px;
  width: 250px;
  line-height: 35px;
  top: 80px;
  opacity: 0;
  visibility: hidden;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 80px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 5px 12px;
  font-weight: 500;
  font-size: 16px !important;
  color: #333;
  background-color: #fff;
  border-radius: 0px;
}

.drop-menu li a:hover {
  padding: 5px 12px;
  background-color: #fff;
  border-bottom: none;
  background: -webkit-linear-gradient(0deg, #1e73be 15%, #ee2 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mega-box {
  position: absolute;
  left: 200px;
  width: 40%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.megal {
  width: 65% !important;
  left: 100px;
}

.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 1);
  background-color: white;
}

.mega-box .content .row {
  width: 400px;
  line-height: 30px;
}

.mega-box .content .rowl {
  width: 400px;
  line-height: 30px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .rowl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: rgba(0, 0, 0, 0.911);
  font-size: 16px;
  font-weight: 500;
}

.content .rowl header {
  color: rgba(0, 0, 0, 0.911);
  ;
  font-size: 16px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
}

.content .rowl .mega-links {
  margin-left: -40px;
}

.row .mega-links li {
  padding: 0px 0px 0px 20px;
}

.rowl .mega-links li {
  padding: 0px 0px 0px 20px;
}

.row .mega-links li a {
  padding: 0px;
  width: 100%;
  padding: 0px 0px 0px 20px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  font-weight: 600 !important;
  display: block;
}

.rowl .mega-links li a {
  padding: 0px;
  width: 100%;
  padding: 0px 0px 0px 20px;
  color: WHITE;
  font-size: 14px;
  font-weight: 400 !important;
  display: block;
}

.row .mega-links li a:hover {
  color: #23aadd;
  background-color: transparent;
}

.rowl .mega-links li a:hover {
  color: #23aadd;
  background-color: transparent;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

.myndl {
  width: 100%;
}

.mygr {
  color: #38b87c;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
    color: #333;
  }

  nav .wrapper {
    padding: 0px 10px 0px 25px;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    right: -100%;
    background: #fff;
    display: nonr;
    padding: 50px 20px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  .bordbt {
    border-bottom: 2px solid #353535;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }

  #menu-btn:checked~.nav-links {
    right: 0%;
    display: block;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li a {
    padding: 10px 20px;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    border-bottom: none;
  }

  .nav-links li a:hover {
    padding: 10px 20px !important;
    border-bottom: none;
  }

  .let_anc {
    padding-left: 0px !important;
    margin: 20px auto 0px 28%;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 0px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    background-color: #fff;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }

  #showMegal:checked~.mega-box {
    max-height: 100%;
  }

  #showDroploc:checked~.drop-menu {
    max-height: 100%;
  }

  #showDropres:checked~.drop-menu {
    max-height: 100%;
  }

  #showDrop2:checked~.drop-menu {
    max-height: 100%;
  }

  #showDrop3:checked~.drop-menu {
    max-height: 100%;
  }


  #showDropcom:checked~.drop-menu,
  #showMegainvest:checked~.mega-box {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    color: #1ebbf0;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    font-size: 18px;
    padding-left: 40px !important;
  }

  .drop-menu li a:hover {
    padding-left: 40px !important;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .megal {
    width: 100% !important;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
    background-color: transparent;
    border: 0px solid white;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
    color: #f2f2f2;

  }

  .row .mega-links li a {
    color: #f2f2f2;

  }

  .content .row header {
    font-size: 19px;
    color: #f2f2f2;
  }
}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}

@media screen and (max-width: 970px) {
  .caro-wr {
    padding: 0px 30px;
  }

  .caro-h1 {
    font-size: 40px;
  }

  .caro-suit {
    font-size: 22px;
  }

  .service-sect,
  .seven-logis,
  .cargos-sect,
  .freight-sect,
  .cleaning-sect,
  .cont-form-sect,
  .address-sect {
    padding: 60px 30px;
  }

  .floor-sect{
    padding: 40px 30px 0px;
  }

  .average-sect {
    padding: 0px 30px 60px;
  }

  .flex-1,
  .flex-2,
  .flex-3,
  .flex-4,
  .flex-5,
  .flex-6,
  .flex-7,
  .flex-10,
  .flex-11 {
    flex: 100%;
  }

  .flex-1i,
  .flex-3i,
  .flex-5i,
  .flex-6i,
  .flex-7i,
  .flex-10i {
    flex: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .flex-2i,
  .flex-11i {
    flex: 100%;
    margin-left: 0px;
    margin-top: 25px;
  }

  .flex-4i {
    flex: 100%;
    margin-left: 0px;
    margin-top: 60%;
  }

  .logic-wr,
  .aver-wr-in {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
    width: 100%;
  }

  .freight-img {
    left: 0%;
    top: -80%;
  }

  .seperate-line {
    display: none;
  }

  .off-head-wr {
    width: 100%;
    margin: 0px;
  }

  .off-main {
    padding: 30px 40px 40px;
  }

  .flex-5i {
    order: 1;
  }

  .ord2 {
    order: 2;
  }

  .flex-5 {
    order: 3;
    margin-top: 50px;
  }

  .sub-header {
    text-align: center;
    padding: 160px 20px 70px;
  }

  .w-100 {
    height: 100% !important;
  }

  .flex-9 {
    flex: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .flex-9i {
    flex: 100%;
  }

  .form_sect2 {
    width: 90%;
  }

  .checkout_h1 {
    font-size: 32px;
    padding: 20px 15px;
  }

  .column {
    width: 50%;
  }

  .row_lightbox>.column {
    padding: 0 5px;
    margin-top: 10px;
  }

  .modal_img {
    width: 100%;
  }

  img.hover-shadow {
    height: 140px;
  }

  .close_light {
    top: 5px;
    right: 10px;
    font-size: 32px;
  }

  .prev_light,
  .next_light {
    font-size: 32px;
  }

  .leading_section {
    padding: 30px 5px;
  }

  .lead_h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .lead_img {
    width: 100%;
  }
  .hvac-sect{
    padding: 40px 0px;
  }
  .hvac-main{
    padding: 40px 30px;
  }
  .flex-hv{
    flex: 100%;
  }
  .flex-hvi{
    flex: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .expertise-sect{
    padding: 60px 20px;
  }
  .flex-e-5{
    flex: 100%;
  }
  .flex-e-5i{
    flex: 100%;
    margin-left: 0px;
    margin-top: 40px;
  }
  .sec-row-exp{
    margin-top: 40px;
  }
  .new-area,.home-town,.review_sect{
    padding: 40px 20px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flex-area{
    flex: 45%;
  }
  .flex-areai{
    flex: 45%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .flexmar-area{
    margin-top: 0px !important;
  }
  .flex-home{
    order: 3;
    flex: 100%;
  }
  .flex-homei{
    flex: 100%;
    margin: 0px;
    order: 1;
    padding: 0px;
  }
  .flex-homeii{
    flex: 100%;
    order: 2;
    margin: 20px 0px;
  }
  .flex-5rev{
    flex: 100%;
  }
  .flex-5revi{
    flex: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .sec-row{
    margin-top: 20px;
  }
  footer{
    padding: 30px 20px;
  }
  .footer-head{
    margin-top: 30px;
  }
  .copy-right-box{
    margin-top: 30px;
  }
  .blmain,.blinmain{
    padding: 40px 20px;
  }
  .blmain .col-sm-12{
    padding: 0px !important;
  }
  .cvrcnt{
    padding: 60px 20px 40px;
  }
  .locsct{
    padding: 30px 20px;
  }
  .lch2{
    font-size: 30px;
  }
  .blimg{
    height: 250px;
  }
  .nwcnt{
    padding: 30px 20px;
  }
  .cnnw{
    width: 100%;
  }
  .cnnw h1{
    font-size: 30px;
  }
  .itp{
    font-size: 18px;
  }
  .mnnw{
    padding: 0 5px 30px;
  }
  .crimg{
    margin: auto;
  }
}