@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "DM Sans", sans-serif;
}
:root {
  --color-primary: #0a7156;
  --color-primary2: #f53147;
  --color-secondary: hsla(52, 58%, 56%, 1);
  --color-body: hsla(0, 0%, 46%, 1);
  --color-dark: hsl(159, 100%, 10%);
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
label {
  font-weight: 600;
}
/* body{
  background: #F4F6FF;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}
p {
  font-family: var(--font-secondary);
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.container2{
    max-width: 1330px;
}

@media (min-width:576px) {
  .container {
      max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
      max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
      max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
      max-width: 1200px
  }
}
a:hover{text-decoration: none;}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  /* background: #eae2ae; */
}
#preloader {
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloader img {
  transform: scale(1.2);
  width: 150px;
}

#preloader img {
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}
#preloader.hidden {
  display: none;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.navbar {
  padding: 0;
}
.header-logo {
  width: 75px;
  padding: 5px;
}

header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: var(--color-primary);
  transition: .5s;
}
.menu-area > ul {
  margin: 11px 0;
  padding: 0;
}

.menu-area > ul > li {
  list-style: none;
  display: inline-block;
}

.menu-area ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.dropdown-menu1 ul li a .fa {
  margin-right: 10px;
}

.menu-area > ul > li > a {
text-decoration: none;
color: #fff;
padding: 0px 15px;
display: block;
transition: .5s;
text-transform: capitalize;
font-size: 16px;
}

.menu-area ul li a:hover {
  color: var(--color-primary2);
  /* background: #ff910d; */
}

.logo-image {
  margin-top: 15px;
}

.menu-active {
  color: var(--color-primary2) !important;
}

.dropdown-menu1 {
  position: absolute;
  background: #fff;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.4s;
  box-shadow: var(--shadow);
  border-top: var(--border);
  top:75px;
}

.dm-software {
  width: 630px;
}

.dropdown-menu1 ul {
  margin: 0;
  padding: 0;
}

.dropdown-menu1 ul li {
  list-style: none;
}

.dropdown-menu1 ul li a {
  text-decoration: none;
  color: #817e7b;
  padding: 7px 10px;
  display: block;
  padding: 10px;
  transition: .4s;
  text-transform: capitalize;
}

.dropdown-menu1 ul li a:hover {
  background: var(--bd);
  color: var(--color-primary2);
}

.dd-btn1:hover .dropdown-menu1 {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.dropdown-menu2 {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.4s;
}


.dd-btn2 {
  position: relative;
}

.dd-btn2:hover .dropdown-menu2 {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/*toggler css*/

.menu-icon {
  display: none;
}

.menu-icon {
  float: right;
}

.menu-icon {
  color: var(--tn);
  font-size: 30px;
  cursor: pointer;
}
.donateBtn {
  background: #01382a;
}
/*on scrolled css*/

/*mobile menu styles*/
.mobile-menu {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #fdfdfd;
  transition: .3s;
  z-index: 9999;
  border-right: 1px solid #ddd;
  overflow: scroll;
}

.mobile-menu-active {
  left: 0;
}

.mm-logo {
  border-bottom: 1px solid #ddd;
}

.mm-logo .logo {
  width: 130px;
  padding: 10px 15px;
}

.menu-link a {
  display: block;
  padding: 10px 15px;
  color: var(--tm);
  border-bottom: 1px solid #ddd;
  transition: .3s;
  font-family: var(--fl);
  text-decoration: none;
}

.mobile-menu a .fa {
  color: var(--tn);
}

.menu-link a .fa-plus {
  float: right;
  margin-top: 5px;


}

.menu-link a .fa-minus {
  float: right;
  margin-top: 5px;

}

.menu-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-body ul li {
  border-bottom: 1px solid #ddd;
}

.menu-body .card-body {
  padding: 0;
  background: #fafafa;
}

.menu-body ul li a {
  padding: 10px 10px;
  display: block;
  color: var(--tm);
  text-decoration: none;
  font-family: var(--fl);
}

.mm-logo {
  position: relative;
}

.mm-cross-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.mm-cross-icon .fa {
  font-size: 20px;
  color: var(--ttm);
}

.mm-ci {
  cursor: pointer;
}
/*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/

.main-banner {
  height: 360px;
}
.btn-default {
  border-radius: 10px;
  padding: 8px 20px;
  display: inline-block;
  transition: 0.5s;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: hsl(159, 100%, 10%);
  background: hsla(52, 58%, 80%, 1);
  font-family: var(--font-primary);
}
.btn-default i {
  margin-left: 5px;
}
.btn-default::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--color-primary);
  color: #fff !important;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.btn-default:hover::before {
  width: 100%;
}
.btn-default:hover {
  color: #fff;
}

/* others customize */


.success-box {
  background: #fff;
  padding: 24px 0;
  text-align: center;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.success-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(242, 222, 186, 0.5);
}
.success-box h2 {
  color: var(--color-primary);
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
}

.success-box p {
  color: var(--color-dark);
}

/* about */
.about {
  margin-top: 70px;
}

.section-title h5 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-primary);
  margin-bottom: 20px;
  font-family: var(--font-secondary);
  font-weight: 500;
}
.section-title h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: var(--font-primary);
  font-weight: 600;
  padding: 5px 0px;
  text-align: center;
}

.about img {
  max-width: 100%;
  height: auto;
}
.about-image {
  max-width: 444px;
  height: auto;
  position: relative;
}
.about-image .image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 35%;
  left: 52%;
}

.about-image .image-2 {
  max-width: 336px;

  border: 5px solid #fff;
}
.about-image img {
  border-radius: 20px;
  border: 4px solid var(--color-primary);
  margin-bottom: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.about .img-thumb {
  background-color: #f8eedc;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.img-thumb p {
  padding: 30px 30px 30px 40px;
  font-family: var(--font-secondary);
  color: var(--color-dark);
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.img-thumb-1 {
  max-width: 50%;
}
.img-thumb-2 {
  max-width: 50%;
}
/* play button */
.about-video-box {
  position: relative;
}
.about-video-box .play-btn {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 55px;
  height: 55px;
  font-size: 24px;
  text-align: center;
  line-height: 55px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 99999;
  transition: all 0.3s;
}
.about-video-box .play-btn i {
  display: inline-block;
  color: var(--color-primary);
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.about-video-box .play-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid rgba(255, 255, 255, 0.5);
  transform: scale(1.2);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.about-video-box .play-btn:hover {
  background-color: var(--color-primary);
}
.about-video-box .play-btn:hover::after {
  border-color: #fff;
}
.about-video-box .play-btn:hover i {
  background-color: var(--color-primary);
  color: #f43148;
}

/* about feature list */
.about-feature-list {
  border-top: 1px solid hsla(52, 58%, 85%, 1);
  border-bottom: 1px solid hsla(52, 58%, 85%, 1);
  padding: 16px 0;
  display: grid;
  grid-template-columns: 20% 20% 60%;
  align-items: center;
  grid-gap: 10px;
  width: 100%;
}

.about-feature-list .play-btn {
  content: "";
  position: relative;
  left: 14%;
  top: 0%;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: var(--color-primary);
  border-radius: 50%;
}
.about-feature-list .play-btn i {
  display: inline-block;
  color: var(--color-primary2);
  font-size: 2em;
}
.about-feature-list .play-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid rgba(208, 191, 78, 0.5);
  transform: scale(1.2);
  border-radius: 50%;
  z-index: -1;
}

/* inner-cms  section */
.inner-cms-section .founder-img img {
  border-radius: 15px;
  max-width: 100%;
}
.inner-cms-section .founder-bio h6 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-primary);
  margin-bottom: 20px;
  font-family: var(--font-secondary);
  font-weight: 500;
}
.inner-cms-section .founder-bio div {
  margin-bottom: 16px;
}
.inner-cms-section .founder-bio h3 {
  font-size: 30px;
  line-height: 40px;
  color: hsla(0, 0%, 20%, 1);
  margin-bottom: 4px;
  font-family: var(--font-primary);
  font-weight: 600;
}
.inner-cms-section .founder-bio p {
  color: var(--color-body);
}

/* porgram section  */
.program-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 2px solid #009460;
  border-radius: 10px;
  overflow: hidden;
}
.program-box > .img-box {
  height: 350px;
}
.program-box > .img-box img{
  width: 100%;
  height: 100%;
}
.program-box > .content{
  padding: 10px 10px;
}
.program-box > .content > h4 {
  text-align: center;
  font-size: 18px;
  color: var(--color-primary);
  font-family: var(--font-primary);
  line-height: 25px;
}
.program-box > .content > p {
  font-family: var(--font-secondary);
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  margin-top: 7px;
}
.program-box > .content > span > .fa {
  color: var(--color-primary);
  font-size: 20px;
  margin-bottom: 10px;
}

/* special projects */
.project-box {
  background: #e7e7e79d;
  padding: 10px 6px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid var(--color-primary);
  height: 270px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.project-box .project-img {
  height: 180px;
}
.project-box .project-img > img {
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 5px;
  margin-bottom: 7px;
  transition: transform 0.3s ease;
}
.project-box:hover .project-img > img{
  transform: scale(1.1);
}
.project-box .project-img > h4 > a {
  color: #0a7156;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  display: block;
  text-align: center;
}
.project-box .p-content > p {
  text-align: justify;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

/* groce island project */
.groce-island-project {
  margin-top: 60px;
}

.groce-island-project .project-images img {
  max-width: 50%;
  height: auto;
}
.groce-island-project .project-images .img-1 {
  border-radius: 80px 0 0 0;
}

.groce-island-project .project-images .img-2 {
  border-radius: 0 0 80px 0;
}

.groce-island-project .project-images {
  display: flex;
  position: relative;
  gap: 10px;
}
.project-content h2 {
  font-size: 48px;
  line-height: 60px;
  font-family: var(--font-primary);
  font-weight: 600;
}
/*----------footer section----------*/
.footer {
  background-color: #063e33;
  padding: 20px 0;
}
.f-logo img{
  width: 150px;
}
.f-contact-box{
  display: flex;
  align-items: center;
}
.f-contact-box > .icon {
  width: 15%;
  background: #009460;
  padding: 8px 0px;
  border-radius: 6px;
  margin-right: 5px;
}
.f-contact-box > .icon > i {
  color: #ffffff;
  font-size: 17px;
}
.f-contact-box > .content{
width: 85%;
text-align: left;
}
.f-contact-box > .content > p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.f-contact-box > .content > p > a {
  color: #fff;
  text-decoration: none;
}
.slowgan-box {
  text-align: center;
  margin-top: 15px;
}

.slowgan-box span {
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(90deg, #f53147, #ffc300, #0a7156, #007bff);
  background-size: 300%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: animateGradient 4s ease-in-out infinite;
}

@keyframes animateGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.social-box {}
.social-box > a {
  display: inline-block;
  background: #009460;
  padding: 5px 16px;
  margin-right: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
}
.social-box > a > i{}
.copyright {
  margin-top: 20px;
  color: #9a9a9a;
}
/*-------------about page----------------*/

.about-title{
  background: var(--color-primary);
  color: #fff;
}
.about-main-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: 0.3s;
  border-radius: 7px;
  padding: 7px 5px;
}
.about-main-box:hover{
  transform: translateY(-2%);
}

/*----partner section-----*/
.partner-box {
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  transition: box-shadow 0.3s ease;
  border-radius: 5px;
}

.partner-box:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.partner-logo {
  max-width: 100px;
  height:60px;
  transition: transform 0.3s ease;
}

.partner-box:hover .partner-logo {
  transform: scale(1.1);
}

h2 {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
}

h5 {
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  margin-top: 10px;
}

p {
  font-size: 0.9rem;
}
 /*Start contact-section*/
 .contact-section{
  background: #F4F6FF;
  padding: 20px 0;
}
.form-section{
  background: #fff;
  padding: 60px 40px;
}
.address h4,.email h4,.phone h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.address p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
}
.email, .address, .phone {
background: #009460;
text-align: center;
padding: 6px 0px;
margin-bottom: 7px;
border-radius: 5px;
color: #fff;
}

.email a,.phone a{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
/*map Section*/
.map-section{
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  overflow: hidden;
}
