@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;500;600;700&amp;family=Spline+Sans:wght@300;400;500;600;700&amp;display=swap");

@font-face {
  font-family: 'Cera Pro';
  src: url('/assets/fonts/CeraPro-Black.woff2') format('woff2'),
      url('/assets/fonts/CeraPro-Black.woff') format('woff'),
      url('/assets/fonts/CeraPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url('/assets/fonts/CeraPro-Bold.woff2') format('woff2'),
      url('/assets/fonts/CeraPro-Bold.woff') format('woff'),
      url('/assets/fonts/CeraPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url('/assets/fonts/CeraPro-BlackItalic.woff2') format('woff2'),
      url('/assets/fonts/CeraPro-BlackItalic.woff') format('woff'),
      url('/assets/fonts/CeraPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url('/assets/fonts/CeraPro-Medium.woff2') format('woff2'),
      url('/assets/fonts/CeraPro-Medium.woff') format('woff'),
      url('/assets/fonts/CeraPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/assets/fonts/CeraPro-Light.woff2') format('woff2'),
      url('/assets/fonts/CeraPro-Light.woff') format('woff'),
      url('/assets/fonts/CeraPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/assets/fonts/CeraPro-Italic.woff2') format('woff2'),
      url('/assets/fonts/CeraPro-Italic.woff') format('woff'),
      url('/assets/fonts/CeraPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}



/*---------------------------
            General Styles 
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  font-family: "Cera Pro", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Cera Pro", sans-serif;
  color: #666666;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  font-weight: 100;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 18px) 50%;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}


.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .promo-wrap.style2 .promo-card .promo-icon, .project-card.style2 .like-btn, .project-card.style3 .like-btn, .project-card.style4 .project-img .like-btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .event-info-item-wrap .event-info-item, .project-card.style4, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .event-card, .team-card.style2 .team-info-wrap, .progess-bar-item, .blog-card .blog-info .blog-author, .donate-box .donate-amt, .fund-collection, .owl-carousel .owl-nav, .pp-post-item, .promo-wrap.style2, .donation-form .radionbtn-wrap, .counter-card-wrap, .post-author, .comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .promo-wrap.style2 .promo-card .promo-icon, .project-card.style2 .like-btn, .project-card.style3 .like-btn, .project-card.style4 .project-img .like-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .event-info-item-wrap .event-info-item, .project-card.style4, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .event-card, .team-card.style2 .team-info-wrap, .progess-bar-item, .blog-card .blog-info .blog-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.team-card.style2 .team-info-wrap, .progess-bar-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donate-box .donate-amt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fund-collection {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  background: #338F7A;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top i {
  color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader div {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  border-radius: 50px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  display: inline-block;
  -webkit-animation: bouncing 1.4s linear infinite;
          animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
  margin: 0;
}

.loader div:nth-child(1) {
  background: rgba(1, 148, 70, 0.9);
}

.loader div:nth-child(2) {
  background: rgba(1, 148, 70, 0.7);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background: rgba(1, 148, 70, 0.5);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(80px) scale(1.5, 0.5);
            transform: translateY(80px) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(80px) scale(1.5, 0.5);
            transform: translateY(80px) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 12px 20px 12px;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.btn i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  color: #fff;
}

.btn:hover:after, .btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style1 {
  background-color: #338F7A;
  border-radius: 8px;
}

.btn.style1:after, .btn.style1:before {
  background: #206052;
}

.btn.style2 {
  background-color: #F59946;
  border-radius: 8px;
  color: #fff;
  border-radius: 10px 0 10px 0;
}

.btn.style2:after, .btn.style2:before {
  background: #000;
}

.btn.style2:hover {
  color: #fff;
}

.btn.style3 {
  background-color: #000;
  color: #fff;
}

.btn.style3:after, .btn.style3:before {
  background: #338F7A;
}

.btn.style3:hover {
  color: #fff;
}

.btn.style4 {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.btn.style4:after, .btn.style4:before {
  background: #338F7A;
}

.btn.style4:hover {
  color: #fff;
}

.btn.style5 {
  background-color: transparent;
  border: 1px solid #338F7A;
  color: #338F7A;
}

.btn.style5:after, .btn.style5:before {
  background: #338F7A;
}

.btn.style5:hover {
  color: #fff;
}

.btn.style6 {
  background-color: #fff;
  color: #338F7A;
}

.btn.style6:after, .btn.style6:before {
  background: #338F7A;
}

.btn.style6:hover {
  color: #fff;
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #338F7A;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #338F7A;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link.style1 {
  color: #338F7A;
}

.link:hover {
  color: #338F7A;
}

.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.link:hover i {
  margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
  font-size: 20px;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  top: 1px;
  color: #323232;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.partner-sec .owl-carousel .owl-nav button.owl-prev i, .partner-sec .owl-carousel .owl-nav button.owl-next i{
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #338F7A;
  border-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px;
}

.owl-carousel .owl-dots button.owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
  background: #338F7A;
  width: 18px;
  height: 18px;
  top: 1px;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title h2,
.content-title h2 {
  font-size: 50px;
  margin: 0;
}

.section-title p,
.content-title p {
  margin: 12px 0 0;
}

.section-title span,
.content-title span {
  display: inline-block;
  font-weight: 700;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
  color: #338F7A;
  padding-bottom: 18px;
  text-transform: uppercase;
}

.section-title span img,
.content-title span img {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 150px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title.style2 span,
.content-title.style2 span {
  color: rgba(255, 255, 255, 0.8);
}

.section-title.style2 h2,
.content-title.style2 h2 {
  color: #fff;
}

.section-title.style3 span,
.content-title.style3 span {
  display: block;
  color: #F59946;
  padding-bottom: 10px;
}

.section-title.style3 span.bl-text,
.content-title.style3 span.bl-text {
  position: absolute;
  top: 42%;
  right: 20px;
  font-size: 65px;
  font-weight: 800;
  width: 100%;
  color: rgba(0, 0, 0, 0.08);
  line-height: 1;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.09);
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-title.style4 span,
.content-title.style4 span {
  display: block;
  color: #F59946;
}

.section-title.style4 span.bl-text,
.content-title.style4 span.bl-text {
  position: absolute;
  top: 42%;
  right: 20px;
  font-size: 65px;
  font-weight: 800;
  width: 100%;
  color: rgba(255, 255, 255, 0.095);
  line-height: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-title.style4 h2,
.content-title.style4 h2 {
  color: #fff;
}

.section-title.style4 p,
.content-title.style4 p {
  color: rgba(255, 255, 255, 0.8);
}

.section-title.style5 span,
.content-title.style5 span {
  display: block;
  color: #F59946;
  padding-bottom: 0;
}

.section-title.style5 h2,
.content-title.style5 h2 {
  color: #fff;
}

.section-title.style5 p,
.content-title.style5 p {
  color: rgba(255, 255, 255, 0.8);
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-athens {
  background-color: #F0F4FF;
}

.bg-albastor {
  background-color: #f9f9f9;
}

.bg-sand {
  background-color: #F5F5F5;
}

.bg-lochi {
  background-color: #338F7A;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-75 {
  opacity: 0.75;
}

.op-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  -webkit-animation: moveVertical 3000ms infinite ease-in-out;
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.flyLeft {
  -webkit-animation: flyLeft 30000ms infinite linear;
  animation: flyLeft 30000ms infinite linear;
}

.flyRight {
  -webkit-animation: flyRight 30000ms infinite linear;
  animation: flyRight 30000ms infinite linear;
}

.flyUp {
  -webkit-animation: flyUp 15000ms infinite linear;
  animation: flyUp 15000ms infinite linear;
}

.moveLeft {
  -webkit-animation: moveLeft 30000ms infinite linear;
  animation: moveLeft 30000ms infinite linear;
}

.moveRight {
  -webkit-animation: moveRight 20000ms infinite linear;
  animation: moveRight 20000ms infinite linear;
}

.waving_left {
  -webkit-animation: waving_left 5s infinite linear;
  animation: waving_left 5s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes flyLeft {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-25vw, 50px) rotate(25deg);
  }
  40% {
    -webkit-transform: translate(-50vw, -52px) rotate(40deg);
  }
  60% {
    -webkit-transform: translate(-65vw, 82px) rotate(30deg);
  }
  80% {
    -webkit-transform: translate(-80vw, -72px) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(-100vw, 0px) rotate(0deg);
  }
}

@keyframes flyLeft {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-25vw, 50px) rotate(25deg);
  }
  40% {
    -webkit-transform: translate(-50vw, -52px) rotate(40deg);
  }
  60% {
    -webkit-transform: translate(-65vw, 82px) rotate(30deg);
  }
  80% {
    -webkit-transform: translate(-80vw, -72px) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(-100vw, 0px) rotate(0deg);
  }
}

@-webkit-keyframes flyRight {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(25vw, 50px) rotate(25deg);
  }
  40% {
    -webkit-transform: translate(50vw, -52px) rotate(40deg);
  }
  60% {
    -webkit-transform: translate(65vw, 82px) rotate(30deg);
  }
  80% {
    -webkit-transform: translate(80vw, -72px) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(100vw, 0px) rotate(0deg);
  }
}

@keyframes flyRight {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(25vw, 50px) rotate(25deg);
  }
  40% {
    -webkit-transform: translate(50vw, -52px) rotate(40deg);
  }
  60% {
    -webkit-transform: translate(65vw, 82px) rotate(30deg);
  }
  80% {
    -webkit-transform: translate(80vw, -72px) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(100vw, 0px) rotate(0deg);
  }
}

@-webkit-keyframes flyUp {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
  }
  50% {
    -webkit-transform: translate(100px, 60px);
    transform: translate(100px, 60px);
  }
  75% {
    -webkit-transform: translate(-50px, -25px);
    transform: translate(-50px, -25px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes flyUp {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
  }
  50% {
    -webkit-transform: translate(100px, 60px);
    transform: translate(100px, 60px);
  }
  75% {
    -webkit-transform: translate(-50px, -25px);
    transform: translate(-50px, -25px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 4px;
}

.social-profile li:first-child {
  margin-left: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 0.8;
}

.social-profile li a:hover {
  border-color: transparent;
  color: #338F7A;
}

.social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a {
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.social-profile.style1 li a i {
  color: #338F7A;
}

.social-profile.style1 li a:hover {
  background-color: #338F7A;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
  color: #fff;
}

.social-profile.style2 li a {
  background: #f9f9f9;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.social-profile.style2 li a i {
  color: rgba(0, 0, 0, 0.3);
}

.social-profile.style2 li a:hover {
  background-color: #338F7A;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style2 li a:hover i {
  color: #fff;
}

.social-profile.style3 li a {
  background: transparent;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.social-profile.style3 li a i {
  color: rgba(0, 0, 0, 0.3);
}

.social-profile.style3 li a:hover {
  background-color: #338F7A;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style3 li a:hover i {
  color: #fff;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav {
  text-align: center;
  margin-top: 25px;
}

.page-nav li {
  margin: 0 5px;
  display: inline-block;
}

.page-nav li a {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 54px;
  font-weight: 600;
  opacity: 0.7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-nav li a i {
  font-size: 18px;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-nav li a.active, .page-nav li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #338F7A;
}

.page-nav li a.active i, .page-nav li a:hover i {
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .promo-wrap.style2 .promo-card .promo-icon, .project-card.style2 .like-btn, .project-card.style3 .like-btn, .project-card.style4 .project-img .like-btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .event-info-item-wrap .event-info-item, .project-card.style4, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .event-card, .team-card.style2 .team-info-wrap, .progess-bar-item, .blog-card .blog-info .blog-author, .donate-box .donate-amt, .fund-collection, .owl-carousel .owl-nav, .pp-post-item, .promo-wrap.style2, .donation-form .radionbtn-wrap, .counter-card-wrap, .post-author, .comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .promo-wrap.style2 .promo-card .promo-icon, .project-card.style2 .like-btn, .project-card.style3 .like-btn, .project-card.style4 .project-img .like-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .event-info-item-wrap .event-info-item, .project-card.style4, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .event-card, .team-card.style2 .team-info-wrap, .progess-bar-item, .blog-card .blog-info .blog-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap .header-top {
  padding: 12px 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-wrap .header-top .header-top-left .contact-info li {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.header-wrap .header-top .header-top-left .contact-info li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.header-wrap .header-top .header-top-left .contact-info li i {
  font-size: 16px;
  line-height: 0.8;
  color: #338F7A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 0;
  font-size: 15px;
  color: #666666;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-info li a:hover, .header-wrap .header-top .header-top-left .contact-info li p:hover {
  color: #338F7A;
}

.header-wrap .header-top .header-top-right .social-profile {
  text-align: right;
  margin-left: 15px;
  position: relative;
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.19);
}

.header-wrap .header-top .header-top-right .social-profile:before {
  position: absolute;
  top: 50%;
  left: -2px;
  content: "";
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-wrap .header-top .header-top-right .social-profile li a {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.2);
}

.header-wrap .header-top .header-top-right .social-profile li a i {
  font-size: 14px;
  color: #fff;
}

.header-wrap .header-top .header-top-right .social-profile li a:hover {
  background-color: #338F7A;
}

.header-wrap .header-bottom {
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}

.header-wrap .header-bottom .container {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a,
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    font-size: 14px !important;
  }
  .header-wrap.sticky {
    top: -171px;
  }
  .header-wrap .navbar-brand img {
    max-width: 120px;
  }
  .header-wrap .header-top {
    padding: 15px 0;
    background-color: rgba(51, 143, 122, 0.09);
    border: none;
  }
  .header-wrap .header-top .header-top-left {
    margin-bottom: 10px;
  }
  .header-wrap .header-top .header-top-left .contact-info {
    width: 100%;
  }
  .header-wrap .header-top .header-top-left .contact-info li {
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border: none;
  }
  .header-wrap .header-top .header-top-left .contact-info li span {
    top: 0px;
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-left .contact-info li span i {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-wrap .header-top .header-top-right .select-lang i {
    top: 4px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a {
    width: 34px;
    height: 34px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap.sticky {
    top: -55px;
  }
  .header-wrap .header-top .header-top-left .contact-info li i {
    font-size: 15px;
  }
  .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right .select-lang span {
    font-size: 14px;
  }
  .header-wrap .header-bottom .other-options .btn {
    font-size: 15px;
    padding: 12px 20px;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 9px !important;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap.sticky {
    top: -50px;
  }
  .header-wrap .header-top {
    padding: 12px 0;
  }
  .header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 8px;
    padding-right: 8px;
    border-right: none;
  }
  .header-wrap .header-top .header-top-left .contact-info li i {
    font-size: 12px;
  }
  .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 13px;
    margin-left: 5px;
  }
  .header-wrap .header-top .header-top-right .select-lang .dropdown-toggle span {
    font-size: 13px;
  }
  .header-wrap .header-top .header-top-right .social-profile {
    margin-left: 10px;
    padding-left: 10px;
  }
  .header-wrap .header-top .header-top-right .social-profile li {
    margin: 0 3px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a {
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a i {
    font-size: 13px;
  }
  .header-wrap .header-top .header-top-left,
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-wrap .navbar-brand img {
    max-width: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }
  .header-wrap .header-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap .header-bottom .container .search-area.open {
    top: 76px;
  }
  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    display: none;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: #338F7A;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn {
    display: inline-block;
    padding: 10px 30px 10px;
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn i {
    display: inline-block;
    top: 6px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #EDF5F3;
    border: none;
    padding: 0;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #338F7A;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }
  .header-wrap .header-bottom .user-login span {
    position: relative;
    top: -3px;
  }
  .header-wrap .header-bottom .user-login span i {
    font-size: 20px;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 25px;
  }
  .mobile-menu {
    text-align: right;
    margin-left: 20px;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
    text-align: center;
    background-color: #338F7A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0px;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #EDF5F3;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 18px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a.active {
    color: #338F7A;
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a:hover {
    color: #000;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 992px) {
  .menu-expand i {
    display: none;
  }
  .header-wrap .navbar {
    padding: 0;
  }
  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
  }
  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
  }
  .header-wrap .navbar .navbar-nav {
    margin-left: auto;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px;
  }
  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    color: #000;
    font-weight: 500;
    padding: 30px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #338F7A;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: -3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 83px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    width: 0;
    height: 2px;
    background-color: #338F7A;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #338F7A;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    width: 20px;
    visibility: visible;
    opacity: 1;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    padding-left: 30px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
  }
  .header-wrap .navbar .other-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .header-wrap .navbar .other-options .option-item {
    margin: 0 0 0 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-brand img {
    max-width: 240px;
  }
}

@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1520px;
  }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/

.content-feature-list {
  margin: 0 0 28px 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 18px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #338F7A;
  font-size: 17px;
  line-height: 0.8;
}

/*-------------------------------
     Contact Widget CSS
-------------------------------*/
.contact-widget {
  background-image: url(../img/promo-video-bg.jpg);
  position: relative;
  padding: 60px 30px;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
}

.contact-widget:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.contact-widget h3 {
  color: #fff;
  margin: 0 0 15px;
  border: none;
  font-size: 22px;
}

.contact-widget p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 20px;
}


/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-slide-one {
  background-image: url(../img/hero/hero-slider-1.jpg);
}

.hero-slide-two {
  background-image: url(../img/hero/hero-slider-2.jpg);
}

.hero-slide-three {
  background-image: url(../img/hero/hero-slider-3.jpg);
}

.hero-wrap {
  position: relative;
  z-index: 1;
  /* margin-top: 139px; */
}

.hero-wrap .hero-content span {
  color: #338F7A;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.hero-wrap .hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}

.hero-wrap .hero-content p {
  margin-bottom: 30px;
  color: #fff;
}

.hero-wrap.style1 {
  background-color: #F5F5F5;
  padding: 50px 0 50px;
  overflow: hidden;
}

.hero-wrap.style1 .hero-shape-one,
.hero-wrap.style1 .hero-shape-two,
.hero-wrap.style1 .hero-shape-three,
.hero-wrap.style1 .hero-shape-four,
.hero-wrap.style1 .hero-shape-five,
.hero-wrap.style1 .hero-shape-six,
.hero-wrap.style1 .hero-skull-shape {
  position: absolute;
  z-index: -1;
}

.hero-wrap.style1 .hero-shape-one {
  bottom: 0;
  right: 0;
}

.hero-wrap.style1 .hero-shape-two {
  bottom: 0;
  left: 10px;
}

.hero-wrap.style1 .hero-shape-three {
  top: 40px;
  left: 40px;
}

.hero-wrap.style1 .hero-shape-four {
  top: 30px;
  right: 50px;
}

.hero-wrap.style1 .hero-shape-five {
  top: 50px;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-wrap.style1 .hero-shape-six {
  bottom: 0;
  right: -10px;
}

.hero-wrap.style1 .hero-skull-shape {
  bottom: -8px;
  right: 40%;
}

.hero-wrap.style1 .hero-content {
  padding: 140px 0;
}

.hero-wrap.style1 .hero-img-wrap {
  position: relative;
  bottom: -15px;
  webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hero-wrap.style2 {
  position: relative;
}

.hero-wrap.style2 .hero-slide-item {
  padding: 120px 0 260px;
  position: relative;
  z-index: 1;
}

.hero-wrap.style2 .hero-slide-item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(41.6%, rgba(0, 0, 0, 0.9)), color-stop(85%, rgba(0, 0, 0, 0.03)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 41.6%, rgba(0, 0, 0, 0.03) 85%);
  z-index: -1;
}

.hero-wrap.style2 .hero-slide-item .hero-content span {
  color: #F59946;
}

.hero-wrap.style2 .hero-slide-item .hero-content h1 {
  color: #fff;
}

.hero-wrap.style2 .hero-slide-item .hero-content p {
  color: rgba(255, 255, 255, 0.8);
}

.hero-wrap.style3 {
  position: relative;
  z-index: 1;
  padding: 90px 0;
  overflow: hidden;
  background-color: #F5F5F5;
}

.hero-wrap.style3 .hero-shape-one,
.hero-wrap.style3 .hero-shape-two,
.hero-wrap.style3 .hero-shape-three,
.hero-wrap.style3 .hero-shape-four {
  position: absolute;
  z-index: -1;
}

.hero-wrap.style3 .hero-shape-one {
  top: 0;
  left: 0;
  height: 100%;
}

.hero-wrap.style3 .hero-shape-two {
  bottom: 0;
  right: 15%;
}

.hero-wrap.style3 .hero-shape-three {
  bottom: 0;
  right: 0;
}

.hero-wrap.style3 .hero-shape-four {
  top: 20px;
  right: 0;
}

.hero-wrap.style3 .hero-img-wrap {
  position: relative;
  z-index: 1;
}

.hero-wrap.style3 .hero-img-wrap .hero-img-shape {
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: -1;
}

.hero-wrap .hero-slider-thumbs {
  position: absolute;
  top: calc(50% + 140px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.hero-wrap .hero-slider-thumbs button {
  display: block;
  margin: 0 0 10px;
  border: none;
  background-color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.hero-wrap .hero-slider-thumbs button:last-child {
  margin-bottom: 0;
}

.hero-wrap .hero-slider-thumbs button img {
  border-radius: 50%;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
  width: 55px;
  height: 55px;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev i, .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
  color: #338F7A;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover, .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #338F7A;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i, .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}


/*-------------------------------
    Project  Section CSS
-------------------------------*/
.project-card {
  margin-bottom: 25px;
}

.project-card .project-info h3 {
  font-size: 22px;
}

.project-card .project-img {
  overflow: hidden;
  webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.project-card .project-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.project-card:hover .project-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.project-card.style1 .project-info {
  position: relative;
  z-index: 1;
  background-color: #F5F5F5;
  padding: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style1 .project-info h3 {
  margin: 0 0 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style1 .project-info p {
  margin: 0 0 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style1 .project-info .project-shape {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: -1;
  max-width: 200px;
  -webkit-filter: brightness(0.1) invert(0);
          filter: brightness(0.1) invert(0);
  opacity: 0.06;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style1:hover .project-info {
  background-color: #338F7A;
}

.project-card.style1:hover .project-info h3 a {
  color: #fff;
}

.project-card.style1:hover .project-info p {
  color: rgba(255, 255, 255, 0.8);
}

.project-card.style1:hover .project-info .link.style1 {
  color: #000;
}

.project-card.style1:hover .project-info .project-shape {
  right: 0;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
  opacity: 1;
}

.project-card.style2 {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.project-card.style2 img {
  border-radius: 5px;
}

.project-card.style2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(58%, rgba(0, 0, 0, 0.241317)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.241317) 58%);
}

.project-card.style2 .project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px 25px;
  z-index: 1;
  width: 100%;
}

.project-card.style2 .project-info h3 {
  font-weight: 600;
  margin-bottom: 18px;
}

.project-card.style2 .project-info h3 a {
  color: #fff;
}

.project-card.style2 .project-info h3 a:hover {
  color: #338F7A;
}

.project-card.style2 .project-info .fund-collection .fund-raised,
.project-card.style2 .project-info .fund-collection .fund-goal {
  color: #fff;
}

.project-card.style2 .project-img, .project-card.style3 .project-img {
  position: relative;
}

.project-card.style2 .like-btn, .project-card.style3 .like-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  z-index: 2;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style2 .like-btn:hover, .project-card.style3 .like-btn:hover {
  background-color: #338F7A;
}

.project-card.style2 .like-btn:hover i, .project-card.style3 .like-btn:hover i {
  color: #fff;
}

.project-card.style2 .like-btn i, .project-card.style3 .like-btn i {
  font-size: 26px;
  line-height: 0.8;
  margin: 0 auto;
  color: #338F7A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style3 {
  background-color: #fff;
  border-radius: 5px;
}

.project-card.style3 .project-img {
  border-radius: 5px 5px 0 0;
}

.project-card.style3 .project-img img {
  border-radius: 5px 5px 0 0;
}

.project-card.style3 .project-info {
  position: relative;
  z-index: 1;
  padding: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style3 .project-info h3 {
  margin: 0 0 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style3 .project-info p {
  margin: 0 0 7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style3 .project-info .fund-collection {
  margin-bottom: 0;
}

.project-card.style3 .project-info .fund-collection .fund-raised,
.project-card.style3 .project-info .fund-collection .fund-goal {
  color: #666666;
}

.project-card.style4 {
  background-color: #fff;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.project-card.style4 .project-img {
  position: relative;
  width: 270px;
  border-radius: 5px 0 0 5px;
}

.project-card.style4 .project-img img {
  border-radius: 5px 0 0 5px;
}

.project-card.style4 .project-img .like-btn {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  z-index: 2;
  background-color: #fff;
}

.project-card.style4 .project-img .like-btn i {
  font-size: 26px;
  line-height: 0.8;
  margin: 0 auto;
  color: #338F7A;
}

.project-card.style4 .project-info {
  position: relative;
  z-index: 1;
  padding: 25px 25px 25px 5px;
  width: calc(100% - 290px);
  margin-left: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style4 .project-info h3 {
  font-size: 22px;
  margin: 0 0 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style4 .project-info p {
  margin: 0 0 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style4 .project-info .fund-collection .fund-raised,
.project-card.style4 .project-info .fund-collection .fund-goal {
  color: #666666;
}


.project-slider-one .project-card,
.project-slider-two .project-card,
.project-slider-three .project-card {
  margin: 0;
}

.team-slider-one.owl-carousel .owl-nav button.owl-prev, .team-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-two.owl-carousel .owl-nav button.owl-prev,
.team-slider-two.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-next,
.project-slider-one.owl-carousel .owl-nav button.owl-prev,
.project-slider-one.owl-carousel .owl-nav button.owl-next,
.project-slider-three.owl-carousel .owl-nav button.owl-prev,
.project-slider-three.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-two.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.project-slider-one.owl-carousel .owl-nav button.owl-prev,
.project-slider-three.owl-carousel .owl-nav button.owl-prev {
  left: -65px;
}

.team-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-two.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-next,
.project-slider-one.owl-carousel .owl-nav button.owl-next,
.project-slider-three.owl-carousel .owl-nav button.owl-next {
  right: -65px;
}

.team-slider-one.owl-carousel .owl-dots,
.team-slider-two.owl-carousel .owl-dots,
.blog-slider-one.owl-carousel .owl-dots,
.project-slider-one.owl-carousel .owl-dots,
.project-slider-two.owl-carousel .owl-dots,
.project-slider-three.owl-carousel .owl-dots {
  margin: 30px 0 0;
  text-align: center;
}


/*-------------------------------
    About  Section CSS
-------------------------------*/
.about-wrap {
  position: relative;
    padding-top: 0;
    margin-top: -100px;
    z-index: 10;
    background: none;
}

.about-wrap .about-content .content-title {
  margin-bottom: 25px;
}

.about-wrap .about-content .content-feature-list {
  margin-bottom: 30px;
}

.about-wrap.style1 .about-shape-one,
.about-wrap.style1 .about-shape-two,
.about-wrap.style1 .about-shape-three {
  position: absolute;
  z-index: -1;
}

.about-wrap.style1 .about-shape-one {
  bottom: 0;
  right: 50px;
}

.about-wrap.style1 .about-shape-two {
  bottom: 180px;
  right: 20%;
}

.about-wrap.style1 .about-shape-three {
  bottom: 0;
  right: 0;
}

.about-wrap.style1 .about-img-wrap {
  position: relative;
  background-image: url(../img/about/team-img-1.jpg);
  height: 630px;
  border-radius: 10px;
}

.about-wrap.style1 .about-img-wrap .about-quote {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: calc(100% - 60px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #338F7A;
  border-radius: 10px;
  padding: 30px;
}

.about-wrap.style1 .about-img-wrap .about-quote i {
  color: #F59946;
  position: absolute;
  top: 35px;
  left: 25px;
  font-size: 38px;
  line-height: 0.8;
}

.about-wrap.style1 .about-img-wrap .about-quote p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  padding-left: 44px;
}

.about-wrap.style2 .about-shape-one {
  position: absolute;
  bottom: 60px;
  right: 50px;
  z-index: -1;
}

.about-wrap.style3 .about-img-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap.style3 .about-img-wrap:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: calc(100% - 80px);
  height: 250px;
  background-color: #F5F5F5;
  border-radius: 5px;
  z-index: -1;
  -webkit-transform: translateX(-50%) rotate(2deg);
  transform: translateX(-50%) rotate(2deg);
}

.about-wrap.style3 .about-img-wrap .about-shape-one {
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 1;
}

/*-------------------------------
    Donate  Section CSS
-------------------------------*/
.donate-box {
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  border-radius: 10px;
}

.donate-box .donate-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.donate-box .donate-amt {
  margin-bottom: 20px;
}

.donate-box .donate-amt li {
  margin-right: 20px;
  margin-bottom: 15px;
}

.donate-box .donate-amt li:last-child {
  margin-right: 0;
}

.donate-box .donate-amt li button {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  padding: 18px 35px;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  padding: 0 1px;
}




@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@-webkit-keyframes circle-chart-appear {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*-------------------------------
    CTA  Section CSS
-------------------------------*/
.cta-wrap {
  overflow: hidden;
}

.cta-wrap.style1, .cta-wrap.style2 {
  position: relative;
  background-image: url(../img/cta-bg-1.jpg);
  z-index: 1;
}

.cta-wrap.style1:after, .cta-wrap.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(255, 255, 255, 0.95)), color-stop(94%, rgba(255, 255, 255, 0.3)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 45%, rgba(255, 255, 255, 0.3) 94%);
}

.cta-wrap.style1 .content-title, .cta-wrap.style2 .content-title {
  position: relative;
  z-index: 1;
}

.cta-wrap.style1 .cta-btn, .cta-wrap.style2 .cta-btn {
  text-align: center;
}

.cta-wrap.style1 .cta-btn .btn:nth-child(1), .cta-wrap.style2 .cta-btn .btn:nth-child(1) {
  margin-right: 15px;
}

.cta-wrap.style1 .cta-shape-one, .cta-wrap.style2 .cta-shape-one {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 0;
}

.cta-wrap.style1 {
  position: relative;
  z-index: 1;
}

.cta-wrap.style1 .cta-shape-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*-------------------------------
    Blog  Section CSS
-------------------------------*/
.blog-wrap .container {
  position: relative;
  z-index: 1;
}

.blog-wrap .container .blog-section-shape {
  position: absolute;
  bottom: -20px;
  left: -100px;
  z-index: -1;
}

.blog-card {
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-card .blog-info .blog-author {
  margin: 0 0 20px;
}

.blog-card .blog-info .blog-author .blog-author-img {
  border-radius: 50%;
}
.blog-card .blog-info .blog-author .blog-author-info {
  width: calc(100% - 65px);
  margin-left: 15px;
}

.blog-card .blog-info .blog-author .blog-author-info h6 {
  font-size: 16px;
  margin: 5px 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-info .blog-author .blog-author-info span {
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-info h3 {
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-info p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  margin-right: 15px;
  color: #666666;
}

.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}

.blog-card .blog-info .blog-metainfo li a {
  font-size: 15px;
  position: relative;
  padding-left: 22px;
  color: #666666;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-info .blog-metainfo li a i {
  color: #338F7A;
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-info .link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-info .link:after {
  display: none;
}

.blog-card.style1 {
  background-color: #F5F5F5;
  border-radius: 5px;
}

.blog-card.style1 .blog-info {
  padding: 25px;
}

.blog-card.style1 .blog-info .blog-author {
  margin: 0 0 20px;
}

.blog-card.style1 .blog-info h3 {
  margin-bottom: 15px;
}

.blog-card.style1 .blog-info p {
  margin-bottom: 15px;
}

.blog-card.style1 .link {
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 18px 15px;
  border-radius: 0 0 5px 5px;
}

/* .blog-card.style1:hover {
  background-color: #338F7A;
} */

.blog-card.style1:hover .blog-info .blog-author .blog-author-info h6 a {
  color: #fff;
}

.blog-card.style1:hover .blog-info .blog-author .blog-author-info span {
  color: rgba(255, 255, 255, 0.8);
} 

.blog-card.style1:hover .blog-info h3 a {
  color: #fff;
} 

/* .blog-card.style1:hover .blog-info p {
  color: rgba(255, 255, 255, 0.8);
} */

.blog-card.style1:hover .blog-info .blog-metainfo li {
  color: rgba(255, 255, 255, 0.8);
}

.blog-card.style1:hover .blog-info .blog-metainfo li i {
  color: #fff;
}

.blog-card.style1:hover .blog-info .blog-metainfo li a {
  color: #fff;
}

.blog-card.style1:hover .link {
  background-color: #F59946;
  color: #fff;
}

.blog-card.style1:hover .link:after {
  display: none;
}

.blog-card.style2 {
  background-color: #fff;
}

.blog-card.style2 .blog-info {
  padding: 25px;
}

.blog-card.style2 .blog-info .blog-metainfo {
  margin-bottom: 0;
}

.blog-card.style2 .blog-info h3 {
  margin-bottom: 15px;
}

.blog-card.style2 .link {
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 18px 15px;
  border-radius: 0 0 5px 5px;
}

.blog-card.style2:hover .link {
  background-color: #F59946;
  color: #fff;
}

.blog-card.style3 {
  background-color: #fff;
  padding: 25px;
}

.blog-card.style3 .blog-img {
  position: relative;
}

.blog-card.style3 .blog-img .blog-date {
  position: absolute;
  top: -25px;
  left: -25px;
  background-color: #F59946;
  padding: 15px 18px;
  border-radius: 5px 0 5px 0;
  color: #fff;
  text-align: center;
}

.blog-card.style3 .blog-img .blog-date span {
  display: block;
  font-weight: 600;
}

.blog-card.style3 .blog-info {
  border-bottom: 0;
  padding: 25px 0 0;
}

.blog-card.style3 .blog-info .blog-metainfo {
  margin-bottom: 0;
}

.blog-card.style3 .link {
  display: inline-block;
  text-align: left;
  padding: 0;
}

.blog-card.style3 .link:after {
  display: none;
}

.blog-slider-one .blog-card {
  margin: 0;
}


.btn.disabled {
  opacity: 1;
}

#msgSubmit {
  font-size: 16px;
  margin-top: 10px;
}

/*-------------------------------
   FAQ & Error Section  CSS
-------------------------------*/
.faq-wrap {
  position: relative;
}

.faq-wrap .accordion {
  margin-bottom: 25px;
}

.accordion-item {
  border: none;
  margin: 0 0 25px;
  background: transparent;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.accordion-item .accordion-header .faq-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.accordion-item .accordion-header .accordion-button {
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 5px;
  color: #000;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
  padding: 20px 45px 22px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
}

.accordion-item .accordion-header .accordion-button.collapsed span {
  background-color: #338F7A !important;
}

.accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
  background-color: #D9D9D9;
}

.accordion-item .accordion-header .accordion-button.collapsed span {
  background-color: transparent !important;
}

.accordion-item .accordion-header .accordion-button.collapsed span i {
  color: #666666;
}

.accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  min-width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px;
  text-align: center;
}

.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 28px;
  right: 20px;
  font-size: 24px;
  line-height: 0.8;
  color: #fff;
  display: block;
  margin: 0 auto;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item .accordion-body {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 22px 20px 22px;
}

.accordion-item .accordion-body p {
  margin: 0 0 10px;
}

.accordion-item .accordion-body p:last-child {
  margin: 0;
}

.accordion-collapse {
  border: none;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #00B3A0 !important;
  border-color: transparent;
  color: #fff;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.error-wrap {
  margin-top: 84px;
}

.error-content {
  text-align: center;
}

.error-content img {
  display: block;
  margin: 0 auto 30px;
  max-width: 600px;
}

.error-content p {
  margin: 0 auto 20px;
  max-width: 520px;
}

/*-------------------------------
    Event  Section CSS
-------------------------------*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .promo-wrap.style2 .promo-card .promo-icon, .project-card.style2 .like-btn, .project-card.style3 .like-btn, .project-card.style4 .project-img .like-btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .event-info-item-wrap .event-info-item, .project-card.style4, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .event-card, .team-card.style2 .team-info-wrap, .progess-bar-item, .blog-card .blog-info .blog-author, .donate-box .donate-amt, .fund-collection, .owl-carousel .owl-nav, .pp-post-item, .promo-wrap.style2, .donation-form .radionbtn-wrap, .counter-card-wrap, .post-author, .comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .event-info-item-wrap .event-info-item, .project-card.style4, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .event-card, .team-card.style2 .team-info-wrap, .progess-bar-item, .blog-card .blog-info .blog-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
  background-color: #338F7A;
}

.footer-wrap .footer-top {
  background-color: #323182;
  position: relative;
  z-index: 1;
}

.footer-wrap .footer-top .footer-shape-one,
.footer-wrap .footer-top .footer-shape-two,
.footer-wrap .footer-top .footer-shape-three,
.footer-wrap .footer-top .footer-shape-four {
  position: absolute;
  z-index: -1;
}

.footer-wrap .footer-top .footer-shape-one {
  bottom: 0;
  left: 15px;
}

.footer-wrap .footer-top .footer-shape-two {
  top: 20px;
  right: 45px;
}

.footer-wrap .footer-top .footer-shape-three {
  top: 120px;
  right: 0;
}

.footer-wrap .footer-top .footer-shape-four {
  top: 60px;
  right: 0;
}

.footer-wrap .footer-bottom {
  background-color: #27286F;
}

.footer-wrap .footer-widget {
  margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-widget-title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
}


.footer-wrap .footer-widget .footer-logo {
  display: block;
}

.footer-wrap .footer-widget .comp-desc {
  color: rgba(255, 255, 255, 0.8);
  margin: 25px 0 30px 0;
  padding-bottom: 25px;
  position: relative;
}



.footer-wrap .footer-widget .newsletter-form {
  position: relative;
}

.footer-wrap .footer-widget .newsletter-form input {
  width: 100%;
  height: 60px;
  border-radius: 10px 0 10px 0;
  padding: 13px 105px 12px 18px;
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
}

.footer-wrap .footer-widget .newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #338F7A;
  color: #fff;
  border: none;
  height: 100%;
  border-radius: 0 0 10px 0;
  padding: 12px 20px;
}

.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 20px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 0;
}


.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #F59946;
  padding-left: 8px;
}

.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
  padding-left: 0;
}

.footer-wrap .footer-widget .contact-info li h6 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 5px;
}

.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: #F59946;
}

.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.footer-bottom {
  padding: 18px 10px;
}

.footer-bottom .copyright-text {
  margin: 0;
  color: #fff;
}

.footer-bottom .copyright-text i {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.footer-bottom .copyright-text span {
  color: #338F7A;
}

.footer-bottom .copyright-text a {
  color: #338F7A;
  font-weight: 500;
}

.footer-bottom .copyright-text a:hover {
  text-decoration: underline;
}

.footer-bottom .social-profile {
  text-align: right;
}

.footer-bottom .social-profile li a {
  background-color: #338F7A;
  color: #fff;
  font-size: 18px;
}

.footer-bottom .social-profile li a i {
  color: #000;
}

.footer-bottom .social-profile li a:hover {
  background-color: #F59946;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer-bottom .social-profile li a:hover i {
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .footer-wrap .footer-bottom .copyright-text {
    margin-bottom: 15px;
  }
  .footer-wrap .footer-bottom .copyright-text,
  .footer-wrap .footer-bottom .social-profile {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-top .footer-shape-one {
    left: auto;
    right: 0px;
  }
  .footer-wrap .footer-top .footer-shape-two {
    right: 25px;
    top: 10px;
  }
  .footer-wrap .footer-top .footer-shape-four {
    right: 0px;
    top: 20px;
    max-width: 75px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    margin: 15px 0 22px;
    padding-bottom: 15px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }
  .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 14px;
    top: -3px;
  }
  .footer-wrap .footer-bottom .social-profile li a {
    width: 30px;
    height: 30px;
  }
  .footer-wrap .footer-bottom .social-profile li a i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-wrap .footer-top .footer-shape-one {
    max-width: 140px;
  }
  .footer-wrap .footer-top .footer-shape-two {
    max-width: 70px;
  }
  .footer-wrap .footer-top .footer-shape-three {
    max-width: 70px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 22px;
    padding-bottom: 15px;
  }
  .footer-wrap .footer-widget .newsletter-form input, .footer-wrap .footer-widget .newsletter-form button {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .newsletter-form input {
    height: 55px;
    padding: 12px 130px 12px 15px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    padding: 12px 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-shape-four {
    top: 40px;
  }
  .footer-wrap .footer-top .footer-widget .newsletter-form input, .footer-wrap .footer-top .footer-widget .newsletter-form button {
    font-size: 14px;
  }
  .footer-wrap .footer-top .footer-widget .newsletter-form input {
    height: 55px;
    padding: 12px 130px 12px 15px;
  }
  .footer-wrap .footer-top .footer-widget .newsletter-form button {
    padding: 12px 16px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-menu li a,
  .comp-desc,
  .footer-wrap .footer-widget .contact-info li p,
  .footer-wrap .footer-widget .contact-info li a {
    font-size: 15px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
  }
}

/*Home page changes*/
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/hero/Home-banner.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

header.header-wrap .navbar{
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 0 20px;
    top: 10px;
}
header.header-wrap.sticky .navbar {
  position: relative;
  width: 100%;
  top: 0;
}
.vision-sec .vision-highlight {
  text-align: left;
  background: #338f7a;
  padding: 18px 34px;
  /* color: #fff; */
  margin: 0 auto;
  border-radius: 20px;
  margin-top: -70px;
  z-index: 1;
}
.vision-highlight {
  text-align: left;
  background: #338f7a;
  padding: 22px 34px;
  margin: 0 auto;
  border-radius: 20px;
  margin-top: -70px;
  z-index: 1;
}
.vision-highlight h2 {
  color: #fff;
    float: left;
    display: flex;
    margin-right: 40px;
    align-items: center;
    margin-top: 22px;
    border-right: 1px solid #fff;
    padding-right: 40px;
}
.vision-highlight p {
  color: #fff;
  display: inline;
}

.our-works p {
  padding: 0 20%;
}
section.our-works .row div {
  padding: 0;
}

section.project-wrap.our-blogs .section-title.style1{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
section.project-wrap .section-title.style1 .text-heading{
  text-align: left;
}

ul.contact-info li ul.social-profile {
  margin-top: 10px;
}
.footer-wrap .footer-widget .contact-info li ul.social-profile li{
  padding-left: 0;
  margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-info li ul.social-profile i{
  color: #323182;
  top: 10px;
  left: 9px;
}

.partner-sec .btn-partners{
  text-align: center;
  margin-top: 40px;
}
.partner-sec .owl-dots, .our-blogs .owl-dots {
  display: none;
}
.cta-wrap.style1.partner-sec{
  position: relative;
    background-image: url(../img/partners-bg.jpg);
    z-index: 1;
    background-position: 100% 100%;
    /* background-size: 100%; */
    height: 100%;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-wrap.style1.partner-sec:after{
  background: none;
}
.partner-sec .section-title h2 {
  color: #fff;
}
.donate-sec .donate-box h2 {
  color: #323232;
}
.donate-sec .project-card {
  padding: 0 35px;
}
.donate-sec h3 {
  font-size: 28px;
  font-weight: 100;
}

/*Gallery CSS*/
.grid-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  grid-auto-flow: dense;
  }
  .grid-container .item {
  background:#8FF;
  display:flex;
  }
  .grid-container .item a {
  display:flex;
  width:100%;
  }
  .grid-container .item.portrait {
  grid-row: auto / span 2;
  }
  .grid-container .item img {
  width:100%;
  height:auto;
  object-fit:cover;
  }

  .filter-buttons {
    padding:1rem;
    text-align:center;
  }
  .filter-buttons button {
    background:#fff;
    border:none;
    font-size:1rem;
    padding:.5rem 1.5rem;
    margin-bottom:.5rem;
    border-radius: 30px;
  }
  .filter-buttons button:focus {
    outline:none;
    background:#00B3A0;
  }
  .filter-buttons button.mixitup-control-active {
    background: #00B3A0;
    color: #fff;
  }
  section.gallery-sec {
    position: relative;
    z-index: 10;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
  .gallery-sec .photos-sec img.donate-shape-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
  }
  .gallery-sec .btn-gallery{
  text-align: center;
  margin-top: 40px;
}
.photos-sec h2{
  color: #fff;
  font-size: 40px;
}
.photos-sec span {
  color: #fff;
}
/*Gallery CSS*/

section.gallery-sec {
  background-color: #323182;
  padding-bottom: 220px;
}
.about-wrap .container{
  background: #fff;
  padding-right: 0;
  border-radius: 12px;
}
.about-wrap .about-content {
  padding: 60px 40px;
}
.our-works{
  position: relative;
}
.our-works.project-wrap ul li a {
  color: #fff !important;
}
.our-works .project-info ul{
  padding-left: 0;
  list-style: none;
}
.our-works.project-wrap .project-info {
  position: absolute;
    bottom: 10px;
    margin: 0 auto;
    left: 12%;
}
.our-works.project-wrap .project-info img{
  width: 250px;
  text-align: center;
}
.our-works.project-wrap .project-info ul{
   text-align: center;
    padding-left: 0;
}
button.btn.style2{
  background-color: #ffffff;
  border-radius: 8px;
  color: #338F7A;
}
a.btn.style2:hover{
  color: #fff;
}
button.btn.style2:after, button.btn.style2:before{
  background: #206052;
}
.cta .cta-bg {
  background: #338F7A;
  margin: 0 auto;
  padding: 30px 40px;
  border-radius: 30px;
}
.cta .cta-bg div.cta-sec {
  text-align: right;
  vertical-align: middle;
}
.cta .cta-bg div {
  display: table-cell;
}
.cta .cta-bg h4,.cta .cta-bg p  {
  color: #fff;
}
.autoslider img, .autoslider1 img, .autoslider2 img, .autoslider3 img {
  width: 100%;
  height: 100%;
}
.our-works ul li a i {
  vertical-align: middle;
}

.modal-body form input {
  font-size: 14px;
  font-weight: 100;
}


.about-us-page section.hero-wrap {
  height: 400px;
}
.hero-wrap .breadcrumb-title {
  margin-top: 110px;
  text-align: center;
}
.about-us-page .hero-wrap .breadcrumb-title h2 {
  color: #fff;
}
.about-us-page .about-content a.btn.style1 {
  margin-top: 20px;
}
.video-icon-img {
  display: inline-block;
  position: relative;
}
.video-icon-img a::after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  background-image: url('../img/video-icon.png');
  background-repeat: no-repeat;
  left: 35%;
  top: 35%;
}
.about-us-page .content-title h2 {
  margin-bottom: 30px;
}
.about-content .story-para {
  padding: 20px 20px;
  border: 1px dashed #32318266;
}
.vision-about {
  background: #338F7A;
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto;
}
.vision-about div {
  display: inline-block;
  float: left;
}
.vision-about ul {
  padding-left: 0;
}
.vision-about h2 {
  color: #fff;
  margin-right: 10px;
  border-right: 1px solid #fff;
  padding-right: 0;
  margin-top: 25px;
}
.vision-about p {
  color: #fff;
}
.vision-about img {
  margin-top: 10px;
}
.principles h4 {
  margin-top: 20px;
}
.principles {
  border: 1px dashed #dcdcdc;
  padding: 20px 30px;
  margin: 0 -8px;
}
.our-works-inner .text-heading.text-center{
  margin: 0 auto;
  width: 530px;
}
.our-works-inner .project-info h3 {
  font-size: 30px;
  color: #333356;
}
.our-works-inner .project-card.style1:hover .project-info {
  background: #F5F5F5;
}
.our-works-inner .project-card.style1:hover .project-info p {
  color: #666666;
}

section.gallery-innerpage {
  padding-bottom: 100px;
  background: none;
}
.gallery-innerpage .photos-sec h2 {
  color: #474747;
}
.faq-wrap .text-heading h2 {
  margin-bottom: 40px;
}
.team-wrap .belowtxt {
  background: #EEEFF3;
}
.team-wrap .right-txt {
  margin-top: 80px;
  padding: 0 40px;
}
.team-wrap .text-heading h2 {
  margin-bottom: 30px;
}
.team-wrap .img-info img {
  margin-bottom: 34px;
}
.team-wrap .img-info {
  position: relative;
  text-align: center;
}
.team-wrap.about-student .left-img {
  padding: 50px 0;
}
.team-wrap .img-info a {
  position: absolute;
  left: 30%;
  top: 30%;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.team-wrap .belowtxt::before {
  content: '';
    width: 400px;
    height: 532px;
    background-color: #313285;
    position: absolute;
}
section.team-wrap {
  position: relative;
}