
/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/*-- Common Style --*/
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  color: #2B2B2B;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}
 
a {
  color: #2B2B2B;
  text-decoration: none;
}

/* a:hover {
  color: var(--bs-danger);
} */

a,
button,
.btn,
img,
input {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
button:focus,
.btn:focus,
input:focus,
select:focus,
textarea:focus,
.swiper-slide:focus,
.swiper-button-next:focus,
.swiper-button-prev:focus {
  border: 0;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif !important;
  margin: 0;
  color: #0d233e;
}
p {
  margin: 0;
}

.form-control:focus, select:focus, .nice-select:active, .nice-select.open, .nice-select:focus, .form-check-input:focus {
  border: 1px solid #00aa90 !important;
  box-shadow: none;
}

.fw-light {
  font-weight: 200 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.img-full {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

::-moz-selection {
  background-color: var(--bs-warning);
  color: #ffffff;
}

::selection {
  background-color: var(--bs-warning);
  color: #ffffff;
}

/* ---Custom Container--- */
@media (min-width: 1200px) {
  .container {
    --bs-gutter-x: 15px;
    max-width: 1140px;
  }
}

/* ---Section Space--- */

.section-space {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1199px) {
  .section-space {
    padding-top: 70px;
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}



/* --End Here-- */
/* ---Custom Gutter Space--- */
@media (min-width: 1400px) {
  .g-min-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}

/* -X axis- */
.g-x-15 {
  --bs-gutter-x: 15px;
}

.g-x-30 {
  --bs-gutter-x: 30px;
}

/* -Y Axis- */
.g-y-20 {
  --bs-gutter-y: 20px;
}

.g-y-30 {
  --bs-gutter-y: 30px;
}

/* --------------------------------------
    Additional Space for specific section
----------------------------------------- */
.py-80 {
  padding: 80px 0;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}


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



@media (min-width: 992px) {
  .me-lg-30 {
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .me-md-30 {
    margin-right: 30px;
  }

}

@media (max-width:767px) {
  .all-img-dtr {
    padding-top: 0px !important;
    padding-bottom: 50px !important;
}
.all-life-divs {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.heading-main h1 {
  font-size: 25px;
}
.footer-widget-item {
  padding-top: 0 !important;
}
.prag-t p {
  font-size: 15px;
}

.contacts-all {
  padding: 0px !important;
}
.call-he {
  margin-top: 11px;
}
.icons-divs-main {
  padding: 10px !important;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 35px;
}
.input-g-all {
  margin-left: -13px;
}
.row.ftrg {
  padding-top: 30px;
}

}

@media(min-width:768px) and (max-width:1023px) {
  .input-main {
    justify-content: space-between;
}
}







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

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

/* -End Here- */
/* ---Data Background Image--- */
[data-bg-image]:not(.bg-pattern) {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-overlay {
  background-blend-mode: darken;
  background-position: 100% 60% !important;
}


/* --- Color & Background--- */

.text-black {
  color: black;
}

.bg-black {
  background: black;
}


/* ---layout--- */

.title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.sub-title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}

.fs-30 {
  font-size: 30px;
  line-height: 36.31px;
  font-weight: 500;
}

.fs-24 {
  font-size: 24px;
  line-height: 27.6px;
  font-weight: 500;
}


.fs-20 {
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 500;
}

.short-desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.md-desc {
  font-size: 16px;
  line-height: 23.64px;
}
.sm-desc {
  font-size: 14px;
  line-height: 16.94px;
  font-weight: 400;
}



/* ---Background Image--- */
.background-img {
  position: relative;
}

.background-img .inner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* ---Main Slider--- */
.slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-inner.style-1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 600px;
}

/*----------------------------------------*/
/*  02. Animation
/*----------------------------------------*/
.swiper-slide .slide-inner .slide-content {
  opacity: 0;
}

.swiper-slide.swiper-slide-active .slide-inner .slide-content {
  opacity: 1;
}

/* ---Slider Animation--- */
.animation-style-01.swiper-slide-active .slide-content .badges {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .slide-content .badges {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.animation-style-01.swiper-slide-active .slide-content .title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .slide-content .title {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.animation-style-01.swiper-slide-active .slide-content p {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .slide-content p {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.animation-style-01.swiper-slide-active .slide-content .hero_btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .slide-content .hero_btn {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.animation-style-01.swiper-slide-active .inner-img {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .inner-img {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}


/* ---Custom Button--- */
.btn-custom-size {
  text-transform: capitalize;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-lg {
  font-size: 18px;
  padding: 10px 30px;
  font-weight: 500;
}

.btn-md {
  font-size: 18px;
  padding: 10px 25px;
  font-weight: 500;
}

.btn-sm {
  font-size: 14px;
  padding: 8px 15px;
  font-weight: 500;
}



/* ---Image Zoom Effect--- */
.img-zoom-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.img-zoom-effect img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.img-zoom-effect:hover img {
  -webkit-transform: scale(1.06) rotate(1deg);
      -ms-transform: scale(1.06) rotate(1deg);
          transform: scale(1.06) rotate(1deg);
}

.img-hover-effect {
  position: relative;
}
/* 
.img-hover-effect:before {
  background: rgba(69, 69, 69, 0.5);
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
}

.img-hover-effect:after {
  background: rgba(69, 69, 69, 0.5);
  bottom: 50%;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
} */

/* .img-hover-effect:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}

.img-hover-effect:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
} */

/* ---Global Overlay--- */
.global-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
}

.global-overlay.overlay-open {
  visibility: visible;
  cursor: pointer;
}

/*-- Scroll To Top --*/
.scroll-to-top {
  background-color: #00aa90;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  animation: 1s ease 0s 1 normal none running fadeOutDown;
}

.scroll-to-top:hover {
  background-color: #397455;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInUp 1s normal;
          animation: fadeInUp 1s normal;
}

.scroll-to-top i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  display: inline-block;
}

/*----------------------------------------*/
/*  Header
/*----------------------------------------*/
/* ---Header Top--- */
.dropdown .btn-link {
  outline: 0;
  border: 0;
  text-decoration: none;
  color: inherit;
}

.dropdown .btn-link:focus {
  text-decoration: none;
}

.dropdown-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-wrap > li .ht-btn {
  text-transform: uppercase;
  line-height: 47.5px;
  color: #fefefe;
  font-size: 14px;
  padding: 0;
}

.dropdown-wrap > li .ht-btn:after {
  font-family: FontAwesome;
  border: 0;
  content: '\f078';
  font-size: 10px;
}

.dropdown-wrap > li:not(:last-child) {
  margin-right: 15px;
}

.dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  left: auto !important;
  right: 0 !important;
  visibility: hidden;
  border: 0;
  opacity: 0;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 7rem;
}

.dropdown-menu.show {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  top: 100% !important;
  visibility: visible;
  opacity: 1;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background-color: #f0b805;
  color: #ffffff;
}

.dropdown-menu li a {
  font-size: 14px;
  padding: 0.25rem 2rem;
}

.dropdown-left .dropdown-menu {
  left: 0 !important;
  right: auto;
}

.header-top {
  color: #fefefe;
  border-bottom: 1px solid #ffffff4f;
}

.header-top-left .pronia-offer {
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 14px;
}

.header-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ---Header Middle--- */
.header-middle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ---Header Contact--- */
.header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}


.social a {
  color: #fff;
}


/* ---Header Bottom--- */
.header-bottom {
  border-top: 1px solid #dee2e6;
}

/* ---Main Header--- */
.main-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-nav > ul > li {
  display: inline-block;
}

nav.main-nav, nav.main-nav > ul {
  gap: 30px;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media (max-width: 1199px) {
  .main-nav > ul > li:not(:last-child) {
    padding-right: 25px;
  }
}


.main-nav > ul > li > a {
  font-size: 16px;
  line-height: 27.6px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  color: #000;
}

.main-nav > ul > li:hover > a, .main-nav > ul > li.active > a  {
  color: var(--bs-primary);
}

.main-nav > ul > li:hover > a:before {
  width: 100%;
}

.main-nav > ul > li:hover > .drop-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.calicon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 5px;
  color: var(--bs-white);
}

/* ---Drop Menu--- */
.drop-holder {
  position: relative;
}

.drop-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 250px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  z-index: 2;
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.drop-menu > li:not(:last-child) {
  padding-bottom: 10px;
}

.drop-menu a:hover {
  padding-left: 5px;
  color: #f0b805;
}

/* ---Sub Dropdown--- */
.sub-dropdown.drop-menu {
  top: 30px;
  left: auto;
  right: 100%;
}

.sub-dropdown-holder:hover .sub-dropdown.drop-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.sub-dropdown-holder:hover > a {
  color: #f0b805;
}


/* ---Header Right--- */
.header-right > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header-right > ul > li {
  position: relative;
  cursor: pointer;
}

.header-right > ul > li:not(:last-child) {
  padding-right: 15px;
}

.header-right > ul > li > a i {
  font-size: 23px;
  vertical-align: middle;
}

.header-right > ul > li > a i:before {
  font-weight: 500;
}

.header-right > ul > li.minicart-wrap {
  padding-right: 12px;
}

.header-right > ul > li .minicart-btn .quantity {
  background-color: #f0b805;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: -5px;
  right: 0;
}

.header-right > ul .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-right > ul .btn i {
  font-size: 24px;
}

.header-right > ul .btn:after {
  border: 0;
}

/* ---Header Logo--- */
.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          width: 280px;
}

@media (max-width: 479px) {
  .header-logo {
    width: 140px;
  }
}

.sticky {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.sticky .header-logo-wrap {
  top: 0;
  height: 100%;
}

.main-nav > ul > li > a {
  padding-top: 25px;
  padding-bottom: 20px;
}




/*----------------------------------------*/
/*  05. Navigation
/*----------------------------------------*/
/* ---Swiper Arrow--- */
.swiper-button-next, .swiper-button-prev {
  background-color: var(--bs-info);
  color: var(--bg-white);
  width: 60px;
  height: 60px;
  line-height: 40px;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: var(--bs-bold);
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
}

.swiper-arrow .swiper-button-next {
  right: 10px;
}

.swiper-arrow:hover .swiper-button-next, .swiper-arrow:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}



/*----------------------------------------*/
/*  06. Offcanvas
/*----------------------------------------*/
.mobile-menu_wrapper .offcanvas-body,
.offcanvas-search_wrapper .offcanvas-body {
  background-color: #333333;
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: visible;
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0;
}

@media (max-width: 479px) {
  .mobile-menu_wrapper .offcanvas-body {
    width: 100%;
  }
}

.mobile-menu_wrapper .offcanvas-body .inner-body {
  padding: 50px 0;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 25px 18px;
  height: auto;
  border-bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: absolute;
  right: 0;
}

ul.mobile-menu {
  padding-top: 20px;
}



.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close {
  font-size: 24px;
  color: #000000;
}

/* .mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li {
  height: 100%;
} */

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li > a span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li {
  position: relative;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child) {
  padding-bottom: 25px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li > .menu-expand {
  position: absolute;
  right: 0;
  top: 2px;
  width: 50px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 0 30px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i {
  font-size: 24px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu {
  background-color: rgba(255, 255, 255, 0.05);
  overflow-y: auto;
  padding: 25px 0;
  margin: 20px 0 10px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a{
  color: #f0b805;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a > span > i:before {
  content: '\e682';
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a {
  color: #f0b805;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a > span > i:before {
  content: '\e682';
}

.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact {
  padding-left: 30px;
  padding-right: 30px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact a {
  color: #ffffff;
}

.mobile-menu_wrapper.open .offcanvas-body {
  visibility: visible;
  left: 0;
  opacity: 1;
  z-index: 9999;
  background: #f4fff5 !important;
}


/* ---Offcanvas Search Area--- */
.modal-bg-dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-bg-dark .btn-close {
  background-image: url("../images/offcanvas/close-white.svg");
}

.modal-header {
  border-bottom: 0;
}

.modal-header .btn-close {
  opacity: 1;
}

.modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-header .btn-close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-wrapper {
  margin-bottom: 50px;
}

.auimg i {
  width: 30px;
  height: 30px;
  display: flex;
  background: var(--bs-primary);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}

/*----------------------------------------*/
/*  custom css
/*----------------------------------------*/


.section-title-wrap {
  margin-bottom: 30px;
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  color: #0d233e;
  margin-bottom: 10px;
}


.part-item {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #bebebe, -20px -20px 60px #ffffff;
}

.part-item img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

.client_area .part-item {
  height: 150px;
  padding: 20px 10px;
}

.client_area .part-item img {
  width: 70%;
  height: 70px;
}

.part-item:hover img {
  filter: grayscale(0);
  cursor: pointer;
}

.about-img {
  width: 80%;
  margin: auto;
}

.about-img img {
  padding: 20px 10px;
  border-radius: 100px;
  box-shadow: 2px 3px 60px #bebebe, 0px 0px 60px #ffffff;
}


.bg-gradtwo {
  background: linear-gradient(180deg, rgba(248,215,218,0.1516981792717087) 0%, rgba(248,215,218,1) 100%);
}

.medi_img {
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.medi_img img {
filter: invert(29%) sepia(81%) saturate(7498%) hue-rotate(320deg) brightness(93%) contrast(90%);
}

.medi_card:hover {
  background: #e31a7b !important;
  cursor: pointer;
}

.medi_card:hover h5 {
  color: #fff;
}

.faq_inner .accordion-item, .faq_inner .accordion-header, .faq_inner button {
  background: transparent;
  border: 0;
}

.faq_inner .accordion-button {
  color: #b3fff3;
  border: 1px solid;
  border-radius: 5px;
}

.faq_inner .accordion-button:not(.collapsed) {
  background: #94e5d8;
  color: #212529;
  box-shadow: none;
  border: 0;
  font-weight: 600;
}

.faq_inner .accordion-header {
  margin-bottom: 10px;
  border: 0;
}

.faq_inner .accordion-collapse.show {
  background: #00aa90;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #fff;
}



/* about css */

.about-bg.style-1{
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 150px;
  background: var(--bs-danger) url('https://gigainfotechnologies.com/html/wmef/assets/images/hero_bg.jpg') !important;
  background-blend-mode: color-burn;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}
.img-bg {
  background: rgb(225 25 121);
  height: 600px;
  width: 400px;
  margin-left: -60px;
  position: absolute;
  margin-top: -80px;
}
.img-about {
  position: relative;
  z-index: 0;
  margin-top: -15px;
}
.Objectives {
  z-index: 9;
  position: relative;
  margin-left: 217px;
  font-size: 40px;
  margin-top: -25px;
}
.jectives {
  color: #212529;
}
.about-title {
  margin-top: 60px !important;
  margin-left: 100px !important;
  font-size: 28px;
}
.img-icons-div {
  width: 75px;
  text-align: center;
  margin-left: -52px;
  height: 80px;
  border-radius: 7px;
  margin-top: 55px;
  z-index: 9;
  position: relative;
  background: #212529;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.img-text {
  margin-left: 100px;
  margin-top: -68px;
}


.whatappbtn img {
  width: 50px;
}
.whatappbtn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
  top: auto;
}


body .swiper-wrapper {
  height: auto !important;
}

.swiper-slide {
  height: auto !important;
}






/* contact css */
.address-div {
  border: 1px solid #ff0087;
  width: 50%;
  height: 300px;
  background: #f3c7cb;
  color: #212529;
  border-radius: 5px;
}
.time-div{
  border: 1px solid #ff0087;
  width: 50%;
  height: 300px;
  background: #f3c7cb;
  color: #212529;
  border-radius: 5px;

}
.form-div{
  border: 1px solid #ff0087;
  width: 100%;
  height: 300px;
  background: #f3c7cb;
  border-radius: 5px;

}
.email{
  border: 1px solid #ff0087;
  width: 80%;
  height: 80px;
  color:#212529 ;
  border-radius: 5px;

}
.email:hover{
  background: #dd868d;
  
}


.icon-email {
  border: 1px solid #ff0087 !important;
  width: 15%;
  height: 40px;
  text-align: center;
  margin-top: -6px;
  color:#212529 ;
  border-radius: 5px;

}

/* footer start here */

.footer-area {
  background: #000 url(/assets/images/absbg.jpg);
  background-size: cover;
  background-blend-mode: color-burn;
  background-repeat: no-repeat;
}

.sv_card {
  overflow: hidden;
  position: relative;
}


.sv_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sv_img {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sv_info {
  background: linear-gradient(0deg, rgb(13 35 62) 0%, rgba(248, 215, 218, 0) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sv_title {
  color: #ffbddd;
}



/* ---Social Link--- */
.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-link .title {
  font-size: 16px;
  display: block;
}

.social-link ul li {
  display: inline-block;
}

.social-link ul li:not(:last-child) {
  padding-right: 25px;
}

.social-link ul li a {
  font-size: 14px;
  display: block;
}

.social-link.with-border ul li:not(:last-child) {
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .social-link.with-border ul li:not(:last-child) {
    padding-right: 10px;
  }
}

.social-link.with-border ul li a {
  border: 1px solid #00aa90;
  color: #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #00aa90;
}

.social-link.with-border ul li a:hover {
  background-color: #E98B2A;
  border-color: #E98B2A;
  color: #fff;
}

.social-link.with-border ul li a:hover i {
  color: #fff;
}

.addicon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e31a7b2b;
  border-radius: 5px;
  font-size: 30px;
  border: 1px solid #fef7f7;
}

/*----------------------------------------*/
/*  11. Footer
/*----------------------------------------*/
.footer-widget-item .social-link ul li a {
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 0;
}

.ftc span {
  width: 50px;
  height: 50px;
  font-size: 35px;
}

.footer-widget-logo {
  margin: auto;
  background: #fff;
  padding: 10px;
}

.footer-widget-title {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  font-family: inter !IMPORTANT;
}

.footer-widget-desc {
  margin-bottom: 35px;
  line-height: 27px;
  color: #000000;
}


.social a {
  width: 25px;
  height: 25px;
  background: #f0b805;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000;
}

.footer-widget-list-item > li:not(:last-child) {
  padding-bottom: 15px;
}

.footer-widget-list-item > li a {
  color: #ffffff91;
  font-weight: 300;
  align-items: center;
}

.footer-widget-list-item > li a:hover {
  color: var(--bs-light);
}

.footer-contact-info .footer-widget-title {
  margin-bottom: 5px;
}






/* ---Copyright--- */
.copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #dddddd2b;
}

.copyright * {
  color: #ffffff91;
  font-weight: 300;
}

.copyright-text {
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  21. Breadcrumb
/*----------------------------------------*/
.breadcrumb-height {
  height: 200px;
}

.breadcrumb-heading {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 479px) {
  .breadcrumb-heading {
    font-size: 24px;
  }
}

.breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.breadcrumb-item ul li {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.breadcrumb-item ul li:not(:last-child) a {
  position: relative;
  padding-right: 25px;
  margin-right: 10px;
  color: #ffc1df;
}

.breadcrumb-item ul li:not(:last-child) a:before {
  background-color: #ffc1df;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.breadcrumb-item ul li i {
  font-size: 16px;
  vertical-align: middle;
}

.filter-wrap {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #e3e3e3;
  margin-top: -40px;
}

.nice-select, .form-control-lg {
  height: auto;
  line-height: 30px;
}

input::placeholder {
  font-size: 15px;
  font-weight: 400;
}

.like {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00000061;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
}


.list-item:hover {
  border-color: #00aa90;
  cursor: pointer;
  transition: all 0.5s linear;
}

body .pagination .page-link {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-item.active .page-link {
  border-radius: 0;
}

body .pagination .page-link:hover {
  background: #00aa90;
  color: #fff;
}

.category-left {
  background: #89898929;
  padding: 15px;
  border-radius: 10px;
}

.info-title h4::after {
  content: "";
  width: 43px;
  height: 1px;
  background: linear-gradient(90deg, #13141A 0%, rgba(19, 20, 26, 0) 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -53px;
}

/* r css */
.prent-div-healt {
  padding: 19px;
}

.img-hei{
  height: 80px;

}

.all-prent-div {
  padding: 30px;
  box-shadow: 0 0px 1px rgb(0 0 0 / 0%), 0 5px 10px rgb(0 0 0 / 9%);
}

.btn-healt .more-btn:hover{
    color: #1977cc !important;
    background: #fff !important;
}

img.he-img {
  width: 25px;
}

.all-div-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btnsc {
  margin-top: 20px;
}
section.healt-area {
  margin-top: -130px;
  position: relative;
  z-index: 9;
}

input.input-b {
  padding: 10px;
  border: none;
}

.text-clr{
  color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity));
}

.contact-area .form-control{
  line-height: 2.2;
}

.card-section .headin-arrow  h5:hover{
  color: #1977cc;
}

/* about pages css */
.about-section .img-titel>.elementor-widget-container {
  margin: -73px 0 0 -30px;
  padding: 27px;
  background-color: #d10f0f;
  position: absolute;
}

.about-content-list {
  background-color: #d10f0f;
  text-align: left;
  border-radius: 20px;
  padding: 45px;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.about-list-column {
  padding-top: 0;
  padding-left: 0;
}
.excellency-list {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0px;
  display: flex;
  gap: 17px;
  align-items: center;
}


.button-large.full-width-white {
  text-align: center;
  width: 100%;
}

.satisfied-icons .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  box-shadow: 0 14px 28px rgb(0 0 0 / 8%), 0 10px 10px rgb(0 0 0 / 10%);
}

.satisfied-icons .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #d10f0f;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

section.satisfied-icons {
  background: rgb(156 193 239 / 52%) !important;
}

.prag-div {
  padding: 30px;
}
.about-titels {
  padding-left: 30px;
}

section.baner-area {
  height: 250px;
}

li.homeho span a:hover {
  color: #2b85fc;
}
.img-doctor-s img, .img-doctor-sin img {
  border-radius: 7px;
}
.main-prag {
  padding: 20px;
}


.all-life-divs {
  padding-top: 70px;
  padding-bottom: 70px;
}
.brd-div span {
  font-weight: 300;
}
.brd-div {
  border-left: 3px solid #7bc61c;
  margin-top: 20px;
  padding: 26px;
}

.all-img-dtr {
  padding-top: 77px;
  padding-bottom: 100px;
}

.breadcrumb__title {
  font-style: normal;
  font-weight: 900;
  position: relative;
  z-index: 3;
  font-size: 55px;
  line-height: 60px;
}
.breadcrumb__menu {
  position: relative;
  z-index: 3;
}
.breadcrumb__menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flexbox;
  display: inline-flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb__menu ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  color: #FFFFFF;
}

.baner-area {
  background: #071c3cad url(../images/page-header-1.png);
  background-size: cover;
  background-blend-mode: overlay;
}
.breadcrumb__content h2 {
  color: white;
}
.breadcrumb__menu span a {
  color: white;
}
.breadcrumb__menu ul li.active {
  color: #7bc61c;
}

i.faspt {
  padding-left: 14px;
}

section.service-page .svc_item {
  box-shadow: 0 14px 28px rgb(0 0 0 / 8%), 0 10px 10px rgb(0 0 0 / 10%);
}

.service-expert {
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 40px;
  padding-right: 70px;
  gap: 30px;
  position: relative;
  z-index: 99;
  box-shadow: 0 14px 28px rgb(0 0 0 / 8%), 0 10px 10px rgb(0 0 0 / 10%);
}
.service-expert-icon {
  border-radius: 500px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border: 1px solid white;
}
.bg-glow{
  background: #169091;
}

section.expert-area {
  background: rgb(156 193 239 / 52%) !important;
}

.clints-testm {
  padding-top: 55px;
}

.testmonial-heading {
  padding-top: 82px;
  padding-left: 70px;
}

.elementor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  font-size: 32px;
  color: white;
}

.elementor-icon:hover{
  color: gray;
}

.prag-t {
  padding: 20px;
}

section.get-section {
  background: rgb(156 193 239 / 52%) !important;
}
.btn-mains a:hover {
  background: #438cfd;
  color: white;
  border: none;
}
.contacts-all {
  padding: 23px;
}
.contact-p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.btn-mais a:hover {
  background: #2b7efd;
  color: white;
}

.icons-divs-main {
  padding: 29px;
}
.icon-call {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d10f0f;
}
.calls-i i {
  color: white;
}
.call-he {
  margin-top: 14px;
}
.location-div {
  background: #d10f0f;
  height: 250px;
  padding: 40px;
}
.location-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: white;
}
.location-i i {
  color: #7ec81c;
}
.location-heading {
  padding-top: 25px;
}
.btn-get a {
  border: 1px solid;
}
.btn-get a:hover {
background:white;
color: #1977cc;
}
.btn-in a:hover {
  background: white;
  color: #39a2f5;
  border: none;
}
.img-services-d img {
  border-radius: 16px 16px 16px 16px;
}













/* Inner Pages css End */

@media (min-width: 1024px) {
  img.ftrlogo-mob {
    display: none !important;
}
}

@media (min-width: 768px) {
  .features-area .circle:before {
    background: #00AA90;
    left: 6px;
  }

  /* .car-info > * {
    padding-inline: 0;
  } */

}

@media (max-width: 991px) {
  .news-area button {
    width: 100%;
}

  .footer-widget-title {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .cash-img {
    margin-bottom: 40px;
  }

  .title {
    font-size: 35px;
    line-height: 45px;
}

.top-menu {
  justify-content: center;
  margin: auto;
}

.hero-form {
  z-index: 9;
  position: relative;
}

img.ftrlogo {
  display: none !important;
}

.col.clr-chn {
  background: #011a39 !important;
}

.footer-widget-logo {
  background: #ffffff00 !important;
}

.calinfo h6 {
  color: white !important;
}


}



@media (max-width: 767px) {
  .title {
    font-size: 30px;
    line-height: 40px;
}

.main-slider .bg-light {
  padding-block: 60px;
}


.circle:before, .circle-white:before {
  width: 54px;
  height: 54px;
  left: 0;
  top: -8px;
}

.top-menu a {
  font-size: 16px;
}

.about-content {
  padding-top: 50px;
}

.section-title {
  font-size: 30px;
}

.row {
  margin-inline: 0;
}
.btnsc {
  gap: 15px;
}


.featwrapimg {
  display: flex;
  gap: 20px;
}

.featured-img-area {
  margin-bottom: 30px;
  padding: 0;
}

.pribox {
  right: -13px;
}

.detbody > p {
  font-size: 12px;
}

.features-area .row.gx-sm-5.gy-3 .col-md-9, .features-area .row.gx-sm-5.gy-3 .col-md-3 {
  padding: 0;
}

.btn-md {
  font-size: 11px;
  padding: 3px 6px;
}

.footer-widget-list-item > li a {
  padding-bottom: 26px;
}

img.ftrlogo {
  display: none !important;
}

.col.clr-chn {
  background: #011a39 !important;
}

.footer-widget-logo {
  background: #ffffff00 !important;
}

.calinfo h6 {
  color: white !important;
}


.btn-lg {
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
}

.latest-area .circle-white:before {
  left: -4px;
}

.clientslider {
  overflow: hidden;
}



}
