:root {
 --bgColor: #F3F0EB;
 --dark-color: #022D01;
 --white: #fff;
 --font-family: 'Poppins', sans-serif;
 --blue-color: #3911ec;
 --green-color: #529930;
 --darkblue-color: #3b1c37;
 --chok-color: #6766a5;
 --gray-color: #ced4da;
 --gray: gray;
 --red: red;
}

body {
 background-color: var(--gray-color);
 position: relative;
 font-family: var(--font-family);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family);
}
a {
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease;
}
a, a:hover {
   text-decoration: none !important;
}

/* Header */
header {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 5;
 padding: 0px 0;
}

@media (min-width: 768px) {
   header {
     padding: 30px 0;
   }
}
header .navbar-brand p {
   text-transform: uppercase;
   letter-spacing: .2em;
   font-size: 2rem;
   font-weight: bolder;
   margin: 0px;
   padding: 0px;
   color: var(--white);
}
header .navbar-brand p span {
  color: var(--red);
}
header .navbar-brand small {
   font-size: 0.7em;
   position: absolute;
   margin: 0;
   padding: 0;
   background-color: var(--blue-color);
   margin-top: -10px;
}

header .navbar-brand.absolute {
   position: absolute;
}
@media (max-width: 991.98px) {
   header .navbar-brand.absolute {
     position: relative;
   }
}

@media (min-width: 768px) {
   header .navbar-brand span {
     color: var(--gray-color);
   }
}

header .navbar {
   background: var(--chok-color) !important;
   padding-top: .1rem;
   padding-bottom: 1rem;
   padding-left: 1em;
   padding-right: 1em;
}
@media (min-width: 768px) {
   header .navbar {
     padding-top: 1em;
     padding-bottom: 0;
     background: none !important;
     position: relative;
   }
}
header .navbar .nav-link {
   margin-top: 10px;
   font-size: 1rem;
   line-height: 1;
   color: var(--white) !important;
}
header .navbar .nav-link:hover {
   background: var(--bgColor);
   color: var(--blue-color) !important;
   box-shadow: 2px 0 20px -5px rgba(0, 0, 0, 0.2);
   line-height: 1;
   font-weight: normal;
   border-radius: 6px;
}

@media (max-width: 1199.98px) {
   header .navbar .nav-link {
     padding: .5rem 0rem;
   }
}

header .navbar .ctj-btn a {
   background: var(--blue-color);
   color: var(--white) !important;
   text-transform: uppercase;
   font-size: .8rem;
   padding: 10px 20px !important;
   line-height: 1;
   font-weight: normal;
   -webkit-transition: .3s all ease;
   -o-transition: .3s all ease;
   transition: .3s all ease;
   border-radius: 6px;
}

header .navbar .cta-btn a, .getdonatesection .buttons a {
   background: var(--darkblue-color);
   color: var(--white) !important;
   text-transform: uppercase;
   font-size: .8rem;
   padding: 10px 20px !important;
   line-height: 1;
   font-weight: normal;
   -webkit-transition: .3s all ease;
   -o-transition: .3s all ease;
   transition: .3s all ease;
   border-radius: 6px;
}

header .navbar .cta-btn a:hover, header .navbar .ctj-btn a:hover, .hero .ctj-btn:hover, .getdonatesection .buttons a:hover {
   background: var(--bgColor);
   color: var(--blue-color) !important;
   box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
}

.hero {
   height: 99vh;
   width: 100%;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   position: relative;
   font-weight: bold;
   filter: blur(rem);
}

.hero h4 {
   color: var(--gray-color);
   font-weight: bold;
   margin: 80px 0px;
}

.hero h1 {
   font-weight: bold;
   font-size: 2.5rem;
   color: var(--gray-color);
}

@media (min-width: 782px) {
   .hero {
     background-image: url('/assets/images/p4.jpg');
   }
   .hero h1 {
     font-size: 3.5rem;
   }
   .herod {
     background-color: rgba(0, 0, 0, 0.6);
     height: 100%;
     width: 100%;
   }
}

@media (max-width: 782px) {
   .hero {
     background-image: url('/assets/images/p4.jpg');
     height: 100%;
   }
   .hero h1 {
     font-size: 3.5rem;
   }
   .herod {
     background-color: rgba(0, 0, 0, 0.6);
     height: 100%;
     width: 100%;
   }
}

.hero .herod .icons {
   color: var(--white);
   font-size: 18px;
}
.hero .herod .icons:hover {
   color: var(--gray);
}
.hero .ctj-btn {
   background-color: var(--blue-color);
   color: var(--white) !important;
   text-transform: uppercase;
   font-size: .8rem;
   padding: 10px 20px !important;
   line-height: 1;
   font-weight: bold;
   -webkit-transition: .3s all ease;
   -o-transition: .3s all ease;
   transition: .3s all ease;
   border-radius: 6px;
}


.header-banner {
  height: 60vh;
  width: 100%;
  background-image: url('/assets/images/p1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* top: 0; */
}

.header-banner .over-lay-element{
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  display: flex;
  padding-top: 70px;
  align-items: center;
}

.about-header {
   background-color: #f8f9fa;
   padding: 50px 0;
}

.services .icon-box {
   text-align: center;
   padding: 30px;
   background: #f8f9fa;
   border-radius: 10px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s;
}

.services .icon-box:hover {
   transform: translateY(-10px);
}

.services .icon {
   font-size: 40px;
   margin-bottom: 20px;
   color: #007bff;
}
.card img{
   height: 300px;
}

.project-header {
   background-color: #f8f9fa;
   padding: 50px 0;
}

.project-header .card {
   transition: transform 0.3s;
   height: 50px;
}

.project-header .card:hover {
   transform: translateY(-10px);
}

/* Testimonials Section */
.testimonials {
   background-color: #f8f9fa;
   padding: 50px 0;
}

.testimonials .title-box {
   margin-bottom: 30px;
}

.testimonial-box {
   background: #fff;
   padding: 20px;
   border-radius: 10px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s;
}

.testimonial-box:hover {
   transform: translateY(-10px);
}

.testimonial-box p {
   font-style: italic;
   color: #555;
}

.testimonial-box h5 {
   margin-top: 15px;
   font-weight: 700;
   color: #007bff;
}

.testimonial-box .text-muted {
   color: #6c757d !important;
}

/* Courses Section */
.courses .title-box {
   margin-bottom: 40px;
}

.course-box {
   background: #fff;
   padding: 20px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   border-radius: 8px;
   text-align: center;
}

.course-box img{
   height: 400px;
}

.course-box h5 {
   font-size: 20px;
   margin-bottom: 15px;
   color: #333;
}

.course-box .description {
   color: #777;
   margin-bottom: 15px;
}

.course-box .btn {
   background-color: #007bff;
   color: #fff;
   border: none;
   padding: 10px 20px;
   border-radius: 5px;
   transition: background-color 0.3s;
}

.course-box .btn:hover {
   background-color: #0056b3;
}

 /* Partners Section */
 .partners .title-box {
  margin-bottom: 40px;
}

.partner-box {
  text-align: center;
  padding: 6px;
  width: 6rem;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.partner-box img {
  width: 80%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}

.partner-box p {
  font-size: 16px;
  color: #777;
}

/* Footer Section */

.site-footer {
  padding: 40px 0;
  color: #ffffff;
  background-color: #333333;
  font-family: Arial, sans-serif;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 20px;
  color: #f8f9fa;
}

.site-footer p,
.site-footer a {
  color: #dddddd;
}

.site-footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.site-footer ul {
  padding: 0;
  list-style: none;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .d-flex {
  display: flex;
  align-items: center;
}

.site-footer .d-flex a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #444444;
  color: #ffffff;
  margin-right: 10px;
  transition: background-color 0.3s;
}

.site-footer .d-flex a:hover {
  background-color: #555555;
}

.border-top {
  border-top: 1px solid #555555;
  margin-top: 40px;
  padding-top: 20px;
}

.text-center {
  text-align: center;
}

.bg-dark {
  background-color: #333333;
}


.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-lg-4,
.col-md-6,
.col-sm-12 {
  padding: 3px;
}


@media (max-width: 756px) {
  .hero {
    justify-content: center;
    text-align: center;
  }

  .about-header .row {
    text-align: center;
  }

  .project-header .card {
    margin-bottom: 30px;
  }

  .testimonials .title-box {
    text-align: center;
  }

  .testimonials .testimonial-box {
    margin-bottom: 30px;
  }
  .row .col-lg-3 {
   margin: 0 80px;
    
     }

     .partner-box {
    
      padding: 26px;
      width: 16rem;
     
    }
  .site-footer {
    padding: 40px 20px;
   
   
  }
  
.site-footer p,
.site-footer a {
  /* padding: 20px; */
  margin: 20px;
}

  
}