@import "../css/bootstrap.min.css";
@import "../css/owl.carousel.min.css";
@import "../css/font-awesome.min.css";
@import "../css/aos.css";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap");
@import url("../css/zebra_datepicker.min.css");
body {
  font-family: "Lato", sans-serif;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

input[type=file] {
  padding: 2px;
}

.form-control {
  outline: none;
}
.form-control:active {
  outline: none;
  border: none;
}
.form-control:focus {
  outline: none;
  border: none;
}

.Zebra_DatePicker .dp_body .dp_selected {
  background: #cd4a03 !important;
  color: #fff;
}
.Zebra_DatePicker .dp_body .dp_current {
  color: #fff !important;
  background: #4c4c4c !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 1.5;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}
button:active {
  outline: none;
  border: none;
}
button:focus {
  outline: none;
  border: none;
}
button:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.btn-rounded {
  background-color: #CD4A01;
  color: #fff;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 0px 10px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  box-shadow: 0px 7px 7px rgba(205, 74, 3, 0.1490196078);
}
.btn-rounded:hover {
  opacity: 0.8;
  box-shadow: 0px 10px 10px rgba(205, 74, 3, 0.1490196078);
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}

.btn-outline {
  background-color: #fff;
  color: #CD4A01;
  font-size: 12px;
  border: 1px solid #CD4A01;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 0px 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-outline:hover {
  color: #CD4A01;
  text-decoration: none;
  opacity: 0.8;
}

marquee {
  background-color: #CD4A01;
  padding: 5px;
}
marquee a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
marquee a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.desktop-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  .desktop-header {
    display: none;
  }
}
.desktop-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.desktop-header a.btn-rounded {
  padding: 5px 30px;
}
.desktop-header nav.navbar.navbar-expand-md {
  padding: 0px !important;
  width: 100%;
}

.mobile-header {
  display: none;
}
.mobile-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.mobile-header .navbar-brand img {
  width: 180px;
}
.mobile-header .menu-toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-header .menu-toggle-container .menu-toggle {
  background-color: transparent;
}
.mobile-header .menu-toggle-container .lang-option {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  border: 1px solid #000;
  padding: 0px 10px;
  border-radius: 50px;
  height: 22px;
  align-items: center;
  line-height: normal;
}

.mobile-menu {
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0px;
  left: 0px;
  padding: 10px;
  height: 100%;
  width: 300px;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.mobile-menu.active {
  display: block;
}
.mobile-menu .menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.mobile-menu ul li a {
  color: #000;
  text-transform: uppercase;
}
.mobile-menu .dropdown {
  margin: 10px 0px;
}
.mobile-menu .dropdown button {
  background: transparent !important;
  box-shadow: none !important;
  color: #000;
  border: none;
  padding: 0px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-menu .dropdown button:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.8;
}
.mobile-menu .dropdown button:focus {
  outline: none;
  border: none;
}
.mobile-menu .dropdown button:active {
  outline: none;
  border: none;
}
.mobile-menu .dropdown a {
  font-size: 14px;
  text-transform: capitalize;
}

.seearc-filter-box {
  background: #1F625C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
}
@media (max-width: 1559px) {
  .seearc-filter-box {
    height: 240px;
  }
}
.seearc-filter-box ul.carousel-indicators {
  display: none;
}
.seearc-filter-box .carousel-inner {
  display: none;
}
.seearc-filter-box h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .seearc-filter-box h3 {
    font-size: 20px;
  }
}
.seearc-filter-box p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .seearc-filter-box p {
    font-size: 14px;
    max-width: 300px;
  }
}
.seearc-filter-box .form-group {
  margin-bottom: 0px;
}
.seearc-filter-box .divider {
  width: 2px;
  height: 20px;
  background: #dddddd;
}
@media (max-width: 767px) {
  .seearc-filter-box .divider {
    width: 1px;
  }
}
.seearc-filter-box form {
  display: flex;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 3px 62px rgb(74, 169, 160);
  width: 500px;
}
@media (max-width: 767px) {
  .seearc-filter-box form svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .seearc-filter-box form {
    width: 100%;
    margin: 0 auto;
  }
}
.seearc-filter-box form .form-group.citysearchcls {
  color: #4C4C4C;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 7px;
  border-radius: 20px 0px 0px 20px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .seearc-filter-box form .form-group.citysearchcls {
    font-size: 12px;
  }
}
.seearc-filter-box form .form-group.servicesearchcls {
  margin: 0px;
  flex: 1;
  position: relative;
}
.seearc-filter-box form .form-group.servicesearchcls input {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .seearc-filter-box form .form-group.servicesearchcls input {
    font-size: 12px;
    padding: 0 2px;
  }
}
.seearc-filter-box form .form-group.servicesearchcls ul#appserviceid {
  max-height: 300px;
  overflow-x: auto;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  top: 41px;
  position: absolute;
  left: 0px;
  z-index: 99;
}
@media (max-width: 767px) {
  .seearc-filter-box form .form-group.servicesearchcls ul#appserviceid {
    top: 31px;
  }
}
.seearc-filter-box form .form-group.servicesearchcls ul#appserviceid li {
  list-style: none;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
}
.seearc-filter-box form .form-group.servicesearchcls ul#appserviceid li:hover {
  background: #CD4A01;
  color: #fff;
}
.seearc-filter-box form button {
  width: 60px;
  height: 40px;
}
@media (max-width: 767px) {
  .seearc-filter-box form button {
    width: 25px;
    height: 20px;
  }
}
.seearc-filter-box form button {
  background: #fff;
  color: #4C4C4C;
  border: none;
  border-radius: 0px 20px 20px 0px;
  cursor: pointer;
}

.navbar ul {
  align-items: center;
}
.navbar ul li a {
  color: #4C4C4C;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1365px) {
  .navbar ul li a {
    text-transform: capitalize;
  }
}
.navbar ul li a:hover {
  color: #CD4A01;
  text-decoration: none;
}
.navbar ul li .dropdown {
  display: flex;
  align-items: center;
  height: 100%;
}
.navbar ul li .dropdown button#dropdownMenuButton {
  padding: 0px;
  background: transparent;
  color: #4C4C4C;
  border: none;
  display: flex;
  align-items: center;
  margin: 0px 3px;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: none !important;
}
@media (max-width: 1365px) {
  .navbar ul li .dropdown button#dropdownMenuButton {
    text-transform: capitalize;
  }
}
.navbar ul li .dropdown .dropdown-menu a {
  color: #4C4C4C;
  font-size: 12px;
  font-weight: 400;
  text-align: left !important;
}
.navbar ul li .dropdown .dropdown-menu a:hover {
  background: #CD4A01;
  color: #fff;
}

.global-section {
  position: relative;
  padding: 60px 0px;
  background-color: rgba(241, 241, 241, 0.3803921569);
}
@media (max-width: 1559px) {
  .global-section {
    padding: 40px 0px;
  }
}
.global-section .heading {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .global-section .heading {
    margin-bottom: 30px;
  }
}
.global-section .heading h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 767px) {
  .global-section .heading h2 {
    font-size: 20px;
  }
}
.global-section .heading p {
  font-size: 16px;
  font-weight: 400;
  color: #4C4C4C;
}
@media (max-width: 767px) {
  .global-section .heading p {
    font-size: 14px;
  }
}
.global-section .owl-carousel .owl-nav {
  position: absolute;
  right: 0px;
  top: -120px;
  width: 70px;
  text-align: right;
}
@media (max-width: 767px) {
  .global-section .owl-carousel .owl-nav {
    top: -138px;
  }
}
@media (max-width: 639px) {
  .global-section .owl-carousel .owl-nav {
    top: -109px;
  }
}
.global-section .owl-carousel .owl-nav button {
  background-color: #CD4A01;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-section .owl-carousel .owl-nav button i {
  font-size: 10px;
}
.global-section .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
  top: 0px;
}
.global-section .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  top: 0px;
}

.new_add_box {
  padding: 60px 0px;
  background-color: #D0DDDC;
}
@media (max-width: 1559px) {
  .new_add_box {
    padding: 40px 0px;
  }
}
.new_add_box h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 767px) {
  .new_add_box h3 {
    font-size: 20px;
  }
}

.latest-news .heading {
  margin-bottom: 20px;
}
.latest-news marquee {
  height: 260px;
  border-radius: 20px;
  background-color: #708381;
}
.latest-news marquee a {
  text-align: left;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  display: block;
  margin-bottom: 10px;
}
.latest-news marquee a h5 {
  margin: 0px;
}
.latest-news marquee a span {
  color: #ccc;
  font-size: 12px;
}
.latest-news a.btn-rounded {
  padding: 10px 20px;
  margin-top: 30px;
  display: inline-block;
}

.news .media {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  flex-direction: column;
  height: 330px;
  transition: all 0.3s ease;
  width: 100%;
}
.news .media:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.news .media a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  display: block;
}
.news .media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.news .media .media-body {
  padding-top: 20px;
}
.news .media .media-body h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}
.news a.btn-rounded {
  margin: 20px auto;
  display: block;
  width: 150px;
}

.client-reviews .content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
}
.client-reviews .content h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.client-reviews .content .star {
  color: #CD4A01;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.client-reviews .content p {
  font-size: 14px;
  font-weight: 400;
  color: #4C4C4C;
  margin: 5px auto 0px;
}

footer {
  background-color: #f1f3f3;
  color: #000;
  padding: 40px 0px;
}
footer h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer h3 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
footer a {
  color: #fff;
}
footer p {
  font-size: 12px;
}
footer .logo-text {
  font-size: 20px;
  text-transform: uppercase;
  color: #CD4A01;
  font-weight: 600;
}
footer .logo-text span {
  color: #000;
  font-weight: 400;
}
footer .company-info li {
  list-style: none;
}
footer .company-info li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 0px;
}
footer ul.socialinks {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer ul.socialinks li {
  list-style: none;
}
footer ul.socialinks a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
footer ul.contact-info li {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
}
footer ul.contact-info li b {
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  background-color: #000;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul.contact-info li b i,
footer ul.contact-info li b svg {
  font-size: 12px;
  width: 15px;
  color: #fff;
}
footer ul.contact-info li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px 0px;
}
footer ul.contact-info li a:hover {
  color: #CD4A01;
}
footer ul.contact-info li span {
  width: calc(100% - 60px);
}

.copyrights {
  background-color: #0e1918;
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.copyrights:hover {
  text-decoration: none;
  color: #fff;
}
.copyrights a {
  color: #CD4A01;
  font-weight: 600;
  margin-left: 4px;
}

.upload_news {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .upload_news {
    padding: 30px 0px;
  }
}
.upload_news h2 {
  font-weight: 700;
  max-width: 500px;
}
@media (max-width: 767px) {
  .upload_news h2 {
    font-size: 20px;
  }
}
.upload_news p {
  max-width: 500px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .upload_news p {
    font-size: 14px;
  }
}
.upload_news h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .upload_news h5 {
    font-size: 14px;
  }
}
.upload_news ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.upload_news ul li b {
  width: 30px;
  height: 30px;
  background-color: #CD4A01;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload_news form {
  padding: 40px;
  box-shadow: 0px 0px 2px #ccc;
  background-color: #CD4A01;
  border-radius: 10px;
}
.upload_news form label {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
.upload_news form .btn-rounded {
  background-color: #fff;
  color: #CD4A01;
}

#write_review label {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
#write_review .startinner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#write_review .startinner input.star {
  display: none;
}
#write_review .startinner label.star {
  float: right;
  padding: 0px 10px;
  font-size: 30px;
  color: #929292;
  transition: all 0.2s;
}
#write_review .startinner input.star:checked ~ label.star:before {
  content: "\f005";
  color: #FD4;
  transition: all 0.25s;
}
#write_review .startinner input.star-5:checked ~ label.star:before {
  color: #ff9800;
}
#write_review .startinner input.star-1:checked ~ label.star:before {
  color: #c7c7c7;
}
#write_review .startinner input.star-2:checked ~ label.star:before {
  color: #6f6f6f;
}
#write_review .startinner input.star-3:checked ~ label.star:before {
  color: #f3874c;
}
#write_review .startinner input.star-4:checked ~ label.star:before {
  color: #cd4a01;
}
#write_review .startinner label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}
#write_review .startinner label.star:before {
  content: "\f006";
  font-family: FontAwesome;
}
#write_review .startinner span.average {
  display: inline-block;
  padding: 3px 15px;
  background-color: #FF9800;
  color: #fff;
  border-radius: 100px;
  box-shadow: 0px 0px 2px 2px rgba(241, 202, 144, 0.32);
}

#ratings figure {
  display: flex;
  gap: 10px;
  padding: 20px;
  margin-bottom: 0px;
  border-bottom: 1px solid #f3f3f3;
}
#ratings figure .star {
  margin: 0px;
}
#ratings figure p {
  margin: 0px;
}
#ratings figure .imgbox {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
}
#ratings figure .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.datetime {
  font-size: 12px;
  font-weight: 400;
  color: #4C4C4C;
  display: flex;
  align-items: center;
  gap: 10px;
  display: flex;
  align-items: center;
}
.datetime span {
  display: flex;
  align-items: center;
  gap: 2px;
}
.datetime span svg {
  width: 14px;
}

.mypopup .modal-header h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.mypopup .modal-body {
  padding: 30px;
}
@media (max-width: 767px) {
  .mypopup .modal-body {
    padding: 15px;
  }
}
.mypopup .modal-body label {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
}

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

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.business_listings {
  background-color: #fff;
}
.business_listings a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.business_listings a .imgbox {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 10px;
  background-color: #D0DDDC;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.business_listings a .imgbox:hover {
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.business_listings a .imgbox svg {
  width: 25px;
  height: 25px;
  color: #435a58;
  stroke-width: 1.5px;
}
.business_listings a .imgbox img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.business_listings a span {
  font-size: 14px;
  transition: all 0.3s ease;
}
.business_listings a span:hover {
  color: #CD4A01;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .business_listings a span {
    font-size: 12px;
  }
}
.business_listings a span {
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
}
.business_listings .btn-rounded {
  width: 120px;
  margin: 40px auto;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .business_listings .btn-rounded {
    margin: 20px auto;
  }
}
.business_listings .btn-rounded:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.inner-page > h1 {
  font-size: 24px;
  text-transform: capitalize;
  color: #CD4A01;
  text-align: center;
  margin-bottom: 20px;
  background-color: #1F625C;
  color: #fff;
  padding: 50px 10px;
}
.inner-page .container {
  padding: 50px 15px;
  min-height: 400px;
}
@media (max-width: 767px) {
  .inner-page .container {
    padding: 30px 15px;
  }
}
.inner-page .container form {
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0px 0px 2px #ccc;
  padding: 20px;
}

.jobs ul li {
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.jobs ul li:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.jobs ul li h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.jobs ul li p {
  margin: 0px;
}
.jobs ul li p b,
.jobs ul li p span {
  font-size: 12px;
}
.jobs ul li a {
  color: #CD4A01;
  text-decoration: none;
}

.pagination {
  justify-content: center;
}
.pagination .page-item {
  padding: 0px;
  transition: none;
}
.pagination .page-item:hover {
  transform: none;
}
.pagination .page-item .page-link {
  color: #CD4A01;
}
.pagination .page-item.active a {
  background-color: #CD4A01;
  color: #fff;
  border: none;
}

@media (max-width: 767px) {
  .service_list .container {
    padding-top: 0px;
  }
}
.service_list .filter {
  display: flex;
  width: 100%;
  padding: 10px;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 7px;
}
.service_list .filter label {
  width: 80px;
  margin: 0px;
}
.service_list .filter form {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: inherit;
  padding: 15px;
  margin: inherit;
  margin-bottom: 0px;
  margin-left: auto;
}
.service_list li {
  display: flex !important;
  gap: 20px;
}
@media (max-width: 767px) {
  .service_list li {
    flex-direction: column;
  }
}
.service_list li .star {
  margin-bottom: 5px;
}
.service_list li p {
  margin-bottom: 10px;
}
.service_list li .img-box {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service_list li .img-box {
    width: 100%;
    height: 250px;
  }
}
.service_list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_list .btn-rounded {
  color: #fff !important;
  display: block;
  padding: 7px 10px;
  width: 130px;
  margin: 10px 0px;
}

.details .slider1 {
  position: relative;
}
.details .slider1 .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  text-align: right;
}
.details .slider1 .owl-nav button {
  background-color: #CD4A01;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details .slider1 .owl-nav button i {
  font-size: 10px;
}
.details .slider1 .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
  top: 0px;
}
.details .slider1 .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  top: 0px;
}
.details .slider1 .item {
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .details .slider1 .item {
    height: 250px;
    margin-bottom: 20px;
  }
}
.details .slider1 .item img {
  width: 100%;
  height: 100%;
}
.details .map {
  margin: 40px 0px;
}
.details .map iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .details .map iframe {
    height: 250px;
  }
}
.details figure h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 767px) {
  .details figure h2 {
    font-size: 20px;
  }
}
.details figure .address_contact p {
  margin-bottom: 15px;
  display: flex;
  gap: 5px;
  line-height: normal;
}
@media (max-width: 767px) {
  .details figure .address_contact p {
    font-size: 14px;
  }
}
.details figure .address_contact p span svg {
  width: 16px;
  height: 16px;
  color: #000;
}
.details figure .address_contact p span svg.lucide-map-pin {
  width: 16px;
  height: 16px;
  color: #000;
}
.details figure .address_contact p a {
  color: #000;
}
.details figure .boxs {
  margin-top: 20px;
}
.details figure .boxs h4 {
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.details figure .boxs.social_links ul li {
  list-style: none;
  display: inline-flex;
  margin: 8px 2px;
}
.details figure .boxs.social_links ul li a {
  text-decoration: none;
  text-transform: capitalize;
  background-color: #CD4A01;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.details figure .boxs.social_links ul li a:hover {
  background-color: #000;
  color: #fff;
}
.details figure .average {
  color: #CD4A01;
}
.details figure .star {
  margin-bottom: 10px;
}
.details figure .star i {
  color: #CD4A01;
  font-size: 16px;
  margin-right: 5px;
}
.details .nav-tabs {
  margin-top: 20px;
  border: none;
}
.details .nav-tabs .nav-item {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 5px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .details .nav-tabs .nav-item {
    font-size: 14px;
    width: 100%;
    padding: 5px;
  }
}
.details .nav-tabs .nav-item .nav-link {
  background-color: #CD4A01;
  color: #fff;
  border: none;
  border-bottom: 2px solid #CD4A01;
  font-size: 14px;
}
@media (max-width: 767px) {
  .details .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    width: 100%;
  }
}
.details .nav-tabs .nav-item .nav-link svg {
  width: 16px;
  height: 16px;
  color: #fff;
}
.details .nav-tabs .nav-item .nav-link span {
  margin-left: 5px;
}
.details .nav-tabs .nav-item .nav-link.active {
  background-color: #000;
  color: #fff;
  border: none;
  border-bottom: 2px solid #000;
}
.details .tab-content {
  border: 1px solid #ccc;
}
.details .tab-content .tab-pane {
  padding: 20px !important;
}
.details .tab-content .tab-pane form {
  box-shadow: none;
  max-width: 100%;
}

.all-business-listings ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1279px) {
  .all-business-listings ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .all-business-listings ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.all-business-listings ul li {
  list-style: none;
}
.all-business-listings ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.all-business-listings ul li a .imgbox {
  width: 250px;
  height: 220px;
}
@media (max-width: 639px) {
  .all-business-listings ul li a .imgbox {
    width: 100%;
    height: 120px;
  }
}
.all-business-listings ul li a .imgbox {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #D0DDDC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-business-listings ul li a .imgbox svg {
  width: 25px;
  height: 25px;
  color: #435a58;
  stroke-width: 1.5px;
}
.all-business-listings ul li a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-business-listings ul li a span {
  font-size: 14px;
}
@media (max-width: 639px) {
  .all-business-listings ul li a span {
    font-size: 12px;
  }
}
.all-business-listings ul li a span {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}

.all_news .outer {
  margin-bottom: 20px;
}
.all_news .outer .media {
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-details-page {
  background-color: #f9fdfa;
}
.news-details-page .imgbox {
  margin-bottom: 20px;
}
.news-details-page .imgbox img {
  border-radius: 10px;
  overflow: hidden;
}

.hero2 {
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .hero2 {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .hero2 .row {
    flex-direction: column-reverse;
  }
}
.hero2 .row h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1F625C;
}
@media (max-width: 1579px) {
  .hero2 .row h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hero2 .row h2 {
    font-size: 30px;
  }
}
.hero2 .row p {
  font-size: 16px;
  font-weight: 400;
  color: #4C4C4C;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero2 .row p {
    font-size: 14px;
  }
}
.hero2 .row .btn-rounded {
  margin-left: 0px;
}
@media (max-width: 1579px) {
  .hero2 .row img {
    max-width: 430px;
  }
}

.all-latest-news .news-list li {
  list-style: none;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.all-latest-news .news-list article h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.all-latest-news .news-list span {
  font-size: 14px;
  font-weight: 400;
  color: #4C4C4C;
}

.faq {
  background: #CD4A01 url(../img/testimonial.png) no-repeat center center;
}
.faq h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .faq h2 {
    font-size: 20px;
    text-transform: capitalize;
  }
}
.faq h2 {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.faq .card {
  max-width: 770px;
  margin: 0 auto 30px;
}
.faq .card .card-header {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 0px;
}
.faq .card .card-header button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 15px;
  padding-right: 40px;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .faq .card .card-header button {
    font-size: 14px;
  }
}
.faq .card .card-header button::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 24px;
  transform: translateY(-50%);
}
.faq .card .card-header button.collapsed::after {
  content: "\f106";
}
.faq .card .card-body {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #4C4C4C;
}
@media (max-width: 767px) {
  .faq .card .card-body {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
