.mt30{margin-top: 30px}
.mt40{margin-top: 40px}
.mt60{margin-top: 60px}
.mb30{margin-bottom: 30px}
.mb40{margin-bottom: 40px}
.mb60{margin-bottom: 60px}



.mlogo img {
	width: 250px;
}



/*button */

.floating_btn {
  position: fixed;
  bottom: 120px;
  right: 25px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

/*phone button*/

.floating_btn1 {
  position: fixed;
  bottom: 210px;
  right: 25px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon1 {
  background-color: #19a7a4;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #19a7a4;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


@media only screen and (max-width: 767px) {

  .banner1, .banner2, .banner3{
     width: 100%;
     position: absolute;
     margin-top: 80px;
  }
 .banner1 img{
  height: 500px
}
 .banner2 img{
  height: 500px
 }
 .banner3 img{
  height: 500px
}
 .text-box {
  width: 400px;
  top: -1%;
  text-align: center;
  color: white;
  margin-top: -80px
}

  .section-title1 {
   margin-top: 245px;
 }


}


.banner1,
.banner2,
.banner3{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  }

.banner-content img{
  width: 100%;
  height: 90%;
  animation: zoom-out 12s linear infinite;
  }


  

@keyframes textUp{
  0%{
    transform: translateY(0px);
  }

  50%{
    transform: translateY(50px);
  }

  100%{
    transform: translateY(100px);
  }
}
.text-box span{
  width: 100px;
  height: 1px;
  background-color: orange;
  position: absolute;
  left: 0;
  }

.slide1{
  animation: fade1 12s linear infinite;
}

.slide2{
  animation: fade2 12s linear infinite;
}

.slide3{
  animation: fade3 12s linear infinite;
}

@keyframes fade1{
  0%{
    visibility: visible;
  }

  25%{
    visibility: hidden;
  }

  50%{
    visibility: hidden;
  }

  75%{
    visibility: hidden;
  }

  100%{
    visibility: visible;
  }
  }

@keyframes fade2{
  0%{
    visibility: hidden;
  }

  25%{
    visibility: hidden;
  }

  50%{
    visibility: visible;
  }

  75%{
    visibility: hidden;
  }

  100%{
    visibility: hidden;
  }
}
@keyframes fade3{
  0%{
    visibility: hidden;
  }

  25%{
    visibility: hidden;
  }

  50%{
    visibility: hidden;
  }

  75%{
    visibility: visible;
  }

  100%{
    visibility: hidden;
  }
  }

@keyframes zoom-out{
  100%{
    width: 100%;
  }

}
.text-box{
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  color: white;
  
  
    }
.quality h3{
  color: black;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;

}
.quality :hover h3{
  color: #234877;
  
  
}

/*e catalouge*/
.catalouge h2{
  font-size: 30px;
  text-align: center;
  color:black ;
  font-weight: 500;
}
.catalouge h3{
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  color:black ;
  margin: 30px 0px 30px 0px;
}
.cat {margin-top: 30px}
.cat  i{
  font-size: 20px;
  margin-right: 10px;
  text-decoration: none;
  color: #234877;
  }
  
  
  .cat  a{
  font-size: 20px;
 text-decoration: none;
 color: black;
  }
  .cat  a{
  font-size: 20px;
  text-decoration: none;
   color: #234877;
 
  }
/*e catalouge-end*/


.apar-gallery-img{
  border-radius: 30px;
  border: 1px solid #234877;
  overflow: hidden;
}

.apar-gallery-img img{
  border-radius: 30px;
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease, border-color 0.6s ease, box-shadow 0.6s ease;
}

/* IMAGE HOVER */
.apar-gallery-img:hover img{
  transform: scale(1.05);
  box-shadow: 0 18px 35px rgba(0,0,0,0.18);
  border-color: #234877;
}

/* TEXT */
.apar-gallery-txt h4{
  text-align: center;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.6s ease, transform 0.6s ease;
}

/* TEXT HOVER */
.apar-gallery-txt:hover h4{
  color: #234877;
  transform: scale(1.03);
}

/*#234877*/