@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

/*--
    - Common CSS 
-----------------------------------------*/
:root {
  --primary-color: #141325;
  --secondary-color: #e33232;
  --white-color: #ffffff;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 2rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 2em;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  position: relative;
  color: #171717;
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #171717;
}

a:hover {
  color: #333;
}

p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: #555555;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid var(--primary-color);
}

::selection {
  background: #ddd;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}
.custom-container {
  max-width: 1920px;
  margin: 0 auto;
}
/*Section Padding CSS*/

.section-padding {
  padding: 100px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1277px) {
  .main-menu ul > li {
    margin: 0 8px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 100px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 100px 30px;
  }
  .footer-form {
    padding: 40px 20px 40px 30px !important;
  }
  .form-side-image iframe {
    height: 300px !important;
  }
  .process-wrapper .col-lg-3::after {
    display: none;
  }

  .process-wrapper .col-lg-3:nth-child(1)::after,
  .process-wrapper .col-lg-3:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 25%;
    right: -20px;
    width: 70px;
    height: 70px;
    background-image: url("../img/icon/arrow-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    z-index: 1;
    display: block;
  }
  .contact-address,
  .contact-phone,
  .contact-mail {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 10px;
  }
  .xs-contact-infomation,
  .xs-contact-sec,
  .xs-contact-infomation.xs-contact-info-1,
  .section.xs-contact-sec.xs-contact-v2-sec {
    margin-bottom: 60px;
  }
  .contact-info-group {
    margin-bottom: 40px;
  }
  .xs-contact-infomation.xs-contact-infomation-v2
    [class*="col-"]:last-of-type
    .contact-info-group {
    margin-bottom: 0;
  }
  .footer-form {
    padding: 40px 20px 40px 30px !important;
  }
  .form-side-image iframe {
    height: 300px !important;
  }
  .contact-address,
  .contact-phone,
  .contact-mail {
    margin-bottom: 20px;
  }
  .inner-link-image img {
    height: 300px !important;
  }
}

/*Margin & Padding */

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-300 {
  margin-top: 300px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*Section Title */

.section-title {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
  }
}

.section-title h1 {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color);
}
/* .section-title h2::before {
  content: " ";
  background: var(--primary-color);
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: -5px;
  border-radius: 50px;
} */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 60px;
    line-height: 150%;
    margin: 0;
  }
  .nav-item a {
    margin: 0 5px !important;
  }
  .footer-cta-content h2 {
    font-size: 40px;
  }
  .footer-links ul li a {
    padding-left: 10px !important;
    font-size: 14px !important;
  }
  .footer-social-links ul {
    padding-left: 0 !important;
  }
  .footer-links {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 100%;
    margin: 10px 0;
  }
  .consulting-content {
    margin-top: 20px;
  }
  .service-benefits {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .breadcrumb-area-inner .title {
    font-size: 50px !important;
  }
  .breadcrumb-area-inner .nav-area-navigation a,
  .breadcrumb-area-inner .nav-area-navigation p.service,
  .breadcrumb-area-inner .nav-area-navigation p.current,
  .breadcrumb-area-inner .nav-area-navigation p.service::after,
  .breadcrumb-area-inner .nav-area-navigation a::after {
    font-size: 12px !important;
  }
  .inner-service-content .section-title h2 {
    font-size: 36px !important;
  }
  .faq-content {
    margin-top: 30px !important;
  }
  .section-title h2 {
    margin: 15px 0 15px 0 !important;
  }
  .footer-links {
    padding-left: 0 !important;
  }
  .footer-social-links ul {
    padding-left: 0 !important;
  }
  .footer-links {
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 150%;
    margin: 15px 0;
  }
  .consulting-content {
    margin-top: 30px;
  }
  .two-column-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .service-benefits {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .breadcrumb-area-inner .title {
    font-size: 30px !important;
  }
  .breadcrumb-area-inner .nav-area-navigation a,
  .breadcrumb-area-inner .nav-area-navigation p.service,
  .breadcrumb-area-inner .nav-area-navigation p.current,
  .breadcrumb-area-inner .nav-area-navigation p.service::after,
  .breadcrumb-area-inner .nav-area-navigation a::after {
    font-size: 10px !important;
  }
  .inner-service-content .section-title h2 {
    font-size: 24px !important;
  }
  .faq-content {
    margin-top: 30px !important;
  }
  .section-title h2 {
    margin: 15px 0 15px 0 !important;
  }
  .footer-social-links ul {
    padding-left: 0 !important;
  }
  .footer-links {
    padding-left: 0 !important;
  }
  .contact-form {
    padding: 0 !important;
  }
}

.section-title h2 span {
  color: #6dd6f9;
}

.section-title h3 {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section-title h3 {
    font-size: 16px;
  }
}

.section-title p {
  margin: 0;
}

.section-title span i {
  color: #6da91661;
  font-size: 80px;
}

@media (max-width: 767px) {
  .section-title span i {
    font-size: 40px;
  }
}

.section-title i {
  color: #6dd6f9;
  position: relative;
  top: 10px;
}

.gray-bg .section-title span i {
  color: #6dd6f9;
}

.section-title img {
  border-radius: 50px;
  height: 60px;
  position: relative;
  bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title img {
    display: none;
  }
  .specialized-list li img {
    display: block;
  }
}

@media (max-width: 767px) {
  .section-title img {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title img {
    height: 40px;
  }
  .specialized-list li img {
    display: block;
  }
}

/*Button Style */

.theme-btn {
  background: var(--secondary-color);
  border: 1px solid transparent;
  color: #fff !important;
  font-size: 18px;
  padding: 15px 20px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.white-btn {
  background: #ffffff;
  border: 1px solid var(--secondary-color) !important;
  font-size: 1px;
  line-height: 16px;
  padding: 15px 20px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .theme-btn,
  .white-btn {
    padding: 15px 20px;
  }
}
.border-btn {
  background: transparent;
  border: 1px solid #ffffff;
}
.theme-btn:hover {
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}
.white-btn:hover {
  color: #ffffff !important;
  background: var(--secondary-color) !important;
  border: 1px solid transparent !important;
}
.theme-btn i {
  transform: rotate(45deg);
  font-size: 17px;
  padding-left: 5px;
  position: relative;
  top: 1px;
  transition: all 0.3s ease-in-out;
}
.theme-btn:hover i {
  transform: rotate(0);
}
.white-btn i {
  transform: rotate(0);
  font-size: 17px;
  padding-right: 5px;
  position: relative;
  top: 1px;
}

.white-btn:hover i {
  transform: rotate(317deg);
}
/*Form Style CSS */

input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type="submit"],
button[type="submit"] {
  border: none;
  display: inline-block;
  color: #171717;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  background: #171717;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}
.form-control {
  padding: 12px 20px;
}
input.form-control {
  padding: 15px 20px;
  line-height: 1.2;
}
textarea.form-control {
  height: 50px;
}
textarea.contact-page.form-control {
  height: auto;
}
/*Bootstrap CSS*/

.container-fluid {
  padding: 0 20px;
}

/* .container {
  max-width: 1200px;
} */
.navbar-light {
  background: #ffffff;
  padding: 0;
}
.navbar-toggler-icon {
  /* background-image: none; */
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */

.white-bg {
  background: #fff;
}

.dark-bg {
  background: #171717;
}

.gray-bg {
  background: #efefe9;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.overlay,
.overlay-5,
.overlay-4,
.overlay-3,
.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active,
.active.overlay-2,
.active.overlay-3,
.active.overlay-4,
.active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-black {
  color: #171717 !important;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Preloader*/

.preloader {
  background-color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.spinner {
  width: 60px;
  height: 60px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddd;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

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

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*-- Search Form --*/

.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 25px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 30px;
  top: 35px;
  font-size: 30px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  width: 50%;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: -25px;
  top: 0px;
  background: transparent !important;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* clears the ‘X’ from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}

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

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 1px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: var(--primary-color);
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #141417 none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 10px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overlay {
  position: fixed;
  background: rgba(34, 40, 49, 0.4392156863);
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: all 0.8s ease-out 0s;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222b;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #000;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: #141417;
}

.directon-sign i {
  font-size: 80px;
  color: #ddd;
}

.circle-button {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    display: none;
  }
}

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

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 30px !important;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-area {
  border-bottom: 1px solid #eee;
}
.nav-width {
  max-width: 1400px;
}
.header-area .navigation {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  /* background: #fff; */
}

.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #171717;
  border-right: 1px solid #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
    border-right: none;
  }
}

.logo a {
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}
.main-menu {
  display: flex !important;
  align-items: end;
  justify-content: end;
}
.main-menu ul {
  line-height: 1;
}

.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 15px;
  position: relative;
}

.main-menu ul > li > a {
  display: inline-block;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 1;
  padding: 25px 0;
  overflow: hidden;
  color: #fff;
}
.main-menu ul > li > a:hover {
  color: var(--primary-color);
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 235px;
  background-color: var(--primary-color);
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}

.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.main-menu ul > li > ul li a {
  display: block;
  color: #fff !important;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.main-menu ul > li > ul li a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}

.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}

.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: var(--primary-color);
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: var(--primary-color);
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 60px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #ffffff;
}

.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
}

.header-area .container {
  /* background: #fff; */
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}

#hamburger i {
  cursor: pointer;
}

@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 12px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn,
.action-bar .white-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-right {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 90px;
  padding-left: 30px;
}
.header-right p {
  margin: 0;
  color: var(--primary-color);
}

.hero-overlay {
  position: absolute;
  background-color: #0000006f;
  width: 100%;
  height: 100%;
  z-index: 2;
  inset: 0;
}

/* ************************************ */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 200px 0 250px 0;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(28 28 28 / 45%);
  z-index: 3;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.content-container {
  position: static;
  z-index: 4;
  color: white;
}

.hero-title {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
  margin-top: 10px;
}
.hero-title span {
  font-style: italic;
}
.hero-info {
  text-align: right;
}

/* Background color with transition when navbar is expanded */
.navbar-collapse {
  background-color: transparent;
  top: 0%;
  right: 15px;
}

.navbar-collapse.show {
  position: absolute;
  top: 100%;
  right: 15px;
  padding: 30px;
  border-radius: 20px;
}

.navbar-brand {
  font-weight: bold;
  color: white;
}

.logo {
  width: 166px;
}
.right-side {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 20px;
}
.nav-btns {
  gap: 15px;
}
.navbar-nav > li {
  padding: 31px 0 !important;
}
.nav-item a {
  text-transform: uppercase;
  margin: 0 20px;
  font-size: 16px;
}
.nav-item.active a {
  color: var(--secondary-color) !important;
}
.nav-link {
  color: var(--primary-color) !important;
  font-weight: 700 !important;
}
.nav-link:hover {
  font-weight: 700 !important;
  color: var(--secondary-color) !important;
}

.btn-quote {
  background-color: #e08b5f;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 1rem;
  border: none;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.btn-quote:hover {
  background-color: var(--primary-color);
}

.hero-btn {
  background: #ffffff !important;
  color: #000000 !important;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  cursor: default;
}

.sub-title-para {
  margin-bottom: 20px;
  position: relative;
  padding-left: 18px;
  font-size: 17px;
}
.hero-section-content {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-para {
  color: #ffffff;
  margin-bottom: 0;
}
.right-content {
  width: 50%;
  margin-left: 10%;
}
/* Hero Bottom Section */
.hero-bottom-links {
  margin: 0.25rem 0.25rem 0 0.25rem;
}

.quote-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.quote-content p {
  width: 300px !important;
  margin-bottom: 0;
  color: #ffffff;
}

.inner-links {
  padding: 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  border-radius: 5px;
}
.inner-links h2 {
  font-size: 24px;
  color: #fff;
}
.inner-links p {
  width: 200px;
  margin-bottom: 0;
  color: #ffffff;
}
.inner-link-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 5px;
}
.inner-link-image-1 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}
.border-btn {
  background: transparent !important;
  color: #000000 !important;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--primary-color);
  margin-bottom: 10px;
}
.about-us-content {
  padding: 30px 30px 0 30px;
}
.about-us-content .section-title {
  margin-bottom: 10px;
}
/* Services Section */

.card {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}

.card:hover img {
  transform: scale(1.08);
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.service-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #fff;
  transition: all 0.3s ease-in-out;
  width: 80%;
}

.service-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}
.service-content a {
  color: #fff;
  font-size: 18px;
}
/* Why Choose Us */
.why-choose-us {
  background: #ebebeb;
}
.why-choose-us h2 {
  margin-bottom: 30px;
}
.wcu-icon img {
  filter: brightness(0);
  width: 400px;
}
.wcu-text {
  text-align: center;
}
.wcu-text h3 {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
.wcu-text p {
  margin-bottom: 0;
}
/* FAQ Section */
.faq-accordion {
  background-color: #f2f7fb;
}

.accordion-item h2 {
  font-family: "Inter", sans-serif;
}
.faq-accordion {
  border-radius: 8px;
  overflow: hidden;
}

.our-faqs-content {
  position: relative;
}

.our-faqs-content img {
  width: 100%;
  border-radius: 10px;
  height: 620px;
  object-fit: cover;
}

.faq__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  width: fit-content;
  padding: 10px 13px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 8px;
}

.faq__contact--number {
  margin-bottom: 0;
}

.faq__contact--icon {
  background: var(--primary-color);
  padding: 10px;
  font-size: 1.8rem;
  height: fit-content;
  border-radius: 5px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__doubts {
  background: white;
  padding: 30px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__doubts--content h3 {
  font-size: 22px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-weight: 600;
  margin-bottom: 5px;
}

.faq__doubts--content p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 60%;
}

.faq__contact--text {
  font-size: 14px;
  margin-bottom: 0;
}

.faq__contact--number a {
  font-size: 18px;
}
.faq-image img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

/* Accordion Items */
.accordion-item {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

.accordion-button {
  background-color: #fff;
  color: #2d3748; /* Dark text */
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: none;
}

.accordion-button span {
  font-weight: bold;
  margin-right: 10px;
  color: var(--primary-color);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:hover {
  background-color: #f1f5f9;
}

.accordion-button::after {
  content: "-";
  font-size: 20px;
  margin-left: auto;
  color: var(--primary-color);
}

.accordion-button.collapsed::after {
  content: "+";
}

/* Accordion Body */
.accordion-body {
  background-color: #ffffff; /* Matching background */
  padding: 5px 20px 5px 40px;
  color: #4a5568; /* Neutral text color */
  font-size: 16px;
  line-height: 1.6;
}

.accordion-button::before {
  display: none;
}

.accordion-button {
  box-shadow: none;
  background-color: #fff !important;
}

.image-section .section-title h2 {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 120%;
}

/* .section-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="8"><path d="M0,4 L8,0 L16,4 L24,0 L32,4 L40,0 L48,4 L56,0 L60,2" stroke="%23f35b04" stroke-width="2" fill="none"/></svg>')
    no-repeat center center;
  background-size: contain;
  margin-bottom: 15px;
} */

.image-section img {
  max-width: 100%;
  border-radius: 10px;
}

.accordion-button:focus {
  box-shadow: none !important;
  border-color: none !important;
}
/* Gallery Section */
.home-gallery-image {
  border-radius: 10px;
}

.home-gallery-image img:hover {
  transform: scale(1.1);
}
.home-gallery-image img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
/* Testimonial */
#testimonial-2 {
  /* background: var(--primary-color); */
}

#testimonial-2 .single-testimonial-item p {
  font-size: 15px;
  color: #ffffff;
}
#testimonial-2 .single-testimonial-item h3 {
  font-size: 28px;
  font-family: "Manrope", sans-serif;

  text-align: left;
  margin: 15px 0 10px 0;
}
.client-img img {
  border-radius: 50%;
}

#testimonial-2 .testimonial-author h6 {
  color: inherit;
}

#testimonial-2 .owl-carousel .owl-stage-outer {
  overflow: unset;
}

#testimonial-2 .owl-item {
  opacity: 0;
}

#testimonial-2 .owl-item.active {
  opacity: 1;
}

#testimonial-2 .owl-nav button.owl-prev,
#testimonial-2 .owl-nav button.owl-next {
  background: #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  display: none;
}

/* #testimonial-2 .owl-nav button.owl-prev:hover,
#testimonial-2 .owl-nav button.owl-next:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--primary-color);
} */

#testimonial-2 .owl-nav {
  position: relative;
  bottom: -50px;
  right: 50%;
  display: flex;
  transform: translate(50%, 50%);
}
#testimonial-2 .owl-nav button.owl-prev {
  position: absolute;
  left: -80px;
  bottom: 120px;
}
#testimonial-2 .owl-nav button.owl-next {
  position: absolute;
  right: -60px;
  bottom: 120px;
}
#testimonial-2 .owl-nav i {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
}
.client-name {
  font-size: 24px;
  font-weight: 600;
}
.star-img {
  text-align: center;
}
.stars {
  margin: 5px 0;
}
.stars i {
  color: #ffca05;
}
.owl-dots {
  display: none !important;
}
/* Form Section */
.footer-form-section .container {
  background: #ebebeb;
  border-radius: 20px;
}
.contact-details-section {
  padding: 40px 0 40px 40px;
}
.footer-form {
  padding: 60px 20px 60px 30px;
}
.form-side-image {
  width: 100%;
  height: 400px;
}
.form-side-image iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  padding: 10px 0;
}
.contact-details-section h2 {
  font-size: 44px;
  color: var(--primary-color);
}
.contact-details-section a {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
}
.contact-details-section ul li svg {
  margin-right: 10px;
}
.contact-details-section ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}
.footer-input::placeholder {
  font-size: 12px;
  color: #343434;
}
/* Footer CTA */

.footer-cta-box {
  background: var(--primary-color);
  padding: 30px 0;
  border-bottom: 1px solid #434343;
}
.footer-cta-content .section-title {
  margin-bottom: 0;
}

.footer-cta-content .section-title h2 {
  color: var(--white-color);
}

.footer-cta-btn {
  text-align: right;
}

.footer-cta-btn .hero-btn i {
  font-size: 18px;
  margin-right: 5px;
  color: var(--primary-color);
}
.contact-btn {
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.contact-btn:hover i {
  color: #ffffff !important;
}
.contact-btn:hover {
  background: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color);
  color: #ffffff !important;
}
.footer-cta-btn .btn-default.btn-phone {
  background: var(--dark-divider-color);
  border: 1px solid var(--white-color);
}

.footer-cta-btn .btn-default.btn-phone::before {
  background: var(--accent-color);
}

.footer-cta-btn .btn-default.btn-comment {
  margin-left: 30px;
  border: 1px solid var(--white-color);
}

.footer-cta-btn .btn-default.btn-comment::before {
  background: var(--dark-divider-color);
}

/* Footer Section */
footer.main-footer {
  /* background: #6c6d71 url(../img/footer-bg.svg) no-repeat bottom center; */
  background: var(--primary-color);
  background-size: cover;
}

.footer-contact {
  border-bottom: 1px solid #ffffff20;
  margin-bottom: 80px;
  padding: 30px 0;
}

.footer-contact-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-contact-box .contact-icon-box-1 {
  width: 80px;
  height: 80px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  margin-right: 30px;
}

.footer-contact-info {
  width: calc(100% - 110px);
}

.footer-contact-info h3 {
  color: var(--white-color);
  font-size: 22px;
}

.footer-contact-info p {
  margin-bottom: 0;
  color: var(--white-color);
}

.footer-about figure {
  margin-bottom: 20px;
}

.footer-about p {
  color: var(--white-color);
  font-size: 14px;
}

.footer-social-links ul {
  padding-left: 50px;
  margin: 0;
  list-style: none;
}

.footer-social-links ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-social-links ul li a {
  color: #ffffff;
}
.footer-social-links ul li a i {
  font-size: 18px;
}
.footer-links {
  padding-left: 40px;
  padding-top: 50px;
}

.footer-links h2 {
  color: var(--white-color);
  font-size: 22px;
  position: relative;
  margin-bottom: 30px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  position: relative;
  margin-bottom: 10px;
}

.footer-links ul li a {
  padding-left: 16px;
  color: var(--white-color);
  font-size: 16px;
}

.footer-links ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(0, -50%);
}

.footer-links ul li a:hover {
  color: var(--secondary-color);
  transform: translateX(10px);
}
.footer-links ul li a:hover:before {
  background: var(--secondary-color);
}
.footer-copyright {
  border-radius: 30px;
}

.footer-copyright-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.footer-copyright-text p {
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}
.footer-copyright-text p a {
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}
.footer-copyright-text p a:hover {
  color: var(--secondary-color);
}

.footer-logo {
  width: 220px;
  margin-bottom: 15px;
}
.form-control:focus {
  box-shadow: none;
}

.extra-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

/* ***************** */
.sub-menu {
  position: absolute;
  top: 100%;
  width: 385px;
  background-color: var(--primary-color) !important;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px;
  border-radius: 0 0 15px 15px;
  display: block;
}

.sub-menu li {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.sub-menu li a.nav-link {
  transition: all 0.3s ease-in-out;
  color: #ffffff !important;
  text-transform: capitalize;
}
.sub-menu li a:hover {
  background: transparent !important;
  transform: translateX(8px);
}
.sub-menu li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}

.sub-menu li a:hover i {
  transform: rotate(0);
}

.sub-menu ul {
  left: 100%;
  top: 0;
}
.main-dropdown {
  position: relative;
  list-style: none;
}
.main-dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sub-menu .nav-link {
  padding: 5px !important;
  margin: 0;
  font-weight: 500 !important;
}
.wcu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .quote-content {
    display: block;
  }
  .quote-content .hero-btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-content {
    display: block;
  }
  .right-content {
    width: 100%;
    margin-left: 0%;
  }
  .footer-cta-btn {
    text-align: left;
    margin-top: 20px;
  }
  .footer-copyright-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer-copyright-text p {
    text-align: left;
    font-size: 14px;
  }
  .footer-copyright-text p a {
    font-size: 12px;
  }
}
/* Breadcrumb Section */
.breadcrumb-area {
  margin: auto;
  display: flex;
  align-items: center;
  padding: 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    to right,
    rgba(2, 6, 93, 0.9) 0%,
    rgba(2, 6, 93, 0.7) 40%,
    rgba(2, 6, 93, 0.5) 70%,
    rgba(2, 6, 93, 0) 100%
  ); */
  background: rgba(0, 0, 0, 0.45) 80%;
  z-index: 0;
}

.breadcrumb-area-inner .title {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.breadcrumb-area-inner .nav-area-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.breadcrumb-area-inner .nav-area-navigation a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.breadcrumb-area-inner .nav-area-navigation a i {
  margin-right: 7px;
}
.breadcrumb-area-inner .nav-area-navigation p.current {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin: 0;
  line-height: 150%;
  background: var(--white-color);
  border-radius: 30px;
  padding: 6px 15px;
}

.breadcrumb-area-inner .nav-area-navigation a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-size: 16px;
  margin: 0 10px;
}
.breadcrumb-area-inner .nav-area-navigation p.service {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.breadcrumb-area-inner .nav-area-navigation p.service::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-size: 16px;
  margin: 0 10px;
}
.breadcrumb-area-inner .nav-area-navigation a.active {
  position: relative;
}

.breadcrumb-area-inner .nav-area-navigation a.active::after {
  position: absolute;
  content: "";
  left: -20px;
  height: 7px;
  width: 7px;
  background: var(--primary-color);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

/* Contact section Start */
.contact-section {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 12px;
}
.contact-box {
  background-color: var(--primary-color);
  color: white;
  padding: 30px 25px;
  border-radius: 15px;
}

.contact-box h3 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.contact-option {
  background-color: #e9e9e9;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.contact-option i {
  font-size: 20px;
  margin-right: 15px;
  color: #000000;
}

.contact-option span {
  font-size: 18px;
  font-weight: 600;
  word-break: break-word;
  color: #000000;
}

.social-icons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.social-icons a {
  color: white;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #ccc;
}
.contact-map {
  display: flex;
}
.contact-map iframe {
  filter: grayscale(1);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.contact-map iframe:hover {
  filter: grayscale(0);
}
/* Consulting Section */
.two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  list-style: none;
  padding-left: 0;
  position: relative;
}

.two-column-grid li {
  position: relative;
  padding-left: 20px;
}

.two-column-grid li::before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  background: var(--secondary-color);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.consulting-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* Process Section */
.process-step {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.process-step .icon {
  width: 100px;
  height: 100px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.process-step .icon img {
  width: 60px;
}

.process-step h5 {
  margin-top: 10px;
  font-weight: 600;
}

.process-step p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}

.process-wrapper .col-lg-3 {
  position: relative;
}

.process-wrapper .col-lg-3:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25%;
  right: -20px;
  width: 70px;
  height: 70px;
  background-image: url("../img/icon/arrow-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 767.98px) {
  .process-wrapper .col-lg-3::after {
    display: none;
  }
}
/* Inner Services Section */
.inner-service-content .section-title h2 {
  font-size: 40px;
}
.service-image img {
  border-radius: 10px;
}
.sub-menus li a {
  color: #ffffff !important;
}
.service-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
}
.benefits {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #72a956;
  padding: 15px;
  border-radius: 15px;
  gap: 1.5rem;
}

.benefits > div:first-child {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.benefits h2 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.benefits p {
  color: #ffffff;
  margin: 10px 0 0 0;
  font-size: 15px;
}
.inner-service-list li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
  font-size: 17px;
}
.inner-service-list li::before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  background: var(--secondary-color);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.help-title {
  margin-bottom: 10px;
}
.dropdown-main {
}
/* Testimonial Section */

.single-testimonial-item {
  background: var(--primary-color);
  padding: 15px;
  border-radius: 10px;
}
.client-star-info-wrp {
  display: flex;
  align-items: center;
  gap: 20px;
}
.client-name {
  font-size: 22px;
  margin-top: 5px;
  color: #ffffff;
}
.single-testimonial-item p {
  margin-top: 20px;
  color: #ffffff;
}
.star-img img {
  width: 120px !important;
}
.client-img img {
  width: 50px !important;
  background: #6d6c78;
  padding: 10px;
  border-radius: 50px;
}
/* About Us Section */
.about-section {
  padding-bottom: 180px;
}
.about-img {
  position: relative;
}

.about-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.checklist-box {
  position: absolute;
  bottom: -30px;
  left: -30px;
  background: var(--secondary-color);
  padding: 20px;
  border-radius: 12px;
  max-width: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.checklist-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist-box li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.checklist-box li p,
.checklist-box li i {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .checklist-box {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
}
/* Why Choose Us Section */
.service-section {
  background-color: var(--primary-color);
  padding: 100px 0;
  position: relative;
}

.card-wrapper {
  margin-top: -180px;
}

.service-card {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 49%);
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-card img {
  width: 80px;
  margin-bottom: 20px;
}

.service-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.service-card p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .card-wrapper {
    position: static;
    transform: none;
    margin-top: -60px;
  }
}
/* Mission Vision Section */
.mission-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.news-card {
  background: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.news-card:last-child {
  margin-bottom: 0;
}
.date-badge {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  position: absolute;
  top: -20px;
}

.news-title {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
.news-desc p {
  color: #666;
  margin: 10px 0 0 0;
}
/* Reviews Section */
.testimonial-card {
  background: #e8e8e8;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  min-height: 200px;
  text-align: left;
  margin-bottom: 30px;
}

.testimonial-card p {
  margin-bottom: 0;
}
.testimonial-author {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.testimonial-author-img {
  position: absolute;
  bottom: -30px; /* makes the author image hang outside */
  left: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-author-img img {
  width: 60px !important;
  background: var(--primary-color);
  padding: 10px;
  border-radius: 50px;
}

.testimonial-author h5 {
  margin: 0;
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: 700;
}

.quote-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 50px;
  color: var(--secondary-color);
  opacity: 0.2;
}
/* ------------- Gallery Section Start ------------------ */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.gallery img {
  width: 400px;
  height: 300px;
  margin: 10px 0px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
}
.gallery img:hover {
  filter: brightness(70%);
  transform: scale(1.1);
}
.gallery video {
  width: 400px;
  height: 300px;
  margin: 10px 0px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
}
.gallery video:hover {
  filter: brightness(70%);
  transform: scale(1.1);
}
.glightbox-clean .gclose {
  width: 50px !important;
  height: 50px !important;
}
/* service page  */

.service__start--image {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service__start--image img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

.single__service--title h1 {
  font-size: 32px !important;
}

.service__top--desc {
  padding-left: 2rem;
}

.top__desc--list {
  color: var(--text-color);
  font-size: 16px;
  padding-left: 1rem;
}

.top__desc--list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.service__top--desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.top__desc--list li i {
  padding-right: 5px;
  color: var(--primary-color);
}

.single__service--wcus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.single__service--wcus img {
  width: 80px;
  filter: grayscale(1);
}

.service__wcus--desc {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service__wcus--line {
  display: none;
  height: 1.5px;
  width: 50px;
  background-color: var(--primary-color);
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.service__wcus--desc p {
  margin-top: 1rem;
  margin-bottom: 0;
}

.service__wcus--desc h6 {
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 18px;
}

/* Swiper */
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide a {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

swiper-slide a:hover {
  transform: scale(1.1);
}

/* swiper-slide.swiper-slide-active img {
  width: 100%;
  transform: scale(1.1);
} */

.single__service--bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (width< 1200px) {
  .single__service--title h2 {
    font-size: 26px !important;
    margin-bottom: 0.5rem;
  }

  .nav-btns {
    display: none !important;
  }

  .content-container {
    padding-top: 150px;
  }

  .feature-image {
    height: 280px;
    width: 100%;
  }

  .feature {
    height: 100%;
    width: 100%;
    display: flex;
  }

  .feature img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (width< 992px) {
  .service__start--image img {
    margin-bottom: 50px;
  }
  .pt-80 {
    padding-top: 60px !important;
  }
  .pb-80 {
    padding-bottom: 60px !important;
  }
  .gallery video,
  .gallery img {
    width: 100% !important;
  }
  .about-section {
    padding-bottom: 100px;
  }
  .checklist-box {
    display: none;
  }
  .about-img img {
    margin-bottom: 20px;
  }
  .mission-image img {
    margin-bottom: 50px;
  }
  .single__service--bottom {
    margin-bottom: 20px;
  }
  .contact-title {
    font-size: 32px !important;
  }
}
@media (width< 450px) {
  .breadcrumb-area-inner .nav-area-navigation a i {
    display: none;
  }
}
