/*preset CSS*/

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}





/*preset CSS*/
* {
  padding: 0;
  margin: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

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

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

p {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}



input:disabled {
  cursor: default;
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 0.3);
}

.container {
  max-width: 1150px;

}

.header .container {
  max-width: 1355px;
}

body {
  background: #fff;
  font-family: "Inter", sans-serif;

}

body.bg-color-redish {
  background-color: #FFF1F1;
}

/*body {
  position: relative;
  padding-top: 10px;
}
body::before{ content: ''; position: fixed; width: 100%; height: 10px; top: 0px; left: 0px; background-color: #7ae037; z-index: 5000; }*/

.media {
  margin-top: 15px;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media:first-child {
  margin-top: 0;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.align-middle-block {
  align-items: center;
}

.pull-right {
  float: right !important;
}



.floatCss {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}

.alignCenter-content {
  align-items: center;
}

.justify-block {
  display: flex;
  justify-content: space-between;
}

.justify-center-block {
  display: flex;
  justify-content: center;
}

.row-cs-direction.row {
  flex-direction: row-reverse;
}

.alignBaseline-content {
  align-items: baseline;
}

.row-cs-direction.row {
  flex-direction: row-reverse;
}




/*preset CSS*/

.wrapper {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  position: relative;

}

.header-top {
  background-color: #F8FAFC;
  padding: 15px 0px 15px 0px;
}

.header-contact-wrapper {
  display: flex;
  justify-content: space-between;
}

.social-block {
  display: inline-block;
}

.social-block ul {
  margin: 0px;
  padding: 0px;
}

.social-block ul li {
  float: left;
  display: inline-block;
  margin: 0px 10px 0px 0px;
}

.social-block ul li a {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #CBD5E1;
  border-radius: 50%;
  position: relative;
}

.social-block ul li a img {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 100%;
}

.social-block ul li a:hover {
  background-color: #3BD291;
}

.contact-block-rt {
  display: inline-block;
}

.contact-block-rt ul {
  margin: 0px;
  padding: 0px;
}

.contact-block-rt ul li {
  float: left;
  display: inline-block;
  line-height: 20px;
  border-right: 1px solid #D4D4D8;
  padding: 0px 31px 0px 0px;
  margin: 0px 30px 0px 0px;
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}

.contact-block-rt ul li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

.contact-block-rt ul li.cn-address {}

.contact-block-rt ul li.cn-address span {
  background: url(images/map.svg) no-repeat left center;
  padding-left: 17px;
}

.contact-block-rt ul li.cn-phone a {
  background: url(images/phone-call.svg) no-repeat left center;
  padding-left: 20px;
  color: rgba(0, 0, 0, 1);
}

.contact-block-rt ul li.cn-login a {
  background: url(images/sign-in.svg) no-repeat left center;
  padding-left: 20px;
  color: rgba(0, 0, 0, 1);
}







.header {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 200;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border-bottom: none;
}


.header .container {}



.logo {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s ease-in-out;
}

.logo a {
  display: inline-block;
}

.logo img:hover {
  opacity: 0.5;
}

.logo:hover span {
  opacity: 0.5;
}





.nav_section {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-link-rt {
  display: flex;
  align-items: center;
}

.joinus-link {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.joinus-link a {
  display: inline-block;
  padding: 6px 0px 6px 0px;
  background: url(images/join.svg) no-repeat left center;
  padding-left: 46px;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 400;
}

.joinus-link a span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.donate-link {
  display: inline-block;
  margin: 0px 0px 0px 36px;
  padding: 0px 0px 0px 0px;
}

.donate-link a {
  display: inline-block;
  line-height: 43px;
  background-color: #006A50;
  padding: 0px 25px 0px 25px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.donate-link a:hover {
  background-color: #006A50;
}

/*======================================= nav start ================================*/

.header-bottom {
  padding: 10px 0px 10px 0px;
}

.navbar-desktop {
  padding-left: 80px;
}

.header .navbar-expand-md {
  justify-content: flex-start;
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0px 15px 0px 15px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
  padding-right: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {

  font-size: 14px;
  padding: 0px 0px 14px 0px;
  line-height: 18px;
  color: #000;
  border-bottom: none;
  background-color: transparent;
  border-radius: 10px;
  font-weight: 400;
  position: relative;

}

/*.navbar-expand-lg .navbar-nav .nav-link::before{ content: ''; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 5px; background-color: #FAC714; border-radius: 6px; }*/


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #000;
  border-bottom: none;
  background-color: transparent;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .show>.nav-link::before,
.navbar-light .navbar-nav .nav-link:hover::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: #3BD291;
  border-radius: 6px;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;

}

.navbar-light .navbar-nav .nav-link:focus::before,
.navbar-light .navbar-nav .nav-link:hover::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: #3BD291;
  border-radius: 6px;

}



.navbar-light .navbar-nav .nav-item.login-item .nav-link.active,
.navbar-light .navbar-nav .nav-item.login-item .show>.nav-link,
.navbar-light .navbar-nav .nav-item.login-item .nav-link:hover {
  color: #fff;
  border-bottom: none;
  background-color: #8CC63F;
}

.header .navbar {
  padding-bottom: 0px;
  padding-top: 0px;
}

.nav_section .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}


.navbar-expand-lg .navbar-nav .nav-item.login-item .nav-link {
  padding: 0px 30px 0px 30px;
  background-color: #46953D;
  border-radius: 50px;

}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-item.accessibility-link .nav-link {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  width: 50px;
  height: 50px;
  background: url(images/be-icon.svg) no-repeat center center;
}

.navbar-expand-lg .navbar-nav .nav-item.accessibility-link .nav-link:hover {
  background: url(images/be-icon.svg) no-repeat center center;
}

.navbar-expand-lg .navbar-nav .nav-item.accessibility-link .nav-link img {
  display: block;
}



.dropdown-toggle {
  padding-right: 22px !important;
}

.dropdown-toggle::after {
  border: none;
  background: url(images/menu-arrow-green.svg) no-repeat right center;
  width: 12px;
  height: 8px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}

.dropdown-menu {
  background-color: #fff;
  border: none;
}

.dropdown-menu[data-bs-popper] {
  left: 12px;
  top: 76%;
}

.dropdown-menu li {
  padding: 0px 15px 0px 15px;
}

.dropdown-menu li a.dropdown-item {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid transparent;
  color: #000;
  font-size: 14px;
  line-height: 32px;
}

.dropdown-menu li:last-child a.dropdown-item {
  border-bottom: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: transparent;
}

.dropdown-menu li a.dropdown-item:hover {
  color: #3BD291
}


.dropdown.language-cs .dropdown-menu li a.dropdown-item {
  text-align: right;
}

.dropdown.language-cs .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item.language-cs .nav-link {
  padding-left: 30px;
  background: url(images/langiage-icon.svg) no-repeat left center;
}



.navbar-light .navbar-nav .nav-item.language-cs .nav-link:focus,
.navbar-light .navbar-nav .nav-item.language-cs .nav-link:hover {
  background: url(images/language-yellow.svg) no-repeat left center;
}





.header .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}







/*======================================= nav end ================================*/


.banner-section {
  background-color: #F2FBF5;
  padding: 60px 0px 60px 0px;
}

.banner-section .container {
  max-width: 1355px;
}

.banner-content {
  padding: 0px 0px 0px 0px;
}

.banner-content h4 {
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
}

.banner-content h2 {
  margin: 0px 0px 30px 0px;
  font-size: 43px;
  line-height: 52px;
  color: #000;
  font-weight: 600;
}

.banner-content p {
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  line-height: 19.36px;
  color: #000;
  font-weight: 400;
  max-width: 522px;
}


.button-blue-cm {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.button-blue-cm a {
  display: inline-block;
  line-height: 43px;
  background-color: #006A50;
  padding: 0px 25px 0px 25px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.button-blue-cm a:hover {
  background-color: #006A50;
}

.banner-photo::before {
  content: '';
  position: absolute;
  width: 88px;
  height: 98px;
  background: url(images/arrow-vector.svg) no-repeat center center;
  left: -50px;
  bottom: 100px;
}

.banner-people-list {
  background-color: #fff;
  padding: 12px 20px 12px 20px;
  border-radius: 15px;
  position: absolute;
  bottom: 0px;
  left: -200px;
}

.banner-people-list h3 {
  margin: 0px 0px 10px 0px;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 700;
}

.banner-people-list ul {
  margin: 0px;
  padding: 0px;
}

.banner-people-list ul li {
  width: 40px;
  float: left;
  display: inline-block;
  margin-left: -15px;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
}

.banner-people-list ul li img {
  display: block;
  border-radius: 50%;
  width: 100%;
}

.banner-people-list ul li:first-child {
  margin-left: 0px;
}

.banner-people-list ul li:last-child {
  background-color: #3BD291;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}

.banner-donation-block {
  position: absolute;
  top: 0px;
  left: 50px;
  background-color: #fff;
  border-radius: 15px;
  padding: 12px 20px 12px 20px;
  max-width: 200px;
}

.bn-donation-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
}

.bn-donation-image {
  display: flex;
  width: 40px;
}

.bn-donation-info {
  flex: 1;
  display: flex;
  padding-left: 5px;
  width: calc(100% - 40px);
  align-items: baseline;
}

.dn-tittle {
  margin: 0px 0px 3px 0px;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0 !important;
}

.donation-progress {
  padding-right: 28px;
}

.dn-progress-bar {
  background-color: #FFF9B8;
  border-radius: 10px;
  position: relative;
  width: 100%;
  float: left;
  height: 6px;
}

span.progress-complete {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 6px;
  border-radius: 10px 10px 10px 10px;
  background-color: #3BD291;
}

span.cm-percentage {
  position: absolute;
  right: 0px;
  top: -2px;
  font-size: 10px;
  line-height: 10px;
  color: #000;
  font-weight: 600;
}




.subs-input .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;

}

.subs-input .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;

}

.subs-input .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;

}


.counter-section {
  padding: 80px 0px 80px 0px;
}

.single-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.counter-icon {
  display: flex;
  width: 110px;
  height: 110px;
  position: relative;
  border-radius: 50%;
  background-color: #F2FBF5;
  overflow: hidden;
}

.counter-icon img {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 60px;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.counter-icon:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
  -moz-transform: translate(-50%, -50%) scale(1.08);
  -ms-transform: translate(-50%, -50%) scale(1.08);
  transform: translate(-50%, -50%) scale(1.08);
}


.counter-info {
  flex: 1;
  display: flex;
  padding-left: 15px;
  width: calc(100% - 110px);
  align-items: center;
}

.counter-info-inner h2 {
  margin: 0px 0px 2px 0px;
  font-size: 43px;
  line-height: normal;
  color: #000;
  font-weight: 700;
}

.counter-info-inner h3 {
  margin: 0px 0px 0px 0px;
  font-size: 27px;
  line-height: normal;
  color: #000;
  font-weight: 600;
}


.about-us-section {
  padding: 0px 0px 50px 0px;
}

.ab-image-container img {
  width: 100%;
}

.about-content h3 {
  margin: 0px 0px 10px 0px;
  font-size: 34px;
  line-height: 49px;
  color: #006A50;
  font-weight: 400;
  font-family: "Sofia Sans", serif;
}

.about-content h2 {
  margin: 0px 0px 30px 0px;
  font-size: 43px;
  line-height: 52px;
  color: #000;
  font-weight: 600;
}

.about-content p {
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-weight: 400;
}


.shared-food-section {
  padding: 80px 0px 80px 0px;
  background-color: #F2FBF5;
}

.price-sh {
  font-size: 20px;
  line-height: normal;
  color: #262626;
  font-weight: 700;
  margin-bottom: 6px;
}

.price-sh strong {
  color: #3BD291;
  font-size: 53px;
}

.shared-food-content h4 {
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  line-height: normal;
  color: #262626;
  font-weight: 400;
}

.shared-food-content h3 {
  margin: 0px 0px 30px 0px;
  font-size: 43px;
  line-height: 47.3px;
  color: #262626;
  font-weight: 600;
}

.shared-food-content p {
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  line-height: normal;
  color: #262626;
  font-weight: 400;
}

.donation-block-sh {
  padding: 50px 0px 0px 0px;
}

.sh-donation-pr-block {
  height: 18px;
  background-color: #FFFEE6;
  border-radius: 100px;
  margin-bottom: 15px;
}

span.sh-bar-complete {
  border-radius: 100px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 18px;
  background-color: #3BD291;
}

span.sh-cm-persectage-text {
  position: absolute;
  top: -40px;
  left: 85%;
  margin-left: -20px;
  font-size: 18px;
  line-height: 32px;
  color: #71717A;
  font-weight: 700;
}

.sh-donation-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.sh-dn-left {
  font-size: 18px;
  line-height: 32px;
  color: #71717A;
  font-weight: 700;
}

.shared-food-section .button-blue-cm a {
  background-color: #3BD291;
}

.shared-food-section .button-blue-cm a:hover {
  background-color: #006A50;
}

.news-section {
  padding: 80px 0px 80px 0px;
}

.news-section .container {
  max-width: 1150px;
  width: 100%;
}



.common-content-center h3 {
  margin: 0px 0px 10px 0px;
  font-size: 34px;
  line-height: 49.33px;
  color: #3BD291;
  font-weight: 400;
  font-family: "Sofia Sans", serif;
  text-align: center;
}

.common-content-center h2 {
  margin: 0px 0px 30px 0px;
  font-size: 43px;
  line-height: 52px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.common-content-center p {
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  line-height: 19.36px;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.common-content-center {
  padding-bottom: 30px;
}

.single-news {
  margin-bottom: 30px;
}

.single-news a {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 30px;
}

.news-container {}

.news-container .news-image-container {
  padding-bottom: 125%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.news-container .news-image-container>img {
  width: 100%;
  display: block;
  border-radius: 30px !important;
  position: absolute;
  height: 100%;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  left: 0px;
  top: 0px;

  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-news a:hover .news-container .news-image-container>img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.subscribe-section .common-content-center {
  padding-bottom: 0px;
}



.news-info-block {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 30px;
  padding: 30px 20px 27px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
}


.news-info-block h3 {
  margin: 0px 0px 20px 0px;
  font-size: 27px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.news-time {
  float: left;
  display: inline-block;
  padding-left: 22px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: url(images/clock.svg) no-repeat left center;
  margin-right: 50px;
}

.news-address {
  float: left;
  display: inline-block;
  padding-left: 22px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: url(images/location.svg) no-repeat left center;
}

.news-date {
  width: 62px;
  position: absolute;
  right: 28px;
  top: -20px;
}

.news-date-inner {
  width: 100%;
  float: left;
  display: block;
  height: 96px;
  position: relative;
  padding: 10px 0px 20px 0px;
}

.blue-date .news-date-inner {
  background-color: #006A50;
  border-radius: 0px 0px 100px 100px;
}

.blue-date .news-date-inner::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 21px;
  left: -15px;
  top: 0px;
  background: url(images/tagbg-blue.svg) no-repeat center center;
  z-index: -1;
}

.orange-date .news-date-inner {
  background-color: #FE9241;
  border-radius: 0px 0px 100px 100px;
}

.orange-date .news-date-inner::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 21px;
  left: -15px;
  top: 0px;
  background: url(images/tagbg-orange.svg) no-repeat center center;
  z-index: -1;
}

.green-date .news-date-inner {
  background-color: #3BD291;
  border-radius: 0px 0px 100px 100px;
}

.green-date .news-date-inner::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 21px;
  left: -15px;
  top: 0px;
  background: url(images/tagbg-green.svg) no-repeat center center;
  z-index: -1;
}



.news-date-inner h2 {
  text-align: center;
  margin: 0px 0px 0px 0px;
  font-size: 27px;
  line-height: 33px;
  color: #fff;
  font-weight: 700;
}

.news-date-inner h3 {
  text-align: center;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  font-weight: 700;
}


.event-section {
  background-color: #F8FAFC;
  padding: 80px 0px 80px 0px;
}

.event-section .container {
  max-width: 1150px;
  width: 100%;
}

.show-more-btn {
  padding: 20px 0px 0px 0px;
  text-align: center;
}

.show-more-btn a {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  padding: 0px 25px 0px 25px;
  border-radius: 13px;
  border: 1px solid #006A50;
  color: #006A50;
  font-size: 14px;
  font-weight: 600;
}

.show-more-btn a:hover {
  background-color: #006A50;
  color: #fff;
}

.event-photo {
  overflow: hidden;
  border-radius: 30px 30px 0px 0px;
}

.single-event {
  border-radius: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.event-photo a {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 82%;
}

.event-photo a img {
  width: 100%;
  display: block;
  border-radius: 30px 30px 0px 0px !important;
  position: absolute;
  height: 100%;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  left: 0px;
  top: 0px;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-tag {
  position: absolute;
  left: 18px;
  top: -18px;
  line-height: 32px;
  background-color: #FE9241;
  border-radius: 100px;
  font-size: 14px;
  padding: 0px 25px 0px 25px;
  font-weight: 600;
  color: #fff;
}

.event-food {
  background-color: rgba(62, 166, 22, 1) !important;
}

.event-health {
  background-color: #3BD291 !important;
}

.blue-tag {
  background-color: #387BD9 !important;
}

.event-content {
  padding: 30px 18px 30px 18px;
}

.event-info h3 {
  margin: 0px 0px 10px 0px;
  font-size: 27px;
  line-height: 32.68px;
  color: #262626;
  font-weight: 600;
}

.event-info h3 a {
  color: #262626;
}

.event-info p {
  margin: 0px 0px 22px 0px;
  font-size: 14px;
  line-height: 16.94px;
  color: #262626;
  font-weight: 400;
}


.single-event:hover .event-photo a img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}



.event-donation .sh-donation-pr-block {
  height: 10px;
  background-color: #E6F6FF;
  margin-bottom: 5px;
}

.event-donation span.sh-bar-complete {
  height: 10px;
  background-color: #006A50;
}

.event-donation span.sh-cm-persectage-text {
  font-size: 12px;
  margin-left: 20px;
  color: #71717A;
  line-height: 22px;
  top: -27px;
}

.event-donation .donation-block-sh {
  padding: 24px 0px 0px 0px;
}

.event-donation .sh-dn-left {
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
}

.event-donation .button-blue-cm {
  text-align: center;
}


.gallery-section {
  padding: 80px 0px 80px 0px;
}

.gallery-section .container {
  max-width: 1150px;
  width: 100%;
}

.single-photo {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 135%;
}

.single-photo img {
  width: 100%;
  display: block;
  border-radius: 15px !important;
  position: absolute;
  height: 100%;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  left: 0px;
  top: 0px;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-photo a {
  display: block;
  position: relative;
  padding-bottom: 113%;
}

.single-photo {
  overflow: hidden;
  border-radius: 15px;
}

.single-photo:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}


.subscribe-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 80px 0px 80px 0px;
}

.subscribe-section::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, .8);
}

.subscribe-section .common-content-center h3 {
  color: rgba(254, 146, 65, 1);
}

.subscribe-section .common-content-center h2 {
  color: #fff;
}

.subscribe-section .common-content-center p {
  color: #fff;
}




.subscribe-inner {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-right: 130px;
}

.subs-input .form-control {
  height: 50px;
  box-shadow: none;
  outline: none;
  border-color: #fff;
  border-radius: 8px;
  color: #71717A;
  margin-bottom: 0px;
  font-size: 14px;
  background-color: #fff;
  padding-left: 20px;
}


.subs-input .form-control::-moz-placeholder {
  color: #71717A;
  opacity: 1;

}

.subs-input .form-control::-ms-input-placeholder {
  color: #71717A;
  opacity: 1;

}

.subs-input .form-control::-webkit-input-placeholder {
  color: #71717A;
  opacity: 1;

}

.subs-submit {
  height: 50px;
  width: 120px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px 0px 0px 0px;
}

.subs-submit .submit_btn {
  width: 100%;
  height: 50px;
  margin: 0;
  line-height: 50px;
  background-color: rgba(254, 146, 65, 1);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  float: left;
  border: none;
  margin: 0px 0px 0px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.subs-submit .submit_btn:hover {
  background-color: #255CB3;
  color: #fff;
}



.footer {
  padding: 80px 0px 80px 0px;
  ;
  background: #262626;
}

.footer .container {
  max-width: 1150px;
  width: 100%;
}

.footer-top {
  padding: 0px 0px 50px 0px;
}

.footer-logo {
  max-width: 185px;
}

.footer-menu {
  float: right;
}

.footer-menu ul {
  margin: 0px;
  padding: 0px;
}

.footer-menu ul li {
  float: left;
  display: inline-block;
  margin: 0px 0px 0px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}

.footer-menu ul li a {
  color: #fff;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.footer .social-block ul li a {}



.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #71717A;
  padding: 15px 0px 0px 0px;
}

.footer-cp-block p {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  font-weight: 400;
}


.contact-form-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 80px 0px 80px 0px;
}

.contact-form-section .about-content h3 {
  color: #3BD291;
}

.contact-form-section .container {
  max-width: 1150px;
  width: 100%;
}

.contact-form-section .about-content {
  padding-bottom: 0px;
}


.contact-form-wrapper {
  max-width: 360px;
  width: 100%;
  float: left;
  display: block;
  padding: 0px 0px 0px 0px;
}

.contact-single-input {}

.cmn-input-sh {
  height: 50px;
  box-shadow: none;
  outline: none;
  border-color: #fff;
  border-radius: 8px;
  color: #71717A;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #E2E8F0;
  padding-left: 20px;
  border: none;
  box-shadow: none;
  outline: 0;
}

.amn-text-height {
  height: 117px !important;
}



.cmn-input-sh.form-control::-moz-placeholder {
  color: #71717A;
  opacity: 1;

}

.cmn-input-sh.form-control::-ms-input-placeholder {
  color: #71717A;
  opacity: 1;

}

.cmn-input-sh.form-control::-webkit-input-placeholder {
  color: #71717A;
  opacity: 1;

}


.submit_btn2 {
  width: 100%;
  height: 50px;
  margin: 0;
  line-height: 50px;
  background-color: #006A50;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  float: left;
  border: none;
  margin: 0px 0px 0px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  outline: 0;

}

.submit_btn2:hover {
  background-color: #3BD291;
}

.about-content {
  padding: 30px 0px 30px 0px;
}

.about-us-section .about-content {
  padding-bottom: 114px;
}

.subpage-banner {
  background-color: #F2FBF5;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

.subpage-banner::before {
  content: '';
  position: absolute;
  left: 5px;
  bottom: 0px;
  width: 70px;
  height: 135px;
  background: url(images/Plant.svg) no-repeat center center;
}

.subpage-about-cn::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 80px;
  height: 80px;
  background: url(images/globe.svg) no-repeat center center;
  z-index: -1;
}


.sb-banner-image-container {
  position: relative;
  float: right;
}

.sb-page-image {
  float: right;
  position: relative;
  text-align: right;
}

.sb-page-image img {
  max-width: 50%;
}

.sb-page-arrow::before {
  content: '';
  position: absolute;
  width: 88px;
  height: 98px;
  background: url(images/arrow-vector.svg) no-repeat center center;
  left: -108px;
  top: 15px;
}



.sb-banner-image-container .banner-people-list {
  left: -230px;
  bottom: 30px;
}

.sub-page-single-tittle h1 {
  margin: 0px 0px 0px 0px;
  font-size: 43px;
  line-height: normal;
  font-weight: 600;
  color: #262626;
  max-width: 560px;
  width: 100%;
}

.breadcrumb {
  justify-content: flex-start;
  margin-bottom: 0px;
}

.breadcrumb li {
  color: #000;
  font-size: 16px;
}

.breadcrumb li a {
  color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #000;
  content: '';
  background: url(images/bread-cm-arrow.svg) no-repeat left center;
  width: 15px;
  height: 100%;
  padding-right: 5px;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 6px;
}

.breadcrumb-item.active {
  color: #000;
  font-weight: bold;
}



.about-sub-page-section {}

.counter-section-about-page.counter-section {}

.about-video-block {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.about-video-block>img {
  width: 100%;
  border-radius: 15px;
}

.about-video-block::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}

.about-video-container {}

.about-sbf-photo-container {
  width: 750px;
  right: -80px;
}

.about-sbf-photo-container img {
  display: block;
  width: 100%;
}

.about-sub-page-section .container {
  position: relative;
}

.about-sbf-photo-container::before {
  content: '';
  position: absolute;
  right: -65px;
  bottom: -88px;
  width: 310px;
  height: 310px;
  background: url(images/about-shape-2.svg) no-repeat center center;
}







a.play-btn {
  width: 60px;
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  display: block;
}

.video-info-list {}

.video-info-list ul {
  margin: 0px;
  padding: 0px;
}

.video-info-list ul li {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 17px 0px;
  padding: 0px 0px 0px 30px;
  background: url(images/yellow-arrow.svg) no-repeat left 5px;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
  font-weight: 400;
}

.video-info-list ul li:last-child {
  margin-bottom: 0px;
}

.video-info-list ul li a {
  color: #262626;
}


.about-project .row {}

.our-member-section {
  padding: 80px 0px 80px 0px;
  background-color: #F2FBF5;
}


.about-sub-page-section .about-content {
  padding: 0px 0px 0px 0px;
}

.about-cnv-wrapper {
  padding: 90px 0px 49px 0px;
}

.about-sub-page-section::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 106px;
  height: 330px;
  /* background: url(images/about-shape-1.svg) no-repeat center center; */
}








.our-member-section .common-content-center h3 {
  color: #3BD291;
}

.member-photo-container {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px !important;
}

.member-photo-container img {
  width: 100%;
  display: block;
  border-radius: 15px 15px 0px 0px !important;
  position: absolute;
  height: 100%;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  left: 0px;
  top: 0px;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.member-photo-container {}

.member-info-dt {
  background-color: #fff;
  border-radius: 0px 0px 15px 15px;
  padding: 30px 18px 20px 18px;
}

.member-info-dt h3 {
  text-align: center;
  margin: 0px 0px 10px 0px;
  font-size: 34px;
  line-height: normal;
  color: #3BD291;
  font-weight: 600;
  text-align: center;
}

.member-info-dt p {
  text-align: center;
  margin: 0px 0px 10px 0px;
  font-size: 22px;
  line-height: normal;
  color: #262626;
  font-weight: 600;
  text-align: center;
}

.single-member {
  margin-bottom: 30px;
}

.single-member:hover .member-photo-container img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}



.our-member-section .show-more-btn a {
  border-color: #3BD291;
  color: #3BD291;
}

.our-member-section .show-more-btn a:hover {
  background-color: #3BD291;
  color: #fff;
}


.volunteer-section {
  padding: 80px 0px 80px 0px;
  background-color: #F8FAFC;
}

.volunteer-section .show-more-btn a {
  background-color: #3BD291;
  color: #fff;
  border: none;
  border-radius: 100px;
}

.volunteer-section::before {
  content: '';
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -115px;
  width: 145px;
  height: 230px;
  background: url(images/vln-bg-1.svg) no-repeat center center;
}

.volunteer-section::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 215px;
  height: 250px;
  background: url(images/vlbg-2.svg) no-repeat center center;
}


.gallery-section .show-more-btn a {
  border-color: #006A50;
  color: #006A50;
}

.gallery-section .show-more-btn a:hover {
  background-color: #3399FF;
  color: #fff;
}


.testimonal-section {
  padding: 80px 0px 30px 0px;
  background-color: #F2FBF5;
}

.ts-photo-block {}

.ts-photo-block>img {
  border-radius: 50%;
  display: block;
  width: 100%;
}

.quote-bg {
  width: 100px;
  position: absolute;
  right: 20px;
  top: -40px;
}

.testimonial_slider.owl-carousel .owl-stage-outer {}

.testimonial_slider.owl-carousel .single-testimonial {}

.testimonal-section .container {
  overflow: hidden;
}

.single-testimonial {
  padding: 50px 0px 50px 0px;
}

.testimonial-content-section {
  padding: 0px 0px 0px 75px;
}

.tst-block-top {
  border-bottom: 1px solid #D9D9D9;
  padding: 0px 0px 30px 0px;
  margin-bottom: 30px;
}

.tst-block-top p {
  margin: 0px 0px 0px 0px;
  font-size: 22px;
  line-height: normal;
  color: #262626;
  font-weight: 400;
}

.tst-bottom-block {
  padding: 0px 100px 0px 0px;
}

.tst-bottom-block h3 {
  margin: 0px 0px 0px 0px;
  font-size: 22px;
  line-height: normal;
  color: #262626;
  font-weight: 700;
}

.tst-bottom-block h4 {
  margin: 0px 0px 0px 0px;
  font-size: 22px;
  line-height: normal;
  color: #3BD291;
  font-weight: 600;
}



.testimonial_slider .owl-nav {
  position: absolute;
  bottom: 150px;
  width: 75px;
  display: block !important;
  right: 0px;
}

.testimonial_slider .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  background: #CBD5E1 url(images/sl-arrow-left.svg) no-repeat center center !important;
  position: relative;
  text-indent: -9999px;
  float: left;
  border-radius: 50%;
  left: 0px;
}

.testimonial_slider .owl-nav .owl-prev:hover {
  background: #3BD291 url(images/sl-arrow-left.svg) no-repeat center center !important;
}

.testimonial_slider .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background: #CBD5E1 url(images/sl-arrow-right.svg) no-repeat center center !important;
  position: relative;
  text-indent: -9999px;
  float: right;
  border-radius: 50%;
  right: 0px;
}

.testimonial_slider .owl-nav .owl-next:hover {
  background: #3BD291 url(images/sl-arrow-right.svg) no-repeat center center !important;
}

.contact-bn-shape::before {
  content: '';
  position: absolute;
  left: 160px;
  top: -64px;
  width: 42px;
  height: 42px;
  background: url(images/settings.svg) no-repeat center center;
}

.contact-banner::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0px;
  width: 206px;
  height: 296px;
  background: url(images/contact-shape-2.svg) no-repeat center center;
}


.contact-section-sb {
  padding: 80px 0px 50px 0px;
}

.contact-section-sb .contact-form-wrapper {
  max-width: 100%;
}

.contact-section-sb .cmn-input-sh {
  background-color: #F8FAFC;
}


.contact-neslatter-section {
  max-width: 462px;
  width: 100%;
  float: right;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.contact-neslatter-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 35px 35px 35px 35px;
  min-height: auto;
  margin-bottom: 30px;
}


.contact-neslatter-section::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.contact-neslatter-section h2 {
  margin: 0px 0px 28px 0px;
  font-size: 22px;
  line-height: normal;
  color: #F5F5F5;
  font-weight: 600;
  position: relative;
}

.contact-neslatter-section p {
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  line-height: normal;
  color: #F5F5F5;
  font-weight: 400;
  position: relative;
}

.contact-section-sb .newsltr-form-wrapper .cmn-input-sh {
  background-color: #F5F5F5 !important;
}

.contact-section-sb .newsltr-form-wrapper .submit_btn2 {
  background-color: #3BD291;
}

.contact-section-sb .contact-form-wrapper {
  padding-top: 0px;
}

.contact-section-sb .contact-form-wrapper {
  margin-bottom: 30px;
}


.contact-section-2 {
  padding: 80px 0px 50px 0px;
}

.contact-single-block {
  background-color: #F2FBF5;
  border-radius: 15px;
  height: 260px;
  margin-bottom: 30px;
}

.contact-icon {
  text-align: center;
  margin-bottom: 20px;
}

.contact-icon span {
  width: 80px;
  display: block;
  margin: 0 auto;
}

.contact-info-sbd h3 {
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: normal;
  color: #262626;
  font-weight: 600;
  text-align: center;
}

.contact-info-sbd h3 a {
  color: #262626;
}

.contact-single-center-block {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 100%;
}

.cnb-address-block {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.news-top-section {
  padding: 80px 0px 80px 0px;
}

.news-dt-container {
  padding: 0px 90px 0px 0px;
}

.news-dt-photo {
  margin-bottom: 30px;
}

.news-dt-photo>img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.news-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.news-stats .event-tag {
  position: relative;
  left: auto;
  bottom: auto;
  background-color: #FAC714;
  top: auto;
}

.news-sts-wrapper ul {
  margin: 0px;
  padding: 0px;
}

.news-sts-wrapper ul li {
  float: left;
  display: inline-block;
  margin-left: 20px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 18px;
  color: #262626;
  font-weight: 600;
}

.news-sts-wrapper ul li.sts-1 {
  background: url(images/eye.svg) no-repeat left center;
}

.news-sts-wrapper ul li.sts-2 {
  background: url(images/comment.svg) no-repeat left center;
}

.news-sts-wrapper ul li.sts-3 {
  background: url(images/share.svg) no-repeat left center;
}

.news-tittle-block {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.news-share-block {
  width: 24px;
  display: inline-block;
}

.news-share-block a {
  display: block;
  margin-bottom: 7px;
}


.news-tittle-wrap h2 {
  margin: 0px 0px 15px 0px;
  font-size: 34px;
  line-height: normal;
  color: #262626;
  font-weight: 600;
}

.news-tittle-wrap h2 a {
  color: #262626;
}

.news-tittle-wrap h4 {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: normal;
  color: #262626;
  font-weight: 600;
  padding-left: 22px;
  background: url(images/clock2.svg) no-repeat left center;
}

.news-dsp-block {}

.news-dsp-block p {
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: normal;
  color: #262626;
  font-weight: 400;
}

.news-dsp-block p a {
  display: inline-block;
  color: #3BD291;
}


.news-sidebar {}

.search-bar-block .form-control {
  width: 100%;
  height: 57px;
  box-shadow: none !important;
  border: none;
  background-color: rgba(248, 250, 252, 1);
  border-radius: 8px;
  font-size: 14px;
  color: rgba(113, 113, 122, 1);
  padding-left: 20px;
  font-weight: 400;
}

.submit_select2 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 13px;
  right: 13px;
  border: none;
  background: url(images/search-icon.svg) no-repeat center center;
  border-radius: 4px;
}


.search-bar-block {
  margin-bottom: 35px;
}

.sidebar-tittle {
  margin: 0px 0px 35px 0px;
  font-size: 22px;
  line-height: 26.63px;
  font-weight: 600;
  color: rgba(38, 38, 38, 1);
}

.sidebar-news-wrapper {
  background-color: rgba(248, 250, 252, 1);
  border-radius: 10px;
  padding: 35px 35px 35px 35px;
}

.sb-news-photo {
  margin-bottom: 20px;
}

.sb-news-photo img {
  display: block;
  border-radius: 8px;
  width: 100%;
}

.news-sidebar .news-stats {
  margin-bottom: 20px;
}

.sb-news-info h3 {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  line-height: 19.36px;
  color: rgba(38, 38, 38, 1);
  font-weight: 600;
}

.sb-news-info h3 a {
  color: rgba(38, 38, 38, 1);
}

.sb-news-info p {
  margin: 0px 0px 24px 0px;
  font-size: 16px;
  line-height: 19.36px;
  color: rgba(38, 38, 38, 1);
  font-weight: 400;
}


.sb-news-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sbn-time {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: normal;
  color: #262626;
  font-weight: 600;
  padding-left: 22px;
  background: url(images/clock2.svg) no-repeat left center;
}


.read-btn a {
  display: inline-block;
  line-height: 43px;
  background-color: #006A50;
  padding: 0px 25px 0px 25px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.reg-btn a {
  display: inline-block;
  line-height: 50px;
  background-color: #006A50;
  padding: 0px 25px 0px 25px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.news-dsp-section {
  padding: 30px 0px 0px 0px;
}

.news-dsp-section p {
  margin: 0px 0px 30px 0px;
  font-size: 18px;
  line-height: 36px;
  color: rgba(38, 38, 38, 1);
  font-weight: 400;
}


.news-section.news-sb-section {
  background-color: rgba(251, 248, 242, 1);
}

.news-sht-block {}

.news-sht-block a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-photo-sml {
  display: flex;
  width: 75px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.news-sm-dt {
  flex: 1;
  display: flex;
  padding-left: 15px;
  width: calc(100% - 75px);
  align-items: center;
}

.news-sm-dt-inner h3 {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  line-height: 19.36px;
  color: rgba(38, 38, 38, 1);
  font-weight: 600;
}

.news-sm-dt-inner h4 {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(113, 113, 122, 1);
  font-weight: 600;
  padding-left: 22px;
  background: url(images/calendar.svg) no-repeat left center;
}

.news-sht-block {
  margin-bottom: 30px;
}

.news-sht-block:last-child {
  margin-bottom: 0px;
}


.news-sm-dt-inner h5 {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(113, 113, 122, 1);
  font-weight: 600;
  padding-left: 0;
}


/************************************* Pagination Design ********************************************************/
.pagination-area .pagination .page-item {
  padding-left: 4px;
  padding-right: 4px;
}

.pagination-area .pagination .page-item .page-link {
  background-color: rgba(226, 232, 240, 1);
  border-radius: 50%;
  border: 1px solid transparent;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #525F6F;
  padding: 0px 0px 0px 0px;
  line-height: 30px;
  width: 30px;
  text-align: center;
}

.pagination-area .pagination .page-item .page-link:hover {
  background-color: #006A50;
  border-color: transparent;
  color: #fff;
}

.pagination-area .pagination .page-item .page-link.active {
  background-color: #006A50;
  border-color: transparent;
  color: #fff;
}

.pagination-area .pagination .page-item .page-link.pg-custom1 {
  position: relative;
  background: rgba(226, 232, 240, 1) url(images/pg-1.svg) no-repeat center center;
}

.pagination-area .pagination .page-item .page-link.pg-custom1:hover {
  position: relative;
  background: #006A50 url(images/pg-1-hover.svg) no-repeat center center;
}

.pagination-area .pagination .page-item .page-link.pg-custom2 {
  position: relative;
  background: rgba(226, 232, 240, 1) url(images/pg-2.svg) no-repeat center center;
}

.pagination-area .pagination .page-item .page-link.pg-custom2:hover {
  position: relative;
  background: #006A50 url(images/pg-2-hover.svg) no-repeat center center;
}

.pagination-area .pagination .page-item .page-link.pg-custom img {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagination-area .pagination .page-item .page-link.pg-custom:hover img {
  /*filter: invert(43%) sepia(58%) saturate(1593%) hue-rotate(349deg) brightness(98%) contrast(92%);*/
}



/************************************* Pagination Design end ********************************************************/


.event-category {
  padding: 80px 0px 80px 0px;
}

.event-ct-wrapper {
  text-align: center;
}

.single-ct-event {
  display: block;
  border-radius: 15px;
}

.single-ct-event a {
  display: block;
  width: 100%;
  float: left;
}

.event-ct-block-container {
  padding: 40px 20px 40px 20px;
  border-radius: 15px;
  overflow: hidden;
}

.single-ct-event-icon span {
  display: block;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #F2FBF5;
  margin: 0 auto 15px;
  position: relative;
}

.single-ct-event-icon span img {
  position: absolute;
  top: 50%;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 100%;
}

.event-single-tittle h3 {
  margin: 0px 0px 10px 0px;
  font-size: 22px;
  line-height: 26.63px;
  color: rgba(38, 38, 38, 1);
  font-weight: 600;
  text-align: center;
}

.single-ct-event:hover {
  background-color: #FCFBF8;
}











.event-featured-section {
  padding: 80px 0px 50px 0px;
}

.tittle-row {
  margin-bottom: 60px;
}

.tittle-row h3 {
  margin: 0px 0px 10px 0px;
  font-size: 43px;
  line-height: 52px;
  color: rgba(38, 38, 38, 1);
  font-weight: 600;
}

.event-info-bottom-mn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.event-tm-list span {
  display: block;
  float: left;
  width: 100%;
  font-weight: 400;
  color: #262626;
  padding-left: 24px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.event-tm-list span:last-child {
  margin-bottom: 0px;
}

.event-tm-list span.ev-lc-info {
  background: url(images/lc-icon.svg) no-repeat left center;
}

.event-tm-list span.ev-dt-info {
  background: url(images/ev-cl.svg) no-repeat left center;
}


.event-border .event-content {
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0px 0px 30px 30px;
}



.event_slider .owl-nav {
  position: absolute;
  bottom: auto;
  width: 75px;
  display: block !important;
  right: 0px;
  top: -100px;
}

.event_slider .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  background: #CBD5E1 url(images/sl-arrow-left.svg) no-repeat center center !important;
  position: relative;
  text-indent: -9999px;
  float: left;
  border-radius: 50%;
  left: 0px;
}

.event_slider .owl-nav .owl-prev:hover {
  background: #006A50 url(images/sl-arrow-left.svg) no-repeat center center !important;
}

.event_slider .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background: #CBD5E1 url(images/sl-arrow-right.svg) no-repeat center center !important;
  position: relative;
  text-indent: -9999px;
  float: right;
  border-radius: 50%;
  right: 0px;
}

.event_slider .owl-nav .owl-next:hover {
  background: #006A50 url(images/sl-arrow-right.svg) no-repeat center center !important;
}





.event-list-section-pg {
  padding: 80px 0px 80px 0px;
}

.event-details-wrapper {
  padding: 80px 0px 80px 0px;
}

.event-details-wrapper .news-time {
  color: #262626;
  background: url(images/ev-cl.svg) left center no-repeat;
  margin-right: 30px;
}

.event-details-wrapper .news-address {
  color: #262626;
  background: url(images/lc-icon.svg) left center no-repeat;
}



.event-details-generic {}

.event-details-generic p {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 36px;
  color: rgba(38, 38, 38, 1);
  font-weight: 400;
}

.event-details-generic h3 {
  margin: 30px 0px 30px 0px;
  font-size: 27px;
  line-height: 32.6px;
  color: rgba(38, 38, 38, 1);
  font-weight: 400;
}

.event-details-generic p:last-child {
  margin-bottom: 30px;
}

.event-details-generic ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.event-details-generic ul li {
  width: 100%;
  float: left;
  display: block;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 44px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: rgba(38, 38, 38, 1);
  background: url(images/comment-check.svg) no-repeat left 5px;
}

.event-details-generic ul li strong {
  font-weight: 600;
}


.category-tag-block {
  background-color: rgba(248, 250, 252, 1);
  border-radius: 10px;
  padding: 35px 25px 35px 25px;
  margin-bottom: 35px;
}


ul.tag-list-dtr li {
  float: left;
  display: inline-block;
  margin: 0px 5px 10px 5px;
}

ul.tag-list-dtr li a {
  display: inline-block;
  background-color: #CBD5E1;
  border-radius: 100px;
  padding: 0px 25px 0px 25px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

ul.tag-list-dtr li a:hover {
  background-color: #3BD291;
}


.getin-touch-section {
  padding: 80px 0px 80px 0px;
}

.getin-touch-section .contact-form-wrapper {
  max-width: 100%;
}

.getin-touch-section .newsltr-form-wrapper .submit_btn2 {
  background-color: #3BD291;
}


.event-list-section-pg .single-event {}

.sidebar-news-wrapper {
  margin-bottom: 30px;
}

.donation-payment-section {
  padding: 35px 35px 5px 035px;
  margin: 0px 0px 0px 0px;
  background-color: rgba(248, 250, 252, 1);
  border-radius: 30px;
  margin-top: 45px;
}

.dm-tittle {
  font-size: 22px;
  line-height: 26.6px;
  color: rgba(38, 38, 38, 1);
  font-weight: 600;
  margin-bottom: 30px;
}

.amount-select-section {
  padding-bottom: 15px;
}

.amount-list {}

.amount-list ul {
  margin: 0px;
  padding: 0px;
}

.amount-list ul li {
  float: left;
  display: inline-block;
  margin: 0px 15px 15px 0px;
}


input[type='radio'] {
  display: none;
}

.fl-radio label {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  line-height: 37px;
  width: 100%;
  height: auto;
  margin: 0;
  color: #fff;
  font-weight: 400;
  background-color: #fff;
  padding: 0px 15px 0px 15px;
  border-radius: 8px;
  border: none;
  text-align: center;
  box-shadow: none;
  display: block;
  background: #006A50;
}



.fl-radio input[type="radio"]:checked+label {
  opacity: 1;
  border: none;
  color: #fff;
  background: #FAC714;
}


.amount-acustom-block {
  max-width: 325px;
  width: 100%;
  display: block;
  margin: 0px 0px 15px 0px;
  position: relative;
  float: left;
}

.input-common1 {
  width: 100%;
  height: 50px;
  box-shadow: none !important;
  border: 1px solid #E2E8F0;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  color: #71717A;
  padding-left: 20px;
  font-weight: 400;
}

span.cash-name {
  position: absolute;
  line-height: 20px;
  font-size: 14px;
  color: #71717A;
  font-weight: 400;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.payment-method-list {
  padding: 0px 0px 0px 0px;
}

.payment-method-list ul {
  float: left;
  max-width: 325px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.payment-method-list ul li {
  width: 100%;
  float: left;
  display: block;
  padding: 0px 0px 0px 35px;
  margin: 0px 0px 10px 0px;
}


span.method-icon {
  position: absolute;
  right: 20px;
  top: 9px;
}

span.method-icon img {
  max-width: 100%;
  display: block;
}

span.method-icon2 {
  position: absolute;
  right: 20px;
  top: 14px;
}

span.method-icon2 img {
  max-width: 100%;
  display: block;
}


.fl-radio2 label {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  line-height: 50px;
  width: 100%;
  height: 50px;
  margin: 0;
  color: #000;
  font-weight: 600;
  background-color: #fff;
  padding: 0px 15px 0px 15px;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  text-align: left;
  box-shadow: none;
  display: block;
  position: relative;
}

.fl-radio2 label::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: -35px;
  top: 12px;
  background: url(images/radio-1.svg) no-repeat center center;
}



.fl-radio2 input[type="radio"]:checked+label {
  opacity: 1;
  border: 1px solid #85CAFF;
  color: #000;
  background-color: #E6F6FF;
}

.fl-radio2 input[type="radio"]:checked+label::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: -35px;
  top: 12px;
  background: url(images/radio-2.svg) no-repeat center center;
}

.payment-method {
  padding-bottom: 15px;
}

.personal-info-form-section {}

.pif-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(38, 38, 38, 1);
  line-height: 16.96px;
  margin-bottom: 15px;
}

.pif-label span {
  color: rgba(255, 34, 46, 1);
  display: inline-block;
}


.input-common2 {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  line-height: 50px;
  width: 100%;
  height: 50px;
  margin: 0;
  color: #000;
  font-weight: 600;
  background-color: #E6F6FF;
  padding: 0px 15px 0px 15px;
  border-radius: 8px;
  border: 1px solid #85CAFF;
  text-align: left;
  box-shadow: none;
  display: block;
  outline: 0;
}


.pif-sinfle-input {
  margin-bottom: 30px;
}

.submit_info2 {
  width: 133px;
  height: 43px;
  background-color: #006A50;
  border-radius: 100px;
  padding: 0px 25px 0px 25px;
  line-height: 43px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  border: none;
  box-shadow: none;
}

.submit_info2:hover {
  background-color: #3BD291;
}


.member-wrapper {
  padding: 80px 0px 50px 0px;
}

.member-wrapper .common-content-center h3 {
  color: #3BD291;
}

.custom-member .member-info-dt {
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  border-radius: 0px 0px 30px 30px;
}

.single-member.custom-member {
  -webkit-box-shadow: 0px 10px 50px -30px rgba(254, 146, 65, 1);
  -moz-box-shadow: 0px 10px 50px -30px rgba(254, 146, 65, 1);
  box-shadow: 0px 10px 50px -30px rgba(254, 146, 65, 1);
  border-radius: 30px;
}


.photo-gallery-wrapper {
  padding: 80px 0px 80px 0px;
}

.photo-gallery-wrapper .common-content-center h3 {
  color: #3BD291;
}


.filter-tab-menu {
  float: left;
  display: block;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding-bottom: 50px;
}

.filter-tab-menu ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  text-align: center;
  width: 100%;
  float: left;
  display: block;
}

.filter-tab-menu ul li {
  float: none;
  display: inline-block;
  margin: 0px 5px 10px 5px;
}

.filter-tab-menu ul li:last-child {}

.filter-tab-menu ul li a {
  display: block;
  color: #006A50;
  border: 1px solid #006A50;
  padding: 0px 25px 0px 25px;
  line-height: 43px;
  font-size: 14px;
  position: relative;
  font-weight: 600;
  border-radius: 100px;
}

.filter-tab-menu ul li a.active {
  background-color: #006A50;
  color: #fff;
}



.our-member-section .member-info-dt {
  padding: 20px 10px 20px 10px;
}

.our-member-section .member-info-dt h3 {
  font-size: 18px;
}

.our-member-section .member-info-dt p {
  font-size: 16px;
}


.member-wrapper .member-info-dt {
  padding: 20px 10px 20px 10px;
}

.member-wrapper .member-info-dt h3 {
  font-size: 18px;
}

.member-wrapper .member-info-dt p {
  font-size: 16px;
}




.banner-generic-section {
  padding: 0px 0px 0px 0px;
}

.banner-single-block {
  margin-bottom: 30px;
}

.banner-single-block img {
  width: 100%;
}

.banner-generic-content {
  padding: 50px 0px 50px 0px;
}

.generic-inner-block-dt {}

.generic-inner-block-dt h3 {
  margin: 0px 0px 15px 0px;
  font-size: 34px;
  line-height: normal;
  color: #262626;
  font-weight: 600;
}

.generic-inner-block-dt p {
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-weight: 400;
}


.section-member-tittle {
  padding: 0px 0px 20px 0px;
}

.section-member-tittle h3 {
  font-size: 22px;
  line-height: normal;
  margin: 0px 0px 10px 0px;
  color: #000;
  font-weight: 600;
}


.member-form-area .cmn-input-sh {
  background-color: #F8FAFC;
}

.contact-single-input label {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  opacity: 0.6;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 4px;
}





.member-form-area .cmn-input-sh.form-control::-moz-placeholder {
  color: #71717A;
  opacity: 0.5;

}

.member-form-area .cmn-input-sh.form-control::-ms-input-placeholder {
  color: #71717A;
  opacity: 0.5;

}

.member-form-area .cmn-input-sh.form-control::-webkit-input-placeholder {
  color: #71717A;
  opacity: 0.5;

}

.label-left {
  float: left;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  opacity: 0.6;
  margin-bottom: 4px;
}


input[type='checkbox'] {
  display: none;
}

.fl-chek {
  margin-bottom: 4px;
  float: right;
  display: inline-block;
}

.fl-chek label {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  line-height: 26px;
  width: 100%;
  min-height: 26px;
  margin: 0;
  color: #000;
  font-weight: 400;
  padding: 0px 0px 0px 30px;
  box-shadow: none;
  display: block;
  background: url(images/checkbox-1.svg) no-repeat left 0px center;
  background-size: 18px;
}


.fl-chek input[type='checkbox']:checked+label {
  opacity: 1;
  border: none;
  color: #000;
  background: url(images/checkbox-2.svg) no-repeat left 0px center;
  background-size: 18px;
}




.form-tittle-block {
  padding: 20px 0px 10px 0px;
}

.form-tittle-block h4 {
  font-size: 18px;
  line-height: normal;
  margin: 0px 0px 10px 0px;
  color: #000;
  font-weight: 600;
}

.form-tittle-block2 {
  padding: 20px 0px 0px 0px;
}

.form-tittle-block2 h5 {
  font-size: 16px;
  line-height: normal;
  margin: 0px 0px 10px 0px;
  color: #000;
  font-weight: 400;
  opacity: 0.6;
}


.contact-single-input.select_block2 {
  margin-bottom: 10px;
}


.member-form-submit {
  padding: 30px 0px 0px 0px;
}

.member-form-submit .submit_btn2 {
  max-width: 400px;
  float: none;
  display: block;
  margin: 0 auto;
}



.tm-block .fl-chek {
  float: left;
  padding-top: 15px;
}

.tm-block .fl-chek label a {
  color: #006A50;
  text-decoration: underline;
}



/*.subpage-banner.subpage-about-cn{ padding-top: 0px; padding-bottom: 0px; }*/































































/*======================================= selectbox 2 ================================*/

.select_block2 .chosen-container {
  width: 100% !important;
  margin-bottom: 0px;
}

.select_block2 .chosen-container-single .chosen-single div b {
  background: url(images/select-arrow-2.svg) no-repeat center center !important;
  width: 40px;
  height: 100%;
  margin-right: 0px;
}

.select_block2 .chosen-container-single .chosen-single div {
  width: 40px;
  height: 50px;
}

.select_block2 .chosen-container-single .chosen-single {
  height: 50px;
  border: 1px solid #F8FAFC;
  background: #F8FAFC;
  line-height: 50px;
  text-align: left;
  font-size: 16px;
  color: #2A2A2A;
  padding: 0 40px 0 20px;

  border-radius: 10px;

  width: 100%;
  font-weight: 400;
  box-shadow: none;
}

.select_block2 .chosen-container-single .chosen-single::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: none;
}

.select_block2 .chosen-container .chosen-results li.highlighted {
  background-color: #3BD291;
  color: #fff;
  background-image: none;
}

.select_block2 .chosen-container .chosen-results li {
  background: none;
  padding-left: 10px;
  padding-right: 10px;
}

.select_block2 .chosen-container .chosen-drop {
  width: 100%;
}

.select_block2 .chosen-container-single .chosen-single div {
  display: block;
  position: absolute;
  right: 5px;
  top: -1px;
  border-left: none;
  bottom: -1;
}

.select_block2 .chosen-container .chosen-results {
  color: #444;
  padding-left: 0px;
}

.select_block .chosen-container-single .chosen-drop {
  margin-top: 1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  background-color: #eeeeee;
}

.select_block2 .chosen-container .chosen-results li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 500;
  color: #323F48;
}

.select_block2 .chosen-container .chosen-results {
  margin: 0 0px 0px 0;
  background-color: #eeeeee;
}

.select_block2 .chosen-container-single .chosen-single span {
  margin-right: 0px;
}

.select_block2 .chosen-container .chosen-drop {
  border: none;
}






/*======================================= request a phone call popup ================================*/

.common-popup .modal-dialog {
  width: 750px;
  max-width: 94%;
  margin: 30px auto;
}

.common-popup .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-radius: 8px;
  overflow: hidden;
}

.common-popup .modal-header {
  border: none;
  padding: 10px 0px 10px 0px;
  background-color: transparent;
}

.common-popup .close {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 30px;
  background: url(images/ic20-close.svg) no-repeat center center;
  opacity: 1;
  z-index: 99;
  border-radius: 50%;
  border: none;
}

.common-popup .modal-body {
  padding: 40px 50px 40px 50px;
}



/*======================================= sticky header start ================================*/
/*body.sticky_white_header {
  padding-top: 0;
}

.sticky_white_header .header{background-color: transparent;   transition: all 0.3s ease-in-out;  position: fixed; top: 0px; padding: 20px 0px 20px 0px; }
.sticky_white_header .logo{ width: 100px; transition: all 0.5s ease-in-out;    }
.sticky_white_header .logo span{ }
.sticky_white_header .navbar-expand-lg .navbar-nav .nav-link{ font-size: 16px; }*/

/*======================================= sticky header end ================================*/









.hidden {
  display: none;
}


/*======================================= side menu ================================*/

.mobile_menu {
  position: absolute;
  right: auto;
  top: 50%;
  width: 35px;
  right: 0px;
  margin-top: -16px;
  z-index: 10;
}

.mobile_menu a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(images/Hamburger.svg) no-repeat center center;
  border: none;
  border-radius: 3px;
}

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

  .navbar-desktop {
    display: none !important;
  }

  .mobile_menu {
    display: block !important;
  }


  div#sidebar_content .sidebar_content {
    width: 80%;
    background: #fff;
    float: left;
  }

  div#sidebar_content .sidebar_content {
    position: relative;
    height: 100%;
    max-height: 100%;
    overflow: auto;
  }

  #mobile_nav_wrapper {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 0px 0px;
  }

  #mobile_nav_wrapper .dropdown-toggle::after {
    display: none;
  }

  #mobile_nav_wrapper .nav-link {
    padding-left: 0px;
    position: relative;
  }

  #mobile_nav_wrapper>ul {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  #mobile_nav_wrapper>ul>li {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  /*#mobile_nav_wrapper .dropdown-menu{ position: relative !important; width: 100%; float: left; top: auto; }*/
  #mobile_nav_wrapper .dropdown-menu {
    width: 100%;
    float: left;
    background-color: transparent;
    transform: none !important;
  }

  #mobile_nav_wrapper .navbar-nav .open .dropdown-menu {
    position: static !important;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }

  #mobile_nav_wrapper .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }

  #mobile_nav_wrapper .open>.dropdown-menu {
    display: block;
  }

  #mobile_nav_wrapper .dropdown-menu {
    top: 100%;
  }







  /*.menu_active div#sidebar_content {
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      display: block !important;
      width: 320px;
      z-index: 99999;
  }*/
  div#sidebar_content {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    display: block !important;
    width: 360px;
    z-index: 99999;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
  }

  .menu_active div#sidebar_content {

    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    display: block !important;
    width: 360px;
    z-index: 99999;
    transform: unset;
  }

  .menu-overlay {
    background: rgba(0, 73, 123, 0.6);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    position: fixed;
    left: 0px;
    top: 0px;
  }

  div#sidebar_content .sidebar_content {
    width: 100%;
    background-color: #FBF8F2;
    float: left;
    font-family: "Instrument Sans", sans-serif;

  }

  a#sidebar_hide {
    width: 30px;
    height: 30px;
    position: absolute;
    left: auto;
    display: inline-block;
    z-index: 999;
    top: 25px;
    right: 20px;
  }

  a#sidebar_hide::before {
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    display: inline-block;
    z-index: 999;
    transform: rotate(45deg);
    top: 12px;
    content: "";
    background: #000;
  }

  a#sidebar_hide::after {
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    display: inline-block;
    z-index: 999;
    transform: rotate(-45deg);
    top: 12px;
    content: "";
    background: #000;
  }

  .sidebar_content a#sidebar_hide:hover {
    opacity: 0.6;
  }

  .sidebar_content_inner {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
  }

  .panner_top {
    width: 100%;
    float: left;
    height: auto;
    padding: 20px 40px 20px 40px;
    text-align: center;

  }

  .author_img {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    position: relative;
  }

  .author_img img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: 50px;
  }

  ul.logout_part li {
    display: inline-block;
    margin: 0 10px;
  }

  .panner_top li a {
    color: #fff;
    font-size: 18px;
  }

  div#sidebar_content .top_menu {
    display: block;
    padding: 10px 0 0;
    position: fixed;
    top: 172px;
    bottom: 48px;
    overflow: auto;
  }

  div#sidebar_content ul.top_menu.singout_menu {
    top: 120px;
  }

  div#sidebar_content .top_menu li {
    display: block;
    margin-bottom: 0;
    padding: 11px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
  }

  div#sidebar_content .top_menu li a {
    display: inline-block;
    font-size: 18px;
    color: #111;
  }

  .copyright_block {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #0e8e57;
    color: #fff;
    line-height: 48px;
    font-size: 14px;
  }

  #sidebar_content .top_menu {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    justify-content: space-between;
  }

  #sidebar_content .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  #sidebar_content .navbar-nav>li {
    margin-bottom: 5px;
  }

  #sidebar_content .navbar-nav>li>a {
    font-size: 16px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
    background: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    transition: none;
    display: inline-block;
    background-color: transparent;
    letter-spacing: 0em;
    position: relative;
  }

  #sidebar_content .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #000
  }

  #sidebar_content .navbar-nav>li.active>a {
    background-color: #C3DCE4;
    color: #00497B
  }

  #sidebar_content .navbar-nav>li.accessibility-link>a {
    width: 60px;
    padding-right: 0px;
  }


  #sidebar_content .navbar-nav>li>a.dropdown-toggle {
    background: url(images/menu-arrow-white.svg) no-repeat right center;
    padding-right: 15px;
  }

  #sidebar_content .navbar-nav>li>a.dropdown-toggle:hover {
    background: url(images/menu-arrow-white.svg) no-repeat right center;
    padding-right: 15px;
    color: #000;
  }

  #sidebar_content .navbar-nav>li.active>a.dropdown-toggle {
    background: url(images/menu-arrow-white.svg) no-repeat right center;
    padding-right: 15px;
    color: #000;
  }

  #sidebar_content .dropdown-toggle.show {
    background: url(images/menu-arrow-white.svg) no-repeat right center !important;
    color: #000 !important;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 36px;
    font-weight: 400;
  }

  .logo {
    text-align: left;
  }

  .dropdown-menu>li>a:focus,
  .dropdown-menu>li>a:hover {
    color: #212529;
  }

  .sidebar_content .logo {
    float: left;
  }

  #mobile_nav_wrapper .dropdown-menu {
    border: none;
    padding: 0px 0px 0px 0px;
  }

  #mobile_nav_wrapper .dropdown-item {
    color: #000;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, .45);
  }

  #mobile_nav_wrapper .dropdown-item:focus,
  #mobile_nav_wrapper .dropdown-item:hover {
    background-color: transparent;
    color: #000;
  }



  #sidebar_content .dropdown.language-cs .dropdown-menu li a.dropdown-item {
    text-align: left;
  }




}









/*======================================== side menu end =============================*/

/*======================================== Responsive Design =============================*/

@media only screen and (max-width: 429px) {}



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

  .our-member-section .row {
    --bs-gutter-x: .5rem;
  }

  .our-member-section .member-info-dt {
    padding: 15px 5px 10px 5px;
  }

  .our-member-section .member-info-dt h3 {
    font-size: 14px;
  }

  .our-member-section .member-info-dt p {
    font-size: 12px;
  }

  .member-wrapper .row {
    --bs-gutter-x: .5rem;
  }

  .member-wrapper .member-info-dt {
    padding: 15px 5px 10px 5px;
  }

  .member-wrapper .member-info-dt h3 {
    font-size: 14px;
  }

  .member-wrapper .member-info-dt p {
    font-size: 12px;
  }






  body {
    padding-top: 0px !important;
  }


  .header-contact-wrapper {
    display: block;
  }

  .header .social-block {
    width: 100%;
    float: left;
    display: block;
  }

  .header .social-block ul {
    text-align: center;
  }

  .header .social-block ul li {
    float: none;
    display: inline-block;
    margin: 0px 5px 0px 5px;
  }

  .contact-block-rt {
    width: 100%;
    text-align: center;
  }

  .contact-block-rt ul {
    text-align: center;
  }

  .contact-block-rt ul li {
    padding-right: 0px;
    margin-right: 0px;
    float: none;
    width: 100%;
    text-align: center;
    border-right: none;
  }


  .donate-link {
    margin-left: 5px;
  }

  .donate-link a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 32px;
    border-radius: 16px;
  }

  .joinus-link a {
    padding-left: 30px;
    background-size: 25px;
  }

  .joinus-link a span {
    font-size: 10px;
  }

  .logo {
    width: 105px;
  }

  .nav_section {
    padding-right: 35px !important;
  }

  .mobile_menu a {
    background-size: 25px;
  }

  .banner-content h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .footer-menu ul li {
    margin: 0px 3px 10px 3px !important;
  }


  .sb-page-arrow::before {
    left: -40px;
  }

  .sb-banner-image-container .banner-people-list {
    left: -60px;
    bottom: 20px;
  }


  .event-ct-block-container {
    padding: 20px;
  }

  .event-single-tittle h3 {
    font-size: 18px;
  }

  .donation-payment-section {
    padding: 20px 15px 5px 15px;
  }

  .filter-tab-menu ul li {
    margin: 0px 3px 10px 3px;
  }

  .filter-tab-menu ul li a {
    padding: 0px 10px 0px 10px;
  }




}

@media only screen and (max-width: 599px) {}

@media only screen and (min-width: 480px) and (max-width: 639px) {

  .header-contact-wrapper {
    display: block;
  }

  .header .social-block {
    width: 100%;
    float: left;
    display: block;
  }

  .header .social-block ul {
    text-align: center;
  }

  .header .social-block ul li {
    float: none;
    display: inline-block;
    margin: 0px 5px 0px 5px;
  }

  .contact-block-rt {
    width: 100%;
    text-align: center;
  }

  .contact-block-rt ul {
    text-align: center;
  }

  .contact-block-rt ul li {
    padding-right: 10px;
    margin-right: 10px;
    float: none;
  }

  .donate-link {
    margin-left: 10px;
  }

  .donate-link a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
  }

  .joinus-link a {
    padding-left: 30px;
    background-size: 25px;
  }

  .joinus-link a span {
    font-size: 12px;
  }

  .logo {
    width: 150px;
  }


  .sb-page-arrow::before {
    left: -50px;
  }

  .sb-banner-image-container .banner-people-list {
    left: -100px;
    bottom: 30px;
  }

  .filter-tab-menu ul li {
    margin: 0px 3px 10px 3px;
  }

  .filter-tab-menu ul li a {
    padding: 0px 20px 0px 20px;
  }


  .our-member-section .row {
    --bs-gutter-x: .5rem;
  }

  .our-member-section .member-info-dt {
    padding: 15px 5px 10px 5px;
  }

  .our-member-section .member-info-dt h3 {
    font-size: 14px;
  }

  .our-member-section .member-info-dt p {
    font-size: 12px;
  }

  .member-wrapper .row {
    --bs-gutter-x: .5rem;
  }

  .member-wrapper .member-info-dt {
    padding: 15px 5px 10px 5px;
  }

  .member-wrapper .member-info-dt h3 {
    font-size: 14px;
  }

  .member-wrapper .member-info-dt p {
    font-size: 12px;
  }





}

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


  .sb-banner-image-container .banner-people-list {
    left: -150px;
    bottom: 30px;
  }

  .event-category .container .row .col-md-3.col-lg-3 {
    width: 33.3333%;
  }

  .our-member-section .row {
    --bs-gutter-x: .5rem;
  }

  .our-member-section .member-info-dt {
    padding: 15px 10px 10px 10px;
  }

  .our-member-section .member-info-dt h3 {
    font-size: 16px;
  }

  .our-member-section .member-info-dt p {
    font-size: 14px;
  }


  .member-wrapper .row {
    --bs-gutter-x: .5rem;
  }

  .member-wrapper .member-info-dt {
    padding: 15px 10px 10px 10px;
  }

  .member-wrapper .member-info-dt h3 {
    font-size: 16px;
  }

  .member-wrapper .member-info-dt p {
    font-size: 14px;
  }







}


@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
  }

  .banner-section {
    padding: 30px 8px 30px 8px;
  }

  .banner-people-list {
    left: 0px;
  }

  .banner-photo::before {
    left: 0px;
  }

  .banner-content {
    padding: 20px 0px 0px 0px;
  }

  .banner-content h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .banner-content p {
    max-width: 100%;
    margin-bottom: 15px;
  }


  .counter-section {
    padding: 30px 8px 30px 8px;
  }

  .single-counter {
    margin-bottom: 20px;
    max-width: 330px;
    width: 100%;
  }

  .counter-section .row {
    justify-content: center;
  }

  .counter-section .row .col-12 {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .counter-info-inner h2 {
    text-align: left;
  }

  .counter-info-inner h3 {
    text-align: left;
  }


  .about-us-section {
    padding: 30px 8px 0px 8px;
  }

  .about-us-section .about-content {
    padding-bottom: 30px;
  }

  .about-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .shared-food-section {
    padding: 30px 8px 30px 8px;
  }

  .shared-food-content {
    padding-top: 30px;
  }

  .shared-food-content h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .shared-food-content h4 {
    margin-bottom: 10px;
  }

  .shared-food-content p {
    margin-bottom: 15px;
  }

  .donation-block-sh {
    padding-top: 35px;
  }

  .common-content-center h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
  }

  .news-section {
    padding: 30px 8px 30px 8px;
  }

  .news-info-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
  }

  .news-time {
    margin-right: 25px;
  }

  .show-more-btn {
    padding: 10px 0px 0px 0px;
  }

  .event-section {
    padding: 30px 8px 30px 8px;
  }

  .common-content-center p {
    margin-bottom: 10px;
  }

  .event-info h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .event-info p {
    margin-bottom: 10px;
  }

  .gallery-section {
    padding: 30px 8px 30px 8px;
  }

  .subscribe-section {
    padding: 30px 8px 30px 8px;
  }

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

  .contact-form-section {
    padding: 30px 8px 30px 8px;
  }

  .contact-form-section .about-content {
    padding: 0px 0px 0px 0px;
  }


  .footer {
    padding: 30px 8px 30px 8px;
  }

  .footer-top {
    padding-bottom: 15px;
    display: block;
  }

  .footer-logo {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    padding-bottom: 15px;
    max-width: 100%;
  }

  .footer-menu {
    width: 100%;
    float: left;
    display: block;
  }

  .footer-menu ul {
    text-align: center;
  }

  .footer-menu ul li {
    float: none;
    margin: 0px 5px 10px 5px;
  }

  .footer-bottom {
    display: block;
  }

  .footer .social-block {
    width: 100%;
    float: left;
    display: block;
  }

  .footer .social-block ul {
    text-align: center;
  }

  .footer .social-block ul li {
    margin: 0px 8px 12px 8px;
    float: none;
    display: inline-block;
  }

  .footer-cp-block {
    width: 100%;
    float: left;
    display: block;
  }

  .footer-cp-block p {
    text-align: center;
  }



  .subpage-banner {
    padding: 30px 8px 30px 8px;
  }

  .sb-banner-image-container {
    width: 100%;
    text-align: center;
    padding: 30px 0px 0px 0px;
  }

  .sb-page-image {
    float: none;
  }

  .sb-page-image.sb-page-arrow {
    width: 248px;
    display: block;
    margin: 0 auto;
  }

  .sub-page-single-tittle h1 {
    font-size: 24px;
    text-align: center;
    max-width: 100%;
  }

  .breadcrumb {
    justify-content: center;
  }

  .about-content h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .about-sub-page-section .about-content {
    padding: 0px 0px 15px 0px;
  }

  .about-video-container {
    margin-bottom: 30px;
  }

  .video-info-list {
    margin-bottom: 30px;
  }

  .member-info-dt h3 {
    font-size: 24px;
  }

  .member-info-dt p {
    font-size: 18px;
  }



  .our-member-section {
    padding: 30px 8px 30px 8px;
  }

  .common-content-center h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .volunteer-section::before {
    display: none;
  }

  .volunteer-section {
    padding: 30px 8px 30px 8px;
  }


  .testimonial-content-section {
    padding: 0px 0px 0px 0px;
  }


  .ts-photo-block.floatCss {
    width: 320px;
    display: block;
    float: none;
    margin: 0 auto 30px;
  }

  .tst-block-top p {
    font-size: 18px;
  }

  .testimonial_slider .owl-nav {
    bottom: 70px;
  }

  .testimonal-section {
    padding: 30px 8px 30px 8px;
  }


  .contact-bn-shape::before {
    display: none;
  }

  .contact-neslatter-section {
    padding: 20px 20px 20px 20px;
    float: left;
    max-width: 100%;
  }

  .contact-section-sb {
    padding: 30px 8px 0px 8px;
  }

  .contact-section-2 {
    padding: 30px 8px 0px 8px;
  }


  .news-dt-container {
    padding: 0px 0px 0px 0px;
  }

  .sidebar-news-wrapper {
    padding: 20px 20px 20px 20px;
  }

  .news-top-section {
    padding: 30px 8px 0px 8px;
  }



  .event-category {
    padding: 30px 8px 30px 8px;
  }

  .tittle-row h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .event-featured-section {
    padding: 30px 8px 30px 8px;
  }

  .tittle-row {
    margin-bottom: 30px;
  }


  .event_slider .owl-nav {
    top: -70px;
  }

  .event-list-section-pg {
    padding: 30px 8px 30px 8px;
  }


  .event-details-wrapper {
    padding: 30px 8px 30px 8px;
  }

  .getin-touch-section {
    padding: 30px 8px 30px 8px;
  }


  .event-ct-block-container {
    padding: 20px 0px 20px 0px;
  }

  .event-single-tittle h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .news-sidebar {
    padding: 30px 0px 0px 0px;
  }


  .dm-tittle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .pif-sinfle-input {
    margin-bottom: 15px;
  }


  .donation-payment-section {
    margin-top: 15px;
  }

  .category-tag-block {
    padding: 20px 15px 20px 15px;
  }

  .member-wrapper {
    padding: 30px 8px 10px 8px;
  }

  .photo-gallery-wrapper {
    padding: 30px 8px 10px 8px;
  }




  .about-sbf-photo-container {
    width: 100%;
    right: auto;
  }

  .about-sbf-photo-container::before {
    display: none;
  }

  .about-cnv-wrapper {
    padding: 30px 0px 2px 0px;
  }

  .about-us-section {
    padding: 0px 0px 30px 0px;
  }

  .generic-inner-block-dt h3 {
    font-size: 24px;
  }

  .banner-generic-content {
    padding: 20px 0px 20px 0px;
  }



  .member-form-area .fl-chek {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
  }

  .sb-page-image {
    text-align: center;
  }

  .subpage-banner .container .row .col-12.col-md-5.col-lg-5 {
    display: none;
  }





}


@media only screen and (max-width: 991px) {
  .nav_section {
    padding-right: 45px;
  }


}



@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 17px;
  }

  .banner-content h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .banner-content p {
    font-size: 14px;
    line-height: 17px;
  }

  .banner-photo::before {
    left: 0px;
  }

  .banner-people-list {
    left: -45px;
  }

  .counter-info-inner h2 {
    font-size: 30px;
  }

  .counter-info-inner h3 {
    font-size: 18px;
  }

  .counter-icon {
    width: 70px;
    height: 70px;
  }

  .counter-info {
    width: calc(100% - 70px);
  }

  .about-content h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .shared-food-content h3 {
    font-size: 34px;
    line-height: 42px;
  }

  .news-info-block h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .news-info-block {
    padding: 30px 10px 27px 10px;
  }

  .news-address {
    padding-left: 16px;
    font-size: 12px;
  }

  .news-time {
    padding-left: 16px;
    font-size: 12px;
    margin-right: 20px;
  }

  .event-info h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .sub-page-single-tittle h1 {
    font-size: 30px;
  }

  .sb-banner-image-container .banner-people-list {
    left: -100px;
    bottom: 30px;
  }

  .sb-page-arrow::before {
    left: -50px;
  }

  .member-info-dt h3 {
    font-size: 24px;
  }

  .member-info-dt p {
    font-size: 18px;
  }

  .testimonial-content-section {
    padding: 0px 0px 0px 0px;
  }

  .contact-neslatter-section {
    padding: 20px 20px 20px 20px;
  }

  .common-content-center h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .news-dt-container {
    padding: 0px 0px 0px 0px;
  }

  .sidebar-news-wrapper {
    padding: 15px 15px 15px 15px;
  }

  .event-ct-block-container {
    padding: 15px;
  }

  .event-single-tittle h3 {
    font-size: 16px;
  }

  .single-ct-event-icon span {
    width: 80px;
    height: 80px;
  }

  .single-ct-event-icon span img {
    max-width: 45px;
  }

  .tittle-row h3 {
    font-size: 34px;
  }

  .about-sbf-photo-container {
    width: 100%;
    right: auto;
  }

  .about-sbf-photo-container::before {
    display: none;
  }


  .our-member-section .member-info-dt {
    padding: 20px 10px 20px 10px;
  }

  .our-member-section .member-info-dt h3 {
    font-size: 16px;
  }

  .our-member-section .member-info-dt p {
    font-size: 14px;
  }

  .member-wrapper .member-info-dt {
    padding: 20px 10px 20px 10px;
  }

  .member-wrapper .member-info-dt h3 {
    font-size: 16px;
  }

  .member-wrapper .member-info-dt p {
    font-size: 14px;
  }






}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }

  .logo {
    width: 130px;
  }

  .donate-link {
    margin: 0px 0px 0px 10px;
  }

  .navbar-desktop {
    padding-left: 10px;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0px 7px 0px 7px;
  }

  .counter-info-inner h3 {
    font-size: 22px;
  }

  .dropdown-menu[data-bs-popper] {
    left: 6px;
    top: 76%;
  }

  .testimonial-content-section {
    padding: 0px 0px 0px 30px;
  }

  .common-content-center h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .news-info-block h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .news-dt-container {
    padding: 0px 30px 0px 0px;
  }

  .event-ct-block-container {
    padding: 35px 10px;
  }

  .event-single-tittle h3 {
    font-size: 19px;
  }

  .about-sbf-photo-container {
    width: 100%;
    right: auto;
  }

  .about-sbf-photo-container::before {
    bottom: -157px;
    right: -72px;
  }



}

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

  .container {
    width: 1170px;
  }

  .donate-link {
    margin: 0px 0px 0px 20px;
  }

  .navbar-desktop {
    padding-left: 50px;
  }

  .about-sbf-photo-container {
    width: 100%;
    right: auto;
  }

  .about-sbf-photo-container::before {
    bottom: -130px;
    right: -72px;
  }





}

@media only screen and (min-width: 1440px) and (max-width: 1529px) {

  .container {
    width: 1270px;
  }


  .about-sbf-photo-container {
    width: 100%;
    right: auto;
  }

  .about-sbf-photo-container::before {
    bottom: -130px;
    right: -72px;
  }



}

@media only screen and (min-width: 1530px) and (max-width: 1799px) {

  .about-sbf-photo-container {
    width: 650px;
    right: -60px;
  }

  .about-sbf-photo-container::before {
    bottom: -112px;
    right: -62px;
  }


}


@media only screen and (min-width: 768px) and (max-width: 1529px) {}


@media only screen and (min-width: 768px) {

  .event-category .container .row .col-md-3.col-lg-3 {
    width: 20%;
  }

}



@media only screen and (min-width: 992px) {}



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


  .service-section .row {
    --bs-gutter-x: 3rem;
  }

  .counter-section .row {
    justify-content: space-between;
  }

  .counter-section .row .col-md-4 {
    width: auto;
  }

  .about-content {
    max-width: 550px;
  }

  .shared-food-section .ab-image-container {
    padding-right: 80px;
  }





}






@media only screen and (min-width: 1440px) {

  /*.counter-section-about-page{ margin-top: -80px; }*/





}


@media only screen and (min-width: 1400px) {}
