body {
  font-family: "Poppins", sans-serif;
}
.layout_padding {
  padding-top: 90px;
  padding-bottom: 0;
}
.padding_0 {
  padding: 0;
}
.header_section {
  width: 100%;
  float: left;
  background-image: url(../images/banner-bg.png);
  height: auto;
  background-size: cover;
}
.bg-light {
  background-color: transparent !important;
}
.navbar {
  padding: 0 20px 15px;
}
.navbar-light .navbar-nav .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 18px;
  color: #0d0a05;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f3801f;
}
.banner_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.banner_taital {
  font-size: 50px;
  font-weight: 700;
  color: #0c0a05;
  padding-top: 30px;
  line-height: 80px;
}
.play_icon {
  width: 100%;
  float: right;
  text-align: right;
  position: relative;
  top: 37px;
}
.about_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.about_main {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.about_main span {
  padding: 0.2rem 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  margin-right: 14px;
}
.about_text {
  margin-left: 74px;
  font-size: 18px;
  color: #171717;
}
.booking_section {
  width: 100%;
  float: left;
  background-image: url(../images/book-bg.png);
  height: auto;
  padding: 20px 0;
  background-size: 100%;
}
.booking_taital,
.booking_text {
  width: 100%;
  float: left;
  color: #fff;
}
.booking_taital {
  font-size: 24px;
  font-weight: 700;
}
.booking_text {
  font-size: 16px;
  margin: 0;
}
.booking_bt {
  width: 250px;
  float: right;
  margin-top: 12px;
}
.booking_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: #f1f1f0;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.booking_bt a:hover {
  color: #000;
}
.services_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.services_taital {
  font-size: 40px;
  color: #171717;
  font-weight: 700;
}
.services_text {
  font-size: 16px;
  color: #171717;
  margin: 0;
}
.box_main,
.services_section_2,
.services_text {
  width: 100%;
  float: left;
}
.box_main {
  background-color: #f1f1f1;
  height: auto;
  border-radius: 5px;
  padding: 45px 0 38px;
  margin-top: 30px;
}
.left_main {
  width: 36%;
  float: left;
}
.middle_main {
  width: 1%;
  float: left;
}
.right_main {
  width: 63%;
  float: left;
}
.cup_img_1 {
  width: 100%;
  float: left;
  text-align: center;
}
.border_10 {
  width: 3px;
  float: left;
  background-color: #f3801f;
  height: 100px;
}
.milk_text,
.price_text {
  float: left;
  color: #151515;
  text-align: center;
}
.milk_text {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 18px;
  -font-weight: bold;
  padding-bottom: 0;
}
.price_text {
  width: 100%;
  font-size: 36px;
  font-weight: 700;
}
.about_main span,
.box_main.active,
.box_main:hover {
  background-color: #f3801f;
}
.booking_bt a:hover,
.box_main.active .border_10,
.box_main:hover .border_10 {
  background-color: #fff;
}
.choose_section {
  width: 100%;
  float: left;
  background-image: url(../images/choose-bg.png);
  height: auto;
  padding: 50px 0;
  background-size: 100%;
}
.choose_taital,
.choose_text {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
}
.choose_taital {
  font-size: 40px;
  font-weight: 700;
}
.choose_text {
  font-size: 16px;
  margin: 0;
}
.choose_section_2 {
  width: 100%;
  float: left;
  padding-top: 60px;
}
.choose_left,
.choose_middle,
.choose_right {
  width: 33.3%;
  float: left;
}
.choose_left_main {
  width: 30%;
  float: left;
}
.choose_right_main {
  width: 70%;
  float: left;
}
.satisfied_text {
  width: 100%;
  -float: left;
  font-size: 24px;
  color: #fff;
}
.satisfied_text_1 {
  font-size: 16px;
}
.frequently_section {
  width: 100%;
  float: left;
}
.frequently_taital {
  margin: 0 auto;
  font-size: 54px;
  color: #0d0d0c;
  text-align: center;
  font-weight: 700;
}
.frequently_text {
  font-size: 16px;
  color: #0d0d0c;
  text-align: center;
  margin: 0;
}
.frequently_section_2,
.frequently_text {
  width: 100%;
  float: left;
}
.bs-example {
  margin: 20px;
}
.accordion .fa {
  margin-right: 0.5rem;
}
.client_img {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 25px;
}
.border {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  background-color: #b8bebb;
  height: 2px;
  display: flex;
}
.contact_taital {
  font-size: 40px;
  color: #2b2a2a;
  font-weight: 700;
  padding-top: 25px;
  margin-bottom: 80px;
}
.email-bt {
  background: 0 0;
  border: 0;
  color: #939494;
  width: 100%;
  height: auto;
  font-size: 16px;
  border-bottom: 1px solid #939494;
}
input.email-bt::placeholder,
textarea.massage-bt::placeholder {
  color: #939494;
}
.massage-bt {
  background: 0 0;
  border: 0;
  color: #939494;
  width: 100%;
  height: 100px;
  font-size: 16px;
  border-bottom: 1px solid #939494;
  padding: 70px 20px 0 0;
}
.send_btn {
  width: 170px;
  float: left;
  margin-top: 30px;
}
.main_bt a {
  background: #e37920;
  border: 0;
  font-size: 22px;
  padding: 7px 0;
}
.main_bt a:hover {
  background-color: #101010;
  color: #fff;
}
.follow_text,
.main_bt a,
.newsletter_section {
  width: 100%;
  float: left;
}
.follow_text,
.main_bt a {
  color: #fff;
  text-align: center;
}
.follow_text {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 0;
  padding-top: 80px;
}
.copyright_section {
  margin-bottom: 65px;
  width: 100%;
  float: left;
  background-color: #f1f1f1;
  height: auto;
}
.copyright_text {
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
}
.copyright_text a:hover {
  color: #f2882e;
}
.contact-form-content {min-height: 553px;
  background: rgba(245, 246, 250, 0.95);
  padding: 50px 60px;
}
.thm-container .title {
  margin-bottom: 50px;
}
.thm-container .title span {
  font-size: 20px;
  color: #f86432;
}
.thm-container .title .h2 {
  color: #212121;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
}
.contact-form input {
  height: 48px;
}
.contact-form input,
.contact-form textarea,
.thm-btn {
  border: 0;
  outline: 0;
  font-size: 16px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 15px;
  background: #fff;
  color: #757575;
  padding-left: 20px;
  margin-bottom: 20px;
  display: block;
}
.contact-form textarea {
  height: 182px;
  padding-top: 20px;
}
.thm-btn {
  display: inline-block;
  vertical-align: middle;
  background: #f3801f;
  color: #fff;
  border-radius: 35px;
  padding: 18px 69px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-info {
  background: #fff;
  margin-left: -30px;
  -border: 1px solid #ebedf4;
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-contact-info h4 {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-info .social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  font-family: FontAwesome;
  margin: 5px;
}
.contact-info .social a.fa-twitter {
  background: #fec931;
}
.contact-info .social a.fa-pinterest {
  background: #212121;
}
.contact-info .social a.fa-facebook-f {
  background: #2884c6;
}
.contact-info .social a.fa-youtube {
  background: #ff4328;
}
@media only screen and (min-width: 599px) and (max-width: 767px) {
  #collapseFilter.d-md-block {
    padding: 30px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services_taital::after {
    display: none;
  }
  .choose_section {
    background-size: cover;
  }
  .satisfied_text_1 {
    font-size: 14px;
  }
  .frequently_taital {
    width: 62%;
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    background-color: #fff;
    border: 1px solid #000 !important;
  }
  .navbar-expand-lg .navbar-nav {
    display: block;
  }
  .header_section {
    background: #f1f1f1;
  }
  .navbar {
    padding: 0.5rem 1rem;
  }
  .banner_taital {
    float: left;
    font-size: 45px;
    padding-top: 0;
    line-height: 50px;
  }
  .image_2 {
    padding-top: 30px;
  }
  .play_icon {
    display: none;
  }
  .banner_section {
    padding-bottom: 0;
  }
  .about_main {
    margin-top: 40px;
    padding-left: 30px;
  }
  .services_taital {
    font-size: 30px;
    padding-left: 30px;
  }
  .services_taital::after {
    left: -30px;
  }
  .shop_text {
    padding-left: 40px;
  }
  .services_text {
    padding-left: 30px;
  }
  .choose_section {
    background-size: cover;
  }
  .choose_taital {
    font-size: 30px;
  }
  .choose_left,
  .choose_middle,
  .choose_middle_1,
  .choose_right {
    width: 50%;
    padding-top: 20px;
  }
  .choose_section_2 {
    padding-top: 40px;
  }
  .choose_ {
    width: 100%;
  }
  .frequently_taital {
    width: 100%;
    font-size: 40px;
  }
  .frequently_taital::after {
    width: 50px;
    left: 0;
    top: 16px;
  }
  .contact_taital::after {
    width: 50px;
    left: 0;
    top: 50%;
  }
  .contact_taital {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .navbar-toggler {
    background-color: #fff;
    border: 1px solid #000 !important;
  }
  .navbar-expand-lg .navbar-nav {
    display: block;
  }
  .header_section {
    background: #f1f1f1;
  }
  .navbar {
    padding: 0.5rem 1rem;
  }
  .logo {
    width: 30%;
  }
  .banner_taital {
    float: left;
    font-size: 45px;
    padding-top: 0;
    line-height: 50px;
  }
  .image_2 {
    padding-top: 30px;
  }
  .play_icon {
    display: none;
  }
  .banner_section {
    padding-bottom: 0;
  }
  .about_main {
    margin-top: 0;
  }
  .services_taital {
    font-size: 30px;
  }
  .choose_section {
    background-size: cover;
  }
  .choose_taital {
    font-size: 30px;
  }
  .choose_left,
  .choose_middle,
  .choose_middle_1,
  .choose_right {
    width: 50%;
    padding-top: 20px;
  }
  .choose_section_2 {
    padding-top: 40px;
  }
  .choose_ {
    width: 100%;
  }
  .frequently_taital {
    width: 100%;
    font-size: 28px;
  }
  .btn {
    font-size: 16px;
  }
  .contact_taital::after {
    width: 50px;
    left: 0;
    top: 50%;
  }
  .contact_taital {
    font-size: 30px;
  }
  .services_taital::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .navbar-toggler {
    background-color: #fff;
    border: 1px solid #000 !important;
  }
  .navbar-expand-lg .navbar-nav {
    display: block;
  }
  .header_section {
    background: #f1f1f1;
  }
  .navbar {
    padding: 0.5rem 1rem;
  }
  .banner_taital {
    float: left;
    font-size: 40px;
    padding-top: 0;
    line-height: 50px;
  }
  .image_2 {
    padding-top: 30px;
  }
  .contact_taital::after,
  .frequently_taital::after,
  .play_icon {
    display: none;
  }
  .banner_section {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .about_main {
    margin-top: 0;
  }
  .services_taital {
    font-size: 30px;
  }
  .choose_section {
    background-size: cover;
  }
  .choose_taital {
    font-size: 30px;
  }
  .choose_left,
  .choose_middle,
  .choose_middle_1,
  .choose_right {
    width: 100%;
    padding-top: 20px;
  }
  .choose_section_2 {
    padding-top: 40px;
  }
  .choose_ {
    width: 100%;
  }
  .frequently_taital {
    width: 100%;
    font-size: 30px;
  }
  .contact_taital {
    font-size: 30px;
  }
}
.badge {
  font-size: 85%;
  font-weight: 500;
}
.service-12 .card.card-shadow {
  -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
}
.service-12 .img-shadow {
  -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0 0 30px rgba(115, 128, 157, 0.3);
}
.service-12 .wrap-service12 .img-hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.service-12 .wrap-service12 .img-hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-12 .wrap-service12 .uneven-box {
  margin-top: 100px;
}
.qbox {
  margin-bottom: 50px;
}
.qute {
  top: 20%;
}
.quote .box {
  margin-top: 0;
  -width: 400px;
  -height: 400px;
  position: relative;
  grid-row-end: 400px;
  background: #fff;
  overflow: hidden;
  transition: 0.5s;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px;
  box-shadow: -10px 25px 50px rgba(0, 0, 0, 0.2);
}
.quote .box:hover {
  box-shadow: -20px 50px 100px rgba(0, 0, 0, 0.5);
}
.quote.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}
.quote .box.box1:hover,
.quote .box.box1:hover ~ .bg {
  opacity: 1;
  background: linear-gradient(#03a9f4, #e91e63);
}
.quote .box.box2:hover,
.quote .box.box2:hover ~ .bg {
  opacity: 1;
  background: linear-gradient(#ffc107, #19fd36);
}
.quote .box.box3:hover,
.quote .box.box3:hover ~ .bg {
  opacity: 1;
  background: linear-gradient(#ffc107, #e91e63);
}
.quotebox1 {
  font-size: 20px;
  margin-bottom: 6%;
  -float: right;
}
.qicons {
  padding: 20px;
  font-size: 30px;
  float: right;
}
#qicon {
  padding: 10px;
  color: red;
}
#qicon:hover {
  color: blu e;
  border-radius: 100%;
}
