.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;
  }
}

.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-1:hover .hover-1-content {
  bottom: 2rem;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
}

.hover-1:hover .hover-overlay {
  opacity: 0;
}







.data {
  background-color: #283855;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #c5b53c;
}


.data a {
  color: #c5b53c;
  text-decoration: none;
}

.data a:hover {
  color: #fff;
  text-decoration: underline;
}

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

}


.reviwes {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../carpet/testimonials-bg.webp);
  padding-top: 5%;

}

.location {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.location ul {
  width: 100%;
  float: left;
  padding-left: 2px;
}


.location ul li {
  width: 21%;
  float: left;
  font-size: 16px;
  color: #fff;
  list-style: none;
  border: 2px solid;
  text-align: center;
  margin: 2%;


}

h1 {
  color: #fff;
  font-size: 30px;
  background-color: #283855;
  padding: 3%;
  font-weight: bold;
  opacity: 0.7;
  text-align: center;
}

.p {
  color: #fff;
  background-color: #283855;
  padding: 3%;
  opacity: 0.7;
}

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

.ph {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  text-align: justify;
  float: left;
}


.btn {
  background-color: #283855;
  color: #fff;
  font-size: 30px;
  float: right;
  border-radius: 30px;
}

.btn:hover {
  background-color: #c5b53c;
  color: #fff;
}


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


h3 {
  color: #c5b53c;
  font-weight: bold;
}


.section {
  background-color: #283855;
  padding-top: 20px;
  padding-bottom: 2%;
  width: 100%;
  height: 258px;
  margin-bottom: 5%;
  margin-top: 5%;
}


.section ul {
  width: 100%;
  float: left;
  padding: 0;
}


.section p {
  color: #c5b53c;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}


.section ul li {
  width: 50%;
  float: left;
  color: #fff;
  line-height: 50px;
  font-size: 20px;
  list-style: none;
}


.offer {
  background-image: url(../carpet/offer-bg.webp);
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
}

.tb-effect,
.lt-effect {
  position: relative;
  z-index: 5;
  background-color: #282E3E;

  border-radius: 28px;
}

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


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

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

.tb-effect:hover {
  color: #282E3E;
  border-radius: 28px;
}

.lt-effect {
  border-radius: 25px;
  background-color: #83C434;
}

.lt-effect::after {
  width: 0;
  background-color: #282E3E;
  border-radius: 30px;
  transition: width .5s;
}

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

.formbg {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../carpet/form-bg.webp);
  background-color: #163153;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 2%;
}

.form {

  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #28385585;
  text-align: center;
  border-radius: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 2%;
}

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

.shape {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.form p {
  color: #c7b63e;
  font-size: 37px;
  margin: 0;
}

.p1 {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #c5b53c;
}

.spam {
  display: none;
}

input {
  width: 48%;
  float: left;
  margin-right: 2%;
  height: 30px;
  margin-top: 5%;
  border-radius: 5px;
  padding: 1%;
  background-color: #4e546cad;
  color: #fff;

  font-size: 14px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #fff;
}

textarea {
  width: 97%;
  float: left;
  margin-right: 2%;
  height: 74px;
  margin-top: 5%;
  border-radius: 5px;
  padding: 1%;
  background-color: #4e546cad;
  color: #fff;

  font-size: 14px;

  border-bottom: 4px solid #fff;
}

.submit {
  width: 25%;
  float: left;
  height: 50px;
  margin-top: 2%;
  border-radius: 24px;
  padding: 1%;
  background-color: #c7b63e;
  color: #163153;
  font-size: 17px;
  margin-right: 3%;
}

.footer {
  background-color: #163153;
  padding-top: 3%;
  line-height: 35px;
  color: #fff;

}

/* .footer p {
  background-color: #ffffff;
  padding-top: 3%;

} */

.whychooseus {
  margin-bottom: 2%;
  background-color: #2838550f;
  padding-top: 2%;
  padding-bottom: 2%;
}

.whychooseus ul {
  width: 100%;
  float: left;
}

.whychooseus ul li {
  width: 100%;
  float: left;
  line-height: 60px;
  font-size: 20px;
  list-style: none;
}

.p3 {
  font-size: 27px;
  color: #283855;
  font-weight: bold;
}

.email {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  margin-top: 2%;
  border-top: 3px solid #c7b63e;

}

.p4 {
  color: #c7b63e;
  font-size: 25px;
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-top: -80px;
  margin-bottom: -80px;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 75%;
  height: 75%;
  left: 4%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.hovereffect2 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect2 .overlay {
  position: absolute;
  overflow: hidden;
  width: 75%;
  height: 75%;
  left: 4%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.hovereffect2 .overlay {
  position: absolute;
  overflow: hidden;
  width: 85%;
  height: 85%;
  left: 10%;
  top: 5%;
  line-height: 35px;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.hovereffect2:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect2 img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect2:hover img {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect2 h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  padding-top: 25%;
}

.hovereffect2 a,
.hovereffect2 p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.hovereffect2:hover a,
.hovereffect2:hover p,
.hovereffect2:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  padding-top: 25%;
}

.hovereffect a,
.hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.hovereffect:hover a,
.hovereffect:hover p,
.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

h4 {
  color: #fff;
  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: #c7b63e;
  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: #fff;
  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 #ddd;
  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: #c7b63e;
}

.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);
}

/* .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

#caption,
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%
}

#caption {
  text-align: center;
  color: #ccc;
  padding: 10px 0
}

#caption,
.modal-content {
  animation-name: zoom;
  animation-duration: .6s
}

@keyframes zoom {
  from {
    transform: scale(.1)
  }

  to {
    transform: scale(1)
  }
} */

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  transition: .3s
}

.close:focus,
.close:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer
}

.send {
  user-select: none;
  color: #fff;
  text-decoration: none;
}

.send1 {
  user-select: none;
  color: #fff;
  text-decoration: none;
}

.call {
  user-select: none;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1200px) {


  .formbg {
    background-image: none;
    background-color: #283855;
  }

  .hero-section {
    background-attachment: scroll;
  }

  .reviwes {
    background-attachment: scroll
  }

  .formbg {
    background-attachment: scroll
  }

  .offer {
    background-attachment: scroll
  }

  .offer img {
    width: 100%;
    height: auto;
  }

  .section {
    height: auto;
  }

  .section ul li {
    width: 61%;
  }

  .hour {
    display: none
  }

  .send {
    display: none
  }

  .call {
    width: 100%;
    text-align: center;
  }

  .location ul li {
    width: 45%;
  }

  .hovereffect {
    margin-bottom: 25px;
  }
}

@media (max-width: 1000px) {
  .dog {
    display: none;
  }
}