/* ==============
 ========= css documentation ========= new

 * Theme Name: Charity
 * Version: 1.0
 * Description: Crowdfunding & Charity HTML5 Template
 * Author: Softivus
 * Author URI: https://www.templatemonster.com/authors/softivus/

 01. abstracts
     1.1 --> mixins
     1.2 --> variables

 02. base
     2.1 --> reset
     2.2 --> typography
     2.3 --> global

 03. components
     3.1 --> buttons

 04. layout
     4.1 --> header
     4.2 --> hero Section
     4.3 --> banner
     4.4 --> all sections
     4.5 --> footer
     ======================================================
============== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}
*::-webkit-scrollbar-button, *::-webkit-scrollbar-thumb {
  background-color: #8C52FF;
  border-radius: 5px;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  overflow-x: hidden !important;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #585858;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}

a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  border: 0px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a i {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
a:hover, a:focus {
  text-decoration: none;
  border: 0px;
}

button {
  border: 0px;
  outline: 0px;
  cursor: pointer;
}
button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input:focus,
textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: 0px;
  width: 100%;
}

span {
  display: inline-block;
  text-align: left;
}

div {
  line-height: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/* ==== 
     --------- (2.1) reset styles end ---------
   ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
p,
p a,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #3a3a3a;
  margin-top: -7px;
}
@media (max-width: 767px) {
  p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
    font-size: 16px;
    line-height: 28px;
  }
}

.primary-text {
  font-size: 24px;
  line-height: 34px;
  margin-top: -7px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .primary-text {
    font-size: 20px;
    line-height: 30px;
  }
}

h1,
h1 > a,
h1 > span {
  font-size: 76px;
  line-height: 98.8px;
  font-weight: 700;
  color: #ffffff;
  margin-top: -19px;
}
@media (max-width: 767px) {
  h1,
h1 > a,
h1 > span {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -14px;
  }
}
@media (max-width: 424px) {
  h1,
h1 > a,
h1 > span {
    font-size: 36px;
    line-height: 50.9px;
    margin-top: -10px;
  }
}

h2,
h2 > a,
h2 > span {
  font-size: 57px;
  line-height: 74.1px;
  font-weight: 700;
  color: #8C52FF;
  margin-top: -14px;
}
@media (max-width: 767px) {
  h2,
h2 > a,
h2 > span {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
}
@media (max-width: 424px) {
  h2,
h2 > a,
h2 > span {
    font-size: 32px;
    line-height: 41.6px;
    margin-top: -8px;
  }
}

h3,
h3 > a,
h3 > span {
  font-size: 43px;
  line-height: 55.9px;
  font-weight: 700;
  color: #8C52FF;
  margin-top: -10px;
}
@media (max-width: 767px) {
  h3,
h3 > a,
h3 > span {
    font-size: 32px;
    line-height: 41.6px;
    margin-top: -8px;
  }
}

h4,
h4 > a,
h4 > span {
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
  color: #8C52FF;
  margin-top: -8px;
}
@media (max-width: 767px) {
  h4,
h4 > a,
h4 > span {
    font-size: 24px;
    line-height: 32px;
    margin-top: -6px;
  }
}

h5,
h5 > a,
h5 > span {
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 700;
  color: #8C52FF;
  margin-top: -6px;
}
@media (max-width: 767px) {
  h5,
h5 > a,
h5 > span {
    font-size: 20px;
    line-height: 30px;
    margin-top: -6px;
  }
}

h6,
h6 > a,
h6 > span {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 600;
  color: #8C52FF;
  margin-top: -5px;
}

a,
button {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
a:hover,
button:hover {
  color: #0b37a7;
}
@media (max-width: 767px) {
  a,
button {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ==== 
 --------- (2.2) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
.section-space {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .section-space {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .section-space {
    padding: 80px 0px;
  }
}

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

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

.cta-btn {
  margin-top: 40px;
}

.neutral-row {
  margin-bottom: -30px;
}
.neutral-row .row-item {
  margin-bottom: 30px;
}

.section-header {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .section-header {
    margin-bottom: 50px;
  }
}
.section-header h5 {
  /*color: #0b37a7;*/
  margin-bottom: 28px;
}
.section-header h2 {
  color: #3a3a3a;
  margin-bottom: 25px;
}

.section-text h5 {
  color: #8C52FF;
  margin-bottom: 27px;
}
.section-text h2 {
  color: #ffffff;
  margin-bottom: 27px;
}
.section-text p {
  color: #ffffff;
}
.section-text .section-cta {
  margin-top: 38px;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
}

.max-width-unset {
  max-width: unset;
}

.primary-bg {
  background-color: #faf8ff;
}

.secondary-bg {
  background-color: #050505;
}

.secondary-bg.about-block {
  background-color: #e5d8ff;
}

.about-block .section-text h2, .about-block .section-text p {
    color: #3a3a3a;
}

.hover-effect {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hover-effect:hover {
  -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}

@media (max-width: 991px) {
  .thumb-img .max-width-unset {
    max-width: 100%;
    height: auto;
  }
}

.mfp-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 991px) {
  .mfp-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.mfp-bg {
  z-index: 999999;
  background-color: #000000;
  opacity: 0.9;
}

.mfp-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999 !important;
}

.poster a {
  width: 100%;
  overflow: hidden;
}
.poster a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.poster-hover-effect:hover .poster img {
  -webkit-transform: scale(1.2) rotate(10deg);
          -ms-transform: scale(1.2) rotate(10deg);
      transform: scale(1.2) rotate(10deg);
}

.slick-slide {
  margin: 0px 12px;
  text-align: center;
}
.slick-slide img {
  display: inline-block;
}

.slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.pagination {
  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;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.pagination li {
  margin: 0px;
}
.pagination li a {
  padding: 0px;
  background-color: #585858;
  border: 0px;
  color: #ffffff;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  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;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
@media (max-width: 991px) {
  .pagination li a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    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;
    border-radius: 5px;
  }
}
.pagination li a:hover {
  background-color: #8C52FF;
  color: #ffffff;
}
.pagination li:nth-of-type(1) .active {
  background-color: #8C52FF;
  color: #ffffff;
}
.pagination li:nth-last-of-type(1) .page-link {
  background-color: transparent;
  border: 0px;
  color: #8C52FF;
}
.pagination i {
  color: #585858;
}

/* ==== 
   --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (3.1) button styles start ---------
 ==== */
.cmn-button {
  padding: 15px 30px;
  background-color: #8C52FF;
  border-radius: 5px;
}
.cmn-button:hover {
  background-color: #0b37a7;
  color: #ffffff;
}

.cmn-button--secondary {
  padding: 12px 24px;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 40px;
  height: 40px;
  background-color: #8C52FF;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  z-index: 999;
  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;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
      transform: translateY(100%);
}
@media (max-width: 767px) {
  .scrollToTop {
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
.scrollToTop i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scrollToTop:hover {
  background-color: #8C52FF;
}
.scrollToTop:hover i {
  color: #ffffff;
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
      transform: translateY(0%);
}
@media (max-width: 767px) {
  .scrollToTop.active {
    bottom: 15px;
  }
}

/* ==== 
   --------- (3.1) button styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
}

.header-active {
  background-color: #3a3a3a;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 23px 0px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar {
    padding: 25px 0px;
    background-color: #3a3a3a;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
}
.navbar li {
  margin-top: 0px;
}

.navbar-active {
  background-color: #3a3a3a;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.logo {
  max-width: 280px;
  max-height: 60px;
  height: auto;
}
@media (max-width: 1399px) {
  .logo {
    max-width: 350px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .logo {
    max-width: 350px;
    height: 150px;
  }
}

.navbar-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .navbar-out {
    gap: 20px;
  }
}

.nav-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .nav-group-btn {
    gap: 20px;
  }
}
.nav-group-btn .cmn-button:hover {
  background-color: #ffffff;
  color: #0b37a7;
}

@media (max-width: 991px) {
  .navbar-collapse {
    margin-left: 0px;
    margin-top: 20px;
    max-height: 300px;
    overflow-y: auto;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #8C52FF;
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .nav-item {
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .nav-item .cmn-button {
    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 0px;
    text-align: left;
    padding: 9px 16px;
  }
  .nav-item .cmn-button:hover {
    background-color: #ffffff;
    color: #0b37a7;
  }
  .nav-item:last-of-type {
    margin-bottom: 0px;
  }
  .nav-item:last-of-type .button--last {
    display: block;
    width: 100%;
    border-radius: 0px;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 3px;
  }
}
@media (max-width: 575px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 3px;
  }
}

.nav-link {
  color: #ffffff;
  font-weight: 400;
  padding: 8px 12px 9px !important;
}
@media (max-width: 1199px) {
  .nav-link {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px 9px !important;
  }
}
@media (max-width: 991px) {
  .nav-link {
    padding: 10px 16px !important;
    background-color: #ffffff;
    color: #000000;
    font-weight: 500;
  }
}
.nav-link:hover {
  color: #8C52FF;
}
@media (max-width: 991px) {
  .nav-link:hover {
    color: #8C52FF;
  }
}

.dropdown .dropdown-toggle {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .dropdown .dropdown-toggle {
    color: #000000 !important;
  }
}
.dropdown .dropdown-toggle:hover {
  color: #8C52FF !important;
}
@media (max-width: 1199px) {
  .dropdown .dropdown-toggle {
    position: relative;
  }
}
.dropdown .dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 16px;
  vertical-align: 0px !important;
}
@media (max-width: 1399px) {
  .dropdown .dropdown-toggle::after {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    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;
    width: 50px;
    height: 100%;
    margin: 0px;
    border-left: 3px solid #33318e;
  }
}
.dropdown .show {
  color: #8C52FF !important;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropdown .show::after {
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media (max-width: 991px) {
  .dropdown .show::after {
    border-right: 3px solid #000000;
    border-left: 0px;
  }
}
@media (min-width: 1200px) {
  .dropdown .show {
    color: #0b37a7 !important;
  }
  .dropdown .show::after {
    -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
        transform: rotate(0deg);
  }
}
.dropdown .dropdown-menu {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  margin-top: 0px;
  border-top: 4px solid #8C52FF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 0px;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  max-height: 300px;
  overflow-y: auto;
  min-width: 14rem;
}
@media (min-width: 1200px) {
  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: #f0f8fa;
  border-radius: 10px;
}
.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #8C52FF;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .dropdown .dropdown-menu {
    width: 90%;
    margin: 15px auto;
  }
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 10px 16px;
  color: #000000;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #8C52FF;
  color: #ffffff;
  padding-left: 20px;
}
.dropdown .dropdown-menu .dropdown-item-active {
  background-color: #3a3a3a;
  color: #ffffff;
  padding-left: 20px;
}
.dropdown .dropdown-menu li:last-of-type .dropdown-item {
  border-bottom: 0px;
}
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-toggler {
  border: none;
  padding: 0px;
  line-height: 0px;
  display: inline-block;
}
@media (max-width: 575px) {
  .navbar-toggler {
    margin: 0px;
  }
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler span {
  -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
      transform: translateY(0px);
}
.navbar-toggler .icon-bar {
  width: 35px;
  height: 2px;
  background-color: white;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .navbar-toggler .icon-bar {
    width: 30px;
  }
}
.navbar-toggler .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.toggle-active .top-bar {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
          -ms-transform: rotate(-45deg) translate(-7px, 4px);
      transform: rotate(-45deg) translate(-7px, 4px);
  background: #ffffff;
}
.toggle-active .middle-bar {
  opacity: 0;
}
.toggle-active .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
          -ms-transform: rotate(45deg) translate(-7px, -4px);
      transform: rotate(45deg) translate(-7px, -4px);
  background: #ffffff;
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) hero section styles start ---------
 ==== */
.hero {
  padding: 220px 0px 120px;
  background-color: #050505;
  height: 100vh;
}
@media (max-width: 1199px) {
  .hero {
	height: auto;
  }
}
@media (max-width: 991px) {
  .hero {
    background-position: left 100%;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 200px 0px 100px;
  }
}

.hero__content h5 {
  margin-bottom: 30px;
}
.hero__content h1 {
  margin-bottom: 26px;
}

.hero__content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.hero__content-btn .cmn-button:hover {
  background-color: #ffffff;
  color: #3a3a3a;
}
.hero__content-btn .cmn-button:nth-last-of-type(1) {
  background-color: #ffffff;
  color: #3a3a3a;
}
@media (max-width: 424px) {
  .hero__content-btn .cmn-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ==== 
 --------- (4.2) hero section styles end ---------
 ==== */
/* ==== 
 --------- (4.3) banner styles start ---------
 ==== */
.banner {
  padding: 180px 0px 80px;
  background-color: #000000;
}

.banner__content h2 {
  color: #ffffff;
}
.banner__content .breadcrumb {
  margin: 9px 0px -7px;
  padding: 0px;
}
.banner__content .breadcrumb .breadcrumb-item {
  margin-top: 0px;
  color: #ffffff;
  padding: 0px 20px;
  position: relative;
}
.banner__content .breadcrumb .breadcrumb-item a, .banner__content .breadcrumb .breadcrumb-item a p {
  color: #ffffff;
  font-weight: 400;
}
.banner__content .breadcrumb .breadcrumb-item a:hover, .banner__content .breadcrumb .breadcrumb-item:not(.active) a:hover p {
  color: #8C52FF;
}
.banner__content .breadcrumb .breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: ">";
  position: absolute;
  left: -7px;
  font-size: 14px;
  color: #ffffff;
}
.banner__content .breadcrumb .breadcrumb-item:first-of-type {
  padding-left: 0px;
}
.banner__content .breadcrumb .breadcrumb-item:first-of-type::before {
  content: none;
}
.banner__content .breadcrumb .active {
  color: #ffffff;
}

/* ==== 
 --------- (4.3) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.4) all sections styles start ---------
 ==== */
.charity__single {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.charity__single .charity__single-thumb {
  margin-bottom: 30px;
}
.charity__single h5 {
  color: #3a3a3a;
  margin-bottom: 23px;
}
.charity__single p {
  margin-bottom: -5px;
}

.mission {
  overflow-x: clip;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .mission {
    margin-bottom: 0px;
  }
}

.mission__thumb {
  -webkit-transform: translateY(120px);
          -ms-transform: translateY(60px);
      transform: translateY(60px);
  position: absolute;
  bottom: 0px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .mission__thumb {
    -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
        transform: translateY(0px);
    position: static;
    bottom: unset;
    margin-top: 30px;
  }
}
.mission__thumb img {
  border-radius: 10px;
}
.mission__thumb .video-btn .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  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;
  border: 8px solid #ffffff;
  background-color: #8C52FF;
}
.mission__thumb .video-btn .video-popup:hover {
  color: #ffffff;
}

.donate__single {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.donate__single-thumb {
  margin: 0px 10px 0px;
  padding-top: 10px;
}
.donate__single-thumb a {
  border-radius: 10px;
}
.donate__single-thumb img {
  border-radius: 10px;
}

.donate__single-wrapper {
  padding: 30px;
}

.donate__single-content h5 {
  color: #3a3a3a;
  margin-bottom: 14px;
}

.donate__single-progress {
  margin: 68px 0px 0px;
}
.donate__single-progress .progress-bar {
  width: 100%;
  height: 10px;
  background-color: #dbd7d7;
  border-radius: 10px;
  position: relative;
  overflow: visible;
}
.donate__single-progress .progress-bar-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #8C52FF;
  border-radius: 10px;
  overflow: visible;
}
.donate__single-progress .progress-bar-loader::after {
  content: attr(data-content);
  position: absolute;
  bottom: calc(100% + 15px);
  right: calc(0% - 20px);
  background-color: #8C52FF;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  border-radius: 4px;
  min-width: 45px;
  width: 45px;
}
.donate__single-progress .progress-bar-loader::before {
  content: "";
  position: absolute;
  border-width: 7px;
  border-style: solid;
  border-color: #8C52FF transparent transparent transparent;
  bottom: calc(100% + 2px);
  right: calc(0% + 5px);
}

.progress-width {
  -webkit-animation: progressWidth 2s;
          animation: progressWidth 2s;
}

@-webkit-keyframes progressWidth {
  0% {
    width: 0px;
    opacity: 0.7;
  }
  100% {
    width: attr(data-content);
    opacity: 1;
  }
}

@keyframes progressWidth {
  0% {
    width: 0px;
    opacity: 0.7;
  }
  100% {
    width: attr(data-content);
    opacity: 1;
  }
}
.donate__single-target {
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .donate__single-target {
    gap: 20px;
  }
  .donate__single-target p {
    font-size: 15px;
  }
}

.donate__single-cta {
  margin-top: 34px;
}

.donate__slider {
  width: calc(100% + 30px);
  padding: 0 15px;
  margin-left: -15px;
  margin-top: -20px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  overflow: hidden;
}
.donate__slider .slick-slide {
  padding-top: 20px;
  text-align: left;
}
.donate__slider .slick-list {
  overflow: visible;
}

.slide-btn-wrapper {
  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;
  gap: 30px;
}
@media (max-width: 767px) {
  .slide-btn-wrapper {
    margin-top: 30px;
  }
}
.slide-btn-wrapper .slide-btn {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  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;
  margin: 0px;
  background-color: #8C52FF;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .slide-btn-wrapper .slide-btn {
    position: static;
    -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
}
.slide-btn-wrapper .slide-btn-next {
  left: unset;
  right: 0px;
  -webkit-transform: translateX(50%) translateY(-50%);
          -ms-transform: translateX(50%) translateY(-50%);
      transform: translateX(50%) translateY(-50%);
}
@media (max-width: 767px) {
  .slide-btn-wrapper .slide-btn-next {
    -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
}

.counter {
  padding: 150px 0px;
  background-color: #050505;
}
@media (max-width: 991px) {
  .counter {
    padding: 120px 0px;
  }
}
@media (max-width: 767px) {
  .counter {
    padding: 100px 0px;
  }
}
.counter .neutral-row {
  margin-bottom: -40px;
}
.counter .neutral-row .row-item {
  margin-bottom: 40px;
}

.counter__single-thumb {
  margin-bottom: 32px;
}

.counter__single-content h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
.counter__single-content h2 span {
  color: #ffffff;
}
.counter__single-content p {
  color: #ffffff;
  margin-bottom: -4px;
}

.volunteer__slider {
  width: calc(100% + 30px);
  padding: 0 15px;
  margin-left: -15px;
  margin-top: -20px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  overflow: hidden;
}
.volunteer__slider .slick-slide {
  padding-top: 20px;
  text-align: left;
}
.volunteer__slider .slick-list {
  overflow: visible;
}

.volunteer__single {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.volunteer__single .volunteer__single-thumb {
  margin: 10px 10px 0px;
  margin-bottom: 30px;
}
.volunteer__single .volunteer__single-thumb a {
  border-radius: 10px;
}
.volunteer__single .volunteer__single-thumb a img {
  border-radius: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.volunteer__single .volunteer__single-content {
  padding: 0px 20px 30px;
}
.volunteer__single .volunteer__single-content h5 {
  margin-bottom: 12px;
}
.volunteer__single .volunteer__single-content h5 a {
  color: #585858;
}
.volunteer__single .volunteer__single-content h5 a:hover {
  color: #0b37a7;
}
.volunteer__single p {
  margin-bottom: 22px;
}
.volunteer__single .volunteer__single-social {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.volunteer__single .volunteer__single-social a {
  color: #585858;
}
.volunteer__single .volunteer__single-social a:hover {
  color: #0b37a7;
}
.volunteer__single:hover {
  border: 1px solid #8C52FF;
}
.volunteer__single:hover .volunteer__single-thumb img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.slick-center .volunteer__single {
  border: 1px solid #8C52FF;
}
.slick-center .volunteer__single .volunteer__single-thumb img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.volunteer-slide-btn {
  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;
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .volunteer-slide-btn {
    margin-top: 30px;
  }
}
.volunteer-slide-btn .slide-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  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;
  margin: 0px;
  border: 1px solid #dbd7d7;
  color: #585858;
}
.volunteer-slide-btn .slide-btn:hover {
  background-color: #8C52FF;
  color: #ffffff;
}

.testimonial {
  margin-bottom: 145px;
}
.testimonial .section-header h5 {
  color: #8C52FF;
}
.testimonial .section-header h2 {
  color: #ffffff;
}
.testimonial .section-header p {
  color: #ffffff;
}
.testimonial .slick-list {
  overflow: unset;
  overflow-x: clip;
}
.testimonial .slick-slide {
  text-align: left;
}
@media (min-width: 1400px) {
  .testimonial .container {
    max-width: 1600px;
  }
}
.testimonial .testimonial-slider {
  bottom: -145px;
  margin-top: -145px;
}

.testimonial__single {
  background-color: #ffffff;
  padding: 0px 30px 25px;
  border-radius: 10px;
  margin-top: 76px;
  border: 1px solid #dbd7d7;
}
.testimonial__single .testimonial__single-thumb {
  border-radius: 50%;
  margin-bottom: 30px;
}
.testimonial__single .testimonial__single-thumb img {
  border-radius: 50%;
  border: 1px solid #8C52FF;
  margin-top: -76px;
}
.testimonial__single .testimonial__single-thumb .quote {
  border: 0px solid transparent;
}
@media (max-width: 424px) {
  .testimonial__single .testimonial__single-thumb .quote {
    display: none;
  }
}
.testimonial__single .testimonial__single-content {
  margin-bottom: 25px;
}
.testimonial__single .avatar-info h5 {
  margin-bottom: 8px;
}
.testimonial__single .avatar-info h5 a {
  color: #585858;
}
.testimonial__single .avatar-info h5 a:hover {
  color: #0b37a7;
}
.testimonial__single .testimonial-rating i {
  color: #8C52FF;
}

.gallery-slider__wrapper {
  padding: 0px 24px;
}
.gallery-slider__wrapper .slick-list {
  margin: 0px;
  padding: 0px;
}
.gallery-slider__wrapper .slick-slide {
  margin: 0px;
  padding: 0px;
}
.gallery-slider__wrapper .gallery-slider__single-thumb img {
  width: 100%;
  height: auto;
}

.event__single-thumb {
  direction: rtl;
}
@media (max-width: 991px) {
  .event__single-thumb {
    direction: ltr;
  }
}
@media (max-width: 991px) {
  .event__single-thumb .max-width-unset {
    max-width: 100%;
  }
}

.event__single-content h5 {
  color: #0b37a7;
}
.event__single-content h2 {
  color: #3a3a3a;
}
.event__single-content p {
  color: #3a3a3a;
}

.event-slider {
  margin-top: 57px;
}
.event-slider .slick-slide {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}
.event-slider .slick-list {
  margin-top: -15px;
  margin-bottom: -15px;
}

.event-slider-single {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.event-slider-single .date {
  gap: 24px;
  margin-bottom: 30px;
}
.event-slider-single .date h4,
.event-slider-single .date h5 {
  margin: 0px;
  color: #0b37a7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.event-slider-single .date .date-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  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-color: #0b37a7;
  border-radius: 5px;
  margin: 0px;
}
.event-slider-single .date .date-box h4 {
  color: #ffffff;
}
.event-slider-single p a {
  color: #0b37a7;
}
.event-slider-single .event-slider-single__content p {
  margin-bottom: 25px;
}
.event-slider-single .event-slider-single__content h5 a {
  color: #3a3a3a;
}
.event-slider-single .event-slider-single__content h5 a:hover {
  color: #0b37a7;
}
.event-slider-single .event-slider-single__content .event-progress {
  width: 100%;
  height: 3px;
  background-color: #dbd7d7;
  margin-top: 30px;
  position: relative;
}
.event-slider-single .event-slider-single__content .event-progress::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 40%;
  background-color: #0b37a7;
}
.event-slider-single .event-slider-single__content .location {
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.event-slider-single .event-slider-single__content .location p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: -6px;
}
.event-slider-single .event-slider-single__content .location p i {
  color: #0b37a7;
}

.blog {
  background-color: #faf8ff;
}
.blog .slick-slide {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}
.blog .slick-list {
  margin-top: -15px;
  margin-bottom: -15px;
}

.blog__single {
  padding: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.blog__single .blog__single-thumb {
  border-radius: 10px;
}
.blog__single .blog__single-thumb a {
  width: 100%;
}
.blog__single .blog__single-thumb a img {
  width: 100%;
  border-radius: 10px;
}
.blog__single .blog__single-content {
  padding: 30px 20px 20px;
}
.blog__single .blog__single-content p {
  color: #f74c23;
  margin-bottom: 13px;
}
.blog__single .blog__single-content h5 a {
  color: #585858;
}
.blog__single .blog__single-content h5 a:hover {
  color: #8C52FF;
}
.blog__single .blog__single-content .blog__single-footer {
  margin-top: 25px;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog__single .blog__single-content .blog__single-footer a {
  font-weight: 400;
  font-size: 16px;
  color: #585858;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.accordion h5,
.accordion p {
  margin: 0px;
}
.accordion .accordion-item {
  background: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 3px;
  margin-bottom: 30px;
}
.accordion .accordion-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.accordion .accordion-button {
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 18px;
  line-height: 24px;
  color: #585858;
  padding: 16px 30px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
@media (max-width: 991px) {
  .accordion .accordion-button {
    padding: 20px;
  }
}
.accordion .accordion-button::after {
  background-image: none;
  background-color: transparent;
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: #585858;
  height: auto;
  width: auto;
  -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  padding-left: 20px;
}
.accordion .accordion-button:not(.collapsed) {
  color: #f74c23;
}
.accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #f74c23;
}
.accordion .accordion-body {
  padding: 16px 30px;
  padding-top: 0px;
}
@media (max-width: 991px) {
  .accordion .accordion-body {
    padding: 16px 20px;
    padding-top: 0px;
  }
}

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

.newsletter__thumb {
  direction: rtl;
}
@media (max-width: 991px) {
  .newsletter__thumb {
    direction: ltr;
  }
  .newsletter__thumb .max-width-unset {
    max-width: 100%;
  }
}

.newsletter__content h3 {
  color: #585858;
  margin-bottom: 17px;
}
.newsletter__content .input-column-group {
  margin-top: 34px;
}
@media (max-width: 424px) {
  .newsletter__content .input-column-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 20px;
  }
}
.newsletter__content .input-column-group input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin: 0px;
  padding: 16px 30px;
  background-color: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 5px 0px 0px 5px;
}
@media (max-width: 991px) {
  .newsletter__content .input-column-group input {
    padding: 17px 20px;
  }
}
@media (max-width: 424px) {
  .newsletter__content .input-column-group input {
    border-radius: 5px;
  }
}
.newsletter__content .input-column-group .cmn-button {
  height: 100%;
  padding: 20px 30px;
  border-radius: 0px 5px 5px 0px;
}
@media (max-width: 991px) {
  .newsletter__content .input-column-group .cmn-button {
    padding: 20px 20px;
    border-radius: 0px 5px 5px 0px;
  }
}
@media (max-width: 424px) {
  .newsletter__content .input-column-group .cmn-button {
    border-radius: 5px;
  }
}

.educate__thumb {
  direction: rtl;
}
@media (max-width: 991px) {
  .educate__thumb {
    direction: ltr;
  }
  .educate__thumb .max-width-unset {
    max-width: 100%;
  }
}

.educate__content .overview {
  padding: 30px 20px 26px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.educate__content .overview .overview__thumb {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .educate__content .overview {
    margin-bottom: 30px;
  }
}

.join {
  background-color: #e5d8ff;
}

.join__content h3 {
  color: #3a3a3a;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .join__thumb .max-width-unset {
    max-width: 100%;
  }
}

.event-section .event-slider-single {
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
}

.testimonial--secondary {
  margin-bottom: 0px;
}
.testimonial--secondary .section-header h5 {
  color: #0b37a7;
}
.testimonial--secondary .section-header h2 {
  color: #3a3a3a;
}
.testimonial--secondary .section-header p {
  color: #585858;
}
@media (min-width: 1400px) {
  .testimonial--secondary .container {
    max-width: 1320px;
  }
}

.gallery--secondary__single img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.video-gallery-single {
  position: relative;
}
.video-gallery-single img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.video-gallery-single .video-btn .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  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;
  border: 8px solid #ffffff;
  background-color: #8C52FF;
}
.video-gallery-single .video-btn .video-popup:hover {
  color: #ffffff;
}

.details {
  position: relative;
}
.details .sidebar {
  position: sticky;
  top: 60px;
}

.blog-single-grid {
  padding: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
}
.blog-single-grid:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog-single-grid .blog-single-grid-poster {
  border-radius: 10px;
}
.blog-single-grid .blog-single-grid-poster a {
  width: 100%;
}
.blog-single-grid .blog-single-grid-poster img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.blog-single-grid .blog-single-grid-content {
  padding: 30px 20px 20px;
}
.blog-single-grid .blog-single-grid-content .date {
  color: #8C52FF;
  margin-bottom: 23px;
}
.blog-single-grid .blog-single-grid-content h3 a {
  color: #3a3a3a;
  width: auto;
}
.blog-single-grid .blog-single-grid-content h3 a:hover {
  color: #0b37a7;
}
.blog-single-grid .blog-single-grid-content .single-wrapper {
  margin-top: 32px;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-single-grid .blog-single-grid-content .single-wrapper a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 400;
  color: #585858;
}
.blog-single-grid .blog-single-grid-content .single-wrapper a:hover {
  color: #0b37a7;
}

.sidebar-single {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.sidebar-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.sidebar-single h5 {
  color: #3a3a3a;
}
.sidebar-single input,
.sidebar-single textarea {
  margin: 0px;
  padding: 15px 24px;
  background-color: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  width: 100%;
}
.sidebar-single input::-webkit-input-placeholder, .sidebar-single textarea::-webkit-input-placeholder {
  color: #585858;
}
.sidebar-single input::-moz-placeholder, .sidebar-single textarea::-moz-placeholder {
  color: #585858;
}
.sidebar-single input:-ms-input-placeholder, .sidebar-single textarea:-ms-input-placeholder {
  color: #585858;
}
.sidebar-single input::-ms-input-placeholder, .sidebar-single textarea::-ms-input-placeholder {
  color: #585858;
}
.sidebar-single input::placeholder,
.sidebar-single textarea::placeholder {
  color: #585858;
}
.sidebar-single .search-group {
  position: relative;
  margin-top: 20px;
}
.sidebar-single .search-group input {
  padding-right: 50px;
}
.sidebar-single .search-group .search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #585858;
}
.sidebar-single .recent-post h5 {
  margin-bottom: 20px;
}
.sidebar-single .recent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 13px;
}
.sidebar-single .recent-item:nth-last-of-type(1) {
  margin-bottom: -7px;
}
.sidebar-single .recent-item .thumb a {
  width: 40px;
  height: 40px;
}
.sidebar-single .recent-item .thumb a img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.sidebar-single .recent-item .recent-item-content p {
  margin: 0px;
}
.sidebar-single .recent-item .recent-item-content p a {
  font-weight: 500;
  color: #585858;
}
.sidebar-single .recent-item .recent-item-content p a:hover {
  color: #0b37a7;
}
.sidebar-single .recent-item .recent-item-content .secondary-text {
  color: #8C52FF;
  font-size: 16px;
}
.sidebar-single .question-form h5 {
  margin-bottom: 10px;
}
.sidebar-single .question-form form {
  margin-top: 20px;
}
.sidebar-single .question-form form input {
  margin-bottom: 20px;
}
.sidebar-single .question-form form textarea {
  max-height: 170px;
  margin-bottom: 30px;
}
.sidebar-single .question-form form .cmn-button {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.details-single-grid-content {
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .details-single-grid-content {
    padding: 30px 10px;
  }
}
.details-single-grid-content .date {
  color: #8C52FF;
  margin-bottom: 25px;
}
.details-single-grid-content h3 {
  color: #3a3a3a;
  margin-bottom: 25px;
}
.details-single-grid-content .text-group p {
  margin-bottom: 25px;
}
.details-single-grid-content .text-group p:nth-last-of-type(1) {
  margin-bottom: -6px;
}

.details-single-grid-content h5 {
  color: #3a3a3a;
}
.details-single-grid-content .single-wrapper {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.details-single-grid-content .single-wrapper a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 400;
  color: #585858;
}
.details-single-grid-content .single-wrapper a:hover {
  color: #0b37a7;
}

.image-group {
  gap: 20px;
}
.image-group img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.reply-box {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin: 0px 20px 30px;
}
@media (max-width: 767px) {
  .reply-box {
    margin: 0px 10px 30px;
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .reply-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.reply-box .author__thumb img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
}
.reply-box h5 {
  color: #3a3a3a;
  margin: 15px 0px 20px;
}
.reply-box .icon-action {
  gap: 30px;
  margin-top: 15px;
}
.reply-box .icon-action a {
  color: #585858;
}

.comment-box {
  padding: 30px 20px 20px;
}
@media (max-width: 767px) {
  .comment-box {
    padding: 30px 10px 20px;
  }
}
.comment-box h4 {
  margin-bottom: 30px;
  color: #3a3a3a;
}
.comment-box input,
.comment-box textarea {
  margin: 0px;
  margin-bottom: 30px;
  padding: 15px 24px;
  background-color: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  width: 100%;
}
.comment-box input::-webkit-input-placeholder, .comment-box textarea::-webkit-input-placeholder {
  color: #585858;
}
.comment-box input::-moz-placeholder, .comment-box textarea::-moz-placeholder {
  color: #585858;
}
.comment-box input:-ms-input-placeholder, .comment-box textarea:-ms-input-placeholder {
  color: #585858;
}
.comment-box input::-ms-input-placeholder, .comment-box textarea::-ms-input-placeholder {
  color: #585858;
}
.comment-box input::placeholder,
.comment-box textarea::placeholder {
  color: #585858;
}
.comment-box textarea {
  margin-bottom: 40px;
  max-height: 170px;
}
.comment-box .cmn-button {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.error__content .error__content-thumb {
  margin-bottom: 60px;
}
.error__content h2 {
  margin-bottom: 15px;
}
.error__content p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 35px;
}

.contact__form input,
.contact__form textarea {
  margin: 0px;
  margin-bottom: 30px;
  padding: 15px 24px;
  background-color: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  width: 100%;
}
.contact__form input::-webkit-input-placeholder, .contact__form textarea::-webkit-input-placeholder {
  color: #585858;
}
.contact__form input::-moz-placeholder, .contact__form textarea::-moz-placeholder {
  color: #585858;
}
.contact__form input:-ms-input-placeholder, .contact__form textarea:-ms-input-placeholder {
  color: #585858;
}
.contact__form input::-ms-input-placeholder, .contact__form textarea::-ms-input-placeholder {
  color: #585858;
}
.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #585858;
}
.contact__form textarea {
  max-height: 180px;
  margin-bottom: 40px;
}
.contact__form .single-input {
  padding: 0;
  padding-bottom: 15px;
  position: relative;
  background-color: transparent;
  background-clip: padding-box;
}
.contact__form .single-input input, .contact__form .single-input textarea {
  margin-top: 15px;
  width: 100%;
  padding: 20px 30px;
  border-radius: 5px;
  margin-bottom: -5px;
  padding: 14px 30px;
}
.contact__form .single-input.success input, .contact__form .single-input.success textarea {
  border-color: #2ecc71;
}
.contact__form .single-input.error input, .contact__form .single-input.error textarea {
  border-color: #e74c3c;
}
.contact__form .single-input.error small {
  visibility: visible;
}
.contact__form .single-input small {
  color: #e74c3c;
  position: absolute;
  font-size: 14px;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
.contact__form .thank_you p {
  bottom: 25px;
  color: green;
  -webkit-animation: scaleone 0.5s linear;
          animation: scaleone 0.5s linear;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
.contact__form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .contact__form .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}

.contact__info-single {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 400px) {
  .contact__info-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact__info-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact__info-single img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 5px;
}
.contact__info-single h5 {
  color: #3a3a3a;
  margin-bottom: 10px;
}

.map-wrapper iframe {
  width: 100%;
}
@media (max-width: 1199px) {
  .map-wrapper iframe {
    height: 400px;
  }
}

.project-details .text-group h4 {
  color: #3a3a3a;
  margin-bottom: 27px;
}

.event-info {
  padding: 60px 30px;
  background: #fff7f4;
  border: 1px solid #dbd7d7;
  border-radius: 10px;
  gap: 20px;
}
@media (max-width: 767px) {
  .event-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
  }
}
.event-info .event-info-single {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 100%;
  gap: 15px;
}
@media (max-width: 991px) {
  .event-info .event-info-single {
    padding: 30px 20px;
  }
}
@media (max-width: 424px) {
  .event-info .event-info-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-info .event-info-single h5 {
  color: #3a3a3a;
  margin-bottom: 10px;
}
@media (max-width: 424px) {
  .event-info .event-info-single h5 {
    text-align: center;
  }
}
@media (max-width: 424px) {
  .event-info .event-info-single p {
    text-align: center;
  }
}

.cta-alt {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .cta-alt {
    padding: 0px 10px;
  }
}

.event-overview {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .event-overview {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .event-overview .overview-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 25px;
  }
}
.event-overview h4 {
  color: #3a3a3a;
  margin-bottom: 26px;
}
.event-overview img {
  border-radius: 10px;
}
.event-overview ul {
  padding-left: 80px;
}
@media (max-width: 991px) {
  .event-overview ul {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .event-overview ul {
    padding-left: 0px;
  }
}
.event-overview ul li {
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.event-overview ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8C52FF;
}
.event-overview ul li:nth-last-of-type(1) {
  margin-bottom: -5px;
}

.donations h5 {
  margin-bottom: 30px;
}

.donations-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 424px) {
  .donations-single {
    gap: 20px;
  }
}
.donations-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.donations-single .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.donations-single .wrapper h6 {
  color: #3a3a3a;
  margin-bottom: 10px;
}
.donations-single .wrapper p {
  font-size: 16px;
}
.donations-single img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
}
.donations-single .price p {
  color: #8C52FF;
}

.chart-wrapper h5 {
  margin-bottom: 50px;
}
.chart-wrapper li {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.chart-wrapper li:nth-last-of-type(1) {
  margin-bottom: -6px;
}
.chart-wrapper li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8C52FF;
}
.chart-wrapper li:nth-of-type(2)::after {
  background-color: #8C52FF;
}
.chart-wrapper li:nth-of-type(3)::after {
  background-color: #0b37a7;
}

.pie-chart-wrapper {
  margin-bottom: 30px;
  overflow: hidden !important;
}
.pie-chart-wrapper .apexcharts-legend {
  display: none;
}
.pie-chart-wrapper #donationChart {
  min-height: 200px !important;
}
.pie-chart-wrapper .apexcharts-canvas {
  margin: 0px auto;
}
.pie-chart-wrapper .apexcharts-text {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
}

/* ==== 
 --------- (4.4) all sections styles end ---------
 ==== */
/* ==== 
 --------- (4.5) footer styles start ---------
 ==== */
.footer {
  background-color: #3a3a3a;
}
.footer .neutral-row {
  margin-bottom: -60px;
}
.footer .row-item {
  margin-bottom: 60px;
}

.footer__single h5 {
  color: #ffffff;
}

.footer__single-content {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .footer__single-content {
    margin-top: 20px;
  }
}
.footer__single-content p {
  color: #ffffff;
}
.footer__single-content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 23px;
}
.footer__single-content .social a {
  font-size: 18px;
  color: #ffffff;
}
.footer__single-content li {
  margin: 0px;
  margin-bottom: 8px;
}
.footer__single-content li:nth-last-of-type(1) {
  margin-bottom: -8px;
}
.footer__single-content li a {
  font-weight: 400;
}
.footer__single-content li a:hover {
  color: #8C52FF;
}
.footer__single-content .footer__single-content__post {
  gap: 20px;
  margin-bottom: 20px;
}
.footer__single-content .footer__single-content__post:nth-last-of-type(1) {
  margin-bottom: -6px;
}
.footer__single-content .footer__single-content__post .thumb a {
  width: 100%;
}
.footer__single-content .footer__single-content__post .thumb a img {
  min-width: 80px;
}
.footer__single-content .footer__single-content__post .content h6 {
  margin: 0px;
  margin-bottom: 10px;
}
.footer__single-content .footer__single-content__post .content h6 a {
  color: #ffffff;
}
.footer__single-content .footer__single-content__post .content h6 a:hover {
  color: #8C52FF;
}
.footer__single-content .footer__single-content__post .content p {
  color: #ffffff;
  font-size: 14px;
}
.footer__single-content .footer__single-content-address {
  gap: 10px;
  margin-bottom: 20px;
}
.footer__single-content .footer__single-content-address:nth-last-of-type(1) {
  margin-bottom: -8px;
}
.footer__single-content .footer__single-content-address .thumb img {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.footer__single-content .footer__single-content-address p {
  margin: 0px;
}

.footer__copyright {
  margin-top: 60px;
  padding: 30px 0px;
  border-top: 1px solid rgba(219, 215, 215, 0.2392156863);
}
.footer__copyright p {
  margin: 0px;
  color: #ffffff;
}
.footer__copyright ul {
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer__copyright ul {
    margin-bottom: 15px;
  }
}
.footer__copyright li {
  margin: 0px;
}
.footer__copyright li a {
  color: #ffffff;
  font-weight: 400;
}
.footer__copyright li a:hover {
  color: #8C52FF;
}

/* ==== 
 --------- (4.5) footer styles end ---------
 ==== */
 
 .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #8c52ff;
}
.nav-link:focus, .nav-link:hover {
    color: #8c52ff;
}

.blog .text, .contact .text {
    line-height: 18px;
    font-size: 15px;
    color: #585858;
}
div.image {
	position: relative;
}
div.category {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    padding: 3px 18px 4px;
    border-radius: 5px;
    color: #fff;
    background-color: #ff2828;
    line-height: 18px;
    font-size: 14px;
}
div.category.completed {
    background-color: #93e100;
}

.lang.dropdown .dropdown-menu {
    min-width: 3rem;
}

.lang.dropdown {
	text-transform: uppercase;
}
.page-home .blog .date,
.page-home .blog .tag,
.page-directions .blog .date,
.page-directions .blog .tag,
.page-about .blog .date,
.page-about .blog .tag,
.page-news .projects .date,
.page-news .projects .tag {
	display: none !important;
}

.blog__single .blog__single-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.blog__single .blog__single-thumb img {
    position: relative;
    width: 100%;
    min-width: auto;
    min-height: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

.footer .footer__single-content p {
	width: 100%;
	max-width: 500px;
}



/*fixing*/

.max-width-unset{
	max-width: 100%;
}

.navbar-nav .nav-item .nav-link{
	font-size: 16px;
	padding: 8px 10px 8px !important;
	/*text-transform: capitalize;*/
}

.logo {
  max-width: 280px;
  max-height: 60px;
  height: auto;
}

@media screen and (max-width: 1399px) {

  .logo {
    max-width: 280px;
    height: auto;
  }
}

@media screen and (max-width: 1200px) {

  .logo {
    max-width: 250px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {

  .logo {
    max-width: 280px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {

	.navbar-out{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 10px;
	}

	.navbar-out .nav-group-btn .cmn-button{
		display: block !important;
	}

	.navbar-brand {
    	margin: 0px auto;
	}
}

.cmn-button {
  padding: 10px 30px;
}

.dropdown-toggle::after {
  margin-left: 7px;
}

.cmn-button {
  padding: 10px 18px;
  font-size: 16px;
}

.mission .mission__thumb{
	position: static;
}