#ourUSP .left-wrap .content-wrap .loop-box .img,
#customerStats .right-wrap .content-wrap .loop-box .img,
#ourServices .content-wrap .loop-box .pdg-wrap .img,
#callToAction #contactDetails .box a .cntnr .icon {
  background-image: url(../images/home-sprite.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

/* =========== Home CSS [START] =========== */
#whyChooseUs {
  clear: both;
}
/*contact material yellow*/

.contact-material{
    width: 100%;
}
#whyChooseUs .box {
  width: 100%;
  margin: 8px auto 35px auto;
  text-align: center;
}
#whyChooseUs .box p {
  font-size: 0.9375rem;
  color: #555;
  text-align: justify;
}

#ourServices {
  background-color: #f5f5f5;;
}
#ourServices .coverPdg-index {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
#ourServices .content-wrap {
  display: flex;
  flex-wrap: nowrap; /* Force single row */
  justify-content: flex-start;
  overflow-x: auto; /* Enable horizontal scroll on smaller screens */
  -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
  scrollbar-width: none; /* Hide scrollbar in Firefox */
}
#ourServices .content-wrap::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Chrome/Safari */
}

#ourServices .content-wrap .loop-box {
  flex: 0 0 25%; /* 4 items in a row */
  min-width: 250px;
}
#ourServices .content-wrap .loop-box:not(:first-child) {
  margin-left: 5px;
}
#ourServices .content-wrap .loop-box .pdg-wrap {
  padding: 5px 25px;
  margin: 10px 0;
  border-right: 1px solid #d5d5d5;
}
#ourServices .content-wrap .loop-box:last-child .pdg-wrap {
  border-right: none;
}
#ourServices .content-wrap .loop-box .pdg-wrap .img {
  display: inline-block;
  width: 70px;
  height: 70px;
}
#ourServices .content-wrap .loop-box .pdg-wrap h3 {
  padding-top: 5px;
  font-size: 1.125rem;
  font-weight: 600;
  white-space: nowrap;
}
#ourServices .content-wrap .loop-box .pdg-wrap p {
  padding-top: 8px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #555;
  text-align: left;
}


/* Mobile (less than 768px) */
@media screen and (max-width: 767px) {
  #ourServices .content-wrap {
    flex-direction: column;
    align-items: center;
  }

  #ourServices .content-wrap .loop-box {
    flex: 0 0 100%;
    max-width: 90%;
    margin-bottom: 20px;
  }

  #ourServices .content-wrap .loop-box .pdg-wrap {
    border-right: none;
    padding: 10px;
    text-align: center;
  }

  #ourServices .content-wrap .loop-box .pdg-wrap p {
    text-align: center;
  }
}


#needFireExtinguisher {
  display: flex;
  align-items: center;
  position: relative;
}
#needFireExtinguisher .absolute-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 40%;
  bottom: 0;
  background-color: #0065c4;
}
#needFireExtinguisher .absolute-right {
  position: absolute;
  top: 0;
  left: 60%;
  right: 0%;
  bottom: 0;
  background-color: #000;
  background-image: url("../images/need-fire-extinguisher.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#needFireExtinguisher .absolute-right:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0065c4;
  width: 300%;
  height: 100%;
  transform: rotate(-75deg);
  transform-origin: bottom left;
}
/**/
#needFireExtinguisher .left-wrap {
  width: 60%;
  position: relative;
  z-index: 1;
}
#needFireExtinguisher .left-wrap .coverPdg-index {
  padding-left: 40px;
}
#needFireExtinguisher .left-wrap .loop-box .title-expand-btn {
  color: #fff;
  font-size: 1rem;
  padding: 5px 0;
  font-weight: 600;
  cursor: pointer;
}
#needFireExtinguisher .left-wrap .loop-box .title-expand-btn i {
  float: left;
  color: #fff;
  font-size: 1.375rem;
  margin-right: 5px;
}
#needFireExtinguisher .left-wrap .loop-box .title-expand-btn .minus_circle {
  display: none;
  color: rgba(255, 255, 255, 0.4);
}
#needFireExtinguisher .left-wrap .loop-box .title-expand-btn.open .plus_circle {
  display: none;
}
#needFireExtinguisher
  .left-wrap
  .loop-box
  .title-expand-btn.open
  .minus_circle {
  display: block;
}
#needFireExtinguisher .left-wrap .loop-box .title-expand-desp {
  color: #e5e5e5;
  font-size: 0.8125rem;
  padding: 0 0 10px 40px;
}
/**/
#needFireExtinguisher .right-wrap {
  width: 40%;
  position: relative;
  text-align: center;
  z-index: 1;
}
#needFireExtinguisher .right-wrap .coverPdg-index {
  padding-left: 75px;
  padding-right: 40px;
}
#needFireExtinguisher .right-wrap .heading-style2 .title {
  color: #fff;
}
#needFireExtinguisher .right-wrap .heading-style2 .title .underline {
  background-color: #fff;
}
#needFireExtinguisher .right-wrap p {
  color: #e5e5e5;
  text-align: justify;
}
#needFireExtinguisher .right-wrap .call-us-new-btn {
  display: inline-block;
  padding: 0 15px;
  margin-top: 12px;
  line-height: 34px;
  color: #fff;
  background-color: #0065c4;
  border-radius: 17px;
}

#ourUSP {
  background-color: #f5f5f5;
}
#ourUSP .responsive {
  display: flex;
}
#ourUSP .left-wrap {
  width: 65%;
}
#ourUSP .left-wrap .heading-style2 {
  text-align: center;
}
/**/
#ourUSP .left-wrap .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
#ourUSP .left-wrap .content-wrap .loop-box {
  width: 33.33%;
  text-align: center;
  margin: 10px;
}
#ourUSP .left-wrap .content-wrap .loop-box .img {
  display: inline-block;
  width: 80px;
  height: 80px;
}
#ourUSP .left-wrap .content-wrap .loop-box .img.epr-technology {
  background-position: 0 0;
}
#ourUSP .left-wrap .content-wrap .loop-box .img.warranty {
  background-position: -80px 0;
}
#ourUSP .left-wrap .content-wrap .loop-box .img.isi-ce-certified {
  background-position: -160px 0;
}
#ourUSP .left-wrap .content-wrap .loop-box .img.fast-service {
  background-position: -240px 0;
}
#ourUSP .left-wrap .content-wrap .loop-box .img.expert-team {
  background-position: -320px 0;
}
#ourUSP .left-wrap .content-wrap .loop-box .img.low-cost {
  background-position: -400px 0;
}
#ourUSP .left-wrap .content-wrap .loop-box h3 {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 10px;
  /* margin-left: 40px; */
  /* white-space: nowrap; */
}
#ourUSP .left-wrap .content-wrap .loop-box p {
  padding-top: 8px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #555;
  text-align: justify;
}
/**/
#ourUSP .right-wrap {
  width: 35%;
  margin: 30px 20px 35px 20px;
  background-image: url("../images/usp-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#callToAction {
  display: flex;
}
#callToAction .left-wrap {
  width: 30%;
  background-image: url("../images/call-to-action-btn-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#callToAction .left-wrap a {
  width: 270px;
  height: 80px;
  line-height: 80px;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -135px;
  color: #fff;
  background-image: linear-gradient(to bottom right, #06adf4, #13e4ee);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  border-radius: 40px;
}
/**/
#callToAction .right-wrap {
  width: 70%;
  background-image: url("../images/call-to-action-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#callToAction .right-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -25px;
  background-color: #411faf;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
}
#callToAction .right-wrap .gradient-wrap {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 120, 118, 0.65) 0%,
    rgba(255, 109, 109, 0.65) 50%,
    rgba(255, 120, 118, 0.65) 100%
  );
}
#callToAction .right-wrap .gradient-wrap .coverPdg-index {
  padding-left: 35px;
  padding-right: 35px;
}
#callToAction .right-wrap .gradient-wrap h2 {
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
#callToAction .right-wrap .gradient-wrap h3 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

#callToAction #contactDetails .box {
  float: left;
}
#callToAction #contactDetails .support {
  width: 50%;
}
#callToAction #contactDetails .whatsapp {
  width: 50%;
}
#callToAction #contactDetails .email-id {
  width: 100%;
}
#callToAction #contactDetails .box a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  white-space: nowrap;
}
#callToAction #contactDetails .box a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#callToAction #contactDetails .box a .cntnr {
  display: inline-block;
}
#callToAction #contactDetails .box a .cntnr .icon {
  float: left;
  width: 48px;
  height: 48px;
  margin: 6px 8px 0 0;
}
#callToAction #contactDetails .box a .cntnr .icon.phone {
  background-position: -96px -220px;
}
#callToAction #contactDetails .box a .cntnr .icon.whatsapp {
  background-position: 0 -220px;
}
#callToAction #contactDetails .box a .cntnr .icon.mail {
  background-position: -48px -220px;
}
#callToAction #contactDetails .box a .cntnr .content-cntnr {
  display: block;
  overflow: hidden;
  text-align: left;
}
#callToAction #contactDetails .box a .cntnr .content-cntnr span {
  display: block;
}
#callToAction #contactDetails .box a .label {
  font-size: 1rem;
  color: #252525;
  line-height: 22px;
}
#callToAction #contactDetails .box a .content {
  font-size: 1.75rem;
  color: #000;
  font-weight: bold;
  line-height: 38px;
}

#customerStats {
  background-color: #f5f5f5;
}
#customerStats .responsive {
  display: flex;
}
#customerStats .right-wrap {
  width: 65%;
}
#customerStats .right-wrap .heading-style2 {
  text-align: center;
}
/**/
#customerStats .right-wrap .content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* horizontal center */
  align-items: center; /* vertical center */
}

#customerStats .right-wrap .content-wrap .loop-box {
  width: 25%;
  text-align: center;
}
#customerStats .right-wrap .content-wrap .loop-box .img {
  display: inline-block;
  width: 70px;
  height: 70px;
}
#customerStats .right-wrap .content-wrap .loop-box .img.happy-customers {
  background-position: 0 -80px;
}
#customerStats .right-wrap .content-wrap .loop-box .img.amc-executed {
  background-position: -70px -80px;
}
#customerStats
  .right-wrap
  .content-wrap
  .loop-box
  .img.fire-extinguisher-installed {
  background-position: -140px -80px;
}
#customerStats .right-wrap .content-wrap .loop-box .img.projects {
  background-position: -210px -80px;
}
#customerStats .right-wrap .content-wrap .loop-box .img.presence {
  background-position: -280px -80px;
}
#customerStats .right-wrap .content-wrap .loop-box .img.employee {
  background-position: -350px -80px;
}
#customerStats .right-wrap .content-wrap .loop-box .img.certifications {
  background-position: -420px -80px;
}
#customerStats .right-wrap .content-wrap .loop-box .img.tender {
  background-position: -490px -80px;
}
#customerStats .right-wrap .content-wrap .loop-box .numbers {
  padding-top: 10px;
  font-size: 1.75rem;
  font-weight: 700;
}
#customerStats .right-wrap .content-wrap .loop-box h3 {
  padding-top: 10px;
  font-size: 0.9375rem;
  padding: 5px 0px;
  color: #555;
}
#customerStats .right-wrap .content-wrap .loop-box p {
  padding-top: 8px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #999;
}
/**/
#customerStats .left-wrap {
  width: 35%;
  margin: 30px 20px 35px 20px;
  background-image: url("../images/customer-stats-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#blog {
  background-image: url("../images/blog-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
}
#blog .left-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
}
#blog .left-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 300%;
  height: 100%;
  transform: rotate(-75deg);
  transform-origin: top right;
}
/**/
#blog .right-wrap {
  width: 60%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
#blog .right-wrap .coverPdg-index {
  padding-right: 40px;
}
#blog .right-wrap .heading-style2 {
  text-align: center;
}
#blog .right-wrap .heading-style2 .title .underline {
  background-color: #fff;
}
#blog .right-wrap h3 {
  font-size: 0.9375rem;
  padding-bottom: 5px;
  font-weight: 600;
}
#blog .right-wrap p {
  color: #bbb;
}
#blog .right-wrap a.read-more-btn {
  white-space: nowrap;
  color: #fff;
}
#blog .right-wrap a.read-more-btn:hover {
  text-decoration: underline;
}
#blog .right-wrap a.view-blogs-btn {
  float: right;
  height: 34px;
  padding: 0 10px;
  margin-top: 8px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #777;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 34px;
  font-weight: 600;
  transition: all 0.6s ease;
}
#blog .right-wrap a.view-blogs-btn i {
  float: right;
  font-size: 0.9375rem;
  line-height: 34px;
  padding-left: 5px;
}
#blog .right-wrap a.view-blogs-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #fff;
  color: #002aff;
}

#testimonial {
  background-color: #0065c4;
}
#testimonial .coverPdgLoop {
  padding-left: 0px;
}
#testimonial .heading-style2 {
  text-align: center;
  color: #fff;
}
#testimonial .heading-style2 .title .underline {
  background-color: #fff;
}
/**/

#testimonial .content-wrap {
  overflow: hidden;
  padding-left: 20px;
}
#testimonial .content-wrap .slick-prev,
.slick-next {
  opacity: 0;
  transition: all 0.4s ease;
}
#testimonial .content-wrap:hover .slick-prev,
#testimonial .content-wrap:hover .slick-next {
  opacity: 1;
}
#testimonial .content-wrap .loop-box {
  float: left;
  width: 33.33%;
}
#testimonial .content-wrap .loop-box .name {
  height: 46px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
}
#testimonial .content-wrap .loop-box .name span {
  display: block;
  font-size: 0.8125rem;
  color: #e1e1e1;
  font-weight: 400;
  font-style: italic;
  padding: 2px 0 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#testimonial .content-wrap .loop-box .msg {
  min-height: 185px;
  padding: 15px 25px;
  background-color: #fff;
  -moz-border-radius: 0px 30px 0px 30px;
  -webkit-border-radius: 0px 30px 0px 30px;
  -khtml-border-radius: 0px 30px 0px 30px;
  border-radius: 0px 30px 0px 30px; /*display:flex;flex-direction:column;justify-content:center;*/
}
#testimonial .content-wrap .loop-box .msg p {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #252525;
  padding-top: 10px;
}
#testimonial .content-wrap .loop-box .msg span {
  display: block;
  width: 37px;
  height: 26px;
  background-position: 0px -80px;
  margin: 0 auto;
}

#ourClients {
  background-image: url("../images/our-clients-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#ourClients::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#ourClients .coverPdgLoop {
  padding-left: 0px;
  position: relative;
  z-index: 1;
}
#ourClients .heading-style2 {
  text-align: center;
  color: #fff;
}
#ourClients .heading-style2 .title .underline {
  background-color: #fff;
}
/**/
#ourClients .content-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
#ourClients .content-wrap .loop-box {
  display: inline-block;
}
#ourClients .content-wrap .loop-box .img-box {
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
/**/
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
/* =========== Home CSS [End] =========== */
