@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

@keyframes slidetop {
  from {
    transform: translateY(-30px);
    opacity: 1;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.65);
    opacity: 1;
  }

  to {
    transform: scale(1.9);
    opacity: 0;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

.content a {
  color: inherit;
  text-decoration: underline;
}

body {
  overflow-x: hidden;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1420px;
  }
}

h1,
h2,
h5 {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif !important;
}

.secondary-heading {
  font-size: 4rem;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .secondary-heading {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .secondary-heading {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-align: center !important;
  }
}

.fourth-heading {
  font-size: 2rem;
  color: #333333;
  margin-bottom: 1rem;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .fourth-heading {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .fourth-heading {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .fourth-heading {
    font-size: 1.2rem;
  }
}

.tertiary-heading {
  font-size: 2.5rem;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .tertiary-heading {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .tertiary-heading {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-align: center !important;
  }
}

.inaugralPara {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .inaugralPara {
    margin-bottom: 0;
  }
}

p,
.blog-card .blog-content p a,
a,
li,
span {
  font-size: 1.2rem;
}

@media (max-width: 768px) {

  p,
  .blog-card .blog-content p a,
  a,
  li,
  span {
    font-size: 1rem;
    line-height: 1.755;
  }
}

@media (max-width: 576px) {

  p,
  .blog-card .blog-content p a,
  a,
  li,
  span {
    font-size: 14px;
  }
}

a.internal-link {
  color: #02592e;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

@media (max-width: 576px) {
  .container {
    width: 90% !important;
  }
}

.green-text {
  color: #02592e;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 1rem;
  display: block;
}

@media (max-width: 768px) {
  .green-text {
    font-size: 30px;
    text-align: center;
  }
}

.inner-page-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

@media screen and (min-width: 767.9px) {
  .inner-page-banner {
    min-height: 350px;
  }
}

@media screen and (max-width: 767.8px) {
  .inner-page-banner {
    padding: 4rem 0;
  }
}

.inner-page-banner .pages-title {
  font-size: 4rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .inner-page-banner .pages-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .inner-page-banner .pages-title {
    margin-bottom: 0;
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .inner-page-banner .pages-title {
    font-size: 20px;
  }
}

.inner-page-banner::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.inner-page-banner::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.inner-page-banner.about::before {
  background-image: url("./../img/bg/About-Us.jpg");
}

.inner-page-banner.dtalks::before {
  background-image: url("./../img/bg/D-talks.jpg");
}

.inner-page-banner.gtalks::before {
  background-image: url("./../img/bg/Geti-Talks.jpg");
}

.inner-page-banner.devi::before {
  background-image: url("./../img/main-bg.jpg");
}

.inner-page-banner.literacyedu::before {
  background-image: url("./../img/bg/Literacy-&-education.jpg");
}

.inner-page-banner.skilldevelop::before {
  background-image: url("./../img/bg/skill-development-&-employability.jpg");
}

.inner-page-banner.trainingempowernment::before {
  background-image: url("./../img/bg/training-&-empowerment.jpg");
}

.inner-page-banner.climateenvironment::before {
  background-image: url("./../img/bg/climate-&-environment.jpg");
}

.inner-page-banner.subscribe::before {
  background-image: url("./../img/bg/subscribe-bg.jpg");
}

.primary-list {
  list-style: none;
  padding: 0;
}

.primary-list li {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 576px) {
  .primary-list li {
    padding-left: 25px;
  }
}

.primary-list li:not(:last-child) {
  padding-bottom: 10px;
}

.primary-list li::before {
  content: "";
  background-image: url(../../img/list-icon.png);
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .primary-list li::before {
    top: 7px;
    width: 16px;
    height: 14px;
  }
}

p.listOne strong,
.blog-card .blog-content p a.listOne strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #02592e;
}

.btn.primary-btn,
.btn.subscribe-btn {
  background: #02592e;
  color: #fff;
  border: transparent;
  margin-top: 1rem;
  border-radius: 50px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {

  .btn.primary-btn,
  .btn.subscribe-btn {
    width: 210px;
    padding: 12px;
  }
}

.btn.primary-btn:hover,
.btn.subscribe-btn:hover {
  background: rgba(2, 89, 46, 0.8);
  color: #fff;
}

.btn.primary-btn:focus-visible,
.btn.subscribe-btn:focus-visible {
  background-color: #02592e !important;
  color: #fff !important;
}

.btn.primary-btn:active,
.btn.subscribe-btn:active {
  background-color: #02592e !important;
  color: #fff !important;
  transform: translateY(1px) scale(1.01);
}

@media (max-width: 768px) {
  .mobilecentered {
    text-align: center;
  }

  .btn.primary-btn,
  .btn.subscribe-btn {
    border-radius: 50px;
    padding: 7.5px 20px;
    font-size: 1.2rem;
    line-height: normal;
  }
}

@media (max-width: 576px) {

  .btn.primary-btn,
  .btn.subscribe-btn {
    font-size: 14px;
  }
}

.subscribe-btn {
  margin-top: 0 !important;
  text-transform: capitalize;
}

.btn.secondary-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 1rem;
  border-radius: 50px;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .btn.secondary-btn {
    width: 210px;
    padding: 12px;
  }
}

.btn.secondary-btn:hover {
  background: #fff;
  color: #02592e;
}

.btn.secondary-btn:focus-visible {
  background-color: #fff !important;
  color: #02592e !important;
}

.btn.secondary-btn:active {
  background-color: #fff !important;
  color: #02592e !important;
  border: 1px solid #fff;
  transform: translateY(1px) scale(1.01);
}

@media (max-width: 768px) {
  .mobilecentered {
    text-align: center;
  }

  .btn.secondary-btn {
    border-radius: 50px;
    padding: 7.5px 20px;
    font-size: 1.2rem;
    line-height: normal;
    padding: 10px 12px !important;
  }
}

footer {
  background: #02592e;
  padding: 41px 0;
}

@media (max-width: 768px) {
  footer {
    padding: 2rem 0 4rem 0;
  }
}

@media (max-width: 768px) {
  footer .footer-logo {
    text-align: center;
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  footer .footer-logo {
    margin-bottom: 1rem;
  }
}

footer .footer-logo img {
  filter: brightness(0) invert(1);
  width: 360px;
}

@media (max-width: 576px) {
  footer .footer-logo img {
    width: 200px;
  }
}

footer .footer-text {
  text-align: right;
}

@media (max-width: 768px) {
  footer .footer-text {
    text-align: center;
  }
}

@media (max-width: 768px) {
  footer .footer-text {
    text-align: center;
  }
}

footer .footer-text ul {
  list-style: none;
  display: flex;
  align-items: end;
  gap: 3.5px;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

@media (max-width: 576px) {
  footer .footer-text ul {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  footer .footer-text ul li:nth-child(2) {
    display: none;
  }
}

@media (max-width: 768px) {
  footer .footer-text ul {
    justify-content: center;
  }
}

footer .footer-text ul li {
  color: #fff;
}

footer .footer-text ul li a {
  color: inherit;
  transition: all 0.4s;
}

footer .footer-text ul li a:hover {
  text-decoration: underline !important;
}

footer .footer-text .copyright {
  color: #fff;
}

@media (max-width: 576px) {
  footer .footer-text .copyright {
    padding-top: 1rem;
  }
}

@media (min-width: 768px) {
  footer .social-media {
    display: none;
  }
}

footer .social-media ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  gap: 10px;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  footer .social-media ul {
    justify-content: center;
  }
}

footer .social-media ul li {
  font-size: 22px;
}

footer .social-media ul li a {
  color: #02592e;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  transition: all 0.4s;
}

footer .social-media ul li a:hover {
  background: transparent;
  color: #fff;
}

header {
  transition: all 0.4s;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .topheader {
  background: #333333;
  padding: 7px 0;
}

header .topheader .row {
  align-items: center;
}

header .topheader form {
  position: relative;
  max-width: 400px;
  min-height: 50px;
  margin-left: auto;
}

@media (max-width: 768px) {
  header .topheader form {
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  header .topheader form {
    max-width: 80%;
    margin: auto;
    min-height: 30px;
  }
}

header .topheader input[type="search"] {
  background: #666666;
  color: #fff;
  border: none;
}

header .topheader input[type="search"]:focus {
  background: #fff;
  color: #02592e;
  box-shadow: none;
}

header .topheader input[type="search"]:focus~button i {
  color: #02592e;
}

header .topheader input[type="search"]:focus::-moz-placeholder {
  color: #02592e;
}

header .topheader input[type="search"]:focus::placeholder {
  color: #02592e;
}

header .topheader input[type="search"]::-moz-placeholder {
  color: #fff;
}

header .topheader input[type="search"]::placeholder {
  color: #fff;
}

header .topheader input[type="search"]::-moz-placeholder:focus {
  color: #fff;
}

header .topheader input[type="search"]::placeholder:focus {
  color: #fff;
}

header .topheader form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 5px 10px;
}

header .topheader form button i {
  color: #fff;
}

header .topheader form button:focus {
  outline: none;
  border: none;
}

@media (max-width: 768px) {
  header .social-media {
    display: none;
  }
}

header .social-media ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  gap: 10px;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  header .social-media ul {
    justify-content: center;
  }
}

header .social-media ul li {
  font-size: 22px;
}

header .social-media ul li a {
  color: #02592e;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  transition: all 0.4s;
}

header .social-media ul li a:hover {
  background: transparent;
  color: #fff;
}

header .navbar {
  padding: 25px 0;
}

header .navbar .navbar-toggler {
  border: none !important;
}

header nav {
  background-color: #fff;
}

header nav .nav-item {
  font-size: 21px;
}

@media screen and (max-width: 1399.9px) and (min-width: 1200px) {
  header nav .nav-item {
    font-size: 17px;
  }
}

@media screen and (max-width: 1199.9px) and (min-width: 768px) {
  header nav .nav-item {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199.9px) and (min-width: 768px) {
  header nav a.btn.subscribe-btn {
    width: auto;
    font-size: 14px;
    padding: 15px;
  }

  header nav .navbar-brand img {
    max-width: 200px !important;
  }
}

header nav a.nav-link {
  color: #333333;
  transition: all 0.4s;
}

@media (max-width: 576px) {
  header nav a.nav-link {
    font-size: 14px;
  }
}

header nav a.nav-link:hover {
  color: #02592e !important;
}

header nav .navbar-brand img {
  max-width: 250px;
}

@media (max-width: 576px) {
  header nav .navbar-brand img {
    max-width: 170px;
  }
}

header nav .collapse {
  justify-content: flex-end;
}

@media (min-width: 1400px) {
  header nav .navbar-nav {
    gap: 15px;
  }
}

@media (min-width: 992px) {
  header nav .navbar-nav {
    align-items: center;
  }
}

@media (max-width: 576px) {
  header nav .dropdown>a {
    font-size: 14px;
  }
}

header nav .dropdown>a::after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-top: none;
  font-size: 10px;
  vertical-align: 3px;
}

header nav .dropdown .dropdown-menu {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 3px solid #02592e;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 991.5px) {
  header nav .dropdown .dropdown-menu {
    display: block;
  }
}

header nav .dropdown .dropdown-menu li {
  padding: 3px 0;
  margin: 3px 5px;
}

header nav .dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(2, 89, 46, 0.2);
}

header nav .dropdown .dropdown-menu li a {
  font-size: 18px;
}

@media (max-width: 576px) {
  header nav .dropdown .dropdown-menu li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 992) {
  header nav .dropdown .dropdown .dropdown-menu {
    display: none;
    transition: all 0.4s;
  }

  header nav .dropdown .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (min-width: 992px) {
  header nav .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10%);
    transition: all 0.4s;
  }

  header nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  z-index: 9;
  animation: slidetop;
  animation-duration: 0.6s;
}

.fixed-header .navbar {
  padding: 10px 0;
}

.our-latest-magazine {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
}

@media (max-width: 576px) {
  .our-latest-magazine {
    width: 100%;
  }
}

.our-latest-magazine a {
  color: #fff;
  text-decoration: none !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  height: 50px;
  width: 254px;
  display: grid;
  place-content: center;
  position: relative;
}

@media (max-width: 576px) {
  .our-latest-magazine a {
    margin: auto;
  }
}

.our-latest-magazine a sup {
  top: 20px;
  position: absolute;
  right: 15px;
}

.our-latest-magazine {
  background: linear-gradient(300deg, #f1271f, #9a1f2a, #f1271f);
  background-size: 180% 180%;
  animation: gradient-animation 8s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 1399.9px) and (min-width: 1200px) {
  .btn.subscribe-btn {
    width: 190px;
    padding: 8px;
    font-size: 18px;
  }
}

.magazine-section {
  padding-bottom: 3rem;
  padding-top: 5rem;
}

@media (max-width: 768px) {
  .magazine-section {
    padding-top: 2rem;
  }
}

.magazine-section .magazine-card {
  transition: box-shadow 0.2s ease-in-out;
  background: rgba(51, 51, 51, 0.025);
  margin-bottom: 2rem;
  border-radius: 5px;
}

.magazine-section .magazine-card:hover {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.11);
}

.magazine-section .magazine-card .magazine-image {
  position: relative;
}

.magazine-section .magazine-card .magazine-image::before {
  content: "";
  position: absolute;
  background: rgba(2, 89, 46, 0.7);
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}

.magazine-section .magazine-card .magazine-image:hover::before {
  width: 100%;
  height: 100%;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.magazine-section .magazine-card .magazine-content {
  padding: 1.5rem 0.8rem 1.5rem 0.8rem;
}

.magazine-section .magazine-card .magazine-content .magazine-title p,
.magazine-section .magazine-card .magazine-content .magazine-title .blog-card .blog-content p a,
.blog-card .blog-content p .magazine-section .magazine-card .magazine-content .magazine-title a {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  color: #02592e;
  letter-spacing: -0.5px;
}

.magazine-section .magazine-card .magazine-content .magazine-meta {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin-bottom: 1rem;
  padding: 8px 0;
  position: relative;
}

.magazine-section .magazine-card .magazine-content .magazine-meta::before {
  content: "";
  position: absolute;
  background: #02592e;
  width: 40%;
  height: 1px;
  margin: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.magazine-section .magazine-card .magazine-content .magazine-meta::after {
  content: "";
  position: absolute;
  background: #02592e;
  width: 40%;
  height: 1px;
  margin: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.magazine-section .magazine-card .magazine-content .magazine-meta span {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  color: rgba(51, 51, 51, 0.9);
  text-transform: capitalize;
}

.magazine-section .magazine-card .magazine-content .magazine-meta span em {
  text-transform: none;
}

.magazine-section .magazine-card .magazine-content .rating {
  text-align: center;
}

.magazine-section .magazine-card .magazine-content .rating i {
  color: #02592e;
}

.magazine-section .magazine-card .magazine-content .buy-magazine {
  text-align: center;
}

.magazine-section .magazine-card .magazine-content .buy-magazine a {
  color: #fff;
  background: #02592e;
  font-size: 1rem;
  font-weight: normal;
  width: 150px;
  display: block;
  margin: 15px auto 0;
  padding: 10px 0;
  border-radius: 40px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.magazine-section .magazine-card .magazine-content .buy-magazine a:hover {
  background-color: #333333;
}

.magazine-section .sidebar-magazine .magazine-categories {
  margin-bottom: 4rem;
}

.magazine-section .sidebar-magazine .magazine-categories .cat-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background: #02592e;
}

.magazine-section .sidebar-magazine .magazine-categories ul {
  list-style: none;
  padding: 0 25px;
}

.magazine-section .sidebar-magazine .magazine-categories ul li {
  position: relative;
  padding: 3px 0;
  margin: 3px 0;
}

.magazine-section .sidebar-magazine .magazine-categories ul li::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin-right: 12px;
}

.magazine-section .sidebar-magazine .magazine-categories ul li:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.magazine-section .sidebar-magazine .magazine-categories ul li a {
  color: #333333;
  font-size: 1rem;
}

.magazine-section .sidebar-magazine .follow-us {
  text-align: center;
}

.magazine-section .sidebar-magazine .follow-us h6 {
  text-transform: uppercase;
}

.magazine-section .sidebar-magazine .follow-us ul {
  padding: 0;
}

.magazine-section .sidebar-magazine .follow-us ul li {
  display: inline;
  margin: 0 8px;
}

.magazine-section .sidebar-magazine .follow-us ul li a {
  color: #02592e;
  border: 1.2px solid;
  height: 40px;
  width: 40px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.magazine-section .sidebar-magazine .follow-us ul li a:hover {
  color: #fff;
  background: #02592e;
  border: 1.2px solid;
  cursor: pointer;
}

.amplify-section {
  background-image: url(../img/secondary-bg.jpg);
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.amplify-section::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.amplify-section .content {
  text-align: center;
  color: #fff;
}

.amplify-section .content h2 {
  color: #fff;
}

.latest-magazine-launched {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .latest-magazine-launched {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .latest-magazine-launched {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .latest-magazine-launched .container .row {
    background-image: linear-gradient(115deg, #f4f4f4 37%, #02592e 37.1%);
  }
}

@media (min-width: 768px) {
  .latest-magazine-launched .container .left {
    padding-right: 0;
  }
}

.latest-magazine-launched .container .left .magazine-img {
  position: relative;
  top: -30px;
  left: 30px;
}

@media (max-width: 768px) {
  .latest-magazine-launched .container .left .magazine-img {
    width: 275px;
    margin: 25px auto;
  }
}

@media (max-width: 1200px) {
  .latest-magazine-launched .container .left .magazine-img {
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .latest-magazine-launched .container .left .magazine-img {
    text-align: center;
  }
}

.latest-magazine-launched .container .left .magazine-img img {
  box-shadow: -2px 5px 31px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .latest-magazine-launched .container .left .magazine-img img {
    width: 275px;
  }
}

.latest-magazine-launched .container .left .magazine-img .time {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 16%;
  right: 25%;
  background: #02592e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  transform: rotate(-14deg);
}

@media (max-width: 768px) {
  .latest-magazine-launched .container .left .magazine-img .time {
    top: 0;
    right: -30px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .latest-magazine-launched .container .left .magazine-img .time {
    height: 50px;
    width: 50px;
    top: 10%;
    right: 20%;
  }

  .latest-magazine-launched .container .left .magazine-img .time span {
    font-size: 13px;
  }
}

@media screen and (max-width: 1399.9px) and (min-width: 1200px) {
  .latest-magazine-launched .container .left .magazine-img .time {
    right: 18%;
  }
}

.latest-magazine-launched .container .left .magazine-img .time span {
  font-weight: 800;
  text-transform: uppercase;
}

.latest-magazine-launched .container .right {
  position: relative;
}

@media (min-width: 768px) {
  .latest-magazine-launched .container .right {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .latest-magazine-launched .container .right {
    background: #02592e;
  }
}

.latest-magazine-launched .container .right .content {
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px;
}

.latest-magazine-launched .container .right .content h2,
.latest-magazine-launched .container .right .content p,
.latest-magazine-launched .container .right .content .blog-card .blog-content p a,
.blog-card .blog-content p .latest-magazine-launched .container .right .content a {
  color: #fff;
}

.latest-magazine-launched .container .right .btn-section {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 992px) {
  .latest-magazine-launched .container .right .btn-section {
    display: block;
    text-align: center;
  }

  .latest-magazine-launched .container .right .btn-section a {
    display: block;
  }
}

.latest-magazine-launched .container .right .primary-btn,
.latest-magazine-launched .container .right .subscribe-btn {
  background: #333333;
  border: 1px solid #333333;
}

.latest-magazine-launched .container .right .primary-btn:hover,
.latest-magazine-launched .container .right .subscribe-btn:hover {
  border: 1px solid #fff;
  background: transparent;
}

.latest-magazine-launched .container .right::before {
  content: "";
  background: #02592e;
}

.our-partner-section {
  padding-bottom: 5rem;
}

.our-partner-section .tertiary-heading {
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .our-partner-section {
    padding-bottom: 2rem;
  }
}

.our-partner-section .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.editor {
  display: flex;
  justify-content: flex-end;
}

section.blog-section {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  section.blog-section {
    padding: 2rem 0;
  }
}

.blog-card {
  display: block;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
  .blog-card {
    margin: 0.5rem 0;
  }
}

.blog-card .blog-image {
  position: relative;
}

.blog-card .blog-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(transparent, rgba(2, 89, 46, 0.32));
  border-radius: 10px 10px 0px 0px;
}

.blog-card .blog-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
  max-height: 215px;
}

.blog-card .blog-image span.cat-title {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #02592e;
  padding: 3px 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.blog-card .blog-content {
  padding: 20px 25px 0 25px;
}

.blog-card .blog-content a {
  color: #333333;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 1.5;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card .blog-content a:hover {
  color: #02592e;
}

.blog-card .blog-content p,
.blog-card .blog-content p a {
  display: inline-block;
  color: #666666;
  font-size: 1rem;
  letter-spacing: normal !important;
}

.blog-card .blog-content p a {
  color: #02592e;
  font-weight: 500;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.blog-card .blog-content p a::before {
  content: "";
  background-color: #02592e;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  opacity: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card .blog-content p a:hover::before {
  opacity: 1;
  left: 30%;
}

.blog-card .blog-review {
  display: block;
  background: #f7fafc;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0px 0px 10px 10px;
}

.blog-card .blog-review span.comments {
  font-size: 0.75rem;
}

.single-blog-page {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .single-blog-page {
    padding: 2rem 0;
  }
}

.single-blog-page .single-image img {
  border-radius: 15px;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-blog-page h2 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.5rem;
}

.single-blog-page li:not(:last-child) {
  margin-bottom: 10px;
}

.single-blog-page figure {
  border-left: 0.25rem solid #02592e;
  padding: 30px;
  border-radius: 10px;
  background: rgba(2, 89, 46, 0.05);
  margin-top: 3rem;
}

.category-list {
  position: sticky;
  top: 30px;
}

.category-list:nth-child(2) {
  margin-top: 50px;
}

.category-list h4 {
  font-size: 24px;
  color: #02592e;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

.category-list .recent-post {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 20px;
}

.category-list .post-wise {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(2, 89, 46, 0.3);
  padding: 20px;
}

.category-list .post-wise.last {
  border-bottom: none;
}

.category-list .post-wise .post-img {
  flex: 0 0 20%;
  max-width: 20%;
}

.category-list .post-wise .post-img img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.category-list .post-wise .post-content {
  flex: 0 0 80%;
  max-width: 80%;
  padding-left: 10px;
}

.category-list .post-wise .post-content h5 {
  font-size: 16px;
  font-weight: 700;
  color: #02592e;
}

.category-list .post-wise .post-content p,
.category-list .post-wise .post-content .blog-card .blog-content p a,
.blog-card .blog-content p .category-list .post-wise .post-content a {
  font-size: 14px;
  margin-bottom: 0;
}

.category-list .post-wise .post-content a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  color: #02592e;
}

section.d-talks {
  padding: 5rem 0;
}

@media (max-width: 992px) {
  section.d-talks .video-description {
    padding: 2rem 0 1rem;
  }
}

@media (min-width: 992px) {
  section.d-talks .container .row:nth-child(even) {
    flex-direction: row-reverse;
    padding: 5rem 0;
  }

  section.d-talks .container .row:nth-child(even) .video-description {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  section.d-talks .video-description {
    padding-left: 20px;
  }
}

section.d-talks .video-container {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 30px;
}

section.d-talks img {
  max-width: 100%;
  height: auto;
}

section.d-talks a>img {
  border-radius: 30px;
}

section.d-talks .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.d-talks .overlay-icon img {
  max-width: 50px;
}

.geti-talks {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .geti-talks {
    padding: 2rem 0;
  }
}

.geti-talks .geti-contents .getiImage {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .geti-talks .geti-contents .getiImage {
    max-width: 610px;
    float: left;
    margin-right: 50px;
    height: auto;
  }
}

.geti-talks .geti-contents .getiImage img {
  max-width: 100%;
  height: auto;
}

section.geti-call-to-action {
  background: #fea444;
  padding: 5rem 0;
}

@media (max-width: 768px) {
  section.geti-call-to-action {
    padding: 2rem 0;
  }
}

section.geti-call-to-action em {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 768px) {
  section.geti-call-to-action em {
    text-align: center;
    font-size: 24px;
    display: block;
  }
}

@media (max-width: 768px) {
  section.geti-call-to-action .join-btn {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}

@media (min-width: 768px) {
  section.geti-call-to-action .join-btn {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
  }
}

section.geti-call-to-action .join-btn a {
  margin-top: 0 !important;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
}

section.geti-call-to-action .join-btn a.btn.primary-btn.bg-light,
section.geti-call-to-action .join-btn a.btn.bg-light.subscribe-btn {
  color: #fea444;
}

section.geti-call-to-action .join-btn a.btn.primary-btn.bg-light:hover,
section.geti-call-to-action .join-btn a.btn.bg-light.subscribe-btn:hover {
  background-color: transparent !important;
  color: #fff;
}

section.geti-call-to-action .join-btn a.btn.primary-btn.bg-transparent:hover,
section.geti-call-to-action .join-btn a.btn.bg-transparent.subscribe-btn:hover {
  background-color: #fff !important;
  color: #fea444;
}

section.geti-graph {
  padding: 3rem 0;
}

.refrence li {
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 8px;
}

h3.tertiary-heading {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.greatest .secondary-heading {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.emphasize em {
  font-size: 1.2rem;
  line-height: 1.25;
  display: block;
  color: rgba(51, 51, 51, 0.9);
  margin-bottom: 1rem;
}

.emphasize em strong {
  color: #333333;
  font-size: initial;
}

.hero-section {
  margin-bottom: 5rem;
  background: #f8f8f8;
  position: relative;
}

@media (max-width: 768px) {
  .hero-section {
    margin-bottom: 2rem;
  }
}

@media screen and (max-height: 850px) {
  .hero-section {
    padding: 3rem 0;
  }
}

.hero-section::before {
  display: none;
}

@media (min-width: 1200px) {
  .hero-section::before {
    content: "";
    background: #02592e;
    height: 116px;
    width: 350px;
    transform: rotate(-45deg) translate(0, 0);
    position: absolute;
    right: -125px;
    top: 8%;
    border-radius: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .hero-section::before {
    right: -17%;
    top: 8%;
  }
}

.hero-section .row {
  align-items: center;
  min-height: calc(90vh - 162.94px);
}

.hero-section .main-content p,
.hero-section .main-content .blog-card .blog-content p a,
.blog-card .blog-content p .hero-section .main-content a {
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero-section .main-content {
    text-align: center;
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {

  .hero-section .main-content p,
  .hero-section .main-content .blog-card .blog-content p a,
  .blog-card .blog-content p .hero-section .main-content a {
    font-size: 1.2rem;
    text-transform: capitalize;
  }

  .hero-section .main-content img {
    width: 500px;
  }

  .hero-section .main-content h1 {
    font-size: 2.5rem;
    margin: 15px 0;
    color: #333333;
    text-transform: capitalize;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding-bottom: 3rem;
  }
}

.hero-section .latest-magazine-cover {
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .hero-section .latest-magazine-cover {
    width: 80%;
    margin: auto;
  }
}

.hero-section .latest-magazine-cover img {
  transition: all 0.5s;
}

.hero-section .latest-magazine-cover:hover img {
  transform: scale(1.5);
}

.hero-section .latest-magazine-cover:hover a::before {
  opacity: 1;
}

.hero-section .latest-magazine-cover:hover button {
  transform: translate(-20%, -50%);
  opacity: 1;
  visibility: visible;
}

.hero-section .latest-magazine-cover span {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(300deg, #f1271f, #9a1f2a, #f1271f);
  font-size: 14px;
  padding: 4px 15px;
}

.hero-section .latest-magazine-cover a::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}

.hero-section .latest-magazine-cover button {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-20%, 50%);
  background: transparent;
  border: 1px solid #fff;
  outline: none;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  transition: all 0.5s;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
}

.hero-section .latest-magazine-cover button:hover {
  background: #fff;
  color: #02592e;
}

@media screen and (max-width: 992px) {
  .hero-section .container .row {
    flex-direction: column-reverse;
  }
}

.pathways-section {
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .pathways-section {
    margin-bottom: 2rem;
  }
}

.pathways-section .secondary-heading {
  text-align: center;
}

.pathways-section .pathcard {
  border: 1px solid #02592e;
  padding: 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  box-shadow: rgba(14, 30, 37, 0.12) 3px 2px 2px 0px, rgba(14, 30, 37, 0.22) -2px -2px 2px 0px;
}

@media (min-width: 768px) {
  .pathways-section .pathcard {
    height: 242px;
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .pathways-section .pathcard {
    height: 182px;
    padding: 30px;
  }
}

@media (min-width: 1400px) {
  .pathways-section .pathcard {
    height: 107px;
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .pathways-section .pathcard {
    border-radius: 10px;
    margin-bottom: 1.5rem;
  }
}

.pathways-section .pathcard p,
.pathways-section .pathcard .blog-card .blog-content p a,
.blog-card .blog-content p .pathways-section .pathcard a {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .pathways-section .pathcard p,
  .pathways-section .pathcard .blog-card .blog-content p a,
  .blog-card .blog-content p .pathways-section .pathcard a {
    font-size: 28px;
    font-weight: 600;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

  .pathways-section .pathcard p,
  .pathways-section .pathcard .blog-card .blog-content p a,
  .blog-card .blog-content p .pathways-section .pathcard a {
    font-size: 20px;
  }
}

.lasting-impact {
  margin-bottom: 5rem;
  background: #f8f8f8;
  padding-bottom: 5rem;
  padding-top: 5rem;
}

@media (max-width: 768px) {
  .lasting-impact {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .lasting-impact {
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .lasting-impact {
    padding-top: 2rem;
  }
}

.lasting-impact .secondary-heading {
  text-align: left;
}

@media (max-width: 768px) {
  .lasting-impact .secondary-heading {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .lasting-impact .btn {
    float: right;
  }
}

.current-theme {
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .current-theme {
    margin-bottom: 2rem;
  }
}

.current-theme .col-md-4:last-child .current-cards {
  margin-bottom: 0;
}

.current-theme .secondary-heading {
  text-align: center;
}

.current-theme .current-cards {
  background: #02592e;
  padding: 20px 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .current-theme .current-cards {
    margin-bottom: 2rem;
  }
}

.current-theme .current-cards h6 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding: 20px 20px;
  text-transform: uppercase;
}

@media screen and (min-height: 1400px) {
  .current-theme .current-cards h6 {
    min-height: 155px;
  }
}

.current-theme .current-cards .themeslist {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.current-theme .current-cards .themeslist ul {
  padding-left: 20px;
  margin: 0;
}

.current-theme .current-cards .themeslist ul li {
  margin-bottom: 7px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .current-theme .col-md-4 {
    width: 50%;
  }

  .current-theme .col-md-4:last-child {
    margin-top: 1.5rem;
  }
}

.kids-invitation {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  padding-top: 5rem;
  background: #f8f8f8;
}

@media (max-width: 768px) {
  .kids-invitation {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .kids-invitation {
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .kids-invitation {
    padding-top: 2rem;
  }
}

.kids-invitation .secondary-heading {
  margin-bottom: 0;
}

.who-we-are {
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .who-we-are {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .who-we-are .content {
    margin-top: 2rem;
  }
}

.who-we-are .secondary-heading {
  text-align: center;
}

@media (min-width: 768px) {
  .who-we-are .btn {
    float: right;
  }
}

.other-initiatives {
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 10rem;
  background: #f8f8f8;
}

@media (max-width: 768px) {
  .other-initiatives {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .other-initiatives {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 767.9px) {
  .other-initiatives {
    padding-bottom: 6rem;
  }
}

.other-initiatives .secondary-heading {
  text-align: center;
}

.other-initiatives .other-cards {
  position: relative;
  transition: all 0.4s;
}

.other-initiatives .other-cards:hover {
  transform: scale(1.03);
}

.other-initiatives .other-cards .ini-img {
  text-align: center;
  position: relative;
  z-index: 1;
}

.other-initiatives .other-cards .ini-img img {
  width: 84%;
}

.other-initiatives .other-cards .ini-link {
  text-align: center;
}

.other-initiatives .other-cards .ini-link a {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s;
}

.other-initiatives .other-cards .ini-link a:hover {
  text-decoration: underline !important;
}

@media screen and (min-width: 768.1px) {
  .other-initiatives .other-cards .ini-link a {
    background: #02592e;
    border-radius: 50px;
    text-align: center;
    padding: 10px 20px;
    display: inline-block;
    margin: 15px 0;
    line-height: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.5px) {
  .other-initiatives .other-cards .ini-link {
    min-height: 100px !important;
    bottom: -35% !important;
  }
}

@media (min-width: 768px) {
  .other-initiatives .other-cards .ini-link {
    background: #02592e;
    min-height: 200px;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    bottom: -20%;
    z-index: 0;
  }
}

@media screen and (min-width: 768.1px) {
  .other-initiatives .other-cards .ini-link {
    padding-bottom: 0;
  }
}

.home-contact {
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .home-contact {
    margin-bottom: 2rem;
  }
}

.home-contact .info {
  text-align: center;
}

.home-contact .info .icon i {
  font-size: 2rem;
  color: #fff;
  background: #02592e;
  padding: 10px;
  border-radius: 50%;
  height: 52px;
  width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.home-contact .info .info-link p,
.home-contact .info .info-link a {
  color: #333333;
}

.more-lasting-impact {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

@media (max-width: 768px) {
  .more-lasting-impact {
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .more-lasting-impact {
    padding-top: 2rem;
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

@media (max-width: 576px) {
  #loader img {
    width: 80px;
  }
}

.img-wrap img.img-fluid {
  border-radius: 30px;
}

.inner-page-banner .breadcrumb li.breadcrumb-item::before {
  color: #fff;
}

.inner-page-banner .breadcrumb li.breadcrumb-item a {
  color: #fff;
  font-size: 1rem;
}

.magazine-internal-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .magazine-internal-content {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .magazine-internal-content {
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .magazine-internal-content .content .right-img {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .magazine-internal-content .content .right-img {
    float: right;
    width: 35%;
    padding: 10px 0 30px 30px;
  }
}

.magazine-internal-content .content .oblique {
  background: #f4f4f4;
  padding: 40px 35px;
  margin-bottom: 2rem;
  border-left: 5px solid #02592e;
  border-radius: 0 10px 10px 0;
}

.magazine-internal-content .content .oblique em {
  font-size: 1.3rem;
}

.magazine-internal-content .content .heading-five {
  font-size: 2rem;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .magazine-internal-content .content .heading-five {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .magazine-internal-content .content .heading-five {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-align: center !important;
  }
}

.magazine-internal-content .content ul {
  list-style: none;
  margin-bottom: 2rem;
}

.magazine-internal-content .content ul li {
  position: relative;
}

.magazine-internal-content .content ul li::before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: -25px;
  top: 2.5px;
  color: #02592e;
}

@media (max-width: 768px) {
  .magazine-internal-content .content ul li::before {
    left: -20px;
    top: 5px;
  }
}

.magazine-internal-content .content ul li:not(:last-child) {
  margin-bottom: 7px;
}

.magazine-internal-content .recommeded-list ol {
  list-style: none;
  margin: 3.5rem 0 2.5rem 0;
  padding-left: 0;
}

.magazine-internal-content .recommeded-list li {
  padding: 2rem 0.9rem;
}

.magazine-internal-content .recommeded-list li:nth-child(odd) {
  background: #f4f4f4;
}

.magazine-internal-content .recommeded-list li:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.magazine-internal-content .recommeded-list li span.author {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1rem;
  font-style: italic;
}

.magazine-internal-content .recommeded-list li span.author::before {
  content: "~";
  display: inline-block;
  margin-right: 6px;
}

.magazine-internal-content figure {
  margin: 1rem 0 2rem;
}

.magazine-internal-content .social-sharing {
  margin-top: 2rem;
}

.magazine-internal-content .social-sharing ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .magazine-internal-content .social-sharing ul {
    gap: 12px;
  }
}

.magazine-internal-content .social-sharing ul li {
  height: 55px;
  width: 55px;
}

@media (max-width: 768px) {
  .magazine-internal-content .social-sharing ul li {
    height: 35px;
    width: 35px;
  }
}

.magazine-internal-content .social-sharing ul li:nth-child(1) a {
  border-color: #1877f2;
}

.magazine-internal-content .social-sharing ul li:nth-child(1) a:hover {
  background: #1877f2;
}

.magazine-internal-content .social-sharing ul li:nth-child(1) a i {
  color: #1877f2;
}

.magazine-internal-content .social-sharing ul li:nth-child(2) a {
  border-color: #1da1f2;
}

.magazine-internal-content .social-sharing ul li:nth-child(2) a:hover {
  background: #1da1f2;
}

.magazine-internal-content .social-sharing ul li:nth-child(2) a i {
  color: #1da1f2;
}

.magazine-internal-content .social-sharing ul li:nth-child(3) a {
  border-color: #0a66c2;
}

.magazine-internal-content .social-sharing ul li:nth-child(3) a:hover {
  background: #0a66c2;
}

.magazine-internal-content .social-sharing ul li:nth-child(3) a i {
  color: #0a66c2;
}

.magazine-internal-content .social-sharing ul li:nth-child(4) a {
  border-color: #25d366;
}

.magazine-internal-content .social-sharing ul li:nth-child(4) a:hover {
  background: #25d366;
}

.magazine-internal-content .social-sharing ul li:nth-child(4) a i {
  color: #25d366;
}

.magazine-internal-content .social-sharing ul li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid;
  background: transparent;
  transition: all 0.4s;
}

.magazine-internal-content .social-sharing ul li a:hover i {
  color: #fff;
}

.magazine-internal-content .social-sharing ul li a i {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .magazine-internal-content .social-sharing ul li a i {
    font-size: 1rem;
  }
}

.magazine-internal-content .leaves-comment .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #02592e;
}

.magazine-internal-content .leaves-comment form .form-group {
  margin-bottom: 15px;
}

.magazine-internal-content .leaves-comment form .form-group label {
  margin-bottom: 5px;
  font-weight: 500;
}

.magazine-internal-content .leaves-comment form textarea {
  resize: none;
  min-height: 200px;
}

.magazine-internal-content .leaves-comment form button.btn.btn-primary {
  background: #02592e;
  padding: 7.5px 20px;
  font-size: 1.2rem;
  line-height: normal;
}

blockquote {
  background: rgba(0, 234, 118, 0.1019607843);
  padding: 30px 50px;
  border-radius: 0px 10px 10px 0px;
  border-left: 5px solid #02592e;
  margin-bottom: 4rem !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px -1px rgba(0, 0, 0, 0.1);
  background-image: url("../../img/blockquote-bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

@media (max-width: 576px) {
  blockquote {
    font-size: 14px;
  }
}

blockquote em {
  text-align: right;
}

@media (max-width: 768px) {
  blockquote {
    margin-bottom: 2rem !important;
    padding: 30px;
  }
}

.literacy-section {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .literacy-section .magazine-content {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .literacy-section .desk-flex {
    flex-direction: row-reverse;
    padding: 5rem 0;
  }
}

@media screen and (max-width: 767.9px) {
  .literacy-section .desk-flex {
    padding: 2rem 0;
  }

  .literacy-section .desk-flex:nth-child(5) {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .literacy-section {
    padding: 2rem 0;
  }

  .literacy-section .row {
    flex-direction: column-reverse;
  }
}

.literacy-section h2 span {
  font-size: revert;
  font-weight: 300;
  line-height: normal;
}

.literacy-section .row.flex-row-reverse {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .literacy-section .row.flex-row-reverse {
    padding: 2rem 0;
  }
}

.trackingsection {
  padding-top: 5rem;
  padding-bottom: calc(5rem + 15px);
  background-image: url(../img/fast-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}

.trackingsection h2,
.trackingsection p,
.trackingsection .blog-card .blog-content p a,
.blog-card .blog-content p .trackingsection a {
  color: #fff;
}

@media screen and (min-width: 1200px) {

  .trackingsection h2,
  .trackingsection p,
  .trackingsection .blog-card .blog-content p a,
  .blog-card .blog-content p .trackingsection a {
    padding: 0 100px;
  }
}

@media screen and (min-width: 1440px) {

  .trackingsection h2,
  .trackingsection p,
  .trackingsection .blog-card .blog-content p a,
  .blog-card .blog-content p .trackingsection a {
    padding: 0 200px;
  }
}

.trackingsection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
  .trackingsection {
    padding-top: 2rem;
    padding-bottom: calc(2rem + 15px);
  }
}

.trackingsection .container {
  position: relative;
}

.trackingsection .container .col-lg-4.col-md-4 {
  margin-top: 30px;
}

.trackingsection .container .btn {
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5rem;
}

.trackingsection .container .btn:focus,
.trackingsection .container .btn:hover {
  background: #fff !important;
  color: #02592e;
}

.trackingsection .img-card {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  border-radius: 50%;
  margin: auto;
  position: relative;
}

@media (max-width: 576px) {
  .trackingsection .img-card {
    width: 70%;
  }
}

.trackingsection .img-card:hover {
  outline: 5px solid #ffc107;
}

.trackingsection .img-card:hover::before {
  top: 0;
  left: 0;
}

@media (min-width: 1200px) {
  .trackingsection .img-card {
    width: 300px;
    height: 300px;
  }
}

.trackingsection .img-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  display: block;
  background: #ffc107;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s;
}

@media screen and (max-width: 992px) {
  .trackingsection .img-card::before {
    top: 8px;
    left: 8px;
  }
}

.trackingsection .img-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.trackingsection.steward-planet {
  background-image: url(../img/signify-bg.jpg);
}

@media (min-width: 1200px) {
  .encountersection {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 1400px) {
  .encountersection {
    padding-top: 7rem;
    padding-bottom: 15rem;
  }
}

@media (max-width: 1200px) {
  .encountersection {
    padding: 5rem 0;
  }
}

@media (max-width: 768px) {
  .encountersection {
    padding: 2rem 0;
  }
}

@media (max-width: 768px) {
  .encountersection .composition {
    margin-top: 3rem;
  }
}

@media (max-width: 1200px) {
  .encountersection .composition {
    display: grid;
    grid-template-columns: auto auto;
    gap: 5px;
  }

  .encountersection .composition .photo-p3 {
    grid-column: 2 span;
    aspect-ratio: 1/0.4;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

@media (min-width: 1200px) {
  .encountersection .composition {
    position: relative;
  }

  .encountersection .composition:hover img:not(:hover) {
    transform: scale(0.9);
  }

  .encountersection .composition img {
    width: 55%;
    outline: 10px solid #fff;
    position: absolute;
    z-index: 1;
    transition: 0.5s;
  }

  .encountersection .composition img:hover {
    transform: scale(1.05);
    box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
    z-index: 2;
  }

  .encountersection .composition .photo-p1 {
    top: -2rem;
    left: 0;
  }

  .encountersection .composition .photo-p2 {
    top: 2rem;
    right: 0;
  }

  .encountersection .composition .photo-p3 {
    top: 10rem;
    left: 20%;
  }
}

@media (min-width: 1200px) {
  .sustainability {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 1400px) {
  .sustainability {
    padding-top: 7rem;
    padding-bottom: 11rem;
  }
}

@media (max-width: 1200px) {
  .sustainability {
    padding: 5rem 0;
  }
}

@media (max-width: 768px) {
  .sustainability {
    padding: 2rem 0;
  }
}

@media (max-width: 768px) {
  .sustainability .composition {
    margin-top: 3rem;
  }
}

@media (max-width: 1200px) {
  .sustainability .composition {
    display: grid;
    grid-template-columns: auto auto;
    gap: 5px;
  }

  .sustainability .composition img {
    width: 100%;
  }

  .sustainability .composition .photo-p3 {
    grid-column: 2 span;
    aspect-ratio: 1/0.4;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

.life-skills-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  background: #5cbe7d;
  margin-bottom: 30px;
}

.life-skills-grid .lifeskill-items:last-child {
  padding: 70px;
}

.life-skills-grid .life-content p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 1200px) {
  .sustainability .composition {
    position: relative;
  }

  .life-skills-grid {
    grid-template-columns: repeat(2, 1fr);

  }

  .sustainability .composition:hover img:not(:hover) {
    transform: scale(0.9);
  }

  .sustainability .composition img {
    width: 55%;
    outline: 10px solid #fff;
    position: absolute;
    z-index: 1;
    transition: 0.5s;
  }

  .sustainability .composition img:hover {
    transform: scale(1.05);
    box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
    z-index: 2;
  }

  .sustainability .composition .photo-p1 {
    top: -2rem;
    left: 0;
  }

  .sustainability .composition .photo-p2 {
    top: 2rem;
    right: 0;
  }

  .sustainability .composition .photo-p3 {
    top: 10rem;
    left: 20%;
  }
}

.digiquity {
  padding: 5rem 0 5rem 0;
  background: #e3fbef;
  margin-bottom: 5rem;
}

.outcomes-graph {
  padding: 3rem 0;
  margin: 3rem 0 2rem 0;
  background: #f1f1f1;
}

@media screen and (min-width:768px) {
  .outcomes-graph .rate img {
    border: 40px solid transparent;
  }
}

.outcomes-graph .owl-nav {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.outcomes-graph .owl-nav i.fa {
  font-size: 1.38rem;
  background: #000;
  color: #fff;
  padding: 1.5px 10px;
  aspect-ratio: 1 / 1;
}

.avaada-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

section.solidare {
  background: #002a4b;
  padding: 5rem 0;
  margin-bottom: 5rem;
}

section.solidare .listOne strong {
  color: #5cbe7d;
}

.poshan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px 0 30px;
  gap: 24px;
}

.poshan-grid img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media screen and (min-width:768px) {
  .avaada-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width:992px) {
  .avaada-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width:1200px) {
  .avaada-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.avaada-grid img.img-fluid {
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.5s;
}

.avaada-image {
  overflow: hidden;
  height: 100%;
  border: 2px solid #02592e;
  border-radius: 10px;
}

.avaada-grid img.img-fluid:hover {
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .life-skills-grid .lifeskill-items:last-child {
    padding: 30px;
  }

  .poshan-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  section.solidare {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }

  .life-skills-grid .lifeskill-items p {
    font-size: 18px;
    font-weight: 600;
    line-height: inherit;
    text-align: center;
  }

  .digiquity {
    padding: 2rem 0 2rem 0;
    margin-bottom: 2rem;
  }

  .digiquity .row {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .digiquity .row .lae {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .digiquity .row .col-md-6:first-child .sustain-img {
    margin-top: 3rem;
  }

  .digiquity .magazine-content {
    padding-top: 2rem;
  }
}

.digiquity.miycn {
  padding-top: 5rem;
}

@media (max-width: 768px) {
  .digiquity.miycn {
    padding-top: 2rem;
  }
}

.digiquity .sustain-img {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .digiquity .sustain-img.last {
    margin-top: 40px;
  }
}

.digiquity .sustain-img img {
  border-radius: 50%;
  height: 140px;
  width: auto;
  aspect-ratio: 1/1;
  outline: 3px solid #02592e;
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .digiquity .button-wrap {
    text-align: center;
  }
}

.education-age {
  padding-top: 5rem;
  padding-bottom: calc(5rem + 15px);
  background-image: url(../img/empower-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}

.education-age h2,
.education-age p,
.education-age .blog-card .blog-content p a,
.blog-card .blog-content p .education-age a {
  color: #fff;
}

@media screen and (min-width: 1200px) {

  .education-age h2,
  .education-age p,
  .education-age .blog-card .blog-content p a,
  .blog-card .blog-content p .education-age a {
    padding: 0 100px;
  }
}

@media screen and (min-width: 1440px) {

  .education-age h2,
  .education-age p,
  .education-age .blog-card .blog-content p a,
  .blog-card .blog-content p .education-age a {
    padding: 0 200px;
  }
}

.education-age::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
  .education-age {
    padding-top: 2rem;
    padding-bottom: calc(2rem + 15px);
  }
}

.education-age .container {
  position: relative;
}

.education-age .container .col-lg-3 {
  margin-top: 30px;
}

.education-age .container .btn {
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .education-age .container .btn {
    font-weight: bold;
  }
}

.education-age .container .btn:focus,
.education-age .container .btn:hover {
  background: #fff !important;
  color: #02592e;
}

.education-age .container .img-card {
  text-align: center;
}

.education-age .container img {
  border-radius: 30px;
  width: 92%;
}

@media (max-width: 768px) {
  .button-wrap {
    text-align: center;
  }

  .tree-70k,
  .mulgoa {
    margin-bottom: 15px;
  }
}

.nipun-bharat {
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .nipun-bharat .magazine-content {
    padding-bottom: 2rem;
  }
}

.nipun-bharat .nipun-card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.nipun-bharat .nipun-card h2 {
  color: #02592e;
}

.nipun-bharat .nipun-card .nipun-content.text-center {
  padding: 30px 15px;
}

@media screen and (min-width: 1400px) {
  .nipun-bharat .nipun-card .nipun-content.text-center {
    min-height: 411px;
  }
}

@media screen and (max-width: 1399.9px) and (min-width: 1200px) {
  .nipun-bharat .nipun-card .nipun-content.text-center {
    min-height: 468px;
  }
}

@media screen and (max-width: 1199.9px) and (min-width: 992px) {
  .nipun-bharat .nipun-card .nipun-content.text-center {
    min-height: 526px;
  }
}

section.singlePage-hero {
  padding: 5rem 0;
  background: whitesmoke;
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  section.singlePage-hero {
    margin-bottom: 2rem;
    padding: 2rem 0;
    text-align: center;
  }
}

section.singlePage-hero h1 {
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 768px) {
  section.singlePage-hero h1 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  section.singlePage-hero h1 {
    font-size: 20px;
  }
}

.singlPageOne {
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .singlPageOne {
    padding-bottom: 2rem;
  }
}

.singlPageOne h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.singlPageOne .card {
  position: relative;
  margin-bottom: 2rem;
}

.singlPageOne img.card-img-top {
  position: absolute;
  top: 10px;
  left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100px;
  opacity: 0.1;
}

.singlPageOne .innerCarousel {
  width: 70%;
  margin: auto;
  min-height: 410px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 5rem;
  border-radius: 20px;
  padding: 20px;
}

.singlPageOne .innerCarousel .carous-img {
  text-align: center;
  padding-bottom: 30px;
}

.singlPageOne .innerCarousel .carous-img img {
  width: 150px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin: auto;
  outline: 3px solid #02592e;
  outline-offset: 3px;
}

.singlPageOne .innerCarousel h6,
.singlPageOne .innerCarousel p,
.singlPageOne .innerCarousel .blog-card .blog-content p a,
.blog-card .blog-content p .singlPageOne .innerCarousel a {
  text-align: center;
}

.singlPageOne .carousel-control-next-icon {
  background-image: url(../../img/arrow.png);
  transform: rotate(180deg);
  width: 50px;
  height: 50px;
  background-size: contain;
}

.singlPageOne .carousel-control-prev-icon {
  background-image: url(../../img/arrow.png);
  width: 50px;
  height: 50px;
  background-size: contain;
}

@media screen and (min-width: 991.5px) {
  .singlPageOne .harvard-img {
    display: flex;
  }
}

@media (min-width: 992px) {
  .singlPageOne .harvard-img img {
    max-width: 50%;
  }
}

.singlPageOne .light-bg {
  background: #f6f6f6;
  padding: 10px 25px;
}

.singlPageOne .row.joanne-tesler {
  background: aliceblue;
  padding: 20px 0;
  margin: 20px 0 20px 0;
}

.singlPageOne .citation {
  background: #02592e;
  padding: 20px 30px;
}

.singlPageOne .citation p,
.singlPageOne .citation .blog-card .blog-content p a,
.blog-card .blog-content p .singlPageOne .citation a {
  color: #fff;
}

.singlPageOne .citation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.singlPageOne .citation ul li {
  font-size: 15px;
  color: #fff;
}

.singlPageOne .citation ul li:not(:last-child) {
  padding-bottom: 15px;
}

.singlPageOne .citation ul li a {
  color: #fff;
  font-weight: 600;
  font-size: inherit;
  border-bottom: 1.5px solid;
}

.singlPageOne .testimonal .profile-pic {
  text-align: center;
}

.singlPageOne .testimonal .profile-pic img {
  width: 100px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  margin: auto;
  outline: 3px solid #02592e;
  outline-offset: 3px;
}

.singlPageOne .testimonal h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: auto;
  background: #02592e;
  color: #fff;
  padding: 8px 30px;
  margin: 20px auto 14px;
  width: -moz-fit-content;
  width: fit-content;
}

.singlPageOne .testimonal p,
.singlPageOne .testimonal .blog-card .blog-content p a,
.blog-card .blog-content p .singlPageOne .testimonal a {
  text-align: center;
  font-size: 15px;
}

.singlePageTwo {
  margin: 0 0 5rem 0;
  background-image: url(../img/secondary-bg.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  padding: 7rem 0;
}

.singlePageTwo h2 {
  font-weight: 700;
}

.singlePageTwo::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .singlePageTwo {
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 768px) {
  .singlePageTwo {
    padding: 2rem 0;
  }
}

.singlePageTwo h2,
.singlePageTwo p,
.singlePageTwo .blog-card .blog-content p a,
.blog-card .blog-content p .singlePageTwo a {
  color: #fff;
}

@media (min-width: 992px) {

  .singlePageTwo h2,
  .singlePageTwo p,
  .singlePageTwo .blog-card .blog-content p a,
  .blog-card .blog-content p .singlePageTwo a {
    padding: 0 5rem;
  }
}

.singlePageTwo h2 {
  margin-bottom: 3rem;
}

.singlePageBootCamp {
  margin: 0 0 5rem 0;
  background: url(../../img/kenya-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 7rem 0;
}

.singlePageBootCamp .container {
  position: relative;
}

.singlePageBootCamp h2 {
  font-weight: 700;
}

.singlePageBootCamp::before {
  content: "";
  background: #6cbe45;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .singlePageBootCamp {
    margin: 1rem 0;
  }
}

@media (max-width: 768px) {
  .singlePageBootCamp {
    padding: 2rem 0;
  }
}

.singlePageBootCamp h2,
.singlePageBootCamp p,
.singlePageBootCamp .blog-card .blog-content p a,
.blog-card .blog-content p .singlePageBootCamp a {
  color: #fff;
}

.singlePageBootCamp h2 {
  margin-bottom: 3rem;
}

.alfa-way {
  padding-top: 5rem;
  padding-bottom: calc(5rem + 15px);
  background-image: url(../img/fast-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}

.alfa-way h2,
.alfa-way p,
.alfa-way .blog-card .blog-content p a,
.blog-card .blog-content p .alfa-way a {
  color: #fff;
}

.alfa-way::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
  .alfa-way {
    padding-top: 2rem;
    padding-bottom: calc(2rem + 15px);
  }
}

.alfa-way .container {
  position: relative;
}

.alfa-way .container .col-lg-4.col-md-4 {
  margin-top: 30px;
}

.alfa-way .container .btn {
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5rem;
}

.alfa-way .container .btn:focus,
.alfa-way .container .btn:hover {
  background: #fff !important;
  color: #02592e;
}

.alfa-way .appImg {
  text-align: center;
}

.mother-tongue {
  padding: 5rem 0;
  position: relative;
}

@media (max-width: 576px) {
  .mother-tongue em {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .mother-tongue {
    padding: 0;
  }
}

.mother-tongue::before {
  content: "";
  background-image: url(../img/bg/app-bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: blur(1px);
}

.mother-tongue .container {
  position: relative;
}

@media (min-width: 992px) {
  .mother-tongue .container {
    padding: 0 200px;
  }
}

.mother-tongue h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.pedogogy {
  padding: 5rem 0;
}

@media (max-width: 576px) {
  .pedogogy em {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .pedogogy {
    padding: 2rem 0;
  }

  .pedogogy .alfa-lang {
    margin-top: 15px;
  }
}

.conclusion {
  padding-bottom: 5rem;
}

.conclusion h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .conclusion {
    padding-bottom: 2rem;
  }
}

.conclusion .prof-annels {
  background: #000;
  position: relative;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  margin-top: 4rem;
}

@media (max-width: 992px) {
  .conclusion .prof-annels {
    padding: 3rem 2rem 0 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 1399.9px) and (min-width: 1200px) {
  .conclusion .prof-annels {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 1400px) {
  .conclusion .prof-annels {
    margin-top: 11rem;
  }
}

@media (max-width: 768px) {
  .conclusion .prof-annels {
    margin-bottom: 2rem;
    margin-top: 1.5rem;
  }
}

.conclusion .prof-annels p,
.conclusion .prof-annels .blog-card .blog-content p a,
.blog-card .blog-content p .conclusion .prof-annels a {
  color: #fff;
}

@media (max-width: 992px) {

  .conclusion .prof-annels p,
  .conclusion .prof-annels .blog-card .blog-content p a,
  .blog-card .blog-content p .conclusion .prof-annels a {
    text-align: left;
  }
}

@media (min-width: 992px) {

  .conclusion .prof-annels p,
  .conclusion .prof-annels .blog-card .blog-content p a,
  .blog-card .blog-content p .conclusion .prof-annels a {
    width: calc(100% - 300px);
  }
}

.conclusion .prof-annels img {
  max-width: 260px;
}

@media (min-width: 992px) {
  .conclusion .prof-annels img {
    position: absolute;
    right: 30px;
    bottom: 0;
  }
}

.alf-lang {
  padding: 5rem 0;
}

.alf-lang .mag {
  position: relative;
  margin: 10px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.5s;
}

.alf-lang .mag img {
  padding: 0;
}

.alf-lang .mag::before {
  content: "";
  background: #6cbe45;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
}

.alf-lang .mag:hover {
  transform: translateX(-10px);
  box-shadow: none;
}

.alf-lang .mag:hover::before {
  top: 10px;
  left: 10px;
}

.alf-lang figure {
  margin: 20px 0;
}

.alf-lang figure figcaption {
  color: #02592e;
}

.alf-lang img {
  padding: 0 0 15px 0;
}

@media (max-width: 768px) {
  .alf-lang {
    padding: 2rem 0;
  }
}

img.img-right {
  float: right;
  -o-object-fit: cover;
  object-fit: cover;
}

img.img-left {
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
}

img.img-right.cm-01 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  img.img-right.cm-01 {
    max-width: 500px;
    margin-bottom: 30px;
    margin-left: 30px;
  }
}

img.img-right.gac-01 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  img.img-right.gac-01 {
    max-width: 660px;
    margin-bottom: 30px;
    margin-left: 30px;
  }
}

img.img-left.kn-01 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  img.img-left.kn-01 {
    max-width: 600px;
    margin-bottom: 30px;
    margin-right: 30px;
  }
}

img.img-left.cm-01 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  img.img-left.cm-01 {
    max-width: 500px;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-top: 20px;
  }
}

img.img-left.cm-02 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  img.img-left.cm-02 {
    max-width: 500px;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-top: 20px;
  }
}

img.img-right.cht-01 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  img.img-right.cht-01 {
    max-width: 660px;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-top: 20px;
  }
}

img.ai-climate-01.img-fluid {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  img.ai-climate-01.img-fluid {
    max-width: 500px;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-top: 20px;
  }
}

.synnergy-02 {
  padding: 5rem 0;
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.6)), url(../../img/synergy-bg-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

@media (max-width: 768px) {
  .synnergy-02 {
    padding: 2rem 0;
  }
}

.synnergy-02 h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.synnergy-02 p,
.synnergy-02 .blog-card .blog-content p a,
.blog-card .blog-content p .synnergy-02 a {
  color: #fff;
  text-align: center;
}

.synnergy-02 h3 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}

.synnergy-02 h3~span {
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #02592e;
  padding: 8px 20px;
  display: inline-block;
  margin: 10px 0 20px 0;
}

@media screen and (min-width: 992px) and (max-width: 1199.9px) {
  .synnergy-02 h3~span {
    padding: 6px 8px;
  }
}

.synnergy-02 .synergy-card {
  text-align: center;
  background: #fff;
  padding: 40px 30px 20px 30px;
  border-radius: 10px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .synnergy-02 .synergy-card {
    padding: 30px 10px 10px 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.9px) {
  .synnergy-02 .synergy-card {
    padding: 30px 15px 10px 15px;
    min-height: 563px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399.9px) {
  .synnergy-02 .synergy-card {
    min-height: 553px;
  }
}

@media screen and (min-width: 1400px) {
  .synnergy-02 .synergy-card {
    min-height: 528px;
  }
}

.synnergy-02 .synergy-card p,
.synnergy-02 .synergy-card .blog-card .blog-content p a,
.blog-card .blog-content p .synnergy-02 .synergy-card a {
  color: #000;
  font-size: 16px;
}

@media (max-width: 576px) {

  .synnergy-02 .synergy-card p,
  .synnergy-02 .synergy-card .blog-card .blog-content p a,
  .blog-card .blog-content p .synnergy-02 .synergy-card a {
    font-size: 14px;
  }
}

.synnergy-02 .synergy-card img {
  height: 130px;
  border-radius: 50%;
  outline: 3px solid #02592e;
  outline-offset: 2px;
}

.catlyst {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .catlyst {
    padding: 2rem 0;
  }
}

.catlyst h2 {
  color: #02592e;
  text-transform: capitalize;
}

section.story-telling {
  background: #00aed9;
  padding: 5rem 0;
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  section.story-telling {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
}

section.story-telling h2,
section.story-telling p,
section.story-telling .blog-card .blog-content p a,
.blog-card .blog-content p section.story-telling a {
  color: #fff;
}

.livelihoodGrid {
  display: grid;
  margin: 2rem 0;
}

@media (min-width: 992px) {
  .livelihoodGrid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .livelihoodGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.livelihoodGrid .livelihoodgriditem {
  position: relative;
  text-align: center;
  padding: 5rem 0;
  background: #fff;
}

@media (max-width: 768px) {
  .livelihoodGrid .livelihoodgriditem {
    padding: 2rem 0;
  }

  .livelihoodGrid .livelihoodgriditem:first-child {
    padding-top: 1rem;
  }

  .livelihoodGrid .livelihoodgriditem:last-child {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .livelihoodGrid .livelihoodgriditem:not(:first-child) {
    border-left: 4px solid #ffcb05;
  }

  .livelihoodGrid .livelihoodgriditem:not(:first-child)::before {
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    border-right: solid 25px #ffcb05;
    border-bottom: solid 25px transparent;
    border-top: solid 25px transparent;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
}

@media screen and (max-width: 767.9px) {
  .livelihoodGrid .livelihoodgriditem:not(:first-child) {
    border-top: 4px solid #ffcb05;
  }

  .livelihoodGrid .livelihoodgriditem:not(:first-child)::before {
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    border-right: solid 25px #ffcb05;
    border-bottom: solid 25px transparent;
    border-top: solid 25px transparent;
    left: 50%;
    top: 0;
    transform: translate(-50%, -25%) rotate(-90deg);
  }
}

.livelihoodGrid .livelihoodgriditem img {
  max-width: 100px;
  height: auto;
}

@media (max-width: 1200px) {
  .livelihoodGrid .livelihoodgriditem img {
    max-width: 80px;
  }
}

.livelihoodGrid .livelihoodgriditem h6 {
  margin: 15px auto 0;
  padding: 3px 10px;
  background: #ffcb05;
  text-transform: capitalize;
  font-weight: 600;
}

@media screen and (min-width: 576px) {
  .livelihoodGrid .livelihoodgriditem h6 {
    max-width: -moz-min-content;
    max-width: min-content;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.9px) {

  .livelihoodGrid .livelihoodgriditem:first-child,
  .livelihoodGrid .livelihoodgriditem:nth-child(4) {
    border-left: none !important;
  }

  .livelihoodGrid .livelihoodgriditem:first-child::before,
  .livelihoodGrid .livelihoodgriditem:nth-child(4)::before {
    content: none !important;
  }
}

.mantasha {
  background: #d2242a;
  color: #fff;
  padding: 5rem 0;
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .mantasha {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .mantasha .mant-family {
    text-align: center;
  }
}

.mantasha .mant-family img {
  shape-outside: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 10rem;
  height: 10rem;
  transform: translateX(-1rem);
}

@media screen and (min-width: 576.1px) {
  .mantasha .mant-family img {
    float: left;
  }
}

.mantasha .mant-family {
  max-width: 830px;
  margin: 3rem auto;
  padding: 2rem 30px;
  border-top: 3px solid;
  border-bottom: 3px solid;
}

.deserved {
  margin: 1rem 0;
  overflow: hidden;
}

.deserved img {
  transition: all 0.5s;
}

.deserved img:hover {
  transform: scale(1.5) rotate(-20deg);
}

.ruralgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 30px 0 30px 0;
}

@media (max-width: 768px) {
  .ruralgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ruralgrid .ruralgrid-item {
  overflow: hidden;
}

.ruralgrid .ruralgrid-item img {
  transition: all 0.5s;
}

.ruralgrid .ruralgrid-item img:hover {
  transform: scale(1.5) rotate(-20deg);
}

.maldivesgrid {
  display: grid;
  margin: 2rem 0 2rem 0;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .maldivesgrid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;
  }

  .maldivesgrid img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.maldivesgrid .maldivesgriditem {
  overflow: hidden;
}

.maldivesgrid .maldivesgriditem img {
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .maldivesgrid .maldivesgriditem img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.maldivesgrid .maldivesgriditem img:hover {
  transform: scale(1.5);
}

@media screen and (min-width: 768px) {
  .maldivesgrid .maldivesgriditem:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .maldivesgrid .maldivesgriditem:nth-child(5) {
    grid-row: span 1;
  }

  .maldivesgrid .maldivesgriditem:nth-child(6) {
    grid-row: 1 span;
  }

  .maldivesgrid .maldivesgriditem:nth-child(7) {
    grid-column: span 3;
  }
}

.yuvaGrid {
  display: grid;
  gap: 15px;
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .yuvaGrid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;
  }
}

.yuvaGrid .yuvaGrid-items {
  overflow: hidden;
}

.yuvaGrid .yuvaGrid-items img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .yuvaGrid .yuvaGrid-items img {
    aspect-ratio: 1/1;
  }
}

.yuvaGrid .yuvaGrid-items img:hover {
  transform: scale(1.5);
}

@media screen and (min-width: 768px) {
  .yuvaGrid .yuvaGrid-items:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .yuvaGrid .yuvaGrid-items:nth-child(2) {
    grid-column-start: 3;
    grid-row: span 3;
  }
}

.bharti-app-ss {
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .bharti-app-ss {
    padding: 0;
  }

  .bharti-app-ss .img-card {
    margin: 0.5rem 0;
  }
}

.miycn-maximize {
  padding: 5rem 0;
  background-image: url(../../img/integeration-bg-01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .miycn-maximize {
    margin-bottom: 2rem;
    padding: 2rem 0;
  }
}

.miycn-maximize::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.miycn-maximize .container {
  position: relative;
}

.miycn-maximize p,
.miycn-maximize .blog-card .blog-content p a,
.blog-card .blog-content p .miycn-maximize a,
.miycn-maximize em {
  color: #fff;
}

@media (max-width: 576px) {
  .miycn-maximize em {
    font-size: 14px;
  }
}

.miycn-maximize .sunita-ranjan {
  padding: 1rem 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 3rem;
}

.element {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: #02592e;
  color: #fff;
  font-weight: 900;
}

.greenerGrid {
  display: grid;
  margin-bottom: 2rem;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .greenerGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.greenerGrid .greenerGridItems:nth-child(1) {
  position: relative;
}

@media screen and (min-width: 768px) {
  .greenerGrid .greenerGridItems:nth-child(1) {
    grid-column: span 4;
  }
}

.greenerGrid .greenerGridItems:nth-child(1) .greener-wrap {
  border-top: 2px solid #f2620f;
  border-bottom: 2px solid #f2620f;
  padding: 20px 10px;
}

.greenerGrid .greenerGridItems:nth-child(1) .greener-wrap h6,
.greenerGrid .greenerGridItems:nth-child(1) .greener-wrap p,
.greenerGrid .greenerGridItems:nth-child(1) .greener-wrap .blog-card .blog-content p a,
.blog-card .blog-content p .greenerGrid .greenerGridItems:nth-child(1) .greener-wrap a {
  color: #f2620f;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .greenerGrid .greenerGridItems:nth-child(1) .greener-wrap {
    position: absolute;
    top: 2rem;
    width: 500px;
  }

  .greenerGrid .greenerGridItems:nth-child(1) .greener-wrap h6 {
    font-size: 30px;
  }

  .greenerGrid .greenerGridItems:nth-child(1) .greener-wrap p,
  .greenerGrid .greenerGridItems:nth-child(1) .greener-wrap .blog-card .blog-content p a,
  .blog-card .blog-content p .greenerGrid .greenerGridItems:nth-child(1) .greener-wrap a {
    font-size: 24px;
  }
}

@media screen and (min-width: 1400px) {
  .greenerGrid .greenerGridItems:nth-child(1) .greener-wrap {
    left: 3rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399.9px) {
  .greenerGrid .greenerGridItems:nth-child(1) .greener-wrap {
    left: 3rem;
  }
}

@media screen and (max-width: 991.9px) {
  .greenerGrid .greenerGridItems:nth-child(1) .greener-wrap {
    left: 3rem;
  }
}

@media (max-width: 992px) {
  .signify-carousel {
    width: 80%;
    margin: 2rem auto;
  }
}

@media (min-width: 992px) {
  .signify-carousel {
    width: 400px;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199.9px) {
  .signify-carousel {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  img.img-fluid.mulgoa {
    max-width: 600px;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-top: 20px;
    float: left;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.swadesGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 2rem 0;
}

.swadesGrid .swadesGriditem {
  overflow: hidden;
}

.swadesGrid .swadesGriditem img {
  transition: all 0.5s;
}

.swadesGrid .swadesGriditem img:hover {
  transform: scale(1.5);
}

.swadesGrid .swadesGriditem:nth-child(5) {
  display: none;
}

@media screen and (min-width: 768px) {
  .pencil-teach {
    float: right;
    width: 600px;
    margin: 30px 0px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .pencil-teach img.img-fluid {
    flex: 0 0 50%;
    max-width: calc(50% - 5px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media (max-width: 768px) {
  .pencil-teach {
    margin: 2rem 0;
  }

  .pencil-teach img:first-child {
    margin-bottom: 15px;
  }
}

.pencilgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 2rem 0;
}

.pencilgrid .pencilgrid-items {
  overflow: hidden;
}

.pencilgrid .pencilgrid-items img {
  transition: all 0.5s;
}

.pencilgrid .pencilgrid-items img:hover {
  transform: scale(1.5);
}

@media (max-width: 768px) {
  .pencilgrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.patricia {
  margin-left: auto;
  border: 2px solid #02592e;
  border-radius: 10px;
  padding: 10px 15px 10px 30px;
}

@media screen and (min-width: 389px) {
  .patricia {
    width: 350px;
  }
}

@media screen and (min-width: 389px) and (max-width: 900px) {
  .patricia {
    margin: auto;
  }
}

@media screen and (max-width: 388.9px) {
  .patricia {
    text-align: center;
  }
}

.patricia .profile img {
  width: 5rem;
  height: 5rem;
  shape-outside: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  transform: translateX(-1rem);
}

@media screen and (min-width: 389px) {
  .patricia .profile img {
    float: left;
    position: relative;
    top: 7px;
  }
}

.patricia p,
.patricia .blog-card .blog-content p a,
.blog-card .blog-content p .patricia a {
  padding-top: 10px;
  font-size: 15px;
  font-style: italic;
}

@media screen and (max-width: 388.9px) {

  .patricia p,
  .patricia .blog-card .blog-content p a,
  .blog-card .blog-content p .patricia a {
    margin-bottom: 0;
  }
}

.cms-marquee {
  background: #f26322;
  padding: 20px;
  margin: auto;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .cms-marquee {
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  .cms-marquee {
    width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .cms-marquee {
    float: right;
    margin-left: 30px;
  }
}

.cms-marquee h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: below;
}

.cms-marquee ul li {
  color: #fff;
  font-size: 15px;
  font-style: italic;
}

.cms-marquee ul li:not(:last-child) {
  padding-bottom: 14px;
}

.cms-report {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  gap: 15px;
}

@media screen and (min-width: 475px) {
  .cms-report {
    width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .cms-report {
    float: left;
    margin-right: 30px;
  }
}

.cms-report-two {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  gap: 15px;
}

@media screen and (min-width: 475px) {
  .cms-report-two {
    width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .cms-report-two {
    float: right;
    margin-left: 30px;
  }
}

.cmsstaff-grid {
  display: grid;
  gap: 15px;
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .cmsstaff-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cmsstaff-grid .cmsstaff-grid-items img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .cmsstaff-grid .cmsstaff-grid-items:nth-child(1) {
    grid-column: span 3;
  }
}

@media screen and (min-width: 768px) {
  .cmsstaff-grid .cmsstaff-grid-items:nth-child(1) img {
    max-height: 500px;
    width: 100%;
    -o-object-position: bottom;
    object-position: bottom;
  }
}

@media (min-width: 992px) {
  .sustain-wrapper .prof {
    float: right;
    width: 450px;
    shape-outside: url(../../img/prof-02.png);
    shape-margin: 20px;
    margin-left: 20px;
  }
}

.sustain-wrapper .prof {
  margin-bottom: 20px;
}

section.subscribe-section {
  margin: 50px 0;
}

@media screen and (max-width: 991.9px) {
  section.subscribe-section img.img-fluid {
    display: none;
  }
}

section.subscribe-section .container {
  background: white;
  border-radius: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (min-width: 992px) {
  section.subscribe-section .container {
    padding: 0;
  }
}

section.subscribe-section .container img.img-fluid {
  border-radius: 30px 0 0 30px;
}

@media screen and (min-width: 1200px) {
  section.subscribe-section .container img.img-fluid {
    max-height: 540px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 30%;
    object-position: 100% 30%;
  }
}

section.subscribe-section .container .subs-content {
  padding: 0 50px 0 20px;
}

@media screen and (max-width: 991.9px) {
  section.subscribe-section .container .subs-content {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 575px) {
  section.subscribe-section .container .subs-content {
    padding: 30px 15px;
  }
}

section.subscribe-section .container .subs-content h1 {
  font-size: 24px;
  color: #02592e;
  font-weight: 800;
}

@media screen and (max-width: 991.9px) {
  section.subscribe-section .container .subs-content h1 {
    text-align: center;
    font-weight: 600;
  }
}

section.subscribe-section .container .subs-content p,
section.subscribe-section .container .subs-content li,
section.subscribe-section .container .subs-content a {
  font-size: 16px;
}

section.subscribe-section .container .subs-content li:not(:last-child) {
  padding-bottom: 10px;
}

section.subscribe-section .container .subs-content a {
  color: #02592e;
  font-weight: 600;
}

section.subscribe-section .container .subs-content .subscription-form {
  position: relative;
  margin: 40px 0;
}

section.subscribe-section .container .subs-content .subscription-form .form-row {
  position: relative;
  margin-bottom: 1rem;
}

section.subscribe-section .container .subs-content .subscription-form .form-row span {
  position: absolute;
  left: 10px;
  top: 3px;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  section.subscribe-section .container .subs-content .subscription-form {
    max-width: 450px;
  }
}

section.subscribe-section .container .subs-content .subscription-form input {
  box-shadow: none;
  border: 1px solid #02592e;
}

section.subscribe-section .container .subs-content .subscription-form .submit-icon {
  position: absolute;
  right: 10px;
  top: 0;
}

section.subscribe-section .container .subs-content .subscription-form .submit-icon button {
  border: none;
  background: transparent;
  padding: 8px;
}

@media screen and (max-width: 576px) {
  section.subscribe-section .container .subs-content .subscription-form .submit-icon button {
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin: auto;
  }
}

section.subscribe-section .container .subs-content .subscription-form .submit-icon button i {
  color: #02592e;
}

.eventsection {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}

.eventsection .eventsectionimg {
  position: relative;
  height: 18rem;
}

.eventsection .eventsectionimg .eventonline {
  position: absolute;
  top: 8px;
  right: 10px;
}

.eventsection .eventsectionimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
}

.eventsection .eventsectionimg .eventonline span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border: 2px solid;
  padding: 3px 20px;
  border-radius: 20px;
}

.eventsection .eventsection-contents {
  background: #f2f2f2;
  padding: 24px 24px 30px 24px;
  border-radius: 0 0 10px 10px;
}

section.sdg-4 {
  background: #e3fbef;
  padding: 5rem 0 5rem 0;
}

section.sdg-4 {
  background: #e3fbef;
  padding: 5rem 0 5rem 0;
}

section.jammu {
  padding-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  section.sdg-4 {
    padding: 2rem 0 2rem 0;
  }

  section.jammu {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width:1399.9px) {
  .eventsection .eventsection-contents {
    min-height: 358px;
  }
}

@media screen and (min-width:1199.9px) and (max-width:1399.8px) {
  .eventsection .eventsection-contents {
    min-height: 439px;
  }
}

.eventsection .eventsection-contents h6 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.0625rem;
}

.eventsection .eventsection-contents h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 8px;
}



.eventsection .eventsection-contents .eventsectioncontent p a {
  display: inline;
  margin-top: 8px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  color: #02592e;
}

.eventsection .eventsection-contents .eventsectioncontent p a:after {
  content: "";
  position: absolute;
  background: #5fbd63;
  height: 1px;
  width: 30px;
  top: 50%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.eventsection .eventsection-contents .eventsectioncontent p a:hover:after {
  right: -31px;
  opacity: 1;
  visibility: visible;
}

.sdg-4 .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.sdg-4 .owl-nav button i {
  background: #ffffff;
  color: #373435;
  border-radius: 50%;
  padding: 10px;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.sdg-4 .owl-nav button i:hover {
  background: #ffffff;
}

.sdg-4 .owl-nav button {
  width: 36px;
  height: 36px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50%;
}

.sdg-4 button.owl-prev {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

.sdg-4 button.owl-next {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

/*# sourceMappingURL=main.css.map */