@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 600;
}
.model-close {
  box-sizing: content-box;
  border: 2px solid #fff;
  padding: 4px 10px;
  font-size: 16px;
  color: #fff;
  background-color: var(--primary);
  border-radius: 5px;
  opacity: 1;
}

.navbar{
  padding: 5px 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  padding: 30px 10px;
  margin-right: 20px;
  font-weight: 500;
  transition: .3s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #010783;
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      background-color: #f8f9fa!important;
      margin-top: 0;
      border-radius: 0px !important;
      top: 150%;
      opacity: 0;
      width: 13rem !important;
      left: 0px;
      padding: 10px 0px !important;
      right: 0%;
      visibility: hidden;
      transition: .2s !important;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 110%;
      right: 0%;
      width: 13rem !important;
      padding: 10px 0px !important;
      left: 0px;
      visibility: visible;
      transition: .2s !important;
      opacity: 1;
      border-radius: 0px !important;
  }
  .navbar .nav-item:hover .dropdown-menu .dropdown-item {
  padding: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.navbar .nav-item:hover .dropdown-menu .dropdown-item:hover {
  padding: 10px;
  color: #fff;
  background-color: #010783;
  font-size: 14px;
  font-weight: 500;
}
}
.active {
  color: #010783 !important;
  font-size: 14px;
  margin-right: 20px;
  font-weight: 600 !important;
}
.mainbtn{
  background-color: #010783 !important;
  color: #fff !important;
  border: none;
  padding: 10px 25px !important;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}
.btn-small{
  background-color: #010783;
  color: #fff !important;
  border: none;
  padding: 8px 15px !important;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
}
.mainbtn:hover{
  background-color: #38b000;
  color: #fff !important;
  border: none;
  padding: 10px 25px !important;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.ul-banner {
  width: 100% !important;
    height: 85vh;
    position: relative;
    background: linear-gradient(to right, #02061a 15%, #050742 100%);
}
.text-green{
  color: #38b000;
}
.text-blue{
  color: #010783;
}
.shape-bg1:before {
  content: "";
  background: url(../img/shape-12.svg);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.03;
  background-size: cover; /* Adjust to cover the container */
  background-position: center; /* Center the background */
}
.slidebtn img{
  border-radius: 100%;
  width: 55px;
  height: 52px;
  object-fit: cover;
  border: 2px solid #fff;
  
}
.index-up {
  position: relative;
  z-index: 5;
}
.slidebtn{
  background: transparent !important;
  outline: none !important;
  border: none !important;
  margin-right: 8px;
}
.main-image {
  transition: opacity 1s ease-in-out;
  opacity: 1;
  height: 85vh !important;
  width: 100% !important;
  object-fit: cover !important;
}

.fade {
  opacity: 0.8;
}
.ul-banner-txt-vector {
  position: absolute;
  z-index: 1;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  left: clamp(15px, 6.2vw, 80px);
  max-width: clamp(284px, 32.64vw, 564px);
  opacity: 0.3;
}
.ptb-80{
  padding-top: 100px;
  padding-bottom: 50px;
}
.featurecard{
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 280px !important;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: .3s ease;
  font-size: 15px;
  position: relative;  
}
.featurecard h5{
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.featureoverley{
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.897) 20%, #010883e5 80%);
  padding: 10px;
  border-radius: 10px;
}
.featureoverle2{
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.918) 20%, #38b000e3 80%); 
  padding: 10px;
  border-radius: 10px;
}
.featureoverle3{
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.918) 20%, #010883d8 80%);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 0px;
}
/* */
.featurecard img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  background: #38b000;
  border-radius: 100%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.blockimg {
  width: 100%; 
  max-width: clamp(230px, 18.34vw, 350px);
  aspect-ratio: 330 / 80;
  border-radius: 999px;
  object-fit: cover;
}
.iconbg{
  background-image: url(../img/icon-bg.svg);
}
.gap10 {
  grid-gap: 8px;
}
.v-center {
  align-self: center;
  align-items: center;
}
.btnwithiconside i {
  font-size: 30px;
  padding: 10px;
  border-radius: 100%;
  background-color: #38b000;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btnwithiconside div {
  font-weight: 500;
  font-size: 14px;
  color: #010783;
  text-align: left;
  display: block;
}
.smallcardimg{
  width: 65px;
  height: 65px;
  padding: 10px;
  background-color: #fff;
  border-radius: 18px 200px 108px 112px;
-webkit-border-radius: 18px 200px 108px 112px;
-moz-border-radius: 18px 200px 108px 112px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sub-info{
  color: #010783;
}
.FR p{
  font-size: 15px;
}
/* ===============events==================  */
.date{
  background: #38b000;
  color: #fff;
  padding: 8px 10px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px !important;
  line-height: 15px;
  font-weight: 500;
  width: 50px;
  font-size: 14px;
}
.eventcard{
 margin-bottom: 25px;
 border-radius: 8px;
 font-size: 14px;
     word-break: break-all;
}
.flexfix{
  display: flex;
  border-radius: 8px !important;
}
/* ======================footer======================= */
/*** Footer ***/
.footer {
  background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/footer2.jpg) top center no-repeat;
  background-size: cover;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: .3s;
}
.newsletter{
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.newsletter::placeholder{
  color: #fff !important;
}
.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: #fff;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.videotesti{
  width: 100%;
  height: 250px;
  border-radius: 8px;
}
.testimonial-carousel video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.testimonial-carousel .owl-stage-outer {
  overflow: hidden;
}

.testimonial-carousel .owl-item {
  padding: 10px;
  box-sizing: border-box;
}
.testimonial-carousel .owl-dots {
  margin-top: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 5px solid #38b000;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  background: #fff;
  border-color:#010783;
}

/* ====================about page================= */

.page-header {
  background-position: top;
  background-repeat: no-repeat;
  height: 70vh;
  background-size: cover;
}
.page-header-inner {
  background: rgba(0, 0, 0, .6);
  height: 70vh;
  display: flex;
  align-items: center;
}
.text-justify{
  text-align: justify !important;
}
.missionvison{
  background: url(../img/missionback.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.innerheadbg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #030821;
  left: 0;
  top: 0;
  opacity: .6;
  z-index: 0;
}
.innerheadbg {
  background-repeat: no-repeat;
  /* background-position: center center; */
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.index-up {
  position: relative;
  z-index: 5;
}
.misioncard{
  border: 1px solid #38b000;
  padding: 15px 10px;
  margin-bottom: 20px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 18%;
  left: 78px;
  right: 0;
  width: 85%;
  height: 4px;
  background-color: #010783;
  z-index: 0;
}

.timeline-item {
  position: relative;
  width: 18%;
  z-index: 1;
}

.timeline-icon {
  width: 100px;
  height: 100px;
  background-color: #010783;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin: 0 auto 10px;
}
.timeline-icon:hover {
  width: 100px;
  height: 100px;
  background-color: #38b000;
  cursor: pointer;
}
.opprochimg{
  width: 100%;
  object-fit: cover;
  height: 250px;
}
/* ====================portfolio======================== */
/* ============portfolio================ */
.categories ul {
  list-style:none;
  padding:0;
  margin:0;
  margin-bottom:20px;
  text-align:center;
  
}

.categories ul li{
  display:inline-block;
  padding:0;
  line-height:24px;
  background:transparent;
  margin:0;
  margin-left:5px;
  margin-bottom:10px;
}





.projects-container .row{
  -webkit-transition:height .5s ease-out;
  transition:height .5s ease-out;
}

.portfolio-item {
  position:relative;
margin-bottom:30px;
-webkit-transform:scale(1);
transform:scale(1);
opacity:1;
-webkit-transition:all .4s ease-out;
transition:all .4s ease-out;
}

.portfolio-item.filtered {
-webkit-transform:scale(0.5);
transform:scale(0.5);
opacity:0.2;
cursor:default;
display: none;
}

.no-opacity .portfolio-item.filtered {
display:none;
}

.portfolio-item.filtered a{
cursor:default;
}

.portfolio-item.filtered .enlarge,
.portfolio-item.filtered .link,
.portfolio-item.filtered .overlay-mask,
.portfolio-item.filtered .project-title{
  display:none;
}

.portfolio-thumb {
  display:block;
  position:relative;
  box-shadow:0 2px 5px rgba(0,0,0,0.08);
  overflow:hidden;
}

.scrollimation .portfolio-thumb {
-webkit-transform:translateY(100px);
transform:translateY(100px);
opacity:0;
-webkit-transition:opacity .4s ease-out, -webkit-transform .4s ease-out;
transition:opacity .4s ease-out, transform .4s ease-out;
}

.touch .scrollimation .portfolio-thumb,
.scrollimation .portfolio-thumb.in {
-webkit-transform:translateY(0px);
transform:translateY(0px);
opacity:1;
}

.portfolio-thumb .overlay-mask{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #050742;
  opacity:0;
filter:alpha(opacity=0);
  z-index:1;
  -webkit-transition:opacity .3s ease-out;
  transition:opacity .3s ease-out;
}


.portfolio-thumb:hover .overlay-mask {
  opacity:0.8;
filter:alpha(opacity=80);
}

.portfolio-thumb .enlarge,
.portfolio-thumb .link{
  display:inline-block;
  margin:0;
  margin-top:-25px;
  font-size: 40px;
  line-height:50px;
  color:#fff;
  opacity:0;
filter:alpha(opacity=0);
  position:absolute;
  height:50px;
  width:64px;
  top:40%;
  left:50%;
  text-align:center;
  z-index:3;

}

.portfolio-thumb .enlarge{
  margin-left:-84px;
  -webkit-transform:translateX(-200px);
  transform:translateX(-200px);
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
}

.portfolio-thumb:hover .enlarge{
  -webkit-transform:translateX(0);
  transform:translateX(0);
  opacity:1;
filter:alpha(opacity=100);
  -webkit-transition:all .3s ease-out .3s;
  transition:all .3s ease-out .3s;
}

.portfolio-thumb .link{
  margin-left:20px;
  -webkit-transform:translateX(200px);
  transform:translateX(200px);
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
}

.portfolio-thumb:hover .link{
  -webkit-transform:translate(0);
  transform:translate(0);
  opacity:1;
filter:alpha(opacity=100);
  -webkit-transition:all .3s ease-out .6s;
  transition:all .3s ease-out .6s;
}

.portfolio-thumb .enlarge.centered,
.portfolio-thumb .link.centered{
  margin-left:-32px;
  -webkit-transform:translateY(-200px);
  transform:translateY(-200px);
  -webkit-transition-delay:0s;
  transition-delay:0s;
}

.portfolio-thumb:hover .enlarge.centered,
.portfolio-thumb:hover .link.centered{
  -webkit-transform:translateY(0);
  transform:translateY(0);
  -webkit-transition-delay:0.3s;
  transition-delay:0.3s;
}

.portfolio-thumb .project-title {
  display:block;
  width:100%;
  position:absolute;
  bottom:-100px;
  background: #010783;
  margin:0;
  padding:20px 0;
  font-size:21px;
  font-weight:700;
  color:  #fff !important;
  text-align:center;
  z-index:2;
  -webkit-transition:bottom .4s ease-out,color .2s ease-out;
  transition:bottom .4s ease-out,color .2s ease-out;
}

.portfolio-thumb:hover .project-title {
  bottom:0;
  -webkit-transition:bottom .3s ease-out .1s,color .2s ease-out 0s;
  transition:bottom .3s ease-out .1s,color .2s ease-out 0s;
}


.img-responsive{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
/* ============= */
.marquee {
  display: flex;
  background: #38b000;
  width: max-content;
  padding: 10px 0px;
  animation: scroll 15s linear infinite;
}

.marquee span {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  color: white;
  padding-right: 50px; /* Space between repeats */
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ==================services efuction================== */
.counter-box {
  border: 1px solid #010783;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: transform 0.3s;
}
.counter-box:hover {
  transform: translateY(-5px);
}
.tab-btn{
  /* width: 180px; */
  /* height: 50px; */
  padding: 12px 20px;
  background-color: transparent;
  border: none;
  margin-right: 15px;
  background-color: #38b000 !important;
  border-top-left-radius: 5px;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-top-right-radius: 5px;
  border-bottom: 2px solid #010783;
}
.tab-btn:hover, .tab-btn:focus{
  background-color: #010783 !important;
  color: #fff !important;
}

.tabimg{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.greybg{
  background-color: #E8E8E8;
}
.healthcard{
  padding: 15px 10px;
  background-color: #010783;
  color: #fff;
  border-radius: 10px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.healthcard2{
  padding: 15px 10px;
  background-color: #38b000;
  color: #fff;
  height: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.cta{
  background-image: url(../img/ctaback.jpg);
  background-size: cover;
  /* padding-left: 30px !important; */
  height: 50vh;
  padding-left: 50px !important;
  display: flex;
  align-items: center;
  border-radius: 15px;
}
.ctaimg{
  width: 100%;
  height: 270px;
  object-fit: contain;
}
.whybigimg {
  height: 300px;
  object-fit: cover;
}
.whycards img {
  width: 130px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

/* ==========================woman empowerment================= */
.womancard{
  border: 2px solid #38b000;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
}
.womancardimg{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.womancard:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  cursor: pointer;
}
.whyborder{
  border: 1px solid #010783;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.bg-blue{
  background-color: #010783;
}

/* ==========================livelhood================= */
.livecard i{
background-color: #38b000;
color: #fff;
padding: 18px 15px;
font-size: 35px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}
.livecard{
  border: 2px dashed #38b000;
  padding: 15px;
  background: #fff;
  
}

.s-block {
  /* background: #fff; */
  text-align: left;
  background-size: 200%;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 10px;
  margin: 0;
  position: relative;
  border-radius: 8px;
}

.wide-sblock {
  display: inline-flex;
  text-align: left;
  padding: 10px;
}

.s-card-icon-large {
  width: 70px !important;
  height: 70px;
  padding: 15px;
  border-radius: 50%;
  background-color: #010783;
}

.s-block-content-large {
  margin: 0 0 0 20px;
  width: calc(100% - 100px);
}
.disfeature img{
  width: 100%;
  height: 280px;
  border-radius: 5px;
  margin-bottom: 25px;
}


#disasterslider .owl-stage-outer {
  overflow: hidden;
}

#disasterslider .owl-item {
  padding: 10px;
  box-sizing: border-box;
}
#disasterslider .owl-dots {
  margin-top: 5px !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#disasterslider .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 5px solid #38b000;
  transition: .5s;
}

#disasterslider .owl-dot.active {
  background: #fff;
  border-color:#010783;
}
.proimagfix{
  height: 200px;
}


@media (max-width: 768px) {
  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .timeline-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .timeline::before {
    height: 70%;
    width: 4px;
    left: 50%;
    top: 0;
    background-color: transparent;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding: 5px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  padding: 10px 10px;
  margin-right: 20px;
  font-weight: 500;
  transition: .3s ease;
}
.shape-bg1:before {
  width: 95%;
  background-size: contain;
  background-position: top center;
}
  .main-image {
    transition: opacity 1s ease-in-out;
    opacity: 1 !important;
    height: auto !important;
    object-fit: cover !important;
    margin-top: 30px !important;
  }
  .blockimg {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 330 / 80;
    border-radius: 999px;
    object-fit: cover;
    margin-top: 20px;
}
.centerimg{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
  .ul-banner {
    width: 100%;
    height: auto;
    padding: 50px 10px;
    position: relative;
    background: linear-gradient(to right, #02061a 15%, #050742 100%);
}
.featurecard{
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: .3s ease;
  font-size: 14px;
  position: relative;
  margin-bottom: 50px;
  
}
.flexfix{
  display: block;
}
.cta {
  background-image: url(../img/ctaback.jpg);
  background-size: cover;
  padding-left: 30px;
  height: auto;
  padding-left: 50px;
  display: flex;
  text-align: center;
  padding: 36px;
  align-items: center;
  border-radius: 15px;
}
.tab-btn {
  width: 150px;
  margin-bottom: 15px;
}
}