/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	Charityworld
Version:        1.0.0
Author:         themexriver
URL:            http://themeforest.net/user/themexriver
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer


----------------------------------------------------------------
# home default
----------------------------------------------------------------
#0.6	fund-volunteers
#0.7	causes
#0.8	fun-fact
#0.9	urgent-causes-section
#1.0	about-us-section
#1.1	volunteers
#1.2	quick-donation-section
#1.3	testimonials
#1.4	cta

----------------------------------------------------------------
# home style 2
----------------------------------------------------------------
#2.0	featured-causes
#2.1	causes-s2
#2.2	about-company-section
#2.3	cta-s2
#2.4	recent-blog
#2.5	products-section





----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Dosis:500,600,700|Source+Sans+Pro:400,600");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "system-ui";
  background-color: #fff;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* line-height: 0px; */
}

/* @media (max-width: 767px) {
  body {
    font-size: 14px;
  }
} */

/*** style for box layout ***/
@media screen and (min-width: 1200px) {
  .box-layout {
    width: 100%;
    height: 100%;
    background: url("../images/body-bg.jpg") center center/auto repeat fixed;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout .page-wrapper {
    background-color: #fff;
    width: 1200px;
    margin: 50px auto 0;
  }
}

p {
  color: #5a6871;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "system-ui";
  color: #123a54;
  font-weight: 600;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

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

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 40px 0 40px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0 100px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0 80px;
  }
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.back-to-top {
  background-color: #5db334 ;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #cbea24;
}

.back-to-top i {
  font-size: 18px;
  color: #fff;
  font-size: 1.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*** contact form error handling ***/
#contact-form .error-handling-messages,
#contact-form2 .error-handling-messages {
  margin-top: 15px;
  padding: 0;
}

#contact-form label.error,
#contact-form2 label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

#contact-form #loader,
#contact-form2 #loader {
  display: none;
}

#contact-form #success,
#contact-form #error,
#contact-form2 #success,
#contact-form2 #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  #contact-form #success,
  #contact-form #error,
  #contact-form2 #success,
  #contact-form2 #error {
    font-size: 15px;
  }
}

#contact-form #success,
#contact-form2 #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

#contact-form #error,
#contact-form2 #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.section-title {
  text-align: center;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .section-title {
    margin-bottom: 45px;
  }
}

.section-title h2 {
  font-size: 42px;
  font-size: 2.625rem;
  margin: 0 0 0.48em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.section-title p {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0;
}

.theme-btn, .theme-btn-s4 {
  font-family: "system-ui";
  background-color: #23a884;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0 40px;
  border: 0;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-btn:before, .theme-btn-s4:before {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  line-height: 45px;
  position: absolute;
  top: -100px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-btn:before, .theme-btn-s4:before {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .theme-btn:before, .theme-btn-s4:before {
    line-height: 35px;
  }
}

.theme-btn:hover, .theme-btn-s4:hover {
  line-height: 120px;
}

.theme-btn:hover:before, .theme-btn-s4:hover:before {
  top: 0;
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s4 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 35px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s4 {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 30px;
  }
}

.theme-btn:hover, .theme-btn-s4:hover, .theme-btn:focus, .theme-btn-s4:focus, .theme-btn:active, .theme-btn-s4:active {
  background-color: #1f9373;
  color: #fff;
}

.theme-btn-s2 {
  background-color: #123a54;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  padding: 0 40px 0 20px;
  border: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.theme-btn-s2 i {
  background-color: #fff;
  width: 27px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #123a54;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.theme-btn-s2:hover {
  background-color: rgba(18, 58, 84, 0.9);
  color: #fff;
}

.theme-btn-s2:hover i {
  background-color: rgba(255, 255, 255, 0.9);
}

.theme-btn-s3 {
  font-family: "system-ui";
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #23a884;
  padding: 7px 35px;
  border: 2px solid #23a884;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-btn-s3 {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 30px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s3 {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 30px;
  }
}

.theme-btn-s3:hover {
  background-color: #23a884;
  color: #fff;
}

.theme-btn-s4 {
  padding: 0 45px 0 25px;
  position: relative;
}

.theme-btn-s4 i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-btn-s4:before {
  padding: 0 45px 0 25px;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
}

.form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.sticky, .header-style3 nav.sticky-s3 {
  width: 100%;
  border-bottom: 1px solid #e6e6e6 !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

@-webkit-keyframes navigationFlipIn {
  from {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}

@keyframes navigationFlipIn {
  from {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}

/*** header sytle 2 ***/
.header-style2 nav.sticky-s2, .header-style3 nav.sticky-s2 {
  position: fixed;
  z-index: 999;
}

@media screen and (min-width: 1200px) {
  .header-style2 nav.sticky-s2, .header-style3 nav.sticky-s2 {
    background-color: #fff;
	background: -webkit-linear-gradient(left, #fff 50%, #cbea24 50.1%);
/*     background: -moz-linear-gradient(left, #fff 50%, #cbea24 50.1%);
    background: -o-linear-gradient(left, #fff 50%, #cbea24 50.1%);
    background: -ms-linear-gradient(left, #fff 50%, #cbea24 50.1%);
    background: linear-gradient(left, #fff 50%, #cbea24 50.1%);
 */
	
/*     background: -webkit-linear-gradient(left, #fff 50%, #b0cb1f 50.1%);
    background: -moz-linear-gradient(left, #fff 50%, #b0cb1f 50.1%);
    background: -o-linear-gradient(left, #fff 50%, #b0cb1f 50.1%);
    background: -ms-linear-gradient(left, #fff 50%, #b0cb1f 50.1%);
    background: linear-gradient(left, #fff 50%, #b0cb1f 50.1%);
 */  }
}

@media (max-width: 991px) {
  .header-style2 nav.sticky-s2, .header-style3 nav.sticky-s2 {
    border-bottom: 1px solid #f2f2f2;
  }
}

@media (max-width: 1199px) {
  .header-style2 nav.sticky-s2 .navigation-menu-holder, .header-style3 nav.sticky-s2 .navigation-menu-holder {
    border-bottom: 1px solid #f2f2f2;
    
  }
}

@media (max-width: 991px) {
  .header-style2 nav.sticky-s2 .navigation-menu-holder, .header-style3 nav.sticky-s2 .navigation-menu-holder {
    
    border-bottom: 0;
  }
}

/*** header sytle 3 ***/
.header-style3 nav.sticky-s3 {
  border-bottom: 0 !important;
  -webkit-animation: navigationFlipIn 1s;
  -moz-animation: navigationFlipIn 1s;
  -o-animation: navigationFlipIn 1s;
  -ms-animation: navigationFlipIn 1s;
  animation: navigationFlipIn 1s;
}

@media screen and (min-width: 992px) {
  .header-style3 nav.sticky-s3 {
    background-color: #123a54;
  }
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  color: #000;
  text-align: center;
}

.page-title {
  background: url("../images/page-title/img-2.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 1199px) {
  .page-title {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .page-title {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .page-title {
    height: 300px;
  }
}

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

.page-title h1 {
  width: 100%;
  font-size: 48px;
  font-size: 3rem;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}






@media (max-width: 991px) {
  .page-title h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (max-width: 767px) {
  .page-title h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.page-title-wrapper .breadcrumb-wrapper {
  background-color: #fff;
  padding: 19px 0;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1199px) {
  .page-title-wrapper .breadcrumb-wrapper {
    padding: 13px 0;
  }
}

@media (max-width: 991px) {
  .page-title-wrapper .breadcrumb-wrapper {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .page-title-wrapper .breadcrumb-wrapper {
    padding: 7px 0;
  }
}

.page-title-wrapper .breadcrumb {
  background-color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.page-title-wrapper .breadcrumb li {
  font-size: 18px;
  font-size: 1.125rem;
  color: #23a884;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title-wrapper .breadcrumb li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.page-title-wrapper .breadcrumb li a {
  color: #000;
}

.page-title-wrapper .breadcrumb li a:hover {
  color: #23a884;
}

.page-title-wrapper .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #000;
  margin-right: 5px;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.preloader > div {
  width: 40px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader span {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  -webkit-animation: spinRotate 1.7s 0.2s infinite ease-in-out both;
  animation: spinRotate 1.7s 0.2s infinite ease-in-out both;
}

.preloader span:nth-child(1) {
  background-color: #23a884;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.preloader span:nth-child(2) {
  background: #123a54;
  left: 22px;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.preloader span:nth-child(3) {
  background-color: #123a54;
  left: 0;
  top: 25px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.preloader span:nth-child(4) {
  background-color: #23a884;
  left: 22px;
  top: 25px;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

@keyframes spinRotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@-webkit-keyframes spinRotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

.carousel-dots-with-nav .owl-controls {
  position: relative;
}

.carousel-dots-with-nav .owl-controls .owl-dots div span {
  background: #fff;
  width: 14px;
  height: 14px;
  border: 2px solid #123a54;
  margin: 0 15px 0 0;
}

@media (max-width: 767px) {
  .carousel-dots-with-nav .owl-controls .owl-dots div span {
    width: 12px;
    height: 12px;
    border: 2px solid #123a54;
  }
}

.carousel-dots-with-nav .owl-controls .owl-dots div:last-child span {
  margin-right: 0;
}

.carousel-dots-with-nav .owl-controls .owl-dots .active span {
  background: #23a884;
  border-color: #23a884;
}

.carousel-dots-with-nav .owl-controls .owl-dots div:hover span {
  background: #23a884;
  border-color: #23a884;
}

.carousel-dots-with-nav .owl-controls .owl-nav {
  width: 140px;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .carousel-dots-with-nav .owl-controls .owl-nav {
    font-size: 25px;
    font-size: 1.5625rem;
    display: none;
  }
}

.carousel-dots-with-nav .owl-controls .owl-nav .owl-prev,
.carousel-dots-with-nav .owl-controls .owl-nav .owl-next {
  background: transparent;
  color: #123a54;
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .carousel-dots-with-nav .owl-controls .owl-nav .owl-prev,
  .carousel-dots-with-nav .owl-controls .owl-nav .owl-next {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.carousel-dots-with-nav .owl-controls .owl-nav .owl-prev:hover,
.carousel-dots-with-nav .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
  color: #23a884;
}

.carousel-dots-with-nav .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.carousel-dots-with-nav .owl-controls .owl-nav .owl-next {
  right: 0;
}

.volunteers-grids {
  text-align: center;
}

.volunteers-grids .grid:hover .img-holder:before {
  opacity: 1;
}

.volunteers-grids .img-holder {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 991px) {
  .volunteers-grids .img-holder {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 767px) {
  .volunteers-grids .img-holder {
    width: 90px;
    height: 90px;
  }
}

.volunteers-grids .img-holder:before {
  content: "";
  opacity: 0;
  background-color: rgba(35, 168, 132, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.volunteers-grids .img-holder img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.volunteers-grids .volunteers-details h4 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0.5em 0 0;
  text-transform: capitalize;
}

.volunteers-grids .volunteers-details h4 a {
  color: #123a54;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.volunteers-grids .volunteers-details h4 a:hover {
  color: #23a884;
}

@media (max-width: 1199px) {
  .volunteers-grids .volunteers-details h4 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0.5em 0 0.2em;
  }
}

@media (max-width: 767px) {
  .volunteers-grids .volunteers-details h4 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.volunteers-grids .volunteers-details .volunteers-post {
  font-size: 18px;
  font-size: 1.125rem;
  color: #23a884;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 1199px) {
  .volunteers-grids .volunteers-details .volunteers-post {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .volunteers-grids .volunteers-details .volunteers-post {
    margin-bottom: 15px;
  }
}

.volunteers-grids .social-links {
  display: inline-block;
}

.volunteers-grids .social-links li {
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .volunteers-grids .social-links li {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .volunteers-grids .social-links li {
    margin-right: 7px;
  }
}

.volunteers-grids .social-links li:last-child {
  margin-right: 0;
}

.volunteers-grids .social-links li a {
  font-size: 22px;
  font-size: 1.375rem;
  color: #53636c;
}

@media (max-width: 1199px) {
  .volunteers-grids .social-links li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .volunteers-grids .social-links li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.volunteers-grids .social-links li a:hover {
  color: #23a884;
}

.testimonials-grids .client-quote {
  background-color: #f0f3f8;
  padding: 35px 30px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-grids .client-quote {
    padding: 20px 25px;
  }
}

.testimonials-grids .client-quote:before {
  content: "";
  border: 15px solid transparent;
  border-top: 15px solid #f0f3f8;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .testimonials-grids .client-quote:before {
    border-width: 10px;
    bottom: -20px;
  }
}

.testimonials-grids .client-quote p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #123a54;
  margin: 0;
}

@media (max-width: 991px) {
  .testimonials-grids .client-quote p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.testimonials-grids .client-info {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .testimonials-grids .client-info {
    margin-top: 35px;
  }
}

@media (max-width: 991px) {
  .testimonials-grids .client-info .client-pic {
    max-width: 80px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .testimonials-grids .client-info .client-pic {
    max-width: 70px;
    margin: 0 auto;
  }
}

.testimonials-grids .client-info img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  border: 4px solid #23a884;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .testimonials-grids .client-info img {
    border: 3px solid #23a884;
  }
}

@media (max-width: 767px) {
  .testimonials-grids .client-info img {
    border: 2px solid #23a884;
  }
}

.testimonials-grids .client-info h4 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0.6em 0 0;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .testimonials-grids .client-info h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .testimonials-grids .client-info h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.featured-causes-grids {
  /*** causes details ***/
  /*** causes info ***/
}

.featured-causes-grids .grid {
  overflow: hidden;
}

.featured-causes-grids .causes-details {
  width: 52%;
  float: left;
  padding-right: 85px;
}
@media (max-width: 1024px) {
  .featured-causes-grids .causes-details {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .featured-causes-grids .causes-details {
    width: 100%;
    float: none;
    padding-right: 15px;
  }
}

.featured-causes-grids .causes-info {
  width: 48%;
  float: right;
  position: relative;
}

@media (max-width: 991px) {
  .featured-causes-grids .causes-info {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
}

.featured-causes-grids .causes-details .tag {
  font-family: "system-ui";
  background: #64b530;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 8px 14px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .featured-causes-grids .causes-details .tag {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .featured-causes-grids .causes-details .tag {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
}

.featured-causes-grids .causes-details h3 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 15px 0 7px;
}

@media (max-width: 991px) {
  .featured-causes-grids .causes-details h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .featured-causes-grids .causes-details h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.featured-causes-grids .causes-details h3 a {
  color: #123a54;
}

.featured-causes-grids .causes-details .remaing-days {
  font-family: "system-ui";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #5a6871;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .featured-causes-grids .causes-details .remaing-days {
    font-size: 16px;
    font-size: 1rem;
  }
}

.featured-causes-grids .causes-details p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5a6871;
  text-align: justify;
}

@media (max-width: 767px) {
  .featured-causes-grids .causes-details p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.featured-causes-grids .causes-details .btns {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .featured-causes-grids .causes-details .btns {
    margin-top: 25px;
  }
}

.featured-causes-grids .causes-details .btns .theme-btn-s4:first-child {
  margin-right: 5px;
}

.featured-causes-grids .causes-details .btns .theme-btn-s4 {
  margin-bottom: 5px;
}

.featured-causes-grids .causes-info {
  position: relative;
  padding: 20px;
}

.featured-causes-grids .causes-info .inner {
  -webkit-box-shadow: 0 0 20px 0 #e1e5e9;
  -moz-box-shadow: 0 0 20px 0 #e1e5e9;
  -o-box-shadow: 0 0 20px 0 #e1e5e9;
  -ms-box-shadow: 0 0 20px 0 #e1e5e9;
  box-shadow: 0 0 0px 0 #e1e5e9;
}

@media (max-width: 767px) {
  .featured-causes-grids .causes-info .inner {
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  .featured-causes-grids .causes-info .img-holder {
    display: none;
  }
}

@media (max-width: 767px) {
  .featured-causes-grids .causes-info {
    padding: 0;
    border: 1px solid #e6e6e6;
  }
}

.featured-causes-grids .causes-info .goal-raised-meter {
  padding: 15px 35px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .featured-causes-grids .causes-info .goal-raised-meter {
    padding: 15px 25px 0;
  }
}

@media (max-width: 991px) {
  .featured-causes-grids .causes-info .goal-raised-meter {
    padding: 30px 25px 10px;
  }
}

@media (max-width: 767px) {
  .featured-causes-grids .causes-info .goal-raised-meter {
    padding: 30px 15px 10px;
  }
}

.featured-causes-grids .causes-info .goal-raised-meter > div {
  width: 33.33%;
  float: left;
}

.featured-causes-grids .causes-info .goal-raised-meter h4 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1199px) {
  .featured-causes-grids .causes-info .goal-raised-meter h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .featured-causes-grids .causes-info .goal-raised-meter h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.featured-causes-grids .causes-info .goal-raised-meter span {
  font-family: "system-ui";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #23a884;
}

@media (max-width: 1199px) {
  .featured-causes-grids .causes-info .goal-raised-meter span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .featured-causes-grids .causes-info .goal-raised-meter span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.featured-causes-grids .causes-info .goal-raised-meter > div:nth-child(2) {
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .featured-causes-grids .causes-info .goal-raised-meter > div:nth-child(2) {
    top: -10px;
  }
}

@media (max-width: 767px) {
  .featured-causes-grids .causes-info .goal-raised-meter > div:nth-child(2) {
    left: -10px;
  }
}

.featured-causes-grids .causes-info .goal-raised-meter > div:nth-child(2) span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #123a54;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .featured-causes-grids .causes-info .goal-raised-meter > div:nth-child(2) span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.causes-s2-grids {
  /*** hover effects ***/
}

.causes-s2-grids .img-goal-raised {
  position: relative;
}

.causes-s2-grids .img-goal-raised .img-holder {
  overflow: hidden;
}

.causes-s2-grids .img-goal-raised .img-holder img {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.causes-s2-grids .hrvr-center {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.causes-s2-grids .hrvr-center p {
  margin-left: 5%;
  margin-right:5%;
  text-align:justify;
  color:#fff;
}

.causes-s2-grids .goal-raised-meter {
  background-color: rgba(18, 58, 84, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.causes-s2-grids .meter-2 {
  position: relative;
  text-align: center;
}

.causes-s2-grids .meter-2 span {
  font-family: "system-ui";
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .causes-s2-grids .meter-2 span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 767px) {
  .causes-s2-grids .meter-2 span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.causes-s2-grids .goal-raised {
  padding: 20px 55px 0;
  overflow: hidden;
  text-align: center;
}

.causes-s2-grids .goal-raised > div {
  width: 50%;
  float: left;
}

.causes-s2-grids .goal-raised h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #23a884;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1199px) {
  .causes-s2-grids .goal-raised h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .causes-s2-grids .goal-raised h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.causes-s2-grids .goal-raised span {
  font-family: "system-ui";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1199px) {
  .causes-s2-grids .goal-raised span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 991px) {
  .causes-s2-grids .goal-raised span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .causes-s2-grids .goal-raised span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.causes-s2-grids .causes-info {
  background-color: #fff;
  padding: 25px 22px;
  -webkit-box-shadow: 0 0 15px 0 #e6e6e6;
  -moz-box-shadow: 0 0 15px 0 #e6e6e6;
  -o-box-shadow: 0 0 15px 0 #e6e6e6;
  -ms-box-shadow: 0 0 15px 0 #e6e6e6;
  box-shadow: 0 0 15px 0 #e6e6e6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.causes-s2-grids .causes-info h3 {
  font-size: 26px;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 0.27em;
  text-align: center;
}

.causes-s2-grids .causes-info h3 a {
  color: #123a54;
}

@media (max-width: 991px) {
  .causes-s2-grids .causes-info h3 {
    font-size: 20x;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .causes-s2-grids .causes-info h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.causes-s2-grids .causes-info .remaining-days {
  font-size: 20px;
  font-size: 1.25rem;
  color: #6a7f8d;
}

@media (max-width: 1199px) {
  .causes-s2-grids .causes-info .remaining-days {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .causes-s2-grids .causes-info .remaining-days {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.causes-s2-grids .causes-info .remaining-days .fi:before {
  font-size: 18px;
  font-size: 1.125rem;
}

.causes-s2-grids .grid:hover .goal-raised-meter {
  opacity: 1;
}

.causes-s2-grids .grid:hover .img-holder img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.causes-s2-grids .grid:hover .causes-info {
  background-color: #4eaf36;
/*     background-color: #23a884;
 */  -webkit-box-shadow: -2px 13px 25px -5px rgba(21, 139, 107, 0.5);
  -moz-box-shadow: -2px 13px 25px -5px rgba(21, 139, 107, 0.5);
  box-shadow: -2px 13px 25px -5px rgba(21, 139, 107, 0.5);
}

.causes-s2-grids .grid:hover .causes-info h3 a,
.causes-s2-grids .grid:hover .causes-info .remaining-days {
  color: #fff;
}

/**** recent blog grids ****/
.blog-grids .grid {
  -webkit-box-shadow: 0 0 15px 0 #e6e6e6;
  -moz-box-shadow: 0 0 15px 0 #e6e6e6;
  -o-box-shadow: 0 0 15px 0 #e6e6e6;
  -ms-box-shadow: 0 0 15px 0 #e6e6e6;
  box-shadow: 0 0 15px 0 #e6e6e6;
  overflow: hidden;
}

.blog-grids .grid:hover .entry-meta ul {
  border-color: #23a884;
}

.blog-grids .grid:hover .continue a {
  color: #23a884;
}

.blog-grids .entry-media {
  position: relative;
}

.blog-grids .tags {
  background: #fff;
  padding: 7px 20px 7px 0;
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.blog-grids .tags:before {
  background: #fff;
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  left: -25px;
  top: 0;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.blog-grids .tags ul {
  overflow: hidden;
  position: relative;
}

.blog-grids .tags ul li {
  float: left;
  margin-right: 10px;
}

.blog-grids .tags ul li:last-child {
  margin-right: 0;
}

.blog-grids .tags ul li a {
  font-family: "system-ui";
  font-size: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #23a884;
}

@media (max-width: 1199px) {
  .blog-grids .tags ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-grids .entry-body {
  padding: 35px;
}

@media (max-width: 1199px) {
  .blog-grids .entry-body {
    padding: 25px;
  }
}

@media (max-width: 1199px) {
  .blog-grids .entry-body {
    padding: 25px 20px;
  }
}

.blog-grids .entry-title h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.4em;
}

@media (max-width: 1199px) {
  .blog-grids .entry-title h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 991px) {
  .blog-grids .entry-title h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .blog-grids .entry-title h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-grids .entry-title h3 a {
  color: #123a54;
}

.blog-grids .entry-title h3 a:hover {
  color: #23a884;
}

.blog-grids .entry-meta ul {
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-grids .entry-meta ul li {
  float: left;
  margin-right: 7px;
  padding-right: 7px;
  position: relative;
}

.blog-grids .entry-meta ul li:after {
  content: "/";
  font-size: 18px;
  font-size: 1.125rem;
  color: #5a6871;
  position: absolute;
  top: 0;
  right: -5px;
}

.blog-grids .entry-meta ul li:last-child {
  margin: 0;
  padding: 0;
}

.blog-grids .entry-meta ul li:last-child:after {
  display: none;
}

.blog-grids .entry-meta ul a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5a6871;
}

@media (max-width: 1199px) {
  .blog-grids .entry-meta ul a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-grids .entry-meta ul a:hover {
  color: #23a884;
}

.blog-grids .continue {
  padding-top: 20px;
}

@media (max-width: 991px) {
  .blog-grids .continue {
    padding-top: 15px;
  }
}

.blog-grids .continue a {
  font-family: "system-ui";
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #5a6871;
}

@media (max-width: 1199px) {
  .blog-grids .continue a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.blog-grids .continue a:hover {
  color: #23a884;
}

/**** products grids ***/
.products-grids .grid {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 #d9d9d9;
  -moz-box-shadow: 0 0 15px 0 #d9d9d9;
  -o-box-shadow: 0 0 15px 0 #d9d9d9;
  -ms-box-shadow: 0 0 15px 0 #d9d9d9;
  box-shadow: 0 0 15px 0 #d9d9d9;
  text-align: center;
}

.products-grids .img-holder img {
  display: inline-block;
}

.products-grids .img-holder-info-list {
  position: relative;
}

.products-grids .info-list {
  width: 152px;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .products-grids .info-list {
    width: 122px;
  }
}

.products-grids .info-list > div {
  width: 50px;
  float: left;
  margin-right: 1px;
}

@media (max-width: 767px) {
  .products-grids .info-list > div {
    width: 40px;
  }
}

.products-grids .info-list > div:last-child {
  margin-right: 0;
}

.products-grids .info-list > div a {
  background-color: #23a884;
  height: 45px;
  display: block;
  text-align: center;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .products-grids .info-list > div a {
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
}

.products-grids .info-list > div a:hover {
  background-color: #1f9373;
}

.products-grids .info-list > div img {
  display: inline-block;
}

@media (max-width: 767px) {
  .products-grids .info-list > div img {
    max-width: 17px;
  }
}

.products-grids .product-info {
  padding: 30px 15px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .products-grids .product-info {
    padding: 20px 15px;
  }
}

.products-grids .product-info h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.2em;
}

@media (max-width: 1199px) {
  .products-grids .product-info h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .products-grids .product-info h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.4em;
  }
}

.products-grids .product-info h3 a {
  color: #000;
}

.products-grids .product-info .rating i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #f3d000;
}

@media (max-width: 1199px) {
  .products-grids .product-info .rating i {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .products-grids .product-info .rating i {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.products-grids .product-info .price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #999999;
  display: block;
  margin-top: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .products-grids .product-info .price {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.products-grids .grid:hover {
  -webkit-box-shadow: 0px 11px 35px -6px rgba(35, 168, 132, 0.5);
  -moz-box-shadow: 0px 11px 35px -6px rgba(35, 168, 132, 0.5);
  box-shadow: 0px 11px 35px -6px rgba(35, 168, 132, 0.5);
}

.products-grids .grid:hover .product-info {
  background-color: #23a884;
}

.products-grids .grid:hover .product-info h3 a,
.products-grids .grid:hover .price {
  color: #fff;
}

.products-grids .grid:hover .info-list {
  opacity: 1;
  visibility: visible;
}

/**** cuases-s3-grids ****/
.causes-s3-grids .grid .details {
  padding: 30px;
  -webkit-box-shadow: 0 0 25px 0 #e6e6e6;
  -moz-box-shadow: 0 0 25px 0 #e6e6e6;
  -o-box-shadow: 0 0 25px 0 #e6e6e6;
  -ms-box-shadow: 0 0 25px 0 #e6e6e6;
  box-shadow: 0 0 25px 0 #e6e6e6;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .causes-s3-grids .grid .details {
    padding: 20px 15px;
  }
}

.causes-s3-grids .grid:hover .img-holder:before,
.causes-s3-grids .grid:hover .img-holder a {
  opacity: 1;
}

.causes-s3-grids .grid:hover .img-holder img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.causes-s3-grids .grid .img-holder {
  position: relative;
  overflow: hidden;
}

.causes-s3-grids .grid .img-holder:before {
  content: "";
  background-color: rgba(35, 168, 132, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.causes-s3-grids .grid .img-holder a {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.causes-s3-grids .grid .img-holder img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.causes-s3-grids .grid .details h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0 0 0.38em;
}

@media (max-width: 991px) {
  .causes-s3-grids .grid .details h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .causes-s3-grids .grid .details h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.causes-s3-grids .grid .details h3 a {
  color: #123a54;
}

.causes-s3-grids .grid .details h3 a:hover {
  color: #23a884;
}

.causes-s3-grids .remaining-days {
  font-size: 20px;
  font-size: 1.25rem;
  color: #6a7f8d;
}

@media (max-width: 1199px) {
  .causes-s3-grids .remaining-days {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .causes-s3-grids .remaining-days {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.causes-s3-grids .remaining-days .fi:before {
  font-size: 18px;
  font-size: 1.125rem;
}

.causes-s3-grids .meter-3 {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.causes-s3-grids .meter-3 span {
  font-family: "system-ui";
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #123a54;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .causes-s3-grids .meter-3 span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.causes-s3-grids .goal-raised {
  overflow: hidden;
}

.causes-s3-grids .goal-raised > div {
  width: 50%;
  float: left;
}

.causes-s3-grids .goal-raised h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #23a884;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1199px) {
  .causes-s3-grids .goal-raised h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .causes-s3-grids .goal-raised h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.causes-s3-grids .goal-raised span {
  font-family: "system-ui";
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #123a54;
}

@media (max-width: 1199px) {
  .causes-s3-grids .goal-raised span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 991px) {
  .causes-s3-grids .goal-raised span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .causes-s3-grids .goal-raised span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.charity-categories-section-grids .grid {
  background-color: #fff;
  padding: 45px 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 #e6e6e6;
  -moz-box-shadow: 0 0 15px 0 #e6e6e6;
  -o-box-shadow: 0 0 15px 0 #e6e6e6;
  -ms-box-shadow: 0 0 15px 0 #e6e6e6;
  box-shadow: 0 0 15px 0 #e6e6e6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .charity-categories-section-grids .grid {
    padding: 35px 25px;
  }
}

@media (max-width: 767px) {
  .charity-categories-section-grids .grid {
    padding: 25px 15px;
  }
}

.charity-categories-section-grids .grid:hover {
  background-color: #23a884;
}

.charity-categories-section-grids .grid:hover .info h3 a,
.charity-categories-section-grids .grid:hover .info p,
.charity-categories-section-grids .grid:hover .icon i:before,
.charity-categories-section-grids .grid:hover .details {
  color: #fff;
}

.charity-categories-section-grids .icon i:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #23a884;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .charity-categories-section-grids .icon i:before {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.charity-categories-section-grids .info h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0.5em 0;
}

@media (max-width: 1199px) {
  .charity-categories-section-grids .info h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .charity-categories-section-grids .info h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.charity-categories-section-grids .info h3 a {
  color: #123a54;
}

.charity-categories-section-grids .info p {
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .charity-categories-section-grids .info p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }
}

.charity-categories-section-grids .details {
  font-family: "system-ui";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #23a884;
}

@media (max-width: 1199px) {
  .charity-categories-section-grids .details {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.partners-grids .grid {
  text-align: center;
}

.partners-grids .grid img {
  width: auto;
  margin: 0 auto;
}

.pagination-wrapper {
  text-align: center;
}

.pagination-wrapper ul {
  display: inline-block;
  margin: 0;
  overflow: hidden;
}

.pagination-wrapper ul li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  float: left;
  margin-right: 5px;
  border: 1px solid #23a884;
}

@media (max-width: 991px) {
  .pagination-wrapper ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.pagination-wrapper ul .active a,
.pagination-wrapper ul li a:hover {
  background-color: #23a884;
  color: #fff;
}

.pagination-wrapper ul li a {
  font-family: "system-ui";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #23a884;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.sidebar .widget {
  margin-bottom: 65px;
}

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

@media (max-width: 767px) {
  .sidebar .widget {
    margin-bottom: 45px;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget a {
  color: #123a54;
}

.sidebar .widget a:hover,
.sidebar .widget a:focus {
  text-decoration: none;
  color: #23a884;
}

.sidebar .widget > div {
  margin-bottom: 25px;
}

.sidebar .widget > div:last-child {
  margin-bottom: 0;
}

.sidebar .widget h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.8em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .sidebar .widget h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.sidebar .widget h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 0 0.2em;
}

@media (max-width: 767px) {
  .sidebar .widget h4 {
    font-size: 15px;
  }
}

.sidebar .widget h4 a {
  color: #123a54;
}

.sidebar .widget .date,
.sidebar .widget .remaing-date {
  font-size: 14px;
  color: gray;
  margin: 0;
}

.sidebar .search-widget form div {
  position: relative;
}

.sidebar .search-widget form div ::-webkit-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #23a884;
}

.sidebar .search-widget form div :-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #23a884;
}

.sidebar .search-widget form div ::-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #23a884;
}

.sidebar .search-widget form div :-ms-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #23a884;
}

.sidebar .search-widget form div input {
  height: auto;
  color: #23a884;
  padding: 7px 45px 7px 25px;
  border-color: #cccccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.sidebar .search-widget form div input:focus {
  border-color: #23a884;
  box-shadow: none;
}

.sidebar .search-widget form div .btn {
  background: transparent;
  color: #23a884;
  position: absolute;
  right: 0;
  top: 0;
}

.sidebar .search-widget form div .btn:hover,
.sidebar .search-widget form div .btn:focus {
  outline: none;
  border: 0;
  box-shadow: 0;
}

.sidebar .recent-events-widget .event-pic {
  margin-bottom: 20px;
}

.sidebar .recent-events-widget .event-info ul {
  overflow: hidden;
}

.sidebar .recent-events-widget .event-info ul li {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
  margin-right: 15px;
}

.sidebar .recent-events-widget .event-info ul a {
  color: #717c8f;
}

.sidebar .recent-events-widget .event-info ul li:last-child {
  margin-right: 0;
}

/*** shop sidebar ***/
.shop-sidebar {
  /*** range filtering ***/
}

.shop-sidebar .widget {
  margin-bottom: 65px;
}

.shop-sidebar .widget:last-child {
  margin-bottom: 0;
}

.shop-sidebar .widget h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 1.7em;
  padding-bottom: 0.6em;
  text-transform: uppercase;
  position: relative;
}

.shop-sidebar .widget h3:before {
  content: "";
  background-color: #23a884;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .shop-sidebar .widget h3 {
    font-size: 18px;
  }
}

.shop-sidebar .widget > ul li {
  font-size: 14px;
  font-size: 0.875rem;
}

.shop-sidebar .widget > ul li:first-child a {
  padding-top: 0;
}

.shop-sidebar .widget > ul li:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}

.shop-sidebar .widget > ul li a {
  display: block;
  font-weight: bold;
  color: #333333;
  padding: 9px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.shop-sidebar .widget > ul li a:hover,
.shop-sidebar .widget > ul li a:hover .badge {
  color: #23a884;
}

.shop-sidebar .widget > ul li a i {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-sidebar .widget > ul li a .badge {
  color: #333333;
  background: transparent;
  position: absolute;
  right: 7px;
}

.shop-sidebar .widget > ul li a .badge:before {
  content: "(";
  position: absolute;
  left: 0;
}

.shop-sidebar .widget > ul li a .badge:after {
  content: ")";
  position: absolute;
  right: 0;
}

.shop-sidebar .filter-price-widget .slider.slider-horizontal {
  width: 100%;
}

.shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-track {
  background: #d9d9d9 !important;
  height: 2px;
  margin: 0;
}

.shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-track .slider-selection {
  background: #404040 !important;
}

.shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-handle {
  background: #23a884;
  width: 14px;
  height: 14px;
  top: 3px;
}

.shop-sidebar .filter-price-widget .value {
  overflow: hidden;
  margin-top: 17px;
}

.shop-sidebar .filter-price-widget .value > div {
  display: inline-block;
  float: left;
}

.shop-sidebar .filter-price-widget .price {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #999999;
  line-height: 30px;
  float: right !important;
}

.shop-sidebar .filter-price-widget .price #min-value,
.shop-sidebar .filter-price-widget .price #max-value {
  color: #000;
}

.shop-sidebar .filter-price-widget .price #max-value {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.shop-sidebar .filter-price-widget .price #max-value:before {
  content: "";
  border-bottom: 1px solid #000;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-sidebar .filter-price-widget .theme-btn, .shop-sidebar .filter-price-widget .theme-btn-s4 {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 0 17px;
  text-transform: uppercase;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.shop-sidebar .filter-price-widget .theme-btn:before, .shop-sidebar .filter-price-widget .theme-btn-s4:before {
  display: none;
}

.style-switcher-box {
  background-color: #fff;
  width: 252px;
  padding: 50px 25px;
  position: fixed;
  left: -252px;
  top: 15%;
  z-index: 999;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.style-switcher-box button {
  background-color: #23a884;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  border: 0;
  outline: 0;
  box-shadow: none;
  position: absolute;
  right: -45px;
  top: 50px;
}

.style-switcher-box button i {
  color: #fff;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.style-switcher-box h5 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0 0 2em;
  text-transform: uppercase;
}

.style-switcher-box .main-list > .list {
  margin-bottom: 30px;
}

.style-switcher-box .main-list > .list:last-child {
  margin-bottom: 0;
}

.style-switcher-box .list-title {
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.style-switcher-box .list > .sublist {
  margin-bottom: 10px;
}

.style-switcher-box .list > .sublist:last-child {
  margin-bottom: 0;
}

.style-switcher-box .sublist span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.style-switcher-box .sublist ul {
  overflow: hidden;
}

.style-switcher-box .sublist ul li {
  float: left;
  min-width: 36px;
  min-height: 36px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

.style-switcher-box .sublist ul li:nth-child(5n+5) {
  margin-right: 0;
}

.style-switcher-box .layout ul li {
  background-color: #23a884;
  min-height: 20px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.style-switcher-box p {
  font-size: 11px;
  margin: 15px 0 0;
}

.style-switcher-box p span {
  color: #ff6666;
}

.style-switcher-box .color-chager > li {
  background-color: #23a884;
}

.style-switcher-box .color-chager > li:nth-child(2) {
  background-color: #fb5e1c;
}

.style-switcher-box .color-chager > li:nth-child(3) {
  background-color: #ff2e3d;
}

.style-switcher-box .color-chager > li:nth-child(4) {
  background-color: #f1c40f;
}

.toggle-switcherbox {
  left: 0;
}

/*** rotating ***/
@-webkit-keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /*** topbar ***/
  /*** navigation  ***/
  /*** search mini cart ***/
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .topbar {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
  .site-header .topbar {
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .site-header .topbar {
    height: auto;
    line-height: 30px;
    padding: 15px 0 5px;
  }
}

@media (max-width: 767px) {
  .site-header .topbar .row > .col {
    text-align: center;
  }
}

.site-header .topbar .info ul {
  overflow: hidden;
}

@media (max-width: 767px) {
  .site-header .topbar .info ul {
    display: inline-block;
  }
}

.site-header .topbar .info ul li {
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  color: #123a54;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
  .site-header .topbar .info ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-right: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .site-header .topbar .info ul li {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.site-header .topbar .info ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.site-header .topbar .info .fi {
  display: inline-block;
  padding-right: 3px;
  position: relative;
  top: 2px;
}

.site-header .topbar .info .fi:before {
  font-size: 17px;
  font-size: 1.0625rem;
}

.site-header .topbar .social-follow-donate {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .site-header .topbar .social-follow-donate {
    float: none;
  }
}

.site-header .topbar .social-follow-donate ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.site-header .topbar .social-follow-donate > div {
  float: left;
}

.site-header .topbar .social-follow {
  max-height: 60px;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .site-header .topbar .social-follow {
    margin-right: 20px;
  }
}

.site-header .topbar .social-follow span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #53636c;
  position: relative;
  top: -24px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .site-header .topbar .social-follow span {
    font-size: 15px;
    font-size: 0.9375rem;
    top: -17px;
  }
}

@media (max-width: 767px) {
  .site-header .topbar .social-follow span {
    top: -10px;
  }
}

.site-header .topbar .social-follow ul {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .site-header .topbar .social-follow ul {
    margin-right: 0;
  }
}

.site-header .topbar .social-follow ul li {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .site-header .topbar .social-follow ul li {
    margin-right: 12px;
  }
}

.site-header .topbar .social-follow ul li:last-child {
  margin-right: 0;
}

.site-header .topbar .social-follow li a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #53636c;
}

@media (max-width: 991px) {
  .site-header .topbar .social-follow li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.site-header .topbar .donate {
  background: #23a884;
}

.site-header .topbar .donate a {
  font-family: "system-ui";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  padding: 0 30px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .site-header .topbar .donate a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 15px;
  }
}

.site-header .topbar .donate .fi {
  display: inline-block;
  padding-right: 12px;
  position: relative;
  top: 1px;
}

@media (max-width: 991px) {
  .site-header .topbar .donate .fi {
    padding-right: 8px;
    top: 2px;
  }
}

@media (max-width: 991px) {
  .site-header .topbar .donate .fi:before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.site-header .navigation {
  background-color: #cbea24;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation .navbar-brand {
  height: auto;
}

@media (max-width: 991px) {
  .site-header .navigation .navbar-brand {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-header .navigation .navbar-brand img {
    max-width: 180px;
  }
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 120px;
  /*margin-left: 120px;
  float:left!important;*/
  /*** second level ***/
  /*** icon ***/
}

.site-header #navbar a:hover,
.site-header #navbar a:focus,
.site-header #navbar ul li.current a {
  color: #000;
}

.site-header #navbar > ul {
  margin: 0;
}

.site-header #navbar > ul a {
  display: block;
}

.site-header #navbar > ul a:hover,
.site-header #navbar > ul a:focus {
  text-decoration: none;
}

.site-header #navbar > ul li {
  position: relative;
}

.site-header #navbar > ul > li > a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #8a9f16;
  padding: 40px 20px;
  text-transform: uppercase;
}

.site-header #navbar > ul > li > a.active {
  color: #424b0d;
  border-bottom:5px solid #424b0d;
  font-weight: 700;
}

.site-header #navbar > ul > li > a:hover,
.site-header #navbar > ul > li.current > a {
  outline: none;
}

.site-header #navbar > ul > li > a:focus {
  background-color: transparent;
}

.site-header #navbar > ul > .sub-menu:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .site-header #navbar > ul > .sub-menu:before {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
  }
}

.site-header #navbar > ul > li > ul li {
  border-bottom: 1px solid #cccccc;
}

.site-header #navbar > ul > li > ul li:first-child {
  border-top: 1px solid #cccccc;
}

.site-header #navbar > ul > li > ul li:last-child {
  border-bottom: 0;
}

.site-header #navbar > ul > li > ul a {
  padding: 6px 15px 6px 45px;
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li > ul ul a {
    padding-left: 60px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > ul {
    background-color: #fff;
    width: 210px;
    border-top: 2px solid #23a884;
    position: absolute;
    left: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 1px 1px 5px 0 #e6e6e6;
  }
  .site-header #navbar > ul > li > ul li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul > li > ul li:first-child {
    border-top: 0;
  }
  .site-header #navbar > ul > li > ul a {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #5c686e;
    padding: 12px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li > ul a:hover {
    padding-left: 20px;
  }
  .site-header #navbar > ul > li > ul ul {
    background-color: #fff;
    width: 210px;
    position: absolute;
    left: 110%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 1px 1px 5px 0 #e6e6e6;
  }
}

.site-header #navbar .sub-sub-menu > a {
  position: relative;
}

.site-header #navbar .sub-sub-menu > a:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
}

@media (max-width: 991px) {
  .site-header #navbar .sub-menu > a:before,
  .site-header #navbar .sub-sub-menu > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    width: 40px;
    height: 100%;
    line-height: 41px;
    text-align: center;
    border-left: 1px solid #cccccc;
    position: absolute;
    right: 0;
    top: 0;
  }
  .site-header #navbar .sub-sub-menu > a:before {
    line-height: 33px;
  }
}

.site-header .search-mini-cart {
  position: absolute;
  right: 25px;
  z-index: 10;
}

.site-header .search-mini-cart .search {
  line-height: 100px;
  text-align: right;
  position: absolute;
  right: 40px;
  z-index: 10;
}

.site-header .search-mini-cart .search a {
  color: #5c686e;
}

.site-header .search-mini-cart .mini-cart-wrapper {
  position: absolute;
  right: 0;
}

.site-header .search-mini-cart .mini-cart-btn {
  line-height: 100px;
  text-align: right;
}

.site-header .search-mini-cart .mini-cart-btn a {
  color: #5c686e;
  position: relative;
}

.site-header .search-mini-cart .mini-cart-btn a span {
  background-color: #23a884;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 9px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 70%;
  top: -11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.site-header .search-mini-cart .mini-cart {
  background: #fff;
  width: 280px;
  padding: 20px;
  border: 1px solid #23a884;
  position: relative;
  top: -1px;
}

.site-header .search-mini-cart .mini-cart .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}

.site-header .search-mini-cart .mini-cart .product-img {
  width: 80px;
  float: left;
}

.site-header .search-mini-cart .mini-cart .product-details {
  width: 150px;
  float: right;
}

.site-header .search-mini-cart .mini-cart .product-details h6 {
  font-size: 14px;
  margin: 0.2em 0 0.8em;
}

.site-header .search-mini-cart .mini-cart .product-details p {
  font-size: 14px;
  color: #23a884;
  font-weight: 600;
  margin: 0;
}

.site-header .search-mini-cart .mini-cart .product-details i {
  color: red;
}

.site-header .search-mini-cart .mini-cart .product-details i:before {
  font-size: 14px;
}

.site-header .search-mini-cart .mini-cart .price-total {
  font-size: 15px;
  font-weight: 600;
}

.site-header .search-mini-cart .mini-cart .price-total > span,
.site-header .search-mini-cart .mini-cart .price-total > div {
  display: inline-block;
}

.site-header .search-mini-cart .mini-cart .price-total > div {
  float: right;
}

.site-header .search-mini-cart .mini-cart .checkout-btn {
  margin-top: 15px;
}

.site-header .search-mini-cart .mini-cart .checkout-btn .theme-btn, .site-header .search-mini-cart .mini-cart .checkout-btn .theme-btn-s4 {
  width: 100%;
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #cbea24;
    width: 50px;
    height: 40px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #23a884;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #cbea24;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/*** header search area style ***/
.header-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
}

.header-search-form form {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .header-search-form form {
    width: 300px;
  }
}

.header-search-form form input {
  height: 60px;
  font-size: 20px;
  padding: 15px 25px;
}

@media (max-width: 767px) {
  .header-search-form form input {
    height: 45px;
    font-size: 17px;
  }
}

.header-search-form form input:focus {
  box-shadow: none;
}

.header-search-form form .btn {
  background-color: #23a884;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.header-search-form form .btn:focus,
.header-search-form form .btn:active {
  outline: none;
  box-shadow: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style1 #navbar {
    width: 970px;
    margin: 0;
    border-top: 1px solid #f2f2f2;
    text-align: center;
  }
  .header-style1 #navbar > ul {
    float: none;
    display: inline-block;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .header-style1 .navigation {
    padding-bottom: 15px;
  }
  .header-style1 .navbar-header button {
    top: 16px;
  }
  .header-style1 .search-mini-cart {
    top: -11px;
    right: 85px;
  }
}

@media (max-width: 767px) {
  .header-style1 .navigation {
    padding: 15px 0;
    height: 150px;
  }
  .header-style1 .navbar-header {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
  }
  .header-style1 .navbar-header .navbar-brand {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-style1 .navbar-header button {
    top: 80px;
  }
  .header-style1 .search-mini-cart {
    top: 50px;
  }
  .header-style1 .search-mini-cart .mini-cart {
    top: -17px;
    left: 85px;
  }
}

@media (max-width: 991px) {
  .header-style1 .sticky .navbar-header, .header-style1 .header-style3 nav.sticky-s3 .navbar-header, .header-style3 .header-style1 nav.sticky-s3 .navbar-header {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .header-style1 .sticky .navbar-header, .header-style1 .header-style3 nav.sticky-s3 .navbar-header, .header-style3 .header-style1 nav.sticky-s3 .navbar-header {
    padding-top: 0;
  }
}

/*** header style 2 ***/
.header-style2, .header-style3 {
  /***  topbar  ***/
  /*** navigation ***/
}

.header-style2 .topbar, .header-style3 .topbar {
  background-color: #000;
  border-bottom: 0;
  overflow: hidden;
}

.header-style2 .topbar span, .header-style3 .topbar span,
.header-style2 .topbar li, .header-style3 .topbar li {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

@media (max-width: 991px) {
  .header-style2 .topbar span, .header-style3 .topbar span,
  .header-style2 .topbar li, .header-style3 .topbar li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .header-style2 .topbar span, .header-style3 .topbar span,
  .header-style2 .topbar li, .header-style3 .topbar li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.header-style2 .topbar .contact-info, .header-style3 .topbar .contact-info {
  overflow: hidden;
  display: inline-block;
  float: right;
}

@media (max-width: 767px) {
  .header-style2 .topbar .contact-info, .header-style3 .topbar .contact-info {
    float: none;
  }
}

.header-style2 .topbar .contact-info li, .header-style3 .topbar .contact-info li {
  float: left;
  margin-right: 60px;
}

@media (max-width: 991px) {
  .header-style2 .topbar .contact-info li, .header-style3 .topbar .contact-info li {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .header-style2 .topbar .contact-info li, .header-style3 .topbar .contact-info li {
    float: none;
    display: inline-block;
  }
}

.header-style2 .topbar .contact-info li:last-child, .header-style3 .topbar .contact-info li:last-child {
  margin-right: 0;
}

.header-style2 .topbar .contact-info li i, .header-style3 .topbar .contact-info li i {
  display: inline-block;
  color: #23a884;
  padding-right: 5px;
}

@media screen and (min-width: 992px) {
  .header-style2, .header-style3 {
    /*** mini cart ***/
  }
  .header-style2 .navigation, .header-style3 .navigation {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 10;
  }
  .header-style2 .navigation .container, .header-style3 .navigation .container {
    background-color: #cbea24;
/* 	    background-color: #b0cb1f;
 */
    padding: 0;
  }
  .header-style2 .navigation .navbar-header, .header-style3 .navigation .navbar-header {
    background-color: #fff;
    min-height: 100px;
    padding: 19px 15px 5px 30px;
    position: relative;
  }
  @media screen and (min-width: 992px){
    .header-style2 .navigation .navbar-header, .header-style3 .navigation .navbar-header {
      background-color: #fff;
      min-height: 112px;
      padding: 19px 15px 5px 30px;
      position: relative;
    }
  }
  .header-style2 .navigation .navbar-header .shape, .header-style3 .navigation .navbar-header .shape {
    background-color: #fff;
    width: 65px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }
  .header-style2 .navigation .navbar-brand, .header-style3 .navigation .navbar-brand {
    padding: 0;
    margin-left: 0;
    position: relative;
  }
  /* .header-style2 .navigation #navbar, .header-style3 .navigation #navbar {
    margin-right: 70px;
  } */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style2 .navigation #navbar, .header-style3 .navigation #navbar {
    width: 820px;
    margin: 0;
    text-align: center;
    border-top: 1px solid #23a884;
  }
  .header-style2 .navigation #navbar > ul, .header-style3 .navigation #navbar > ul {
    float: none;
    display: inline-block;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .header-style2 .search-mini-cart .mini-cart-wrapper, .header-style3 .search-mini-cart .mini-cart-wrapper {
    right: 30px;
  }
}

@media (max-width: 991px) {
  .header-style2 .navigation, .header-style3 .navigation {
    padding: 15px 0;
    height: 110px;
  }
}

@media (max-width: 991px) {
  .header-style2 .navigation .navbar-brand, .header-style3 .navigation .navbar-brand {
    background-color: #ffffff;
    height: 110px;
    padding: 15px 15px 0 25px;
    position: absolute;
    left: 0;
    top: -15px;
  }
}

@media (max-width: 767px) {
  .header-style2 .navigation .navbar-brand, .header-style3 .navigation .navbar-brand {
    padding: 15px 15px 0 12px;
  }
}

@media (max-width: 991px) {
  .header-style2 .navigation .navbar-header button, .header-style3 .navigation .navbar-header button {
    top: 20px;
  }
}

@media (max-width: 991px) {
  .header-style2 .navigation .search-mini-cart, .header-style3 .navigation .search-mini-cart {
    right: 80px;
    top: -9px;
  }
}

@media (max-width: 991px) {
  .header-style2 .navigation .mini-cart-btn, .header-style3 .navigation .mini-cart-btn {
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .header-style2 .navigation .mini-cart, .header-style3 .navigation .mini-cart {
    right: -75px;
  }
}

/*** header style 3 ***/
.header-style3 .navigation .navbar-header {
  background-color: transparent;
}

.header-style3 .navigation .container {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .header-style3 .navigation {
    top: 35px;
  }
  .header-style3 #navbar > ul > li > a,
  .header-style3 #navbar > ul > .sub-menu:before {
    color: #fff;
  }
  .header-style3 .search-mini-cart .mini-cart-btn a {
    color: #fff;
  }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  /** slider dots **/
}

@media (max-width: 991px) {
  .hero {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 100vh;
  margin: 0;
  background-repeat: no-repeat;
  position: relative;

}

@media (max-width: 991px) {
  .hero .slide {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

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

.hero .slide .container {
  height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .hero .slide .container {
    padding: 0 25px;
  }
}

.hero .slide .col {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .hero .slide .col {
    padding: 0 25px;
  }
}

.hero .hero-slider .owl-controls {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .hero .hero-slider .owl-controls {
    top: auto;
    bottom: 45px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 991px) {
  .hero .hero-slider .owl-controls .owl-nav {
    display: none;
  }
}

.hero .hero-slider .owl-controls .owl-nav > div {
  background-color: transparent;
  width: 65px;
  height: 55px;
  line-height: 55px;
  border: 2px solid #fff;
  font-size: 22px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .hero .hero-slider .owl-controls .owl-nav > div {
    width: 55px;
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .hero .hero-slider .owl-controls .owl-nav > div {
    display: none !important;
  }
}


.hero .hero-slider .owl-controls .owl-nav .owl-prev {
  left: -8px;
  display: none;
}

.hero .hero-slider .owl-controls .owl-nav .owl-next {
  right: -8px;
  display: none;
}

.hero .hero-slider .owl-controls .owl-nav > div:hover {
  background-color: #23a884;
  border-color: #23a884;
}

.hero .hero-slider .owl-controls .owl-dots {
  display: none !important;
}

.hero .hero-slider .owl-controls .owl-dots span {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
}

.hero .hero-slider .owl-controls .owl-dots .active span {
  background: #23a884;
}

@media (max-width: 991px) {
  .hero .hero-slider .owl-controls .owl-dots {
    display: block !important;
  }
}

/*** hero slider style 1 ***/
.hero-slider-s1 {
  /*** hero slider animation ***/
}

.hero-slider-s1 h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
  .hero-slider-s1 h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 991px) {
  .hero-slider-s1 h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .hero-slider-s1 h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 500px) {
  .hero-slider-s1 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 1em;
  }
}

.hero-slider-s1 p {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 200px;
  margin: 0 0 2.7em;
}

@media (max-width: 1199px) {
  .hero-slider-s1 p {
    padding: 0 105px;
  }
}

@media (max-width: 767px) {
  .hero-slider-s1 p {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
    margin: 0 0 1.5em;
  }
}

@media (max-width: 767px) {
  .hero-slider-s1 .slide .col {
    padding: 0 0 0 15px;
    margin-left: -15px;
  }
}

.hero-slider-s1 .slide-caption > h1,
.hero-slider-s1 .slide-caption > p,
.hero-slider-s1 .slide-caption > .theme-btn,
.hero-slider-s1 .slide-caption > .theme-btn-s4 {
  color: #fff;
  opacity: 0;
}

.hero-slider-s1 .active .slide-caption > h1 {
  -webkit-animation: slideInSlow 1.5s 0.8s forwards;
  -moz-animation: slideInSlow 1.5s 0.8s forwards;
  -o-animation: slideInSlow 1.5s 0.8s forwards;
  -ms-animation: slideInSlow 1.5s 0.8s forwards;
  animation: slideInSlow 1.5s 0.8s forwards;
}

.hero-slider-s1 .active .slide-caption > p {
  -webkit-animation: slideInSlow 1.5s 1.4s forwards;
  -moz-animation: slideInSlow 1.5s 1.4s forwards;
  -o-animation: slideInSlow 1.5s 1.4s forwards;
  -ms-animation: slideInSlow 1.5s 1.4s forwards;
  animation: slideInSlow 1.5s 1.4s forwards;
}

.hero-slider-s1 .active .slide-caption > .theme-btn, .hero-slider-s1 .active .slide-caption > .theme-btn-s4 {
  -webkit-animation: slideInSlow 1.5s 1.8s forwards;
  -moz-animation: slideInSlow 1.5s 1.8s forwards;
  -o-animation: slideInSlow 1.5s 1.8s forwards;
  -ms-animation: slideInSlow 1.5s 1.8s forwards;
  animation: slideInSlow 1.5s 1.8s forwards;
}

/*** slider style 2 ***/
.hero-slider-s2 {
  /*** hero slider animation ***/
}

@media (max-width: 1199px) {
  .hero-slider-s2 {
    min-height: 700px;
  }
}

@media (max-width: 991px) {
  .hero-slider-s2 {
    min-height: 600px;
  }
}

@media (max-width: 1199px) {
  .hero-slider-s2 .slide {
    min-height: 700px;
  }
}

@media (max-width: 991px) {
  .hero-slider-s2 .slide {
    min-height: 600px;
  }
}

.hero-slider-s2 .slide .col {
  text-align: left;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .hero-slider-s2 .slide .col {
    top: 63%;
  }
}

@media (max-width: 991px) {
  .hero-slider-s2 .slide .col {
    top: 50%;
  }
}

@media (max-width: 767px) {
  .hero-slider-s2 .slide .col {
    padding: 0 10px;
  }
}

.hero-slider-s2 .slide-caption h1 {
  font-size: 60px;
  font-size: 3.75rem;
  color: #fff;
  margin: 0 0 0.67em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .hero-slider-s2 .slide-caption h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 991px) {
  .hero-slider-s2 .slide-caption h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .hero-slider-s2 .slide-caption h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.hero-slider-s2 .slide-caption p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 0 0 50px;
}

@media (max-width: 1199px) {
  .hero-slider-s2 .slide-caption p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 991px) {
  .hero-slider-s2 .slide-caption p {
    margin: 0 0 40px;
  }
}

.hero-slider-s2 .slide-caption > h1,
.hero-slider-s2 .slide-caption > p,
.hero-slider-s2 .slide-caption > .theme-btn,
.hero-slider-s2 .slide-caption > .theme-btn-s4 {
  opacity: 0;
}

.hero-slider-s2 .active .slide-caption > h1 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero-slider-s2 .active .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero-slider-s2 .active .slide-caption > .theme-btn, .hero-slider-s2 .active .slide-caption > .theme-btn-s4 {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

/*** slider style 3 ***/
.hero-slider-s3 {
  /*** hero slider animation ***/
}

@media screen and (min-width: 992px) {
  .hero-slider-s3 {
    min-height: 750px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-slider-s3 {
    min-height: 880px;
  }
}

@media (max-width: 767px) {
  .hero-slider-s3 {
    min-height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-slider-s3 .slide {
    min-height: 750px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-slider-s3 .slide {
    min-height: 880px;
  }
}

@media (max-width: 767px) {
  .hero-slider-s3 .slide {
    min-height: 500px;
  }
}

.hero-slider-s3 .slide .col {
  top: 55%;
}

@media (max-width: 1199px) {
  .hero-slider-s3 .slide .col {
    top: 65%;
  }
}

@media (max-width: 991px) {
  .hero-slider-s3 .slide .col {
    top: 50%;
  }
}

@media (max-width: 767px) {
  .hero-slider-s3 .slide .col {
    padding: 0 15px;
    margin-left: -15px;
  }
}

.hero-slider-s3 .slide-caption h1 {
  font-size: 60px;
  font-size: 3.75rem;
  color: #fff;
  margin: 0 0 0.75em;
}

@media (max-width: 1199px) {
  .hero-slider-s3 .slide-caption h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 991px) {
  .hero-slider-s3 .slide-caption h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .hero-slider-s3 .slide-caption h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.hero-slider-s3 .slide-caption p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 0 0 45px;
}

@media (max-width: 767px) {
  .hero-slider-s3 .slide-caption p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .hero-slider-s3 .owl-controls .owl-nav {
    display: none;
  }
  .hero-slider-s3 .hero-slider .owl-controls .owl-dots {
    display: block !important;
    bottom: 0;
  }
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav > div {
  background: #fff;
  color: #23a884;
  border-color: #fff;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav > div:hover {
  background-color: #23a884;
  border-color: #23a884;
  color: #fff;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-prev {
  left: -25px;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-prev i {
  position: relative;
  left: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-next {
  right: -25px;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-next i {
  position: relative;
  right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-prev:hover {
  left: -8px;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-prev:hover i {
  left: 0;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-next:hover {
  right: -8px;
}

.hero-slider-s3 .hero-slider .owl-controls .owl-nav .owl-next:hover i {
  right: 0;
}

.hero-slider-s3 .slide-caption > h1,
.hero-slider-s3 .slide-caption > p,
.hero-slider-s3 .slide-caption > .theme-btn,
.hero-slider-s3 .slide-caption > .theme-btn-s4 {
  color: #fff;
  opacity: 0;
}

.hero-slider-s3 .active .slide-caption > h1 {
  -webkit-animation: slideInSlow 1.5s 0.8s forwards;
  -moz-animation: slideInSlow 1.5s 0.8s forwards;
  -o-animation: slideInSlow 1.5s 0.8s forwards;
  -ms-animation: slideInSlow 1.5s 0.8s forwards;
  animation: slideInSlow 1.5s 0.8s forwards;
}

.hero-slider-s3 .active .slide-caption > p {
  -webkit-animation: slideInSlow 1.5s 1.4s forwards;
  -moz-animation: slideInSlow 1.5s 1.4s forwards;
  -o-animation: slideInSlow 1.5s 1.4s forwards;
  -ms-animation: slideInSlow 1.5s 1.4s forwards;
  animation: slideInSlow 1.5s 1.4s forwards;
}

.hero-slider-s3 .active .slide-caption > .theme-btn, .hero-slider-s3 .active .slide-caption > .theme-btn-s4 {
  -webkit-animation: slideInSlow 1.5s 1.8s forwards;
  -moz-animation: slideInSlow 1.5s 1.8s forwards;
  -o-animation: slideInSlow 1.5s 1.8s forwards;
  -ms-animation: slideInSlow 1.5s 1.8s forwards;
  animation: slideInSlow 1.5s 1.8s forwards;
}
/*--------------------------------------------------------------
#0.5.1	our approach
--------------------------------------------------------------*/
.our-approach{
    background: url(../images/img-blur.jpg) !important;
}

.our-approach-title{
    font-size:36px;
    color:#fff;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #181818;
  padding: 30px 0 20px;
  
  /*** about wiget ***/
  /*** donate widget ***/
  /*** twitter widget ***/
}

@media (max-width: 1199px) {
  .site-footer {
    padding: 110px 0 100px;
  }
}

@media (max-width: 991px) {
  .site-footer {
    padding: 100px 0 40px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 80px 0 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .container > .row > .col {
    margin-bottom: 50px;
  }
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer p,
.site-footer li,
.site-footer a,
.site-footer p {
  color: #fff;
}

.site-footer .widget-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin: 16px 0 0.5em;
  text-transform: uppercase;
}

.site-footer a {
  color:#5db334 !important;
}

@media (max-width: 1199px) {
  .site-footer .widget-title {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 13px 0 1.5em;
  }
}

@media (max-width: 991px) {
  .site-footer .widget-title {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: 12px 0 1.3em;
  }
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 1em;
  }
}

.site-footer .about-widget p,
.site-footer .widget li {
  font-size: 17px;
  font-weight: 1.0625rem;
}

@media (max-width: 1199px) {
  .site-footer .about-widget p,
  .site-footer .widget li {
    font-size: 16px;
    font-weight: 1rem;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget p,
  .site-footer .widget li {
    font-size: 15px;
    font-weight: 0.9375rem;
  }
}

.site-footer .widget ul > li {
  margin-bottom: 14px;
}

.site-footer .widget ul > li:last-child {
  margin-bottom: 0;
}

.site-footer .widget ul li a:hover {
  color: #23a884;
}

.site-footer .social-links a {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .site-footer .social-links a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.site-footer .social-links a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.site-footer .social-links li {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .site-footer .social-links li {
    margin-right: 12px;
  }
}

.site-footer .social-links li:last-child {
  margin-right: 0;
}

.site-footer .about-widget .company-info {
  margin-bottom: 20px;
}

.site-footer .about-widget .footer-logo {
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .site-footer .about-widget .footer-logo {
    max-width: 200px;
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .donate-widget {
    padding-left: 30px;
  }
}

.site-footer .twitter-post-widget ul li {
  line-height: 1.7em;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .site-footer .twitter-post-widget ul li {
    margin-bottom: 15px;
  }
}

.site-footer .twitter-post-widget ul li:last-child {
  margin-bottom: 0;
}

.site-footer .twitter-post-widget ul li a {
  display: inline-block;
  color: #23a884;
  padding-right: 5px;
}

/*--------------------------------------------------------------
#0.6	fund-volunteers
--------------------------------------------------------------*/
.fund-volunteers {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .fund-volunteers {
    margin-top: -50px;
  }
}

@media (max-width: 991px) {
  .fund-volunteers {
    padding: 100px 0 0;
  }
}

@media (max-width: 767px) {
  .fund-volunteers {
    padding: 70px 0 0;
  }
}

.fund-volunteers .container > .row > .col:first-child .box {
  background: url("../images/volunteers-fund/img-1.jpg") center center/cover no-repeat local;
}

.fund-volunteers .container > .row > .col:last-child .box {
  background: url("../images/volunteers-fund/img-2.jpg") center center/cover no-repeat local;
}

@media (max-width: 991px) {
  .fund-volunteers .container > .row > .col:first-child {
    margin-bottom: 50px;
  }
}

.fund-volunteers .box {
  padding: 30px 35px;
  overflow: hidden;
  position: relative;
}

.fund-volunteers .box:before {
  content: "";
  background-color: rgba(35, 168, 132, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fund-volunteers .box h2,
.fund-volunteers .box .time-to-go,
.fund-volunteers .box .amount {
  color: #fff;
}

.fund-volunteers .box h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .fund-volunteers .box h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.fund-volunteers .box h2 .fi {
  position: absolute;
  left: 0;
}

.fund-volunteers .box h2 .fi:before {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
}

@media (max-width: 1199px) {
  .fund-volunteers .box h2 .fi:before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.fund-volunteers .box .time-to-go {
  display: block;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .fund-volunteers .box .time-to-go {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.fund-volunteers .box .left-part {
  width: 45%;
  float: left;
  padding-left: 60px;
  position: relative;
}

@media (max-width: 1199px) {
  .fund-volunteers .box .left-part {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .fund-volunteers .box .left-part {
    width: 250px;
    float: none;
    margin: 0 auto;
  }
}

.fund-volunteers .box .right-part {
  width: 55%;
  float: right;
  padding-top: 15px;
}

@media (max-width: 1199px) {
  .fund-volunteers .box .right-part {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .fund-volunteers .box .right-part {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
}

.fund-volunteers .box .progress {
  background-color: #fff;
  height: 12px;
  margin: 0 0 40px;
  overflow: visible;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .fund-volunteers .box .progress {
    margin: 0 0 25px;
  }
}

.fund-volunteers .box .progress-bar {
  background-color: #123a54;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

.fund-volunteers .box .progress-bar:after {
  content: "";
  background-color: #fff;
  width: 7px;
  height: 25px;
  position: absolute;
  right: 0;
  top: -6.5px;
}

.fund-volunteers .box .goal-joined {
  overflow: hidden;
  width: 60%;
  float: right;
  position: relative;
}

@media (max-width: 1199px) {
  .fund-volunteers .box .goal-joined {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .fund-volunteers .box .goal-joined {
    width: 250px;
    float: none;
    margin: 0 auto;
  }
}

.fund-volunteers .box .goal-joined:before {
  content: "";
  background-color: #123a54;
  width: 4px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.fund-volunteers .box .goal-joined h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #123a54;
  margin: 0;
}

.fund-volunteers .box .goal-joined .amount {
  font-family: "system-ui";
  font-size: 18px;
  font-size: 1.125rem;
}

.fund-volunteers .box .goal-joined > div:first-child {
  float: left;
}

.fund-volunteers .box .goal-joined > div:last-child {
  float: right;
}

/*--------------------------------------------------------------
#0.7	causes
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .causes {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .causes {
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .causes .content > .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .causes .content > .col {
    width: 100%;
  }
}

.causes .goal-raised {
  margin: 35px 0;
}

@media (max-width: 767px) {
  .causes .goal-raised {
    margin: 35px 0 20px;
  }
}

.causes .progress {
  background-color: #123a54;
  border-radius: 0;
  height: 8px;
  overflow: visible;
  box-shadow: none;
}

.causes .progress .progress-bar {
  background-color: #23a884;
  width: 0;
  line-height: 8px;
  font-size: 10px;
  text-align: left;
  padding-left: 10px;
  position: relative;
  box-shadow: none;
  -webkit-transition: all 1.8s;
  -moz-transition: all 1.8s;
  -o-transition: all 1.8s;
  -ms-transition: all 1.8s;
  transition: all 1.8s;
}

.causes .progress span {
  background: #23a884;
  padding: 6px 4px;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: -32px;
}

.causes .progress span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #23a884;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.causes .goal-raised-inner {
  overflow: hidden;
}

.causes .goal-raised-inner h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .causes .goal-raised-inner h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .causes .goal-raised-inner h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.causes .goal-raised-inner h4 span {
  color: #23a884;
}

.causes .goal-raised-inner > div:first-child {
  float: left;
}

.causes .goal-raised-inner > div:last-child {
  float: right;
}

.causes .causes-title h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 0.33em;
}

.causes .causes-title h3 a {
  color: #123a54;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.causes .causes-title h3 a:hover {
  color: #23a884;
}

@media (max-width: 1199px) {
  .causes .causes-title h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .causes .causes-title h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.causes .causes-title span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #6a7f8d;
}

@media (max-width: 1199px) {
  .causes .causes-title span {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .causes .causes-title span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.causes .causes-title span .fi:before {
  font-size: 18px;
  font-size: 1.125rem;
}

.causes .causes-details {
  margin-top: 20px;
}

.causes .causes-details p {
  margin-bottom: 1.56em;
}

/*--------------------------------------------------------------
#0.8	fun-fact
--------------------------------------------------------------*/
.fun-fact {
  text-align: center;
  position: relative;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .fun-fact {
    padding: 60px 0 10px;
  }
}

.fun-fact:before {
  content: "";
  background-color: rgba(18, 58, 84, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fun-fact .content {
  position: relative;
}

@media (max-width: 767px) {
  .fun-fact .content > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 380px) {
  .fun-fact .content > .col {
    width: 100%;
  }
}

.fun-fact .circle-data {
  max-width: 130px;
  max-height: 130px;
  line-height: 130px;
  border: 3px solid #fff;
  margin: 0 auto 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .fun-fact .circle-data {
    max-width: 120px;
    max-height: 120px;
    line-height: 120px;
    border: 2px solid #fff;
  }
}

@media (max-width: 991px) {
  .fun-fact .circle-data {
    max-width: 110px;
    max-height: 110px;
    line-height: 110px;
    border: 2px solid #fff;
  }
}

@media (max-width: 767px) {
  .fun-fact .circle-data {
    max-width: 100px;
    max-height: 100px;
    line-height: 100px;
    border: 2px solid #fff;
    margin-bottom: 10px;
  }
}

.fun-fact .circle-data span {
  font-size: 48px;
  font-size: 3rem;
  color: #23a884;
}

@media (max-width: 1199px) {
  .fun-fact .circle-data span {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (max-width: 767px) {
  .fun-fact .circle-data span {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.fun-fact h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 1199px) {
  .fun-fact h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .fun-fact h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .fun-fact h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#0.9	urgent-causes-section
--------------------------------------------------------------*/
.urgent-causes-section .cause {
  overflow: hidden;
}

.urgent-causes-section .cause .img-holder {
  width: 50%;
  float: left;
  padding: 20px;
}

@media (max-width: 991px) {
  .urgent-causes-section .cause .img-holder {
    width: 100%;
    float: none;
    padding: 0 15px;
    margin-bottom: 45px;
  }
}

.urgent-causes-section .cause .img-holder img {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.urgent-causes-section .cause .cause-details-wrapper {
  width: 50%;
  float: right;
  padding: 40px 15px 15px 10px;
}

@media (max-width: 1199px) {
  .urgent-causes-section .cause .cause-details-wrapper {
    padding: 30px 15px 15px 10px;
  }
}

@media (max-width: 991px) {
  .urgent-causes-section .cause .cause-details-wrapper {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
}

.urgent-causes-section .case-title .tag {
  font-family: "system-ui";
  background-color: #23a884;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  padding: 4px 14px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .urgent-causes-section .case-title .tag {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .urgent-causes-section .case-title .tag {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.urgent-causes-section .case-title h3 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0.47em 0 0.11em;
}

@media (max-width: 1199px) {
  .urgent-causes-section .case-title h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .urgent-causes-section .case-title h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 0.9em 0 0.11em;
  }
}

.urgent-causes-section .case-title .remaning-day {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #5a6871;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .urgent-causes-section .case-title .remaning-day {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .urgent-causes-section .case-title .remaning-day {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}

.urgent-causes-section .donation {
  padding-top: 20px;
}

@media (max-width: 1199px) {
  .urgent-causes-section .donation {
    padding-top: 10px;
  }
}

.urgent-causes-section .donation h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .urgent-causes-section .donation h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.urgent-causes-section .progress {
  background-color: #123a54;
  height: 13px;
  margin: 0 0 30px;
  overflow: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

@media (max-width: 767px) {
  .urgent-causes-section .progress {
    margin: 0 0 25px;
  }
}

.urgent-causes-section .progress span {
  font-family: "system-ui";
  background: #23a884;
  padding: 2px 5px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  position: absolute;
  right: -16px;
  top: -40px;
}

@media (max-width: 767px) {
  .urgent-causes-section .progress span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.urgent-causes-section .progress span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #23a884;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.urgent-causes-section .progress-bar {
  background-color: #23a884;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

.urgent-causes-section .progress-bar:after {
  content: "";
  background-color: #fff;
  width: 11px;
  height: 25px;
  position: absolute;
  right: 0;
  top: -6.5px;
  box-shadow: 0 0 5px 0 #a6a6a6;
}

.urgent-causes-section .goal-raised {
  max-width: 250px;
  margin-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .urgent-causes-section .goal-raised {
    margin-bottom: 30px;
  }
}

.urgent-causes-section .goal-raised .raised,
.urgent-causes-section .goal-raised .goal {
  width: 50%;
  float: left;
}

.urgent-causes-section .goal-raised .raised h5,
.urgent-causes-section .goal-raised .goal h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 767px) {
  .urgent-causes-section .goal-raised .raised h5,
  .urgent-causes-section .goal-raised .goal h5 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.urgent-causes-section .goal-raised .raised span,
.urgent-causes-section .goal-raised .goal span {
  font-family: "system-ui";
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #23a884;
}

@media (max-width: 1199px) {
  .urgent-causes-section .goal-raised .raised span,
  .urgent-causes-section .goal-raised .goal span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .urgent-causes-section .goal-raised .raised span,
  .urgent-causes-section .goal-raised .goal span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.urgent-causes-section .owl-controls {
  margin: 0;
  margin-top: 65px;
}

@media (max-width: 767px) {
  .urgent-causes-section .owl-controls {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
#1.0	about-us-section
--------------------------------------------------------------*/
.about-us-section {
  position: relative;
}

.about-us-section:before {
  content: "";
  background-color: rgba(18, 58, 84, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about-us-section .content {
  position: relative;
}

.about-us-section p,
.about-us-section h3 {
  color: #fff;
}

.about-us-section .left-col {
  padding-right: 0;
}

.about-us-section .tab-list {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
}

.about-us-section .tab-list ul {
  direction: inline-block;
  float: right;
}

@media (max-width: 991px) {
  .about-us-section .tab-list ul {
    float: left;
  }
}

.about-us-section .tab-list ul li {
  float: left;
  position: relative;
}

.about-us-section .tab-list ul .active:after {
  background: #23a884;
  content: "";
  width: 70%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-us-section .tab-list ul li a {
  font-family: "system-ui";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #123a54;
  padding: 22px 25px;
}

@media (max-width: 1199px) {
  .about-us-section .tab-list ul li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .about-us-section .tab-list ul li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 20px;
  }
}

.about-us-section .tab-list ul li:hover a,
.about-us-section .tab-list ul .active a {
  background-color: #fff;
}

.about-us-section .tab-content {
  margin-top: 45px;
  padding: 0 60px 70px 0;
}

@media (max-width: 1199px) {
  .about-us-section .tab-content {
    padding: 0 60px 40px 0;
  }
}

@media (max-width: 991px) {
  .about-us-section .tab-content {
    padding: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .about-us-section .tab-content {
    margin-top: 35px;
  }
}

.about-us-section .tab-content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6em;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .about-us-section .tab-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .about-us-section .tab-content p {
    margin-bottom: 25px;
  }
}

.about-us-section .right-col {
  background-color: #23a884;
  padding: 0 45px;
}

@media (max-width: 1199px) {
  .about-us-section .right-col {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .about-us-section .right-col {
    height: auto !important;
    padding: 45px 25px;
  }
}

@media (max-width: 767px) {
  .about-us-section .right-col {
    padding: 35px 15px;
  }
}

.about-us-section .about-slider {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .about-us-section .about-slider {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.about-us-section .about-slider .owl-controls {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .about-us-section .about-slider .owl-controls {
    margin-top: 20px;
  }
}

.about-us-section .about-slider .owl-controls .owl-dots .owl-dot span {
  background: #fff;
  margin: 0 25px 0 0;
}

.about-us-section .about-slider .owl-controls .owl-dots .active span {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
}

@media (max-width: 991px) {
  .about-us-section .about-slider .owl-controls .owl-dots .active span {
    width: 12px;
    height: 12px;
    top: 1px;
  }
}

.about-us-section .about-slider h3 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 0.67em;
}

@media (max-width: 1199px) {
  .about-us-section .about-slider h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .about-us-section .about-slider h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.about-us-section .about-slider p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 1199px) {
  .about-us-section .about-slider p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#1.1	volunteers
--------------------------------------------------------------*/
.volunteers .volunteers-grids > .col {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .volunteers .volunteers-grids > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 550px) {
  .volunteers .volunteers-grids > .col {
    width: 50%;
  }
}

.volunteers .all-volunteers {
  text-align: center;
}

/*--------------------------------------------------------------
#1.2	quick-donation-section
--------------------------------------------------------------*/
.quick-donation-section {
  background-color: #f0f3f8;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  /*** donate form ***/
  /*** donate radio bnt lists ***/
  /*** radio btn style ***/
}

.quick-donation-section h2 {
  font-size: 42px;
  font-size: 2.625rem;
  margin: 0 0 1.38em;
}

@media (max-width: 991px) {
  .quick-donation-section h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .quick-donation-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.quick-donation-section .form select,
.quick-donation-section .form input {
  border: 0;
}

.quick-donation-section .form select {
  font-family: "system-ui";
  background-color: #fff;
  background-position: 97% center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #5a6871;
  text-align-last: center;
  font-style: normal;
}

@media (max-width: 991px) {
  .quick-donation-section .form select {
    height: 45px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .quick-donation-section .form select {
    height: 40px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.quick-donation-section .form select option {
  text-align: center;
}

.quick-donation-section .form select:focus,
.quick-donation-section .form input:focus {
  box-shadow: none;
}

.quick-donation-section .donate-list {
  overflow: hidden;
  margin-top: 30px;
}

.quick-donation-section .donate-list .box {
  width: 220px;
  height: 50px;
  line-height: 50px;
  float: left;
  background: #123a54;
  margin-right: 21.66px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1199px) {
  .quick-donation-section .donate-list .box {
    width: 178px;
  }
}

@media (max-width: 991px) {
  .quick-donation-section .donate-list .box {
    width: 165px;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .quick-donation-section .donate-list .box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}

.quick-donation-section .donate-list .box:last-child {
  margin-right: 0;
}

.quick-donation-section .donate-list .active {
  background: #23a884;
}

.quick-donation-section .donate-list label {
  width: 100%;
  cursor: pointer;
}

.quick-donation-section .donate-list label span {
  display: inline-block;
  min-height: 22px;
}

.quick-donation-section .donate-list label .amount {
  position: relative;
  left: -10px;
}

.quick-donation-section .donate-list label .check-icon {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 10;
}

.quick-donation-section .donate-list label .check-icon:before {
  content: "";
  background: #23a884;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -25px;
  top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.quick-donation-section input[type="radio"]:checked + label .check-icon:before {
  background: #123a54;
}

.quick-donation-section input[type="radio"] {
  display: none;
}

.quick-donation-section input[type="radio"] + label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

@media (max-width: 991px) {
  .quick-donation-section input[type="radio"] + label {
    font-size: 16px;
    font-size: 1rem;
  }
}

.quick-donation-section input[type="radio"] + label .check-icon:after {
  content: "";
  width: 18px;
  height: 14px;
  background: url(../images/checkbox-check.png) -18px top no-repeat;
  cursor: pointer;
  position: absolute;
  left: -22px;
  top: 6px;
}

.quick-donation-section input[type="radio"]:checked + label .check-icon:after {
  content: "";
  background: url(../images/checkbox-check.png) left top no-repeat;
}

.quick-donation-section .donate-as-anonymous {
  margin-top: 30px;
}

.quick-donation-section .donate-as-anonymous label {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #5a6871;
  display: inline-block;
  padding-left: 8px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .quick-donation-section .donate-as-anonymous {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
  }
}

.quick-donation-section .donate-btn {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .quick-donation-section .donate-btn {
    margin-top: 25px;
  }
}

/*--------------------------------------------------------------
#1.3	testimonials
--------------------------------------------------------------*/
.testimonials .owl-controls {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .testimonials .owl-controls {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .testimonials .owl-controls .owl-nav {
    display: none;
  }
}

/*--------------------------------------------------------------
#1.4	cta
--------------------------------------------------------------*/
.cta {
  padding: 215px 0 125px;
  position: relative;
}

@media (max-width: 1199px) {
  .cta {
    padding: 120px 0 85px;
  }
}

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

.cta:before {
  content: "";
  background-color: rgba(35, 168, 132, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta .container > .row {
  position: relative;
}

.cta .container > .row:before {
  content: "";
  width: 200px;
  height: 265px;
  border: 10px solid #123a54;
  position: absolute;
  left: 0;
  top: -125px;
}

@media (max-width: 1199px) {
  .cta .container > .row:before {
    width: 150px;
    height: 215px;
    border-width: 7px;
    top: -75px;
  }
}

@media (max-width: 991px) {
  .cta .container > .row:before {
    display: none;
  }
}

.cta .left-col {
  padding: 0 130px 0 70px;
}

@media (max-width: 1199px) {
  .cta .left-col {
    padding: 0 15px 0 70px;
  }
}

@media (max-width: 991px) {
  .cta .left-col {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 25px;
  }
}

.cta h3 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.5em;
  margin: 0;
}

.cta h3 span {
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .cta h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .cta h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.cta .form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8496ac;
}

.cta .form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8496ac;
}

.cta .form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8496ac;
}

.cta .form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8496ac;
}

.cta .form .text-fild {
  position: relative;
}

.cta .form .text-fild input {
  background-color: #fff;
  height: 45px;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 80px 6px 25px;
}

@media (max-width: 991px) {
  .cta .form .text-fild input {
    height: 40px;
  }
}

.cta .form .submit-btn {
  background-color: #123a54;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .cta .form .submit-btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 15px;
  }
}

.cta .form .submit-btn:hover {
  background-color: #23a884;
}

.cta .notify-message {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .cta .notify-message {
    text-align: center;
  }
}

.cta .notify-message input {
  display: none;
}

.cta .notify-message label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding-left: 35px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  .cta .notify-message label {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 25px;
  }
}

.cta .notify-message label:before {
  content: "";
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .cta .notify-message label:before {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
  }
}

.cta .notify-message label:after {
  content: "";
  background: url("../images/notify-check.png") center center/100% no-repeat local;
  width: 18px;
  height: 14px;
  position: absolute;
  left: 6px;
  top: 1px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.cta .notify-message input:checked + label:after {
  opacity: 1;
}

/*--------------------------------------------------------------
	Home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.0	featured-causes
--------------------------------------------------------------*/
.featured-causes {
  margin-top: 10px;
  padding-bottom: 0;
  position: relative;
  z-index: 100;
}

@media (max-width: 991px) {
  .featured-causes {
    margin-top: 0;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .featured-causes {
    padding-bottom: 80px;
  }
}

/* .featured-causes .causes-details {
  padding: 20px 85px 120px 0;
} */

@media (max-width: 991px) {
  .featured-causes .causes-details {
    padding: 90px 15px 40px;
  }
}

@media (max-width: 767px) {
  .featured-causes .causes-details {
    padding: 70px 0 40px;
  }
}

.featured-causes .featured-causes-slider .owl-controls {
  margin-top: 70px;
}

@media (max-width: 1199px) {
  .featured-causes .featured-causes-slider .owl-controls {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .featured-causes .featured-causes-slider .owl-controls {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
#2.1	causes-s2
--------------------------------------------------------------*/
.causes-s2 {
  background-color: #f0f3f8;
}

.causes-s2 .owl-controls {
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .causes-s2 .owl-controls {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .causes-s2 .owl-controls {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .causes-s2 .owl-controls {
    margin-top: 30px;
  }
}

.causes-s2 .owl-controls .owl-nav .owl-prev,
.causes-s2 .owl-controls .owl-nav .owl-next {
  background-color: transparent;
  padding: 0;
  margin: 0 35px 0 0;
  
}

.causes-s2 .owl-controls .owl-nav .owl-next {
  margin: 0;
}

.causes-s2 .owl-controls .owl-nav > div i {
  font-size: 25px;
  color: #123a54;
}

@media (max-width: 767px) {
  .causes-s2 .owl-controls .owl-nav > div i {
    font-size: 20px;
  }
}

.causes-s2 .owl-controls .owl-nav .owl-prev:hover,
.causes-s2 .owl-controls .owl-nav .owl-next:hover {
  background-color: transparent;
}

.causes-s2 .owl-controls .owl-nav > div:hover i {
  color: #23a884;
}

/*--------------------------------------------------------------
#2.2	about-company-section
--------------------------------------------------------------*/
.about-company-section {
  /*** about compay  ***/
  /*** some-info ***/
}

.about-company-section  {
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a7f8d;
  text-transform: uppercase;
}
.about-company > span{
	font-family: "system-ui"; 
	font-size: 2.25rem;
	color: #123a54;
}
@media (max-width: 767px) {
  .about-company-section .about-company > span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-company-section .about-company h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3em;
  margin: 0.33em 0 0.69em;
}

@media (max-width: 991px) {
  .about-company-section .about-company h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .about-company-section .about-company h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.about-company-section {
  margin-bottom: 50px;
}
.about-company ul p {
	font-family: "system-ui";
	font-size: 22px;
	text-transform: none;
	text-align: justify;
}

.about-company-section .right-col {
  padding-left: 15px;
}

@media (max-width: 991px) {
  .about-company-section .right-col {
    display: none;
	
  }
}

.about-company-section .some-info {
  position: relative;
}

.about-company-section .some-info .circle {
  background-color: #e6f2ef;
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.about-company-section .some-info .circle:before {
  content: "";
  background-color: rgba(35, 168, 132, 0.5);
  width: 180px;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.about-company-section .some-info .circle:after {
  content: "";
  background-color: #23a884;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.about-company-section .some-info .info-box:nth-child(2) {
  left: -30px;
  top: -30px;
}

.about-company-section .some-info .info-box:nth-child(2):before {
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  bottom: -15px;
}

.about-company-section .some-info .info-box:nth-child(3) {
  top: 120px;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-company-section .some-info .info-box:nth-child(3):before {
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  bottom: -15px;
  right: auto;
  left: 0;
}

.about-company-section .some-info .info-box:last-child {
  left: 0%;
  top: 60%;
}

.about-company-section .some-info .info-box:last-child:before {
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
  bottom: -15px;
  right: 0;
  left: auto;
  top: -15px;
  bottom: auto;
}

.about-company-section .some-info .info-box {
  background-color: #fff;
  padding: 15px 25px 15px 80px;
  text-align: center;
  -webkit-box-shadow: 0 0 12px 0 #e6e6e6;
  -moz-box-shadow: 0 0 12px 0 #e6e6e6;
  -o-box-shadow: 0 0 12px 0 #e6e6e6;
  -ms-box-shadow: 0 0 12px 0 #e6e6e6;
  box-shadow: 0 0 12px 0 #e6e6e6;
  position: absolute;
}

.about-company-section .some-info .info-box:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-company-section .some-info .info-box .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-company-section .some-info .info-box .fi:before {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #23a884;
}

.about-company-section .some-info .info-box h4 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #123a54;
  margin: 0;
  text-transform: uppercase;
}

.about-company-section .some-info .info-box .details span {
  font-size: 16px;
  font-size: 1rem;
  color: #6a7f8d;
}

/*--------------------------------------------------------------
#2.3	cta-s2
--------------------------------------------------------------*/
.cta-s2 {
  position: relative;
  text-align: center;
  padding: 200px 0;
}

@media (max-width: 1199px) {
  .cta-s2 {
    padding: 130px 0;
  }
}

@media (max-width: 991px) {
  .cta-s2 {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .cta-s2 {
    padding: 80px 0;
  }
}

.cta-s2:before {
  content: "";
  background-color: rgba(18, 58, 84, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-s2 .video-play {
  background-color: #fff;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #23a884;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .cta-s2 .video-play {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .cta-s2 .video-play {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/*--------------------------------------------------------------
#2.4	recent-blog
--------------------------------------------------------------*/
.recent-blog .grid {
  margin-bottom: 5px;
}

.recent-blog .owl-controls {
  margin-top: 85px;
}

@media (max-width: 991px) {
  .recent-blog .owl-controls {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .recent-blog .owl-controls {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .recent-blog .owl-controls .owl-nav {
    display: none;
  }
}

/*--------------------------------------------------------------
#2.5	products-section
--------------------------------------------------------------*/
.products-section {
  background-color: #f0f3f8;
}

@media screen and (min-width: 1200px) {
  .products-section .products-grids {
    padding: 0 70px;
  }
}

@media (max-width: 991px) {
  .products-section .products-grids > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .products-section .products-grids > .col {
    width: 100%;
  }
}

.products-section .see-all {
  text-align: center;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .products-section .see-all {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .products-section .see-all {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
	Home style 3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.0	causes-s3
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .causes-s3 {
    padding-top: 0;
    margin-top: -90px;
  }
}

.causes-s3 .owl-controls {
  margin-top: 85px;
}

@media (max-width: 991px) {
  .causes-s3 .owl-controls {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .causes-s3 .owl-controls {
    margin-top: 35px;
  }
}

/*--------------------------------------------------------------
#3.1	charity-categories-section
--------------------------------------------------------------*/
.charity-categories-section {
  background-color: #f0f3f8;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .charity-categories-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .charity-categories-section {
    padding-bottom: 50px;
  }
}

.charity-categories-section .charity-categories-section-grids > .col {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
#3.2	about-company-section-s2
--------------------------------------------------------------*/
.about-company-section-s2 {
  /*** left-col  ***/
  /*** right col ****/
}

.about-company-section-s2 .about-company > span {
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a7f8d;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .about-company-section-s2 .about-company > span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-company-section-s2 .about-company h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin: 0.33em 0 0.69em;
}

@media (max-width: 991px) {
  .about-company-section-s2 .about-company h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .about-company-section-s2 .about-company h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.about-company-section-s2 .about-company p {
  color: #6a7f8d;
  margin-bottom: 50px;
}

.about-company-section-s2 .panel {
  margin-bottom: 15px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-company-section-s2 .panel-heading {
  font-family: "system-ui";
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.about-company-section-s2 .panel-heading a {
  background: #23a884;
  display: block;
  font-size: 1rem;
  color: #fff;
  padding: 12px 25px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px 0 #d9d9d9;
  -moz-box-shadow: 0 0 10px 0 #d9d9d9;
  -o-box-shadow: 0 0 10px 0 #d9d9d9;
  -ms-box-shadow: 0 0 10px 0 #d9d9d9;
  box-shadow: 0 0 10px 0 #d9d9d9;
}

@media (max-width: 767px) {
  .about-company-section-s2 .panel-heading a {
    font-size: 0.8125rem;
    padding: 10px 15px;
  }
}

.about-company-section-s2 .panel-heading .collapsed {
  background: #fff !important;
  color: #123a54;
}

.about-company-section-s2 .panel-heading .collapsed i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  top: 34%;
}

@media (max-width: 767px) {
  .about-company-section-s2 .panel-heading .collapsed i {
    top: 30%;
  }
}

.about-company-section-s2 .panel-heading a i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center 5px;
  -ms-transform-origin: center 5px;
  transform-origin: center 5px;
}

@media (max-width: 600px) {
  .about-company-section-s2 .panel-heading a i {
    display: none;
  }
}

.about-company-section-s2 .panel-body {
  border: 0 !important;
  padding: 20px 20px 20px 220px;
  position: relative;
  min-height: 165px;
}

@media (max-width: 1199px) {
  .about-company-section-s2 .panel-body {
    min-height: 165px;
  }
}

@media (max-width: 767px) {
  .about-company-section-s2 .panel-body {
    padding: 15px 2px !important;
  }
}

.about-company-section-s2 .panel-body .img-holder {
  width: 170px;
  height: 125px;
  position: absolute;
  left: 20px;
  top: 20px;
}

@media (max-width: 767px) {
  .about-company-section-s2 .panel-body .img-holder {
    position: static;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .about-company-section-s2 .panel-body {
    padding: 15px 20px;
  }
}

.about-company-section-s2 .panel-body p {
  color: #6a7f8d;
  line-height: 1.6em;
  margin: 0;
}

.about-company-section-s2 .panel-group {
  margin-bottom: 0;
}

.about-company-section-s2 .right-col {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .about-company-section-s2 .right-col {
    margin-top: 80px;
  }
}

.about-company-section-s2 .right-col .help {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .about-company-section-s2 .right-col .help {
    max-width: 560px;
  }
}

.about-company-section-s2 .right-col .video-play {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
}

@media (max-width: 767px) {
  .about-company-section-s2 .right-col .video-play {
    font-size: 20px;
    font-size: 1.25rem;
    bottom: 40px;
  }
}

.about-company-section-s2 .right-col .video-play i {
  color: #23a884;
  display: inline-block;
  padding-right: 10px;
}

.about-company-section-s2 .right-col .list-info {
  overflow: hidden;
  margin: 0 -15px;
  padding: 5px 0;
}

.about-company-section-s2 .right-col .list-info li {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .about-company-section-s2 .right-col .list-info li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}

.about-company-section-s2 .right-col .list-info li:last-child {
  margin-bottom: 0;
}

.about-company-section-s2 .right-col .info-box {
  background-color: #fff;
  padding: 15px 25px 15px 65px;
  text-align: center;
  -webkit-box-shadow: 0 0 12px 0 #e6e6e6;
  -moz-box-shadow: 0 0 12px 0 #e6e6e6;
  -o-box-shadow: 0 0 12px 0 #e6e6e6;
  -ms-box-shadow: 0 0 12px 0 #e6e6e6;
  box-shadow: 0 0 12px 0 #e6e6e6;
  position: relative;
}

@media (max-width: 767px) {
  .about-company-section-s2 .right-col .info-box {
    padding: 15px 25px;
  }
}

.about-company-section-s2 .right-col .info-box .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .about-company-section-s2 .right-col .info-box .icon {
    position: relative;
    left: -25px;
    top: -10px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.about-company-section-s2 .right-col .info-box .fi:before {
  font-size: 30px;
  font-size: 1.875rem;
  color: #23a884;
}

@media (max-width: 767px) {
  .about-company-section-s2 .right-col .info-box .fi:before {
    font-size: 325x;
    font-size: 1.5625rem;
  }
}

.about-company-section-s2 .right-col .info-box h4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #123a54;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .about-company-section-s2 .right-col .info-box h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .about-company-section-s2 .right-col .info-box h4 {
    font-size: 1.5625rem;
    margin-top: 10px;
  }
}

.about-company-section-s2 .right-col .info-box .details span {
  font-size: 16px;
  font-size: 1rem;
  color: #6a7f8d;
}

@media (max-width: 767px) {
  .about-company-section-s2 .right-col .info-box .details {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
#3.3	events-section
--------------------------------------------------------------*/
.events-section {
  background-color: #f0f3f8;
  /*** tablist ***/
  /*** tabcontent ***/
}

.events-section .tablist {
  text-align: center;
  border-bottom: 1px solid #d2d8de;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .events-section .tablist {
    margin-bottom: 20px;
  }
}

.events-section .tablist .nav {
  display: inline-block;
}

.events-section .tablist .nav .active a,
.events-section .tablist .nav li a:hover {
  background-color: #23a884;
  color: #fff;
}

.events-section .tablist .nav li {
  display: inline-block;
  margin: 0 -2px;
}

.events-section .tablist .nav li a {
  font-family: "system-ui";
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #123a54;
}

@media (max-width: 991px) {
  .events-section .tablist .nav li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .events-section .tablist .nav li a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 8px 12px;
  }
}

.events-section .event-row {
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
}

.events-section .event-row > div {
  float: left;
}

.events-section .tab-pane .event-row:last-child {
  margin-bottom: 0;
}

.events-section .event-row .date {
  width: 200px;
  padding: 24px 35px;
  text-align: center;
  color: #fff;
}

@media (max-width: 991px) {
  .events-section .event-row .date {
    width: 100%;
    float: none;
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .events-section .event-row .date .calendar-icon {
    display: inline-block;
    position: relative;
    top: -20px;
  }
}

@media (max-width: 767px) {
  .events-section .event-row .date .calendar-icon {
    left: -10px;
  }
}

.events-section .event-row .date i {
  font-size: 45px;
  font-size: 2.8125rem;
}

@media (max-width: 991px) {
  .events-section .event-row .date i {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .events-section .event-row .date i {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.events-section .event-row .date h5 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  margin: 0.57em 0 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .events-section .event-row .date h5 {
    font-size: 22px;
    font-size: 1.375rem;
    display: inline-block;
    padding-left: 15px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .events-section .event-row .date h5 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 0;
  }
}

.events-section .event-row .date h5 span {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
}

@media (max-width: 991px) {
  .events-section .event-row .date h5 span {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .events-section .event-row .date h5 span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.events-section .event-row .event-pic {
  width: 200px;
}

@media (max-width: 1199px) {
  .events-section .event-row .event-pic {
    display: none;
  }
}

.events-section .event-row .event-details {
  width: 740px;
  padding: 50px;
}

@media (max-width: 991px) {
  .events-section .event-row .event-details {
    width: 100%;
    float: none;
    padding: 25px;
    text-align: center;
  }
}

.events-section .event-row .event-details h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 5px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .events-section .event-row .event-details h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .events-section .event-row .event-details h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px;
  }
}

.events-section .event-row .event-details h3 a {
  color: #123a54;
}

.events-section .event-row .event-details h3 a:hover {
  color: #23a884;
}

.events-section .event-row .event-details ul {
  overflow: hidden;
}

@media (max-width: 991px) {
  .events-section .event-row .event-details ul {
    display: inline-block;
  }
}

.events-section .event-row .event-details ul li {
  float: left;
  color: #6a7f8d;
  margin-right: 20px;
}

.events-section .event-row .event-details ul li:last-child {
  margin-right: 0;
}

.events-section .event-row .date {
  background-color: #23a884;
}

.events-section .more-events {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 991px) {
  .events-section .more-events {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
#3.4	partners
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .partners .section-title {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .partners .section-title {
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
	About page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.0	fun-fact-s2
--------------------------------------------------------------*/
.fun-fact-s2 .circle-data {
  background-color: rgba(35, 168, 132, 0.5);
  border: 2px solid #23a884;
}

.fun-fact-s2 .circle-data span {
  color: #fff;
}

/*--------------------------------------------------------------
	causes page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.0	causes
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .causes-page .causes {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .causes-page .causes {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  .causes-page .causes .content > .col {
    margin-bottom: 65px;
  }
}

.causes-page .causes .pagination-wrapper {
  margin-top: 35px;
}

@media (max-width: 1199px) {
  .causes-page .causes .pagination-wrapper {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .causes-page .causes .pagination-wrapper {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
	causes style 2 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.0	recent-causes
--------------------------------------------------------------*/
.causes-s2-page .recent-causes {
  background-color: #fff;
}

.causes-s2-page .recent-causes .causes-s2-grids > .col {
  margin-bottom: 35px;
}

@media (max-width: 620px) {
  .causes-s2-page .recent-causes .causes-s2-grids > .col {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .causes-s2-page .recent-causes .img-holder img {
    width: 100%;
  }
}

.causes-s2-page .recent-causes .load-more {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .causes-s2-page .recent-causes .load-more {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .causes-s2-page .recent-causes .load-more {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .causes-s2-page .recent-causes .load-more a {
    padding: 0 25px 0 45px;
  }
}

@media (max-width: 767px) {
  .causes-s2-page .recent-causes .load-more a {
    padding: 0 20px;
  }
}

.causes-s2-page .recent-causes .load-more a:before {
  left: 10px;
}

@media (max-width: 767px) {
  .causes-s2-page .recent-causes .load-more a:before {
    left: 0;
  }
}

.causes-s2-page .recent-causes .load-more i {
  display: inline-block;
  padding-right: 5px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .causes-s2-page .recent-causes .load-more i {
    display: none;
  }
}

/*--------------------------------------------------------------
	causes list page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.0	recent-causes
--------------------------------------------------------------*/
.causes-list-page .page-title {
  background: url("../images/page-title/img-2.jpg") center center/cover no-repeat local;
}

.causes-list-page .causes-list-box-wrapper {
  /*** causes list details ***/
  /*** progress bar ***/
}

.causes-list-page .causes-list-box-wrapper .causes-list-box {
  background-color: #f0f3f8;
  overflow: hidden;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .causes-list-page .causes-list-box-wrapper .causes-list-box {
    padding: 15px 15px;
  }
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .img-holder {
  width: 42%;
  float: left;
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .img-holder img {
  width: 100%;
}

@media (max-width: 767px) {
  .causes-list-page .causes-list-box-wrapper .causes-list-box .img-holder img {
    width: auto;
  }
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details {
  width: 58%;
  float: right;
  padding: 45px;
  position: relative;
}

@media (max-width: 1199px) {
  .causes-list-page .causes-list-box-wrapper .causes-list-box .details {
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .causes-list-page .causes-list-box-wrapper .causes-list-box .details {
    padding: 25px 0 0 0;
  }
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn, .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn-s4 {
  padding: 0 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn, .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn-s4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn, .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 12px;
    position: static;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn:before, .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn-s4:before {
    display: none;
  }
  .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn:hover, .causes-list-page .causes-list-box-wrapper .causes-list-box .details .theme-btn-s4:hover {
    line-height: 35px;
  }
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.67em;
}

@media (max-width: 1199px) {
  .causes-list-page .causes-list-box-wrapper .causes-list-box .details h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details h3 a {
  color: #123a54;
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details h3 a:hover {
  color: #23a884;
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.48em;
}

@media (max-width: 1199px) {
  .causes-list-page .causes-list-box-wrapper .causes-list-box .details h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.causes-list-page .causes-list-box-wrapper .causes-list-box .details h4 span {
  color: #23a884;
}

.causes-list-page .causes-list-box-wrapper .progress {
  background-color: #123a54;
  height: 12px;
  margin-bottom: 20px;
  overflow: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

@media (max-width: 1199px) {
  .causes-list-page .causes-list-box-wrapper .progress {
    height: 10px;
  }
}

@media (max-width: 767px) {
  .causes-list-page .causes-list-box-wrapper .progress {
    margin: 0 0 25px;
  }
}

.causes-list-page .causes-list-box-wrapper .progress-bar {
  background-color: #23a884;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

.causes-list-page .causes-list-box-wrapper .progress-bar:after {
  content: "";
  background-color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -10px;
  top: -6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 #999999;
  -moz-box-shadow: 0 0 10px 0 #999999;
  -o-box-shadow: 0 0 10px 0 #999999;
  -ms-box-shadow: 0 0 10px 0 #999999;
  box-shadow: 0 0 10px 0 #999999;
}

@media (max-width: 1199px) {
  .causes-list-page .causes-list-box-wrapper .progress-bar:after {
    width: 20px;
    height: 20px;
    top: -5px;
  }
}

@media (max-width: 767px) {
  .causes-list-page .causes-list-box-wrapper .causes-list-box .img-holder,
  .causes-list-page .causes-list-box-wrapper .causes-list-box .details {
    width: 100%;
    float: none;
    height: auto !important;
  }
}

.causes-list-page .load-more {
  text-align: center;
  margin-top: 90px;
}

@media (max-width: 991px) {
  .causes-list-page .load-more {
    margin-top: 55px;
  }
}

.causes-list-page .load-more .theme-btn-s3 {
  text-transform: capitalize;
  padding: 8px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/*** sidebar ***/
.sidebar-wrapper {
  padding-left: 45px;
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .sidebar-wrapper {
    padding-left: 25px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .sidebar-wrapper {
    padding-left: 15px;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .sidebar-wrapper {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
#7.1	urgent donation
--------------------------------------------------------------*/
.urgent-donation {
  position: relative;
  padding-bottom: 120px;
  /*** urgent box ***/
}

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

@media (max-width: 767px) {
  .urgent-donation {
    padding-bottom: 80px;
  }
}

.urgent-donation .section-bg {
  background: url("../images/urgent-donation-bg.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.urgent-donation .section-bg:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .urgent-donation .section-bg {
    height: 40%;
  }
}

.urgent-donation .urgent-inner {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .urgent-donation .urgent-inner {
    padding-top: 50px;
  }
}

.urgent-donation .urgent-slider img {
  width: auto !important;
}

.urgent-donation .urgent-slider .owl-controls {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .urgent-donation .urgent-slider .owl-controls {
    margin-top: 65px;
  }
}

@media (max-width: 991px) {
  .urgent-donation .urgent-slider .owl-controls {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .urgent-donation .urgent-slider .owl-controls {
    margin-top: 50px;
  }
}

.urgent-donation .urgent-box {
  background-color: #fff;
  overflow: hidden;
}

.urgent-donation .urgent-box > div {
  float: left;
}

.urgent-donation .urgent-box .img-holder {
  width: 40%;
  text-align: right;
}

.urgent-donation .urgent-box .img-holder img {
  display: inline-block;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .img-holder {
    display: none;
  }
}

.urgent-donation .urgent-box .details {
  background-color: #23a884;
  width: 60%;
  text-align: center;
  padding: 58px 90px 60px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details {
    width: 100%;
    float: none;
    padding: 47px 40px 50px;
  }
}

@media (max-width: 767px) {
  .urgent-donation .urgent-box .details {
    padding: 40px 20px;
  }
}

.urgent-donation .urgent-box .details > span {
  background-color: #123a54;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details > span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .urgent-donation .urgent-box .details > span {
    font-size: 14px;
    padding: 4px 20px;
  }
}

.urgent-donation .urgent-box .details h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #fff;
  margin: 0.83em 0 0;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .urgent-donation .urgent-box .details h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.urgent-donation .urgent-box .details .remaing-date {
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details .remaing-date {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .urgent-donation .urgent-box .details .remaing-date {
    font-size: 14px;
  }
}

.urgent-donation .urgent-box .details .progress-wrapper {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details .progress-wrapper {
    margin-top: 45px;
  }
}

.urgent-donation .urgent-box .details .progress {
  background-color: #123a54;
  height: 15px;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .urgent-donation .urgent-box .details .progress {
    height: 12px;
  }
}

.urgent-donation .urgent-box .details .progress .progress-bar {
  background-color: #fff;
  line-height: 15px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .urgent-donation .urgent-box .details .progress .progress-bar {
    line-height: 12px;
  }
}

.urgent-donation .urgent-box .details .progress-bar span {
  background-color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  color: #23a884;
  position: absolute;
  right: -20px;
  top: -37px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.urgent-donation .urgent-box .details .progress-bar span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.urgent-donation .urgent-box .details .goal-raised {
  overflow: hidden;
}

.urgent-donation .urgent-box .details .goal-raised span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details .goal-raised span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.urgent-donation .urgent-box .details .goal-raised h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details .goal-raised h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.urgent-donation .urgent-box .details .goal-raised .goal {
  float: left;
}

.urgent-donation .urgent-box .details .goal-raised .raised {
  float: right;
}

.urgent-donation .urgent-box .details .form {
  margin-top: 45px;
}

.urgent-donation .urgent-box .details .form > div {
  display: inline-block;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details .form > div {
    display: block;
    float: none;
  }
}

@media screen and (min-width: 768px) {
  .urgent-donation .urgent-box .details .form > div:last-child {
    float: right;
  }
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details .form > div:last-child {
    float: none;
    margin-top: 25px;
  }
}

.urgent-donation .urgent-box .details .form input {
  height: auto;
  color: #23a884;
  padding: 11px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details .form input {
    padding: 8px 15px;
  }
}

@media (max-width: 767px) {
  .urgent-donation .urgent-box .details .form input {
    margin-bottom: 10px;
    padding: 5px 15px;
  }
}

.urgent-donation .urgent-box .details .form .theme-btn, .urgent-donation .urgent-box .details .form .theme-btn-s4 {
  border: 2px solid #123a54;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 33px;
  line-height: 35px;
  text-transform: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details .form .theme-btn, .urgent-donation .urgent-box .details .form .theme-btn-s4 {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 27px;
    line-height: 30px;
  }
}

.urgent-donation .urgent-box .details .form .theme-btn:hover, .urgent-donation .urgent-box .details .form .theme-btn-s4:hover {
  border-color: #123a54;
  background-color: #123a54;
  line-height: 120px;
}

.urgent-donation .urgent-box .details .form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #23a884;
}

.urgent-donation .urgent-box .details .form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #23a884;
}

.urgent-donation .urgent-box .details .form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #23a884;
}

.urgent-donation .urgent-box .details .form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #23a884;
}

@media (max-width: 991px) {
  .urgent-donation .urgent-box .details,
  .urgent-donation .urgent-box .img-holder {
    height: auto !important;
  }
}

/*--------------------------------------------------------------
#7.2    news letter
--------------------------------------------------------------*/
.newsletter {
  background-color: #e9edf5;
}

.newsletter .children-holder {
  background: url("../images/newsletter-children.jpg") center center/cover no-repeat local;
}

@media (max-width: 991px) {
  .newsletter .children-holder {
    height: 260px !important;
  }
}

.newsletter .subscribe {
  padding: 70px 15px 70px 70px;
}

@media screen and (min-width: 1200px) {
  .newsletter .subscribe {
    width: 682px;
  }
}

@media (max-width: 991px) {
  .newsletter .subscribe {
    padding: 70px 45px;
  }
}

@media (max-width: 767px) {
  .newsletter .subscribe {
    height: auto !important;
    padding: 50px 45px 50px;
  }
}

@media (max-width: 500px) {
  .newsletter .subscribe {
    padding: 50px 15px;
  }
}

.newsletter .subscribe h3 {
  font-size: 30px;
  margin: 0;
}

@media (max-width: 767px) {
  .newsletter .subscribe h3 {
    font-size: 25px;
  }
}

.newsletter .subscribe p {
  color: #2a2a2a;
  font-weight: bold;
  margin: 0 0 2em;
}

.newsletter .subscribe p span {
  color: #23a884;
}

.newsletter .subscribe form {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .newsletter .subscribe form {
    width: 550px;
  }
}

@media screen and (min-width: 992px) {
  .newsletter .subscribe form {
    width: 450px;
  }
}

.newsletter .subscribe form input {
  height: auto;
  font-size: 16px;
  padding: 9px 20px;
  border: 1px solid #23a884;
  padding-right: 120px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .newsletter .subscribe form input {
    padding: 8px 20px;
  }
}

.newsletter .subscribe form button {
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .newsletter .subscribe form button {
    height: 40px;
    line-height: 40px;
  }
}

.newsletter .subscribe form button:hover {
  line-height: 120px;
}

.newsletter .subscribe .pluses {
  color: #23a884;
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 35px;
}

@media (max-width: 1199px) {
  .newsletter .subscribe .pluses {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .newsletter .subscribe .pluses {
    font-size: 20px;
    top: 45px;
  }
}

/*--------------------------------------------------------------
	cause single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.0	causes-single-wrapper
--------------------------------------------------------------*/
.cause-single-page .page-title {
  background: url("../images/page-title/img-2.jpg") center center/cover no-repeat local;
}

.cause-single-page .causes-single-wrapper {
  /*** progress bar ***/
}

@media screen and (min-width: 1200px) {
  .cause-single-page .causes-single-wrapper .content > .col:first-child {
    padding-right: 70px;
  }
}

.cause-single-page .causes-single-wrapper .causes-single .title {
  padding: 32px 0;
}

.cause-single-page .causes-single-wrapper .causes-single h3 {
  font-size: 42px;
  font-size: 2.625rem;
  margin: 0 0 0.67em;
}

@media (max-width: 1199px) {
  .cause-single-page .causes-single-wrapper .causes-single h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 991px) {
  .cause-single-page .causes-single-wrapper .causes-single h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .cause-single-page .causes-single-wrapper .causes-single h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.cause-single-page .causes-single-wrapper .causes-single h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.48em;
}

@media (max-width: 1199px) {
  .cause-single-page .causes-single-wrapper .causes-single h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.cause-single-page .causes-single-wrapper .causes-single h4 span {
  color: #23a884;
}

.cause-single-page .causes-single-wrapper .causes-single .progress {
  background-color: #123a54;
  height: 12px;
  margin-bottom: 20px;
  overflow: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

@media (max-width: 1199px) {
  .cause-single-page .causes-single-wrapper .causes-single .progress {
    height: 10px;
  }
}

@media (max-width: 767px) {
  .cause-single-page .causes-single-wrapper .causes-single .progress {
    margin: 0 0 25px;
  }
}

.cause-single-page .causes-single-wrapper .causes-single .progress-bar {
  background-color: #23a884;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

.cause-single-page .causes-single-wrapper .causes-single .progress-bar:after {
  content: "";
  background-color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -10px;
  top: -6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 #999999;
  -moz-box-shadow: 0 0 10px 0 #999999;
  -o-box-shadow: 0 0 10px 0 #999999;
  -ms-box-shadow: 0 0 10px 0 #999999;
  box-shadow: 0 0 10px 0 #999999;
}

@media (max-width: 1199px) {
  .cause-single-page .causes-single-wrapper .causes-single .progress-bar:after {
    width: 20px;
    height: 20px;
    top: -5px;
  }
}

.cause-single-page .causes-single-wrapper .inner-details > p {
  margin: 0 0 1.4em;
}

.cause-single-page .causes-single-wrapper .inner-details > ul {
  margin-bottom: 50px;
}

.cause-single-page .causes-single-wrapper .inner-details > ul li {
  color: #5a6871;
  margin-bottom: 0.5em;
}

.cause-single-page .causes-single-wrapper .inner-details > ul li i {
  color: #23a884;
}

.cause-single-page .causes-single-wrapper .inner-details > ul li:last-child {
  margin-bottom: 0;
}

.cause-single-page .causes-single-wrapper .quick-donation-section {
  background-color: #fff;
}

.cause-single-page .causes-single-wrapper .quick-donation-section .form {
  position: relative;
}

.cause-single-page .causes-single-wrapper .quick-donation-section .form ::-webkit-input-placeholder {
  font-style: 16;
  font-style: normal;
  color: #fff;
}

.cause-single-page .causes-single-wrapper .quick-donation-section .form :-moz-placeholder {
  font-style: 16;
  font-style: normal;
  color: #fff;
}

.cause-single-page .causes-single-wrapper .quick-donation-section .form ::-moz-placeholder {
  font-style: 16;
  font-style: normal;
  color: #fff;
}

.cause-single-page .causes-single-wrapper .quick-donation-section .form :-ms-input-placeholder {
  font-style: 16;
  font-style: normal;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .cause-single-page .causes-single-wrapper .quick-donation-section .donate-list .box {
    width: 187px;
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  .cause-single-page .causes-single-wrapper .quick-donation-section .donate-list .box {
    width: 163px;
  }
}

@media (max-width: 991px) {
  .cause-single-page .causes-single-wrapper .quick-donation-section .donate-list .box {
    width: 165px;
  }
}

@media (max-width: 767px) {
  .cause-single-page .causes-single-wrapper .quick-donation-section .donate-list .box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: none;
  }
}

.cause-single-page .causes-single-wrapper .quick-donation-section .enter-amount {
  background-color: #123a54;
  width: 187px;
  height: 50px;
  line-height: 50px;
  float: left;
  background: #123a54;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .cause-single-page .causes-single-wrapper .quick-donation-section .enter-amount {
    width: 163px;
  }
}

@media (max-width: 991px) {
  .cause-single-page .causes-single-wrapper .quick-donation-section .enter-amount {
    width: 165px;
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .cause-single-page .causes-single-wrapper .quick-donation-section .enter-amount {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: static;
    margin-bottom: 15px;
  }
}

.cause-single-page .causes-single-wrapper .quick-donation-section .enter-amount input {
  background-color: #123a54;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
}

@media (max-width: 991px) {
  .cause-single-page .causes-single-wrapper .quick-donation-section .enter-amount input {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.cause-single-page .causes-single-wrapper .quick-donation-section .donate-btn {
  margin-top: 25px;
}

.cause-single-page .causes-single-wrapper .quick-donation-section .donate-btn .btn {
  width: 100%;
}

/****related causes ****/
.cause-single-page .related-causes {
  background-color: #fff;
}

.cause-single-page .related-causes .section-title {
  text-align: left;
}

.cause-single-page .related-causes .section-title h2 {
  margin: 0;
}

@media (max-width: 1199px) {
  .cause-single-page .related-causes .causes-s2-grids > .col {
    margin-bottom: 35px;
  }
}

@media (max-width: 620px) {
  .cause-single-page .related-causes .causes-s2-grids > .col {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .cause-single-page .related-causes .img-holder img {
    width: 100%;
  }
}

/**** partners ****/
@media (max-width: 1199px) {
  .cause-single-page .partners {
    padding-top: 75px;
  }
}

@media (max-width: 991px) {
  .cause-single-page .partners {
    padding-top: 65px;
  }
}

@media (max-width: 767px) {
  .cause-single-page .partners {
    padding-top: 45px;
  }
}

/*--------------------------------------------------------------
	Contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.0	contact-section
--------------------------------------------------------------*/
.contact-page .page-title {
  background: url("../images/page-title/img-3.jpg") center center/cover no-repeat local;
}

.contact-page .contact-section-wrapper {
  margin: 100px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .contact-page .contact-section-wrapper {
    margin: 0;
  }
}

.contact-page .contact-section-wrapper:before {
  content: "";
  width: 100%;
  height: 626px;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background: url("../images/map.jpg") center center/cover no-repeat local;
  position: absolute;
  left: 0;
  bottom: 0;
}

.contact-page .contact-section-wrapper .contact-block {
  background-color: #fff;
  /* padding: 70px; */
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 2px -5px 27px -1px #d9d9d9;
  -moz-box-shadow: 2px -5px 27px -1px #d9d9d9;
  box-shadow: 2px -5px 27px -1px #d9d9d9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .contact-page .contact-section-wrapper .contact-block {
    padding: 60px 15px !important;
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  .contact-page .contact-section-wrapper .contact-block {
    padding: 40px 45px;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-section-wrapper .contact-block {
    padding: 40px 15px;
  }
}

.contact-page .contact-section-wrapper .contact-block h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3em;
  margin: 0 0 0.9em;
}

@media screen and (min-width: 1200px) {
  .contact-page .contact-section-wrapper .contact-block h2 {
    padding: 0 400px 0 0;
  }
}

@media (max-width: 991px) {
  .contact-page .contact-section-wrapper .contact-block h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.contact-page .contact-section-wrapper .contact-block .contact-info,
.contact-page .contact-section-wrapper .contact-block .contact-form {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .contact-page .contact-section-wrapper .contact-block .contact-info,
  .contact-page .contact-section-wrapper .contact-block .contact-form {
    width: 100%;
    float: none;
  }
}

.contact-page .contact-section-wrapper .contact-block .contact-info {
  padding-right: 80px;
}

@media (max-width: 991px) {
  .contact-page .contact-section-wrapper .contact-block .contact-info {
    padding-right: 0;
  }
}

.contact-page .contact-section-wrapper .contact-block .contact-info ul {
  margin-top: 30px;
}

.contact-page .contact-section-wrapper .contact-block .contact-info ul li {
  font-size: 20;
  font-size: 1.25rem;
  color: #123a54;
  line-height: 1.5em;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .contact-page .contact-section-wrapper .contact-block .contact-info ul li {
    font-size: 18;
    font-size: 1.125rem;
  }
}

.contact-page .contact-section-wrapper .contact-block .contact-info ul li a {
  color: #23a884;
  text-decoration: underline;
}

.contact-page .contact-section-wrapper .contact-block .contact-info ul li a:focus {
  outline: none;
}

.contact-page .contact-section-wrapper .contact-block .contact-info li .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -3px;
}

.contact-page .contact-section-wrapper .contact-block .contact-info li .fa:before {
  font-size: 20px;
  font-size: 1.25rem;
  color: #23a884;
}

@media (max-width: 1199px) {
  .contact-page .contact-section-wrapper .contact-block .contact-info li .fa:before {
    font-size: 18;
    font-size: 1.125rem;
  }
}

.contact-page .contact-section-wrapper .contact-block .contact-form {
  padding-left: 80px;
}

@media (max-width: 991px) {
  .contact-page .contact-section-wrapper .contact-block .contact-form {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-section-wrapper .contact-block .contact-form {
    padding-left: 0;
    margin-top: 50px;
  }
}

.contact-page .contact-section-wrapper .contact-block .contact-form input,
.contact-page .contact-section-wrapper .contact-block .contact-form select,
.contact-page .contact-section-wrapper .contact-block .contact-form textarea {
  background-color: #eef1f5;
  height: 45px;
  font-size: 16px;
  font-size: 1rem;
  border: 0;
  box-shadow: none;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .contact-page .contact-section-wrapper .contact-block .contact-form input,
  .contact-page .contact-section-wrapper .contact-block .contact-form select,
  .contact-page .contact-section-wrapper .contact-block .contact-form textarea {
    height: 40px;
  }
}

.contact-page .contact-section-wrapper .contact-block .contact-form textarea {
  height: 110px;
  padding-top: 15px;
}

.contact-page .contact-section-wrapper .contact-block .contact-form .form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.contact-page .contact-section-wrapper .contact-block .contact-form .form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.contact-page .contact-section-wrapper .contact-block .contact-form .form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.contact-page .contact-section-wrapper .contact-block .contact-form .form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.contact-page .contact-section-wrapper .contact-block .contact-form .form > div {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .contact-page .contact-section-wrapper .contact-block .contact-form .form > div {
    margin-bottom: 10px;
  }
}

.contact-page .contact-section-wrapper .contact-block .contact-form select {
  font-style: normal;
  background-position: 97% center;
  color: #8c8c8c;
}

.contact-page .contact-section-wrapper .contact-block .contact-form .form .submit-btn {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
	events page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.0	--------
--------------------------------------------------------------*/
.events-page .page-title {
  background: url("../images/page-title/img-4.jpg") center center/cover no-repeat local;
}
.insight-page .page-title {
	background: url("../images/page-title/img-5.jpg") center center/cover no-repeat local;
  }
.events-page .event-row {
  background-color: #f0f3f8;
  margin-bottom: 25px;
  overflow: hidden;
}

.events-page .event-row .event-details {
  width: 66%;
  float: left;
  padding: 65px 60px 35px;
  position: relative;
}

@media (max-width: 1199px) {
  .events-page .event-row .event-details {
    width: 100%;
    float: none;
  }
}

@media (max-width: 991px) {
  .events-page .event-row .event-details {
    padding: 60px 35px 25px;
  }
}

@media (max-width: 767px) {
  .events-page .event-row .event-details {
    padding: 50px 20px 25px;
  }
}

.events-page .event-row .event-pic {
  width: 34%;
  float: left;
}

@media (max-width: 1199px) {
  .events-page .event-row .event-pic {
    display: none;
  }
}

.events-page .event-row .event-pic img {
  width: 100%;
}

.events-page .event-row .event-details .date {
  font-family: "system-ui";
  background-color: #23a884;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  padding: 8px 14px;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .events-page .event-row .event-details .date {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .events-page .event-row .event-details .date {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 5px 10px;
  }
}

.events-page .event-row .event-details .date i {
  display: inline-block;
  padding-right: 5px;
}

.events-page .event-row .event-details h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.23em;
}

@media (max-width: 991px) {
  .events-page .event-row .event-details h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .events-page .event-row .event-details h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}

.events-page .event-row .event-details h3 a {
  color: #123a54;
}

.events-page .event-row .event-details h3 a:hover {
  color: #23a884;
}

.events-page .event-row .event-details .event-info {
  margin-bottom: 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .events-page .event-row .event-details .event-info {
    margin-bottom: 10px;
  }
}

.events-page .event-row .event-details .event-info li {
  float: left;
  color: #5a6871;
  margin-right: 20px;
}

.events-page .event-row .event-details .event-info li:last-child {
  margin-right: 0;
}

.events-page .event-row .event-details p {
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .events-page .event-row .event-details p {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .events-page .event-row .event-details p {
    margin-bottom: 10px;
  }
}

.events-page .event-row .event-details .join-event {
  font-family: "system-ui";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #23a884;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .events-page .event-row .event-details .join-event {
    font-size: 16px;
    font-size: 1rem;
  }
}

.events-page .event-row .event-details .join-event i {
  display: inline-block;
  padding-left: 5px;
}

.events-page .event-row .event-details .join-event:hover {
  color: #1a7e63;
}

.events-list .load-more {
  text-align: center;
  margin-top: 90px;
}

@media (max-width: 991px) {
  .events-list .load-more {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .events-list .load-more {
    margin-top: 40px;
  }
}

.events-list .load-more .theme-btn-s3 {
  text-transform: capitalize;
  padding: 8px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/*--------------------------------------------------------------
	event single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.0	--------
--------------------------------------------------------------*/
.event-single-page .page-title {
  background: url("../images/page-title/img-5.jpg") center center/cover no-repeat local;
}

.event-single-page .event-single-wrapper .event-single-date-slider {
  padding-top: 41px;
  position: relative;
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .event-single-date-slider {
    padding-top: 0;
  }
}

.event-single-page .event-single-wrapper .event-single-date-slider .date {
  font-family: "system-ui";
  background-color: #23a884;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  padding: 8px 14px;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .event-single-page .event-single-wrapper .event-single-date-slider .date {
    font-size: 15px;
    font-size: 0.9375rem;
    top: 4px;
  }
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .event-single-date-slider .date {
    text-align: center;
    max-width: 150px;
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 10px;
  }
}

.event-single-page .event-single-wrapper .event-single-date-slider .date i {
  display: inline-block;
  padding-right: 5px;
}

.event-single-page .event-single-wrapper .event-single-slider {
  position: relative;
}

.event-single-page .event-single-wrapper .event-single-slider .owl-controls {
  width: 100%;
  position: absolute;
  bottom: 35px;
}

@media (max-width: 991px) {
  .event-single-page .event-single-wrapper .event-single-slider .owl-controls {
    bottom: 25px;
  }
}

.event-single-page .event-single-wrapper .event-single-slider .owl-controls .owl-dots .owl-dot span {
  background: #fff;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}

@media (max-width: 991px) {
  .event-single-page .event-single-wrapper .event-single-slider .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
}

.event-single-page .event-single-wrapper .event-single-slider .owl-controls .owl-dots .active span {
  background: #23a884;
}

.event-single-page .event-single-wrapper .event-details {
  padding: 45px 100px 0 0;
}

@media (max-width: 1199px) {
  .event-single-page .event-single-wrapper .event-details {
    padding: 45px 35px 0 0;
  }
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .event-details {
    padding: 30px 15px 0 0;
  }
}

.event-single-page .event-single-wrapper .event-details h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .event-single-page .event-single-wrapper .event-details h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .event-details h2 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.event-single-page .event-single-wrapper .event-details p {
  margin-bottom: 1.5em;
}

.event-single-page .event-single-wrapper .event-details .event-info {
  overflow: hidden;
}

.event-single-page .event-single-wrapper .event-details .event-info li {
  font-family: "system-ui";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: "system-ui";
  float: left;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .event-single-page .event-single-wrapper .event-details .event-info li {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .event-details .event-info li {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 15px 5px 0;
  }
}

.event-single-page .event-single-wrapper .event-details .event-info li:last-child {
  margin-right: 0;
}

.event-single-page .event-single-wrapper .event-details .event-info li i {
  display: inline-block;
  padding-right: 10px;
  color: #23a884;
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .event-details .event-info li i {
    padding-right: 6px;
  }
}

.event-single-page .event-single-wrapper .event-location-map {
  height: 250px;
  margin: 35px 0;
}

.event-single-page .event-single-wrapper .event-location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.event-single-page .event-single-wrapper .join-share {
  position: relative;
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .join-share .theme-btn-s3 {
    padding: 5px 12px;
  }
}

.event-single-page .event-single-wrapper .share {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .share {
    top: 8px;
  }
}

.event-single-page .event-single-wrapper .share span {
  font-family: "system-ui";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #123a54;
  position: absolute;
  top: 3px;
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .share span {
    font-size: 15px;
    font-size: 0.9375rem;
    top: 0;
  }
}

.event-single-page .event-single-wrapper .share ul {
  overflow: hidden;
  padding-left: 70px;
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .share ul {
    padding-left: 50px;
  }
}

.event-single-page .event-single-wrapper .share li {
  float: left;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .share li {
    margin-right: 10px;
  }
}

.event-single-page .event-single-wrapper .share li:last-child {
  margin-bottom: 0;
}

.event-single-page .event-single-wrapper .share a {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .event-single-page .event-single-wrapper .share a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.event-single-page .event-single-wrapper .share li:first-child a {
  color: #0073dd;
}

.event-single-page .event-single-wrapper .share li:nth-child(2) a {
  color: #00bff3;
}

.event-single-page .event-single-wrapper .share li:nth-child(3) a {
  color: #e30e1f;
}

.event-single-page .event-single-wrapper .share li:nth-child(4) a {
  color: #2980b9;
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.0	--------
--------------------------------------------------------------*/
.blog-page .page-title {
  background: url("../images/page-title/img-3.jpg") center center/cover no-repeat local;
}

.blog-page .blog-grids > .col {
  margin-bottom: 35px;
}

@media (max-width: 650px) {
  .blog-page .blog-grids > .col {
    width: 100%;
  }
}

.blog-page .blog-grids .entry-media .img-holder img {
  width: 100%;
}

.blog-page .blog-grids .entry-body {
  padding: 25px 20px;
}

.blog-page .blog-grids .tags {
  padding: 3px 20px 3px 0;
}

.blog-page .blog-grids .tags ul li a {
  font-size: 12px;
  font-size: 0.75rem;
}

.blog-page .blog-grids .entry-title h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

.blog-page .blog-grids .entry-meta ul a {
  font-size: 12px;
  font-size: 0.75rem;
}

.blog-page .blog-grids .continue {
  padding-top: 15px;
}

.blog-page .blog-grids .continue a {
  font-size: 16px;
  font-size: 1rem;
}

.blog-page .main-blog .pagination-wrapper {
  margin-top: 65px;
}

@media (max-width: 991px) {
  .blog-page .main-blog .pagination-wrapper {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .blog-page .main-blog .pagination-wrapper {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
	blog details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.0	--------
--------------------------------------------------------------*/
.blog-details-page .page-title {
  background: url("../images/page-title/img-3.jpg") center center/cover no-repeat local;
}

.blog-details-page {
  background-color: #eeeeee;
}

.blog-details-page .blog-single-content {
  /*** post ***/
  /*** tags ***/
  /*** comments ***/
}

@media screen and (min-width: 992px) {
  .blog-details-page .blog-single-content {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content {
    margin-bottom: 100px;
  }
}

.blog-details-page .blog-single-content h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #1a1a1a;
  margin: 0;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content h3 {
    font-size: 18px;
  }
}

.blog-details-page .blog-single-content p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content p {
    font-size: 14px;
  }
}

.blog-details-page .blog-single-content .post,
.blog-details-page .blog-single-content .comments {
  background-color: #fff;
}

.blog-details-page .blog-single-content .post {
  padding: 0 45px 70px 45px;
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content .post {
    padding: 0 45px 45px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .post {
    padding: 0 20px 45px 20px;
  }
}

.blog-details-page .blog-single-content .post h3 {
  margin: 1.9em 0 0.9em;
}

.blog-details-page .blog-single-content .post .media {
  margin: 0 -45px 48px;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .post .media {
    margin: 0 -20px 40px;
  }
}

.blog-details-page .blog-single-content .post-title-meta .btn {
  background-color: #23a884;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 13px;
  border: 0;
  border-radius: 0;
  cursor: auto;
}

.blog-details-page .blog-single-content .post-title-meta h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: blod;
  margin: 0.57em 0 0.53em;
  color: #1a1a1a;
}

@media screen and (min-width: 1200px) {
  .blog-details-page .blog-single-content .post-title-meta h2 {
    padding-right: 200px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .post-title-meta h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-details-page .blog-single-content .post-title-meta ul {
  overflow: hidden;
  margin-bottom: 24px;
}

.blog-details-page .blog-single-content .post-title-meta ul li {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
  text-transform: uppercase;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
}

.blog-details-page .blog-single-content .post-title-meta ul li:after {
  content: "/";
  color: #999999;
  position: absolute;
  right: 0;
}

.blog-details-page .blog-single-content .post-title-meta ul li:last-child:after {
  display: none;
}

.blog-details-page .blog-single-content .post-title-meta ul li a {
  color: #999999;
}

.blog-details-page .blog-single-content .post-title-meta ul li a:hover {
  color: #23a884;
}

.blog-details-page .blog-single-content .gallery-post {
  margin: 35px 0 0;
}

.blog-details-page .blog-single-content .gallery-post .gallery {
  overflow: hidden;
}

.blog-details-page .blog-single-content .gallery-post .gallery > div:first-child {
  width: 60%;
  float: left;
}

.blog-details-page .blog-single-content .gallery-post .gallery > div:last-child {
  width: 38%;
  float: right;
}

.blog-details-page .blog-single-content .tag-share {
  overflow: hidden;
  margin: 25px 0 15px;
  /*** share ***/
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .tag-share {
    margin: 25px 0;
  }
}

.blog-details-page .blog-single-content .tag-share > div {
  display: inline-block;
  float: left;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .tag-share > div {
    display: block;
    float: none !important;
  }
}

.blog-details-page .blog-single-content .tag-share > div:last-child {
  float: right;
}

.blog-details-page .blog-single-content .tag-share > div:first-child {
  padding-left: 20px;
}

.blog-details-page .blog-single-content .tag-share > div:first-child span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000;
  margin-right: 25px;
  position: relative;
  top: -11px;
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content .tag-share > div:first-child {
    padding-left: 0;
  }
  .blog-details-page .blog-single-content .tag-share > div:first-child span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 15px;
    top: -20px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .tag-share > div:first-child {
    padding-left: 0;
  }
  .blog-details-page .blog-single-content .tag-share > div:first-child span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 15px;
    top: 0;
    display: block;
    margin-bottom: 5px;
  }
}

.blog-details-page .blog-single-content .tag-share ul {
  display: inline-block;
  overflow: hidden;
}

.blog-details-page .blog-single-content .tag-share ul li {
  float: left;
  margin-right: 12px;
}

.blog-details-page .blog-single-content .tag-share ul li:last-child {
  margin-right: 0;
}

.blog-details-page .blog-single-content .tag-share .tag a {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  text-transform: lowercase;
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content .tag-share .tag a {
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}

.blog-details-page .blog-single-content .tag-share .tag a:hover {
  background-color: #23a884;
  color: #fff;
}

.blog-details-page .blog-single-content .tag-share .share {
  padding-bottom: 0;
}

.blog-details-page .blog-single-content .tag-share .share li {
  opacity: 0.9;
}

.blog-details-page .blog-single-content .tag-share .share li:hover {
  opacity: 1;
}

.blog-details-page .blog-single-content .tag-share .share li:first-child {
  background-color: #106ed2;
}

.blog-details-page .blog-single-content .tag-share .share li:nth-child(2) {
  background-color: #3ad0fb;
}

.blog-details-page .blog-single-content .tag-share .share li:last-child {
  background-color: #1379bb;
}

.blog-details-page .blog-single-content .tag-share .share a {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 9px 15px;
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content .tag-share .share a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 10px;
  }
}

.blog-details-page .blog-single-content .tag-share .share a i {
  display: inline-block;
  padding-right: 4px;
}

.blog-details-page .blog-single-content .comments {
  padding: 55px 45px 0;
  /*** .article ***/
}

@media (max-width: 1199px) {
  .blog-details-page .blog-single-content .comments {
    padding: 45px 25px 0;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments {
    padding: 40px 25px 0;
  }
}

.blog-details-page .blog-single-content .comments .title {
  margin-bottom: 65px;
}

.blog-details-page .blog-single-content .comments h3 {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  font-weight: bold;
}

.blog-details-page .blog-single-content .comments > ol {
  padding-left: 0;
}

.blog-details-page .blog-single-content .comments ol {
  list-style: none;
}

.blog-details-page .blog-single-content .comments ol > li {
  margin-bottom: 35px;
}

.blog-details-page .blog-single-content .comments ol > li:last-child {
  margin-bottom: 0;
}

.blog-details-page .blog-single-content .comments ol > li > ol {
  margin-left: 28px;
  margin-top: 35px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments ol > li > ol {
    margin: 30px 0 0 0;
  }
}

.blog-details-page .blog-single-content .comments ol > li > ol > li {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 35px !important;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments ol > li > ol > li {
    padding: 20px;
  }
}

.blog-details-page .blog-single-content .comments ol > li > ol > li:last-child {
  margin-bottom: 0 !important;
}

.blog-details-page .blog-single-content .comments .article {
  overflow: hidden;
}

.blog-details-page .blog-single-content .comments .article h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments .article h4 {
    font-size: 14px;
  }
}

.blog-details-page .blog-single-content .comments .article p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments .article p {
    font-size: 14px;
  }
}

.blog-details-page .blog-single-content .comments .article .replay button {
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #23a884;
  padding: 0;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments .article .replay button {
    font-size: 14px;
  }
}

.blog-details-page .blog-single-content .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.blog-details-page .blog-single-content .comments .article .author-meta > div {
  display: inline-block;
}

.blog-details-page .blog-single-content .comments .article .author-meta > div:last-child {
  font-size: 13px;
  font-size: 0.8125rem;
  color: gray;
  padding-left: 5px;
}

.blog-details-page .blog-single-content .comments .article .author-pic {
  width: 10%;
  float: left;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.blog-details-page .blog-single-content .comments .article .details {
  width: 90%;
  float: left;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments .article .details {
    width: 100%;
    float: none;
  }
}

.blog-details-page .blog-single-content .comment-respond {
  margin-top: 75px;
}

.blog-details-page .blog-single-content .comment-respond h3 {
  margin: 0 0 2em;
}

.blog-details-page .blog-single-content .comment-respond form {
  margin: 0 -15px;
  position: relative;
}

.blog-details-page .blog-single-content .comment-respond form input,
.blog-details-page .blog-single-content .comment-respond form textarea {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}

.blog-details-page .blog-single-content .comment-respond form textarea {
  height: 110px;
}

.blog-details-page .blog-single-content .comment-respond form > div {
  margin-bottom: 50px;
}

.blog-details-page .blog-single-content .comment-respond form .theme-btn, .blog-details-page .blog-single-content .comment-respond form .theme-btn-s4 {
  text-transform: none;
  box-shadow: none;
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content .comment-respond form .theme-btn, .blog-details-page .blog-single-content .comment-respond form .theme-btn-s4 {
    position: relative;
    bottom: 0;
  }
}

/*** blog-sidebar ***/
.blog-details-page .blog-sidebar .widget {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .blog-details-page .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}

.blog-details-page .blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-details-page .blog-sidebar h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0d0d0d;
  margin: 0 0 1.25em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-details-page .blog-sidebar h3 {
    font-size: 17px;
  }
}

.blog-details-page .blog-sidebar .category-widget ul li,
.blog-details-page .blog-sidebar .archive-widget ul li {
  border-bottom: 1px solid #fff;
}

.blog-details-page .blog-sidebar .category-widget ul li > a,
.blog-details-page .blog-sidebar .archive-widget ul li > a {
  padding: 13px 0;
}

.blog-details-page .blog-sidebar ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

.blog-details-page .blog-sidebar ul li > a {
  display: block;
  color: #404040;
  position: relative;
}

.blog-details-page .blog-sidebar ul li:first-child a {
  padding-top: 0;
}

.blog-details-page .blog-sidebar ul li:last-child a {
  padding-bottom: 0;
}

.blog-details-page .blog-sidebar ul li:last-child {
  border: 0;
}

.blog-details-page .blog-sidebar ul li > a:hover {
  color: #23a884;
}

.blog-details-page .blog-sidebar ul li > a .badge {
  background-color: transparent;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #404040;
  position: absolute;
  right: 5px;
}

.blog-details-page .blog-sidebar ul li > a .badge:before,
.blog-details-page .blog-sidebar ul li > a .badge:after {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 3px;
}

.blog-details-page .blog-sidebar ul li > a .badge:before {
  content: "(";
  left: 0;
}

.blog-details-page .blog-sidebar ul li > a .badge:after {
  content: ")";
  right: 0;
}

.blog-details-page .blog-sidebar .search-widget input {
  background-color: transparent;
  padding: 8px 12px;
  height: auto;
}

.blog-details-page .blog-sidebar .search-widget input:focus {
  box-shadow: none;
  border-color: #23a884;
}

@media (max-width: 767px) {
  .blog-details-page .blog-sidebar .recent-post-widget ul {
    margin-left: -15px;
  }
}

.blog-details-page .blog-sidebar .recent-post-widget ul li {
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-details-page .blog-sidebar .recent-post-widget ul li {
    padding: 0 0 40px 100px;
    overflow: visible;
  }
}

.blog-details-page .blog-sidebar .recent-post-widget ul li:last-child {
  margin-bottom: 0;
}

.blog-details-page .blog-sidebar .recent-post-widget .post-pic {
  width: 30%;
  float: left;
}

@media screen and (min-width: 992px) {
  .blog-details-page .blog-sidebar .recent-post-widget .post-pic img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-sidebar .recent-post-widget .post-pic {
    width: 70px;
    float: none;
    position: absolute;
    left: 15px;
  }
}

.blog-details-page .blog-sidebar .recent-post-widget .details {
  width: 68%;
  float: right;
}

@media (max-width: 1199px) {
  .blog-details-page .blog-sidebar .recent-post-widget .details {
    width: 65%;
  }
}

@media (max-width: 991px) {
  .blog-details-page .blog-sidebar .recent-post-widget .details {
    width: 68%;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-sidebar .recent-post-widget .details {
    width: 100%;
    float: none;
  }
}

.blog-details-page .blog-sidebar .recent-post-widget .details > span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  text-transform: uppercase;
}

.blog-details-page .blog-sidebar .recent-post-widget .details h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0.5em 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-details-page .blog-sidebar .recent-post-widget .details h4 {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 10px;
  }
}

.blog-details-page .blog-sidebar .recent-post-widget .details h4 a {
  color: #000;
}

.blog-details-page .blog-sidebar .recent-post-widget .details h4 a:hover {
  color: #23a884 !important;
}

.blog-details-page .blog-sidebar .tag-widget .all-tags {
  margin-left: -12px;
}

.blog-details-page .blog-sidebar .tag-widget .all-tags a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: gray;
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-details-page .blog-sidebar .tag-widget .all-tags a:hover {
  color: #23a884;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -moz-transform: scale3d(1.2, 1.2, 1);
  -o-transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.blog-details-page .blog-sidebar .instagram-widget ul {
  overflow: hidden;
  margin-right: -8px;
}

.blog-details-page .blog-sidebar .instagram-widget ul li {
  width: 33.33%;
  float: left;
  padding: 0 8px 8px 0;
}

.blog-details-page .blog-sidebar .instagram-widget ul li img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-details-page .blog-sidebar .instagram-widget ul li img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
	Shop page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#14.0	products-section
--------------------------------------------------------------*/
.shop-page .page-title {
  background: url("../images/page-title/img-5.jpg") center center/cover no-repeat local;
}

.shop-page .products-section {
  background-color: #fff;
}

.shop-page .products-section .products-grids > .col {
  margin-bottom: 35px;
}

.shop-page .products-section .pagination-wrapper {
  margin-top: 65px;
}

@media (max-width: 991px) {
  .shop-page .products-section .pagination-wrapper {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .shop-page .products-section .pagination-wrapper {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
	Shop sidebar page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#15.0	products-section
--------------------------------------------------------------*/
.shop-with-sidebar-page .page-title {
  background: url("../images/page-title/img-5.jpg") center center/cover no-repeat local;
}

.shop-with-sidebar-page .shop-main-content .products-grids {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .shop-with-sidebar-page .shop-main-content .products-grids {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .shop-with-sidebar-page .shop-main-content .products-grids {
    margin-bottom: 20px;
  }
}

.shop-with-sidebar-page .shop-main-content .products-grids .grid-wrapper {
  width: 33%;
  float: left;
  padding: 0 7.5px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .shop-with-sidebar-page .shop-main-content .products-grids .grid-wrapper {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .shop-with-sidebar-page .shop-main-content .products-grids .grid-wrapper {
    width: 100%;
    float: none;
  }
}

.shop-with-sidebar-page .shop-main-content .products-grids .grid {
  margin: 5px 0;
  box-shadow: none;
  margin: 3px 0;
}

@media screen and (min-width: 1200px) {
  .shop-with-sidebar-page .shop-main-content .products-grids .product-info h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (min-width: 1200px) {
  .shop-with-sidebar-page .shop-main-content .products-grids .product-info {
    padding: 22px 15px;
  }
}

.shop-with-sidebar-page .shop-main-content .product-info .rating i {
  font-size: 15px;
  font-size: 0.9375rem;
}

/*--------------------------------------------------------------
	Shop details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#16.0	products-section
--------------------------------------------------------------*/
.shop-details-page .page-title {
  background: url("../images/page-title/img-5.jpg") center center/cover no-repeat local;
}

.shop-details-page .shop-details-main-content {
  /*** product slider ***/
  /*** product info ***/
  /*** upsell product **/
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-for {
  text-align: center;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-for img {
  display: inline-block;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav > i:hover {
  cursor: pointer;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide {
  text-align: center;
}

.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide img {
  display: inline-block;
}

.shop-details-page .shop-details-main-content .product-details {
  padding: 30px 30px 93px;
  /*** product option ***/
}

@media (max-width: 1199px) {
  .shop-details-page .shop-details-main-content .product-details {
    padding: 40px 30px 85px;
  }
}

@media (max-width: 991px) {
  .shop-details-page .shop-details-main-content .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-details {
    padding: 0;
  }
}

.shop-details-page .shop-details-main-content .product-details h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.3em;
  margin: 0 0 0.33em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-details h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.shop-details-page .shop-details-main-content .product-details .rating i {
  font-size: 16px;
  font-size: 1rem;
  color: #f3d000;
}

.shop-details-page .shop-details-main-content .product-details .price {
  font-size: 36px;
  font-size: 2.25rem;
  color: #23a884;
  margin: 7px 0 14px;
}

@media (max-width: 991px) {
  .shop-details-page .shop-details-main-content .product-details .price {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-details .price {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.shop-details-page .shop-details-main-content .product-details .price .old {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #8d9ba4;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .shop-details-page .shop-details-main-content .product-details .price .old {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-details .price .old {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.shop-details-page .shop-details-main-content .product-details p {
  margin: 0;
}

.shop-details-page .shop-details-main-content .product-details .product-option {
  margin-top: 45px;
}

.shop-details-page .shop-details-main-content .product-details .product-option .p-row {
  overflow: hidden;
}

.shop-details-page .shop-details-main-content .product-details .product-option .p-row > div {
  height: 35px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.shop-details-page .shop-details-main-content .product-details .product-option .p-row > div:first-child {
  width: 85px;
}

.shop-details-page .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn:hover, .shop-details-page .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s4:hover {
  background: #23a884;
  border-color: #23a884;
  color: #fff;
}

.shop-details-page .shop-details-main-content .product-details .product-option .theme-btn, .shop-details-page .shop-details-main-content .product-details .product-option .theme-btn-s4 {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-details .product-option .theme-btn, .shop-details-page .shop-details-main-content .product-details .product-option .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop-details-page .shop-details-main-content .product-details .product-option .theme-btn:before, .shop-details-page .shop-details-main-content .product-details .product-option .theme-btn-s4:before {
  display: none;
}

.shop-details-page .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn, .shop-details-page .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s4 {
  background-color: #fff;
  color: #23a884;
  border: 1px solid #e6e6e6;
}

.shop-details-page .shop-details-main-content .product-details #count-product {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.shop-details-page .shop-details-main-content .product-details #count-product:focus {
  box-shadow: none;
  outline: none;
}

.shop-details-page .shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-details-page .shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
}

.shop-details-page .shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-details-page .shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #23a884;
  color: #fff;
}

.shop-details-page .shop-details-main-content .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client review ***/
  /*** review form ***/
}

.shop-details-page .shop-details-main-content .product-info h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}

.shop-details-page .shop-details-main-content .product-info p {
  font-size: 14px;
}

.shop-details-page .shop-details-main-content .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.shop-details-page .shop-details-main-content .product-info .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.shop-details-page .shop-details-main-content .product-info .nav-tabs li {
  margin-right: 45px;
}

.shop-details-page .shop-details-main-content .product-info .nav-tabs li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .nav-tabs li {
    margin-right: 15px;
  }
}

.shop-details-page .shop-details-main-content .product-info .nav-tabs a {
  font-size: 18px;
  color: #b3b3b3;
  border: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .nav-tabs a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.shop-details-page .shop-details-main-content .product-info .nav-tabs a:hover,
.shop-details-page .shop-details-main-content .product-info .nav-tabs .active a {
  background: transparent;
  color: #23a884;
}

.shop-details-page .shop-details-main-content .product-info .client-review {
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-details-page .shop-details-main-content .product-info .client-review:last-child {
  margin-bottom: 0;
}

.shop-details-page .shop-details-main-content .product-info .client-review .client-pic {
  width: 14%;
  float: left;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .details {
  width: 86%;
  float: right;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .details {
    width: 100%;
    float: none;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time {
  border-bottom: 1px solid #e6e6e6;
  margin-top: -5px;
}

@media (max-width: 991px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time {
    padding-bottom: 3px;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time > div,
.shop-details-page .shop-details-main-content .product-info .client-review .name-rating > div {
  display: inline-block;
  font-size: 14px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time > div,
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating > div {
    font-size: 12px;
    display: block;
  }
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time > div h4,
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating > div h4 {
    font-size: 12px;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .rating {
  font-size: 14px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .rating {
    padding-left: 0;
    margin: 2px 0 7px;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time .time {
    float: none;
  }
}

.shop-details-page .shop-details-main-content .product-info .client-review .review-body {
  padding-top: 8px;
}

.shop-details-page .shop-details-main-content .product-info .client-review .review-body p {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .shop-details-page .shop-details-main-content .product-info .review-form-wrapper {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .shop-details-page .shop-details-main-content .product-info .review-form {
    margin-top: 45px;
  }
}

.shop-details-page .shop-details-main-content .product-info .review-form h4 {
  margin-bottom: 1.73em;
}

.shop-details-page .shop-details-main-content .product-info .review-form form input,
.shop-details-page .shop-details-main-content .product-info .review-form form textarea {
  border-radius: 0;
}

.shop-details-page .shop-details-main-content .product-info .review-form form input:focus,
.shop-details-page .shop-details-main-content .product-info .review-form form textarea:focus {
  box-shadow: none;
  outline: none;
}

.shop-details-page .shop-details-main-content .product-info .review-form form textarea {
  height: 130px;
}

.shop-details-page .shop-details-main-content .product-info .review-form form > div {
  margin-bottom: 27px;
}

.shop-details-page .shop-details-main-content .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}

.shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div {
  display: inline-block;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div {
    display: block;
    float: none !important;
  }
}

.shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div:last-child {
    margin-top: 20px;
  }
}

.shop-details-page .shop-details-main-content .product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .review-form form .rating a {
    font-size: 12px;
    margin-right: 5px;
  }
}

.shop-details-page .shop-details-main-content .product-info .review-form form .rating a:last-child {
  margin: 0;
}

.shop-details-page .shop-details-main-content .product-info .review-form form .rating a:hover {
  color: #23a884;
}

.shop-details-page .shop-details-main-content .product-info .review-form form .theme-btn, .shop-details-page .shop-details-main-content .product-info .review-form form .theme-btn-s4 {
  border-radius: 0;
  box-shadow: none;
}

@media screen and (min-width: 767px) {
  .shop-details-page .shop-details-main-content .product-info .review-form form .theme-btn, .shop-details-page .shop-details-main-content .product-info .review-form form .theme-btn-s4 {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 25px;
  }
}

.shop-details-page .shop-details-main-content .upsell-product {
  padding-top: 140px;
}

@media (max-width: 991px) {
  .shop-details-page .shop-details-main-content .upsell-product {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .upsell-product {
    padding-top: 80px;
  }
}

.shop-details-page .shop-details-main-content .upsell-product .title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .upsell-product .title {
    margin-bottom: 20px;
  }
}

.shop-details-page .shop-details-main-content .upsell-product .title h2 {
  font-size: 36px;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

@media (max-width: 767px) {
  .shop-details-page .shop-details-main-content .upsell-product .title h2 {
    font-size: 25px;
  }
}

.shop-details-page .shop-details-main-content .upsell-product .title h2 span {
  color: #23a884;
}

.shop-details-page .shop-details-main-content .upsell-product-slider .grid {
  width: auto !important;
}

.shop-details-page .shop-details-main-content .upsell-product-slider .owl-controls {
  margin: 0;
}

.shop-details-page .shop-details-main-content .upsell-product-slider .owl-dots span {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  margin: 0 5px 0 0;
}

.shop-details-page .shop-details-main-content .upsell-product-slider .owl-dots .active span {
  background-color: #23a884;
  width: 14px;
  height: 14px;
  border-color: #23a884;
}

.shop-details-page .recent-shop-item {
  background-color: #fff;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .shop-details-page .recent-shop-item {
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .shop-details-page .recent-shop-item {
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .shop-details-page .recent-shop-item {
    padding-bottom: 45px;
  }
}

.shop-details-page .recent-shop-item .section-title {
  text-align: center;
}

.shop-details-page .recent-shop-item .section-title h2 {
  margin: 0;
}

@media (max-width: 1199px) {
  .shop-details-page .recent-shop-item .products-grids > .col {
    margin-bottom: 35px;
  }
}

@media (max-width: 550px) {
  .shop-details-page .recent-shop-item .products-grids > .col {
    width: 100%;
  }
}

.shop-details-page .recent-shop-item .grid {
  box-shadow: none;
}

.shop-details-page .recent-shop-item .grid .img-holder {
  background-color: #eeeeee;
}

.shop-details-page .recent-shop-item .grid:hover .product-info {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 #e6e6e6;
  -moz-box-shadow: 0 0 15px 0 #e6e6e6;
  -o-box-shadow: 0 0 15px 0 #e6e6e6;
  -ms-box-shadow: 0 0 15px 0 #e6e6e6;
  box-shadow: 0 0 15px 0 #e6e6e6;
}

.shop-details-page .recent-shop-item .grid:hover .product-info h3 a,
.shop-details-page .recent-shop-item .grid:hover .product-info .price {
  color: #123a54;
}

.shop-details-page .recent-shop-item .products-grids .product-info h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .shop-details-page .recent-shop-item .products-grids .product-info h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.shop-details-page .recent-shop-item .products-grids .product-info h3 a {
  color: #123a54;
}

.shop-details-page .recent-shop-item .products-grids .info-list {
  top: auto;
  bottom: 0;
}

.causes-s2-grids-new{
    background-color: #fff;
    padding: 8px 22px;
    -webkit-box-shadow: 0 0 15px 0 #e6e6e6;
    -moz-box-shadow: 0 0 15px 0 #e6e6e6;
    -o-box-shadow: 0 0 15px 0 #e6e6e6;
    -ms-box-shadow: 0 0 15px 0 #e6e6e6;
    box-shadow: 0 0 15px 0 #e6e6e6;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.home-awards-sec .awardsslider .item .padding-img img {
	cursor: pointer;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px #a5a5a5;
}


/*# sourceMappingURL=style.css.map */
@media (max-width: 960px) {
  .navigation .navbar .navbar-default .sticky-s2{
    display: block;
    left: 0px;
    top: 0px;
    width: 760px;
    height: 109px;
  }
}

@media (max-width: 1024px) {
  .hero .hero-slider .owl-controls{
    display: none ;
    
  }
}
.events-list{
  margin-left: 200px;
}
@media (max-width: 1024px) {
  .events-list{
    margin-left: 0px;
    
  }
}
 @media (max-width: 320px) {
  .section-padding a img{
    width: 250px;
    height: 324px;
    margin-bottom: 10px;
  }
}
/* @media (max-width: 1024px)  {
  .section-padding a img{
    width: 250px;
    height: 341px;
    margin-bottom: 10px;
  }
} */
@media (min-width: 768px){
  .section-padding a img{
    width: 300px;
    height: 400px;
    margin-bottom: 10px;
  }
}
.img_pdf
{
  border-radius: 9px;
  box-shadow: 0px 0px 8px #cfcfcf;
  padding: 5px;
}
/*@media (min-width: 992px){
.container{
  width: auto;
}
} */
/* @media (min-width: 992px){
  .img-responsive{
    width: 400px;
    height: 400px;
  }
} */