*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  /* body{
  background-color: #0f0547;
  } */
  /* loader start */
  .loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#0f0547;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}

.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
    
    
/* Hide loader when content is loaded */
.loaded .loader-wrapper {
    display: none;
}
  /* loader */
  h1,h2,h3,h4,h5,h6{
  font-family: Montserrat!important;
  }
  a{
  font-family: "Montserrat", sans-serif;
  }
  /* dropdown */
  .hero-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;
    top:145px;
  }
  .hero-slider .owl-carousel .owl-nav button.owl-next{
position: absolute;
right: 20px;
top: 145px;
/* background-color:#fff; */
  }
  .hero-slider .owl-carousel .owl-nav button.owl-prev span{
    font-size: 60px;
    color: #ffffff;
  }
  .hero-slider .owl-carousel .owl-nav button.owl-next span{
    font-size: 60px;
    color:#ffffff;
  }
  
  /* subdropdown */
  .seeds-navbar .nav-link{
  color: #636464!important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  }
  .seeds-navbar .dropdown-menu.seeds-dropdown{
  top: 66px; 
  border-radius: 0px;
  }
  .seeds-navbar .dropdown-item.seeds-item{
  background-color: #fff;
  }
  .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
  }
  .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
  }
  .seeds-navbar .right-menu{
  padding-right: 15px;
  }
  .dropdown-menu li {
  position: relative;
  }
  .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -9px;
  border-radius: 0px;
  }
  .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
  }
  .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
  }
  .seeds-navbar .dropdown-menu.seeds-dropdown{
  top: 66px; 
  border-radius: 0px;
  }
  /* subdrop down end */
  .dropdown-submenu {
  position: relative;
  }
  .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  }
  /* dropdown end */
  .top-navbar{
  width: 100%;
  background-color: #dfdbdb;
  }
  .seeds-ngo-logo img{
  /* width: 100%; */
  padding: 15px 0px;
  }
  .top-contact{
  padding-top: 33px;
  }
  .top-contact ul{
  display: flex;
  padding: 0px;
  list-style: none;
  justify-content: center;
  margin: 0px;
  }
  .top-contact ul li{
  margin-right: 16px;
  }
  .Social-icon .top-social-icon img{
  max-width: 100%;
  width: 30px;
  }
  .Social-icon {
  float: right;
  }
  .top-socialmedia ul{
  display: flex;
  float: right;
  margin-bottom: 0px;
  }
  .top-socialmedia ul li{
  list-style: none;
  padding-top: 6px;
  }
  .top-socialmedia .top-social-icon img{
  width: 20px;
  margin-right: 8px;
  }
  .seeds-health-drop{
  background-color: #fff;
  opacity: 0;
  }
  .seeds-health-drop .dropdown-seeds-health{
  position: absolute;
  top: 0px;
  left: 194px;
  z-index: 200;
  }
  .nav-item.dropdown.our-health-drop:hover .seeds-health-drop{
  opacity: 1;
  }
  .seeds-health-drop ul{
  list-style: none;
  padding-left: 0px;
  }
  .seeds-health-drop .dropdown-item {
  padding: 4px 8px;
  }
  .nav-item:hover,.dropdown-item:hover{
  background-color: #f4a024;
  }
  .seeds-health-drop .dropdown-item:hover{
  background-color: #f4a024;
  }
  .navbar-section .dropdown-seeds{
  padding: 0px;
  margin-top: -1px;
  border-radius: 0px;
  }
  .seeds-health-drop .dropdown-item{
  color: #fff;
  font-weight: 400;
  }
  .navbar-section .navbar{
  background-color:rgb(15, 5, 71);
  padding: 0px;
  width: 100%;
  }
  /* active class */
  .nav-link {
  padding: 10px 16px;
  /* background-color:rgb(15, 5, 71); */
  }
  .navbar-section .active,.navbar-section .nav-link:hover {
  font-weight: 600;
  background-color: #f4a024;
  }
  /* active class end */
  .navbar-section .nav-item a:visited {
  color: #fff;
  text-decoration: none;
  }
  .navbar-section .nav-item .nav-link{
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  }
  .nav-item:hover,.dropdown-item:hover{
  background-color: #f4a024;
  }
  .dropdown .dropdown-item:hover{
  background-color: #f4a024;
  }
  .navbar-section .dropdown-seeds{
  padding: 0px;
  margin-top: -1px;
  border-radius: 0px;
  }
  .navbar-section .dropdown-item{
  background-color:#0f0547;
  color: #fff;
  font-weight: 400;
  }
  .navbar-section .navbar-toggler:hover{
  border: none;
  }
  .slider-image img{
  height:443px;
  max-height: 100%;
  }
  /* notice start */
  .notice-bg{
    margin-top: -10px;
  width: 100%;
  /* background-color: #f00;
  color: #fff; */
  /* background:url(../images/notice-bg.webp); */
  background-color: #005baa;
  }
  .notice marquee{
  width: 100%;
  direction: "left";
  /* padding: 12px 0px; */
  }
  .seed-background{
  background:#005baa1a;
  }
  .Notification{
  font-size: 20px;
  font-weight: 600;
  color: #0f0547;
  text-align: center;
  /* padding-top: 8px; */
  background-color: #f4a024;
  /* background-color: #fff; */
  /* padding: 12px 0px; */
  margin-left: -12px;
  }
  .notice-content{
  max-width: 100%;
  /* padding: 12px 0px; */
  margin-left: -25px;
  /* background-color: #005baa; */
  color: #fff;
  width: 1920px;
  }
  .notice-content p{
  margin-bottom: 0px;
  }
  .notice-content p span{
  margin-right: 20px;
  }
  /* about section start */
  .main{
  padding: 40px 0px;
  }
  .about-seeds{
  width: 100%;
  background-color:#005baa;
  height: auto;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  }
  .seed-title{
  font-size: 24px;
  font-weight: 500px;
  padding-bottom: 8px;
  }
  .about-seeds .line{
  width: 100%;
  border-top: 1px solid #ffff;
  border-bottom: 1px solid #ffff;
  padding: 1px;
  margin-bottom: 8px;
  }
  .about-seeds img{
  float: left;
  margin: 0px 12px 8px 8px;
  /* width: 100%; */
  /* padding-left: 8px; */
  }
  .about-seeds p{
  margin-bottom: 0px;
  padding: 8px;
  text-align: justify;
  }
  .about-read-more
  {
  box-shadow: 0 3px 0 #8db5d8;
  border: 1px solid transparent;
  transition: .5s; 
  color: #0f0547;
  width: 100%;
  /* height: 50px; */
  background-color: #f9f9f9;
  border-radius: 4px;
  padding:5px 8px;
  text-align: center;
  }
  /* about section end */
  /* about-us page start */
  .about-top-banner img{
  width: 100%;
  }
  .about-us-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .about-us-content{
  padding: 20px 0px;
  font-size: 18px;
  }
  .about-us-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  /* max-width:20%; */
  }
  /* about us end */
  /* experience */
  .experience-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  }
  .experience-content{
  padding: 20px 0px;
  }
  .experience-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* experience end */
  /* tabaco start */
  .tobaco-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  }
  .tobaco-content{
  padding: 20px 0px;
  }
  .tobaco-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* tobaco end */
  /* hiv aids start */
  .hiv-aids-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .hiv-aids-content{
  padding: 20px 0px;
  }
  .hiv-aids-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* hiv aids end */
  /* reproductive health start */
  .reproductive-health-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  }
  .reproductive-health-content{
  padding: 20px 0px;
  }
  .reprodsuctive-health-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* reproductive health end */
  /* handicraft start */
  .handicraft-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  }
  .handicraft-content{
  padding: 20px 0px;
  }
  .handicraft-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* handicraft end */
  /* other activity satrt */
  .other-activity-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  }
  .other-activity-content{
  padding: 20px 0px;
  }
  .other-activity-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* other activity end */
  /* literacy start */
  .literacy-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  }
  .literacy-content{
  padding: 20px 0px;
  }
  .literacy-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* literacy end */
  /* research and evaluation start*/
  .research-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  }
  .research-content{
  padding: 20px 0px;
  }
  .research-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* research and evaluation end*/
  /* goverment start */
  .goverment-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #005baa;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .goverment-content{
  padding: 20px 0px;
  }
  .goverment-content ul{
  padding-left: 0px;
  list-style: none;
  }
  .goverment-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  .goverment-content .goverment-sub-head{
  font-size: 18px;
  color: #5d88ad;
  }
  /* goverment end */
  /* international start */
  .international-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #005baa;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .international-content ul{
  list-style: none;
  padding-left: 0px;
  }
  .international-content{
  padding: 20px 0px;
  }
  .international-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  .international-content .international-sub-head{
  font-size: 18px;
  color: #5d88ad
  }
  /* international end */
  /* international start */
  .lateral-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #005baa;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .lateral-content{
  padding: 20px 0px;
  }
  .lateral-content ul{
  list-style: none;
  padding-left: 0px;
  }
  .lateral-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  .lateral-content .lateral-sub-head{
  font-size: 18px;
  color: #5d88ad;
  }
  /* international end */
  /* others start */
  .others-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #005baa;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .others-content{
  padding: 20px 0px;
  }
  .others-content ul{
  padding-left: 0px;
  list-style: none;
  }
  .others-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  .others-content .others-sub-head{
  font-size: 18px;
  color: #5d88ad;
  }
  /* others end */
  /* bithar notification start */
  .box-notify{
  width: 100%;
  padding: 12px;
  box-shadow: 0 0 18px #0d6efd12;
  border: 1px solid #dee2e6;
  margin-top: 8px;
  background: #fff;
  transition: .4s;
  }
  .box-notify:hover{
  color: #fff;
  background: #005baa;
  transition: .4s;
  }
  .box-notify:hover a{
  color: #fff;
  transition: .4s;
  }
  .box-notify i{
  font-size: 14px;
  margin-right: 4px;
  }
  .bihar-notification-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #005baa;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .bihar-notification-content{
  padding: 20px 0px;
  }
  .bihar-notification-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  .bihar-notification-content .bihar-notification-sub-head {
  font-size: 22px;
  color: #343a40;
  font-weight: 500;
  }
  .bihar-notification-content ul{
  list-style: none;
  padding-left: 0px;
  }
  .bihar-notification-content ul li a{
  text-decoration: none;
  }
  .bihar-notification-content ul li a:hover{
  color:#fff;
  }
  /* bihar notification end */
  /* videos start */
  .video-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto;
  }
  .video-card{
  width: 100%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: 1px solid transparent;
  transition: .5s;
  padding: 20px;
  margin-bottom: 20px;
  }
  /* videos end */
  /* eproductive healthcounting number start */
  .count-number-section{
  width: 100%;
  background:url(../images/client-banner.webp) no-repeat fixed border-box 100%/cover; 
  /* height: 400px; */
  padding-bottom: 40px;
  }
  .our-impack{
  text-align: center;
  padding: 30px 0px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  font-family: Roboto;
  }
  .count-card{
  box-shadow: 0 0 18px #02020257;
  border: 1px solid #fff;
  width: 100%;
  /* background-color:#fff; */
  height: auto;
  color: #fff;
  padding: 20px;
  /* border-radius: 8px;  */
  margin-bottom: 8px;
  }
  .count-content h3{
  color:#070223;
  margin-bottom: 20px;
  font-weight: 600;
  }
  .count-content h3 span{
  color:#fff
  }
  .count-content h5{
  font-size: 18px;
  color: #f4a024;
  margin-bottom: 0;
  text-align: center;
  }
  .count-card .line{
  width: 100%;
  border-top: 1px solid #ffff;
  border-bottom: 1px solid #ffff;
  padding: 1px;
  margin-bottom: 8px;
  position: relative;
  }
  .count-number-section ul{
  display: flex;
  list-style: none;
  padding-left: 0;
  }
  .count-number-section ul li{
  margin-right: 8px;
  }
  .health{
  margin-bottom: 40px;
  }
  .count-card .counter{
  font-weight: 600;
  text-align: center;
  }
  .count-number h3{
  text-align: center;
  }
  /* counting number end */
  /* our client */
  .our-client{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  margin-bottom: 20px; 
  text-transform: uppercase;
  font-family: Roboto;
  }
  /* owl slider */
  .our-client-section{
  padding: 20px 0px;
  margin-bottom: 20px;
  }
  .our-client-section .owl-carousel .owl-nav.disabled {
  display: block!important;
  font-size: 24px;
  }
  .our-client-section .owl-prev{
  float: left;
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 64px!important;
  margin-left: -30px!important;
  }
  .our-client-section .owl-next{
  float: right;
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 64px!important;
  margin-right: -30px!important;
  }
  .our-client-section .owl-carousel .owl-nav button.owl-prev{
  color: #f88213!important;
  }
  .our-client-section .owl-carousel .owl-nav button.owl-next{
  color: #f88213!important;
  }
  /* our-event-section */
  .our-event-section{
    padding: 20px 0px;
    margin-bottom: 20px;
    }
    .our-event-section .owl-carousel .owl-nav.disabled {
    display: block!important;
    font-size: 24px;
    }
    .our-event-section .owl-prev{
    float: left;
    position: absolute;
    top: 90px;
    left: 0;
    font-size: 64px!important;
    margin-left: -30px!important;
    }
    .our-event-section .owl-next{
    float: right;
    position: absolute;
    top: 90px;
    right: 0;
    font-size: 64px!important;
    margin-right: -30px!important;
    }
    .our-event-section .owl-carousel .owl-nav button.owl-prev{
    color: #f88213!important;
    }
    .our-event-section .owl-carousel .owl-nav button.owl-next{
    color: #f88213!important;
    }
    /* end */
  /* event slider section */
  .our-event{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .event-section{
  background-color: #f1f3f7;

  padding: 20px 0px;
  }
  .event-section .event-content{
  padding: 20px 0px;
  margin-bottom: 20px;
  }
  .event-section .event-card{
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin-bottom: 20px;
  background-color: #fff;
  }
  .event-section .event-card:hover{
  margin-top: -10px;
  box-shadow: none;
  border: 1px solid #DEE2E6;
  transition: .8s;
  }
  .event-section .about-event{
  padding: 12px 10px;
  font-weight: 500;
  color: #8db5d8;
  }
  .event-section .event-date{
  width: 40%;
  background-color: #dfa735;
  color: #005baa;
  padding: 15px;
  text-align: center;
  }
  /* owl slider */
  .event-section .owl-carousel .owl-nav.disabled {
  display: block!important;
  font-size: 24px;
  }
  .event-section .owl-prev{
  float: left;
  position: absolute;
  top: 90px;
  left: 0;
  font-size: 64px!important;
  margin-left: -30px!important;
  }
  .event-section .owl-next{
  float: right;
  position: absolute;
  top: 90px;
  right: 0;
  font-size: 64px!important;
  margin-right: -30px!important;
  }
  .event-section .owl-carousel .owl-nav button.owl-prev{
  color: #f88213!important;
  }
  .event-section .owl-carousel .owl-nav button.owl-next{
  color: #f88213!important;
  }
  /* youtube section */
  .stories{
  text-align: center;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #005baa;
  text-transform: uppercase;
  }
  /* our focus area start */
  .focus-section{
  padding: 20px 0px;
  }
  .focus-section .our-focus-area{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .focus-section .our-focus-content{
  padding: 20px 0px;
  margin-bottom: 20px;
  }
  .focus-section .focus-image img{
  width: 100%;
  }
  .focus-section .focus-image{
  }
  .focus-section .focus-card{
  width: 100%;
  padding: 8px;
  border: 1px solid #afb1b4;
  border-radius: 8px;
  margin-bottom: 20px;
  }
  .focus-section .focus-card:hover{
  margin-top: -10px;
  box-shadow: none;
  border: 1px solid #DEE2E6;
  transition: .8s;
  }
  .focus-section .focus-head p{
  color: #f88213;
  margin-bottom: 0px;
  padding: 8px 0px;
  }
  .focus-section .line{
  width: 100%;
  border-top: 1px solid #005baa;
  border-bottom: 1px solid #005baa;
  padding: 1px;
  margin-bottom: 8px; 
  }
  /* our focus section end */
  /* press gallery */
  .press-gallery{
  width: 100%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: 1px solid transparent;
  transition: .5s;
  padding: 20px;
  margin-bottom: 20px;
  }
  .gallery-section .press-gallery:hover{
  margin-top: -10px;
  box-shadow: none;
  border: 1px solid #DEE2E6;
  transition: .8s;
  }
  .gallery-section{
  padding: 40px 0px;
  }
  .gallery-section .seeds-gallery-title{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .gallery-card img{
  height: 220px;
  width: 100%;
  padding:8px;
  }
  .gallery-section .line{
  width: 100%;
  border-top: 1px solid #005baa;
  border-bottom: 1px solid #005baa;
  padding: 1px;
  margin-bottom: 8px; 
  }
  .about-gallery p{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  }
  /* testimonial section */
  .testimonial-section{
  padding: 40px 0px;
  }
  .testimonial-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .testimonial-section .about-testimonial{
  padding: 20px 0px;
  margin-bottom: 20px;
  }
  .testimonial-section .testimonial-image{
  text-align: center;
  }
  .testimonial-card{
  width: 100%;
  border: 3px solid #005baa;
  padding: 40px;
  }
  .testimonial-section .owl-carousel .owl-item img {
  max-width: 100%;
  width: 100px;
  text-align: center;
  }
  /* owl */
  .testimonial-section .owl-carousel .owl-nav.disabled {
  display: block!important;
  font-size: 24px;
  }
  .testimonial-section .owl-prev{
  float: left;
  position: absolute;
  top: 150px;
  left: 0;
  font-size: 64px!important;
  margin-left: -30px!important;
  }
  .testimonial-section .owl-next{
  float: right;
  position: absolute;
  top: 150px;
  right: 0;
  font-size: 64px!important;
  margin-right: -30px!important;
  }
  .testimonial-section .owl-carousel .owl-nav button.owl-prev{
  color: #f88213!important;
  }
  .testimonial-section .owl-carousel .owl-nav button.owl-next{
  color: #f88213!important;
  }
  /* footer section start */
  .footer-map iframe{
  width: 100%;
  }
  .footer-bg{
  /* background: linear-gradient(45deg, rgba(12, 12, 12, 0.5), rgb(75 24 20) 100%),url(../images/footer-bg.webp) no-repeat fixed border-box center/cover; */
  background:url(../images/footer-bg.webp) no-repeat fixed border-box center/cover;
  width: 100%;
  }
  .footer-bg img{
  /* width: 100%;
  height: 400px; */
  max-width: 100%;
  }
  .footer{
  padding: 12px 20px;
  }
  .footer-link{
  color: #f88213;
  padding: 10px 0px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #f9f9f9;
  }
  .footer-bg p{
  color: #fff;
  }
  .footer-icon img{
  width: 20px;
  max-width:100%;
  margin-right: 8px;
  padding-bottom: 8px;
  }
  .get-contact-card .title{
  font-size: 20px;
  color: #8db5d8;
  padding: 8px 0px;
  }
  .useful-link{
  padding: 20px 0px;
  }
  .useful-link h5{
  color: #f88213!important;
  text-align: center;
  padding: 8px 0px;
  }
  .useful-link ul
  {
  padding-left: 0px;
  display: flex;
  justify-content: center;
  margin: 0px;
  }
  .useful-link ul li{
  list-style: none; 
  margin-right: 20px;
  line-height: 25px;
  }
  .useful-link ul li a{
  color: #fff;
  text-decoration: none;
  }
  .useful-link ul li a:hover{
  color:#f88213 ;
  }
  /* footer banner end */
  /* copyright start */
  .copyright-footer{
  color: #fff;
  }
  .btn-sm-square,
  .btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  background-color: #5fbd21;
  }
  .copyright{
  background-color: #005baa;
  }
  .copyright-footer{
  float: right;
  }
  .copyright .left-copyright a{
  text-decoration: none;
  color:#fff;
  font-size: 14px;
  }
  .copyright .left-copyright{
  padding-top: 7px;
  }
  .copyright-footer a{
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  }
  .back-to-top {
  background-color: #f88213;
  border-radius: 50px;
  padding: 2px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  }
  .copyright-footer img{
  width: 120px;
  padding-left: 8px;
  padding-top: 8px;
  }
  .copyright-footer .develop{
  margin-left: 20px;
  }
  .back-to-top img{
  width: 40px;
  }
  /* gallery */
  .lightbox img:not(.lightbox-disabled) {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
  }
  .lightbox-gallery {
  visibility: hidden;
  position: fixed;
  left: 0/*!rtl:ignore*/
  ;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
  }
  .lightbox-gallery .lightbox-gallery-toolbar {
  position: absolute;
  top: 0;
  left: 0/*!rtl:ignore*/
  ;
  width: 100%;
  height: 50px;
  z-index: 1110;
  -webkit-transition: opacity .4s;
  transition: opacity .4s
  }
  .lightbox-gallery .lightbox-gallery-toolbar .lightbox-gallery-left-tools {
  float: left;
  height: 100%
  }
  .lightbox-gallery .lightbox-gallery-toolbar .lightbox-gallery-right-tools {
  float: right
  }
  .lightbox-gallery .lightbox-gallery-toolbar button {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  color: #b3b3b3;
  -webkit-transition: color .2s;
  transition: color .2s
  }
  .lightbox-gallery .lightbox-gallery-toolbar button:hover {
  color: #fff
  }
  .lightbox-gallery .lightbox-gallery-toolbar button:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900
  }
  .lightbox-gallery .lightbox-gallery-toolbar button.fontawesome-pro:before {
  font-family: Font Awesome\ 5 Pro
  }
  .lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-fullscreen-btn:before {
  content: ""
  }
  .lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-fullscreen-btn.active:before {
  content: ""
  }
  .lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-zoom-btn:before {
  content: ""
  }
  .lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-zoom-btn.active:before {
  content: ""
  }
  .lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-close-btn:before {
  content: ""
  }
  .lightbox-gallery .lightbox-gallery-counter {
  height: 100%;
  color: #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 0;
  direction: ltr/*!rtl:ignore*/
  }
  .lightbox-gallery .lightbox-gallery-content {
  position: fixed;
  top: 50px;
  left: 50px/*!rtl:ignore*/
  ;
  width: calc(100% - 100px);
  height: calc(100% - 100px)
  }
  .lightbox-gallery .lightbox-gallery-content .lightbox-gallery-image {
  position: absolute;
  left: 0/*!rtl:ignore*/
  ;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(.25);
  transform: scale(.25);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  pointer-events: none
  }
  .lightbox-gallery .lightbox-gallery-content .lightbox-gallery-image img {
  position: absolute;
  left: 0/*!rtl:ignore*/
  ;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  pointer-events: auto
  }
  .lightbox-gallery .lightbox-gallery-content .lightbox-gallery-image img.vertical {
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: none
  }
  .lightbox-gallery .lightbox-gallery-arrow-right {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .4s;
  transition: opacity .4s
  }
  .lightbox-gallery .lightbox-gallery-arrow-right button {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  color: #b3b3b3;
  -webkit-transition: color .2s;
  transition: color .2s
  }
  .lightbox-gallery .lightbox-gallery-arrow-right button:hover {
  color: #fff
  }
  .lightbox-gallery .lightbox-gallery-arrow-right button:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: ""
  }
  .lightbox-gallery .lightbox-gallery-arrow-right button.fontawesome-pro:before {
  font-family: Font Awesome\ 5 Pro
  }
  .lightbox-gallery .lightbox-gallery-arrow-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .4s;
  transition: opacity .4s
  }
  .lightbox-gallery .lightbox-gallery-arrow-left button {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  color: #b3b3b3;
  -webkit-transition: color .2s;
  transition: color .2s
  }
  .lightbox-gallery .lightbox-gallery-arrow-left button:hover {
  color: #fff
  }
  .lightbox-gallery .lightbox-gallery-arrow-left button:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: ""
  }
  .lightbox-gallery .lightbox-gallery-arrow-left button.fontawesome-pro:before {
  font-family: Font Awesome\ 5 Pro
  }
  .lightbox-gallery .lightbox-gallery-caption-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
  }
  .lightbox-gallery .lightbox-gallery-caption-wrapper .lightbox-gallery-caption {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 10px;
  text-align: center
  }
  .lightbox-gallery .lightbox-gallery-loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  transition: opacity 1s
  }
  .lightbox-gallery button:focus {
  outline: none;
  color: #fff
  }
  .disabled-scroll {
  overflow-y: hidden;
  position: relative
  }
  /* end lightbox */
  /* sustainable development goal start */
  .sdg-section{
  background-color: #f1f3f7;
  margin-bottom: 20px;
  padding: 20px 0px;
  }
  .sdg-section{
  padding: 40px 0px;
  }
  .sdg-section .sdg-title{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .sdg-section .sdg-image{
  text-align: center;
  justify-items: center;
  justify-content: center;
  }
  .sdg-section .sdg-image img{
  max-width: 100%;
  width: 400px;
  text-align: center;
  }
  .sdg-section .sdg-card{
  width: 100%;
  position: relative;
  }
  .sdg-section .sdg-card:hover{
  margin-top: -10px;
  box-shadow: none;
  border: 1px solid #DEE2E6;
  transition: .8s;
  }
  .sdg-section .sdg-card-image img{
  width: 100%;
  height: 100%;
  }
  .sdg-section .sdg-overlay-poverty{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e41e37;
  padding: 30px;
  opacity: 0;
  transition: .8s;
  }
  .sdg-section .sdg-overlay-poverty:hover{
  opacity: 1;
  }
  .sdg-section .sdg-overlay-hunger{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #dfa735;
  padding: 30px;
  opacity: 0;
  transition: .8s;
  }
  .sdg-section .sdg-overlay-hunger:hover{
  opacity: 1;
  }
  .sdg-section .sdg-overlay-health{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #489f43;
  padding: 30px;
  opacity: 0;
  transition: .8s;
  }
  .sdg-section .sdg-overlay-health:hover{
  opacity: 1;
  }
  .sdg-section .sdg-overlay-education{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c6182a;
  padding: 30px;
  opacity: 0;
  transition: .8s;
  }
  .sdg-section .sdg-overlay-education:hover{
  opacity: 1;
  }
  .sdg-section .sdg-num{
  color: #f1f0f0;
  font-weight: 800;
  font-size: 45px;
  opacity: .4;
  }
  .sdg-section .sdg-goal-num{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  }
  .sdg-section .sdg-goal-content{
  color: #fff;
  padding: 4px 0px;
  }
  .sdg-section .goal-target{
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 10px;
  }
  .sdg-section span{
  color: #fff;
  }
  .sdg-section .read-more{
  text-align: center;
  border: 1px solid #fff;
  margin-top: 40px;
  padding: 20px 10px;
  color: #fff;
  }
  .sdg-section .sdg-card p{
  color:#fff;
  }
  /* sustationable development goal end */
  /* presence start */
  .map-india img{
  width: 100%;
  }
  .presence-us-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  margin-bottom: 20px;
  font-family: Roboto;
  }
  .presence-section .presence-card{
  width: 100%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: 1px solid transparent;
  transition: .5s;
  padding: 20px;
  margin-bottom: 20px;
  }
  .presence-section .presence-card:hover{
  margin-top: -5px;
  box-shadow: none;
  border: 1px solid #DEE2E6;
  transition: .8s;
  }
  .presence-section .presence-head{
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Roboto;
  }
  /* presence end */
  /* teams start */
  .teams-title{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  margin-bottom: 20px;
  font-family: Roboto;
  text-align: center;
  text-transform: uppercase;
  }
  .teams-section .teams-card{
  width: 100%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: 1px solid transparent;
  transition: .5s;
  padding: 20px;
  margin-bottom: 20px;
  }
  .teams-section .teams-card:hover{
  margin-top: -5px;
  box-shadow: none;
  border: 1px solid #DEE2E6;
  transition: .8s;
  }
  .teams-section .teams-head{
  font-size: 20px;
  font-weight: 400;
  border-top: 1px solid #afb1b4;
  color: #8db5d8;
  padding-bottom: 8px;
  text-transform: uppercase;
  }
  .teams-section .team-image img{
  width: 100%;
  padding-bottom: 20px;
  }
  .feedback-foundation{
  width: 100%;
  background-color: #bccce7;
  }
  .feedback-foundation .team-leader img{
  width: 100%;
  padding: 80px;
  }
  .feedback-foundation .feed-back{
  padding: 66px;
  }
  .feedback-foundation .feed-back h2{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 10px;
  color: #051420;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .feed-back span{
  color: #0f0547;
  font-weight: 500;
  padding-bottom: 4px;
  font-size: 18px;
  }
  .leader-name{
  font-size: 24px;
  font-weight: 600;
  }
  .feedback-foundation p{
  text-align: justify;
  }
  /* teams end */
  /* contact us */
  .add-contact-head{
  color: #dfa735;
  }
  .contact-map{
  width: 100%;
  }
  .get-contact-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .get-contact-card{
  width: 100%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: 1px solid transparent;
  transition: .5s;
  padding: 20px;
  margin-bottom: 20px;
  }
  .get-contact-card ul{
  display: flex;
  list-style: none;
  padding-left: 0px;
  }
  .get-contact-card ul li{
  margin-right: 10px;
  }
  .get-contact-content{
  font-size: 20px;
  color: #8db5d8;
  padding: 8px 0px;
  }
  .submit-btn{
  background-color: #dfa735;
  color: #fff;
  padding: 12px;
  border: 2px solid #eef2f5;
  text-align: center;
  width: 100%;
  }
  .submit-btn:hover{
  background-color: #dfa735;
  color: #fff;
  padding: 12px;
  border: 2px solid #eef2f5;
  text-align: center;
  width: 100%;
  }
  /* vision mission */
  .vision-mission-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .vision-mission-content{
  padding: 20px 0px;
  }
  .vision-mission-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  .vision-head , .mission-head{
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  }
  /* awards start */
  .awards-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .awards-content-left{
  padding: 20px 0px;
  }
  .awards-content-left .award-card{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  .awards-content-right{
  padding: 20px 0px;
  }
  .awards-content-right .award-card{
  float: right;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  .appreciation{
  padding-bottom: 80px;
  }
  .about-content p{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #8db5d8;
  font-size: 18px;
  }
  /* awards end */
  /* women enpowerment start */
  .enpowerment-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .enpowerment-content{
  padding: 20px 0px;
  }
  .enpowerment-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* enpowerment end */
  /* livelihood start */
  .livelihood-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .livelihood-content{
  padding: 20px 0px;
  }
  .livelihood-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* livelihood end */
  /* sanitation start */
  .sanitation-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .sanitation-content{
  padding: 20px 0px;
  }
  .sanitation-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  max-width: 100%;
  }
  /* sanitation end */
  /* state leve activity start */
  .state-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .state-content{
  padding: 20px 0px;
  }
  .state-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* state lave end */
  /* district leve activity start*/
  .district-head{
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  font-family: Roboto;
  }
  .district-content{
  padding: 20px 0px;
  }
  .district-content img{
  float: left;
  margin: 0px 40px 8px 0px; 
  width: 350px;
  max-width: 100%;
  }
  /* media events */
  .home-media-head  .owl-carousel .owl-nav button.owl-prev {
  color: #f88213!important;
  }
  .home-media-head {
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #afb1b4;
  padding-bottom: 20px;
  color: #8db5d8;
  text-transform: uppercase;
  font-family: Roboto;
  margin-bottom: 20px;
  }
  /* district level activity end */
  /* career page */
 .contact-field{
  padding: 20px 8px;
 }
  /* medis query */
  @media(max-width:1399px){
  .feedback-foundation .team-leader img {
  width: 100%;
  padding: 80px 22px;
  }
  .our-event-section .owl-next {
    top: 64px;
  }
  .our-event-section .owl-prev {
    top: 64px;
  }
  }
  @media(max-width:1199px){
  .feedback-foundation .team-leader img {
  width: 100%;
  padding: 130px 22px;
  }
  .seeds-ngo-logo img {
  /* width: 100%; */
  width: 757px;
  padding: 15px 0px;
  }
  .top-contact {
  padding-top: 31px;
  }

  .our-client-section .owl-next {
    float: right;
    position: absolute;
    top: 11px;
  }
  .our-client-section .owl-prev{
    float: right;
    position: absolute;
    top: 11px;
  }
  .our-event-section .owl-next {
    top: 37px;
}
.our-event-section .owl-prev {
  top: 37px;
}
.gallery-card img {
  height: 170px;
}
  }
  @media(max-width:1024px){
  .appreciation {
  padding-bottom: 30px;
  }
  .hero-slider .owl-carousel .owl-nav button.owl-next {
    top:95px
  }
  .hero-slider .owl-carousel .owl-nav button.owl-prev{
    top:95px
  }
  }
  @media(max-width:1024px){
  .count-card{
  margin-bottom: 20px;
  }
  .focus-section .our-focus-content {
  padding: 20px 0px;
  margin-bottom: 20px;
  }
  .sdg-section .sdg-card {
  margin-bottom: 20px;
  }
  .sdg-section .sdg-overlay-poverty {
  padding: 15px;
  }
  .sdg-section .goal-target {
  font-size: 20px;
  }
  .top-contact {
  padding-top: 29px;
  }
  }
  @media (max-width:1399px) and (min-width:992px){
  }
  @media(min-width:991px){
  .navbar-section .nav-item .nav-link{
  padding: 8px 7px;
  }
  }
  @media(max-width:991px){
  .offcanvas-body.off-seed-bg{
  background: #005baa;
  color: #fff;
  }
  .offcanvas-body.off-seed-bg .dropdown-menu.dropdown-seeds {
  border-radius: 0px;
  padding: 0px;
  }
  .offcanvas-body.off-seed-bg .dropdown-menu.dropdown-seeds .dropdown-item{
  padding: 6px 8px;
  margin: 0px;
  }
  .offcanvas-body.off-seed-bg .dropdown-menu.dropdown-seeds .dropdown-item{
  }
  .offcanvas-body.off-seed-bg .dropdown-menu.dropdown-seeds .dropdown-item {
  padding: 8px;
  margin: 0px;
  font-size: 15px;
  color: #070223;
  }
  .offcanvas-body.off-seed-bg .nav-item a{
  padding: 6px 8px;
  }
  /* .seeds-health-drop .dropdown-seeds-health {
  left: 168px;
  background: #fff;
  width: 100%;
  } */
  .seeds-ngo-logo img {
  width: 561px;
  padding: 11px 0px;
  }
  .top-contact {
  padding-top: 16px;
  }
  .Social-icon .top-social-icon img {
  max-width: 100%;
  width: 20px;
  }
  .count-number-section ul{
  display: block;
  /* grid-template-columns: 1fr 1fr 1fr; */
  }
  .count-number-section ul li{
  margin-right: 8px;
  }
  .gallery-card img {
    height: 400px;
}
  }
  @media(min-width:769px){
  /* .seeds-ngo-logo img {
  width: 805px;
  padding: 11px 0px;
  } */
  /* .top-contact {
  padding-top: 26px;
  } */
 
  }
  @media(max-width:768px){
  .offcanvas-body.off-seed-bg{
  background-color: #0f0547;
  }
  .mobile-menu-bg{
  background-color: #005baa;
  color: #fff;
  }
  .mobile-menu-title{
  color: #fff;
  border-bottom: 1px solid #e4dcdd;
  padding-bottom: 20px;
  font-weight: 500;
  }
  .about-seeds{
  margin-bottom: 20px;
  }
  .slider-image img{
  height:100%;
  max-height: 100%;
  }
  .dropdown-menu{
  width: 100%;
  border-radius: 0px;
  }
  .nav-item .nav-link{
  padding-left: 20px;
  }
  .useful-link .footer-add{
  display: block;
  }
  .seeds-ngo-logo img {
  padding: 15px 0px;
  }
  .top-contact {
  padding-top: 22px;
  }
  .seeds-health-drop .dropdown-seeds-health {
  left: 0px;
  background: #8ec3f1;
  top: 45px;
  width: 100%;
  }
  .nav-link {
  padding: 10px 8px;
  background-color:none;
  }
 .hero-slider .owl-carousel .owl-nav button.owl-next {
    top:60px
  }
  .hero-slider .owl-carousel .owl-nav button.owl-prev{
    top:60px
  }
  }
  @media(max-width:767px){
  .top-contact {
  padding-top: 13px;
  }
  .Social-icon .top-social-icon img {
  max-width: 100%;
  width: 16px;
  }
  .feedback-foundation .team-leader img {
  width: 100%;
  padding: 11px 22px;
  }
  .feedback-foundation .feed-back {
  padding: 20px 0px;
  }
  .seeds-ngo-logo img {
  width: 398px;
  padding: 15px 0px;
  }
  .copyright .left-copyright{
  text-align: center;
  }
  .copyright-footer{
  text-align: center;
  }
  }
  @media(max-width:599px){
    .our-client-section .owl-next {
      top: 120px;
  }
  .our-client-section .owl-prev {
    top: 120px; 
  }
  }
  @media(max-width:576px){
    .our-client-section .owl-prev {
      margin-left: 0px!important;
  }
  .our-client-section .owl-next {
    margin-right:0px!important;
}
  }
  @media (max-width: 537px){
  .seeds-ngo-logo img {
  width: 380px;
  padding: 15px 0px;
  }
  .hero-slider .owl-carousel .owl-nav button.owl-next {
    top:6px
  }
  .hero-slider .owl-carousel .owl-nav button.owl-prev{
    top:6px
  }
  }
 
  @media(max-width:513px){
  .get-contact-card ul{
  display: block;
  }
  .top-contact ul li {
  margin-right: -2px;
  padding: 4px;
  }
  .top-contact {
  padding-top: 0px;
  }
  .seeds-ngo-logo img {
  width: 100%;
  padding: 9px 0px;
  }
  }
  @media(max-width:425px){
  .main {
  padding: 20px 0px;
  }
  .Notification{
  font-size: 16px;
  padding: 3px 0px;
  }
  .notice-content p{
  margin-bottom: 0px;
  }
  .testimonial-section .owl-prev{
  float: left;
  position: absolute;
  top: 150px;
  left: 0;
  font-size: 64px!important;
  margin-left: 1px!important;
  }
  .testimonial-section .owl-next{
  float: right;
  position: absolute;
  top:150px;
  right: 0;
  font-size: 64px!important;
  margin-right: -1px!important;
  }
  .event-section .owl-prev{
  float: left;
  position: absolute;
  top: 90px;
  left: 0;
  font-size: 64px!important;
  margin-left: 1px!important;
  }
  .event-section .owl-next{
  float: right;
  position: absolute;
  top: 90px;
  right: 0;
  font-size: 64px!important;
  margin-right: -1px!important;
  }
  .our-client-section .owl-prev{
  float: left;
  position: absolute;
  top: 90px;
  left: 0;
  font-size: 64px!important;
  margin-left: 1px!important;
  }
  .our-client-section .owl-next{
  float: right;
  position: absolute;
  top: 90px;
  right: 0;
  font-size: 64px!important;
  margin-right: -1px!important;
  }
  .our-event-section .owl-prev{
    float: left;
    position: absolute;
    top: 90px;
    left: 0;
    font-size: 64px!important;
    margin-left: 1px!important;
    }
    .our-event-section .owl-next{
    float: right;
    position: absolute;
    top: 90px;
    right: 0;
    font-size: 64px!important;
    margin-right: -1px!important;
    }
  .awards-content-right .award-card {
  float: left;
  margin: 0px 22px 8px 0px;
  } 
  .hero-slider .owl-carousel .owl-nav button.owl-next {
    top:0px
  }
  .hero-slider .owl-carousel .owl-nav button.owl-prev{
    top:0px
  }
  .gallery-card img {
    height: 350px;
}
  }
  @media(max-width:375px){
  .awards-content-right .award-card {
  float: left;
  margin: 0px 22px 8px 0px;
  }  
  .seeds-ngo-logo img {
  width: 252px;
  padding: 8px 0px;
  } 
  .copyright .left-copyright a , .copyright-footer a {
  font-size: 12px;
  }
  .hero-slider .owl-carousel .owl-nav button.owl-next span {
    font-size: 50px;
  }
  .hero-slider .owl-carousel .owl-nav button.owl-prev span {
    font-size: 50px;
  }
  .our-client-section .owl-next {
    top: 54px;
  }
  .our-client-section .owl-prev {
    top: 54px;
  }
  .our-event-section .owl-next {
    top: 66px;
  }
  .our-event-section .owl-prev {
    top: 66px;
  }
  .gallery-card img {
    height: 250px;
}
}
  @media(max-width:360px){
  .seeds-ngo-logo img {
  width: 244px;
  padding: 10px 0px;
  }
  
  }
  @media(max-width:320px){
  .Notification{
  /* background-color:#fff; */
  z-index: 1;
  width: 90px;
  }
  .our-client-section .owl-next,.our-client-section .owl-prev{
  top:60px;
  }
  .our-event-section .owl-next,.our-event-section .owl-prev{
    top:60px;
    }
  .event-section .owl-prev,.event-section .owl-next{
  top:60px;
  }
  .testimonial-section .owl-prev,.testimonial-section .owl-next{
  top:200px;
  }
  .seeds-ngo-logo img {
  width: 214px;
  padding: 10px 0px;
  }
  .our-client-section .owl-next, .our-client-section .owl-prev {
    top: 38px;
}
  }