@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");

/*global*/
.container-flu {
  width: 90%;
  margin: 0 auto;
}
/*custome home page button*/
.custome-button {
  background-color: #d92028 !important;
  border: none !important;
  border-radius: 200px !important;
  padding: 12px 20px !important;
}
.location-flex {
  display: flex !important;
}
.home-bt {
  font-size: 18px !important;
  padding: 13px 30px !important;
}
.heading-m {
  font-size: 88px !important;
  letter-spacing: 10px;
}
.custome-button:hover {
  background-color: transparent !important;
  color: white;
  border: 1px solid #d92028 !important;
}
/*custome red heading*/
.custome-text-colored-heading-red {
  color: #d92028;
  font-size: 32px;
}
.why-us img {
  width: 100%;
  height: 400px;
}
.why-us-text-area {
  position: relative;
  z-index: 99;
}

.why-us-text-area::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;

  width: 350px;
  height: 200px;
  background-color: #e6e6e6;
  z-index: -1 !important;
}

.text-with-20px-left-padding {
  padding-left: 50px;
}
.text-with-20px-left-padding > p {
  font-size: 16px;
}
.top-30px {
  margin-top: 30px;
}

/*bannerf area*/

.banner {
  width: 100%;
  height: 300px;
  background: url("../images/website-04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.banner-text-area {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  margin-left: 120px;
}
.banner-text-area h2 {
  color: white;
  font-size: 28px;
  line-height: 32px;
}

.red-button-only-boarder {
  display: inline-block;
  background-color: transparent;
  border: 1.5px solid #d92028;
  padding: 5px 30px;
  border-radius: 200px;
  text-decoration: none;
  color: #fff;
}
.red-button-only-boarder:hover {
  color: white !important;
  background-color: #d92028;
}
.client-logos img {
  width: 150px !important;
}
/*underline*/

.underline {
  width: 50%;
  height: 2px;
  background-color: #383737;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
footer {
  margin-top: 10px !important;
  background-color: #2d4059 !important;
  position: relative;
}
footer::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/websitepng-03.png");
  background-size: cover;
  width: 400px;
  height: 410px;
  top: 0;
  right: 130px;
  z-index: 0 !important;
  opacity: 0.7;
}

.head-title-footer {
  color: white !important;
  font-size: 24px;
  margin-bottom: 30px;
}
.widget p {
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
.dis-footer {
  width: 70%;
}
.widget p a {
  color: white !important;
}
.last-foo {
  padding: 20px 0;
}
.widget {
  z-index: 99;
}
/*values area*/

.values-area h2 {
  color: #d92028;
  font-size: 54px;
  font-weight: 900;
}
.values-area h2 span {
  color: #2d4059;
  font-weight: 400;
  font-size: 24px;
  margin-left: 10px;
}
.disc-bold {
  font-size: 16px;
  font-weight: 500;
  color: #020a14 !important;
}

/*grid-item-show*/

.grid-parent {
  display: grid;
  grid-template-rows: 200px 200px;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
}
.grid-item {
  position: relative;
  padding: 0 !important;
}

.mediome {
  grid-row: span 2;
}
.grid-item img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
/*grid-two*/
.second-grid {
  display: grid;
  grid-template-rows: 200px 200px;
  grid-template-columns: 2fr 1fr;
  grid-gap: 10px;
}
.overlay {
  width: 100%;
  height: 100%;
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease;
  opacity: 0;
}
.overlay-text-cu {
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}
.grid-item:hover .overlay {
  opacity: 0.8;
}
/*icons*/

.ico {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.about-us-disc {
  text-align: justify;
  color: #2d4059;
}
.red-color {
  color: #d92028 !important;
}
address {
  color: #2d4059 !important;
}
.text-blue {
  color: #2d4059 !important;
}
.ico-ser {
  color: #d92028 !important;
  font-size: 40px !important;
}
.ser-head {
  color: #2d4059 !important;
  font-size: 20px !important;
}
.un {
  width: 60px;
  height: 2px;
  background-color: #d92028;
  margin: 0 auto;
  margin-bottom: 30px;
}
.goog {
  font-size: 60px !important;
}

.img-back-add {
  position: relative;
}
.img-back-add > img {
  z-index: 99;
}
.img-back-add::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -3px;
  background-color: #d92028;
  width: 300px;
  height: 300px;
  z-index: -1;
  opacity: 0.5;
}
.img-back-add::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -5px;
  background-color: #2d4059;
  width: 300px;
  height: 300px;
  z-index: -1;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .grid-parent {
    grid-template-columns: 1fr;
  }

  .values-area h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .values-area h2 span {
    font-weight: 400;
    font-size: 14px;
    margin-left: 8px !important;
  }
  .heading-m {
    font-size: 24px !important;
  }
  .slogen {
    font-size: 12px !important;
  }
  .custome-button {
    font-size: 12px !important;
  }
  .why-us-text-area p {
    font-size: 14px;
    text-align: justify;
    padding-right: 10px;
  }
  .banner-text-area {
    margin-left: 14px !important;
  }
  .banner-text-area > h2 {
    font-size: 22px !important;
  }
  .dis-footer {
    width: 100%;
  }
  .why-us img {
    height: auto !important;
  }
}

.inner-items-about {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.frome-ab {
  color: #2d4059 !important;
}
/* .icon{
    transition: all 1s ease;
}

.icon:hover{
transform: translateY(20px);
} */

.ser-cus-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.inner-ser {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.content-pop {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 20px 13px;
  background-color: #d92028;
  opacity: 1;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  transform: translateY(300px);
  transition: transform 0.4s cubic-bezier(0.58, -0.31, 0.47, 0.9);
}
.inner-ser:hover .content-pop {
  transform: translateY(0px);
}

.content-pop > h3 {
  color: #fff;
}
.content-pop > p {
  color: #fff;
}
.cdx{
  line-height: 44px;
  font-size: 18px;
}

.head-tab {
  font-size: 24px;
  color: #d92028;
}

.services-ico {
  background: #2d4059;
  height: 300px;
 
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-top: auto !important;
}

.services-ico:hover.services-ico::before {
  content: "";
  display: block;
  z-index: 99;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #d92028;
  border-radius: 20px;
  height: 90%;
}
.services-ico:hover.services-ico {
  transform: scale(1.02);
}
.cleaning-icons-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  text-align: center;
}
/* .cleaning-icons-slide a img{
  width: 80%;
  height: auto;
} */

.container-fl {
  width: 90%;
  margin: 0 auto;
}
.our-box .flickity-viewport {
  height: 320px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.disc-content{
    display: none;
    margin: 100px 0px;
    border-radius: 10px;
    border: 2px solid #2d4059;
    padding: 30px;
   

   
}
.disc-content p{
  font-size: 18px;
}
.services-ico p{
color: white;
font-size: 16px;

padding-top: 20px;
}

/*mision and vision*/
#visionmision{
  margin-top: 30px;
  margin-bottom: 80px;
  background: white;
  /* box-shadow: -1px 5px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: -1px 5px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 5px 5px 0px rgba(0,0,0,0.2); */
min-height: 200px;
position: relative;
z-index: 99;

padding: 10px 20px;
}

.img-cls{
width: 20%;
 
}
.vision{
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.chiled{
  margin-left: 20px;
  width: 70%;
}
.nb{
  width: 80%;
}
