.move {
  position: relative;
  opacity: 0;
}

.move.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}


@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }

}

.tb-effect,
.lt-effect {
  position: relative;
  z-index: 5;

  border-radius: 2px;
}

.tb-effect::after,
.lt-effect::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}


.tb-effect::after {
  height: 0;
  background-color: #ffffff3d;
  color: #094271;
  transition: height .5s;
  border-radius: 2px;
}

.tb-effect:hover::after {
  height: 100%;
  border-radius: 2px;
}

.tb-effect:hover {
  color: #fff;
  border-radius: 2px;
}

.lt-effect {
  border-radius: 25px;

}

.lt-effect::after {
  width: 0;
  background-color: #f26522;
  color: #fff;
  transition: width .5s;
}

.lt-effect:hover::after {
  width: 100%;
}


.top-bar {
  display: none;
}



/* navbar */
.navbar {
  background-color: #01133d;

}

.navbar :hover {
  color: #01133e
}

.navbar-collapse ul>li {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  padding: 10px;
}

.navbar-collapse ul>li>a {
  display: block;
  font-size: 17px;
  color: #fff;
}

.nav-icon-1 {
  width: 30px;
  height: 30px;
  position: relative;
  transition: 0.1s;
  margin: 10px 10px;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-1 span {
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
}

.nav-icon-1 span:nth-child(1) {
  left: 0;
  top: 0;
}

.nav-icon-1 span:nth-child(2) {
  left: 12px;
  top: 0;
}

.nav-icon-1 span:nth-child(3) {
  right: 0;
  top: 0;
}

.nav-icon-1 span:nth-child(4) {
  left: 0;
  top: 12px;
}

.nav-icon-1 span:nth-child(5) {
  position: absolute;
  left: 12px;
  top: 12px;
}

.nav-icon-1 span:nth-child(6) {
  right: 0px;
  top: 12px;
}

.nav-icon-1 span:nth-child(7) {
  left: 0px;
  bottom: 0px;
}

.nav-icon-1 span:nth-child(8) {
  position: absolute;
  left: 12px;
  bottom: 0px;
}

.nav-icon-1 span:nth-child(9) {
  right: 0px;
  bottom: 0px;
}

.nav-icon-1:hover span {
  transform: scale(1.2);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1.open {
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1.open span {
  border-radius: 50%;
  transition-delay: 200ms;
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1.open span:nth-child(2) {
  left: 6px;
  top: 6px;
}

.nav-icon-1.open span:nth-child(4) {
  left: 6px;
  top: 18px;
}

.nav-icon-1.open span:nth-child(6) {
  right: 6px;
  top: 6px;
}

.nav-icon-1.open span:nth-child(8) {
  left: 18px;
  bottom: 6px;
}

.border {
  border-radius: 0;
}

.btn {
  color: #f26522;
  font-size: 30px;

  border: 3px solid #f26522;
}

@media (max-width:992px) {
  .btn {
    margin: auto;
  }
}

.btn1 {
  color: #094271;
  font-size: 30px;
  border: 3px solid #094271;
  text-decoration: none;
}

/* .hero-section {
  background-image: url(../water-heater/water-heater-repair.webp);
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 350px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;

} */

h1 {
  color: #fff;
  font-weight: bold;

}

h2 {
  color: #01133e;
  text-align: center;
  font-weight: bold;
}

p {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

header {
  background-image: url(../water-heater/water-heater-repair.webp);
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 35%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 850px;


}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: 7%;
}

.banner-text p {
  color: #fff;
  letter-spacing: 2px;
}

.banner-btn a {
  border: 1px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 50px;
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  transition: all .6s;
}
.banner-btnn a {
  border: 1px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 50px;
  display: inline-block;
  margin-top: 15px;
  color: #f26522;background-color: #01133e;
  transition: all .6s;
}
.banner-btn a:hover {
  background: #f26522;
  color: #01133e;
}

/*text animation*/

.text-area {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
}

.text-area span {
  color: #f26522;
  opacity: 0;
  transform: translate(0, -100px) rotate(360deg) scale(0);
  animation: animate 5s forwards;
}

.text-area span {
  display: inline-block;
}

.text-area span:nth-of-type(2) {
  animation-delay: .1s;
}

.text-area span:nth-of-type(3) {
  animation-delay: .2s;
}

.text-area span:nth-of-type(4) {
  animation-delay: .3s;
}

.text-area span:nth-of-type(5) {
  animation-delay: .4s;
}

.text-area span:nth-of-type(6) {
  animation-delay: .5s;
}

.text-area span:nth-of-type(7) {
  animation-delay: .6s;
}

.text-area span:nth-of-type(8) {
  animation-delay: .7s;
}

@keyframes animate {
  30% {
    transform: translate(0, -50px) rotate(180deg) scale(1);
  }

  60% {
    transform: translate(0, 20px) scale(.8) rotate(0deg);
  }

  100% {
    transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

.boxx {
  background-color: #0942715e;
  float: left;
  margin-top: 61px;
  margin-left: -122px;
  z-index: 1;
  padding: 2%;
  width: 42%;
  text-align: center;
  height: 450px;
}

.boxx p {
  font-size: 18px;
  line-height: 42px;
  color: #000;
  margin-bottom: 11%;
  text-align: justify;
  padding-top: 5%;
}
.boxxx p {
  font-size: 18px;
  line-height: 35px;
  color: #000;
  margin-bottom: 11%;
  text-align: justify;
  padding-top: 5%;
}


#contact {
  background-image: url(../water-heater/contact-us.webp);
  background-size: cover;
  padding-top: 10px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-color: #01133e;
}

.p1 {
  font-size: 35px;
  color: #f26522;
}

form label {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0
}

.spam {
  display: none;
}

input {
  width: 48%;
  float: left;
  margin-right: 2%;
  height: 50px;
  margin-top: 5%;
  padding: 1%;
  background-color: #0003;
  color: #fff;
  font-size: 14px;
  border: 2px solid #fff
}

textarea {
  width: 98%;
  float: left;
  margin-right: 2%;
  height: 90px;
  margin-top: 5%;
  padding: 1%;
  background-color: #0003;
  color: #fff;
  font-size: 14px;
  border: 2px solid #fff
}

.submit {
  width: 25%;
  float: left;
  height: 50px;
  margin-top: 2%;
  padding: 1%;
  background-color: #f26522;
  color: #01133e;
  font-size: 17px;
  margin-right: 3%;
}

@media (max-width: 1400px) {
  .navbar-collapse ul>li>a {
    font-size: 10px;
  }

  header {
    background-attachment: scroll;
  }

  .banner-text {
    margin-top: 2%;
  }

  .boxx {
    background-color: #0942715e;
    float: left;
    margin-top: 61px;
    margin-left: 0px;
    z-index: 1;
    padding: 2%;
    width: 100%;
    text-align: center;
    height: 450px;
  }
}

.box {
  background-color: #000;
  font-family: 'Lobster', sans-serif;
  overflow: hidden;
  position: relative;
}

.box>img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.box:hover>img {
  opacity: 0.5;
  filter: blur(5px);
  transform: scale(1.05);
}

.box .box-content {
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px 0 0;
  transform: translateY(-50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}

.box .box-content .overlay-img {
  width: 50%;
  margin: 0 auto;
}

.box .box-content .overlay-img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(80%);
  transition: all 0.3s ease 0.1s;
}

.box:hover .box-content .overlay-img img {
  opacity: 1;
  transform: translateY(0);
}

.box .box-content .inner-content {
  background-color: #01133e;
  padding: 10px 15px;
  opacity: 0;
  transform: scaleY(1.5);
  position: relative;
  transition: all 0.3s ease;
  color: #fff;
}

.box:hover .box-content .inner-content {
  opacity: 1;
  transform: scaleY(1);
}

.box .title {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0;
}

.box .post {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}

@media only screen and (max-width:990px) {
  .box {
    margin: 0 0 30px;
  }
}


.offer {
  margin-top: 120px;
  margin-right: -200px;
  z-index: 1;
}

.baby {
  z-index: -1;
  margin-left: 9%;

}

.textbg {
  background-image: url(../water-heater/bg.webp);
  background-size: cover;
  padding-top: 10px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-color: #01133e;
}

.textbg p {
  color: #fff;
  text-align: justify;
  line-height: 52px;
}

.textbg h3 {
  color: #f26522;
  text-align: center;
  font-size: 48px;
}

.service {
  width: 100%;
  float: left;
  background-image: url("water-heater/service-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-position: center center;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2%;
  position: relative;
  z-index: -2;
}

.service p {

  color: #f26522;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.service ul {
  width: 100%;
  float: left;
  background-color: #01133e3d;
  padding: 1%;

}

.service ul li {
  width: 33%;
  font-size: 18px;
  color: #071f49;
  float: left;
  padding-bottom: 1%;
  padding-left: 2%;
  list-style: none;
  line-height: 59px;
}


.testimonials {
  background-color: #0000001a;
}

h4 {
  color: #01133d;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  position: relative;
  margin: 30px 0 60px;
}

h4::after {
  content: "";
  width: 140px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #f26522;
  left: 0;
  right: 0;
  bottom: -10px;
  opacity: .8;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}

.carousel {
  margin: 50px auto;
  padding: 0 70px;
}

.carousel-item {
  color: #01133e;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}

.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #f26522;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.carousel .overview {
  font-style: italic;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #ef7e48;
}

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}

.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.footer {
  background-image: url(../water-heater/footer-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center;
  padding-top: 4%;

}

.infobox {
  position: relative;
  padding: 4%;
  background-color: #00091e;
  border: 1px dashed #faaa3d;
  color: #fff;
  text-align: center;
}

.infobox a {
  text-decoration: none;
  color: #fff;
}

.locations {
  float: left;
}

.locations p {
  text-align: center;
  font-size: 30px;
}

.locations ul {
  width: 96%;
  border-left: 1px solid #faaa3d;
  padding-left: 4%;
  float: left;
  margin: 0;
}

.locations ul li {
  width: 30%;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 40px;
  list-style: none;
}

.email {
  border-top: 1px solid #faaa3d;
}

@media only screen and (max-width:990px) {
  .box {
    margin: 0 0 30px;
  }

  .service ul li {
    width: 80%;
  }

  .locations ul li {
    width: 80%;
  }

  .logo {
    text-align: center;
    padding-left: 25%;
  }

  .phone {
    padding-right: 30%;
  }

}

@media only screen and (max-width:750px) {
  .text-area {
    margin-top: 20%;
  }


}

@media only screen and (max-width:480px) {
  .text-area {
    margin-top: 25%;
  }

  .phone {
    padding-right: 20%;
  }

  .boxx {
    height: 580px;
  }
  
  .service p {
    font-size: 20px;
  }
}

@media only screen and (max-width:350px) {
  .text-area {
    margin-top: 30%;
  }

  .service p {
    font-size: 20px;
  }

  .phone {
    padding-right: 20%;
  }

  .logo {

    padding-left: 15%;
  }

}