
/*-- 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 #ffffff !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-danger);
  color: #ffffff;
}

::selection {
  background-color: var(--bs-danger);
  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;
  }
}

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

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

/* -End Here- */
/* ---Data Background Image--- */
[data-bg-image]:not(.bg-pattern) {
  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: 90vh;
  padding: 50px 0 100px;
}

/*----------------------------------------*/
/*  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: 8px 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--- */

.header-sticky {
  border-bottom: 1px solid #ffffff24;
}

.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: center;
  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: #c1c1c1;
  flex-direction: column;
  height: 29px;
  overflow: hidden;
  transition: all .4s linear;
}

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

.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;
  max-width: 90px;
}

@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%;
}



.bg-grade-mix {
  background: linear-gradient(180deg, rgba(1,32,48,1) 0%, rgba(84,191,151,1) 100%);
}


/*----------------------------------------*/
/*  05. Navigation
/*----------------------------------------*/
/* ---Swiper Arrow--- */


.animation-style-01 .inner-img {
  width: 90%;
  margin: auto;
}

.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: 20px;
  color: #ffffff;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: var(--bs-success);
  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 30px;
  height: auto;
  border-bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

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

.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: #ffffff;
  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;
}


/* ---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: 30px;
  font-weight: 800;
  color: #0d233e;
  margin-bottom: 10px;
}

.about_list {
  border-left: 1px solid var(--bs-success);
  padding-left: 100px;
}

/* .about-imgs img {
  height: 176px;
  width: 550px;
  object-fit: cover;
} */
.about-imgs {
  height: 174px;
  width: 100%;
  overflow: hidden !important;
  border-radius: 10px;
}
.exp_wrap img, .abl-img img {
  border-radius: 10px;
}




.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 {
  border-radius: 50%;
  margin-top: 70px;
}

.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;
}

/* 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: cover;
  border-radius: 5px 5px 0 0;
}

.benis_name span {
  width: 50px;
  height: 50px;
  background: #253f4d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #54bf97;
  border-radius: 5px;
}

.auimg h6 {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 40px !important;
  color: #fff;
  text-shadow: 3px 4px 0px #54bf97;
}

.sv_img {
  width: 100%;
  height: 220px;
}

.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;
  font-size: 16px;
}


.donate_area {
  margin-top: -60px;
  position: relative;
  z-index: 9;
}
/* r css */

section.baner-area {
  height: 179px;
}
.h-100 {
  height: 100% !important;
}
.breadcrumb__title {
  font-style: normal;
  font-weight: 900;
  position: relative;
  z-index: 3;
  font-size: 55px;
  line-height: 60px;
}
.breadcrumb__menu ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  color: #FFFFFF;
}
.breadcrumb__content h2 {
  color: white;
}


.breadcrumb__menu {
  position: relative;
  z-index: 3;
}

.breadcrumb__menu ul {
  list-style: none;

} 
  
i.faspt {
  padding-left: 11px;
}
.about-heading-all {
    padding: 40px;
}
.img-area img {
    border-radius: 16px;
}
.counts {
    padding: 25px 0;
}
.counts .stats-item {
    padding: 30px;
    width: 100%;
}
.counts .stats-item span {
    font-size: 48px;
    display: block;
    color: #54bf97;
    font-weight: 700;
}
.counts .stats-item p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.video-lin {
  width: 90px;
  border: 1px solid;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #012030;
  border-radius: 50%;
}
.video-lin i {
  color: white;
  font-size: 29px;
}
.pragi p {
  font-size: 20px;
}
input.inp-cls {
  width: 60%;
  height: 50px;
}
.main-about-in {
  display: flex;
  gap: 23px;
}
input.inp-cls {
  width: 357px;
  height: 45px;
}
.main-cards {
  background: #eaf7f2;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.25), 0 5px 10px rgba(0,0,0,0.22);
}

/* contact p */

.cont-heading {
  background: #54bf97;
  height: 620px;
  clip-path: polygon(100% 0, 100% 81%, 50% 100%, 50% 100%, 0 81%, 0% 0%);
  padding: 20px;
}

.icon-phone {
  border: 1px solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #012030;
}
.icon-phone i {
  font-size: 20px;
  color: white;
}
.phon-i {
  display: flex;
  gap: 20px;
  align-items: center;
}
.icon-phones {
  border: 1px solid;
  width: 80px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #012030;
}
.icon-phones i {
  font-size: 20px;
  color: white;
}
.google-map {
  border: 5px solid #54bf97;
}
.contact-area.section-space {
  padding-top: 80px;
  padding-bottom: 0px;
}
.form-heading textarea.form-control {
  min-height: calc(1.5em + 10.75rem + calc(var(--bs-border-width) * 2)) !important;
}



td, th {
  border: 1px solid #728893;
  text-align: left;

}
tr:nth-child(even) {
background-color: #dddddd;
}
h4.text-cursive {
  font-size: 30px;
  padding-bottom: 20px;
}
img.img-h {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
table.table {
  box-shadow: 0 9px 20px rgba(0,0,0,-0.85), 0 11px 10px rgba(0,0,0,0.17);
}
table.table th {
  background: #54bf97;
  color: #012030;
}
table.table td {
  background: #c4e1d7;
}
.sec-head {
  background: white;
  display: flex;
  align-items: center;
  gap: 42%;
  height: 100px;
  border-radius: 12px;
  box-shadow: 0 9px 20px rgba(0,0,0,-0.85), 0 11px 10px rgba(0,0,0,0.17);
}
.heaing-fir {
  padding-left: 30px;
}
.numb-info span {
  color: #012030;
}
.form-section.section-space {
  padding-top: 30px;
  padding-bottom: 80px;
}
.site-section {
  padding: 2.5em 0;
}
img.bank-imgs {
  height: 60px;
}
.Accn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.acc-h {
  margin: 0 6px !important;
}
img.user-imgs {
  height: 35px;
  display: block;
  margin: 0 auto 10px;
  padding-top: 3px;
}
.account-info, .mobile-info {
  background: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 9px 20px rgba(0,0,0,-0.85), 0 11px 10px rgba(0,0,0,0.17);
}
.sucbg {
  border-radius: 16px;
}
.img-divs-wrk img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  transition: all .2s linear;
  transform: scale(1);
  border-radius: 15px;
}
.img-divs-wrk:hover {
  transform: scale(1.1);
  transition: all .2s linear;
}





@media (min-width: 1441px) {

}

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

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

}
@media (min-width: 768px) and (max-width:1023px){
  .header-nav .btn-wrap {
    display: none !important;
  }
  .donate_area .donate_field button {
    font-size: 11px !important;
  }
  .about-img img {
    margin-left: 20px;
  }
  .img-hover-effect {
    height: 100%;
}
.copyright {
  text-align: center;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top {
  height: auto;
  position: absolute;
  right: 0;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li {
  height: 12%;
}
.about-heading-all {
  padding: 0px;
}
.sec-head {
  display: flex;
  gap: 5%;

}
.heaing-fir h2 {
  font-size: 16px;
}
.icon-phones {
  width: 60px;

}
}

@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;
}
.hero_btn a {
  font-size: 15px;
}


}



@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: 0px;
}

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

.row {
  margin-inline: 0;
}



.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;
}



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

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

.clientslider {
  overflow: hidden;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top {
  height: auto;
  position: absolute;
  right: 0;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li {
  height: 12%;
}
.header-nav .btn-wrap {
  display: none !important;
}
.donate_field {
  padding-bottom: 20px;
}

.about_list {
  padding-left: 20px !important;
}

.exp_wrap {
  margin: auto;
  margin-top: 25px;
}
.about-img img {
  margin-top: 20px !important;
}
.animation-style-01 .inner-img {
  margin-top: 25px !important;
}
.sec-head {
  display: flex;
  gap: 10% !important;
}
.heaing-fir {
  padding-left: 20px !important;
}
.heaing-fir h2 {
  font-size: 14px !important;
}
.icon-phones {
  width: 50px !important;
}
.form-heading h3 {
  padding-top: 20px;
}

}
