:root {
  --color1: #094b70;
  --color2: #063655;
  --color3: #077ba3;
  --color4: #056790;
  --color5: #a7d5e4;
  --color6: #3c7f92;
  --color7: #998859;
  --color8: #8a7c4f;
  --color9: #166992;
  --fDINNextLTArabicLight: 'DINNextLTArabicLight', sans-serif;
  --fDINNextLTW23Black: 'DINNextLTW23Black', sans-serif;
  --fDINNextLTW23Bold: 'DINNextLTW23Bold', sans-serif;
  --fDINNextLTW23Heavy: 'DINNextLTW23Heavy', sans-serif;
  --fDINNextLTW23Light: 'DINNextLTW23Light', sans-serif;
  --fDINNextLTW23Medium: 'DINNextLTW23Medium', sans-serif;
  --fDINNextLTW23Regular: 'DINNextLTW23Regular', sans-serif;
  --fDINNextLTW23UltraLight: 'DINNextLTW23UltraLight', sans-serif;
  --fAlhurraNew: 'AlhurraNew', sans-serif;
}

/* AlhurraNew */
@font-face {
  font-family: 'AlhurraNew';
  src: url('../fonts/Alhurra.woff2') format('truetype');
}

@font-face {
  font-family: 'DINNextLTArabicLight';
  src: url('../fonts/din/DINNextLTArabicLight.ttf') format('truetype');
}
@font-face {
  font-family: 'DINNextLTW23Black';
  src: url('../fonts/din/DINNextLTW23Black.ttf') format('truetype');
}
@font-face {
  font-family: 'DINNextLTW23Bold';
  src: url('../fonts/din/DINNextLTW23Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'DINNextLTW23Heavy';
  src: url('../fonts/din/DINNextLTW23Heavy.ttf') format('truetype');
}
@font-face {
  font-family: 'DINNextLTW23Light';
  src: url('../fonts/din/DINNextLTW23Light.ttf') format('truetype');
}
@font-face {
  font-family: 'DINNextLTW23Medium';
  src: url('../fonts/din/DINNextLTW23Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'DINNextLTW23Regular';
  src: url('../fonts/din/DINNextLTW23Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'DINNextLTW23UltraLight';
  src: url('../fonts/din/DINNextLTW23UltraLight.ttf') format('truetype');
}

* {
  letter-spacing: 0 !important;
}

body {
  font-family: var(--fDINNextLTW23Regular);
}
[dir='ltr'] body {
  /* font-family: var(--fDINNextLTW23Medium); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fAlhurraNew);
}

[dir='ltr'] h1,
[dir='ltr'] h2,
[dir='ltr'] h3,
[dir='ltr'] h4,
[dir='ltr'] h5,
[dir='ltr'] h6 {
  /* font-family: var(--fDINNextLTW23Regular) !important; */
  font-family: var(--fDINNextLTW23Medium) !important;
}

.f_dalight {
  font-family: var(--fDINNextLTArabicLight);
}
.f_dblack {
  font-family: var(--fDINNextLTW23Black);
}
.f_dbold {
  font-family: var(--fDINNextLTW23Bold);
}
.f_dheavy {
  font-family: var(--fDINNextLTW23Heavy);
}
.f_dlight {
  font-family: var(--fDINNextLTW23Light);
}
.f_dmedium {
  font-family: var(--fDINNextLTW23Medium);
}
.f_dregular {
  font-family: var(--fDINNextLTW23Regular);
}
.f_dulight {
  font-family: var(--fDINNextLTW23UltraLight);
}
.f_alurra {
  font-family: var(--fAlhurraNew);
}

/* Color */
.c_color1 {
  color: var(--color1);
}
.c_color2 {
  color: var(--color2);
}
.c_color3 {
  color: var(--color3);
}
.c_color4 {
  color: var(--color4);
}
.c_color5 {
  color: var(--color5);
}
.c_color6 {
  color: var(--color6);
}
.c_color7 {
  color: var(--color7);
}
.c_color8 {
  color: var(--color8);
}
.c_color9 {
  color: var(--color9);
}
/* Background */
.bg_color1 {
  background-color: var(--color1);
}
.bg_color2 {
  background-color: var(--color2);
}
.bg_color3 {
  background-color: var(--color3);
}
.bg_color4 {
  background-color: var(--color4);
}
.bg_color5 {
  background-color: var(--color5);
}
.bg_color6 {
  background-color: var(--color6);
}
.bg_color7 {
  background-color: var(--color7);
}
.bg_color8 {
  background-color: var(--color8);
}

a,
a:hover {
  text-decoration: none;
  -webkit-transitiontransition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pb_4rem {
  padding-bottom: 4rem;
}

.border_right {
  border-right: 2px solid #fff;
}
[dir='ltr'] .border_right {
  border-right: 0;
  border-left: 2px solid #fff;
}

.lines-1,
.lines-2,
.lines-3,
.lines-4,
.lines-5,
.lines-6,
.lines-7,
.lines-8,
.lines-9,
.lines-10,
.lines-11,
.lines-12,
.lines-13,
.lines-14,
.lines-15 {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.lines-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.lines-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.lines-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  height: 60px;
}
.lines-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.lines-5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.lines-6 {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.lines-7 {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.lines-8 {
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.lines-9 {
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.lines-10 {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}
.lines-11 {
  -webkit-line-clamp: 11;
  line-clamp: 11;
}
.lines-12 {
  -webkit-line-clamp: 12;
  line-clamp: 12;
}
.lines-13 {
  -webkit-line-clamp: 13;
  line-clamp: 13;
}
.lines-14 {
  -webkit-line-clamp: 14;
  line-clamp: 14;
}
.lines-15 {
  -webkit-line-clamp: 15;
  line-clamp: 15;
  line-clamp: 15;
}

/* Whatsapp Button */
#wa_button {
  bottom: 50px;
  left: 10px;
  position: fixed;
  z-index: 999;
}
[dir='ltr'] #wa_button {
  left: auto;
  right: 160px;
}
.img-circle {
  background-color: #25d366;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #25d366;
  width: 150px;
  height: 150px;
  bottom: -25px;
  left: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #25d366;
  width: 100px;
  height: 100px;
  bottom: 0px;
  left: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  left: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.9;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url('../imgs/whats-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@media screen and (max-width: 767px) {
  .circlephone {
    width: 100px;
    height: 100px;
  }
  .circle-fill {
    width: 67px;
    height: 67px;
  }
  .img-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    left: 36px;
  }
  .img-circleblock {
    width: 37px;
    height: 37px;
    background-size: contain;
  }
  .circle-fill {
    bottom: -9px;
    left: 28px;
  }
}

.btn.btn-primary {
  background-color: #056790;
  border: 0;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background-color: var(--color2);
  color: #fff;
}
.btn_custom {
  background-color: var(--color5);
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px 12px;
  min-width: 100px;
  text-align: center;
  font-family: var(--fDINNextLTW23Bold);
  font-size: 18px;
}
.btn_custom:hover {
  background-color: var(--color2);
  color: #fff;
}

.bg_gradient {
  background: linear-gradient(
    0deg,
    rgba(244, 244, 244, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}

.bg_gray {
  background-color: #f4f4f4;
}

/* $ => Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
header .logo img {
  width: 110px;
}
header .navbar-nav .nav-link {
  font-family: var(--fDINNextLTW23Bold);
  color: #fff;
  padding-top: 0;
  padding-bottom: 8px;
  border-radius: 10px;
  font-size: 18px;
}
header nav a.nav-link:hover,
header .navbar-nav .nav-link.active {
  background-color: var(--color3);
  color: #fff;
}
.languages {
  color: var(--color3);
  /* border-right: 2px solid var(--color3); */
  /* line-height: 1.6; */
  /* padding-bottom: 2px; */
  position: relative;
}
.languages::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  height: 100%;
  width: 2px;
  background-color: var(--color3);
}
[dir='ltr'] .languages::after {
  /* border-right: 0; */
  /* border-left: 2px solid var(--color3); */
  /* padding-bottom: 4px; */
  top: 4px;
  right: auto;
  left: 0;
}
@media screen and (max-width: 991px) {
  .offcanvas {
    background-color: var(--color2);
  }
  header .navbar-nav {
    gap: 10px 0 !important;
  }
  header .navbar-nav .nav-link {
    /* color: var(--color2); */
    padding: 10px 20px;
    display: inline-block;
  }
  header nav a.nav-link:hover,
  header .navbar-nav .nav-link.active {
    /* background-color: var(--color3); */
    /* color: #fff; */
    border-radius: 30px;
  }
}
@media screen and (max-width: 600px) {
  .btn.btn-primary.btn_offcanvas {
    padding: 6px 10px !important;
    font-size: 13px;
  }
  .languages {
    font-size: 1rem !important;
  }
}

.navbar-sticky.sticky {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  position: fixed !important;
  top: -60px !important;
  left: 0 !important;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999 !important;
  animation: goDown 0.5s ease-in-out forwards;
}
.navbar-sticky.sticky:not(.header-pages) .navbar-nav .nav-link {
  color: var(--color3);
}
.navbar-sticky.sticky:not(.header-pages) nav a.nav-link:hover,
.navbar-sticky.sticky:not(.header-pages) .navbar-nav .nav-link.active {
  background-color: var(--color3);
  color: #fff;
}
/* .navbar-sticky.sticky .navbar-brand img {
  width: 100px;
} */
@keyframes goDown {
  0% {
    top: -60px;
  }
  100% {
    transform: translateY(60px);
  }
}
/* # => Header */

/* $ => Home Banner */
.home-banner .cta_btns {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1800px) {
  .home-banner .cta_btns {
    bottom: 140px;
  }
}

.home-banner .home_slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.swiper-button-next,
.swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  color: #fff;
}
.swiper-button-next {
  filter: drop-shadow(-7px 7px 5px #000);
}
.swiper-button-prev {
  filter: drop-shadow(7px 7px 5px #000);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: 'Font Awesome 6 Free';
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  font-size: 28px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '\f054';
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '\f053';
}

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  border: 1;
  border: 0;
  background-color: #fff;
}

.white_bg .swiper-pagination-bullet {
  border: 1px solid var(--color7);
  background-color: var(--color7);
  margin: 0 8px !important;
}
.white_bg .swiper-pagination-bullet-active {
  border: 1px solid var(--color9);
  background-color: var(--color9);
}
/* # => Home Banner */

/* $ => About us */
.sec_about .box {
  background-repeat: no-repeat;
  background-position: bottom left;
}
.bg_Styles {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.about_content h1 {
  color: var(--color6);
  font-size: 34px;
}
.about_content li {
  font-size: 16px;
  color: var(--color3);
  position: relative;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.about_content li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--color7);
  position: absolute;
  top: 16px;
  right: 0;
  border-radius: 50%;
}
[dir='ltr'] .about_content li {
  padding-right: 0;
  padding-left: 1rem;
}
[dir='ltr'] .about_content li::before {
  right: auto;
  left: 0;
}

@media screen and (max-width: 991px) {
  .bg_Styles {
    background-size: 100%;
    background-position: left bottom;
  }
}

.img_about {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
[dir='ltr'] .img_about {
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}
/* # => About us */

/* $ => Offers | Products */
.item-offer {
  transition: all 0.3s ease-in-out;
}
.item-offer.active,
.item-offer:hover {
  /* background-color: var(--color6); */
  background-color: var(--color6);
}
.item-offer.active img,
.item-offer:hover img {
  /* filter: drop-shadow(2px 4px 5px #122a41); */
}
.item-offer::after {
  content: '';
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color7);
  height: 2px;
  width: 30%;
}
.item-offer h6 {
  font-size: 22px;
}
.img_offer {
  height: 150px;
}
.item-offer.active *,
.item-offer:hover * {
  color: #fff !important;
}
/* # => Offers | Products */

/* $ => Business Gallery */
.sec_business_gallery {
  padding-top: 3rem;
}
.triangle_style {
  position: relative;
  top: -48px;
  background-color: #fff;
  width: 100%;
  height: 50px;
}
.triangle_style::before,
.triangle_style::after {
  content: '';
  position: absolute;
  top: 0;
  width: calc(50% + 10px);
  height: 50px;
  background-color: var(--color3);
}
.triangle_style::before {
  left: 0;
  transform: skew(45deg);
  transform-origin: right bottom;
  border-top-right-radius: 12px;
  background-color: var(--color3);
}
.triangle_style::after {
  right: 0;
  transform: skew(-45deg);
  transform-origin: left bottom;
  border-top-left-radius: 12px;
}

.item-gallery {
  height: 310px;
  box-shadow: -10px 10px 10px rgb(0 0 0 / 20%);
}
.item-gallery img {
  transition: 0.3s;
}
.item-gallery:hover img {
  filter: blur(5px);
}
.item-gallery .icon_zoom {
  opacity: 0;
  transition: 0.5s;
  transform: translate(50%, -50%) scale(0);
  color: #fff;
}
.item-gallery:hover .icon_zoom {
  opacity: 1;
  transform: translate(50%, -50%) scale(2);
}

.g_arrow.swiper-button-prev,
.g_arrow.swiper-rtl .swiper-button-next {
  left: -8px;
  right: auto;
}
.g_arrow.swiper-button-next,
.g_arrow.swiper-rtl .swiper-button-prev {
  right: -8px;
  left: auto;
}
.logo_brands {
  height: 60px;
}
/* # => Business Gallery */

/* $ => Partners */
.img_clients a:hover {
  opacity: 0.6;
  cursor: zoom-in;
}
.clients_slider .swiper-pagination-bullet {
  background-color: var(--color5);
}
.clients_slider .swiper-pagination-bullet-active {
  border: 1;
  border: 0;
  background-color: var(--color4);
}
.clients_slider .swiper-button-next,
.clients_slider .swiper-button-prev {
  color: var(--color3);
}
/* # => Partners */

/* $ => Testimonials */
/* # => Testimonials */

/* $ => Footer */
footer {
  font-family: var(--fDINNextLTW23Medium);
}
footer .box .row > div {
  position: relative;
}
footer .box .row > div::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  height: 150px;
  width: 1px;
  background-color: var(--color6);
}
[dir='ltr'] footer .box .row > div::after {
  right: auto;
  left: 8px;
}
footer .box .row > div:first-child::after {
  content: unset;
}
.wedget_footer img {
  width: 123px;
}
@media screen and (max-width: 991px) {
  footer .box .row > div::after {
    content: unset;
  }
  .wedget_footer {
    padding-bottom: 2rem;
    text-align: center;
  }
  .social_links {
    justify-content: center;
  }
}
.wedget_footer hr {
  border-color: var(--color8);
  box-shadow: 0 2px 5px rgb(136 124 81 / 80%);
}
.wedget_footer .social_links a {
  color: #056790;
}
.wedget_footer .footer_links li {
  margin-bottom: 0.5rem;
}
.wedget_footer .footer_links a {
  color: var(--color9);
}
.wedget_footer .social_links a:hover,
.wedget_footer .footer_links a:hover,
.contacts .wedget_footer a:hover p {
  color: var(--color5);
}
/* # => Footer */

/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/

header.header-pages .navbar-nav .nav-link {
  color: var(--color3);
}
header.header-pages nav a.nav-link:hover,
header .navbar-nav .nav-link.active {
  color: #fff;
}

.pt_10rem {
  padding-top: 10rem;
}

/* Galleries | Partners */
.item_galery_logo {
  height: 200px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
   background-color: var(--color1); 
}
.item_galery_logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Contact Us */
.input_style {
  border: 2px solid var(--color6);
  padding: 1rem 2rem;
  font-weight: bold;
  width: 100%;
  border-radius: 10px;
  color: var(--color7);
}
.input_style::placeholder {
  color: var(--color6);
}
.input_style:focus-visible,
.input_style:focus {
  border-color: var(--color8);
}

.contact_addresses {
  position: relative;
}
.contact_addresses::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
  height: 90%;
  width: 2px;
  background-color: var(--color3);
}
[dir='ltr'] .contact_addresses::after {
  left: auto;
  right: -8px;
}
@media screen and (max-width: 767px) {
  .contact_addresses::after {
    content: unset;
  }
}

.contact_addresses li a .icon_img {
  width: 22px;
  margin: auto;
}
.contact_addresses li a strong {
  color: var(--color7);
  display: block;
}
.contact_addresses li a:hover {
  transform: translateY(-5px);
}

.map_contact {
  text-align: center;
  width: 100%;
  /* background-image: url(../imgs/contact/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; */
}
.map_contact .map_img {
  width: 80%;
  margin: auto;
}
.map_contact .place_icon {
  position: absolute;
  width: 40px;
  border-radius: 100px;
  transition: 0.3s;
  box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
  animation: pulse 1s infinite;
}
.map_contact .place_icon:hover {
  animation: none;
  transform: translateY(-5px);
}
.map_contact .place1 {
  top: 40.5%;
  left: 43.3%;
}
.map_contact .place2 {
  right: 32%;
  top: 24%;
}
.map_contact .place3 {
  right: 27.2%;
  top: 38.5%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}

@media (min-width: 1200px) and (max-width: 1398px) {
  .map_contact .place_icon {
    width: 34px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .map_contact .place_icon {
    width: 27px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .map_contact .place_icon {
    width: 20px;
  }

  .about_content > div {
    margin-top: 3rem;
    text-align: center !important;
  }
}

@media screen and (max-width: 1199px) {
  .img_about {
    opacity: 0.3;
  }
  .img_about {
    width: 220%;
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  header .logo img {
    width: 90px;
  }

  .img_about {
    width: 250%;
  }
  .sec_about .box {
    padding-bottom: 0 !important;
  }

  .map_contact .place_icon {
    width: 25px;
  }
  .pt_10rem {
    padding-top: 7rem;
  }

  .about_content h1 {
    font-size: 20px;
    line-height: 1.6;
  }
  .about_content li {
    font-size: 16px;
  }
  .item-offer h6 {
    font-size: 18px !important;
  }
  .item-offer p {
    font-size: 14px;
  }
}

@media screen and (max-width: 520px) {
  .map_contact .place_icon {
    width: 23px;
  }
}

@media screen and (max-width: 480px) {
  .map_contact .place_icon {
    width: 17px;
  }
}

.pagination {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.pagination .page-item {
}
.disabled > .page-link,
.page-link.disabled {
  background-color: transparent;
}
.pagination .page-link {
  color: #000;
  border: 0;
  color: var(--color2);
  background-color: transparent;
  font-weight: bold;
}
.pagination .active > .page-link,
.pagination .page-link:hover,
.pagination .page-link.active {
  z-index: 3;
  color: var(--color3);
  background-color: transparent;
  /* border-color: var(--color1); */
  border: 0;
}

/** New Edits **/
/* About */
.sec_about .about-us__description {
  font-size: 20px;
}
@media (max-width: 768px) {
  .sec_about .about-us__heading {
    line-height: 34px;
  }
  .sec_about .about-us__description {
    font-size: 14px;
  }
  .sec_about .about_content {
    padding: 0 !important;
  }
}
/* Services */
.ar-home-services__layout {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.ar-home-services__intro {
  width: 31%;
  align-self: center;
}
.ar-home-services__badge {
  display: inline-block;
  border: 1px solid #0f72a2;
  color: #6b7280;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  padding: 4px 12px;
  margin-bottom: 14px;
}
.ar-home-services__title {
  color: #0f72a2;
  font-size: 40px;
  line-height: 1.35;
}
.ar-home-services__desc {
  color: #4b5563;
  font-size: 20px;
  line-height: 1.95;
  font-weight: 700;
}
.ar-home-services__cards {
  width: 69%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.ar-home-services__card {
  grid-column: span 2;
  background: #eef2f5;
  border: 1px solid #2f95c3;
  border-radius: 12px;
  padding: 14px 14px 10px;
  position: relative;
  min-height: 258px;
  display: flex;
  flex-direction: column;
}
.ar-home-services__card--wide {
  grid-column: span 3;
}
.ar-home-services__arrow {
  color: #7b6b54;
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 8px;
}
.ar-home-services__cardTitle {
  color: #0f72a2;
  font-size: 26px;
  margin-bottom: 8px;
}
.ar-home-services__cardDesc {
  color: #4b5563;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 8px;
}
.ar-home-services__card img {
  width: 72%;
  max-width: 210px;
  height: auto;
  object-fit: contain;
  margin-top: auto;
}
@media screen and (max-width: 1199px) {
  .ar-home-services__layout {
    flex-direction: column;
  }
  .ar-home-services__intro,
  .ar-home-services__cards {
    width: 100%;
  }
  .ar-home-services__title {
    font-size: 36px;
  }
  .ar-home-services__desc {
    font-size: 20px;
  }
  .ar-home-services__cardTitle {
    font-size: 24px;
  }
  .ar-home-services__cardDesc {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .ar-home-services__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ar-home-services__card,
  .ar-home-services__card--wide {
    grid-column: span 1;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .ar-home-services__cards {
    grid-template-columns: 1fr;
  }
  .ar-home-services__badge {
    margin-bottom: 10px;
  }
  .ar-home-services__title {
    font-size: 30px;
  }
  .ar-home-services__desc {
    font-size: 16px;
    line-height: 1.9;
  }
  .ar-home-services__cardTitle {
    font-size: 22px;
  }
  .ar-home-services__cardDesc {
    font-size: 15px;
  }
}