/**
* Template Name: BizLand - v1.1.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General 2.0 - tested
--------------------------------------------------------------*/

@font-face {#topbar {
  background: #112B68;
  height: 60px;
  font-size: 18px;
  transition: all 0.5s;
  color: #E6F6D1 !important;
}


/* #topbar.topbar-scrolled {
  top: -40px;
} */

#topbar .contact-info a {
  line-height: 1;
  font-size: 20px;
  color: #fff !important;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

@media (max-width: 991px) {
  #topbar {
    display: none !important;
  }
  
  #header .logo {
    display: block;
  }

  .nav-menu {
    display: none;
    margin-right: 20px;
  }

  #sub-nav-block {
    display: block !important;
  }
}

  font-family: 'Source Sans Pro';
  /* src: url('../../css/fonts/source-sans-pro-regular.woff') format('woff'); */
  font-weight: normal;
  font-style: normal;
}
  /* @font-face{
  font-family: 'Source Sans Pro';
  src: url('../../css/fonts/source-sans-pro-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../../css/fonts/source-sans-pro-semibold.woff') format('woff');
  font-weight: 600; 
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../../css/fonts/source-sans-pro-italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../../css/fonts/source-sans-pro-semibolditalic.woff') format('woff');
  font-weight: 600; 
  font-style: italic;
} */

body {
  font-family: 'Source Sans Pro';
  color: #112b68 !important;
  font-size: 22px;
}

a {
  color: #00C6FF;
}

a:hover {
  color: #00C6FF;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: ' Source Sans Pro', sans-serif !important;
  color: #112B68 !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #112B68;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #4B7841;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #112B68;
  height: 60px;
  font-size: 14px;
  transition: all 0.5s;
  color: #E6F6D1 !important;
  padding-left: 10px; /* Adjust this value based on your logo width */
}

#topbar a {
  color: #E6F6D1;
}

/* #topbar.topbar-scrolled {
  top: -40px;
} */

#topbar .contact-info a {
  line-height: 1;
  font-size: 18px;
  color: #fff !important;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .search-icon i {
  color: #112B68;
}

/* Mobile */
#sub-nav-block {
  background-color: #ffffff;
  color: white;
  padding: 20px;
}

#sub-nav-block .contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

#sub-nav-block .contact-info a {
  color: #112B68;
  text-decoration: none;
  margin: 0px 0;
}

#sub-nav-block .social-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

#sub-nav-block .social-icons a {
  color: #112B68;
  font-size: 20px;
  margin: 0 10px;
}

#sub-nav-block .action-buttons {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0px;
}

#sub-nav-block .action-buttons .btn {
  background-color: #112B68 !important;
  color: white !important;
  border: none;
  padding: 10px 20px 10px 20px !important;
  margin: 0 0px;
  border-radius: 5px;
  text-decoration: none;
}


@media (max-width: 991px) {
  #topbar {
    display: none !important;
  }
  
  #header .logo {
    display: block;
  }

  .nav-menu {
    display: none;
  }

  #sub-nav-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  #header .logo {
    display: none;
  }

  #sub-nav-block {
    display: none !important;
  }
}

/* Tablet styles (571px to 991px) */
@media screen and (min-width: 571px) and (max-width: 991px) {
  #topbar {
    display: none !important;
  }

  #header .logo {
    display: block;
  }

  .nav-menu {
    display: none;
  }

  #sub-nav-block {
    display: block !important;
  }

  .img-logo {
    max-height: 80px !important; /* Adjust as needed */
    height: auto;
    position: static;
    margin: 10px auto;
    display: block;
  }
}
/* Moved to Footer */
/* #topbar .social-links a:hover {
  color: #fff;
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #ffffff;
  transition: all 0.5s;
  z-index: 997;
  padding: 25px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/* #header.header-scrolled {
  top: 0;
  padding: 15px;
} */

.logo {
  padding: 10px 0;
}

.img-logo {
  height: 150px;
  width: auto;
}

@media (max-width: 992px) {
  #header {
    top: 40px;
  }
  #header .logo {
    font-size: 28px;
  }
  #header .logo img {
    max-height: 120px;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none !important;
  }
  
  #header {
    top: 0;
  }

  .logo {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .img-logo {
    margin-left: 0px;
    margin-top: 40px;
    height: 80px; /* Adjust this value for mobile logo size */
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */


nav.nav-menu {
  flex-grow: 1; /* Allow the nav menu to take up available space */
  display: flex;
  justify-content: flex-end; /* Align items to the right */
  margin-right: 10px;
}

.nav-menu ul {
  margin: opx;
  padding: 0;
  list-style: none;
  justify-content: flex-end; /* Align nav items to the right */
}

.nav-menu > ul {
  display: flex;
  justify-content: flex-end; /* Aligns the navigation items to the right */
  margin-left: 120px; 
  margin-right: 35px;
  padding: 0;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 20px 0 10px 28px !important;
}

.nav-menu > ul > li.drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu a {
  display: block;
  position: relative;
  right: 0;
  color: #112B68;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  padding: 0 2px;
  font-family: 'Source Sans Pro', sans-serif;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #008A7E;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #112B68 !important;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16.5px;
  font-weight: 600;
  text-transform: none;
  color: #112B68;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #112B68;
}

.nav-menu .drop-down ul .drop-down > a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #112B68;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg); 
  margin-left: 8px;
  transition: transform 0.3s;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100% !important; /* Force right side positioning of submenu*/
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100% !important;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #112B68;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg); 
  margin-left: 8px;
  transition: transform 0.3s;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
  
}
@media (min-width: 992px) {
  .nav-menu .drop-down .services-submenu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    min-width: 200px;
    transition: all 0.3s;
  }

  .nav-menu .drop-down li:hover > .services-submenu {
    opacity: 1;
    visibility: visible;
  }

  .nav-menu .drop-down .services-submenu li {
    padding: 0;
    position: relative;
  }

  .nav-menu .drop-down .services-submenu a {
    padding: 10px 20px;
    font-size: 17px;
    color: #112B68;
    display: block;
  }

  .nav-menu .drop-down .services-submenu a:hover {
    background: #f8f9fa;
  }
  
}
@media (max-width: 991px) {
  .nav-menu .drop-down ul.services-submenu {
      display: none;
  }

  .nav-menu .drop-down ul.services-submenu.active {
      display: block !important;
  }
}
.nav-item.drop-down.open ul {
  display: block !important;
}


.nav-menu .drop-down .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  min-width: 200px;
  transition: all 0.3s;
}

.nav-menu .drop-down:hover > .sub-menu {
  display: block;
}



.partner-item.equal-height.style-6{
  min-height: 600px;
}
.visit-button-box{

  color: #112b68 !important;
  background: #E6EEF7;
  border-radius: 3px;
}
.right-bt{
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.left-bt{
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.visit-button-box:hover{
  color: #ffffff !important;
  background: #112B68 !important;

}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 12px;
  bottom: 15px;
  left: 12px;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 600;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #112b68;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  position: relative;
  padding-left: 15px;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav .drop-down .services-submenu {
  display: none;
  background: #f8f9fa;
  padding-left: 20px;
}

.mobile-nav .drop-down .services-submenu.active {
  display: block;
}

.mobile-nav .drop-down .services-submenu li {
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.mobile-nav .drop-down .services-submenu li:last-child {
  border-bottom: none;
}

.mobile-nav .drop-down .services-submenu a {
  color: #000000;
  font-size: 14px;
  padding: 5px 15px;
  display: block;
}

.mobile-nav .drop-down > a:after {
  content: "\203A";
  font-family: "system-ui";
  padding-left: 10px;
  position: absolute;
  right: 15px;
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .mobile-nav .services-submenu .drop-down > a:after {
    content: "\25BC";
    font-size: 12px;
    position: absolute;
    right: 15px;
  }
  .mobile-nav .services-submenu .drop-down .active > a:after {
    transform: rotate(180deg);
  }
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background-color: #ffffff !important;
  position: relative;
  margin-top: 74px;
  padding: 0;
  display: flex;
  justify-content: center;
}

/* #hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

#hero img video {
  height: 45.5em;
  width: 100%;
  object-fit: fill !important;
}

#hero .container {
  position: relative;
  /* padding-top: 30px; */
}

.carousel-indicators li {
  background-color: #112B68;
}
.carousel-indicators .active {
  background-color: #04112f;
}


@media (max-width: 1800px) {
  .carousel-container {
    aspect-ratio: 1800 / 400;
  }
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: 'Source Sans Pro', sans-serif;
}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  position: relative;
  font-weight: 600;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

/* Hide desktop hero on mobile */
@media (max-width: 767px) {
  #hero {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
    height: fit-content;
    padding: 0;
    margin: 0;
    padding-top: 60px; /* Adjust for mobile navbar height if different */
  }
  #hero h1 {
    font-size: 35px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
  .carousel-item{
    height: auto;
    width: 100%;
  }
  
  .main-banner img, .main-banner video {
      height: auto !important;
      width: 100%;
   }

  .sub-heading{
      text-align: center;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/* Mobile hero styles */
#mobile-hero {
  width: 100%;
  background-color: #E6EEF7;
  padding-bottom: 0;
  margin-top: 0px; /* Adjust based on your mobile navbar height */
  overflow: hidden; /* Add this to prevent any potential overflow */
}

#mobile-hero .container-fluid {
  padding-left: 0 !important; /* Force remove any padding */
  padding-right: 0 !important;
}

#mobile-hero .mobile-carousel-container {
  width: 100%;
}

#mobile-hero .carousel-item img,
#mobile-hero .carousel-item video {
  width: 100%;
  height: 220px; /* Match your carousel height */
  object-fit: cover; /* Change from contain to cover */
  max-width: 100vw; /* Ensure it doesn't exceed viewport width */
}

#mobile-hero .carousel,
#mobile-hero .carousel-inner,
#mobile-hero .carousel-item {
  height: 220px; /* Adjust this value as needed */
}

#mobile-hero .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

#mobile-hero .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mobile-hero .carousel-control-prev,
#mobile-hero .carousel-control-next {
  width: 10%;
  color: #4b7841;
}

#mobile-hero .carousel-control-prev-icon,
#mobile-hero .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  color: #4b7841;
}

/* Ensure mobile hero is only visible on mobile devices */
@media (min-width: 768px) {
  #mobile-hero {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.section-bg {
  background-color: #D5DEEC;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  /* background: #e7f1fd; */
  color: #112B68;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 5px 0 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #112B68;
}

.section-title h1 span {
  color: #112B68;
}

.section-title p {
  margin: 20px auto 0 auto;
  font-weight: 400;
  color: #112B68;
}

@media (min-width: 1024px) {
  .section-title p {
    /* width: 70%; */
    text-align: justify;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
  margin-top: 134px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/

/* General Section Styling */
.ngo-services-section {
  background-color: #112B68;
  padding: 50px 20px;
}

.ngo-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ngo-section-title {
  color: white;
  font-size: 2rem;
  margin-bottom: 30px;
}

/* Services Grid */
.ngo-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* Service Cards */
.ngo-service-card {
  background-color: #548325;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none; /* Remove underline from links */
  color: white;
}

/* Icons inside Service Cards */
.ngo-service-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

/* Service Text */
.ngo-service-text {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

/* Hover Effect - Only on Desktop */
@media (min-width: 768px) {
  .ngo-service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0px 8px 16px rgba(255, 255, 255, 0.2);
      background-color: #548325;
      color: #ffffff;
  }
}

/* Remove Hover Effects on Mobile */
@media (max-width: 767px) {
  .ngo-service-card {
      transition: none;
  }
}


/*--------------------------------------------------------------
# Who we are
--------------------------------------------------------------*/

.navbarResources .text-center,
.navbarResources .category-text {
    color: #112B68 !important;
}

/* Main headings and dropdowns */
.navbarResources h2,
.navbarResources h3,
.navbarResources .collapse-panel h3,
.navbarResources .collapse-panel i{
  padding:10px 0;
}
/* Card content */
.navbarResources .card {
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.navbarResources .card h4 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.navbarResources .card p.category-text,
.navbarResources .card p {
  color: #112B68 !important;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.navbarResources .card .btn {
  padding: 8px 16px;
  font-size: 0.9rem;
}

/* Ensure dropdown arrows are also the correct color */
.navbarResources .collapse-panel .bx-down-arrow {
    color: #112B68 !important;
}



/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  border: 5px solid #fff;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #444444;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #444444;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #444444;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #444444;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #444444;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #548235 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #106eea !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background-color: #ffffff; 
  padding: 60px 0;
}

.team .section-title h3, 
.team h3 {
  font-weight: bold;
  color: #112B68;
  text-decoration:dashed;
  text-align:center;
  margin-top: 28px;
}

.team .member {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: none;
  text-align: center;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  margin-top: 10px; /* Add some space between title and social icons */
  display: flex;
  justify-content: center; /* Center the icons horizontally */
  gap: 10px; /* Add space between icons */
}

.team .member .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #112B68;
  color: #fff;
  border-radius: 50%;
  transition: ease-in-out 0.3s;
}

.team .member .social a:hover {
  background: #112B68;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 2px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #112B68;
}

.team .member .member-info span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #112B68;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

/* .team .member:hover .social {
  opacity: 1;
  bottom: 15px;
} */

.member {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}

.member-img {
  position: relative;
}

.member-img img {
  transition: transform 0.3s ease;
}

.member:hover .member-img img {
  transform: scale(1.1);
}

.social {
  position: relative;
  bottom: 0;
  opacity: 1; /* Make it always visible */
  background: none; /* Remove background */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px; /* Space between the image and social links */
}

.member:hover .social {
  opacity: 1;
}

.social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.social a:hover {
  color: #49b5e7;
}

.member-info {
  padding: 10px 0;
}

.member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

/* Custom Modal Styles */
.custom-modal {
  display: none;
  position: fixed;
  /* Changed to fixed to cover the whole screen */
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Dark background */
  overflow-y: auto;
  /* Allow background scrolling */
}

.custom-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  /* Center the modal */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
  position: fixed;
  /* Stay fixed within the viewport */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center horizontally and vertically */
  z-index: 1001;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
}

.close-button:hover,
.close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-body {
  max-height: calc(100vh - 150px);
  /* Prevents content from exceeding viewport height */
  overflow-y: auto;
  /* Allows modal content to scroll */
}

@media (max-width: 767px) {
  .modal-content {
    width: 90%;
    max-width: none;
  }

  .modal-header h5 {
    font-size: 18px;
  }

  .modal-body {
    font-size: 14px;
  }

  .close-button {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .team .row {
    display: flex;
    flex-wrap: wrap;
  }

  .team .col-lg-3 {
    width: 50%;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .team .member {
    margin-bottom: 20px;
  }

  .team .member .member-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .team .member .member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .team .member .member-info {
    padding: 10px 0;
  }

  .team .member .member-info h4 {
    font-size: 16px;
    color: #112B68;
  }
}

@media (max-width: 767px) {
  .team .member .social {
    bottom: 0;
    height: auto;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .team .member .social a {
    margin: 0 5px;
  }
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: 'Source Sans Pro';
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #106eea;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #106eea;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.mt-2 {
  margin-top: 20px !important;
  left: 0;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
  height: 250px;
}

.contact .info-box i {
  font-size: 32px;
  color: #112B68;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #112B68;
}

.contact .info-box h3 {
  font-size: 24px;
  color: #112B68;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
  color: #112B68;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3b8af2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: #fff; */
  padding: 0 0 10px 0;
  color: #444444;
  font-size: 14px;
  background: #ffffff;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Source Sans Pro';
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }

  .headColor{
    text-align: center;

  }
}

.donatebtn {
  background: #ffffff;
  color: #112B68 !important;
  border-radius: 25px !important;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 37px !important;
  box-shadow: 2px 4px 6px rgba(17, 43, 104, 0.3);
  margin-bottom: 2px;
}


.custombtn{
  padding: 8px 30px !important;
  border-radius: 37px;
  font-size: 17px !important;
  box-shadow: -2px 6px 8px 1px #000000;
  font-weight: 600;
  background: #112B68 !important;
  color: #ffffff !important;
  border: #ffffff;
  margin-bottom: 20px;
}

/* testimonials section */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  /* margin: 35px 10px 10px; */
  /* max-width: 310px; */
  /* min-width: 250px; */
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  /* border-top: 5px solid #d2652d; */
  border-top: 5px solid #548235;
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /* color: #d2652d; */
  color: #548235;
  content: "\f10e";
  font-family: 'Font Awesome\ 5 Free';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
  font-weight: 900;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}

.name-text {
  text-align: center;
  font-size: 20px
}

.text-left {
  font-size: 22px;
}

/* sliding video testimonials */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

.wrapper{
  width: 100%;
}
.carousel{
  /* max-width: 1200px; */
  margin: auto;
}
.carousel .card{
  color: #444444;
  text-align: center;
  margin: 20px 0;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: 4px 4px 15px #c2e59a;
}



.owl-dots{
  text-align: center;
  margin-top: 40px;
}
.owl-dot{
  height: 2px;
  width: 20px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #444444!important;
  /* box-shadow: 0px 4px 15px rgba(0,0,0,0.2); */
  transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
  background: #444444!important;
}

/* new partners */
.cell-left img {
  display: block;
  width: 100px !important;
  float: left;
  border: 2px solid #548235;
  object-fit: cover;
  border-radius: 50%;
  height: 100px;
}

.float-box{
  background-color: #112b68;
  color: white;
  border-radius: 5px;
  position: fixed;
  top: 0px;
  left: 2px;
  padding: 5px 7px;
  box-shadow: 3px 5px 9px 1px #54823554;
}

.partner-item.equal-height.style-6 {
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  height: fit-content;
}

@media (max-width:480px) {
  .partner-item.equal-height.style-6 {
    background-color: #fff;
    border-radius: 10px;
    margin: 5px;
    height: fit-content;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.35)!important;
  }

  .cell-right {
    text-align: left !important;
    padding: 20px;
  }


  #partners-slider .owl-stage{
    width: fit-content !important;
  }
}

.cell-right {
  text-align: left !important;
  margin-right: 20px;
  padding-top: 35px;
  padding-bottom: 20px;
}

.partner-title {
    /* font-size: 20px; */
    letter-spacing: 1px;
    font-weight: 770;
    color: #548235;
    text-transform: uppercase;
    /* border-radius: 50px; */
    padding: 0;
    margin-bottom: 12px;
    margin: 2px 5px;
    /* text-align: left !important; */
}

.cell-right p {
  width: 100%;
  text-align: left;
}
.box-img-100{
  height: 120px;
  width: 120px !important;
  object-fit: cover;
  border: 1px solid #112B68;
  padding: 2px;
  border-radius: 50%;
  margin: auto;
  margin-top: 10px;
}
.testimonial-name {
  font-weight: 600;
}
.testimonial-content.quote {
  padding: 17px 55px;
}
.et_right_sidebar #main-content .container:before{
  display: none;
}
#main-content .container {
  padding-top: 10px;
}
i.fa.fa-quote-left {
  padding: 0px 10px;
  color: #999;
}

.partners-main{
margin-top: 30px;
height: auto;
}
.ni{
  font-size: 20px;
}

.heading-text{
  color: #548325;
}