@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import "swiper-bundle.min.css";
@import "odometer.css";
@import "animate.css";
@import "magnific-popup.css";
@import "nice-select.css";

:root {
  --body: #fff;
  --theme-color: #23AD75;
  --black-color: #24231d;
  --white-color: #FFFFFF;
  --pra-color: #878680;
  --title-color: #121519;
  --hover-color: #fff;
  --border-color: #cccccc;
  --pra2-color: #A9A9A9;
  --bg-color: #1A1A1A;
  --price-color: #727272;
  --price-color2: #A6A6A6;
  --ratting-color: #ED8A19;
  --section-color: #f8f7f0;
}

body {
  color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll !important;
  background-color: var(--body);
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: "Inter", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--title);
  font-family: "Inter", sans-serif;
}

button {
  border: unset;
}

::placeholder {
  color: var(--title);
}

h1 {
  font-size: 76px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h3 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 32px;
    line-height: 50px !important;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 28px;
    line-height: 35px !important;
  }
}

@media (max-width: 575px) {
  h3 {
    font-size: 20px;
    line-height: 30px !important;
  }
}

h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

@media (max-width: 500px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  h5 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 0;
}

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

a {
  text-decoration: none;
  margin: 0;
  color: var(--title);
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: var(--white);
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

::placeholder {
  color: var(--title);
}

p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--pra-color);
  font-weight: 400;
  line-height: 24px;
  max-width: 570px;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1199px) {
  p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  p {
    font-size: 13px;
  }
}

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

@media (max-width: 1399px) {
  .pl-24 {
    padding-left: 14px;
  }
}

@media (max-width: 991px) {
  .pl-24 {
    padding-left: 10px;
  }
}

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

@media (max-width: 1399px) {
  .pr-24 {
    padding-right: 14px;
  }
}

@media (max-width: 991px) {
  .pr-24 {
    padding-right: 10px;
  }
}

.ml-24 {
  margin-left: 24px;
}

@media (max-width: 1399px) {
  .ml-24 {
    margin-left: 14px;
  }
}

.mr-24 {
  margin-right: 24px;
}

@media (max-width: 1399px) {
  .mr-24 {
    margin-right: 14px;
  }
}

.mr-30 {
  margin-right: 30px;
}

.arrowrotate {
  transform: rotate(-32deg);
  font-size: 24px;
}

.border__line {
  border-bottom: 1px solid var(--border-color);
}

.p-24 {
  padding: 24px;
}

@media (max-width: 991px) {
  .p-24 {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .p-24 {
    padding: 15px;
  }
}

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

@media (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
}

.custom__150 {
  padding-top: 170px;
}

@media (max-width: 1399px) {
  .custom__150 {
    padding-top: 150px;
  }
}

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

@media (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}

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

@media (max-width: 1199px) {
  .pt-110 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .pt-110 {
    padding-top: 80px;
  }
}

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

@media (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}

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

@media (max-width: 1199px) {
  .pt-100 {
    padding-top: 90px;
  }
}

@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .pt-100 {
    padding-top: 65px;
  }
}

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

@media (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

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

@media (max-width: 991px) {
  .pt-80 {
    padding-top: 60px;
  }
}

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

@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

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

@media (max-width: 991px) {
  .pt-65 {
    padding-top: 55px;
  }
}

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

@media (max-width: 991px) {
  .pb-65 {
    padding-bottom: 55px;
  }
}

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

@media (max-width: 991px) {
  .pt-50 {
    padding-top: 40px;
  }
}

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

@media (max-width: 991px) {
  .pb-50 {
    padding-bottom: 40px;
  }
}

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

@media (max-width: 991px) {
  .pt-40 {
    padding-top: 30px;
  }
}

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

@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

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

@media (max-width: 991px) {
  .pb-30 {
    padding-bottom: 20px;
  }
}

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

@media (max-width: 991px) {
  .pt-30 {
    padding-top: 20px;
  }
}

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

@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 15px;
  }
}

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

@media (max-width: 991px) {
  .pt-24 {
    padding-top: 15px;
  }
}

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

@media (max-width: 991px) {
  .pb-20 {
    padding-bottom: 15px;
  }
}

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

@media (max-width: 991px) {
  .pt-20 {
    padding-top: 15px;
  }
}

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

@media (max-width: 991px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}

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

@media (max-width: 991px) {
  .pt-16 {
    padding-top: 10px;
  }
}

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

@media (max-width: 991px) {
  .pb-15 {
    margin-bottom: 10px;
  }
}

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

@media (max-width: 991px) {
  .pt-15 {
    margin-top: 10px;
  }
}

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

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

.pb5 {
  padding-bottom: 5px;
}

.pt5 {
  padding-top: 5px;
}

.p-8 {
  padding: 8px;
}

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

@media (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

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

@media (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

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

@media (max-width: 1199px) {
  .mt-100 {
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

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

@media (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

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

@media (max-width: 991px) {
  .mt-80 {
    margin-top: 60px;
  }
}

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

@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

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

@media (max-width: 991px) {
  .mt-60 {
    margin-top: 50px;
  }
}

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

@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .mb-60 {
    margin-bottom: 35px;
  }
}

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

@media (max-width: 991px) {
  .mt-50 {
    margin-top: 40px;
  }
}

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

@media (max-width: 991px) {
  .mt-40 {
    margin-top: 30px;
  }
}

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

@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

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

@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

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

@media (max-width: 991px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mr__48 {
  margin-right: 48px;
}

.bodyfont {
  font-family: "Montserrat", sans-serif;
}

.headfont {
  font-family: "Inter", sans-serif;
}

.ralt {
  position: relative;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.overhid {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--base);
  border-radius: 10px;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

i {
  font-size: 18px;
}

.section__bg {
  background-color: #f8f7f0;
}

.title__content {
  margin-bottom: 50px;
  max-width: 550px;
}

.title__content h6 {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 10px;
  font-size: 14px;
}

.title__content h2 {
  text-transform: capitalize;
  margin-top: 15px;
}

.bor__top {
  border-top: 1px solid var(--border-color);
}

.bor__bottom {
  border-bottom: 1px solid var(--border-color);
}

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

.header__tops {
  padding: 20px 0;
  background-color: var(--white-color);
  border-bottom: 1px solid var(--theme-color);
}

@media (max-width: 1199px) {
  .header__tops {
    display: none;
  }
}

.header__tops .info {
  gap: 20px;
}

.header__tops .info li {
  font-size: 16px;
  line-height: 0;
}

.header__tops .info li i {
  color: var(--theme-color);
  margin-right: 5px;
}

.header__tops .info li a {
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
}

.header__tops .info li a:hover {
  color: var(--theme-color);
}

.header__top {
  background-color: var(--white-color);
  padding: 10px 0;
}

@media (max-width: 1199px) {
  .header__top {
    display: none;
  }
}

.header__top .info {
  gap: 20px;
}

.header__top .info li {
  font-size: 16px;
  line-height: 0;
}

.header__top .info li i {
  color: var(--theme-color);
  margin-right: 5px;
}

.header__top .info li a {
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
}

.header__top .info li a:hover {
  color: var(--theme-color);
}

.header-section {
  width: 100%;
  background-color: var(--theme-color);
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.9s;
  background-color: var(--theme-color);
}

.menu-fixed .header-wrapper {
  padding: 15px 0;
}

.menu-fixed .header-wrapper .logo-menu {
  display: block;
}

@media (max-width: 991px) {
  .menu-fixed .header-wrapper .main-menu {
    top: 55px;
  }
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  width: 100%;
  position: relative;
  padding: 30px 0;
}

@media (max-width: 991px) {
  .header-wrapper {
    z-index: 999999;
  }
}

.header-wrapper .logo-menu {
  display: none;
}

@media (max-width: 991px) {
  .header-wrapper .logo-menu {
    display: block;
  }
}

.header-wrapper .main-menu {
  display: flex;
  align-items: center;
  gap: 0 24px;
}

@media (max-width: 991px) {
  .header-wrapper .main-menu {
    max-width: 100%;
  }
}

.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
}

.header-wrapper .main-menu li a {
  color: var(--white-color);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
  text-transform: capitalize;
}

.header-wrapper .main-menu li a:hover {
  color: var(--white-color);
}

.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 14px !important;
  color: var(--white-color);
}

.header-wrapper .main-menu li .sub-menu {
  padding: 5px 5px 5px 5px;
  background-color: var(--white-color);
  transition: all 4s;
}

@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    background: var(--white-color);
    justify-content: center;
    opacity: 0;
    gap: 5px;
    transform: translateY(25px);
    visibility: hidden;
  }
}

.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
  transition: all 0.3s !important;
}

.header-wrapper .main-menu li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.header-wrapper .main-menu li .sub-menu li a {
  color: var(--black-color);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 8px 25px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.header-wrapper .main-menu li .sub-menu li a i {
  font-size: 14px !important;
}

.header-wrapper .main-menu li .sub-menu li:hover a {
  margin-left: 10px;
  color: var(--theme-color);
}

.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}

.header-wrapper .menu__right__components {
  gap: 15px;
}

.header-wrapper .menu__components {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-wrapper .menu__components i {
  color: var(--white-color);
}

.header-wrapper .menu__components .fa-bars {
  font-size: 28px;
  cursor: pointer;
  display: inline-block;
}

@media (max-width: 991px) {
  .header-wrapper .menu__components .fa-bars {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .main-menu {
    position: fixed;
    top: 80px;
    width: 100%;
    left: 0;
    display: inline !important;
    margin-top: 20px;
    z-index: 999;
    padding: 15px 15px;
    transition: all 0.4s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    background: var(--white-color);
    overflow-y: auto;
  }

  .main-menu:not(.active) {
    position: fixed;
    left: -100%;
    top: 85px;
  }

  .main-menu li {
    width: 100%;
    border-radius: 2px;
    margin-right: 0 !important;
    padding: 10px 0;
  }

  .main-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }

  .main-menu li a {
    display: block;
    padding: 8px 10px 6px;
    font-size: 16px;
    color: var(--black-color) !important;
  }

  .main-menu li a i {
    color: var(--black-color) !important;
  }

  .main-menu li .sub-menu {
    display: none;
    margin: 0px 10px 20px 20px !important;
    background-color: var(--theme-color) !important;
    border-radius: 5px;
  }

  .main-menu li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--white-color) !important;
  }

  .main-menu li .sub-menu li a {
    color: var(--black-color) !important;
  }

  .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100% !important;
    padding: 0 10px 20px 30px;
  }

  .main-menu li .sub-menu li .sub-two li a {
    display: block;
  }

  .main-menu .active a {
    color: var(--white-color);
  }

  .header-bar {
    position: relative;
    width: 31px;
    height: 20px;
  }

  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white-color);
  }

  .header-bar span:first-child {
    top: 0;
    background: var(--white-color);
  }

  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white-color);
  }

  .header-bar span:last-child {
    bottom: 0;
    background: var(--white-color);
  }

  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }

  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }

  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }

  .header-bar:hover {
    cursor: pointer;
  }

  .header-wrapper .main-menu li .sub-menu li a {
    color: var(--white-color) !important;
  }
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme-color);
}

input.main-search-input::placeholder {
  color: var(--theme-color);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme-color);
  cursor: pointer;
}

.side_bar {
  position: fixed;
  top: 0;
  right: 0px;
  width: 450px;
  height: 100%;
  background-color: var(--white-color);
  padding: 40px;
  padding-top: 45px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.side_bar .info li {
  font-size: 18px;
}

.side_bar .info li a {
  color: var(--black-color);
}

.side_bar .info li i {
  color: var(--theme-color);
  margin-right: 5px;
}

.side_bar button {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: var(--theme-color);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.side_bar button:hover {
  transform: rotate(90deg);
}

.side_bar .social__icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.side_bar .social__icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--theme-color);
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.side_bar .social__icon li a i {
  font-size: 16px;
  color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}

.side_bar .social__icon li:hover {
  background-color: var(--theme-color);
}

.side_bar .social__icon li:hover a i {
  color: var(--white-color);
}

.side_bar_hidden {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--white-color);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  transition: all 200ms linear;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme-color);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 200ms linear;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--theme-color);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 99999;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--theme-color);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--theme-color);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

.banner__section .arry__button {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 991px) {
  .banner__section .arry__button {
    display: none;
  }
}

.banner__section .arry__button .arry__prev {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  border: 1px solid var(--pra2-color);
  margin-bottom: 17px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.banner__section .arry__button .arry__prev i {
  color: var(--pra2-color);
}

.banner__section .arry__button .arry__prev:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.banner__section .arry__button .arry__prev:hover i {
  color: var(--white-color);
}

.banner__section .arry__button .arry__next {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.banner__section .arry__button .arry__next i {
  color: var(--white-color);
}

.banner__section .swiper-slide-active .banner__image {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}

.banner__section .banner-pagination {
  display: flex;
}

.banner__section .banner-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 8x;
  border-radius: 20px;
  transition: 0.6s;
  background-color: var(--white-color);
  opacity: 1;
}

.banner__section .banner-pagination .swiper-pagination-bullet:hover {
  background: var(--white-color);
}

.banner__section .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--theme-color);
  transition: 0.6s;
}

.banner__section .banner__pagination__wrapper {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 50%;
  transform: translateY(-50%);
}

.banner__image {
  background: url(../img/banner/banner1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.banner__image::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.banner__two {
  background: url(../img/banner/banner6.jpg) no-repeat center center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 250px 0;
}

.banner__two::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.banner__two .banner__content {
  padding: initial;
}

.banner__content {
  position: relative;
  padding: 250px 0;
}

@media (max-width: 1399px) {
  .banner__content {
    padding: 180px 0;
  }
}

@media (max-width: 1199px) {
  .banner__content {
    padding: 140px 0;
  }
}

@media (max-width: 991px) {
  .banner__content {
    padding: 110px 0;
  }
}

@media (max-width: 767px) {
  .banner__content {
    padding: 90px 0;
  }
}

@media (max-width: 575px) {
  .banner__content {
    padding: 60px 0;
  }
}

.banner__content h1 {
  text-transform: capitalize;
  color: var(--white-color);
  line-height: 92px;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .banner__content h1 {
    line-height: 80px;
    font-size: 56px;
  }
}

@media (max-width: 1199px) {
  .banner__content h1 {
    line-height: 65px;
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .banner__content h1 {
    line-height: 50px;
    margin-bottom: 25px;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .banner__content h1 {
    line-height: 38px;
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.banner__content p {
  color: var(--white-color);
  line-height: 28px;
}

.banner__content .banner__button {
  margin-top: 30px;
  gap: 20px;
}

.banner__content .content__two {
  justify-content: space-between;
}

@media (max-width: 767px) {
  .banner__content .content__two {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.banner__content .content__two .content {
  max-width: 820px;
}

.banner__content .content__two .video__content .video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 4;
}

.banner__content .content__two .video__content .video a {
  position: relative;
  color: var(--white-color);
  font-size: 25px;
  z-index: 1;
  background-color: var(--theme-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  display: block;
  transition: 0.6s;
}

.banner__content .content__two .video__content .video-pulse::after,
.banner__content .content__two .video__content .video-pulse::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid var(--theme-color);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner__content .content__two .video__content .video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.imagetwo {
  background: url(../img/banner/banner2.jpg) no-repeat center center;
  background-size: cover;
}

.breadcumd__banner {
  background: url(../img/banner/breadcumd-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.breadcumd__banner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

.breadcumd__banner .breadcumd__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  padding: 150px 0;
}

@media (max-width: 767px) {
  .breadcumd__banner .breadcumd__wrapper {
    gap: 20px;
  }
}

.breadcumd__banner .breadcumd__wrapper .left__content {
  color: var(--white-color);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .breadcumd__banner .breadcumd__wrapper .left__content {
    font-size: 24px;
  }
}

.breadcumd__banner .breadcumd__wrapper .right__content {
  display: flex;
  align-items: center;
}

.breadcumd__banner .breadcumd__wrapper .right__content li {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  color: var(--theme-color);
}

.breadcumd__banner .breadcumd__wrapper .right__content li:not(:last-child) {
  margin-right: 10px;
  color: var(--white-color);
}

.breadcumd__banner .breadcumd__wrapper .right__content li a {
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.breadcumd__banner .breadcumd__wrapper .right__content li a i {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-right: 4px;
}

.breadcumd__banner .breadcumd__wrapper .right__content li a:hover {
  color: var(--theme-color);
}

.breadcumd__banner .breadcumd__wrapper .right__content li a:hover i {
  color: var(--theme-color);
}

.breadcumd__banner .breadcumd__wrapper .right__content li i {
  color: var(--white-color);
}

.about__section .about__thumb {
  position: relative;
  margin: 0 30px;
  display: inline-block;
}

.about__section .about__thumb::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  height: 50%;
  width: 15px;
  background: var(--theme-color);
}

.about__section .about__thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  height: 55%;
  width: 15px;
  background: var(--theme-color);
}

.about__section .about__thumb .small__about__one {
  position: absolute;
  left: -75px;
  top: 50px;
  width: 200px;
  animation: top-image-bounce 3s infinite ease-in-out;
}

@media (max-width: 1199px) {
  .about__section .about__thumb .small__about__one {
    left: -30px;
    width: 150px;
  }
}

@media (max-width: 767px) {
  .about__section .about__thumb .small__about__one {
    display: none;
  }
}

@keyframes top-image-bounce {
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(12px);
  }

  100% {
    transform: translateY(-8px);
  }
}

@keyframes bottom-image-bounce {
  0% {
    transform: translateY(8px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(8px);
  }
}

.about__section .about__thumb .small__about {
  position: absolute;
  right: -75px;
  bottom: 50px;
  width: 200px;
  animation: bottom-image-bounce 3s infinite ease-in-out;
}

@media (max-width: 1199px) {
  .about__section .about__thumb .small__about {
    right: -30px;
    width: 150px;
  }
}

@media (max-width: 767px) {
  .about__section .about__thumb .small__about {
    display: none;
  }
}

.about__section .about__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.about__section .about__thumb .video__content .video {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: inline-block;
  z-index: 4;
  transform: translate(-50%, -50%);
}

.about__section .about__thumb .video__content .video a {
  position: relative;
  color: var(--white-color);
  font-size: 25px;
  z-index: 1;
  background-color: var(--theme-color);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  display: block;
  transition: 0.6s;
}

.about__section .about__thumb .video__content .video-pulse::after,
.about__section .about__thumb .video__content .video-pulse::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid var(--theme-color);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.about__section .about__thumb .video__content .video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.about__section .about__content h2 {
  text-transform: capitalize;
  line-height: 50px;
}

@media (max-width: 1199px) {
  .about__section .about__content h2 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .about__section .about__content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .about__section .about__content h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

.about__section .about__content .check__list .list {
  gap: 12px;
}

.about__section .about__content .check__list .list i {
  color: var(--theme-color);
  font-size: 16px;
}

.about__section .about__content .check__list .style__gap {
  gap: 20px;
}

.about__section .about__content .check__list .style__gap .check__icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--theme-color);
  border-radius: 100%;
  text-align: center;
}

.about__section .about__content .check__list .style__gap .check__icon i {
  color: var(--white-color);
}

.about__section .about__content .profile__item {
  gap: 40px;
}

@media (max-width: 450px) {
  .about__section .about__content .profile__item {
    flex-wrap: wrap;
    gap: 25px;
  }
}

.about__section .about__content .profile__item .profile {
  gap: 15px;
}

.about__section .about__content .profile__item .profile .profile__thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
}

.about__section .about__content .profile__item .profile .text p {
  color: var(--theme-color);
  margin-bottom: 5px;
}

.about__section .about__content .profile__item .profile .text h6 {
  text-transform: uppercase;
}

.about__header h6 {
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 10px;
}

.work__section .work__items {
  border: 1px solid var(--border-color);
  padding: 30px;
}

.work__section .work__items .work__icon {
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-color);
  font-size: 48px;
  line-height: 55px;
  color: transparent;
}

.work__section .work__items .work__content h5 {
  text-transform: capitalize;
  font-weight: 600;
}

.work__section .work__items .work__content h5 a {
  transition: all 0.3s ease-in-out;
}

.work__section .work__items .work__content h5 a:hover {
  color: var(--theme-color);
}

.work__section .work__items .work__content p {
  margin-bottom: 15px;
}

.work__section .work__items .work__content .arrow__button {
  font-size: 18px;
  position: relative;
  transform: translateX(0);
  transition: 0.7s;
  display: inline-block;
}

.work__section .work__items .work__content .arrow__button::before {
  position: absolute;
  content: "Know More";
  font-weight: 600;
  color: var(--theme-color);
  font-size: 16px;
  left: -95px;
  top: -2px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.work__section .work__items:hover .work__content .arrow__button {
  transform: translateX(95px);
  color: var(--theme-color);
}

.work__section .work__items:hover .work__content .arrow__button::before {
  opacity: 1;
}

.counter__section {
  background: url(../img/counter/counter-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.counter__section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.main-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.main-counter-wrapper .counter-items {
  width: 25%;
  text-align: center;
}

.main-counter-wrapper .counter-items .counter-content {
  margin: 0 auto;
}

.main-counter-wrapper .counter-items .counter-content .cont {
  justify-content: center;
}

.main-counter-wrapper .counter-items .counter-content .cont span {
  color: var(--white-color);
  font-size: 57px;
  font-weight: 600;
  margin-top: 4px;
}

.main-counter-wrapper .counter-items .counter-content h2 {
  color: var(--white-color);
  font-size: 57px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.main-counter-wrapper .counter-items .counter-content p {
  font-size: 17px;
  margin-top: 8px;
  color: var(--white-color);
}

@media screen and (max-width: 991px) {
  .main-counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .main-counter-wrapper .counter-items {
    width: 31.6666666667%;
  }

  .main-counter-wrapper .counter-items:not(:last-child) {
    margin-bottom: 30px;
  }

  .main-counter-wrapper .counter-items .counter-content .thumb {
    width: 80px;
    height: 80px;
  }

  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  .main-counter-wrapper .counter-items {
    width: 47.5%;
  }

  .main-counter-wrapper .counter-items:not(:last-child) {
    margin-bottom: 0;
  }

  .main-counter-wrapper .counter-items:nth-child(1) {
    margin-bottom: 30px;
  }

  .main-counter-wrapper .counter-items:nth-child(2) {
    margin-bottom: 30px;
  }

  .main-counter-wrapper .counter-items .counter-content .thumb {
    width: 60px;
    height: 60px;
  }

  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 44px;
  }

  .main-counter-wrapper .counter-items .counter-content .cont span {
    font-size: 44px;
    margin-top: 2px;
  }
}

@media screen and (max-width: 500px) {
  .main-counter-wrapper .counter-items {
    width: 47.5%;
  }

  .main-counter-wrapper .counter-items .counter-content .thumb {
    width: 50px;
    height: 50px;
  }

  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 31px;
  }

  .main-counter-wrapper .counter-items .counter-content .cont span {
    font-size: 31px;
    margin-top: 2px;
  }

  .main-counter-wrapper .counter-items .counter-content p {
    font-size: 16px;
  }
}

.donate__section .donate__items {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

.donate__section .donate__items .donate__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}

.donate__section .donate__items .donate__content {
  padding: 30px 30px;
}

.donate__section .donate__items .donate__content h5 {
  margin-bottom: 10px;
}

.donate__section .donate__items .donate__content h5 a {
  transition: all 0.3s ease-in-out;
}

.donate__section .donate__items .donate__content h5 a:hover {
  color: var(--theme-color);
}

.donate__section .donate__items .donate__content .cmn--btn {
  text-align: center;
  width: 100%;
}

.main-progress .progress-container {
  position: relative;
  background: #eee;
  height: 6px;
  width: 100%;
  border-radius: 6px;
}

.main-progress .progress-container .main-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  overflow: initial;
  background-color: var(--theme-color);
}

.main-progress .progress-container .main-scle2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background-color: var(--theme-color);
}

.main-progress .donate__item {
  margin-top: 10px;
}

.main-progress .donate__item span {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
}

.involve__section {
  background: url(../img/involve/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.involve__section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.involve__section .involve__items {
  max-width: 650px;
  position: relative;
}

.involve__section .involve__items h6 {
  color: var(--theme-color);
  font-weight: 700;
  margin-bottom: 20px;
}

.involve__section .involve__items h2 {
  color: var(--white-color);
}

.bg__style__two {
  background-attachment: fixed;
}

.project__section .project__items .project__thumb {
  position: relative;
}

.project__section .project__items .project__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.project__section .project__items .project__thumb .project__content {
  position: absolute;
  top: auto;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: var(--theme-color);
  gap: 20px;
}

@media (max-width: 575px) {
  .project__section .project__items .project__thumb .project__content {
    padding: 30px 25px;
    gap: 15px;
  }
}

.project__section .project__items .project__thumb .project__content h6 {
  text-transform: capitalize;
  color: var(--white-color);
}

@media (max-width: 575px) {
  .project__section .project__items .project__thumb .project__content h6 {
    font-size: 13px;
  }
}

.project__section .project__items .project__thumb .project__content .icon {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid var(--white-color);
  text-align: center;
  line-height: 50px;
}

@media (max-width: 575px) {
  .project__section .project__items .project__thumb .project__content .icon {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .project__section .project__items .project__thumb .project__content .icon i {
    font-size: 13px;
  }
}

.project__section .project__items .project__thumb .project__content .icon i {
  color: var(--white-color);
}

.project__section .swiper-slide .project__items {
  overflow: hidden;
}

.project__section .swiper-slide .project__items .project__thumb .project__content {
  bottom: -200px;
  opacity: 0;
  transition: 1s;
}

.project__section .swiper-slide.swiper-slide-active .project__items .project__thumb .project__content {
  bottom: 30px;
  left: 30px;
  opacity: 1;
}

.project__section .project__style__two .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project__section .project__style__two .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.project__section .project__style__two .thumb .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  background-color: var(--theme-color);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.project__section .project__style__two .thumb .content h6 {
  text-transform: capitalize !important;
}

.project__section .project__style__two:hover .thumb img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.project__section .project__style__two:hover .content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.project__section .project__style__two:hover .content .content__two {
  text-align: center;
  padding: 0 20px;
}

.project__section .project__style__two:hover .content .content__two h6 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.project__section .project__style__two:hover .content .content__two h6 a {
  color: var(--white-color);
}

.project__section .project__style__two:hover .content .content__two p {
  color: var(--white-color);
}

.project__section .project__style__two:hover .content .content__two .cmn--btn3 {
  border: 1px solid var(--white-color);
  font-size: 16px;
  font-weight: 600;
  padding: 13px 25px 13px;
  text-transform: uppercase;
  color: var(--white-color);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.project__section .project__style__two:hover .content .content__two .cmn--btn3:hover {
  background-color: var(--white-color) !important;
  color: var(--theme-color);
}

.swiper-dot .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  border-radius: 5px;
  transition: 0.6s;
  border: 1px solid var(--theme-color);
  background-color: var(--white-color);
  opacity: 1;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  transition: 0.6s;
}

.faq__section .faq__thumb {
  position: relative;
}

.faq__section .faq__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.faq__section .faq__thumb .dot {
  width: 120px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  animation: up-down 6s ease-out infinite;
}

@media screen and (max-width: 575px) {
  .faq__section .faq__thumb .dot {
    display: none;
  }
}

.faq__section .faq__thumb .dot2 {
  width: 60px;
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: left-right 6s ease-out infinite;
}

@media screen and (max-width: 575px) {
  .faq__section .faq__thumb .dot2 {
    display: none;
  }
}

.faq__section .faq__header h6 {
  text-transform: uppercase;
  color: var(--theme-color);
}

@media (max-width: 1199px) {
  .faq__section .faq__header {
    margin-bottom: 15px;
  }
}

.faq__section .faq__header .witr_bar_main .witr_bar_inner {
  width: 40px;
}

.faq__section .faq__header h2 {
  text-transform: capitalize;
  margin-top: 10px;
  line-height: 55px;
}

@media (max-width: 1199px) {
  .faq__section .faq__header h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .faq__section .faq__header h2 {
    font-size: 28px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .faq__section .faq__header h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

.faq__section .accordion__wrap .accordion-item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  background: var(--white-color);
  border: none;
}

.faq__section .accordion__wrap .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}

.faq__section .accordion__wrap .accordion-item .accordion-header .accordion-button {
  border-radius: 5px;
  box-shadow: none;
  font-size: 1.1rem;
  line-height: 150%;
  font-weight: 500;
  color: var(--pra-color);
}

@media (max-width: 500px) {
  .faq__section .accordion__wrap .accordion-item .accordion-header .accordion-button {
    font-size: 1rem;
  }
}

.faq__section .accordion__wrap .accordion-item .accordion-header .accordion-button::after {
  background: url(../../assets/img/faq/plus.png) no-repeat center center;
  background-size: 2vh;
  background-color: var(--theme-color);
  width: 25px;
  height: 25px;
  border-radius: 3.75px;
}

.faq__section .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  background: url(../../assets/img/faq/remove.png) no-repeat center center;
  background-size: 2vh;
  background-color: var(--theme-color);
  width: 25px;
  height: 25px;
  border-radius: 3.75px;
}

.faq__section .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--pra-color);
  background-color: var(--white-color);
  box-shadow: none;
  border-bottom: 1px solid var(--border-color);
}

.faq__section .accordion__wrap .accordion-body p {
  font-size: 0.9rem;
  color: var(--pra-color);
  line-height: 150%;
}

.faq__section .faq__section__four {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .faq__section .faq__section__four .accordion__thumb__four {
    width: 600px;
  }

  .faq__section .faq__section__four .accordion__thumb__four img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .faq__section .faq__section__four .accordion__thumb__four {
    width: 500px;
  }

  .faq__section .faq__section__four .accordion__thumb__four img {
    width: 100%;
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .faq__section .faq__section__four .accordion__thumb__four {
    display: none;
  }
}

.faq__section .accordion__four__contnt .accordion__wrap .accordion-item {
  background: var(--white-color);
  box-shadow: unset;
}

.faq__section .accordion__four__contnt .accordion__wrap .accordion-item .accordion-header .accordion-button {
  background: var(--accorlightbg);
}

.faq__section .accordion__four__contnt .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--accorlight);
}

.process__section .process__items .process__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}

.process__section .process__items .process__content {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: var(--white-color);
}

.process__section .process__items .process__content h6 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.testimonial__section .testi__items {
  background: url(../img/testimonial/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.testimonial__section .testi__items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.testimonial__section .testi__items .testi__wrap {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  position: relative;
  gap: 15px;
}

.testimonial__section .testi__items .testi__wrap .testi__thumb img {
  border-radius: 100%;
}

.testimonial__section .testi__items .testi__wrap .content {
  position: relative;
}

.testimonial__section .testi__items .testi__wrap .content h6 {
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0;
}

.testimonial__section .testi__items .testi__wrap .content span {
  font-size: 18px;
  color: var(--white-color);
}

.testimonial__section .testi__items p {
  color: var(--white-color);
  position: relative;
}

.testimonial__section .testi__items ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative;
}

.testimonial__section .testi__items ul li {
  margin-right: 4px;
}

.testimonial__section .testi__items ul li i {
  color: var(--theme-color);
}

.contact__info__section .cmn--btn {
  width: 100%;
  border: none;
  padding: 13px 10px 13px;
}

.contact__info__section .cmn--btn i {
  margin-right: 5px;
}

.contact__right {
  background-color: var(--white-color);
  padding: 60px 80px;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .contact__right {
    padding: 30px 30px;
  }
}

.contact__right .info__header h6 {
  text-transform: capitalize;
  color: var(--theme-color);
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .contact__right .info__header h6 {
    font-size: 14px;
  }
}

.contact__right .info__header h3 {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.contact__right .form__clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  color: var(--black-color);
  background-color: var(--section-color);
  font-size: 16px;
}

@media (max-width: 1199px) {
  .contact__right .form__clt input {
    font-size: 14px;
  }
}

.contact__right .form__clt__big textarea {
  padding: 14px 15px 130px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  color: var(--black-color);
  background-color: var(--section-color);
}

@media (max-width: 1199px) {
  .contact__right .form__clt__big textarea {
    font-size: 14px;
  }
}

.left__info h3 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .left__info h3 {
    font-size: 28px !important;
  }
}

@media (max-width: 767px) {
  .left__info h3 {
    font-size: 22px !important;
  }
}

@media (max-width: 575px) {
  .left__info h3 {
    font-size: 18px !important;
  }
}

.left__info .info__wrap {
  gap: 20px;
}

.left__info .info__wrap .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color);
  border-radius: 100px;
  text-align: center;
}

.left__info .info__wrap .icon i {
  color: var(--white-color);
}

.left__info .info__wrap .content h6 {
  text-transform: capitalize;
}

.style__two .left__info {
  border: 1px solid var(--border-color);
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 4px;
  margin-top: 8px;
}

.style__two .left__info .info__wrap {
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 25px;
  position: relative;
  flex-wrap: wrap;
}

.style__two .contact__right .form__clt input {
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
}

.style__two .contact__right .form__clt__big textarea {
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
}

.feature__section .feature__thumb {
  position: relative;
}

.feature__section .feature__thumb::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  width: 75px;
  height: 390px;
  background: var(--theme-color);
  z-index: -1;
}

@media (max-width: 767px) {
  .feature__section .feature__thumb::before {
    display: none;
  }
}

.feature__section .feature__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.feature__section .feature__content h3 {
  text-transform: uppercase;
}

.feature__section .feature__items {
  border: 2px solid #eef2fb;
  padding: 40px 15px 50px;
  border-radius: 10px;
}

.feature__section .feature__items .content h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.feature__section .feature__items .content p {
  margin-bottom: 5px;
}

.feature__section .feature__items .content a {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
}

.service__section .service__items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.service__section .service__items .content {
  position: relative;
  overflow: hidden;
  background: var(--theme-color);
  margin: -80px auto 0;
  width: calc(100% - 60px);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 24px -6px rgba(19, 16, 34, 0.1);
  z-index: 1;
}

.service__section .service__items .content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: -4px;
  left: 0;
  background: var(--white-color);
  z-index: -1;
}

.service__section .service__items .content h5 {
  margin-bottom: 10px;
}

.service__section .service__items .content h5 a {
  transition: all 0.3s ease-in-out;
}

.service__section .service__items .content h5 a:hover {
  color: var(--theme-color);
}

.service__section .service__items .content p {
  margin-bottom: 10px;
}

.service__section .service__items .content .btns {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.service__section .service__items .content .btns:hover {
  color: var(--theme-color);
}

.gallery__section .gallery__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product__section .top__bar {
  gap: 20px;
}

.product__section .product__items {
  padding: 30px;
  padding-bottom: 50px;
  box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

.product__section .product__items .product__thumb {
  overflow: hidden;
  position: relative;
  padding: 25px;
}

.product__section .product__items .product__thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.product__section .product__items .product__thumb .product__icon {
  position: absolute;
  right: 0;
  top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.product__section .product__items .product__thumb .product__icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--theme-color);
  margin: 0px 2px;
  transition: all 0.4s ease-out 0s;
  transform: scaleX(0);
  cursor: pointer;
}

.product__section .product__items .product__thumb .product__icon li a i {
  color: var(--white-color);
  font-size: 14px;
}

.product__section .product__items:hover .product__thumb .product__icon li {
  transform: scaleX(1) !important;
}

.product__section .product__items .product__content {
  position: relative;
}

.product__section .product__items .product__content p {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 15px;
}

.product__section .product__items .product__content h6 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}

.product__section .product__items .product__content h6 a {
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
}

.product__section .product__items .product__content h6 a:hover {
  color: var(--theme-color);
}

.product__section .product__items .product__content .product__price {
  gap: 10px;
}

.product__section .product__items .product__content .product__price del {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
}

.product__section .product__items .product__content .product__price h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--theme-color);
  font-size: 16px;
}

.product__section .product__items .product__content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.product__section .product__items .product__content ul li i {
  color: var(--theme-color);
  font-size: 14px;
}

.product__section .product__items .product__btn {
  padding: 15px 0;
}

.product__section .product__items:hover .product__thumb img {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}

.product__section .style__shop .product__thumb {
  position: relative;
}

.product__section .style__shop .product__thumb .product__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  gap: 5px;
}

.product__section .style__shop .product__thumb .product__icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--theme-color);
  margin: 0px 2px;
  transition: all 0.4s ease-out 0s;
  transform: scaleX(0);
  cursor: pointer;
}

.product__section .style__shop .product__thumb .product__icon li a i {
  color: var(--white-color);
}

.product__section .style__shop:hover .product__thumb .product__icon li {
  transform: scaleX(1) !important;
}

.product__section .title {
  text-transform: uppercase;
}

.product__section .top__bar {
  border-radius: 5px;
}

.product__section .top__bar .items .form__select {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  padding: 10px 40px 10px 20px;
}

@media (max-width: 991px) {
  .product__section .top__bar .items .form__select {
    font-size: 10px;
  }
}

@media (max-width: 450px) {
  .product__section .top__bar .items .form__select span {
    font-size: 9px !important;
  }
}

.product__section .top__bar .items .form__select::after {
  border-bottom: 2px solid var(--border-color);
  border-right: 2px solid var(--border-color);
}

.product__section .top__bar .items .form__select span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black-color);
}

@media (max-width: 991px) {
  .product__section .top__bar .items .form__select span {
    font-size: 12px;
    font-weight: 500;
  }
}

.cart__section .main__cart__wrap {
  border-radius: 5px;
}

.cart__section .main__cart__wrap .cart__wrapper {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  background: var(--shopbg);
  padding: 40px 40px;
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table {
  width: 100%;
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table thead {
  border-bottom: 1px solid var(--border-color);
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table thead tr th {
  padding-bottom: 16px;
  color: var(--black-color);
  font-size: 18px;
  text-transform: capitalize;
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item td {
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0;
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info img {
  border-radius: 5px;
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-price {
  color: var(--theme-color);
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #F5F4FE;
  width: 100px;
  border-radius: 5px;
  padding: 2px 20px;
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity span {
  display: block;
  color: var(--theme-color);
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a {
  display: block;
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a i {
  color: var(--theme-color);
}

.cart__section .main__cart__wrap .cart__wrapper .cart-items-wrapper table tbody .cart-item .cart-item-remove a i {
  color: var(--theme-color);
}

.cart__section .main__cart__wrap .cart__wrapper-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.cart__section .main__cart__wrap .cart__wrapper-footer form {
  border: 1px solid var(--border-color);
  padding: 8px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart__section .main__cart__wrap .cart__wrapper-footer form input {
  color: var(--pra-color);
  padding: 5px 5px;
  border: none;
  font-weight: 500;
  outline: none;
  background: transparent;
}

.cart__section .main__cart__wrap .cart__wrapper-footer form button {
  outline: none;
  border: none;
}

.cart__section .main__cart__wrap .cart__pragh__box {
  margin-top: 24px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.cart__section .main__cart__wrap .cart__graph {
  border: 1px solid var(--border-color);
  padding: 30px 30px;
  border-radius: 5px;
}

.cart__section .main__cart__wrap .cart__graph h4 {
  text-align: center;
  color: var(--black-color);
  margin-bottom: 30px;
}

.cart__section .main__cart__wrap .cart__graph ul {
  margin-bottom: 30px;
}

.cart__section .main__cart__wrap .cart__graph ul li {
  display: flex;
}

.cart__section .main__cart__wrap .cart__graph ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.cart__section .main__cart__wrap .cart__graph ul li span {
  width: 50%;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .cart__wrapper {
    overflow-x: scroll;
  }

  .cart__wrapper .cart-items-wrapper {
    width: 700px;
  }

  .cart__wrapper .cart__wrapper-footer {
    width: 700px;
  }
}

.shop__single .shop__single__content h3 {
  text-transform: capitalize;
}

.shop__single .shop__single__content .describtion__reviews {
  padding: 10px 0px;
}

.shop__single .shop__single__content .describtion__reviews .nav {
  border: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.shop__single .shop__single__content .describtion__reviews .nav .nav-item {
  border: none;
}

.shop__single .shop__single__content .describtion__reviews .nav .nav-item .nav-link {
  padding: 0 0;
  border: none;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--black-color);
}

.shop__single .shop__single__content .describtion__reviews .nav .nav-item .nav-link.active {
  color: var(--theme-color);
  background: none;
}

.shop__single .shop__single__content .product-description__content-footer {
  margin-top: 14px;
}

.shop__single .shop__single__content .product-description__content-footer .product-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop__single .shop__single__content .product-description__content-footer .product-pricing-single {
  padding: 20px 20px;
  background: #F6F5FE;
  border-radius: 5px;
}

.shop__single .shop__single__content .product-description__content-footer .product-pricing-single .product-color-variations label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.shop__single .shop__single__content .product-description__content-footer .product-pricing-single .product-color-variations label input {
  border: none;
  box-shadow: none;
  outline: none;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 100%;
  overflow: hidden;
  display: block;
}

.shop__single .shop__single__content .product-description__content-footer .product-pricing-single .product-color-variations label i {
  font-size: 24px;
  color: var(--black-color);
}

.shop__single .shop__single__content .product-description__content-footer .product-pricing-single p {
  color: var(--black-color);
}

.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator .product-quant {
  color: var(--black-color);
}

.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator .cart-incre i,
.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator .cart-decre i {
  color: var(--theme-color);
}

.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator span:nth-of-type(1),
.shop__single .shop__single__content .product-description__content-footer .product-pricing-calculator span:nth-of-type(3) {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--place2bor);
  border: 1px solid var(--theme-color);
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

.review__section {
  overflow: hidden;
  background-color: #F6F5FF;
}

.female__img {
  width: 100%;
}

.female__img img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .female__review {
    margin-bottom: 35px;
  }
}

.female__review .write__review__wrap {
  margin-top: 40px;
}

.female__review .write__review__wrap .title {
  margin-bottom: 28px;
  color: var(--black-color);
  text-transform: uppercase;
}

.female__review .write__review__wrap form input {
  width: 100%;
  border: 1px solid var(--border-color);
  color: vvar(--pra-color);
  padding: 12px 24px;
  outline: none;
  border-radius: 5px;
}

.female__review .write__review__wrap form .form__star {
  border-radius: 5px;
  width: 100%;
  border: 1px solid var(--border-color);
  color: var(--pra-color);
  background-color: var(--white-color);
  padding: 12px 24px;
}

.female__review .write__review__wrap form .form__star a i {
  font-size: 16px;
  color: var(--theme-color);
}

.female__review .write__review__wrap form ::placeholder {
  color: var(--pra-color);
}

.female__review .write__review__wrap form textarea {
  border: 1px solid var(--border-color);
  color: var(--pra-color);
  padding: 12px 24px;
  outline: none;
  box-shadow: none;
}

.female__review .write__review__wrap form .cmn--btn {
  width: 170px;
  border: none;
  outline: none;
  margin-left: 10px;
}

.image .choose__slide__one img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.image .choose__slide__one .swiper-slide.swiper-slide-thumb-active img {
  border-radius: 10px;
}

.image .choose__slide__two img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.image .choose__slide__two .swiper-slide {
  border: 1px solid transparent;
  transition: 0.4s;
}

.image .choose__slide__two .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--theme-color);
  border-radius: 10px;
}

.image .choose__slide__two .swiper-slide.swiper-slide-thumb-active img {
  border-radius: 10px;
}

.team__section .team__items .team__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.team__section .team__items .team__content {
  position: relative;
  padding: 25px 30px;
  border-radius: 10px;
  text-align: center;
  margin: -50px 15px 0;
  box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.04);
  z-index: 1;
  background-color: var(--theme-color);
}

.team__section .team__items .team__content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: -4px;
  left: 0;
  background: var(--white-color);
  z-index: -1;
}

.team__section .team__items .team__content h6 {
  text-transform: capitalize;
  font-weight: 600;
}

.team__section .team__items .team__content h6 a {
  transition: all 0.3s ease-in-out;
}

.team__section .team__items .team__content h6 a:hover {
  color: var(--theme-color);
}

.team__section .team__items .team__content p {
  text-transform: capitalize;
  color: var(--theme-color);
  margin-top: 5px;
}

.team__section .team__items .team__content .social__icon {
  gap: 10px;
  margin-top: 20px;
}

.team__section .team__items .team__content .social__icon li {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.team__section .team__items .team__content .social__icon li a i {
  color: var(--theme-color);
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.team__section .team__items .team__content .social__icon li:hover {
  background-color: var(--theme-color);
}

.team__section .team__items .team__content .social__icon li:hover a i {
  color: var(--white-color);
}

.logo__section .logo__thumb {
  width: 120px;
  height: 120px;
  text-align: center;
  margin: 0 auto;
}

.logo__section .logo__thumb img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .logo__section .owl-dots {
    display: none;
  }
}

.error__section .error__content h1 {
  font-size: 200px;
}

.error__section .error__content h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.error__section .error__content p {
  text-align: center !important;
  max-width: 100%;
}

.map__section .googpemap iframe {
  width: 100%;
  height: 650px;
}

.details__section .details__items .title {
  text-transform: capitalize;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .details__section .details__items .title {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .details__section .details__items .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .details__section .details__items .title {
    font-size: 24px;
    line-height: 35px;
  }
}

.details__section .details__items .details__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.details__section .details__items .details__content {
  padding: 30px 0;
}

.details__section .details__items .details__content h3 {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.details__section .details__items .details__content p {
  max-width: 100%;
}

.details__section .details__items .img__item {
  padding: 30px 0;
}

.details__section .details__items .img__item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.details__section .details__items .img__item .mt-25 {
  margin-top: 25px;
}

.details__section .details__items .prev__next__btns {
  padding: 30px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.details__section .details__items .prev__next__btns .text {
  font-size: 16px;
  color: var(--black-color);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.details__section .details__items .prev__next__btns .text:hover {
  color: var(--theme-color);
}

.details__section .details__items .prev__next__btns .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: var(--theme-color);
  border-radius: 100px;
  background: var(--section-color);
}

.details__section .details__items .prev__next__btns .prev__btn,
.details__section .details__items .prev__next__btns .next__btn {
  gap: 15px;
}

.details__section .service__details .service__wrap .service__list {
  gap: 25px;
}

@media (max-width: 1199px) {
  .details__section .service__details .service__wrap .service__list {
    flex-wrap: wrap;
  }
}

.details__section .service__details .service__wrap .service__list .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background-color: var(--theme-color);
  text-align: center;
}

.details__section .service__details .service__wrap .service__list .icon i {
  color: var(--white-color);
  font-size: 16px;
}

.details__section .service__details .pra__text {
  max-width: 100%;
}

.details__section .service__details .special__box {
  background-color: var(--theme-color);
  padding: 40px;
  border-radius: 10px;
}

.details__section .service__details .special__box h5 {
  line-height: 40px;
  color: var(--white-color);
}

.details__section .service__details .benefit__item .points {
  position: relative;
}

.details__section .service__details .benefit__item .points li {
  position: relative;
  font-size: 16px;
  padding-left: 25px;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 12px;
}

.details__section .service__details .benefit__item .points li::before {
  position: absolute;
  content: "\f14a";
  left: 0px;
  top: 5px;
  color: var(--theme-color);
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  font-family: "FontAwesome";
  font-size: 16px;
}

.sidebar__right .widget__tittle h4 {
  text-transform: capitalize;
}

.sidebar__right .widget__tittle h5 {
  text-transform: capitalize;
}

.sidebar__right .service__list {
  position: relative;
}

.sidebar__right .service__list li {
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

.sidebar__right .service__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}

.sidebar__right .service__list li a span {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .sidebar__right .service__list li a span {
    font-size: 15px;
  }
}

.sidebar__right .service__list li:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.sidebar__right .service__list li:hover a {
  color: var(--white-color);
}

.sidebar__right .service__list .active {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.sidebar__right .service__list .active a {
  color: var(--white-color);
}

.sidebar__right .service__helping {
  background-color: var(--white-color);
  box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.04);
}

.sidebar__right .service__helping .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.sidebar__right .service__helping .helping__content {
  padding: 20px 25px;
}

.sidebar__right .service__helping .helping__content h4 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.sidebar__right .service__helping .helping__content p {
  text-transform: capitalize;
}

.sidebar__right .service__helping .helping__content ul li {
  font-size: 18px;
  font-weight: 500;
}

.sidebar__right .service__helping .helping__content ul li i {
  color: var(--theme-color);
  margin-right: 4px;
  font-size: 18px;
}

.sidebar__right .service__helping .helping__content ul li span a {
  color: var(--pra-color);
  text-transform: capitalize;
}

.sidebar__right form {
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 1px solid var(--border-color);
}

.sidebar__right form input {
  width: 100%;
  border-radius: 5px;
  padding: 12px 20px;
  border: none;
  outline: none;
  background: transparent;
  color: var(--black-color);
}

.sidebar__right form button {
  margin-right: 10px;
  margin-top: 8px;
  background: none;
  border: none;
  outline: none;
}

.sidebar__right form button i {
  color: var(--theme-color);
}

.sidebar__right .recent__wrap .recent__items {
  display: flex;
  align-items: center;
  gap: 9px 20px;
}

.sidebar__right .recent__wrap .recent__items .recent__content {
  width: calc(100% - 150px);
}

.sidebar__right .recent__wrap .recent__items .recent__content h6 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 500px) {
  .sidebar__right .recent__wrap .recent__items .recent__content h6 {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.sidebar__right .recent__wrap .recent__items .recent__content h6:hover {
  color: var(--theme-color);
}

@media (max-width: 1199px) {
  .sidebar__right .recent__wrap .recent__items .recent__content p {
    font-size: 14px !important;
  }
}

.sidebar__right .recent__wrap .recent__items .recent__content .date {
  font-size: 16px;
  color: var(--theme-color);
}

@media (max-width: 500px) {
  .sidebar__right .recent__wrap .recent__items .recent__content .date {
    font-size: 14px;
  }
}

.sidebar__right .recent__wrap .recent__items:not(:last-child) {
  margin-bottom: 24px;
}

.sidebar__right .recent__wrap .recent__items .thumb {
  display: block;
  width: 120px;
}

.sidebar__right .recent__wrap .recent__items .thumb img {
  width: 100%;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .sidebar__right .recent__wrap .recent__items {
    gap: 9px 12px;
  }

  .sidebar__right .recent__wrap .recent__items .thumb {
    width: 100px;
  }

  .sidebar__right .recent__wrap .recent__items .recent__content {
    width: calc(100% - 100px);
  }
}

.sidebar__right .tag__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sidebar__right .tag__list li {
  margin: 0 8px 8px 0;
}

.sidebar__right .tag__list li a {
  font-size: 16px;
  display: inline-block;
  padding: 5px 18px;
  color: var(--black-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s;
}

.sidebar__right .tag__list li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.sidebar__right .recent__btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sidebar__right .recent__btn span {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}

.sidebar__right .recent__btn .icon i {
  font-size: 14px;
  color: var(--theme-color);
}

.team__details {
  overflow: hidden;
}

.team__details .team__left .details__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.team__details .details__cont h3 {
  text-transform: capitalize;
  margin-bottom: 15px;
}

.team__details .details__cont span {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 600;
  text-transform: uppercase;
}

.team__details .details__cont p {
  margin-top: 15px;
  max-width: 100%;
}

.team__details .details__cont .list__item li {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
}

.team__details .details__cont .list__item li i {
  color: var(--theme-color);
  font-size: 16px;
  margin-right: 5px;
}

.team__details .bottom__info .bottom__content h3 {
  text-transform: capitalize;
  margin-bottom: 15px;
}

.team__details .bottom__info .bottom__content ul li {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}

.team__details .bottom__info .bottom__content .social__icon li {
  border: 1px solid var(--theme-color);
}

.team__details .bottom__info .bottom__content .social__icon li a i {
  color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}

.team__details .bottom__info .bottom__content .social__icon li:hover a i {
  color: var(--white-color);
}

.progressbar-wrap {
  margin-top: 33px;
}

.progressbar-wrap .progress-element {
  width: 100%;
  margin: 0 0 16px;
}

.progressbar-wrap .progress-element h6 {
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--black-color);
  font-family: "Barlow", sans-serif;
}

.progressbar-wrap .progress-element .main-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progressbar-wrap .progress-element .main-progress h6 {
  padding-left: 20px;
  margin-bottom: 0px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
}

.progressbar-wrap .progress-element .main-progress .pro-count {
  font-size: 16px;
  color: var(--black-color);
  font-family: "Barlow", sans-serif;
}

.progressbar-wrap .progress-element .main-progress .progress-container {
  position: relative;
  background: #eee;
  height: 6px;
  width: 100%;
  border-radius: 6px;
}

.progressbar-wrap .progress-element .main-progress .progress-container .main-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  overflow: initial;
  background-color: var(--theme-color);
}

.progressbar-wrap .progress-element .main-progress .progress-container .main-scale::before {
  position: absolute;
  content: "";
  left: -1px;
  top: -2px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 5px rgba(87, 86, 86, 0.25);
  background: var(--theme-color);
  animation: loader 3s;
  animation-iteration-count: infinite;
}

.progressbar-wrap .progress-element .main-progress .progress-container .main-scale::after {
  position: absolute;
  content: "";
  left: 1px;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: var(--white-color);
  animation: loader 3s;
  animation-iteration-count: infinite;
}

.progressbar-wrap .progress-element .main-progress .progress-container .main-scle2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background-color: var(--theme-color);
}

.progressbar-wrap .progress-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  background: var(--theme-color);
}

.style__progress {
  margin-top: 30px;
}

@keyframes loader {
  0% {
    left: 0px;
  }

  90% {
    left: 100%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.blog__details {
  overflow: hidden;
}

.blog__details .blog__details__items .details__wrapper {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.blog__details .blog__details__items .details__wrapper .details__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.blog__details .blog__details__items .details__wrapper .details__content {
  padding: 25px 25px;
}

.blog__details .blog__details__items .details__wrapper .details__content h3 {
  text-transform: capitalize;
  font-size: 28px;
  line-height: 40px;
}

@media (max-width: 1199px) {
  .blog__details .blog__details__items .details__wrapper .details__content h3 {
    line-height: 40px !important;
  }
}

@media (max-width: 991px) {
  .blog__details .blog__details__items .details__wrapper .details__content h3 {
    font-size: 24px;
    line-height: 35px !important;
  }
}

@media (max-width: 575px) {
  .blog__details .blog__details__items .details__wrapper .details__content h3 {
    font-size: 18px;
    line-height: 28px !important;
  }
}

.blog__details .blog__details__items .details__wrapper .details__content p {
  max-width: 100%;
}

.blog__details .blog__details__items .details__wrapper .details__content ul {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

@media (max-width: 575px) {
  .blog__details .blog__details__items .details__wrapper .details__content ul {
    flex-wrap: wrap;
  }
}

.blog__details .blog__details__items .details__wrapper .details__content ul li {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--paragraph-color);
}

.blog__details .blog__details__items .details__wrapper .details__content ul li i {
  margin-right: 8px;
  color: var(--theme-color);
  font-size: 16px;
}

.blog__details .blog__details__items .details__wrapper .details__content .more__details__item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.blog__details .blog__details__items .details__wrapper .details__content .video__thumb {
  margin: 28px 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog__details .blog__details__items .details__wrapper .details__content .video__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.blog__details .blog__details__items .details__wrapper .details__content .video__thumb .video-btn {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: var(--theme-color);
  text-align: center;
  line-height: 58px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.4s;
}

.blog__details .blog__details__items .details__wrapper .details__content .video__thumb .video-btn i {
  font-size: 18px;
  color: var(--white-color);
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(69, 47, 244, 0.1);
  padding-top: 24px;
  margin-top: 28px;
}

@media (max-width: 500px) {
  .blog__details .blog__details__items .details__wrapper .details__content .standard__footer {
    display: grid;
    gap: 15px;
  }
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn .icon {
  margin-top: 6px;
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn .icon i {
  font-size: 22px;
  color: var(--theme-color);
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn span {
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-color);
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 .icon i {
  font-size: 16px;
  color: var(--theme-color);
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 span {
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 span:hover {
  color: var(--theme-color);
}

.blog__details .blog__details__items .comments__wrap {
  padding: 28px 28px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

@media (max-width: 575px) {
  .blog__details .blog__details__items .comments__wrap {
    padding: 20px 15px;
  }
}

.blog__details .blog__details__items .comments__wrap h4 {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .blog__details .blog__details__items .comments__wrap h4 {
    font-size: 28px;
    padding-bottom: 22px;
  }
}

.reviews__boxes {
  padding: 15px 0;
  display: flex;
  gap: 20px;
}

.reviews__boxes:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

@media (max-width: 1199px) {
  .reviews__boxes {
    flex-wrap: wrap;
  }
}

.reviews__boxes .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.reviews__boxes .thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.reviews__boxes .thumb__review {
  width: 60px;
  height: 60px;
}

.reviews__boxes .thumb__review img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.reviews__boxes .review-content {
  width: calc(100% - 100px);
}

@media (max-width: 1199px) {
  .reviews__boxes .review-content {
    width: 100%;
  }
}

.reviews__boxes .review-content .name__ratting {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}

.reviews__boxes .review-content .name {
  font-size: 18px;
  font-weight: 500;
  color: var(--black-color);
  font-weight: 600;
  text-transform: capitalize;
}

.reviews__boxes .review-content .time {
  font-size: 16px;
  color: var(--paragraph-color);
  font-weight: 500;
  margin-left: 10px;
}

.reviews__boxes .review-content p {
  font-size: 16px;
  margin-bottom: 10px;
}

.reviews__boxes .review-content .liked__wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

.reviews__boxes .review-content .liked__wrap li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reviews__boxes .review-content .liked__wrap li span {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 400;
}

.reviews__boxes .review-content .liked__wrap li .icon {
  margin-top: 6px;
}

.reviews__boxes .review-content .liked__wrap li .icon i {
  color: var(--theme-color);
  font-size: 20px;
}

.reviews__boxes .review-content .ratting {
  display: flex;
  align-items: center;
  gap: 5px;
}

.reviews__boxes .review-content .ratting span {
  color: var(--theme-color);
  font-size: 16px;
}

.checkout__radio {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 24px;
}

.checkout__radio .primary-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--black-color);
  font-weight: 600;
}

.checkout__radio h4 {
  color: var(--black-color);
  margin-bottom: 16px;
}

.checkout__radio .checkout__radio-wrapper .checkout__radio-single .form-check-input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--border-color);
}

.checkout__radio .checkout__radio-wrapper .checkout__radio-single label {
  color: var(--black-color);
}

.checkout__radio .checkout__radio-wrapper .checkout__radio-single:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 500px) {
  .checkout__radio {
    padding: 10px;
  }
}

.checkout__single-wrapper .checkout__single h4 {
  color: var(--black-color);
  margin-bottom: 2rem;
}

.checkout__single-wrapper .checkout__single .checkout__single-form .input-single textarea,
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single .country-select,
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 12px 24px;
  color: var(--black-color);
}

.checkout__single-wrapper .checkout__single .checkout__single-form .input-single label {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.checkout__single-wrapper .checkout__single .checkout__single-form .input-single ::placeholder {
  color: var(--black-color);
}

.checkout__single-wrapper .checkout__single .checkout__single-form .payment {
  color: var(--black-color);
  margin-bottom: 12px;
}

.checkout__single-wrapper .boxshado__single {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
  margin-bottom: 24px;
}

@media (max-width: 575px) {
  .checkout__single-wrapper .boxshado__single {
    padding: 14px;
  }
}

.checkout__single-wrapper .checkout__single__bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
}

.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single textarea,
.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single .country-select,
.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single input {
  border: 1px solid var(--border-color);
  background: transparent;
}

@media (max-width: 575px) {
  .checkout__single-wrapper .checkout__single__bg {
    padding: 14px;
  }
}

.checkout__single-wrapper .checkout__single__bg .payment__save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.checkout__single-wrapper .checkout__single__bg .payment__save input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  background-color: var(--theme-color);
  outline: none;
  color: var(--theme-color);
}

.checkout__single-wrapper .checkout__single__bg .payment__save label {
  font-size: 16px;
  font-weight: 500;
  color: var(--pra-color);
}

.successful__section {
  padding: 240px 0 120px;
}

@media (max-width: 991px) {
  .successful__section {
    padding: 200px 0px;
  }
}

@media (max-width: 500px) {
  .successful__section {
    padding: 180px 0px;
  }
}

.payment__success__inner {
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: 5px;
  padding: 32px;
}

.payment__success__inner .payment__success__header {
  text-align: center;
  margin-bottom: 24px;
}

.payment__success__inner .payment__success__header .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  margin: 0 auto 20px;
}

.payment__success__inner .payment__success__header .icon i {
  color: var(--white-color);
  font-size: 24px;
}

.payment__success__inner .payment__success__header h2 {
  color: var(--black-color);
  margin-bottom: 20px;
}

.payment__success__inner .payment__success__header p {
  font-size: 18px;
  max-width: 100%;
}

@media (max-width: 575px) {
  .payment__success__inner .payment__success__header h2 {
    font-size: 26px;
  }

  .payment__success__inner .payment__success__header p {
    font-size: 16px;
  }
}

.payment__success__inner .payment__success__body {
  padding: 14px 24px;
  background: #F6F5FE;
  margin-bottom: 24px;
}

.payment__success__inner .payment__success__body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment__success__inner .payment__success__body ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.payment__success__inner .payment__success__body ul li span {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
}

.payment__success__inner .payment__success__body ul li .textbo {
  font-weight: 600;
}

@media (max-width: 575px) {
  .payment__success__inner .payment__success__body {
    padding: 14px 14px;
  }

  .payment__success__inner .payment__success__body li span {
    font-size: 14px !important;
  }
}

.payment__success__inner .payment__success__footer .payment-success__footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
}

.payment__success__inner .payment__success__footer .payment-success__footer-inner a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon {
  margin-top: 5px;
}

.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon i {
  font-size: 20px;
  color: var(--theme-color);
}

.payment__success__inner .payment__success__footer .payment-success__footer-inner a span {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .payment__success__inner .payment__success__footer .payment-success__footer-inner {
    flex-wrap: wrap;
  }
}

.payment__success__inner .payment__success__footer .dbutton {
  text-align: center;
  margin-top: 32px;
}

@media (max-width: 575px) {
  .payment__success__inner {
    padding: 15px;
  }
}

.signup__boxes {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
  background: var(--white);
  padding: 32px 32px;
}

@media (max-width: 1199px) {
  .signup__boxes {
    padding: 25px 18px;
  }
}

.signup__boxes form {
  padding: 0 0;
  background: transparent;
  border-radius: 0;
}

.signup__boxes form button {
  border: unset;
}

@media (max-width: 991px) {
  .signup__thumb {
    margin-top: 30px;
  }
}

.write__review {
  padding: 24px 24px;
  border-radius: 16px;
  background: var(--white);
}

.write__review .frm__grp input {
  background: rgba(26, 77, 190, 0.03);
  border-radius: 100px;
  color: var(--pragraph);
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 12px 24px;
  border: 1px solid var(--border);
  outline: none;
}

.write__review .frm__grp ::placeholder {
  color: var(--pragraph);
}

.write__review .frm__grp textarea {
  background: rgba(26, 77, 190, 0.03);
  border-radius: 30px;
  color: var(--pragraph);
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 12px 24px;
  border: 1px solid var(--border);
  outline: none;
}

.donate__details .donation__details__items .donate__details__image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.donate__details .donation__details__items .donate__details__content {
  padding: 30px 0;
}

.donate__details .donation__details__items .donate__details__content h4 {
  text-transform: capitalize;
}

.donate__details .donation__details__items .donate__details__content p {
  max-width: 100%;
  margin-top: 15px;
}

.donate__details .donation__details__items .details__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.donate__details .donation__details__items .content p {
  max-width: 100%;
}

.donate__details .donation__details__items .donation__amount__area {
  padding: 60px;
}

@media (max-width: 575px) {
  .donate__details .donation__details__items .donation__amount__area {
    padding: 22px;
  }
}

.donate__details .donation__details__items .donation__amount__area .amount__group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.donate__details .donation__details__items .donation__amount__area .amount__group span {
  position: absolute;
  padding: 22px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
}

.donate__details .donation__details__items .donation__amount__area .amount__group input {
  width: 268px;
  padding: 22px 0;
  padding-left: 100px;
  background-color: var(--white-color);
  border-radius: 6px;
  outline: none;
  border: none;
}

@media (max-width: 575px) {
  .donate__details .donation__details__items .donation__amount__area .amount__group input {
    width: 200px;
  }
}

.donate__details .donation__details__items .donation__amount__area .amount__group .amount__btn {
  width: 120px;
  padding: 22px 20px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  font-size: 16px;
}

.donate__details .donation__details__items .donation__amount__area .amount__group .amount__btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}

.donate__details .donation__details__items .donation__amount__area .amount__group .btn__two {
  width: 185px;
}

.donate__details .donation__details__items .donation__amount__area h4 {
  text-transform: capitalize;
}

.donate__details .donation__details__items .donation__amount__area .payment__btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.event__section .event__items {
  box-shadow: 1px 0px 14px 1px #ebebeb;
}

.event__section .event__items .event__thumb {
  position: relative;
}

.event__section .event__items .event__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}

.event__section .event__items .event__thumb .date__box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--theme-color);
  text-align: center;
  padding: 8px 0;
}

.event__section .event__items .event__thumb .date__box h3 {
  color: var(--white-color);
  margin-bottom: 0;
}

.event__section .event__items .event__thumb .date__box h6 {
  color: var(--white-color);
}

.event__section .event__items .event__content {
  padding: 30px 30px;
}

.event__section .event__items .event__content h5 {
  text-transform: capitalize;
  margin-bottom: 15px;
}

.event__section .event__items .event__content h5 a {
  transition: all 0.3s ease-in-out;
}

.event__section .event__items .event__content h5 a:hover {
  color: var(--theme-color);
}

.event__section .event__items .event__content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.event__section .event__items .event__content ul li i {
  color: var(--theme-color);
  margin-right: 5px;
}

@keyframes left-right {
  0% {
    margin: 0;
  }

  50% {
    margin-bottom: 100px;
  }

  100% {
    margin: 0;
  }
}

@keyframes up-down {
  0% {
    margin: 0;
  }

  50% {
    margin-right: 100px;
  }

  100% {
    margin: 0;
  }
}

/* Animation of the witr */
@-webkit-keyframes move_title_bg1 {
  from {
    left: 0;
  }

  to {
    left: 100%;
  }
}

@keyframes move_title_bg1 {
  from {
    left: 0;
  }

  to {
    left: 100%;
  }
}

@-webkit-keyframes move_title_bg2 {
  from {
    right: 0;
  }

  to {
    right: 100%;
  }
}

@keyframes move_title_bg2 {
  from {
    right: 0;
  }

  to {
    right: 100%;
  }
}

/* Animation of the witr */
/* Animation of the Video */
@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes video-animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

/* Animation of the Video */
.blog__section .blog__items {
  position: relative;
}

.blog__section .blog__items .blog__thumb {
  position: relative;
}

.blog__section .blog__items .blog__thumb img {
  width: 100%;
  height: 100%;
}

.blog__section .blog__items .blog__thumb .content {
  padding: 30px;
  background-color: var(--section-color);
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  left: 0;
}

@media (max-width: 575px) {
  .blog__section .blog__items .blog__thumb .content {
    padding: 20px;
  }
}

.blog__section .blog__items .blog__thumb .content h5 {
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .blog__section .blog__items .blog__thumb .content h5 {
    line-height: 30px;
  }
}

.blog__section .blog__items .content__up {
  padding: 30px;
  background-color: var(--section-color);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 60px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .blog__section .blog__items .content__up {
    padding: 20px;
  }
}

.blog__section .blog__items .content__up h5 {
  text-transform: capitalize;
  margin-bottom: 30px;
  line-height: 30px;
}

@media (max-width: 575px) {
  .blog__section .blog__items .content__up h5 {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .blog__section .blog__items .content__up h5 {
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.blog__section .blog__items .content__up h5 a {
  transition: all 0.3s ease-in-out;
}

.blog__section .blog__items .content__up h5 a:hover {
  color: var(--theme-color);
}

.blog__section .blog__items .content__up p {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .blog__section .blog__items .content__up p {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .blog__section .blog__items .content__up p {
    margin-bottom: 30px;
  }
}

.blog__section .blog__items .content__up .cmn--brn i {
  margin-left: 5px;
}

.blog__section .blog__items:hover .content__up {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.footer__section {
  background: url(../img/footer/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.footer__section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

.footer__section .footer__top {
  position: relative;
}

.footer__section .footer__top .footer__widget .widget__head {
  position: relative;
}

.footer__section .footer__top .footer__widget .widget__head h5 {
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 10px;
}

.footer__section .footer__top .footer__widget .widget__head .witr_bar_main .witr_bar_inner {
  margin: initial !important;
}

.footer__section .footer__top .footer__widget p {
  color: var(--white-color);
}

.footer__section .footer__top .footer__widget .list li {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.footer__section .footer__top .footer__widget .list li a {
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}

.footer__section .footer__top .footer__widget .list li a i {
  margin-right: 5px;
  font-size: 16px;
  color: var(--theme-color);
}

.footer__section .footer__top .footer__widget .list li a:hover {
  color: var(--theme-color);
}

.footer__section .footer__top .footer__widget .recent__items {
  gap: 15px;
}

.footer__section .footer__top .footer__widget .recent__items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.footer__section .footer__top .footer__widget .recent__items .content p {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--theme-color);
}

.footer__section .footer__top .footer__widget .recent__items .content h6 {
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 1199px) {
  .footer__section .footer__top .footer__widget .recent__items .content h6 {
    font-size: 13px;
  }
}

.footer__section .footer__top .footer__widget .recent__items .content h6 a {
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}

.footer__section .footer__top .footer__widget .recent__items .content h6 a:hover {
  color: var(--theme-color);
}

.footer__section .footer__top .footer__widget .item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.footer__section .footer__top .footer__widget .item .iocn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #f94c30;
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
}

.footer__section .footer__top .footer__widget .footer__newsletter input {
  background: transparent;
  border: 1px solid var(--border-color);
  padding: 14px 20px;
  font-size: 15px;
  color: var(--white-color);
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.footer__section .footer__top .footer__widget .footer__newsletter button {
  position: absolute;
  right: 1px;
  border: none;
  height: 53px;
  width: 70px;
  font-size: 18px;
  background: var(--theme-color);
  color: var(--white-color);
  cursor: pointer;
  border-radius: 0 10px 10px 0;
}

.footer__section .footer__top .footer__widget .footer__newsletter button i {
  font-size: 18px;
}

.footer__section .footer__bottom {
  border-top: 1px solid var(--white-color);
  position: relative;
}

@media (max-width: 767px) {
  .footer__section .footer__bottom .bottom__wrap {
    justify-content: center !important;
  }

  .footer__section .footer__bottom .bottom__wrap p {
    text-align: center;
  }
}

.footer__section .footer__bottom p {
  color: var(--white-color);
}

.footer__section .footer__bottom p a {
  color: var(--theme-color);
}

.social__icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social__icon li {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  border-radius: 5px;
  border: 1px solid var(--white-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.social__icon li a i {
  color: var(--white-color);
  font-size: 16px;
}

.social__icon li:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

/*--Button Area Start--*/
.cmn--btn {
  padding: 13px 30px 13px;
  font-size: 16px;
  font-weight: 500;
  background: var(--theme-color);
  display: inline-block;
  position: relative;
  font-weight: 600;
  z-index: 1;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  text-transform: capitalize;
  color: var(--white-color);
  border-radius: 5px;
}

.cmn--btn:hover {
  color: var(--white-color);
  background: var(--theme-color);
}

.cmn--btn::before {
  background-color: var(--white-color);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  opacity: 0;
}

.cmn--btn:hover::before {
  left: 140%;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.5;
}

@media (max-width: 575px) {
  .cmn--btn {
    font-size: 13px;
    padding: 10px 20px 10px;
  }

  .cmn--btn i {
    font-size: 13px;
  }
}

.cmn--btn2 {
  padding: 13px 30px 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 5px;
  display: inline-block;
  color: var(--white-color);
  text-transform: capitalize;
  position: relative;
  background: transparent;
  overflow: hidden;
  border: 1px solid var(--theme-color);
}

.cmn--btn2 span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.cmn--btn2::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0px;
  height: 0px;
  background: var(--theme-color);
  transition: all 0.5s;
  border: 1px solid var(--theme-color);
}

.cmn--btn2:hover span {
  color: var(--white-color);
}

.cmn--btn2:hover::before {
  width: 100%;
  height: 100%;
}

/*--Button Area End--*/
/*# sourceMappingURL=main.css.map */