@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
:root {
  /* Colors: */
  --color-009a72: #009a72;
  --color-d5f39b: #d5f39b;
  --color-000000: #000000;
  --color-f2f2f3: #f2f2f3;
  --color-ffffff: #ffffff;
  --color-979aa3: #979aa3;
  --color-d9d9d9: #d9d9d9;
  --color-2d2c2e: #2d2c2e;
  --color-4c4a4d: #4c4a4d;
  --color-7b787e: #7b787e;
  --font-family-poppins: "Poppins", sans-serif;
  --font-family-space: "Space Grotesk", sans-serif;
  --font-style-normal: normal;
  --font-size-10: 10px;
  --font-size-12: 12px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-30: 30px;
  --font-size-35: 35px;
  --font-size-40: 40px;
  --font-size-50: 50px;
  --font-size-66: 66px;
  --font-size-82: 82px;
  --character-spacing-0: 0px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-style: var(--font-style-normal);
  line-height: var(--line-height-27);
  color: var(--color-4c4a4d);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  font-family: var(--font-family-poppins);
  line-height: 1.3rem;
}
p {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Regular);
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
a,
.btn,
button {
  color: var(--color-656565);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-ec1f2b);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h4,
h2,
h3,
h4,
h5,
h6 {
  text-transform: normal;
  margin-bottom: 0px;
  font-family: var(--font-family-space) !important;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
  font-size: var(--font-size-16);
}
.social-links ul {
  display: flex;
}
.social-links ul i {
  /* padding: 4px 6px; */
  border: 1px solid var(--color-009a72);
  color: var(--color-009a72);
  border-radius: 4px;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: ease all 0.5s;
}
.social-links ul i:hover {
  background-color: var(--color-009a72);
  color: var(--color-ffffff);
}
.form-control {
  padding: 0.66rem 1rem;
  border: 2px solid var(--color-009a72);
  border-radius: 0.5rem;
}
.form-control:focus {
  border: 2px solid var(--color-009a72);
}
.section-space {
  padding: 6rem 0;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
.grey {
  background-color: var(--color-f2f2f3);
}
.light-green {
  background-color: var(--color-d5f39b);
}
.height-100 {
  height: 100vh;
}
.pr-100 {
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pb-80 {
  padding-bottom: 100px;
}
.pt-80 {
  padding-top: 100px;
}
.big-heading {
  font-size: var(--font-size-66);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-000000);
  letter-spacing: -3px;
  margin-bottom: 1rem;
  line-height: 4rem;
}
.section-heading {
  font-size: var(--font-size-50);
  font-weight: var(--font-weight-SemiBold);
  letter-spacing: -3px;
  color: var(--color-000000);
  line-height: 3rem;
}
.sub-heading {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-Bold);
}
.small-heading {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-Medium);
  color: var(--color-009a72);
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.common-button {
  display: table-cell;
  font-size: var(--font-size-14);
  line-height: var(--line-height-inherit);
  padding: 0.5rem 2rem;
  background: var(--color-009a72);
  color: var(--color-ffffff) !important;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: 1px solid var(--color-009a72);
  font-weight: 500;
}
.common-button:hover {
  border: 1px solid var(--color-009a72);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: var(--color-000000);
  color: var(--color-ffffff);
}
.common-button-white {
  display: inline-block;
  font-size: var(--font-size-14);
  line-height: var(--line-height-inherit);
  padding: 0.7rem 2.5rem;
  background: var(--color-ffffff);
  color: var(--color-009a72);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: 2px solid var(--color-009a72);
}
.common-button-white:hover {
  border: 2px solid var(--color-009a72);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: var(--color-009a72);
  color: var(--color-ffffff);
}
.common-button-black {
  display: inline-block;
  font-size: var(--font-size-18);
  line-height: var(--line-height-inherit);
  padding: 1rem 3rem;
  background: var(--color-000000);
  color: var(--color-ffffff);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: 1px solid var(--color-000000);
}
.common-button-black:hover {
  border: 1px solid var(--color-009a72);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: var(--color-009a72);
  color: var(--color-ffffff);
}
body.offcanvas-active {
  overflow: hidden;
}
.screen-darken {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.screen-darken.active {
  opacity: 1;
  visibility: visible;
}
.mobile-offcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  z-index: 999;
  background-color: var(--color-009a72);
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.mobile-offcanvas.show {
  right: 0;
}
.mobile-offcanvas .social-links ul {
  display: flex;
  justify-content: center;
}
.mobile-offcanvas .social-links ul i {
  /* padding: 4px 6px; */
  border: 1px solid var(--color-ffffff);
  color: var(--color-ffffff);
}
.menu-btn {
  border: transparent;
  background: transparent;
  margin-left: 1rem;
  padding: 0;
}
.offcanvas-header {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.offcanvas-body {
  padding: 0;
}
.offcanvas-body li a {
  color: var(--color-ffffff);
  font-size: 2rem;
  font-weight: 600;
  line-height: 4rem;
  transition:
    ease all 0.5s;
}
.offcanvas-body li a:hover {
  /* text-decoration: underline; */
  border-bottom: 1px solid #fff;
}
.offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: -.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2rem;
  font-size: 2rem;
  filter: invert(1);
}
.offcanvas-body .contact-home {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.offcanvas-body .policy-menu a {
  color: var(--color-ffffff);
  font-size: var(--font-size-12);
  margin: 0 8px;
}
.offcanvas-body .contact-home .small-heading {
  color: var(--color-ffffff);
  font-size: var(--font-size-18);
}
.offcanvas-body .contact-content a {
  color: var(--color-ffffff);
  font-size: var(--font-size-20);
}
header {
  width: 100%;
  position: fixed;
}
.brand img {
  position: relative;
  left: 0;
  top: 0;
  object-fit: contain;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  width: 170px;
}
.logo-bg {
  position: absolute;
  left: -50%;
  top: 0;
  width: 82%;
  height: 140px;
  background: var(--color-f2f7fa);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.g_header {
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  top: 0%;
  position: fixed;
  background: var(--color-f68e1f);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}
.main-header.g_shrink .main-nav .logo-bg {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: 70px;
}
/* Container and positioning */
.form-group {
  position: relative;
  width: 60%;
  /* max-width: 400px; */
}
/* Input */
.search-input {
  width: 100%;
  padding-right: 95px;
  /* space for icon */
}
.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust based on input padding */
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  /* 👈 Makes the cursor a hand */
  z-index: 1;
}
/* Orbit path container */
.orbit {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center center;
}
/* The image itself */
.orbit img {
  position: absolute;
  top: -52px;
  left: -29px;
  width: 7rem;
  height: 7rem;
  transform: translateX(-50%) rotate(0deg);
  transform-origin: center center;
}
/* Trigger animation on hover of input instead */
.serch_data_filter {
    position: absolute;
    background: #fff;
    z-index: 11;
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    height: auto;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.serch_data_filter  li {
    list-style: none;
    font-size: var(--font-size-16);
	color: var(--color-979aa3);
    margin-bottom: 10px;
	cursor: pointer;
}
.serch_data_filter  li:hover {
    color: var(--color-009a72);
}

.serch_data_filter::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #bbbbbb;
  background-color: #fff;
  border-radius: 5px;
}
.serch_data_filter::-webkit-scrollbar {
  width: 6px;
}
.serch_data_filter::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--color-000000);
}

.search-input:hover~.search-icon .orbit {
  animation: spin 2s linear infinite;
}
.search-input:hover~.search-icon .orbit img {
  animation: counter-spin 2s linear infinite;
}
/* Spin the orbit container */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Keep the icon upright while orbiting */
@keyframes counter-spin {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
.search-container {
  transition: width 0.4s;
}
.search-container input {
  width: 40px;
  transition: width 0.4s;
}
.search-container input:focus {
  width: 100%;
}
.main-header.g_shrink.g_header {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink.g_header .logo-bg {
  height: 120px;
}
.main-header.g_shrink.g_header .brand img {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink .navbar-expand-xl .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: none;
}
.main-header.g_shrink.g_header .main-nav {
  padding: 0px;
}
.main-header.g_shrink .line {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.mobile {
  display: none;
}
/* ============ mobile view ============ */
@media all and (max-width: 1199px) {}
@media (max-width: 1199px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
  }
}
.menu-btn img {
  width: 35px;
  height: auto;
  cursor: pointer;
  filter: invert(1);
}
.main-nav {
  background: transparent;
  width: 100%;
  float: left;
  padding-top: 30px;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.navbar-nav {
  position: relative;
}
.main-nav .navbar-expand-xl .navbar-brand {
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-expand-xl .navbar-brand img,
.main-nav .navbar-expand-xl .navbar-brand .svg {
  width: 160px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-403C68) !important;
}
.main-nav .navbar-nav .nav-item.d-flex {
  padding-left: 60px;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-14);
  color: var(--color-000000);
  line-height: var(--line-height-inherit);
  letter-spacing: 0.05rem;
  padding: 25px 10px;
  border-radius: 1.2rem;
  font-family: var(--font-family-poppins);
  letter-spacing: 0;
}
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-009a72);
}
.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}
.side-contact-details {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
/* Mega Menu Styling */
.dropdown-mega {
  position: static;
  /* prevent overflow cutoff */
}
.dropdown-menu.mega-menu {
  width: 100%;
  right: 0;
  top: 100%;
  padding: 2rem;
  border: none;
  border-radius: 0;
  background: var(--color-ffffff);
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.dropdown-mega:hover .mega-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.mega-menu .col {
  margin-bottom: 1rem;
}
/* Optional hover effect for items */
.mega-menu a {
  color: var(--color-2d2c2e);
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
  font-size: var(--font-size-14);
  padding-right: 1rem;
  position: relative;
  padding-left: 1rem;
}
.mega-menu a::before {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  left: 0;
  top: 19px;
  transform: translateY(-50%);
  font-weight: 900;
  /* margin-left: 10px; */
  font-size: var(--font-size-12);
}
.mega-menu a:hover {
  color: var(--color-009a72);
}
.form-right {
  background-color: var(--color-403C68);
  padding: 4rem;
  border-radius: 0 1rem;
  text-align: center;
}
.form-right form label {
  font-size: var(--font-size-18);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-normal);
  margin-bottom: 0.5rem;
  width: 100%;
  display: flex;
  text-align: left;
}
.form-right h5 {
  font-size: var(--font-size-35);
  font-weight: var(--font-weight-SemiBold);
}
.submit-btn a {
  display: inline-block;
  font-size: var(--font-size-18);
  line-height: var(--line-height-inherit);
  font-weight: var(--font-weight-Bold);
  padding: 0.8rem 2rem;
  border-radius: 0rem 1rem;
  background: var(--gradient);
  color: var(--color-ffffff);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  width: 100%;
}
.submit-btn a:hover {
  background: var(--hover-gradient);
}
.form-right select {
  color: #aaa;
}
.form-right option:not(first-child) {
  color: #000;
}
.form-right .form-select:focus {
  color: var(--color-ffffff);
  background-color: #ffffff2c;
}
.form-right input[type="text"]:focus,
form input[type="password"]:focus {
  color: var(--color-ffffff);
}
.form-right form input {
  background-color: #ffffff2c;
  border-radius: 0.5rem;
  color: var(--color-ffffff);
}
.form-right form .form-select {
  background-color: #ffffff2c;
  border-radius: 0.5rem;
  padding: 1rem;
  border: transparent;
  color: var(--color-ffffff);
}
.form-right form input ::placeholder {
  color: var(--color-ffffff);
}
.form-right .select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
/* main-banner */
.banner {
  width: 100%;
  height: 1020px;
  position: relative;
  display: flex;
  text-align: center;
  background-image: url(../images/banner/banner-img.jpg);
  background-size: cover;
  background-position: top;
  clip-path: ellipse(70% 86% at 50% 5%);
}
.banner-content {
  top: 43%;
  position: relative;
  z-index: 99;
}
.banner-content h2 {
  font-size: 18px;
  width: 50%;
  margin: auto;
  margin-bottom: 2rem;
}
/* Global Styles */
::-webkit-input-placeholder {
  font-size: 14px;
}
:-ms-input-placeholder {
  font-size: 14px;
}
:-moz-input-placeholder {
  font-size: 14px;
}
.feature-box {
  padding: 0rem 2rem;
  background-color: var(--color-009a72);
  color: var(--color-ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-box p {
  margin-bottom: 0;
  font-size: var(--font-size-14);
}
/* aboutsection */
.about-home-images img {
  border-radius: 1rem;
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.about-home-images .row {
  display: flex;
  align-items: center;
  height: 100%;
}
.process-box {
  padding: 2rem;
}
.process-content {
  width: 60%;
}
.process-content h3 {
  font-weight: var(--font-weight-Bold);
}
.client-img {
  border: 1px solid var(--color-f2f2f3);
  text-align: center;
}
/* testimonial */
.testimonial-section {
  background-color: var(--color-f2f2f3);
}
.quote {
  font-size: var(--font-size-20);
  color: var(--color-009a72);
  text-align: right;
}
.testimonial-section .row {
  align-items: center;
  height: 100%;
}
.testimonial-slider-item {
  overflow: hidden;
  width: 300px;
  height: auto !important;
  object-fit: cover;
  object-position: top;
}
.testimonial-box {
  padding: 2rem;
  background-color: var(--color-ffffff);
  border: 1px solid var(--color-009a72);
  border-top: 15px solid var(--color-009a72);
}
.testimonail-name p {
  margin-bottom: 0;
}
.testimonail-img {
  margin-right: 1rem;
}
.testimonail-img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.testimonial-details {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.testimonial-right {
  display: flex;
}
.swiper-container-style,
.swiper-container {
  width: 330px;
  height: 700px;
  overflow: hidden;
}
.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}
/* footer */
.footer-contact {
  width: 100%;
}
.chat-btn img {
  width: 20px;
}
.top-footer .contact-content a {
  color: var(--color-979aa3);
}
.top-footer .contact-content a:hover {
  color: var(--color-009a72);
}
.top-footer .col-lg-2 {
  width: 15%;
}
.top-footer .logo {
  width: 170px;
}
.top-footer .social-links a {
  margin-right: 1rem;
}
.top-footer .small-heading.black {
  color: var(--color-000000);
}
.top-footer .contact-content {
  color: var(--color-042e54);
  word-break: break-all;
}
.top-footer {
  font-size: var(--font-size-16);
}
.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--color-f2f2f3);
  color: var(--color-979aa3);
}
.footer-logo {
  width: 150px;
}
h3.footer-heading {
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--color-ec1f2b);
}
.contact-icon i {
  font-size: var(--font-size-25);
  color: var(--color-3d47a6);
  background: -webkit-linear-gradient(0deg, #ED6E41 0.02%, #ED6E41 13.15%, #EA4E42 48.98%, #E51943 100.01%);
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-menu ul {
  margin-bottom: 50px;
}
.footer-menu ul li {
  margin: 5px 0px;
  list-style-type: none;
  font-size: var(--font-size-16);
  color: var(--color-7b787e);
}
.footer-menu ul li a:hover i {
  color: var(--color-ec1f2b);
}
.footer-menu a:hover {
  color: var(--color-009a72);
}
.footer-menu ul li i {
  margin-right: 10px;
  color: #282828;
  transition: 0.5s;
}
.footer-menu ul li a {
  display: flex;
  align-items: center;
}
.footer-menu ul li a:hover {
  color: var(--color-009a72);
}
.footer-pad {
  padding-left: 100px;
  padding-top: 0 !important;
}
.footer-left {
  background-color: var(--color-ec1f2b);
  padding: 70px;
  border-radius: 15px;
}
.footer-right {
  background-color: var(--color-f8f8f8);
  padding: 70px;
  align-items: center;
  /* height: 100%; */
  /* justify-content: center; */
  display: flex;
}
.footer-contact label {
  color: var(--color-ffffff);
  margin-bottom: 10px;
}
.footer-contact .footer-input {
  border-radius: 5px;
  padding: 15px;
  color: var(--color-ffffff);
  border: transparent;
  background-color: var(--color-ec1f2b);
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #fff;
}
.top-footer .contact-home {
  width: 100%;
  margin-bottom: 1rem;
  /* margin-top: 30px; */
  padding-bottom: 1rem;
}
.top-footer .contact-home a:hover {
  color: var(--color-009a72);
}
/* .contact-img{
  width: 25%;
} */
.contact-page .contact-box {
  background-color: var(--color-3d47a6);
  display: flex;
  margin-right: 0;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.contact-page .contact-box h4 {
  color: var(--color-ffffff);
}
.contact-icon {
  width: 15%;
}
.contact-home .contact-content h3 {
  color: var(--color-ec1f2b);
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 600;
  font-size: var(--font-size-20);
}
.sumbit-btn a {
  font-size: var(--font-size-16);
  line-height: var(--line-height-inherit);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  background: var(--color-ffffff);
  /* border: 1px solid var(--color-ec1f2b); */
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  /* padding-right: 7px; */
  /* padding-left: 12px; */
  width: 59%;
  padding: 7px 20px;
  text-align: center;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sumbit-btn a:hover {
  background-color: var(--color-000000);
  color: var(--color-ffffff);
}
.sumbit-btn a img {
  width: 45px !important;
  height: 45px !important;
  position: relative;
  margin-left: 15px;
}
.sumbit-btn a:hover img {
  filter: invert(1);
  transform: rotate(45deg);
}
/* copy-right  */
.copy-right {
  text-align: left;
  font-size: var(--font-size-16);
  background-color: var(--color-d9d9d9);
  padding: 2rem 0;
  color: var(--color-2d2c2e);
}
.copy-right a.fin-link {
  background: -webkit-linear-gradient(360deg, #ED6E41 0.02%, #ED6E41 13.15%, #EA4E42 48.98%, #E51943 100.01%);
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.copy-right a:hover {
  color: var(--color-009a72);
}
.copy-right p,
.copy-right p a {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.copy-right p a {
  font-weight: var(--font-weight-Bold);
}
.copy-right p a:hover {
  color: var(--color-000000);
}
.nav-tabs {
  border-bottom: none;
}
.sidenav,
.mobile-toggle {
  display: none;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1640px;
}
/* back to top */
#button {
  display: inline-block;
  background-color: var(--color-009a72);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 55px;
  right: 35px;
  border-radius: 50%;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
  opacity: 0;
}
#button i {
  font-size: var(--font-size-22);
  color: var(--color-ffffff);
  top: 13px;
  position: relative;
}
#button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}
#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-737373);
  background-color: var(--color-ffffff);
}
#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: var(--color-009a72);
}
.whatsapp-btn {
  position: fixed;
  bottom: 120px;
  right: 37px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}
/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}
/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
form label {
  font-size: 0.875rem;
  color: darkgray;
  cursor: pointer;
}
form label,
form input {
  float: left;
  clear: both;
}
form input {
  /* margin: 0.938rem 0; */
  padding: 1rem;
  width: 100%;
  outline: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border: transparent;
  /* padding-top: 0; */
  border-radius: 1rem;
}
form textarea {
  padding: 1rem;
  width: 100%;
  outline: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border: transparent;
  margin-bottom: 1.875rem;
  border-radius: 1rem;
  height: 6rem;
}
form textarea::placeholder {
  color: #747474 !important;
}
form input[type="text"]:focus,
form input[type="password"]:focus {
  border-color: cornflowerblue;
}
input[type="submit"] {
  padding: 0.938rem 3.125rem;
  width: auto;
  background: #1abc9c;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: right;
  clear: right;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
form textarea::placeholder {
  color: var(--color-000000);
}
input[type="submit"]:hover {
  opacity: 0.8;
}
input[type="submit"]:active {
  opacity: 0.4;
}
.forgot,
.register {
  margin: 10px;
  float: left;
  clear: left;
  display: inline-block;
  color: cornflowerblue;
  text-decoration: none;
}
.forgot:hover,
.register:hover {
  color: darkgray;
}
.service-bind .col-6.col-sm-6.col-md-4.col-lg-3 {
  margin-bottom: 30px;
}
.service-box {
  padding: 1.5rem 2rem;
  background-color: var(--color-f2f2f3);
  border-radius: 0.5rem;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-box .common-button-white a {
  position: absolute;
  bottom: 0;
  margin: auto;
  text-align: center;
  justify-content: center;
  margin: auto;
  left: 52px;
}
.need-help-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* align-items: center; */
  justify-content: center;
  padding: 1rem;
}
.need-help-box .sub-heading {
  font-family: var(--font-family-poppins) !important;
  color: var(--color-000000) !important;
}
.service-content .sub-heading {
  color: var(--color-000000) !important;
  font-weight: var(--font-weight-SemiBold);
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  font-family: var(--font-family-poppins) !important;
}
.service-bind .col-12 {
  margin-bottom: 2rem;
}
.service-content li a {
  font-size: var(--font-size-14);
  color: var(--color-979aa3);
  padding-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-content li a:hover {
  color: var(--color-009a72);
}
.service-content li a:hover i {
  color: var(--color-009a72);
}
.service-content li i {
  float: right;
  font-size: var(--font-size-16);
  color: var(--color-979aa3);
}
.services-section {
  margin-top: -17rem;
  position: relative;
  /* margin-top: 10rem; */
}
.service-img {
  border-radius: 1rem;
  overflow: hidden;
  height: 150px;
}
.service-img img {
  width: 100%;
  height: 100%;
}
/* counter section */
#counter {
  display: flex;
  width: 100%;
  justify-content: space-around;
  position: relative;
}
.counter-section {
  background-color: var(--color-009a72);
  color: var(--color-ffffff);
}
.counter-box {
  height: 100%;
  display: flex;
  margin-bottom: 0;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: auto;
  align-items: center;
  font-size: var(--font-size-20);
}
.counter-box .section-heading {
  font-weight: var(--font-weight-Light);
  color: var(--color-ffffff);
  margin-right: 1rem;
  font-weight: var(--font-size-40);
}
.counter-box .counter-content {
  width: 80%;
}
.counter-digit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: var(--font-size-40);
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.about-video video {
  width: 100%;
  filter: grayscale(50%) contrast(120%);
  /* Apply multiple filters */
}
.about-section .section-heading {
  color: var(--color-000000);
}
.team-section {
  background-color: var(--color-f2f2f3);
  padding-bottom: 10rem;
  position: relative;
  margin-bottom: 6rem;
}
.contact-page-box .head {
  font-weight: var(--font-weight-Bold);
}
.team-section .contact-page-box {
  background-color: var(--color-ffffff);
  padding: 2rem;
  border-radius: 1rem;
}
.team-section .contact-page-box .social-links ul {
  display: flex;
}
.team-box {
  text-align: center;
}
.team-content .team-name {
  background-color: var(--color-ffffff);
  padding: 0.5rem 1rem;
  width: fit-content;
  margin: 0.2rem auto;
  color: var(--color-009a72);
  font-weight: var(--font-weight-SemiBold);
}
.team-img img {
  border-radius: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.join-box {
  background-color: var(--color-009a72);
  color: var(--color-ffffff);
  padding: 4rem;
  position: absolute;
  width: 100%;
  margin-top: 3rem;
}
.join-box .row {
  display: flex;
  height: 100%;
  align-items: center;
}
.ajax-error {
  color: #f90c0c !important;
  display: block;
  text-align: left;
  font-size: 14px;
}
.ajax-field {
  margin-bottom: 1rem;
}
.blog-section .date {
  font-size: var(--font-size-10);
  padding: 0.2rem 0.8rem;
  background-color: var(--color-ffffff);
  color: var(--color-009a72);
  width: fit-content;
  margin-bottom: 1rem;
  font-weight: 500;
}
.blog-content {
  padding: 2rem;
  position: absolute;
  bottom: 0;
}
.blog-box {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: all 0.5s ease;
  cursor: pointer;
}
.blog-box img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
}
.blog-box:hover img {
  transform: scale(1.1);
}
.blog-box .blog-content {
  position: absolute;
  bottom: 0;
  text-align: left;
}
.blog-box .blog-content .sub-heading {
  color: var(--color-ffffff);
}
.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.blog-img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgb(0 0 0 / 14%) 50%, rgb(0 0 0 / 54%) 100%);
  left: 0;
  bottom: 0;
  z-index: 0;
}
.inner-banner .container {
  background-color: var(--color-062c77);
  padding: 0;
}
.inner-banner img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.inner-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  position: relative;
  top: 0;
}
.inner-banner .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
}
.inner-banner .breadcrumb ul {
  display: flex;
}
.inner-banner .breadcrumb ul li a {
  margin: 0.938rem;
  font-size: var(--font-size-12);
  position: relative;
  display: flex;
}
.inner-banner .breadcrumb ul li a::after {
  content: '/';
  position: absolute;
  right: -17px;
  top: 2px;
}
.inner-banner .breadcrumb ul li:last-child a::after {
  display: none;
}
.inner-banner .content {
  position: relative;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  display: flex;
  /* flex-direction: column; */
  left: 0;
  /* margin-bottom: 30px; */
  padding: 10px 10px;
  align-items: center;
}
.inner-banner .content::before {
  z-index: 9;
}
.inner-banner .content h1 {
  font-size: 34px;
  margin: 20px 0;
}
.inner-banner .content h1 {
  color: var(--color-ffffff);
  font-size: var(--font-size-50);
  font-weight: 300;
}
.inner-banner .content a {
  color: var(--color-ffffff);
}
.contact-right {
  height: 100%;
  margin-left: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-right img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 1rem;
}
.contact-left {
  padding-left: 4rem;
}
.inner-banner {
  position: relative;
}
.contact-banner {
  background-position: center;
  background-size: cover;
  height: 100%;
  background-image: url(../images/banner/contact-banner.jpg);
}
.contact-page .form-control {
  padding: 0.7rem 1rem;
  border: 1px solid var(--color-009a72);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.inside-banner-space {
  background-color: var(--color-d4d7d7);
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  overflow: hidden;
  position: relative;
  height: 60vh;
}
.inside-banner-space img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.inside-banner-space:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.8;
}
.inside-banner-space h1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: auto;
  color: var(--color-2d2c2e);
  justify-items: center;
  width: 90%;
  margin-top: 4rem;
}
.inside-banner-space .container {
  z-index: 9;
}
.contact-left {
  background-color: var(--color-f2f2f3);
  border-radius: 1rem;
  padding: 3rem;
  height: 100%;
}
.contact-item {
  padding: 1rem 0rem;
}
.contact-content a {
  color: var(--color-000000);
}
.contact-content a:hover {
  text-decoration: underline;
}
.blog-details-page .box-content {
  background-color: var(--color-f2f2f3);
  margin-top: 0.5rem;
  border-radius: 2rem;
  padding: 3rem;
}
.blog-details-page h2 {
  font-weight: 700;
  font-size: var(--font-size-30);
}
.blog-page-box {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-page img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}
.blog-content p {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blog-box a:hover {
  text-decoration: underline;
  color: var(--color-2c3558);
}
.blog-box a .read-more {
  font-size: var(--font-size-14);
  text-decoration: underline;
  color: var(--color-2c3558);
}
.blog-box a:hover .read-more {
  font-size: var(--font-size-14);
  text-decoration: underline;
  color: var(--color-ff7800);
}
.sidebar {
  padding-left: 2rem;
}
.sidebar h5 {
  border-bottom: 0.1rem solid var(--color-2c3558);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sidebar a {
  transition: ease all 0.5s;
}
.sidebar a:hover {
  text-decoration: underline;
}
.blog-details-box img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.related-blog {
  padding-bottom: 1rem;
  border-bottom: 1px dotted var(--color-2c3558);
}
.related-blog h6 {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-blog img {
  object-fit: cover;
  height: 60px;
  width: 80px;
}
.related-blog small {
  font-size: var(--font-size-12);
}
.sidebar .blog-case {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.sidebar .blog-case h6 a {
  color: var(--color-000000);
}
.sidebar .blog-case img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.choose-box {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  padding: 2rem;
  border-radius: 10px;
  background-color: var(--color-f2f2f3);
  text-align: center;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-bottom: 1.875rem; */
  height: 100%;
}
.choose-box p {
  text-align: center;
}
.choose-box .choose-content h4 {
  margin-bottom: 10px;
  text-align: center;
}
.choose-icon {
  padding: 35px;
  border-radius: 100%;
  background-color: var(--color-ffffff);
  margin-right: 0;
  margin-bottom: 1.875rem;
  width: 8rem;
  height: 8rem;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  display: flex;
}
.choose-icon img {
  width: 70px;
}
.choose-content {
  text-align: left;
}
.whywork .choose-content {
  text-align: center;
}
.whywork .col-12 {
  margin-bottom: 30px;
}
.opportunities-section {
  background-color: var(--color-f8f8f8);
  position: relative;
}
.opportunities-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.opportunities-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.opportunities-box ul {
  padding: 0;
  margin: 0;
  padding-right: 1.875rem;
}
.opportunities-box li {
  padding: 1rem;
  background-color: var(--color-f2f2f3);
  margin-bottom: 1rem;
  font-size: var(--font-size-22);
  color: var(--color-009a72);
}
.career-section-one .row {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.career-section-one-left img {
  height: 400px;
  border-radius: 2rem;
  object-fit: cover;
}
.opportunities-right-section img {
  height: 400px;
  border-radius: 2rem;
  object-fit: cover;
}
.about-page .row {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.about-page img {
  height: 400px;
  border-radius: 2rem;
  object-fit: cover;
}
.vision-page img {
  height: 300px;
  border-radius: 2rem;
  object-fit: cover;
}
.vision-box .row {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.mission-box .row {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.vision-box {
  padding: 2rem;
  background-color: var(--color-f2f2f3);
  border-radius: 1rem;
  height: 100%;
}
.service-page {
  background-image: url(../images/banner/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.service-section-one {
  padding-top: 14rem;
}
.service-section-one .row {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.service-section-one .service-right .contact-form {
  background-color: var(--color-ffffff);
  padding: 3rem;
  box-shadow: rgb(99 99 99 / 9%) 0px 10px 17px 0px;
  border-radius: 1rem;
}
.service-section-one .service-right .contact-form .common-button {
  width: 100%;
}
.service-section-one .service-right .form-control {
  padding: 0.66rem 1rem;
  border: 1px solid var(--color-009a72);
  border-radius: 0.5rem;
  margin-bottom: 0rem;
}
.accordion__wrapper {
  border-radius: 1rem;
  width: 100%;
}
.accordion__wrapper .title {
  margin-bottom: 80px;
}
.accordion__title {
  text-align: center;
  margin-bottom: 4rem;
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-size: var(--font-size-19);
}
.accordion__icon {
  background-color: var(--color-ec1f2b);
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.accordion__question {
  color: var(--color-000000);
  font-size: var(--font-size-25);
}
.accordion__answer {
  padding: 2rem 0;
}
.accordion__content {
  overflow: hidden;
  height: 0;
  transition: all ease 0.5s;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.faq-section {
  background-color: var(--color-f2f2f3);
  padding: 4rem;
}
.faq-section .accordion-item {
  border: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  margin-bottom: 1rem;
  border-radius: 0rem;
  background-color: var(--color-f2f2f2);
}
.faq-section .accordion-header {
  margin-bottom: 0;
}
.faq-section .accordion-button {
  padding: 0.5rem 0;
  color: var(--color-000000);
  background-color: transparent;
  box-shadow: none;
  font-size: var(--font-size-20);
  text-transform: capitalize;
  font-weight: var(--font-weight-Bold);
  padding-bottom: 1.5rem;
}
.faq-section .accordion-body {
  padding-bottom: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0;
  padding-left: 0;
  color: var(--color-000000);
  font-size: var(--font-size-16);
}
.list li {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  text-align: left;
  align-items: center;
}
.list li:last-child {
  margin-bottom: 0;
}
.list i {
  /* padding-right: 1rem; */
  width: 1.5rem;
  color: var(--color-009a72);
}

.ribbon {
  display: inline-block;
  position: relative;
  margin: 20px 0;
}
.ribbon-inner {
  background: linear-gradient(90deg, #ffefb5 0%, #ffd27a 100%);
  padding: .5rem 1rem;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  font-weight: 700;
  color: #5a3a00;
}
.ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffd27a;
  transform: translateX(18px);
}
.ribbon-price {
  color: #c94f00;
  margin-left: .4rem;
  font-size: var(--font-size-35);
  position: relative;
  top: 5px;
}


.tab-menu {
  border: 1px solid var(--color-f2f2f3);
  position: sticky;
  top: 71px;
  width: 100%;
  padding: 1rem;
  z-index: 8;
  background-color: var(--color-ffffff);
}
.tab-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.tab-menu ul li a {
  display: block;
  text-align: center;
  padding: 12px 12px;
  text-decoration: none;
  color: var(--color-000000);
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
/* Hover effect */
.tab-menu ul li a:hover {
  background-color: var(--color-f2f2f3);
  color: var(--color-009a72);
}
/* Active tab style */
.tab-menu ul li a.active {
  background-color: var(--color-009a72);
  color: var(--color-ffffff);
  font-weight: 600;
}
/* Optional: underline or indicator for active tab */
.tab-menu ul li a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 40%;
  height: 3px;
  background-color: var(--color-ffffff);
  ;
  border-radius: 2px;
}
/* Responsive */
@media (max-width: 500px) {
  .tab-menu ul {
    flex-direction: column;
  }
  .tab-menu ul li a {
    padding: 12px;
  }
}
.section-box {
  min-height: auto;
  align-items: center;
  justify-content: center;
  scroll-margin-top: 80px;
}
.overview-section .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-section {
  padding-left: 3rem;
  padding-right: 3rem;
}
.step {
  display: flex;
  position: relative;
}
.step .title {
  font-weight: 600;
  font-size: var(--font-size-20);
  color: var(--color-000000);
  margin-bottom: 1rem;
}
.step:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 32px;
  height: 0;
  width: 2px;
  background-color: var(--color-009a72);
}
.step .info {
  margin-bottom: 20px;
}
.step .info {
  margin-bottom: 20px;
}
.step:not(:last-child):after {
  height: 100%;
}
.number {
  width: 32px;
  height: 32px;
  background-color: var(--color-ffffff);
  border-radius: 50%;
  border: 2px solid var(--color-009a72);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var();
  font-size: 15px;
  font-weight: 600;
  margin-right: 14px;
}
.number.completed {
  background-color: var(--color-009a72);
}
.number svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.number svg path {
  fill: white;
}
.why-section .choose-icon {
  width: 4rem;
  height: 4rem;
  padding: 0;
  overflow: hidden;
}
.why-section .choose-icon i {
  font-size: var(--font-size-40);
  color: var(--color-009a72);
  border: 3px solid #fff;
}
#booknow .modal-content {
  padding: 2rem;
}
#booknow .modal-content .common-button {
  width: 100%;
}
#booknow .modal-content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
}
#booknow .form-control {
  border: 1px solid var(--color-009a72);
  margin-bottom: 0;
}
.section-list-box {
  padding-top: 3rem ;
  padding-bottom: 3rem ;
}
.section-list li {
  position: relative;
  margin-bottom: 1.8rem;
  font-size: var(--font-size-20);
  width: 50%;
  float: left;
  padding-left: 2.1rem;;
}
.section-list li:last-child {
  margin-bottom: 0;
}
.section-list i {
  /* padding-right: 1rem; */
  width: 2rem;
  color: var(--color-009a72);
  position: absolute;
  left: 0;
  top: 0;
}