html {
  scroll-behavior: smooth;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
	background-color:#B62C49 !important;
}
section,.container-fluid{
  overflow: hidden;
}
.btn_numb_address{
	padding:2px 10px;
	background:green;
	color:#fff;
	border-radius:25px;
}
#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%; 
  min-height: 100vh;
	z-index:-1;
}
.nav-link{
  font-size: 18px;
  font-weight: bold;
  color: #B22241 !important;
}
.mobile_menus_two{
  transition: 1s;
}
.mobile_menus_two:hover{
  transition: 1s;
  background-color: #930303;
}
.content {
  position: absolute;
  /*background-image: url('../../assets/backgrounds/Glob.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  width: 100%;
  bottom: 0;
  min-height: 100vh;
}
.text_content{
  position: absolute;
  bottom: 10%;
  width: 60%;
  left: 6%;
}
.text_content h1{
  font-size: 60px;
  font-weight: bolder;
}
.text_content h3{
  font-size: 40px;
  font-weight: bolder;
}

.service{
  border-radius: 30px;
  padding: 15px 20px;
  background-color: #000000;
  margin-bottom: 20px;
  height: 260px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont p{
  text-align: justify;
}
.cont h3{
  text-align: center;
}
.feature{
  border-radius: 30px;
  padding: 15px 20px;
  background-color: #800000;
  margin-bottom: 20px;
  height: 230px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_banner{
  background-image: url('../../assets/backgrounds/banner1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.service_section{
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 10px;
}
.feature_section{
  background-image: url('../../assets/backgrounds/BG.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 10px;
}
.title_head h1{
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}
.title_head h3{
	color:#fff;
}
.title_head{
  padding-bottom: 30px;
}
/*counter*/
#counter{
    background-color:#117701;
    padding: 40px 0px;
}

.water_pump_counter{
    text-align: center;
}
.cats span i,.counter{
    font-size: 50px;
    color: #fff;
    font-weight: 900;
}
.water_pump_counter h3{
    color:#fff;
    font-size: 20px;
}
.all_post_in:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: .5s;
}
.all_post_in{
    transition: .5s;
}
.all_post_in:hover .img_post{
    transform: scale(1.1);
    transition: 5s;
}
.review_btn{
    transition: .5s;
}
.review_btn:hover{
    transition: .5s;
    background-color: #fff;
    color: #000 !important;
}

.counter_title h1{
    font-size: 48px;
    font-weight: bold;
}
/*signup sect*/
.sign_up_sec{
  background-color: black;
  color: #fff;
  padding: 40px 10px;
}
.sign_up_sec h1{
  text-align: center;
}
.sign_up_content{
  text-align: center;

}
.sign_up_content h1{
  font-size: 60px;
  padding-bottom: 25px;
}
.sign_up{
  padding: 10px 40px;
  border: 1px solid #fff;
  background-color: maroon;
  border-radius: 15px;
  text-decoration: none;
  font-size: 35px;
  color: #fff;
  transition: 1s;
}
.sign_up:hover{
  background: #fff;
  color: #000;
  transition: 1s;
  border-radius: 0;
}
.btn_sign{
  margin-top: 40px;
  padding-bottom: 20px;
}
.sign_up_middle{
  display: flex;
  justify-content: center;
  align-items: center;
}
/*about us*/
#about-us{
  padding: 20px 10px;
}

.service{
  transition: 2s;
}
.service:hover{
   transform: perspective(1000px) rotateX(-20deg) rotateY(2deg) rotateZ(5deg);
   transition: .6s;
   background: #800000;
}
.feature{
  transition: 2s;
}
.feature:hover{
   transform: perspective(1000px) rotateX(-20deg) rotateY(2deg) rotateZ(5deg);
   transition: .6s;
   background: #000000;
}
@keyframes animates{

}
.login_btn:hover{
  background-color: #800000 !important;
  color: #fff;
  transition: 1s;
}

/*contact us*/

  input[type="text"],input[type="email"], input[type="number"]{
    background-color: #93191C;
    outline: none;
    border:none;
    border-radius: 0px;
    padding: 10px 5px;
    color:#fff !important;
  }
  textarea{
    background-color: #93191C;
    outline: none;
    border:none;
    border-radius: 0px;
    resize: none;
    color:#fff !important;
  }
::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff !important;
}
input:focus { 
    outline: none !important;
    border-color: #fff !important;
    box-shadow: 0 0 10px #719ECE;
    background-color: #93191C !important;
}
input:focus{
   border-color: #fff !important;
   outline: none !important;
}
.form-control:focus{
  border-color: #fff !important;
}
.sendMesagebtn:hover{
  transition: .5s;
  background-color: #800000 !important;
  color: #fff !important;
}
.sendMesagebtn{
  transition: .5s;
}
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}