/*-----------------------------------------------------------
    Theme Name: Torado
    Theme URI: 
    Description: Torado - Charity & Donation HTML Template
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS

----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
:root {
  --bodyFont: "DM Sans", sans-serif;
  --secondaryFont: "DM Sans", sans-serif;
  --primaryColor: #158f80;
  --secondaryColor: #D5AF36;
  --titleColor: #158f80;
  --paraColor: #0e3b2e;
  --bgColor: #f7f7f7;
  --grayColor: #F8F8F8;
  --whiteColor: #ffffff;
  --offwhiteColor: #ccc;
  --footerColor: #0e3b2e;
  --yellowColor: #FFCB36;
  --fontSize: 16px;
  --transition: all ease .5s;
  --transitionTwo: all ease .9s;
}

/*---------------------------------
            General Styles 
-----------------------------------*/

.wh-feature-list i {
    font-size: 20px;
    color: #28a745; /* A nice green color for checks */
    display: flex;
    align-items: center;
}

.single-feature-item {
    background: #fdfdfd;
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #28a745; /* Optional: adds a nice side border */
    height: 100%;
    transition: 0.3s;
}

/* Remove the theme demo buttons */
.preview-floating-buttons {
    display: none !important;
}

.single-feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}


/* Modern Interactive Styling */
.step-card-interactive {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
}

.step-card-interactive:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(21, 143, 128, 0.15);
}

.step-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.step-number {
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #ffc107;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    border: 4px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.step-content {
    padding: 40px 30px 30px;
    position: relative;
}

.brand-bar-vertical {
    position: absolute;
    left: 0;
    top: 40px;
    width: 4px;
    height: 40px;
    background: #158f80;
}

.step-content h3 { font-size: 20px; font-weight: 800; margin-bottom: 15px; }
.step-content p { font-size: 14px; color: #666; line-height: 1.7; }
.step-link { font-size: 13px; font-weight: 700; color: #158f80; text-decoration: none; margin-top: 15px; display: inline-block; }

/* Trust Banner Styling */
.trust-banner {
    background: #158f80;
    padding: 30px;
    border-radius: 15px;
    color: #fff;
}
.badge-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
}
.badge-item i { font-size: 22px; color: #ffc107; }

@media (max-width: 768px) {
    .trust-banner { text-align: center; }
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input, textarea, select {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px 12px;
  width: 100%;
  font-size: 16px;
}

input {
  height: 50px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

a {
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--paraColor);
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: var(--secondaryFont);
  color: var(--titleColor);
}

body {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--bodyFont);
  color: var(--paraColor);
  line-height: 26px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--primaryColor);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\ea76";
  font-family: remixicon !important;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--primaryColor);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primaryColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.loader-wrapper {
  --line-width: 5px;
  --curtain-color: #f1faee;
  --outer-line-color: #a8dadc;
  --middle-line-color: #457b9d;
  --inner-line-color: #1d3557;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--outer-line-color);
  border-radius: 100%;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

.loader:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--inner-line-color);
  border-radius: 100%;
  animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--middle-line-color);
  border-radius: 100%;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background: var(--curtain-color);
  width: 51%;
  height: 100%;
  z-index: 1000;
}

.loader-wrapper .loader-section.section-left {
  left: 0;
}

.loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

/*---------------------------------
    Back To Top CSS
----------------------------------*/
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  width: 50px;
  bottom: 20px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 49px;
  background-color: var(--primaryColor);
  animation: border-transform 10s linear infinite alternate forwards;
}
#backtotop i {
  color: var(--whiteColor);
}

#backtotop:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*---------------------------------
    Button, Link & Animation CSS
----------------------------------*/
.btn-one,
.btn-two,
.btn-three,
.btn-four,
.btn-five {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  border: none;
  line-height: 1;
  padding: 19px 28px 17px;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
}
.btn-one i,
.btn-two i,
.btn-three i,
.btn-four i,
.btn-five i {
  position: relative;
  top: 5px;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 0.8;
  margin-left: 12px;
  transition: var(--transition);
}
.btn-one:before,
.btn-two:before,
.btn-three:before,
.btn-four:before,
.btn-five:before {
  position: absolute;
  top: 0px;
  left: 0%;
  content: "";
  width: 50.5%;
  height: 0%;
  z-index: -1;
  transition: var(--transition);
}
.btn-one:after,
.btn-two:after,
.btn-three:after,
.btn-four:after,
.btn-five:after {
  position: absolute;
  bottom: 0px;
  right: 0%;
  content: "";
  width: 50.5%;
  height: 0%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}
.btn-one:hover:after, .btn-one:hover:before,
.btn-two:hover:after,
.btn-two:hover:before,
.btn-three:hover:after,
.btn-three:hover:before,
.btn-four:hover:after,
.btn-four:hover:before,
.btn-five:hover:after,
.btn-five:hover:before {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn-one {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.btn-one:before {
  background-color: var(--secondaryColor);
}
.btn-one:after {
  background-color: var(--secondaryColor);
}

.btn-two {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}
.btn-two:before {
  background-color: var(--primaryColor);
}
.btn-two:after {
  background-color: var(--primaryColor);
}

.btn-three {
  color: var(--titleColor);
  background-color: transparent;
  border: 1px solid var(--secondaryColor);
  padding: 18px 28px 16px;
}
.btn-three:before {
  background: var(--secondaryColor);
}
.btn-three:after {
  background-color: var(--secondaryColor);
}
.btn-three:hover {
  color: var(--whiteColor);
  border-color: transparent;
}

.btn-four {
  color: var(--paraColor);
  background-color: var(--bgColor);
}
.btn-four:before {
  background: var(--secondaryColor);
}
.btn-four:after {
  background-color: var(--secondaryColor);
}
.btn-four:hover {
  color: var(--whiteColor);
}
.btn-four:hover i {
  color: var(--whiteColor);
}

.link-one,
.link-two,
.link-three {
  display: inline-block;
  position: relative;
  font-weight: 500;
  transition: var(--transition);
}
.link-one:after,
.link-two:after,
.link-three:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.link-one i,
.link-two i,
.link-three i {
  position: relative;
  top: 5px;
  margin-left: 12px;
  font-size: 18px;
  transition: var(--transition);
}
.link-one:hover:after,
.link-two:hover:after,
.link-three:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.link-one:hover i,
.link-two:hover i,
.link-three:hover i {
  margin-left: 10px;
}

.link-one {
  color: var(--secondaryColor);
  text-decoration: underline;
}
.link-one:after {
  display: none;
}
.link-one i {
  position: absolute;
  right: 0;
  top: 4px;
}
.link-one:hover {
  padding-right: 32px;
  text-decoration: underline;
}

.link-two {
  color: var(--paraColor);
}
.link-two:after {
  background-color: var(--paraColor);
  visibility: visible;
  opacity: 1;
  width: 100%;
  bottom: 5px;
}
.link-two:hover {
  color: var(--primaryColor);
}
.link-two:hover:after {
  width: 50%;
  background-color: var(--primaryColor);
}

.link-three {
  color: var(--optionalColor);
}
.link-three span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: var(--bgColor);
  position: relative;
  top: 8px;
  margin-left: 12px;
  transition: var(--transition);
}
.link-three span img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 7px;
  transition: var(--transition);
}
.link-three:after {
  background-color: var(--secondaryColor);
}
.link-three:hover {
  color: var(--secondaryColor);
}
.link-three:hover:hover span {
  background-color: var(--secondaryColor);
}
.link-three:hover:hover span img {
  filter: brightness(0) invert(1);
}

.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.fly {
  animation: fly 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.animationFramesThree {
  animation: animationFramesThree 20000ms infinite ease-in-out;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesThree {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translateX(-73px) rotate(36deg);
  }
  40% {
    -webkit-transform: translateX(-141px) rotate(72deg);
  }
  60% {
    -webkit-transform: translateX(-83px) rotate(108deg);
  }
  80% {
    -webkit-transform: translateX(40px) rotate(144deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav li {
  margin: 0 4px;
  display: inline-block;
}
.page-nav li:first-child a i {
  left: -2px;
}
.page-nav li:last-child a i {
  right: -2px;
}
.page-nav li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  line-height: 53px;
  text-align: center;
  color: var(--titleColor);
  background-color: rgba(24, 25, 97, 0.06);
  transition: var(--transition);
}
.page-nav li a i {
  font-size: 16px;
  margin: 0 auto;
  position: relative;
  top: 4px;
  transition: var(--transition);
}
.page-nav li a.active, .page-nav li a:hover {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--primaryColor);
  border-color: transparent;
}
.page-nav li a.active i, .page-nav li a:hover i {
  color: var(--whiteColor);
}
.page-nav li a.active img, .page-nav li a:hover img {
  filter: brightness(0) invert(1);
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.section-title-two > span,
.content-title-two > span {
  position: relative;
  padding-left: 66px;
  color: var(--primaryColor);
  display: inline-block;
  margin: 0 0 5px;
}
.section-title-two > span:before,
.content-title-two > span:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 45px;
  height: 1px;
  background-color: var(--primaryColor);
}
.section-title-two h2,
.content-title-two h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.02em;
  margin: 0;
}
.section-title-two p,
.content-title-two p {
  margin: 15px 0 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.content-feature-list li i {
  position: absolute;
  top: 0px;
  left: 0;
  color: var(--primaryColor);
}
.content-feature-list li:last-child {
  margin-bottom: 0;
}

.social-profile li {
  display: inline-block;
  margin-right: 5px;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.social-profile li a i {
  display: block;
  margin: 0 auto;
  line-height: 0.8;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg_one {
  background-color: #FDFAFA;
}

.bg_two {
  background-color: rgba(252, 241, 236, 0.4);
}

.bg_three {
  background-color: #F8F6F3;
}

.bg_four {
  background-color: #FDF5F2;
}

.rating li {
  display: inline-block;
}
.rating li i {
  color: var(--yellowColor);
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  -o-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  text-align: center;
  background-color: transparent;
  z-index: 1;
  display: inline-block;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}
.play-now i {
  display: block;
  margin: 0 auto;
}
.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.social-profile li {
  display: inline-block;
  margin-right: 10px;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}
.social-profile li a i {
  transition: var(--transition);
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.social-profile li {
  display: inline-block;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}
.social-profile li a i {
  display: block;
  margin: 0 auto;
  line-height: 0.8;
  transition: var(--transition);
}
.social-profile li a:hover i {
  transform: rotate(360deg);
}

/*--------------------------------------
    Breadcrumb CSS
----------------------------------------*/
.breadcrumb-wrap {
  padding: 112px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #F7F6F2;
}
.breadcrumb-wrap .br-shape-one,
.breadcrumb-wrap .br-shape-two,
.breadcrumb-wrap .br-shape-three {
  position: absolute;
  z-index: 0;
}
.breadcrumb-wrap .br-shape-one {
  left: 100px;
  top: 40%;
}
.breadcrumb-wrap .br-shape-two {
  top: 0;
  left: 24%;
}
.breadcrumb-wrap .br-shape-three {
  bottom: 0;
  right: 100px;
}

.breadcrumb-content {
  text-align: center;
}
.breadcrumb-content h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 0 0 14px;
}
.breadcrumb-content .breadcrumb-menu {
  text-align: center;
}
.breadcrumb-content .breadcrumb-menu li {
  display: inline-block;
  position: relative;
  color: var(--whiteColor);
  padding-right: 13px;
  margin-right: 13px;
  font-family: var(--bodyFont);
}
.breadcrumb-content .breadcrumb-menu li:after {
  position: absolute;
  top: 4px;
  right: -4px;
  content: "";
  height: 16px;
  width: 2px;
  background-color: var(--paraColor);
}
.breadcrumb-content .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-content .breadcrumb-menu li:first-child a {
  padding-left: 0;
}
.breadcrumb-content .breadcrumb-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-content .breadcrumb-menu li:last-child:after {
  display: none;
}
.breadcrumb-content .breadcrumb-menu li a {
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: var(--secondaryColor);
}
.breadcrumb-content .breadcrumb-menu li a:hover {
  opacity: 1;
  color: var(--titleColor);
}
.breadcrumb-content .breadcrumb-menu li:last-child {
  color: var(--paraColor);
}
.breadcrumb-content .breadcrumb-menu li:last-child a:after {
  display: none;
}

/*--------------------------------------
    Hero CSS
----------------------------------------*/
.hero-wrap.hero-one {
  background-color: #FFF9F9;
  position: relative;
}
.hero-wrap.hero-one .hero-shape-one,
.hero-wrap.hero-one .hero-shape-two,
.hero-wrap.hero-one .hero-shape-three {
  position: absolute;
  z-index: 0;
}
.hero-wrap.hero-one .hero-shape-one {
  bottom: 0;
  left: 38%;
}
.hero-wrap.hero-one .hero-shape-two {
  top: 0;
  left: 8%;
}
.hero-wrap.hero-one .hero-shape-three {
  top: 0;
  left: 44%;
}
.hero-wrap.hero-one .hero-content h1 {
  letter-spacing: -0.02em;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}
.hero-wrap.hero-one .hero-content h1 img {
  position: relative;
  bottom: 0;
  right: 0;
}
.hero-wrap.hero-one .hero-content p {
  margin-bottom: 33px;
}
.hero-wrap.hero-one .hero-content .hero-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero-wrap.hero-one .hero-content .hero-btn a:first-child {
  margin-right: 30px;
}
.hero-wrap.hero-one .hero-bg {
  background-image: url(../img/hero/hero-1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 100%;
}
.hero-wrap.hero-two {
  position: relative;
  z-index: 1;
}
.hero-wrap.hero-two .hero-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-wrap.hero-three {
  position: relative;
  z-index: 1;
}
.hero-wrap.hero-three .hero-shape-one,
.hero-wrap.hero-three .hero-shape-two {
  position: absolute;
  z-index: 2;
}
.hero-wrap.hero-three .hero-shape-one {
  top: 82px;
  right: 150px;
}
.hero-wrap.hero-three .hero-shape-two {
  bottom: 0;
  right: 0;
}
.hero-wrap .hero-slider-one .hero-slide-item {
  background-color: #006A71;
  position: relative;
  z-index: 1;
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content {
  padding: 165px 0;
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content > span {
  position: relative;
  padding-left: 65px;
  color: #FFB300;
  display: block;
  margin-bottom: 7px;
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content > span:before {
  position: absolute;
  top: 10px;
  left: 3px;
  content: "";
  width: 45px;
  height: 1px;
  background-color: #FFB300;
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content h1 {
  color: var(--whiteColor);
  letter-spacing: -0.02em;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 47px;
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content .hero-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content .hero-btn a:first-child {
  margin-right: 26px;
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content .hero-btn a.btn-two:before, .hero-wrap .hero-slider-one .hero-slide-item .hero-content .hero-btn a.btn-two:after {
  background-color: var(--whiteColor);
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content .hero-btn a.btn-two:hover {
  color: var(--titleColor);
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content .hero-btn a.play-video {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--whiteColor);
  transition: var(--transition);
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content .hero-btn a.play-video span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transition: var(--transition);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #35898E;
  margin-right: 13px;
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content .hero-btn a.play-video span i {
  color: var(--whiteColor);
  font-size: 19px;
  line-height: 0.6;
  display: block;
  margin: 0 auto;
  position: relative;
  left: 3px;
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content .hero-btn a.play-video:hover {
  color: var(--secondaryColor);
}
.hero-wrap .hero-slider-one .hero-slide-item .hero-content .hero-btn a.play-video:hover span {
  background-color: var(--secondaryColor);
}
.hero-wrap .hero-slider-one .hero-slide-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 34px 77px 35px 76px;
  background-color: var(--whiteColor);
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px 0 0 0;
}
.hero-wrap .hero-slider-one .hero-slide-btn .hero-prev {
  margin-right: 13px;
}
.hero-wrap .hero-slider-one .hero-slide-btn .hero-prev,
.hero-wrap .hero-slider-one .hero-slide-btn .hero-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(24, 25, 97, 0.07);
  transition: var(--transition);
}
.hero-wrap .hero-slider-one .hero-slide-btn .hero-prev img,
.hero-wrap .hero-slider-one .hero-slide-btn .hero-next img {
  display: block;
  margin: 0 auto;
  max-width: 20px;
  position: relative;
  top: 19px;
  transition: var(--transition);
}
.hero-wrap .hero-slider-one .hero-slide-btn .hero-prev:hover,
.hero-wrap .hero-slider-one .hero-slide-btn .hero-next:hover {
  background-color: var(--secondaryColor);
}
.hero-wrap .hero-slider-one .hero-slide-btn .hero-prev:hover img,
.hero-wrap .hero-slider-one .hero-slide-btn .hero-next:hover img {
  filter: brightness(0) invert(1);
}
.hero-wrap .hero-slider-two .hero-slide-item {
  position: relative;
  z-index: 1;
  padding: 147px 0 140px;
}
.hero-wrap .hero-slider-two .hero-slide-item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FCF8F8 44.71%, rgba(255, 255, 255, 0) 56.28%);
  z-index: 0;
}
.hero-wrap .hero-slider-two .hero-slide-item .hero-content {
  position: relative;
  z-index: 5;
}
.hero-wrap .hero-slider-two .hero-slide-item .hero-content span {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  padding: 6px 21px;
  margin-bottom: 9px;
}
.hero-wrap .hero-slider-two .hero-slide-item .hero-content h1 {
  color: var(--titleColor);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 33px;
}
.hero-wrap .hero-slider-two .hero-slide-item .hero-content .hero-btn a:first-child {
  margin-right: 20px;
}
.hero-wrap .hero-slider-two .hero-slide-item .hero-content .hero-btn a.btn-three {
  border-color: rgba(2, 131, 139, 0.21);
}

.hero-bg {
  height: 100%;
  width: 100%;
}

.bg-one {
  background-image: url(../img/hero/hero-image.jpg);
}

.bg-two {
  background-image: url(../img/hero/hero-slide-2.webp);
}

.bg-three {
  background-image: url(../img/hero/hero-slide-3.webp);
}

.hero-slide-one {
  background-image: url(../img/hero/hero-slide-4.webp);
}

.hero-slide-two {
  background-image: url(../img/hero/hero-slide-5.webp);
}

.hero-slide-three {
  background-image: url(../img/hero/hero-slide-6.webp);
}

/*--------------------------------------
    Featured Card CSS
----------------------------------------*/
.featured-card-one,
.featured-card-two,
.featured-card-three {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 25px;
  transition: var(--transition);
}
.featured-card-one .feature-shape,
.featured-card-two .feature-shape,
.featured-card-three .feature-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.featured-card-one .feature-icon,
.featured-card-two .feature-icon,
.featured-card-three .feature-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  transition: var(--transition);
  box-shadow: 0px 0px 40px rgba(255, 97, 34, 0.06);
}
.featured-card-one .feature-icon i,
.featured-card-two .feature-icon i,
.featured-card-three .feature-icon i {
  font-size: 28px;
  line-height: 0.6;
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.featured-card-one .feature-info,
.featured-card-two .feature-info,
.featured-card-three .feature-info {
  width: calc(100% - 80px);
  margin-left: 20px;
}
.featured-card-one .feature-info h3,
.featured-card-two .feature-info h3,
.featured-card-three .feature-info h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 13px;
  color: var(--titleColor);
}
.featured-card-one .feature-info p,
.featured-card-two .feature-info p,
.featured-card-three .feature-info p {
  margin: 0;
}
.featured-card-one:hover .feature-icon i,
.featured-card-two:hover .feature-icon i,
.featured-card-three:hover .feature-icon i {
  color: var(--whiteColor);
}

.featured-card-one {
  background-color: #F9F5FF;
}
.featured-card-one .feature-icon i {
  color: #975AFB;
}
.featured-card-one:hover .feature-icon {
  background-color: #975AFB;
}

.featured-card-two {
  background-color: #F0F8F8;
}
.featured-card-two .feature-icon i {
  color: #158f80;
}
.featured-card-two:hover .feature-icon {
  background-color: #158f80;
}

.featured-card-three {
  background-color: #FFF5F1;
}
.featured-card-three .feature-icon i {
  color: var(--secondaryColor);
}
.featured-card-three:hover .feature-icon {
  background-color: var(--secondaryColor);
}

.featured-card-four {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.featured-card-four .feature-icon {
  width: 90px;
  height: 100px;
  position: relative;
  top: -2px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: #FEF4F3;
  border-radius: 10px;
}
.featured-card-four .feature-icon i {
  color: var(--titleColor);
  font-size: 46px;
  line-height: 0.6;
  display: block;
  margin: 0 auto;
}
.featured-card-four .feature-info {
  width: calc(100% - 108px);
  margin-left: 18px;
}
.featured-card-four .feature-info h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 17px;
}
.featured-card-four .feature-info p {
  margin: 0;
}

/*--------------------------------------
    About Card CSS
----------------------------------------*/
.about-wrap-one {
  position: relative;
  z-index: 1;
}
.about-wrap-one .about-shape-two {
  position: absolute;
  z-index: -1;
  bottom: 100px;
  right: 100px;
}
.about-wrap-one .about-content .content-title-two {
  margin-bottom: 35px;
}
.about-wrap-one .about-content .content-title-two p {
  margin-top: 22px;
}
.about-wrap-one .about-content .quote-block {
  background-color: #F7F7F7;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 25px;
}
.about-wrap-one .about-content .quote-block p {
  color: var(--titleColor);
  margin-bottom: 15px;
}
.about-wrap-one .about-content .quote-block h6 {
  color: var(--secondaryColor);
  padding-left: 70px;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-family: var(--bodyFont);
  font-weight: 500;
  position: relative;
}
.about-wrap-one .about-content .quote-block h6:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 60px;
  height: 1px;
  background-color: rgba(86, 87, 144, 0.22);
}
.about-wrap-one .about-content .about-btn a:first-child {
  margin-right: 20px;
}
.about-wrap-one .about-img-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.about-wrap-one .about-img-wrap .about-img-one {
  width: calc(65% - 11px);
}
.about-wrap-one .about-img-wrap .about-img-one img {
  border-radius: 50px;
}
.about-wrap-one .about-img-wrap .about-img-two {
  width: calc(35% - 11px);
  margin-left: 20px;
}
.about-wrap-one .about-img-wrap .about-img-one,
.about-wrap-one .about-img-wrap .about-img-two {
  border-radius: 200px;
}
.about-wrap-one .about-img-wrap .about-img-one img,
.about-wrap-one .about-img-wrap .about-img-two img {
  border-radius: 200px;
}
.about-wrap-one .about-img-wrap .about-shape-one {
  position: absolute;
  top: 22px;
  left: -14px;
  z-index: -1;
}

.about-wrap-two .about-img {
  border-radius: 5px;
}
.about-wrap-two .about-img img {
  border-radius: 5px;
}
.about-wrap-two .about-content .content-title-two {
  margin-bottom: 35px;
}
.about-wrap-two .about-content .feature-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 22px;
  margin-bottom: 40px;
}
.about-wrap-two .about-content .feature-item-wrap .feature-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #FCF9F5;
  border-radius: 5px;
  padding: 22px;
  transition: var(--transition);
}
.about-wrap-two .about-content .feature-item-wrap .feature-item .feature-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  transition: var(--transition);
}
.about-wrap-two .about-content .feature-item-wrap .feature-item .feature-icon i {
  display: block;
  margin: 0 auto;
  font-size: 29px;
  line-height: 0.6;
  color: var(--secondaryColor);
  transition: var(--transition);
}
.about-wrap-two .about-content .feature-item-wrap .feature-item .feature-info {
  width: calc(100% - 70px);
  margin-left: 16px;
}
.about-wrap-two .about-content .feature-item-wrap .feature-item .feature-info h5 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 7px;
  font-family: var(--bodyFont);
  font-weight: 700;
}
.about-wrap-two .about-content .feature-item-wrap .feature-item .feature-info p {
  margin: 0;
}
.about-wrap-two .about-content .feature-item-wrap .feature-item:hover .feature-icon {
  background-color: var(--secondaryColor);
}
.about-wrap-two .about-content .feature-item-wrap .feature-item:hover .feature-icon i {
  color: var(--whiteColor);
}

.about-wrap-three .about-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-wrap-three .about-img-wrap .about-img-one {
  border-radius: 50px;
  width: calc(65% - 11px);
}
.about-wrap-three .about-img-wrap .about-img-one img {
  border-radius: 50px;
}
.about-wrap-three .about-img-wrap .about-img-two {
  width: calc(35% - 11px);
  margin-left: 22px;
}
.about-wrap-three .about-img-wrap .about-img-two img:nth-child(1) {
  border-radius: 5px 5px 50px 5px;
  margin-bottom: 20px;
}
.about-wrap-three .about-img-wrap .about-img-two img:nth-child(2) {
  border-radius: 50px 5px 5px 5px;
}
.about-wrap-three .about-content .content-title-two {
  margin-bottom: 34px;
}
.about-wrap-three .about-content .features-list {
  background-color: #F7F7F7;
  border-radius: 5px;
  -moz-columns: 2;
       columns: 2;
  padding: 26px 41px 16px;
  position: relative;
  margin-bottom: 36px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.about-wrap-three .about-content .features-list:after {
  position: absolute;
  top: 50%;
  left: 47%;
  content: "";
  width: 2px;
  height: 121px;
  background-color: #ECECEC;
  transform: translate(-50%, -50%);
}
.about-wrap-three .about-content .features-list li {
  margin-bottom: 10px;
  padding-left: 23px;
  color: var(--titleColor);
  position: relative;
}
.about-wrap-three .about-content .features-list li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: var(--primaryColor);
  font-size: 15px;
  line-height: 0.6;
}

.simple-content .content-title-two {
  margin-bottom: 25px;
}
.simple-content .progress-item {
  margin-bottom: 28px;
}
.simple-content .progress-item:last-child {
  margin-bottom: 0;
}
.simple-content .progress-item .progress-title {
  margin-bottom: 10px;
}
.simple-content .progress-item .progress-title p {
  margin: 0;
  color: var(--titleColor);
  font-size: 18px;
}
.simple-content .progress-item .progress-title span {
  color: var(--titleColor);
  font-size: 18px;
  text-align: right;
}
.simple-content .progress-item .progress {
  height: 6px;
  background-color: #E3E3E3;
}
.simple-content .btn-two {
  margin-top: 12px;
}

.simple-img-wrap {
  position: relative;
  padding-left: 111px;
}
.simple-img-wrap .simple-img-one,
.simple-img-wrap .simple-img-two {
  border-radius: 5px;
}
.simple-img-wrap .simple-img-one img,
.simple-img-wrap .simple-img-two img {
  border-radius: 5px;
}
.simple-img-wrap .simple-img-two {
  position: absolute;
  bottom: 15px;
  left: 0;
  border: 13px solid var(--whiteColor);
  border-radius: 5px;
}
.simple-img-wrap .simple-img-two img {
  border-radius: 5px;
}

.cta-wrap {
  position: relative;
  z-index: 1;
}
.cta-wrap .cta-shape-one,
.cta-wrap .cta-shape-two,
.cta-wrap .cta-shape-three,
.cta-wrap .cta-bg-shape {
  position: absolute;
  z-index: -1;
}
.cta-wrap .cta-shape-one {
  bottom: 0;
  right: 0;
}
.cta-wrap .cta-shape-two {
  top: 0;
  left: 12%;
}
.cta-wrap .cta-shape-three {
  bottom: 0;
  left: 20px;
}
.cta-wrap .cta-bg-shape {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cta-wrap .section-title-two span {
  color: #FFB300;
}
.cta-wrap .section-title-two span:before {
  background-color: #FFB300;
}
.cta-wrap .section-title-two h2 {
  margin-bottom: 30px;
}

/*--------------------------------------
    Why Choose Us & Simple Section CSS
----------------------------------------*/
.wh-wrap-one .wh-img-wrap {
  position: relative;
  z-index: 1;
}
.wh-wrap-one .wh-img-wrap .wh-shape-one {
  position: absolute;
  bottom: -20px;
  left: 30%;
  transform: translateX(-50%);
  z-index: -1;
}
.wh-wrap-one .wh-img-wrap .wh-img-two {
  width: 65%;
}
.wh-wrap-one .wh-img-wrap .wh-img-one {
  width: 280px;
}
.wh-wrap-one .wh-img-wrap .wh-img-one,
.wh-wrap-one .wh-img-wrap .wh-img-two {
  border-radius: 200px;
}
.wh-wrap-one .wh-img-wrap .wh-img-one img,
.wh-wrap-one .wh-img-wrap .wh-img-two img {
  border-radius: 200px;
}
.wh-wrap-one .wh-img-wrap .wh-img-two {
  margin-left: auto;
}
.wh-wrap-one .wh-img-wrap .wh-img-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 9px solid var(--whiteColor);
}
.wh-wrap-one .wh-content .content-title-two {
  margin-bottom: 35px;
}
.wh-wrap-one .wh-content .content-title-two p {
  margin: 21px 0 0;
}
.wh-wrap-one .wh-content .feature-list-wrap .feature-list {
  padding: 22px 28px 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: var(--transition);
}
.wh-wrap-one .wh-content .feature-list-wrap .feature-list:hover {
  transform: translateY(-5px);
}
.wh-wrap-one .wh-content .feature-list-wrap .feature-list:hover .feature-count {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.wh-wrap-one .wh-content .feature-list-wrap .feature-list:last-child {
  margin-bottom: 0;
}
.wh-wrap-one .wh-content .feature-list-wrap .feature-list .feature-count {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  text-align: center;
  font-size: 18px;
  line-height: 55px;
  color: var(--secondaryColor);
  transition: var(--transition);
}
.wh-wrap-one .wh-content .feature-list-wrap .feature-list .feature-text {
  width: calc(100% - 70px);
  margin-left: 20px;
}
.wh-wrap-one .wh-content .feature-list-wrap .feature-list .feature-text h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
}
.wh-wrap-one .wh-content .feature-list-wrap .feature-list .feature-text p {
  margin: 0;
}

.wh-wrap-two,
.wh-wrap-three {
  position: relative;
  z-index: 1;
}
.wh-wrap-two .wh-shape-one,
.wh-wrap-three .wh-shape-one {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.06;
}
.wh-wrap-two .wh-img,
.wh-wrap-three .wh-img {
  border-radius: 25px;
}
.wh-wrap-two .wh-img img,
.wh-wrap-three .wh-img img {
  border-radius: 25px;
  width: 100%;
}
.wh-wrap-two .wh-content .content-title-two,
.wh-wrap-three .wh-content .content-title-two {
  margin-bottom: 35px;
}
.wh-wrap-two .wh-content .content-title-two p,
.wh-wrap-three .wh-content .content-title-two p {
  margin: 22px 0 0;
}
.wh-wrap-two .wh-content .feature-list-wrap,
.wh-wrap-three .wh-content .feature-list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  grid-gap: 25px;
  margin-bottom: 40px;
}
.wh-wrap-two .wh-content .feature-list-wrap .feature-list,
.wh-wrap-three .wh-content .feature-list-wrap .feature-list {
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 5px;
  transition: var(--transition);
}
.wh-wrap-two .wh-content .feature-list-wrap .feature-list:hover,
.wh-wrap-three .wh-content .feature-list-wrap .feature-list:hover {
  transform: translateY(-5px);
}
.wh-wrap-two .wh-content .feature-list-wrap .feature-list:hover .feature-count,
.wh-wrap-three .wh-content .feature-list-wrap .feature-list:hover .feature-count {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.wh-wrap-two .wh-content .feature-list-wrap .feature-list:last-child,
.wh-wrap-three .wh-content .feature-list-wrap .feature-list:last-child {
  margin-bottom: 0;
}
.wh-wrap-two .wh-content .feature-list-wrap .feature-list .feature-count,
.wh-wrap-three .wh-content .feature-list-wrap .feature-list .feature-count {
  display: inline-block;
  width: 57px;
  height: 57px;
  box-shadow: 0px 0px 40px rgba(241, 103, 90, 0.1);
  border-radius: 5px;
  background-color: var(--whiteColor);
  text-align: center;
  font-size: 16px;
  line-height: 55px;
  color: var(--primaryColor);
  transition: var(--transition);
}
.wh-wrap-two .wh-content .feature-list-wrap .feature-list h3,
.wh-wrap-three .wh-content .feature-list-wrap .feature-list h3 {
  width: calc(100% - 77px);
  font-size: 16px;
  font-family: var(--bodyFont);
  line-height: 18px;
  margin: 0 0 0 20px;
}

.simple-content .content-title-two p {
  margin: 22px 0 0;
}

/*--------------------------------------
    Cause Card CSS
----------------------------------------*/
.cause-wrap-one {
  overflow: hidden;
}

.cause-card-one {
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 40px rgba(255, 97, 34, 0.06);
  border-radius: 5px;
  padding: 10px 11px;
  margin-bottom: 25px;
}
.cause-card-one .cause-card-img {
  position: relative;
  border-radius: 5px;
}
.cause-card-one .cause-card-img img {
  border-radius: 5px;
}
.cause-card-one .cause-card-img .cause-cat {
  position: absolute;
  top: 13px;
  left: 0;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 0px 15px 15px 0px;
  padding: 12px 15px 9px;
  font-size: 18px;
  line-height: 10px;
  font-weight: 400;
}
.cause-card-one .cause-card-info {
  padding: 24px 12px 21px;
}
.cause-card-one .cause-card-info h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}
.cause-card-one .cause-card-info h3 a {
  color: var(--titleColor);
}
.cause-card-one .cause-card-info h3 a:hover {
  color: var(--secondaryColor);
}
.cause-card-one .cause-card-info .progress-item {
  margin-bottom: 23px;
}
.cause-card-one .cause-card-info .progress-item .progress-title {
  margin-top: 15px;
}
.cause-card-one .cause-card-info .progress-item .progress-title .percent {
  text-align: right;
}
.cause-card-one .cause-card-info .progress-item .progress {
  height: 6px;
}
.cause-card-one .cause-card-info p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  color: rgba(86, 87, 144, 0.72);
}
.cause-card-one .cause-card-info .donate-by {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cause-card-one .cause-card-info .donate-by .donator-list li {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: -20px;
  border: 2px solid var(--whiteColor);
}
.cause-card-one .cause-card-info .donate-by .donator-list li:first-child {
  margin-left: 0;
}
.cause-card-one .cause-card-info .donate-by .donator-list li img {
  border-radius: 50%;
}
.cause-card-one .cause-card-info .donate-by .donator-list li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #FFB300;
  border: 2px solid var(--whiteColor);
  color: var(--whiteColor);
  text-align: center;
}
.cause-card-one .cause-card-info .donate-by .donator-list li a span {
  font-size: 14px;
  position: relative;
  top: 2px;
}
.cause-card-one .cause-card-info .donate-by .btn-one {
  background-color: #FCF8F8;
  padding: 17px 30px 15px;
  color: var(--titleColor);
}
.cause-card-one .cause-card-info .donate-by .btn-one:hover {
  color: var(--whiteColor);
}

.cause-card-two {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 10px 11px;
  margin-bottom: 25px;
}
.cause-card-two .cause-card-img {
  position: relative;
  border-radius: 5px;
}
.cause-card-two .cause-card-img img {
  border-radius: 5px;
}
.cause-card-two .cause-card-img .cause-cat {
  position: absolute;
  bottom: 15px;
  left: 16px;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 15px;
  padding: 12px 15px 9px;
  font-size: 18px;
  line-height: 10px;
  font-weight: 400;
}
.cause-card-two .cause-card-info {
  padding: 24px 12px 21px;
}
.cause-card-two .cause-card-info h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}
.cause-card-two .cause-card-info h3 a {
  color: var(--titleColor);
}
.cause-card-two .cause-card-info h3 a:hover {
  color: var(--secondaryColor);
}
.cause-card-two .cause-card-info .progress-item {
  margin-bottom: 28px;
}
.cause-card-two .cause-card-info .progress-item .progress-title {
  margin-top: 15px;
}
.cause-card-two .cause-card-info .progress-item .progress-title .percent {
  text-align: right;
}
.cause-card-two .cause-card-info .progress-item .progress {
  height: 6px;
}
.cause-card-two .cause-card-info p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  color: rgba(86, 87, 144, 0.72);
}
.cause-card-two .cause-card-info .btn-one {
  background-color: rgba(241, 103, 90, 0.13);
  padding: 17px 30px 15px;
  color: var(--secondaryColor);
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}
.cause-card-two .cause-card-info .btn-one:hover {
  color: var(--whiteColor);
}

.cause-card-three {
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 40px rgba(255, 97, 34, 0.06);
  border-radius: 5px;
  padding: 10px 11px;
  margin-bottom: 25px;
}
.cause-card-three .cause-card-img {
  position: relative;
  border-radius: 5px;
}
.cause-card-three .cause-card-img img {
  border-radius: 5px;
}
.cause-card-three .cause-card-img .cause-cat {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 0px 15px 15px 0px;
  padding: 12px 15px 9px;
  font-size: 18px;
  line-height: 10px;
  font-weight: 400;
}
.cause-card-three .cause-card-info {
  padding: 24px 12px 18px;
}
.cause-card-three .cause-card-info .cause-metainfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cause-card-three .cause-card-info .cause-metainfo .cause-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 25px;
  margin-bottom: 13px;
}
.cause-card-three .cause-card-info .cause-metainfo .cause-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.cause-card-three .cause-card-info .cause-metainfo .cause-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 13px;
}
.cause-card-three .cause-card-info .cause-metainfo .cause-date span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(2, 131, 139, 0.08);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.cause-card-three .cause-card-info .cause-metainfo .cause-date span i {
  color: var(--primaryColor);
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6;
}
.cause-card-three .cause-card-info h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}
.cause-card-three .cause-card-info h3 a {
  color: var(--titleColor);
}
.cause-card-three .cause-card-info h3 a:hover {
  color: var(--secondaryColor);
}
.cause-card-three .cause-card-info .progress-item .progress-title {
  margin-top: 15px;
}
.cause-card-three .cause-card-info .progress-item .progress-title .percent {
  text-align: right;
}
.cause-card-three .cause-card-info .progress-item .progress {
  height: 6px;
}
.cause-card-three .cause-card-info p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  color: rgba(86, 87, 144, 0.72);
}

.donation-wrap .cause-card-one {
  box-shadow: 0px 0px 40px rgba(102, 102, 102, 0.08);
  margin-bottom: 40px;
}

.cause-wrap-one .container .row {
  position: relative;
}
.cause-wrap-one .container .row .cause-slider-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cause-wrap-three {
  position: relative;
  z-index: 1;
}
.cause-wrap-three .cause-shape-one,
.cause-wrap-three .cause-shape-two {
  position: absolute;
  z-index: -1;
}
.cause-wrap-three .cause-shape-one {
  top: 0;
  left: 0;
}
.cause-wrap-three .cause-shape-two {
  bottom: 0;
  right: 0;
}

.cause-wrap-two .container,
.cause-wrap-three .container {
  position: relative;
}
.cause-wrap-two .container .cause-slider-btn .cause-prev,
.cause-wrap-two .container .cause-slider-btn .cause-prev-one,
.cause-wrap-two .container .cause-slider-btn .cause-next-one,
.cause-wrap-two .container .cause-slider-btn .cause-next,
.cause-wrap-three .container .cause-slider-btn .cause-prev,
.cause-wrap-three .container .cause-slider-btn .cause-prev-one,
.cause-wrap-three .container .cause-slider-btn .cause-next-one,
.cause-wrap-three .container .cause-slider-btn .cause-next {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0px 0px 40px rgba(241, 103, 90, 0.21);
}

.cause-slider-btn {
  display: flex;
  flex-wrap: wrap;
}
.cause-slider-btn .cause-prev-one,
.cause-slider-btn .cause-prev {
  margin-right: 13px;
}
.cause-slider-btn .cause-prev-one i,
.cause-slider-btn .cause-prev i {
  position: relative;
  left: -2px;
}
.cause-slider-btn .cause-next-one i,
.cause-slider-btn .cause-next i {
  position: relative;
  right: -2px;
}
.cause-slider-btn .cause-prev,
.cause-slider-btn .cause-prev-one,
.cause-slider-btn .cause-next-one,
.cause-slider-btn .cause-next {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 40px rgba(241, 103, 90, 0.11);
  transition: var(--transition);
}
.cause-slider-btn .cause-prev i,
.cause-slider-btn .cause-prev-one i,
.cause-slider-btn .cause-next-one i,
.cause-slider-btn .cause-next i {
  color: var(--titleColor);
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6;
  transition: var(--transition);
}
.cause-slider-btn .cause-prev:hover,
.cause-slider-btn .cause-prev-one:hover,
.cause-slider-btn .cause-next-one:hover,
.cause-slider-btn .cause-next:hover {
  background-color: var(--primaryColor);
}
.cause-slider-btn .cause-prev:hover i,
.cause-slider-btn .cause-prev-one:hover i,
.cause-slider-btn .cause-next-one:hover i,
.cause-slider-btn .cause-next:hover i {
  color: var(--whiteColor);
}

.progress-item:last-child {
  margin-bottom: 0;
}
.progress-item .progress-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.progress-item .progress-title p {
  width: 50%;
  margin: 0;
}
.progress-item .progress-title span {
  width: 50%;
}
.progress-item .progress {
  height: 4px;
  background: #F3F0F0;
  border-radius: 10px;
}
.progress-item .progress .progress-bar {
  border-radius: 10px;
  background-color: var(--primaryColor);
}

.progress-bar {
  position: relative;
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
}
.progress-bar:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--primaryColor);
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------------
    Event Card CSS
----------------------------------------*/
.event-card-one {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 25px;
}
.event-card-one .event-card-img {
  position: relative;
  width: 270px;
  border-radius: 10px;
}
.event-card-one .event-card-img img {
  border-radius: 10px;
}
.event-card-one .event-card-img .event-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-radius: 0px 15px 15px 0px;
  padding: 15px 17px 11px;
  font-size: 18px;
  line-height: 10px;
  font-weight: 400;
}
.event-card-one .event-card-info {
  width: calc(100% - 295px);
  margin-left: 25px;
}
.event-card-one .event-card-info h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 17px;
}
.event-card-one .event-card-info h3 a {
  color: var(--titleColor);
}
.event-card-one .event-card-info h3 a:hover {
  color: var(--secondaryColor);
}
.event-card-one .event-card-info .btn-two {
  background-color: rgba(241, 103, 90, 0.08);
  color: var(--secondaryColor);
}
.event-card-one .event-card-info .btn-two:hover {
  color: var(--whiteColor);
}

.event-card-two {
  margin-bottom: 25px;
}
.event-card-two .event-card-img {
  position: relative;
  border-radius: 5px;
}
.event-card-two .event-card-img img {
  border-radius: 5px;
}
.event-card-two .event-card-img .event-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 0px 15px 15px 0px;
  padding: 10px 17px 9px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.event-card-two .event-card-info {
  width: calc(100% - 50px);
  margin-right: auto;
  background-color: var(--whiteColor);
  margin-top: -88px;
  position: relative;
  z-index: 1;
  padding: 30px 30px 0 0;
}
.event-card-two .event-card-info .event-metainfo li {
  margin-bottom: 9px;
}
.event-card-two .event-card-info h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 23px;
}
.event-card-two .event-card-info h3 a {
  color: var(--titleColor);
}
.event-card-two .event-card-info h3 a:hover {
  color: var(--secondaryColor);
}
.event-card-two .event-card-info .btn-two {
  background-color: rgba(241, 103, 90, 0.1);
  color: var(--secondaryColor);
}
.event-card-two .event-card-info .btn-two:before, .event-card-two .event-card-info .btn-two:after {
  background-color: var(--secondaryColor);
}
.event-card-two .event-card-info .btn-two:hover {
  color: var(--whiteColor);
}

.event-card-three,
.event-card-four {
  margin-bottom: 25px;
}
.event-card-three .event-card-img,
.event-card-four .event-card-img {
  position: relative;
  border-radius: 5px;
}
.event-card-three .event-card-img img,
.event-card-four .event-card-img img {
  border-radius: 5px;
}
.event-card-three .event-card-img .event-date,
.event-card-four .event-card-img .event-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 0px 15px 15px 0px;
  padding: 10px 17px 9px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.event-card-three .event-card-info,
.event-card-four .event-card-info {
  position: relative;
  z-index: 1;
  padding: 30px 30px;
}
.event-card-three .event-card-info .event-metainfo li,
.event-card-four .event-card-info .event-metainfo li {
  margin-bottom: 9px;
}
.event-card-three .event-card-info h3,
.event-card-four .event-card-info h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 23px;
}

.event-card-three .event-card-info {
  background-color: #1B173E;
}
.event-card-three .event-card-info h3 a {
  color: var(--whiteColor);
}
.event-card-three .event-card-info h3 a:hover {
  color: var(--secondaryColor);
}
.event-card-three .event-card-info .event-metainfo li {
  color: #D3D3D3;
}
.event-card-three .event-card-info .btn-two {
  background-color: rgba(255, 255, 255, 0.07);
  color: var(--secondaryColor);
}
.event-card-three .event-card-info .btn-two:before, .event-card-three .event-card-info .btn-two:after {
  background-color: var(--secondaryColor);
}
.event-card-three .event-card-info .btn-two:hover {
  color: var(--whiteColor);
}

.event-card-four {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  background-color: var(--whiteColor);
}
.event-card-four .event-card-info h3 a {
  color: var(--titleColor);
}
.event-card-four .event-card-info h3 a:hover {
  color: var(--secondaryColor);
}
.event-card-four .event-card-info .btn-two {
  background-color: #FEF0EF;
  color: var(--secondaryColor);
}
.event-card-four .event-card-info .btn-two:before, .event-card-four .event-card-info .btn-two:after {
  background-color: var(--secondaryColor);
}
.event-card-four .event-card-info .btn-two:hover {
  color: var(--whiteColor);
}

.event-metainfo li {
  display: inline-block;
  margin-right: 18px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
.event-metainfo li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: var(--secondaryColor);
  line-height: 0.6;
}
.event-metainfo li:last-child {
  margin-right: 0;
}

.event-wrap-one .container,
.event-wrap-two .container {
  position: relative;
}
.event-wrap-one .container .event-slider-btn .event-prev,
.event-wrap-one .container .event-slider-btn .event-next,
.event-wrap-two .container .event-slider-btn .event-prev,
.event-wrap-two .container .event-slider-btn .event-next {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0px 0px 40px rgba(241, 103, 90, 0.21);
}

.event-wrap-one .event-slider-btn {
  display: flex;
  flex-wrap: wrap;
}
.event-wrap-one .event-slider-btn .event-prev {
  margin-right: 13px;
}
.event-wrap-one .event-slider-btn .event-prev i {
  position: relative;
  left: -2px;
}
.event-wrap-one .event-slider-btn .event-next i {
  position: relative;
  right: -2px;
}
.event-wrap-one .event-slider-btn .event-prev,
.event-wrap-one .event-slider-btn .event-next {
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: none;
}
.event-wrap-one .event-slider-btn .event-prev:hover,
.event-wrap-one .event-slider-btn .event-next:hover {
  background-color: var(--primaryColor);
}
.event-wrap-one .event-slider-btn .event-prev:hover i,
.event-wrap-one .event-slider-btn .event-next:hover i {
  color: var(--whiteColor);
}

.event-wrap-two {
  background-image: url(../img/events/event-bg.webp);
  position: relative;
  z-index: 1;
}
.event-wrap-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(19, 16, 45, 0.92);
}
.event-wrap-two .event-slider-btn .event-prev,
.event-wrap-two .event-slider-btn .event-next {
  background-color: rgba(255, 255, 255, 0.24);
  transition: var(--transition);
  box-shadow: none;
}
.event-wrap-two .event-slider-btn .event-prev i,
.event-wrap-two .event-slider-btn .event-next i {
  color: var(--whiteColor);
}
.event-wrap-two .event-slider-btn .event-prev:hover,
.event-wrap-two .event-slider-btn .event-next:hover {
  background-color: var(--primaryColor);
}
.event-wrap-two .event-slider-btn .event-prev:hover i,
.event-wrap-two .event-slider-btn .event-next:hover i {
  color: var(--whiteColor);
}

.event-slider-btn {
  display: flex;
  flex-wrap: wrap;
}
.event-slider-btn .event-prev {
  margin-right: 13px;
}
.event-slider-btn .event-prev i {
  position: relative;
  left: -2px;
}
.event-slider-btn .event-next i {
  position: relative;
  right: -2px;
}
.event-slider-btn .event-prev,
.event-slider-btn .event-next {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.04);
  transition: var(--transition);
}
.event-slider-btn .event-prev i,
.event-slider-btn .event-next i {
  color: var(--titleColor);
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6;
  transition: var(--transition);
}
.event-slider-btn .event-prev:hover,
.event-slider-btn .event-next:hover {
  background-color: var(--primaryColor);
}
.event-slider-btn .event-prev:hover i,
.event-slider-btn .event-next:hover i {
  color: var(--whiteColor);
}

/*--------------------------------------
    Case Card CSS
----------------------------------------*/
.case-card-one,
.case-card-two {
  position: relative;
  z-index: 1;
}
.case-card-one:after,
.case-card-two:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: var(--primaryColor);
  border-radius: 5px;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.case-card-one a,
.case-card-two a {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.case-card-one a i,
.case-card-two a i {
  font-size: 32px;
  line-height: 51px;
  font-weight: 300;
  display: block;
  margin: 0 auto;
}
.case-card-one:hover:after,
.case-card-two:hover:after {
  opacity: 1;
  visibility: visible;
}
.case-card-one:hover a,
.case-card-two:hover a {
  top: 50%;
  visibility: visible;
  opacity: 1;
}

.case-card-one:after {
  background-color: rgba(2, 131, 139, 0.59);
}
.case-card-one a {
  background-color: var(--secondaryColor);
}
.case-card-one a i {
  color: var(--whiteColor);
}

.case-card-two {
  margin-bottom: 25px;
  border-radius: 5px;
}
.case-card-two img {
  border-radius: 5px;
}
.case-card-two span {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
  font-size: 15px;
  line-height: 20px;
  color: var(--whiteColor);
  font-family: var(--secondaryFont);
  z-index: 2;
  text-align: center;
}
.case-card-two:after {
  background-color: var(--primaryColor);
}
.case-card-two a {
  width: 40px;
  height: 40px;
  background-color: #FFB300;
}
.case-card-two a i {
  line-height: 39px;
  font-size: 18px;
}
.case-card-two a span {
  color: var(--whiteColor);
}
.case-card-two a i {
  color: var(--whiteColor);
}
.case-card-two:hover a {
  top: 45%;
}
.case-card-two:hover span {
  visibility: visible;
  opacity: 1;
}

.case-wrap .container .row {
  position: relative;
}
.case-wrap .container .row .case-slider-btn {
  position: absolute;
  bottom: 3px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.case-slider-btn {
  display: flex;
  flex-wrap: wrap;
}
.case-slider-btn .case-prev {
  margin-right: 13px;
}
.case-slider-btn .case-prev i {
  position: relative;
  left: -2px;
}
.case-slider-btn .case-next i {
  position: relative;
  right: -2px;
}
.case-slider-btn .case-prev,
.case-slider-btn .case-next {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(24, 25, 97, 0.1);
  transition: var(--transition);
}
.case-slider-btn .case-prev i,
.case-slider-btn .case-next i {
  color: var(--titleColor);
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6;
  transition: var(--transition);
}
.case-slider-btn .case-prev:hover,
.case-slider-btn .case-next:hover {
  background-color: var(--primaryColor);
}
.case-slider-btn .case-prev:hover i,
.case-slider-btn .case-next:hover i {
  color: var(--whiteColor);
}

/*--------------------------------------
    Cause, Case & Event Details CSS
----------------------------------------*/
.cause-details-wrap .post-img {
  position: relative;
  border-radius: 5px;
}
.cause-details-wrap .post-img img {
  border-radius: 5px;
}
.cause-details-wrap .post-img .cause-cat {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 0px 15px 15px 0px;
  padding: 12px 15px 9px;
  font-size: 18px;
  line-height: 10px;
  font-weight: 400;
}
.cause-details-wrap .progress-item {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cause-details-wrap .progress-item .progress-title {
  margin: 15px 0 0;
}
.cause-details-wrap .progress-item .progress-title .percent {
  text-align: right;
}
.cause-details-wrap .progress-item .progress {
  height: 6px;
}
.cause-details-wrap .donation-form-three {
  margin-bottom: 35px;
}
.cause-details-wrap .block-quote {
  background-color: var(--bgColor);
  padding: 30px 35px;
  border-radius: 10px;
  margin-bottom: 35px;
}
.cause-details-wrap .block-quote p {
  font-size: 20px;
  line-height: 29px;
  color: var(--titleColor);
  margin: 0 0 20px;
}
.cause-details-wrap .block-quote h6 {
  color: var(--paraColor);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bodyFont);
  line-height: 16px;
  margin: 0;
}

.case-details-wrap .post-img {
  margin-bottom: 0 !important;
}
.case-details-wrap .single-post-img {
  border-radius: 5px;
  margin-bottom: 35px;
}
.case-details-wrap .single-post-img img {
  border-radius: 5px;
}

.event-details-wrap .post-img {
  margin-bottom: 30px;
  border-radius: 5px;
}
.event-details-wrap .post-img img {
  border-radius: 5px;
}
.event-details-wrap .post-img .event-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 0px 15px 15px 0px;
  padding: 15px 17px 12px;
  font-size: 16px;
  line-height: 10px;
  font-weight: 400;
}

/*--------------------------------------
    Counter Card CSS
----------------------------------------*/
.counter-wrap-one {
  position: relative;
  z-index: 1;
  padding: 90px 0 65px;
}
.counter-wrap-one .counter-shape-one,
.counter-wrap-one .counter-shape-two,
.counter-wrap-one .counter-shape-three {
  position: absolute;
  z-index: -1;
}
.counter-wrap-one .counter-shape-one {
  top: 0;
  left: 0;
}
.counter-wrap-one .counter-shape-two {
  bottom: 0;
  right: 0;
}
.counter-wrap-one .counter-shape-three {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.counter-wrap-one .counter-card-wrap {
  display: flex;
  flex-wrap: wrap;
}
.counter-wrap-one .counter-card-wrap .counter-card-one {
  width: 25%;
}

.counter-wrap-two .counter-card-wrap,
.counter-wrap-three .counter-card-wrap {
  display: flex;
  flex-wrap: wrap;
}
.counter-wrap-two .counter-card-wrap .counter-card-two,
.counter-wrap-two .counter-card-wrap .counter-card-three,
.counter-wrap-three .counter-card-wrap .counter-card-two,
.counter-wrap-three .counter-card-wrap .counter-card-three {
  width: 25%;
}

.counter-wrap-three {
  position: relative;
  z-index: 1;
}
.counter-wrap-three .counter-shape-one,
.counter-wrap-three .counter-shape-two {
  position: absolute;
  z-index: -1;
}
.counter-wrap-three .counter-shape-one {
  top: 0;
  left: 0;
}
.counter-wrap-three .counter-shape-two {
  bottom: 0;
  right: 0;
}

.counter-card-one {
  margin-bottom: 25px;
}
.counter-card-one h2 {
  font-size: 80px;
  line-height: 50px;
  color: #FBD45A;
  margin: 0 0 38px;
}
.counter-card-one p {
  font-size: 20px;
  line-height: 20px;
  color: var(--whiteColor);
  margin: 0;
}

.counter-card-two,
.counter-card-three {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.counter-card-two .counter-icon,
.counter-card-three .counter-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 77px;
  height: 79px;
  border-radius: 5px;
  transition: var(--transition);
}
.counter-card-two .counter-icon i,
.counter-card-three .counter-icon i {
  display: block;
  margin: 0 auto;
  font-size: 45px;
  line-height: 0.6;
  transition: var(--transition);
}
.counter-card-two .counter-text,
.counter-card-three .counter-text {
  width: calc(100% - 96px);
  margin-left: 19px;
}
.counter-card-two .counter-text h2,
.counter-card-three .counter-text h2 {
  font-size: 48px;
  line-height: 45px;
  margin-bottom: 15px;
}
.counter-card-two .counter-text p,
.counter-card-three .counter-text p {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}

.counter-card-two .counter-icon {
  background-color: rgba(241, 103, 90, 0.07);
  transition: var(--transition);
}
.counter-card-two .counter-icon i {
  color: var(--secondaryColor);
}
.counter-card-two .counter-text h2 {
  color: var(--primaryColor);
}
.counter-card-two .counter-text p {
  color: var(--titleColor);
}
.counter-card-two:hover .counter-icon {
  background-color: var(--secondaryColor);
}
.counter-card-two:hover .counter-icon i {
  color: var(--whiteColor);
}

.counter-card-three .counter-icon {
  background-color: #349BA1;
}
.counter-card-three .counter-icon i {
  color: var(--whiteColor);
}
.counter-card-three .counter-text h2 {
  color: #FFB300;
}
.counter-card-three .counter-text p {
  color: var(--whiteColor);
}
.counter-card-three:hover .counter-icon {
  background-color: var(--whiteColor);
}
.counter-card-three:hover .counter-icon i {
  color: var(--primaryColor);
}

/*--------------------------------------
    Donate Form CSS
----------------------------------------*/
.donation-form-one {
  background-color: #F0F8F8;
  border-radius: 10px;
  padding: 41px 43px;
  margin-bottom: 25px;
}
.donation-form-one h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 19px;
  font-weight: 600;
}

.donate-form .form-group {
  margin-bottom: 15px;
}
.donate-form .form-group input,
.donate-form .form-group select {
  width: 100%;
  height: 50px;
  background-color: var(--whiteColor);
  color: var(--paraColor);
  border: none;
  padding: 14px 17px;
  border-radius: 5px;
}
.donate-form .form-group input::-moz-placeholder, .donate-form .form-group select::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.donate-form .form-group input::placeholder,
.donate-form .form-group select::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.donate-form .amount-option {
  margin-top: 22px;
}
.donate-form .amount-option h6 {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
  font-weight: 600;
}
.donate-form .amount-option .select-amount {
  margin-bottom: 15px;
}
.donate-form .amount-option .select-amount .checkbox {
  display: inline-block;
  margin: 0 25px 8px 0;
}
.donate-form .amount-option .select-amount .checkbox:last-child {
  margin-right: 0;
}

.donation-form-three {
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  padding: 30px;
  border-radius: 5px;
}
.donation-form-three h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}
.donation-form-three .form-group {
  margin-bottom: 20px;
}
.donation-form-three .form-group input {
  width: 100%;
  height: 50px;
  border: none;
  background: var(--bgColor);
  padding: 14px 17px;
  color: var(--paraColor);
}
.donation-form-three .form-group input::-moz-placeholder {
  opacity: 1;
}
.donation-form-three .form-group input::placeholder {
  opacity: 1;
}
.donation-form-three .amount-list {
  margin-bottom: 8px;
}
.donation-form-three .amount-list button {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  background-color: var(--bgColor);
  border-radius: 5px;
  margin-right: 18px;
  padding: 14px 24px 12px;
  border: none;
  color: var(--paraColor);
  transition: var(--transition);
  margin-bottom: 15px;
}
.donation-form-three .amount-list button:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.donation-form-three h4 {
  font-size: 18px !important;
  line-height: 23px;
  margin: 23px 0 12px;
  font-weight: 600;
}
.donation-form-three .select-payment .checkbox {
  display: inline-block;
}
.donation-form-three .select-payment .checkbox:first-child {
  margin-right: 60px;
}
.donation-form-three .button.btn-one, .donation-form-three .button.btn-two {
  margin-top: 7px;
}

/*--------------------------------------
    Become A Member CSS
----------------------------------------*/
.be-member-text img {
  border-radius: 5px;
  margin-bottom: 25px;
}
.be-member-text h5 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--bodyFont);
  margin-bottom: 12px;
}
.be-member-text .content-feature-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.be-member-text .content-feature-list li {
  font-weight: 600;
}
.be-member-text .contact-item {
  position: relative;
  padding-left: 60px;
}
.be-member-text .contact-item .contact-icon {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: rgba(2, 131, 139, 0.09);
}
.be-member-text .contact-item .contact-icon i {
  font-size: 24px;
  line-height: 0.6;
  color: var(--primaryColor);
  display: block;
  margin: 0 auto;
}
.be-member-text .contact-item p {
  margin: 0 0 3px;
}
.be-member-text .contact-item a {
  color: var(--titleColor);
}
.be-member-text .contact-item a:hover {
  color: var(--secondaryColor);
}

.volunteer-form {
  background-color: var(--bgColor);
  border-radius: 5px;
  padding: 42px 45px;
}
.volunteer-form h4 {
  font-size: 20px;
  line-height: 20px;
  font-family: var(--bodyFont);
  margin-bottom: 30px;
}
.volunteer-form .form-group {
  margin: 0 0 20px;
}
.volunteer-form .form-group input,
.volunteer-form .form-group textarea {
  width: 100%;
  background: var(--whiteColor);
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  color: var(--paraColor);
  box-shadow: 0px 0px 30px rgba(241, 103, 90, 0.06);
}
.volunteer-form .form-group input::-moz-placeholder, .volunteer-form .form-group textarea::-moz-placeholder {
  opacity: 1;
}
.volunteer-form .form-group input::placeholder,
.volunteer-form .form-group textarea::placeholder {
  opacity: 1;
}
.volunteer-form .form-group input:focus,
.volunteer-form .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.volunteer-form .form-group input {
  height: 50px;
}
.volunteer-form .form-group textarea {
  height: 152px;
  resize: none;
  padding: 18px !important;
}
.volunteer-form button {
  margin-bottom: -10px;
}

.volunteer-wrap-four .container .row {
  position: relative;
}
.volunteer-wrap-four .container .row .volunteer-slider-btn {
  position: absolute;
  bottom: 4px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.volunteer-wrap-four .volunteer-slider-btn {
  display: flex;
  flex-wrap: wrap;
}
.volunteer-wrap-four .volunteer-slider-btn .volunteer-prev {
  margin-right: 13px;
}
.volunteer-wrap-four .volunteer-slider-btn .volunteer-prev i {
  position: relative;
  left: -2px;
}
.volunteer-wrap-four .volunteer-slider-btn .volunteer-next i {
  position: relative;
  right: -2px;
}
.volunteer-wrap-four .volunteer-slider-btn .volunteer-prev,
.volunteer-wrap-four .volunteer-slider-btn .volunteer-next {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(24, 25, 97, 0.1);
  box-shadow: 0px 0px 40px rgba(241, 103, 90, 0.11);
  transition: var(--transition);
}
.volunteer-wrap-four .volunteer-slider-btn .volunteer-prev i,
.volunteer-wrap-four .volunteer-slider-btn .volunteer-next i {
  color: var(--titleColor);
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6;
  transition: var(--transition);
}
.volunteer-wrap-four .volunteer-slider-btn .volunteer-prev:hover,
.volunteer-wrap-four .volunteer-slider-btn .volunteer-next:hover {
  background-color: var(--primaryColor);
}
.volunteer-wrap-four .volunteer-slider-btn .volunteer-prev:hover i,
.volunteer-wrap-four .volunteer-slider-btn .volunteer-next:hover i {
  color: var(--whiteColor);
}

.donate-now .cause-card-two {
  border: none;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 40px rgba(102, 102, 102, 0.08);
}
.donate-now .donation-form-three .form-group input, .donate-now .donation-form-three .form-group textarea {
  background-color: var(--white);
}
.donate-now .donation-form-three {
  background-color: var(--bgColor);
  box-shadow: none;
  padding: 38px 52px 40px;
}
.donate-now .donation-form-three .form-group input {
  background: var(--whiteColor);
}
.donate-now .donation-form-three .amount-list button {
  background-color: var(--whiteColor);
}
.donate-now .donation-form-three .amount-list button:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/*--------------------------------------
    Video & Newsltter CSS
----------------------------------------*/
.video-play-one {
  background-image: url(../img/video-bg.webp);
  height: 555px;
  position: relative;
  z-index: 10;
  border-radius: 5px;
}
.video-play-one .play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87px;
  height: 87px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  font-size: 20px;
  line-height: 90px;
  font-family: var(--bodyFont);
}
.video-play-one .play-now .ripple,
.video-play-one .play-now .ripple:before,
.video-play-one .play-now .ripple:after {
  height: 87px;
  width: 87px;
}

.video-wrapper {
  position: relative;
  background-color: #FDF5F2;
  z-index: 1;
}
.video-wrapper .video-bg {
  background-image: url(../img/video-bg-2.webp);
  width: 63%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.video-wrapper .play-now {
  width: 98px;
  height: 98px;
  line-height: 100px;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  font-size: 20px;
  font-family: var(--bodyFont);
}
.video-wrapper .play-now .ripple,
.video-wrapper .play-now .ripple:before,
.video-wrapper .play-now .ripple:after {
  height: 98px;
  width: 98px;
}
.video-wrapper .donation-form-one {
  border-radius: 10px;
  background-color: var(--whiteColor);
  max-width: 476px;
  margin-left: auto;
}
.video-wrapper .donation-form-one .form-group input, .video-wrapper .donation-form-one .form-group select, .video-wrapper .donation-form-one .form-group textarea {
  background-color: #f8f8f8;
}

.video-bg-two {
  background-image: url(../img/video-bg-3.webp);
  height: 100%;
  position: relative;
  border-radius: 10px 0 0 10px;
}
.video-bg-two .play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98px;
  height: 98px;
  line-height: 100px;
  background-color: var(--whiteColor);
  color: var(--primaryColor);
  font-size: 20px;
  font-family: var(--bodyFont);
}
.video-bg-two .play-now .ripple,
.video-bg-two .play-now .ripple:before,
.video-bg-two .play-now .ripple:after {
  height: 98px;
  width: 98px;
}

.donation-box {
  margin-bottom: -145px;
  position: relative;
  z-index: 2;
  border-radius: 10px 0 0 10px;
}
.donation-box .donation-form-three {
  background-color: var(--bgColor);
}
.donation-box .form-group input, .donation-box .form-group select, .donation-box .form-group textarea {
  background-color: var(--whiteColor);
}
.donation-box .amount-list button {
  background-color: var(--whiteColor);
}

.newsletter-form {
  position: relative;
}
.newsletter-form input {
  width: 100%;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background-color: #373249;
  border-radius: 5px;
  padding: 15px 183px 15px 20px;
  color: #9E9EA8;
}
.newsletter-form input::-moz-placeholder {
  opacity: 1;
  color: #9E9EA8;
}
.newsletter-form input::placeholder {
  opacity: 1;
  color: #9E9EA8;
}
.newsletter-form button {
  position: absolute;
  top: 5px;
  right: 4px;
  height: calc(100% - 10px);
  background-color: var(--secondaryColor);
  border-radius: 5px;
  border: none;
  padding: 15px 30px;
  color: var(--whiteColor);
}

.newsletter-wrap-one {
  position: relative;
  background-image: url(../img/newsletter-bg-1.webp);
  z-index: 1;
}
.newsletter-wrap-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(19, 16, 45, 0.93);
}
.newsletter-wrap-one .newsletter-form input {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background-color: #373249;
  color: #9E9EA8;
}
.newsletter-wrap-one .newsletter-form input::-moz-placeholder {
  opacity: 1;
  color: #9E9EA8;
}
.newsletter-wrap-one .newsletter-form input::placeholder {
  opacity: 1;
  color: #9E9EA8;
}

.newsletter-wrap-one,
.newsletter-wrap-two,
.newsletter-wrap-three {
  position: relative;
  z-index: 1;
}
.newsletter-wrap-one .newsletter-shape-one,
.newsletter-wrap-one .newsletter-shape-two,
.newsletter-wrap-two .newsletter-shape-one,
.newsletter-wrap-two .newsletter-shape-two,
.newsletter-wrap-three .newsletter-shape-one,
.newsletter-wrap-three .newsletter-shape-two {
  position: absolute;
  z-index: 1;
}
.newsletter-wrap-one .newsletter-shape-one,
.newsletter-wrap-two .newsletter-shape-one,
.newsletter-wrap-three .newsletter-shape-one {
  top: 0;
  left: 0;
}
.newsletter-wrap-one .newsletter-shape-two,
.newsletter-wrap-two .newsletter-shape-two,
.newsletter-wrap-three .newsletter-shape-two {
  bottom: 0;
  right: 0;
}

.newsletter-wrap-two .newsletter-shape-three,
.newsletter-wrap-three .newsletter-shape-three {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
}
.newsletter-wrap-two .newsletter-form input,
.newsletter-wrap-three .newsletter-form input {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background-color: #23939A;
  color: #E7E7E7;
}
.newsletter-wrap-two .newsletter-form input::-moz-placeholder, .newsletter-wrap-three .newsletter-form input::-moz-placeholder {
  opacity: 1;
  color: #E7E7E7;
}
.newsletter-wrap-two .newsletter-form input::placeholder,
.newsletter-wrap-three .newsletter-form input::placeholder {
  opacity: 1;
  color: #E7E7E7;
}

.newsletter-wrap-one,
.newsletter-wrap-three {
  padding-top: 245px;
}

.video-play-one {
  margin-bottom: -145px;
}

#quickview-modal .modal-body {
  padding: 0;
}
#quickview-modal .btn_close {
  position: absolute;
  background-color: transparent;
  border: none;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  z-index: 99;
}
#quickview-modal .btn_close i {
  color: var(--titleColor);
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  position: relative;
  right: 1.5px;
}

.video-popup {
  width: 100%;
  height: 600px;
}
.video-popup iframe {
  width: 100%;
  height: 100%;
}

/*--------------------------------------
    Volunteer CSS
----------------------------------------*/
.volunteer-card-one {
  padding: 10px 10px 22px;
  background-color: var(--whiteColor);
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
}
.volunteer-card-one img {
  border-radius: 10px;
  margin-bottom: 31px;
}
.volunteer-card-one h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}

.volunteer-card-two {
  border-radius: 5px;
  margin-bottom: 22px;
}
.volunteer-card-two img {
  border-radius: 5px;
  margin-bottom: 22px;
}
.volunteer-card-two h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}

.volunteer-wrap-two .volunteer-card-two {
  margin-bottom: 31px;
}

.volunteer-wrap {
  position: relative;
}
.volunteer-wrap .volunteer-slider-btn {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.volunteer-slider-one {
  margin: -20px 0 0;
}
.volunteer-slider-one .volunteer-card-one {
  margin: 20px 0 25px;
}

.volunteer-slider-btn {
  display: flex;
  flex-wrap: wrap;
}
.volunteer-slider-btn .volunteer-prev {
  margin-right: 13px;
}
.volunteer-slider-btn .volunteer-prev i {
  position: relative;
  left: -2px;
}
.volunteer-slider-btn .volunteer-next i {
  position: relative;
  right: -2px;
}
.volunteer-slider-btn .volunteer-prev,
.volunteer-slider-btn .volunteer-next {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(2, 131, 139, 0.07);
  transition: var(--transition);
}
.volunteer-slider-btn .volunteer-prev i,
.volunteer-slider-btn .volunteer-next i {
  color: var(--titleColor);
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6;
  transition: var(--transition);
}
.volunteer-slider-btn .volunteer-prev:hover,
.volunteer-slider-btn .volunteer-next:hover {
  background-color: var(--primaryColor);
}
.volunteer-slider-btn .volunteer-prev:hover i,
.volunteer-slider-btn .volunteer-next:hover i {
  color: var(--whiteColor);
}

/*--------------------------------------
    Testimonial Card CSS
----------------------------------------*/
.testimonial-wrap-one {
  background-color: #FDFAFA;
  position: relative;
  z-index: 1;
}
.testimonial-wrap-one .testimonial-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial-wrap-two {
  background-image: url(../img/testimonials/testimonial-bg.webp);
  position: relative;
  z-index: 1;
}
.testimonial-wrap-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(15, 14, 14, 0.85);
}

.testimonial-card-one {
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 40px rgba(241, 103, 90, 0.07);
  border-radius: 5px;
  padding: 30px;
}
.testimonial-card-one .client-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 23px;
}
.testimonial-card-one .client-wrap .client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial-card-one .client-wrap .client-img img {
  border-radius: 50%;
}
.testimonial-card-one .client-wrap .client-info {
  width: calc(100% - 135px);
  margin-left: 17px;
  position: relative;
  top: 3px;
}
.testimonial-card-one .client-wrap .client-info h5 {
  font-size: 18px;
  line-height: 16px;
  margin: 0 0 5px;
  font-family: var(--bodyFont);
  font-weight: 600;
}
.testimonial-card-one .client-wrap .client-info span {
  line-height: 10px;
}
.testimonial-card-one .client-wrap i {
  font-size: 48px;
  line-height: 0.6;
  color: rgba(241, 103, 90, 0.24);
}
.testimonial-card-one .client-quote {
  color: var(--titleColor);
  margin-bottom: 0;
}

.testimonial-card-two {
  text-align: center;
}
.testimonial-card-two .client-img {
  display: inline-block;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 38px;
}
.testimonial-card-two .client-img i {
  position: absolute;
  color: var(--primaryColor);
  font-size: 24px;
  line-height: 0.6;
  top: 18px;
  right: -14px;
  transform: rotate(-180deg);
}
.testimonial-card-two .client-img img {
  border-radius: 50%;
}
.testimonial-card-two .client-quote {
  font-size: 18px;
  line-height: 34px;
  color: #D1D1D1;
  margin-bottom: 25px;
}
.testimonial-card-two h6 {
  font-size: 24px;
  line-height: 1;
  color: var(--whiteColor);
  font-family: var(--bodyFont);
}

.testimonial-card-three {
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 30px rgba(241, 103, 90, 0.04);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 25px;
}
.testimonial-card-three .client-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 23px;
}
.testimonial-card-three .client-wrap .client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial-card-three .client-wrap .client-img img {
  border-radius: 50%;
}
.testimonial-card-three .client-wrap .client-info {
  width: calc(100% - 135px);
  margin-left: 17px;
  position: relative;
  top: 3px;
}
.testimonial-card-three .client-wrap .client-info h5 {
  font-size: 18px;
  line-height: 16px;
  margin: 0 0 5px;
  font-family: var(--bodyFont);
  font-weight: 600;
}
.testimonial-card-three .client-wrap .client-info span {
  line-height: 10px;
}
.testimonial-card-three .client-wrap i {
  font-size: 48px;
  line-height: 0.6;
  color: rgba(241, 103, 90, 0.24);
}
.testimonial-card-three .client-quote {
  color: var(--titleColor);
  margin-bottom: 0;
}

.testimonial-slider-wrap {
  position: relative;
}
.testimonial-slider-wrap .testimonial-slider-one {
  margin: -15px auto;
}
.testimonial-slider-wrap .testimonial-slider-one .testimonial-card-one {
  margin: 15px 0;
}
.testimonial-slider-wrap .testimonial-prev {
  margin-right: 13px;
  left: 0;
}
.testimonial-slider-wrap .testimonial-prev i {
  position: relative;
  left: -2px;
}
.testimonial-slider-wrap .testimonial-next {
  right: 0;
}
.testimonial-slider-wrap .testimonial-next i {
  position: relative;
  right: -2px;
}
.testimonial-slider-wrap .testimonial-prev,
.testimonial-slider-wrap .testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--whiteColor) !important;
  box-shadow: 0px 0px 40px rgba(241, 103, 90, 0.21);
  transition: var(--transition);
  z-index: 2;
}
.testimonial-slider-wrap .testimonial-prev i,
.testimonial-slider-wrap .testimonial-next i {
  color: var(--titleColor);
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6;
  transition: var(--transition);
}
.testimonial-slider-wrap .testimonial-prev:hover,
.testimonial-slider-wrap .testimonial-next:hover {
  background-color: var(--primaryColor);
}
.testimonial-slider-wrap .testimonial-prev:hover i,
.testimonial-slider-wrap .testimonial-next:hover i {
  color: var(--whiteColor);
}

.testimonial-wrap-two .container,
.testimonial-wrap-four .container {
  position: relative;
}
.testimonial-wrap-two .container .testimonial-slider-btn .testimonial-prev,
.testimonial-wrap-two .container .testimonial-slider-btn .testimonial-next,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-prev,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-next {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
.testimonial-wrap-two .container .testimonial-slider-btn .testimonial-prev i,
.testimonial-wrap-two .container .testimonial-slider-btn .testimonial-next i,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-prev i,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-next i {
  color: var(--whiteColor);
}
.testimonial-wrap-two .container .testimonial-slider-btn .testimonial-prev:hover,
.testimonial-wrap-two .container .testimonial-slider-btn .testimonial-next:hover,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-prev:hover,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-next:hover {
  background-color: var(--primaryColor);
}

.testimonial-wrap-three {
  position: relative;
  z-index: 1;
  background-color: var(--bgColor);
}
.testimonial-wrap-three .testimonial-shape-one,
.testimonial-wrap-three .testimonial-shape-two {
  position: absolute;
  z-index: -1;
}
.testimonial-wrap-three .testimonial-shape-one {
  bottom: 0;
  left: 0;
}
.testimonial-wrap-three .testimonial-shape-two {
  top: 0;
  right: 0;
}
.testimonial-wrap-three .container {
  position: relative;
}
.testimonial-wrap-three .container .testimonial-slider-btn .testimonial-prev,
.testimonial-wrap-three .container .testimonial-slider-btn .testimonial-next {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  z-index: 1;
}
.testimonial-wrap-three .container .testimonial-slider-btn .testimonial-prev,
.testimonial-wrap-three .container .testimonial-slider-btn .testimonial-next {
  background-color: #E1E1E8;
}
.testimonial-wrap-three .container .testimonial-slider-btn .testimonial-prev i,
.testimonial-wrap-three .container .testimonial-slider-btn .testimonial-next i {
  position: relative;
  top: 1px;
}
.testimonial-wrap-three .container .testimonial-slider-btn .testimonial-prev:hover,
.testimonial-wrap-three .container .testimonial-slider-btn .testimonial-next:hover {
  background-color: var(--primaryColor);
}

.testimonial-slider-btn {
  display: flex;
  flex-wrap: wrap;
}
.testimonial-slider-btn .testimonial-prev {
  margin-right: 13px;
}
.testimonial-slider-btn .testimonial-prev i {
  position: relative;
  left: -2px;
}
.testimonial-slider-btn .testimonial-next i {
  position: relative;
  right: -2px;
}
.testimonial-slider-btn .testimonial-prev,
.testimonial-slider-btn .testimonial-next {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.13);
  transition: var(--transition);
}
.testimonial-slider-btn .testimonial-prev i,
.testimonial-slider-btn .testimonial-next i {
  color: var(--whiteColor);
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6;
  transition: var(--transition);
}
.testimonial-slider-btn .testimonial-prev:hover,
.testimonial-slider-btn .testimonial-next:hover {
  background-color: var(--primaryColor);
}
.testimonial-slider-btn .testimonial-prev:hover i,
.testimonial-slider-btn .testimonial-next:hover i {
  color: var(--whiteColor);
}

.testimonial-wrap-five .testimonial-card-three {
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.07);
  border-radius: 5px;
}

.testimonial-wrap-four {
  position: relative;
  z-index: 1;
  background-color: rgba(247, 247, 247, 0.85);
}
.testimonial-wrap-four .testimonial-card-two .client-quote {
  color: var(--paraColor);
}
.testimonial-wrap-four .testimonial-card-two h6 {
  color: var(--titleColor);
  font-weight: 600;
}
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-prev,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-next {
  background-color: rgba(24, 25, 97, 0.12);
  box-shadow: none !important;
}
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-prev i,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-next i {
  color: var(--titleColor);
}
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-prev:hover,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-next:hover {
  background-color: var(--primaryColor);
}
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-prev:hover i,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-next:hover i {
  color: var(--whiteColor);
}

.testimonial-wrap-one .container,
.testimonial-wrap-two .container,
.testimonial-wrap-four .container {
  position: relative;
}
.testimonial-wrap-one .container .testimonial-slider-btn .testimonial-prev,
.testimonial-wrap-one .container .testimonial-slider-btn .testimonial-next,
.testimonial-wrap-two .container .testimonial-slider-btn .testimonial-prev,
.testimonial-wrap-two .container .testimonial-slider-btn .testimonial-next,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-prev,
.testimonial-wrap-four .container .testimonial-slider-btn .testimonial-next {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0px 0px 40px rgba(241, 103, 90, 0.21);
}

.testimonial-slider-btn {
  display: flex;
  flex-wrap: wrap;
}
.testimonial-slider-btn .testimonial-prev {
  margin-right: 13px;
}
.testimonial-slider-btn .testimonial-prev i {
  position: relative;
  left: -2px;
}
.testimonial-slider-btn .testimonial-next i {
  position: relative;
  right: -2px;
}
.testimonial-slider-btn .testimonial-prev,
.testimonial-slider-btn .testimonial-next {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.04);
  transition: var(--transition);
}
.testimonial-slider-btn .testimonial-prev i,
.testimonial-slider-btn .testimonial-next i {
  color: var(--titleColor);
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 0.6;
  transition: var(--transition);
}
.testimonial-slider-btn .testimonial-prev:hover,
.testimonial-slider-btn .testimonial-next:hover {
  background-color: var(--primaryColor);
}
.testimonial-slider-btn .testimonial-prev:hover i,
.testimonial-slider-btn .testimonial-next:hover i {
  color: var(--whiteColor);
}

/*---------------------------
    Blog Card CSS
-----------------------------*/
.blog-wrap .blog-card-one {
  margin-bottom: 40px;
}

.blog-card-one {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 10px 15px 30px;
  margin-bottom: 25px;
}
.blog-card-one .blog-card-img {
  margin-bottom: 20px;
  border-radius: 5px;
  transition: var(--transition);
  overflow: hidden;
}
.blog-card-one .blog-card-img img {
  transition: var(--transition);
  border-radius: 5px;
}
.blog-card-one .blog-card-info {
  padding-left: 40px;
  position: relative;
}
.blog-card-one .blog-card-info .blog-date {
  position: absolute;
  top: 48px;
  left: -33px;
  font-size: 16px;
  line-height: 24px;
  color: var(--primaryColor);
  transform: rotate(-90deg);
  border-bottom: 1px solid rgba(195, 195, 195, 0.3);
}
.blog-card-one .blog-card-info h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 18px;
}
.blog-card-one .blog-card-info h3 a {
  color: var(--titleColor);
}
.blog-card-one .blog-card-info h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card-one:hover .blog-card-img img {
  transform: scale(1.05);
}

.blog-card-two {
  padding: 10px 15px 30px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
}

.blog-card-two,
.blog-card-three {
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: var(--whiteColor);
}
.blog-card-two .blog-card-img,
.blog-card-three .blog-card-img {
  margin-bottom: 20px;
  border-radius: 5px;
  transition: var(--transition);
  overflow: hidden;
  position: relative;
}
.blog-card-two .blog-card-img img,
.blog-card-three .blog-card-img img {
  transition: var(--transition);
  border-radius: 5px;
}
.blog-card-two .blog-card-img .blog-date,
.blog-card-three .blog-card-img .blog-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 0 15px 15px 0;
  padding: 12px 15px 9px;
  font-size: 18px;
  line-height: 10px;
  font-weight: 400;
}
.blog-card-two .blog-card-info,
.blog-card-three .blog-card-info {
  position: relative;
}
.blog-card-two .blog-card-info h3,
.blog-card-three .blog-card-info h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 18px;
}
.blog-card-two .blog-card-info h3 a,
.blog-card-three .blog-card-info h3 a {
  color: var(--titleColor);
}
.blog-card-two .blog-card-info h3 a:hover,
.blog-card-three .blog-card-info h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card-two:hover .blog-card-img img,
.blog-card-three:hover .blog-card-img img {
  transform: scale(1.05);
}

.blog-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 16px;
}
.blog-author span {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 13px;
  position: relative;
  top: -2px;
}
.blog-author span img {
  border-radius: 50%;
}
.blog-author:hover {
  color: var(--secondaryColor);
}

.blog-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-author span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.blog-author span img {
  border-radius: 50%;
}

/*----------------------------
    FAQ  & Error CSS
------------------------------*/
.faq-wrap .accordion-item {
  border: none;
  margin: 0 0 20px;
  background: transparent;
}
.faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-wrap .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.faq-wrap .accordion-item .accordion-header .faq-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.faq-wrap .accordion-item .accordion-header .accordion-button {
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--bodyFont);
  border-radius: 5px;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  border: none;
  padding: 15px 50px 15px 20px;
  transition: var(--transition);
}
.faq-wrap .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.faq-wrap .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faq-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--bgColor);
  box-shadow: none;
}
.faq-wrap .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--bgColor);
}
.faq-wrap .accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  min-width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px;
  text-align: center;
}
.faq-wrap .accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 25px;
  line-height: 0.8;
  color: var(--seondaryColor);
  display: block;
  margin: 0 auto;
}
.faq-wrap .accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.faq-wrap .accordion-item .accordion-body {
  border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
}
.faq-wrap .accordion-item .accordion-body p {
  margin: 0 0 10px;
}
.faq-wrap .accordion-item .accordion-body p:last-child {
  margin: 0;
}
.faq-wrap .accordion-collapse {
  border: none;
}
.faq-wrap .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}
.faq-wrap .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.terms-wrap .single-terms {
  margin-bottom: 50px;
}
.terms-wrap .single-terms:last-child {
  margin-bottom: 0;
}
.terms-wrap .single-terms:last-child p:last-child {
  margin-bottom: 0;
}

.error-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.error-content {
  text-align: center;
}
.error-content img {
  display: block;
  margin: 0 auto 30px;
  max-width: 600px;
}
.error-content p {
  margin: 0 auto 20px;
  max-width: 520px;
}

/*---------------------------------------
        Sign In CSS
----------------------------------------*/
.login-header {
  margin: 0 0 15px;
}
.login-header h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}

.login-form-wrap {
  padding: 25px;
  margin-bottom: 25px;
  background-color: var(--bgColor);
}
.login-form-wrap h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px;
}
.login-form-wrap .login-form .form-group {
  margin: 0 0 20px;
}
.login-form-wrap .login-form .form-group input {
  background: transparent;
  border: none;
  background-color: var(--whiteColor);
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border-radius: 0;
}
.login-form-wrap .or-text {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.login-form-wrap .or-text:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
  z-index: -1;
}
.login-form-wrap .or-text span {
  display: inline-block;
  padding: 0 15px;
  z-index: 1;
  position: relative;
  color: var(--paraColor);
  background-color: var(--grayColor);
}
.login-form-wrap .fb-btn,
.login-form-wrap .gg-btn {
  margin: 20px 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 15px;
  font-family: var(--bodyFont);
}
.login-form-wrap .fb-btn span,
.login-form-wrap .gg-btn span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.login-form-wrap .fb-btn span i,
.login-form-wrap .gg-btn span i {
  line-height: 1;
  display: block;
  margin: 0 auto;
}
.login-form-wrap .fb-btn {
  color: var(--whiteColor);
  background-color: #0E58B9;
}
.login-form-wrap .fb-btn span {
  background-color: var(--whiteColor);
}
.login-form-wrap .fb-btn span i {
  color: #366EFF;
}
.login-form-wrap .gg-btn {
  color: var(--paraColor);
  background-color: var(--whiteColor);
}
.login-form-wrap .gg-btn span {
  background-color: #F56B6E;
}
.login-form-wrap .gg-btn span i {
  color: var(--whiteColor);
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  background-color: var(--bgColor);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.sidebar .sidebar-widget:last-child {
  margin: 0;
}
.sidebar .sidebar-widget.search-box {
  padding: 0;
  background-color: transparent;
}
.sidebar .sidebar-widget.contact-widget {
  background: var(--primaryColor);
  padding: 85px 30px 87px;
}
.sidebar .sidebar-widget.contact-widget-two {
  background-color: var(--primaryColor);
  padding: 45px 32px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.sidebar .sidebar-widget.contact-widget-two .contact-shape-one,
.sidebar .sidebar-widget.contact-widget-two .contact-shape-two {
  position: absolute;
  z-index: -1;
}
.sidebar .sidebar-widget.contact-widget-two .contact-shape-one {
  top: 6px;
  left: 0;
  width: 100%;
}
.sidebar .sidebar-widget.contact-widget-two .contact-shape-two {
  bottom: 0;
  right: 0;
}
.sidebar .sidebar-widget.contact-widget-two .contact-item {
  position: relative;
  padding-left: 60px;
}
.sidebar .sidebar-widget.contact-widget-two .contact-item .contact-icon {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #FFB300;
}
.sidebar .sidebar-widget.contact-widget-two .contact-item .contact-icon i {
  font-size: 24px;
  line-height: 0.6;
  color: var(--whiteColor);
  display: block;
  margin: 0 auto;
}
.sidebar .sidebar-widget.contact-widget-two .contact-item p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px;
  color: var(--whiteColor);
}
.sidebar .sidebar-widget.contact-widget-two .contact-item a {
  color: var(--whiteColor);
  font-size: 24px;
  line-height: 30px;
}
.sidebar .sidebar-widget.contact-widget-two .contact-item a:hover {
  color: var(--secondaryColor);
}
.sidebar .sidebar-widget .sidebar-widget-title {
  font-size: 20px;
  line-height: 16px;
  font-family: var(--bodyFont);
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
}
.sidebar .sidebar-widget .sidebar-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--primaryColor);
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}
.search-box input {
  width: 100%;
  height: 60px;
  background: var(--bgColor);
  color: var(--paraColor);
  font-size: 16px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
  border: none;
}
.search-box input::-moz-placeholder {
  opacity: 1;
}
.search-box input::placeholder {
  opacity: 1;
}
.search-box input:focus {
  border-color: var(--grayColor);
}
.search-box button {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 0 18px;
  height: calc(100% - 14px);
  border: none;
  border-radius: 5px;
  text-align: center;
  background: var(--primaryColor);
  transition: var(--transition);
}
.search-box button i {
  color: var(--whiteColor);
  font-size: 20px;
  line-height: 55px;
  position: relative;
}
.search-box button:hover {
  background-color: var(--secondaryColor);
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-list-one li {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.category-list-one li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--paraColor);
}
.category-list-one li a:hover {
  color: var(--secondaryColor);
}
.category-list-one li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 11.5px;
  height: 11.5px;
  border-radius: 50%;
  border: 1px solid var(--secondaryColor);
}
.category-list-one li:after {
  position: absolute;
  top: 8px;
  left: 3px;
  content: "";
  width: 5.5px;
  height: 5.5px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
}
.category-list-one li:last-child {
  margin-bottom: 0;
}

.booking-form .form-group {
  margin: 0 0 20px;
}
.booking-form .form-group input,
.booking-form .form-group select,
.booking-form .form-group textarea {
  width: 100%;
  background: var(--whiteColor);
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0px 0px 30px rgba(241, 103, 90, 0.06);
  color: var(--paraColor);
}
.booking-form .form-group input::-moz-placeholder, .booking-form .form-group select::-moz-placeholder, .booking-form .form-group textarea::-moz-placeholder {
  opacity: 1;
}
.booking-form .form-group input::placeholder,
.booking-form .form-group select::placeholder,
.booking-form .form-group textarea::placeholder {
  opacity: 1;
}
.booking-form .form-group input:focus,
.booking-form .form-group select:focus,
.booking-form .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.booking-form .form-group input {
  height: 50px;
}
.booking-form .form-group select {
  border: none;
  background-color: var(--whiteColor);
  background-image: url(../img/down-arrow.webp);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 14px;
}
.booking-form .form-group textarea {
  height: 120px;
  resize: none;
  padding-top: 18px;
}

/*-------------------------------
    Event Widget CSS
-------------------------------*/
.event-brief li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.event-brief li:last-child {
  margin-bottom: 0;
}
.event-brief li p {
  margin: 0;
  color: var(--titleColor);
  width: 45%;
}
.event-brief li span, .event-brief li a {
  width: 55%;
}

.event-widget {
  margin-bottom: 30px;
}
.event-widget .post-share {
  margin-top: 35px;
  margin-bottom: 15px;
}
.event-widget .post-share span {
  font-size: 18px;
  line-height: 18px;
  color: var(--titleColor);
  display: block;
  margin-bottom: 15px;
}
.event-widget .post-share .social-profile li a {
  background-color: var(--whiteColor);
}
.event-widget .post-share .social-profile li a:hover {
  background-color: var(--secondaryColor);
}

/*-------------------------------
     Contact Widget CSS
-------------------------------*/
.contact-widget {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background-color: var(--primaryColor);
  text-align: center;
}
.contact-widget .widget-shape-one,
.contact-widget .widget-shape-two {
  position: absolute;
  z-index: -1;
}
.contact-widget .widget-shape-one {
  top: 0;
  right: 0;
}
.contact-widget .widget-shape-two {
  bottom: 0;
  left: 0;
}
.contact-widget > span {
  position: relative;
  padding-left: 66px;
  color: #FFB300;
  display: inline-block;
  margin: 0 0 5px;
}
.contact-widget > span:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 45px;
  height: 1px;
  background-color: #FFB300;
}
.contact-widget h3 {
  font-size: 40px;
  line-height: 46px;
  color: var(--whiteColor);
  margin: 10px 0 35px;
}
.contact-widget .btn-two:after, .contact-widget .btn-two:before {
  background-color: var(--whiteColor);
}
.contact-widget .btn-two:hover {
  color: var(--titleColor);
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
}
.pp-post-item .pp-post-img {
  width: 80px;
  border-radius: 5px;
}
.pp-post-item .pp-post-img img {
  border-radius: 5px;
}
.pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 20px;
}
.pp-post-item .pp-post-info > a {
  color: var(--paraColor);
  display: block;
  margin-bottom: 5px;
}
.pp-post-item .pp-post-info > a:hover {
  color: var(--secondaryColor);
}
.pp-post-item .pp-post-info h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--bodyFont);
  margin-bottom: 0;
}
.pp-post-item .pp-post-info h6 a {
  color: var(--titleColor);
}
.pp-post-item .pp-post-info h6 a:hover {
  color: var(--primaryColor);
}
.pp-post-item:last-child {
  margin: 0;
}
.pp-post-item:hover .pp-post-info h6 a {
  color: var(--mainColor);
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list {
  margin-top: -11px;
}
.tag-list li {
  display: inline-block;
  margin: 11px 10px 0px 0px;
}
.tag-list li a {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  padding: 8px 20px 6px;
  color: var(--paraColor);
  background-color: transparent;
  border-radius: 5px;
  background-color: var(--whiteColor);
  transition: var(--transition);
  box-shadow: 0px 0px 30px rgba(241, 103, 90, 0.08);
}
.tag-list li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article p,
.event-details-wrap p,
.case-details-wrap p,
.cause-details-wrap p,
.terms-wrap p {
  margin-bottom: 20px;
}
article p strong, article p b,
.event-details-wrap p strong,
.event-details-wrap p b,
.case-details-wrap p strong,
.case-details-wrap p b,
.cause-details-wrap p strong,
.cause-details-wrap p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--blackColor);
}
article p a,
.event-details-wrap p a,
.case-details-wrap p a,
.cause-details-wrap p a,
.terms-wrap p a {
  color: var(--blackColor);
  text-decoration: underline;
}
article p a:hover,
.event-details-wrap p a:hover,
.case-details-wrap p a:hover,
.cause-details-wrap p a:hover,
.terms-wrap p a:hover {
  color: var(--optionalColor);
}
article h1, article h2, article h3, article h4, article h5, article h6,
.event-details-wrap h1,
.event-details-wrap h2,
.event-details-wrap h3,
.event-details-wrap h4,
.event-details-wrap h5,
.event-details-wrap h6,
.case-details-wrap h1,
.case-details-wrap h2,
.case-details-wrap h3,
.case-details-wrap h4,
.case-details-wrap h5,
.case-details-wrap h6,
.cause-details-wrap h1,
.cause-details-wrap h2,
.cause-details-wrap h3,
.cause-details-wrap h4,
.cause-details-wrap h5,
.cause-details-wrap h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  font-family: var(--secondaryFont);
  margin-bottom: 15px;
}
article h1,
.event-details-wrap h1,
.case-details-wrap h1,
.cause-details-wrap h1,
.terms-wrap h1 {
  font-size: 40px;
}
article h2,
.event-details-wrap h2,
.case-details-wrap h2,
.cause-details-wrap h2,
.terms-wrap h2 {
  font-size: 36px;
}
article h3,
.event-details-wrap h3,
.case-details-wrap h3,
.cause-details-wrap h3,
.terms-wrap h3 {
  font-size: 32px;
}
article h4,
.event-details-wrap h4,
.case-details-wrap h4,
.cause-details-wrap h4,
.terms-wrap h4 {
  font-size: 28px;
}
article h5,
.event-details-wrap h5,
.case-details-wrap h5,
.cause-details-wrap h5,
.terms-wrap h5 {
  font-size: 24px;
}
article h6,
.event-details-wrap h6,
.case-details-wrap h6,
.cause-details-wrap h6,
.terms-wrap h6 {
  font-size: 20px;
}
article ol,
.event-details-wrap ol,
.case-details-wrap ol,
.cause-details-wrap ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
article ol li,
.event-details-wrap ol li,
.case-details-wrap ol li,
.cause-details-wrap ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}
article .content-feature-list,
.event-details-wrap .content-feature-list,
.case-details-wrap .content-feature-list,
.cause-details-wrap .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 25px 0 25px;
}
article .post-img,
.event-details-wrap .post-img,
.case-details-wrap .post-img,
.cause-details-wrap .post-img,
.terms-wrap .post-img {
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  display: block;
}
article .post-img img,
.event-details-wrap .post-img img,
.case-details-wrap .post-img img,
.cause-details-wrap .post-img img,
.terms-wrap .post-img img {
  border-radius: 5px;
}
article .blog-metainfo,
.event-details-wrap .blog-metainfo,
.case-details-wrap .blog-metainfo,
.cause-details-wrap .blog-metainfo,
.terms-wrap .blog-metainfo {
  margin-bottom: 18px;
}
article .blog-info,
.event-details-wrap .blog-info,
.case-details-wrap .blog-info,
.cause-details-wrap .blog-info,
.terms-wrap .blog-info {
  padding-left: 40px;
  position: relative;
  margin-bottom: 35px;
}
article .blog-info .blog-date,
.event-details-wrap .blog-info .blog-date,
.case-details-wrap .blog-info .blog-date,
.cause-details-wrap .blog-info .blog-date,
.terms-wrap .blog-info .blog-date {
  position: absolute;
  top: 40px;
  left: -33px;
  font-size: 16px;
  line-height: 24px;
  color: var(--primaryColor);
  transform: rotate(-90deg);
  border-bottom: 1px solid rgba(195, 195, 195, 0.3);
}
article .post-para,
.event-details-wrap .post-para,
.case-details-wrap .post-para,
.cause-details-wrap .post-para,
.terms-wrap .post-para {
  margin-bottom: 35px;
}
article .post-para:last-child,
.event-details-wrap .post-para:last-child,
.case-details-wrap .post-para:last-child,
.cause-details-wrap .post-para:last-child,
.terms-wrap .post-para:last-child {
  margin-bottom: 0;
}
article .post-para p:last-child,
.event-details-wrap .post-para p:last-child,
.case-details-wrap .post-para p:last-child,
.cause-details-wrap .post-para p:last-child,
.terms-wrap .post-para p:last-child {
  margin: 0;
}

article {
  padding-bottom: 5px;
}
article .blog-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
article .blog-title .blog-date {
  background-color: rgba(21, 185, 217, 0.08);
  color: var(--primaryColor);
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 67px;
  height: 61px;
  text-align: center;
  border-radius: 2px;
  font-weight: 500;
  line-height: 12px;
  transition: var(--transition);
}
article .blog-title .blog-date span {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  list-style: none;
  transition: var(--transition);
}
article .blog-title .blog-date:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
article .blog-title h1, article .blog-title h2, article .blog-title h3, article .blog-title h4, article .blog-title h5, article .blog-title h6 {
  width: calc(100% - 87px);
  margin-left: 20px;
  margin-bottom: 0;
}

.wp-block-quote {
  position: relative;
  padding: 34px 35px 34px 35px;
  background-color: #F8F6F3;
  margin: 30px 0 30px;
  z-index: 1;
  border-radius: 5px;
  position: relative;
}
.wp-block-quote i {
  position: absolute;
  bottom: 30px;
  right: 35px;
  opacity: 0.4;
  font-size: 40px;
  line-height: 0.05;
  color: var(--primaryColor);
}
.wp-block-quote p {
  font-weight: 400;
  color: var(--titleColor);
  margin: 0 0 13px;
}
.wp-block-quote h6 {
  position: relative;
  padding-left: 65px;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  color: var(--titleColor);
  font-family: var(--bodyFont);
}
.wp-block-quote h6:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 49px;
  height: 2px;
  background-color: #000;
}

.post-meta-option {
  margin-bottom: 28px;
  padding: 25px 0;
  border-top: 1px solid rgba(217, 216, 216, 0.54);
  border-bottom: 1px solid rgba(217, 216, 216, 0.54);
}
.post-meta-option .post-tag span,
.post-meta-option .post-share span {
  font-size: 18px;
  font-weight: 600;
  color: var(--titleColor);
}

.post-tag ul {
  padding: 0;
  display: inline-block;
}
.post-tag ul li {
  display: inline-block;
}
.post-tag ul li a {
  color: var(--paraColor);
  font-size: 16px;
  border-radius: 3px;
}
.post-tag ul li a:hover {
  color: var(--secondaryColor);
}
.post-tag span {
  font-size: 18px;
  margin-right: 3px;
  font-weight: 600;
  color: var(--blackColor);
  display: inline-block;
}

.post-share {
  display: inline-block;
}
.post-share ul {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.post-share ul li {
  margin-right: 5px;
}
.post-share ul li:last-child {
  margin-right: 0;
}
.post-share ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 117, 98, 0.08);
  box-shadow: none;
  text-align: center;
}
.post-share ul li a i {
  color: var(--secondaryColor);
  display: block;
  margin: 0 auto;
  line-height: 32px;
}
.post-share ul li a:hover {
  background-color: var(--secondaryColor);
}
.post-share ul li a:hover i {
  color: var(--whiteColor);
}

.comment-item-wrap .comment-box-title {
  margin-bottom: 25px;
}
.comment-item-wrap .comment-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  position: relative;
  top: 4px;
}
.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 5px;
}
.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 122px);
  margin-left: 22px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 12px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--paraColor);
  margin-top: 10px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  color: var(--paraColor);
  font-size: 15px;
  transition: var(--transition);
}
.comment-item-wrap .reply-btn:hover {
  color: var(--secondaryColor);
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}
.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 40px;
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: var(--paraColor);
  padding-left: 22px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #D4D4D4;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 5px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.checkbox.style-two label {
  padding-left: 20px;
  color: var(--paraColor);
}
.checkbox.style-two label:before {
  border: 2px solid rgba(2, 131, 139, 0.33);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: 4px;
}

.checkbox input:checked + label:before {
  border-color: transparent;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
  border: none;
  border-radius: 5px;
  background: var(--secondaryColor);
}

.checkbox.style-two input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: var(--secondaryColor);
}

.checkbox.style-two input:checked + label:before {
  border-color: transparent;
}

.checkbox.style-two input:checked + label {
  color: #020061;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-item-wrap .contact-item {
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px;
}
.contact-item-wrap .contact-item .contact-icon {
  width: 76px;
  height: 76px;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: #FFF3F1;
  transition: var(--transition);
  text-align: center;
  border-radius: 15px;
}
.contact-item-wrap .contact-item .contact-icon i {
  color: var(--secondaryColor);
  line-height: 0.6;
  font-size: 38px;
  position: relative;
  margin: 0 auto;
  display: block;
  transition: var(--transition);
}
.contact-item-wrap .contact-item .contact-info {
  width: calc(100% - 126px);
  margin-left: 30px;
  transition: var(--transition);
}
.contact-item-wrap .contact-item .contact-info h3 {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 600;
  font-family: var(--bodyFont);
  transition: var(--transition);
}
.contact-item-wrap .contact-item .contact-info a,
.contact-item-wrap .contact-item .contact-info p {
  display: block;
  margin: 0;
  line-height: 26px;
  color: var(--paraColor);
  transition: var(--transition);
}
.contact-item-wrap .contact-item:hover {
  transform: translateY(-5px);
}
.contact-item-wrap .contact-item:hover .contact-icon {
  background-color: var(--secondaryColor);
}
.contact-item-wrap .contact-item:hover .contact-icon i {
  color: var(--whiteColor);
}

.contact-wrapper {
  background-color: var(--bgColor);
}
.contact-wrapper #contactForm {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.contact-wrapper #contactForm .form-group input, .contact-wrapper #contactForm .form-group textarea {
  background-color: var(--whiteColor);
}

#cmt-form .form-group,
#contactForm .form-group {
  margin: 0 0 20px;
}
#cmt-form .form-group input,
#cmt-form .form-group textarea,
#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: var(--bgColor);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  color: var(--paraColor);
}
#cmt-form .form-group input::-moz-placeholder, #cmt-form .form-group textarea::-moz-placeholder, #contactForm .form-group input::-moz-placeholder, #contactForm .form-group textarea::-moz-placeholder {
  opacity: 1;
}
#cmt-form .form-group input::placeholder,
#cmt-form .form-group textarea::placeholder,
#contactForm .form-group input::placeholder,
#contactForm .form-group textarea::placeholder {
  opacity: 1;
}
#cmt-form .form-group input:focus,
#cmt-form .form-group textarea:focus,
#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.09);
}
#cmt-form .form-group input,
#contactForm .form-group input {
  height: 50px;
}
#cmt-form .form-group textarea,
#contactForm .form-group textarea {
  height: 152px;
  resize: none;
  padding-top: 18px;
}
#cmt-form button,
#contactForm button {
  margin-bottom: -10px;
}

#contactForm {
  margin-bottom: 32px;
  background-color: var(--bgColor);
  padding: 30px;
  border-radius: 5px;
}
#contactForm .form-group input, #contactForm .form-group textarea {
  background-color: var(--whiteColor);
}

.comp-map {
  height: 500px;
  border-radius: 5px;
  margin-bottom: -162px;
  position: relative;
  z-index: 10;
}
.comp-map iframe {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.btn.disabled {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */