@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Roboto", sans-serif;
  background: white-color;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
}

p {
  margin: 10px 0 0 0;
  color: #282828;
  line-height: 24px;
  font-size: 1rem;
}
@media (width <= 575.98px) {
  p {
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}
.scrollup img {
  width: 50px;
  height: 50px;
}

.form-group,
.form-floating {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-floating input,
.form-floating .form-select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 45px;
  padding: 0 20px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.4s ease;
  color: #000;
  border: 1px solid #ffffff;
}
@media (width <= 575.98px) {
  .form-group input,
  .form-group .form-select,
  .form-floating input,
  .form-floating .form-select {
    font-size: 0.875rem;
    height: 35px;
  }
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating .form-select:focus,
.form-floating select:focus {
  color: #000;
  outline: 0;
  box-shadow: none;
  border-color: #000;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly],
.form-floating input:disabled,
.form-floating input[readonly] {
  background-color: #000;
}
.form-group textarea,
.form-floating textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 1rem;
  background: #ffffff;
  border-color: #000;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder, .form-floating ::-moz-placeholder {
  color: #5b5a5a;
  font-weight: 400;
  font-size: 1rem;
  opacity: 1;
  /* Firefox */
}
.form-group ::placeholder,
.form-floating ::placeholder {
  color: #5b5a5a;
  font-weight: 400;
  font-size: 1rem;
  opacity: 1;
  /* Firefox */
}
.form-group :-ms-input-placeholder,
.form-floating :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5b5a5a;
  font-weight: 400;
  font-size: 0.813rem;
}
.form-group ::-ms-input-placeholder,
.form-floating ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5b5a5a;
  font-weight: 400;
  font-size: 0.813rem;
}

select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.header {
  padding: 15px;
  width: 100%;
  top: 0;
  position: relative;
  background: #fff;
  z-index: 999;
}
@media (max-width: 767px) {
  .header {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .header .container {
    max-width: 100%;
  }
}
.header .header_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .header .header_box {
    justify-content: center;
  }
}
.header .header_box .logo img {
  width: 240px;
}
@media (max-width: 767px) {
  .header .header_box .logo img {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .header .header_box .logo img {
    width: 170px;
  }
}

.banner {
  width: 100%;
  height: auto;
  display: flex;
}
.banner h1 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .banner h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .banner h1 {
    font-size: 1.4rem;
  }
}
.banner p {
  color: #fff;
}

.form_service {
  width: 100%;
  padding: 0;
  background: #f9f7f7;
  position: relative;
}
@media (max-width: 991.98px) {
  .form_service .container {
    max-width: 100% !important;
  }
}
.form_service .service_box {
  background: url(../images/hero-banner.jpg);
  background-size: cover;
  padding: 4rem 6rem;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .form_service .service_box {
    padding: 4rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form_service .service_box {
    padding: 4rem 2rem;
  }
}
@media (width <= 768px) {
  .form_service .service_box {
    padding: 4rem 1.5rem;
    min-height: 60vh;
  }
}
.form_service .service_box h3 {
  color: #e9e7e7;
  font-weight: 600;
  font-size: 2.8rem;
}
@media (width <= 576px) {
  .form_service .service_box h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form_service .service_box h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form_service .service_box h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .form_service .service_box h3 {
    font-size: 2.5rem;
  }
}
.form_service .service_box p {
  color: #fff;
}
.form_service .form_box {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  padding: 4rem 3rem;
  height: 100%;
  /* Style the select itself */
  /* Style options inside the dropdown (limited support) */
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .form_service .form_box {
    padding: 3rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form_service .form_box {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media (width <= 768px) {
  .form_service .form_box {
    padding: 2rem 1.5rem;
  }
}
.form_service .form_box h1 {
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
}
.form_service .form_box p {
  color: #858585;
}
.form_service .form_box .form-control {
  background: #f9f7f7;
}
.form_service .form_box .form-select {
  background-color: #f9f7f7;
}
.form_service .form_box .custom-input {
  border: none;
  padding: 0 5px;
  font-family: "Roboto", sans-serif;
  border-bottom: 2px solid #ccc;
  /* default bottom border */
  border-radius: 0;
  /* removes rounded corners */
  box-shadow: none;
  /* removes default Bootstrap focus shadow */
  outline: none;
  transition: border-color 0.3s ease;
}
.form_service .form_box .custom-input:focus {
  border-bottom-color: #000;
  /* color on focus, e.g., Bootstrap primary */
}
.form_service .form_box .custom-input {
  background-color: #f9f9f9;
  color: #333;
}
.form_service .form_box .custom-input option {
  background-color: #000;
  /* Light teal */
  color: #fff;
}
.form_service .form_box .btn_1:hover {
  background: #000;
  color: #fff;
}

.service__list {
  width: 100%;
}
.service__list .lists {
  padding: 0 1rem;
}
.service__list .lists .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__list .lists .icon img {
  width: 60px;
  top: 8px;
  color: #000;
  font-size: 0.875rem;
}
@media (width <= 575.98px) {
  .service__list .lists .icon img {
    width: 60px;
  }
}
.service__list .lists h5 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
.service__list .lists p {
  text-align: center;
}

.our-videos {
  width: 100%;
}
.our-videos h3 {
  color: #3A3A3A;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .our-videos h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .our-videos h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .our-videos h3 {
    font-size: 1.5rem;
  }
}
.our-videos p {
  text-align: center;
  color: #858585;
}
.our-videos .video_box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 2rem;
  position: relative;
}
.our-videos .video_box img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.our-videos .video_box::before {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.4s ease-in-out;
  content: "";
  background: rgba(19, 102, 52, 0.462745098);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.our-videos .video_box .video_icon {
  background: #000;
  color: white;
  position: absolute;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  z-index: 99;
  width: 80px;
  height: 80px;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse_video;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .our-videos .video_box .video_icon {
    width: 40px;
    height: 40px;
    bottom: 55px;
    font-size: 30px;
    left: auto;
    padding: 26px;
  }
}
.our-videos .video_box .video_icon:hover {
  color: white;
}
@keyframes pulse_video {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(169, 171, 170, 0);
  }
}
.our-videos:hover::before {
  opacity: 1;
}

.call_whatsapp {
  background: url(../images/cat-loudspeakers.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}
.call_whatsapp h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .call_whatsapp h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .call_whatsapp h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .call_whatsapp h3 {
    font-size: 1.5rem;
  }
}
.call_whatsapp p {
  text-align: center;
  color: #858585;
}
.call_whatsapp .btn_box {
  margin-top: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.call_whatsapp .btn_box .btn_1 i {
  padding-right: 0.2rem;
}

.happyclients {
  background: #fff;
}
.happyclients h3 {
  color: #3A3A3A;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .happyclients h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .happyclients h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .happyclients h3 {
    font-size: 1.5rem;
  }
}
.happyclients p {
  text-align: center;
  color: #858585;
}
.happyclients .btn_1:hover {
  background: #000;
  color: #fff;
}
.happyclients .video_thumb {
  width: 100%;
  padding: 1rem;
  border: 1px solid #5b5a5a;
  background: #000;
}
.happyclients .video_thumb .video_youtube {
  margin-bottom: 1rem;
  position: relative;
  border: 1px solid #5b5a5a;
}
.happyclients .video_thumb .video_youtube .video_icon {
  background: #000;
  color: white;
  position: absolute;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  z-index: 99;
  width: 30px;
  height: 30px;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse_video;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .happyclients .video_thumb .video_youtube .video_icon {
    width: 40px;
    height: 40px;
    bottom: 25px;
    font-size: 30px;
    left: auto;
    padding: 26px;
  }
}
.happyclients .video_thumb .video_youtube .video_icon:hover {
  color: white;
}
@keyframes pulse_video {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(169, 171, 170, 0);
  }
}
.happyclients .video_thumb .content {
  width: 100%;
}
.happyclients .video_thumb .content h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
}
@media (width <= 575.98px) {
  .happyclients .video_thumb .content h4 {
    font-size: 1rem;
  }
}
.happyclients .video_thumb .content p {
  color: #858585;
  text-align: left;
}

.clients {
  width: 100%;
  background: #000;
}
.clients h3 {
  text-align: center;
  font-size: 2.5rem;
  color: #e9e7e7;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .clients h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .clients h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .clients h3 {
    font-size: 1.5rem;
  }
}
.clients p {
  text-align: center;
  color: #858585;
}
.clients .swiper-wrapper-container {
  position: relative;
}
.clients .swiper-wrapper {
  transition-timing-function: linear !important;
}
.clients .swiper-wrapper .swiper-slide {
  border: 1px solid #d4caca;
  padding: 1rem 1.5rem;
  margin: 1rem;
  background: #fff;
}
@media (width <= 768px) {
  .clients .swiper-wrapper .swiper-slide {
    padding: 0.5rem;
  }
}
.clients .swiper-wrapper-container::before,
.clients .swiper-wrapper-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.clients .swiper-wrapper-container::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.clients .swiper-wrapper-container::after {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.gallery_section {
  background: #fff;
  width: 100%;
}
.gallery_section h3 {
  color: #3A3A3A;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .gallery_section h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery_section h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .gallery_section h3 {
    font-size: 1.5rem;
  }
}
.gallery_section p {
  text-align: center;
  color: #858585;
}
.gallery_section .gallery_img {
  transition: all 0.4s ease-in-out;
  border: 1px solid #5b5a5a;
  position: relative;
}
.gallery_section .gallery_img a {
  transition: all 0.4s ease-in-out;
}
.gallery_section .gallery_img a i {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 34px;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  background: #000;
  transition: all 0.4s ease-in-out;
}
@media (width <= 768px) {
  .gallery_section .gallery_img a i {
    opacity: 1;
  }
}
@media (width <= 575.98px) {
  .gallery_section .gallery_img a i {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.gallery_section .gallery_img a:hover img {
  opacity: 0.5;
}
.gallery_section .gallery_img a:hover i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
}

.footer {
  padding: 0;
  background: #000;
  width: 100%;
  border-top: 1px solid #5b5a5a;
}
@media (width <= 768px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer .border-right {
  border-right: 1px solid #5b5a5a;
}
@media (width <= 768px) {
  .footer .border-right {
    border-right: 1px #000;
  }
}
.footer .logo {
  padding-top: 60px;
}
.footer .logo img {
  width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer .logo img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .footer .logo img {
    width: 200px;
  }
}
.footer .ftr_addrs {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (width <= 768px) {
  .footer .ftr_addrs {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.footer .ftr_addrs ul {
  display: flex;
}
.footer .ftr_addrs ul li {
  width: 100%;
  list-style: none;
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .footer .ftr_addrs ul li {
    width: 100%;
    padding-bottom: 15px;
  }
}
.footer .ftr_addrs ul li:last-child {
  padding-bottom: 0;
}
.footer .ftr_addrs ul li .text {
  color: #858585;
  font-size: 1rem;
  font-weight: 200;
}
@media (max-width: 1400px) {
  .footer .ftr_addrs ul li .text {
    font-size: 0.875rem;
  }
}
.footer .ftr_addrs ul li .text span {
  color: #e9e7e7;
  font-weight: 500;
  font-size: 1.25em;
  display: block;
  margin-bottom: 0.5rem;
}
@media (width <= 768px) {
  .footer .ftr_addrs ul li .text span {
    margin-bottom: 0.2rem;
  }
}
.footer .ftr_addrs ul li a {
  color: #fff;
}
.footer .ftr_list {
  width: 100%;
  padding-top: 60px;
}
@media (width <= 768px) {
  .footer .ftr_list {
    padding-top: 0;
  }
}
.footer .ftr_list ul {
  display: flex;
}
@media (width <= 768px) {
  .footer .ftr_list ul {
    flex-direction: column;
  }
}
.footer .ftr_list ul li {
  width: 100%;
  list-style: none;
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .footer .ftr_list ul li {
    width: 100%;
    padding-bottom: 15px;
  }
}
.footer .ftr_list ul li:last-child {
  padding-bottom: 0;
}
.footer .ftr_list ul li .text {
  color: #858585;
  font-size: 1rem;
  font-weight: 200;
}
@media (max-width: 1400px) {
  .footer .ftr_list ul li .text {
    font-size: 0.875rem;
  }
}
.footer .ftr_list ul li .text span {
  color: #e9e7e7;
  font-weight: 500;
  font-size: 1.25em;
  display: block;
  margin-bottom: 0.5rem;
}
@media (width <= 768px) {
  .footer .ftr_list ul li .text span {
    margin-bottom: 0.2rem;
  }
}
.footer .ftr_list ul li a {
  color: #858585;
}
.footer .social_link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
.footer .social_link ul {
  display: flex;
  margin-top: 1rem;
}
.footer .social_link ul li {
  padding: 0px 5px;
  list-style: none;
  font-size: 1.2rem;
}
.footer .social_link ul li a {
  color: #fff;
}
.footer .social_link ul li:first-child {
  padding-left: 0px;
}
.footer .social_link h4 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}
.footer p {
  color: #fff;
  font-weight: 200;
}
@media (width <= 768px) {
  .footer p {
    text-align: center;
  }
}

.consult_call {
  display: none;
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .consult_call {
    display: flex;
  }
  .consult_call .consult {
    width: 50%;
    background: #fff;
    padding: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .consult_call .consult a {
    color: #fff;
  }
  .consult_call .call {
    width: 50%;
    background: #000;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .consult_call .call a {
    color: #fff;
  }
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  z-index: 99;
  width: 50px;
  height: 50px;
  padding: 26px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .btn-whatsapp-pulse {
    width: 40px;
    height: 40px;
    bottom: 55px;
    font-size: 30px;
    display: none;
    left: auto;
    padding: 26px;
  }
}

.btn-whatsapp-pulse:hover {
  color: white;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(61, 62, 62, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.desktop_screen {
  display: flex;
}
@media (max-width: 767px) {
  .desktop_screen {
    display: none;
  }
}

.mobile_screen {
  display: none;
}
@media (max-width: 767px) {
  .mobile_screen {
    display: flex;
  }
}

.fixed {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  padding: 0.5rem;
}
@media (width <= 480px) {
  .fixed {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #000;
    align-items: center;
  }
}
.fixed .call,
.fixed .whatsapp {
  width: 49%;
}
.fixed .call a,
.fixed .whatsapp a {
  transition: all 0.4s ease-in-out;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0.5rem;
}
.fixed .call a i,
.fixed .whatsapp a i {
  padding-right: 0.5rem;
}

.booknow {
  width: 100%;
  display: flex;
  margin-top: 1.3rem;
  justify-content: center;
}
.booknow .typing-container {
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #fff;
}
.booknow .cursor {
  color: #ffcc00;
  animation: blink 0.6s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.chat-block {
  transition: 0.25s;
  position: fixed;
  z-index: 5;
  right: 2%;
  background: #222;
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  border-radius: 14px;
  width: 50px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  grid-gap: 20px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  display: none;
  z-index: 9999;
}

.chat-block.active {
  opacity: 1;
  display: flex;
  transition: 0.25s;
}
@media (width <= 480px) {
  .chat-block.active {
    display: none !important;
  }
}

.chat-block-item {
  position: relative;
  transition: 0.25s;
}

.chat-block-item a img {
  width: 20px;
  transition: 0.25s;
}

.chat-block-item:hover a img {
  width: 25px;
  transition: 0.25s;
}

.custom-chat-frame {
  display: none;
  opacity: 0;
}

a.chat-div {
  cursor: pointer;
}

.custom-chat-frame.active {
  display: block;
  opacity: 1;
  transition: 0.25;
  min-width: 300px;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: 10px;
  border: 1px solid rgba(217, 217, 217, 0.31);
  box-shadow: 0px 4px 41px -2px rgba(225, 234, 249, 0.33);
  border-radius: 6px;
}

div#ls_chatFrameDiv {
  padding: 15px;
  height: 420px;
}

.custom-chat-frame.active .close {
  border: 1px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

div#ls_chatFrameDiv iframe {
  height: 380px !important;
}

.chat-block-item.chat-block-chat::before {
  position: absolute;
  content: "";
  width: 80%;
  left: 50%;
  transform: translate(-50%);
  height: 0.5px;
  background-color: #E9D3BE;
  top: -10px;
}

.chat-block-item.chat-block-phone::before {
  position: absolute;
  content: "";
  width: 80%;
  left: 50%;
  transform: translate(-50%);
  height: 0.5px;
  background-color: #E9D3BE;
  top: -10px;
}

.chat-block-item a h4 {
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  position: absolute;
  right: 24px;
  opacity: 0;
  transition: 0.5s;
  top: 3px;
  width: auto;
}

.chat-block-item.chat-block-whatsapp:hover a h4 {
  opacity: 1;
  transition: 0.5s;
  right: 48px;
  visibility: visible;
}

.chat-block-item a h4 {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #fff;
  background: #000;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 24px;
  opacity: 0;
  transition: 0.5s;
  top: -6px;
  margin-bottom: 0px;
  visibility: hidden;
}

.chat-block-item.chat-block-phone:hover a h4 {
  opacity: 1;
  transition: 0.5s;
  right: 48px;
  visibility: visible;
}

/*///////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*/
.chat-block-item a svg {
  width: 20px;
  transition: 0.25s;
}

.chat-block-item:hover a svg {
  width: 25px;
  transition: 0.25s;
}

.chat-block-item.chat-block-phone::before {
  position: absolute;
  content: "";
  width: 80%;
  left: 50%;
  transform: translate(-50%);
  height: 0.5px;
  background-color: #E9D3BE;
  top: -10px;
}

.chat-block {
  bottom: 50%;
}

.chat-with-us-block {
  transition: 0.25s;
  position: fixed;
  bottom: 150px;
  z-index: 5;
  right: 4%;
  border-radius: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  grid-gap: 20px;
  display: none;
  opacity: 0;
}

.chat-with-us-block.active {
  display: flex;
  opacity: 1;
  transition: 0.25s;
}

.chat-with-us-block a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-with-us-block-text {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #2b3f6c;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.chat-with-us-block-icon {
  background: linear-gradient(0deg, #FFE6CC -24.44%, #FFF9F3 78.33%);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.4s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  animation: pulse2 2s infinite;
  -webkit-animation: pulse2 2s infinite;
}

@media (max-width: 991px) {
  .chat-with-us-block.chat-block-mob-hide.active {
    display: none;
  }
}
@media (max-width: 576px) {
  .chat-with-us-block-text {
    display: none;
  }
}
.btn_1 {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  background: #2b2b2b;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  .btn_1 {
    padding: 8px 15px;
    font-size: 0.875rem;
  }
}
.btn_1:hover {
  background: #fff;
  color: #000;
}/*# sourceMappingURL=main.css.map */