body {
  overflow-x: hidden;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #E28513;
  color: white;
  cursor: pointer;
  border-radius: 30px;
  width: 50px;
  height: 50px;
}
.banner .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  margin-top: -93px !important;
}
.banner .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
.banner .carousel-indicators li {
  display: inline-block;
  width: 10px !important;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  /* cursor: pointer; */
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  bottom: 0px;
  margin-right: 10px;
  margin-left: 10px;
}
.banner .carousel-indicators {
  bottom: 25%;
  margin: auto;
}

.banner.carousel-caption {
  bottom: 530px;
}

.hidn-wdth {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

img.img1 {
  /* transition: 0.4s ease; */
}

img.img1:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.3);
}

.hidn-wdth img.w-100 {
  transition: 0.4s ease;
  -webkit-filter: sepia(0);
  filter: sepia(0);
}

.hidn-wdth img.w-100:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.3);
}

.hover09 figure img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover09 figure:hover img {
}

.color-chg img.w-100 {
  transition: 0.4s ease;
}

.color-chg img.w-100:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.02);
}

.red-badge {
  z-index: 5;
}
.cream-badge {
  z-index: 5;
}
.black-badge {
  z-index: 5;
}

/* button */
.banner-text button {
  transition-duration: 0.3s;
  transition-property: box-shadow;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.banner-text button:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.home-extra button {
  transition-duration: 0.3s;
  transition-property: box-shadow;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.home-extra button:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.home-media button {
  transition-duration: 0.3s;
  transition-property: box-shadow;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.home-media button:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.home-contact .btn {
  transition-duration: 0.3s;
  transition-property: box-shadow;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.home-contact .btn:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* dropdown menu */

.dropdown-slide > .dropdown-menu {
  opacity: 0.3;
  display: block;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.show.dropdown-slide > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  background-color: #2e2924;
}

.dropdown-menu {
  border-radius: 0px;
}

/* banner text */
.banner-text h1 {
  position: relative;
  animation-name: text-animation;
  animation-duration: 1s;
  transition: 0.4s ease;
}

@keyframes text-animation {
  0% {
    left: -500px;
  }
  100% {
    left: 0px;
  }
}

.banner-text button {
  position: relative;
  animation-name: btn;
  animation-duration: 1s;
}

@keyframes btn {
  0% {
    right: -500px;
  }
  100% {
    right: 0px;
  }
}

/* .home-contact {
    padding-bottom: 3.3rem !important;
} */

.left {
  margin: auto;
  display: table;
}
/* // Extra small devices (portrait phones, less than 575.98px) */
@media (max-width: 575.98px) {
  .banner-text {
    top: 140px !important;
  }

  .mob-icn {
    width: 18% !important;
    margin-right: -8px;
  }
}

/* // Extra small devices (portrait phones, less than 800px) */

@media (max-width: 800px) {
  .black-box {
    height: 284px;
    margin-top: 0px !important;
  }
  .banner-bot {
    margin-top: 0px;
  }
  .banner-text {
    top: 125px;
  }
  .black-box {
    opacity: 0.9;
  }
}
