/*
* MOBILE MENU
*/
.mobile_menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 99998;
  padding: 15px 25px;
  right: calc(-100% - 50px);
  transition: all 0.5s cubic-bezier(0.35, 0.17, 0.36, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.17, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.35, 0.17, 0.36, 1);
  -ms-transition: all 0.5s cubic-bezier(0.35, 0.17, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.35, 0.17, 0.36, 1);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 50px;
  overflow: scroll;
}
.mobile_menu.show {
  right: 0;
  opacity: 1;
}
.mobile_menu .mobile_menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile_menu .mobile_menu__top .mobile_menu__top_logo {
  color: #010101;
  text-transform: uppercase;
  font-family: "Exo";
  font-size: 21px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.mobile_menu .mobile_menu__top_close {
  position: relative;
  width: 60px;
  height: 60px;
}
.mobile_menu .mobile_menu__top_close span:nth-child(1) {
  position: absolute;
  width: 34px;
  height: 2px;
  background: #000000;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
}
.mobile_menu .mobile_menu__top_close span:nth-child(2) {
  position: absolute;
  width: 34px;
  height: 2px;
  background: #000000;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
}
.banner-one {
  padding: 120px 0 150px;
}
#ball {
  top: 0;
}
.menu_list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.menu_list .menu_item a {
  font-size: 19px;
  font-weight: 600;
  font-family: "Exo";
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 20px;
}
.menu_list .menu_item._submenu a {
  color: #9a9a9a;
  pointer-events: none;
  margin-bottom: 7px;
}
.menu_list .menu_item._submenu a span {
  display: none;
}
.menu_list .menu_item._submenu .dropdown-menu_wrapper {
  margin-bottom: 30px;
}
.menu_list .menu_item._submenu .dropdown-menu_wrapper ._menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_list .menu_item._submenu .dropdown-menu_wrapper ._menu a {
  color: #010101;
  pointer-events: all;
  text-transform: none;
  font-weight: 500;
  margin: 0 0 7px;
}
.menu_section {
  position: relative;
  color: #010101;
}
.menu_section .menu_section__title {
  color: #9a9a9a;
  pointer-events: none;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Exo";
}
.menu_section .menu_section__address {
  font-size: 14px;
  line-height: 20px;
  font-family: "Exo";
  font-weight: 500;
}
.menu_section .menu_section__phones a {
  font-size: 28px;
  font-family: "Exo";
  font-weight: 600;
  letter-spacing: -1px;
}
.menu_section .menu_section__phones span {
  font-size: 16px;
  font-family: "Exo";
  color: #9a9a9a;
}
/*
* FIXED
*/
.media-icon li i {
  line-height: 30px;
}
.footer-cntct,
.media-icon li a,
.media-icon li p {
  color: #fff;
}
.copyright_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
.devs a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}
.page-title {
  padding: 20px 0;
  font-size: 14px;
}
/*
* SERVICE PAGE
*/
.service-single section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.service-single .service-item .featured-item .featured-title h3 {
  line-height: 1.2;
}
.service-single .service-item .img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.service-single .service-item .accordion-button {
  text-transform: none;
}
.post-desc ul li span {
  color: #010101;
}
.post-desc #toc_container {
  display: none;
}
.contact-page .h2 {
  color: #010101;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form label input {
  height: 35px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .invalid-field {
  border-color: red;
}
.wpcf7-form .wpcf7-not-valid span {
  color: #F44336;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}
.wpcf7-checkbox {
  border-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
}
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  padding: 5px 10px;
  border: 1px solid;
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
  border-color: var(--themeht-primary-color);
  color: var(--themeht-primary-color);
  background: var(--themeht-bg-dark-color);
}
.swal-modal {
  border: 1px solid #9a9a9a;
  border-radius: 0px;
  padding: 20px 0 50px;
}
.swal-modal .swal-title {
  color: #010101;
}
.swal-modal .swal-text {
  color: #010101;
  text-align: center;
  max-width: 90%;
}
.swal-modal .swal-footer {
  display: none;
}
.page-numbers {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-numbers li a,
.page-numbers li span {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: var(--themeht-text-color);
  background-color: transparent;
  border: 1px solid var(--themeht-border-light-color);
  border-radius: 0 !important;
}
.page-numbers li a:hover,
.page-numbers li span:hover {
  border-color: var(--themeht-primary-color);
  background-color: var(--themeht-primary-color);
  color: var(--themeht-text-color);
  box-shadow: none;
}
.step-item {
  height: 100%;
}
@media (max-width: 767px) {
  .step-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .rounded-button {
    width: 200px;
    height: 200px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .banner-one {
    padding: 60px 0 75px;
  }
}
@media (max-width: 767px) {
  .scroll-top {
    right: 20px;
    bottom: 20px;
  }
}
.modal .modal-content {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.modal .modal-title {
  font-size: clamp(18px, 2vw, 28px);
  color: #010101;
  font-weight: 600;
}
.modal .modal_subtitle,
.modal .before_form__content {
  font-size: clamp(15px, 1.5vw, 18px);
  text-align: center;
  margin: 5px 0 20px;
  color: #010101;
  line-height: 1.5;
}
.modal .contacts {
  text-align: center;
  margin: 10px 0 30px;
}
.modal .contacts .phones_list {
  margin: 0px 0px 10px;
}
.modal .contacts .phones_list .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 5px;
}
.modal .contacts .phones_list .phone a {
  font-size: clamp(24px, 1.5vw, 32px);
  font-weight: 600;
}
.modal .contacts .divider {
  position: relative;
  font-size: 21px;
  margin: 20px 0 10px;
}
.modal .contacts .divider span {
  position: relative;
  background: #ffffff;
  padding: 0 15px;
}
.modal .contacts .divider:before {
  position: absolute;
  content: "";
  width: 240px;
  height: 1px;
  background: #756b66;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.modal .wpcf7 {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.modal .wpcf7 input {
  height: auto;
}
.modal .wpcf7 form .form_button {
  text-align: center;
}
.modal .wpcf7 form .form_button .wpcf7-spinner {
  position: absolute;
  display: block;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: auto;
}
.wpcf7-form.sent p {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  border-color: #46b450;
  text-align: center;
  font-size: 21px;
  line-height: 1.5;
  color: #010101;
  background: rgba(70, 180, 80, 0.1450980392);
  border: 0px;
  padding: 25px 40px;
}
.single-post .post-desc h2 {
  font-size: clamp(18px, 1.5rem, 28px);
  line-height: 1.4;
}
.post-card .post-title h4 {
  font-size: clamp(16px, 1.5rem, 21px) !important;
  line-height: 1.5;
  font-weight: 500;
}
.sticky_button {
  position: fixed;
  left: 30px;
  bottom: 30px;
  background: var(--themeht-primary-color);
  border-radius: 40px;
  color: #010101;
  z-index: -10;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  width: 300px;
  opacity: 0;
}
.sticky_button.show {
  opacity: 1;
  z-index: 99;
}
@media (max-width: 520px) {
  .sticky_button {
    left: 10px;
    bottom: 20px;
    width: 280px;
    font-size: 15px;
  }
}
.sticky_button .sticky_button__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid #010101;
  border-radius: 40px;
}
.sticky_button .sticky_button__inner svg {
  max-width: 35px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.sticky_button:hover {
  color: var(--themeht-primary-color);
  background: var(--themeht-bg-dark-color);
}
.sticky_button:hover svg {
  max-width: 35px;
}
.sticky_button:hover svg path {
  stroke: var(--themeht-primary-color);
}
.featured-item.style-1 .featured-title h3 {
  margin-bottom: 0px;
}
.custom_icons .featured-item.style-1 {
  border: 0px;
}
.custom_icons .featured-item.style-1 .featured-title {
  justify-content: space-between;
}
.custom_icons .featured-item.style-1 .featured-title h3 {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 600;
  margin-right: 10px;
}
.custom_icons .featured-item.style-1 .featured-title .feature-number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  line-height: 1;
}
.custom_icons .featured-item.style-1 .featured-title .feature-number img {
  max-width: 64px;
}
.custom_icons .featured-item.style-1 .featured-description {
  font-size: 14px;
  line-height: 1.5;
}
.marquee-area.dark-bg {
  background-position: center center !important;
}
.footer {
  background-color: var(--themeht-bg-dark-color);
  background-image: url("../../images/footer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  border-top: 4px solid #e9fe04;
}
