.logo-box {
    position: absolute;
    float: left;
    left: 0;
    top: -65px;
    width: 220px;
    height: 230px;
    overflow: hidden;
    z-index: 10;
}

.logo-box .logo {
    background: #3cc88f;
}

.logo-box .logo {
    position: relative;
    display: block;
    padding: 37px 10px 25px;
    text-align: center;
    border-radius: 0px 0px 20px 0px;
}

.logo-box .logo:before {
    background: #3cc88f;
}

.logo-box .logo:before {
    position: absolute;
    right: 3px;
    top: 102%;
    margin-top: -50px;
    height: 60px;
    width: 100%;
    content: "";
    -webkit-transform: rotate(
-8deg
);
    -ms-transform: rotate(-8deg);
    transform: rotate(
-8deg
);
    border-radius: 20px;
}

.logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    z-index: 1;
    height: auto;
    width: 198px;
    //margin-top: -12px;
    //margin-bottom: -15px;
}

.header-top {
    position: relative;
    background-color: #006401;
    color: #ffffff;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.header-top .inner {
    position: relative;
}

.header-top .top-left {
    position: relative;
    float: left;
    padding: 15px 0px;
}

.header-top .social-links {
    position: relative;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header-top .social-links li {
    position: relative;
    float: left;
    color: #fff;
    line-height: 24px;
    margin-right: 25px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.header-top .top-right {
    position: relative;
    float: right;
    padding: 15px 0px;
}

.main-header .header-top .info {
    position: relative;
    float: right;
}

.header-top .info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #aaabaf;
    font-weight: 400;
    padding: 0px 0px;
    margin-left: 39px;
}

.header-top .info li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    height: 20px;
    border-left: 1px solid rgba(255,255,255,0.30);
}

@media only screen and (max-width: 767px)
{
    .header-top .info li:before {
 Display:none;
}
}
.header-top .info li a {
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (max-width: 1023px)
{
.header-top .inner {
    padding-left: 0;
}
}

@media only screen and (max-width: 1139px)
{
.header-top .top-left {
    display: none;
}
}

@media only screen and (max-width: 599px)
{
.header-top .top-right, .main-header .header-top .info {
    width: 100%;
    text-align: center;
}
}

@media only screen and (max-width: 1023px)
{
.logo-box {
    position: relative;
    float: left;
    top: 0;
    left: 20px;
    padding: 0px;
    height: auto;
    width: auto;
    z-index: 15;
    overflow: visible;
}
}

@media only screen and (max-width: 1023px)
{
.logo-box .logo {
   // padding: 15px 30px;
    border-radius: 0px;
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
}
}

@media only screen and (max-width: 1023px)
{
.logo-box .logo:before {
    height: 25px;
    width: 100%;
    right: auto;
    top: auto;
    left: 0;
    bottom: -20px;
    transform: none !important;
    border-radius: 0px 0px 10px 10px;
}
}

    
@media only screen and (max-width: 1023px)
{
.logo-box .logo img {
   // height: 90px;
       height: 120px;
    width: unset;
}
}


@media only screen and (max-width: 1023px)
{
.logo img {
    width: 150px;
    left: 10px;
}
}

@media only screen and (max-width: 599px)
{
.header-top .info li {
    display: inline-block;
    float: none;
    margin: 0 10px;
}
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}

.contact-new
{
    padding: 10px 20px 70px 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 15%);
}

.news-head
{
    color: #408BCE;
    font-weight: 600;
    font-size: 48px;
    text-shadow: 1px 1px #000;
    margin-top: -60px;
    margin-bottom: 45px;
}

.donate-btn
{
    font-size: 22px;
    padding: 5px;
    text-align: center;
    display: block;
    top: 25px;
    width: 50%;
    margin: 0 auto;
}

.bank-section {
    margin: 0 auto;
    padding: 0;
}

.modal-content {
    background-color: #EDEDED !important;
}

@media only screen and (max-width: 767px)
{
.donate-img {
    margin-right: -55px;
}
}


/* GALLERY */ 


@media only screen and (min-width: 768px) {
.main .container1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  }
}


.main .card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}
.main .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}


.card:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.card:hover span {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease, opacity 1.3s ease;
  transition: transform 0.5s ease, opacity 1.3s ease;
}
.card .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.card span {
  color: #fff;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 200px;
  height: 30px;
  line-height: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.5s ease, opacity 0.7s ease;
  transition: transform 0.5s ease, opacity 0.7s ease;
}

.news-head
{
    color: #408BCE;
    font-weight: 600;
    font-size: 48px;
    text-shadow: 1px 1px #000;
    margin-top: -30px;
    margin-bottom: 45px;
}

.fancybox-button--share
{
    display:none !important;
}

.service-grid {
    background: #fcfcfc;
}
    .service-title h4 {
    position: relative;
    display: inline-block;
}
.service-icon {
    position: relative;
}
.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .9;
}
.about-info-text p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 26px;
      position: relative;
}
.about-content p {
    margin-bottom: 0;
}
.about-info-text a {
    margin-bottom: 20px;
      position: relative;
}
.service-icon i {
    font-size: 40px;
    color: #e8bc00;
    margin-bottom: 20px;
    display: inline-block;
}
.service-wrap {
    border-radius: 25px;
    background: #408BCE;
    box-shadow: 0 7px 20px rgb(100 28 2 / 14%);
    padding: 50px 30px;
    position: relative;
    margin-bottom: 25px;
}

.features-icon .fa
{
    font-size: 50px;
    margin-top: 30px;
}


.instructions {
  text-align: center;
  font-size: 20px;
  margin: 15vh;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 101;
  display: none;
}

/*   This is the Popup Window   */

@media only screen and (max-width: 767px) {
.delayedPopupWindow {
      display: none;
  position: fixed;
  width: auto;
  max-width: 480px;
  height: auto;
  top: 50%;
  //left: 50%;
 // margin-left: -260px;
  margin-top: -180px;
  background-color: #efefef;
  border: 2px solid #333;
  z-index: 102;
 // padding: 10px 20px;
  }
}

@media only screen and (min-width: 768px) {
.delayedPopupWindow {
      display: none;
  position: fixed;
  width: auto;
  max-width: 480px;
  height: auto;
  top: 50%;
  left: 50%;
  margin-left: -260px;
  margin-top: -180px;
  background-color: #efefef;
  border: 2px solid #333;
  z-index: 102;
  //padding: 10px 20px;
  }
}



/*   This is the closing button  */
#btnClose {
  width: 97%;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #000;
  position: absolute;
}

/*   This is the closing button hover state  */
#btnClose:hover {
  color: #c90c12;
}

/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
  float: left;
  display: block;
  width: 44%;
  padding: 1% 3%;
  font-size: 18px;
  color: #666;
  clear: left;
}

/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/
/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
  float: left;
  width: 47%;
  padding: 1%;
  display: block;
  font-size: 16px;
  color: #666;
  margin-left: 1%;
}

/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
  width: 95%;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  margin-bottom: 5px;
}

/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
  border: solid 2px #40c348;
  box-shadow: 0 1px 3px #AAAAAA;
}

/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
  border: solid 2px #40c348;
  box-shadow: none;
}

/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  margin: 10px auto 0 auto;
  background: #5D9E62;
  border: none;
  color: #fff;
}

/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
  background: #40c348;
  color: #fff;
  box-shadow: none !important;
  cursor: pointer;
}


.counter {
    font-size: 18px;
    color: #016401;
    top: 10px;
    position: relative;
}

/*.active*/
/*{*/
/*    color: #fff !important;*/
/*}*/


@media (min-width: 768px) {
    .active {
        color: #fff !important;
    }
.tp-site-header #navbar>ul li a:hover {
    color: #fff;
} 
}