/* Base */

:root {
  --bs-primary: #141b62;
}

.admin-btn {
  background-color: #036c05 !important;
}
.kaushan-script-regular {
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.roboto-slab {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.style-font {
  font-family: "Kaushan Script", cursive;
  position: relative;
  font-style: italic;
  color: #b7cef8;
  font-size: 28px;
}
.style-font span {
  position: relative;
  padding: 0px 30px;
}
.style-font span::before {
  content: "";
  position: absolute;
  left: auto;
  right: 100%;
  top: 50%;
  width: 100px;
  height: 2px;
  background-color: #b7cef8;
}
.style-font span::after {
  content: "";
  position: absolute;
  left: 100%;
  right: auto;
  top: 50%;
  width: 100px;
  height: 2px;
  background-color: #b7cef8;
}
.style-font.color-blue {
  color: var(--bs-primary);
}
.style-font.color-blue span::after,
.style-font.color-blue span::before {
  content: "";
  background-color: var(--bs-primary);
}
.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.about-img-1 {
  position: relative;
}
.about-img-1 img.img-fluid {
  border: 9px solid #b7cdf8;
  height: 280px;
}
.about-img-2 {
  position: absolute;
  top: 240px;
  right: 20px;
}
.service-card {
  border: 1px solid #ccc;
}
.startDonation-content {
  text-align: left;
  padding: 15px;
}
.startDonation-content .service-title {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  height: 40px;
  line-height: 20px;
}
.startDonation-content p {
  height: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-outline-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.7;
  color: #364d59 !important;
  font-weight: 300;
  font-size: 1rem;
  background-color: #fff;
}
body:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 399;
}
p {
  font-size: 14px;
}
body.offcanvas-menu {
  position: relative;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 300;
  color: #364d59;
  font-family: "Montserrat", sans-serif;
}

.text-black {
  color: #000 !important;
}

.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-primary {
  color: #fff;
}

.form-control:active,
.form-control:focus {
  border-color: #4994cd;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section {
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}
.site-section .verticals-sec h1 {
  font-weight: 600;
  color: #0780bf;
}
.site-section .verticals-sec img {
  filter: grayscale(1);
}
.site-footer {
  padding: 4em 0;
  background-color: #141b62;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 4em 0 0px;
  }
}
.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.site-footer p {
  color: #ffffff;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #ffffff;
}
.causes-content h5 {
  font-size: 16px;
  color: #ffffff;
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.site-footer a:hover {
  color: #4994cd;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-heading {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
.about-img {
  position: relative;
}
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bg-image.overlay {
  position: relative;
}
.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgb(0 5 12 / 75%);
}
.bg-image.overlay-primary {
  position: relative;
}
.bg-image.overlay-primary:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: #032e44e3;
}
.bg-image > .container {
  position: relative;
  z-index: 1;
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #ececec;
}
@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
  left: auto;
  z-index: 22222222;
  width: 40px;
  height: 33px;
  background-color: #0b5ed7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
}
.site-navbar .site-logo a img {
  height: 65px;
}
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}
.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
  color: #e8292c !important;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu li .btn-primary {
  border-radius: 8px;
  padding: 5px 10px;
  color: #ffffff !important;
  border: none;
  font-size: 13px;
}
.site-navbar .site-navigation .site-menu li .btn-primary .fa {
  font-size: 13px;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 0px 3px;
  line-height: 20px;
  color: #222222 !important;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li.active > a,
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #141b62 !important;
  border-bottom: 2px solid #141b62;
}
.site-navbar .site-navigation .site-menu li .btn-primary:hover {
  padding: 5px 10px;
  color: #ffffff !important;
  border: none !important;
  background-color: var(--bs-primary);
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #4994cd;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #4994cd !important;
  background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #4994cd;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  width: 40px;
  height: 33px;
  background-color: #0b5ed7;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  float: right;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #4994cd;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #4994cd;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #4994cd;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: relative;
  top: 0;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
  background: #fff;
}
.sticky-wrapper .site-navbar ul li a {
  color: rgba(0, 0, 0, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #4994cd;
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #4994cd !important;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* Blocks */
.awards-counter {
  background-color: #000000;
}
.site-section {
  padding: 7rem 0;
}
@media (max-width: 991.98px) {
  .site-section {
    padding: 3rem 0;
  }
}

.by {
  color: #000;
  border-bottom: 1px dotted #ccc;
}
.by:hover {
  border-bottom: 1px dotted #4994cd;
}

.form-control {
  border: none;
  border: 1px solid #d9d9d9;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  border: 1px solid #666666;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}
.sidebar-box *:last-child {
  margin-bottom: 0;
}
.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}
.categories li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.categories li a {
  display: block;
}
.categories li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}
.categories li.active a {
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}
.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}
.comment-list li .vcard {
  width: 80px;
  float: left;
}
.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}
.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
  font-size: 20px;
  color: #000;
}
.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}
.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.search-form {
  background: #f7f7f7;
  padding: 10px;
}
.search-form .form-group {
  position: relative;
}
.form-group1 {
  margin-top: 25px;
}
.search-form .form-group input {
  padding-right: 50px;
}
.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide {
  height: 100vh;
  min-height: 900px;
  background-size: cover;
}

.btn-md {
  padding: 8px 20px;
}

@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none;
  }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}
.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
  color: #fff;
}

.slide-one-item .owl-nav .owl-prev {
  left: 20px;
}

.slide-one-item .owl-nav .owl-next {
  right: 20px;
}

.slide-one-item .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.slide-one-item .owl-dots .owl-dot {
  display: inline-block;
}
.slide-one-item .owl-dots .owl-dot > span {
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  margin: 3px;
}
.slide-one-item .owl-dots .owl-dot.active > span {
  width: 20px;
  background: #fff;
}

.footer-suscribe-form .form-control {
  border: 1px solid #0d6efd !important;
  color: #000;
}
.footer-suscribe-form .form-control:hover,
.footer-suscribe-form .form-control:active,
.footer-suscribe-form .form-control:focus {
  color: #000 !important;
}

.footer-suscribe-form .btn {
  color: #fff;
  border-radius: 0px;
}

.owl-carousel-wrapper {
  height: 100vh;
  max-height: 600px;
  position: relative;
}

.ftco-cover-1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.ftco-cover-1,
.ftco-cover-1 .container > .row {
  height: 100vh;
  min-height: 600px;
}
.ftco-cover-1 > .container {
  position: relative;
}
.ftco-cover-1.overlay {
  position: relative;
}

.ftco-cover-1.overlay h1 {
  color: #fff;
  font-size: 3rem;
}
.ftco-cover-1.overlay p {
  color: #fff;
}
.ftco-cover-1.overlay p a {
  color: #fff;
  font-weight: 700;
}
.ftco-cover-1.overlay p a:hover {
  text-decoration: none;
}
.ftco-cover-1.overlay form .form-control,
.ftco-cover-1.overlay form .btn {
  height: 55px;
  border-radius: 4px;
}
.ftco-cover-1.overlay form .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent;
  margin-right: 10px;
}
.ftco-cover-1.overlay form .btn {
  border-color: transparent;
}

.owl-all .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-all .owl-dots .owl-dot {
  display: inline-block;
}
.owl-all .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ccc;
  margin: 5px;
  border-radius: 50%;
}
.owl-all .owl-dots .owl-dot.active > span {
  background: #4994cd;
}

@media (min-width: 992px) {
  .owl-all .owl-nav,
  .owl-all .owl-dots {
    display: none;
  }
  .owl-all .owl-stage {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 120% !important;
    padding-top: 10px;
  }
  .owl-all .owl-carousel .owl-stage-outer {
    width: 100%;
    overflow: visible;
  }
  .owl-all .owl-stage-outer > .owl-stage > .owl-item {
    display: inline-grid;
    float: none;
    margin-bottom: 30px;
  }
}

.bg-light {
  background-color: #f6f5f5 !important;
}

.more {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid #4994cd;
}

.post-entry-1 {
  position: relative;
}
.post-entry-1 > a {
  margin-top: -20px;
  display: inline-block;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.post-entry-1:before {
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background: #4994cd;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.post-entry-1 .meta {
  color: #ccc;
  margin-bottom: 10px;
  display: block;
}
.post-entry-1 .post-entry-1-contents {
  background: #fff;
  padding: 20px;
}
.post-entry-1 .post-entry-1-contents h2 {
  font-size: 22px;
}
.post-entry-1 .post-entry-1-contents h2,
.post-entry-1 .post-entry-1-contents h2 > a {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}

.slide-one-item .owl-dots,
.owl-1 .owl-dots,
.owl-2 .owl-dots,
.owl-3 .owl-dots {
  width: 100%;
  text-align: center;
}
.slide-one-item .owl-dots .owl-dot,
.owl-1 .owl-dots .owl-dot,
.owl-2 .owl-dots .owl-dot,
.owl-3 .owl-dots .owl-dot {
  display: inline-block;
}
.slide-one-item .owl-dots .owl-dot > span,
.owl-1 .owl-dots .owl-dot > span,
.owl-2 .owl-dots .owl-dot > span,
.owl-3 .owl-dots .owl-dot > span {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
}
.slide-one-item .owl-dots .owl-dot.active > span,
.owl-1 .owl-dots .owl-dot.active > span,
.owl-2 .owl-dots .owl-dot.active > span,
.owl-3 .owl-dots .owl-dot.active > span {
  width: 7px;
  height: 7px;
  background: #4994cd;
}

.owl-1 .owl-dots,
.owl-3 .owl-dots {
  bottom: 80px;
  position: relative;
}
.owl-1 .owl-dots .owl-dot > span,
.owl-3 .owl-dots .owl-dot > span {
  background: #fff;
}

.owl-2 .owl-dots {
  display: none;
}
.slide-one-item .owl-dots {
  bottom: -20px;
}
.owl-carousel {
  position: relative;
}
.owl-carousel-wrapper .owl-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.78;
  background-color: #0b0926;
  height: 100%;
  width: 100%;
}
.owl-1 .owl-dots,
.owl-3 .owl-dots {
  z-index: 2;
}
.box-92819 {
  z-index: 2;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0px auto;
  max-width: 100%;
  text-align: center;
}
.box-92819 h1 {
  font-weight: 500 !important;
  font-size: 2.8rem;
  color: #ffffff;
  text-shadow: 1px 0 0 white;
  text-align: center;
  margin: 20px auto 0px;
  line-height: 55px;
  letter-spacing: 2px;
  width: 80%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.text-cursive {
  font-family: "Mansalva", cursive !important;
  color: #e92225;
  font-weight: 500;
  font-size: 35px;
}

.top-bar a {
  color: #fff;
}

.feature-29192-wrap {
  position: relative;
}
.feature-29192-wrap .feature-29192 {
  width: 33.3333%;
  height: 300px;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}
@media (max-width: 991.98px) {
  .feature-29192-wrap .feature-29192 {
    width: 100%;
    position: relative;
    float: left;
  }
}
.feature-29192-wrap .feature-29192.overlay-danger,
.feature-29192-wrap .feature-29192.overlay-success,
.feature-29192-wrap .feature-29192.overlay-warning {
  position: relative;
}
.feature-29192-wrap .feature-29192.overlay-danger:before,
.feature-29192-wrap .feature-29192.overlay-success:before,
.feature-29192-wrap .feature-29192.overlay-warning:before {
  opacity: 0.9;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* mix-blend-mode: screen; */
}

.feature-29192-wrap .feature-29192.overlay-success:before {
  background-color: #dc3545;
  mix-blend-mode: screen;
}

.feature-29192-wrap .text {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.feature-29192-wrap .text .meta {
  color: #000000;
}

.cause {
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
}
.cause .cause-link {
  display: block;
  position: relative;
}
.cause h3 {
  font-size: 20px !important;
  height: 50px;
}
.cause h3 a {
  color: #000;
}
.cause .custom-progress-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cause .custom-progress-wrap .custom-progress-inner {
  height: 7px;
  width: 100%;
  background: #ccc;
}
.cause .custom-progress-wrap .custom-progress-inner .custom-progress {
  background: #4994cd;
  height: 7px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cause .custom-progress-wrap .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 12px;
}
.feature-29012 {
  text-align: center;
}
.feature-29012 .number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 17px;
  border-radius: 50%;
}
.feature-29012 .number > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-29012 h3 {
  font-size: 20px;
  color: #fff;
}

.feature-29012 p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}

.event-29191 .date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.event-29191 h3 {
  font-size: 20px;
  line-height: 1.5;
}
.event-29191 h3 a {
  color: #000;
}

.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  padding: 8px 16px;
}
.bg-primary {
  background-color: #4994cd !important;
}

.services-section .title {
  color: #ffffff;
}

.service-card:hover {
  transform: translateY(-5px);
}
.service-card img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
}
.service-title {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 17px;
  line-height: 20px;
}
.services-section {
  background-color: #031555;
  padding: 40px 0px;
}
.donate-section .container {
  background-color: var(--bs-primary);
  color: var(--bs-body-bg);
}
.donate-section .container h2 {
  color: var(--bs-body-bg);
}
.btn-white {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.our-committee .committee-item {
}
.our-committee .committee-item h4 {
  font-size: 16px;
}
.our-committee .committee-item h5 {
  font-size: 13px;
}
.our-committee .title,
.our-committee .committee-body h4,
.our-committee .committee-body h5,
.our-committee .committee-body p {
  color: #ffffff;
}
.our-committee.bg-image.overlay:after {
}
.committee-main .committee-div {
  position: relative;
  z-index: 1;
  top: 0px;
  padding: 60px 0px;
  border: 2px solid #03164e;
}
.committee-main .committee-div::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 100%;
  background-color: #03164e;
  top: 0;
}
.committee-main .committee-div .col-md-12 {
  position: relative;
  z-index: 2;
  padding-left: 170px;
}
.committee-main .committee-div .col-md-12 .col-md-8 {
  padding-left: 30px;
}
.committee-main .committee-div .committee-img {
  z-index: 33333;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  left: 10px;
  top: 10px;
}
.committee-details h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.committee-details h5 {
  font-size: 16px;
  font-weight: 600;
  color: #0d6efd;
}
.committee-imgDiv {
  border-radius: 50%;
  overflow: hidden;
  padding: 0px;
  width: 270px;
  height: 270px;
  position: relative;
}
.committee-imgDiv .spinner {
  width: 260px;
  height: 260px;
  border: 10px solid #ecab18;
  border-right-color: #1ad280;
  border-bottom-color: #1ad280;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: transparent;
  position: absolute;
  z-index: 11;
  left: 0px;
  right: 0;
  top: 0;
}
.committee-imgDiv:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.stories-section .card {
  border: none;
  height: auto;
}
.stories-section .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  background-color: #010f22;
  opacity: 0.5;
}
.stories-section .card .btn-play {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 60px;
  z-index: 2;
}
.blog-section .item {
  border: 1px solid #888888;
}
.blog-img .card-img-top {
  height: 100%;
  max-width: 100%;
  width: auto;
}
.blog-img {
  margin: 0px auto;
  height: 400px;
  overflow: hidden;
}
.blog-content .card-title {
  font-size: 25px;
  margin-bottom: 10px;
}
.blog-content .card-text {
  height: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 0.3s ease;
}
.blog-card:hover .card-text {
  max-height: 80px;
}

.owl-nav {
  position: absolute;
  top: -50px;
  left: auto;
  right: 50px;
  width: 50px;
  display: flex;
  justify-content: space-between;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 0px;
  position: relative;
}
.owl-nav .owl-prev::after,
.owl-nav .owl-next::after {
  content: "<";
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: var(--bs-primary);
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  line-height: 26px;
  font-weight: bold;
}
.owl-nav .owl-next::after {
  content: ">";
  position: absolute;
}
.top-header .list-group {
  display: inline-block;
}
.top-header .list-group-item {
  display: inline-block;
}
.footer-logo {
  width: 140px;
}
.getInTouch-from .form-control {
  border: none;
  border: 1px solid #d9d9d9;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  height: 42px;
  /* margin-top: 25px; */
  font-size: 14px;
}
.getInTouch-from textarea.form-control {
  height: auto !important;
}
.footer-causes {
  margin-bottom: 14px;
}
.footer-causes .causes-img {
  width: 70px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 15px;
}
.causes-content .progress {
  height: 6px;
}
.causes-content .progress .progress-bar {
  background-color: #10d114;
}
.copy-rightDiv {
  background-color: #f6f4ee;
  height: 50px;
  align-items: center;
}
.privacy-terms a {
  color: #222222;
  text-decoration: none;
  font-size: 14px;
}
.copy-rightDiv p {
  margin-bottom: 0px;
}
.footer-socialDiv .footer-social {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: var(--bs-primary); */
  /* margin-left: 10px; */
  border-radius: 50%;
  /* color: #ffffff; */
  color: black;
  text-decoration: none;
  font-size: 18px;
  padding: 0px;
}
.header-socialDiv .header-social {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: var(--bs-primary); */
  /* margin-left: 10px; */
  border-radius: 50%;
  /* color: #ffffff; */
  color: black;
  text-decoration: none;
  font-size: 18px;
  padding: 0px;
}

.social-yt {
  background-color: red !important;
}

.social-twitter {
  background-color: black !important;
}

.social-insta {
  background-color: #833ab4 !important;
}

.social-snapchat {
  background-color: #fffc00 !important;
}

.top-header {
  display: flex;
  align-items: center;
  height: 35px;
  /* background-color: #003251; */
}
.top-header .mail-header {
  color: #222222;
  /* color: white; */
  text-decoration: none;
  font-size: 14px;
}
.committee-item .cmt-img {
  border: 14px solid #b7cdf8;
  border-radius: 40px 40px 120px 120px;
  overflow: hidden;
  height: 340px;
}
.committee-body {
  background-color: #141b62;
  border-radius: 120px 120px 40px 40px;
  height: 220px;
  position: relative;
  top: -90px;
  z-index: -1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
}
.getInvolved.bg-image.overlay:after {
  position: absolute;
  content: "";
  background: rgb(0 0 0 / 45%);
}
.getInvolved h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  line-height: 56px;
}
.servicesNew-item-content {
  padding: 30px 20px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.servicesNew-item-image {
  position: relative;
  padding-bottom: 10px;
  top: -5px;
}
.servicesNew-item-circle {
  position: absolute;
  top: -6px;
  left: 0px;
  right: 0px;
  margin: auto;
  border: 19px solid var(--bs-primary);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  z-index: -1;
}
.servicesNew-item-image img.img-fluid {
  position: relative;
  top: 17px;
  height: 60px;
}
.becomeAvolnteer-bg {
  background-color: rgba(183, 206, 248, 0.62);
  justify-content: center;
  align-items: center;
}
.becomeAvolnteer-contentDiv {
  padding: 0px 110px;
  text-align: center;
}
.big-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 2px solid #28a745 !important;
}

.big-checkbox:checked {
  background-color: #28a745 !important;
  border-color: #1e7e34 !important;
}
