
:root {
  --agragati-font: "Plus Jakarta Sans", sans-serif;
  --agragati-heading-font: "Quicksand", sans-serif;
  --agragati-special-font: "Caveat", cursive;
  --agragati-text: #727272;
  --agragati-text-rgb: 114, 114, 114;
  --agragati-base: #379b50;
  --agragati-base-rgb: 226, 59, 51;
  --agragati-primary: #F2B42B;
  --agragati-primary-rgb: 242, 180, 43;
  --agragati-white: #ffffff;
  --agragati-white-rgb: 255, 255, 255;
  --agragati-white2: #F4F0ED;
  --agragati-white2-rgb: 244, 240, 237;
  --agragati-white3: #E5DED9;
  --agragati-white3-rgb: 229, 222, 217;
  --agragati-white4: #FAF6F0;
  --agragati-white4-rgb: 250, 246, 240;
  --agragati-white5: #F5F1EE;
  --agragati-white5-rgb: 245, 241, 238;
  --agragati-white6: #EFEFEF;
  --agragati-white6-rgb: 239, 239, 239;
  --agragati-gray: #DBDBDB;
  --agragati-gray-rgb: 219, 219, 219;
  --agragati-gray2: #7D8B90;
  --agragati-gray2-rgb: 125, 139, 144;
  --agragati-gray3: #E3DDD8;
  --agragati-gray3-rgb: 227, 221, 216;
  --agragati-gray4: #D2D2D2;
  --agragati-gray4-rgb: 210, 210, 210;
  --agragati-gray5: #EBEBEB;
  --agragati-gray5-rgb: 235, 235, 235;
  --agragati-black: #212226;
  --agragati-black-rgb: 33, 34, 38;
  --agragati-black2: #000000;
  --agragati-black2-rgb: 0, 0, 0;
  --agragati-orange: #EF8442;
  --agragati-orange-rgb: 239, 132, 66;
  --agragati-border-color: #E5DED9;
  --agragati-border-color-rgb: 229, 222, 217;
  --section-space: 120px;
      --accent-color: #FF6D00;
	  
	  --primary-color: #020D19;
    --secondary-color: #F8F8F8;
    --text-color: #828282;
    --accent-color: #FF6D00;
    --white-color: #FFFFFF;
    --divider-color: #020D1914;
    --dark-divider-color: #FFFFFF1A;
    --error-color: rgb(230, 87, 87);
    --default-font: "Inter", serif;
 
}

html, body {
  overflow-x: hidden !important;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
p {
    color: #4a4343;
   
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

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

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--agragati-text, #727272);
  font-weight: 500;
  line-height: 1.875;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--agragati-base, #379b50);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  color: var(--agragati-black, #212226);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

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

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

.section-space-bottom {
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

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

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.gutter-y-70 {
  --bs-gutter-y: 70px;
}

.gutter-y-80 {
  --bs-gutter-y: 80px;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* template button */
.agragati-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 18px 40px 19px;
  background-color: var(--agragati-base, #379b50);
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 16px;
  color: var(--agragati-white, #ffffff);
  text-align: center;
  font-weight: 700;
  line-height: 1.125;
  border-radius: 6px;
  z-index: 1;
  transition: all 500ms ease;
}
.agragati-btn__text {
  position: relative;
  color: inherit;
  z-index: 1;
  transition: all 150ms ease;
}
.agragati-btn__hover {
  display: block;
  width: calc(20% + 0.2px);
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  background-color: var(--agragati-black, #212226);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.agragati-btn__hover--1 {
  left: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.agragati-btn__hover--2 {
  left: 20%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.agragati-btn__hover--3 {
  left: 40%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.agragati-btn__hover--4 {
  left: 60%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.agragati-btn__hover--5 {
  left: 80%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.agragati-btn:hover .agragati-btn__hover {
  transform: translateY(0);
}
.agragati-btn--primary {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary, #F2B42B);
}
.agragati-btn--primary:hover {
  color: var(--agragati-white, #ffffff);
}
.agragati-btn--primary .agragati-btn__hover {
  background-color: var(--agragati-base, #379b50);
}
.agragati-btn--white {
  color: var(--agragati-black, #212226);
  background-color: var(--agragati-white, #ffffff);
}
.agragati-btn--white:hover {
  color: var(--agragati-white, #ffffff);
}
.agragati-btn--white .agragati-btn__hover {
  background-color: var(--agragati-primary, #F2B42B);
}
.agragati-btn--black {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-black, #212226);
}
.agragati-btn--black:hover {
  color: var(--agragati-white, #ffffff);
}
.agragati-btn--black .agragati-btn__hover {
  background-color: var(--agragati-base, #379b50);
}
.agragati-btn--border {
  color: var(--agragati-black, #212226);
  background-color: transparent;
  border: 1px solid var(--agragati-base, #379b50);
}
.agragati-btn--border:hover {
  color: var(--agragati-white, #ffffff);
}
.agragati-btn--border .agragati-btn__hover {
  background-color: var(--agragati-base, #379b50);
}

.sec-title--left {
  margin-bottom: 50px;
  text-align: left;
}

.sec-title--center {
  margin-bottom: 50px;
  text-align: center;
}
.sec-title--center .sec-title__top {
  justify-content: center;
}
.sec-title__top {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.sec-title__shape {
  max-width: 100%;
  height: auto;
}
.sec-title__tagline {
  margin: 0;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 20px;
  color: #379b50;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
}
.sec-title__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 35px;
  }
}
@media (max-width: 430px) {
  .sec-title__title {
        margin-bottom: 10px;
        font-size: 25px;
  }
}

.agragati-ratings {
  display: flex;
  align-items: center;
  gap: 5px;
}
.agragati-ratings__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--agragati-base, #379b50);
  transition: all 500ms ease;
}
.agragati-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.video-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  background-color: var(--agragati-base, #379b50);
  font-size: 13px;
  color: var(--agragati-white, #ffffff);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.video-btn:hover {
  background-color: var(--agragati-primary, #F2B42B);
}
.video-btn__ripple::before, .video-btn__ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 RGBA(var(--agragati-base-rgb, 226, 59, 51), 0.6);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-animation: videoRipple 3s infinite;
  animation: videoRipple 3s infinite;
}
.video-btn__ropple::before {
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.video-btn__ripple::after {
  position: absolute;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.video-btn:hover .video-btn__ripple::before, .video-btn:hover .video-btn__ripple::after {
  box-shadow: 0 0 0 0 RGBA(var(--agragati-primary-rgb, 242, 180, 43), 0.6);
}

@keyframes videoRipple {
  70% {
    box-shadow: 0 0 0 40px RGBA(var(--agragati-base-rgb, 226, 59, 51), 0);
  }
  100% {
    box-shadow: 0 0 0 0 RGBA(var(--agragati-base-rgb, 226, 59, 51), 0);
  }
}
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.social-links a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}
.social-links__icon {
  display: inline-flex;
  font-size: 12px;
  color: var(--agragati-black, #212226);
  transition: all 500ms ease;
}
.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links a:hover {
  background-color: var(--agragati-base, #379b50);
}
.social-links a:hover .social-links__icon {
  color: var(--agragati-white, #ffffff);
  animation: slideTop 400ms;
}

.organizer-card {
  position: relative;
  padding: 46px 31px 30px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
  box-shadow: 0px 4px 60px RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.1);
}
@media (max-width: 390px) {
  .organizer-card {
    padding: 46px 20px 20px;
  }
}
.organizer-card__category {
  margin: 0;
  padding: 8px 32px;
  position: absolute;
  top: -16px;
  left: 39px;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  color: var(--agragati-base, #379b50);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.625;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 20px;
  z-index: 2;
  transition: all 500ms ease;
}
.organizer-card:hover .organizer-card__category {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.organizer-card__info {
  margin: 0;
}
.organizer-card__info li + li {
  margin-top: 14px;
}
.organizer-card__info li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 16px;
  color: var(--agragati-text, #727272);
  font-weight: 700;
  line-height: 1.625;
}
.organizer-card__info li:nth-child(1) {
  gap: 18px;
}
.organizer-card__info__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--agragati-black, #212226);
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 50%;
  transition: all 500ms ease;
}
.organizer-card__info li:not(:first-child) {
  margin-left: 17.5px;
}
.organizer-card__info li:not(:first-child):hover .organizer-card__info__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.organizer-card__image {
  position: relative;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--agragati-base, #379b50);
  z-index: 1;
}
.organizer-card__image::before {
  content: "";
  width: 81px;
  height: calc(100% - 15px);
  background-color: var(--agragati-base, #379b50);
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 390px) {
  .organizer-card__image::before {
    width: 75px;
    left: -20px;
  }
}
.organizer-card__image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.organizer-card__designation {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.organizer-card__name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.3;
}

.progress-box + .progress-box {
  margin-top: 28px;
}
.progress-box__bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 12px;
}
.progress-box__bar__inner {
  position: relative;
  position: absolute;
  height: 100%;
  width: 0px;
  top: 0;
  left: 0;
  background-color: var(--agragati-black, #212226);
  border-radius: inherit;
  transition: all 800ms linear;
}
.progress-box__bar__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  background-color: var(--agragati-base, #379b50);
  border: 0;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  z-index: 11;
}
.progress-box__bar__inner::after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  z-index: 11;
}
.progress-box__number {
  padding: 4px 8px;
  position: relative;
  position: absolute;
  bottom: calc(100% + 17px);
  right: -23px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 14px;
  color: var(--agragati-white, #ffffff);
  font-weight: 600;
  line-height: 1.25;
  background-color: var(--agragati-base, #379b50);
  border-radius: 24px;
}
@media (max-width: 575px) {
  .progress-box__number {
    font-size: 15px;
  }
}
.progress-box__number::after {
  content: "";
  width: 20px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  background-color: var(--agragati-base, #379b50);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.000000 8.000000"><g transform="translate(0.000000,8.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M113 140 c23 -9 57 -37 74 -62 28 -40 33 -41 45 -11 7 19 36 47 65 63 50 27 45 28 -87 28 -99 0 -127 -6 -97 -18z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.000000 8.000000"><g transform="translate(0.000000,8.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M113 140 c23 -9 57 -37 74 -62 28 -40 33 -41 45 -11 7 19 36 47 65 63 50 27 45 28 -87 28 -99 0 -127 -6 -97 -18z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.progress-box__content {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.progress-box__text {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 14px;
  color: var(--agragati-black, #212226);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.428;
  transition: all 500ms ease;
}
.progress-box__text__inner {
  color: var(--agragati-text, #727272);
  transition: inherit;
}

.post-pagination {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 575px) {
  .post-pagination {
    gap: 12px;
  }
}
.post-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  color: var(--agragati-black, #212226);
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 6px;
  line-height: 50px;
  overflow: hidden;
  border: 1px solid var(--agragati-white3, #E5DED9);
  transition: all 400ms ease;
}
@media (max-width: 575px) {
  .post-pagination a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.post-pagination a .post-pagination__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--agragati-black, #212226);
  transition: all 400ms ease;
}
.post-pagination a .post-pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.post-pagination a:hover {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
  border-color: var(--agragati-base, #379b50);
}
.post-pagination a:hover .post-pagination__icon {
  color: var(--agragati-white, #ffffff);
  animation: slideLeft 400ms;
}
.post-pagination li.active a {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
  border-color: var(--agragati-base, #379b50);
}
.post-pagination li.active a .post-pagination__icon {
  color: var(--agragati-white, #ffffff);
  animation-play-state: paused;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--agragati-base, #379b50);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--agragati-text, #727272);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--agragati-black, #212226);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 40px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--agragati-base, #379b50);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}



/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--agragati-base, #379b50);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--agragati-black, #212226);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

.agragati-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.agragati-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.agragati-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.agragati-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.agragati-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.agragati-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.agragati-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--agragati-black, #212226);
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 50%;
  transition: all 400ms ease;
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  border: 0;
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--agragati-text, #727272);
  transition: all 400ms ease;
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  border-radius: inherit;
  background-color: RGBA(var(--agragati-base-rgb, 226, 59, 51), 0.2);
  transition: all 400ms ease;
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .agragati-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--agragati-base, #379b50);
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after, .agragati-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .agragati-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}
.agragati-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.agragati-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

/* ui datepicker */
.ui-datepicker.ui-widget-content {
  border: 1px solid var(--agragati-white3, #E5DED9);
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  color: var(--agragati-primary, #F2B42B);
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  width: 307px;
  padding: 5px 8px 3px;
  background-color: var(--agragati-white, #ffffff);
}
@media (max-width: 360px) {
  .ui-datepicker.ui-widget-content {
    width: 270px;
  }
}

.ui-datepicker .ui-datepicker-header {
  padding: 6px 0;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  color: var(--agragati-white, #ffffff);
  border-radius: 6px;
  border: 0;
  background-image: none;
  background-color: var(--agragati-base, #379b50);
}

.ui-datepicker-calendar th span {
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  color: var(--agragati-base, #379b50);
}
.ui-datepicker-calendar td {
  background-color: var(--agragati-white, #ffffff);
  background-image: none;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  color: var(--agragati-white, #ffffff);
}
.ui-datepicker-calendar td a {
  border-color: var(--agragati-base, #379b50);
  background-color: var(--agragati-text, #727272);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: transparent;
  background-color: var(--agragati-white2, #F4F0ED);
  background-image: none;
  color: var(--agragati-black, #212226);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
  border-radius: 5px;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--agragati-white, #ffffff);
  color: var(--agragati-black, #212226);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  border-color: var(--agragati-primary, #F2B42B);
}

.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-prev:hover {
  left: 6px;
}

.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-next:hover {
  right: 6px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  background-color: var(--agragati-white2, #F4F0ED);
  overflow: hidden;
}
.video-one::after {
  content: "";
  width: 40%;
  height: 100%;
  background-color: var(--agragati-base, #379b50);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .video-one::after {
    display: none;
  }
}
.video-one .container {
  position: relative;
  z-index: 1;
}
.video-one__wrapper {
  position: relative;
  padding: 108.5px 0 112.5px;
}
@media (max-width: 767px) {
  .video-one__wrapper {
    padding: 96.5px 0 100.5px;
  }
}
@media (max-width: 575px) {
  .video-one__wrapper {
    padding: 76.5px 0 80.5px;
  }
}
.video-one .sec-title {
  margin-bottom: 11px;
}
.video-one__text {
  margin-bottom: 31px;
}
.video-one__image {
  position: relative;
  background-color: var(--agragati-black2, #000000);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 534.000000"><g transform="translate(0.000000,534.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M186 5282 c-18 -67 -21 -144 -5 -174 9 -16 6 -29 -12 -63 -23 -43 -23 -43 -3 -70 29 -43 31 -46 64 -113 24 -51 28 -68 19 -84 -15 -28 -3 -67 26 -80 30 -13 26 -36 -12 -74 -20 -20 -22 -28 -13 -39 10 -12 2 -25 -45 -71 l-57 -56 7 -71 c6 -72 -8 -135 -35 -152 -5 -3 -10 -25 -10 -48 0 -32 -7 -49 -28 -72 -41 -44 -62 -100 -62 -164 0 -48 5 -64 31 -99 34 -47 33 -67 -6 -82 -25 -10 -35 -43 -15 -55 5 -3 18 -26 29 -51 12 -25 32 -51 49 -61 16 -9 36 -33 44 -52 15 -34 15 -38 -3 -67 -10 -17 -19 -34 -19 -37 0 -3 16 -23 36 -43 l35 -38 -25 -13 c-23 -12 -24 -16 -14 -38 6 -14 28 -33 49 -42 21 -10 39 -24 39 -30 0 -16 -39 -17 -75 -3 -20 8 -35 5 -68 -11 -50 -25 -77 -48 -77 -64 0 -25 49 -65 79 -65 35 0 130 -24 160 -39 11 -6 30 -11 43 -11 30 0 48 -18 48 -48 0 -13 5 -32 10 -43 9 -16 7 -21 -16 -29 -31 -12 -53 -7 -101 26 -54 37 -81 32 -136 -25 -51 -52 -50 -59 10 -90 29 -15 29 -29 1 -33 -33 -4 -34 -39 -3 -68 26 -24 33 -50 14 -50 -6 0 -9 -12 -7 -26 2 -21 12 -30 45 -43 64 -25 83 -47 83 -96 0 -26 6 -48 15 -55 19 -16 19 -49 1 -56 -8 -3 -19 -18 -26 -34 -14 -34 -3 -61 42 -98 27 -23 28 -26 13 -43 -27 -29 -15 -53 30 -59 l40 -5 5 -53 c3 -29 10 -56 16 -60 25 -16 32 -47 18 -72 -7 -14 -13 -34 -14 -45 0 -12 -5 -26 -12 -33 -9 -9 -7 -16 6 -31 17 -19 17 -20 -10 -37 -29 -20 -54 -69 -54 -107 0 -13 12 -41 26 -62 23 -34 24 -41 12 -63 -12 -23 -10 -27 28 -61 23 -20 47 -46 53 -59 10 -20 9 -23 -13 -32 -53 -20 -45 -76 16 -110 78 -44 94 -70 43 -70 -13 0 -26 -4 -30 -10 -10 -16 71 -50 122 -50 26 -1 75 -7 108 -15 33 -8 97 -15 143 -15 72 0 82 -2 82 -18 0 -10 -7 -27 -15 -38 -20 -26 -20 -169 0 -204 8 -14 14 -48 15 -77 0 -46 4 -56 35 -87 32 -33 34 -38 28 -81 -3 -27 -1 -55 5 -68 7 -12 16 -34 21 -49 16 -43 199 -137 305 -157 28 -5 66 -24 98 -48 29 -22 65 -48 81 -58 22 -14 27 -24 27 -59 0 -62 29 -73 193 -75 70 -1 137 -5 149 -10 30 -11 281 21 302 39 27 22 42 -2 21 -34 -14 -21 -25 -26 -59 -26 -47 0 -86 -9 -86 -20 0 -4 53 -9 118 -12 125 -6 223 1 432 28 30 4 179 6 331 5 l275 -3 38 26 c34 23 49 26 121 26 45 0 107 -5 136 -11 30 -6 118 -11 196 -10 134 1 142 0 148 -20 4 -11 16 -24 28 -28 32 -12 362 -4 386 8 33 18 96 13 116 -9 22 -24 50 -25 89 -5 44 23 87 19 111 -11 17 -22 32 -27 87 -33 36 -4 75 -4 85 0 10 4 43 8 74 8 37 1 61 6 69 16 10 12 39 15 139 15 72 0 156 7 196 15 88 19 109 19 125 0 15 -18 84 -21 78 -3 -3 7 -20 16 -39 21 -30 8 -32 10 -14 18 26 10 484 10 555 -1 50 -7 57 -6 81 16 21 20 36 24 90 24 40 1 71 6 83 15 12 9 41 14 78 14 32 -1 65 4 73 11 8 7 53 13 102 15 49 1 104 9 123 17 47 20 94 36 156 53 65 18 242 22 271 7 17 -9 22 -9 27 3 3 10 19 15 43 15 21 0 47 7 57 15 26 20 86 20 86 1 0 -8 -9 -18 -20 -21 -29 -9 -14 -25 24 -25 39 0 50 -8 35 -26 -13 -16 -3 -35 16 -28 19 8 27 34 14 50 -15 18 -3 34 26 34 14 0 43 10 65 21 34 18 39 24 28 36 -19 23 17 46 64 40 21 -3 40 -1 43 3 3 4 42 11 87 15 46 4 90 13 98 20 8 7 26 15 40 18 46 10 101 34 118 50 9 9 25 36 37 59 14 30 31 48 57 60 33 16 37 21 32 47 -7 33 17 86 52 114 13 10 24 24 24 31 0 17 43 56 61 56 26 0 148 65 148 79 1 8 -7 23 -16 33 -24 26 -8 49 48 68 52 19 81 59 60 84 -7 9 -23 16 -35 16 -19 0 -56 43 -56 64 0 3 26 19 58 35 60 31 182 155 182 185 0 9 -9 21 -20 28 -30 19 -25 30 31 65 55 36 135 63 182 63 35 0 127 41 148 66 12 14 10 19 -14 40 -28 23 -29 44 -3 44 7 0 21 9 32 21 18 20 18 21 -5 38 l-23 18 27 21 c15 12 33 22 39 22 16 0 86 83 86 103 0 10 8 17 20 17 29 0 29 55 0 63 -15 4 -20 14 -20 40 0 52 -7 64 -53 87 -98 48 -125 95 -68 115 52 17 59 36 28 77 -15 19 -27 40 -27 47 0 17 -78 51 -117 51 -21 0 -37 7 -47 22 -15 21 -14 24 11 44 15 12 24 27 21 35 -8 22 -132 79 -171 79 -29 0 -77 34 -64 46 2 2 26 7 53 10 85 11 124 53 59 64 -35 6 -44 26 -16 35 29 9 26 25 -3 25 -30 0 -72 33 -62 48 4 7 18 12 31 12 54 0 37 45 -21 56 -40 7 -43 19 -12 44 30 24 13 45 -43 54 -28 5 -43 12 -46 25 -6 23 -31 31 -94 31 -29 0 -51 6 -59 15 -9 11 -33 15 -84 15 -80 0 -116 17 -116 54 0 12 10 32 23 44 21 20 34 22 124 22 75 0 111 5 139 18 49 21 115 72 109 82 -2 4 -41 10 -86 14 -45 4 -94 13 -110 21 -17 9 -56 15 -98 15 -79 0 -121 12 -121 35 0 8 4 15 9 15 5 0 21 4 35 10 l26 10 -19 32 -20 32 31 35 c39 45 80 66 142 75 74 11 97 25 94 55 -2 19 5 30 29 45 37 24 42 42 13 51 -27 9 -46 43 -31 58 6 6 11 19 11 28 0 9 7 22 15 29 22 18 19 51 -5 57 -26 7 -25 19 1 33 20 11 20 12 3 31 -9 10 -27 19 -39 19 -41 0 -60 45 -30 70 17 14 3 40 -22 40 -8 0 -33 10 -56 21 -23 12 -76 27 -117 34 -50 8 -63 13 -40 14 47 1 77 24 82 61 5 36 3 38 -76 65 -33 11 -62 27 -66 35 -27 61 -39 77 -67 89 -26 12 -31 20 -36 60 -5 48 5 71 31 71 30 0 82 24 87 41 9 27 -34 87 -81 115 -51 30 -49 44 5 44 20 0 41 4 47 10 5 5 53 12 107 16 69 5 105 12 119 24 25 20 16 40 -17 40 -35 0 -40 18 -15 45 l23 24 -24 25 c-13 14 -31 26 -40 26 -9 0 -22 7 -29 15 -7 8 -18 15 -26 15 -29 0 -20 18 26 53 27 20 58 37 69 37 19 0 108 68 123 94 12 21 -8 30 -77 36 -41 3 -59 9 -57 18 1 9 -801 12 -3987 12 l-3988 0 -17 -58z m8142 -2168 c88 -14 50 -37 -53 -32 -32 2 -60 8 -62 13 -5 15 50 45 62 35 6 -5 30 -12 53 -16z m-28 -289 c0 -21 -98 -31 -118 -12 -14 14 -13 16 9 21 69 15 109 12 109 -9z m-8005 -55 c3 -5 -3 -10 -14 -10 -12 0 -21 5 -21 10 0 6 6 10 14 10 8 0 18 -4 21 -10z"/> <path d="M8316 3211 c18 -18 240 -19 229 -1 -4 6 -56 10 -123 10 -71 0 -112 -4 -106 -9z"/> <path d="M7723 473 c-23 -2 -47 -11 -53 -19 -7 -7 -27 -14 -45 -14 -18 0 -38 -7 -45 -15 -8 -9 -30 -15 -60 -15 -30 0 -52 -6 -60 -15 -7 -8 -21 -15 -31 -15 -21 0 -45 -38 -32 -51 4 -4 40 3 78 18 39 14 84 28 100 31 17 3 46 15 66 28 20 12 58 26 85 29 27 4 55 12 61 17 15 12 8 29 -10 26 -7 -1 -31 -3 -54 -5z"/> <path d="M1340 297 c0 -24 24 -37 68 -37 50 0 55 23 6 28 -16 2 -33 8 -38 13 -14 13 -36 11 -36 -4z"/> <path d="M6605 230 c-12 -19 11 -33 41 -26 28 8 24 19 -13 30 -12 4 -24 2 -28 -4z"/> <path d="M3433 154 c-31 -35 -29 -46 10 -42 27 3 32 6 29 28 -4 38 -15 41 -39 14z"/> <path d="M1410 150 c0 -5 9 -10 21 -10 11 0 17 5 14 10 -3 6 -13 10 -21 10 -8 0 -14 -4 -14 -10z"/> <path d="M5520 130 c-22 -14 -7 -21 59 -27 51 -5 61 -3 61 10 0 8 -7 18 -16 21 -24 9 -87 7 -104 -4z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 534.000000"><g transform="translate(0.000000,534.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M186 5282 c-18 -67 -21 -144 -5 -174 9 -16 6 -29 -12 -63 -23 -43 -23 -43 -3 -70 29 -43 31 -46 64 -113 24 -51 28 -68 19 -84 -15 -28 -3 -67 26 -80 30 -13 26 -36 -12 -74 -20 -20 -22 -28 -13 -39 10 -12 2 -25 -45 -71 l-57 -56 7 -71 c6 -72 -8 -135 -35 -152 -5 -3 -10 -25 -10 -48 0 -32 -7 -49 -28 -72 -41 -44 -62 -100 -62 -164 0 -48 5 -64 31 -99 34 -47 33 -67 -6 -82 -25 -10 -35 -43 -15 -55 5 -3 18 -26 29 -51 12 -25 32 -51 49 -61 16 -9 36 -33 44 -52 15 -34 15 -38 -3 -67 -10 -17 -19 -34 -19 -37 0 -3 16 -23 36 -43 l35 -38 -25 -13 c-23 -12 -24 -16 -14 -38 6 -14 28 -33 49 -42 21 -10 39 -24 39 -30 0 -16 -39 -17 -75 -3 -20 8 -35 5 -68 -11 -50 -25 -77 -48 -77 -64 0 -25 49 -65 79 -65 35 0 130 -24 160 -39 11 -6 30 -11 43 -11 30 0 48 -18 48 -48 0 -13 5 -32 10 -43 9 -16 7 -21 -16 -29 -31 -12 -53 -7 -101 26 -54 37 -81 32 -136 -25 -51 -52 -50 -59 10 -90 29 -15 29 -29 1 -33 -33 -4 -34 -39 -3 -68 26 -24 33 -50 14 -50 -6 0 -9 -12 -7 -26 2 -21 12 -30 45 -43 64 -25 83 -47 83 -96 0 -26 6 -48 15 -55 19 -16 19 -49 1 -56 -8 -3 -19 -18 -26 -34 -14 -34 -3 -61 42 -98 27 -23 28 -26 13 -43 -27 -29 -15 -53 30 -59 l40 -5 5 -53 c3 -29 10 -56 16 -60 25 -16 32 -47 18 -72 -7 -14 -13 -34 -14 -45 0 -12 -5 -26 -12 -33 -9 -9 -7 -16 6 -31 17 -19 17 -20 -10 -37 -29 -20 -54 -69 -54 -107 0 -13 12 -41 26 -62 23 -34 24 -41 12 -63 -12 -23 -10 -27 28 -61 23 -20 47 -46 53 -59 10 -20 9 -23 -13 -32 -53 -20 -45 -76 16 -110 78 -44 94 -70 43 -70 -13 0 -26 -4 -30 -10 -10 -16 71 -50 122 -50 26 -1 75 -7 108 -15 33 -8 97 -15 143 -15 72 0 82 -2 82 -18 0 -10 -7 -27 -15 -38 -20 -26 -20 -169 0 -204 8 -14 14 -48 15 -77 0 -46 4 -56 35 -87 32 -33 34 -38 28 -81 -3 -27 -1 -55 5 -68 7 -12 16 -34 21 -49 16 -43 199 -137 305 -157 28 -5 66 -24 98 -48 29 -22 65 -48 81 -58 22 -14 27 -24 27 -59 0 -62 29 -73 193 -75 70 -1 137 -5 149 -10 30 -11 281 21 302 39 27 22 42 -2 21 -34 -14 -21 -25 -26 -59 -26 -47 0 -86 -9 -86 -20 0 -4 53 -9 118 -12 125 -6 223 1 432 28 30 4 179 6 331 5 l275 -3 38 26 c34 23 49 26 121 26 45 0 107 -5 136 -11 30 -6 118 -11 196 -10 134 1 142 0 148 -20 4 -11 16 -24 28 -28 32 -12 362 -4 386 8 33 18 96 13 116 -9 22 -24 50 -25 89 -5 44 23 87 19 111 -11 17 -22 32 -27 87 -33 36 -4 75 -4 85 0 10 4 43 8 74 8 37 1 61 6 69 16 10 12 39 15 139 15 72 0 156 7 196 15 88 19 109 19 125 0 15 -18 84 -21 78 -3 -3 7 -20 16 -39 21 -30 8 -32 10 -14 18 26 10 484 10 555 -1 50 -7 57 -6 81 16 21 20 36 24 90 24 40 1 71 6 83 15 12 9 41 14 78 14 32 -1 65 4 73 11 8 7 53 13 102 15 49 1 104 9 123 17 47 20 94 36 156 53 65 18 242 22 271 7 17 -9 22 -9 27 3 3 10 19 15 43 15 21 0 47 7 57 15 26 20 86 20 86 1 0 -8 -9 -18 -20 -21 -29 -9 -14 -25 24 -25 39 0 50 -8 35 -26 -13 -16 -3 -35 16 -28 19 8 27 34 14 50 -15 18 -3 34 26 34 14 0 43 10 65 21 34 18 39 24 28 36 -19 23 17 46 64 40 21 -3 40 -1 43 3 3 4 42 11 87 15 46 4 90 13 98 20 8 7 26 15 40 18 46 10 101 34 118 50 9 9 25 36 37 59 14 30 31 48 57 60 33 16 37 21 32 47 -7 33 17 86 52 114 13 10 24 24 24 31 0 17 43 56 61 56 26 0 148 65 148 79 1 8 -7 23 -16 33 -24 26 -8 49 48 68 52 19 81 59 60 84 -7 9 -23 16 -35 16 -19 0 -56 43 -56 64 0 3 26 19 58 35 60 31 182 155 182 185 0 9 -9 21 -20 28 -30 19 -25 30 31 65 55 36 135 63 182 63 35 0 127 41 148 66 12 14 10 19 -14 40 -28 23 -29 44 -3 44 7 0 21 9 32 21 18 20 18 21 -5 38 l-23 18 27 21 c15 12 33 22 39 22 16 0 86 83 86 103 0 10 8 17 20 17 29 0 29 55 0 63 -15 4 -20 14 -20 40 0 52 -7 64 -53 87 -98 48 -125 95 -68 115 52 17 59 36 28 77 -15 19 -27 40 -27 47 0 17 -78 51 -117 51 -21 0 -37 7 -47 22 -15 21 -14 24 11 44 15 12 24 27 21 35 -8 22 -132 79 -171 79 -29 0 -77 34 -64 46 2 2 26 7 53 10 85 11 124 53 59 64 -35 6 -44 26 -16 35 29 9 26 25 -3 25 -30 0 -72 33 -62 48 4 7 18 12 31 12 54 0 37 45 -21 56 -40 7 -43 19 -12 44 30 24 13 45 -43 54 -28 5 -43 12 -46 25 -6 23 -31 31 -94 31 -29 0 -51 6 -59 15 -9 11 -33 15 -84 15 -80 0 -116 17 -116 54 0 12 10 32 23 44 21 20 34 22 124 22 75 0 111 5 139 18 49 21 115 72 109 82 -2 4 -41 10 -86 14 -45 4 -94 13 -110 21 -17 9 -56 15 -98 15 -79 0 -121 12 -121 35 0 8 4 15 9 15 5 0 21 4 35 10 l26 10 -19 32 -20 32 31 35 c39 45 80 66 142 75 74 11 97 25 94 55 -2 19 5 30 29 45 37 24 42 42 13 51 -27 9 -46 43 -31 58 6 6 11 19 11 28 0 9 7 22 15 29 22 18 19 51 -5 57 -26 7 -25 19 1 33 20 11 20 12 3 31 -9 10 -27 19 -39 19 -41 0 -60 45 -30 70 17 14 3 40 -22 40 -8 0 -33 10 -56 21 -23 12 -76 27 -117 34 -50 8 -63 13 -40 14 47 1 77 24 82 61 5 36 3 38 -76 65 -33 11 -62 27 -66 35 -27 61 -39 77 -67 89 -26 12 -31 20 -36 60 -5 48 5 71 31 71 30 0 82 24 87 41 9 27 -34 87 -81 115 -51 30 -49 44 5 44 20 0 41 4 47 10 5 5 53 12 107 16 69 5 105 12 119 24 25 20 16 40 -17 40 -35 0 -40 18 -15 45 l23 24 -24 25 c-13 14 -31 26 -40 26 -9 0 -22 7 -29 15 -7 8 -18 15 -26 15 -29 0 -20 18 26 53 27 20 58 37 69 37 19 0 108 68 123 94 12 21 -8 30 -77 36 -41 3 -59 9 -57 18 1 9 -801 12 -3987 12 l-3988 0 -17 -58z m8142 -2168 c88 -14 50 -37 -53 -32 -32 2 -60 8 -62 13 -5 15 50 45 62 35 6 -5 30 -12 53 -16z m-28 -289 c0 -21 -98 -31 -118 -12 -14 14 -13 16 9 21 69 15 109 12 109 -9z m-8005 -55 c3 -5 -3 -10 -14 -10 -12 0 -21 5 -21 10 0 6 6 10 14 10 8 0 18 -4 21 -10z"/> <path d="M8316 3211 c18 -18 240 -19 229 -1 -4 6 -56 10 -123 10 -71 0 -112 -4 -106 -9z"/> <path d="M7723 473 c-23 -2 -47 -11 -53 -19 -7 -7 -27 -14 -45 -14 -18 0 -38 -7 -45 -15 -8 -9 -30 -15 -60 -15 -30 0 -52 -6 -60 -15 -7 -8 -21 -15 -31 -15 -21 0 -45 -38 -32 -51 4 -4 40 3 78 18 39 14 84 28 100 31 17 3 46 15 66 28 20 12 58 26 85 29 27 4 55 12 61 17 15 12 8 29 -10 26 -7 -1 -31 -3 -54 -5z"/> <path d="M1340 297 c0 -24 24 -37 68 -37 50 0 55 23 6 28 -16 2 -33 8 -38 13 -14 13 -36 11 -36 -4z"/> <path d="M6605 230 c-12 -19 11 -33 41 -26 28 8 24 19 -13 30 -12 4 -24 2 -28 -4z"/> <path d="M3433 154 c-31 -35 -29 -46 10 -42 27 3 32 6 29 28 -4 38 -15 41 -39 14z"/> <path d="M1410 150 c0 -5 9 -10 21 -10 11 0 17 5 14 10 -3 6 -13 10 -21 10 -8 0 -14 -4 -14 -10z"/> <path d="M5520 130 c-22 -14 -7 -21 59 -27 51 -5 61 -3 61 10 0 8 -7 18 -16 21 -24 9 -87 7 -104 -4z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (min-width: 1200px) {
  .video-one__image {
    position: absolute;
    top: calc(50% + 5px);
    right: -245px;
    transform: translateY(-50%);
  }
}
.video-one__image img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
}
.video-one .video-btn {
  width: 94px;
  height: 94px;
  font-size: 19px;
  background-color: RGBA(var(--agragati-base-rgb, 226, 59, 51), 0.76);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-one .video-btn:hover {
  background-color: var(--agragati-primary, #F2B42B);
}
@media (max-width: 430px) {
  .video-one .video-btn {
    width: 65px;
    height: 65px;
    font-size: 16px;
  }
}
.video-one__shape {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: moveHorizontal2 2s linear infinite;
}
@media (max-width: 1599px) {
  .video-one__shape {
    left: -130px;
  }
}
@media (max-width: 1399px) {
  .video-one__shape {
    left: -165px;
  }
}
@media (max-width: 1299px) {
  .video-one__shape {
    display: none;
  }
}

.video-two {
  position: relative;
  padding: 100px 0px;
}
@media (max-width: 575px) {
  .video-two {
    padding: 80px 0px;
  }
}
.video-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--agragati-black2, #000000);
}
.video-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(86, 80, 159, 0.4) 0.41%, rgba(254, 101, 0, 0.4) 102.2%);
  z-index: 1;
}
.video-two__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.video-two .container {
  position: relative;
  z-index: 2;
}
.video-two .video-btn {
  margin-bottom: 15px;
  width: 62px;
  height: 62px;
  font-size: 18px;
  color: var(--agragati-primary);
  background-color: var(--agragati-white, #ffffff);
}
@media (max-width: 1199px) {
  .video-two .video-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.video-two .video-btn:hover {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary);
}
.video-two .video-btn__ripple::before, .video-two .video-btn__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--agragati-black-rgb), 0.28);
}
@media (max-width: 1199px) {
  .video-two .sec-title {
    text-align: center;
  }
}
.video-two .sec-title__title {
  color: var(--agragati-white, #ffffff);
}

.video-three {
  position: relative;
  padding-top: 157px;
}
@media (max-width: 767px) {
  .video-three {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .video-three {
    padding-top: 80px;
  }
}
.video-three::after {
  content: "";
  width: 100%;
  height: 177px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-white, #ffffff);
}
.video-three__bg {
  width: 100%;
  height: calc(100% - 177px);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--agragati-black2, #000000);
}
.video-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--agragati-black-rgb), 0.9);
  z-index: 1;
}
.video-three__bg__inner {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.video-three .container {
  position: relative;
  z-index: 2;
}
.video-three__inner {
  padding: 50px 50px 0px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .video-three__inner {
    padding: 30px 30px 0px;
  }
}
@media (max-width: 500px) {
  .video-three__inner {
    padding: 20px 20px 0px;
  }
}
.video-three .row {
  --bs-gutter-x: 0px;
}
.video-three__image {
  position: relative;
  z-index: 2;
}
.video-three__image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.video-three .video-btn {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 12px;
}
.video-three .video-btn__ripple::before, .video-three .video-btn__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--agragati-black-rgb), 1);
}
.video-three .video-btn:hover {
  background-color: var(--agragati-base);
}
.video-three .video-btn:hover .video-btn__ripple::before,
.video-three .video-btn:hover .video-btn__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--agragati-black-rgb), 1);
}
.video-three__content {
  position: relative;
  padding: 0px 50px 48.1px;
  text-align: center;
  border-radius: 0px 10px 10px 0px;
  background-color: var(--agragati-black);
}
@media (max-width: 1199px) {
  .video-three__content {
    margin-top: 40px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .video-three__content {
    padding: 0px 40px 40px;
  }
}
@media (max-width: 575px) {
  .video-three__content {
    padding: 0px 30px 30px;
  }
}
@media (max-width: 430px) {
  .video-three__content {
    padding: 0px 20px 20px;
  }
}
.video-three__content::before {
  content: "";
  width: 21px;
  height: 100%;
  background-color: var(--agragati-black);
  position: absolute;
  top: 0;
  left: -21px;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 1199px) {
  .video-three__content::before {
    display: none;
  }
}
.video-three__content::after {
  content: "";
  width: calc(100% + 21px);
  height: 13px;
  position: absolute;
  top: 0px;
  left: -21px;
  background-color: var(--agragati-base);
  border-radius: 10px 10px 0px 0px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .video-three__content::after {
    width: 100%;
    left: 0;
  }
}
.video-three__call {
  position: relative;
  margin-bottom: 25px;
  padding: 22px 23px 21px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--agragati-base);
  border-radius: 0px 0px 10px 10px;
  z-index: 2;
}
@media (max-width: 375px) {
  .video-three__call {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.video-three__call__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-size: 13px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-black);
  transition: all 500ms ease;
}
.video-three__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.video-three__call:hover .video-three__call__icon {
  color: var(--agragati-black);
  background-color: var(--agragati-white, #ffffff);
}
.video-three__call__content {
  text-align: left;
}
.video-three__call__title {
  margin: 0;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 14px;
  color: var(--agragati-white5, #F5F1EE);
  font-weight: 500;
  line-height: 1.285;
}
.video-three__call__number {
  margin: 0;
  font-size: 20px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.35;
}
@media (max-width: 360px) {
  .video-three__call__number {
    margin-top: 5px;
    font-size: 16px;
  }
}
.video-three__call__number:hover {
  color: var(--agragati-black);
}
.video-three__call__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.video-three__call__number a:hover {
  background-size: 100% 1px;
}
.video-three__title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 30px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.666;
}
@media (max-width: 430px) {
  .video-three__title {
    font-size: 25px;
  }
}
.video-three__title::after {
  content: "";
  width: calc(100% + 100px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.17);
}
@media (max-width: 767px) {
  .video-three__title::after {
    width: calc(100% + 80px);
  }
}
@media (max-width: 575px) {
  .video-three__title::after {
    width: calc(100% + 60px);
  }
}
@media (max-width: 430px) {
  .video-three__title::after {
    width: calc(100% + 50px);
  }
}
.video-three .agragati-btn:hover {
  color: var(--agragati-black);
}
.video-three .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}

.volunteer-card {
  position: relative;
  padding-bottom: 34px;
  border-radius: 10px;
}
.volunteer-card::after {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  border-radius: inherit;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid var(--agragati-white3, #E5DED9);
  z-index: -1;
}
.volunteer-card__image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.volunteer-card__content {
  width: calc(100% - 32px);
  padding: 18px 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: var(--agragati-white3, #E5DED9);
  border-radius: inherit;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .volunteer-card__content {
    padding-top: 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .volunteer-card__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .volunteer-card__content {
    padding-top: 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.volunteer-card:hover .volunteer-card__content {
  background-color: var(--agragati-black, #212226);
}
.volunteer-card__name {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .volunteer-card__name {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .volunteer-card__name {
    margin-bottom: 10px;
  }
}
.volunteer-card:hover .volunteer-card__name {
  color: var(--agragati-white, #ffffff);
}
.volunteer-card__designation {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.25;
  transition: all 500ms ease;
}
.volunteer-card:hover .volunteer-card__designation {
  color: var(--agragati-white3, #E5DED9);
}
.volunteer-card__social {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--agragati-white, #ffffff);
  font-size: 12px;
  color: var(--agragati-base, #379b50);
  transition: all 400ms ease;
}
.volunteer-card__social svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.volunteer-card__social__list {
  padding-bottom: 6px;
  position: relative;
  position: absolute;
  top: -365%;
  left: 50%;
  transform: translateX(-50%) scale(1, 0);
  opacity: 0;
  z-index: 1;
  transition: 500ms ease;
}
.volunteer-card__social__list__inner {
  padding: 12px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: var(--agragati-base, #379b50);
  border-radius: 6px;
  transition: 500ms ease;
}
.volunteer-card__social__list a {
  position: relative;
  display: inline-flex;
  font-size: 14px;
  color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.volunteer-card__social__list a:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.2);
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.volunteer-card__social__list a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.volunteer-card__social:hover .volunteer-card__social__list {
  opacity: 1;
  transform: translateX(-50%) scale(1, 1);
}

.blog-card__image {
  position: relative;
  border-radius: 20px 20px 0 0;
}
.blog-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.blog-card__image__shape {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 29px;
  transform: translateY(-100%);
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}
.blog-card:hover .blog-card__image__shape {
  opacity: 0.5;
  transform: translateY(0);
}
.blog-card__category {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 20px;
  display: inline-block;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 14px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  line-height: 1.428;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 4px;
  z-index: 1;
  transition: all 500ms ease;
}
.blog-card:hover .blog-card__category {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.blog-card__content {
  margin-top: -29px;
  padding: 20px 30px 30px;
  position: relative;
  z-index: 1;
  border-radius: 10px 0 10px 10px;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__content {
    padding: 20px 25px 25px;
  }
}
@media (max-width: 390px) {
  .blog-card__content {
    padding: 20px 25px 25px;
  }
}
.blog-card__admin {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card__admin__image {
  flex-shrink: 0;
  display: inline-block !important;
  width: 35px !important;
  height: 35px;
  border-radius: 50%;
}
.blog-card__admin__name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.blog-card__admin__name:hover {
  color: var(--agragati-base, #379b50);
}
.blog-card__admin__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__admin__name a:hover {
  background-size: 100% 1px;
}
.blog-card__admin__designation {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.blog-card__title {
  position: relative;
  padding: 12px 0 11px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__title {
    font-size: 21px;
  }
}
@media (max-width: 390px) {
  .blog-card__title {
    font-size: 21px;
  }
}
.blog-card__title::before, .blog-card__title::after {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: RGBA(var(--agragati-white3-rgb, 229, 222, 217), 0.76);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__title::before, .blog-card__title::after {
    width: calc(100% + 50px);
  }
}
@media (max-width: 390px) {
  .blog-card__title::before, .blog-card__title::after {
    width: calc(100% + 50px);
  }
}
.blog-card__title::before {
  top: 0;
}
.blog-card__title::after {
  bottom: 0;
}
.blog-card__title:hover {
  color: var(--agragati-base, #379b50);
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__meta {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta {
    gap: 20px;
  }
}
@media (max-width: 390px) {
  .blog-card__meta {
    gap: 20px;
  }
}
.blog-card__meta li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta li {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .blog-card__meta li {
    font-size: 14px;
  }
}
.blog-card__meta li a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card__meta li a:hover {
  color: var(--agragati-base, #379b50);
}
.blog-card__meta__icon {
  display: inline-flex;
  font-size: 20px;
  color: var(--agragati-base, #379b50);
}
.blog-card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta__icon {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .blog-card__meta__icon {
    font-size: 14px;
  }
}
.blog-card .agragati-btn {
  padding: 11px 31px 12px;
}

.blog-card-two {
  display: grid;
  grid-template-columns: 332px auto;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
  box-shadow: 0px 4px 60px RGBA(var(--agragati-black2-rgb, 0, 0, 0), 0.08);
}
@media (max-width: 991px) {
  .blog-card-two {
    grid-template-columns: 300px auto;
  }
}
@media (max-width: 767px) {
  .blog-card-two {
    grid-template-columns: auto;
  }
}
.blog-card-two__image {
  position: relative;
  display: block;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-card-two__image {
    border-radius: 10px;
  }
}
.blog-card-two__image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--agragati-black-rgb), 0.6);
  position: absolute;
  left: -101%;
  bottom: -101%;
  border-radius: inherit;
  z-index: 1;
  transition: all 500ms ease;
}
.blog-card-two__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
  transition: all 500ms ease;
}
.blog-card-two:hover .blog-card-two__image::after {
  left: 0;
  bottom: 0;
}
.blog-card-two:hover .blog-card-two__image img {
  transform: scale(1.1);
}
.blog-card-two__date {
  position: relative;
  position: absolute;
  top: 8px;
  left: 28px;
  z-index: 2;
}
.blog-card-two__date::after {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% - 36px);
  background-color: var(--agragati-white, #ffffff);
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}
.blog-card-two__date__inner {
  position: relative;
  padding: 10px 21px;
  text-align: center;
  background-color: var(--agragati-black);
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.blog-card-two__date__day {
  margin-bottom: 2px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 30px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1;
}
.blog-card-two__date__month {
  margin: 0;
  font-size: 12px;
  color: var(--agragati-white, #ffffff);
  font-weight: 500;
  line-height: 1;
}
.blog-card-two:hover .blog-card-two__date__inner {
  background-color: var(--agragati-primary);
}
.blog-card-two__content {
  padding: 30px;
}
@media (max-width: 375px) {
  .blog-card-two__content {
    padding: 30px 25px 25px;
  }
}
.blog-card-two__meta {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.blog-card-two__meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  text-transform: capitalize;
}
.blog-card-two__meta li a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card-two__meta li a:hover {
  color: var(--agragati-primary);
}
.blog-card-two__meta__category {
  display: inline-block;
  padding: 5.1px 10px;
  font-size: 14px;
  color: var(--agragati-white, #ffffff) !important;
  font-weight: 600;
  line-height: 1.428;
  background-color: var(--agragati-primary);
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.blog-card-two__meta__category:hover {
  background-color: var(--agragati-base);
}
.blog-card-two__meta__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--agragati-primary);
}
.blog-card-two__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-two__title {
  position: relative;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-card-two__title {
    font-size: 22px;
  }
}
@media (max-width: 430px) {
  .blog-card-two__title {
    font-size: 22px;
  }
}
.blog-card-two__title:hover {
  color: var(--agragati-primary);
}
.blog-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-two__title a:hover {
  background-size: 100% 1px;
}
.blog-card-two__text {
  margin-bottom: 20px;
  padding-bottom: 17px;
  line-height: 1.5;
  border-bottom: 1px solid var(--agragati-white2);
}
.blog-card-two__bottom {
  padding: 18.5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
  background-color: var(--agragati-white2);
  border-radius: 10px;
}
@media (max-width: 412px) {
  .blog-card-two__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px 30px;
  }
}
.blog-card-two__admin {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card-two__admin__image {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.blog-card-two__admin__name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.blog-card-two__admin__name:hover {
  color: var(--agragati-primary);
}
.blog-card-two__admin__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-two__admin__name a:hover {
  background-size: 100% 1px;
}
.blog-card-two__admin__designation {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.blog-card-two__btn {
  flex-shrink: 0;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}
.blog-card-two__btn:hover {
  background-color: var(--agragati-base);
}
.blog-card-two__btn__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--agragati-base);
  transition: all 500ms ease;
}
.blog-card-two__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-two__btn:hover .blog-card-two__btn__icon {
  color: var(--agragati-white, #ffffff);
  animation: 500ms slideLeft;
}

.blog-card-three {
  background-color: var(--agragati-white2);
  border-radius: 10px;
}
.blog-card-three__image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blog-card-three__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
  transition: all 500ms ease;
}
.blog-card-three__image__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--agragati-black-rgb), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-20%);
  z-index: 1;
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-three__image__link::before, .blog-card-three__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--agragati-white, #ffffff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-three__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-three__image__inner {
  width: 143px;
  height: 117px;
  position: absolute;
  left: 32px;
  bottom: 0;
  z-index: 2;
  background-color: var(--agragati-white2);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 143.000000 117.000000"><g transform="translate(0.000000,117.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M615 1122 c-128 -67 -178 -104 -281 -206 -96 -95 -185 -221 -235 -331 -23 -51 -79 -222 -79 -241 0 -2 313 -4 695 -4 l695 0 -6 28 c-60 259 -213 493 -429 655 -70 52 -241 148 -262 147 -5 0 -48 -22 -98 -48z"/> <path d="M15 313 c-4 -10 -10 -84 -13 -165 l-5 -148 718 0 718 0 -5 148 c-3 81 -9 155 -13 165 -7 16 -50 17 -700 17 -650 0 -693 -1 -700 -17z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 143.000000 117.000000"><g transform="translate(0.000000,117.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M615 1122 c-128 -67 -178 -104 -281 -206 -96 -95 -185 -221 -235 -331 -23 -51 -79 -222 -79 -241 0 -2 313 -4 695 -4 l695 0 -6 28 c-60 259 -213 493 -429 655 -70 52 -241 148 -262 147 -5 0 -48 -22 -98 -48z"/> <path d="M15 313 c-4 -10 -10 -84 -13 -165 l-5 -148 718 0 718 0 -5 148 c-3 81 -9 155 -13 165 -7 16 -50 17 -700 17 -650 0 -693 -1 -700 -17z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.blog-card-three:hover .blog-card-three__image img {
  transform: scale(1.1);
}
.blog-card-three:hover .blog-card-three__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-three__date {
  padding-top: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.blog-card-three__date p:nth-child(1) {
  margin-bottom: 4px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 30px;
  color: var(--agragati-base);
  font-weight: 700;
  line-height: 1;
}
.blog-card-three__date p:nth-child(2) {
  margin: 0;
  font-size: 12px;
  color: var(--agragati-text, #727272);
  font-weight: 500;
  line-height: 1;
}
.blog-card-three__meta {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-card-three__meta li {
  font-size: 16px;
  color: var(--agragati-text, #727272);
  font-weight: 500;
  text-transform: capitalize;
}
.blog-card-three__meta li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card-three__meta li a:hover {
  color: var(--agragati-base);
}
.blog-card-three__meta__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--agragati-base);
}
.blog-card-three__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-three__content {
  padding: 21px 30px 26px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three__content {
    padding-left: 26px;
    padding-inline-end: 26px;
  }
}
@media (max-width: 412px) {
  .blog-card-three__content {
    padding-left: 26px;
    padding-inline-end: 26px;
  }
}
.blog-card-three__title {
  position: relative;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__title {
    font-size: 21px;
  }
}
@media (max-width: 375px) {
  .blog-card-three__title {
    font-size: 21px;
  }
}
.blog-card-three__title:hover {
  color: var(--agragati-base);
}
.blog-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-three__title a:hover {
  background-size: 100% 1px;
}
.blog-card-three__text {
  margin-bottom: 22px;
  line-height: 1.666;
}
.blog-card-three__bottom {
  padding: 18.5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px 30px;
  }
}
@media (max-width: 412px) {
  .blog-card-three__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px 30px;
  }
}
.blog-card-three__admin {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card-three__admin__image {
  flex-shrink: 0;
  display: inline-block !important;
  width: 35px !important;
  height: 35px;
  border-radius: 50%;
}
.blog-card-three__admin__name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.blog-card-three__admin__name:hover {
  color: var(--agragati-base);
}
.blog-card-three__admin__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-three__admin__name a:hover {
  background-size: 100% 1px;
}
.blog-card-three__admin__designation {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.blog-card-three__btn {
  flex-shrink: 0;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--agragati-white2);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}
.blog-card-three__btn:hover {
  background-color: var(--agragati-base);
}
.blog-card-three__btn__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--agragati-base);
  transition: all 500ms ease;
}
.blog-card-three__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-three__btn:hover .blog-card-three__btn__icon {
  color: var(--agragati-white, #ffffff);
  animation: 500ms slideLeft;
}

.blog-card-four {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--agragati-white, #ffffff);
  filter: drop-shadow(0px 4px 40px rgba(var(--agragati-black-rgb), 0.15));
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-four {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-card-four {
    padding: 25px;
  }
}
@media (max-width: 390px) {
  .blog-card-four {
    padding: 25px;
  }
}
.blog-card-four__top {
  padding-left: 6px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-four__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 412px) {
  .blog-card-four__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.blog-card-four__admin {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card-four__admin__image {
  position: relative;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.blog-card-four__admin__image::after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 36px);
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  background-color: var(--agragati-white6, #EFEFEF);
  border-radius: 0px 0px 100px 100px;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-four__admin__image::after {
    height: calc(100% + 25px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-card-four__admin__image::after {
    height: calc(100% + 31px);
  }
}
@media (max-width: 390px) {
  .blog-card-four__admin__image::after {
    height: calc(100% + 31px);
  }
}
.blog-card-four__admin__image img {
  position: relative;
  display: inline-block !important;
  width: 35px !important;
  height: 35px;
  border-radius: inherit;
  z-index: 1;
}
.blog-card-four__admin__name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.blog-card-four__admin__name:hover {
  color: var(--agragati-base, #379b50);
}
.blog-card-four__admin__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-four__admin__name a:hover {
  background-size: 100% 1px;
}
.blog-card-four__admin__designation {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.blog-card-four:hover .blog-card-four__admin__image::after {
  background-color: var(--agragati-primary);
}
.blog-card-four__comments a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.blog-card-four__comments a:hover {
  color: var(--agragati-base, #379b50);
}
.blog-card-four__comments__icon {
  display: inline-flex;
  font-size: 19px;
  color: var(--agragati-base, #379b50);
}
.blog-card-four__comments__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-four__title {
  position: relative;
  margin-bottom: 21px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-four__title {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-card-four__title {
    font-size: 21px;
  }
}
@media (max-width: 390px) {
  .blog-card-four__title {
    font-size: 20px;
  }
}
.blog-card-four__title:hover {
  color: var(--agragati-base, #379b50);
}
.blog-card-four__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-four__title a:hover {
  background-size: 100% 1px;
}
.blog-card-four__image {
  position: relative;
  margin-bottom: 20px;
  display: block;
  border-radius: 10px 10px 10px 0px;
  overflow: hidden;
}
.blog-card-four__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.blog-card-four__image__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--agragati-black-rgb), 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-20%);
  z-index: 1;
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-four__image__link::before, .blog-card-four__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--agragati-white, #ffffff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-four__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-four:hover .blog-card-four__image img {
  transform: scale(1.1);
}
.blog-card-four:hover .blog-card-four__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-four__meta {
  margin: 0;
  padding: 6px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 0px 6px 6px 0px;
  z-index: 1;
  transition: all 500ms ease;
}
.blog-card-four__meta li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  color: var(--agragati-black);
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.blog-card-four__meta li a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card-four__meta li a:hover {
  color: var(--agragati-base);
}
.blog-card-four__meta__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--agragati-base);
  transition: all 500ms ease;
}
.blog-card-four__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-four:hover .blog-card-four__meta {
  background-color: var(--agragati-base);
}
.blog-card-four:hover .blog-card-four__meta li, .blog-card-four:hover .blog-card-four__meta__icon {
  color: var(--agragati-white, #ffffff);
}
.blog-card-four .agragati-btn {
  display: block;
  padding: 17px 30px 18px;
  font-size: 14px;
  color: var(--agragati-black);
  background-color: var(--agragati-white6, #EFEFEF);
}
.blog-card-four .agragati-btn:hover {
  color: var(--agragati-white, #ffffff);
}
.blog-card-four .agragati-btn__hover {
  background-color: var(--agragati-base);
}

.blog-card-five__image {
  position: relative;
  display: block;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.blog-card-five__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.blog-card-five__image__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--agragati-black-rgb), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-20%);
  z-index: 1;
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-five__image__link::before, .blog-card-five__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--agragati-white, #ffffff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-five__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-five:hover .blog-card-five__image img {
  transform: scale(1.1);
}
.blog-card-five:hover .blog-card-five__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-five__content {
  margin-top: -21px;
  padding: 0px 30px 30px;
  position: relative;
  z-index: 1;
  border-radius: 10px 0 10px 10px;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-card-five__content {
    padding: 0px 25px 25px;
  }
}
@media (max-width: 390px) {
  .blog-card-five__content {
    padding: 0px 25px 25px;
  }
}
.blog-card-five__meta {
  margin-bottom: 21px;
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__meta {
    flex-direction: column;
  }
}
@media (max-width: 390px) {
  .blog-card-five__meta {
    flex-direction: column;
  }
}
.blog-card-five__admin {
  position: relative;
  width: calc(100% - 111px);
  padding: 10px 19px 10px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--agragati-white2);
  border-radius: 0px 10px 10px 10px;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__admin {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0px 0px 10px 10px;
  }
}
@media (max-width: 390px) {
  .blog-card-five__admin {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0px 0px 10px 10px;
  }
}
.blog-card-five__admin__image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.blog-card-five__admin__image img {
  display: inline-block !important;
  width: 35px !important;
  height: 35px;
  border-radius: inherit;
}
.blog-card-five__admin__name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.blog-card-five__admin__name:hover {
  color: var(--agragati-base);
}
.blog-card-five__admin__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-five__admin__name a:hover {
  background-size: 100% 1px;
}
.blog-card-five__admin__designation {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.blog-card-five:hover .blog-card-five__admin__image {
  background-color: var(--agragati-base);
}
.blog-card-five__date {
  width: 111px;
  display: flex;
}
.blog-card-five__date__1 {
  position: relative;
  padding: 10px 7px;
  width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 24px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1;
  background-color: var(--agragati-black);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__date__1 {
    border-radius: 10px;
  }
}
@media (max-width: 390px) {
  .blog-card-five__date__1 {
    border-radius: 10px;
  }
}
.blog-card-five__date__1::before {
  content: "";
  width: 15px;
  height: 100%;
  background-color: var(--agragati-black);
  position: absolute;
  top: 0;
  left: -15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__date__1::before {
    display: none;
  }
}
@media (max-width: 390px) {
  .blog-card-five__date__1::before {
    display: none;
  }
}
.blog-card-five__date__2 {
  position: relative;
  padding: 10px 6px;
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  color: var(--agragati-white, #ffffff);
  font-weight: 600;
  line-height: 1.3;
  background-color: var(--agragati-base);
  border-radius: 0px 0px 10px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__date__2 {
    border-radius: 0px 10px 10px 0px;
  }
}
@media (max-width: 390px) {
  .blog-card-five__date__2 {
    border-radius: 0px 10px 10px 0px;
  }
}
.blog-card-five__date__2 span {
  display: block;
  color: inherit;
}
.blog-card-five__date__2::before {
  content: "";
  width: 15px;
  height: 100%;
  background-color: var(--agragati-base);
  position: absolute;
  top: 0;
  left: -15px;
}
.blog-card-five__title {
  position: relative;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__title {
    font-size: 20px;
  }
}
@media (max-width: 390px) {
  .blog-card-five__title {
    font-size: 20px;
  }
}
.blog-card-five__title:hover {
  color: var(--agragati-base);
}
.blog-card-five__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-five__title a:hover {
  background-size: 100% 1px;
}
.blog-card-five__text {
  margin-bottom: 21px;
  font-weight: 600;
}
.blog-card-five__button {
  position: relative;
  text-align: center;
}
.blog-card-five__button::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--agragati-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-five .agragati-btn {
  padding: 11px 31.5px 12px;
  color: var(--agragati-black);
  font-weight: 600;
  background-color: var(--agragati-white, #ffffff);
  border: 1px solid var(--agragati-white2);
  z-index: 1;
}
.blog-card-five .agragati-btn:hover {
  color: var(--agragati-white, #ffffff);
  border-color: var(--agragati-base);
}
.blog-card-five .agragati-btn__hover {
  background-color: var(--agragati-base);
}

.blog-card-six {
  padding: 30px;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 4px 60px RGBA(var(--agragati-black2-rgb, 0, 0, 0), 0.08);
  border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-six {
    padding: 20px;
  }
}
@media (max-width: 390px) {
  .blog-card-six {
    padding: 20px;
  }
}
.blog-card-six__image {
  position: relative;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.blog-card-six__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
  transition: all 500ms ease;
}
.blog-card-six__image__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--agragati-black-rgb), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-20%);
  z-index: 1;
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-six__image__link::before, .blog-card-six__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--agragati-white, #ffffff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-six__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-six:hover .blog-card-six__image img {
  transform: scale(1.1);
}
.blog-card-six:hover .blog-card-six__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-six__meta {
  margin-bottom: 21px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid var(--agragati-gray3, #E3DDD8);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-six__meta {
    gap: 20px;
  }
}
@media (max-width: 390px) {
  .blog-card-six__meta {
    gap: 20px;
  }
}
.blog-card-six__meta li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-six__meta li {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .blog-card-six__meta li {
    font-size: 14px;
  }
}
.blog-card-six__meta li a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card-six__meta li a:hover {
  color: var(--agragati-base, #379b50);
}
.blog-card-six__meta__icon {
  display: inline-flex;
  font-size: 20px;
  color: var(--agragati-base, #379b50);
}
.blog-card-six__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-six__meta__icon {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .blog-card-six__meta__icon {
    font-size: 14px;
  }
}
.blog-card-six__title {
  position: relative;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-six__title {
    font-size: 21px;
  }
}
@media (max-width: 390px) {
  .blog-card-six__title {
    font-size: 21px;
  }
}
.blog-card-six__title:hover {
  color: var(--agragati-base, #379b50);
}
.blog-card-six__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-six__title a:hover {
  background-size: 100% 1px;
}
.blog-card-six__text {
  margin-bottom: 21px;
  font-weight: 600;
}
.blog-card-six__bottom {
  width: 212px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: var(--agragati-white5, #F5F1EE);
  border-radius: 20px 50px 50px 20px;
  transition: all 500ms ease;
}
.blog-card-six:hover .blog-card-six__bottom {
  width: 100%;
}
.blog-card-six .agragati-btn {
  padding: 11.5px 31.5px;
  font-weight: 600;
  border-color: var(--agragati-gray3, #E3DDD8);
}
.blog-card-six .agragati-btn:hover {
  border-color: var(--agragati-base);
}
.blog-card-six__icon-box {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--agragati-gray3, #E3DDD8);
  overflow: hidden;
  transition: all 500ms ease;
}
.blog-card-six__icon-box:hover {
  background-color: var(--agragati-base);
}
.blog-card-six__icon {
  display: inline-flex;
  font-size: 17px;
  color: var(--agragati-base);
  transition: all 500ms ease;
}
.blog-card-six__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-six__icon-box:hover .blog-card-six__icon {
  color: var(--agragati-white, #ffffff);
  animation: slideLeft 400ms;
}

.blog-card-seven__image {
  position: relative;
  margin-bottom: 24px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.blog-card-seven__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.blog-card-seven__image__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--agragati-black2-rgb, 0, 0, 0), 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-20%);
  z-index: 1;
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-seven__image__link::before, .blog-card-seven__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--agragati-white, #ffffff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-seven__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-seven:hover .blog-card-seven__image img {
  transform: scale(1.05);
}
.blog-card-seven:hover .blog-card-seven__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-seven__date {
  padding: 15px 20px 16px;
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
  background-color: var(--agragati-base, #379b50);
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 412px) {
  .blog-card-seven__date {
    padding: 13px 18px 14px;
    top: 20px;
    right: 20px;
  }
}
.blog-card-seven__date__day {
  display: block;
  margin-bottom: 2px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 30px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 412px) {
  .blog-card-seven__date__day {
    font-size: 26px;
  }
}
.blog-card-seven__date__month {
  display: block;
  font-size: 14px;
  color: var(--agragati-white, #ffffff);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.28;
}
.blog-card-seven__content {
  background-color: var(--agragati-white, #ffffff);
}
.blog-card-seven__meta {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.blog-card-seven__meta li {
  position: relative;
  font-size: 14px;
  color: var(--agragati-text, #727272);
  font-weight: 700;
  text-transform: capitalize;
}
.blog-card-seven__meta li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: var(--agragati-gray2, #7D8B90);
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
}
.blog-card-seven__meta li a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card-seven__meta li a:hover {
  color: var(--agragati-base, #379b50);
}
.blog-card-seven__meta__icon {
  position: relative;
  display: inline-flex;
  top: 1px;
  font-size: 14px;
  color: var(--agragati-base, #379b50);
}
.blog-card-seven__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-seven__title {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.333;
}
@media (max-width: 767px) {
  .blog-card-seven__title {
    font-size: 25px;
  }
}
@media (max-width: 412px) {
  .blog-card-seven__title {
    font-size: 23px;
  }
}
.blog-card-seven__title:hover {
  color: var(--agragati-base, #379b50);
}
.blog-card-seven__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-seven__title a:hover {
  background-size: 100% 1px;
}
.blog-card-seven__text {
  margin-bottom: 21px;
}
.blog-card-seven__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--agragati-base, #379b50);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}
.blog-card-seven__btn:hover {
  background-color: var(--agragati-base, #379b50);
}
.blog-card-seven__btn__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--agragati-black, #212226);
  transition: all 500ms ease;
}
.blog-card-seven__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-seven__btn:hover .blog-card-seven__btn__icon {
  color: var(--agragati-white, #ffffff);
  animation: slideLeft 400ms;
}

.blog-one,
.blog-two,
.blog-three,
.blog-four,
.blog-five,
.blog-six,
.blog-page {
  background-color: var(--agragati-white, #ffffff);
}

.blog-two__card__image {
  position: relative;
  text-align: center;
  background-color: var(--agragati-black);
  border-radius: 10px 10px 0 0;
}
.blog-two__card__image img {
  position: relative;
  z-index: 2;
  margin-top: -9px;
  max-width: 100%;
  height: auto;
}
.blog-two__card__image__inner {
  width: 268px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: var(--agragati-black);
  z-index: 2;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 268.000000 75.000000"><g transform="translate(0.000000,75.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M29 1425 c15 -41 77 -204 139 -362 136 -347 139 -268 -26 -696 l-137 -357 2671 -5 c1469 -3 2673 -3 2676 1 3 3 -43 172 -103 375 l-110 369 103 350 c57 193 108 361 113 375 7 20 -535 25 -2672 25 l-2681 0 27 -75z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 268.000000 75.000000"><g transform="translate(0.000000,75.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M29 1425 c15 -41 77 -204 139 -362 136 -347 139 -268 -26 -696 l-137 -357 2671 -5 c1469 -3 2673 -3 2676 1 3 3 -43 172 -103 375 l-110 369 103 350 c57 193 108 361 113 375 7 20 -535 25 -2672 25 l-2681 0 27 -75z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.blog-two__card__image__inner::after {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/shapes/blog-card-shape-2-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.blog-two__card__image__text {
  margin: 0;
  font-size: 20px;
  color: var(--agragati-white, #ffffff);
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 1.625;
}
.blog-two__card__content {
  position: relative;
  margin-top: -35px;
  padding: 74px 50px 50px;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 4px 60px RGBA(var(--agragati-black2-rgb, 0, 0, 0), 0.08);
  z-index: 1;
  border-radius: 10px;
  border: 1px solid var(--agragati-white3);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-two__card__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
}
@media (max-width: 430px) {
  .blog-two__card__content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.blog-two__card__item + .blog-two__card__item {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid var(--agragati-white2);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-two__card__item + .blog-two__card__item {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.blog-two__card__meta {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-two__card__meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  text-transform: capitalize;
}
.blog-two__card__meta li a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  transition: all 500ms ease;
}
.blog-two__card__meta li a:hover {
  color: var(--agragati-primary);
}
.blog-two__card__meta__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--agragati-primary);
}
.blog-two__card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-two__card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.363;
}
.blog-two__card__title:hover {
  color: var(--agragati-primary);
}
.blog-two__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-two__card__title a:hover {
  background-size: 100% 1px;
}

.blog-three__blog + .blog-three__blog {
  margin-top: 30px;
}
.blog-three__blog {
  position: relative;
  margin-right: 30px;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .blog-three__blog {
    margin-right: 0;
  }
}
.blog-three__blog::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 60%, var(--agragati-base, #379b50));
  border-radius: inherit;
}
.blog-three__blog__image {
  display: block;
  width: 100%;
  border-radius: inherit;
  transition: all 500ms ease;
}
.blog-three__blog:hover .blog-three__blog__image {
  transform: scale(1.1);
}
.blog-three__blog__author {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 31px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 22px;
  z-index: 1;
}
@media (max-width: 375px) {
  .blog-three__blog__author {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.blog-three__blog__author__image {
  flex-shrink: 0;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  border: 2px solid var(--agragati-white, #ffffff);
}
.blog-three__blog__author__text {
  margin: 0;
  font-size: 17px;
  color: var(--agragati-white, #ffffff);
}
@media (max-width: 375px) {
  .blog-three__blog__author__text {
    margin-bottom: 5px;
  }
}
.blog-three__blog__author__name {
  margin: 0;
  font-size: 22px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.318;
}
@media (max-width: 430px) {
  .blog-three__blog__author__name {
    font-size: 20px;
  }
}
.blog-three__list {
  margin: 0;
}
.blog-three__list li + li {
  margin-top: 50px;
}
.blog-three__card {
  position: relative;
  padding-bottom: 26px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  border-bottom: 1px solid var(--agragati-white3, #E5DED9);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-three__card {
    gap: 25px;
  }
}
@media (max-width: 575px) {
  .blog-three__card {
    flex-direction: column;
  }
}
.blog-three__card:hover {
  border-color: var(--agragati-base, #379b50);
}
.blog-three__card__date {
  min-width: 69px;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: var(--agragati-white, #ffffff);
  line-height: 1;
  border-radius: 0 22px 0 22px;
  background-color: var(--agragati-black, #212226);
  overflow: hidden;
  transition: all 500ms ease;
}
.blog-three__card__date__day {
  padding: 8px 8px 5px;
}
.blog-three__card__date__month {
  padding: 0 8px 7px;
}
.blog-three__card__date__year {
  position: relative;
  padding: 11px 8px 9px;
  z-index: 1;
}
.blog-three__card__date__year::after {
  content: "";
  width: 95px;
  height: 45px;
  background-color: var(--agragati-base, #379b50);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 95.000000 45.000000"><g transform="translate(0.000000,45.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M617 869 c-827 -150 -817 -694 17 -839 718 -125 1440 195 1227 544 -152 249 -735 387 -1244 295z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 95.000000 45.000000"><g transform="translate(0.000000,45.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M617 869 c-827 -150 -817 -694 17 -839 718 -125 1440 195 1227 544 -152 249 -735 387 -1244 295z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.blog-three__card__content {
  margin-top: -4px;
  padding-right: 172px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-three__card__content {
    padding-right: 125px;
  }
}
@media (max-width: 767px) {
  .blog-three__card__content {
    padding-right: 130px;
  }
}
@media (max-width: 575px) {
  .blog-three__card__content {
    padding-right: 0px;
  }
}
.blog-three__card__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-three__card__title {
    font-size: 20px;
  }
}
.blog-three__card__title:hover {
  color: var(--agragati-base, #379b50);
}
.blog-three__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-three__card__title a:hover {
  background-size: 100% 1px;
}
.blog-three__card__text {
  margin: 0;
}
.blog-three__card__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .blog-three__card__btn {
    position: static;
  }
}
.blog-three__card__btn:hover {
  background-color: var(--agragati-base, #379b50);
}
.blog-three__card__btn__icon-box {
  width: 76px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--agragati-white, #ffffff);
}
.blog-three__card__btn__icon {
  position: relative;
  display: inline-flex;
  border-radius: 16px;
  font-size: 26px;
  color: var(--agragati-base, #379b50);
  z-index: 1;
  transition: all 500ms ease;
}
.blog-three__card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-three__card__btn__icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.22);
  position: absolute;
  left: 13px;
  bottom: -3px;
  border-radius: 50%;
  z-index: -1;
}
.blog-three__card__btn:hover .blog-three__card__btn__icon {
  transform: rotate(90deg);
}

.blog-page .post-pagination {
  justify-content: center;
}
@media (max-width: 991px) {
  .blog-page .post-pagination {
    margin-top: 20px;
  }
}
.blog-page--list .post-pagination, .blog-page--sidebar .post-pagination {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .blog-page--list .post-pagination, .blog-page--sidebar .post-pagination {
    margin-top: 10px;
  }
}
.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}
.blog-page--grid .post-pagination {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .blog-page--grid .post-pagination {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
  position: relative;
  background-color: #dfd2a36b;
  z-index: 999;
}
@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}
.topbar .container {
  position: relative;
}
.topbar .container::before {
  content: "";
  width: 3000px;
  height: calc(100% + 10px);
  background-color: #ffffff;
  border-radius: 20px 0 0 20px;
  position: absolute;
  top: 50%;
  left: calc(50% - 449px + 505px);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .topbar .container::before {
    left: calc(50% - 449px + 390px);
  }
}
@media (max-width: 991px) {
  .topbar .container::before {
    display: none;
  }
}
.topbar__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  z-index: 1;
}
@media (max-width: 991px) {
  .topbar__inner {
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
  }
}
.topbar .social-links {
  gap: 2px;
}
@media (max-width: 991px) {
  .topbar .social-links {
    display: none;
  }
}
.topbar .social-links a {
  width: 20px;
  height: 20px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 2px;
}
.topbar .social-links a:hover {
  background-color: var(--agragati-base, #379b50);
}
.topbar .social-links a:hover .social-links__icon {
  font-size: 9px;
  color: var(--agragati-white, #ffffff);
  animation: slideTop 400ms;
}
.topbar__info {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.topbar__info li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--agragati-text, #727272);
  line-height: 1.285;
}
.topbar__info li:hover {
  color: var(--agragati-base, #379b50);
}
.topbar__info li a {
  color: #000;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar__info li a:hover {
  background-size: 100% 1px;
}
.topbar__info__icon {
  position: relative;
  top: 1px;
  display: inline-flex;
  font-size: 14px;
  color: #000;
  transition: all 500ms ease;
}
.topbar__info__icon--email {
  top: 2px;
}
.topbar__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.topbar--two {
  background-color: var(--agragati-black);
}
.topbar--two .container::before {
  display: none;
}
@media (max-width: 1199px) {
  .topbar--two .topbar__inner {
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
  }
}
.topbar--two .topbar__info__icon {
  color: var(--agragati-primary);
}
.topbar--two .topbar__info li {
  color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.6);
}
.topbar--two .topbar__info li:hover {
  color: var(--agragati-primary);
}
.topbar--two .topbar__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .topbar--two .topbar__social {
    display: none;
  }
}
.topbar--two .topbar__social__title {
  margin: 0;
  font-size: 12px;
  color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.6);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
}
.topbar--two .social-links a {
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
}
.topbar--two .social-links a:hover {
  background-color: var(--agragati-primary);
}
.topbar--two .social-links a .social-links__icon {
  font-size: 9px;
  color: var(--agragati-primary);
}
.topbar--three {
  background-color: var(--agragati-white, #ffffff);
}
.topbar--three .topbar__logo {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1799px) {
  .topbar--three .topbar__logo {
    left: 2.5%;
  }
}
@media (max-width: 1599px) {
  .topbar--three .topbar__logo {
    display: none;
  }
}
.topbar--three .container::before {
  display: none;
}
.topbar--three .topbar__inner {
  padding-top: 19px;
  padding-bottom: 60px;
}
.topbar--three .topbar__contact {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  .topbar--three .topbar__contact {
    gap: 30px;
  }
}
.topbar--three .topbar__contact__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar--three .topbar__contact__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 10px;
  color: var(--agragati-base);
  background-color: var(--agragati-white2);
  transition: all 500ms ease;
}
.topbar--three .topbar__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.topbar--three .topbar__contact__info:hover .topbar__contact__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base);
}
.topbar--three .topbar__contact__title {
  margin: 0;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 10px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.357;
}
.topbar--three .topbar__contact__link {
  margin: 0;
  font-size: 14px;
  color: var(--agragati-black);
  font-weight: 700;
  line-height: 1.35;
}
.topbar--three .topbar__contact__link:hover {
  color: var(--agragati-base);
}
.topbar--three .topbar__contact__link a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar--three .topbar__contact__link a:hover {
  background-size: 100% 1px;
}
.topbar--three .social-links {
  gap: 6px;
}
.topbar--three .social-links a {
  width: 30px;
  height: 30px;
  background-color: var(--agragati-white2);
  border-radius: 50%;
}
.topbar--three .social-links a:hover {
  background-color: var(--agragati-base);
}
.topbar--three .social-links a .social-links__icon {
  font-size: 13px;
  color: var(--agragati-base);
}
.topbar--four .topbar__inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1199px) {
  .topbar--four .topbar__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.topbar--four .topbar__info__icon {
  color: var(--agragati-base);
}
.topbar--four .topbar__info li {
  color: var(--agragati-gray4, #D2D2D2);
}
.topbar--four .topbar__info li:hover {
  color: var(--agragati-base);
}
.topbar--four .topbar__social {
  padding: 14px 36px 14px 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
}
@media (max-width: 1199px) {
  .topbar--four .topbar__social {
    display: none;
  }
}
.topbar--four .topbar__social__title {
  color: var(--agragati-white, #ffffff);
}
.topbar--four .social-links a {
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.15);
}
.topbar--four .social-links a:hover {
  background-color: var(--agragati-base);
}
.topbar--four .social-links a .social-links__icon {
  color: var(--agragati-base);
}
.topbar--five {
  background-color: transparent;
  z-index: auto;
}
@media (max-width: 1199px) {
  .topbar--five {
    display: none;
  }
}
.topbar--five .topbar__inner {
  padding: 14.3px 0px 14.3px 40px;
  z-index: 1;
}
@media (max-width: 1299px) {
  .topbar--five .topbar__inner {
    padding-left: 20px;
  }
}
@media (max-width: 1399px) {
  .topbar--five .topbar__contact {
    gap: 35px;
  }
}
@media (max-width: 1299px) {
  .topbar--five .topbar__contact {
    gap: 30px;
  }
}
.topbar--five .topbar__contact__icon {
  color: var(--agragati-primary);
  background-color: var(--agragati-white, #ffffff);
}
.topbar--six {
  background-color: var(--agragati-black);
  z-index: 99;
}
@media (max-width: 991px) {
  .topbar--six {
    display: none;
  }
}
.topbar--six .container::before {
  display: none;
}
.topbar--six .topbar__inner {
  position: relative;
  z-index: 1;
  padding: 11.43px 13px 11.43px 30px;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.08);
  border-radius: 0px 10px 10px 0px;
}
@media (max-width: 1199px) {
  .topbar--six .topbar__inner {
    padding-left: 20px;
  }
}
.topbar--six .topbar__inner::after {
  content: "";
  width: 284px;
  height: 100%;
  background-color: var(--agragati-base);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 0px 10px 10px 0px;
}
.topbar--six .topbar__info li {
  color: var(--agragati-gray3, #E3DDD8);
}
.topbar--six .topbar__info li:hover {
  color: var(--agragati-base);
}
.topbar--six .topbar__right {
  display: flex;
  align-items: center;
}
.topbar--six .topbar__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar--six .topbar__social a {
  display: inline-flex;
  font-size: 11px;
  color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.topbar--six .topbar__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.topbar--six .topbar__social a:hover {
  color: var(--agragati-black);
}
.topbar--six .topbar__call {
  position: relative;
  margin-left: 33px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.topbar--six .topbar__call::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
  position: absolute;
  top: 50%;
  left: -16.5px;
  transform: translateY(-50%);
}
.topbar--six .topbar__call__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-black);
  transition: all 500ms ease;
}
.topbar--six .topbar__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.topbar--six .topbar__call:hover .topbar__call__icon {
  color: var(--agragati-black);
  background-color: var(--agragati-white, #ffffff);
}
.topbar--six .topbar__call__title {
  margin: 0;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 10px;
  color: var(--agragati-white, #ffffff);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.357;
}
.topbar--six .topbar__call__number {
  margin: 0;
  font-size: 16px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.35;
}
.topbar--six .topbar__call__number:hover {
  color: var(--agragati-black);
}
.topbar--six .topbar__call__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar--six .topbar__call__number a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.header-two {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.main-header {
  position: relative;
  background-color: #243a94;
  z-index: 999;
}
@media (max-width: 767px) {
  .main-header {
    background-color: var(--agragati-base, #379b50);
  }
}
.main-header::before {
  content: "";
  width: 309px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 0 20px 20px 0;
  z-index: 1;
}
@media (max-width: 1599px) {
  .main-header::before {
    width: 230px;
  }
}
@media (max-width: 1399px) {
  .main-header::before {
    width: 190px;
  }
}
@media (max-width: 390px) {
  .main-header::before {
    width: 180px;
  }
}
@media (max-width: 340px) {
  .main-header::before {
    width: 175px;
  }
}
.main-header .container-fluid {
  position: relative;
  background-color: #379b50;
}
@media only screen and (min-width: 1200px) {
  .main-header .container-fluid {
    padding-left: 15px;
    margin-right: calc((100% - 1200px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media only screen and (min-width: 1400px) {
  .main-header .container-fluid {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-header .container-fluid {
    padding-left: 117px;
  }
}
.main-header .container-fluid::after {
  content: "";
  width: 633px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -355px;
  background-color: #243a94;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 150.000000"><g transform="translate(0.000000,150.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M480 1490 c0 -6 -15 -27 -34 -46 -42 -43 -48 -80 -45 -301 1 -90 -3 -169 -7 -173 -5 -5 -65 -11 -133 -12 -132 -3 -163 -16 -94 -39 44 -14 140 -108 164 -159 53 -116 71 -219 70 -415 -1 -235 3 -266 46 -310 l34 -35 4259 0 4260 0 0 750 0 750 -4260 0 c-2967 0 -4260 -3 -4260 -10z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 150.000000"><g transform="translate(0.000000,150.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M480 1490 c0 -6 -15 -27 -34 -46 -42 -43 -48 -80 -45 -301 1 -90 -3 -169 -7 -173 -5 -5 -65 -11 -133 -12 -132 -3 -163 -16 -94 -39 44 -14 140 -108 164 -159 53 -116 71 -219 70 -415 -1 -235 3 -266 46 -310 l34 -35 4259 0 4260 0 0 750 0 750 -4260 0 c-2967 0 -4260 -3 -4260 -10z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 1199px) {
  .main-header .container-fluid::after {
    right: -285px;
  }
}
@media (max-width: 767px) {
  .main-header .container-fluid::after {
    display: none;
  }
}
.main-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding: 5px 0;
  }
}
.main-header__left {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .main-header__left {
    display: flex;
    align-items: center;
    gap: 100px;
  }
}
@media (min-width: 1400px) {
  .main-header__left {
    gap: 135px;
  }
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}
.main-header__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
.main-header__search, .main-header__cart {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
  overflow: hidden;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .main-header__search, .main-header__cart {
    width: 35px;
    height: 35px;
  }
}
.main-header__search__icon, .main-header__cart__icon {
  display: inline-flex;
  position: relative;
  font-size: 20px;
  color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.main-header__search__icon svg, .main-header__cart__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 390px) {
  .main-header__search__icon, .main-header__cart__icon {
    font-size: 15px;
  }
}
.main-header__search:hover, .main-header__cart:hover {
  background-color: var(--agragati-white, #ffffff);
}
.main-header__search:hover .main-header__search__icon,
.main-header__search:hover .main-header__cart__icon, .main-header__cart:hover .main-header__search__icon,
.main-header__cart:hover .main-header__cart__icon {
  color: var(--agragati-base, #379b50);
  animation: slideTop 400ms;
}
@media (max-width: 1199px) {
  .main-header__search {
    margin-left: 20px;
  }
}
@media (max-width: 390px) {
  .main-header__search {
    margin-left: 15px;
  }
}
.main-header__cart {
  margin-left: 14px;
}
.main-header__call {
  margin-left: 91px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1599px) {
  .main-header__call {
    margin-left: 70px;
  }
}
@media (max-width: 1399px) {
  .main-header__call {
    margin-left: 65px;
  }
}
@media (max-width: 1199px) {
  .main-header__call {
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .main-header__call {
    display: none;
  }
}
.main-header__call__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--agragati-base, #379b50);
  background-color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.main-header__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header__call:hover .main-header__call__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.main-header__call__title {
  margin: 0;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 12px;
  color: var(--agragati-white, #ffffff);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.357;
}
.main-header__call__number {
  margin: 0;
  font-size: 20px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.35;
}
.main-header__call__number:hover {
  color: var(--agragati-base, #379b50);
}
.main-header__call__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header__call__number a:hover {
  background-size: 100% 1px;
}
.main-header--two {
  background-color: transparent;
}
@media (max-width: 1299px) {
  .main-header--two {
    background-color: var(--agragati-primary);
  }
}
.main-header--two::before {
  content: "";
  width: 230px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 0 20px 20px 0;
  z-index: 1;
}
@media (max-width: 1299px) {
  .main-header--two::before {
    width: 190px;
  }
}
@media (max-width: 390px) {
  .main-header--two::before {
    width: 180px;
  }
}
@media (max-width: 340px) {
  .main-header--two::before {
    width: 175px;
  }
}
@media (min-width: 1300px) {
  .main-header--two::before {
    display: none;
  }
}
.main-header--two::after {
  content: "";
  width: 615px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--agragati-base);
}
@media (max-width: 1850px) {
  .main-header--two::after {
    width: 452px;
  }
}
@media (max-width: 1599px) {
  .main-header--two::after {
    width: 405px;
  }
}
@media (max-width: 1399px) {
  .main-header--two::after {
    width: 385px;
  }
}
@media (max-width: 1199px) {
  .main-header--two::after {
    width: 465px;
  }
}
@media (max-width: 767px) {
  .main-header--two::after {
    display: none;
  }
}
.main-header--two .container-fluid {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding-left: 99.5px;
  padding-right: 242px;
  background-color: transparent;
}
@media (max-width: 1850px) {
  .main-header--two .container-fluid {
    padding-left: 70px;
    padding-right: 80px;
  }
}
@media (max-width: 1599px) {
  .main-header--two .container-fluid {
    padding-right: 25px;
  }
}
@media (max-width: 1399px) {
  .main-header--two .container-fluid {
    padding-left: 60px;
    padding-right: 15px;
  }
}
@media (max-width: 1299px) {
  .main-header--two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-header--two .container-fluid::after {
  display: none;
}
.main-header--two .main-header__inner::after {
  content: "";
  width: calc(100% - 76px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--agragati-primary);
}
@media (max-width: 1299px) {
  .main-header--two .main-header__inner::after {
    display: none;
  }
}
.main-header--two .main-header__left {
  position: relative;
}
@media (min-width: 1200px) {
  .main-header--two .main-header__left {
    gap: 80px;
  }
}
@media (min-width: 1300px) {
  .main-header--two .main-header__left {
    gap: 125px;
  }
}
.main-header--two .main-header__left::before {
  content: "";
  width: 274px;
  height: 193px;
  background-color: var(--agragati-white2);
  position: absolute;
  top: -45px;
  left: -32px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 819.000000 558.000000"><g transform="translate(0.000000,558.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1340 5556 c0 -14 -5 -28 -10 -31 -6 -4 -17 -21 -25 -38 -8 -18 -28 -54 -44 -82 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -29 -50 -11 -16 -31 -50 -44 -75 -14 -25 -34 -61 -46 -80 -11 -19 -24 -42 -28 -50 -4 -8 -25 -46 -48 -85 -22 -38 -44 -77 -48 -85 -4 -8 -13 -24 -20 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -17 -31 -28 -50 -12 -19 -32 -55 -46 -80 -13 -25 -33 -58 -43 -75 -10 -16 -30 -50 -43 -75 -14 -25 -34 -61 -46 -80 -11 -19 -24 -42 -28 -50 -8 -16 -88 -156 -103 -180 -5 -8 -16 -28 -25 -45 -8 -16 -28 -52 -45 -80 -16 -27 -34 -59 -40 -70 -6 -11 -23 -42 -40 -70 -29 -50 -71 -133 -95 -190 -16 -37 -40 -123 -55 -195 -14 -66 -8 -393 8 -460 21 -89 38 -140 50 -152 7 -7 12 -19 12 -27 0 -16 30 -78 61 -126 10 -16 22 -37 26 -45 13 -28 108 -145 159 -196 46 -44 189 -149 239 -174 11 -6 34 -19 50 -29 17 -11 50 -31 75 -44 25 -14 61 -34 80 -46 19 -11 44 -25 55 -31 11 -6 34 -19 50 -30 17 -11 41 -24 54 -30 13 -6 35 -19 50 -29 14 -10 49 -31 76 -45 28 -15 64 -36 80 -47 17 -10 37 -22 45 -26 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 17 -11 53 -32 80 -47 28 -14 62 -35 76 -45 15 -10 37 -23 50 -29 13 -6 38 -19 54 -30 17 -11 37 -23 45 -27 8 -4 44 -24 79 -46 35 -21 74 -43 85 -48 12 -5 35 -18 51 -29 17 -11 37 -23 45 -27 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 17 -11 53 -32 80 -47 28 -14 62 -35 76 -45 15 -10 37 -23 50 -29 13 -6 38 -19 54 -30 17 -11 37 -23 45 -27 8 -4 58 -32 110 -63 52 -31 102 -59 110 -63 8 -4 29 -16 45 -26 17 -11 50 -31 75 -44 25 -14 61 -34 80 -46 19 -11 44 -25 55 -31 11 -6 34 -19 50 -30 17 -11 41 -24 54 -30 13 -6 35 -19 50 -29 14 -10 49 -31 76 -45 28 -15 64 -36 80 -47 17 -10 37 -22 45 -26 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 39 -25 117 -68 180 -98 178 -87 281 -107 515 -100 171 5 249 15 287 35 12 7 29 12 38 12 17 0 199 87 247 118 131 85 299 268 373 408 15 27 35 63 46 79 10 17 23 39 29 50 5 11 26 47 45 80 19 33 38 67 42 75 4 8 26 47 48 85 23 39 45 77 49 85 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 6 11 19 34 27 50 9 17 29 53 46 80 16 28 34 59 40 70 6 11 24 43 40 70 17 28 37 64 45 80 9 17 24 44 35 60 11 17 26 44 35 60 8 17 28 53 44 80 16 28 42 73 57 100 14 28 35 62 45 76 10 15 23 37 29 50 6 13 19 38 30 54 11 17 26 44 35 60 8 17 28 53 44 80 16 28 42 73 57 100 47 85 55 99 74 130 10 17 31 53 46 80 48 87 55 99 74 130 10 17 31 53 46 80 48 87 55 99 74 130 10 17 30 50 43 75 14 25 34 61 46 80 11 19 24 42 28 50 4 8 26 47 48 85 23 39 45 77 49 85 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 7 11 16 27 20 35 9 19 90 160 103 180 6 8 13 22 17 30 4 8 26 47 48 85 23 39 44 77 48 85 4 8 21 38 38 65 16 28 37 64 45 80 8 17 23 44 34 60 11 17 24 39 30 50 5 11 26 47 45 80 19 33 39 69 45 80 6 11 24 43 41 70 16 28 37 64 45 80 8 17 19 37 24 45 14 21 95 162 104 180 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 6 11 19 34 27 50 9 17 29 53 46 80 16 28 34 59 40 70 6 11 24 43 40 70 17 28 37 64 45 80 9 17 24 44 35 60 11 17 26 44 35 60 8 17 28 53 45 80 16 28 34 60 39 72 6 11 15 24 20 28 6 3 11 17 11 31 l0 24 -3330 0 -3330 0 0 -24z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 819.000000 558.000000"><g transform="translate(0.000000,558.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1340 5556 c0 -14 -5 -28 -10 -31 -6 -4 -17 -21 -25 -38 -8 -18 -28 -54 -44 -82 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -29 -50 -11 -16 -31 -50 -44 -75 -14 -25 -34 -61 -46 -80 -11 -19 -24 -42 -28 -50 -4 -8 -25 -46 -48 -85 -22 -38 -44 -77 -48 -85 -4 -8 -13 -24 -20 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -17 -31 -28 -50 -12 -19 -32 -55 -46 -80 -13 -25 -33 -58 -43 -75 -10 -16 -30 -50 -43 -75 -14 -25 -34 -61 -46 -80 -11 -19 -24 -42 -28 -50 -8 -16 -88 -156 -103 -180 -5 -8 -16 -28 -25 -45 -8 -16 -28 -52 -45 -80 -16 -27 -34 -59 -40 -70 -6 -11 -23 -42 -40 -70 -29 -50 -71 -133 -95 -190 -16 -37 -40 -123 -55 -195 -14 -66 -8 -393 8 -460 21 -89 38 -140 50 -152 7 -7 12 -19 12 -27 0 -16 30 -78 61 -126 10 -16 22 -37 26 -45 13 -28 108 -145 159 -196 46 -44 189 -149 239 -174 11 -6 34 -19 50 -29 17 -11 50 -31 75 -44 25 -14 61 -34 80 -46 19 -11 44 -25 55 -31 11 -6 34 -19 50 -30 17 -11 41 -24 54 -30 13 -6 35 -19 50 -29 14 -10 49 -31 76 -45 28 -15 64 -36 80 -47 17 -10 37 -22 45 -26 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 17 -11 53 -32 80 -47 28 -14 62 -35 76 -45 15 -10 37 -23 50 -29 13 -6 38 -19 54 -30 17 -11 37 -23 45 -27 8 -4 44 -24 79 -46 35 -21 74 -43 85 -48 12 -5 35 -18 51 -29 17 -11 37 -23 45 -27 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 17 -11 53 -32 80 -47 28 -14 62 -35 76 -45 15 -10 37 -23 50 -29 13 -6 38 -19 54 -30 17 -11 37 -23 45 -27 8 -4 58 -32 110 -63 52 -31 102 -59 110 -63 8 -4 29 -16 45 -26 17 -11 50 -31 75 -44 25 -14 61 -34 80 -46 19 -11 44 -25 55 -31 11 -6 34 -19 50 -30 17 -11 41 -24 54 -30 13 -6 35 -19 50 -29 14 -10 49 -31 76 -45 28 -15 64 -36 80 -47 17 -10 37 -22 45 -26 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 39 -25 117 -68 180 -98 178 -87 281 -107 515 -100 171 5 249 15 287 35 12 7 29 12 38 12 17 0 199 87 247 118 131 85 299 268 373 408 15 27 35 63 46 79 10 17 23 39 29 50 5 11 26 47 45 80 19 33 38 67 42 75 4 8 26 47 48 85 23 39 45 77 49 85 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 6 11 19 34 27 50 9 17 29 53 46 80 16 28 34 59 40 70 6 11 24 43 40 70 17 28 37 64 45 80 9 17 24 44 35 60 11 17 26 44 35 60 8 17 28 53 44 80 16 28 42 73 57 100 14 28 35 62 45 76 10 15 23 37 29 50 6 13 19 38 30 54 11 17 26 44 35 60 8 17 28 53 44 80 16 28 42 73 57 100 47 85 55 99 74 130 10 17 31 53 46 80 48 87 55 99 74 130 10 17 31 53 46 80 48 87 55 99 74 130 10 17 30 50 43 75 14 25 34 61 46 80 11 19 24 42 28 50 4 8 26 47 48 85 23 39 45 77 49 85 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 7 11 16 27 20 35 9 19 90 160 103 180 6 8 13 22 17 30 4 8 26 47 48 85 23 39 44 77 48 85 4 8 21 38 38 65 16 28 37 64 45 80 8 17 23 44 34 60 11 17 24 39 30 50 5 11 26 47 45 80 19 33 39 69 45 80 6 11 24 43 41 70 16 28 37 64 45 80 8 17 19 37 24 45 14 21 95 162 104 180 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 6 11 19 34 27 50 9 17 29 53 46 80 16 28 34 59 40 70 6 11 24 43 40 70 17 28 37 64 45 80 9 17 24 44 35 60 11 17 26 44 35 60 8 17 28 53 45 80 16 28 34 60 39 72 6 11 15 24 20 28 6 3 11 17 11 31 l0 24 -3330 0 -3330 0 0 -24z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 1850px) {
  .main-header--two .main-header__left::before {
    width: 260px;
    height: 193px;
    top: 0;
    left: -45px;
  }
}
@media (max-width: 1299px) {
  .main-header--two .main-header__left::before {
    display: none;
  }
}
.main-header--two .main-header__logo {
  position: relative;
}
.main-header--two .main-header__logo::after {
  content: "";
  width: 133px;
  height: 105px;
  background-color: var(--agragati-base);
  position: absolute;
  top: -29px;
  right: -112px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279.000000 315.000000"><g transform="translate(0.000000,315.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1782 3082 c-18 -37 -41 -80 -52 -97 -19 -30 -25 -41 -74 -130 -15 -27 -36 -63 -47 -80 -10 -16 -22 -37 -26 -45 -8 -18 -89 -159 -103 -180 -6 -8 -13 -22 -17 -30 -4 -8 -26 -46 -48 -85 -23 -38 -45 -77 -49 -85 -4 -8 -12 -24 -19 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -13 -24 -20 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -16 -28 -27 -45 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -30 -50 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -30 -50 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -5 -11 -14 -27 -20 -35 -5 -8 -30 -51 -55 -95 -25 -44 -50 -87 -55 -95 -5 -8 -21 -37 -36 -65 -15 -27 -37 -66 -50 -85 l-24 -35 507 -3 c331 -1 510 1 517 8 5 5 16 10 24 10 18 0 107 70 121 95 6 11 20 34 31 50 11 17 23 37 27 45 4 8 52 92 108 185 56 94 105 177 108 185 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 24 39 30 50 6 11 19 34 30 50 11 17 23 37 27 45 4 8 40 70 80 137 40 68 73 125 73 127 0 3 12 24 28 48 44 69 51 82 62 103 6 11 19 34 30 50 11 17 24 39 29 50 5 11 21 37 35 58 14 21 26 40 26 42 0 2 40 70 88 152 49 81 92 155 95 163 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 24 39 30 50 6 11 19 34 30 50 11 17 23 37 27 45 4 8 53 92 108 185 56 94 105 177 108 185 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 35 63 55 103 29 60 35 83 34 135 -1 111 -65 216 -159 259 -28 13 -50 29 -50 35 0 10 -78 13 -362 13 l-363 -1 -33 -67z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279.000000 315.000000"><g transform="translate(0.000000,315.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1782 3082 c-18 -37 -41 -80 -52 -97 -19 -30 -25 -41 -74 -130 -15 -27 -36 -63 -47 -80 -10 -16 -22 -37 -26 -45 -8 -18 -89 -159 -103 -180 -6 -8 -13 -22 -17 -30 -4 -8 -26 -46 -48 -85 -23 -38 -45 -77 -49 -85 -4 -8 -12 -24 -19 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -13 -24 -20 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -16 -28 -27 -45 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -30 -50 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -30 -50 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -5 -11 -14 -27 -20 -35 -5 -8 -30 -51 -55 -95 -25 -44 -50 -87 -55 -95 -5 -8 -21 -37 -36 -65 -15 -27 -37 -66 -50 -85 l-24 -35 507 -3 c331 -1 510 1 517 8 5 5 16 10 24 10 18 0 107 70 121 95 6 11 20 34 31 50 11 17 23 37 27 45 4 8 52 92 108 185 56 94 105 177 108 185 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 24 39 30 50 6 11 19 34 30 50 11 17 23 37 27 45 4 8 40 70 80 137 40 68 73 125 73 127 0 3 12 24 28 48 44 69 51 82 62 103 6 11 19 34 30 50 11 17 24 39 29 50 5 11 21 37 35 58 14 21 26 40 26 42 0 2 40 70 88 152 49 81 92 155 95 163 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 24 39 30 50 6 11 19 34 30 50 11 17 23 37 27 45 4 8 53 92 108 185 56 94 105 177 108 185 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 35 63 55 103 29 60 35 83 34 135 -1 111 -65 216 -159 259 -28 13 -50 29 -50 35 0 10 -78 13 -362 13 l-363 -1 -33 -67z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 1299px) {
  .main-header--two .main-header__logo::after {
    display: none;
  }
}
.main-header--two .main-menu .main-menu__list > li > a {
  color: var(--agragati-white3);
}
.main-header--two .main-header__btn {
  padding: 15px 30.5px 16px;
  font-size: 14px;
}
@media (max-width: 1599px) {
  .main-header--two .main-header__btn {
    display: none;
  }
}
.main-header--two .main-header__btn:hover {
  color: var(--agragati-black);
}
.main-header--two .main-header__btn .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}
.main-header--two .main-header__call {
  position: relative;
  margin-left: 67px;
  margin-right: 60px;
  gap: 10px;
}
@media (max-width: 1599px) {
  .main-header--two .main-header__call {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__call {
    margin-left: 30px;
  }
}
.main-header--two .main-header__call::after {
  content: "";
  width: 1px;
  height: calc(100% + 61.72px);
  position: absolute;
  top: calc(50% - 1px);
  right: -30px;
  transform: translateY(-50%);
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.16);
}
@media (max-width: 1199px) {
  .main-header--two .main-header__call::after {
    height: calc(100% + 42.86px);
    top: 50%;
  }
}
.main-header--two .main-header__call__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-black);
}
.main-header--two .main-header__call:hover .main-header__call__icon {
  color: var(--agragati-black);
  background-color: var(--agragati-white, #ffffff);
}
.main-header--two .main-header__call:hover .main-header__call__number {
  color: var(--agragati-black);
}
.main-header--two .main-header__search,
.main-header--two .main-header__cart {
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.21);
}
.main-header--two .main-header__search:hover,
.main-header--two .main-header__cart:hover {
  background-color: var(--agragati-white, #ffffff);
}
.main-header--two .main-header__search:hover .main-header__search__icon, .main-header--two .main-header__search:hover .main-header__cart__icon,
.main-header--two .main-header__cart:hover .main-header__search__icon,
.main-header--two .main-header__cart:hover .main-header__cart__icon {
  color: var(--agragati-black);
}
.main-header--three {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .main-header--three {
    top: 20px;
  }
}
@media (max-width: 575px) {
  .main-header--three {
    top: 15px;
  }
}
.main-header--three::before {
  display: none;
}
.main-header--three .main-header__inner {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  background-color: var(--agragati-base);
  border-radius: 10px;
}
@media (max-width: 1599px) {
  .main-header--three .main-header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .main-header--three .main-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-header--three .main-header__inner::after {
  content: "";
  width: 328px;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  background-color: var(--agragati-primary);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1599px) {
  .main-header--three .main-header__inner::after {
    width: 318px;
  }
}
@media (max-width: 767px) {
  .main-header--three .main-header__inner::after {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .main-header--three .main-header__inner::after {
    width: 185px;
  }
}
@media (max-width: 430px) {
  .main-header--three .main-header__inner::after {
    display: none;
  }
}
.main-header--three .main-header__left {
  display: block;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .main-header--three .main-header__left {
    display: flex;
    align-items: center;
    gap: 60px;
  }
}
@media (min-width: 1600px) {
  .main-header--three .main-header__logo {
    display: none;
  }
}
.main-header--three .main-menu .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 35px;
}
.main-header--three .main-menu .main-menu__list > li > a {
  color: var(--agragati-white3);
}
@media (max-width: 1199px) {
  .main-header--three .main-header__search {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .main-header--three .main-header__search {
    margin-left: 20px;
  }
}
@media (max-width: 390px) {
  .main-header--three .main-header__search {
    margin-left: 15px;
  }
}
.main-header--three .main-header__btn {
  margin-left: 35px;
  padding: 15px 30.5px 16px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}
.main-header--three .main-header__btn:hover {
  color: var(--agragati-black);
}
.main-header--three .main-header__btn .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}
.main-header--four {
  background-color: var(--agragati-white, #ffffff);
  border-bottom: 1px solid var(--agragati-gray4, #D2D2D2);
}
.main-header--four::before {
  display: none;
}
.main-header--four .container-fluid {
  background-color: transparent;
}
.main-header--four .container-fluid::after {
  display: none;
}
@media (min-width: 1200px) {
  .main-header--four .main-header__left {
    gap: 70px;
  }
}
.main-header--four .main-menu .main-menu__list > li {
  padding-top: 43px;
  padding-bottom: 43px;
}
.main-header--four .main-menu .main-menu__list > li > a {
  color: var(--agragati-text, #727272);
}
.main-header--four .main-menu .main-menu__list > li.current > a,
.main-header--four .main-menu .main-menu__list > li:hover > a {
  color: var(--agragati-base);
}
.main-header--four .main-header__right::before {
  content: "";
  width: 1px;
  height: calc(100% + 59.25px);
  background-color: var(--agragati-gray4, #D2D2D2);
  position: absolute;
  top: 50%;
  left: -27px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .main-header--four .main-header__right::before {
    display: none;
  }
}
.main-header--four .mobile-nav__btn span {
  background-color: var(--agragati-black);
}
.main-header--four .mobile-nav__btn:hover span {
  background-color: var(--agragati-base);
}
.main-header--four .main-header__search,
.main-header--four .main-header__cart {
  background-color: var(--agragati-white6, #EFEFEF);
}
.main-header--four .main-header__search:hover,
.main-header--four .main-header__cart:hover {
  background-color: var(--agragati-base);
}
.main-header--four .main-header__search:hover .main-header__search__icon,
.main-header--four .main-header__search:hover .main-header__cart__icon,
.main-header--four .main-header__cart:hover .main-header__search__icon,
.main-header--four .main-header__cart:hover .main-header__cart__icon {
  color: var(--agragati-white, #ffffff);
}
.main-header--four .main-header__search__icon,
.main-header--four .main-header__cart__icon {
  color: var(--agragati-base);
}
.main-header--four .main-header__btn {
  margin-left: 30px;
  padding: 15px 30.5px 16px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .main-header--four .main-header__btn {
    display: none;
  }
}
.main-header--five {
  background-color: var(--agragati-white, #ffffff);
}
.main-header--five::before, .main-header--five::after {
  content: "";
  width: calc(100% - 375px);
  height: 61px;
  position: absolute;
  right: 0;
  border-radius: 10px 0px 0px 10px;
  z-index: -1;
}
@media (max-width: 1799px) {
  .main-header--five::before, .main-header--five::after {
    width: calc(100% - 292px);
  }
}
@media (max-width: 1599px) {
  .main-header--five::before, .main-header--five::after {
    width: calc(100% - 212px);
  }
}
@media (max-width: 1199px) {
  .main-header--five::before, .main-header--five::after {
    display: none;
  }
}
.main-header--five::before {
  top: 0;
  left: auto;
  background-color: var(--agragati-white2);
}
.main-header--five::after {
  bottom: 0;
  background-color: var(--agragati-white3);
}
.main-header--five .container-fluid {
  width: 100%;
  position: relative;
  background-color: transparent;
  padding-left: 183px;
  padding-right: 312px;
  margin: 0 auto;
}
@media (max-width: 1799px) {
  .main-header--five .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1599px) {
  .main-header--five .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .main-header--five .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-header--five .container-fluid::before {
  content: "";
  width: 645px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--agragati-base);
  border-radius: 10px 0px 0px 10px;
  z-index: 1;
}
@media (max-width: 1799px) {
  .main-header--five .container-fluid::before {
    width: 430px;
  }
}
@media (max-width: 1599px) {
  .main-header--five .container-fluid::before {
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .main-header--five .container-fluid::before {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .main-header--five .container-fluid::before {
    display: none;
  }
}
.main-header--five .container-fluid::after {
  display: none;
}
.main-header--five .main-header__inner {
  padding: 0;
}
@media (max-width: 1199px) {
  .main-header--five .main-header__inner {
    padding: 20px 0;
  }
}
.main-header--five .main-header__left {
  gap: 42px;
}
.main-header--five .main-header__nav {
  position: relative;
  padding-left: 40px;
  z-index: 1;
}
@media (max-width: 1299px) {
  .main-header--five .main-header__nav {
    padding-left: 20px;
  }
}
.main-header--five .main-menu .main-menu__list > li {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}
.main-header--five .main-menu .main-menu__list > li > a {
  color: var(--agragati-black);
}
.main-header--five .main-menu .main-menu__list > li.current > a,
.main-header--five .main-menu .main-menu__list > li:hover > a {
  color: var(--agragati-base);
}
.main-header--five .main-header__right {
  z-index: 1;
}
@media (max-width: 767px) {
  .main-header--five .mobile-nav__btn span {
    background-color: var(--agragati-black);
  }
}
.main-header--five .mobile-nav__btn:hover span {
  background-color: var(--agragati-primary);
}
@media (max-width: 767px) {
  .main-header--five .mobile-nav__btn:hover span {
    background-color: var(--agragati-base);
  }
}
@media (max-width: 767px) {
  .main-header--five .main-header__search,
  .main-header--five .main-header__cart {
    background-color: var(--agragati-white2);
  }
  .main-header--five .main-header__search:hover,
  .main-header--five .main-header__cart:hover {
    background-color: var(--agragati-base);
  }
  .main-header--five .main-header__search:hover .main-header__search__icon,
  .main-header--five .main-header__search:hover .main-header__cart__icon,
  .main-header--five .main-header__cart:hover .main-header__search__icon,
  .main-header--five .main-header__cart:hover .main-header__cart__icon {
    color: var(--agragati-white, #ffffff);
  }
  .main-header--five .main-header__search .main-header__search__icon,
  .main-header--five .main-header__search .main-header__cart__icon,
  .main-header--five .main-header__cart .main-header__search__icon,
  .main-header--five .main-header__cart .main-header__cart__icon {
    color: var(--agragati-base);
  }
}
.main-header--five .main-header__border {
  position: relative;
  margin-left: 26.5px;
  margin-right: 26.5px;
}
@media (max-width: 767px) {
  .main-header--five .main-header__border {
    display: none;
  }
}
.main-header--five .main-header__border::before {
  content: "";
  width: 1px;
  height: 122.05px;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .main-header--five .main-header__border::before {
    height: 90.03px;
  }
}
.main-header--five .main-header__btn {
  padding: 16.65px 14px 17.65px;
  font-size: 14px;
}
.main-header--five .main-header__btn:hover {
  color: var(--agragati-black);
}
.main-header--five .main-header__btn .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}
@media (max-width: 767px) {
  .main-header--five .main-header__btn {
    display: none;
  }
}
.main-header--six {
  padding-left: 112px;
  background-color: var(--agragati-black);
  border-bottom: 1px solid RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
}
@media (max-width: 1399px) {
  .main-header--six {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .main-header--six {
    border: 0;
  }
}
.main-header--six::before {
  display: none;
}
@media (min-width: 1400px) {
  .main-header--six .main-header__container {
    padding-left: 0;
    margin-right: calc((100% - 1088px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
@media (min-width: 1400px) {
  .main-header--six .main-header__left {
    gap: 80px;
  }
}
@media (min-width: 1600px) {
  .main-header--six .main-header__left {
    gap: 105px;
  }
}
.main-header--six .main-menu .main-menu__list > li {
  padding-top: 34px;
  padding-bottom: 34px;
}
.main-header--six .main-menu .main-menu__list > li > a {
  color: var(--agragati-gray3, #E3DDD8);
}
.main-header--six .main-menu .main-menu__list > li.current > a,
.main-header--six .main-menu .main-menu__list > li:hover > a {
  color: var(--agragati-base);
}
.main-header--six .mobile-nav__btn:hover span {
  background-color: var(--agragati-base);
}
.main-header--six .main-header__search:hover,
.main-header--six .main-header__cart:hover {
  background-color: var(--agragati-base);
}
.main-header--six .main-header__search:hover:hover .main-header__search__icon,
.main-header--six .main-header__search:hover:hover .main-header__cart__icon,
.main-header--six .main-header__cart:hover:hover .main-header__search__icon,
.main-header--six .main-header__cart:hover:hover .main-header__cart__icon {
  color: var(--agragati-white, #ffffff);
}
.main-header--six .main-header__border {
  position: relative;
  margin: 0 20px;
  width: 1px;
  height: 40px;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
}
@media (max-width: 767px) {
  .main-header--six .main-header__border {
    display: none;
  }
}
.main-header--six .main-header__btn {
  padding: 11.125px 13.5px;
  font-size: 14px;
  background-color: var(--agragati-black);
  border: 1px solid RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.06);
}
@media (max-width: 767px) {
  .main-header--six .main-header__btn {
    display: none;
  }
}
.main-header--six .main-header__btn:hover {
  border-color: var(--agragati-base);
}
.main-header--six .main-header__btn .agragati-btn__hover {
  background-color: var(--agragati-base);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--agragati-white, #ffffff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--agragati-black2-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
.sticky-header--cloned.main-header--two {
  background-color: var(--agragati-primary);
}
.sticky-header--cloned.main-header--three {
  background-color: var(--agragati-base);
}
.sticky-header--cloned.main-header--three .main-header__inner::after {
  border-radius: 0;
}
@media (min-width: 1600px) {
  .sticky-header--cloned.main-header--three .main-header__left {
    display: flex;
    align-items: center;
    gap: 60px;
  }
}
@media (min-width: 1600px) {
  .sticky-header--cloned.main-header--three .main-header__logo {
    display: block;
  }
}
.sticky-header--cloned.main-header--five::before {
  display: none;
}
.sticky-header--cloned.main-header--five::after {
  height: 100%;
}
.sticky-header--cloned.main-header--five .topbar {
  display: none;
}
.sticky-header--cloned.main-header--five .main-menu .main-menu__list > li {
  padding-top: 43px;
  padding-bottom: 43px;
}
.sticky-header--cloned.main-header--five .main-header__border::before {
  height: 106px;
}
.sticky-header--cloned.main-header--six {
  background-color: var(--agragati-black);
}

.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav__btn:hover span {
  background-color: var(--agragati-black, #212226);
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
  padding-top: 42.5px;
  padding-bottom: 42.5px;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 30px;
}
.main-menu .main-menu__list > li > a {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  color: var(--agragati-white3, #E5DED9);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.25;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--agragati-white, #ffffff);
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--agragati-white4, #FAF6F0);
  box-shadow: 0px 10px 60px 0px RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  margin-bottom: 4px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 14px;
  line-height: 26px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  display: flex;
  text-transform: capitalize;
  padding: 8px 15px;
  border-radius: 6px;
  transition: 400ms;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 15px;
  top: 8px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  color: var(--agragati-white, #ffffff);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--agragati-base, #379b50);
  color: var(--agragati-white, #ffffff);
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--agragati-white, #ffffff);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--agragati-black, #212226);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--agragati-base, #379b50);
}
.megamenu-popup .megamenu-clickable--close .icon-close {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close .icon-close::before, .megamenu-popup .megamenu-clickable--close .icon-close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close .icon-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--agragati-black-rgb, 33, 34, 38), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  text-transform: capitalize;
  font-size: 17px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
}
.demo-one__title:hover {
  color: var(--agragati-base, #379b50);
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(var(--agragati-black-rgb, 33, 34, 38), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transform-origin: bottom center;
  opacity: 0;
  transition: transform 500ms ease, opacity 600ms linear;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__btn {
  padding: 15px 27px 16px;
  font-size: 15px;
}
.demo-one__btn:hover {
  color: var(--agragati-black, #212226);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one__btn {
    min-width: 135px;
  }
}
@media (max-width: 360px) {
  .demo-one__btn {
    min-width: 135px;
  }
}
.demo-one__btn .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}
.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.home-showcase {
  margin-bottom: -20px;
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--agragati-black-rgb, 33, 34, 38), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .demo-one__btn {
  min-width: 165px;
  text-align: center;
  justify-content: center;
}
.home-showcase .demo-one__title {
  padding: 0;
  font-size: 17px;
  margin-top: 15px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--agragati-white, #ffffff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--agragati-black, #212226);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--agragati-white, #ffffff);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color: var(--agragati-base, #379b50);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  line-height: 30px;
  color: var(--agragati-white, #ffffff);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 14px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--agragati-base, #379b50);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--agragati-base, #379b50);
  border: none;
  outline: none;
  color: var(--agragati-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--agragati-white, #ffffff);
  color: var(--agragati-black, #212226);
}

.mobile-nav__social {
  gap: 10px;
}
.mobile-nav__social a {
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--agragati-base, #379b50);
}
.mobile-nav__social a:hover {
  background-color: var(--agragati-white, #ffffff);
}
.mobile-nav__social .social-links__icon {
  font-size: 13px;
  color: var(--agragati-white, #ffffff);
}
.mobile-nav__social a:hover .social-links__icon {
  color: var(--agragati-base, #379b50);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-nav__contact li {
  color: var(--agragati-white, #ffffff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--agragati-base, #379b50);
}
.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--agragati-base, #379b50);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--agragati-white, #ffffff);
}
.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0;
}
@media (min-width: 768px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border-radius: 10px;
  border: 0;
  background-color: var(--agragati-white2, #F4F0ED) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  color: var(--agragati-text, #727272) !important;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 60px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
@media (max-width: 430px) {
  .form-one .bootstrap-select > .dropdown-toggle {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.form-one .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 18px;
  color: var(--agragati-text, #727272);
}
@media (max-width: 430px) {
  .form-one .bootstrap-select > .dropdown-toggle::before {
    right: 25px;
  }
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--agragati-white3, #E5DED9);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 22px;
  color: var(--agragati-black, #212226);
  background-color: var(--agragati-white4, #FAF6F0);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--agragati-base, #379b50);
  color: var(--agragati-white, #ffffff);
  border-color: var(--agragati-base, #379b50);
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  border: none;
  outline: none;
  padding: 0 30px;
  width: 100%;
  height: 60px;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  color: var(--agragati-text, #727272);
  font-size: 16px;
  font-weight: 600;
  background-color: var(--agragati-white2, #F4F0ED);
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 400ms ease;
}
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=password]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--agragati-black, #212226);
  border-color: var(--agragati-base, #379b50);
}
@media (max-width: 430px) {
  .form-one input[type=text],
  .form-one input[type=email],
  .form-one input[type=password],
  .form-one input[type=tel],
  .form-one textarea {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.form-one textarea {
  height: 211px;
  padding: 14px 30px 0;
}
@media (max-width: 430px) {
  .form-one textarea {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--agragati-white, #ffffff);
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--agragati-text, #727272);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 25px;
  border-radius: 60px;
  transition: all 500ms ease;
}
.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--agragati-black, #212226);
}
.search-popup__form .agragati-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0 60px 60px 0;
}
.search-popup__form .agragati-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.search-popup__form .agragati-btn:hover {
  background-color: var(--agragati-primary, #F2B42B);
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.page-header__bg {
  width: 100%;
  height: auto;
  position: relative;
}

.page-header__bg img {
  width: 100%;
  height: auto;
  display: block;
}

.page-header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(33 34 38 / 30%);
}

.page-header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

.page-header__title {
  margin-bottom: 6px;
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3;
  word-wrap: break-word; /* ensure long titles wrap */
}

@media (max-width: 1199px) {
  .page-header__title { font-size: 45px; }
}
@media (max-width: 991px) {
  .page-header__title { font-size: 40px; }
}
@media (max-width: 767px) {
  .page-header__title { font-size: 35px; }
}
@media (max-width: 575px) {
  .page-header__title { font-size: 30px; }
}
@media (max-width: 425px) {
  .page-header__title { font-size: 25px; }
}
@media (max-width: 375px) {
  .page-header__title { font-size: 22px; }
}
@media (max-width: 320px) {
  .page-header__title { font-size: 20px; }
}

.agragati-breadcrumb {
  margin: 0;
  padding: 8px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  flex-wrap: wrap;
  background-color: #212226;
  border-radius: 48px;
}
.agragati-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.25;
}
@media (max-width: 575px) {
  .agragati-breadcrumb li { font-size: 15px; }
}
.agragati-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 5px;
  font-size: 15px;
}
.agragati-breadcrumb li:not(:first-child) span {
  color: #e29433;
}
.agragati-breadcrumb li a {
  color: inherit;
  transition: all 500ms ease;
}
.agragati-breadcrumb li a:hover {
  color: #379b50;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  padding: 35px 40px 40px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
  box-shadow: 0px 0px 60px rgba(2, 2, 2, 0.07);
}
@media (max-width: 390px) {
  .sidebar__single {
    padding: 25px 30px 30px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.083;
  border-bottom: 1px solid var(--agragati-base, #379b50);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  outline: none;
  border: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: var(--agragati-text, #727272);
  font-weight: 500;
  height: 60px;
  padding-left: 53px;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 400ms ease;
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--agragati-black, #212226);
  border-color: var(--agragati-base, #379b50);
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: inline-flex;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--agragati-text, #727272);
  transition: all 400ms ease;
}
.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__search button[type=submit]:hover {
  color: var(--agragati-base, #379b50);
}
.sidebar__posts {
  margin: 0;
}
.sidebar__posts__item {
  display: flex;
  align-items: flex-start;
  gap: 20px 15px;
}
@media (max-width: 360px) {
  .sidebar__posts__item {
    flex-direction: column;
  }
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.15);
}
@media (max-width: 360px) {
  .sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 19px;
  }
}
.sidebar__posts__image {
  width: 70px;
  flex-shrink: 0;
}
.sidebar__posts__image img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.sidebar__posts__content {
  width: calc(100% - 70px);
}
@media (max-width: 360px) {
  .sidebar__posts__content {
    margin: 0;
    width: 100%;
  }
}
.sidebar__posts__meta {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 10px;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  color: var(--agragati-text, #727272);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.sidebar__posts__meta__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--agragati-base, #379b50);
}
.sidebar__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__posts__title {
  margin: 0;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.sidebar__posts__title:hover {
  color: var(--agragati-base, #379b50);
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__categories-wrapper {
  padding-bottom: 35px;
}
@media (max-width: 390px) {
  .sidebar__categories-wrapper {
    padding-bottom: 25px;
  }
}
.sidebar__categories {
  margin: 0;
}
.sidebar__categories-title {
  margin-bottom: 28px;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--agragati-white3, #E5DED9);
}
.sidebar__categories li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  color: var(--agragati-text, #727272);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.428;
  transition: all 500ms ease;
}
.sidebar__categories li a:hover {
  color: var(--agragati-base, #379b50);
}
.sidebar__categories li a .sidebar__categories__icon {
  position: relative;
  top: 3px;
  display: inline-flex;
  font-size: 13px;
  color: var(--agragati-base, #379b50);
  overflow: hidden;
}
.sidebar__categories li a .sidebar__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__categories a:hover .sidebar__categories__icon > * {
  animation: slideLeft 400ms;
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar__tags a {
  padding: 12px 16px 13px;
  font-size: 14px;
  color: var(--agragati-text, #727272);
  text-transform: capitalize;
  font-weight: 600;
  background-color: var(--agragati-white2, #F4F0ED);
}
.sidebar__tags a:hover {
  color: var(--agragati-white, #ffffff);
}
.sidebar__tags a .agragati-btn__hover {
  background-color: var(--agragati-base, #379b50);
}
.sidebar__comments {
  margin: 0;
  padding: 0;
}
.sidebar__comments li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sidebar__comments li:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar__comments__icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--agragati-white2, #F4F0ED);
  font-size: 18px;
  color: var(--agragati-black, #212226);
  border-radius: 50%;
  transition: all 500ms ease;
}
.sidebar__comments__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .sidebar__comments__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.sidebar__comments__title {
  margin: 0;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  line-height: 1.562;
  font-weight: 500;
  color: var(--agragati-text, #727272);
}
.sidebar__comments__title:hover {
  color: var(--agragati-base, #379b50);
}
.sidebar__comments__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__comments__title a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 450px;
  width: 100%;
}
@media (max-width: 430px) {
  .google-map iframe {
    height: 400px;
  }
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--agragati-white, #ffffff); 
}
.google-map__event-details iframe {
  height: 329px;
  border-radius: 10px;
}

.contact-map {
  position: relative;
  background-color: var(--agragati-white, #ffffff);
}
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.contact-info__item {
    display: flex;
    align-items: center; /* vertical alignment */
}

.contact-info__item__icon i {
    font-size: 28px;     /* adjust icon size */
    
}

.contact-info__item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info__item__title {
    margin: 0 0 2px 0;
    font-size: 16px;
    font-weight: 600;
}

.contact-info__item__link {
    font-size: 15px;
    color: #212226;
    text-decoration: none;
}

.main-footer__bottom__inner {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

/* Centered footer text */
.footer-center {
  margin: 0 auto;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}

/* Tech partner styling */
.tech-partner-link {
  color: #cad90a;
  text-decoration: none;
}
.tech-partner-img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.tech-partner-text {
  font-size: 15px;
  font-family: old-bookmark;
  margin-left: 3px;
}

/* Visitor counter: positioned absolute right */
.visitor-counter {
    position: absolute;
    right: 135px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
}

/* Responsive for small screens */
@media (max-width: 575px) {
  .main-footer__bottom__inner {
    text-align: center;
    padding: 15px 10px;
  }
  .visitor-counter {
    position: static;
    transform: none;
    margin-top: 8px;
  }
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  padding-top: 113px;
  padding-bottom: 50px;
  background-color: var(--agragati-white, #ffffff);
}
@media (max-width: 767px) {
  .client-carousel {
    padding-top: 93px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .client-carousel {
    padding-top: 73px;
    padding-bottom: 80px;
  }
}
.client-carousel .container {
  position: relative;
  z-index: 1;
}
.client-carousel__content {
  text-align: center;
}
.client-carousel__title {
  position: relative;
  margin-bottom: 53px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.625;
  font-weight: 700;
}
.client-carousel__title::before, .client-carousel__title::after {
  content: "";
  width: calc(50% - 94px);
  height: 1px;
  background-color: var(--agragati-gray5, #EBEBEB);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.client-carousel__title::before {
  left: 0px;
}
.client-carousel__title::after {
  right: 0px;
}
.client-carousel__carousel {
  position: relative;
}
.client-carousel__carousel .owl-stage {
  display: flex;
  align-items: center;
}
.client-carousel__item {
  position: relative;
  text-align: center;
}
.client-carousel__item img {
  max-width: 100%;
  width: auto !important;
}
.client-carousel__image {
  margin: auto;
}
.client-carousel__hover-image {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease;
}
.client-carousel__item:hover .client-carousel__hover-image {
  opacity: 1;
}
.client-carousel--home2 {
  padding-top: 0;
}
.client-carousel--home3 .client-carousel__title::before,
.client-carousel--home3 .client-carousel__title::after {
  background-color: var(--agragati-base);
}
.client-carousel--home4 {
  padding-bottom: 238px;
  background-color: var(--agragati-base);
}
@media (max-width: 767px) {
  .client-carousel--home4 {
    padding-bottom: 218px;
  }
}
@media (max-width: 575px) {
  .client-carousel--home4 {
    padding-bottom: 198px;
  }
}
.client-carousel--home4 .client-carousel__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: multiply;
}
.client-carousel--home4 .client-carousel__title {
  color: var(--agragati-white, #ffffff);
}
.client-carousel--home4 .client-carousel__title::before,
.client-carousel--home4 .client-carousel__title::after {
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.5);
}
.client-carousel--home5 {
  padding-top: 344px;
  padding-bottom: 92px;
}
@media (max-width: 575px) {
  .client-carousel--home5 {
    padding-top: 321px;
    padding-bottom: 60px;
  }
}
.client-carousel--home5 .client-carousel__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--agragati-black2, #000000);
}
.client-carousel--home5 .client-carousel__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--agragati-base-rgb), 0.9);
  z-index: 1;
}
.client-carousel--home5 .client-carousel__bg::after {
  content: "";
  width: 100%;
  max-width: 1561px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(var(--agragati-black-rgb), 0.25);
  z-index: 2;
}
.client-carousel--home5 .client-carousel__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.client-carousel--home5 .container {
  z-index: 3;
}
.client-carousel--home5 .client-carousel__title {
  color: var(--agragati-white, #ffffff);
}
.client-carousel--home5 .client-carousel__title::before,
.client-carousel--home5 .client-carousel__title::after {
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.5);
}
.client-carousel--home6 {
  padding-top: 80px;
  padding-bottom: 272px;
  background-color: var(--agragati-base);
  overflow: hidden;
}
@media (max-width: 575px) {
  .client-carousel--home6 {
    padding-top: 60px;
    padding-bottom: 254px;
  }
}
.client-carousel--home6 .container::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  background-color: RGBA(var(--agragati-white5-rgb, 245, 241, 238), 0.5);
}
@media (max-width: 575px) {
  .client-carousel--home6 .container::after {
    bottom: -60px;
  }
}
.client-carousel--home6 .client-carousel__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-card {
  position: relative;
  border-radius: 10px;
}
.testimonial-card::after {
  content: "";
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  top: 28px;
  left: 0px;
  border-radius: inherit;
  background-color: var(--agragati-white2, #F4F0ED);
}
.testimonial-card__border {
  width: 5px;
  height: calc(100% - 161px);
  position: relative;
  position: absolute;
  top: calc(50% + 2px);
  left: 3px;
  transform: translateY(-50%);
  background-color: var(--agragati-text, #727272);
  overflow: hidden;
  z-index: 1;
}
.testimonial-card__border::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-base, #379b50);
  transition: all 500ms linear;
}
.testimonial-card:hover .testimonial-card__border::after {
  height: 100%;
  top: 0;
}
.testimonial-card__content {
  position: relative;
  padding-left: 85px;
  padding-right: 70px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .testimonial-card__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px) {
  .testimonial-card__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 430px) {
  .testimonial-card__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonial-card__ratings {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  padding: 22.5px 27.5px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 36px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial-card__ratings {
    padding: 15px 25px;
  }
}
.testimonial-card__ratings::before, .testimonial-card__ratings::after {
  content: "";
  background-color: var(--agragati-base, #379b50);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}
.testimonial-card__ratings::before {
  left: -5px;
  border-radius: 215px 0 0 215px;
}
.testimonial-card__ratings::after {
  right: -5px;
  border-radius: 0 215px 215px 0;
}
.testimonial-card:hover .testimonial-card__ratings::before, .testimonial-card:hover .testimonial-card__ratings::after {
  width: calc(50% + 6px);
}
.testimonial-card .agragati-ratings {
  justify-content: center;
  gap: 7px;
}
.testimonial-card .agragati-ratings__icon {
  font-size: 22px;
  color: var(--agragati-base, #379b50);
}
@media (max-width: 767px) {
  .testimonial-card .agragati-ratings__icon {
    font-size: 18px;
  }
}
.testimonial-card:hover .agragati-ratings__icon {
  color: var(--agragati-white, #ffffff);
}
.testimonial-card__quote {
  margin-bottom: 21px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .testimonial-card__quote {
    font-size: 18px;
  }
}
.testimonial-card__identity {
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  border-top: 2px solid var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.testimonial-card__identity__info {
  width: calc(100% - 51px);
}
.testimonial-card:hover .testimonial-card__identity {
  border-color: var(--agragati-base, #379b50);
}
.testimonial-card__image {
  width: 51px !important;
  height: 51px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 3px solid var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.testimonial-card:hover .testimonial-card__image {
  border-color: var(--agragati-base, #379b50);
}
.testimonial-card__name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}
.testimonial-card__designation {
  margin: 0;
  font-size: 14px;
  color: var(--agragati-text, #727272);
  text-transform: capitalize;
  line-height: 1.428;
}
.testimonial-card__shape {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 69px 0 0;
  border-color: var(--agragati-white3, #E5DED9) transparent transparent transparent;
  transition: all 500ms ease;
}
.testimonial-card:hover .testimonial-card__shape {
  border-color: var(--agragati-base, #379b50) transparent transparent transparent;
}

.testimonial-card-two__icon-box {
  position: relative;
  padding: 69px 20px 10px;
}
.testimonial-card-two__icon-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-white2);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 339.000000"><g transform="translate(0.000000,339.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4471 3327 c-5 -12 -17 -42 -26 -67 -9 -25 -23 -60 -31 -78 -8 -18 -14 -37 -14 -43 0 -6 -21 -54 -46 -107 -133 -279 -364 -530 -681 -741 -113 -75 -165 -105 -313 -177 -144 -70 -156 -75 -260 -115 -137 -51 -150 -56 -260 -89 -272 -81 -597 -190 -675 -225 -124 -56 -291 -141 -345 -176 -104 -68 -240 -211 -283 -301 -55 -112 -73 -211 -59 -323 15 -116 38 -186 102 -313 29 -57 50 -105 47 -108 -2 -3 -24 2 -48 11 -24 9 -58 20 -75 24 -18 5 -36 11 -42 15 -6 4 -44 15 -84 25 -305 78 -638 67 -858 -27 -164 -71 -302 -179 -414 -325 -53 -70 -106 -158 -106 -178 0 -5 1674 -9 4500 -9 3993 0 4500 2 4500 15 0 8 -6 15 -14 15 -8 0 -24 19 -36 42 -36 68 -127 184 -198 249 -105 97 -232 173 -362 218 -203 71 -528 69 -801 -2 -63 -17 -144 -44 -168 -56 -9 -4 -28 -11 -43 -15 -34 -8 -38 12 -10 52 11 15 33 57 50 94 137 293 112 534 -78 741 -153 167 -399 298 -820 436 -215 70 -240 78 -380 121 -58 17 -120 38 -138 46 -18 8 -38 14 -44 14 -9 0 -165 60 -208 80 -94 44 -258 127 -309 156 -62 35 -281 181 -291 193 -3 4 -39 34 -80 68 -262 214 -457 513 -555 850 -9 31 -34 37 -44 10z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 339.000000"><g transform="translate(0.000000,339.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4471 3327 c-5 -12 -17 -42 -26 -67 -9 -25 -23 -60 -31 -78 -8 -18 -14 -37 -14 -43 0 -6 -21 -54 -46 -107 -133 -279 -364 -530 -681 -741 -113 -75 -165 -105 -313 -177 -144 -70 -156 -75 -260 -115 -137 -51 -150 -56 -260 -89 -272 -81 -597 -190 -675 -225 -124 -56 -291 -141 -345 -176 -104 -68 -240 -211 -283 -301 -55 -112 -73 -211 -59 -323 15 -116 38 -186 102 -313 29 -57 50 -105 47 -108 -2 -3 -24 2 -48 11 -24 9 -58 20 -75 24 -18 5 -36 11 -42 15 -6 4 -44 15 -84 25 -305 78 -638 67 -858 -27 -164 -71 -302 -179 -414 -325 -53 -70 -106 -158 -106 -178 0 -5 1674 -9 4500 -9 3993 0 4500 2 4500 15 0 8 -6 15 -14 15 -8 0 -24 19 -36 42 -36 68 -127 184 -198 249 -105 97 -232 173 -362 218 -203 71 -528 69 -801 -2 -63 -17 -144 -44 -168 -56 -9 -4 -28 -11 -43 -15 -34 -8 -38 12 -10 52 11 15 33 57 50 94 137 293 112 534 -78 741 -153 167 -399 298 -820 436 -215 70 -240 78 -380 121 -58 17 -120 38 -138 46 -18 8 -38 14 -44 14 -9 0 -165 60 -208 80 -94 44 -258 127 -309 156 -62 35 -281 181 -291 193 -3 4 -39 34 -80 68 -262 214 -457 513 -555 850 -9 31 -34 37 -44 10z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.testimonial-card-two__icon {
  position: relative;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--agragati-primary);
  background-color: var(--agragati-white, #ffffff);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}
.testimonial-card-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonial-card-two__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  background-color: var(--agragati-base);
  transition: transform 400ms ease, opacity 400ms ease;
}
.testimonial-card-two:hover .testimonial-card-two__icon {
  color: var(--agragati-white, #ffffff);
}
.testimonial-card-two:hover .testimonial-card-two__icon::after {
  opacity: 1;
  transform: scale(1);
}
.testimonial-card-two__content {
  position: relative;
  padding: 20px 35px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-card-two__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 430px) {
  .testimonial-card-two__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 375px) {
  .testimonial-card-two__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 360px) {
  .testimonial-card-two__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.testimonial-card-two__content::after {
  content: "";
  width: 100%;
  height: calc(100% - 33px);
  background-color: var(--agragati-white2);
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-card-two__content__inner {
  position: relative;
  z-index: 1;
}
.testimonial-card-two .agragati-ratings {
  margin-bottom: 22px;
  justify-content: center;
  gap: 7px;
}
.testimonial-card-two .agragati-ratings__icon {
  font-size: 22px;
  color: var(--agragati-base);
}
.testimonial-card-two__quote {
  margin-bottom: 31px;
  text-align: center;
}
.testimonial-card-two__identity {
  position: relative;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-card-two__identity {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 430px) {
  .testimonial-card-two__identity {
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonial-card-two__identity::after {
  content: "";
  width: calc(100% - 66px);
  height: 100%;
  background-color: var(--agragati-primary);
  position: absolute;
  top: 0;
  right: 12.5px;
  border-radius: 0px 10px 10px 0px;
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-card-two__identity::after {
    width: calc(100% - 41px);
    right: 0;
  }
}
@media (max-width: 430px) {
  .testimonial-card-two__identity::after {
    width: calc(100% - 41px);
    right: 0;
  }
}
.testimonial-card-two__identity__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  z-index: 1;
}
@media (max-width: 360px) {
  .testimonial-card-two__identity__inner {
    gap: 20px;
  }
}
.testimonial-card-two__identity__info {
  padding-right: 20px;
  width: calc(100% - 103px);
}
.testimonial-card-two:hover .testimonial-card-two__identity::after {
  background-color: var(--agragati-black);
}
.testimonial-card-two__image {
  width: 81px !important;
  height: 81px;
  flex-shrink: 0;
  border-radius: 50%;
}
.testimonial-card-two__name {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.444;
}
@media (max-width: 360px) {
  .testimonial-card-two__name {
    font-size: 16px;
  }
}
.testimonial-card-two__designation {
  margin: 0;
  font-size: 16px;
  color: var(--agragati-white2);
  text-transform: capitalize;
  line-height: 1.5625;
}
@media (max-width: 360px) {
  .testimonial-card-two__designation {
    font-size: 14px;
  }
}

.testimonial-card-three {
  position: relative;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
  transition: all 500ms ease;
  z-index: 1;
}
.testimonial-card-three::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--agragati-gray4, #D2D2D2);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.testimonial-card-three:hover::before {
  border-color: var(--agragati-base);
}
.testimonial-card-three::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 44px 50px 0 0;
  border-color: var(--agragati-gray4, #D2D2D2) transparent transparent transparent;
  position: absolute;
  right: 30px;
  bottom: -44px;
  transition: all 500ms ease;
}
.testimonial-card-three:hover::after {
  border-color: var(--agragati-base) transparent transparent transparent;
}
.testimonial-card-three__top {
  padding: 30px 0px 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: var(--agragati-base);
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 1199px) {
  .testimonial-card-three__top {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-card-three__top {
    padding-right: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 375px) {
  .testimonial-card-three__top {
    padding: 25px;
  }
}
.testimonial-card-three__icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 28px;
  color: var(--agragati-base);
  background-color: var(--agragati-white, #ffffff);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}
.testimonial-card-three__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonial-card-three__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  background-color: var(--agragati-primary);
  transition: transform 400ms ease, opacity 400ms ease;
}
.testimonial-card-three:hover .testimonial-card-three__icon {
  color: var(--agragati-white, #ffffff);
}
.testimonial-card-three:hover .testimonial-card-three__icon::after {
  opacity: 1;
  transform: scale(1);
}
.testimonial-card-three__identity {
  display: flex;
  align-items: center;
  gap: 15px 10px;
}
.testimonial-card-three__identity__info {
  width: calc(100% - 60px);
}
.testimonial-card-three__name {
  margin-bottom: 0;
  font-size: 30px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.444;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-three__name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .testimonial-card-three__name {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .testimonial-card-three__name {
    font-size: 18px;
  }
}
.testimonial-card-three__designation {
  margin: 0;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 20px;
  color: var(--agragati-white6, #EFEFEF);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}
.testimonial-card-three__ratings {
  padding: 16px 25px;
  background-color: var(--agragati-primary);
  border-radius: 10px 0px 0px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-three__ratings {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-card-three__ratings {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-card-three__ratings {
    border-radius: 10px;
  }
}
.testimonial-card-three .agragati-ratings {
  justify-content: center;
  gap: 4px;
}
.testimonial-card-three .agragati-ratings__icon {
  font-size: 22px;
  color: var(--agragati-black);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-three .agragati-ratings__icon {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .testimonial-card-three .agragati-ratings__icon {
    font-size: 16px;
  }
}
.testimonial-card-three__text {
  padding: 30px 40px 29px;
}
@media (max-width: 1199px) {
  .testimonial-card-three__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 375px) {
  .testimonial-card-three__text {
    padding: 20px 25px 19px;
  }
}
.testimonial-card-three__title {
  margin-bottom: 10px;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
}
.testimonial-card-three__quote {
  margin: 0;
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 430px) {
  .testimonial-card-three__quote {
    font-size: 18px;
  }
}

.testimonial-card-four {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: var(--agragati-white5, #F5F1EE);
  transition: all 500ms linear;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-four {
    padding: 25px;
  }
}
@media (max-width: 360px) {
  .testimonial-card-four {
    padding: 25px;
  }
}
.testimonial-card-four:hover {
  transform: translateY(-25px);
}
.testimonial-card-four__content {
  position: relative;
  z-index: 1;
}
.testimonial-card-four__identity {
  margin-bottom: 29px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-card-four__image {
  display: inline-block !important;
  width: 51px !important;
  height: 51px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 3px solid var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.testimonial-card-four:hover .testimonial-card-four__image {
  border-color: var(--agragati-base);
}
.testimonial-card-four__name {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}
.testimonial-card-four__designation {
  margin: 0;
  font-size: 14px;
  color: var(--agragati-text, #727272);
  text-transform: capitalize;
  line-height: 1.428;
}
.testimonial-card-four__quote {
  position: relative;
  margin-bottom: 20px;
  padding: 16px 0px;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.666;
}
.testimonial-card-four__quote::before, .testimonial-card-four__quote::after {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--agragati-gray3, #E3DDD8);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-four__quote::before, .testimonial-card-four__quote::after {
    width: calc(100% + 50px);
  }
}
@media (max-width: 360px) {
  .testimonial-card-four__quote::before, .testimonial-card-four__quote::after {
    width: calc(100% + 50px);
  }
}
.testimonial-card-four__quote::before {
  top: 0;
}
.testimonial-card-four__quote::after {
  bottom: 0;
}
.testimonial-card-four__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.testimonial-card-four .agragati-ratings {
  gap: 4px;
}
.testimonial-card-four .agragati-ratings__icon {
  font-size: 21px;
  color: var(--agragati-black);
}
.testimonial-card-four:hover .agragati-ratings__icon {
  color: var(--agragati-base);
}
.testimonial-card-four__icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 24px;
  color: var(--agragati-black);
  background-color: var(--agragati-gray3, #E3DDD8);
  border-radius: 50%;
  transition: all 500ms ease;
}
.testimonial-card-four__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonial-card-four:hover .testimonial-card-four__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.testimonial-card-four__shape-1 {
  width: 189px;
  height: 33px;
  background-color: var(--agragati-base);
  position: absolute;
  right: 30px;
  bottom: -33px;
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 567.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 982 c0 -10 23 -54 50 -97 11 -16 26 -43 34 -60 8 -16 29 -52 45 -80 17 -27 35 -59 41 -70 6 -11 19 -33 30 -50 11 -16 25 -41 31 -55 5 -14 21 -39 35 -57 13 -17 24 -38 24 -47 0 -8 5 -18 11 -21 5 -4 14 -17 20 -28 9 -23 14 -31 62 -105 15 -24 27 -47 27 -52 0 -19 103 -160 133 -182 72 -53 96 -60 197 -56 52 2 122 10 155 17 33 6 92 18 130 26 39 8 105 21 147 30 43 8 112 22 153 30 41 9 109 22 150 30 41 9 108 22 147 30 40 8 108 21 150 30 43 8 111 22 150 30 40 8 108 21 151 30 42 8 111 22 152 30 41 8 109 21 150 30 41 8 109 21 150 30 41 8 108 21 148 29 39 8 106 21 147 29 41 9 109 22 150 30 178 36 239 49 300 62 36 9 73 15 84 15 10 0 50 7 90 15 39 9 105 23 146 31 147 29 226 45 298 59 39 8 107 22 150 30 42 9 109 22 147 30 39 7 104 20 145 28 41 9 109 22 150 30 41 9 109 22 150 30 41 9 109 22 150 30 41 9 111 23 155 32 44 9 113 22 153 30 154 31 229 46 292 60 36 7 86 16 113 20 31 4 47 11 47 21 0 12 -367 14 -2770 14 -1524 0 -2770 -4 -2770 -8z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 567.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 982 c0 -10 23 -54 50 -97 11 -16 26 -43 34 -60 8 -16 29 -52 45 -80 17 -27 35 -59 41 -70 6 -11 19 -33 30 -50 11 -16 25 -41 31 -55 5 -14 21 -39 35 -57 13 -17 24 -38 24 -47 0 -8 5 -18 11 -21 5 -4 14 -17 20 -28 9 -23 14 -31 62 -105 15 -24 27 -47 27 -52 0 -19 103 -160 133 -182 72 -53 96 -60 197 -56 52 2 122 10 155 17 33 6 92 18 130 26 39 8 105 21 147 30 43 8 112 22 153 30 41 9 109 22 150 30 41 9 108 22 147 30 40 8 108 21 150 30 43 8 111 22 150 30 40 8 108 21 151 30 42 8 111 22 152 30 41 8 109 21 150 30 41 8 109 21 150 30 41 8 108 21 148 29 39 8 106 21 147 29 41 9 109 22 150 30 178 36 239 49 300 62 36 9 73 15 84 15 10 0 50 7 90 15 39 9 105 23 146 31 147 29 226 45 298 59 39 8 107 22 150 30 42 9 109 22 147 30 39 7 104 20 145 28 41 9 109 22 150 30 41 9 109 22 150 30 41 9 109 22 150 30 41 9 111 23 155 32 44 9 113 22 153 30 154 31 229 46 292 60 36 7 86 16 113 20 31 4 47 11 47 21 0 12 -367 14 -2770 14 -1524 0 -2770 -4 -2770 -8z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  transition: all 500ms ease;
}
.testimonial-card-four:hover .testimonial-card-four__shape-1 {
  right: 9px;
  background-color: var(--agragati-gray3, #E3DDD8);
}
.testimonial-card-four__shape-2 {
  width: 166px;
  height: 29px;
  background-color: var(--agragati-base);
  position: absolute;
  right: 89px;
  bottom: -29px;
  opacity: 0;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 567.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 982 c0 -10 23 -54 50 -97 11 -16 26 -43 34 -60 8 -16 29 -52 45 -80 17 -27 35 -59 41 -70 6 -11 19 -33 30 -50 11 -16 25 -41 31 -55 5 -14 21 -39 35 -57 13 -17 24 -38 24 -47 0 -8 5 -18 11 -21 5 -4 14 -17 20 -28 9 -23 14 -31 62 -105 15 -24 27 -47 27 -52 0 -19 103 -160 133 -182 72 -53 96 -60 197 -56 52 2 122 10 155 17 33 6 92 18 130 26 39 8 105 21 147 30 43 8 112 22 153 30 41 9 109 22 150 30 41 9 108 22 147 30 40 8 108 21 150 30 43 8 111 22 150 30 40 8 108 21 151 30 42 8 111 22 152 30 41 8 109 21 150 30 41 8 109 21 150 30 41 8 108 21 148 29 39 8 106 21 147 29 41 9 109 22 150 30 178 36 239 49 300 62 36 9 73 15 84 15 10 0 50 7 90 15 39 9 105 23 146 31 147 29 226 45 298 59 39 8 107 22 150 30 42 9 109 22 147 30 39 7 104 20 145 28 41 9 109 22 150 30 41 9 109 22 150 30 41 9 109 22 150 30 41 9 111 23 155 32 44 9 113 22 153 30 154 31 229 46 292 60 36 7 86 16 113 20 31 4 47 11 47 21 0 12 -367 14 -2770 14 -1524 0 -2770 -4 -2770 -8z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 567.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 982 c0 -10 23 -54 50 -97 11 -16 26 -43 34 -60 8 -16 29 -52 45 -80 17 -27 35 -59 41 -70 6 -11 19 -33 30 -50 11 -16 25 -41 31 -55 5 -14 21 -39 35 -57 13 -17 24 -38 24 -47 0 -8 5 -18 11 -21 5 -4 14 -17 20 -28 9 -23 14 -31 62 -105 15 -24 27 -47 27 -52 0 -19 103 -160 133 -182 72 -53 96 -60 197 -56 52 2 122 10 155 17 33 6 92 18 130 26 39 8 105 21 147 30 43 8 112 22 153 30 41 9 109 22 150 30 41 9 108 22 147 30 40 8 108 21 150 30 43 8 111 22 150 30 40 8 108 21 151 30 42 8 111 22 152 30 41 8 109 21 150 30 41 8 109 21 150 30 41 8 108 21 148 29 39 8 106 21 147 29 41 9 109 22 150 30 178 36 239 49 300 62 36 9 73 15 84 15 10 0 50 7 90 15 39 9 105 23 146 31 147 29 226 45 298 59 39 8 107 22 150 30 42 9 109 22 147 30 39 7 104 20 145 28 41 9 109 22 150 30 41 9 109 22 150 30 41 9 109 22 150 30 41 9 111 23 155 32 44 9 113 22 153 30 154 31 229 46 292 60 36 7 86 16 113 20 31 4 47 11 47 21 0 12 -367 14 -2770 14 -1524 0 -2770 -4 -2770 -8z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  transition: all 500ms ease;
}
.testimonial-card-four:hover .testimonial-card-four__shape-2 {
  right: 80px;
  opacity: 1;
}

.testimonials-one {
  background-color: var(--agragati-white, #ffffff);
}
.testimonials-one .sec-title {
  margin-bottom: 78px;
}
@media (max-width: 991px) {
  .testimonials-one .sec-title {
    margin-bottom: 50px;
  }
}
.testimonials-one__thumb-box {
  width: 448px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--agragati-base, #379b50);
}
@media (max-width: 1199px) {
  .testimonials-one__thumb-box {
    width: 368px;
  }
}
@media (max-width: 991px) {
  .testimonials-one__thumb-box {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .testimonials-one__thumb-box {
    padding: 10px;
  }
}
.testimonials-one__thumb-box__inner {
  position: relative;
  background-color: var(--agragati-black, #212226);
  border-radius: inherit;
}
@media (max-width: 991px) {
  .testimonials-one__thumb-box__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.testimonials-one__thumb-box__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 50px;
  opacity: 0.1;
}
@media (max-width: 991px) {
  .testimonials-one__thumb-box__shape {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.testimonials-one__thumb {
  --slick-gutter: 37px;
  width: 198px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonials-one__thumb {
    width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  .testimonials-one__thumb {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb {
    --slick-gutter: 25px;
  }
}
.testimonials-one__thumb::after {
  content: "";
  width: 100%;
  height: calc(100% - 72px);
  background-color: RGBA(var(--agragati-base-rgb, 226, 59, 51), 0.8);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 991px) {
  .testimonials-one__thumb::after {
    width: calc(100% - 30px);
    height: calc(100% - 40px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .testimonials-one__thumb::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .testimonials-one__thumb .slick-slider {
    margin-left: calc(var(--slick-gutter) / -2);
    margin-right: calc(var(--slick-gutter) / -2);
  }
}
@media (min-width: 992px) {
  .testimonials-one__thumb .slick-slider {
    margin-top: calc(var(--slick-gutter) / -2);
    margin-bottom: calc(var(--slick-gutter) / -2);
  }
}
.testimonials-one__thumb .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.testimonials-one__thumb .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .testimonials-one__thumb .slick-slide {
    margin-left: calc(var(--slick-gutter) / 2);
    margin-right: calc(var(--slick-gutter) / 2);
  }
}
@media (min-width: 992px) {
  .testimonials-one__thumb .slick-slide {
    margin-top: calc(var(--slick-gutter) / 2);
    margin-bottom: calc(var(--slick-gutter) / 2);
  }
}
.testimonials-one__thumb__item {
  position: relative;
  cursor: pointer;
  width: 190px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  z-index: 2;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .testimonials-one__thumb__item {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .testimonials-one__thumb__item {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .testimonials-one__thumb__item {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 499px) {
  .testimonials-one__thumb__item {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item {
    width: 60px;
    height: 60px;
  }
}
.testimonials-one__thumb__item img {
  position: relative;
  cursor: pointer;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonials-one__thumb__item img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .testimonials-one__thumb__item img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 499px) {
  .testimonials-one__thumb__item img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 430px) {
  .testimonials-one__thumb__item img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 375px) {
  .testimonials-one__thumb__item img {
    width: 60px;
    height: 60px;
  }
}
.testimonials-one__carousel {
  --slick-gutter: 10px;
  margin-top: -34px;
}
@media (max-width: 991px) {
  .testimonials-one__carousel {
    margin-top: 0;
  }
}
.testimonials-one__carousel .slick-slider {
  margin-top: calc(var(--slick-gutter) / -2);
  margin-bottom: calc(var(--slick-gutter) / -2);
}
.testimonials-one__carousel .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.testimonials-one__carousel .slick-slide {
  margin-top: calc(var(--slick-gutter) / 2);
  margin-bottom: calc(var(--slick-gutter) / 2);
}

.testimonials-two {
  padding-top: 186px;
  background-color: var(--agragati-white, #ffffff);
}
@media (max-width: 767px) {
  .testimonials-two {
    padding-top: 166px;
  }
}
@media (max-width: 575px) {
  .testimonials-two {
    padding-top: 146px;
  }
}
.testimonials-two .sec-title {
  margin-bottom: 117px;
}
.testimonials-two__inner {
  position: relative;
  border-radius: 22px;
}
.testimonials-two__inner::after {
  content: "";
  width: 100%;
  height: calc(100% - 55px);
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid var(--agragati-white3);
  border-radius: inherit;
}
@media (max-width: 1199px) {
  .testimonials-two__inner::after {
    height: calc(100% - 150px);
    top: 55px;
    bottom: auto;
  }
}
@media (max-width: 575px) {
  .testimonials-two__inner::after {
    height: calc(100% - 150px);
    top: 55px;
  }
}
@media (max-width: 430px) {
  .testimonials-two__inner::after {
    height: calc(100% - 140px);
    top: 45px;
  }
}
@media (max-width: 375px) {
  .testimonials-two__inner::after {
    height: calc(100% - 130px);
    top: 35px;
  }
}
.testimonials-two__thumb {
  margin: -55px 0 42px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  z-index: 1;
}
@media (max-width: 575px) {
  .testimonials-two__thumb {
    gap: 20px;
  }
}
.testimonials-two__thumb__item {
  position: relative;
  cursor: pointer;
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  z-index: 2;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .testimonials-two__thumb__item {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 430px) {
  .testimonials-two__thumb__item {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 375px) {
  .testimonials-two__thumb__item {
    width: 65px;
    height: 65px;
  }
}
.testimonials-two__thumb__item::after {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background-color: var(--agragati-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: inherit;
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .testimonials-two__thumb__item::after {
    background-color: var(--agragati-base);
  }
}
.testimonials-two__thumb__item:hover, .testimonials-two__thumb__item.owl-dot.active::after {
  opacity: 1;
}
.testimonials-two__thumb__item img {
  position: relative;
  cursor: pointer;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 575px) {
  .testimonials-two__thumb__item img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 430px) {
  .testimonials-two__thumb__item img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 375px) {
  .testimonials-two__thumb__item img {
    width: 65px;
    height: 65px;
  }
}
.testimonials-two__thumb__shape {
  width: 441px;
  height: 76px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--agragati-base);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 156.000000"><g transform="translate(0.000000,156.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1370 1548 c0 -7 -21 -34 -47 -60 l-47 -48 29 -30 c26 -27 27 -30 9 -36 -10 -3 -30 -10 -44 -16 -56 -23 -108 -37 -155 -43 -91 -11 -94 -13 -93 -44 1 -42 -9 -51 -60 -51 -70 0 -229 -28 -295 -52 -46 -17 -56 -24 -52 -39 5 -13 -2 -19 -27 -24 -39 -9 -76 -32 -101 -63 -10 -12 -25 -29 -33 -36 -8 -8 -14 -24 -14 -35 0 -23 -25 -51 -46 -51 -7 0 -32 -7 -55 -16 -34 -14 -40 -21 -36 -40 3 -18 -2 -23 -26 -28 -16 -3 -42 -6 -57 -6 -15 0 -35 -8 -44 -19 -9 -10 -37 -26 -61 -36 -25 -9 -45 -20 -45 -25 0 -11 37 -20 83 -20 21 0 46 -4 56 -9 9 -5 56 -12 104 -16 70 -5 96 -11 132 -33 24 -15 43 -31 41 -37 -1 -5 -19 -13 -39 -16 -20 -3 -53 -18 -75 -32 -21 -15 -45 -27 -54 -27 -8 0 -21 -7 -28 -15 -7 -8 -20 -15 -29 -15 -9 0 -36 -14 -61 -30 -25 -16 -50 -30 -57 -30 -7 0 -27 -13 -45 -29 -18 -15 -44 -32 -58 -36 -25 -8 -25 -8 10 -20 35 -12 38 -19 25 -61 -5 -15 0 -23 19 -32 14 -6 26 -18 26 -26 0 -22 19 -30 70 -27 59 2 83 -18 48 -41 -13 -8 -32 -18 -43 -21 -24 -8 -48 -44 -39 -59 5 -7 39 -9 108 -5 144 9 276 -5 329 -36 44 -25 65 -29 297 -47 258 -20 629 -25 1850 -25 690 0 1311 1 1380 3 69 1 172 2 230 1 58 -1 186 1 285 5 99 3 680 7 1290 8 841 2 1179 0 1393 -11 l283 -14 45 48 c49 54 53 69 24 87 -22 14 -27 38 -7 38 7 0 44 13 82 30 39 16 86 30 105 30 19 0 52 3 72 6 30 5 36 10 29 23 -5 9 -5 26 -1 37 7 17 19 22 62 27 211 21 334 52 332 86 0 15 8 22 30 27 39 8 106 43 106 55 0 5 11 19 25 31 14 12 25 31 25 43 0 33 20 51 77 70 59 19 74 33 49 47 -25 14 -9 28 34 28 46 0 87 14 115 40 11 10 33 20 50 22 19 2 31 9 33 21 3 14 -4 17 -42 17 -24 0 -56 4 -70 9 -13 6 -64 13 -113 17 -88 6 -128 19 -152 48 -11 13 -9 17 14 26 14 5 30 10 34 10 9 0 106 50 176 91 28 16 73 40 100 53 28 13 58 34 67 45 13 15 29 21 58 21 57 0 50 18 -10 26 -53 7 -69 19 -51 37 18 18 13 44 -14 61 -14 9 -25 23 -25 30 0 18 -20 25 -53 19 -32 -6 -77 4 -77 17 0 5 20 21 44 35 56 33 75 54 57 64 -6 4 -99 8 -206 8 l-194 1 -46 30 c-42 28 -54 31 -163 36 -64 4 -157 11 -207 16 -49 5 -196 11 -325 14 -229 4 -276 9 -264 27 3 5 -491 9 -1196 9 -736 0 -1199 -4 -1195 -9 8 -14 -19 -19 -155 -26 -124 -7 -189 3 -175 25 3 5 -3 10 -14 10 -12 0 -21 -6 -21 -14 0 -21 -167 -25 -1280 -31 -891 -5 -1743 5 -1783 21 -9 3 -14 10 -11 15 3 5 -45 9 -110 9 -84 0 -116 -3 -116 -12z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 156.000000"><g transform="translate(0.000000,156.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1370 1548 c0 -7 -21 -34 -47 -60 l-47 -48 29 -30 c26 -27 27 -30 9 -36 -10 -3 -30 -10 -44 -16 -56 -23 -108 -37 -155 -43 -91 -11 -94 -13 -93 -44 1 -42 -9 -51 -60 -51 -70 0 -229 -28 -295 -52 -46 -17 -56 -24 -52 -39 5 -13 -2 -19 -27 -24 -39 -9 -76 -32 -101 -63 -10 -12 -25 -29 -33 -36 -8 -8 -14 -24 -14 -35 0 -23 -25 -51 -46 -51 -7 0 -32 -7 -55 -16 -34 -14 -40 -21 -36 -40 3 -18 -2 -23 -26 -28 -16 -3 -42 -6 -57 -6 -15 0 -35 -8 -44 -19 -9 -10 -37 -26 -61 -36 -25 -9 -45 -20 -45 -25 0 -11 37 -20 83 -20 21 0 46 -4 56 -9 9 -5 56 -12 104 -16 70 -5 96 -11 132 -33 24 -15 43 -31 41 -37 -1 -5 -19 -13 -39 -16 -20 -3 -53 -18 -75 -32 -21 -15 -45 -27 -54 -27 -8 0 -21 -7 -28 -15 -7 -8 -20 -15 -29 -15 -9 0 -36 -14 -61 -30 -25 -16 -50 -30 -57 -30 -7 0 -27 -13 -45 -29 -18 -15 -44 -32 -58 -36 -25 -8 -25 -8 10 -20 35 -12 38 -19 25 -61 -5 -15 0 -23 19 -32 14 -6 26 -18 26 -26 0 -22 19 -30 70 -27 59 2 83 -18 48 -41 -13 -8 -32 -18 -43 -21 -24 -8 -48 -44 -39 -59 5 -7 39 -9 108 -5 144 9 276 -5 329 -36 44 -25 65 -29 297 -47 258 -20 629 -25 1850 -25 690 0 1311 1 1380 3 69 1 172 2 230 1 58 -1 186 1 285 5 99 3 680 7 1290 8 841 2 1179 0 1393 -11 l283 -14 45 48 c49 54 53 69 24 87 -22 14 -27 38 -7 38 7 0 44 13 82 30 39 16 86 30 105 30 19 0 52 3 72 6 30 5 36 10 29 23 -5 9 -5 26 -1 37 7 17 19 22 62 27 211 21 334 52 332 86 0 15 8 22 30 27 39 8 106 43 106 55 0 5 11 19 25 31 14 12 25 31 25 43 0 33 20 51 77 70 59 19 74 33 49 47 -25 14 -9 28 34 28 46 0 87 14 115 40 11 10 33 20 50 22 19 2 31 9 33 21 3 14 -4 17 -42 17 -24 0 -56 4 -70 9 -13 6 -64 13 -113 17 -88 6 -128 19 -152 48 -11 13 -9 17 14 26 14 5 30 10 34 10 9 0 106 50 176 91 28 16 73 40 100 53 28 13 58 34 67 45 13 15 29 21 58 21 57 0 50 18 -10 26 -53 7 -69 19 -51 37 18 18 13 44 -14 61 -14 9 -25 23 -25 30 0 18 -20 25 -53 19 -32 -6 -77 4 -77 17 0 5 20 21 44 35 56 33 75 54 57 64 -6 4 -99 8 -206 8 l-194 1 -46 30 c-42 28 -54 31 -163 36 -64 4 -157 11 -207 16 -49 5 -196 11 -325 14 -229 4 -276 9 -264 27 3 5 -491 9 -1196 9 -736 0 -1199 -4 -1195 -9 8 -14 -19 -19 -155 -26 -124 -7 -189 3 -175 25 3 5 -3 10 -14 10 -12 0 -21 -6 -21 -14 0 -21 -167 -25 -1280 -31 -891 -5 -1743 5 -1783 21 -9 3 -14 10 -11 15 3 5 -45 9 -110 9 -84 0 -116 -3 -116 -12z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 575px) {
  .testimonials-two__thumb__shape {
    width: 370px;
    top: 15px;
  }
}
@media (max-width: 430px) {
  .testimonials-two__thumb__shape {
    display: none;
  }
}
.testimonials-two__carousel.owl-carousel {
  position: relative;
}
.testimonials-two__carousel.owl-carousel .owl-stage-outer {
  border-radius: 22px;
}
.testimonials-two__carousel.owl-carousel .owl-nav {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .testimonials-two__carousel.owl-carousel .owl-nav {
    margin: 0;
    display: block;
  }
}
.testimonials-two__carousel.owl-carousel .owl-nav button {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary);
}
@media (min-width: 992px) {
  .testimonials-two__carousel.owl-carousel .owl-nav button.owl-prev, .testimonials-two__carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 84px);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .testimonials-two__carousel.owl-carousel .owl-nav button.owl-prev {
    left: -23px;
  }
}
@media (min-width: 1200px) {
  .testimonials-two__carousel.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
}
@media (min-width: 1300px) {
  .testimonials-two__carousel.owl-carousel .owl-nav button.owl-prev {
    left: -23px;
  }
}
@media (min-width: 992px) {
  .testimonials-two__carousel.owl-carousel .owl-nav button.owl-next {
    right: -23px;
  }
}
@media (min-width: 1200px) {
  .testimonials-two__carousel.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
}
@media (min-width: 1300px) {
  .testimonials-two__carousel.owl-carousel .owl-nav button.owl-next {
    right: -23px;
  }
}
.testimonials-two__carousel.owl-carousel .owl-nav button:hover {
  border-color: var(--agragati-base);
}
.testimonials-two__content {
  position: relative;
  z-index: 1;
}
.testimonials-two__quote {
  margin: 0 auto 34px;
  max-width: 891px;
  font-size: 24px;
  text-align: center;
  line-height: 2.083;
}
@media (max-width: 1199px) {
  .testimonials-two__quote {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .testimonials-two__quote {
    max-width: 600px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonials-two__quote {
    max-width: 450px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .testimonials-two__quote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.testimonials-two__ratings {
  position: relative;
  margin: 0 auto -17px;
  padding: 17px 30px;
  display: table;
  border-radius: 215px;
  background-color: var(--agragati-white, #ffffff);
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 991px) {
  .testimonials-two__ratings {
    padding: 13px 25px;
  }
}
.testimonials-two__ratings::before, .testimonials-two__ratings::after {
  content: "";
  background-color: var(--agragati-primary);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}
.testimonials-two__ratings::before {
  left: -5px;
  border-radius: 215px 0 0 215px;
}
.testimonials-two__ratings::after {
  right: -5px;
  border-radius: 0 215px 215px 0;
}
.testimonials-two__inner:hover .testimonials-two__ratings::before, .testimonials-two__inner:hover .testimonials-two__ratings::after {
  width: calc(50% + 6px);
}
.testimonials-two .agragati-ratings__icon {
  font-size: 23px;
  color: var(--agragati-black);
}
@media (max-width: 991px) {
  .testimonials-two .agragati-ratings__icon {
    font-size: 18px;
  }
}
.testimonials-two__inner:hover .agragati-ratings__icon {
  color: var(--agragati-white, #ffffff);
}
.testimonials-two__info {
  position: relative;
  padding-bottom: 36px;
}
.testimonials-two__info::after {
  content: "";
  width: 100%;
  height: calc(100% - 17px);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-black);
  border-radius: 0px 0px 22px 22px;
}
.testimonials-two__info__inner {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 2;
}
.testimonials-two__info__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.17;
  z-index: 1;
}
.testimonials-two__identity {
  position: relative;
  margin: 0 auto;
  max-width: 384px;
}
.testimonials-two__identity::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 17px 0 0 22px;
  border-color: transparent transparent transparent var(--agragati-primary);
  position: absolute;
  top: 0px;
  right: -22px;
  transition: all 500ms ease;
}
.testimonials-two__identity__inner {
  position: relative;
  padding: 30px 30px 28px;
  text-align: center;
  background-color: var(--agragati-primary);
  border-radius: 15px 0px 15px 15px;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .testimonials-two__identity__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.testimonials-two__inner:hover .testimonials-two__identity::after {
  border-color: transparent transparent transparent var(--agragati-base);
}
.testimonials-two__inner:hover .testimonials-two__identity__inner {
  background-color: var(--agragati-base);
}
.testimonials-two__name {
  margin-bottom: 0px;
  font-size: 30px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .testimonials-two__name {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .testimonials-two__name {
    font-size: 20px;
  }
}
.testimonials-two__designation {
  margin: 0;
  color: var(--agragati-white3);
  text-transform: capitalize;
  line-height: 1.625;
}

.testimonials-three {
  background-color: var(--agragati-white, #ffffff);
}

.testimonials-four {
  padding-bottom: 164px;
  background-color: var(--agragati-white, #ffffff);
}
@media (max-width: 767px) {
  .testimonials-four {
    padding-bottom: 144px;
  }
}
@media (max-width: 575px) {
  .testimonials-four {
    padding-bottom: 124px;
  }
}
.testimonials-four__inner {
  position: relative;
}
.testimonials-four__thumb {
  --slick-gutter: 15px;
  width: 665px;
  margin: 0 auto 65px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonials-four__thumb {
    width: 570px;
  }
}
@media (max-width: 767px) {
  .testimonials-four__thumb {
    width: 380px;
  }
}
@media (max-width: 450px) {
  .testimonials-four__thumb {
    width: 280px;
  }
}
.testimonials-four__thumb .slick-slider {
  margin-left: calc(var(--slick-gutter) / -2);
  margin-right: calc(var(--slick-gutter) / -2);
}
.testimonials-four__thumb .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.testimonials-four__thumb .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: calc(var(--slick-gutter) / 2);
  margin-right: calc(var(--slick-gutter) / 2);
}
.testimonials-four__thumb__item {
  position: relative;
  cursor: pointer;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  z-index: 2;
  transition: all 500ms ease;
}
@media (max-width: 375px) {
  .testimonials-four__thumb__item {
    width: 80px;
    height: 80px;
  }
}
.testimonials-four__thumb__item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--agragati-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: inherit;
  transition: all 500ms ease;
}
.testimonials-four__thumb__item img {
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 375px) {
  .testimonials-four__thumb__item img {
    width: 70px;
    height: 70px;
  }
}
.slick-slide.slick-current .testimonials-four__thumb__item::after {
  opacity: 1;
}
.testimonials-four__carousel {
  --slick-gutter: 30px;
}
.testimonials-four__carousel .slick-slider {
  margin-left: calc(var(--slick-gutter) / -2);
  margin-right: calc(var(--slick-gutter) / -2);
}
.testimonials-four__carousel .slick-list {
  margin: 0;
  padding: 0;
  overflow: visible;
}
.testimonials-four__carousel .slick-slide {
  margin-left: calc(var(--slick-gutter) / 2);
  margin-right: calc(var(--slick-gutter) / 2);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}
.testimonials-four__carousel .slick-active {
  visibility: visible;
  opacity: 1;
}
.testimonials-four__carousel .slick-list .slick-track .slick-slide.slick-current .testimonial-card-three {
  filter: drop-shadow(0px 4px 40px RGBA(var(--agragati-black2-rgb, 0, 0, 0), 0.15));
}

.testimonials-five {
  position: relative;
  background-color: var(--agragati-white, #ffffff);
}
.testimonials-five__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.testimonials-five__bg::after {
  content: "";
  width: 100%;
  max-width: 1561px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: none;
  z-index: 1;
}
.testimonials-five .container {
  position: relative;
  z-index: 2;
}
.testimonials-five__inner {
  position: relative;
  padding: 81px 100px 78px 115px;
  display: flex;
  align-items: center;
  gap: 70px 84px;
  border-radius: 15px 15px 0px 0px;
}
@media (max-width: 1199px) {
  .testimonials-five__inner {
    padding-left: 65px;
    padding-right: 50px;
    gap: 70px 60px;
  }
}
@media (max-width: 991px) {
  .testimonials-five__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .testimonials-five__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 412px) {
  .testimonials-five__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonials-five__inner__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--agragati-black2, #000000);
  border-radius: 15px 15px 0px 0px;
}
.testimonials-five__inner__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--agragati-black-rgb), 0.8);
  border-radius: inherit;
  z-index: 1;
}
.testimonials-five__inner__bg__inner {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: luminosity;
  border-radius: inherit;
}
.testimonials-five__thumb {
  flex-shrink: 0;
  position: relative;
  width: 256px;
  height: 256px;
  border-radius: 50%;
  border: 20px solid transparent;
  z-index: 2;
}
@media (max-width: 575px) {
  .testimonials-five__thumb {
    margin: 0 auto;
  }
}
@media (max-width: 412px) {
  .testimonials-five__thumb {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 375px) {
  .testimonials-five__thumb {
    width: 200px;
    height: 200px;
  }
}
.testimonials-five__thumb__item {
  position: relative;
  width: 53.33px;
  height: 53.33px;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}
.testimonials-five__thumb__item--1 {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-five__thumb__item--2 {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
.testimonials-five__thumb__item--3 {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
}
.testimonials-five__thumb__item--4 {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
.testimonials-five__thumb__item--5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonials-five__thumb__item img {
  cursor: pointer;
  width: 53.33px !important;
  height: 53.33px;
  border-radius: inherit;
  transition: all 500ms ease;
}
.testimonials-five__thumb__item:hover.testimonials-five__thumb__item--1, .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--1 {
  transform: translateX(-50%) scale(1.98);
}
@media (max-width: 375px) {
  .testimonials-five__thumb__item:hover.testimonials-five__thumb__item--1, .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--1 {
    transform: translateX(-50%) scale(1.5);
  }
}
.testimonials-five__thumb__item:hover.testimonials-five__thumb__item--2, .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--2 {
  transform: translateY(-50%) scale(1.98);
}
@media (max-width: 375px) {
  .testimonials-five__thumb__item:hover.testimonials-five__thumb__item--2, .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--2 {
    transform: translateY(-50%) scale(1.5);
  }
}
.testimonials-five__thumb__item:hover.testimonials-five__thumb__item--3, .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--3 {
  transform: translateX(-50%) scale(1.98);
}
@media (max-width: 375px) {
  .testimonials-five__thumb__item:hover.testimonials-five__thumb__item--3, .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--3 {
    transform: translateX(-50%) scale(1.5);
  }
}
.testimonials-five__thumb__item:hover.testimonials-five__thumb__item--4, .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--4 {
  transform: translateY(-50%) scale(1.98);
}
@media (max-width: 375px) {
  .testimonials-five__thumb__item:hover.testimonials-five__thumb__item--4, .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--4 {
    transform: translateY(-50%) scale(1.5);
  }
}
.testimonials-five__thumb__item:hover.testimonials-five__thumb__item--5, .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--5 {
  transform: translate(-50%, -50%) scale(1.98);
}
@media (max-width: 375px) {
  .testimonials-five__thumb__item:hover.testimonials-five__thumb__item--5, .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--5 {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.testimonials-five__thumb__item:hover img, .testimonials-five__thumb__item.owl-dot.active img {
  transform: scale(infinite);
}
.testimonials-five__thumb__border {
  width: 256px;
  height: 256px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 412px) {
  .testimonials-five__thumb__border {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 375px) {
  .testimonials-five__thumb__border {
    width: 200px;
    height: 200px;
  }
}
.testimonials-five__carousel {
  position: relative;
  width: calc(100% - 340px);
  z-index: 2;
}
@media (max-width: 1199px) {
  .testimonials-five__carousel {
    width: calc(100% - 316px);
  }
}
@media (max-width: 991px) {
  .testimonials-five__carousel {
    width: 100%;
  }
}
.testimonials-five__carousel.owl-carousel .owl-nav {
  position: relative;
  margin-top: 19px;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 991px) {
  .testimonials-five__carousel.owl-carousel .owl-nav {
    margin-top: 40px;
  }
}
.testimonials-five__carousel.owl-carousel .owl-nav::before {
  content: "";
  width: calc(100% - 90px);
  height: 1px;
  background-color: rgba(var(--agragati-white2-rgb), 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.testimonials-five__carousel.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  font-size: 15px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary);
}
.testimonials-five__top {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px 30px;
}
@media (max-width: 767px) {
  .testimonials-five__top {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.testimonials-five__identity {
  display: flex;
  align-items: center;
  gap: 30px 15px;
}
@media (max-width: 390px) {
  .testimonials-five__identity {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials-five__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 28px;
  color: var(--agragati-primary);
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
  border-radius: 50%;
  transition: all 500ms ease;
}
.testimonials-five__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-five__content:hover .testimonials-five__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary);
}
.testimonials-five__name {
  margin-bottom: 0;
  font-size: 30px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.333;
}
@media (max-width: 1199px) {
  .testimonials-five__name {
    font-size: 20px;
  }
}
@media (max-width: 390px) {
  .testimonials-five__name {
    margin-bottom: 10px;
  }
}
.testimonials-five__designation {
  margin: 0;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 20px;
  color: var(--agragati-base);
  font-weight: 400;
  line-height: 1.25;
}
.testimonials-five__ratings {
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonials-five__ratings__icon {
  display: inline-flex;
  font-size: 23px;
  color: var(--agragati-primary);
  transition: all 500ms ease;
}
.testimonials-five__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .testimonials-five__ratings__icon {
    font-size: 20px;
  }
}
.testimonials-five__quote {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--agragati-white3);
  font-style: italic;
  line-height: 2.222;
}
@media (max-width: 430px) {
  .testimonials-five__quote {
    font-size: 16px;
  }
}

.testimonials-six {
  position: relative;
  padding-bottom: 153px;
  background-color: var(--agragati-black);
}
@media (max-width: 1199px) {
  .testimonials-six {
    padding-bottom: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .testimonials-six {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .testimonials-six {
    padding-bottom: 80px;
  }
}
.testimonials-six__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.16;
}
.testimonials-six .container {
  position: relative;
  z-index: 2;
}
.testimonials-six .sec-title__title {
  color: var(--agragati-white, #ffffff);
}
.testimonials-six__carousel.owl-carousel .owl-nav {
  margin-top: 93px !important;
}
.testimonials-six__carousel.owl-carousel .owl-dots {
  margin-top: 93px !important;
}
.testimonials-six__carousel.owl-carousel .owl-dots .owl-dot {
  background-color: var(--agragati-white2, #F4F0ED);
}

.testimonials-page--three .testimonials-page__carousel.owl-carousel .owl-nav {
  margin-top: 93px !important;
}
.testimonials-page--three .testimonials-page__carousel.owl-carousel .owl-dots {
  margin-top: 93px !important;
}

.testimonials-five__content ul,
.testimonials-five__content ul li {
    color: var(--agragati-white3)!important;
    list-style: none; /* optional if you want custom bullets */
    margin-left: 5px;   /* optional if you want to align */
    padding-left: 0;  /* optional */
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--agragati-black, #212226);
  overflow: hidden;
}
.main-footer__top {
  padding-top: 140px;
  padding-bottom: 36px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .main-footer__top {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-footer__top {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
    .main-footer__top {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}
.main-footer__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--agragati-black, #212226);
}
.main-footer__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.1;
  mix-blend-mode: luminosity;
}
.main-footer .container {
  position: relative;
  z-index: 2;
}
.main-footer__bottom {
  text-align: center;
  background-color: #2d2f38;
}
.main-footer__bottom__inner {
  padding: 15.5px 0 14.5px;
  text-align: center;
}
.main-footer__copyright {
  margin: 0;
  color: var(--agragati-white, #ffffff);
}
.main-footer--home2 .footer-widget__links li, .main-footer--home3 .footer-widget__links li, .main-footer--home4 .footer-widget__links li, .main-footer--home5 .footer-widget__links li, .main-footer--home6 .footer-widget__links li {
  color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.4);
}
.main-footer--home2 .main-footer__bottom {
  background-color: var(--agragati-primary);
}
.main-footer--home2 .footer-widget__info li:not(:first-child) .footer-widget__info__text {
  color: var(--agragati-gray4, #D2D2D2);
}
.main-footer--home2 .footer-widget__info li:not(:first-child) .footer-widget__info__text:hover {
  color: var(--agragati-base);
}
.main-footer--home3 .social-links a:hover {
  background-color: var(--agragati-primary) !important;
}
.main-footer--home3 .footer-widget__links li a:hover {
  color: var(--agragati-primary);
}
.main-footer--home3 .footer-widget__info li:first-child:hover .footer-widget__info__icon-box,
.main-footer--home3 .footer-widget__info li:hover .footer-widget__info__icon-box {
  background-color: var(--agragati-primary);
}
.main-footer--home3 .footer-widget__info li:not(:first-child) .footer-widget__info__text {
  color: var(--agragati-white2);
}
.main-footer--home3 .footer-widget__info li:not(:first-child) .footer-widget__info__text:hover {
  color: var(--agragati-primary);
}
.main-footer--home3 .footer-widget__info__text:hover {
  color: var(--agragati-primary);
}
.main-footer--home4 .main-footer__bg__inner {
  opacity: 0.15;
}
.main-footer--home4 .footer-widget__info li:not(:first-child) .footer-widget__info__text {
  color: var(--agragati-gray4, #D2D2D2);
}
.main-footer--home4 .footer-widget__info li:not(:first-child) .footer-widget__info__text:hover {
  color: var(--agragati-base);
}
.main-footer--home5 .social-links a:hover {
  background-color: var(--agragati-primary) !important;
}
.main-footer--home5 .footer-widget__links li a:hover,
.main-footer--home5 .footer-widget__info__text:hover {
  color: var(--agragati-primary);
}
.main-footer--home5 .footer-widget__info li:first-child:hover .footer-widget__info__icon-box,
.main-footer--home5 .footer-widget__info li:hover .footer-widget__info__icon-box {
  background-color: var(--agragati-primary);
}
.main-footer--home5 .footer-widget__info li:not(:first-child) .footer-widget__info__text {
  color: var(--agragati-gray4, #D2D2D2);
}
.main-footer--home5 .footer-widget__info li:not(:first-child) .footer-widget__info__text:hover {
  color: var(--agragati-primary);
}
.main-footer--home6 .main-footer__bg__inner {
  opacity: 0.06;
}
.main-footer--home6 .footer-widget__info li:not(:first-child) .footer-widget__info__text {
  color: var(--agragati-gray4, #D2D2D2);
}
.main-footer--home6 .footer-widget__info li:not(:first-child) .footer-widget__info__text:hover {
  color: var(--agragati-base);
}

.footer-widget {
  position: relative;
}
.footer-widget--about::after, .footer-widget--info::after, .footer-widget--border::after {
  content: "";
  width: 1px;
  height: 525px;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.15);
  position: absolute;
}
@media (max-width: 1199px) {
  .footer-widget--about::after, .footer-widget--info::after, .footer-widget--border::after {
    display: none;
  }
}
.footer-widget--about {
  padding-right: 69px;
}
@media (max-width: 575px) {
  .footer-widget--about {
    padding: 0;
  }
}
.footer-widget--about::after {
  top: calc(50% - 22px);
  right: 0;
  transform: translateY(-50%);
}
.footer-widget--links-1 {
  padding-left: 47px;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .footer-widget--links-1 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-widget--links-1 {
    padding: 0;
    margin: 0;
  }
}
.footer-widget--links-2 {
  padding-left: 15px;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .footer-widget--links-2 {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .footer-widget--links-2 {
    padding: 0;
    margin: 0;
  }
}
.footer-widget--info {
  padding-left: 55px;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .footer-widget--info {
    margin: 0;
    padding-left: 24px;
  }
}
.footer-widget--info::after {
  top: calc(50% - 18px);
  left: -5px;
  transform: translateY(-50%);
}
.footer-widget--info .footer-widget__title {
  margin-bottom: 24px;
}
.footer-widget--border::after {
  top: calc(50% + 123px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-widget__title {
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.45;
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 11px;
}
.footer-widget__about {
 color: inherit;
    margin-bottom: 21px;
}
.footer-widget__subscribe {
  padding: 0 18px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 6px;
}
.footer-widget__subscribe input[type=email] {
  width: calc(100% - 14px);
  padding: 0;
  border: none;
  outline: none;
  font-size: 14px;
  color: var(--agragati-text, #727272);
  font-weight: 700;
  background-color: transparent;
  transition: all 500ms ease;
}
.footer-widget__subscribe input[type=email]:focus {
  color: var(--agragati-black, #212226);
}
.footer-widget__subscribe button[type=submit] {
  padding: 0;
  display: inline-flex;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  color: var(--agragati-base, #379b50);
  transition: all 400ms ease;
}
.footer-widget__subscribe button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.footer-widget__subscribe button[type=submit]:hover {
  color: var(--agragati-black, #212226);
}
.footer-widget .social-links {
  gap: 19px;
}
.footer-widget .social-links a {
  width: 35px;
  height: 35px;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
}
.footer-widget .social-links a:hover {
  background-color: var(--agragati-base, #379b50);
}
.footer-widget .social-links .social-links__icon {
  color: var(--agragati-white, #ffffff);
}
.footer-widget__links {
  margin: 0;
}
.footer-widget__links li + li {
  margin-top: 8px;
}
.footer-widget__links li {
  font-size: 16px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  line-height: 1.75;
  text-transform: capitalize;
}
.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links li a:hover {
  color: var(--agragati-base, #379b50);
}
.footer-widget__info {
  margin: 0;
  margin-left: 12px;
}
.footer-widget__info li + li {
  margin-top: 24px;
}
.footer-widget__info li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widget__info__icon-box {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.footer-widget__info__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.footer-widget__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.footer-widget__info__text-box {
  position: relative;
  z-index: 1;
}
.footer-widget__info__text {
  margin: 0;
  font-size: 14px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  line-height: 1.428;
}
.footer-widget__info__text:hover {
  color: var(--agragati-base, #379b50);
}
.footer-widget__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__info__text a:hover {
  background-size: 100% 1px;
}
li:hover .footer-widget__info__icon-box {
  background-color: var(--agragati-base, #379b50);
}
li:hover .footer-widget__info__icon {
  color: var(--agragati-white, #ffffff);
  animation: slideTop 400ms;
}
.footer-widget__info li:nth-child(2) {
  margin-top: 37px;
}
.footer-widget__info li:first-child {
  position: relative;
}
.footer-widget__info li:first-child::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11.5px 20px 11.5px 0;
  border-color: transparent var(--agragati-white, #ffffff) transparent transparent;
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}
.footer-widget__info li:first-child::after {
  content: "";
  width: calc(100% + 16.5px);
  height: calc(100% + 32px);
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  background-color: var(--agragati-white, #ffffff);
  border-radius: 15px;
}
.footer-widget__info li:first-child .footer-widget__info__icon-box {
  background-color: var(--agragati-black, #212226);
}
.footer-widget__info li:first-child:hover .footer-widget__info__icon-box {
  background-color: var(--agragati-base, #379b50);
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--agragati-base, #379b50);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--agragati-base, #379b50);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--agragati-base, #379b50);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shapeRotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveHorizontal2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -190deg);
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -170deg);
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove2 {
  0% {
    width: 0;
  }
  15% {
    width: 126px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 126px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove3 {
  0% {
    width: 0;
  }
  15% {
    width: 173px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 173px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes moveBackground {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes moveBackgroundY {
  0% {
    background-position: 100% 1920px;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animatedCircle {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
  background-color: var(--agragati-black, #212226);
  overflow: hidden;
  z-index: 1;
}
.main-slider-one__carousel.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
}
@media (max-width: 1399px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1400px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 1500px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    left: 80px;
  }
}
.main-slider-one__item {
  position: relative;
  padding-top: 153px;
  padding-bottom: 141px;
  background-color: var(--agragati-black, #212226);
}
@media (max-width: 1399px) {
  .main-slider-one__item {
    padding-bottom: 240px;
  }
}
@media (max-width: 430px) {
  .main-slider-one__item {
    padding-top: 130px;
  }
}
.main-slider-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.main-slider-one__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: color-burn;
  opacity: 0.2;
}
.main-slider-one__bg__left, .main-slider-one__bg__right {
  height: 100%;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-slider-one__bg__left img, .main-slider-one__bg__right img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.main-slider-one__bg__left {
  width: 54.9658%;
}
@media (max-width: 1599px) {
  .main-slider-one__bg__left {
    width: 57%;
  }
}
@media (max-width: 1399px) {
  .main-slider-one__bg__left {
    width: 57.5%;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__bg__left {
    width: 100%;
  }
}
.main-slider-one__bg__right {
  width: 45.0342%;
  background-color: var(--agragati-black2, #000000);
}
@media (max-width: 1599px) {
  .main-slider-one__bg__right {
    width: 43%;
  }
}
@media (max-width: 1399px) {
  .main-slider-one__bg__right {
    width: 42.5%;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__bg__right {
    display: none;
  }
}
.main-slider-one__bg__right__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1);
  mix-blend-mode: luminosity;
  transition: transform 10s ease;
}
.main-slider-one__bg__right__shape {
  width: 822px;
  height: 237px;
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: 1;
  background-color: var(--agragati-white, #ffffff);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 258.000000"><g transform="translate(0.000000,258.000000) scale(0.100000,-0.100000)"  stroke="none"> <path d="M8060 1805 c0 -12 8 -16 33 -13 17 2 32 8 32 13 0 6 -15 11 -32 13 -25 3 -33 -1 -33 -13z"/> <path d="M7820 1791 c-20 -4 -41 -11 -48 -15 -22 -13 -13 -45 18 -61 28 -14 33 -14 59 1 28 16 59 59 50 68 -11 10 -47 13 -79 7z"/> <path d="M7591 1744 c-59 -18 -70 -30 -49 -51 15 -15 24 -15 75 -4 74 16 88 24 88 47 0 25 -52 28 -114 8z"/> <path d="M8148 1589 c-9 -5 -66 -10 -127 -11 -80 -1 -114 -5 -122 -14 -6 -8 -30 -14 -54 -14 -24 0 -56 -6 -72 -14 -96 -48 -146 -57 -182 -34 -15 9 -28 9 -59 0 -22 -7 -84 -12 -139 -12 -67 0 -113 -5 -136 -15 -20 -8 -48 -15 -62 -15 -15 0 -33 -7 -41 -15 -10 -10 -35 -15 -70 -15 -58 0 -114 -18 -141 -46 -13 -12 -27 -15 -59 -10 -33 4 -48 1 -67 -14 -17 -13 -41 -20 -70 -20 -27 0 -49 -6 -57 -15 -7 -8 -24 -15 -37 -15 -25 0 -114 -20 -209 -46 -28 -8 -58 -14 -67 -14 -16 0 -37 -28 -37 -48 0 -16 238 -12 284 4 21 8 49 14 63 14 13 0 49 10 81 21 31 12 71 23 87 23 34 2 79 10 180 32 147 33 195 46 206 60 6 8 30 14 53 14 23 0 48 6 55 13 6 6 33 13 59 14 80 3 162 15 168 24 7 12 61 11 69 -1 4 -6 13 -7 24 -1 9 5 42 10 73 10 31 0 81 7 110 15 29 8 74 18 100 21 26 3 63 17 84 31 26 18 44 23 64 19 19 -4 38 2 68 21 23 15 42 31 42 34 0 14 -46 28 -62 19z"/> <path d="M8525 1447 c-14 -9 -64 -14 -163 -16 -127 -2 -148 -5 -195 -26 -29 -14 -60 -22 -70 -19 -25 8 -113 -14 -128 -32 -6 -8 -21 -14 -32 -14 -11 0 -29 -7 -39 -17 -15 -13 -23 -14 -44 -5 -34 16 -55 15 -100 -5 -22 -9 -53 -15 -71 -14 -44 3 -73 -14 -73 -45 0 -18 8 -27 28 -35 36 -14 126 -2 171 22 42 22 61 24 85 6 25 -18 13 -67 -15 -60 -13 4 -25 -2 -35 -15 -18 -26 -107 -72 -140 -72 -14 0 -36 8 -50 17 -24 16 -30 16 -89 0 -82 -22 -101 -21 -122 3 -24 27 -35 25 -58 -13 -15 -24 -28 -32 -53 -33 -21 -1 -43 -12 -65 -34 l-32 -32 -96 5 c-57 3 -101 1 -107 -5 -6 -6 -23 -4 -47 6 -26 11 -42 13 -55 6 -10 -6 -30 -10 -43 -10 -14 0 -27 -6 -30 -14 -7 -17 -76 -31 -89 -18 -21 21 -92 0 -135 -39 -24 -22 -46 -40 -50 -40 -5 -1 -53 -3 -108 -4 -55 -2 -120 -8 -145 -15 -25 -7 -58 -13 -75 -14 -25 -1 -31 -6 -33 -28 -4 -37 -28 -36 -50 2 -9 16 -20 30 -23 30 -3 0 -12 -15 -20 -32 -13 -32 -17 -33 -77 -36 -43 -2 -71 2 -85 11 -12 8 -42 17 -67 20 -25 3 -55 9 -67 12 -16 5 -23 2 -28 -14 -3 -12 -16 -26 -27 -32 -16 -9 -26 -7 -49 10 -27 20 -30 20 -81 5 -29 -9 -60 -20 -68 -25 -8 -5 -22 -12 -30 -15 -8 -3 -26 -11 -38 -17 -20 -9 -25 -8 -33 6 -13 22 -38 22 -69 0 -28 -20 -124 -53 -156 -53 -34 0 -117 -32 -151 -57 -27 -21 -39 -23 -76 -18 -41 6 -50 3 -103 -31 -64 -42 -161 -75 -194 -67 -11 3 -38 -4 -60 -16 -22 -11 -53 -21 -68 -21 -16 0 -51 -6 -78 -14 -27 -7 -75 -19 -106 -25 -31 -7 -68 -21 -82 -32 -17 -13 -41 -19 -83 -20 -48 -1 -67 -6 -110 -35 -29 -19 -61 -34 -72 -34 -11 0 -23 -5 -26 -10 -3 -6 -24 -10 -47 -10 -28 0 -53 -9 -85 -30 -44 -30 -96 -39 -108 -20 -11 17 -25 11 -35 -15 -8 -22 -12 -24 -35 -13 -18 8 -32 8 -48 1 -36 -17 -132 -43 -158 -43 -43 -1 -169 -39 -200 -61 -23 -16 -38 -20 -65 -15 -23 5 -41 2 -56 -9 -29 -19 -47 -19 -70 2 -17 15 -18 14 -18 -21 0 -43 -21 -57 -49 -32 -25 23 -46 20 -69 -9 -18 -23 -36 -26 -104 -16 -4 1 -16 11 -28 23 -19 21 -21 21 -33 3 -10 -13 -22 -16 -43 -12 -16 3 -36 1 -46 -4 -21 -11 -48 23 -48 59 0 21 2 23 15 12 20 -16 32 -4 37 34 4 38 71 76 133 76 35 0 47 6 80 41 39 40 41 40 92 34 44 -5 60 -2 105 20 29 15 60 33 69 41 8 8 20 14 26 14 18 0 36 29 29 46 -6 16 -8 16 -24 0 -10 -9 -27 -16 -38 -16 -11 0 -30 -7 -43 -16 -15 -11 -41 -16 -74 -15 -28 0 -56 -4 -62 -9 -19 -16 -126 -50 -156 -50 -34 0 -118 -27 -139 -45 -19 -16 -80 -8 -80 11 0 18 32 34 69 34 16 0 34 6 38 14 10 17 67 46 91 46 41 0 113 33 122 55 5 12 20 25 34 29 14 3 26 13 26 21 0 11 12 15 43 15 23 0 51 7 61 15 12 9 42 15 73 15 53 0 125 22 154 47 8 7 25 13 37 13 11 0 24 5 27 10 3 6 16 10 28 10 12 0 28 9 35 20 8 14 23 20 47 20 20 0 46 6 58 13 12 8 58 22 102 31 44 10 107 30 140 46 56 26 100 40 230 70 86 20 99 30 109 83 11 56 -1 100 -27 105 -10 2 -33 -10 -52 -26 -18 -17 -50 -36 -69 -43 -23 -8 -36 -20 -36 -30 0 -27 -14 -30 -49 -13 -34 17 -76 14 -165 -12 -27 -8 -62 -14 -77 -14 -14 0 -32 -7 -39 -15 -7 -8 -25 -15 -39 -15 -15 0 -36 -7 -47 -15 -10 -8 -29 -15 -40 -15 -12 0 -27 -7 -34 -15 -7 -8 -18 -15 -24 -15 -7 0 -18 -6 -25 -12 -7 -8 -37 -13 -70 -13 -44 0 -64 -5 -81 -20 -14 -13 -36 -19 -68 -20 -29 0 -63 -9 -89 -23 -24 -12 -64 -25 -90 -29 -27 -3 -65 -14 -85 -24 -21 -11 -56 -19 -78 -19 -23 0 -65 -11 -95 -25 -29 -14 -67 -24 -83 -23 -17 1 -39 -5 -49 -14 -23 -20 -108 -48 -146 -48 -35 0 -165 -38 -173 -51 -3 -5 -23 -9 -45 -9 -21 0 -47 -4 -57 -10 -56 -30 -114 -46 -202 -53 -28 -2 -38 -30 -19 -53 13 -16 75 -12 109 6 9 6 21 3 32 -7 16 -14 18 -13 28 11 11 29 45 46 94 46 39 0 50 -8 35 -26 -14 -17 -3 -34 22 -34 29 0 18 -24 -12 -28 -13 -2 -30 -9 -38 -15 -8 -7 -50 -12 -97 -13 -63 0 -88 -5 -102 -17 -10 -9 -24 -17 -30 -17 -6 0 -18 -13 -26 -28 -17 -33 -53 -52 -116 -62 -116 -18 -252 -59 -274 -82 -14 -15 -26 -18 -49 -14 -29 6 -67 -14 -67 -36 0 -13 7204 -10 7217 3 7 7 55 11 122 12 l111 0 0 265 0 264 -22 -6 c-66 -19 -130 -24 -194 -14 -84 12 -93 12 -169 1 -58 -9 -118 -33 -130 -53 -3 -5 -21 -9 -40 -8 -19 1 -43 -5 -52 -13 -29 -24 -71 -39 -112 -39 -34 0 -41 4 -55 35 -10 20 -16 52 -14 73 l3 37 52 -3 c65 -5 93 18 93 77 0 23 6 44 16 52 19 16 120 49 150 49 11 0 42 7 69 16 36 13 50 24 59 45 11 30 37 38 65 20 9 -6 37 -2 75 8 45 12 70 14 94 7 23 -6 44 -5 72 4 l40 13 0 74 c0 73 0 73 -27 73 -16 0 -35 5 -43 10 -13 9 -11 14 13 35 15 14 35 25 43 25 10 0 14 12 14 44 l0 43 -77 7 c-43 3 -81 2 -86 -3 -5 -5 -24 -7 -42 -4 -18 3 -43 0 -56 -7 -13 -7 -59 -17 -103 -21 -78 -8 -82 -7 -123 21 l-44 28 -52 -21 c-69 -28 -237 -37 -237 -13 0 9 8 16 18 16 27 0 115 31 133 47 10 8 43 17 75 20 33 3 65 10 72 16 7 6 52 11 100 12 48 0 103 5 122 9 34 9 35 9 18 -11 -10 -11 -18 -28 -18 -37 0 -13 5 -16 18 -11 9 4 37 10 60 13 49 5 62 24 37 52 -9 10 -15 29 -13 42 3 22 -1 23 -54 26 -66 3 -72 14 -37 62 13 17 19 35 15 45 -6 17 -27 17 -141 4 -5 -1 -17 1 -25 5 -8 3 -24 0 -35 -7z"/> <path d="M7523 1273 c-14 -5 -17 -41 -7 -67 10 -25 32 -19 49 13 24 46 3 73 -42 54z"/> <path d="M3925 1205 c-22 -7 -53 -14 -70 -15 -16 0 -39 -7 -49 -15 -11 -8 -39 -15 -62 -15 -24 0 -49 -6 -56 -14 -22 -21 -75 -46 -99 -46 -12 0 -45 -6 -73 -14 -74 -21 -146 -38 -181 -44 -16 -2 -37 -10 -45 -17 -8 -7 -49 -15 -90 -17 -55 -4 -91 -12 -135 -34 -98 -47 -135 -72 -135 -94 0 -24 23 -26 94 -6 28 8 87 22 131 31 44 9 102 23 129 31 26 8 59 14 71 14 13 0 36 5 52 11 15 6 53 14 83 19 31 4 74 17 95 28 88 45 112 54 155 59 28 4 59 16 81 34 22 17 49 29 66 29 17 0 47 13 70 29 22 16 50 31 62 33 12 1 23 8 24 13 3 15 -73 15 -118 0z"/> <path d="M6180 1205 c-14 -8 -42 -14 -62 -15 -28 0 -38 -5 -43 -21 -9 -27 1 -36 25 -21 11 7 27 12 35 12 25 0 96 40 90 50 -8 13 -15 12 -45 -5z"/> <path d="M7020 1210 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M5745 1083 c-76 -18 -109 -34 -113 -56 -4 -19 27 -24 44 -7 6 6 37 13 70 16 32 2 65 11 74 19 9 8 22 15 28 15 7 0 12 7 12 15 0 18 -31 18 -115 -2z"/> <path d="M4525 1060 c-11 -18 5 -31 26 -20 11 6 17 15 14 21 -8 12 -32 12 -40 -1z"/> <path d="M4245 1000 c-7 -11 12 -50 25 -50 16 0 21 19 10 40 -12 22 -25 26 -35 10z"/> <path d="M4252 898 c2 -13 8 -23 13 -23 6 0 11 10 13 23 2 15 -2 22 -13 22 -11 0 -15 -7 -13 -22z"/> <path d="M2715 874 c-22 -8 -49 -18 -60 -24 -11 -5 -33 -11 -49 -12 -33 -3 -57 -31 -40 -48 7 -7 33 -5 83 6 59 14 74 21 81 40 7 16 17 24 34 24 30 0 42 15 20 24 -20 8 -21 7 -69 -10z"/> <path d="M2812 836 c2 -15 8 -26 13 -26 15 0 12 43 -3 48 -10 3 -13 -4 -10 -22z"/> <path d="M2394 756 c-8 -21 3 -36 27 -36 15 0 20 6 17 22 -4 27 -35 37 -44 14z"/> <path d="M2143 716 c-29 -6 -62 -21 -74 -32 -18 -19 -25 -20 -50 -11 -23 9 -44 8 -97 -6 -37 -9 -100 -17 -141 -17 -64 0 -77 -3 -110 -27 -81 -62 -97 -69 -127 -52 -23 12 -27 10 -50 -14 -14 -15 -35 -27 -48 -27 -13 0 -40 -7 -61 -15 -20 -9 -58 -15 -84 -14 -31 2 -56 -3 -72 -14 -13 -9 -29 -17 -36 -17 -8 0 -32 -12 -55 -26 -34 -22 -45 -24 -65 -15 -41 19 -87 13 -129 -17 -41 -29 -134 -62 -176 -62 -14 0 -37 -9 -50 -20 -14 -10 -47 -24 -73 -30 -26 -6 -59 -17 -74 -24 -15 -8 -55 -14 -90 -15 -43 0 -69 -5 -80 -15 -10 -9 -27 -16 -38 -16 -11 0 -36 -13 -54 -30 -21 -19 -45 -30 -64 -30 -46 0 -135 -63 -135 -96 0 -25 29 -28 108 -9 43 9 86 19 97 21 11 2 36 14 55 26 33 21 94 43 152 55 15 3 33 11 39 19 6 8 28 14 48 14 21 0 46 7 57 15 10 8 26 15 35 15 9 0 34 12 55 28 57 40 106 54 159 47 41 -7 47 -4 87 29 23 20 54 39 68 42 14 3 44 13 66 21 32 11 47 12 62 4 32 -17 55 -13 92 14 19 14 41 25 51 25 9 0 22 7 29 15 8 9 30 15 58 15 25 0 71 6 101 14 72 18 187 43 228 50 17 3 51 14 75 24 101 45 148 62 175 62 15 0 46 7 68 15 22 8 61 14 88 15 43 0 47 -2 47 -24 0 -13 -3 -32 -6 -41 -6 -15 -8 -15 -25 1 -16 15 -20 15 -49 0 -18 -8 -48 -18 -69 -22 -65 -10 -68 -13 -41 -34 23 -18 24 -19 7 -38 -9 -10 -17 -24 -17 -30 0 -20 19 -13 36 13 11 17 25 25 44 25 19 0 36 9 48 25 16 20 26 24 50 19 25 -5 33 -2 47 19 16 24 16 45 -1 124 -6 33 -32 41 -91 29z"/> <path d="M2451 677 c-18 -23 -2 -49 28 -45 20 2 26 8 26 28 0 29 -34 40 -54 17z"/> <path d="M2290 610 c20 -38 100 -38 100 1 0 16 -7 19 -55 19 -52 0 -55 -1 -45 -20z"/> <path d="M3633 553 c-22 -8 -14 -23 12 -23 16 0 25 6 25 15 0 15 -14 18 -37 8z"/> <path d="M1916 491 c-5 -7 -21 -9 -45 -5 -31 5 -46 1 -77 -19 -42 -27 -101 -46 -229 -72 -44 -9 -96 -21 -116 -26 -20 -5 -52 -9 -72 -9 -19 0 -54 -9 -78 -20 -24 -11 -56 -20 -71 -20 -36 0 -118 -28 -136 -47 -10 -10 -25 -13 -46 -9 -21 4 -39 0 -56 -11 -14 -10 -38 -19 -55 -20 -16 -1 -43 -9 -60 -17 -16 -9 -43 -16 -58 -16 -31 0 -93 -23 -117 -44 -8 -7 -39 -16 -69 -19 -29 -4 -58 -11 -65 -16 -6 -5 -34 -15 -61 -22 -46 -11 -91 -30 -157 -65 -14 -8 -41 -14 -60 -14 -18 0 -40 -5 -48 -10 -10 -7 103 -10 356 -8 340 3 374 5 392 21 10 10 57 27 103 39 46 11 91 27 100 34 8 8 23 14 33 14 23 0 31 27 16 55 -15 28 -7 55 15 55 13 0 15 -7 10 -34 -6 -29 -3 -37 17 -49 38 -25 71 -29 103 -13 17 9 40 16 53 16 32 0 48 39 33 81 -6 17 -11 38 -11 45 0 16 79 54 112 54 14 0 31 7 38 15 7 8 26 15 42 15 29 0 70 14 131 46 36 18 46 18 68 -2 17 -16 19 -15 28 8 6 17 20 27 40 31 33 7 39 23 18 52 -10 12 -16 15 -21 6z"/> <path d="M3455 490 c-3 -6 1 -13 10 -16 19 -8 30 0 20 15 -8 14 -22 14 -30 1z"/> <path d="M3350 450 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M1972 318 c2 -13 8 -23 13 -23 6 0 11 10 13 23 2 15 -2 22 -13 22 -11 0 -15 -7 -13 -22z"/> <path d="M1631 264 c-13 -30 -7 -44 19 -44 25 0 41 30 29 53 -14 25 -34 21 -48 -9z"/> <path d="M1730 261 c0 -12 6 -21 16 -21 9 0 14 7 12 17 -5 25 -28 28 -28 4z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 258.000000"><g transform="translate(0.000000,258.000000) scale(0.100000,-0.100000)"  stroke="none"> <path d="M8060 1805 c0 -12 8 -16 33 -13 17 2 32 8 32 13 0 6 -15 11 -32 13 -25 3 -33 -1 -33 -13z"/> <path d="M7820 1791 c-20 -4 -41 -11 -48 -15 -22 -13 -13 -45 18 -61 28 -14 33 -14 59 1 28 16 59 59 50 68 -11 10 -47 13 -79 7z"/> <path d="M7591 1744 c-59 -18 -70 -30 -49 -51 15 -15 24 -15 75 -4 74 16 88 24 88 47 0 25 -52 28 -114 8z"/> <path d="M8148 1589 c-9 -5 -66 -10 -127 -11 -80 -1 -114 -5 -122 -14 -6 -8 -30 -14 -54 -14 -24 0 -56 -6 -72 -14 -96 -48 -146 -57 -182 -34 -15 9 -28 9 -59 0 -22 -7 -84 -12 -139 -12 -67 0 -113 -5 -136 -15 -20 -8 -48 -15 -62 -15 -15 0 -33 -7 -41 -15 -10 -10 -35 -15 -70 -15 -58 0 -114 -18 -141 -46 -13 -12 -27 -15 -59 -10 -33 4 -48 1 -67 -14 -17 -13 -41 -20 -70 -20 -27 0 -49 -6 -57 -15 -7 -8 -24 -15 -37 -15 -25 0 -114 -20 -209 -46 -28 -8 -58 -14 -67 -14 -16 0 -37 -28 -37 -48 0 -16 238 -12 284 4 21 8 49 14 63 14 13 0 49 10 81 21 31 12 71 23 87 23 34 2 79 10 180 32 147 33 195 46 206 60 6 8 30 14 53 14 23 0 48 6 55 13 6 6 33 13 59 14 80 3 162 15 168 24 7 12 61 11 69 -1 4 -6 13 -7 24 -1 9 5 42 10 73 10 31 0 81 7 110 15 29 8 74 18 100 21 26 3 63 17 84 31 26 18 44 23 64 19 19 -4 38 2 68 21 23 15 42 31 42 34 0 14 -46 28 -62 19z"/> <path d="M8525 1447 c-14 -9 -64 -14 -163 -16 -127 -2 -148 -5 -195 -26 -29 -14 -60 -22 -70 -19 -25 8 -113 -14 -128 -32 -6 -8 -21 -14 -32 -14 -11 0 -29 -7 -39 -17 -15 -13 -23 -14 -44 -5 -34 16 -55 15 -100 -5 -22 -9 -53 -15 -71 -14 -44 3 -73 -14 -73 -45 0 -18 8 -27 28 -35 36 -14 126 -2 171 22 42 22 61 24 85 6 25 -18 13 -67 -15 -60 -13 4 -25 -2 -35 -15 -18 -26 -107 -72 -140 -72 -14 0 -36 8 -50 17 -24 16 -30 16 -89 0 -82 -22 -101 -21 -122 3 -24 27 -35 25 -58 -13 -15 -24 -28 -32 -53 -33 -21 -1 -43 -12 -65 -34 l-32 -32 -96 5 c-57 3 -101 1 -107 -5 -6 -6 -23 -4 -47 6 -26 11 -42 13 -55 6 -10 -6 -30 -10 -43 -10 -14 0 -27 -6 -30 -14 -7 -17 -76 -31 -89 -18 -21 21 -92 0 -135 -39 -24 -22 -46 -40 -50 -40 -5 -1 -53 -3 -108 -4 -55 -2 -120 -8 -145 -15 -25 -7 -58 -13 -75 -14 -25 -1 -31 -6 -33 -28 -4 -37 -28 -36 -50 2 -9 16 -20 30 -23 30 -3 0 -12 -15 -20 -32 -13 -32 -17 -33 -77 -36 -43 -2 -71 2 -85 11 -12 8 -42 17 -67 20 -25 3 -55 9 -67 12 -16 5 -23 2 -28 -14 -3 -12 -16 -26 -27 -32 -16 -9 -26 -7 -49 10 -27 20 -30 20 -81 5 -29 -9 -60 -20 -68 -25 -8 -5 -22 -12 -30 -15 -8 -3 -26 -11 -38 -17 -20 -9 -25 -8 -33 6 -13 22 -38 22 -69 0 -28 -20 -124 -53 -156 -53 -34 0 -117 -32 -151 -57 -27 -21 -39 -23 -76 -18 -41 6 -50 3 -103 -31 -64 -42 -161 -75 -194 -67 -11 3 -38 -4 -60 -16 -22 -11 -53 -21 -68 -21 -16 0 -51 -6 -78 -14 -27 -7 -75 -19 -106 -25 -31 -7 -68 -21 -82 -32 -17 -13 -41 -19 -83 -20 -48 -1 -67 -6 -110 -35 -29 -19 -61 -34 -72 -34 -11 0 -23 -5 -26 -10 -3 -6 -24 -10 -47 -10 -28 0 -53 -9 -85 -30 -44 -30 -96 -39 -108 -20 -11 17 -25 11 -35 -15 -8 -22 -12 -24 -35 -13 -18 8 -32 8 -48 1 -36 -17 -132 -43 -158 -43 -43 -1 -169 -39 -200 -61 -23 -16 -38 -20 -65 -15 -23 5 -41 2 -56 -9 -29 -19 -47 -19 -70 2 -17 15 -18 14 -18 -21 0 -43 -21 -57 -49 -32 -25 23 -46 20 -69 -9 -18 -23 -36 -26 -104 -16 -4 1 -16 11 -28 23 -19 21 -21 21 -33 3 -10 -13 -22 -16 -43 -12 -16 3 -36 1 -46 -4 -21 -11 -48 23 -48 59 0 21 2 23 15 12 20 -16 32 -4 37 34 4 38 71 76 133 76 35 0 47 6 80 41 39 40 41 40 92 34 44 -5 60 -2 105 20 29 15 60 33 69 41 8 8 20 14 26 14 18 0 36 29 29 46 -6 16 -8 16 -24 0 -10 -9 -27 -16 -38 -16 -11 0 -30 -7 -43 -16 -15 -11 -41 -16 -74 -15 -28 0 -56 -4 -62 -9 -19 -16 -126 -50 -156 -50 -34 0 -118 -27 -139 -45 -19 -16 -80 -8 -80 11 0 18 32 34 69 34 16 0 34 6 38 14 10 17 67 46 91 46 41 0 113 33 122 55 5 12 20 25 34 29 14 3 26 13 26 21 0 11 12 15 43 15 23 0 51 7 61 15 12 9 42 15 73 15 53 0 125 22 154 47 8 7 25 13 37 13 11 0 24 5 27 10 3 6 16 10 28 10 12 0 28 9 35 20 8 14 23 20 47 20 20 0 46 6 58 13 12 8 58 22 102 31 44 10 107 30 140 46 56 26 100 40 230 70 86 20 99 30 109 83 11 56 -1 100 -27 105 -10 2 -33 -10 -52 -26 -18 -17 -50 -36 -69 -43 -23 -8 -36 -20 -36 -30 0 -27 -14 -30 -49 -13 -34 17 -76 14 -165 -12 -27 -8 -62 -14 -77 -14 -14 0 -32 -7 -39 -15 -7 -8 -25 -15 -39 -15 -15 0 -36 -7 -47 -15 -10 -8 -29 -15 -40 -15 -12 0 -27 -7 -34 -15 -7 -8 -18 -15 -24 -15 -7 0 -18 -6 -25 -12 -7 -8 -37 -13 -70 -13 -44 0 -64 -5 -81 -20 -14 -13 -36 -19 -68 -20 -29 0 -63 -9 -89 -23 -24 -12 -64 -25 -90 -29 -27 -3 -65 -14 -85 -24 -21 -11 -56 -19 -78 -19 -23 0 -65 -11 -95 -25 -29 -14 -67 -24 -83 -23 -17 1 -39 -5 -49 -14 -23 -20 -108 -48 -146 -48 -35 0 -165 -38 -173 -51 -3 -5 -23 -9 -45 -9 -21 0 -47 -4 -57 -10 -56 -30 -114 -46 -202 -53 -28 -2 -38 -30 -19 -53 13 -16 75 -12 109 6 9 6 21 3 32 -7 16 -14 18 -13 28 11 11 29 45 46 94 46 39 0 50 -8 35 -26 -14 -17 -3 -34 22 -34 29 0 18 -24 -12 -28 -13 -2 -30 -9 -38 -15 -8 -7 -50 -12 -97 -13 -63 0 -88 -5 -102 -17 -10 -9 -24 -17 -30 -17 -6 0 -18 -13 -26 -28 -17 -33 -53 -52 -116 -62 -116 -18 -252 -59 -274 -82 -14 -15 -26 -18 -49 -14 -29 6 -67 -14 -67 -36 0 -13 7204 -10 7217 3 7 7 55 11 122 12 l111 0 0 265 0 264 -22 -6 c-66 -19 -130 -24 -194 -14 -84 12 -93 12 -169 1 -58 -9 -118 -33 -130 -53 -3 -5 -21 -9 -40 -8 -19 1 -43 -5 -52 -13 -29 -24 -71 -39 -112 -39 -34 0 -41 4 -55 35 -10 20 -16 52 -14 73 l3 37 52 -3 c65 -5 93 18 93 77 0 23 6 44 16 52 19 16 120 49 150 49 11 0 42 7 69 16 36 13 50 24 59 45 11 30 37 38 65 20 9 -6 37 -2 75 8 45 12 70 14 94 7 23 -6 44 -5 72 4 l40 13 0 74 c0 73 0 73 -27 73 -16 0 -35 5 -43 10 -13 9 -11 14 13 35 15 14 35 25 43 25 10 0 14 12 14 44 l0 43 -77 7 c-43 3 -81 2 -86 -3 -5 -5 -24 -7 -42 -4 -18 3 -43 0 -56 -7 -13 -7 -59 -17 -103 -21 -78 -8 -82 -7 -123 21 l-44 28 -52 -21 c-69 -28 -237 -37 -237 -13 0 9 8 16 18 16 27 0 115 31 133 47 10 8 43 17 75 20 33 3 65 10 72 16 7 6 52 11 100 12 48 0 103 5 122 9 34 9 35 9 18 -11 -10 -11 -18 -28 -18 -37 0 -13 5 -16 18 -11 9 4 37 10 60 13 49 5 62 24 37 52 -9 10 -15 29 -13 42 3 22 -1 23 -54 26 -66 3 -72 14 -37 62 13 17 19 35 15 45 -6 17 -27 17 -141 4 -5 -1 -17 1 -25 5 -8 3 -24 0 -35 -7z"/> <path d="M7523 1273 c-14 -5 -17 -41 -7 -67 10 -25 32 -19 49 13 24 46 3 73 -42 54z"/> <path d="M3925 1205 c-22 -7 -53 -14 -70 -15 -16 0 -39 -7 -49 -15 -11 -8 -39 -15 -62 -15 -24 0 -49 -6 -56 -14 -22 -21 -75 -46 -99 -46 -12 0 -45 -6 -73 -14 -74 -21 -146 -38 -181 -44 -16 -2 -37 -10 -45 -17 -8 -7 -49 -15 -90 -17 -55 -4 -91 -12 -135 -34 -98 -47 -135 -72 -135 -94 0 -24 23 -26 94 -6 28 8 87 22 131 31 44 9 102 23 129 31 26 8 59 14 71 14 13 0 36 5 52 11 15 6 53 14 83 19 31 4 74 17 95 28 88 45 112 54 155 59 28 4 59 16 81 34 22 17 49 29 66 29 17 0 47 13 70 29 22 16 50 31 62 33 12 1 23 8 24 13 3 15 -73 15 -118 0z"/> <path d="M6180 1205 c-14 -8 -42 -14 -62 -15 -28 0 -38 -5 -43 -21 -9 -27 1 -36 25 -21 11 7 27 12 35 12 25 0 96 40 90 50 -8 13 -15 12 -45 -5z"/> <path d="M7020 1210 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M5745 1083 c-76 -18 -109 -34 -113 -56 -4 -19 27 -24 44 -7 6 6 37 13 70 16 32 2 65 11 74 19 9 8 22 15 28 15 7 0 12 7 12 15 0 18 -31 18 -115 -2z"/> <path d="M4525 1060 c-11 -18 5 -31 26 -20 11 6 17 15 14 21 -8 12 -32 12 -40 -1z"/> <path d="M4245 1000 c-7 -11 12 -50 25 -50 16 0 21 19 10 40 -12 22 -25 26 -35 10z"/> <path d="M4252 898 c2 -13 8 -23 13 -23 6 0 11 10 13 23 2 15 -2 22 -13 22 -11 0 -15 -7 -13 -22z"/> <path d="M2715 874 c-22 -8 -49 -18 -60 -24 -11 -5 -33 -11 -49 -12 -33 -3 -57 -31 -40 -48 7 -7 33 -5 83 6 59 14 74 21 81 40 7 16 17 24 34 24 30 0 42 15 20 24 -20 8 -21 7 -69 -10z"/> <path d="M2812 836 c2 -15 8 -26 13 -26 15 0 12 43 -3 48 -10 3 -13 -4 -10 -22z"/> <path d="M2394 756 c-8 -21 3 -36 27 -36 15 0 20 6 17 22 -4 27 -35 37 -44 14z"/> <path d="M2143 716 c-29 -6 -62 -21 -74 -32 -18 -19 -25 -20 -50 -11 -23 9 -44 8 -97 -6 -37 -9 -100 -17 -141 -17 -64 0 -77 -3 -110 -27 -81 -62 -97 -69 -127 -52 -23 12 -27 10 -50 -14 -14 -15 -35 -27 -48 -27 -13 0 -40 -7 -61 -15 -20 -9 -58 -15 -84 -14 -31 2 -56 -3 -72 -14 -13 -9 -29 -17 -36 -17 -8 0 -32 -12 -55 -26 -34 -22 -45 -24 -65 -15 -41 19 -87 13 -129 -17 -41 -29 -134 -62 -176 -62 -14 0 -37 -9 -50 -20 -14 -10 -47 -24 -73 -30 -26 -6 -59 -17 -74 -24 -15 -8 -55 -14 -90 -15 -43 0 -69 -5 -80 -15 -10 -9 -27 -16 -38 -16 -11 0 -36 -13 -54 -30 -21 -19 -45 -30 -64 -30 -46 0 -135 -63 -135 -96 0 -25 29 -28 108 -9 43 9 86 19 97 21 11 2 36 14 55 26 33 21 94 43 152 55 15 3 33 11 39 19 6 8 28 14 48 14 21 0 46 7 57 15 10 8 26 15 35 15 9 0 34 12 55 28 57 40 106 54 159 47 41 -7 47 -4 87 29 23 20 54 39 68 42 14 3 44 13 66 21 32 11 47 12 62 4 32 -17 55 -13 92 14 19 14 41 25 51 25 9 0 22 7 29 15 8 9 30 15 58 15 25 0 71 6 101 14 72 18 187 43 228 50 17 3 51 14 75 24 101 45 148 62 175 62 15 0 46 7 68 15 22 8 61 14 88 15 43 0 47 -2 47 -24 0 -13 -3 -32 -6 -41 -6 -15 -8 -15 -25 1 -16 15 -20 15 -49 0 -18 -8 -48 -18 -69 -22 -65 -10 -68 -13 -41 -34 23 -18 24 -19 7 -38 -9 -10 -17 -24 -17 -30 0 -20 19 -13 36 13 11 17 25 25 44 25 19 0 36 9 48 25 16 20 26 24 50 19 25 -5 33 -2 47 19 16 24 16 45 -1 124 -6 33 -32 41 -91 29z"/> <path d="M2451 677 c-18 -23 -2 -49 28 -45 20 2 26 8 26 28 0 29 -34 40 -54 17z"/> <path d="M2290 610 c20 -38 100 -38 100 1 0 16 -7 19 -55 19 -52 0 -55 -1 -45 -20z"/> <path d="M3633 553 c-22 -8 -14 -23 12 -23 16 0 25 6 25 15 0 15 -14 18 -37 8z"/> <path d="M1916 491 c-5 -7 -21 -9 -45 -5 -31 5 -46 1 -77 -19 -42 -27 -101 -46 -229 -72 -44 -9 -96 -21 -116 -26 -20 -5 -52 -9 -72 -9 -19 0 -54 -9 -78 -20 -24 -11 -56 -20 -71 -20 -36 0 -118 -28 -136 -47 -10 -10 -25 -13 -46 -9 -21 4 -39 0 -56 -11 -14 -10 -38 -19 -55 -20 -16 -1 -43 -9 -60 -17 -16 -9 -43 -16 -58 -16 -31 0 -93 -23 -117 -44 -8 -7 -39 -16 -69 -19 -29 -4 -58 -11 -65 -16 -6 -5 -34 -15 -61 -22 -46 -11 -91 -30 -157 -65 -14 -8 -41 -14 -60 -14 -18 0 -40 -5 -48 -10 -10 -7 103 -10 356 -8 340 3 374 5 392 21 10 10 57 27 103 39 46 11 91 27 100 34 8 8 23 14 33 14 23 0 31 27 16 55 -15 28 -7 55 15 55 13 0 15 -7 10 -34 -6 -29 -3 -37 17 -49 38 -25 71 -29 103 -13 17 9 40 16 53 16 32 0 48 39 33 81 -6 17 -11 38 -11 45 0 16 79 54 112 54 14 0 31 7 38 15 7 8 26 15 42 15 29 0 70 14 131 46 36 18 46 18 68 -2 17 -16 19 -15 28 8 6 17 20 27 40 31 33 7 39 23 18 52 -10 12 -16 15 -21 6z"/> <path d="M3455 490 c-3 -6 1 -13 10 -16 19 -8 30 0 20 15 -8 14 -22 14 -30 1z"/> <path d="M3350 450 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M1972 318 c2 -13 8 -23 13 -23 6 0 11 10 13 23 2 15 -2 22 -13 22 -11 0 -15 -7 -13 -22z"/> <path d="M1631 264 c-13 -30 -7 -44 19 -44 25 0 41 30 29 53 -14 25 -34 21 -48 -9z"/> <path d="M1730 261 c0 -12 6 -21 16 -21 9 0 14 7 12 17 -5 25 -28 28 -28 4z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.main-slider-one__shape-1 {
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-100%);
}
@media (max-width: 1199px) {
  .main-slider-one__shape-1 {
    left: -50px;
  }
}
.main-slider-one__shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateX(-100%);
}
@media (max-width: 1199px) {
  .main-slider-one__shape-2 {
    left: -50px;
  }
}
@media (max-width: 575px) {
  .main-slider-one__shape-2 {
    left: -65px;
  }
}
.main-slider-one__shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation: moveHorizontal 2s linear infinite;
}
.main-slider-one .container {
  position: relative;
  z-index: 2;
}
.main-slider-one__content {
  position: relative;
  padding-right: 40px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .main-slider-one__content {
    padding-right: 0;
  }
}
.main-slider-one__top {
  margin-bottom: 14px;
  overflow: hidden;
}
.main-slider-one__tagline {
  margin: 0;
  padding: 3.5px 30px;
  display: inline-block;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 24px;
  color: var(--agragati-base, #379b50);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
  border-radius: 43px;
  opacity: 0;
  transform: translateY(-200px);
}
@media (max-width: 767px) {
  .main-slider-one__tagline {
    font-size: 22px;
  }
}
.main-slider-one__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  font-size: 70px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.142;
}
@media (max-width: 1399px) {
  .main-slider-one__title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .main-slider-one__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .main-slider-one__title {
    font-size: 45px;
  }
}
@media (max-width: 390px) {
  .main-slider-one__title {
    font-size: 40px;
  }
}
.main-slider-one__title__inner {
  overflow: hidden;
  position: relative;
  display: table;
  opacity: 0;
  transform: translateY(200px);
}
.main-slider-one__title__inner::before, .main-slider-one__title__inner::after {
  content: "";
  position: absolute;
  width: calc(50% + 2px);
  height: 100%;
  background-color: var(--agragati-white, #ffffff);
  z-index: 2;
  transition: all 1000ms ease;
}
.main-slider-one__title__inner::before {
  top: 0;
  right: 0;
}
.main-slider-one__title__inner::after {
  top: 0;
  left: 0;
}
.main-slider-one__description {
  margin-bottom: 42px;
  overflow: hidden;
}
.main-slider-one__text {
  margin-bottom: 0;
  font-size: 18px;
  color: RGBA(var(--agragati-white3-rgb, 229, 222, 217), 0.7);
  line-height: 1.666;
  opacity: 0;
  transform: translateY(150px);
}
@media (max-width: 767px) {
  .main-slider-one__text {
    font-size: 16px;
  }
}
.main-slider-one__button {
  overflow: hidden;
}
.main-slider-one__button__inner {
  opacity: 0;
  transform: translateY(150px);
}
.main-slider-one__button .agragati-btn:hover {
  color: var(--agragati-black, #212226);
}
.main-slider-one__button .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}
.main-slider-one .active .main-slider-one__bg__right__inner {
  transform: scale(1.3);
}
.main-slider-one .active .main-slider-one__tagline,
.main-slider-one .active .main-slider-one__title__inner,
.main-slider-one .active .main-slider-one__text,
.main-slider-one .active .main-slider-one__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1600ms ease, opacity 1600ms ease;
}
.main-slider-one .active .main-slider-one__title__inner {
  transition-delay: 200ms;
}
.main-slider-one .active .main-slider-one__title__inner::before, .main-slider-one .active .main-slider-one__title__inner::after {
  transition-delay: 1500ms;
}
.main-slider-one .active .main-slider-one__title__inner::before {
  top: 0;
  right: 105%;
}
.main-slider-one .active .main-slider-one__title__inner::after {
  top: 0;
  left: 105%;
}
.main-slider-one .active .main-slider-one__text {
  transition-delay: 300ms;
}
.main-slider-one .active .main-slider-one__button__inner {
  transition-delay: 500ms;
}
.main-slider-one .active .main-slider-one__shape-1,
.main-slider-one .active .main-slider-one__shape-2 {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1300ms ease, opacity 1300ms ease;
}
.main-slider-one .active .main-slider-one__shape-1 {
  opacity: 0.38;
}
.main-slider-one .active .main-slider-one__shape-3 {
  opacity: 0.3;
  transition: all 1300ms ease 500ms;
}

.main-slider-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-slider-two__carousel {
  position: relative;
}
.main-slider-two__carousel.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
}
@media (max-width: 1399px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1400px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    top: calc(50% + 74.5px);
    left: 30px;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 1500px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    left: 80px;
  }
}
.main-slider-two__item {
  position: relative;
  padding-top: 247px;
  padding-bottom: 94px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .main-slider-two__item {
    padding-top: 270px;
    padding-bottom: 250px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__item {
    padding-bottom: 260px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__item {
    padding-top: 220px;
  }
}
@media (max-width: 430px) {
  .main-slider-two__item {
    padding-top: 200px;
  }
}
.main-slider-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--agragati-black);
}
.main-slider-two__bg__inner {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1);
  mix-blend-mode: luminosity;
  transition: transform 10s ease;
}
.main-slider-two__bg__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--agragati-black-rgb), 0.85);
}
.main-slider-two .container {
  position: relative;
  z-index: 2;
}
.main-slider-two__content {
  position: relative;
  margin-top: 50px;
  padding-right: 30px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .main-slider-two__content {
    margin-top: 0;
    padding-right: 0;
  }
}
.main-slider-two__top {
  margin-bottom: 2px;
  overflow: hidden;
}
.main-slider-two__tagline {
  margin: 0;
  display: inline-block;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 24px;
  color: var(--agragati-primary);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(-100px);
}
@media (max-width: 767px) {
  .main-slider-two__tagline {
    font-size: 22px;
  }
}
.main-slider-two__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 65px;
  color: var(--agragati-white, #ffffff);
  line-height: 1.23;
}
@media (max-width: 1399px) {
  .main-slider-two__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__title {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .main-slider-two__title {
    font-size: 40px;
  }
}
.main-slider-two__title__inner {
  padding-bottom: 2px;
  overflow: hidden;
  position: relative;
  display: table;
  opacity: 0;
  transform: translateY(-200px);
}
@media (max-width: 575px) {
  .main-slider-two__title__inner {
    padding-bottom: 0;
  }
}
.main-slider-two__title__inner::before, .main-slider-two__title__inner::after {
  content: "";
  position: absolute;
  width: calc(50% + 2px);
  height: 100%;
  background-color: var(--agragati-white, #ffffff);
  z-index: 2;
  transition: all 1000ms ease;
}
.main-slider-two__title__inner::before {
  top: 0;
  right: 0;
}
.main-slider-two__title__inner::after {
  top: 0;
  left: 0;
}
.main-slider-two__description {
  padding-right: 56px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .main-slider-two__description {
    padding-right: 0px;
  }
}
.main-slider-two__text {
  margin-bottom: 0;
  color: rgba(var(--agragati-white3-rgb), 0.7);
  font-weight: 600;
  opacity: 0;
  transform: translateY(150px);
}
.main-slider-two__button {
  padding: 41px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  overflow: hidden;
}
.main-slider-two__button__inner {
  opacity: 0;
  transform: translateY(150px);
}
.main-slider-two__button .agragati-btn:hover {
  color: var(--agragati-base);
}
.main-slider-two__button .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}
.main-slider-two__button .video-btn {
  background-color: var(--agragati-primary);
}
.main-slider-two__button .video-btn:hover {
  background-color: var(--agragati-base);
}
.main-slider-two__button .video-btn__ripple::before, .main-slider-two__button .video-btn__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--agragati-primary-rgb), 0.6);
}
.main-slider-two__button .video-btn:hover .video-btn__ripple::before, .main-slider-two__button .video-btn:hover .video-btn__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--agragati-base-rgb), 0.6);
}
.main-slider-two__image {
  position: relative;
  margin-left: -9px;
  display: inline-block;
  transform: translateX(100%);
  opacity: 0;
}
@media (max-width: 1599px) {
  .main-slider-two__image {
    margin: 0;
  }
}
.main-slider-two__image::after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 5px);
  position: absolute;
  top: 6px;
  right: 21px;
  background: linear-gradient(174.38deg, var(--agragati-primary) 14.64%, var(--agragati-base) 97.69%);
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 273.000000"><g transform="translate(0.000000,273.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2540 5428 c-929 -134 -1658 -728 -2161 -1758 -792 -1624 -307 -2935 1271 -3436 1366 -434 2621 -255 3396 484 834 796 1177 2110 792 3034 -422 1014 -2074 1854 -3298 1676z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 273.000000"><g transform="translate(0.000000,273.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2540 5428 c-929 -134 -1658 -728 -2161 -1758 -792 -1624 -307 -2935 1271 -3436 1366 -434 2621 -255 3396 484 834 796 1177 2110 792 3034 -422 1014 -2074 1854 -3298 1676z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 1599px) {
  .main-slider-two__image::after {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__image::after {
    right: 5px;
  }
}
.main-slider-two__image__inner {
  position: relative;
  display: inline-block;
  z-index: 2;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 273.000000"><g transform="translate(0.000000,273.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2507 5420 c-909 -138 -1630 -731 -2128 -1750 -821 -1681 -287 -2987 1422 -3481 1913 -552 3456 126 4027 1768 462 1328 2 2396 -1316 3057 -770 386 -1354 504 -2005 406z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 273.000000"><g transform="translate(0.000000,273.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2507 5420 c-909 -138 -1630 -731 -2128 -1750 -821 -1681 -287 -2987 1422 -3481 1913 -552 3456 126 4027 1768 462 1328 2 2396 -1316 3057 -770 386 -1354 504 -2005 406z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.main-slider-two__image__inner img {
  display: inline-block !important;
  width: auto !important;
}
@media (max-width: 1599px) {
  .main-slider-two__image__inner img {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
  }
}
.main-slider-two__image__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -37px;
  right: -59px;
  opacity: 0.3;
  animation: textRotate 10s linear infinite;
}
.main-slider-two .active .main-slider-two__bg__inner {
  transform: scale(1.3);
}
.main-slider-two .active .main-slider-two__tagline,
.main-slider-two .active .main-slider-two__title__inner,
.main-slider-two .active .main-slider-two__text,
.main-slider-two .active .main-slider-two__button__inner,
.main-slider-two .active .main-slider-two__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1600ms ease, opacity 1600ms ease;
}
.main-slider-two .active .main-slider-two__title__inner {
  transition-delay: 900ms;
}
.main-slider-two .active .main-slider-two__title__inner::before, .main-slider-two .active .main-slider-two__title__inner::after {
  transition-delay: 2500ms;
}
.main-slider-two .active .main-slider-two__title__inner::before {
  top: 0;
  right: 105%;
}
.main-slider-two .active .main-slider-two__title__inner::after {
  top: 0;
  left: 105%;
}
.main-slider-two .active .main-slider-two__text {
  transition-delay: 1100ms;
}
.main-slider-two .active .main-slider-two__button__inner:nth-child(1) {
  transition-delay: 1400ms;
}
.main-slider-two .active .main-slider-two__button__inner:nth-child(2) {
  transition-delay: 1600ms;
}
.main-slider-two .active .main-slider-two__image {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1200ms ease, opacity 1200ms ease;
}

.main-slider-three {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* ========================
   Owl Carousel Dots
   ======================== */
.main-slider-three__carousel.owl-carousel .owl-dots {
    margin: 0 !important;
    position: absolute;
    z-index: 4;
}

@media (max-width: 1199px) {
    .main-slider-three__carousel.owl-carousel .owl-dots {
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }
}

@media (min-width: 1200px) {
    .main-slider-three__carousel.owl-carousel .owl-dots {
        top: 50%;
        left: 45px;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
    }
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot {
    background-color: var(--agragati-white3);
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot::after {
    background-color: rgba(var(--agragati-primary-rgb), 0.3);
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot:hover,
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--agragati-primary);
}

/* =======================
   Slider Item
   ======================= */
.main-slider-three__item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* =======================
   Responsive Images
   ======================= */
.main-slider-three__item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Ensures full coverage without distortion */
}




.main-slider-four {
  position: relative;
  background-color: var(--agragati-white, #ffffff);
  overflow: hidden;
  z-index: 1;
}
.main-slider-four__carousel.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
}
@media (max-width: 1399px) {
  .main-slider-four__carousel.owl-carousel .owl-nav {
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1400px) {
  .main-slider-four__carousel.owl-carousel .owl-nav {
    top: calc(50% - 95px);
    left: 30px;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 1500px) {
  .main-slider-four__carousel.owl-carousel .owl-nav {
    left: 80px;
  }
}
.main-slider-four__carousel.owl-carousel .owl-nav button {
  background-color: var(--agragati-white, #ffffff);
}
.main-slider-four__item {
  position: relative;
  padding-top: 36px;
  padding-bottom: 92px;
  background-color: var(--agragati-white, #ffffff);
}
@media (max-width: 1599px) {
  .main-slider-four__item {
    padding-top: 130px;
    padding-bottom: 300px;
  }
}
@media (max-width: 430px) {
  .main-slider-four__item {
    padding-top: 110px;
  }
}
.main-slider-four__bg {
  width: 68.3%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.2;
  mix-blend-mode: luminosity;
}
@media (max-width: 1599px) {
  .main-slider-four__bg {
    width: 100%;
  }
}
.main-slider-four__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-91.04deg, var(--agragati-white, #ffffff) 0%, RGBA(var(--agragati-white-rgb, 255, 255, 255), 0) 100%);
}
.main-slider-four__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(0deg, RGBA(var(--agragati-white-rgb, 255, 255, 255), 0) 57.19%, rgba(254, 218, 70, 0.16) 100%);
  z-index: 1;
}
.main-slider-four .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 1599px) {
  .main-slider-four .row {
    align-items: center;
  }
}
.main-slider-four__content {
  position: relative;
  margin-top: 129px;
  z-index: 2;
}
@media (max-width: 1599px) {
  .main-slider-four__content {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .main-slider-four__content {
    max-width: 800px;
  }
}
.main-slider-four__top {
  margin-bottom: 3px;
  overflow: hidden;
}
.main-slider-four__tagline {
  margin: 0;
  display: inline-block;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 24px;
  color: var(--agragati-base);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(100px);
}
@media (max-width: 767px) {
  .main-slider-four__tagline {
    font-size: 22px;
  }
}
.main-slider-four__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 19px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.166;
}
@media (max-width: 991px) {
  .main-slider-four__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .main-slider-four__title {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .main-slider-four__title {
    font-size: 40px;
  }
}
.main-slider-four__title__inner {
  overflow: hidden;
  position: relative;
  display: table;
  opacity: 0;
  transform: translateY(250px);
}
.main-slider-four__description {
  margin-bottom: 32px;
  overflow: hidden;
}
.main-slider-four__text {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--agragati-text, #727272);
  line-height: 1.666;
  opacity: 0;
  transform: translateY(200px);
}
@media (max-width: 767px) {
  .main-slider-four__text {
    font-size: 16px;
  }
}
.main-slider-four__button {
  overflow: hidden;
}
.main-slider-four__button__inner {
  opacity: 0;
  transform: translateY(150px);
}
.main-slider-four__image {
  position: relative;
  opacity: 0;
  transform: translateX(100%) scaleX(2.5);
}
@media (min-width: 1600px) {
  .main-slider-four__image {
    margin-left: -100px;
  }
}
.main-slider-four__image__inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 1599px) {
  .main-slider-four__image__inner img {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .main-slider-four__image__inner img {
    display: inline-block !important;
    width: auto !important;
  }
}
@media (max-width: 1599px) {
  .main-slider-four__image__shape-1, .main-slider-four__image__shape-2 {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .main-slider-four__image__shape-1, .main-slider-four__image__shape-2 {
    display: inline-block !important;
    width: auto !important;
  }
}
.main-slider-four__image__shape-1 {
  position: absolute;
  top: 61px;
  left: 89px;
  animation: moveHorizontal 2s linear infinite;
}
@media (max-width: 1599px) {
  .main-slider-four__image__shape-1 {
    top: 40px;
    left: 0;
  }
}
@media (max-width: 991px) {
  .main-slider-four__image__shape-1 {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .main-slider-four__image__shape-1 {
    top: 0px;
  }
}
.main-slider-four__image__shape-2 {
  position: absolute;
  left: -42px;
  bottom: -90px;
}
@media (max-width: 1599px) {
  .main-slider-four__image__shape-2 {
    bottom: -40px;
  }
}
@media (max-width: 430px) {
  .main-slider-four__image__shape-2 {
    left: -30px;
  }
}
.main-slider-four__shape {
  width: 100%;
  height: 297px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-repeat: repeat-x;
  background-color: transparent;
  background-blend-mode: initial;
  background-position: left top;
  animation: moveBackground 40s linear 0s infinite;
}
.main-slider-four .active .main-slider-four__tagline,
.main-slider-four .active .main-slider-four__title__inner,
.main-slider-four .active .main-slider-four__text,
.main-slider-four .active .main-slider-four__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1600ms ease, opacity 1600ms ease;
}
.main-slider-four .active .main-slider-four__title__inner {
  transition-delay: 500ms;
}
.main-slider-four .active .main-slider-four__text {
  transition-delay: 700ms;
}
.main-slider-four .active .main-slider-four__button__inner {
  transition-delay: 900ms;
}
.main-slider-four .active .main-slider-four__image {
  opacity: 1;
  transform: translateX(0px) scaleX(1);
  transition: transform 1300ms ease, opacity 1300ms ease;
}

.main-slider-five {
  position: relative;
  background-color: var(--agragati-white, #ffffff);
  overflow: hidden;
  z-index: 1;
}
.main-slider-five__carousel {
  position: relative;
}
.main-slider-five__carousel.owl-carousel .owl-dots {
  margin: 0 !important;
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
}
.main-slider-five__carousel.owl-carousel .owl-dots .owl-dot {
  background-color: var(--agragati-white3);
}
.main-slider-five__carousel.owl-carousel .owl-dots .owl-dot::after {
  background-color: rgba(var(--agragati-primary-rgb), 0.3);
}
.main-slider-five__carousel.owl-carousel .owl-dots .owl-dot:hover, .main-slider-five__carousel.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--agragati-primary);
}
.main-slider-five__item {
  position: relative;
  padding-top: 131px;
  padding-bottom: 220px;
  background-color: var(--agragati-white, #ffffff);
  overflow: hidden;
}
.main-slider-five__bg {
  width: 75.65%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .main-slider-five__bg {
    width: 85%;
  }
}
@media (max-width: 1399px) {
  .main-slider-five__bg {
    width: 100%;
  }
}
.main-slider-five__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all 10s ease;
}
.main-slider-five__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90.9deg, #100E2C 34.39%, rgba(254, 101, 0, 0) 108.3%);
  z-index: 1;
}
.main-slider-five .container {
  position: relative;
  z-index: 3;
}
.main-slider-five__content {
  position: relative;
  z-index: 2;
}
.main-slider-five__top {
  margin-bottom: 15px;
  overflow: hidden;
}
.main-slider-five__tagline {
  margin: 0;
  padding: 3.5px 26.5px;
  display: inline-block;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 24px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
  border-radius: 43px;
  opacity: 0;
  transform: translateY(-200px);
}
@media (max-width: 767px) {
  .main-slider-five__tagline {
    font-size: 22px;
  }
}
.main-slider-five__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  font-size: 80px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.125;
}
@media (max-width: 1399px) {
  .main-slider-five__title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .main-slider-five__title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .main-slider-five__title {
    font-size: 57px;
  }
}
@media (max-width: 767px) {
  .main-slider-five__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .main-slider-five__title {
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .main-slider-five__title {
    font-size: 45px;
  }
}
@media (max-width: 390px) {
  .main-slider-five__title {
    font-size: 40px;
  }
}
.main-slider-five__title__inner {
  overflow: hidden;
  position: relative;
  display: table;
  opacity: 0;
  transform: translateY(300px);
}
.main-slider-five__title__hover {
  display: block;
}
.main-slider-five__title__hover__box {
  display: block;
  width: calc(10% + 1px);
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  background-color: var(--agragati-white, #ffffff);
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  z-index: 1;
}
.main-slider-five__description {
  margin-bottom: 42px;
  overflow: hidden;
}
.main-slider-five__text {
  margin-bottom: 0;
  font-size: 18px;
  color: RGBA(var(--agragati-gray4-rgb, 210, 210, 210), 0.7);
  line-height: 1.666;
  opacity: 0;
  transform: translateY(150px);
}
@media (max-width: 767px) {
  .main-slider-five__text {
    font-size: 16px;
  }
}
.main-slider-five__button {
  overflow: hidden;
}
.main-slider-five__button__inner {
  opacity: 0;
  transform: translateY(150px);
}
.main-slider-five__button .agragati-btn {
  background-color: var(--agragati-primary);
}
.main-slider-five__button .agragati-btn:hover {
  color: var(--agragati-black);
}
.main-slider-five__button .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}
.main-slider-five__shape-1, .main-slider-five__shape-2 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.main-slider-five__shape-1 {
  position: absolute;
  top: 0;
  left: -50%;
  mix-blend-mode: soft-light;
  z-index: 2;
  animation: moveHorizontal2 2s linear infinite;
}
@media (max-width: 1599px) {
  .main-slider-five__shape-1 {
    display: none !important;
  }
}
.main-slider-five__shape-2 {
  position: absolute;
  top: 27px;
  right: 240px;
  opacity: 0;
  transform: translateX(100%) scaleX(2.5);
  z-index: 2;
}
@media (max-width: 1799px) {
  .main-slider-five__shape-2 {
    right: 100px;
  }
}
@media (max-width: 1599px) {
  .main-slider-five__shape-2 {
    max-width: 500px !important;
    top: 50%;
    right: 50px;
    transform: translate(100%, -50%) scaleX(2.5);
  }
}
@media (max-width: 1399px) {
  .main-slider-five__shape-2 {
    max-width: 450px !important;
  }
}
@media (max-width: 1199px) {
  .main-slider-five__shape-2 {
    display: none !important;
  }
}
.main-slider-five .active .main-slider-five__bg__inner {
  transform: scale(1.2);
}
.main-slider-five .active .main-slider-five__tagline,
.main-slider-five .active .main-slider-five__title__inner,
.main-slider-five .active .main-slider-five__text,
.main-slider-five .active .main-slider-five__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1600ms ease, opacity 1600ms ease;
}
.main-slider-five .active .main-slider-five__title__inner {
  transition-delay: 200ms;
}
.main-slider-five .active .main-slider-five__text {
  transition-delay: 300ms;
}
.main-slider-five .active .main-slider-five__button__inner {
  transition-delay: 500ms;
}
.main-slider-five .active .main-slider-five__title__hover__box {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
}
.main-slider-five .active .main-slider-five__title__hover__box--1 {
  left: 0;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.main-slider-five .active .main-slider-five__title__hover__box--2 {
  left: 10%;
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
.main-slider-five .active .main-slider-five__title__hover__box--3 {
  left: 20%;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.main-slider-five .active .main-slider-five__title__hover__box--4 {
  left: 30%;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.main-slider-five .active .main-slider-five__title__hover__box--5 {
  left: 40%;
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}
.main-slider-five .active .main-slider-five__title__hover__box--6 {
  left: 50%;
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
.main-slider-five .active .main-slider-five__title__hover__box--7 {
  left: 60%;
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}
.main-slider-five .active .main-slider-five__title__hover__box--8 {
  left: 70%;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.main-slider-five .active .main-slider-five__title__hover__box--9 {
  left: 80%;
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
}
.main-slider-five .active .main-slider-five__title__hover__box--10 {
  left: 90%;
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}
.main-slider-five .active .main-slider-five__shape-1 {
  left: 0;
  opacity: 1;
  transition: all 1200ms ease;
}
@media (max-width: 1799px) {
  .main-slider-five .active .main-slider-five__shape-1 {
    left: -30px;
  }
}
.main-slider-five .active .main-slider-five__shape-2 {
  opacity: 0.1;
  transform: translateX(0%) scaleX(1);
  transition: all 1200ms ease;
}
@media (max-width: 1599px) {
  .main-slider-five .active .main-slider-five__shape-2 {
    transform: translate(0%, -50%) scaleX(1);
  }
}

.main-slider-six {
  position: relative;
  background-color: var(--agragati-black);
  overflow: hidden;
  z-index: 1;
}
.main-slider-six__carousel.owl-carousel .owl-dots {
  margin: 0 !important;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1199px) {
  .main-slider-six__carousel.owl-carousel .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .main-slider-six__carousel.owl-carousel .owl-dots {
    width: auto;
    min-width: auto;
    max-width: inherit;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 26px;
    top: calc(50% + 56px);
    right: calc((100% - 1178px) / 2);
    transform: translateY(-50%);
  }
}
@media (min-width: 1600px) {
  .main-slider-six__carousel.owl-carousel .owl-dots {
    top: calc(50% + 110px);
  }
}
.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  border: 0;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--agragati-base);
  z-index: 1;
  transition: all 400ms ease;
}
.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  border-radius: inherit;
  border: 6px solid var(--agragati-white, #ffffff);
  z-index: -1;
  transition: all 400ms ease;
}
.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}
.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot:hover::after, .main-slider-six__carousel.owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot:hover span, .main-slider-six__carousel.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.main-slider-six__item {
  position: relative;
  padding-top: 328px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .main-slider-six__item {
    padding-top: 220px;
  }
}
@media (max-width: 1199px) {
  .main-slider-six__item {
    padding-bottom: 220px;
  }
}
@media (max-width: 575px) {
  .main-slider-six__item {
    padding-top: 180px;
  }
}
.main-slider-six__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1);
  transition: transform 10s ease;
}
.main-slider-six__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--agragati-black-rgb), 0.6);
}
.main-slider-six .container {
  position: relative;
  z-index: 2;
}
.main-slider-six__inner {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 575px) {
  .main-slider-six__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 390px) {
  .main-slider-six__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.main-slider-six__inner::after {
  content: "";
  width: 100%;
  height: calc(100% + 240px);
  position: absolute;
  top: -120px;
  left: 0;
  background-color: rgba(var(--agragati-black-rgb), 0.47);
  border-radius: 40px 40px 0px 0px;
}
@media (max-width: 1199px) {
  .main-slider-six__inner::after {
    height: calc(100% + 340px);
  }
}
@media (max-width: 575px) {
  .main-slider-six__inner::after {
    top: -80px;
    height: calc(100% + 300px);
  }
}
.main-slider-six__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.main-slider-six__top {
  margin-bottom: 18px;
  overflow: hidden;
}
.main-slider-six__tagline {
  margin: 0;
  padding: 3.5px 27px;
  display: inline-block;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 24px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
  border-radius: 43px;
  opacity: 0;
  transform: translateY(-200px);
}
@media (max-width: 767px) {
  .main-slider-six__tagline {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  .main-slider-six__tagline {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }
}
.main-slider-six__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
  font-size: 70px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.142;
}
@media (max-width: 1399px) {
  .main-slider-six__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider-six__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .main-slider-six__title {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .main-slider-six__title {
    font-size: 40px;
  }
}
.main-slider-six__title__inner {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: table;
  opacity: 0;
  transform: translateY(200px);
}
.main-slider-six__description {
  margin: 0 auto 26px;
  max-width: 600px;
  overflow: hidden;
}
.main-slider-six__text {
  margin-bottom: 0;
  font-size: 18px;
  color: RGBA(var(--agragati-gray4-rgb, 210, 210, 210), 0.7);
  font-weight: 600;
  line-height: 1.666;
  opacity: 0;
  transform: translateY(150px);
}
@media (max-width: 767px) {
  .main-slider-six__text {
    font-size: 16px;
  }
}
.main-slider-six__button {
  overflow: hidden;
}
.main-slider-six__button__inner {
  opacity: 0;
  transform: translateY(150px);
}
.main-slider-six__button .agragati-btn:hover {
  color: var(--agragati-black);
}
.main-slider-six__button .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}
.main-slider-six .active .main-slider-six__bg {
  transform: scale(1.3);
}
.main-slider-six .active .main-slider-six__tagline,
.main-slider-six .active .main-slider-six__title__inner,
.main-slider-six .active .main-slider-six__text,
.main-slider-six .active .main-slider-six__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1600ms ease, opacity 1600ms ease;
}
.main-slider-six .active .main-slider-six__title__inner {
  transition-delay: 200ms;
}
.main-slider-six .active .main-slider-six__text {
  transition-delay: 300ms;
}
.main-slider-six .active .main-slider-six__button__inner {
  transition-delay: 500ms;
}


.latest-updates-box {
  background: #fff; 
  overflow-y: auto;
}

.latest-updates-box ul li {
    border: 1px solid #e0e0e0; /* visible border for each item */
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 10px;
    background: #fff;
    display: flex;
    align-items: flex-start;
}

.latest-updates-box ul li i {
    color: #000; /* universal icon color black */
    margin-right: 10px;
    margin-top: 2px;
}

.latest-updates-box ul li p {
    line-height:1.3;
}

.update-date {
  font-size: 0.85rem;
  font-weight: 600;
  color: #5f2472;
}

.latest-updates-box li {
  word-wrap: break-word;   /* breaks long words */
  overflow-wrap: anywhere; /* ensures text won’t overflow */
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: #ffffff;
}
.about-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  opacity: 0.3;
}
.about-one .sec-title {
  margin-bottom: 11px;
}
.about-one__text {
  margin-bottom: 29px;
}
.about-us{
	padding: 50px 0;
}

.about-us-images{
	position: relative;
	padding: 0 0 190px 110px;
	margin-right: 30px;
}

.about-img-1,
.about-img-2{
	border-radius: 30px;
	overflow: hidden;
}

.about-img-1 figure,
.about-img-2 figure{
	display: block;
}

.about-img-1 img,
.about-img-2 img{
	width: 100%;
	object-fit: cover;
}

.about-img-1 img{
	aspect-ratio: 1 / 0.95;
}

.about-img-2{
	position: absolute;
	max-width: 412px;
	bottom: 0;
	left: 0;
	border: 15px solid #ffffff;
	z-index: 1;
	overflow: hidden;
}

.about-img-2 img{
	aspect-ratio: 1 / 0.86;
}

.need-fund-box{
	position: absolute;
	right: 0;
	bottom: 15px;
	max-width: 165px;
	background-color: var(--accent-color);
	border-radius: 13px;
	padding: 18px;
    text-align: center;
	overflow: hidden;
}

.need-fund-box:before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.need-fund-box:hover:before{
	top: auto;
    height: 100%;
}

.need-fund-box img{
	position: relative;
	width: 100%;
	max-width: 60px;
	margin-bottom: 10px;
	z-index: 1;
}

.need-fund-box p{
	position: relative;
	text-transform: capitalize;
	color: var(--white-color);
	font-weight: 600;
	margin: 0;
	z-index: 1;
}

.about-us-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 60px;
}

.about-us-body-content{
	width: calc(55% - 30px);
}

.about-support-box{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.about-support-box .icon-box{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.about-support-box .icon-box:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	z-index: 0;
}

.about-support-box .icon-box img{
	position: relative;
	width: 100%;
	max-width: 50px;
	z-index: 1;
}

.about-support-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.about-support-content p{
	margin: 0;
}

.helped-fund-item{
	position: relative;
	width: calc(45% - 30px);
	padding: 0 30px 30px;
	text-align: center;
}

.helped-fund-item:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--secondary-color);
	display: inline-block;
    mask-image: url('../images/helped-fund-box-mask.svg');
    mask-size: contain;
    mask-position: bottom center;
    mask-repeat: no-repeat;
	z-index: 0;
}

.helped-fund-img{
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}

.helped-fund-img figure{
	max-width: 120px;
	display: inline-block;
	border-radius: 100px;
}

.helped-fund-img img{
	width: 100%;
	aspect-ratio: 1 / 1;
    object-fit: cover;
}

.helped-fund-content{
	position: relative;
	z-index: 1;
}

.helped-fund-content h2{
	color: var(--accent-color);
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

.helped-fund-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.helped-fund-content p{
	font-size: 14px;
	margin: 0;
}


.image-anime{
	position: relative;
	overflow: hidden;
}

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

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

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}


.features-one__carousel {
  width: 100% !important;
  max-width: 100% !important;
}
.features-one__carousel .owl-stage-outer {
  overflow: hidden;
}

.about-five {
  background-color: var(--agragati-white, #ffffff);
}
.about-five .sec-title {
  margin-bottom: 21px;
}
.about-five__text {
  margin-bottom: 10px;
  font-weight: 600;
}
.about-five__inner {
  margin-bottom: 40px;
  padding-right: 53px;
}
@media (max-width: 1199px) {
  .about-five__inner {
    padding-right: 0;
  }
}
.about-five__inner__content {
  border: 1px solid var(--agragati-white3, #E5DED9);
  border-radius: 10px;
}
.about-five__inner__top {
  padding: 20px 29px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 60px;
  border-bottom: 1px solid var(--agragati-white3, #E5DED9);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-five__inner__top {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575px) {
  .about-five__inner__top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-five__inner__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-five__inner__item:first-child::after {
  content: "";
  width: 1px;
  height: calc(100% + 40px);
  background-color: var(--agragati-white3, #E5DED9);
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-five__inner__item:first-child::after {
    display: none;
  }
}
.about-five__inner__icon {
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #379b50;
  font-size: 36px;
  color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.about-five__inner__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-five__inner__item:hover .about-five__inner__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-black, #212226);
}
.about-five__inner__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}
.about-five__inner__bottom {
  padding: 14px 36px 15px;
}
@media (max-width: 375px) {
  .about-five__inner__bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.about-five__inner__list {
  margin: 0;
}
.about-five__inner__list li + li {
  margin-top: 8px;
}
.about-five__inner__list li {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  font-size: 18px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  line-height: 1.625;
}
.about-five__inner__list__icon {
  position: relative;
  top: 6px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 8px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary, #F2B42B);
  border-radius: 50%;
}
.about-five__inner__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-five__image {
  position: relative;
}
.about-five__image__one {
  /* position: relative; */
  /* text-align: right; */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-five__image__one {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .about-five__image__one {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .about-five__image__one {
    padding-left: 0px;
  }
}
.about-five__image__one img {box-shadow: #afb1b0 1px 3px 9px 0px;
    width: 100%;
    height: auto;
    border-radius: 10px;}
.about-five__image__two {
  margin: -173px 0 0 -30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-five__image__two {
    margin: -100px 0 0 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-five__image__two {
    margin-left: 95px;
  }
}
@media (max-width: 767px) {
  .about-five__image__two {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .about-five__image__two {
    display: none;
  }
}
.about-five__image__two img {
  margin-left: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.about-five__image__border {
  /* display: none; */
  width: 5px;
  height: 399px;
  border-radius: 10px;
  background-color: var(--agragati-base, #E23B33);
  position: absolute;
  top: 12px;
  animation: zump 2s linear infinite;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-five__image__border {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .about-five__image__border {
    display: none;
  }
}
.about-five__image__border--1 {
  left: 0px;
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-five__image__border--1 {
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-five__image__border--1 {
    left: 110px;
  }
}
@media (max-width: 767px) {
  .about-five__image__border--1 {
    left: 0px;
  }
}
.about-five__image__border--2 {
  left: 4px;
  background-color: var(--agragati-primary, #F2B42B);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-five__image__border--2 {
    left: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-five__image__border--2 {
    left: 123px;
  }
}
@media (max-width: 767px) {
  .about-five__image__border--2 {
    left: 13px;
  }
}
.about-five__image__box {
  width: 158px;
  height: 158px;
  position: absolute;
  right: 145px;
  bottom: -94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--agragati-base, #E23B33);
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-five__image__box {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .about-five__image__box {
    right: 75px;
  }
}
@media (max-width: 575px) {
  .about-five__image__box {
    display: none;
  }
}
.about-five__image__logo {
  width: 108px;
  height: 108px;
  position: absolute;
  right: 173px;
  bottom: -69px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--agragati-black, #212226);
  border: 5px solid var(--agragati-white, #ffffff);
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-five__image__logo {
    right: 48px;
  }
}
@media (max-width: 767px) {
  .about-five__image__logo {
    right: 103px;
  }
}
@media (max-width: 575px) {
  .about-five__image__logo {
    display: none;
  }
}
.about-five__image__logo img {
  margin: 0;
  max-width: 100%;
  height: auto;
}



.divider {
  width: 60px;
  height: 3px;
  background: #28a745; /* green accent */
  margin: 15px auto;
  border-radius: 2px;
}

.pillar-box:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.pillar-icon i {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 50%;
}

.programmatic-pillars-section {
  padding: 50px 50px;
  background: linear-gradient(135deg, #f9fafc, #eef5f9);
  position: relative;
  z-index: 1;
}

/* Pillar box style */
.pillar-box {
  transition: all 0.3s ease-in-out;
}

.pillar-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Icon design + rotation */
.pillar-icon i {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 50%;
  display: inline-block;
}

.rotate-icon i {
  animation: spin 8s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features-one__card__image {
  height: 330px;           /* Adjust as needed (e.g., 200–300px) */
  overflow: hidden;
}

.features-one__card__image {
  height: 330px;          /* keep consistent height */
  overflow: hidden;
}

.features-one__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* ensures full coverage without distortion */
  display: block;
}

.features-one__card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* Keep the colored overlay behind the image */
.features-one__card__text {
  position: relative;
  z-index: 1;              /* ensures text stays above */
}
.features-one__card__text__bg {
  z-index: 0;              /* keeps it behind text, not image */
}
.features-one {
  background-color: var(--agragati-white, #ffffff);
}
.features-one__card {
  border-radius: 10px;
}
.features-one__card__text {
  position: relative;
  text-align: center;
  z-index: 1;
}
.features-one__card__text__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F2B42B;
  border-radius: inherit;
}
.features-one__card__title {
  margin: 0;
  position: relative;
  font-size: 16px;
  color: var(--accent-color-text);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.416;
  z-index: 1;
}
.features-one__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-one__card__title a:hover {
  background-size: 100% 1px;
}
.features-one__card__icon-box {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}
.features-one__card__icon-box:hover {
  transform: translateX(-50%) rotate(30deg);
}
.features-one__card__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  font-size: 25px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--accent-color-btn);
  transition: all 500ms ease;
}
.features-one__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-one__card:hover .features-one__card__icon {
  color: var(--accent-color-btn);
  background-color:  #F2B42B;
}
.features-one__card--1 .features-one__card__text {
  min-height: auto;
  padding: 33px 30px;
  border-radius: 10px 10px 0px 0px;
}
.features-one__card--1 .features-one__card__text__bg {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 453.000000"><g transform="translate(0.000000,453.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2500 l0 -2030 80 0 c43 0 91 -5 105 -12 21 -9 32 -8 62 6 52 25 134 13 178 -25 36 -32 116 -52 164 -43 33 7 128 -12 150 -30 7 -6 54 -11 105 -11 67 0 100 -5 123 -18 40 -21 116 -23 133 -2 19 23 78 18 207 -15 124 -32 204 -38 222 -17 6 8 29 22 51 32 35 16 45 17 80 5 31 -10 48 -11 79 -2 21 7 53 12 70 12 17 0 57 13 89 29 46 23 61 26 80 18 15 -7 33 -7 60 2 25 7 62 9 113 3 42 -4 90 -4 105 0 16 5 40 5 54 1 14 -4 43 -7 65 -8 81 -4 161 -17 197 -32 27 -12 57 -14 110 -10 71 5 75 4 146 -35 68 -36 77 -39 124 -33 28 4 65 16 82 26 31 18 33 18 69 -1 24 -13 56 -20 90 -20 46 0 57 4 81 29 25 26 37 30 95 33 36 3 80 11 97 18 29 12 35 11 84 -19 45 -28 58 -31 95 -26 45 7 72 -2 109 -37 11 -10 32 -21 46 -24 14 -3 35 -10 48 -15 32 -13 124 -11 179 3 35 8 50 8 65 -1 10 -6 29 -9 43 -5 14 3 46 -1 72 -9 109 -35 151 -40 215 -26 51 11 65 19 82 46 15 24 28 33 49 33 15 0 41 10 57 21 25 19 33 20 58 10 19 -8 47 -10 75 -6 33 5 51 3 67 -8 19 -13 25 -13 52 1 28 14 36 14 82 -2 49 -17 55 -17 111 -1 33 10 74 17 90 16 17 0 54 -1 83 -1 29 0 67 -6 85 -13 18 -8 71 -14 123 -14 63 0 100 -5 122 -17 17 -9 53 -16 80 -16 39 0 53 5 73 26 13 14 36 32 51 40 23 12 30 12 55 -1 20 -11 43 -14 78 -9 41 5 55 2 77 -15 14 -12 33 -21 41 -21 8 0 37 -11 64 -24 64 -32 129 -56 152 -56 9 0 40 -11 67 -25 79 -40 181 -68 223 -61 29 4 42 1 58 -13 34 -32 57 -34 84 -5 30 33 84 57 110 49 11 -4 28 -1 37 7 30 23 64 40 114 55 48 14 51 14 74 -8 19 -17 30 -20 60 -15 30 6 41 3 63 -17 39 -36 85 -51 136 -44 56 8 72 2 90 -34 8 -15 25 -31 37 -34 13 -4 31 -14 41 -23 16 -14 23 -14 72 2 36 11 62 27 79 48 l24 31 61 -23 c51 -19 71 -21 128 -15 38 4 88 6 113 6 78 -2 180 20 191 41 7 13 21 18 56 18 40 0 54 -6 92 -38 83 -69 164 -76 213 -19 23 28 33 32 72 31 25 0 51 -5 58 -11 7 -6 74 -13 148 -17 74 -4 140 -12 147 -18 10 -8 28 -6 68 8 l55 18 0 2218 0 2218 -4500 0 -4500 0 0 -2030z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 453.000000"><g transform="translate(0.000000,453.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2500 l0 -2030 80 0 c43 0 91 -5 105 -12 21 -9 32 -8 62 6 52 25 134 13 178 -25 36 -32 116 -52 164 -43 33 7 128 -12 150 -30 7 -6 54 -11 105 -11 67 0 100 -5 123 -18 40 -21 116 -23 133 -2 19 23 78 18 207 -15 124 -32 204 -38 222 -17 6 8 29 22 51 32 35 16 45 17 80 5 31 -10 48 -11 79 -2 21 7 53 12 70 12 17 0 57 13 89 29 46 23 61 26 80 18 15 -7 33 -7 60 2 25 7 62 9 113 3 42 -4 90 -4 105 0 16 5 40 5 54 1 14 -4 43 -7 65 -8 81 -4 161 -17 197 -32 27 -12 57 -14 110 -10 71 5 75 4 146 -35 68 -36 77 -39 124 -33 28 4 65 16 82 26 31 18 33 18 69 -1 24 -13 56 -20 90 -20 46 0 57 4 81 29 25 26 37 30 95 33 36 3 80 11 97 18 29 12 35 11 84 -19 45 -28 58 -31 95 -26 45 7 72 -2 109 -37 11 -10 32 -21 46 -24 14 -3 35 -10 48 -15 32 -13 124 -11 179 3 35 8 50 8 65 -1 10 -6 29 -9 43 -5 14 3 46 -1 72 -9 109 -35 151 -40 215 -26 51 11 65 19 82 46 15 24 28 33 49 33 15 0 41 10 57 21 25 19 33 20 58 10 19 -8 47 -10 75 -6 33 5 51 3 67 -8 19 -13 25 -13 52 1 28 14 36 14 82 -2 49 -17 55 -17 111 -1 33 10 74 17 90 16 17 0 54 -1 83 -1 29 0 67 -6 85 -13 18 -8 71 -14 123 -14 63 0 100 -5 122 -17 17 -9 53 -16 80 -16 39 0 53 5 73 26 13 14 36 32 51 40 23 12 30 12 55 -1 20 -11 43 -14 78 -9 41 5 55 2 77 -15 14 -12 33 -21 41 -21 8 0 37 -11 64 -24 64 -32 129 -56 152 -56 9 0 40 -11 67 -25 79 -40 181 -68 223 -61 29 4 42 1 58 -13 34 -32 57 -34 84 -5 30 33 84 57 110 49 11 -4 28 -1 37 7 30 23 64 40 114 55 48 14 51 14 74 -8 19 -17 30 -20 60 -15 30 6 41 3 63 -17 39 -36 85 -51 136 -44 56 8 72 2 90 -34 8 -15 25 -31 37 -34 13 -4 31 -14 41 -23 16 -14 23 -14 72 2 36 11 62 27 79 48 l24 31 61 -23 c51 -19 71 -21 128 -15 38 4 88 6 113 6 78 -2 180 20 191 41 7 13 21 18 56 18 40 0 54 -6 92 -38 83 -69 164 -76 213 -19 23 28 33 32 72 31 25 0 51 -5 58 -11 7 -6 74 -13 148 -17 74 -4 140 -12 147 -18 10 -8 28 -6 68 8 l55 18 0 2218 0 2218 -4500 0 -4500 0 0 -2030z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.features-one__card--1 .features-one__card__icon-box {
  bottom: -15px;
  background-color: var(--accent-color);
}
.features-one__card--1:hover .features-one__card__icon-box {
  background-color: var(--accent-color-btn);
}
.features-one__card--1 .features-one__card__image {
  margin-top: -27px;
}
.features-one__card--1 .features-one__card__image img {
  width: 100%;
  display: block;
  border-radius: 0px 0px 10px 10px;
}
.features-one__card--2 .features-one__card__text {
  width: 100%;
  min-height: auto;
   padding: 33px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 0px 10px 10px;
}
.features-one__card--2 .features-one__card__text__bg {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 423.000000"><g transform="translate(0.000000,423.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1475 4174 c-22 -8 -52 -28 -67 -46 l-27 -31 -48 18 c-75 29 -131 34 -185 18 -29 -8 -63 -11 -83 -7 -50 9 -164 -15 -176 -38 -7 -13 -22 -18 -56 -18 -40 0 -54 6 -92 38 -82 69 -164 76 -212 19 -22 -26 -33 -30 -72 -30 -25 0 -52 4 -59 10 -7 6 -73 14 -147 17 -73 4 -141 12 -151 18 -13 8 -27 7 -56 -4 l-39 -16 -3 -2061 -2 -2061 4500 0 4500 0 0 1870 0 1870 -90 0 c-49 0 -101 5 -115 12 -21 9 -32 8 -62 -6 -52 -25 -134 -13 -177 25 -38 33 -112 54 -163 46 -41 -7 -128 9 -159 30 -16 10 -39 12 -85 7 -49 -4 -75 -2 -109 11 -66 26 -134 30 -162 11 -32 -23 -70 -20 -199 14 -117 31 -212 39 -225 19 -3 -6 -26 -20 -50 -30 -37 -17 -48 -18 -88 -7 -36 9 -53 9 -79 0 -18 -7 -48 -12 -66 -12 -17 0 -51 -10 -74 -22 -46 -24 -135 -33 -302 -30 -38 1 -81 1 -95 1 -88 0 -270 24 -298 40 -15 8 -53 12 -105 10 -79 -3 -85 -1 -150 35 -63 35 -72 38 -120 32 -28 -4 -66 -16 -83 -26 -30 -19 -31 -19 -67 0 -24 13 -56 20 -90 20 -46 0 -57 -4 -82 -30 -26 -27 -35 -30 -87 -30 -34 0 -72 -7 -89 -16 -34 -17 -57 -13 -110 23 -32 21 -44 23 -84 18 -42 -7 -51 -4 -90 24 -79 57 -203 77 -297 49 -31 -9 -44 -9 -60 1 -10 6 -29 9 -40 5 -12 -3 -44 1 -72 9 -117 36 -154 40 -218 26 -51 -11 -65 -19 -82 -46 -15 -24 -28 -33 -49 -33 -15 0 -41 -10 -57 -21 -25 -19 -33 -20 -58 -10 -19 8 -47 10 -75 6 -33 -5 -51 -3 -70 10 -17 10 -27 13 -32 6 -8 -14 -80 -14 -119 0 -25 9 -44 8 -91 -6 -33 -9 -73 -17 -90 -16 -16 1 -54 1 -83 2 -30 0 -75 8 -100 18 -30 12 -54 15 -67 10 -27 -11 -133 0 -167 17 -15 8 -48 14 -74 14 -39 0 -53 -6 -85 -35 -42 -38 -65 -43 -107 -21 -17 8 -35 10 -47 5 -35 -14 -72 -10 -98 11 -14 11 -31 20 -38 20 -8 0 -36 11 -64 24 -68 33 -132 56 -154 56 -9 0 -40 11 -67 25 -79 40 -181 68 -223 61 -29 -4 -42 -1 -58 13 -34 32 -57 34 -84 5 -30 -33 -84 -57 -110 -49 -11 4 -28 1 -37 -7 -29 -23 -63 -39 -111 -54 -43 -13 -48 -12 -74 7 -22 16 -37 19 -66 14 -30 -5 -41 -2 -56 15 -33 36 -84 52 -142 46 -44 -5 -56 -3 -73 14 -11 11 -20 25 -20 31 0 5 -15 16 -34 24 -19 8 -37 19 -41 25 -8 13 -30 11 -80 -6z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 423.000000"><g transform="translate(0.000000,423.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1475 4174 c-22 -8 -52 -28 -67 -46 l-27 -31 -48 18 c-75 29 -131 34 -185 18 -29 -8 -63 -11 -83 -7 -50 9 -164 -15 -176 -38 -7 -13 -22 -18 -56 -18 -40 0 -54 6 -92 38 -82 69 -164 76 -212 19 -22 -26 -33 -30 -72 -30 -25 0 -52 4 -59 10 -7 6 -73 14 -147 17 -73 4 -141 12 -151 18 -13 8 -27 7 -56 -4 l-39 -16 -3 -2061 -2 -2061 4500 0 4500 0 0 1870 0 1870 -90 0 c-49 0 -101 5 -115 12 -21 9 -32 8 -62 -6 -52 -25 -134 -13 -177 25 -38 33 -112 54 -163 46 -41 -7 -128 9 -159 30 -16 10 -39 12 -85 7 -49 -4 -75 -2 -109 11 -66 26 -134 30 -162 11 -32 -23 -70 -20 -199 14 -117 31 -212 39 -225 19 -3 -6 -26 -20 -50 -30 -37 -17 -48 -18 -88 -7 -36 9 -53 9 -79 0 -18 -7 -48 -12 -66 -12 -17 0 -51 -10 -74 -22 -46 -24 -135 -33 -302 -30 -38 1 -81 1 -95 1 -88 0 -270 24 -298 40 -15 8 -53 12 -105 10 -79 -3 -85 -1 -150 35 -63 35 -72 38 -120 32 -28 -4 -66 -16 -83 -26 -30 -19 -31 -19 -67 0 -24 13 -56 20 -90 20 -46 0 -57 -4 -82 -30 -26 -27 -35 -30 -87 -30 -34 0 -72 -7 -89 -16 -34 -17 -57 -13 -110 23 -32 21 -44 23 -84 18 -42 -7 -51 -4 -90 24 -79 57 -203 77 -297 49 -31 -9 -44 -9 -60 1 -10 6 -29 9 -40 5 -12 -3 -44 1 -72 9 -117 36 -154 40 -218 26 -51 -11 -65 -19 -82 -46 -15 -24 -28 -33 -49 -33 -15 0 -41 -10 -57 -21 -25 -19 -33 -20 -58 -10 -19 8 -47 10 -75 6 -33 -5 -51 -3 -70 10 -17 10 -27 13 -32 6 -8 -14 -80 -14 -119 0 -25 9 -44 8 -91 -6 -33 -9 -73 -17 -90 -16 -16 1 -54 1 -83 2 -30 0 -75 8 -100 18 -30 12 -54 15 -67 10 -27 -11 -133 0 -167 17 -15 8 -48 14 -74 14 -39 0 -53 -6 -85 -35 -42 -38 -65 -43 -107 -21 -17 8 -35 10 -47 5 -35 -14 -72 -10 -98 11 -14 11 -31 20 -38 20 -8 0 -36 11 -64 24 -68 33 -132 56 -154 56 -9 0 -40 11 -67 25 -79 40 -181 68 -223 61 -29 -4 -42 -1 -58 13 -34 32 -57 34 -84 5 -30 -33 -84 -57 -110 -49 -11 4 -28 1 -37 -7 -29 -23 -63 -39 -111 -54 -43 -13 -48 -12 -74 7 -22 16 -37 19 -66 14 -30 -5 -41 -2 -56 15 -33 36 -84 52 -142 46 -44 -5 -56 -3 -73 14 -11 11 -20 25 -20 31 0 5 -15 16 -34 24 -19 8 -37 19 -41 25 -8 13 -30 11 -80 -6z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.features-one__card--2 .features-one__card__icon-box {
  top: -50px;
  background-color: RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.2);
}
.features-one__card--2:hover .features-one__card__icon {
  color: var(--agragati-white, #ffffff);
}
.features-one__card--2 .features-one__card__image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.features-one__bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 575px) {
  .features-one__bottom {
    margin-top: 50px;
    flex-direction: column;
  }
}
.features-one__bottom__title {
  margin: 0;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .features-one__bottom__title {
    text-align: center;
  }
}



.features-one__bottom .agragati-btn {
  flex-shrink: 0;
  padding: 9.5px 20.5px;
  font-size: 14px;
}

.features-two {
  position: relative;
  padding-bottom: 32px;
  background-color: var(--agragati-primary);
  counter-reset: featuresNumber;
}
@media (max-width: 1199px) {
  .features-two {
    padding-bottom: 0;
  }
}
.features-two::after {
  content: "";
  width: 100%;
  height: 114px;
  background-color: var(--agragati-white, #ffffff);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .features-two::after {
    height: 195px;
  }
}
@media (max-width: 991px) {
  .features-two::after {
    height: 225px;
  }
}
@media (max-width: 767px) {
  .features-two::after {
    height: 255px;
  }
}
.features-two .container {
  position: relative;
  z-index: 2;
}
.features-two .row {
  --bs-gutter-y: 62px;
}
.features-two__card {
  display: grid;
  grid-template-columns: 95px auto;
  align-items: start;
  grid-gap: 30px;
}
@media (max-width: 425px) {
  .features-two__card {
    grid-template-columns: 60px auto;
    grid-gap: 20px;
  }
}
.features-two__card__icon-box {
  position: relative;
  width: 95px;
  height: 189px;
  padding: 22px 20px 22px;
  border-radius: 47px;
  background-color: var(--agragati-white3);
  transition: all 500ms ease;
  z-index: 1;
}
@media (max-width: 425px) {
  .features-two__card__icon-box {
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.features-two__card:hover .features-two__card__icon-box {
  background-color: var(--agragati-white, #ffffff);
}
.features-two__card__number {
  position: relative;
  margin: 0;
  text-align: center;
}
.features-two__card__number::after {
  content: "0" counter(featuresNumber);
  font-family: var(--agragati-special-font, "Caveat", cursive);
  counter-increment: featuresNumber;
  font-size: 30px;
  color: var(--agragati-black);
  font-weight: 700;
  line-height: 1;
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.features-two__card:hover .features-two__card__number::after {
  color: var(--agragati-base);
}
.features-two__card__icon {
  width: 100%;
  height: 149px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 64px;
  left: 0px;
  font-size: 46px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-black);
  border-radius: 47px;
  z-index: 1;
}
.features-two__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 425px) {
  .features-two__card__icon {
    font-size: 30px;
  }
}
.features-two__card__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.6);
  opacity: 0;
  background-color: var(--agragati-base);
  transition: transform 400ms ease, opacity 400ms ease;
  border-radius: inherit;
}
.features-two__card:hover .features-two__card__icon::after {
  opacity: 1;
  transform: scale(1);
}
.features-two__card__content {
  position: relative;
  padding: 22px 30px 21px 0px;
}
.features-two__card__content__bg {
  width: calc(100% + 85px);
  height: 100%;
  border-radius: 10px;
  background-color: var(--agragati-white2);
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 425px) {
  .features-two__card__content__bg {
    width: calc(100% + 55px);
  }
}
.features-two__card__content__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--agragati-black);
  position: absolute;
  right: -100%;
  bottom: -100%;
  border-radius: inherit;
  transition: all 500ms ease;
}
.features-two__card__content__inner {
  position: relative;
  z-index: 1;
}
.features-two__card:hover .features-two__card__content__bg::after {
  right: 0%;
  bottom: 0%;
}
.features-two__card__title {
  position: relative;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  color: var(--agragati-black);
  text-transform: capitalize;
  line-height: 1.4;
}
@media (max-width: 425px) {
  .features-two__card__title {
    font-size: 20px;
  }
}
.features-two__card__title::after {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  background-color: var(--agragati-white3);
  position: absolute;
  right: -30px;
  bottom: -11px;
  transition: all 500ms ease;
}
@media (max-width: 425px) {
  .features-two__card__title::after {
    width: calc(100% + 50px);
  }
}
.features-two__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-two__card__title a:hover {
  background-size: 100% 1px;
}
.features-two__card:hover .features-two__card__title {
  color: var(--agragati-white, #ffffff);
}
.features-two__card:hover .features-two__card__title::after {
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.14);
}
.features-two__card__text {
  margin: 0;
  font-weight: 600;
  transition: all 500ms ease;
}
.features-two__card__btn {
  width: 41px;
  height: 32px;
  position: absolute;
  right: 22px;
  bottom: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--agragati-white3);
  border-radius: 0px 0px 50px 50px;
  overflow: hidden;
  z-index: 2;
  transition: all 500ms ease;
}
.features-two__card__btn:hover {
  background-color: var(--agragati-primary);
}
.features-two__card__btn__icon {
  position: relative;
  top: -1px;
  font-size: 16px;
  color: var(--agragati-black);
  transition: all 500ms ease;
}
.features-two__card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-two__card__btn:hover .features-two__card__btn__icon {
  color: var(--agragati-white, #ffffff);
  animation: slideLeft 0.4s;
}
.features-two__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 114px;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .features-two__shape {
    bottom: 195px;
  }
}
@media (max-width: 991px) {
  .features-two__shape {
    bottom: 225px;
  }
}
@media (max-width: 767px) {
  .features-two__shape {
    bottom: 255px;
  }
}

.features-three {
  position: relative;
  padding-top: 205px;
  background-color: var(--agragati-black);
}
@media (max-width: 1399px) {
  .features-three {
    padding-top: 286px;
  }
}
@media (max-width: 575px) {
  .features-three {
    padding-top: 260px;
  }
}
.features-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.14;
}
.features-three .container {
  position: relative;
  z-index: 1;
}
.features-three__card {
  position: relative;
}
.features-three__card::after {
  content: "";
  width: 100%;
  height: calc(100% - 26px);
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.features-three__card:hover::after {
  background-color: var(--agragati-base);
}
.features-three__card__inner {
  position: relative;
  z-index: 1;
  padding: 0px 29px 29px;
}
@media (max-width: 390px) {
  .features-three__card__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.features-three__card__top {
  margin-bottom: 19px;
  padding-right: 38px;
  position: relative;
  display: table;
}
@media (max-width: 991px) {
  .features-three__card__top {
    padding-right: 30px;
  }
}
@media (max-width: 390px) {
  .features-three__card__top {
    padding-right: 25px;
  }
}
.features-three__card__top__bg {
  width: calc(100% - 26px);
  height: 100%;
  background-color: var(--agragati-white6, #EFEFEF);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}
.features-three__card__top__bg::after {
  content: "";
  width: 0%;
  height: 100%;
  background-color: var(--agragati-primary);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  transition: all 500ms ease;
}
.features-three__card__top__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
.features-three__card:hover .features-three__card__top__bg::after {
  width: 100%;
  left: 0;
}
.features-three__card__icon {
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 34px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base);
  border-radius: 50%;
  transition: all 500ms ease;
}
.features-three__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-three__card__title {
  margin: 0;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 390px) {
  .features-three__card__title {
    font-size: 18px;
  }
}
.features-three__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-three__card__title a:hover {
  background-size: 100% 1px;
}
.features-three__card__text {
  margin: 0;
  transition: all 500ms ease;
}
.features-three__card:hover .features-three__card__text {
  color: var(--agragati-white, #ffffff);
}

.features-four .container {
  margin-top: -113px;
}
.features-four__card {
  position: relative;
  padding: 30px 30px 24px;
  background-color: var(--agragati-white5, #F5F1EE);
  border-radius: 10px;
  overflow: hidden;
  transition: all 500ms ease;
}
@media (max-width: 375px) {
  .features-four__card {
    padding: 25px 25px 19px;
  }
}
.features-four__card:hover {
  background-color: var(--agragati-black);
}
.features-four__card::after {
  content: "";
  width: calc(100% - 60px);
  height: 4px;
  background-color: var(--agragati-base);
  position: absolute;
  left: 50%;
  bottom: 0px;
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  transition: all 500ms linear;
}
.features-four__card:hover::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}
.features-four__card__inner {
  position: relative;
  z-index: 1;
}
.features-four__card__top {
  position: relative;
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.features-four__card__top::after {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  background-color: var(--agragati-white, #ffffff);
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  transition: all 500ms ease;
}
.features-four__card:hover .features-four__card__top::after {
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.2);
}
.features-four__card__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 30px;
  color: var(--agragati-base);
  background-color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.features-four__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-four__card:hover .features-four__card__icon {
  color: var(--agragati-white, #ffffff);
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.1);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.features-four__card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.222;
}
.features-four__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-four__card__title a:hover {
  background-size: 100% 1px;
}
.features-four__card:hover .features-four__card__title {
  color: var(--agragati-gray3, #E3DDD8);
}
.features-four__card__text {
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  transition: all 500ms ease;
}
.features-four__card:hover .features-four__card__text {
  color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.7);
}
.features-four__card__shape-1, .features-four__card__shape-2 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  opacity: 0;
  transform: translateX(100px);
  transition: all 500ms ease;
}
.features-four__card__shape-1 {
  top: 27px;
  right: 23px;
}
.features-four__card__shape-2 {
  top: 46px;
  right: 31px;
  transition-delay: 100ms;
}
.features-four__card:hover .features-four__card__shape-1, .features-four__card:hover .features-four__card__shape-2 {
  opacity: 1;
  transform: translateX(0px);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
  position: relative;
}
.service-card__content {
  position: relative;
  padding: 43px 43px 0;
}
.services-two__carousel .item {
    display: flex;
    flex-direction: column;
    height: 100%; /* full height for flex alignment */
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-card__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 430px) {
  .service-card__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.service-card__content__overlay {
  position: relative;
  width: 100%;
  height: calc(100% + 20px);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.service-card__content__overlay::before {
  content: "";
  width: 100%;
  height: calc(100% + 20px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px 10px 0 0;
}
.service-card__content__overlay::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--agragati-base, #379b50);
  border-radius: 10px 10px 0 0;
  transition: all 500ms ease;
}
.service-card__content__inner {
  position: relative;
  text-align: center;
  z-index: 2;
}
.service-card:hover .service-card__content__overlay::after {
  height: calc(100% + 20px);
}
.service-card__title {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.service-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__title a:hover {
  background-size: 100% 1px;
}
.service-card__text {
  margin-bottom: 14px;
  line-height: 1.625;
  transition: all 500ms ease;
}
.service-card:hover .service-card__title, .service-card:hover .service-card__text {
  color: var(--agragati-white, #ffffff);
}
.service-card__btn-box {
  margin: 0 auto;
  padding: 8px;
  display: flex;
  justify-content: center;
  width: 74px;
  height: 75px;
  background-color: var(--agragati-black, #212226);
  border-radius: 100px 100px 0 0;
}
.service-card__btn {
  width: 45px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/shapes/service-card-btn-shape-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
  color: var(--agragati-base, #379b50);
  transition: all 500ms ease;
}
.service-card__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card__image {
  position: relative;
  z-index: 1;
}
.service-card__image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.service-card__image__overlay {
  width: calc(100% - 124px);
  height: calc(100% - 124px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  background-color: RGBA(var(--agragati-base-rgb, 226, 59, 51), 0.5);
  border-radius: 10px;
  z-index: 1;
  transition: all 500ms ease;
}
.service-card__image__icon {
  display: inline-flex;
  font-size: 71px;
  color: var(--agragati-white, #ffffff);
}
.service-card__image__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card:hover .service-card__image__overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.service-card__shape {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 500ms ease;
}

.service-card-two {
  position: relative;
}
.service-card-two::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  background-color: var(--agragati-black);
  z-index: 2;
  transition: all 500ms ease;
}
.service-card-two:hover::after {
  background-color: var(--agragati-base);
}
.service-card-two__inner {
  height: 330px;
  position: relative;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.service-card-two__inner::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: var(--agragati-black);
  z-index: -1;
  transition: all 500ms ease;
}
.service-card-two__inner:hover::before {
  height: 100%;
  top: 0;
}
.service-card-two__image {
  margin-left: auto;
  position: relative;
  display: table;
  text-align: right;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767px) {
  .service-card-two__image {
    padding-left: 60px;
  }
}
.service-card-two__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  border-radius: 0px 10px 0px 0px;
  transition: all 500ms ease;
}
.service-card-two:hover .service-card-two__image img {
  transform: scale(1.1);
}
.service-card-two__icon-box {
  width: 108px;
  height: 108px;
  position: relative;
  position: absolute;
  top: -1px;
  left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1565 3239 c-33 -4 -95 -7 -137 -8 -43 -1 -97 -6 -120 -11 -24 -6 -72 -17 -108 -25 -36 -7 -81 -18 -100 -24 -19 -5 -58 -17 -86 -25 -49 -14 -152 -57 -184 -77 -8 -5 -25 -13 -37 -19 -13 -5 -23 -14 -23 -19 0 -5 -10 -11 -23 -15 -13 -3 -35 -16 -49 -29 -14 -13 -33 -27 -42 -30 -9 -4 -16 -11 -16 -17 0 -5 -6 -10 -13 -10 -17 0 -69 -54 -61 -63 4 -3 -36 -48 -88 -99 -51 -51 -103 -109 -115 -129 -13 -19 -32 -44 -44 -55 -12 -10 -25 -28 -31 -39 -12 -26 -28 -54 -54 -90 -24 -34 -115 -220 -136 -280 -34 -92 -41 -112 -48 -150 -4 -22 -12 -60 -18 -85 -24 -99 -34 -220 -29 -370 6 -189 25 -307 63 -398 8 -18 14 -39 14 -47 0 -14 20 -66 46 -118 8 -16 14 -39 14 -52 0 -12 7 -28 15 -35 8 -7 15 -17 15 -22 0 -6 12 -27 27 -47 32 -41 50 -69 60 -91 24 -54 190 -244 271 -312 102 -84 159 -128 167 -128 4 0 21 -11 38 -24 48 -35 304 -156 331 -156 8 0 27 -7 42 -15 16 -8 38 -15 49 -15 11 0 49 -10 85 -22 56 -18 153 -32 360 -52 25 -2 76 0 113 6 56 8 75 7 109 -7 46 -18 71 -8 48 20 -11 14 -4 15 75 9 66 -5 86 -4 81 4 -4 7 -14 12 -22 12 -8 0 -14 4 -14 10 0 12 45 24 62 17 25 -9 33 -7 33 10 0 10 9 19 20 21 11 2 34 10 52 18 17 8 36 14 43 14 6 0 34 13 63 29 29 16 70 39 92 51 22 12 54 30 70 41 17 10 37 22 45 26 40 18 213 159 276 224 88 92 186 216 227 287 18 29 40 66 49 80 9 15 31 54 48 87 17 33 44 78 60 100 56 75 69 122 55 197 -6 29 -4 39 7 43 12 5 14 21 11 78 -3 40 0 113 5 162 14 141 -10 396 -49 510 -6 17 -15 48 -20 70 -6 22 -14 44 -20 50 -5 5 -9 19 -9 31 0 12 -7 27 -15 34 -8 7 -15 19 -15 27 0 8 -6 27 -13 41 -8 15 -22 45 -33 67 -10 22 -31 56 -46 76 -15 20 -28 40 -28 44 0 3 -27 42 -60 85 -33 43 -60 85 -60 93 0 8 -27 42 -59 76 -32 34 -61 68 -65 76 -3 8 -14 15 -25 15 -12 0 -28 11 -37 25 -9 14 -22 25 -28 25 -7 0 -25 14 -41 30 -16 17 -35 28 -43 25 -8 -3 -12 1 -10 11 2 9 -6 21 -17 28 -11 6 -22 13 -25 16 -14 14 -70 50 -78 50 -5 0 -15 7 -22 15 -7 8 -20 15 -30 15 -10 0 -24 7 -31 16 -10 12 -23 14 -51 10 -28 -5 -37 -3 -36 6 2 8 -6 12 -22 11 -39 -3 -70 6 -67 20 1 8 -8 11 -28 9 -29 -3 -70 4 -206 34 -37 8 -95 14 -130 15 -35 0 -86 4 -114 7 -27 4 -77 4 -110 1z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1565 3239 c-33 -4 -95 -7 -137 -8 -43 -1 -97 -6 -120 -11 -24 -6 -72 -17 -108 -25 -36 -7 -81 -18 -100 -24 -19 -5 -58 -17 -86 -25 -49 -14 -152 -57 -184 -77 -8 -5 -25 -13 -37 -19 -13 -5 -23 -14 -23 -19 0 -5 -10 -11 -23 -15 -13 -3 -35 -16 -49 -29 -14 -13 -33 -27 -42 -30 -9 -4 -16 -11 -16 -17 0 -5 -6 -10 -13 -10 -17 0 -69 -54 -61 -63 4 -3 -36 -48 -88 -99 -51 -51 -103 -109 -115 -129 -13 -19 -32 -44 -44 -55 -12 -10 -25 -28 -31 -39 -12 -26 -28 -54 -54 -90 -24 -34 -115 -220 -136 -280 -34 -92 -41 -112 -48 -150 -4 -22 -12 -60 -18 -85 -24 -99 -34 -220 -29 -370 6 -189 25 -307 63 -398 8 -18 14 -39 14 -47 0 -14 20 -66 46 -118 8 -16 14 -39 14 -52 0 -12 7 -28 15 -35 8 -7 15 -17 15 -22 0 -6 12 -27 27 -47 32 -41 50 -69 60 -91 24 -54 190 -244 271 -312 102 -84 159 -128 167 -128 4 0 21 -11 38 -24 48 -35 304 -156 331 -156 8 0 27 -7 42 -15 16 -8 38 -15 49 -15 11 0 49 -10 85 -22 56 -18 153 -32 360 -52 25 -2 76 0 113 6 56 8 75 7 109 -7 46 -18 71 -8 48 20 -11 14 -4 15 75 9 66 -5 86 -4 81 4 -4 7 -14 12 -22 12 -8 0 -14 4 -14 10 0 12 45 24 62 17 25 -9 33 -7 33 10 0 10 9 19 20 21 11 2 34 10 52 18 17 8 36 14 43 14 6 0 34 13 63 29 29 16 70 39 92 51 22 12 54 30 70 41 17 10 37 22 45 26 40 18 213 159 276 224 88 92 186 216 227 287 18 29 40 66 49 80 9 15 31 54 48 87 17 33 44 78 60 100 56 75 69 122 55 197 -6 29 -4 39 7 43 12 5 14 21 11 78 -3 40 0 113 5 162 14 141 -10 396 -49 510 -6 17 -15 48 -20 70 -6 22 -14 44 -20 50 -5 5 -9 19 -9 31 0 12 -7 27 -15 34 -8 7 -15 19 -15 27 0 8 -6 27 -13 41 -8 15 -22 45 -33 67 -10 22 -31 56 -46 76 -15 20 -28 40 -28 44 0 3 -27 42 -60 85 -33 43 -60 85 -60 93 0 8 -27 42 -59 76 -32 34 -61 68 -65 76 -3 8 -14 15 -25 15 -12 0 -28 11 -37 25 -9 14 -22 25 -28 25 -7 0 -25 14 -41 30 -16 17 -35 28 -43 25 -8 -3 -12 1 -10 11 2 9 -6 21 -17 28 -11 6 -22 13 -25 16 -14 14 -70 50 -78 50 -5 0 -15 7 -22 15 -7 8 -20 15 -30 15 -10 0 -24 7 -31 16 -10 12 -23 14 -51 10 -28 -5 -37 -3 -36 6 2 8 -6 12 -22 11 -39 -3 -70 6 -67 20 1 8 -8 11 -28 9 -29 -3 -70 4 -206 34 -37 8 -95 14 -130 15 -35 0 -86 4 -114 7 -27 4 -77 4 -110 1z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.service-card-two:hover .service-card-two__icon-box {
  background-color: var(--agragati-black);
}
.service-card-two__icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-black);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1565 3239 c-33 -4 -95 -7 -137 -8 -43 -1 -97 -6 -120 -11 -24 -6 -72 -17 -108 -25 -36 -7 -81 -18 -100 -24 -19 -5 -58 -17 -86 -25 -49 -14 -152 -57 -184 -77 -8 -5 -25 -13 -37 -19 -13 -5 -23 -14 -23 -19 0 -5 -10 -11 -23 -15 -13 -3 -35 -16 -49 -29 -14 -13 -33 -27 -42 -30 -9 -4 -16 -11 -16 -17 0 -5 -6 -10 -13 -10 -17 0 -69 -54 -61 -63 4 -3 -36 -48 -88 -99 -51 -51 -103 -109 -115 -129 -13 -19 -32 -44 -44 -55 -12 -10 -25 -28 -31 -39 -12 -26 -28 -54 -54 -90 -24 -34 -115 -220 -136 -280 -34 -92 -41 -112 -48 -150 -4 -22 -12 -60 -18 -85 -24 -99 -34 -220 -29 -370 6 -189 25 -307 63 -398 8 -18 14 -39 14 -47 0 -14 20 -66 46 -118 8 -16 14 -39 14 -52 0 -12 7 -28 15 -35 8 -7 15 -17 15 -22 0 -6 12 -27 27 -47 32 -41 50 -69 60 -91 24 -54 190 -244 271 -312 102 -84 159 -128 167 -128 4 0 21 -11 38 -24 48 -35 304 -156 331 -156 8 0 27 -7 42 -15 16 -8 38 -15 49 -15 11 0 49 -10 85 -22 56 -18 153 -32 360 -52 25 -2 76 0 113 6 56 8 75 7 109 -7 46 -18 71 -8 48 20 -11 14 -4 15 75 9 66 -5 86 -4 81 4 -4 7 -14 12 -22 12 -8 0 -14 4 -14 10 0 12 45 24 62 17 25 -9 33 -7 33 10 0 10 9 19 20 21 11 2 34 10 52 18 17 8 36 14 43 14 6 0 34 13 63 29 29 16 70 39 92 51 22 12 54 30 70 41 17 10 37 22 45 26 40 18 213 159 276 224 88 92 186 216 227 287 18 29 40 66 49 80 9 15 31 54 48 87 17 33 44 78 60 100 56 75 69 122 55 197 -6 29 -4 39 7 43 12 5 14 21 11 78 -3 40 0 113 5 162 14 141 -10 396 -49 510 -6 17 -15 48 -20 70 -6 22 -14 44 -20 50 -5 5 -9 19 -9 31 0 12 -7 27 -15 34 -8 7 -15 19 -15 27 0 8 -6 27 -13 41 -8 15 -22 45 -33 67 -10 22 -31 56 -46 76 -15 20 -28 40 -28 44 0 3 -27 42 -60 85 -33 43 -60 85 -60 93 0 8 -27 42 -59 76 -32 34 -61 68 -65 76 -3 8 -14 15 -25 15 -12 0 -28 11 -37 25 -9 14 -22 25 -28 25 -7 0 -25 14 -41 30 -16 17 -35 28 -43 25 -8 -3 -12 1 -10 11 2 9 -6 21 -17 28 -11 6 -22 13 -25 16 -14 14 -70 50 -78 50 -5 0 -15 7 -22 15 -7 8 -20 15 -30 15 -10 0 -24 7 -31 16 -10 12 -23 14 -51 10 -28 -5 -37 -3 -36 6 2 8 -6 12 -22 11 -39 -3 -70 6 -67 20 1 8 -8 11 -28 9 -29 -3 -70 4 -206 34 -37 8 -95 14 -130 15 -35 0 -86 4 -114 7 -27 4 -77 4 -110 1z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1565 3239 c-33 -4 -95 -7 -137 -8 -43 -1 -97 -6 -120 -11 -24 -6 -72 -17 -108 -25 -36 -7 -81 -18 -100 -24 -19 -5 -58 -17 -86 -25 -49 -14 -152 -57 -184 -77 -8 -5 -25 -13 -37 -19 -13 -5 -23 -14 -23 -19 0 -5 -10 -11 -23 -15 -13 -3 -35 -16 -49 -29 -14 -13 -33 -27 -42 -30 -9 -4 -16 -11 -16 -17 0 -5 -6 -10 -13 -10 -17 0 -69 -54 -61 -63 4 -3 -36 -48 -88 -99 -51 -51 -103 -109 -115 -129 -13 -19 -32 -44 -44 -55 -12 -10 -25 -28 -31 -39 -12 -26 -28 -54 -54 -90 -24 -34 -115 -220 -136 -280 -34 -92 -41 -112 -48 -150 -4 -22 -12 -60 -18 -85 -24 -99 -34 -220 -29 -370 6 -189 25 -307 63 -398 8 -18 14 -39 14 -47 0 -14 20 -66 46 -118 8 -16 14 -39 14 -52 0 -12 7 -28 15 -35 8 -7 15 -17 15 -22 0 -6 12 -27 27 -47 32 -41 50 -69 60 -91 24 -54 190 -244 271 -312 102 -84 159 -128 167 -128 4 0 21 -11 38 -24 48 -35 304 -156 331 -156 8 0 27 -7 42 -15 16 -8 38 -15 49 -15 11 0 49 -10 85 -22 56 -18 153 -32 360 -52 25 -2 76 0 113 6 56 8 75 7 109 -7 46 -18 71 -8 48 20 -11 14 -4 15 75 9 66 -5 86 -4 81 4 -4 7 -14 12 -22 12 -8 0 -14 4 -14 10 0 12 45 24 62 17 25 -9 33 -7 33 10 0 10 9 19 20 21 11 2 34 10 52 18 17 8 36 14 43 14 6 0 34 13 63 29 29 16 70 39 92 51 22 12 54 30 70 41 17 10 37 22 45 26 40 18 213 159 276 224 88 92 186 216 227 287 18 29 40 66 49 80 9 15 31 54 48 87 17 33 44 78 60 100 56 75 69 122 55 197 -6 29 -4 39 7 43 12 5 14 21 11 78 -3 40 0 113 5 162 14 141 -10 396 -49 510 -6 17 -15 48 -20 70 -6 22 -14 44 -20 50 -5 5 -9 19 -9 31 0 12 -7 27 -15 34 -8 7 -15 19 -15 27 0 8 -6 27 -13 41 -8 15 -22 45 -33 67 -10 22 -31 56 -46 76 -15 20 -28 40 -28 44 0 3 -27 42 -60 85 -33 43 -60 85 -60 93 0 8 -27 42 -59 76 -32 34 -61 68 -65 76 -3 8 -14 15 -25 15 -12 0 -28 11 -37 25 -9 14 -22 25 -28 25 -7 0 -25 14 -41 30 -16 17 -35 28 -43 25 -8 -3 -12 1 -10 11 2 9 -6 21 -17 28 -11 6 -22 13 -25 16 -14 14 -70 50 -78 50 -5 0 -15 7 -22 15 -7 8 -20 15 -30 15 -10 0 -24 7 -31 16 -10 12 -23 14 -51 10 -28 -5 -37 -3 -36 6 2 8 -6 12 -22 11 -39 -3 -70 6 -67 20 1 8 -8 11 -28 9 -29 -3 -70 4 -206 34 -37 8 -95 14 -130 15 -35 0 -86 4 -114 7 -27 4 -77 4 -110 1z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  transition: all 500ms ease;
}
.service-card-two:hover .service-card-two__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary);
}
.service-card-two:hover .service-card-two__icon::after {
  opacity: 1;
  transform: scale(1);
}
.service-card-two__content {
  padding: 22px 29px 30px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .service-card-two__content {
    padding: 22px 25px 25px;
  }
}
.service-card-two__title {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.service-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-two__title a:hover {
  background-size: 100% 1px;
}
.service-card-two__text {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  margin-bottom: 21px;
  transition: all 500ms ease;
}
.service-card-two:hover .service-card-two__title {
  color: var(--agragati-white, #ffffff);
}
.service-card-two:hover .service-card-two__text {
  color: var(--agragati-white3);
}
.service-card-two .agragati-btn {
  padding: 12.63px 29.5px 9.63px;
  font-size: 14px;
}
.service-card-two .agragati-btn:hover {
  color: var(--agragati-black);
}
.service-card-two:hover .agragati-btn {
  border-color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-white, #ffffff);
}

.service-card-three {
  position: relative;
  padding: 20px 31px 0px;
  border-radius: 10px;
}
.service-card-three::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--agragati-white, #ffffff);
  border-radius: inherit;
}
.service-card-three__content {
  position: relative;
  text-align: center;
  z-index: 1;
}
.service-card-three__icon {
  position: relative;
  margin: 0 auto 12px;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--agragati-white6, #EFEFEF);
  font-size: 50px;
  color: var(--agragati-base);
  z-index: 1;
  transition: all 500ms ease;
}
.service-card-three__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-three__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  background-color: var(--agragati-black);
  transition: transform 400ms ease, opacity 400ms ease;
}
.service-card-three:hover .service-card-three__icon {
  color: var(--agragati-primary);
}
.service-card-three:hover .service-card-three__icon::after {
  opacity: 1;
  transform: scale(1);
}
.service-card-three__title {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
}
.service-card-three__title:hover {
  color: var(--agragati-base);
}
.service-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-three__title a:hover {
  background-size: 100% 1px;
}
.service-card-three__text {
  margin-bottom: 24px;
  font-weight: 600;
}
.service-card-three__btn {
  margin: 0 auto;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--agragati-white, #ffffff);
}
.service-card-three__btn__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: inherit;
  background-color: var(--agragati-white6, #EFEFEF);
  font-size: 20px;
  color: var(--agragati-base);
  transition: all 500ms ease;
}
.service-card-three__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-three__btn:hover .service-card-three__btn__icon {
  color: var(--agragati-black);
  background-color: var(--agragati-primary);
  transform: rotate(45deg);
}

.service-card-four {
  padding-top: 120px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.service-card-four__bg {
  width: 100%;
  height: calc(100% - 16px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40%);
  border-radius: 10px 10px 0px 0px;
  transition: all 500ms ease;
}
.service-card-four:hover .service-card-four__bg {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.service-card-four__content {
  position: relative;
  z-index: 1;
}
.service-card-four__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 39px 30px 0px;
  width: calc(100% - 40px);
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  background-color: var(--agragati-base);
  transition: all 500ms ease;
  z-index: 2;
}
.service-card-four__title h3 {
  margin-bottom: 8px;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  color: var(--agragati-white, #ffffff);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3;
}
.service-card-four__title h3 a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-four__title h3 a:hover {
  background-size: 100% 1px;
}
.service-card-four:hover .service-card-four__title {
  padding-top: 19px;
  top: 20px;
  background-color: rgba(var(--agragati-primary-rgb), 0.8);
}
.service-card-four__icon-box {
  width: 68px;
  height: 68px;
  position: relative;
  margin: 0 auto -21px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--agragati-base);
  border-radius: 50%;
  z-index: 2;
  transition: all 500ms ease;
}
.service-card-four:hover .service-card-four__icon-box {
  background-color: var(--agragati-white, #ffffff);
}
.service-card-four__icon {
  width: 55.86px;
  height: 55.86px;
  font-size: 33px;
  color: var(--agragati-black);
  border-radius: inherit;
  background-color: var(--agragati-white, #ffffff);
}
.service-card-four__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-four:hover .service-card-four__icon {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-card-four__text-box {
  position: relative;
  padding: 33px 27px 23px;
  text-align: center;
  background-color: var(--agragati-white2);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.service-card-four__text-box::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--agragati-black);
  position: absolute;
  left: -105%;
  bottom: -105%;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}
.service-card-four:hover .service-card-four__text-box::before {
  left: 0;
  bottom: 0;
  opacity: 1;
}
.service-card-four__text {
  margin: 0;
  font-weight: 600;
  transition: all 500ms ease;
}
.service-card-four:hover .service-card-four__text {
  color: var(--agragati-white3);
}

.service-card-five {
  position: relative;
  border-radius: 10px;
}
.service-card-five::after {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background-color: var(--agragati-white, #ffffff);
  border: 1px solid var(--agragati-gray3, #E3DDD8);
  filter: drop-shadow(0px 4px 40px RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.1));
  transition: all 500ms ease;
}
.service-card-five:hover::after {
  border-color: var(--agragati-base);
}
.service-card-five__content {
  position: relative;
  z-index: 1;
}
.service-card-five__top {
  display: flex;
}
.service-card-five__top__right {
  width: calc(100% - 121px);
  padding: 29px 25px 16px 25px;
}
@media (max-width: 375px) {
  .service-card-five__top__right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-card-five__image {
  position: relative;
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  border-radius: 10px 10px 10px 0px;
  object-fit: cover;
  z-index: 1;
}
.service-card-five__icon-box {
  position: relative;
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--agragati-white5, #F5F1EE);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}
.service-card-five:hover .service-card-five__icon-box {
  background-color: var(--agragati-base);
}
.service-card-five__icon {
  display: inline-flex;
  font-size: 26px;
  color: var(--agragati-base);
}
.service-card-five__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-five:hover .service-card-five__icon {
  color: var(--agragati-white, #ffffff);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-card-five__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.service-card-five__title:hover {
  color: var(--agragati-base);
}
.service-card-five__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-five__title a:hover {
  background-size: 100% 1px;
}
.service-card-five__text-box {
  margin-top: -1px;
  position: relative;
  padding: 21px 25px;
  border-top: 1px solid var(--agragati-gray3, #E3DDD8);
  transition: all 500ms ease;
}
.service-card-five:hover .service-card-five__text-box {
  border-color: var(--agragati-base);
}
.service-card-five__text {
  margin: 0;
  font-weight: 600;
}
.service-card-five__btn {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--agragati-black);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}
.service-card-five__btn:hover {
  background-color: var(--agragati-base);
}
.service-card-five__btn__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--agragati-white, #ffffff);
}
.service-card-five__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-five__btn:hover .service-card-five__btn__icon {
  animation: slideLeft 400ms;
}

.services-one {
  position: relative;
  overflow: hidden;
  background-color: var(--agragati-black2, #000000);
}
.services-one::after {
  content: "";
  width: 100%;
  height: 290px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-white, #ffffff);
}
.services-one__bg {
  width: 100%;
  height: calc(100% - 290px);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.services-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.9);
}
.services-one .container {
  position: relative;
  z-index: 1;
}
.services-one__top {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--agragati-text, #727272);
}
@media (max-width: 991px) {
  .services-one__top {
    padding-bottom: 40px;
  }
}
.services-one .sec-title__title {
  color: var(--agragati-white, #ffffff);
}
.services-one__text-box {
  padding-left: 68px;
}
@media (max-width: 1199px) {
  .services-one__text-box {
    padding-left: 0;
  }
}
.services-one__text {
  margin: 0;
}
.services-one__custome-navs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 991px) {
  .services-one__custome-navs {
    margin-top: 20px;
  }
}
.services-one__custome-navs button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-text, #727272);
  border-radius: 50%;
  transition: all 400ms ease;
}
.services-one__custome-navs button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-one__custome-navs button:hover {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.services-one__custome-navs button span {
  border: none;
  outline: none;
  color: inherit;
}
@media (min-width: 1200px) {
  .services-one__container {
    padding-right: 0;
    margin-left: calc((100% - 1200px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

.services-two {
  position: relative;
  background-color: var(--agragati-white2);
}
.services-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
.services-two .container {
  position: relative;
  z-index: 1;
}
.services-two__carousel.owl-carousel .owl-nav button {
  background-color: var(--agragati-white, #ffffff);
}

.services-three {
  position: relative;
  background-color: var(--agragati-white6, #EFEFEF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 354.000000"><g transform="translate(0.000000,354.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 1845 c0 -1607 1 -1695 18 -1695 104 -3 500 -21 657 -29 457 -25 633 -33 885 -41 146 -5 330 -14 410 -20 80 -5 213 -10 295 -10 83 -1 213 -5 290 -10 713 -47 3314 -47 3985 0 74 5 198 9 275 10 77 0 205 5 285 11 80 5 258 14 395 19 278 10 546 23 920 45 138 9 284 15 326 15 42 0 117 3 167 6 l92 7 0 1693 0 1694 -4500 0 -4500 0 0 -1695z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 354.000000"><g transform="translate(0.000000,354.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 1845 c0 -1607 1 -1695 18 -1695 104 -3 500 -21 657 -29 457 -25 633 -33 885 -41 146 -5 330 -14 410 -20 80 -5 213 -10 295 -10 83 -1 213 -5 290 -10 713 -47 3314 -47 3985 0 74 5 198 9 275 10 77 0 205 5 285 11 80 5 258 14 395 19 278 10 546 23 920 45 138 9 284 15 326 15 42 0 117 3 167 6 l92 7 0 1693 0 1694 -4500 0 -4500 0 0 -1695z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.services-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services-three .container {
  position: relative;
  z-index: 1;
}
.services-three__carousel.owl-carousel .owl-nav button {
  background-color: var(--agragati-white, #ffffff);
}

.services-four {
  background-color: var(--agragati-white, #ffffff);
}

.services-five {
  position: relative;
  background-color: var(--agragati-white5, #F5F1EE);
  overflow: hidden;
}
.services-five .container {
  position: relative;
  z-index: 1;
}
.services-five__carousel.owl-carousel .owl-nav button {
  background-color: var(--agragati-white, #ffffff);
}
.services-five__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: moveHorizontal 2s linear infinite;
}

.services-page {
  background-color: var(--agragati-white, #ffffff);
}
.services-page--one, .services-page--two, .services-page--three {
  background-color: var(--agragati-white6, #EFEFEF);
}
.services-page--one .services-page__carousel.owl-carousel .owl-nav button, .services-page--two .services-page__carousel.owl-carousel .owl-nav button, .services-page--three .services-page__carousel.owl-carousel .owl-nav button {
  background-color: var(--agragati-white, #ffffff);
}
.services-page--one .services-page__carousel.owl-carousel .owl-nav button:hover, .services-page--two .services-page__carousel.owl-carousel .owl-nav button:hover, .services-page--three .services-page__carousel.owl-carousel .owl-nav button:hover {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}

/*--------------------------------------------------------------
# Donations
--------------------------------------------------------------*/
.donation-card {
  padding: 18px 20px 30px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
  box-shadow: 0px 4px 60px RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.1);
}
.donation-card__image {
  margin-bottom: 9px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.donation-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.donation-card:hover .donation-card__image img {
  transform: scale(1.05);
}
.donation-card__category {
  margin: 0;
  display: inline-block;
  padding: 8px 32px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.625;
  background-color: var(--accent-color);
  border-radius: 20px;
  transition: all 500ms ease;
}
.donation-card:hover .donation-card__category {
  background-color: var(--accent-color-hover);
}
.donation-card .progress-box__bar__inner {
  background-color: var(--agragati-base, #379b50);
}
.donation-card .progress-box__bar__inner::before {
  width: 20px;
  height: 20px;
  right: -6px;
  background-color: RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.2);
}
.donation-card .progress-box__bar__inner::after {
  width: 10px;
  height: 12px;
  right: -1px;
  background-color: var(--agragati-base, #379b50);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.000000 13.000000"><g transform="translate(0.000000,13.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M54 209 c-86 -80 -60 -189 45 -189 121 0 156 99 65 186 l-55 53 -55 -50z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.000000 13.000000"><g transform="translate(0.000000,13.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M54 209 c-86 -80 -60 -189 45 -189 121 0 156 99 65 186 l-55 53 -55 -50z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.donation-card .progress-box__number {
  right: -18px;
}
.donation-card .progress-box__content {
  margin-top: 19px;
  margin-bottom: 11px;
  padding: 18px 23px 17px;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 10px;
}
.donation-card .progress-box__text {
  font-size: 16px;
  font-weight: 700;
}
.donation-card .progress-box__text__inner {
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 600;
}
.donation-card__title {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.458;
}
@media (max-width: 390px) {
  .donation-card__title {
    font-size: 22px;
  }
}
.donation-card__title:hover {
  color: var(--agragati-base, #379b50);
}
.donation-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.donation-card__title a:hover {
  background-size: 100% 1px;
}
.donation-card.agragati-btn {
  padding: 12.63px 29.5px 9.63px;
  font-size: 14px;
}
.donation-card.agragati-btn:hover {
  color: var(--agragati-black);
}
.donation-card:hover .agragati-btn {
  border-color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-white, #ffffff);
}
.donation-card .agragati-btn {
  padding: 12.63px 29.5px 9.63px;
  font-size: 14px;
}
.donation-card.agragati-btn:hover {
  color: var(--agragati-black);
}



.donation-card--primary .progress-box__bar__inner, .donation-card--primary .progress-box__bar__inner::after, .donation-card--primary .progress-box__number, .donation-card--primary .progress-box__number::after {
  background-color: var(--agragati-primary, #F2B42B);
}

.donation-card-two__image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  z-index: 1;
}
.donation-card-two__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.donation-card-two:hover .donation-card-two__image img {
  transform: scale(1.05);
}
.donation-card-two__category {
  margin: 0;
  padding: 8px 32px;
  display: inline-block;
  position: relative;
  position: absolute;
  left: 28px;
  bottom: 28px;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.625;
  background-color: var(--agragati-base);
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.donation-card-two__category::before, .donation-card-two__category::after {
  content: "";
  background-color: var(--agragati-primary);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}
.donation-card-two__category::before {
  left: -5px;
  border-radius: 100px 0 0 100px;
}
.donation-card-two__category::after {
  right: -5px;
  border-radius: 0 100px 100px 0;
}
.donation-card-two:hover .donation-card-two__category::before, .donation-card-two:hover .donation-card-two__category::after {
  width: calc(50% + 6px);
}
.donation-card-two__content {
  position: relative;
}
.donation-card-two__content__bg {
  width: 100%;
  height: calc(100% + 44px);
  position: relative;
  position: absolute;
  top: -44px;
  left: 0;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 0px 0px 16px 16px;
}
.donation-card-two__content__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: inherit;
  opacity: 0.3;
}
.donation-card-two__content__inner {
  position: relative;
  padding: 21px 30px 24px;
  z-index: 1;
}
@media (max-width: 375px) {
  .donation-card-two__content__inner {
    padding: 21px 25px 19px;
  }
}
.donation-card-two__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.458;
}
@media (max-width: 390px) {
  .donation-card-two__title {
    font-size: 22px;
  }
}
.donation-card-two__title:hover {
  color: var(--agragati-base, #379b50);
}
.donation-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.donation-card-two__title a:hover {
  background-size: 100% 1px;
}
.donation-card-two__text {
  margin-bottom: 20px;
  font-weight: 600;
}
.donation-card-two .progress-box {
  position: relative;
  padding-top: 63px;
}
.donation-card-two .progress-box::before {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--agragati-white3);
}
.donation-card-two .progress-box__bar {
  background-color: var(--agragati-white3);
}
.donation-card-two .progress-box__bar__inner::before {
  background-color: var(--agragati-primary);
}
.donation-card-two .progress-box__content {
  margin-top: 11px;
}
.donation-card-two .progress-box__number, .donation-card-two .progress-box__number::after {
  background-color: var(--agragati-primary);
}

.donation-card-three {
  position: relative;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
  overflow: hidden;
}
.donation-card-three::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-white2);
  border-radius: inherit;
  transition: all 700ms ease;
}
.donation-card-three:hover::after {
  height: 100%;
  top: 0;
}
.donation-card-three__content {
  position: relative;
  padding: 30px 30px 0px;
  z-index: 2;
}
@media (max-width: 375px) {
  .donation-card-three__content {
    padding: 25px 25px 0px;
  }
}
@media (max-width: 360px) {
  .donation-card-three__content {
    padding: 20px 20px 0px;
  }
}
.donation-card-three__category {
  margin-bottom: 11px;
  display: inline-block;
  padding: 8px 32px;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 16px;
  color: var(--agragati-black);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.625;
  background-color: var(--agragati-white2);
  border-radius: 20px;
  transition: all 500ms ease;
}
.donation-card-three:hover .donation-card-three__category {
  background-color: var(--agragati-white, #ffffff);
}
.donation-card-three__title {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.458;
}
@media (min-width: 768px) and (max-width: 991px) {
  .donation-card-three__title {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  .donation-card-three__title {
    font-size: 22px;
  }
}
.donation-card-three__title:hover {
  color: var(--agragati-base, #379b50);
}
.donation-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.donation-card-three__title a:hover {
  background-size: 100% 1px;
}
.donation-card-three__text {
  margin-bottom: 23px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.666;
}
.donation-card-three .progress-box {
  position: relative;
  margin-bottom: -14px;
  padding: 62px 20px 14px;
  background-color: var(--agragati-white2);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.donation-card-three .progress-box::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--agragati-white, #ffffff);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.donation-card-three .progress-box__bar {
  background-color: var(--agragati-white3);
}
.donation-card-three:hover .progress-box::after {
  width: 100%;
  left: 0;
}
.donation-card-three__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.donation-card-three__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.donation-card-three:hover .donation-card-three__image img {
  transform: scale(1.05);
}

.donation-card-four {
  position: relative;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.donation-card-four:hover {
  background-color: var(--agragati-base);
}
.donation-card-four__image {
  position: relative;
  border-radius: 10px 10px 0px 0px;
  z-index: 2;
}
.donation-card-four__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.donation-card-four__category {
  margin: 0;
  padding: 8px 20px;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.625;
  background-color: var(--agragati-base);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.donation-card-four__category::before, .donation-card-four__category::after {
  content: "";
  background-color: var(--agragati-primary);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}
.donation-card-four__category::before {
  left: -5px;
  border-radius: 100px 0 0 100px;
}
.donation-card-four__category::after {
  right: -5px;
  border-radius: 0 100px 100px 0;
}
.donation-card-four:hover .donation-card-four__category {
  color: var(--agragati-black);
}
.donation-card-four:hover .donation-card-four__category::before, .donation-card-four:hover .donation-card-four__category::after {
  width: calc(50% + 6px);
}
.donation-card-four__icon-group {
  position: absolute;
  left: 30px;
  bottom: -16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .donation-card-four__icon-group {
    left: 20px;
  }
}
@media (max-width: 412px) {
  .donation-card-four__icon-group {
    left: 20px;
  }
}
.donation-card-four__icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--agragati-base);
  border-radius: 4px;
  font-size: 14px;
  color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.donation-card-four__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.donation-card-four__icon:hover {
  color: var(--agragati-black);
  background-color: var(--agragati-primary);
}
.donation-card-four__badge {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--agragati-primary);
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 10px;
  color: var(--agragati-black);
  font-weight: 600;
  line-height: 1;
  z-index: 1;
}
.donation-card-four__content {
  position: relative;
}
.donation-card-four__title {
  position: relative;
  margin-bottom: 0px;
  padding: 33px 30px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.458;
  background-color: var(--agragati-white6, #EFEFEF);
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .donation-card-four__title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }
}
@media (max-width: 412px) {
  .donation-card-four__title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }
}
.donation-card-four__title:hover {
  color: var(--agragati-base, #379b50);
}
.donation-card-four__title::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-white, #ffffff);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.donation-card-four__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.donation-card-four__title a:hover {
  background-size: 100% 1px;
}
.donation-card-four:hover .donation-card-four__title::after {
  height: 100%;
  top: 0;
}
.donation-card-four__progress {
  padding: 30px 30px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .donation-card-four__progress {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 412px) {
  .donation-card-four__progress {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.donation-card-four .progress-box {
  position: relative;
}
.donation-card-four .progress-box__box {
  position: relative;
  padding: 23.5px 20px;
  background-color: var(--agragati-white6, #EFEFEF);
  border-radius: 10px;
}
.donation-card-four .progress-box__box::before, .donation-card-four .progress-box__box::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--agragati-gray4, #D2D2D2);
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .donation-card-four .progress-box__box::before, .donation-card-four .progress-box__box::after {
    width: 20px;
  }
}
@media (max-width: 412px) {
  .donation-card-four .progress-box__box::before, .donation-card-four .progress-box__box::after {
    width: 20px;
  }
}
.donation-card-four .progress-box__box::before {
  left: -30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .donation-card-four .progress-box__box::before {
    left: -20px;
  }
}
@media (max-width: 412px) {
  .donation-card-four .progress-box__box::before {
    left: -20px;
  }
}
.donation-card-four .progress-box__box::after {
  right: -30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .donation-card-four .progress-box__box::after {
    right: -20px;
  }
}
@media (max-width: 412px) {
  .donation-card-four .progress-box__box::after {
    right: -20px;
  }
}
.donation-card-four .progress-box__bar {
  background-color: var(--agragati-white, #ffffff);
}
.donation-card-four .progress-box__content {
  position: relative;
  margin-top: 22px;
}
.donation-card-four .progress-box__content::after {
  content: "";
  width: 1px;
  height: calc(100% + 44px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--agragati-gray4, #D2D2D2);
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .donation-card-four .progress-box__content::after {
    display: none;
  }
}
.donation-card-four .progress-box__text {
  line-height: 1.285;
}
.donation-card-four .progress-box__text__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 22px;
  color: var(--agragati-primary);
}
.donation-card-four .progress-box__text__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 390px) {
  .donation-card-four .progress-box__text__icon {
    font-size: 16px;
  }
}
.donation-card-four:hover .progress-box__content::after, .donation-card-four:hover .progress-box__box::before, .donation-card-four:hover .progress-box__box::after {
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.3);
}
.donation-card-four:hover .progress-box__text {
  color: var(--agragati-white, #ffffff);
}
.donation-card-four:hover .progress-box__text__inner {
  color: var(--agragati-black);
}

.donation-card-five__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  z-index: 1;
}
.donation-card-five__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(var(--agragati-black-rgb), 0) 40%, var(--agragati-black) 80%);
  border-radius: inherit;
}
.donation-card-five__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.donation-card-five:hover .donation-card-five__image img {
  transform: scale(1.05);
}
.donation-card-five__category {
  margin: 0;
  padding: 8px 32px;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.625;
  background-color: var(--agragati-base);
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.donation-card-five__category::before, .donation-card-five__category::after {
  content: "";
  background-color: var(--agragati-primary);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}
.donation-card-five__category::before {
  left: -5px;
  border-radius: 100px 0 0 100px;
}
.donation-card-five__category::after {
  right: -5px;
  border-radius: 0 100px 100px 0;
}
.donation-card-five:hover .donation-card-five__category::before, .donation-card-five:hover .donation-card-five__category::after {
  width: calc(50% + 6px);
}
.donation-card-five__content {
  padding: 28px 28px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.donation-card-five__title {
  margin-bottom: 12px;
  font-size: 24px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.458;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donation-card-five__title {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .donation-card-five__title {
    font-size: 22px;
  }
}
.donation-card-five__title:hover {
  color: var(--agragati-primary);
}
.donation-card-five__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.donation-card-five__title a:hover {
  background-size: 100% 1px;
}
.donation-card-five__text {
  margin-bottom: 0;
  font-weight: 600;
}
.donation-card-five__progress {
  position: relative;
  padding: 62px 30px 24px;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--agragati-white2);
}
.donation-card-five__progress__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.3;
  border-radius: inherit;
}
.donation-card-five .progress-box {
  position: relative;
  z-index: 1;
}
.donation-card-five .progress-box__bar {
  background-color: var(--agragati-white3);
}
.donation-card-five .progress-box__bar__inner::before {
  background-color: var(--agragati-primary);
}
.donation-card-five .progress-box__content {
  margin-top: 11px;
}
.donation-card-five .progress-box__number, .donation-card-five .progress-box__number::after {
  background-color: var(--agragati-primary);
}

.donation-list {
  position: relative;
  border-radius: 15px;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 4px 40px RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.15);
}
.donation-list__col-1 {
  width: 42.583%;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .donation-list__col-1 {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .donation-list__col-1 {
    width: 100%;
  }
}
.donation-list__col-2 {
  width: 57.417%;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .donation-list__col-2 {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .donation-list__col-2 {
    width: 100%;
  }
}
.donation-list__content {
  height: 100%;
  padding: 30px 10px 26px 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .donation-list__content {
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .donation-list__content {
    padding: 30px;
  }
}
.donation-list__content__inner {
  width: 100%;
}
.donation-list__category {
  position: relative;
  margin-bottom: 9px;
  display: inline-block;
  padding: 8px 32px;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 16px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.625;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.donation-list:hover .donation-list__category {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.donation-list__title {
  margin-bottom: 11px;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.donation-list__title:hover {
  color: var(--agragati-base, #379b50);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donation-list__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .donation-list__title {
    font-size: 30px;
  }
}
@media (max-width: 430px) {
  .donation-list__title {
    font-size: 25px;
  }
}
.donation-list__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.donation-list__title a:hover {
  background-size: 100% 1px;
}
.donation-list__text {
  position: relative;
  margin-bottom: 72px;
  padding-bottom: 21px;
  font-weight: 600;
}
.donation-list__text::after {
  content: "";
  width: calc(100% + 80px);
  height: 1px;
  background-color: var(--agragati-gray3, #E3DDD8);
  position: absolute;
  left: -40px;
  bottom: 0;
}
@media (max-width: 1199px) {
  .donation-list__text::after {
    width: calc(100% + 60px);
    left: -30px;
  }
}
.donation-list__image {
  position: relative;
  height: 100%;
}
.donation-list__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

.donations-one {
  background-color: var(--agragati-white, #ffffff);
}
@media (min-width: 1400px) {
  .donations-one__container {
    max-width: 1600px;
  }
}

.donations-two {
  position: relative;
  background-color: var(--agragati-black);
}
.donations-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  opacity: 0.3;
}
.donations-two .container {
  position: relative;
  z-index: 1;
}
.donations-two__top {
  margin-bottom: 50px;
}
.donations-two .sec-title__title {
  color: var(--agragati-white, #ffffff);
}
.donations-two__custome-navs {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 991px) {
  .donations-two__custome-navs {
    margin: 0;
  }
}
.donations-two__custome-navs button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary);
  border-radius: 50%;
  transition: all 400ms ease;
}
.donations-two__custome-navs button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.donations-two__custome-navs button:hover {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base);
}
.donations-two__custome-navs button span {
  border: none;
  outline: none;
  color: inherit;
}
.donations-two__shape-1 {
  position: absolute;
  top: -48px;
  left: 0;
}
.donations-two__shape-2 {
  position: absolute;
  left: 0;
  bottom: -65px;
}

.donations-three {
  position: relative;
  padding-bottom: 240px;
  background-color: var(--agragati-base);
}
@media (max-width: 767px) {
  .donations-three {
    padding-bottom: 220px;
  }
}
@media (max-width: 575px) {
  .donations-three {
    padding-bottom: 200px;
  }
}
.donations-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  opacity: 0.06;
}
.donations-three .container {
  position: relative;
  z-index: 1;
}
.donations-three .sec-title__tagline {
  color: var(--agragati-primary);
}
.donations-three .sec-title__title {
  color: var(--agragati-white, #ffffff);
}
.donations-three__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--agragati-primary);
}
.donations-three__carousel.owl-carousel .owl-dots .owl-dot {
  background-color: var(--agragati-white, #ffffff);
}
.donations-three__carousel.owl-carousel .owl-dots .owl-dot::after {
  background-color: rgba(var(--agragati-primary-rgb), 0.2);
}
.donations-three__carousel.owl-carousel .owl-dots .owl-dot:hover, .donations-three__carousel.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--agragati-primary);
}

.donations-four {
  position: relative;
  background-color: var(--agragati-black2, #000000);
}
.donations-four__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--agragati-black2, #000000);
}
.donations-four__bg__inner {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.donations-four__bg__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--agragati-black2-rgb, 0, 0, 0), 0.8);
}
.donations-four .container {
  position: relative;
  z-index: 1;
}
.donations-four .sec-title__title {
  color: var(--agragati-white, #ffffff);
}

.donations-five {
  position: relative;
  background-color: var(--agragati-white2);
}
.donations-five::after {
  content: "";
  width: 100%;
  height: 380px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-white, #ffffff);
  z-index: 1;
}
.donations-five__bg {
  width: 100%;
  height: calc(100% - 380px);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.5;
}
.donations-five .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1400px) {
  .donations-five .container {
    max-width: 1600px;
  }
}

.donations-six {
  background-color: var(--agragati-white, #ffffff);
}
.donations-six__top {
  margin-bottom: 50px;
}
.donations-six__custome-navs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.donations-six__custome-navs button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--agragati-black);
  background-color: var(--agragati-white5, #F5F1EE);
  border-radius: 50%;
  transition: all 400ms ease;
}
.donations-six__custome-navs button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.donations-six__custome-navs button:hover {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base);
}
.donations-six__custome-navs button span {
  border: none;
  outline: none;
  color: inherit;
}
.donations-six .donation-list {
  border-radius: 10px;
  box-shadow: none;
  filter: drop-shadow(0px 4px 30px RGBA(var(--agragati-black2-rgb, 0, 0, 0), 0.1));
}
.donations-six .donation-list .row {
  --bs-gutter-x: 0;
}
.donations-six .donation-list__col-1 {
  width: 57%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donations-six .donation-list__col-1 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .donations-six .donation-list__col-1 {
    width: 100%;
  }
}
.donations-six .donation-list__col-2 {
  width: 43%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donations-six .donation-list__col-2 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .donations-six .donation-list__col-2 {
    width: 100%;
  }
}
.donations-six .donation-list__content {
  padding: 29px 25px 13px 30px;
  border: 1px solid var(--agragati-white6, #EFEFEF);
  border-right: 0;
  border-radius: 10px 0px 0px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donations-six .donation-list__content {
    padding: 30px 25px;
    border-right: 1px solid var(--agragati-white6, #EFEFEF);
    border-bottom: 0;
    border-radius: 10px 10px 0px 0px;
  }
}
@media (max-width: 575px) {
  .donations-six .donation-list__content {
    padding: 30px 25px;
    border-right: 1px solid var(--agragati-white6, #EFEFEF);
    border-bottom: 0;
    border-radius: 10px 10px 0px 0px;
  }
}
.donations-six .donation-list__category {
  margin-bottom: 2px;
  background-color: var(--agragati-white5, #F5F1EE);
}
.donations-six .donation-list:hover .donation-list__category {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.donations-six .donation-list__title {
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 1.458;
}
.donations-six .donation-list__text {
  margin-bottom: 62px;
  padding-bottom: 11px;
}
.donations-six .donation-list__text::after {
  width: calc(100% + 54px);
  left: calc(50% - 2px);
  transform: translateX(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donations-six .donation-list__text::after {
    width: calc(100% + 50px);
    left: calc(50% - 0px);
  }
}
@media (max-width: 575px) {
  .donations-six .donation-list__text::after {
    width: calc(100% + 50px);
    left: calc(50% - 0px);
  }
}
.donations-six .donation-list .progress-box__bar {
  background-color: var(--agragati-gray3, #E3DDD8);
}
.donations-six .donation-list__image img {
  border-radius: 10px;
}

.donations-page {
  background-color: var(--agragati-white, #ffffff);
}
.donations-page--three .donation-card-three {
  background-color: var(--agragati-white4, #FAF6F0);
}
.donations-page--three .donation-card-three__category {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.donations-page--three .donation-card-three:hover .donation-card-three__category {
  color: var(--agragati-black, #212226);
}
.donations-page--four .donation-card-four {
  box-shadow: 0px 4px 60px rgba(var(--agragati-black2-rgb, 0, 0, 0), 0.1);
}

.donations-list-page {
  background-color: var(--agragati-white, #ffffff);
}

/*--------------------------------------------------------------
# Donation Details
--------------------------------------------------------------*/
.donation-details__card {
  margin-bottom: 31px;
}
.donation-details__card__text {
  margin: 0;
}
.donation-details .donation-card {
  margin-bottom: 41px;
  padding: 30px 30px 40px;
}
@media (max-width: 412px) {
  .donation-details .donation-card {
    padding: 25px;
  }
}
@media (max-width: 360px) {
  .donation-details .donation-card {
    padding: 20px;
  }
}
.donation-details .donation-card:hover .donation-card__image img {
  transform: scale(1);
}
.donation-details .donation-card .agragati-btn {
  background-color: var(--agragati-base, #379b50);
}
.donation-details .donation-card .agragati-btn__hover {
  background-color: var(--agragati-black, #212226);
}
.donation-details .progress-box__inner {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .donation-details .progress-box__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.donation-details .progress-box__content {
  width: 100%;
  margin: 0;
  padding: 17px 20px 16px;
}
.donation-details .agragati-btn {
  flex-shrink: 0;
}
.donation-details__title {
  margin-bottom: 21px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.363;
}
@media (max-width: 430px) {
  .donation-details__title {
    font-size: 27px;
  }
}
.donation-details__summery {
  margin-bottom: 36px;
}
.donation-details__summery__text {
  margin-bottom: 25px;
  font-weight: 600;
}
.donation-details__summery__list {
  margin: 0;
}
.donation-details__summery__list li + li {
  margin-top: 6px;
}
.donation-details__summery__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  line-height: 1.625;
}
.donation-details__summery__list__icon {
  position: relative;
  top: 5px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 8px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary, #F2B42B);
  border-radius: 50%;
}
.donation-details__summery__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.donation-details__donors__title {
  margin-bottom: 30px;
}
.donation-details__donors__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
@media (max-width: 991px) {
  .donation-details__donors__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.donation-details__donors__card {
  position: relative;
  border-radius: 10px;
}
.donation-details__donors__card::after {
  content: "";
  width: 100%;
  height: calc(100% - 16px);
  background-color: var(--agragati-white2, #F4F0ED);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.donation-details__donors__card__content {
  position: relative;
  padding: 0px 20px 16px;
  text-align: center;
  z-index: 1;
}
.donation-details__donors__card__image {
  margin-bottom: 11px;
  text-align: center;
}
.donation-details__donors__card__image img {
  display: inline-block !important;
  width: 66px !important;
  height: 66px;
  border-radius: 50%;
}
.donation-details__donors__card__name, .donation-details__donors__card__amount {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.donation-details__donors__card__name {
  margin-bottom: 8px;
}
.donation-details__donors__card__amount {
  color: var(--agragati-base, #379b50);
}
@media (max-width: 991px) {
  .donation-details--sidebar-left {
    padding-top: 136px;
  }
}
@media (max-width: 767px) {
  .donation-details--sidebar-left {
    padding-top: 116px;
  }
}
@media (max-width: 575px) {
  .donation-details--sidebar-left {
    padding-top: 96px;
  }
}

.donation-details-two__content__top {
  margin-bottom: 41px;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 4px 60px RGBA(var(--agragati-black2-rgb, 0, 0, 0), 0.1);
  border-radius: 10px;
}
.donation-details-two__card__image img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}
.donation-details-two__card__content {
  padding: 31px 40px 40px;
}
@media (max-width: 575px) {
  .donation-details-two__card__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 360px) {
  .donation-details-two__card__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.donation-details-two__card__title {
  margin-bottom: 48px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
}
@media (max-width: 767px) {
  .donation-details-two__card__title {
    font-size: 28px;
  }
}
@media (max-width: 430px) {
  .donation-details-two__card__title {
    font-size: 25px;
  }
}
.donation-details-two__card .progress-box__bar__inner {
  background-color: var(--agragati-base, #379b50);
}
.donation-details-two__card .progress-box__bar__inner::before {
  width: 20px;
  height: 20px;
  right: -6px;
  background-color: RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.2);
}
.donation-details-two__card .progress-box__bar__inner::after {
  width: 10px;
  height: 12px;
  right: -1px;
  background-color: var(--agragati-base, #379b50);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.000000 13.000000"><g transform="translate(0.000000,13.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M54 209 c-86 -80 -60 -189 45 -189 121 0 156 99 65 186 l-55 53 -55 -50z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.000000 13.000000"><g transform="translate(0.000000,13.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M54 209 c-86 -80 -60 -189 45 -189 121 0 156 99 65 186 l-55 53 -55 -50z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.donation-details-two__card .progress-box__number {
  right: -18px;
}
.donation-details-two__card .progress-box__content {
  margin-top: 27px;
  padding: 18px 23px 17px;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 10px;
}
@media (max-width: 375px) {
  .donation-details-two__card .progress-box__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.donation-details-two__card .progress-box__text {
  font-size: 16px;
  font-weight: 700;
}
.donation-details-two__card .progress-box__text__inner {
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 600;
}
.donation-details-two .donate-form {
  padding: 0px 40px 40px;
}
@media (max-width: 575px) {
  .donation-details-two .donate-form {
    padding: 0px 30px 30px;
  }
}
@media (max-width: 360px) {
  .donation-details-two .donate-form {
    padding: 0px 25px 25px;
  }
}
.donation-details-two .donate-form__amount {
  padding-top: 40px;
  border-top: 1px solid var(--agragati-white3, #E5DED9);
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--agragati-white3, #E5DED9);
}
.donation-details-two .donate-form__info__top {
  display: block;
}
.donation-details-two__text {
  margin-bottom: 31px;
}
.donation-details-two__summery__title {
  margin-bottom: 21px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.363;
}
@media (max-width: 430px) {
  .donation-details-two__summery__title {
    font-size: 27px;
  }
}
.donation-details-two__summery__text {
  margin-bottom: 25px;
  font-weight: 600;
}
.donation-details-two__summery__list {
  margin: 0;
}
.donation-details-two__summery__list li + li {
  margin-top: 6px;
}
.donation-details-two__summery__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  line-height: 1.625;
}
.donation-details-two__summery__list__icon {
  position: relative;
  top: 5px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 8px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary, #F2B42B);
  border-radius: 50%;
}
.donation-details-two__summery__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.donation-details-two__donors__title {
  margin-bottom: 30px;
}
.donation-details-two__donors__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
@media (max-width: 991px) {
  .donation-details-two__donors__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.donation-details-two__donors__card {
  position: relative;
  border-radius: 10px;
}
.donation-details-two__donors__card::after {
  content: "";
  width: 100%;
  height: calc(100% - 16px);
  background-color: var(--agragati-white2, #F4F0ED);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.donation-details-two__donors__card__content {
  position: relative;
  padding: 0px 20px 16px;
  text-align: center;
  z-index: 1;
}
.donation-details-two__donors__card__image {
  margin-bottom: 11px;
  text-align: center;
}
.donation-details-two__donors__card__image img {
  display: inline-block !important;
  width: 66px !important;
  height: 66px;
  border-radius: 50%;
}
.donation-details-two__donors__card__name, .donation-details-two__donors__card__amount {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.donation-details-two__donors__card__name {
  margin-bottom: 8px;
}
.donation-details-two__donors__card__amount {
  color: var(--agragati-base, #379b50);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donation-details-two--sidebar .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sidebar-donation {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .sidebar-donation {
    margin-top: 0;
  }
}
.sidebar-donation__single + .sidebar-donation__single {
  margin-top: 20px;
}
.sidebar-donation__single:not(:first-child) {
  padding: 35px 40px 40px;
  border-radius: 10px;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 0px 60px rgba(2, 2, 2, 0.07);
}
@media (max-width: 390px) {
  .sidebar-donation__single:not(:first-child) {
    padding: 25px 30px 30px;
  }
}
.sidebar-donation__posts__top-title {
  margin-bottom: 30px;
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.083;
  border-bottom: 1px solid var(--agragati-base, #379b50);
}
.sidebar-donation__posts__list {
  margin: 0;
}
.sidebar-donation__posts__item {
  display: flex;
  align-items: flex-start;
  gap: 20px 15px;
}
@media (max-width: 360px) {
  .sidebar-donation__posts__item {
    flex-direction: column;
  }
}
.sidebar-donation__posts__item:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.15);
}
@media (max-width: 360px) {
  .sidebar-donation__posts__item:not(:last-of-type) {
    margin-bottom: 19px;
  }
}
.sidebar-donation__posts__image {
  width: 70px;
  flex-shrink: 0;
}
.sidebar-donation__posts__image img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.sidebar-donation__posts__content {
  width: calc(100% - 70px);
}
@media (max-width: 360px) {
  .sidebar-donation__posts__content {
    margin: 0;
    width: 100%;
  }
}
.sidebar-donation__posts__meta {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 10px;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  color: var(--agragati-text, #727272);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.sidebar-donation__posts__meta__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--agragati-base, #379b50);
}
.sidebar-donation__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-donation__posts__title {
  margin: 0;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.sidebar-donation__posts__title:hover {
  color: var(--agragati-base, #379b50);
}
.sidebar-donation__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar-donation__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar-donation__social__title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}

.sidebar-donation-two__single {
  padding: 35px 30px 30px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
  box-shadow: 0px 0px 60px rgba(2, 2, 2, 0.1);
}
@media (max-width: 390px) {
  .sidebar-donation-two__single {
    padding: 25px 30px 30px;
  }
}
.sidebar-donation-two__single + .sidebar-donation-two__single {
  margin-top: 30px;
}
.sidebar-donation-two__title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.083;
  border-bottom: 1px solid var(--agragati-base, #379b50);
}
.sidebar-donation-two__categories-wrapper {
  padding-bottom: 35px;
}
@media (max-width: 390px) {
  .sidebar-donation-two__categories-wrapper {
    padding-bottom: 25px;
  }
}
.sidebar-donation-two__categories {
  margin: 0;
}
.sidebar-donation-two__categories-title {
  margin-bottom: 28px;
}
.sidebar-donation-two__categories li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--agragati-white3, #E5DED9);
}
.sidebar-donation-two__categories li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  color: var(--agragati-text, #727272);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.428;
  transition: all 500ms ease;
}
.sidebar-donation-two__categories li a:hover {
  color: var(--agragati-base, #379b50);
}
.sidebar-donation-two__categories li a .sidebar-donation-two__categories__icon {
  position: relative;
  top: 3px;
  display: inline-flex;
  font-size: 13px;
  color: var(--agragati-base, #379b50);
  overflow: hidden;
}
.sidebar-donation-two__categories li a .sidebar-donation-two__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-donation-two__categories a:hover .sidebar-donation-two__categories__icon > * {
  animation: slideLeft 400ms;
}
.sidebar-donation-two__donation-title {
  margin-bottom: 78px;
}
.sidebar-donation-two .donation-card {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.sidebar-donation-two .donation-card:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 68px;
  border-bottom: 1px solid var(--agragati-white3, #E5DED9);
}
.sidebar-donation-two .donation-card .agragati-btn {
  padding: 11.5px 20px 12.5px;
  color: var(--agragati-base, #379b50);
  border-radius: 10px;
  background-color: var(--agragati-white2, #F4F0ED);
}
.sidebar-donation-two .donation-card .agragati-btn:hover {
  color: var(--agragati-white, #ffffff);
}
.sidebar-donation-two .donation-card .agragati-btn__hover {
  background-color: var(--agragati-base, #379b50);
}
.sidebar-donation-two__contact {
  position: relative;
  padding: 47px 30px 50px;
  background-color: var(--agragati-base, #379b50);
  box-shadow: none;
}
.sidebar-donation-two__contact__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.sidebar-donation-two__contact__title {
  margin-bottom: 0;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 33px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.25;
}
.sidebar-donation-two__contact__text {
  margin-bottom: 22px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 20px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.5;
}
.sidebar-donation-two__contact .agragati-btn:hover {
  color: var(--agragati-black, #212226);
}
.sidebar-donation-two__contact .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}
.sidebar-donation-two__contact__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sidebar-donation-two__contact__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 4px;
  bottom: -41px;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.event-card {
  position: relative;
  border-radius: 10px;
  background-color: var(--agragati-white2, #F4F0ED);
  overflow: hidden;
  z-index: 1;
}
.event-card::after {
  content: "";
  width: 100%;
  height: 0%;
  background-color: var(--agragati-base, #379b50);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.event-card:hover::after {
  height: 100%;
  top: 0;
}
.event-card__image {
  position: relative;
  border-radius: 10px;
}
.event-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.event-card__date {
  margin: 0;
  padding: 8.5px 20px;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  color: var(--agragati-black, #212226);
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 9px 9px 0px 9px;
  overflow: hidden;
  z-index: 1;
  transition: all 400ms ease;
}
.event-card__date::after {
  content: "";
  width: 0%;
  height: 100%;
  background-color: var(--agragati-base, #379b50);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.event-card:hover .event-card__date {
  color: var(--agragati-white, #ffffff);
}
.event-card:hover .event-card__date::after {
  width: 100%;
  left: 0;
}
.event-card__category {
  margin: 0;
  padding: 7px 28px;
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: -20px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  color: var(--agragati-base, #379b50);
  font-weight: 700;
  text-align: center;
  line-height: 1.625;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 5px;
  z-index: 1;
}
.event-card__content {
     padding: 21px 10px 10px;
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-card__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 425px) {
  .event-card__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.event-card__title {
     margin-bottom: 6px;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.458;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-card__title {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .event-card__title {
    font-size: 22px;
  }
}
.event-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.event-card__title a:hover {
  background-size: 100% 1px;
}
.event-card:hover .event-card__title {
  color: var(--agragati-white, #ffffff);
}
.event-card__meta {
  margin: 0 0 26px;
}
.event-card__meta li + li {
  margin-top: 8px;
}
.event-card__meta li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  transition: all 500ms ease;
}
.event-card__meta li a {
  color: inherit;
  transition: none;
}
.event-card__meta__icon {
  position: relative;
  top: 5px;
  display: inline-flex;
  font-size: 16px;
  color: var(--agragati-base, #379b50);
  transition: all 500ms ease;
}
.event-card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.event-card:hover .event-card__meta li {
  color: var(--agragati-white3, #E5DED9);
}
.event-card:hover .event-card__meta__icon {
  color: var(--agragati-primary, #F2B42B);
}

.event-list {
  position: relative;
  border-radius: 20px;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 4px 40px RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.1);
  overflow: hidden;
  z-index: 1;
}
.event-list::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  background-color: var(--agragati-black, #212226);
  z-index: -1;
  transition: all 600ms ease;
}
.event-list:hover::after {
  width: 100%;
  left: 0;
}
.event-list__col-1 {
  width: 38.166%;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .event-list__col-1 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .event-list__col-1 {
    width: 100%;
  }
}
.event-list__col-2 {
  width: 61.834%;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .event-list__col-2 {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .event-list__col-2 {
    width: 100%;
  }
}
.event-list__content {
  height: 100%;
  padding: 19px 30px 30px 46px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .event-list__content {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .event-list__content {
    padding-bottom: 55px;
  }
}
.event-list__content__inner {
  width: 100%;
}
.event-list__title {
  margin-bottom: 13px;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.458;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-list__title {
    font-size: 25px;
  }
}
@media (max-width: 430px) {
  .event-list__title {
    font-size: 25px;
  }
}
@media (max-width: 390px) {
  .event-list__title {
    font-size: 23px;
  }
}
.event-list__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.event-list__title a:hover {
  background-size: 100% 1px;
}
.event-list:hover .event-list__title {
  color: var(--agragati-white, #ffffff);
}
.event-list__meta {
  margin: 0 0 26px;
}
.event-list__meta li + li {
  margin-top: 8px;
}
.event-list__meta li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  transition: all 500ms ease;
}
.event-list__meta li a {
  color: inherit;
  transition: none;
}
.event-list__meta__icon {
  position: relative;
  top: 5px;
  display: inline-flex;
  font-size: 16px;
  color: var(--agragati-base, #379b50);
  transition: all 500ms ease;
}
.event-list__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.event-list:hover .event-list__meta li {
  color: var(--agragati-gray4, #D2D2D2);
}
.event-list .agragati-btn {
  color: var(--agragati-black, #212226);
  background-color: var(--agragati-white6, #EFEFEF);
}
.event-list .agragati-btn:hover {
  color: var(--agragati-white, #ffffff);
}
.event-list .agragati-btn__hover {
  background-color: var(--agragati-base, #379b50);
}
.event-list__image {
  position: relative;
  height: 100%;
}
.event-list__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .event-list__image img {
    border-radius: 0 0 20px 20px;
  }
}
.event-list__date {
  margin: 0;
  padding: 20px 42px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 24px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  background-color: RGBA(var(--agragati-base-rgb, 226, 59, 51), 0.6);
  border-radius: 10px 0px 20px 10px;
  z-index: 1;
  transition: all 400ms ease;
}
@media (max-width: 1199px) {
  .event-list__date {
    padding: 15px 30px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .event-list__date {
    padding: 12px 25px;
    font-size: 18px;
  }
}
.event-list__category {
  margin: 0;
  padding: 29px 9px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -22px;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  color: var(--agragati-base, #379b50);
  font-weight: 700;
  text-align: center;
  line-height: 1.625;
  background-color: var(--agragati-white6, #EFEFEF);
  border-radius: 5px;
  transition: all 500ms ease;
  z-index: 1;
}
@media (max-width: 767px) {
  .event-list__category {
    padding: 9px 29px;
    top: -22px;
    left: auto;
    right: 0;
    transform: translateY(0%) rotate(0deg);
    writing-mode: unset;
    border-radius: 5px 0 0 5px;
  }
}
.event-list:hover .event-list__category {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}

.events-one {
  position: relative;
  background-color: var(--agragati-white2);
}
.events-one .container {
  position: relative;
  z-index: 1;
}
.events-one .event-list__meta__icon,
.events-one .event-list__category {
  color: var(--agragati-primary);
}
.events-one__shape-1, .events-one__shape-2, .events-one__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
}
.events-one__shape-1 {
  top: 209px;
  left: 46px;
  animation: banner3Shake 3s linear infinite;
}
@media (max-width: 1599px) {
  .events-one__shape-1 {
    top: 100px;
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .events-one__shape-1 {
    display: none;
  }
}
.events-one__shape-2 {
  left: 45px;
  bottom: 245px;
  opacity: 0.39;
  animation: animatedText 1500ms ease infinite;
}
@media (max-width: 1599px) {
  .events-one__shape-2 {
    max-width: 150px;
    left: 30px;
  }
}
@media (max-width: 1399px) {
  .events-one__shape-2 {
    display: none;
  }
}
.events-one__shape-3 {
  right: 93px;
  bottom: 0;
  animation: treeMove 3s linear infinite;
}
@media (max-width: 1599px) {
  .events-one__shape-3 {
    right: 50px;
  }
}

@keyframes animatedText {
  0% {
    opacity: 0.39;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.39;
  }
}
.event-page {
  background-color: var(--agragati-white, #ffffff);
}

.events-list-page {
  background-color: var(--agragati-white, #ffffff);
}

/*--------------------------------------------------------------
# Event Details
--------------------------------------------------------------*/
.event-details {
  background-color: var(--agragati-white, #ffffff);
}
.event-details__image {
	text-align: center;
  margin-bottom: 41px;
}
.event-details__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.event-details__inner--1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--agragati-white3, #E5DED9);
}
.event-details__inner--2 {
  margin-bottom: 15px;
}
.event-details__title {
  margin-bottom: 21px;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.333;
}
@media (max-width: 430px) {
  .event-details__title {
    margin-bottom: 15px;
    font-size: 26px;
  }
}
.event-details__text {
  margin: 0;
  font-weight: 500;
}
.event-details__list {
  margin-bottom: 35px;
}
.event-details__list li + li {
  margin-top: 6px;
}
.event-details__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: var(--agragati-black, #212226);
  font-weight: 600;
  line-height: 1.625;
}
.event-details__list__icon {
  position: relative;
  top: 5px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 8px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary, #F2B42B);
  border-radius: 50%;
}
.event-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.event-details__info__item + .event-details__info__item {
  margin-top: 20px;
}
.event-details__info__item {
  border-radius: 10px;
}
.event-details__info__item--1 {
  padding: 32px 40px 40px;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 4px 40px RGBA(var(--agragati-black2-rgb, 0, 0, 0), 0.1);
}
@media (max-width: 412px) {
  .event-details__info__item--1 {
    padding: 22px 30px 30px;
  }
}
.event-details__info__title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
  border-bottom: 1px solid var(--agragati-base, #379b50);
}
.event-details__info__list {
  margin: 0;
}
.event-details__info__list li {
  margin-bottom: 25px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--agragati-white3, #E5DED9);
}
.event-details__info__list li:last-child {
  margin-bottom: 30px;
}
.event-details__info__list__title {
  display: block;
  margin-bottom: 9px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 16px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.event-details__info__list__text {
  display: block;
  font-size: 16px;
  color: var(--agragati-base, #379b50);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.625;
}
.event-details__info__list__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.event-details__info__list__text a:hover {
  background-size: 100% 1px;
}
.event-details__info .social-links {
  gap: 21px;
}
@media (max-width: 412px) {
  .event-details__info .social-links {
    gap: 15px;
  }
}
.event-details__info .social-links a {
  width: 40px;
  height: 40px;
  background-color: var(--agragati-white2, #F4F0ED);
}
.event-details__info .social-links a:hover {
  background-color: var(--agragati-base, #379b50);
}
.event-details__info .social-links__icon {
  font-size: 16px;
}
.event-details__info__map {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--agragati-black, #212226);
}

/*--------------------------------------------------------------
# Donate
--------------------------------------------------------------*/
.donate-form__title {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
}
@media (max-width: 430px) {
  .donate-form__title {
    font-size: 27px;
  }
}
.donate-form__amount {
  margin-bottom: 28px;
  padding-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 60px RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.1);
}
.donate-form__amount input[type=text] {
  width: 100%;
  height: 157px;
  padding: 40px;
  outline: none;
  text-align: center;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 60px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  text-transform: capitalize;
  background-color: var(--agragati-white2, #F4F0ED);
  border: 1px dashed var(--agragati-base, #379b50);
  border-radius: 10px;
  transition: all 400ms ease;
}
.donate-form__amount input[type=text]:focus {
  color: var(--agragati-base, #379b50);
}
@media (max-width: 767px) {
  .donate-form__amount input[type=text] {
    padding: 30px;
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .donate-form__amount input[type=text] {
    font-size: 40px;
  }
}
.donate-form__amount__buttons {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.donate-form__amount__btn {
  padding: 6px 16px;
  outline: 0;
  border: 0;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  border-radius: 10px;
  background-color: var(--agragati-white2, #F4F0ED);
  transition: all 400ms ease;
}
.donate-form__amount__btn:hover, .donate-form__amount__btn.active {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.donate-form__payment {
  margin-bottom: 33px;
}
.donate-form__payment__method {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.donate-form__payment__item input[type=radio] {
  display: none;
}
.donate-form__payment__item label {
  position: relative;
  cursor: pointer;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  color: var(--agragati-black, #212226);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.donate-form__payment__item label::before {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: var(--agragati-white2, #F4F0ED);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.donate-form__payment__item label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--agragati-base, #379b50);
  top: 22px;
  left: 8px;
  opacity: 0;
  margin: -8px 20px;
  margin-left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.donate-form__payment__item input[type=radio]:checked + label::after {
  opacity: 1;
}
.donate-form__info__top {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donate-form__info__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .donate-form__info__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.donate-form__info__title {
  margin: 0;
}
.donate-form__info__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}
.donate-form__info__check-box input[type=checkbox] {
  display: none;
}
.donate-form__info__check-box label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 34px;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--agragati-black, #212226);
  font-weight: 600;
  line-height: 1.625;
  text-transform: capitalize;
}
.donate-form__info__check-box label span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  color: var(--agragati-white, #ffffff);
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 12px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.donate-form__info__check-box input[type=checkbox] + label span {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.donate-form__info__check-box input[type=checkbox]:checked + label span {
  background-color: var(--agragati-base, #379b50);
}
.donate-form__info__check-box input[type=checkbox]:checked + label span::before {
  opacity: 1;
}
.donate-form__total-donation {
  margin: 2px 0;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 20px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
}
@media (max-width: 430px) {
  .donate-form__total-donation {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .donate-form__total-donation {
    font-size: 16px;
  }
}

.donate-one {
  background-color: var(--agragati-white, #ffffff);
}
.donate-one__inner {
  position: relative;
  border-radius: 10px;
  background-color: var(--agragati-white2, #F4F0ED);
}
.donate-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.2;
  border-radius: inherit;
}
.donate-one__wrapper {
  position: relative;
  z-index: 2;
}
.donate-one__content {
  padding: 80px 80px 129px 0px;
}
@media (max-width: 1199px) {
  .donate-one__content {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .donate-one__content {
    padding: 60px 40px 96px;
  }
}
@media (max-width: 575px) {
  .donate-one__content {
    padding: 40px 30px 76px;
  }
}
@media (max-width: 430px) {
  .donate-one__content {
    padding: 30px 25px 66px;
  }
}
.donate-one .sec-title {
  margin-bottom: 20px;
}
.donate-one .donate-form__info {
  margin-bottom: 20px;
}
.donate-one .donate-form .form-one input[type=text],
.donate-one .donate-form .form-one input[type=email] {
  font-weight: 500;
  background-color: var(--agragati-white, #ffffff);
}
.donate-one .donate-form__amount {
  margin-bottom: 30px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
  gap: 20px 10px;
}
@media (max-width: 767px) {
  .donate-one .donate-form__amount {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .donate-one .donate-form__amount__box {
    width: 100%;
  }
}
.donate-one .donate-form__amount input[type=text] {
  width: 130px;
  height: 42px;
  padding: 0px 16px;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--agragati-black, #212226);
  font-weight: 600;
  text-transform: capitalize;
  background-color: var(--agragati-white, #ffffff);
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .donate-one .donate-form__amount input[type=text] {
    width: 100%;
  }
}
.donate-one .donate-form__amount input[type=text]:focus {
  color: var(--agragati-base, #379b50);
}
.donate-one .donate-form__amount__buttons {
  margin: 0;
  justify-content: flex-start;
}
.donate-one .donate-form__amount__btn {
  background-color: var(--agragati-white, #ffffff);
}
.donate-one .donate-form__amount__btn:hover, .donate-one .donate-form__amount__btn.active {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.donate-one__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -70px;
  bottom: 0px;
  z-index: 1;
  animation: moveHorizontal 2s linear infinite;
}
@media (max-width: 1199px) {
  .donate-one__image {
    display: none;
  }
}
.donate-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.donate-two {
  position: relative;
  background-color: var(--agragati-white, #ffffff);
}
.donate-two .container {
  position: relative;
  z-index: 1;
}
.donate-two__inner {
  position: relative;
  padding: 60px;
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 1199px) {
  .donate-two__inner {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .donate-two__inner {
    padding: 30px;
  }
}
@media (max-width: 430px) {
  .donate-two__inner {
    padding: 20px;
  }
}
.donate-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: inherit;
}
.donate-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--agragati-black-rgb), 0.5);
  border-radius: inherit;
}
.donate-two__wrapper {
  position: relative;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px;
  z-index: 1;
}
.donate-two__wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--agragati-white3);
  border-radius: inherit;
}
.donate-two__row {
  --bs-gutter-x: 0px;
  position: relative;
  z-index: 1;
}
.donate-two__content {
  width: 48%;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 26px 30px 30px;
}
@media (max-width: 991px) {
  .donate-two__content {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .donate-two__content {
    padding: 21px 25px 25px;
  }
}
.donate-two__top-title {
  margin-bottom: 1px;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 14.8936px;
  color: var(--agragati-black);
  font-weight: 600;
  line-height: 1.428;
}
.donate-two__top-title span {
  color: var(--agragati-text, #727272);
}
.donate-two__title {
  margin-bottom: 1px;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
}
@media (max-width: 430px) {
  .donate-two__title {
    font-size: 26px;
  }
}
.donate-two__text {
  margin-bottom: 21px;
}
.donate-two .donate-form__amount {
  margin-bottom: 30px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
  gap: 20px 10px;
}
@media (max-width: 767px) {
  .donate-two .donate-form__amount {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .donate-two .donate-form__amount__box {
    width: 100%;
  }
}
.donate-two .donate-form__amount input[type=text] {
  width: 100px;
  height: 42px;
  padding: 0px 16px;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--agragati-black);
  font-weight: 600;
  text-transform: capitalize;
  background-color: var(--agragati-white2);
  border-radius: 4px;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .donate-two .donate-form__amount input[type=text] {
    width: 100%;
  }
}
.donate-two .donate-form__amount input[type=text]:focus {
  color: var(--agragati-base);
}
.donate-two .donate-form__amount__buttons {
  margin: 0;
  justify-content: flex-start;
}
.donate-two .donate-form__amount__btn {
  background-color: --agragati-white2;
  border-radius: 4px;
}
.donate-two .donate-form__amount__btn:hover, .donate-two .donate-form__amount__btn.active {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base);
}
.donate-two__image {
  width: 30%;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .donate-two__image {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .donate-two__image {
    width: 100%;
  }
}
.donate-two__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 991px) {
  .donate-two__image img {
    border-radius: 0px 0px 0px 10px;
  }
}
@media (max-width: 575px) {
  .donate-two__image img {
    border-radius: 0px;
  }
}
.donate-two__progress {
  width: 22%;
  padding: 40px 30px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-align: center;
  background-color: var(--agragati-primary);
  border-radius: 0px 10px 10px 0px;
}
@media (max-width: 991px) {
  .donate-two__progress {
    width: 50%;
    border-radius: 0px 0px 10px 0px;
  }
}
@media (max-width: 575px) {
  .donate-two__progress {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
  }
}
.donate-two__progress__box {
  position: relative;
  margin: 0 auto 12px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
}
.donate-two__progress__box::after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: var(--agragati-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
}
.donate-two__progress svg.radial-progress {
  position: relative;
  height: auto;
  max-width: 135px;
  padding: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100%;
  border-radius: 50%;
  z-index: 1;
}
.donate-two__progress svg.radial-progress circle {
  fill: transparent;
  stroke: var(--agragati-white, #ffffff);
}
.donate-two__progress svg.radial-progress circle.bar-static {
  stroke: var(--agragati-white, #ffffff);
}
.donate-two__progress svg.radial-progress circle.bar-static,
.donate-two__progress svg.radial-progress circle.bar--animated {
  stroke-width: 5px;
}
.donate-two__progress svg.radial-progress circle.bar--animated {
  stroke-dasharray: 219.9114857513;
  stroke-dashoffset: 219.9114857513;
  stroke: var(--agragati-base);
}
.donate-two__progress svg.radial-progress text {
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 18px;
  fill: var(--agragati-black);
  font-weight: 700;
  line-height: 1;
  text-anchor: middle;
}
.donate-two__progress__amount {
  margin-bottom: 0;
  font-size: 30px;
  color: var(--agragati-white, #ffffff);
  font-weight: 600;
  line-height: 1.166;
}
.donate-two__progress__text {
  margin: 0;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  color: var(--agragati-white, #ffffff);
  font-weight: 600;
}
.donate-two__shape {
  width: 100%;
  height: 340px;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-white2);
}
.donate-two__shape__bg {
  width: 100%;
  height: 273px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-color: transparent;
  background-blend-mode: initial;
  background-position: left top;
  animation: moveBackground 60s linear 0s infinite;
}

.donate-page {
  background-color: var(--agragati-white, #ffffff);
}
.donate-page__sidebar__item + .donate-page__sidebar__item {
  margin-top: 46px;
}
.donate-page__sidebar .donation-card__category {
  background-color: var(--agragati-base, #379b50);
}
.donate-page__sidebar .donation-card:hover .donation-card__category {
  background-color: var(--agragati-black, #212226);
}
.donate-page__sidebar .donation-card .agragati-btn {
  background-color: var(--agragati-base, #379b50);
}
.donate-page__sidebar .donation-card .agragati-btn__hover {
  background-color: var(--agragati-black, #212226);
}

/*--------------------------------------------------------------
# Join Volunteer
--------------------------------------------------------------*/
.join-volunteer {
  position: relative;
  padding-top: 176px;
  background-color: var(--agragati-black, #212226);
}
@media (max-width: 767px) {
  .join-volunteer {
    padding-top: 156px;
  }
}
@media (max-width: 575px) {
  .join-volunteer {
    padding-top: 136px;
  }
}
.join-volunteer::after {
  content: "";
  width: 100%;
  height: 61px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-white, #ffffff);
}
.join-volunteer__bg {
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 0;
}
.join-volunteer .container {
  position: relative;
  z-index: 1;
}
.join-volunteer__card {
  padding: 90px 60px 60px;
  position: relative;
  border-radius: 10px;
  background-color: var(--agragati-black2, #000000);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .join-volunteer__card {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .join-volunteer__card {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .join-volunteer__card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.join-volunteer__card::before {
  content: "";
  width: calc(100% - 62px);
  height: 57px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--agragati-base, #379b50);
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 102.000000"><g transform="translate(0.000000,102.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M30 1006 c0 -8 10 -18 23 -21 12 -4 36 -13 52 -20 32 -13 92 -37 153 -59 20 -8 73 -28 117 -46 44 -18 98 -39 120 -47 22 -8 54 -21 70 -28 33 -14 55 -22 230 -90 66 -26 131 -51 145 -57 14 -6 39 -14 55 -19 17 -4 75 -24 130 -44 55 -20 114 -40 130 -44 17 -5 41 -13 55 -18 14 -6 48 -17 75 -26 28 -8 97 -29 155 -47 58 -17 128 -38 155 -46 28 -7 73 -20 100 -28 28 -7 79 -21 115 -30 36 -10 88 -24 116 -32 28 -8 59 -14 69 -14 10 0 41 -6 69 -14 28 -8 85 -22 126 -31 41 -9 102 -22 135 -30 33 -7 105 -21 160 -30 55 -9 128 -23 162 -31 34 -8 75 -14 90 -14 15 0 64 -7 108 -15 137 -25 419 -59 775 -92 268 -25 1273 -25 1535 0 398 38 641 67 781 92 45 8 94 15 108 15 15 0 55 6 89 14 34 8 107 22 162 31 101 17 179 33 270 55 28 7 68 16 90 20 22 4 63 13 90 20 278 68 401 101 595 160 158 48 203 62 230 73 14 5 39 13 55 18 17 4 75 24 130 44 55 19 132 46 170 59 62 21 99 36 170 65 11 5 38 15 60 24 22 8 76 29 120 47 44 18 97 38 118 46 20 8 54 20 75 28 20 8 73 28 117 46 44 18 97 38 118 46 20 8 54 20 75 28 20 8 45 17 55 20 9 3 17 12 17 21 0 13 -462 15 -4460 15 -3865 0 -4460 -2 -4460 -14z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 102.000000"><g transform="translate(0.000000,102.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M30 1006 c0 -8 10 -18 23 -21 12 -4 36 -13 52 -20 32 -13 92 -37 153 -59 20 -8 73 -28 117 -46 44 -18 98 -39 120 -47 22 -8 54 -21 70 -28 33 -14 55 -22 230 -90 66 -26 131 -51 145 -57 14 -6 39 -14 55 -19 17 -4 75 -24 130 -44 55 -20 114 -40 130 -44 17 -5 41 -13 55 -18 14 -6 48 -17 75 -26 28 -8 97 -29 155 -47 58 -17 128 -38 155 -46 28 -7 73 -20 100 -28 28 -7 79 -21 115 -30 36 -10 88 -24 116 -32 28 -8 59 -14 69 -14 10 0 41 -6 69 -14 28 -8 85 -22 126 -31 41 -9 102 -22 135 -30 33 -7 105 -21 160 -30 55 -9 128 -23 162 -31 34 -8 75 -14 90 -14 15 0 64 -7 108 -15 137 -25 419 -59 775 -92 268 -25 1273 -25 1535 0 398 38 641 67 781 92 45 8 94 15 108 15 15 0 55 6 89 14 34 8 107 22 162 31 101 17 179 33 270 55 28 7 68 16 90 20 22 4 63 13 90 20 278 68 401 101 595 160 158 48 203 62 230 73 14 5 39 13 55 18 17 4 75 24 130 44 55 19 132 46 170 59 62 21 99 36 170 65 11 5 38 15 60 24 22 8 76 29 120 47 44 18 97 38 118 46 20 8 54 20 75 28 20 8 73 28 117 46 44 18 97 38 118 46 20 8 54 20 75 28 20 8 45 17 55 20 9 3 17 12 17 21 0 13 -462 15 -4460 15 -3865 0 -4460 -2 -4460 -14z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  transition: all 500ms ease;
}
.join-volunteer__card:hover::before {
  background-color: var(--agragati-primary, #F2B42B);
}
.join-volunteer__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.8);
  border-radius: inherit;
}
.join-volunteer__card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: luminosity;
  border-radius: inherit;
}
.join-volunteer__card__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.join-volunteer__card__title {
  margin-bottom: 4px;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 30px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.266;
}
.join-volunteer__card__text {
  margin-bottom: 21px;
  color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.6);
}
.join-volunteer__card .agragati-btn__hover {
  background-color: var(--agragati-primary, #F2B42B);
}

/*--------------------------------------------------------------
# Become Volunteer
--------------------------------------------------------------*/
.become-volunteer {
  background-color: var(--agragati-white, #ffffff);
}
.become-volunteer__image {
  margin-bottom: 31px;
}
.become-volunteer__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.become-volunteer__title {
  margin-bottom: 1px;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.333;
}
@media (max-width: 430px) {
  .become-volunteer__title {
    font-size: 26px;
  }
}
.become-volunteer__text {
  margin-bottom: 27px;
  font-weight: 600;
}
.become-volunteer__list {
  margin-bottom: 35px;
}
.become-volunteer__list li + li {
  margin-top: 6px;
}
.become-volunteer__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  line-height: 1.625;
}
.become-volunteer__list__icon {
  position: relative;
  top: 5px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 8px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-primary, #F2B42B);
  border-radius: 50%;
}
.become-volunteer__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.become-volunteer__contact {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 50px;
  border-top: 1px solid var(--agragati-white3, #E5DED9);
}
.become-volunteer__contact__item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
@media (max-width: 375px) {
  .become-volunteer__contact__item {
    gap: 18px;
  }
}
.become-volunteer__contact__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--agragati-base, #379b50);
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 50%;
  transition: all 500ms ease;
}
.become-volunteer__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.become-volunteer__contact__item:hover .become-volunteer__contact__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.become-volunteer__contact__title {
  margin-bottom: 0;
  font-size: 12px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  line-height: 1.357;
}
.become-volunteer__contact__link {
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 16px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  line-height: 1.25;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.become-volunteer__contact__link:hover {
  background-size: 100% 1px;
}
.become-volunteer__contact__link:hover {
  color: var(--agragati-base, #379b50);
}
.become-volunteer__form .form-one .bootstrap-select > .dropdown-toggle {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
.become-volunteer__form .form-one .bootstrap-select > .dropdown-toggle::before {
  right: 20px;
  font-size: 16px;
}
.become-volunteer__form .form-one .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
}
.become-volunteer__form .form-one input[type=text],
.become-volunteer__form .form-one input[type=email],
.become-volunteer__form .form-one input[type=password],
.become-volunteer__form .form-one input[type=tel],
.become-volunteer__form .form-one textarea {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
.become-volunteer__form .form-one textarea {
  height: 259px;
  padding: 11px 20px 0;
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  background-color: var(--agragati-white5, #F5F1EE);
}
.why-choose-one::after {
  content: "";
  width: 100%;
  height: 195px;
  background-color: var(--agragati-white, #ffffff);
  position: absolute;
  left: 0;
  bottom: 0;
}
.why-choose-one__bg {
  width: calc((100% - 115px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0px 10px 10px 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .why-choose-one__bg {
    display: none;
  }
}
.why-choose-one .container {
  position: relative;
  z-index: 2;
}
.why-choose-one .sec-title {
  margin-bottom: 21px;
}
.why-choose-one__text {
  margin: 0;
  font-weight: 600;
}
.why-choose-one__inner {
  position: relative;
  margin-top: 22px;
  max-width: 100%;
  margin-left: auto;
  padding: 0px 70px 50px;
}
@media (max-width: 1199px) {
  .why-choose-one__inner {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .why-choose-one__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .why-choose-one__inner {
    padding: 0px 30px 40px;
  }
}
@media (max-width: 390px) {
  .why-choose-one__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.why-choose-one__inner::after {
  content: "";
  width: 100%;
  height: calc(100% - 91px);
  background-color: #816755;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.why-choose-one__inner .row {
  position: relative;
  z-index: 1;
}
.why-choose-one__card {
    height: 275px;
    margin-top: 20px;
    padding: 20px 20px 22px;
    background-color: var(--agragati-white, #ffffff);
    border-radius: 6px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .why-choose-one__card {
    padding: 30px 30px 22px;
  }
}
@media (max-width: 430px) {
  .why-choose-one__card {
    padding: 30px 30px 22px;
  }
}
.why-choose-one__card__icon {
  position: relative;
  margin-bottom: 15px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: var(--agragati-black);
  background-color: var(--agragati-white5, #F5F1EE);
  border-radius: 50%;
  transition: all 500ms ease;
}
.why-choose-one__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.why-choose-one__card:hover .why-choose-one__card__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base);
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.why-choose-one__card__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.why-choose-one__card__text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.666;
}

.committee-img {
    border: 1px solid skyblue;
    border-radius: 30px;
    margin-top: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 191, 255, 0.2);
    background: #fff;
    display: inline-block;
    text-align: center;
}

.committee-img img {
    width: 150px; /* Adjust size as needed */
    height: 150px;
    object-fit: cover;
    border-radius: 50%; /* Ensures the image is circular */
    margin-bottom: 15px;
}
.executive-board-panel {
    border: 1px solid skyblue;      /* Outer panel border */
    border-radius: 15px;            /* Rounded corners */
    padding: 20px;                  /* Inner padding */
    box-shadow: 0 4px 15px rgba(0, 191, 255, 0.2);  /* Subtle shadow */
    background-color: #fff;         /* White background */
}

.team-card {
    text-align: center;
    border: 1px solid skyblue;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 191, 255, 0.2);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 300px; /* equal height cards */
}

.team-img {
    width: 150px;              /* uniform size */
    height: 150px;
    border-radius: 50%;        /* circle */
    object-fit: fill;         /* avoid oval/egg images */
    border: 2px solid skyblue; /* optional */
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
}
.faq-accordion .accordion + .accordion {
  margin-top: 20px;
}
.faq-accordion .accordion-title {
  position: relative;
  padding: 13px 20px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--agragati-white5, #F5F1EE);
}
@media (max-width: 575px) {
  .faq-accordion .accordion-title {
    padding: 20px 25px 18px;
  }
}
.faq-accordion .accordion-title h4 {
  margin: 0;
  position: relative;
  font-size: 18px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  line-height: 1.444;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__box {
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: var(--agragati-gray3, #E3DDD8);
  border-radius: 50%;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__box::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background-color: var(--agragati-white, #ffffff);
  transition: all 500ms ease;
}
.faq-accordion .active .accordion-title__box {
  background-color: var(--agragati-base, #379b50);
}
.faq-accordion .accordion-content .inner {
  padding: 21px 26px 1px;
}
.faq-accordion .accordion-content p {
  margin: 0;
}

.faq-one {
  padding-bottom: 171px;
  background-color: var(--agragati-white, #ffffff);
}
@media (max-width: 1199px) {
  .faq-one {
    padding-bottom: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .faq-one {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .faq-one {
    padding-bottom: 80px;
  }
}
.faq-one__image {
  position: relative;
  display: table;
}
@media (max-width: 991px) {
  .faq-one__image {
    margin-bottom: 51px;
  }
}
.faq-one__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.faq-one__info {
  width: 100%;
  position: relative;
  position: absolute;
  left: 0;
  bottom: -51px;
  z-index: 1;
}
.faq-one__info__inner {
  margin: auto;
  display: table;
  padding: 45px 40px 28px;
  background-color: var(--agragati-base, #379b50);
  text-align: center;
  border-radius: 6px;
}
@media (max-width: 375px) {
  .faq-one__info__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.faq-one__info__logo {
  width: 74px;
  height: 74px;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 50%;
}
.faq-one__info__logo img {
  max-width: 100%;
  height: auto;
}
.faq-one__info__title {
  margin-bottom: 4px;
  font-size: 20px;
  color: var(--agragati-white, #ffffff);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
}
.faq-one__info__text {
  margin: 0;
  font-size: 16px;
  color: var(--agragati-white, #ffffff);
  font-weight: 500;
  line-height: 1.25;
}
.faq-one__info__text a {
  color: inherit;
  font-weight: 800;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.faq-one__info__text a:hover {
  background-size: 100% 1px;
}

.faq-contact__inner {
  position: relative;
  padding: 65px 50px;
  background-color: var(--agragati-black, #212226);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .faq-contact__inner {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .faq-contact__inner {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .faq-contact__inner {
    padding-bottom: 41px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.faq-contact__inner::before {
  content: "";
  width: calc(100% - 100px);
  height: 14px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--agragati-base, #379b50);
  border-radius: 10px 10px 0 0;
}
@media (max-width: 575px) {
  .faq-contact__inner::before {
    width: calc(100% - 80px);
  }
}
.faq-contact__row {
  display: flex;
  align-items: center;
  gap: 50px 117px;
}
@media (max-width: 1199px) {
  .faq-contact__row {
    gap: 40px 80px;
  }
}
@media (max-width: 991px) {
  .faq-contact__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.faq-contact__info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq-contact__info--1::after {
  content: "";
  width: 1px;
  height: calc(100% + 18px);
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.3);
  position: absolute;
  top: 50%;
  right: -58.5px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .faq-contact__info--1::after {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .faq-contact__info--1::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .faq-contact__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.faq-contact__info__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 33px;
  color: var(--agragati-base, #379b50);
  background-color: var(--agragati-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
}
.faq-contact__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.faq-contact__info:hover .faq-contact__info__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.faq-contact__info__title {
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
}
@media (max-width: 412px) {
  .faq-contact__info__title {
    margin-bottom: 7px;
  }
}
.faq-contact__info__link {
  font-size: 18px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.25;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.faq-contact__info__link:hover {
  background-size: 100% 1px;
}
.faq-contact__info__link:hover {
  color: var(--agragati-base, #379b50);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page__filter__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery-page__filter__list li {
  padding: 11px 20px 12px;
}
.gallery-page__filter__list li.active {
  background-color: var(--agragati-black, #212226);
}
.gallery-page__card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-page__card img {
  transform: scale(1);
  display: block;
  width: 100%;
  opacity: 1;
  border-radius: inherit;
  transition: transform 500ms ease, opacity 500ms ease;
}
.gallery-page__card__hover {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}
.gallery-page__card__hover .img-popup {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.2);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-page__card__hover .img-popup {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 430px) {
  .gallery-page__card__hover .img-popup {
    width: 55px;
    height: 55px;
  }
}
.gallery-page__card__hover .img-popup:hover {
  background-color: var(--agragati-white, #ffffff);
}
.gallery-page__card__hover__box {
  display: block;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #379b50ad;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: 1;
}
.gallery-page__card__hover__box--1 {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.gallery-page__card__hover__box--2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.gallery-page__card__hover__box--3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.gallery-page__card__hover__box--4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.gallery-page__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.gallery-page__card:hover .gallery-page__card__hover .img-popup {
  opacity: 1;
  transform: scale(1);
}
.gallery-page__card:hover .gallery-page__card__hover__box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-page__card__icon {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-page__card__icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 430px) {
  .gallery-page__card__icon {
    width: 20px;
    height: 20px;
  }
}
.gallery-page__card__icon::after, .gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--agragati-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}
.gallery-page__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.img-popup:hover .gallery-page__card__icon::before, .img-popup:hover .gallery-page__card__icon::after {
  background-color: var(--agragati-base, #379b50);
}

.gallery-instagram {
  position: relative;
  z-index: 1;
}
.gallery-instagram--home2 {
  margin-bottom: -121px;
}
.gallery-instagram .container-fluid {
  max-width: 1800px;
}
.gallery-instagram__image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.gallery-instagram__image img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
.gallery-instagram__image__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: var(--agragati-white, #ffffff);
  background: rgba(var(--agragati-black-rgb, 33, 34, 38), 0.8);
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  border-radius: 30px;
  transition: all 400ms ease-in-out;
}
.gallery-instagram__image__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.gallery-instagram__image__link > * {
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
.gallery-instagram__image__link > *:hover {
  color: var(--agragati-base, #379b50);
}
.gallery-instagram__image:hover .gallery-instagram__image__link {
  transform: scaleY(1);
}

.gallery-one {
  padding-bottom: 166px;
}
@media (max-width: 767px) {
  .gallery-one {
    padding-bottom: 146px;
  }
}
@media (max-width: 575px) {
  .gallery-one {
    padding-bottom: 126px;
  }
}
@media (min-width: 1400px) {
  .gallery-one .container {
    max-width: 1745px;
  }
}
.gallery-one__card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-one__card img {
  transform: scale(1);
  display: block;
  width: 100%;
  opacity: 1;
  border-radius: inherit;
  transition: transform 500ms ease, opacity 500ms ease;
}
.gallery-one__card__hover {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}
.gallery-one__card__hover .img-popup {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background-color: rgba(var(--agragati-primary-rgb), 0.37);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-one__card__hover .img-popup {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 430px) {
  .gallery-one__card__hover .img-popup {
    width: 55px;
    height: 55px;
  }
}
.gallery-one__card__hover .img-popup:hover {
  background-color: var(--agragati-primary);
}
.gallery-one__card__hover__box {
  display: block;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: rgba(var(--agragati-black-rgb), 0.8);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: 1;
}
.gallery-one__card__hover__box--1 {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.gallery-one__card__hover__box--2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.gallery-one__card__hover__box--3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.gallery-one__card__hover__box--4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.gallery-one__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.gallery-one__card:hover .gallery-one__card__hover .img-popup {
  opacity: 1;
  transform: scale(1);
}
.gallery-one__card:hover .gallery-one__card__hover__box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-one__card__icon {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-one__card__icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 430px) {
  .gallery-one__card__icon {
    width: 20px;
    height: 20px;
  }
}
.gallery-one__card__icon::after, .gallery-one__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--agragati-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}
.gallery-one__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-two {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .gallery-two .container {
    max-width: 1590px;
  }
}
.gallery-two__card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-two__card img {
  display: block;
  width: 100%;
  transform: scale(1);
  border-radius: inherit;
  transition: transform 500ms ease, opacity 500ms ease;
}
.gallery-two__card:hover img {
  transform: scale(1.05);
}
.gallery-two__card__overlay {
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--agragati-black-rgb), 0.8);
  border-radius: inherit;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gallery-two__card:hover .gallery-two__card__overlay {
  height: 100%;
  top: 0;
}
.gallery-two__card__icon-box {
  display: inline-flex;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.3);
  font-size: 88px;
  color: var(--agragati-orange, #EF8442);
  z-index: 2;
  overflow: hidden;
  transition: all 500ms ease;
}
.gallery-two__card__icon-box svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.gallery-two__card__icon-box:hover {
  color: var(--agragati-primary);
}
.gallery-two__card__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: var(--agragati-primary);
  transition: all 500ms ease;
}
.gallery-two__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.gallery-two__card__icon-box:hover .gallery-two__card__icon {
  color: var(--agragati-orange, #EF8442);
}
.gallery-two__card:hover .gallery-two__card__icon-box {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.gallery-three {
  background-color: var(--agragati-white6, #EFEFEF);
}
.gallery-three .container {
  margin-bottom: -119px;
}
@media (max-width: 1399px) {
  .gallery-three .container {
    margin-bottom: -200px;
  }
}
@media (min-width: 1400px) {
  .gallery-three .container {
    max-width: 1590px;
  }
}
.gallery-three__card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-three__card img {
  transform: scale(1);
  display: block;
  width: 100%;
  opacity: 1;
  border-radius: inherit;
  transition: transform 500ms ease, opacity 500ms ease;
}
.gallery-three__card__hover {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}
.gallery-three__card__hover .img-popup {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background-color: rgba(var(--agragati-base-rgb), 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-three__card__hover .img-popup {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 430px) {
  .gallery-three__card__hover .img-popup {
    width: 55px;
    height: 55px;
  }
}
.gallery-three__card__hover .img-popup:hover {
  background-color: var(--agragati-base);
}
.gallery-three__card__hover__box {
  width: 20%;
  display: block;
  height: calc(100% + 4px);
  top: -2px;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: rgba(var(--agragati-black-rgb), 0.6);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.gallery-three__card__hover__box--1 {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.gallery-three__card__hover__box--2 {
  left: 20%;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.gallery-three__card__hover__box--3 {
  left: 40%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.gallery-three__card__hover__box--4 {
  left: 60%;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.gallery-three__card__hover__box--5 {
  left: 80%;
  -webkit-transition-delay: 3s;
  transition-delay: 0.3s;
}
.gallery-three__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.gallery-three__card:hover .gallery-three__card__hover .img-popup {
  opacity: 1;
  transform: scale(1);
}
.gallery-three__card:hover .gallery-three__card__hover__box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gallery-three__card__icon {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-three__card__icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 430px) {
  .gallery-three__card__icon {
    width: 20px;
    height: 20px;
  }
}
.gallery-three__card__icon::after, .gallery-three__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--agragati-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}
.gallery-three__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-four {
  background-color: var(--agragati-white, #ffffff);
}
.gallery-four .container {
  margin-bottom: -268px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1600px) {
  .gallery-four .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.gallery-four__card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-four__card img {
  transform: scale(1);
  display: block;
  width: 100%;
  opacity: 1;
  border-radius: inherit;
  transition: transform 500ms ease, opacity 500ms ease;
}
.gallery-four__card__hover {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}
.gallery-four__card__hover .img-popup {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  transition: all 500ms ease 200ms;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-four__card__hover .img-popup {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 430px) {
  .gallery-four__card__hover .img-popup {
    width: 55px;
    height: 55px;
  }
}
.gallery-four__card__hover .img-popup:hover {
  background-color: var(--agragati-base);
}
.gallery-four__card__hover__box {
  width: 20%;
  display: block;
  height: calc(100% + 4px);
  top: -2px;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: rgba(var(--agragati-black-rgb), 0.6);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.gallery-four__card__hover__box--1 {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.gallery-four__card__hover__box--2 {
  left: 20%;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.gallery-four__card__hover__box--3 {
  left: 40%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.gallery-four__card__hover__box--4 {
  left: 60%;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.gallery-four__card__hover__box--5 {
  left: 80%;
  -webkit-transition-delay: 3s;
  transition-delay: 0.3s;
}
.gallery-four__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.gallery-four__card:hover .gallery-four__card__hover .img-popup {
  opacity: 1;
  transform: scale(1);
}
.gallery-four__card:hover .gallery-four__card__hover__box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gallery-four__card__icon {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-four__card__icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 430px) {
  .gallery-four__card__icon {
    width: 20px;
    height: 20px;
  }
}
.gallery-four__card__icon::after, .gallery-four__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--agragati-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}
.gallery-four__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gallery-four__card .img-popup:hover .gallery-four__card__icon::before,
.gallery-four__card .img-popup:hover .gallery-four__card__icon::after {
  background-color: var(--agragati-white, #ffffff);
}
.gallery-four--home6 .container {
  margin-bottom: -1px;
  z-index: 0;
}
.gallery-four--home6 .gallery-four__card {
  border-radius: 10px 10px 0px 0px;
}

.gallery-page__card__hover {
  display: flex;
  flex-direction: column; /* stack icon + caption */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.gallery-page__card__caption {
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 16px;
  border-radius: 8px;
  display: inline-block;
  max-width: 90%;   /* keeps it within card */
  word-wrap: break-word; /* break long words */
  text-align: center;
}

.gallery-page__card__title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4; /* better readability for 2–3 lines */
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
  white-space: normal; /* ensures wrapping */
}

.gallery-page__card__date {
  color: #ffd65c;
  font-size: 14px;
  margin-top: 6px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.gallery-page__card__hover .gallery-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 1199px),
       (max-width: 430px) {
  .gallery-page__card__hover .gallery-link {
    width: 55px;
    height: 55px;
  }
}

/* hover effect like popup */
.gallery-page__card__hover .gallery-link:hover {
  background-color: #fff;
}

/* show on card hover */
.gallery-page__card:hover .gallery-page__card__hover .gallery-link {
  opacity: 1;
  transform: scale(1);
}

/* icon color on hover */
.gallery-link:hover .gallery-page__card__icon::before,
.gallery-link:hover .gallery-page__card__icon::after {
  background-color: var(--agragati-base, #379b50);
}

.breadcrumb-row {
    background: #fff;
    padding: 6px 0;
    border-bottom: 1px solid #c9c9c9;
}

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

.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
}

/* Arrow separator using image */
.breadcrumb-row ul li:after {
    content: "";
    display: inline-block;
    width: 8px;   
    height: 12px; 
    margin-left: 7px;
    margin-right: 7px;
    background: url("https://www.agragati.org.in/assets/images/shapes/arrow-1.webp") no-repeat center;
    background-size: contain;
}

.breadcrumb-row ul li:last-child {
    color: #000;
    font-weight: 600; /* Highlight current page */
}

.breadcrumb-row ul li:last-child:after {
    display: none; /* Remove arrow after last */
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-one {
  background-color: var(--agragati-white, #ffffff);
}
.pricing-one .sec-title {
  margin-bottom: 30px;
}
.pricing-one__main-tab-box {
  position: relative;
  display: block;
}
.pricing-one__main-tab-box .tab-buttons {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.pricing-one__main-tab-box .tab-buttons .tab-btn {
  cursor: pointer;
  color: var(--agragati-black, #212226);
  background-color: var(--agragati-white6, #EFEFEF);
}
@media (max-width: 375px) {
  .pricing-one__main-tab-box .tab-buttons .tab-btn {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.pricing-one__main-tab-box .tab-buttons .tab-btn:hover {
  color: var(--agragati-white, #ffffff);
}
.pricing-one__main-tab-box .tab-buttons .tab-btn .agragati-btn__hover {
  background-color: var(--agragati-base, #379b50);
}
.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.pricing-one__main-tab-box .tabs-content {
  margin-top: 40px;
  position: relative;
  display: block;
}
.pricing-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.pricing-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
}
.pricing-one__card {
  position: relative;
  padding-left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-one__card {
    padding-left: 20px;
  }
}
@media (max-width: 375px) {
  .pricing-one__card {
    padding-left: 20px;
  }
}
.pricing-one__card::after {
  content: "";
  width: 100%;
  height: calc(100% - 28px);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid var(--agragati-white3, #E5DED9);
  border-radius: 10px;
  z-index: -2;
}
.pricing-one__card__category {
  position: relative;
  margin: 0;
  padding: 12px 31px;
  position: absolute;
  top: 30px;
  left: 0;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.pricing-one__card__category::after {
  content: "";
  width: 0%;
  height: 100%;
  background-color: var(--agragati-base, #379b50);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.pricing-one__card:hover .pricing-one__card__category {
  color: var(--agragati-white, #ffffff);
}
.pricing-one__card:hover .pricing-one__card__category::after {
  width: 100%;
  left: 0;
}
.pricing-one__card__content {
  position: relative;
}
.pricing-one__card__content::after {
  content: "";
  width: 100%;
  height: calc(100% - 28px);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: var(--agragati-white2, #F4F0ED);
  border-radius: 10px;
  z-index: -1;
}
.pricing-one__card__inner {
  padding: 117px 33px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-one__card__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 375px) {
  .pricing-one__card__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.pricing-one__card__list {
  position: relative;
  margin: 0 0 23px;
  padding-bottom: 25px;
}
.pricing-one__card__list::before {
  content: "";
  width: calc(100% + 66px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: var(--agragati-white, #ffffff);
}
.pricing-one__card__list li + li {
  margin-top: 10px;
}
.pricing-one__card__list li {
  display: flex;
  align-items: flex-start;
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
}
.pricing-one__card__list__icon {
  position: relative;
  top: 5px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: var(--agragati-white, #ffffff);
  border-radius: 50%;
  background-color: var(--agragati-base, #379b50);
  transition: all 500ms ease;
}
.pricing-one__card__price {
  margin: 0;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.pricing-one__card__price__dollar {
  font-size: 16px;
  line-height: 1;
}
.pricing-one__card__price__duration {
  font-size: 16px;
  color: var(--agragati-text, #727272);
  line-height: 1;
}
.pricing-one__card__btn {
  display: block;
  width: calc(100% - 30px);
}
.pricing-one--home4 .pricing-one__card::after {
  border-color: var(--agragati-gray4, #D2D2D2);
}
.pricing-one--home4 .pricing-one__card__content::after {
  background-color: var(--agragati-white6, #EFEFEF);
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-card {
  position: relative;
  width: 207px;
  height: 204px;
  padding: 33px 30px;
  text-align: center;
  border-radius: 102px;
  background-color: var(--agragati-white2, #F4F0ED);
  z-index: 1;
}
@media (max-width: 1199px) {
  .funfact-card {
    width: 300px;
    height: 297px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
  }
}
@media (max-width: 991px) {
  .funfact-card {
    width: 274px;
    height: 271px;
  }
}
@media (max-width: 375px) {
  .funfact-card {
    width: 207px;
    height: 204px;
  }
}
.funfact-card::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.7);
  opacity: 0;
  background-color: var(--agragati-base, #379b50);
  transition: transform 400ms ease, opacity 400ms ease;
}
.funfact-card:hover::before {
  opacity: 1;
  transform: scale(1);
}
.funfact-card__icon {
  display: inline-flex;
  font-size: 40px;
  color: var(--agragati-black, #212226);
  transition: all 500ms ease;
}
.funfact-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.funfact-card:hover .funfact-card__icon {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.funfact-card__content {
  margin-top: 4px;
}
.funfact-card__count {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  transition: all 500ms ease;
}
@media (max-width: 375px) {
  .funfact-card__count {
    font-size: 30px;
  }
}
.funfact-card__text {
  margin: 0;
  font-family: var(--agragati-special-font, "Caveat", cursive);
  font-size: 20px;
  color: var(--agragati-base, #379b50);
  font-weight: 700;
  line-height: 1.25;
  transition: all 500ms ease;
}
.funfact-card:hover .funfact-card__icon, .funfact-card:hover .funfact-card__count, .funfact-card:hover .funfact-card__text {
  color: var(--agragati-white, #ffffff);
}

.funfact-one {
  position: relative;
  z-index: 1;
}
.funfact-one__grid {
  margin-bottom: -56px;
  padding: 48px 51px;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 150px;
  box-shadow: 0px 4px 60px RGBA(var(--agragati-black-rgb, 33, 34, 38), 0.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 80px;
}
@media (max-width: 1199px) {
  .funfact-one__grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .funfact-one__grid {
    padding: 40px;
    grid-gap: 60px;
    border-radius: 150px;
  }
}
@media (max-width: 767px) {
  .funfact-one__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    border-radius: 40px;
  }
}
@media (max-width: 390px) {
  .funfact-one__grid {
    padding: 40px 30px;
  }
}
.funfact-one .funfact-card:not(:last-child)::after {
  content: "";
  width: 1px;
  height: calc(100% + 96px);
  background-color: var(--agragati-white3, #E5DED9);
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .funfact-one .funfact-card:not(:last-child)::after {
    right: -77px;
  }
}
@media (max-width: 991px) {
  .funfact-one .funfact-card:not(:last-child)::after {
    height: calc(100% + 80px);
    right: -30px;
  }
}
@media (max-width: 767px) {
  .funfact-one .funfact-card:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .funfact-one .funfact-card:nth-child(2)::after {
    display: none;
  }
}

.funfact-two {
  padding-top: 152px;
  background-color: var(--agragati-white, #ffffff);
}
@media (max-width: 1299px) {
  .funfact-two {
    padding-top: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .funfact-two {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .funfact-two {
    padding-top: 80px;
  }
}
.funfact-two .row {
  --bs-gutter-x: 0;
}
.funfact-two__image {
  flex: 0 0 auto;
  width: 54.36%;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 1199px) {
  .funfact-two__image {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
  }
}
.funfact-two__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}
.funfact-two__content {
  position: relative;
  flex: 0 0 auto;
  width: 45.64%;
  padding: 40px;
  background-color: var(--agragati-white2);
  border-radius: 0px 10px 10px 0px;
}
@media (max-width: 1199px) {
  .funfact-two__content {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
  }
}
@media (max-width: 390px) {
  .funfact-two__content {
    padding: 40px 30px 30px;
  }
}
.funfact-two__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .funfact-two__grid {
    justify-items: center;
    grid-gap: 80px;
  }
}
@media (max-width: 991px) {
  .funfact-two__grid {
    grid-gap: 60px;
  }
}
@media (max-width: 767px) {
  .funfact-two__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
.funfact-two__grid::before, .funfact-two__grid::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--agragati-border-color, #E5DED9);
}
@media (max-width: 767px) {
  .funfact-two__grid::before, .funfact-two__grid::after {
    display: none;
  }
}
.funfact-two__grid::before {
  width: 1px;
  height: calc(100% - 86px);
}
@media (max-width: 1199px) {
  .funfact-two__grid::before {
    height: 100%;
  }
}
.funfact-two__grid::after {
  width: 100%;
  height: 1px;
}
.funfact-two .funfact-card {
  background-color: var(--agragati-white, #ffffff);
}
.funfact-two .funfact-card__icon {
  color: var(--agragati-base);
}
.funfact-two__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--agragati-white, #ffffff);
  z-index: 2;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .funfact-two__logo {
    display: none;
  }
}
.funfact-two__logo__inner {
  position: relative;
  width: 94px;
  height: 94px;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  background-color: var(--agragati-black);
  z-index: 1;
  transition: all 500ms ease;
}
.funfact-two__logo__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.6);
  opacity: 0;
  background-color: var(--agragati-base);
  transition: transform 400ms ease, opacity 400ms ease;
}
.funfact-two__logo img {
  max-width: 100%;
  height: auto;
}
.funfact-two__content:hover .funfact-two__logo {
  background-color: var(--agragati-primary);
}
.funfact-two__content:hover .funfact-two__logo__inner::after {
  opacity: 1;
  transform: scale(1);
}

.funfact-three {
  position: relative;
  z-index: 1;
}
.funfact-three__grid {
  margin-top: -118px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 30px;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 4px 40px RGBA(var(--agragati-black2-rgb, 0, 0, 0), 0.1);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .funfact-three__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .funfact-three__grid {
    padding: 50px 30px 45px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.funfact-three .funfact-card {
  width: auto;
  height: auto;
  padding: 50px 30px 44px;
  border-radius: 0px;
  background-color: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact-three .funfact-card {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 499px) {
  .funfact-three .funfact-card {
    padding: 0;
  }
}
.funfact-three .funfact-card::before {
  display: none;
}
.funfact-three .funfact-card:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--agragati-gray4, #D2D2D2);
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .funfact-three .funfact-card:not(:last-child)::after {
    height: calc(100% + 20px);
  }
}
@media (max-width: 499px) {
  .funfact-three .funfact-card:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .funfact-three .funfact-card:nth-child(1)::after {
    top: calc(50% + 10px);
  }
}
@media (max-width: 991px) {
  .funfact-three .funfact-card:nth-child(3)::after {
    top: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .funfact-three .funfact-card:nth-child(2)::after {
    display: none;
  }
}
.funfact-three .funfact-card__icon {
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--agragati-white, #ffffff);
  border-radius: 50%;
  background-color: var(--accent-color);
  z-index: 1;
  transition: all 500ms ease;
}
.funfact-three .funfact-card__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.6);
  opacity: 0;
  background-color: var(--accent-color-hover);
  transition: transform 400ms ease, opacity 400ms ease;
}
.funfact-three .funfact-card:hover .funfact-card__icon {
  color: var(--accent-text-color);
}
.funfact-three .funfact-card:hover .funfact-card__icon::after {
  opacity: 1;
  transform: scale(1);
}
.funfact-three .funfact-card__content {
  margin-top: 18px;
}
.funfact-three .funfact-card__count {
  margin-bottom: 3px;
}
.funfact-three .funfact-card__text {
  color: var(--agragati-text, #727272);
}
.funfact-three .funfact-card:hover .funfact-card__count {
  color: var(--agragati-black);
}
.funfact-three .funfact-card:hover .funfact-card__text {
  color: var(--agragati-text, #727272);
}

.funfact-four__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 33px;
}
@media (max-width: 767px) {
  .funfact-four__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.funfact-four .funfact-card {
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0px;
  background-color: transparent;
}
.funfact-four .funfact-card::before {
  display: none;
}
.funfact-four .funfact-card__inner {
  width: 100%;
  display: flex;
  align-items: center;
}
.funfact-four .funfact-card__icon {
  position: relative;
  width: 87px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 47px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base);
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.funfact-four .funfact-card__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.6);
  opacity: 0;
  background-color: var(--agragati-primary);
  transition: transform 400ms ease, opacity 400ms ease;
}
.funfact-four .funfact-card:hover .funfact-card__icon {
  animation-play-state: paused;
}
.funfact-four .funfact-card:hover .funfact-card__icon::after {
  opacity: 1;
  transform: scale(1);
}
.funfact-four .funfact-card__content {
  position: relative;
  width: calc(100% - 87px);
  margin: 0;
  padding: 22px 20px 24px 25px;
  text-align: center;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.funfact-four .funfact-card__content::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: var(--agragati-base);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}
.funfact-four .funfact-card__content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-base);
  z-index: -1;
  transition: all 500ms ease;
}
.funfact-four .funfact-card:hover .funfact-card__content::before {
  background-color: var(--agragati-primary);
}
.funfact-four .funfact-card:hover .funfact-card__content::after {
  height: 100%;
  top: 0;
}
.funfact-four .funfact-card__count {
  margin-bottom: 0;
}
.funfact-four .funfact-card__text {
  color: var(--agragati-text, #727272);
}

.funfact-five {
  position: relative;
  margin-top: 59px;
  z-index: 2;
}
.funfact-five__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 50px;
}
@media (max-width: 991px) {
  .funfact-five__grid {
    grid-gap: 30px 40px;
  }
}
@media (max-width: 767px) {
  .funfact-five__grid {
    grid-gap: 30px;
  }
}
@media (max-width: 575px) {
  .funfact-five__grid {
    grid-template-columns: 1fr;
  }
}
.funfact-five .funfact-card {
  width: auto;
  height: auto;
  padding: 0;
  text-align: left;
  border-radius: 0px;
  background-color: transparent;
}
@media (min-width: 576px) and (max-width: 991px) {
  .funfact-five .funfact-card {
    text-align: center;
  }
}
.funfact-five .funfact-card::before {
  display: none;
}
.funfact-five .funfact-card__inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .funfact-five .funfact-card__inner {
    flex-direction: column;
  }
}
.funfact-five .funfact-card__icon {
  position: relative;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 53px;
  color: var(--agragati-white, #ffffff);
  border-radius: 50%;
  background-color: rgba(var(--agragati-black-rgb), 0.2);
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 375px) {
  .funfact-five .funfact-card__icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
}
.funfact-five .funfact-card__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.6);
  opacity: 0;
  background-color: var(--agragati-white, #ffffff);
  transition: transform 400ms ease, opacity 400ms ease;
}
.funfact-five .funfact-card:hover .funfact-card__icon {
  color: var(--agragati-black);
  animation-play-state: paused;
}
.funfact-five .funfact-card:hover .funfact-card__icon::after {
  opacity: 1;
  transform: scale(1);
}
.funfact-five .funfact-card__content {
  margin: 0;
}
.funfact-five .funfact-card__count {
  margin-bottom: 0;
  justify-content: flex-start;
}
@media (min-width: 576px) and (max-width: 991px) {
  .funfact-five .funfact-card__count {
    justify-content: center;
  }
}
.funfact-five .funfact-card__count, .funfact-five .funfact-card__text {
  color: var(--agragati-white, #ffffff);
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  padding: 63px 0 65px;
  background-color: var(--agragati-white2, #F4F0ED);
}
@media (max-width: 991px) {
  .cta-one {
    padding-bottom: 80px;
  }
}
.cta-one .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .cta-one .sec-title {
    text-align: center;
  }
}
.cta-one .sec-title__title {
  line-height: 1.5;
}
.cta-one__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cta-one__button {
    justify-content: center;
  }
}
.cta-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  animation: moveHorizontal 2s linear infinite;
}

.cta-two {
  position: relative;
  padding-top: 107px;
  padding-bottom: 174px;
  background-color: var(--agragati-black);
}
@media (max-width: 767px) {
  .cta-two {
    padding-top: 91px;
  }
}
@media (max-width: 575px) {
  .cta-two {
    padding-top: 71px;
  }
}
@media (max-width: 430px) {
  .cta-two {
    padding-top: 72px;
  }
}
.cta-two__image {
  width: 100%;
  max-width: 1455px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 396.000000"><g transform="translate(0.000000,396.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M11 3948 c-11 -50 -11 -391 -1 -438 75 -343 312 -620 635 -743 220 -83 531 -83 825 0 84 24 171 53 193 65 34 18 40 -6 12 -48 -33 -48 -77 -140 -107 -225 -20 -55 -23 -83 -22 -204 0 -138 1 -141 34 -209 64 -133 127 -207 251 -297 99 -71 97 -70 219 -130 117 -57 146 -70 208 -93 105 -40 129 -49 160 -62 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 18 -7 56 -20 83 -28 28 -8 77 -23 110 -33 33 -10 76 -23 95 -30 19 -7 62 -20 95 -30 33 -9 75 -23 93 -31 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 18 -8 53 -22 78 -31 25 -10 59 -23 75 -30 58 -25 300 -147 330 -166 17 -10 37 -22 45 -26 84 -40 301 -212 426 -337 131 -132 187 -201 255 -316 52 -89 87 -162 124 -260 9 -25 23 -60 31 -78 8 -18 14 -41 14 -50 0 -10 5 -23 12 -30 15 -15 48 12 48 39 0 10 6 33 14 51 8 18 22 53 31 78 20 53 45 109 56 130 5 8 20 38 34 65 107 208 321 440 558 605 91 64 124 86 152 100 11 6 34 19 50 30 17 10 91 49 165 85 74 37 144 71 154 77 11 6 31 14 45 18 14 5 51 18 81 30 30 11 84 30 120 41 36 12 81 27 100 34 19 7 62 20 95 30 130 39 161 48 195 61 19 6 64 21 100 33 205 64 296 100 460 181 271 134 413 273 487 475 26 73 24 256 -5 345 -35 107 -48 140 -60 152 -7 7 -12 20 -12 29 0 9 -7 22 -15 29 -8 7 -15 17 -15 23 0 6 -8 19 -17 29 -26 29 -4 42 41 24 20 -9 52 -23 71 -31 20 -8 43 -15 51 -15 9 0 37 -7 63 -15 314 -98 732 -68 956 68 133 81 265 204 339 317 73 110 134 258 151 363 3 21 13 41 21 44 19 7 21 324 2 321 -8 -2 -17 14 -22 40 l-10 42 -4471 0 c-3569 0 -4472 -3 -4474 -12z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 396.000000"><g transform="translate(0.000000,396.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M11 3948 c-11 -50 -11 -391 -1 -438 75 -343 312 -620 635 -743 220 -83 531 -83 825 0 84 24 171 53 193 65 34 18 40 -6 12 -48 -33 -48 -77 -140 -107 -225 -20 -55 -23 -83 -22 -204 0 -138 1 -141 34 -209 64 -133 127 -207 251 -297 99 -71 97 -70 219 -130 117 -57 146 -70 208 -93 105 -40 129 -49 160 -62 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 18 -7 56 -20 83 -28 28 -8 77 -23 110 -33 33 -10 76 -23 95 -30 19 -7 62 -20 95 -30 33 -9 75 -23 93 -31 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 18 -8 53 -22 78 -31 25 -10 59 -23 75 -30 58 -25 300 -147 330 -166 17 -10 37 -22 45 -26 84 -40 301 -212 426 -337 131 -132 187 -201 255 -316 52 -89 87 -162 124 -260 9 -25 23 -60 31 -78 8 -18 14 -41 14 -50 0 -10 5 -23 12 -30 15 -15 48 12 48 39 0 10 6 33 14 51 8 18 22 53 31 78 20 53 45 109 56 130 5 8 20 38 34 65 107 208 321 440 558 605 91 64 124 86 152 100 11 6 34 19 50 30 17 10 91 49 165 85 74 37 144 71 154 77 11 6 31 14 45 18 14 5 51 18 81 30 30 11 84 30 120 41 36 12 81 27 100 34 19 7 62 20 95 30 130 39 161 48 195 61 19 6 64 21 100 33 205 64 296 100 460 181 271 134 413 273 487 475 26 73 24 256 -5 345 -35 107 -48 140 -60 152 -7 7 -12 20 -12 29 0 9 -7 22 -15 29 -8 7 -15 17 -15 23 0 6 -8 19 -17 29 -26 29 -4 42 41 24 20 -9 52 -23 71 -31 20 -8 43 -15 51 -15 9 0 37 -7 63 -15 314 -98 732 -68 956 68 133 81 265 204 339 317 73 110 134 258 151 363 3 21 13 41 21 44 19 7 21 324 2 321 -8 -2 -17 14 -22 40 l-10 42 -4471 0 c-3569 0 -4472 -3 -4474 -12z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 1199px) {
  .cta-two__image {
    display: none;
  }
}
.cta-two__image img {
  max-width: 100%;
  height: auto;
}
.cta-two .container {
  position: relative;
  z-index: 2;
}
.cta-two__content {
  margin: 0 auto;
  max-width: 934px;
  text-align: center;
}
@media (max-width: 1399px) {
  .cta-two__content {
    max-width: 700px;
  }
}
.cta-two__title {
  margin-bottom: 30px;
  font-size: 50px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .cta-two__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cta-two__title {
    font-size: 35px;
  }
}
@media (max-width: 430px) {
  .cta-two__title {
    font-size: 30px;
  }
}
.cta-two .agragati-btn:hover {
  color: var(--agragati-black);
}
.cta-two .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}
.cta-two__shape {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.cta-two__shape__1, .cta-two__shape__2, .cta-two__shape__3 {
  max-width: 100%;
  height: auto;
  position: absolute;
}
.cta-two__shape__1 {
  left: 0;
  bottom: 0;
  animation: moveHorizontal2 2s linear infinite;
}
@media (max-width: 1199px) {
  .cta-two__shape__1 {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .cta-two__shape__1 {
    display: none;
  }
}
.cta-two__shape__2 {
  top: 0;
  right: 44px;
  animation: zump 2s linear infinite;
}
@media (max-width: 1199px) {
  .cta-two__shape__2 {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .cta-two__shape__2 {
    display: none;
  }
}
.cta-two__shape__3 {
  right: 0;
  bottom: 0;
  animation: moveHorizontal 2s linear infinite;
}
@media (max-width: 1199px) {
  .cta-two__shape__3 {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .cta-two__shape__3 {
    max-width: 100%;
  }
}

.cta-three {
  position: relative;
  background-color: var(--agragati-primary);
}
.cta-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.24;
}
.cta-three .container {
  position: relative;
  padding-top: 58px;
  padding-bottom: 70px;
  z-index: 1;
}
.cta-three .sec-title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cta-three .sec-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cta-three__button {
    text-align: center;
  }
}
.cta-three__image {
  position: relative;
  position: absolute;
  top: -177px;
  right: 0px;
}
@media (max-width: 991px) {
  .cta-three__image {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
  }
}
.cta-three__image__inner {
  position: relative;
  z-index: 1;
  padding: 16px 13px 15px 24px;
  width: 397px;
  height: 365px;
  background-color: var(--agragati-white, #ffffff);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 777.000000"><g transform="translate(0.000000,777.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4344 7761 c9 -14 -18 -20 -122 -26 -167 -10 -408 -42 -612 -81 -203 -39 -223 -44 -402 -90 -137 -36 -428 -125 -483 -148 -16 -7 -68 -28 -115 -45 -47 -18 -94 -36 -105 -41 -11 -5 -42 -19 -70 -30 -132 -57 -346 -162 -440 -216 -33 -19 -69 -39 -80 -44 -21 -10 -33 -17 -103 -62 -24 -16 -45 -28 -47 -28 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -70 -45 -3 0 -75 -53 -161 -117 -207 -155 -437 -365 -592 -539 -152 -170 -195 -225 -292 -369 -194 -290 -292 -489 -418 -855 -24 -70 -63 -221 -95 -370 -35 -165 -66 -483 -66 -670 0 -187 31 -505 67 -670 31 -149 74 -326 87 -360 8 -19 23 -64 34 -100 24 -74 41 -126 53 -155 94 -234 209 -471 292 -602 15 -24 27 -45 27 -47 0 -3 20 -34 45 -70 25 -37 45 -69 45 -72 0 -17 250 -335 363 -461 168 -187 403 -403 602 -554 69 -53 330 -229 338 -229 3 0 25 -13 49 -29 94 -62 333 -185 508 -260 176 -76 202 -86 480 -175 120 -38 413 -100 575 -120 238 -30 334 -36 585 -36 362 0 608 25 950 97 245 51 517 132 750 223 30 12 66 25 80 29 23 8 55 22 185 81 73 33 289 141 350 175 33 18 67 37 75 41 8 4 64 37 123 73 60 36 116 71 125 76 32 19 160 107 262 180 34 24 253 197 260 205 3 3 41 36 85 74 124 106 307 288 475 471 107 118 342 432 451 605 78 122 103 165 176 295 26 45 118 232 156 315 78 172 171 445 215 630 78 327 92 452 92 807 0 344 -10 434 -83 743 -30 130 -104 350 -154 460 -73 159 -154 316 -193 370 -11 16 -20 30 -20 33 0 13 -128 192 -220 308 -95 120 -406 436 -467 476 -15 10 -41 30 -58 45 -76 67 -333 241 -474 320 -111 63 -406 208 -422 208 -8 0 -23 6 -34 13 -17 12 -71 34 -225 91 -32 13 -167 56 -280 90 -25 8 -76 21 -115 30 -38 9 -92 23 -120 31 -46 12 -114 27 -290 60 -204 39 -441 71 -603 80 -109 6 -135 12 -126 26 3 5 -150 9 -366 9 -216 0 -369 -4 -366 -9z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 777.000000"><g transform="translate(0.000000,777.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4344 7761 c9 -14 -18 -20 -122 -26 -167 -10 -408 -42 -612 -81 -203 -39 -223 -44 -402 -90 -137 -36 -428 -125 -483 -148 -16 -7 -68 -28 -115 -45 -47 -18 -94 -36 -105 -41 -11 -5 -42 -19 -70 -30 -132 -57 -346 -162 -440 -216 -33 -19 -69 -39 -80 -44 -21 -10 -33 -17 -103 -62 -24 -16 -45 -28 -47 -28 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -70 -45 -3 0 -75 -53 -161 -117 -207 -155 -437 -365 -592 -539 -152 -170 -195 -225 -292 -369 -194 -290 -292 -489 -418 -855 -24 -70 -63 -221 -95 -370 -35 -165 -66 -483 -66 -670 0 -187 31 -505 67 -670 31 -149 74 -326 87 -360 8 -19 23 -64 34 -100 24 -74 41 -126 53 -155 94 -234 209 -471 292 -602 15 -24 27 -45 27 -47 0 -3 20 -34 45 -70 25 -37 45 -69 45 -72 0 -17 250 -335 363 -461 168 -187 403 -403 602 -554 69 -53 330 -229 338 -229 3 0 25 -13 49 -29 94 -62 333 -185 508 -260 176 -76 202 -86 480 -175 120 -38 413 -100 575 -120 238 -30 334 -36 585 -36 362 0 608 25 950 97 245 51 517 132 750 223 30 12 66 25 80 29 23 8 55 22 185 81 73 33 289 141 350 175 33 18 67 37 75 41 8 4 64 37 123 73 60 36 116 71 125 76 32 19 160 107 262 180 34 24 253 197 260 205 3 3 41 36 85 74 124 106 307 288 475 471 107 118 342 432 451 605 78 122 103 165 176 295 26 45 118 232 156 315 78 172 171 445 215 630 78 327 92 452 92 807 0 344 -10 434 -83 743 -30 130 -104 350 -154 460 -73 159 -154 316 -193 370 -11 16 -20 30 -20 33 0 13 -128 192 -220 308 -95 120 -406 436 -467 476 -15 10 -41 30 -58 45 -76 67 -333 241 -474 320 -111 63 -406 208 -422 208 -8 0 -23 6 -34 13 -17 12 -71 34 -225 91 -32 13 -167 56 -280 90 -25 8 -76 21 -115 30 -38 9 -92 23 -120 31 -46 12 -114 27 -290 60 -204 39 -441 71 -603 80 -109 6 -135 12 -126 26 3 5 -150 9 -366 9 -216 0 -369 -4 -366 -9z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 991px) {
  .cta-three__image__inner {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cta-three__image__inner {
    width: auto;
    height: auto;
  }
}
.cta-three__image img {
  max-width: 100%;
  height: auto;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 777.000000"><g transform="translate(0.000000,777.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4344 7761 c9 -14 -18 -20 -122 -26 -167 -10 -408 -42 -612 -81 -203 -39 -223 -44 -402 -90 -137 -36 -428 -125 -483 -148 -16 -7 -68 -28 -115 -45 -47 -18 -94 -36 -105 -41 -11 -5 -42 -19 -70 -30 -132 -57 -346 -162 -440 -216 -33 -19 -69 -39 -80 -44 -21 -10 -33 -17 -103 -62 -24 -16 -45 -28 -47 -28 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -70 -45 -3 0 -75 -53 -161 -117 -207 -155 -437 -365 -592 -539 -152 -170 -195 -225 -292 -369 -194 -290 -292 -489 -418 -855 -24 -70 -63 -221 -95 -370 -35 -165 -66 -483 -66 -670 0 -187 31 -505 67 -670 31 -149 74 -326 87 -360 8 -19 23 -64 34 -100 24 -74 41 -126 53 -155 94 -234 209 -471 292 -602 15 -24 27 -45 27 -47 0 -3 20 -34 45 -70 25 -37 45 -69 45 -72 0 -17 250 -335 363 -461 168 -187 403 -403 602 -554 69 -53 330 -229 338 -229 3 0 25 -13 49 -29 94 -62 333 -185 508 -260 176 -76 202 -86 480 -175 120 -38 413 -100 575 -120 238 -30 334 -36 585 -36 362 0 608 25 950 97 245 51 517 132 750 223 30 12 66 25 80 29 23 8 55 22 185 81 73 33 289 141 350 175 33 18 67 37 75 41 8 4 64 37 123 73 60 36 116 71 125 76 32 19 160 107 262 180 34 24 253 197 260 205 3 3 41 36 85 74 124 106 307 288 475 471 107 118 342 432 451 605 78 122 103 165 176 295 26 45 118 232 156 315 78 172 171 445 215 630 78 327 92 452 92 807 0 344 -10 434 -83 743 -30 130 -104 350 -154 460 -73 159 -154 316 -193 370 -11 16 -20 30 -20 33 0 13 -128 192 -220 308 -95 120 -406 436 -467 476 -15 10 -41 30 -58 45 -76 67 -333 241 -474 320 -111 63 -406 208 -422 208 -8 0 -23 6 -34 13 -17 12 -71 34 -225 91 -32 13 -167 56 -280 90 -25 8 -76 21 -115 30 -38 9 -92 23 -120 31 -46 12 -114 27 -290 60 -204 39 -441 71 -603 80 -109 6 -135 12 -126 26 3 5 -150 9 -366 9 -216 0 -369 -4 -366 -9z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 777.000000"><g transform="translate(0.000000,777.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4344 7761 c9 -14 -18 -20 -122 -26 -167 -10 -408 -42 -612 -81 -203 -39 -223 -44 -402 -90 -137 -36 -428 -125 -483 -148 -16 -7 -68 -28 -115 -45 -47 -18 -94 -36 -105 -41 -11 -5 -42 -19 -70 -30 -132 -57 -346 -162 -440 -216 -33 -19 -69 -39 -80 -44 -21 -10 -33 -17 -103 -62 -24 -16 -45 -28 -47 -28 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -70 -45 -3 0 -75 -53 -161 -117 -207 -155 -437 -365 -592 -539 -152 -170 -195 -225 -292 -369 -194 -290 -292 -489 -418 -855 -24 -70 -63 -221 -95 -370 -35 -165 -66 -483 -66 -670 0 -187 31 -505 67 -670 31 -149 74 -326 87 -360 8 -19 23 -64 34 -100 24 -74 41 -126 53 -155 94 -234 209 -471 292 -602 15 -24 27 -45 27 -47 0 -3 20 -34 45 -70 25 -37 45 -69 45 -72 0 -17 250 -335 363 -461 168 -187 403 -403 602 -554 69 -53 330 -229 338 -229 3 0 25 -13 49 -29 94 -62 333 -185 508 -260 176 -76 202 -86 480 -175 120 -38 413 -100 575 -120 238 -30 334 -36 585 -36 362 0 608 25 950 97 245 51 517 132 750 223 30 12 66 25 80 29 23 8 55 22 185 81 73 33 289 141 350 175 33 18 67 37 75 41 8 4 64 37 123 73 60 36 116 71 125 76 32 19 160 107 262 180 34 24 253 197 260 205 3 3 41 36 85 74 124 106 307 288 475 471 107 118 342 432 451 605 78 122 103 165 176 295 26 45 118 232 156 315 78 172 171 445 215 630 78 327 92 452 92 807 0 344 -10 434 -83 743 -30 130 -104 350 -154 460 -73 159 -154 316 -193 370 -11 16 -20 30 -20 33 0 13 -128 192 -220 308 -95 120 -406 436 -467 476 -15 10 -41 30 -58 45 -76 67 -333 241 -474 320 -111 63 -406 208 -422 208 -8 0 -23 6 -34 13 -17 12 -71 34 -225 91 -32 13 -167 56 -280 90 -25 8 -76 21 -115 30 -38 9 -92 23 -120 31 -46 12 -114 27 -290 60 -204 39 -441 71 -603 80 -109 6 -135 12 -126 26 3 5 -150 9 -366 9 -216 0 -369 -4 -366 -9z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.cta-three__image__shape {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: var(--agragati-base);
  position: relative;
  position: absolute;
  top: 112px;
  left: -45px;
  animation: zump 2s linear infinite;
}
@media (max-width: 1199px) {
  .cta-three__image__shape {
    top: auto;
    left: -30px;
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .cta-three__image__shape {
    display: none;
  }
}
.cta-three__image__shape::after {
  content: "";
  width: 67px;
  height: 67px;
  border-radius: inherit;
  border: 1px solid var(--agragati-white, #ffffff);
  position: absolute;
  top: 9px;
  left: -25px;
}
@media (max-width: 1199px) {
  .cta-three__image__shape::after {
    top: 20px;
  }
}

.cta-four {
  padding-top: 108px;
  background-color: var(--agragati-white, #ffffff);
}
@media (max-width: 991px) {
  .cta-four {
    padding-top: 0;
  }
}
.cta-four__inner {
  position: relative;
  padding-top: 181px;
}
@media (max-width: 767px) {
  .cta-four__inner {
    padding-top: 0;
  }
}
.cta-four__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--agragati-white2);
  border-radius: 10px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 312.000000"><g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 1560 l0 -1560 4500 0 4500 0 0 1560 0 1560 -4500 0 -4500 0 0 -1560z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 312.000000"><g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 1560 l0 -1560 4500 0 4500 0 0 1560 0 1560 -4500 0 -4500 0 0 -1560z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 767px) {
  .cta-four__bg {
    display: none;
  }
}
.cta-four__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: calc(50% - 32px);
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .cta-four__image {
    left: 50%;
  }
}
.cta-four__content {
  position: relative;
  margin-left: 102px;
  padding: 35px 27px 24px 67px;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 97px;
  background-color: rgba(var(--agragati-base-rgb), 0.9);
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cta-four__content {
    margin: 0;
    padding-left: 40px;
    max-width: 100%;
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .cta-four__content {
    padding-right: 40px;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .cta-four__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 460px) {
  .cta-four__content {
    padding-bottom: 44px;
    gap: 30px;
  }
}
.cta-four__title {
  margin: 0;
  font-size: 30px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.333;
}
@media (max-width: 991px) {
  .cta-four__title {
    text-align: center;
  }
}
@media (max-width: 390px) {
  .cta-four__title {
    font-size: 26px;
  }
}
.cta-four__button {
  width: 362px;
  height: 167px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background-color: var(--agragati-black);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 417.000000"><g transform="translate(0.000000,417.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2356 3965 c-11 -8 -38 -15 -60 -15 -60 0 -80 -17 -30 -25 45 -7 207 -35 244 -42 52 -10 -8 -23 -122 -27 -62 -2 -123 -4 -136 -5 -13 -1 -20 -5 -17 -11 4 -6 49 -10 108 -9 56 0 115 -4 131 -11 16 -6 42 -8 58 -5 22 5 28 3 28 -9 0 -29 -45 -41 -98 -28 -39 10 -131 16 -192 12 -8 0 -73 4 -145 10 -170 14 -195 14 -289 0 -69 -10 -80 -10 -88 4 -5 8 -29 18 -56 21 -26 4 -67 13 -91 21 -25 8 -69 14 -99 14 -30 0 -68 6 -85 14 -18 8 -69 16 -114 19 -63 3 -88 8 -104 23 -15 13 -34 18 -67 17 -58 -1 -213 -21 -220 -27 -2 -3 13 -7 34 -11 22 -3 75 -12 119 -20 44 -8 100 -17 125 -21 40 -6 42 -8 20 -15 -14 -4 -46 -10 -72 -14 -27 -3 -48 -10 -48 -14 0 -14 41 -21 132 -21 78 0 87 2 93 20 7 21 18 23 77 14 38 -7 43 -24 7 -24 -10 0 -19 -4 -19 -10 0 -5 6 -10 14 -10 8 0 16 -5 18 -11 3 -8 18 -8 58 1 41 9 62 9 84 0 26 -9 28 -13 15 -25 -20 -20 -122 -38 -169 -30 -35 6 -39 4 -42 -17 l-3 -23 -240 4 c-151 2 -253 8 -276 15 -44 15 -65 11 -48 -11 19 -22 -5 -33 -71 -33 -50 0 -59 -4 -96 -37 -23 -21 -60 -51 -83 -66 -22 -16 -41 -32 -41 -36 0 -15 78 -31 183 -38 93 -5 109 -9 128 -29 21 -22 21 -22 1 -33 -11 -6 -57 -13 -102 -17 -81 -7 -83 -8 -96 -39 -7 -18 -20 -35 -29 -38 -21 -9 -19 -22 7 -34 22 -9 21 -11 -20 -34 -36 -21 -42 -29 -42 -58 0 -32 -1 -33 -34 -27 -50 9 -82 -7 -96 -48 -14 -43 -5 -92 18 -101 15 -5 14 -9 -8 -26 -24 -18 -24 -20 -7 -33 10 -8 46 -17 80 -20 35 -4 69 -11 77 -16 17 -11 18 -10 -95 -35 -44 -10 -86 -19 -93 -21 -18 -5 -5 -24 17 -24 26 0 38 -18 48 -70 7 -39 12 -46 37 -50 40 -7 41 -21 3 -45 -45 -29 -42 -51 7 -48 37 3 38 2 31 -25 -3 -15 -8 -38 -9 -52 -2 -22 -8 -26 -51 -30 -60 -6 -68 -24 -21 -44 49 -20 39 -43 -22 -51 -64 -9 -74 -13 -69 -28 2 -8 20 -11 55 -9 40 3 52 1 52 -10 0 -16 -40 -38 -70 -38 -11 0 -34 -9 -52 -20 -18 -11 -41 -20 -50 -20 -10 0 -18 -5 -18 -11 0 -5 -13 -15 -30 -20 -16 -6 -30 -15 -30 -20 0 -19 41 -49 68 -49 33 -1 70 -26 56 -39 -5 -6 -29 -11 -54 -13 -25 -2 -44 -7 -43 -12 1 -6 32 -18 70 -29 89 -25 113 -35 113 -46 0 -5 -18 -10 -39 -9 -46 0 -135 -19 -171 -37 -14 -7 -44 -21 -67 -31 -48 -21 -48 -21 -29 -60 15 -27 9 -55 -14 -69 -6 -3 -10 -17 -10 -30 0 -30 55 -65 103 -65 40 0 59 -18 33 -32 -10 -6 -16 -22 -16 -48 0 -29 -5 -42 -20 -50 -30 -16 -42 -54 -28 -85 13 -28 39 -33 58 -10 18 21 33 19 82 -13 24 -16 65 -37 92 -48 48 -19 77 -46 64 -59 -4 -4 -76 -12 -160 -17 -159 -11 -198 -22 -198 -57 0 -40 14 -52 82 -72 l70 -21 26 31 c25 30 31 32 82 29 62 -3 70 -20 14 -28 -53 -7 -55 -28 -3 -32 23 -2 44 -8 46 -13 2 -6 -20 -21 -48 -34 l-51 -23 49 -28 c43 -25 60 -45 89 -108 1 -2 29 -10 63 -18 55 -12 105 -28 214 -67 20 -7 46 -23 57 -35 29 -31 96 -47 145 -34 58 15 86 -1 106 -60 8 -26 18 -51 22 -54 3 -3 54 0 112 6 74 9 109 10 116 3 6 -6 27 -9 47 -6 21 3 69 -3 107 -12 64 -16 145 -29 250 -40 135 -16 185 -29 185 -50 0 -13 -76 -14 -117 -1 -32 10 -188 27 -272 29 -53 1 -76 -2 -79 -11 -3 -9 10 -12 48 -11 44 2 55 -1 69 -20 16 -21 24 -22 116 -20 55 1 118 -3 140 -9 22 -6 71 -13 108 -16 38 -2 75 -10 83 -17 11 -9 17 -9 29 1 12 10 102 13 370 15 302 1 357 4 372 17 12 10 42 16 91 17 77 1 106 -8 134 -43 l17 -21 10 29 c8 19 16 26 27 22 9 -3 29 -6 45 -6 17 0 36 -8 46 -20 10 -11 23 -20 31 -20 7 0 27 -7 44 -16 22 -11 33 -13 41 -5 6 6 21 11 34 11 13 0 28 9 35 20 17 26 28 25 28 -2 -1 -45 -39 -59 -178 -64 -70 -3 -133 -7 -139 -9 -58 -19 97 -44 296 -48 130 -2 142 5 90 53 -26 23 -31 32 -21 42 22 22 14 48 -13 48 -31 0 -33 18 -2 25 12 3 92 4 177 1 85 -3 226 -5 313 -5 89 0 157 -4 157 -9 0 -17 -26 -31 -101 -55 -58 -18 -74 -27 -74 -42 -1 -48 -34 -59 -71 -24 -35 33 -58 19 -50 -30 4 -27 2 -41 -7 -44 -6 -2 -9 -8 -5 -12 3 -4 24 5 45 19 47 32 63 33 63 2 0 -29 18 -44 26 -22 10 25 43 19 54 -9 13 -34 44 -32 70 5 12 16 33 33 48 37 14 3 41 15 59 25 46 28 77 21 78 -17 0 -30 0 -30 62 -33 72 -3 111 11 92 34 -6 8 -22 14 -34 14 -25 0 -50 24 -41 38 11 19 81 21 136 6 30 -9 85 -15 123 -14 75 2 94 -14 62 -50 -9 -10 -14 -23 -11 -28 6 -11 112 9 176 33 25 9 77 18 115 20 39 1 82 6 96 10 15 3 45 1 68 -5 23 -6 115 -13 205 -15 110 -2 171 -8 184 -16 17 -11 25 -11 45 0 18 10 49 11 113 7 49 -3 136 -5 194 -4 187 5 294 3 317 -5 17 -6 27 -3 40 12 24 29 78 28 94 0 l11 -21 22 21 c16 15 35 21 67 21 53 0 73 -14 58 -42 -7 -14 -21 -18 -58 -18 -31 0 -53 -5 -61 -15 -7 -8 -27 -15 -45 -15 -31 0 -45 -13 -45 -41 0 -5 35 -9 78 -8 123 2 263 -8 275 -20 16 -16 59 -13 97 5 30 16 36 16 64 1 48 -24 91 -30 105 -14 9 11 34 14 110 11 73 -3 102 0 110 9 6 8 10 44 8 83 l-2 69 35 7 c19 4 58 12 87 18 76 16 268 9 268 -9 0 -21 -46 -31 -170 -37 -60 -2 -114 -9 -119 -14 -14 -14 1 -39 29 -50 30 -11 335 4 363 18 23 12 163 25 287 27 174 3 318 21 335 43 12 14 30 19 70 20 30 1 87 5 127 9 61 7 77 13 108 41 27 23 35 37 30 50 -6 16 -7 16 -19 -1 -28 -37 -76 -17 -76 32 0 29 56 63 91 56 31 -7 69 15 69 39 0 7 20 32 45 56 37 36 45 51 45 81 0 22 8 47 21 62 11 15 23 42 26 61 3 19 16 45 29 57 35 33 31 62 -11 85 -40 21 -40 20 -19 69 9 22 13 49 9 66 -4 18 1 44 13 72 11 25 23 63 27 86 4 25 14 45 26 51 33 18 23 48 -21 66 -47 19 -53 51 -9 46 50 -6 44 54 -11 111 -26 27 -28 34 -23 78 6 48 5 49 -21 49 -34 0 -45 26 -20 45 64 46 61 41 38 67 -28 31 -35 62 -18 87 8 11 10 22 5 25 -6 4 -6 18 -1 35 10 34 5 41 -27 41 -16 0 -23 6 -23 20 0 12 -7 31 -16 45 -14 22 -14 24 5 35 35 18 26 46 -24 70 -25 12 -45 26 -45 32 0 5 -13 23 -30 38 -26 24 -28 29 -15 40 24 20 17 53 -17 82 -28 22 -31 30 -22 45 6 10 20 19 32 21 32 5 44 27 48 92 l4 60 -48 0 c-26 0 -63 3 -83 6 -35 6 -37 5 -44 -25 -8 -37 -37 -41 -75 -11 -23 19 -24 21 -7 31 9 5 17 16 17 24 0 8 18 24 40 35 22 11 40 27 40 35 0 19 40 29 101 23 31 -3 53 -1 59 7 12 14 3 25 -19 25 -9 0 -33 11 -53 25 l-36 24 -16 -24 c-20 -30 -30 -31 -53 -6 -16 17 -25 18 -73 10 -54 -9 -146 -4 -198 11 -28 8 -26 9 23 25 8 2 15 14 15 25 0 29 -43 26 -74 -5 -25 -25 -27 -25 -138 -19 -152 9 -160 13 -156 66 l3 43 150 0 c137 0 153 2 187 22 21 12 40 18 43 12 10 -15 41 -10 60 11 10 11 26 20 36 20 27 0 49 11 49 25 0 18 -34 45 -57 45 -12 0 -23 6 -26 13 -3 10 -9 10 -26 0 -11 -7 -50 -13 -85 -13 -44 0 -69 -5 -80 -15 -17 -18 -43 -20 -48 -3 -2 6 -21 11 -43 10 -27 -1 -44 4 -57 18 -11 11 -32 20 -48 20 -16 0 -51 5 -77 10 -85 19 -152 106 -76 98 20 -2 28 2 28 12 0 19 -88 43 -132 35 -36 -6 -42 1 -17 20 14 9 15 21 10 59 -7 46 -9 48 -34 41 -15 -5 -76 -10 -137 -12 -121 -4 -158 6 -163 45 -4 26 35 46 56 29 9 -7 34 -6 82 2 60 11 72 11 92 -3 17 -13 49 -16 144 -16 83 0 124 -4 126 -11 2 -7 24 -12 48 -13 54 -1 62 21 15 43 -16 8 -36 20 -43 28 -9 9 -47 14 -120 15 -197 3 -227 5 -275 18 -43 12 -51 12 -77 -3 -27 -17 -30 -17 -47 1 -27 28 -52 34 -89 20 -29 -10 -36 -9 -53 6 -24 22 -41 13 -41 -21 0 -24 2 -25 40 -20 34 4 45 1 67 -19 14 -13 30 -24 34 -24 18 0 8 -30 -15 -46 -20 -13 -42 -14 -118 -10 -116 8 -300 47 -294 62 6 16 -14 34 -40 34 -12 0 -33 -10 -48 -21 l-27 -21 -20 21 c-12 12 -32 21 -49 21 -46 0 -70 31 -70 90 0 53 -10 61 -48 40 -9 -5 -29 -14 -44 -20 -35 -12 -36 -28 -2 -40 14 -6 24 -16 22 -23 -7 -19 -47 -21 -54 -2 -10 24 -72 46 -110 39 -25 -5 -40 -1 -60 15 -29 23 -83 28 -101 10 -16 -16 -53 -1 -53 21 0 11 7 23 16 28 22 12 11 28 -22 35 -18 3 -22 1 -15 -6 17 -17 13 -27 -14 -37 -15 -6 -25 -17 -25 -29 0 -23 -37 -38 -53 -22 -7 7 -6 15 3 26 10 13 9 15 -6 15 -11 0 -26 -4 -34 -10 -9 -6 -19 -5 -29 3 -19 16 -338 24 -354 8 -7 -7 -2 -13 17 -21 30 -11 30 -36 0 -33 -70 7 -114 17 -114 25 0 5 12 7 28 6 21 -2 28 2 30 17 2 18 -6 22 -65 32 -37 7 -90 15 -118 19 -27 4 -55 10 -60 15 -12 9 -133 28 -255 39 -84 7 -110 1 -110 -24 0 -20 -92 -7 -148 21 l-53 26 -38 -22 c-46 -25 -51 -26 -51 -6 0 21 -26 19 -50 -5 -19 -19 -22 -19 -56 -5 -47 19 -103 19 -165 -1 -48 -16 -99 -13 -99 6 0 6 11 10 24 10 14 0 28 5 31 10 10 17 -69 11 -94 -7 -20 -13 -29 -14 -57 -4 -28 10 -38 9 -64 -4 -19 -10 -50 -15 -77 -14 -33 2 -47 -1 -54 -13 -11 -20 -69 -17 -123 6 -22 9 -61 17 -87 18 -37 0 -53 6 -71 25 -20 21 -29 23 -68 18 -192 -25 -633 3 -685 43 -18 14 -47 18 -166 20 -128 3 -150 6 -196 28 -59 28 -80 29 -107 9z m259 -95 c-3 -5 -12 -10 -20 -10 -8 0 -17 5 -20 10 -4 6 5 10 20 10 15 0 24 -4 20 -10z m4164 -3330 c12 -1 11 -5 -8 -20 -16 -14 -38 -20 -72 -20 -38 0 -51 -4 -59 -20 -12 -23 -40 -27 -40 -5 0 8 -14 22 -31 31 -18 9 -28 19 -23 24 10 10 141 19 188 13 16 -1 36 -3 45 -3z m128 -43 c10 -11 -9 -27 -32 -27 -35 0 -77 18 -70 30 6 10 91 7 102 -3z"/> <path d="M2655 3971 c-11 -18 5 -31 36 -31 24 0 30 4 27 18 -4 19 -52 29 -63 13z"/> <path d="M2894 3969 c-13 -21 35 -51 70 -43 59 12 61 45 3 42 -18 -1 -39 2 -48 6 -10 4 -20 2 -25 -5z"/> <path d="M1384 3938 c-9 -15 32 -48 60 -48 11 0 28 4 36 10 11 7 9 11 -12 19 -14 5 -29 15 -33 20 -8 15 -42 14 -51 -1z"/> <path d="M1620 3926 c0 -20 26 -27 71 -20 23 4 39 12 39 20 0 16 -26 19 -35 4 -4 -7 -12 -7 -25 0 -27 14 -50 12 -50 -4z"/> <path d="M6804 3649 c-10 -17 13 -36 27 -22 12 12 4 33 -11 33 -5 0 -12 -5 -16 -11z"/> <path d="M8176 3641 c-3 -5 0 -11 8 -14 15 -6 26 1 26 15 0 11 -27 10 -34 -1z"/> <path d="M7917 3623 c-4 -3 -7 -15 -7 -25 0 -17 5 -19 33 -12 17 3 41 10 52 14 18 7 18 9 -8 19 -32 12 -60 14 -70 4z"/> <path d="M7785 3611 c-7 -12 12 -24 25 -16 11 7 4 25 -10 25 -5 0 -11 -4 -15 -9z"/> <path d="M7890 3550 c0 -19 20 -27 33 -13 8 7 -11 33 -24 33 -5 0 -9 -9 -9 -20z"/> <path d="M8280 3540 c0 -5 9 -10 19 -10 11 0 23 5 26 10 4 6 -5 10 -19 10 -14 0 -26 -4 -26 -10z"/> <path d="M7515 3431 c-7 -12 12 -24 25 -16 11 7 4 25 -10 25 -5 0 -11 -4 -15 -9z"/> <path d="M7781 3341 c-9 -6 -10 -11 -2 -15 6 -4 11 -18 11 -32 0 -17 10 -30 33 -44 39 -24 51 -21 54 11 5 44 -63 101 -96 80z"/> <path d="M8138 3297 c-31 -25 -35 -39 -15 -55 20 -17 68 27 61 56 -8 27 -12 27 -46 -1z"/> <path d="M8401 2951 c-8 -5 -9 -11 -3 -15 13 -8 42 3 42 15 0 11 -21 11 -39 0z"/> <path d="M86 1645 c-19 -19 -20 -27 -5 -42 17 -17 71 12 67 35 -4 23 -42 27 -62 7z"/> <path d="M8760 1581 c0 -12 5 -21 10 -21 6 0 10 6 10 14 0 8 -4 18 -10 21 -5 3 -10 -3 -10 -14z"/> <path d="M145 1220 c-7 -12 2 -30 16 -30 12 0 12 27 0 35 -5 3 -12 1 -16 -5z"/> <path d="M746 803 c-11 -11 -6 -23 9 -23 8 0 15 4 15 9 0 13 -16 22 -24 14z"/> <path d="M895 791 c-7 -12 31 -25 45 -16 5 3 10 10 10 16 0 12 -47 12 -55 0z"/> <path d="M3528 603 c-75 -31 -36 -44 122 -40 84 2 105 6 105 17 0 11 -7 14 -25 10 -55 -11 -132 -4 -142 13 -11 20 -13 20 -60 0z"/> <path d="M968 599 c-29 -16 -21 -29 17 -29 33 0 35 2 25 20 -12 23 -18 24 -42 9z"/> <path d="M8574 576 c-8 -22 2 -46 21 -46 19 0 20 34 0 50 -12 10 -16 9 -21 -4z"/> <path d="M3518 508 c-42 -22 -45 -30 -24 -48 12 -9 22 -7 48 12 42 29 50 41 35 50 -16 10 -16 10 -59 -14z"/> <path d="M3447 473 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z"/> <path d="M4400 461 c0 -25 72 -42 85 -20 9 14 7 16 -42 24 -28 4 -43 3 -43 -4z"/> <path d="M7028 379 c-25 -14 -22 -48 4 -58 13 -4 38 -4 56 1 27 8 36 6 46 -7 22 -31 110 4 91 36 -5 7 -24 9 -54 5 -39 -5 -48 -3 -59 14 -13 22 -55 26 -84 9z"/> <path d="M6012 358 c-39 -24 -30 -43 16 -33 34 7 57 29 47 45 -9 15 -26 12 -63 -12z"/> <path d="M7430 320 c-13 -9 -13 -11 0 -20 21 -14 44 -8 48 13 4 19 -23 23 -48 7z"/> <path d="M5756 296 c-9 -15 -12 -27 -6 -31 12 -8 59 26 60 43 0 21 -37 13 -54 -12z"/> <path d="M7780 310 c0 -5 11 -10 25 -10 14 0 25 5 25 10 0 6 -11 10 -25 10 -14 0 -25 -4 -25 -10z"/> <path d="M5650 275 c0 -10 7 -15 18 -13 21 4 19 22 -2 26 -10 2 -16 -3 -16 -13z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 417.000000"><g transform="translate(0.000000,417.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2356 3965 c-11 -8 -38 -15 -60 -15 -60 0 -80 -17 -30 -25 45 -7 207 -35 244 -42 52 -10 -8 -23 -122 -27 -62 -2 -123 -4 -136 -5 -13 -1 -20 -5 -17 -11 4 -6 49 -10 108 -9 56 0 115 -4 131 -11 16 -6 42 -8 58 -5 22 5 28 3 28 -9 0 -29 -45 -41 -98 -28 -39 10 -131 16 -192 12 -8 0 -73 4 -145 10 -170 14 -195 14 -289 0 -69 -10 -80 -10 -88 4 -5 8 -29 18 -56 21 -26 4 -67 13 -91 21 -25 8 -69 14 -99 14 -30 0 -68 6 -85 14 -18 8 -69 16 -114 19 -63 3 -88 8 -104 23 -15 13 -34 18 -67 17 -58 -1 -213 -21 -220 -27 -2 -3 13 -7 34 -11 22 -3 75 -12 119 -20 44 -8 100 -17 125 -21 40 -6 42 -8 20 -15 -14 -4 -46 -10 -72 -14 -27 -3 -48 -10 -48 -14 0 -14 41 -21 132 -21 78 0 87 2 93 20 7 21 18 23 77 14 38 -7 43 -24 7 -24 -10 0 -19 -4 -19 -10 0 -5 6 -10 14 -10 8 0 16 -5 18 -11 3 -8 18 -8 58 1 41 9 62 9 84 0 26 -9 28 -13 15 -25 -20 -20 -122 -38 -169 -30 -35 6 -39 4 -42 -17 l-3 -23 -240 4 c-151 2 -253 8 -276 15 -44 15 -65 11 -48 -11 19 -22 -5 -33 -71 -33 -50 0 -59 -4 -96 -37 -23 -21 -60 -51 -83 -66 -22 -16 -41 -32 -41 -36 0 -15 78 -31 183 -38 93 -5 109 -9 128 -29 21 -22 21 -22 1 -33 -11 -6 -57 -13 -102 -17 -81 -7 -83 -8 -96 -39 -7 -18 -20 -35 -29 -38 -21 -9 -19 -22 7 -34 22 -9 21 -11 -20 -34 -36 -21 -42 -29 -42 -58 0 -32 -1 -33 -34 -27 -50 9 -82 -7 -96 -48 -14 -43 -5 -92 18 -101 15 -5 14 -9 -8 -26 -24 -18 -24 -20 -7 -33 10 -8 46 -17 80 -20 35 -4 69 -11 77 -16 17 -11 18 -10 -95 -35 -44 -10 -86 -19 -93 -21 -18 -5 -5 -24 17 -24 26 0 38 -18 48 -70 7 -39 12 -46 37 -50 40 -7 41 -21 3 -45 -45 -29 -42 -51 7 -48 37 3 38 2 31 -25 -3 -15 -8 -38 -9 -52 -2 -22 -8 -26 -51 -30 -60 -6 -68 -24 -21 -44 49 -20 39 -43 -22 -51 -64 -9 -74 -13 -69 -28 2 -8 20 -11 55 -9 40 3 52 1 52 -10 0 -16 -40 -38 -70 -38 -11 0 -34 -9 -52 -20 -18 -11 -41 -20 -50 -20 -10 0 -18 -5 -18 -11 0 -5 -13 -15 -30 -20 -16 -6 -30 -15 -30 -20 0 -19 41 -49 68 -49 33 -1 70 -26 56 -39 -5 -6 -29 -11 -54 -13 -25 -2 -44 -7 -43 -12 1 -6 32 -18 70 -29 89 -25 113 -35 113 -46 0 -5 -18 -10 -39 -9 -46 0 -135 -19 -171 -37 -14 -7 -44 -21 -67 -31 -48 -21 -48 -21 -29 -60 15 -27 9 -55 -14 -69 -6 -3 -10 -17 -10 -30 0 -30 55 -65 103 -65 40 0 59 -18 33 -32 -10 -6 -16 -22 -16 -48 0 -29 -5 -42 -20 -50 -30 -16 -42 -54 -28 -85 13 -28 39 -33 58 -10 18 21 33 19 82 -13 24 -16 65 -37 92 -48 48 -19 77 -46 64 -59 -4 -4 -76 -12 -160 -17 -159 -11 -198 -22 -198 -57 0 -40 14 -52 82 -72 l70 -21 26 31 c25 30 31 32 82 29 62 -3 70 -20 14 -28 -53 -7 -55 -28 -3 -32 23 -2 44 -8 46 -13 2 -6 -20 -21 -48 -34 l-51 -23 49 -28 c43 -25 60 -45 89 -108 1 -2 29 -10 63 -18 55 -12 105 -28 214 -67 20 -7 46 -23 57 -35 29 -31 96 -47 145 -34 58 15 86 -1 106 -60 8 -26 18 -51 22 -54 3 -3 54 0 112 6 74 9 109 10 116 3 6 -6 27 -9 47 -6 21 3 69 -3 107 -12 64 -16 145 -29 250 -40 135 -16 185 -29 185 -50 0 -13 -76 -14 -117 -1 -32 10 -188 27 -272 29 -53 1 -76 -2 -79 -11 -3 -9 10 -12 48 -11 44 2 55 -1 69 -20 16 -21 24 -22 116 -20 55 1 118 -3 140 -9 22 -6 71 -13 108 -16 38 -2 75 -10 83 -17 11 -9 17 -9 29 1 12 10 102 13 370 15 302 1 357 4 372 17 12 10 42 16 91 17 77 1 106 -8 134 -43 l17 -21 10 29 c8 19 16 26 27 22 9 -3 29 -6 45 -6 17 0 36 -8 46 -20 10 -11 23 -20 31 -20 7 0 27 -7 44 -16 22 -11 33 -13 41 -5 6 6 21 11 34 11 13 0 28 9 35 20 17 26 28 25 28 -2 -1 -45 -39 -59 -178 -64 -70 -3 -133 -7 -139 -9 -58 -19 97 -44 296 -48 130 -2 142 5 90 53 -26 23 -31 32 -21 42 22 22 14 48 -13 48 -31 0 -33 18 -2 25 12 3 92 4 177 1 85 -3 226 -5 313 -5 89 0 157 -4 157 -9 0 -17 -26 -31 -101 -55 -58 -18 -74 -27 -74 -42 -1 -48 -34 -59 -71 -24 -35 33 -58 19 -50 -30 4 -27 2 -41 -7 -44 -6 -2 -9 -8 -5 -12 3 -4 24 5 45 19 47 32 63 33 63 2 0 -29 18 -44 26 -22 10 25 43 19 54 -9 13 -34 44 -32 70 5 12 16 33 33 48 37 14 3 41 15 59 25 46 28 77 21 78 -17 0 -30 0 -30 62 -33 72 -3 111 11 92 34 -6 8 -22 14 -34 14 -25 0 -50 24 -41 38 11 19 81 21 136 6 30 -9 85 -15 123 -14 75 2 94 -14 62 -50 -9 -10 -14 -23 -11 -28 6 -11 112 9 176 33 25 9 77 18 115 20 39 1 82 6 96 10 15 3 45 1 68 -5 23 -6 115 -13 205 -15 110 -2 171 -8 184 -16 17 -11 25 -11 45 0 18 10 49 11 113 7 49 -3 136 -5 194 -4 187 5 294 3 317 -5 17 -6 27 -3 40 12 24 29 78 28 94 0 l11 -21 22 21 c16 15 35 21 67 21 53 0 73 -14 58 -42 -7 -14 -21 -18 -58 -18 -31 0 -53 -5 -61 -15 -7 -8 -27 -15 -45 -15 -31 0 -45 -13 -45 -41 0 -5 35 -9 78 -8 123 2 263 -8 275 -20 16 -16 59 -13 97 5 30 16 36 16 64 1 48 -24 91 -30 105 -14 9 11 34 14 110 11 73 -3 102 0 110 9 6 8 10 44 8 83 l-2 69 35 7 c19 4 58 12 87 18 76 16 268 9 268 -9 0 -21 -46 -31 -170 -37 -60 -2 -114 -9 -119 -14 -14 -14 1 -39 29 -50 30 -11 335 4 363 18 23 12 163 25 287 27 174 3 318 21 335 43 12 14 30 19 70 20 30 1 87 5 127 9 61 7 77 13 108 41 27 23 35 37 30 50 -6 16 -7 16 -19 -1 -28 -37 -76 -17 -76 32 0 29 56 63 91 56 31 -7 69 15 69 39 0 7 20 32 45 56 37 36 45 51 45 81 0 22 8 47 21 62 11 15 23 42 26 61 3 19 16 45 29 57 35 33 31 62 -11 85 -40 21 -40 20 -19 69 9 22 13 49 9 66 -4 18 1 44 13 72 11 25 23 63 27 86 4 25 14 45 26 51 33 18 23 48 -21 66 -47 19 -53 51 -9 46 50 -6 44 54 -11 111 -26 27 -28 34 -23 78 6 48 5 49 -21 49 -34 0 -45 26 -20 45 64 46 61 41 38 67 -28 31 -35 62 -18 87 8 11 10 22 5 25 -6 4 -6 18 -1 35 10 34 5 41 -27 41 -16 0 -23 6 -23 20 0 12 -7 31 -16 45 -14 22 -14 24 5 35 35 18 26 46 -24 70 -25 12 -45 26 -45 32 0 5 -13 23 -30 38 -26 24 -28 29 -15 40 24 20 17 53 -17 82 -28 22 -31 30 -22 45 6 10 20 19 32 21 32 5 44 27 48 92 l4 60 -48 0 c-26 0 -63 3 -83 6 -35 6 -37 5 -44 -25 -8 -37 -37 -41 -75 -11 -23 19 -24 21 -7 31 9 5 17 16 17 24 0 8 18 24 40 35 22 11 40 27 40 35 0 19 40 29 101 23 31 -3 53 -1 59 7 12 14 3 25 -19 25 -9 0 -33 11 -53 25 l-36 24 -16 -24 c-20 -30 -30 -31 -53 -6 -16 17 -25 18 -73 10 -54 -9 -146 -4 -198 11 -28 8 -26 9 23 25 8 2 15 14 15 25 0 29 -43 26 -74 -5 -25 -25 -27 -25 -138 -19 -152 9 -160 13 -156 66 l3 43 150 0 c137 0 153 2 187 22 21 12 40 18 43 12 10 -15 41 -10 60 11 10 11 26 20 36 20 27 0 49 11 49 25 0 18 -34 45 -57 45 -12 0 -23 6 -26 13 -3 10 -9 10 -26 0 -11 -7 -50 -13 -85 -13 -44 0 -69 -5 -80 -15 -17 -18 -43 -20 -48 -3 -2 6 -21 11 -43 10 -27 -1 -44 4 -57 18 -11 11 -32 20 -48 20 -16 0 -51 5 -77 10 -85 19 -152 106 -76 98 20 -2 28 2 28 12 0 19 -88 43 -132 35 -36 -6 -42 1 -17 20 14 9 15 21 10 59 -7 46 -9 48 -34 41 -15 -5 -76 -10 -137 -12 -121 -4 -158 6 -163 45 -4 26 35 46 56 29 9 -7 34 -6 82 2 60 11 72 11 92 -3 17 -13 49 -16 144 -16 83 0 124 -4 126 -11 2 -7 24 -12 48 -13 54 -1 62 21 15 43 -16 8 -36 20 -43 28 -9 9 -47 14 -120 15 -197 3 -227 5 -275 18 -43 12 -51 12 -77 -3 -27 -17 -30 -17 -47 1 -27 28 -52 34 -89 20 -29 -10 -36 -9 -53 6 -24 22 -41 13 -41 -21 0 -24 2 -25 40 -20 34 4 45 1 67 -19 14 -13 30 -24 34 -24 18 0 8 -30 -15 -46 -20 -13 -42 -14 -118 -10 -116 8 -300 47 -294 62 6 16 -14 34 -40 34 -12 0 -33 -10 -48 -21 l-27 -21 -20 21 c-12 12 -32 21 -49 21 -46 0 -70 31 -70 90 0 53 -10 61 -48 40 -9 -5 -29 -14 -44 -20 -35 -12 -36 -28 -2 -40 14 -6 24 -16 22 -23 -7 -19 -47 -21 -54 -2 -10 24 -72 46 -110 39 -25 -5 -40 -1 -60 15 -29 23 -83 28 -101 10 -16 -16 -53 -1 -53 21 0 11 7 23 16 28 22 12 11 28 -22 35 -18 3 -22 1 -15 -6 17 -17 13 -27 -14 -37 -15 -6 -25 -17 -25 -29 0 -23 -37 -38 -53 -22 -7 7 -6 15 3 26 10 13 9 15 -6 15 -11 0 -26 -4 -34 -10 -9 -6 -19 -5 -29 3 -19 16 -338 24 -354 8 -7 -7 -2 -13 17 -21 30 -11 30 -36 0 -33 -70 7 -114 17 -114 25 0 5 12 7 28 6 21 -2 28 2 30 17 2 18 -6 22 -65 32 -37 7 -90 15 -118 19 -27 4 -55 10 -60 15 -12 9 -133 28 -255 39 -84 7 -110 1 -110 -24 0 -20 -92 -7 -148 21 l-53 26 -38 -22 c-46 -25 -51 -26 -51 -6 0 21 -26 19 -50 -5 -19 -19 -22 -19 -56 -5 -47 19 -103 19 -165 -1 -48 -16 -99 -13 -99 6 0 6 11 10 24 10 14 0 28 5 31 10 10 17 -69 11 -94 -7 -20 -13 -29 -14 -57 -4 -28 10 -38 9 -64 -4 -19 -10 -50 -15 -77 -14 -33 2 -47 -1 -54 -13 -11 -20 -69 -17 -123 6 -22 9 -61 17 -87 18 -37 0 -53 6 -71 25 -20 21 -29 23 -68 18 -192 -25 -633 3 -685 43 -18 14 -47 18 -166 20 -128 3 -150 6 -196 28 -59 28 -80 29 -107 9z m259 -95 c-3 -5 -12 -10 -20 -10 -8 0 -17 5 -20 10 -4 6 5 10 20 10 15 0 24 -4 20 -10z m4164 -3330 c12 -1 11 -5 -8 -20 -16 -14 -38 -20 -72 -20 -38 0 -51 -4 -59 -20 -12 -23 -40 -27 -40 -5 0 8 -14 22 -31 31 -18 9 -28 19 -23 24 10 10 141 19 188 13 16 -1 36 -3 45 -3z m128 -43 c10 -11 -9 -27 -32 -27 -35 0 -77 18 -70 30 6 10 91 7 102 -3z"/> <path d="M2655 3971 c-11 -18 5 -31 36 -31 24 0 30 4 27 18 -4 19 -52 29 -63 13z"/> <path d="M2894 3969 c-13 -21 35 -51 70 -43 59 12 61 45 3 42 -18 -1 -39 2 -48 6 -10 4 -20 2 -25 -5z"/> <path d="M1384 3938 c-9 -15 32 -48 60 -48 11 0 28 4 36 10 11 7 9 11 -12 19 -14 5 -29 15 -33 20 -8 15 -42 14 -51 -1z"/> <path d="M1620 3926 c0 -20 26 -27 71 -20 23 4 39 12 39 20 0 16 -26 19 -35 4 -4 -7 -12 -7 -25 0 -27 14 -50 12 -50 -4z"/> <path d="M6804 3649 c-10 -17 13 -36 27 -22 12 12 4 33 -11 33 -5 0 -12 -5 -16 -11z"/> <path d="M8176 3641 c-3 -5 0 -11 8 -14 15 -6 26 1 26 15 0 11 -27 10 -34 -1z"/> <path d="M7917 3623 c-4 -3 -7 -15 -7 -25 0 -17 5 -19 33 -12 17 3 41 10 52 14 18 7 18 9 -8 19 -32 12 -60 14 -70 4z"/> <path d="M7785 3611 c-7 -12 12 -24 25 -16 11 7 4 25 -10 25 -5 0 -11 -4 -15 -9z"/> <path d="M7890 3550 c0 -19 20 -27 33 -13 8 7 -11 33 -24 33 -5 0 -9 -9 -9 -20z"/> <path d="M8280 3540 c0 -5 9 -10 19 -10 11 0 23 5 26 10 4 6 -5 10 -19 10 -14 0 -26 -4 -26 -10z"/> <path d="M7515 3431 c-7 -12 12 -24 25 -16 11 7 4 25 -10 25 -5 0 -11 -4 -15 -9z"/> <path d="M7781 3341 c-9 -6 -10 -11 -2 -15 6 -4 11 -18 11 -32 0 -17 10 -30 33 -44 39 -24 51 -21 54 11 5 44 -63 101 -96 80z"/> <path d="M8138 3297 c-31 -25 -35 -39 -15 -55 20 -17 68 27 61 56 -8 27 -12 27 -46 -1z"/> <path d="M8401 2951 c-8 -5 -9 -11 -3 -15 13 -8 42 3 42 15 0 11 -21 11 -39 0z"/> <path d="M86 1645 c-19 -19 -20 -27 -5 -42 17 -17 71 12 67 35 -4 23 -42 27 -62 7z"/> <path d="M8760 1581 c0 -12 5 -21 10 -21 6 0 10 6 10 14 0 8 -4 18 -10 21 -5 3 -10 -3 -10 -14z"/> <path d="M145 1220 c-7 -12 2 -30 16 -30 12 0 12 27 0 35 -5 3 -12 1 -16 -5z"/> <path d="M746 803 c-11 -11 -6 -23 9 -23 8 0 15 4 15 9 0 13 -16 22 -24 14z"/> <path d="M895 791 c-7 -12 31 -25 45 -16 5 3 10 10 10 16 0 12 -47 12 -55 0z"/> <path d="M3528 603 c-75 -31 -36 -44 122 -40 84 2 105 6 105 17 0 11 -7 14 -25 10 -55 -11 -132 -4 -142 13 -11 20 -13 20 -60 0z"/> <path d="M968 599 c-29 -16 -21 -29 17 -29 33 0 35 2 25 20 -12 23 -18 24 -42 9z"/> <path d="M8574 576 c-8 -22 2 -46 21 -46 19 0 20 34 0 50 -12 10 -16 9 -21 -4z"/> <path d="M3518 508 c-42 -22 -45 -30 -24 -48 12 -9 22 -7 48 12 42 29 50 41 35 50 -16 10 -16 10 -59 -14z"/> <path d="M3447 473 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z"/> <path d="M4400 461 c0 -25 72 -42 85 -20 9 14 7 16 -42 24 -28 4 -43 3 -43 -4z"/> <path d="M7028 379 c-25 -14 -22 -48 4 -58 13 -4 38 -4 56 1 27 8 36 6 46 -7 22 -31 110 4 91 36 -5 7 -24 9 -54 5 -39 -5 -48 -3 -59 14 -13 22 -55 26 -84 9z"/> <path d="M6012 358 c-39 -24 -30 -43 16 -33 34 7 57 29 47 45 -9 15 -26 12 -63 -12z"/> <path d="M7430 320 c-13 -9 -13 -11 0 -20 21 -14 44 -8 48 13 4 19 -23 23 -48 7z"/> <path d="M5756 296 c-9 -15 -12 -27 -6 -31 12 -8 59 26 60 43 0 21 -37 13 -54 -12z"/> <path d="M7780 310 c0 -5 11 -10 25 -10 14 0 25 5 25 10 0 6 -11 10 -25 10 -14 0 -25 -4 -25 -10z"/> <path d="M5650 275 c0 -10 7 -15 18 -13 21 4 19 22 -2 26 -10 2 -16 -3 -16 -13z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 460px) {
  .cta-four__button {
    justify-content: center;
    width: auto;
    height: auto;
    mask: unset;
    -webkit-mask: unset;
    background-color: transparent;
  }
}
.cta-four .agragati-btn {
  margin-left: 58px;
  color: var(--agragati-black);
  background-color: var(--agragati-white, #ffffff);
}
@media (max-width: 460px) {
  .cta-four .agragati-btn {
    margin: 0;
  }
}
@media (max-width: 375px) {
  .cta-four .agragati-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cta-four .agragati-btn:hover {
  color: var(--agragati-white, #ffffff);
}
.cta-four .agragati-btn__hover {
  background-color: var(--agragati-primary);
}

.cta-five {
  padding: 33px 0px;
  background-color: var(--agragati-black);
}
@media (max-width: 991px) {
  .cta-five {
    padding-top: 26px;
  }
}
.cta-five__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 22px;
}
@media (max-width: 991px) {
  .cta-five__inner {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cta-five__sec-title {
    text-align: center;
  }
}
.cta-five__title {
  margin: 0;
  font-size: 24px;
  color: var(--agragati-white, #ffffff);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.cta-five .agragati-btn {
  padding: 12px 32.5px 13px;
  font-weight: 600;
  flex-shrink: 0;
}
.cta-five .agragati-btn:hover {
  color: var(--agragati-black);
}
.cta-five .agragati-btn__hover {
  background-color: var(--agragati-white, #ffffff);
}

/*--------------------------------------------------------------
# Support
--------------------------------------------------------------*/
.support-one {
  position: relative;
}
.support-one::after {
  content: "";
  width: 100%;
  height: 65px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--agragati-white2);
}
.support-one__bg {
  width: 100%;
  height: calc(100% - 175px);
  position: relative;
  position: absolute;
  top: 110px;
  left: 0px;
  background-color: var(--agragati-black2, #000000);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .support-one__bg {
    height: calc(100% - 130px);
    top: 50%;
    transform: translateY(-50%);
  }
}
.support-one__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.support-one__bg__overlay {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.support-one__bg__overlay::before, .support-one__bg__overlay::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}
.support-one__bg__overlay::before {
  width: 51.708%;
  background-color: rgba(var(--agragati-primary-rgb), 0.9);
  left: 0;
}
.support-one__bg__overlay::after {
  width: 48.292%;
  background-color: rgba(var(--agragati-black-rgb), 0.9);
  right: 0;
}
.support-one__bg__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  animation: moveHorizontal 2s linear infinite;
}
.support-one__bg__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 32.5%;
  right: 145px;
  z-index: 2;
  animation: banner3Shake 3s linear infinite;
}
@media (max-width: 1850px) {
  .support-one__bg__shape-2 {
    right: 40px;
  }
}
@media (max-width: 1599px) {
  .support-one__bg__shape-2 {
    right: 30px;
  }
}
.support-one .container {
  position: relative;
  z-index: 2;
}
.support-one__inner {
  position: relative;
  background-color: var(--agragati-primary);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 519.000000"><g transform="translate(0.000000,519.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M7310 5139 c-41 -5 -124 -13 -185 -18 -208 -19 -525 -78 -725 -135 -117 -34 -168 -49 -200 -61 -81 -29 -107 -37 -135 -45 -30 -9 -59 -19 -165 -60 -30 -12 -68 -25 -85 -30 -16 -5 -55 -18 -85 -30 -30 -12 -69 -25 -86 -30 -18 -4 -37 -11 -44 -15 -7 -4 -26 -11 -44 -16 -17 -4 -62 -18 -101 -29 -38 -12 -88 -25 -110 -30 -22 -5 -58 -13 -80 -18 -77 -20 -201 -41 -325 -56 -168 -22 -669 -22 -825 -1 -60 8 -128 15 -150 15 -22 0 -87 7 -145 15 -174 26 -292 45 -355 57 -33 6 -82 14 -110 18 -27 4 -79 12 -115 19 -36 7 -101 19 -145 27 -44 8 -111 22 -150 30 -38 8 -79 14 -90 14 -11 0 -51 6 -90 14 -98 21 -341 59 -545 86 -175 24 -639 52 -735 45 -38 -2 -142 -9 -230 -15 -219 -14 -385 -37 -625 -86 -147 -30 -368 -91 -438 -120 -18 -8 -39 -14 -48 -14 -28 0 -93 -40 -118 -73 l-26 -34 0 -2167 c0 -1598 3 -2173 11 -2189 42 -80 162 -118 264 -83 72 25 223 66 280 76 22 4 60 12 85 18 342 83 891 119 1295 84 284 -24 684 -82 990 -142 33 -7 83 -16 110 -20 68 -9 166 -28 245 -46 36 -8 76 -14 90 -14 14 0 57 -6 95 -14 79 -16 186 -34 290 -49 39 -5 351 -11 695 -14 635 -5 681 -3 825 33 143 36 265 71 305 87 14 5 39 13 55 17 17 5 55 18 85 30 30 12 69 25 85 30 17 5 55 18 85 30 106 41 135 51 165 60 17 4 46 14 65 21 19 6 51 17 70 24 107 38 294 89 435 119 179 38 222 46 243 46 13 0 60 6 105 14 179 32 401 47 687 46 157 0 323 -5 370 -10 47 -6 128 -15 180 -19 134 -12 312 -42 457 -76 83 -20 167 -19 201 2 46 29 83 67 98 101 7 18 18 31 24 27 7 -4 10 682 10 2139 0 1856 -2 2146 -14 2146 -8 0 -18 10 -22 22 -11 37 -42 73 -77 90 -83 41 -488 120 -712 139 -55 4 -143 13 -195 18 -111 12 -561 12 -670 0z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 519.000000"><g transform="translate(0.000000,519.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M7310 5139 c-41 -5 -124 -13 -185 -18 -208 -19 -525 -78 -725 -135 -117 -34 -168 -49 -200 -61 -81 -29 -107 -37 -135 -45 -30 -9 -59 -19 -165 -60 -30 -12 -68 -25 -85 -30 -16 -5 -55 -18 -85 -30 -30 -12 -69 -25 -86 -30 -18 -4 -37 -11 -44 -15 -7 -4 -26 -11 -44 -16 -17 -4 -62 -18 -101 -29 -38 -12 -88 -25 -110 -30 -22 -5 -58 -13 -80 -18 -77 -20 -201 -41 -325 -56 -168 -22 -669 -22 -825 -1 -60 8 -128 15 -150 15 -22 0 -87 7 -145 15 -174 26 -292 45 -355 57 -33 6 -82 14 -110 18 -27 4 -79 12 -115 19 -36 7 -101 19 -145 27 -44 8 -111 22 -150 30 -38 8 -79 14 -90 14 -11 0 -51 6 -90 14 -98 21 -341 59 -545 86 -175 24 -639 52 -735 45 -38 -2 -142 -9 -230 -15 -219 -14 -385 -37 -625 -86 -147 -30 -368 -91 -438 -120 -18 -8 -39 -14 -48 -14 -28 0 -93 -40 -118 -73 l-26 -34 0 -2167 c0 -1598 3 -2173 11 -2189 42 -80 162 -118 264 -83 72 25 223 66 280 76 22 4 60 12 85 18 342 83 891 119 1295 84 284 -24 684 -82 990 -142 33 -7 83 -16 110 -20 68 -9 166 -28 245 -46 36 -8 76 -14 90 -14 14 0 57 -6 95 -14 79 -16 186 -34 290 -49 39 -5 351 -11 695 -14 635 -5 681 -3 825 33 143 36 265 71 305 87 14 5 39 13 55 17 17 5 55 18 85 30 30 12 69 25 85 30 17 5 55 18 85 30 106 41 135 51 165 60 17 4 46 14 65 21 19 6 51 17 70 24 107 38 294 89 435 119 179 38 222 46 243 46 13 0 60 6 105 14 179 32 401 47 687 46 157 0 323 -5 370 -10 47 -6 128 -15 180 -19 134 -12 312 -42 457 -76 83 -20 167 -19 201 2 46 29 83 67 98 101 7 18 18 31 24 27 7 -4 10 682 10 2139 0 1856 -2 2146 -14 2146 -8 0 -18 10 -22 22 -11 37 -42 73 -77 90 -83 41 -488 120 -712 139 -55 4 -143 13 -195 18 -111 12 -561 12 -670 0z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 1199px) {
  .support-one__inner {
    padding: 40px;
    border-radius: 10px;
    mask: unset;
    -webkit-mask: unset;
  }
}
@media (max-width: 575px) {
  .support-one__inner {
    padding: 30px;
  }
}
.support-one__inner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .support-one__inner__bg {
    border-radius: inherit;
  }
}
.support-one__wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .support-one__row {
    align-items: center;
  }
}
.support-one__content {
  padding: 132px 60px 117px 70px;
}
@media (max-width: 1199px) {
  .support-one__content {
    padding: 0px;
  }
}
.support-one__logo {
  margin-bottom: 10px;
}
.support-one__title {
  margin-bottom: 25px;
  font-size: 40px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .support-one__title {
    font-size: 35px;
  }
}
@media (max-width: 430px) {
  .support-one__title {
    font-size: 30px;
  }
}
.support-one__text-box {
  padding-top: 21px;
  border-top: 1px solid var(--agragati-white, #ffffff);
}
.support-one__text {
  margin-bottom: 40px;
  color: var(--agragati-white2);
  line-height: 1.625;
}
.support-one .agragati-btn__hover {
  background-color: var(--agragati-base);
}
.support-one__image {
  position: relative;
  margin-left: 3px;
  background-color: var(--agragati-black2, #000000);
}
@media (max-width: 1199px) {
  .support-one__image {
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .support-one__image {
    margin-top: 40px;
  }
}
.support-one__image::before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: var(--agragati-white, #ffffff);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .support-one__image::before {
    display: none;
  }
}
.support-one__image__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
@media (max-width: 1199px) {
  .support-one__image__img {
    border-radius: inherit;
  }
}
.support-one__image__logo-box {
  width: 148px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  top: calc(50% + 38px);
  left: -65px;
  transform: translateY(-50%);
  background-color: var(--agragati-white, #ffffff);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .support-one__image__logo-box {
    display: none;
  }
}
.support-one__image__logo {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--agragati-black);
  border-radius: inherit;
}
.support-one__image__logo img {
  max-width: 100%;
  height: auto;
}
.support-one__inner:hover .support-one__image__logo-box {
  background-color: var(--agragati-base);
}

/*--------------------------------------------------------------
# Pillar
--------------------------------------------------------------*/
.pillar-card {
  position: relative;
}
.pillar-card__overlay {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: var(--agragati-white, #ffffff);
  border-radius: 10px 10px 0px 0px;
  filter: drop-shadow(0px 4.93992px 40px RGBA(var(--agragati-black2-rgb, 0, 0, 0), 0.1));
}
.pillar-card__overlay::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: var(--agragati-black);
  transition: all 500ms ease;
}
.pillar-card:hover .pillar-card__overlay::after {
  height: 100%;
  top: 0;
}
.pillar-card__content {
  position: relative;
  padding: 32px 30px 27px;
  text-align: center;
  border-radius: inherit;
  z-index: 1;
}
.pillar-card--1 .pillar-card__icon {
  font-size: 57px;
}
.pillar-card--2 .pillar-card__icon {
  font-size: 64px;
}
.pillar-card--3 .pillar-card__icon {
  font-size: 48px;
}
.pillar-card--4 .pillar-card__icon {
  font-size: 57px;
}
.pillar-card--5 .pillar-card__icon {
  font-size: 54px;
}
.pillar-card__icon-box {
  width: 113px;
  height: 113px;
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--agragati-white, #ffffff);
  z-index: 1;
  transition: all 500ms ease;
}
.pillar-card:hover .pillar-card__icon-box {
  background-color: var(--agragati-black);
}
.pillar-card__icon {
  margin-top: 25px;
  display: inline-flex;
  color: var(--agragati-base);
  transition: all 500ms ease;
}
.pillar-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.pillar-card:hover .pillar-card__icon {
  color: var(--agragati-white, #ffffff);
}
.pillar-card__title {
  position: relative;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
  transition: all 500ms ease;
}
.pillar-card:hover .pillar-card__title {
  color: var(--agragati-white, #ffffff);
}
.pillar-card__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 519.000000 669.000000"><g transform="translate(0.000000,669.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2570 6674 c0 -44 -233 -294 -274 -294 -8 0 -17 -4 -20 -9 -10 -16 -89 -49 -157 -65 -108 -26 -267 -16 -434 29 -88 23 -149 37 -195 45 -25 5 -58 13 -73 19 -16 6 -44 11 -64 11 -20 0 -64 5 -100 12 -103 19 -268 -4 -413 -57 -57 -22 -64 -24 -80 -34 -8 -5 -22 -12 -30 -15 -8 -4 -28 -15 -45 -26 -16 -11 -36 -23 -43 -26 -17 -8 -52 -37 -117 -97 -54 -49 -145 -174 -145 -199 0 -8 -4 -18 -10 -24 -5 -5 -19 -45 -31 -89 -17 -66 -20 -108 -20 -274 0 -193 7 -261 47 -461 37 -186 46 -228 60 -276 8 -28 14 -61 14 -73 0 -13 7 -50 15 -84 135 -572 85 -952 -155 -1175 -40 -37 -176 -132 -190 -132 -5 0 -25 -10 -46 -22 -34 -20 -35 -22 -18 -35 11 -8 46 -28 79 -45 267 -135 405 -383 405 -727 0 -120 -20 -306 -45 -422 -8 -37 -15 -76 -15 -88 0 -12 -6 -47 -14 -79 -8 -31 -20 -79 -26 -107 -7 -27 -16 -70 -20 -95 -4 -25 -12 -65 -18 -90 -30 -129 -42 -187 -42 -210 0 -14 -7 -58 -16 -99 -22 -110 -22 -458 1 -538 60 -203 157 -326 357 -448 30 -18 102 -53 143 -68 226 -83 418 -85 710 -5 22 6 58 15 80 19 22 4 58 12 80 18 155 40 335 49 430 22 155 -44 277 -137 398 -303 23 -32 47 -57 52 -57 6 -1 27 23 48 53 67 93 215 236 245 236 5 0 15 7 22 15 7 8 19 15 28 15 8 0 23 6 31 13 25 21 151 47 227 47 71 0 210 -21 299 -45 85 -22 148 -37 195 -45 25 -5 58 -13 73 -19 16 -6 44 -11 64 -11 20 0 65 -5 100 -12 103 -19 270 5 418 59 22 8 47 19 55 24 8 5 21 11 28 14 32 13 39 16 67 35 17 11 41 24 54 30 38 17 204 192 227 240 79 163 85 196 85 433 0 199 -6 263 -47 467 -37 186 -46 228 -60 276 -8 28 -14 61 -14 73 0 13 -7 50 -15 84 -73 308 -93 583 -55 772 33 168 76 257 172 360 61 65 204 175 228 175 5 0 25 10 46 22 34 20 35 22 18 35 -11 8 -46 28 -79 44 -171 87 -292 223 -354 399 -28 79 -51 228 -51 335 0 109 21 309 42 395 6 25 14 68 18 95 8 52 23 127 42 205 6 25 14 65 18 90 4 25 12 65 18 90 31 132 42 188 42 215 0 17 7 55 15 85 23 84 22 469 -1 547 -36 123 -71 191 -147 281 -28 34 -141 132 -152 132 -4 0 -21 11 -38 24 -18 13 -54 33 -82 46 -27 12 -62 29 -77 36 -14 8 -36 14 -48 14 -12 0 -30 5 -40 10 -27 14 -175 40 -235 40 -93 0 -306 -34 -405 -66 -25 -8 -53 -14 -64 -14 -10 0 -39 -7 -65 -15 -82 -25 -243 -47 -321 -43 -170 9 -295 69 -428 207 -61 63 -132 157 -132 175 0 9 -7 16 -15 16 -8 0 -15 -7 -15 -16z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 519.000000 669.000000"><g transform="translate(0.000000,669.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2570 6674 c0 -44 -233 -294 -274 -294 -8 0 -17 -4 -20 -9 -10 -16 -89 -49 -157 -65 -108 -26 -267 -16 -434 29 -88 23 -149 37 -195 45 -25 5 -58 13 -73 19 -16 6 -44 11 -64 11 -20 0 -64 5 -100 12 -103 19 -268 -4 -413 -57 -57 -22 -64 -24 -80 -34 -8 -5 -22 -12 -30 -15 -8 -4 -28 -15 -45 -26 -16 -11 -36 -23 -43 -26 -17 -8 -52 -37 -117 -97 -54 -49 -145 -174 -145 -199 0 -8 -4 -18 -10 -24 -5 -5 -19 -45 -31 -89 -17 -66 -20 -108 -20 -274 0 -193 7 -261 47 -461 37 -186 46 -228 60 -276 8 -28 14 -61 14 -73 0 -13 7 -50 15 -84 135 -572 85 -952 -155 -1175 -40 -37 -176 -132 -190 -132 -5 0 -25 -10 -46 -22 -34 -20 -35 -22 -18 -35 11 -8 46 -28 79 -45 267 -135 405 -383 405 -727 0 -120 -20 -306 -45 -422 -8 -37 -15 -76 -15 -88 0 -12 -6 -47 -14 -79 -8 -31 -20 -79 -26 -107 -7 -27 -16 -70 -20 -95 -4 -25 -12 -65 -18 -90 -30 -129 -42 -187 -42 -210 0 -14 -7 -58 -16 -99 -22 -110 -22 -458 1 -538 60 -203 157 -326 357 -448 30 -18 102 -53 143 -68 226 -83 418 -85 710 -5 22 6 58 15 80 19 22 4 58 12 80 18 155 40 335 49 430 22 155 -44 277 -137 398 -303 23 -32 47 -57 52 -57 6 -1 27 23 48 53 67 93 215 236 245 236 5 0 15 7 22 15 7 8 19 15 28 15 8 0 23 6 31 13 25 21 151 47 227 47 71 0 210 -21 299 -45 85 -22 148 -37 195 -45 25 -5 58 -13 73 -19 16 -6 44 -11 64 -11 20 0 65 -5 100 -12 103 -19 270 5 418 59 22 8 47 19 55 24 8 5 21 11 28 14 32 13 39 16 67 35 17 11 41 24 54 30 38 17 204 192 227 240 79 163 85 196 85 433 0 199 -6 263 -47 467 -37 186 -46 228 -60 276 -8 28 -14 61 -14 73 0 13 -7 50 -15 84 -73 308 -93 583 -55 772 33 168 76 257 172 360 61 65 204 175 228 175 5 0 25 10 46 22 34 20 35 22 18 35 -11 8 -46 28 -79 44 -171 87 -292 223 -354 399 -28 79 -51 228 -51 335 0 109 21 309 42 395 6 25 14 68 18 95 8 52 23 127 42 205 6 25 14 65 18 90 4 25 12 65 18 90 31 132 42 188 42 215 0 17 7 55 15 85 23 84 22 469 -1 547 -36 123 -71 191 -147 281 -28 34 -141 132 -152 132 -4 0 -21 11 -38 24 -18 13 -54 33 -82 46 -27 12 -62 29 -77 36 -14 8 -36 14 -48 14 -12 0 -30 5 -40 10 -27 14 -175 40 -235 40 -93 0 -306 -34 -405 -66 -25 -8 -53 -14 -64 -14 -10 0 -39 -7 -65 -15 -82 -25 -243 -47 -321 -43 -170 9 -295 69 -428 207 -61 63 -132 157 -132 175 0 9 -7 16 -15 16 -8 0 -15 -7 -15 -16z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.pillar-one {
  background-color: var(--agragati-white2);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .pillar-one {
    padding-bottom: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .pillar-one {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .pillar-one {
    padding-bottom: 80px;
  }
}
.pillar-one .sec-title {
  margin-bottom: 107px;
}
.pillar-one__carousel.owl-carousel .owl-nav button {
  background-color: var(--agragati-white, #ffffff);
}

.row-divider {
  position: relative;
}

@media (min-width: 992px) {
  .row-divider::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
   background: linear-gradient(to bottom, #00000030, rgb(104 58 58 / 48%), #4c0a0a5c);
  }
}

@media (max-width: 991px) {
  .row-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -20px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0,0,0,0.1), transparent);
  }
}


.page-header {
  position: relative;
  overflow: hidden;
}

/* Breadcrumb overlay */
.breadcrumb-overlay {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background: rgba(0, 0, 0, 0.55); /* dark semi-transparent bg */
  padding: 8px 15px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}

/* Breadcrumb list */
.breadcrumb-overlay ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Items */
.breadcrumb-overlay ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
  color: #fff;
  font-weight: 500;
}
.breadcrumb-overlay ul li a {
  color: #ffd700; /* gold accent for link */
  text-decoration: none;
}
.breadcrumb-overlay ul li a:hover {
  text-decoration: underline;
}

/* Separator */
.breadcrumb-overlay ul li:after {
  content: "›";
  margin-left: 6px;
  color: #ccc;
}
.breadcrumb-overlay ul li:last-child:after {
  display: none;
}

/* Responsive */
@media (max-width: 576px) {
  .breadcrumb-overlay {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    padding: 6px 10px;
  }
}

.page-heading {
  margin-bottom: 20px;
  text-align: left; /* change to center if needed */
}

.page-heading__title {
  font-weight: 700;
  color: #222;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 10px; /* space for strip */
}

/* Decorative underline strip */
.page-heading__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #379b50, #ff9800);
  border-radius: 2px;
}



/*--------------------------------------------------------------
# Activities
--------------------------------------------------------------*/
.activities-one {
  position: relative;
  background-color: var(--agragati-white, #ffffff);
}
.activities-one__inner {
  position: relative;
  padding: 0px 60px 50px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .activities-one__inner {
    padding: 0px 40px 40px;
  }
}
@media (max-width: 575px) {
  .activities-one__inner {
    padding: 0px 20px 20px;
  }
}
.activities-one__inner::after {
  content: "";
  width: 100%;
  height: calc(100% - 32px);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--agragati-white2);
  border-radius: inherit;
}
.activities-one__tab-box {
  position: relative;
  display: block;
  z-index: 1;
}
.activities-one__tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 1;
}
.activities-one__tab-box .tab-buttons .agragati-btn {
  padding: 26px 50px 27px;
}
@media (max-width: 991px) {
  .activities-one__tab-box .tab-buttons .agragati-btn {
    padding: 20px 40px 21px;
  }
}
.activities-one__tab-box .tab-buttons .agragati-btn:hover {
  color: var(--agragati-black);
}
@media (max-width: 991px) {
  .activities-one__tab-box .tab-buttons .agragati-btn:hover {
    color: var(--agragati-white, #ffffff);
  }
}
.activities-one__tab-box .tab-buttons .agragati-btn__hover {
  background-color: var(--agragati-white2);
}
@media (max-width: 991px) {
  .activities-one__tab-box .tab-buttons .agragati-btn__hover {
    background-color: var(--agragati-primary);
  }
}
.activities-one__tab-box .tab-buttons .agragati-btn.active-btn {
  color: var(--agragati-black);
  background-color: var(--agragati-white2);
}
@media (max-width: 991px) {
  .activities-one__tab-box .tab-buttons .agragati-btn.active-btn {
    color: var(--agragati-white, #ffffff);
    background-color: var(--agragati-primary);
  }
}
.activities-one__tab-box .tabs-content {
  margin-top: 50px;
  position: relative;
  display: block;
}
@media (max-width: 1199px) {
  .activities-one__tab-box .tabs-content {
    margin-top: 40px;
  }
}
.activities-one__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.activities-one__tab-box .tabs-content .tab.active-tab {
  display: block;
}
.activities-one__image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.activities-one__content {
  background-color: var(--agragati-white, #ffffff);
  border-radius: 8px;
}
.activities-one__content__top {
  padding: 31px 40px 16px;
}
@media (max-width: 1199px) {
  .activities-one__content__top {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 412px) {
  .activities-one__content__top {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.activities-one__title {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
}
@media (max-width: 767px) {
  .activities-one__title {
    font-size: 25px;
  }
}
@media (max-width: 430px) {
  .activities-one__title {
    font-size: 22px;
  }
}
.activities-one__text {
  margin-bottom: 0px;
  font-weight: 600;
}
.activities-one__list {
  position: relative;
  margin: 0;
  padding: 42px 40px 29px;
  background-color: var(--agragati-white2);
  border-radius: 8px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .activities-one__list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 412px) {
  .activities-one__list {
    padding: 37px 25px 21px;
  }
}
.activities-one__list::before {
  content: "";
  width: 100%;
  height: calc(100% - 15px);
  background-color: var(--agragati-white3);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: inherit;
  z-index: -1;
}
.activities-one__list li + li {
  margin-top: 8px;
}
.activities-one__list li {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  font-size: 16px;
  color: var(--agragati-black);
  font-weight: 700;
  line-height: 1.625;
}
@media (max-width: 575px) {
  .activities-one__list li {
    gap: 10px;
  }
}
.activities-one__list__icon {
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 8px;
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base);
  border-radius: 50%;
}
.activities-one__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.activities-one {
    padding: 60px 0;
    background-color: #f9f9f9;
    font-family: 'Poppins', sans-serif;
}

.activities-one__tab-box {
    display: flex;
    flex-wrap: wrap;
}

.tab-buttons {
    border-left: 4px solid #4caf50;
}

.tab-buttons li {
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.tab-buttons li:hover {
    background: #4caf50;
    color: #fff;
    transform: translateX(5px);
}

.tab-buttons li.active-btn {
    background: #4caf50;
    color: #fff;
    border-left: 4px solid #388e3c;
}

.tabs-content .tab {
    display: none;
    animation-duration: 0.5s;
}

.tabs-content .active-tab {
    display: block;
}

.activities-one__content {
    padding: 20px;
}

.activities-one__title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.activities-one__text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.activities-one__image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .tab-buttons {
        border-left: none;
        margin-bottom: 30px;
    }
    .tab-buttons li {
        transform: none !important;
    }
}

@media (max-width: 767px) {
    .activities-one__title {
        font-size: 20px;
    }
    .activities-one__text {
        font-size: 15px;
    }
}



/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details-page {
  background-color: var(--agragati-white, #ffffff);
}

.blog-details .blog-card-seven {
  margin-bottom: 41px;
}
.blog-details .blog-card-seven__image {
  margin-bottom: 34px;
}
.blog-details .blog-card-seven:hover .blog-card-seven__image img {
  transform: scale(1);
}
.blog-details .blog-card-seven__title:hover {
  color: var(--agragati-black, #212226);
}
.blog-details .blog-card-seven__description {
  margin: 0;
}
.blog-details .blog-card-seven__description p + p {
  margin-top: 21px;
}
.blog-details .blog-card-seven__text {
  margin: 0;
}
.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--agragati-white3, #E5DED9);
  border-bottom: 1px solid var(--agragati-white3, #E5DED9);
}
.blog-details__meta__title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--agragati-black, #212226);
  text-transform: capitalize;
  line-height: 1.3;
}
.blog-details__post, .blog-details__tags {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-details__post__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-details__post__btn {
  padding: 11px 16px;
  font-weight: 600;
}
.blog-details__tags__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.blog-details__tags__btn {
  position: relative;
  font-size: 16px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  line-height: 1.25;
}
.blog-details__tags__btn:not(:last-child)::after {
  content: ",";
  font-size: 16px;
  color: var(--agragati-text, #727272);
  font-weight: 600;
  line-height: 1.25;
}
.blog-details__tags__btn:hover {
  color: var(--agragati-base, #379b50);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  background-color: var(--agragati-white, #ffffff);
}
.contact-page__form {
  margin: 0 auto;
  max-width: 868px;
}
.contact-page__form__button {
  text-align: center;
}

.contact-info__title {
  margin: 0;
  padding: 31px 40px 33px;
  font-size: 40px;
  color: var(--agragati-white, #ffffff);
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  background-color: var(--agragati-base, #379b50);
  border-radius: 10px 10px 0 0;
}
@media (max-width: 575px) {
  .contact-info__title {
    font-size: 35px;
  }
}
@media (max-width: 430px) {
  .contact-info__title {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
  }
}
.contact-info__inner {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 56px;
  background-color: var(--agragati-black, #212226);
}
@media (max-width: 1199px) {
  .contact-info__inner {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .contact-info__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
  }
}
@media (max-width: 430px) {
  .contact-info__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contact-info__item {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 412px) {
  .contact-info__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-info__item__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  color: var(--agragati-primary, #F2B42B);
  background-color: RGBA(var(--agragati-white-rgb, 255, 255, 255), 0.2);
  border-radius: 50%;
  transition: all 500ms ease;
}
.contact-info__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-info__item:hover .contact-info__item__icon {
  color: var(--agragati-white, #ffffff);
  background-color: var(--agragati-base, #379b50);
}
.contact-info__item__title {
  margin-bottom: 0;
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  color: var(--agragati-text, #727272);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.357;
}
@media (max-width: 412px) {
  .contact-info__item__title {
    margin-bottom: 7px;
  }
}
.contact-info__item__link {
  font-family: var(--agragati-heading-font, "Quicksand", sans-serif);
  font-size: 18px;
  color: var(--agragati-white, #ffffff);
  font-weight: 700;
  line-height: 1.25;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-info__item__link:hover {
  background-size: 100% 1px;
}
.contact-info__item__link:hover {
  color: var(--agragati-base, #379b50);
}


/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  background-color: var(--agragati-white, #ffffff);
}
.error-404__content {
  text-align: center;
}
.error-404__image {
  margin-bottom: 48px;
  max-width: 100%;
  height: auto;
  animation: moveHorizontal2 2s linear infinite;
}
.error-404__title {
  margin-bottom: 11px;
  font-size: 40px;
  color: var(--agragati-black, #212226);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 575px) {
  .error-404__title {
    font-size: 35px;
  }
}
.error-404__text {
  margin-bottom: 21px;
  font-weight: 600;
}
.error-404__search {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 496px;
}
.error-404__search input[type=text] {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  display: block;
  padding-left: 49px;
  padding-right: 20px;
  background-color: var(--agragati-white2, #F4F0ED);
  font-family: var(--agragati-font, "Plus Jakarta Sans", sans-serif);
  color: var(--agragati-text, #727272);
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  background-color: var(--agragati-white2, #F4F0ED);
  border: 1px solid transparent;
  transition: all 500ms ease;
}
.error-404__search input[type=text]:focus {
  color: var(--agragati-black, #212226);
  border-color: var(--agragati-base, #379b50);
}
.error-404__search__btn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--agragati-text, #727272);
  transition: all 500ms ease;
}
.error-404__search__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.error-404__search__btn:hover {
  color: var(--agragati-base, #379b50);
}
@media (max-width: 390px) {
  .error-404__search__btn {
    right: 25px;
  }
}
.error-404__search input[type=text] + .error-404__search__btn {
  color: var(--agragati-black, #212226);
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--agragati-white, #ffffff);
  box-shadow: 0px 0px 100px 0px rgba(var(--agragati-black-rgb, 33, 34, 38), 0.08);
}
@media (min-width: 1400px) {
  body.boxed-wrapper .video-one__shape {
    left: -125px;
  }
}
.features_box,.features_box ul,.features_box ul li,.twitter {
    width: 100%;
    float: left
}

.features_box {
    border: 1px solid #ddd;
    padding: 13px 15px
}

.features_box ul {
    padding: 0;
    margin: 0
}

.features_box ul li {
    display: block;
    padding: 10px 0
}

.features_box ul li:hover a {
    text-decoration: none
}

.features_box ul li:hover a span {
    color: #fd6d0d
}

.features_box ul li img {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px
}

.features_box ul li:hover img {
    border: 1px solid #fd6d0d
}

.features_box ul li a span {
    font-size: 126%;
    color: #0b72b1;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

