:root {
  --bs-font-sans-serif: "Inter", serif;
  --primary: #14305d;
  --primay-dark: #061835;
  --text: #505e6b;
  --text-light: #828fa0;
  --text-lighter: #9fa9b7;
  --text-color-darker: #050505;

  --border-dark: #1f304a;
  --white: #ffffff;

  --accent-light: #16a8aa;

  --font-weight-600: 600;

  --gray-lighter: #f0f1f3;
  --accent-dark: #0f7475;
  --light: #ffffff;
  --bs-body-color: var(--text);
  --gray-light-2: #e0e3e7;
}

body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.ul-flat {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  flex-flow: row wrap;
}

.block {
  padding-block: 2rem;
  position: relative;
  padding: 2rem 0.75rem;
}

/* footer */

footer {
  background: var(--primay-dark);
  color: var(--text-light);
  padding-top: 2.5rem;
  /* padding-inline: 12px; */
}
.footer_whatsapp {
  background: var(--white);
  width: 3rem;
  height: 3rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  border-radius: 50%;
  font-size: 2rem;
  color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  z-index: 9999;
}

.footer_whatsapp:hover {
  color: #21be5b;
}
.footer_whatsapp span {
  display: inline-flex;
}

.footer_top_content {
  margin: 0 auto;
  max-width: 372px;
  margin-bottom: 1.5rem;
}

.footer_top {
  margin-bottom: 2rem;
}

.footer_top_img {
  margin-bottom: 2rem;
}

.footer_copyright_text {
  margin-bottom: 0;
}

.footer_middle {
  border-top: 1px solid var(--border-dark);
}

.footer_copyright,
.footer_middle {
  padding-block: 1rem;
}

.footer_top_link,
footer a {
  color: var(--text-light);
  text-decoration: none;
}

.footer_top_link:hover,
footer a:hover {
  color: var(--text-lighter);
}

.footer_middle_list li {
  position: relative;
}

.footer_middle_list li a {
  display: flex;
}

.footer_middle_list li:not(:last-child) {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}

.footer_top_list {
  /* row-gap: 1.125rem; */
  flex-direction: column;
  row-gap: 0.75rem;
}

.footer_middle_list li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: var(--border-dark);
  top: 0;
  bottom: 0;
  right: 0;
}

.footer_top_title {
  margin-bottom: 2rem;
  color: var(--white);
  position: relative;
  font-size: 1.25rem;
  font-weight: var(--font-weight-600);
  padding-bottom: 0.875rem;
}

.footer_top_title::after {
  content: "";
  width: 80px;
  height: 2px;
  background: var(--accent-light);
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer_top_list-other {
  flex-flow: column wrap;
}

.footer_top_social-list {
  flex-flow: column wrap;
}

.footer_top_contact_link {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer_top_contact_link span {
  font-size: 1.75rem;
  color: var(--accent-light);
}

.footer_top_social-list span {
  display: inline-flex;
  border: 2px solid;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  margin-right: 0.5rem;
  color: var(--accent-light);
}

.footer_top_location {
  display: flex;
  gap: 0.75rem;
}

.footer_top_address address {
  margin: 0;
}

.footer_top_value {
  display: flex;
  flex-direction: column;
}

.footer_top_location .footer_top_icon {
  font-size: 1.75rem;
}



img {
  max-width: 100%;
}

.footer_top_contact {
  display: inline-flex;
  flex-flow: column wrap;
  row-gap: 1.125rem;
  justify-content: center;
  align-items: center;
  row-gap: 0.785rem;
}

.footer_row,
.footer_right {
  gap: 2rem;
}

.footer_left,
.footer_right {
  padding-inline: 1.5rem;
}

.swiper {
  /* height: 300px; */
}

.card {
  padding-block: 1.875rem;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  background: var(--white);
  border-radius: 0;
  border: none;
}

.testimonials_card {
  padding-block: 1.875rem;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  /* margin-block: 2.5rem; */
  background: var(--white);
  margin-block: 3rem;
  border: 2px solid var(--bs-gray-200);
}

.testimonials_card_content {
  padding-inline: 1.875rem;
  padding-bottom: 1.875rem;
  font-size: 1.125rem;
}

.testimonials_card_stars {
  margin-bottom: 1rem;
}

.testimonials_card_auth {
  background: var(--bs-gray-200);
  /* padding: 1.75rem 1.875rem; */
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  /* color: var(); */
  display: flex;
  align-items: center;
  color: var(--text-color-darker);
  /* gap: 1.125rem; */
  max-width: 70%;
  position: relative;
  padding: 1.5rem 1.125rem;
  gap: 1rem;
}

.testimonials_card_auth::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #156c84;
  background-color: var(--accent-light);
  transition: all 0.6s ease;
  z-index: -1;
}

.testimonials_right {
  position: relative;
}

.testimonials_card:hover .testimonials_card_auth::after {
  left: 0;
  width: 100%;
}

label {
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: var(--text-color-darker);
  font-size: 0.875rem;
}

.testimonials_card:hover .testimonials_card_footer .icon {
  color: #156c84;
}

.testimonials_slider {
  /* margin-right: calc(100% - 1159px); */
  margin-bottom: 2rem;
}

.testimonials_card_auth img {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}

.testimonials_slider .swiper-slide {
  /* padding-inline: 2rem; */
}

.testimonials_slider .swiper-pagination-bullet {
}

.block--testimonials .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 2px solid #596977;
  background: var(--light);
  position: relative;
  opacity: 1;
}

.block--testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--primary);
}

.block--testimonials .swiper-button-next,
.block--testimonials .swiper-button-prev {
  top: initial;
  color: var(--primay-dark);
  bottom: 0;
}

.block--testimonials .swiper-pagination-bullet::after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #596977;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.block--testimonials
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--primary);
}

.testimonials_card_dest {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.testimonials_card_stars {
  margin-bottom: 1.5rem;
}

.testimonials_card_stars {
  color: var(--primary);
}

.testimonials_card_title {
  font-size: 1.125rem;
}

.block--testimonials {
  /* background:#F0F1F3; */
}

.block--home-contact {
  /* background: #f0f1f3 url(../assets/images/bg-home-contact.png) no-repeat; */
}

.testimonials_card_dec {
  position: absolute;
  left: 0;
  /* width: 215px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  z-index: -1;
  width: 160px;
  bottom: 0;
}

.block--testimonials {
  /* padding-left: calc(50% - (1296px / 2)); */
  /* padding-right: 12px; */
  overflow: hidden;
  /* padding-left: 12px; */
  padding-inline: 1.5rem;
}

#map {
  height: 600px;
}

.contactus_wrapper #map {
  height: 400px;
  margin-bottom: 3rem;
}

.contactus_card {
  /* position: absolute; */
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: var(--white);
  /* padding: 3rem; */
  padding: 1.5rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.testimonials_card_desc {
  min-height: 108px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* Change this to the number of lines you want */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* Important for multi-line truncation */
  max-width: 100%;
  /* Adjust as needed */
  font-size: 18px;
}

.testimonials_card_footer .icon {
  position: absolute;
  /* font-size: 80px; */
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: var(--bs-gray-400);
  transition: color 0.4s ease;
  font-size: 70px;
}

.testimonials_card_footer {
  position: relative;
}

.block_title_center {
  text-align: center;
}

.block_title {
  /* font-size: 3rem; */
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  color: var(--primary);
}

.text-highlight {
  color: var(--accent-dark);
}

.block_title_wrap {
  margin-bottom: 2rem;
  position: relative;
}

.testimonials_card_footer .icon-quote-o {
  right: 27px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bs-gray-400);
  top: calc(50% + -3px);
}

.block_title_top {
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  padding-bottom: 0.5rem;
}

.block_title_top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--accent-light);
  bottom: 0;
}

.card--marketing {
  padding: 2.125rem;
  overflow: hidden;
}

.marketing_img {
  position: relative;
  height: 100%;
}

.marketing_img::before {
  content: "";
  position: absolute;
  height: 90%;
  width: 361px;
  background: var(--gray-lighter);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.marketing_img_people {
  position: relative;
  z-index: 2;
  bottom: -60px;
}

.marketing_img_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}

.block--marketing {
  background: #0d3068;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  background: transparent;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button-icon {
  margin-right: 0.5rem;
}

.button-primary {
  background: var(--primary);
  color: var(--light);
}

.button-primary:hover {
  background: var(--primay-dark);
}

.button-primary-outline {
  background: var(--light);
  border-color: var(--primary);
  color: var(--primary);
}

.button-accent {
  background: var(--accent-light);
  color: var(--text-color-darker);
}

.button-accent:hover {
  background: var(--accent-dark);
  color: var(--light);
}

.button-accent-outline {
  border-color: var(--accent-light);
  background: var(--light);
  color: var(--text-color-darker);
}

.button-accent-outline:hover {
  background: var(--accent-light);
}

.location_text,
.marketing_text {
  margin-bottom: 2rem;
}

.marketing_action {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  margin-bottom: 2rem;
}

.card--home-contact {
  padding-inline: 1.875rem;
}

.input-control {
  border: 2px solid var(--bs-gray-300);
  width: 100%;
  padding: 0.625rem 1rem;
  resize: none;
}

.input-control:hover {
  border-color: #25527e;
}

.input-control:focus,
a:focus,
button:focus,
*[role="button"]:focus {
  outline: 0.25rem solid #25527e57;
  outline-offset: 0.1rem;
}

.input-wrapper {
  margin-bottom: 1.5rem;
}

label span {
  color: var(--bs-danger);
}

strong,
b {
  font-weight: 600;
}

.home-contact_img {
  position: absolute;
  bottom: 0;
  display: none;
}

.card--service {
  text-decoration: none;
  box-shadow: rgba(24, 42, 84, 0.068) 0px 20px 30px;
  padding: 1.5rem;
  transition: 0.3s box-shadow cubic-bezier(1, 0, 0, 0.99),
    0.3s transform cubic-bezier(1, 0, 0, 0.99);
  overflow: hidden;
  height: 100%;
}

.card--service:hover {
  box-shadow: 0 0 49px rgba(24, 42, 84, 0.12);
  transform: translate(0, -12px);
}

.service_icon {
  font-size: 3rem;
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  color: var(--accent-light);
  position: relative;
}

.service_icon::before {
  position: relative;
  z-index: 9;
}

.service_icon_wrap {
  position: relative;
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
}

.service_icon_wrap::before {
  content: "";
}

.service_title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.875rem;
  color: var(--primary);
}

.service_text {
  margin-bottom: 2.5rem;
}

.service_action {
  font-weight: 600;
  color: var(--accent-dark);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s color cubic-bezier(1, 0, 0, 0.99);
  margin-top: auto;
}

.service_action .icon {
  font-size: 1.5rem;
  transition: 0.3s margin cubic-bezier(1, 0, 0, 0.99);
}

.card--service:hover .service_action {
  color: var(--primary);
}

.card--service:hover .service_action .icon {
  margin-left: 0.25rem;
}

.card--service:hover .service_icon:after {
  height: 4.25rem;
  width: 4.25rem;
  background: var(--primary);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.card--service:hover .service_icon {
  color: var(--white);
}

.service_icon:after {
  content: "";
  height: 3rem;
  width: 3rem;
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -15px;
  background: rgb(20 48 93 / 7%);
  border-radius: 50%;
  transition: 0.3s transform cubic-bezier(1, 0, 0, 0.99),
    0.3s width cubic-bezier(1, 0, 0, 0.99),
    0.3s height cubic-bezier(1, 0, 0, 0.99);
  z-index: 1;
}

.card--service:hover .service_desc {
  color: var(--primary);
}

.service_desc {
  min-height: 96px;
}

.home-services_img {
  position: absolute;
  top: -4px;
  right: 0;
  z-index: -1;
  max-width: 45%;
}

.block-home-cta {
  background: var(--primary);
  color: var(--white);
  padding-block: 3rem;
}

.block_invert .block_title {
  color: var(--white);
}

.button-light {
  background: var(--light);
  color: var(--primary);
}

.button-light:hover {
  background: #e5e5e5;
}

.cta_text {
  margin-bottom: 1.5rem;
}

.card_about_icon {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0.875rem;
  display: flex;
  transition: 0.3s position cubic-bezier(1, 0, 0, 0.99),
    0.3s margin cubic-bezier(1, 0, 0, 0.99);
  position: relative;
}

.card_about_title,
.about_right_title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.875rem;
  color: var(--primary);
}

.about_right_item {
  display: flex;
  gap: 1rem;
}
.about_right {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
/* .about_right_item:not(:last-child) {
  margin-bottom: 1.5rem;
} */

.about_right_icon {
  font-size: 3rem;
  color: var(--accent-light);
}

.about_right_desc {
  font-size: 14px;
  margin: 0;
}

.about_right_title {
  margin-bottom: 0.875rem;
  font-weight: 500;
}
.about-right-cards {
  row-gap: 1.5rem;
  justify-content: center;
}
.about_right_text {
  border-bottom: 1px solid var(--bs-gray-300);
  padding-bottom: 1.125rem;
  width: 100%;
}
.about_right,
.about_left {
  margin-bottom: 2rem;
}

.card_about_text {
  margin: 0;
}

.card--about:hover .card_about_icon {
  top: -0.5rem;
}

.block_hero--home {
  position: relative;
  background: var(--primary);
  padding-block: 6rem;
  min-height: 700px;
  display: flex;
  align-items: center;
}

.block_hero_img {
  width: 67%;
  position: absolute;
  height: 100%;
  inset: 0;
  left: initial;
}

.block_hero_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_hero_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 0 0 / 0%) 30%,
    rgb(0 0 0 / 10%) 100%
  );
}

.block_hero_home {
  background: var(--light);
  padding: 2rem;
  position: relative;
}

.block_hero_home .block_title {
  margin-bottom: 1.5rem;
}

.hero_home_type {
  color: var(--accent-dark);
}

.hero_home_text {
  margin-bottom: 1.5rem;
}

.hero_home_actions {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}

.marquee_scroll_item {
  float: left;
  display: flex;
  margin-right: 2rem;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
}

.icon-highlight_text {
  font-size: inherit;
  margin: 0;
}

.marquee {
  padding-block: 1rem;
  background: var(--gray-lighter);
  overflow: hidden;
}

@keyframes marqueeAnimation {
  100% {
    transform: translateX(-3614.05px);
  }
}

.marquee_scroll {
  width: 100000px;
  animation: 34.2125s linear 1s infinite normal none running marqueeAnimation;
}
.header {
  padding-inline: 0.75rem;
}
.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  padding-block: 0.5rem;
}

.header_logo img {
  height: 55px;
}

.header_content {
  width: 90%;
  display: none;
}

.header_eyebrow {
  border-bottom-left-radius: 32px;
  padding-inline: 24px;
  border-bottom-right-radius: 32px;
}

.header_wrapper .header_eyebrow {
  font-size: 0.875rem;
  padding-block: 0.25rem;
  background: var(--gray-light-2);
  color: var(--primary);
}

.header_eyebrow {
  background: var(--primary);
  color: var(--light);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_top_right,
.header_top_left,
.header_top_container {
  display: flex;
  align-items: center;
}

.header_top_right {
  gap: 1rem;
}

.header_top_link {
  color: var(--gray-mid);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.header_top_right a {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
}

.header_wrapper .header_top_right a {
  color: var(--text-color);
}

.header_menu_wrap {
  display: flex;
  justify-content: space-between;
  padding-block: 0.875rem;
}

.header_menu_list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header_request {
  background: var(--primary);
  display: flex;
  color: var(--light);
  align-items: center;
  padding: 0.5rem 0.75rem;
  gap: 0.75rem;
  font-size: 0.875rem;
}

.header_request {
  .icon {
    font-size: 1.75rem;
    color: var(--accent-light);
  }
}

.header_request_text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.header_request_call {
  font-weight: 600;
  margin-top: 0.5rem;
  line-height: 1;
}

.header_wrapper .header_menu_list li {
  margin-right: 1rem;
}

.header_menu_list a {
  color: var(--primary);
  padding: 0.75rem;
  text-transform: capitalize;
  font-weight: 500;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.header_top_left a {
  color: var(--primary);
  text-decoration: underline;
  font-weight: 600;
  transition: 0.2s transform ease-out;
}

.header_top_left {
  gap: 0.5rem;
}

.skiptocontent {
  position: absolute;
  top: -3.8rem;
  transition: 0.15s ease-in-out;
  z-index: 100;
}

.skiptocontent:focus {
  top: 0;
}

.scroll_top {
  position: fixed;
  transform: rotate(-90deg);
  right: -12px;
  bottom: 9rem;
  z-index: 99;
  border: none;
  background: transparent;
  padding: 0;
  /* color: var(--accent-dark); */
  color: #19b5b8;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 9999;
}

.scroll_top_text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}

.scroll_progress_wrap {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--ienet-black, #0f7475);
  position: relative;
  overflow: hidden;
}

.scroll_progress_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ienet-base, #19b5b8);
}

.scroll_top.scroll_top_visible {
  opacity: 1;
  visibility: visible;
}

.header {
  background: var(--white);
  top: 0;
  transition: all 0.4s;
  z-index: 99999;
}

.header.header_fix {
  position: sticky;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  transform: translate3d(0, 0, 0);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.block_hero-inner {
  background: var(--primay-dark);
  color: var(--light);
}

.hero-inner_wrap {
  position: relative;
}

.hero-inner_cap {
  position: absolute;
  font-weight: 700;
  color: var(--light);
  opacity: 0.35;
  font-size: 200px;
  top: 50%;
  transform: translate(-50%, 0%);
  line-height: 0;
}

.hero-inner_wrap .block_title {
  font-weight: 700;
  /* text-align: center; */
  /* font-size: 3.25rem; */
  font-size: 2rem;
  color: var(--gray-lighter);
}

.hero-inner-breadcrumb {
  position: relative;
  text-align: center;
}

.hero-inner-breadcrumb ol {
  margin: 0;
}

.breadcrumb-item {
  font-weight: 600;
}

.breadcrumb-item a {
  color: var(--text-light);
}

.breadcrumb-item.active {
  color: var(--light);
}

.hero-inner-breadcrumb .breadcrumb {
  display: inline-flex;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-light);
}

.about-exp {
  display: inline-flex;
  flex-direction: column;
  font-weight: 500;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 100%;
  background: linear-gradient(to left, var(--primary), var(--primay-dark));
  color: var(--light);
  position: absolute;
  top: -2rem;
  right: 3rem;
  width: 180px;
  height: 180px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  z-index: 7;
}

.about-exp span {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.about-exp-wrap {
  position: relative;
  max-width: 550px;
  margin-top: 2.5rem;
  margin-inline: auto;
}

.img-hover {
  position: relative;
  overflow: hidden;
}

.img-hover::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.img-hover:hover::after {
  height: 250%;
  background-color: transparent;
  transition: 600ms linear;
}

.block-bg-light-bg {
  background: var(--bs-gray-200);
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3rem;
}

.about-list-item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.about-list-title {
  color: var(--primary);
}

.about-list-icon {
  color: var(--accent-dark);
}

.about-list-desc {
  margin: 0;
  font-size: 0.875rem;
}

.about-right-img {
  /* display: flex;
  gap: 1.5rem; */
}

.about-right {
  display: flex;
  /* flex-direction: column;
  gap: 1.5rem; */
  justify-content: center;
  align-items: center;
}

.card--choose {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 60px;
  padding: 1.5rem;
  transition: 0.3s box-shadow cubic-bezier(1, 0, 0, 0.99),
    0.3s transform cubic-bezier(1, 0, 0, 0.99);
}

.card--choose:hover {
  box-shadow: 0 0 49px rgba(24, 42, 84, 0.12);
  transform: translate(0, -12px);
}

.img-hover-shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 60px;
}

.card--choose .card_about_text {
  min-height: 96px;
}

.row--choose {
  margin-top: 3rem;
}

.block--exp {
  /* background: var(--bs-gray-200); */
  background: url(../assets/images/about-experince.jpg) no-repeat center center /
    cover;
  background-attachment: scroll;
  background-attachment: fixed;
  height: 300px;
  padding: 0;
}

.block--exp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary);
  opacity: 0.65;
}

.exp_container {
  position: relative;
  z-index: 2;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}

.exp_box {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: var(--light);
  color: var(--primay-dark);
  font-size: 2.125rem;
  width: 230px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.exp_box span {
  font-size: 3.125rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.exp_box::before,
.exp_box::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.exp_box::before {
  inset: 0;
  right: -20px;
  background: rgba(255, 255, 255, 0.5);
}

.exp_box::after {
  inset: 0;
  right: -40px;
  background: rgba(255, 255, 255, 0.25);
}

.about-right-max-width {
  max-width: 550px;
  margin-inline: auto;
}

.list-bullet {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-bullet li {
  position: relative;
  padding-left: 1.5rem;
}

.list-bullet li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.list-bullet li::before {
  font-family: "jgmiddleton";
  content: "\e823";
  position: absolute;
  left: 0;
  top: 3px;
}

.block--vision {
  background: var(--gray-lighter);
}

.services-top-content {
  margin-bottom: 3rem;
}

.card--team {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  transition: 0.3s position cubic-bezier(1, 0, 0, 0.99),
    0.3s top cubic-bezier(1, 0, 0, 0.99);
  position: relative;
  border: none;
  background: transparent;
}
.card-team-content {
  display: none;
}

.team-bg {
  position: relative;
}

.team-bg::after {
  content: "";
  height: 50%;
  background: var(--gray-lighter);
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: 0.3s height cubic-bezier(1, 0, 0, 0.99),
    0.3s background cubic-bezier(1, 0, 0, 0.99);
}

.team-bg img {
  position: relative;
  z-index: 2;
  /* height: 200px; */
  object-position: bottom;
  object-fit: contain;
}

.card--team:hover {
  top: -0.5rem;
}

.card--team:hover .team-bg {
  /* top: -0.5rem; */
}

.card--team:hover .team-bg::after {
  /* border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem; */
  background: var(--bs-gray-400);
  height: 60%;
}

.team_title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary);
  transition: 0.3s color cubic-bezier(1, 0, 0, 0.99);
}

.team_designaton,
.team_title {
  margin: 0;
}

.team_designaton {
  color: var(--text);
  transition: 0.3s color cubic-bezier(1, 0, 0, 0.99);
  font-weight: 500;
}

.card--team:hover .team_title {
  color: var(--primay-dark);
}

.card--team:hover .team_designaton {
  color: var(--text-color-darker);
}

.contactus_wrapper {
  position: relative;
  /* box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1); */
}

.contactus_card address {
  max-width: 260px;
}

.contactus_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary);
}

.button_icon_right {
  margin-left: 0.5rem;
}
.row--team {
  justify-content: center;
  row-gap: 1.5rem;
}

.contactus_card_address {
  /* gap: 1rem; */
  margin-bottom: 1rem;
  gap: 0.5rem;
}

.contactus_card_link,
.contactus_card_address {
  font-size: 1.125rem;
}

.contactus_card_link {
  color: var(--primay-dark);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.contactus_card_link span {
  font-size: 1.75rem;
}
.contact-map-wrap{
  margin-top: 5rem;
}

.contact_left_img {
  /* position: absolute;
  width: 50%;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 5rem); */
  margin-bottom: 3rem;
  padding-inline: 0.75rem;
  display: none;
}

.block--contact {
  overflow: hidden;
}

.contact_right_card {
  padding: 1.875rem;
}

.contact_top {
  position: relative;
  margin-bottom: 3rem;
}

/* footer */
.footer_copyright_wrap {
  flex-direction: column;
  gap: 0.5rem;
}

.footer_middle_list,
.footer_middle_wrap,
.footer_copyright_wrap {
  justify-content: center;
  align-items: center;
}

.footer_middle_list {
  row-gap: 0.75rem;
}

.mobile-menu-aside {
  width: 300px;
  background: var(--white);
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  transition: 0.45s right ease-in-out;
  z-index: 99999;
  overflow: hidden;
  padding: 1.75rem;
  justify-content: space-between;
}

.mobile-menu-aside-show {
  right: 0;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.mobile-menu-overlay {
  position: fixed;
  padding: 0;
  border: none;
  background: rgba(24, 24, 24, 0.8);
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  transition: 0.45s right ease-in-out;
}

.mobile-menu-overlay-show {
  right: 0;
}

.header_mobile_button {
  border: none;
  background: var(--white);
  font-size: 1.75rem;
  display: inline-flex;
  padding: 0;
  line-height: 1;
}

.body-noscroll {
  overflow: hidden;
}
.mobile-menu-close {
  position: absolute;
  border: none;
  background: transparent;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
}
.mobile-menu-list,
.mobile-menu_social {
  padding: 0;
  list-style: none;
  margin: 0;
}
.mobile-menu-link {
  display: inline-flex;
  padding-block: 0.75rem;
  width: 100%;
  font-weight: 600;
  color: var(--primary);
}
.mobile-menu-link:hover {
  color: var(--primay-dark);
}
.mobile-menu-item {
  display: flex;
  align-items: center;
}
.mobile-menu-icon {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  height: 1.75rem;
  width: 1.75rem;
  /* border: 1px solid var(--accent-dark); */
  color: var(--primay-dark);
}
.mobile-menu-hasbutton {
  max-width: calc(100% - 1.75rem);
}
.block--location {
  overflow: hidden;
}
.team_item {
  flex: 0 0 50%;
  max-width: 50%;
}
.mobile-menu_contact {
  gap: 0.875rem;
}
.mobile-menu-top,
.mobile-menu_contact,
.mobile-menu-aside,
.contactus_card_address {
  display: flex;
  flex-direction: column;
}
.mobile-menu_title {
  font-weight: 600;
  font-size: 1.125rem;
}
.mobile-menu_contact_link {
  gap: 0.5rem;
  display: inline-flex;
  font-weight: 500;
  color: var(--accent-dark);
  align-items: center;
}
.mobile-menu_contact_link:hover {
  color: var(--border-dark);
}
.mobile-menu_contact_link .icon {
  font-size: 1.25rem;
}
.mobile-menu-text {
  margin: 0;
  margin-top: 1.5rem;
}
.mobile-menu-top {
  gap: 1.25rem;
}
.mobile-menu_social {
  gap: 1.125rem;
  align-items: center;
}
.mobile-menu_social_link {
  font-size: 2rem;
  display: flex;
  line-height: 1;
  color: var(--accent-light);
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
}
.mobile-menu_social_link:hover {
  color: var(--accent-dark);
}
.team-details-img-wrap {
  background: var(--gray-lighter);
  padding-inline: 1.5rem;
  height: 300px;
  width: 300px;
}
.team-details-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.team-details-card {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.02), 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  padding: 2rem;
}
.team-modal {
  max-width: 600px;
  border: none;
  padding: 1.5rem;
  background: var(--gray-lighter);
}
.team-modal::backdrop {
  background: rgba(0, 0, 0, 0.75);
}
.modal-content-close {
  position: absolute;
  top: -0.5rem;
  right: 0rem;
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
}
.modal-content-body {
  padding-right: 2rem;
}
.modal-content-body p:last-child {
  margin: 0;
}

.address_link {
  display: flex;
  gap: 1.125rem;
  align-items: center;
}

.address_link_icon {
  font-size: 1.5rem;
}
.address_row {
  row-gap: 0.75rem;
  justify-content: center;
  align-items: center;
}
.footer_top_address {
  border-block: 1px solid var(--border-dark);
  padding-block: 1.125rem;
}

.contact-action-section {
  display: flex;
  gap: 1rem;
}
.contact-action-section:not(:last-child) {
  margin-bottom: 2rem;
}

.contact-action-value {
  gap: 0.25rem;
  display: flex;
  flex-flow: column wrap;
}
.contact-action-value * {
  margin: 0;
}

.contact-action-icon {
  border: 1px solid var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
  color: var(--accent-light);
}
.contactus_card_link {
  margin-top: 0.75rem;
}
.contactus_card_link:hover{
    color: #404040;
}
.contact-action-value address:not(:last-child) {
  margin-bottom: 0.75rem;
}
.contact-address-wrap {
  margin-top: 0.5rem;
  max-width: 354px;
}

.footer_top_time{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer_working_wrap{
  gap: 1.5rem;
      font-size: 1.125rem;
}

@media (max-width: 575.98px) {
  .row-services .service_item:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 576px) {
  /* .service_title {
    min-height: 72px;
  } */

  .hero_home_actions {
    flex-direction: row;
  }
  .block_hero_home {
    padding: 3rem;
  }
  .mobile-menu-aside {
    width: 450px;
  }
  footer {
    padding-top: 3rem;
  }

  .footer_top {
    margin-bottom: 3rem;
  }

  .footer_top_list {
    flex-direction: row;
  }

  .footer_left,
  .footer_right {
    padding-inline: initial;
  }

  .footer_top_social-list {
    gap: 1.5rem;
  }

  .block {
    padding: 2rem 0;
  }
  .hero-inner_wrap .block_title {
    font-size: 2.5rem;
  }
  .block--testimonials {
    padding-inline: 1.5rem;
  }
  .footer_working_wrap{
    gap: 1.5rem 0  ;
  }


}

@media (min-width: 576px) and (max-width: 767.98px) {
  .row-services .service_item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  /* .service_title{
    min-height: 48px;
  } */
  .about_left {
    margin-bottom: 3rem;
  }

  .block_title_small {
    font-size: 2.5rem;
  }
  footer {
    padding-top: 5rem;
  }

  .footer_row,
  .footer_right {
    gap: initial;
  }

  .footer_left,
  .footer_right {
    padding-inline: 12px;
  }

  .footer_right {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 2rem;
  }

  .footer_top_services,
  .footer_top_social {
    grid-column: span 12;
  }

  .footer_top_address,
  .footer_top_hours,
  .footer_top_others {
    grid-column: span 6;
  }

  .footer_copyright_wrap {
    flex-direction: row;
  }

  .block {
    padding-block: 3rem;
  }

  .block--testimonials {
    padding-inline: calc(50% - (696px / 2));
  }

  .testimonials_card_dec {
    bottom: -80px;
    width: 110px;
  }

  .marketing_img::before {
    width: 220px;
  }

  .marketing_img_bg {
    width: 240px;
  }

  .marketing_img_people {
    position: absolute;
    right: -2.2rem;
    bottom: -2.2rem;
    max-width: inherit;
    width: 366px;
  }
  .testimonials_slider .swiper-slide {
    padding-inline: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer,
  .footer_top_contact_link {
    font-size: 0.875rem;
  }
  .service_item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .service_item:not(:nth-last-child(-n + 3)) {
    margin-bottom: 2.5rem;
  }
  .home-contact_img {
    display: block;
    width: 50%;
    height: 600px;
  }
  .card--service {
    padding: 1.75rem;
  }
  .about_left,
  .about_right {
    margin-bottom: 4rem;
  }
  .header_mobile_button {
    display: none;
  }
  .header_content {
    display: block;
  }

  .header_logo img {
    height: 100px;
  }

  .footer_right {
    gap: 3rem 2rem;
  }

  .footer_top_content {
    margin-bottom: 3rem;
  }

  .block {
    padding-block: 4rem;
  }

  .marketing_img::before {
    width: 361px;
  }

  .block--testimonials {
    padding-left: calc(50% - (936px / 2));
    padding-right: 12px;
  }

  .marketing_img_people {
    right: initial;
    max-width: 100%;
    width: 100%;
  }

  .marketing_img_bg {
    width: 200px;
  }
  .marketing_action {
    flex-direction: row;
  }
  .footer_top_others {
    grid-column: span 3;
  }
  .footer_top_hours {
    grid-column: span 5;
  }
  .footer_top_social {
    grid-column: span 4;
  }
}

@media (min-width: 992px) and (max-width: 1198.98px) {
  .card_about_title {
    min-height: 48px;
  }
}

@media (min-width: 1200px) {
  .header_menu_list a {
    font-size: 18px;
  }

  /* .home-contact_img {
    max-width: 550px;
  } */

  .block--home-contact {
    background: #f0f1f3;
  }

  .testimonials_card_dec {
    top: initial;
    bottom: -3rem;
    width: 152px;
  }

  .testimonials_card_auth {
    max-width: 82%;
  }

  .block_title {
    font-size: 2.5rem;
  }

  .hero-inner_wrap {
    max-width: 740px;
    margin: 0 auto;
  }

  .about-list-item {
  }

  .about-list-icon {
    font-size: 2.5rem;
  }

  .about-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .about-list-title {
    font-size: 1.125rem;
  }

  .team_item {
    flex: 0 0 auto;
    width: 20%;
  }

  .footer_top_services {
    grid-column: span 8;
  }

  .footer_top_hours {
    grid-column: span 8;
  }

  .footer_top_address,
  .footer_top_social,
  .footer_top_others {
    grid-column: span 4;
  }

  .block {
    padding-block: 5rem;
  }

  .block--testimonials {
    padding-left: calc(50% - (1116px / 2));
  }

}

@media (min-width: 1400px) {
  .block--testimonials {
    padding-left: calc(50% - (1296px / 2));
  }

  .testimonials_card_auth {
    max-width: 70%;
  }

  .block_title {
    font-size: 3rem;
  }

  .hero-inner_wrap {
    max-width: 920px;
  }

  .hero-inner_cap {
    position: absolute;
    font-size: 350px;
    top: 50%;
    left: -2rem;
    transform: translate(-50%, 0%);
    line-height: 0;
  }
}
