@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

h1 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
h2 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
h3 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
h4 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
h5 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
p {
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
a:hover {
  text-decoration: none;
}
.ddded {
  background-color: #724234;
}
.topbar-contact .rs-contact-info .rs-contact-email img {
     width: 7%;
}
.topbar-contact .rs-contact-info .rs-contact-phone img {
    width: 10%;

}
.topbar-sl-share .clearfix li a .topbar_icon {
  width: 52%;
}
.topbar1 .topbar-sl-share ul .opening1 a img {
  width: 6%;
}
.topbar1 .topbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar1 .topbar-contact ul .rs-contact-email {
  color: #fff;
}

.topbar1 .topbar-contact ul li {
  display: inline-block;
  line-height: 50px;
  color: #fff;
}
.topbar1 .topbar-contact ul li a {
  transition: all 0.4sease-in-out 0s;
  border-right: 1px solid #fff;
  /* margin-right: 20px; */
  padding-right: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.topbar1 .topbar-sl-share ul {
  text-align: right;
  margin: 0px;
  padding: 0;
}
.topbar1 .topbar-sl-share ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.topbar1 .opening1 a {
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 20px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
/* .logo {
  padding: 15px 0px 15px;
} */
.logo a img {
  width: 45%;
  /* margin: auto;
  display: block; */
}

.top-contact {
  float: right;
}
.top-contact .media i {
  font-size: 30px;
  color: #278665;
}
.top-contact .media .media-body {
  margin-left: 10px;
}
.top-contact .media .media-body h4 {
  font-size: 10px;
  font-weight: 700;
  color: #000000;
}
.top-contact .media .media-body h4 span {
  display: block;
  font-size: 15px;
}
.navbar-light111 {
  padding: 10px 0px !important;
}
.navbar-nav {
  width: 100%;
  justify-content: end;
}
.navbar {
  /* position: relative;
  z-index: 9999; */
  position: sticky;
  top: 0;
  z-index: 99999;
  background-color: #fff;
}
.navbar1 {
  background-color: #278665;
  padding: 5px 0px 5px;
  width: 100%;
}
.navbar-collapse ul li .nav-link {
  color: #000000 !important;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  margin: 0px 0px;
  font-weight: 400;
}
.navbar-light111 .navbar-brand img {
  width: 30%;
}
.dropdown-toggle::after {
  display: none !important;
}

.hero_slider_img img {
  width: 100%;
}
.navbar-brand {
  width: 48%;
}
.section-2 .carousel-item img {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.container-fluid1 {
  padding: 0px;
}
.hero_text {
  margin-bottom: 125px;
  text-align: left;
}
.hero_text h5 {
  text-align: left;
  color: #724234;
  margin-bottom: 10px;
}
.hero_text h1 {
  text-align: left;
  color: #000000;
  font-size: 55px;
  font-weight: 700;
}
.hero_text p {
  color: #424242;
  margin-top: 20px;
  line-height: 30px;
  font-weight: 400;
}

.hero_btn_top {
  margin-top: 30px;
}
.hero_btn a {
  /* border: 2px solid #fff; */
  background-color: #c2926a;

  color: #fff;
  padding: 10px 28px;
  font-size: 19px;
  font-weight: 500;
  border-radius: 70px;
  transition: all 0.5s linear;
}
.hero_btn a:hover {
  background-color: #411e14;
  color: #fff;
}
.about_bgcolor {
  padding: 100px 0px;
}
.about-content {
  padding-left: 40px;
}
.section-title.style--two {
  margin-bottom: 40px;
}

.section-title {
  padding-left: 45px;
  position: relative;
  margin-bottom: 56px;
}
.section-title .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 10px;
  top: 44px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  line-height: 1;
  color: #c2926a;
  font-weight: 600;
}
.section-title .subtitle:after {
  position: absolute;
  left: -40px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 32px;
  height: 1px;
  background-color: #c2926a;
}
.style--two h3 {
  font-size: 23px;
  margin-top: 20px;
  font-weight: 600;
  color: #df9d67;
}
.style--two ul {
  margin: 0px;
  padding: 0px;
}
.style--two ul li {
  font-family: "Poppins", sans-serif;
  line-height: 30px;
}
.section-title h2 {
  text-align: left;
  color: #000;
  font-size: 55px;
  font-weight: 700;
}
.section-title p {
  color: #0000009e;
  margin-top: 20px;
  line-height: 30px;
  font-weight: 400;
      text-align: justify;
}
.our_services_bgcolor {
  background-image: url(./assets/images/service-bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
}
.section-title_heading {
  padding-left: 45px;
  position: relative;
  margin-bottom: 56px;
}
.section-title_heading .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 10px;
  top: 44px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  line-height: 1;
  color: #c2926a;
  font-weight: 600;
}
.section-title_heading .subtitle:after {
  position: absolute;
  left: -40px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 32px;
  height: 1px;
  background-color: #c2926a;
}
.section-title_heading h2 {
  margin-top: -4px;
  margin-bottom: 17px;
  text-align: left;
  color: #000;
  font-size: 55px;
  font-weight: 700;
}
.section-title_heading p {
  color: #0000009e;
  margin-top: 20px;
  line-height: 30px;
  font-weight: 400;
      text-align: justify;
}
.hero_btn_right {
  text-align: right;
}
.shop-category-single {
  position: relative;
  margin: 0px 0px;
}
.shop-category-single .content_services {
  position: absolute;
  z-index: 1;
  text-align: left;
  left: 0;
  bottom: 0px;
  width: 100%;
  background-color: #00000066;
  height: 272px;

  /* display: flex; */
  align-items: center;
  padding: 15px;
}
.content_services ul{
  margin: 0px;
 
  padding: 0px;
  margin-top: 10px;
}
.content_services ul li{
 color: #fff;
font-family: "Poppins", sans-serif;
list-style: none;
}
.media_service_cirlce img{
  width: 3%;
      margin-top: 9px;
    margin-right: 5px;
}
.media_service_cirlce_top img{
  width: 3%;
    margin-top: 11px;
    margin-right: 5px;
    height: 9px;
}

.content_services p{
  color: #fff;
    margin-top: 5px;
}
.shop-category-single .content_services h2 {
     font-size: 21px;

  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}
.shop-category-single:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  opacity: 0.3;

  background: -o-linear-gradient(top, transparent 0, #050505 100%);
  background: linear-gradient(to bottom, transparent 0, #050505 100%);
}
.slick-dots {
  position: absolute !important;
  bottom: -56px !important;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 40px !important;
}
.testimonial {
  padding: 0 15px;
  text-align: center;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
  padding: 30px 10px;
  text-align: center;
  margin: 0px 12px;
  background-color: #fff;
      height: 325px;
}
.testimonial .pic {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 25px;
  overflow: hidden;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  padding: 0 15px;
  font-size: 17px;
  color: #000000;
  line-height: 28px;
  font-style: italic;
}
.testimonial .testimonial-title {
  font-size: 14px;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin-top: 20px;
}
/* .testimonial .testimonial-title:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  width: 100%;
  font-size: 40px;
  color: #54478a;
  margin-top: 30px;
} */
.testimonial .quotes {
  margin: auto;
  display: block;
  text-align: center;
  width: 15%;
  margin-top: 20px;
}
.section-full_icon {
  background-image: url(./assets/images/bg11.jpg);
  background-position: center right;
  background: #e7d1ac;
  overflow: hidden;
  background-blend-mode: multiply;
  background-size: 100%;
  padding: 100px 0px;
}
.gallery_bgcolor {
  background-image: url(./assets/images/testimonial-bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;

  padding: 100px 0px 100px;
}
.gallery {
  padding: 20px;
  text-align: center;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 10px;
}

.image-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.image-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.image-item:hover img {
  transform: scale(1.1);
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  text-align: center;
}

.lightbox-content {
  max-width: 75%;
  max-height: 65%;
  margin-top: 10%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close {
  position: absolute;
  top: 120px;
  right: 107px;
  color: #fff;
  font-size: 39px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3sease;

  z-index: 9999999;
}

.close:hover {
  color: #ccc;
}

.footer {
  padding: 60px 0px 40px;
  background-color: #724234;
}
.footer_description > img {
  padding: 8px 8px 8px 8px;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 3px;
  width: 45% !important;
}
.footer_description p {
  font-size: 14px;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.social_media_footer ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  margin-top: 15px;
}
.social_media_footer ul li {
  margin: 0px 8px;
  list-style: none;
  background-color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  width: 13%;
}
.social_media_footer ul li a > img {
  width: 70%;
  margin: auto;
  display: block;
}
.footer_list .footer-title {
  margin: 0px;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 0px 0px 20px;
  color: #fff;
}
.menu-footer ul {
  margin: 0px;
  padding: 0px;
}
.menu-footer ul li {
  list-style: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.menu-footer ul li a {
  color: #fff !important;
}
.menu-footer ul li a img {
  width: 62%;
}
.menu-footer ul a span {
  margin-left: 10px;
  color: #fff;
}
.copy_bgcolor {
  background-color: #fff !important;
  padding: 15px;
}
.cpoyright_text h2 {
  text-align: center;
  font-size: 15px;
  color: #000;
}
.cpoyright_text h2 a {
  text-decoration: underline;
  color: #000;
}
.hero_btn_center {
  margin: auto;
  display: block;
  text-align: center;
  margin-top: 75px;
}
@media screen and (min-width: 992px) {
  .hero_btn_right_desktop_hide {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .hero_btn_right_responsive_hide {
    display: none;
  }
  .navbar-light111 {
    padding: 10px 10px 10px 25px !important;
  }
  .navbar-light111 .navbar-brand img {
    width: 85%;
  }
  .hero_text {
    margin-bottom: -15px;
    text-align: left;
  }
  .hero_text p {
    display: none;
  }
  .hero_text h1 {
    font-size: 20px;
    font-weight: 700;
  }
  .hero_btn a {
    /* border: 2px solid #fff; */
    background-color: #c2926a;
    color: #fff;
    padding: 7px 19px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 70px;
    transition: all 0.5slinear;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .about-img img {
    margin-bottom: 30px;
  }
  .about_bgcolor {
    padding: 100px 0px 50px;
  }
  .section-title_heading h2 {
    margin-top: -4px;
    margin-bottom: 17px;
    text-align: left;
    color: #000;
    font-size: 30px;
    font-weight: 700;
  }
  .section-title_heading {
    padding-left: 45px;
    position: relative;
    margin-bottom: 0px;
  }
  .hero_btn_right {
    text-align: left;
    margin-left: 45px;
  }
  .shop-category-single {
    position: relative;
    /* margin: 30px 12px; */
    margin: 35px 12px 0px;
  }
  .section-full_icon {
    padding: 50px 0px;
  }
  .gallery {
    padding: 0px;
    text-align: center;
  }
  .footer_list {
    margin-top: 30px;
  }
  .topbar1 .topbar-contact ul li {
    display: inline-block;
    line-height: 36px;
    color: #fff;
    text-align: left;
  }
  .topbar1 .topbar-contact ul {

  text-align: left;
}
  .topbar-contact {
    text-align: center;
  }
  .topbar1 .topbar-sl-share ul {
    text-align: center;
    margin: 0px;
    padding: 0;
  }
  .topbar1 .topbar-contact ul li a {
    border: none;
  }
  .topbar1 .opening1 a {
    border: none;
    margin-right: 0px;
    padding-right: 0px;
  }
  .lightbox-content {
    margin-top: 60% !important;
  }
  .content_services p {
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
}
.shop-category-single .content_services h2 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
}
}
/* -----------------------about-page-start------------------------ */
.about_innerpage_heading {
  background-image: url(assets/images/bg-inner.webp);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0000005e;
}
.page-title h1 {
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.page-title h1:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.page-title .page-breadcrumb {
  position: relative;
  margin-top: 25px;
}
.page-title .page-breadcrumb li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.page-title .page-breadcrumb li img {
  width: 45%;
  margin: auto;
  display: block;
}
.page-title .page-breadcrumb li a {
  color: #fff !important;
  font-weight: 500;
}
.about_inner_text h2 {
  text-align: left;
  color: #000;
  font-size: 55px;
  font-weight: 700;
}
.about_page_inner {
  padding: 100px 0px 350px;
}
.video_section_img_bgcolor {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./assets/images/video-bg.jpg);
}
.video_section_img_bgcolor:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  background-color: #e7d1ac;
  top: 0;
}
.about_banner_img {
  margin-bottom: 30px;
  margin-top: -245px;
}

.more-about .content {
  margin-top: 30px;
}
.more-about .content h3 {
  margin-bottom: 14px;
  font-weight: 600;
}
.content p{
  text-align: justify;
}
.why_appoint_bgcolor {
  padding: 100px 0px;
}
/* -----------------------about-page-end------------------------ */

/* -----------------------services-page-start------------------------ */

.our_services_bgcolor_top_bottom {
  padding: 100px 0px;

}
.shop-category-single_top {
  margin-top: 30px;
}
#counter {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px;
  width: 100%;
}
#counter .item {
  background: #fff;
  width: 100%;
  padding: 35px 40px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  /* -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34); */
}
#counter .item .count {
  color: #e8b12d;
  margin-bottom: 5px;
  font-size: 40px;
}
#counter .item h3 {
  color: #000000;
  text-transform: capitalize;
  font-weight: 600;
}
.item img {
  margin-bottom: 20px;
}
.service_page_inner1 {
  margin: 100px 0px;
}
@media screen and (max-width: 992px) {
  .about_innerpage_heading {
    background-position: top;
    padding: 50px 0px 50px !important;
    height: 33vh !important;
  }
  .page-title h1 {
    font-size: 33px !important;
  }
  .pull-right {
    width: 100%;
  }
  .page-title .page-breadcrumb {
    text-align: right;
    width: 100%;
    display: contents !important;
  }
  .about_inner_main_page img {
    margin-bottom: 30px;
  }
  .about_page_inner img {
    padding: 50px 0px 0px;
  }
  .about_banner_img {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .about_page_inner {
    padding: 0px 0px 0px;
  }
  .service_page_inner1 {
    margin: 50px 0px;
  }
  .our_services_bgcolor_top_bottom {
    padding: 50px 0px;
    margin-bottom: 30px;
  }
  #counter .item {
    background: #fff;
    width: 100%;
    padding: 15px 10px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
  }
  #counter {
    flex-wrap: wrap;
  }
  .counter_bgcolor {
    margin-bottom: 50px;
  }
}
/* -----------------------services-page-end------------------------ */

/* -----------------------Contact-us-start------------------------ */
.rts-section-gap {
  padding: 100px 0;
}
.single-contact-one-inner {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  height: 100%;
}
.single-contact-one-inner .thumbnail {
  display: block;
  overflow: hidden;
  /* border-radius: 15px 15px 0 0; */
}
.single-contact-one-inner .thumbnail img {
  width: 100%;
  transition: 6s;
}
.single-contact-one-inner .content {
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: transparent;
}
.icone {
  margin-right: 10px;
}
.info span {
  color: #ce926a;
  font-weight: 500;
  font-size: 18px;
}
.single-contact-one-inner .content .info a h5 {
  margin-bottom: 0;
  transition: 0.3s;
  color: #000;
  font-weight: 600;
}
.rts-section-gapbottom {
      margin-bottom: 60px;
    margin-top: 60px;
}


.mian-wrapper-form {
  padding: 100px 135px;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 24px 39px rgba(0, 0, 0, 0.05);
}
.medical_heading {
  padding-bottom: 30px;
}
.medical_heading h1 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.under_line {
  width: 100px;
  height: 5px;
  background-color: #278665;
  margin: auto;
  margin-top: 15px;
}
.contact-form-contact .name-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form-contact .name-email input {
  width: 48.8%;
  background: #f6f6f6;
  height: 55px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  padding: 15px 15px;
}
.contact-form-contact textarea {
  height: 150px;
  background: #f6f6f6;
  padding: 15px 15px;
  border: 1px solid transparent;
  width: 100%;
}
.hero-button_contact {
  text-align: center;
}
.hero-button .wprt-button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0.65em 1.5em;
  background-color: #c2926a;
  border: 2px solid #ffffff;
  color: #fff;
  -webkit-transition: allease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: allease 0.238s;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
  width: 200px;
  text-align: center;
  margin: 25px 0px 0px;
}
.content .icone img {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .mian-wrapper-form {
    padding: 30px 15px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 24px 39px rgba(0, 0, 0, 0.05);
  }
  .contact-form-contact_bgcolor {
    margin-top: 30px;
  }
  .contact-form-contact .name-email input {
    margin-bottom: 17px;
  }
  .single-contact-one-inner_responsive {
    margin: 30px 0px;
  }
  .single-contact-one-inner_gap {
    margin: 0px 0px 30px !important;
}
}

.section-title_heading h2 img {
  width: 8%;
}
.style--two h2 img {
  width: 8%;
}

.style--three ul {
  margin-top: 20px;
}

/* --------------floating-btn-start-------------- */
.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.text_icon {
  margin-top: 8px;
  color: #000000;
  font-size: 13px;
}
.contact_icon img {
  width: 55%;
}
/* --------------floating-btn-end-------------- */




.icone_address img{
      width: 40px !important;
    margin-left: -10px;
}

/* -----------------------faq-start----------------------- */
  .accordion {
          width: 100%;

        margin: 0 auto;
      }

      .accordion input {
        display: none;
      }

      .accordion-item {
        position: relative;
      }

      .accordion-header {
         width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #cecece;
    color: #333333;
    background-color: #ffff;
    font-weight: 500;
    font-size: 18px;
        border-radius: 4px;

      }

      .accordion-text {
        width: 100%;
        font-size: 11pt;
        color: #555555;
        display: block;
        height: 0;
        overflow: hidden;
        opacity: 0;
        position: relative;
        top: -10px;
      }

      .accordion-text p {
          padding: 10px 30px;
    line-height: 1.68em;
    color: #000;
        text-align: justify;
      }

      .closing {
        position: absolute;
        height: 50px;
        width: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        display: none;
      }

      .inputfeild:checked + .accordion-item {
        height: auto;
      }

      .inputfeild:checked + .accordion-item .accordion-text,
      .inputfeild:checked + .accordion-item .closing {
        display: block;
      }

      .inputfeild:checked + .accordion-item .accordion-text {
        height: auto;
        opacity: 1;
        top: 0;
      }

      .dropdown-arrows .accordion-header {
        padding: 0 0 0 30px;
      }

      .dropdown-arrows .accordion-header:before {
        position: absolute;
        display: block;
        content: "\203a";
        font-size: 18pt;
        left: 12px;
        top: -2px;
        color: #333333;
      }

      .inputfeild:checked + .accordion-item .accordion-header:before {
        transform: rotate(90deg);
        top: 1px;
      }
  .accordion_bgcolor{
    background: #e7d1ac;
    overflow: hidden;
    background-blend-mode: multiply;
    background-size: 100%;
    padding: 100px 0px;
  }


  .faq_video video{
      width: 100%;
      height: 100%;
  }
  @media screen and (max-width: 992px) {
     .accordion-header {
    font-size: 14px;
   }
   .accordion-header_line_height{
        line-height: 23px !important;
       font-size: 14px;
   }
  .section-title_heading p {
   margin-top: 0px;
  }
  .accordion {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
  }
/* -----------------------faq-end----------------------- */


.icon_why_choose_us {
   background-color: #5e4034;
    padding: 20px 10px;
    border-radius: 5px;
    height: 300px;
}
/* .icon_why_choose_us:hover {
  background-color: #c2926a;
} */
.why_choose_text_icon{
     text-align: center;
    padding-top: 10px;
}
.why_choose_text_icon p{
  color: #fff;
     font-weight: 300;
}
.icon_why_choose_us img{
      margin: auto;
    display: block;
}
.icon_why_choose_us_top{
  margin-top: 30px;
}
.why_choose_text_icon h3{
       font-size: 21px;
    color: #fefbf2;
    font-weight: 600;
    padding: 7px 0px;
}

  @media screen and (max-width: 992px) {
.icon_why_choose_us_res_top{
  margin-top: 30px;
}
.icon_why_choose_us {

    height: 260px;
}
.why_choose_text_icon p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
  }


  .ontact_us_map img{
      width: 100%;
    padding-bottom: 100px;
  }



  .gallery_img_margin{
        margin: 0px 12px;
  }
  .information span{
          color: #ce926a;
    font-weight: 500;
    font-size: 18px;
  }
  .paragraph_gap{
       padding-top: 5px;
  }
  .single-contact-one-inner_gap{
    margin: 30px 0px;
  }