a {
  color: inherit;
}

/* SEARCH MODAL */
#searchModal .modal-content {
  border-radius: 0;
}

#searchModal .modal-body {
  padding: 0;
}

.close-btn-block {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 5px;
  background: var(--color-1);
  color: #fff;
  border-radius: 20px;
  margin-top: 20px;
}

.close-btn-block button {
  border: none;
  background: transparent;
  color: #fff;
}

#searchModal .search-part {
  margin: 0;
}

#searchModal .search-part input {
  height: 65px;
  padding: 10px 20px;
  font-size: 22px;
  border: none;
  background: #eee;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  margin-top: 0;
}

#searchModal .search-part button {
  top: 13px;
  right: 17px;
  font-size: 24px;
  outline: none;
  box-shadow: none;
  position: absolute;
  border: none;
}

#searchModal .quick-search {
  padding: 20px 20px 15px;
}

#searchModal .quick-search h5 {
  text-transform: uppercase;
  margin: 0;
  color: var(--color-1);
}

#searchModal .quick-search ul {
  margin: 15px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

@media (max-width: 767px) {
  #searchModal .quick-search ul {
    grid-template-columns: 1fr 1fr;
  }
}
#searchModal .quick-search ul li {
  display: block;
  height: 100%;
}

#searchModal .quick-search ul li:last-child {
  margin-right: 0;
}

#searchModal .quick-search ul li a {
  display: block;
  padding: 5px 12px 4px;
  /* background: #eee; */
  color: #222;
  border-radius: 5px;
  border: 1px solid #2b2a2a;
  height: 100%;
  font-size: 14px;
  line-height: 25px;
}

#searchModal .quick-search ul li.active a {
  background: var(--color-2);
  border-color: var(--color-2);
  color: #fff;
  pointer-events: none;
}

.search-part {
  position: relative;
}

/* INDEX PAGE */
.grid-icon-1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  margin-top: -90px;
  z-index: 10;
}
@media (max-width: 991px) {
  .grid-icon-1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .grid-icon-1 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
}
.grid-icon-1 .single-counter {
  text-align: center;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 30px;
  position: relative;
  z-index: 2;
  border-radius: 6px;
}
.grid-icon-1 .single-counter img {
  margin-bottom: 8px;
  width: 70px;
}
.grid-icon-1 .single-counter h2 {
  font-size: 26px;
  color: var(--color-1);
  margin-bottom: 7px;
  font-weight: bold;
}
.grid-icon-1 .single-counter h4 {
  font-size: 16px;
  margin-bottom: 0;
}

span.tag-common {
  display: inline-block;
  padding: 6px 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--color-2);
  font-size: 13px;
  border-radius: 6px;
}

section.millions-block {
  position: relative;
}
section.millions-block .millions-box {
  background-color: #006450;
  background-image: url(../../images/texture-1.png);
  padding: 90px;
  border-radius: 9px;
  position: relative;
  margin-top: 70px;
}
@media (max-width: 991px) {
  section.millions-block .millions-box {
    padding: 30px;
    text-align: center;
  }
}
section.millions-block .millions-box .img-abs-1 {
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  section.millions-block .millions-box .img-abs-1 {
    position: absolute;
    right: 40px;
    top: -60px;
    transform: translateY(17.6509px) translateX(0px) rotate(12.1772deg) scale(1);
  }
}
section.millions-block .millions-box .title-millions {
  text-align: center;
}
section.millions-block .millions-box .title-millions span.tag {
  display: inline-block;
  padding: 6px 10px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  background-color: var(--color-2);
  font-size: 13px;
  border-radius: 6px;
}
section.millions-block .millions-box .title-millions h2 {
  color: #fff;
  font-weight: bold;
  font-size: 39px;
  max-width: 650px;
  margin: 20px auto;
}
section.millions-block .millions-box .grid-millions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  section.millions-block .millions-box .grid-millions {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
section.millions-block .millions-box .grid-millions p {
  color: #fff;
  font-size: 18px;
}

section.hunger-block {
  margin-top: 40px;
  background-color: var(--liteColor);
}
section.hunger-block .grid-hunger {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
}
@media (max-width: 767px) {
  section.hunger-block .grid-hunger {
    grid-template-columns: 1fr;
  }
}
section.hunger-block .grid-hunger .hunger-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hunger-block .grid-hunger .hunger-right {
  padding: 40px;
  display: flex;
}
section.hunger-block .grid-hunger .hunger-right .title-hunger h2 {
  font-family: var(--font-3);
  font-size: 42px;
}
section.hunger-block .grid-hunger .hunger-right .title-hunger h2 span {
  font-family: var(--font-2);
  font-weight: bold;
  color: var(--color-1);
}
section.hunger-block .grid-hunger .hunger-right .auto {
  margin: auto 0;
  font-size: 16px;
  line-height: 26px;
}

section.map-block {
  background-color: #003c3b;
  background-image: url(../../images/texture-1.png);
  padding: 50px;
}
section.map-block * {
  color: #fff;
}
section.map-block .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
section.map-block .map-box-holder {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
section.map-block h1 {
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section.map-block h1 {
    font-size: 32px;
  }
}
section.map-block .map-box {
  text-align: center;
  padding: 30px 0;
}
section.map-block .grid-map-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 767px) {
  section.map-block .grid-map-box {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

section.causing-block {
  position: relative;
  padding: 60px 0;
  background-color: #e9f0e7;
}
@media (max-width: 767px) {
  section.causing-block {
    padding: 15px;
  }
}
section.causing-block .grid-causing {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 991px) {
  section.causing-block .grid-causing {
    grid-template-columns: 1fr;
  }
}
section.causing-block .grid-causing .causing-left .title-causing h2 {
  font-family: var(--font-3);
  font-size: 42px;
}
section.causing-block .grid-causing .causing-left .title-causing h2 span {
  font-family: var(--font-2);
  font-weight: bold;
  color: #222;
}
section.causing-block .grid-causing .causing-left .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 40px;
}
section.causing-block .grid-causing .causing-left .grid p {
  font-size: 16px;
  line-height: 29px;
}
section.causing-block .grid-causing .causing-right {
  position: relative;
}
section.causing-block .grid-causing .causing-right .holder {
  position: relative;
  margin-left: 200px;
}
@media (max-width: 767px) {
  section.causing-block .grid-causing .causing-right .holder {
    margin-left: 0;
  }
}
section.causing-block .grid-causing .causing-right .holder img {
  border-radius: 8px;
  z-index: -1;
  transform: translateY(12.6509px) translateX(0px) rotate(359deg) scale(1);
}
section.causing-block .grid-causing .causing-right img.small {
  position: absolute;
  left: 40px;
  bottom: -40px;
  width: 200px;
  z-index: 10;
  border-radius: 8px;
  transform: translateY(12.6509px) translateX(0px) rotate(12deg) scale(1);
}
section.causing-block .grid-icony {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  margin: 120px auto 0;
}
@media (max-width: 767px) {
  section.causing-block .grid-icony {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 559px) {
  section.causing-block .grid-icony {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.causing-block .grid-icony .icon-box {
  text-align: center;
}
section.causing-block .grid-icony .icon-box .ico img {
  width: 70px;
}
section.causing-block .grid-icony .icon-box h3 {
  font-weight: bold;
  color: #222;
  line-height: 28px;
  margin: 10px 0;
  font-size: 20px;
}

section.join-our-mission {
  background-color: #843700;
  background-image: url(../../images/texture-1.png);
  padding: 60px 10px;
  position: relative;
}
section.join-our-mission img.abs {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
}
section.join-our-mission .title-join {
  text-align: center;
  margin-bottom: 30px;
}
section.join-our-mission .title-join h2 {
  font-family: var(--font-3);
  font-size: 55px;
  color: #fff;
}
section.join-our-mission .title-join h2 span {
  font-family: var(--font-2);
  font-weight: bold;
  color: #e4c06d;
}
section.join-our-mission .grid-join {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  z-index: 10;
}
section.join-our-mission .grid-join.type-2 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  section.join-our-mission .grid-join.type-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 559px) {
  section.join-our-mission .grid-join.type-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  section.join-our-mission .grid-join {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 559px) {
  section.join-our-mission .grid-join {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.join-our-mission .grid-join .box-join {
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
section.join-our-mission .grid-join .box-join .imgs {
  overflow: hidden;
}
section.join-our-mission .grid-join .box-join .imgs img {
  width: 100%;
  transition: 0.5s ease;
}
section.join-our-mission .grid-join .box-join .content {
  padding: 30px;
}
section.join-our-mission .grid-join .box-join .content h3 {
  font-weight: bold;
  color: #333;
  font-size: 26px;
}
section.join-our-mission .grid-join .box-join .content p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
section.join-our-mission .grid-join .box-join:hover img {
  transform: scale(1.1);
}

section.icon-block-2 {
  padding-top: 20px;
  padding-bottom: 40px;
}
section.icon-block-2 .grid-icon-block-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media (max-width: 991px) {
  section.icon-block-2 .grid-icon-block-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.icon-block-2 .grid-icon-block-2 .icon-box-2 img {
  width: 65px;
  margin-bottom: 10px;
}
section.icon-block-2 .grid-icon-block-2 .icon-box-2 h3 {
  font-weight: bold;
}
section.icon-block-2 .grid-icon-block-2 .icon-box-2 p {
  line-height: 28px;
}
section.icon-block-2 .grid-icon-block-2 .icon-box-2 a {
  font-weight: bold;
  color: var(--color-1);
}

/* OVERVIEW */
section.overview {
  padding: 60px 0 30px 0;
}

.grid-boxed-1 {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  grid-gap: 20px;
  margin: auto;
}

@media (max-width: 991px) {
  .boxed-block {
    padding: 20px 10px;
  }
  .grid-boxed-1 {
    grid-template-columns: 1fr;
  }
}
.boxed-1-left {
  position: relative;
  background: url(../../images/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  display: flex;
  height: 100%;
}

.boxed-1-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 125, 47, 0.85);
}

.boxed-1-left .inner {
  margin: auto;
  position: relative;
  color: #fff;
  padding: 30px;
  text-align: center;
}

.boxed-1-left .inner h3 {
  font-size: 30px;
  font-weight: bold;
}

.boxed-1-left .inner p {
  color: #fff;
}

p.title-tag span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 22px;
}

p.title-tag span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 3px;
  height: 17px;
  background: #222;
}

p.title-tag.lite span::before {
  background: #fff;
}

p.title-tag.greeny span::before {
  background: var(--color-1);
}

.boxed-1-right .btns {
  margin-top: 25px;
}

.boxed-1-right h4 {
  color: var(--color-1);
  margin-top: 10px;
}

.boxed-1-right p {
  margin: 0;
}

.boxed-1-right p.lead {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 10px;
}

.boxed-1-right p.lead.spl {
  color: #222;
  font-weight: 400;
  max-width: 550px;
}

.boxed-1 {
  padding: 40px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.boxed-1 h3 {
  font-weight: 700;
  font-size: 22px;
  color: #444;
}

.boxed-1 p {
  color: #777;
}

.btns p {
  position: relative;
  top: 3px;
  text-transform: uppercase;
}

.btns p a {
  display: inline-block;
  color: #222;
  padding: 0 12px;
}

.btns p a .fa-facebook {
  color: #0A83F0;
}

.btns p a .fa-instagram {
  color: #DA40A0;
}

/* COUNTING */
/* FULL BG BLOCK */
.full-bg-1 {
  background-image: url("../../images/bg-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 30px;
  position: relative;
  color: #fff;
}

.full-bg-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #036d08;
  opacity: 0.65;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.full-bg-1.black::before {
  background-color: #222;
}

@media (max-width: 991px) {
  .full-bg-1 {
    padding: 30px;
  }
}
.grid-counting {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  color: #222;
}

@media (max-width: 991px) {
  .grid-counting {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .grid-counting {
    grid-template-columns: 1fr;
  }
}
.counting-box {
  display: flex;
}

.counting-box .inner > div {
  grid-gap: 10px;
  position: relative;
  margin: auto;
  display: inline-block;
}

.counting-box h2 {
  font-size: 55px;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.counting-box h3 {
  margin: 15px 0 5px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.counting-box p {
  color: #fff;
}

/* VISION MISSION */
.grid-block-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-block-1 .imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-block-1 .imgs-xs {
  display: none;
}
.grid-block-1 .content {
  padding: 30px;
  display: flex;
}
.grid-block-1 .content h2 {
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 30px;
  position: relative;
}
.grid-block-1 .content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 40px;
  height: 2px;
  background-color: #31577e;
}
.grid-block-1 .content p {
  font-size: 16px;
  line-height: 22px;
}
.grid-block-1 .content .btn-1 {
  border: 2px solid #222;
  color: #222;
  padding: 6px 16px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
.grid-block-1 .content.dark {
  background-color: #000;
}
.grid-block-1 .content.dark h2, .grid-block-1 .content.dark p {
  color: #fff;
}
.grid-block-1 .content.dark .btn-1 {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .grid-block-1 .content {
    padding: 20px;
    display: block;
  }
}
.grid-block-1 .content .holder {
  margin: auto 20px;
}
@media (max-width: 767px) {
  .grid-block-1 .content .holder {
    margin: 0;
  }
}
.grid-block-1 .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .grid-block-1 {
    grid-template-columns: 1fr;
  }
  .grid-block-1 .xs-hidden {
    display: none;
  }
  .grid-block-1 .visible-xs {
    display: block;
  }
  .grid-block-1 .imgs-xs {
    display: block;
  }
}

/* BOARD OF DIRECTORS OR TEAM BLOCK */
.grid-team-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}

@media (max-width: 991px) {
  .grid-team-wrap {
    grid-template-columns: 1fr;
  }
}
.team .wrap {
  background: url(../../images/bg/bg-team.jpg) bottom left no-repeat fixed;
  background-size: auto auto, cover;
}

.team .wrap .inner {
  padding: 40px 20px;
}

.team .wrap .inner.bg-lite {
  background-color: #eee;
}

.team .wrap .inner h2.lite {
  color: var(--color-1);
  font-size: 24px;
  font-weight: bold;
}

.team-box-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.team-box-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 559px) {
  .team-box-grid,
  .team-box-grid.grid-3 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.team-box-grid.inline {
  display: block;
  margin: 30px 0;
  text-align: center;
}

.team-box-grid.inline > .team-box-new {
  width: 280px;
  display: inline-block;
}

.team-box-grid.inline > .team-box-new img {
  --v: 200px;
  width: var(--v);
  height: var(--v);
  border-radius: var(--v);
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
  margin-bottom: 10px;
}

.team-box-grid.inline > .team-box-new .caption {
  padding: 0 15px;
}

.team-box-grid.inline > .team-box-new h3 {
  color: var(--color-1);
  font-size: 18px;
  font-weight: bold;
}

.team-box-grid.inline > .team-box-new p {
  font-size: 14px;
  color: #222;
}

.team-box {
  background: #fff;
  padding: 1.6rem;
  border-radius: 16px;
  margin-bottom: 2.6rem;
  transition-duration: 0.3s;
  position: relative;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
}

.team-box:after {
  position: absolute;
  left: 0;
  bottom: -136%;
  height: 150%;
  width: 150%;
  background: #1b273d;
  transition: all 0.5s ease-in-out;
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  z-index: 0;
  opacity: 0;
}

.team-box figure a.profile-img img,
.team-box-circle {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.team-box figure {
  position: relative;
}

.team-box figure a.profile-img img {
  transition-duration: 0.3s;
}

.team-box figure figcaption {
  background: rgba(85, 75, 185, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 90%;
  text-align: center;
  border-radius: 8px;
  opacity: 0;
  padding: 0.8rem 0;
  transition: all 0.3s ease-in-out 0.3s;
  z-index: 3;
}

.team-box figure figcaption a {
  font-size: 22px;
  line-height: 3.9rem;
  color: #554bb9;
  padding: 0 0.3rem;
}

.team-box .social-group {
  text-align: right;
  padding: 1rem 2rem;
}

.team-box .social-group a {
  color: #fff;
}

.team-box .speaker-info {
  position: absolute;
  bottom: 5px;
  z-index: 99;
  width: 100%;
  text-align: left;
  padding: 1.5rem 2rem;
}

.team-box .speaker-info .title {
  font-size: 2.6rem;
  line-height: 3.9rem;
  font-weight: 700;
  margin: 0;
  color: #efa506;
}

.team-box .speaker-info .title a {
  font-size: 24px;
  color: inherit;
}

.team-box .speaker-info .subtitle {
  font-size: 18px;
  line-height: 2.1rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
  opacity: 0.7;
}

.team-box:hover {
  background: #554bb9;
  overflow: hidden;
}

.team-box:hover:after {
  left: 42%;
  opacity: 0.7;
}

.team-box:hover figure a.profile-img img {
  transform: scale(1.2);
}

.team-box:hover figure figcaption {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.team-box-circle {
  border-radius: 16px;
  margin-bottom: 2.6rem;
  transition-duration: 0.3s;
  position: relative;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
}

.team-box-circle figure {
  position: relative;
}

.team-box-circle figure a.profile-img img {
  border-radius: 50%;
  transition-duration: 0.3s;
}

.team-box-circle figure figcaption {
  background: rgba(85, 75, 185, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 90%;
  text-align: center;
  border-radius: 8px;
  opacity: 0;
  padding: 0.8rem 0;
  transition: all 0.3s ease-in-out 0.3s;
  z-index: 3;
}

.team-box-circle figure figcaption a {
  font-size: 2.6rem;
  line-height: 3.9rem;
  color: #554bb9;
  padding: 0 0.3rem;
}

.team-box-circle .social-group {
  text-align: right;
  padding: 1rem 2rem;
}

.team-box-circle .social-group a {
  color: #fff;
}

.team-box-circle .speaker-info {
  position: absolute;
  bottom: 5px;
  z-index: 99;
  width: 100%;
  text-align: left;
  padding: 1.5rem 2rem;
}

.team-box-circle .speaker-info .title {
  font-size: 2.6rem;
  line-height: 3.9rem;
  font-weight: 700;
  margin: 0;
  color: #efa506;
}

.team-box-circle .speaker-info .title a {
  font-size: inherit;
  color: inherit;
}

.team-box-circle .speaker-info .subtitle {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
  opacity: 0.7;
}

.team-box-circle:hover {
  background: #554bb9;
  overflow: hidden;
}

.team-box-circle:hover:after {
  left: 42%;
  opacity: 1;
}

.team-box-circle:hover figure a.profile-img img {
  transform: scale(1.2);
  border-radius: 0;
}

.team-box-circle:hover figure figcaption {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.team-box2 {
  margin-bottom: 4.2rem;
  transition: all 0.3s ease-in-out 0s;
}

/* ANNUAL REPORT */
.annual-report {
  padding: 30px 0;
}
.annual-report .grid-annual-report {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media (max-width: 991px) {
  .annual-report .grid-annual-report {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .annual-report .grid-annual-report {
    grid-template-columns: repeat(2, 1fr);
  }
}
.annual-report .grid-annual-report .report-box {
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
}
.annual-report .grid-annual-report .report-box .imgs {
  overflow: hidden;
}
.annual-report .grid-annual-report .report-box .imgs img {
  transition: 0.6s ease;
}
.annual-report .grid-annual-report .report-box .content {
  padding: 20px;
}
.annual-report .grid-annual-report .report-box .content h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0 15px;
}
.annual-report .grid-annual-report .report-box .content .btn-1 {
  padding: 7px 15px;
  font-size: 12px;
}
.annual-report .grid-annual-report .report-box:hover .imgs img {
  transform: scale(1.1);
}

/* AWARS */
section.awards {
  padding: 10px 0;
  background-color: #f5f5f5;
}
section.awards .award-box {
  display: grid;
  grid-template-columns: 300px 3fr;
  margin-bottom: 15px;
}
section.awards .award-box.type-2 .imgs {
  background-color: #fff;
}
@media (min-width: 768px) {
  section.awards .award-box.type-2 .imgs {
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 767px) {
  section.awards .award-box {
    grid-template-columns: 1fr;
  }
}
section.awards .award-box:last-child {
  margin-bottom: 0;
}
section.awards .award-box .imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.awards .award-box .imgs-flexy {
  display: flex;
  background-color: #fff;
  padding: 20px 20px 0;
  text-align: center;
}
section.awards .award-box .imgs-flexy a {
  display: block;
  margin: auto;
}
section.awards .award-box .content {
  background: #fff;
  padding: 30px;
  position: relative;
}
section.awards .award-box .content span {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 13px;
  color: #666;
}
section.awards .award-box .content h3 {
  font-weight: bold;
  font-size: 20px;
  color: var(--color-1);
}
section.awards .award-box .content p {
  font-size: 14px;
}
section.awards .award-box .content ul.type1 {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}
section.awards .award-box .content ul.type1 li {
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 20px;
}
section.awards .award-box .content ul.type1 li::before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  font-weight: bold;
}

/* GALLERY */
.gallery-block {
  background: #f5f5f5;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .gallery-block {
    padding: 20px;
  }
}
.gallery-block .scroll-menu {
  padding: 10px;
  z-index: 10;
  margin: 0;
  text-align: center;
  border: none;
  display: block;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (max-width: 991px) {
  .gallery-block .scroll-menu {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
.gallery-block .scroll-menu::-webkit-scrollbar {
  display: none;
}
.gallery-block .scroll-menu li.nav-item.scroll-item {
  display: inline-block;
}
.gallery-block .scroll-menu .scroll-item > button,
.gallery-block .scroll-menu a {
  display: inline-block;
  padding: 4px 20px 6px;
  background-color: #fff;
  border-radius: 30px;
  color: #777;
  border: 1px solid #444;
  margin-right: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.gallery-block .scroll-menu .scroll-item > button:hover, .gallery-block .scroll-menu .scroll-item > button.active,
.gallery-block .scroll-menu a:hover,
.gallery-block .scroll-menu a.active {
  background-color: var(--color-1);
  border-color: var(--color-1);
  color: #fff;
}
.gallery-block .grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.gallery-block .grid-gallery .item {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  background-color: #eee;
  text-align: center;
}
.gallery-block .grid-gallery .item .imgs {
  overflow: hidden;
}
.gallery-block .grid-gallery .item h3 {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #222;
}
.gallery-block .grid-gallery .item img {
  width: 100%;
  transition: 0.5s ease;
}
.gallery-block .grid-gallery .item:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .gallery-block .grid-gallery {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0;
  }
  .gallery-block .grid-gallery::-webkit-scrollbar {
    display: none;
  }
  .gallery-block .grid-gallery .item {
    flex: 0 0 auto;
    border: 3px solid transparent;
  }
  .gallery-block .grid-gallery img {
    width: 100%;
    max-width: 180px;
  }
}

/* CONTACT PAGE */
.contact-block {
  position: relative;
}

.contact-wrapper {
  padding: 20px;
}

.contact-wrapper .map {
  display: none;
}

.contact-wrapper {
  padding: 0;
}

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

.contact-wrapper .map iframe {
  width: 100%;
  min-height: 600px;
}

.contact-wrapper .map {
  position: relative;
}

.contact-wrapper .map .overlay {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.contact-detail-box {
  width: 100%;
  max-width: 650px;
  padding: 40px;
  background: #f3f3f3;
  color: #222;
}

@media (min-width: 768px) {
  .contact-detail-box {
    position: absolute;
    left: 40px;
    top: 40px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .contact-detail-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
  }
}
.contact-detail-box h2 {
  color: #222;
  text-align: left;
  font-size: 20px;
  max-width: 400px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-detail-box p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.btn-request,
.btn-chat {
  display: inline-block;
  padding: 8px 25px 10px;
  background: var(--colorBlue);
  color: #fff !important;
  margin-right: 10px;
  margin-top: 10px;
}

.btn-chat {
  background: rgb(29, 110, 18);
}

.grid-address-box {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .grid-address-box {
    grid-template-columns: 1fr;
  }
}

.grid-address-box h3 {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222;
  margin-top: 20px;
  font-weight: bold;
}

.grid-address-box h3:before {
  height: 8px;
  width: 8px;
  content: "";
  left: 0;
  top: 4px;
  display: inline-block;
  background: #222;
  position: relative;
  margin-right: 15px;
  position: absolute;
  content: "";
}

.grid-subscribe-contact {
  border-bottom: 2px solid #222;
  max-width: 400px;
  display: grid;
  grid-template-columns: auto 50px;
  grid-column-gap: 10px;
  margin-top: 15px;
}

.grid-subscribe-contact input,
.grid-subscribe-contact button {
  height: 45px;
  padding: 10px;
  width: 100%;
  background: transparent;
  color: #222;
  border: none;
  padding-left: 0;
  font-size: 14px;
}

.grid-subscribe-contact input::-moz-placeholder {
  color: #222;
}

.grid-subscribe-contact input::placeholder {
  color: #222;
}

.grid-subscribe-contact button {
  text-align: center;
}

.grid-subscribe-contact button::after {
  display: none;
}

.grid-subscribe-contact button:hover {
  color: #ffc412;
}

/* FOOTER */
footer {
  background-color: var(--color-1);
  background-image: url(../../images/texture-1.png);
}
footer .grid-footer {
  display: grid;
  grid-template-columns: auto 350px;
  grid-gap: 30px;
}
@media (max-width: 767px) {
  footer .grid-footer {
    grid-template-columns: 1fr;
  }
}
footer .grid-footer .left {
  padding: 80px 0 40px;
}
@media (max-width: 767px) {
  footer .grid-footer .left {
    padding: 20px;
  }
}
footer .grid-footer .left img.nabard-logo {
  max-width: 300px;
}
footer .grid-footer .left p {
  color: #fff;
  margin: 25px 0;
}
footer .grid-footer .left h4 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer .grid-footer .left .grid-subscribe {
  display: grid;
  grid-template-columns: auto 150px;
  grid-gap: 10px;
  max-width: 600px;
}
@media (max-width: 559px) {
  footer .grid-footer .left .grid-subscribe {
    grid-template-columns: 1fr;
  }
}
footer .grid-footer .left .grid-subscribe input, footer .grid-footer .left .grid-subscribe button {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  min-height: 55px;
}
footer .grid-footer .left .grid-subscribe input {
  padding-left: 20px;
}
footer .grid-footer .left .grid-subscribe .btn-1 {
  background-color: var(--color-2);
  color: #222;
}
footer .grid-footer .right .links {
  background-color: #e9f0e7;
  padding: 40px;
  border-radius: 0 0 10px 10px;
}
footer .grid-footer .right .links ul li a {
  display: inline-block;
  padding: 7px 0;
  font-weight: bold;
  color: #222;
  font-size: 18px;
}
footer .grid-footer .right .links .socials {
  margin-top: 10px;
}
footer .grid-footer .right .links .socials a {
  display: inline-block;
  padding-right: 25px;
  color: #222;
  font-size: 22px;
}
footer .copyright p {
  margin: 0;
  color: #ddd;
  padding: 15px 10px;
  font-size: 14px;
}
footer .copyright a {
  color: var(--color-2);
}

/* PROJECT LIST PAGE */
.project-list {
  padding: 0;
}
.project-list .grid-project-list {
  display: grid;
  grid-template-columns: auto 280px;
  grid-gap: 25px;
}
@media (max-width: 767px) {
  .project-list .grid-project-list {
    grid-template-columns: 1fr;
  }
}
.project-list .grid-project-list .project-list-box {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.project-list .grid-project-list .project-list-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.project-list .grid-project-list .project-list-box img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
}
.project-list .grid-project-list .project-list-box p {
  margin-bottom: 5px;
  font-size: 15px;
}
.project-list .grid-project-list .project-list-box p.posted-on {
  font-size: 13px;
  color: #666;
}
.project-list .grid-project-list .project-list-box h3 a {
  font-size: 24px;
  font-weight: bold;
}
.project-list .grid-project-list .project-list-box .btn-1 {
  font-size: 13px;
  padding: 7px 16px;
  font-weight: bold;
  border-radius: 4px;
  background: var(--color-1);
  color: #fff;
  margin-top: 5px;
}
.project-list .grid-project-list .widget-box {
  margin-bottom: 20px;
}
.project-list .grid-project-list .widget-box img {
  width: 100%;
}
.project-list .grid-project-list .widget-box .title-bordered {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.project-list .grid-project-list .widget-box .title-bordered::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background: var(--color-2);
  width: 60px;
  height: 2px;
}
.project-list .grid-project-list .widget-box.categories-box {
  margin-top: 30px;
}
.project-list .grid-project-list .widget-box.categories-box ul li {
  display: block;
  margin-bottom: 10px;
}
.project-list .grid-project-list .widget-box.categories-box ul li:last-child {
  margin-bottom: 0;
}
.project-list .grid-project-list .widget-box.categories-box ul li a {
  position: relative;
  display: block;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #535353;
}
.project-list .grid-project-list .widget-box.categories-box ul li a:hover {
  color: #222;
}
.project-list .grid-project-list .widget-box.categories-box ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #888;
}
.project-list .grid-project-list .widget-box .recent-post-box {
  display: grid;
  grid-template-columns: 90px auto;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.project-list .grid-project-list .widget-box .recent-post-box img {
  width: 100%;
  border-radius: 4px;
}
.project-list .grid-project-list .widget-box .recent-post-box h5 {
  font-size: 16px;
  font-weight: bold;
}
.project-list .grid-project-list .widget-box .recent-post-box h5 a {
  color: #222;
}
.project-list .grid-project-list .widget-box .recent-post-box h5 a:hover {
  color: #222;
}
.project-list .grid-project-list .widget-box.support-banner img {
  border-radius: 4px;
}
.project-list .grid-project-list .widget-box.gallery .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.project-list .grid-project-list .widget-box.gallery .inner img {
  width: 100%;
  border-radius: 4px;
}

section.project {
  background-color: #fff;
  padding: 0 0 15px;
  position: relative;
}
section.project .grid-project {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  position: relative;
  z-index: 10;
  margin: -18.6% auto 0;
  max-width: 1200px;
}
@media (max-width: 991px) {
  section.project .grid-project {
    grid-template-columns: repeat(2, 1fr);
    margin: 15px 0;
  }
}
@media (max-width: 559px) {
  section.project .grid-project {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.project .grid-project .box-project {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
section.project .grid-project .box-project .imgs {
  position: relative;
}
section.project .grid-project .box-project .imgs span.tag {
  position: absolute;
  right: 15px;
  bottom: -15px;
  padding: 5px 12px 7px;
  background-color: var(--color-2);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
section.project .grid-project .box-project .imgs img {
  width: 100%;
}
section.project .grid-project .box-project .content {
  padding: 25px;
}
section.project .grid-project .box-project .content h3 {
  font-weight: bold;
  color: #555;
  font-size: 19px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}
section.project .grid-project .box-project .content p {
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 15px;
  color: #555;
}
section.project .grid-project .box-project .content .btn-1 {
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13px;
}

.banner-project {
  padding: 0;
  position: relative;
  background-image: url("../../images/project/banner.jpg");
  background-size: cover;
}
.banner-project.list {
  padding-bottom: 250px;
}
@media (max-width: 991px) {
  .banner-project.list {
    padding-bottom: 0;
  }
}
.banner-project img {
  width: 100%;
}
.banner-project .overlay {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px;
  display: flex;
  background-color: transparent;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.banner-project .overlay .auto {
  margin: 20px auto;
  max-width: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .banner-project .overlay .auto {
    margin: auto;
  }
}
.banner-project .overlay p {
  color: #fff;
  font-weight: bold;
}
.banner-project .overlay h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .banner-project.detail {
    height: 250px;
  }
  .banner-project.detail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-project.detail .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-project.detail .auto {
  margin: auto;
}

.patch-1 {
  background: #333;
  padding: 30px 20px;
}
.patch-1 .grid-patch-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  text-align: center;
}
.patch-1 .grid-patch-1 h1 {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
}
.patch-1 .grid-patch-1 p {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.patch-1 .grid-patch-1 img {
  max-width: 150px;
}
@media (max-width: 991px) {
  .patch-1 .grid-patch-1 {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
  .patch-1 .grid-patch-1 h1 {
    font-size: 26px;
  }
}

/* PROJECT DETAIL COMMON STYLES */
.next-prev-box {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.next-prev-box .grid-next-prev {
  display: grid;
  grid-template-columns: 1fr 50px 1fr;
  grid-gap: 20px;
}
@media (max-width: 559px) {
  .next-prev-box .grid-next-prev {
    grid-template-columns: 1fr;
  }
}
.next-prev-box .grid-next-prev .prev-box a {
  padding-left: 25px;
}
.next-prev-box .grid-next-prev .prev-box a .fa {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 26px;
}
.next-prev-box .grid-next-prev .next-box a {
  text-align: right;
  padding-right: 25px;
}
.next-prev-box .grid-next-prev .next-box a .fa {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 26px;
}
.next-prev-box .grid-next-prev .grid-view-icon-box {
  text-align: center;
}
.next-prev-box .grid-next-prev .grid-view-icon-box img {
  position: relative;
  top: 10px;
}
.next-prev-box a {
  display: block;
  position: relative;
}
.next-prev-box a span {
  color: #999;
}
.next-prev-box a p {
  font-weight: bold;
}

/* PROJECT DETAIL TYPE 1 */
.project-detail-1 {
  padding: 20px 0;
}
.project-detail-1 .title-detail {
  font-weight: bold;
  font-size: 26px;
}
.project-detail-1 .top img {
  width: 100%;
}
.project-detail-1 .bottom {
  display: grid;
  grid-template-columns: auto 300px;
  grid-gap: 20px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .project-detail-1 .bottom {
    grid-template-columns: 1fr;
  }
}
.project-detail-1 .bottom h3 {
  font-weight: bold;
  font-size: 20px;
}
.project-detail-1 .bottom .inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 25px;
}
@media (max-width: 559px) {
  .project-detail-1 .bottom .inner-grid {
    grid-template-columns: 1fr;
  }
}
.project-detail-1 .bottom .inner-grid p span {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.project-detail-1 .bottom .bottom-right ul {
  border-left: 3px solid var(--color-2);
  padding-left: 35px;
  margin: 25px 0;
}
@media (max-width: 991px) {
  .project-detail-1 .bottom .bottom-right ul {
    padding-left: 0;
    border-left: none;
    border-top: 3px solid var(--color-2);
    padding-top: 35px;
    margin: 0;
  }
}
.project-detail-1 .bottom .bottom-right ul li {
  margin-bottom: 15px;
}
.project-detail-1 .bottom .bottom-right ul li span {
  font-weight: bold;
}
.project-detail-1 .bottom .bottom-right ul li a.btn-1 {
  border-radius: 6px;
  background: #BF3D00;
  width: 100%;
  color: #fff;
  padding: 15px;
}
.project-detail-1 .bottom .bottom-right ul li.share {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}
.project-detail-1 .bottom .bottom-right ul li.share a {
  display: inline-block;
  margin-left: 10px;
}

/* PROJECT DETAIL TYPE 2 */
.project-detail-2 {
  padding: 20px 0;
}
.project-detail-2 .title-detail {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.project-detail-2 h3 {
  font-weight: bold;
  font-size: 20px;
}
.project-detail-2 .inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 25px;
}
@media (max-width: 559px) {
  .project-detail-2 .inner-grid {
    grid-template-columns: 1fr;
  }
}
.project-detail-2 .inner-grid .detail-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-detail-2 .inner-grid p span {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.project-detail-2 .top {
  text-align: center;
}
.project-detail-2 .top .spl-title {
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 12px;
  background: var(--color-2);
  margin: 0 auto;
  font-weight: bold;
  font-size: 12px;
}
.project-detail-2 .top img {
  width: 100%;
}
.project-detail-2 .top .date-by {
  text-align: center;
}
.project-detail-2 .top .date-by ul li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 30px;
  font-size: 14px;
  position: relative;
}
.project-detail-2 .top .date-by ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 7px;
  width: 6px;
  height: 6px;
  background: var(--color-2);
}
.project-detail-2 .top .date-by ul li a {
  color: #999;
  font-weight: bold;
}
.project-detail-2 .bottom {
  max-width: 900px;
  margin: 20px auto;
}
.project-detail-2 .boxed-content {
  padding: 40px 40px 40px 120px;
  border: 1px solid #e8e8e8;
  position: relative;
  margin-bottom: 20px;
}
.project-detail-2 .boxed-content span {
  position: absolute;
  left: 40px;
  top: 45px;
}
.project-detail-2 .boxed-content span img {
  width: 65px;
}
.project-detail-2 .boxed-content h5 {
  font-size: 24px;
  font-weight: bold;
}
.project-detail-2 .boxed-content p {
  margin: 0;
  position: relative;
  padding-left: 25px;
  letter-spacing: 1px;
  color: #888;
}
.project-detail-2 .boxed-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 1px;
  background: #999;
}
.project-detail-2 .lists-and-text {
  display: block;
  margin: 15px 0;
}

/* PROJECT DETAIL TYPE 3 */
.project-detail-3 {
  padding: 20px 0;
}
.project-detail-3 .title-detail {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.project-detail-3 h3 {
  font-weight: bold;
  font-size: 20px;
}
.project-detail-3 .table-project-detail {
  border-radius: 6px;
  overflow: hidden;
}
.project-detail-3 .table-project-detail thead tr {
  color: #fff;
}
.project-detail-3 .table-project-detail thead tr th {
  background-color: var(--color-1);
  text-transform: uppercase;
  font-size: 13px;
}
.project-detail-3 .table-project-detail thead tr th:first-child {
  width: 40px;
}
.project-detail-3 .table-project-detail thead tr th:nth-child(2) {
  width: 180px;
}
.project-detail-3 .table-project-detail thead tr th:nth-child(3) {
  width: 180px;
}
.project-detail-3 .table-project-detail thead tr th:last-child {
  width: 160px;
}
.project-detail-3 .table-project-detail tbody {
  font-size: 14px;
}
.project-detail-3 .table-project-detail tbody td {
  vertical-align: middle;
}
.project-detail-3 .table-project-detail tbody td.single {
  box-shadow: none;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
}
.project-detail-3 .text-content {
  margin-bottom: 20px;
}
.project-detail-3 .text-content ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  background-color: #eee;
  padding: 10px 15px;
  border-radius: 5px;
}
.project-detail-3 .text-content ul li span {
  font-weight: bold;
  font-size: 13px;
  position: relative;
  display: block;
}

/* BLOG PAGE */
section.blog {
  background-color: #fff;
  padding: 50px 10px;
  position: relative;
}
section.blog.related {
  background: rgb(241, 246, 233);
  padding: 40px 0;
}
@media (max-width: 767px) {
  section.blog {
    padding: 15px;
  }
}
section.blog .title-blog {
  text-align: center;
  margin-bottom: 30px;
}
section.blog .title-blog h2 {
  font-family: var(--font-3);
  font-size: 55px;
  color: #222;
}
section.blog .title-blog h2 span {
  font-family: var(--font-2);
  font-weight: bold;
}
section.blog .grid-blog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  section.blog .grid-blog {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 559px) {
  section.blog .grid-blog {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.blog .grid-blog .box-blog {
  overflow: hidden;
}
section.blog .grid-blog .box-blog .imgs {
  overflow: hidden;
  border-radius: 8px;
}
section.blog .grid-blog .box-blog .imgs img {
  width: 100%;
}
section.blog .grid-blog .box-blog .content {
  padding: 10px 0;
}
section.blog .grid-blog .box-blog .content h3 {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
section.blog .grid-blog .box-blog .content p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

/* BLOG DETAIL PAGE */
section.blog-detail {
  padding-top: 20px;
}
section.blog-detail .blog-detail-box {
  max-width: 1000px;
  margin: auto;
}
section.blog-detail img {
  border-radius: 4px;
}

/* ASK RDDHI PAGE */
section.ask-rddhi {
  padding: 20px;
}
section.ask-rddhi h6 {
  font-weight: bold;
  text-transform: uppercase;
}

/* REPORT PAGE */
.grid-ask-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 40px 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .grid-ask-box {
    grid-template-columns: 1fr;
  }
}

.report-grid.fc-report .report-content-box {
  padding: 25px !important;
  text-align: center;
}
.report-grid.fc-report .report-content-box p {
  font-size: 14px;
}
.report-grid.fc-report .report-content-box h2 {
  font-weight: bold;
}
.report-grid.fc-report .report-content-box h1 {
  color: red;
}
@media (max-width: 991px) {
  .report-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .report-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.report-grid a {
  display: block;
  background: #eee;
  height: 100%;
}
.report-grid .report-grid-box {
  border-radius: 5px;
  overflow: hidden;
  border-bottom: 2px solid var(--color-4);
}
.report-grid .report-grid-box .imgs {
  overflow: hidden;
}
.report-grid .report-grid-box img {
  width: 100%;
  transition: 0.6s ease;
}
.report-grid .report-grid-box:hover img {
  transform: scale(1.1);
}
.report-grid .report-grid-box .report-content-box {
  padding: 5px 15px 10px;
}
.report-grid .report-grid-box h2 {
  color: #3f444a;
  font-size: 16px;
  margin: 10px 0;
}
.report-grid .report-grid-box button {
  border: none;
  font-weight: bold;
  padding: 0;
  color: var(--color-1);
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .report-grid.detail {
    grid-template-columns: repeat(4, 1fr);
  }
}
.report-grid.detail .report-grid-box {
  border-radius: 5px;
  overflow: hidden;
  border-bottom: none;
  box-shadow: 2px 3px 4px 0px #ccc;
  border: 1px solid #ddd;
}
.report-grid.detail .report-grid-box:hover {
  background-color: var(--color-1);
}
.report-grid.detail .report-grid-box:hover a, .report-grid.detail .report-grid-box:hover button {
  background-color: var(--color-1);
  color: #fff;
}
.report-grid.detail .report-grid-box:hover h2 {
  color: #fff;
}
.report-grid.detail .report-grid-box a {
  background-color: #fff;
  padding: 15px;
}
@media (max-width: 991px) {
  .report-grid.detail .report-grid-box a {
    padding: 5px;
  }
}
.report-grid.detail .report-grid-box h2 {
  font-size: 16px;
  font-weight: bold;
}
.report-grid.detail .report-grid-box button {
  border: none;
  font-weight: bold;
  padding: 0;
  font-size: 14px;
  color: var(--color-4);
  margin-bottom: 5px;
  background-color: #fff;
}

/* OUR INITIATIVES PAGE */
section.success-stories .grid-success-stories {
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  section.success-stories .grid-success-stories {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
section.success-stories .grid-success-stories .title-1-wrapper p.spl {
  font-family: var(--font-1);
  color: var(--color-1);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 15px;
}
section.success-stories .grid-success-stories .title-1-wrapper .title-1 {
  font-weight: bold;
  letter-spacing: -1px;
}
section.success-stories .grid-success-stories > div.imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  section.success-stories .grid-success-stories > div.imgs img {
    height: auto;
  }
}
section.success-stories .grid-success-stories > div.content {
  padding: 30px;
}/*# sourceMappingURL=inner-pages.css.map */