@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extr-bold {
  font-weight: 800;
}

.inter-font {
  font-family: "Inter", sans-serif !important;
}

*,
* button:focus {
  outline: 0;
}

:root {
  --primary: #063783;
  --primary-dark: #071437;
  --primary-dark2: #252f4a;
  --dark: #0e1623;
  --secondary: #b6f7eb;
  --secondary-1: #1f9983;
  --yellow: #f9e3b3;
  --yellow-1: #f4911d;
  --grey: #666666;
  --grey-1: #f3f6fa;
  --grey-2: #78829d;
  --grey-light: #c4cada;
  --grey-text: #666a72;
  --radius-13: 13px;
  --radius: 30px;
}

.rotate {
  transform: rotate(-50deg);
}

.rotate-45 {
  transform: rotate(45deg);
}

.underline-text {
  text-decoration: underline;
}

.underline {
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 10px;
}

.grey-text {
  color: var(--grey) !important;
}

.grey-2 {
  color: var(--grey-2) !important;
}

.grey-light {
  color: var(--grey-light) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: 0.9rem;
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

p {
  font-size: 14px !important;
  /*text-align: justify ;*/
}

.fs-1 {
  font-size: 3rem !important;
}

.fs-4 {
  font-size: 19px !important;
}

.fs-5 {
  font-size: 1.1rem !important;
}

.size-6 {
  font-size: 16px !important;
}

.size-8 {
  font-size: 13px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

.fs-7 {
  font-size: 14px;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: inherit;
}

hr {
  border: 1px solid #b3b4b7 !important;
}

.btn {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden !important;
}

.btn-primary {
  background-color: var(--primary) !important;
  border: 0px;
}
.btn-primary:hover {
  background-color: rgba(1, 52, 45, 0.77) !important;
}

.outline-btn {
  border: 1px solid rgba(6, 55, 131, 0.4) !important;
  color: var(--primary) !important;
  border-radius: 12px !important;
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.outline-btn:hover {
  background-color: var(--primary) !important;
  color: white !important;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

.form-control:focus {
    box-shadow: none !important ;
}

/* ==================== global style ============================== */
.slideInUp {
  animation: slideInUp 2s ease-in-out forwards;
}

.justify-content-space-between {
  justify-content: space-around;
}

.pt-128 {
  padding-top: 150px !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.no-border {
  border: 0px !important;
}

.no-bg {
  background: transparent !important;
}

.primary-bg {
  background-color: var(--primary) !important;
}

.grey1-bg {
  background-color: var(--grey-1) !important;
}

.dark-bg {
  background-color: var(--dark) !important;
}

article {
  line-height: 1.7rem;
}

.rounded {
  border-radius: var(--radius) !important;
}

.full-radius {
  border-radius: 100% !important;
}

.no-radius {
  border-radius: 0px !important;
}

.z-index {
  z-index: 1;
}

.relative {
  position: relative;
}

i {
  font-size: 16px;
}

.primary-color {
  color: var(--primary) !important;
}

.primary-dark2 {
  color: var(--primary-dark2) !important;
}

.primary-dark {
  color: var(-primary-dark) !important;
}

.hvr-primary:hover {
  color: var(--primary) !important;
}

.secondary-1-color {
  color: var(--secondary-1) !important;
}

.secondary-bg {
  background-color: var(--secondary) !important;
}

.btn {
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
}

.btn-subColor.hvr-txt-trans {
  background-color: var(--subColor);
}
.btn-subColor.hvr-txt-trans:hover {
  background-color: var(--subColor);
}
.btn-subColor.hvr-txt-trans .txt::after {
  padding-right: 25px;
}

.hvr-txt-trans {
  position: relative;
  overflow: hidden;
}
.hvr-txt-trans .txt {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.hvr-txt-trans .txt::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.hvr-txt-trans:hover {
  color: #fff;
}
.hvr-txt-trans:hover .txt span {
  transform: translateY(-150%);
  opacity: 0;
}
.hvr-txt-trans:hover .txt::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.radius {
  border-radius: var(--radius);
}

.radius-13 {
  border-radius: var(--radius-13) !important;
}

.border {
  border: 1px solid #e1e8f0;
}

a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}

a:hover {
  color: inherit;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  -o-object-fit: contain;
     object-fit: contain;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 60px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  transition: transform 0.2s;
}

/* Optional: rotate arrow on hover */
.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

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

/*---------------header-----------------------*/

.hero-section,
.inner-hero {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  min-height: 88vh;
  position: relative;
  width: 100%;
  margin-top: 112px;
  overflow: hidden;
  border-radius: 40px;
}
.hero-section .parallax-container,
.inner-hero .parallax-container {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  overflow: hidden;
  position: relative;
}
.hero-section .parallax-image,
.inner-hero .parallax-image {
  transition: transform 0.3s ease;
  will-change: transform;
  position: relative;
  z-index: 2;
}

.hero-section {
  background-image: url("../images/hero.png");
}




.inner-hero {
  background-image: url("../images/inner/inner-hero.png");
}

header {
  transition: all 0.3s ease;
  /* Smooth transition when adding/removing the class */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  /* Optional shadow */
}
header .top-header {
  border-radius: 0px 0px 50px 50px !important;
}
header .top-header .nav-link {
  color: white !important;
}
header .navbar-nav .nav-item {
  margin: 0 5px;
}
header .navbar-nav .nav-item .nav-link {
  position: relative;
  border-radius: var(--radius);
}
header .navbar-nav .nav-item .nav-link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: all 0.6s ease;
}
header .navbar-nav .nav-item .nav-link:hover {
  transition: all 0.6s ease;
}
header .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}
header .navbar-nav .nav-item .nav-link.has_circle::before {
    content: '';
    width: 4px ;
    height : 4px ;
    display: block;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    background: #17C653; 
    border-radius: 25px ;
    
}
header .navbar-nav .nav-item .nav-link.active {
  transition: all 0.6s ease;
}
header .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}
header .search-btn {
  width: 47px;
  height: 47px;
  border-radius: 100%;
}

header.nav-scroll {
  transition: all 0.3s ease;
  background-color: #fff;
  /* Smooth transition when adding/removing the class */
}

.lang_butn {
    background : transparent;
    border: none ;
}

/*.navbar.nav-scroll {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    box-shadow: 3px 6px 15px 0 #0001;*/
/*    z-index: 99;*/
/*}*/
/* .navbar.nav-scroll .logo{*/
/*     height:50px!important;*/
/*     transition: height 0.5s ease-in-out;*/
/* }*/
 
         
.nav-link {
  padding: 7px 8px !important;
}

.header.transparent-header {
  background-color: transparent;
  box-shadow: none;
}
.header.transparent-header .navbar-nav .nav-link {
  color: white !important;
  font-size: 15px;
}

.py-3 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.header.transparent-header.nav-scroll {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.header.transparent-header.nav-scroll .navbar-nav .nav-link {
  color: white !important;
}

.services_slider .swiper-button-next,
.services_slider .swiper-button-prev,
.news_slider .swiper-button-next,
.news_slider .swiper-button-prev {
  top: 0;
}
.services_slider .swiper-button-next,
.news_slider .swiper-button-next {
  right: 46%;
}
.services_slider .swiper-button-prev,
.news_slider .swiper-button-prev {
  left: 47%;
}
.services_slider .swiper-container,
.news_slider .swiper-container {
  padding-top: 50px;
}

.services-card .bg::after {
  position: absolute;
  content: "";
  top: -85px;
  right: -50px;
  left: 0;
  width: 100%;
  height: 190px;
  background-image: url("../images/shape-bg.svg");
  background-repeat: no-repeat;
  margin: auto;
}
.services-card .service-img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  position: relative;
  z-index: 10;
}

.doing-section .card .num {
  font-size: 140px;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(90deg, rgb(224, 231, 240) 0%, rgb(236, 240, 246) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.doing-section .card .cont {
  position: relative;
  margin-top: 20px;
}

.doing-section .col-md-3:not(:last-child) > .card,
.doing-section .col-md-4:not(:last-child) > .card {
  border-right: 2px solid #e0e7f0 !important;
  border-radius: 0px;
}

.contact-section .form-control {
  padding: 1.1rem 0.75rem;
}

.single_services_slider img {
  height: 500px !important;
  border-radius: var(--radius);
}
.single_services_slider .nav-container {
  width: 43px;
  min-height: 85px;
  position: absolute;
  padding: 2px;
  left: -20px;
  top: 40%;
  z-index: 1;
  border-radius: 30px;
  background-color: white;
}
.single_services_slider .nav-container .swiper-button-prev {
  transform: rotate(90deg);
  top: 25px;
  left: 3px;
}
.single_services_slider .nav-container .swiper-button-next {
  transform: rotate(90deg);
  top: 65px;
  left: 3px;
}

/*---------------footer--------------------------*/
.footer {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 64% 250px;
  background-position: right bottom;
}
.footer .text-muted {
  color: #bbbaba !important;
}
.footer .menu-links a {
  position: relative;
}
.footer .menu-links a:hover {
  padding-left: 23px;
}
.footer .menu-links a:hover::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/hover-arrow.svg");
  background-repeat: no-repeat;
}
.footer a:hover {
  color: var(--secondary) !important;
}
.footer .email {
  border-radius: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3490196078);
  height: 50px;
}
.footer .email .primary-bg {
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.footer .email .form-control,
.footer .email button {
  border: 0px;
  color: white;
}
.footer .email .form-control {
  background-color: transparent;
}
.footer .email .form-control::-moz-placeholder {
  color: white;
  font-size: 14px;
}
.footer .email .form-control::placeholder {
  color: white;
  font-size: 14px;
}

/* --------------- to_top button --------------- */
.services_slider .swiper-container {
  display: flex;
  align-items: stretch;
}
.services_slider .swiper-slide {
  height: auto;
}
.services_slider .card.services-card {
  height: 100%;
  overflow: hidden;
}
.services_slider .card.services-card h5,
.services_slider .card.services-card p {
  word-wrap: normal;
}
.services_slider .card.services-card .is-overlay p {
    max-height: 265px;
    overflow: hidden;
    font-size: 13px !important;
}
.services_slider .card.services-card .is-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 40px 15px;
}
.services_slider .card.services-card .is-overlay::after {
  position: absolute;
  content: "";
  background-color: var(--primary);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.services_slider .card.services-card .is-overlay .img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}

.services_slider .card.services-card .card-body {
    padding-inline : 0 ;
    
}
.services_slider .card.services-card  .card-title {
    height: 58px;
    overflow: hidden;
}
.services_slider .card.services-card .card-body .card-text {
    height: 96px;
    overflow: hidden;
}

.services_slider .card.services-card:hover .card-body h5,
.services_slider .card.services-card:hover .card-body p,
.services_slider .card.services-card:hover .bg,
.services_slider .card.services-card:hover .card-body .outline-btn {
  opacity: 0;
}
.services_slider .card.services-card:hover .is-overlay {
  height: 100%;
  opacity: 1;
}

.numbers-section .card .text-muted {
  color: #4e596b !important;
}
.numbers-section .card .card-img-overlay {
  background-color: rgba(255, 255, 255, 0.831372549);
  bottom: 7px;
  left: 7px;
  right: auto;
  top: auto;
  padding: 30px 20px;
  margin-right: 7px;
}

.offers-section .offer-list li {
  color: #4e596b;
  font-weight: 500;
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
}
.offers-section .offer-list li::after {
  position: absolute;
  content: "";
  background-image: url("../images/icons/check-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  left: 0;
  top: -5px;
}
.offers-section .main-img {
  position: absolute;
  right: 130px;
  bottom: 0;
}

.gallery-slider {
  height: 600px;
  display: flex;
  gap: 90px;
}
.gallery-slider iframe {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
}
.gallery-slider .main-img,
.gallery-slider .main-video {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius);
}
.gallery-slider .thumb-img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  padding: 3px;
  border: 1px solid transparent;
}
.gallery-slider .swiper-slide-thumb-active .thumb-img {
  border-color: var(--primary);
}

.progress-wrap {
  position: fixed;
  left: 30px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- to_top --------------- */
.is-mobile {
  display: none;
}

@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(20);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.clip-image-right {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 1s ease-in-out;
}
.clip-image-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.clip-image-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  /* Fully clipped at the top */
  transition: clip-path 1s ease-in-out;
  /* Smooth transition for the clip-path */
}
.clip-image-bottom.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  /* Reveal the full image from top to bottom */
}

.clip-image-left {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 1s ease-in-out;
}
.clip-image-left.animated {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

/* ----------------------------------------
* animation slide_up_down
* ----------------------------------------
*/
.slide_up_down {
  animation: slide_up_down 1.9s ease-in-out infinite alternate both;
}

/* ------- */
@keyframes slide_up_down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.navbar-toggler {
  border: 0px !important;
  position: absolute;
  right: 13px;
  top: 28px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.mb-7 {
  margin-bottom: 5rem;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

.pe-6 {
  padding-right: 2rem !important;
}

.p-60 {
  padding: 60px !important;
}

.p-100 {
  padding: 100px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .doing-section .card .num {
        font-size: 90px;
    }
}
@media (min-width: 992px) {
  .col-lg-4.sp-width {
    width: 39.633333%;
  }
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper-pagination-bullet-active {
  background: var(--primary);
}

.home-logo-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 4rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}
.clients-grid.logo-animate-alt img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(25%) saturate(642%) hue-rotate(120deg) brightness(90%) contrast(100%);
  height: 45px;
}

/* Animation for the first right to left marquee */
@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}
.logo-animate {
  animation: slide 55s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
}

/* Animation for the second left to right marquee */
@keyframes slidealt {
  0% {
    transform: translateX(calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}
.logo-animate-alt {
  animation: slidealt 55s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
  animation-direction: reverse;
}

.pe-7 {
  padding-right: 7rem !important;
}

.half-radius {
  border-radius: 30px 30px 0px 0px;
  transition: all 0.9s ease-in-out;
}

.ui-card img.half-radius {
  box-shadow: -21px -10px 38px rgba(92, 92, 92, 0.15);
}
.ui-card:hover img.half-radius {
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 0.9s ease-in-out;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 50px;
  padding-left: 50px;
}

.new-position {
  right: 0;
  bottom: 0;
}

.ps-6 {
  padding-left: 100px !important;
}

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

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: var(--primary);
  color: white;
  top: 55%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 600;
  font-size: 15px;
}

.swiper-button-disabled {
  border: 1px solid #7f8083;
  background-color: transparent;
  color: #7f8083 !important;
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px; /* Optional rounded corners */
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.news-section .card .card-img-top {
    height: 225px;
    border-radius: 15px;
}

.news-section .card  .card-body .card-title {
    height: 44px;
    overflow: hidden;   
}

.hero-section .btn-light:hover  {
    background-color: var(--primary) !important;
    color: #fff !important ;
}

/*--------------parades---------------*/
/* ====Responsive==== */
@media screen and (max-width: 1366px) {
  .services_slider .swiper-button-prev,
  .news_slider .swiper-button-prev {
    left: 46%;
  }
  .hero-section img.parallax-image {
    height: 490px !important;
  }
  .numbers-section .card img {
    height: 400px !important;
  }
}
@media screen and (max-width: 1280px) {
  .px-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-100 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .fs-1 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 991px ) {
    header {
        position: relative;
    }
    main.mt-112 ,
    .hero-section, 
    .inner-hero ,
    section.job_pg.pg_header.pt-4.pb-5.my-5 {
        margin-top: 0 !important ;
    }
    
}
@media screen and (max-width: 768px) {
  .navbar-collapse {
    background: #fff;
    padding-bottom: 10px;
  }
  .navbar-nav.mx-auto.d-flex.align-items-center {
    align-items: flex-start !important;
  }
  .is-mobile {
    display: block;
  }
  .is-desktop {
    display: none;
  }
  .clip-image-right,
  .clip-image-left,
  .clip-image-bottom {
    clip-path: none;
  }
  .fs-1 {
    font-size: 1.5rem !important;
  }
  
  
    .gallery-slider .thumb-swiper  {
        width: 70px !important;
        margin-inline-start: 5px !important;
    }


}
@media screen and (max-width: 640px) {
  .offers-section .main-img {
    position: relative;
    right: 0px;
  }
  .ps-5 {
    padding-left: 1.2rem !important;
  }
  .single_services_slider {
    margin-top: 20px;
  }
  .gallery-slider {
    gap: 0px;
    height: 370px;
  }
  .map-container {
    margin-top: 25px;
  }
  .p-100 {
    padding: 0px !important;
  }
  .section_padding {
    padding: 30px 0;
  }
  .numbers-section .card {
    margin-bottom: 15px;
  }
  .pe-7 {
    padding-right: 0rem !important;
  }
  .footer {
    background-size: contain;
  }
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-section .is-mobile .col-md-6 {
    padding: 30px 30px 0 30px;
  }
  .footer-bottom .d-flex {
    display: block !important;
  }
  .services_slider .swiper-button-next,
  .news_slider .swiper-button-next {
    right: 40%;
  }
  .services_slider .swiper-button-prev,
  .news_slider .swiper-button-prev {
    left: 40%;
  }
  .p-60 {
    padding: 15px !important;
  }
  .about-section .outline-btn {
    margin-bottom: 20px;
  }
  header .navbar-nav .nav-item {
    margin: 5px 5px;
  }
  .doing-section .col-md-3:not(:last-child) > .card,
  .doing-section .col-md-4:not(:last-child) > .card {
    border-right: 0px !important;
  }
  .nav_btns.d-flex {
    display: block !important;
  }
  .pt-128 {
    padding-top: 85px !important;
  }
  .hero-section img.parallax-image {
    height: 320px !important;
  }
}
/* ======= */
@media screen and (max-width: 480px) {
  .services_slider .swiper-button-next,
  .news_slider .swiper-button-next {
    right: 30%;
  }
  .services_slider .swiper-button-prev,
  .news_slider .swiper-button-prev {
    left: 30%;
  }
}
@media screen and (max-width: 420px) {
  .hero-section img.parallax-image {
    height: 245px !important;
  }
}/*# sourceMappingURL=style.css.map */