/*
Version: 1.0
Author: Symlink Technology
Author URI: https://www.symlinktech.com/.
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght,YTLC@0,6..12,200..1000,522;1,6..12,200..1000,522&family=Nunito:wght@200..1000&display=swap');

:root {
  --primaryColor: #458b15;
  --accentColor: #c2dc77;
  --titleColor: #000000;
  --secondaryColor: #333333;
  --bodyBg: #fff;
  --tabBg: #1E1E1E;
  --tabAltBg: #F1F1F1;
  --socialBg: #D9D9D9;
  --strokeColor: #AFAFAF;
  --subTextColor: #6A6A6C;
  --shades01: #C32383;
  --primaryColor-rgb: 254, 99, 54;
  --accentColor-rgb: 198, 38, 126;
  --bodyBg-rgb: 255, 255, 255;
  --veiwWidth: calc(100vw - 17px);
  --padding: calc(var(--veiwWidth)/2 - 785px);
}

/* @import url('../font/Nunito/Nunito.css');   */
/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wdth,wght@6..12,99.9,200..1000&family=Nunito:wght@200..1000&display=swap');  */


/* ********|| INITIALIZATION STARTS ||******** */
body,
html {
  width: 100%;
  line-height: 1.2;
  margin: 0 auto !important;
  padding: 0 !important;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 14px;
  color: var(--color01);
  background: #f5f5f5;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

p{
  text-align: justify;
}

*:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:focus {
  outline: none;
  text-decoration: none;
}

input:focus,
label:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
}

img.alignright {
  float: right;
  margin: 0 0 16px 16px;
}

img.alignleft {
  float: left;
  margin: 0 16px 16px 0;
}

/* ********|| INITIALIZATION ENDS ||******** */


/* ********|| PSEUDO ELEMENTS STARTS ||******** */
::selection {
  background-color: var(--primaryColor);
  color: var(--bodyBg)
}

::-moz-selection {
  background-color: var(--primaryColor);
  color: var(--bodyBg)
}

::-webkit-selection {
  background-color: var(--primaryColor);
  color: var(--bodyBg)
}

:-webkit-focus {
  outline: none !important;
}

:-moz-focus {
  outline: none !important;
}

:focus {
  outline: none !important;
}

select:-webkit-focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}

select:-moz-focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}

select:focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}

::input-placeholder {
  color: var(--textColor) !important;
}

::-moz-input-placeholder {
  color: var(--textColor) !important;
}

::-webkit-input-placeholder {
  color: var(--textColor) !important;
}

/* ********|| PSEUDO ELEMENTS ENDS ||******** */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* ********|| ADJUSTMENT CLASSES STARTS ||******** */
*,
::after,
::before {
  box-sizing: border-box;
}

a {
  color: var(--primaryColor);
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: var(--secondaryColor);
}

p {
  margin: 0 0 10px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid var(--c4dee4);
}

.required:after {
  content: "*";
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  margin: 0 0 0 3px;
}

.separator_dashed {
  border-bottom: var(--textMedColor) 1px dashed;
}

.separator_dotted {
  border-bottom: var(--textMedColor) 1px dotted;
}

.separator_solid {
  border-bottom: var(--textMedColor) 1px solid;
}

.image-full {
  width: 100%;
}

/* ********|| ADJUSTMENT CLASSES ENDS ||******** */

section {
  position: relative;
}

.form-group {
  position: relative;
  margin: 0 0 20px;
}

.control-label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 2px;
  color: #212121;
  display: block;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 24px;
  color: var(--primaryColor);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 24px;
  color: var(--primaryColor);
}

.form-control {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #ddd;
  color: var(--textColor);
  background: var(--bodyBg);
  min-width: 50px;
  min-height: 38px;
  width: 100%;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 14px;
}

.form-control:focus {
  border-color: var(--primaryColor);
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: var(--textColor) !important;
}

.form-control:-moz-placeholder {
  color: var(--textColor) !important;
  opacity: 1 !important;
}

.form-control::-moz-placeholder {
  color: var(--textColor) !important;
  opacity: 1 !important;
}

.form-control:-ms-input-placeholder {
  color: var(--textColor) !important;
}

.form-control::-ms-input-placeholder {
  color: var(--textColor) !important;
}

textarea.form-control {
  resize: none;
  min-height: 100px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: var(--bodyBg);
  opacity: 0.7;
  cursor: not-allowed;
}

.custom-checkbox {
  position: relative;
  padding-left: 24px;
  margin: 3px 0;
  display: inline-block;
}

.custom-checkbox .custom-checkbox-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .custom-checkbox-label {
  position: relative;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
}

.custom-checkbox .custom-checkbox-label:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--bodyBg);
  border: 1px solid #ddd;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-radius: 2px;
}

.custom-checkbox .custom-checkbox-label:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 10px;
  display: none;
  color: var(--bodyBg);
  text-align: center;
}

.custom-checkbox .custom-checkbox-input:checked~.custom-checkbox-label:after {
  display: block;
}

.custom-checkbox .custom-checkbox-input:checked~.custom-checkbox-label:before {
  background: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

.custom-radio {
  position: relative;
  padding-left: 24px;
  margin: 3px 0;
  display: inline-block;
}

.custom-radio .custom-radio-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.custom-radio .custom-radio-label {
  position: relative;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
}

.custom-radio .custom-radio-label:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--bodyBg);
  border: 1px solid #ddd;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.custom-radio .custom-radio-label:after {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 8px;
  display: none;
  color: var(--bodyBg);
  text-align: center;
}

.custom-radio .custom-radio-input:checked~.custom-radio-label:after {
  display: block;
}

.custom-radio .custom-radio-input:checked~.custom-radio-label:before {
  background: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

.custom-tab .custom-tab-navigation {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 10px;
}

.custom-tab .custom-tab-navigation>li {
  width: auto;
  margin: 5px;
  position: relative;
}

.custom-tab .custom-tab-navigation>li>a {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--bodyBg);
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  border-radius: 4px;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom-tab .custom-tab-navigation>li.active>a,
.custom-tab .custom-tab-navigation>li>a:hover {
  background-color: var(--primaryColor);
}

.custom-tab .custom-tab-content .custom-tab-wrap {
  display: none;
  background: transparent;
  padding: 20px 0;
}

.custom-tab .custom-tab-content .custom-tab-wrap.active {
  display: block;
}

.custom-tab .custom-tab-content .custom-tab-navigation>li>a {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}

.custom-tab .custom-tab {
  margin-top: -20px;
}

.custom-tab .custom-tab .custom-tab-navigation {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .custom-tab .custom-tab-navigation {
    max-width: 620px
  }
}

@media (min-width: 768px) {
  .custom-tab .custom-tab-navigation {
    max-width: 740px
  }
}

@media (min-width: 992px) {
  .custom-tab .custom-tab-navigation {
    max-width: 1140px
  }
}

@media (min-width: 1200px) {
  .custom-tab .custom-tab-navigation {
    max-width: 1200px
  }
}


/* /////////////////////////////////////////////////////////////// */
/*             			   	 	BOOTSTRAP FIX            			   				 */
/* /////////////////////////////////////////////////////////////// */
@media (min-width: 576px) {
  :root {
    --padding: 15px;
  }

  .container {
    max-width: 100%;
  }

  .modal-dialog {
    max-width: 700px;
  }

  .modal-sm {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 710px) / 2);
  }

  .container {
    max-width: 740px;
  }
}

@media (min-width: 992px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 788px) / 2);
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  :root {
    --padding: calc(calc(var(--viewWidth) - 788px) / 2);
  }

  .container {
    max-width: 940px;
  }
}

@media (min-width: 1080px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1080px) / 2);
  }

  .container {
    max-width: 1080px;
  }
}

@media (min-width: 1280px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1024px) / 2);
  }

  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1310px) / 2);
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1370px) / 2);
  }

  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1900px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1470px) / 2);
  }

  .container {
    max-width: 1600px;
  }
}

.container {
  width: 100%;
  padding: 0 12px;
}

.modal-open {
  overflow: auto;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.gallery-images .bwg-background>.bwg-thumbnails.bwg-standard-thumbnails.bwg-container.bwg-border-box {
  max-width: none !important;
  width: 100% !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px !important;
}

.gallery-images .bwg-background>.bwg-thumbnails.bwg-standard-thumbnails.bwg-container.bwg-border-box .bwg-item {
  width: 100% !important;
  max-width: none !important;
}

.gallery-images .bwg-background>.bwg-thumbnails.bwg-standard-thumbnails.bwg-container.bwg-border-box .bwg-item .bwg-a {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 24px;
}

.gallery-listing {
  padding: 80px 0 0;
}

/*////////////////////////////////////////////////////////////////*/
/*             		          	 HOME PAGE      	      				  	*/
/*////////////////////////////////////////////////////////////////*/

/* ********|| COMMON STARTS ||******** */
.container {
  margin: 0 auto;
}

.btn-action:link,
.btn-action:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  background-color: var(--primaryColor);
  padding: 0 24px;
  height: 54px;
  border-radius: 50px;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.btn-action::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-action::after {
  background: #fff;
  content: "";
  height: 320px;
  opacity: 0;
  position: absolute;
  top: -80px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 128px;
}

.btn-new::before {
  left: -50%;
}

.btn-new::after {
  left: -100%;
}

.btn-action:hover,
.btn-action:active {
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.062);
}

.btn-new:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.btn-new:hover::after {
  left: 200%;
  opacity: 0.6;
}

.btn-action span {
  z-index: 20;
}

.main {
  position: relative;
}

.common-layout {
  position: relative;
}

.title {
  font-size: 54px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: var(--titleColor);
}

.subheading {
  font-size: 28px;
  color: var(--secondaryColor);
}

.description {
  font-size: 18px;
  color: var(--secondaryColor);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 70px;
}

.btn-action {
  position: relative;
}

.btn-alt span {
  margin-left: 2px;
}

.brand-logo-alt {
  max-width: 280px;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.brand-logo-alt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.common-layout .section-banner.inner-banner {
  min-height: 648px;
  height: 100%;
}

.common-layout .section-banner.inner-banner::after {
  display: none;
}

.inner-banner .banner-background-wrap .banner-shape {
  width: 100%;
  height: 328px;
  top: 50%;
}

.inner-banner .banner-content-details .container {
  width: 100%;
}

.inner-banner .banner-content-details .title {
  color: var(--bodyBg);
  text-align: center;
}

.inner-banner .banner-content .banner-content-details {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

/* ********|| COMMON ENDS ||******** */


/* ********|| HEADER STARTS ||******** */
header {
  position: fixed;
  top: 0;
  z-index: 110;
  background-color: var(--bodyBg);
  width: 100%;
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
}

header::after {
  position: absolute;
  content: '';
  top: 0;
  left: -5.5%;
  z-index: 1;
  background-color: #458b15;
  width: 10%;
  height: 100%;
  transform: skewX(-50deg);
  transform-origin: left;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

header .container {
  position: relative;
}

header.header-shrink {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header .top-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0px 0 290px;
    background-color: var(--bodyBg);
    transition: all 0.3s ease-in-out;
    animation: fadeOutHeader 3s ease-in-out 1 forwards;
    margin-right: -129px;
}

header .top-header .contact-details {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  ;
}

.top-header .contact-details .contact-info {
  position: relative;
}

.top-header .contact-details .contact-info a {
  position: relative;
  color: var(--secondaryColor);
  letter-spacing: 0.5px;
  font-size: 18px;
}

.top-header .contact-details .contact-info a span {
  margin-right: 8px;
}

.top-header .social-media-icons {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}

.top-header .social-media-icons .social-media {
  position: relative;
}

.top-header .social-media-icons .social-media a {
  position: relative;
  font-size: 18px;
}

header .main-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 0;
  height: 65px;
}

header .main-header .menu-icon {
  font-size: 24px;
  margin-left: auto;
  display: none;
  margin: auto 0 auto auto;
}

header .main-header .brand {
  position: relative;
}

.brand .logo {
    display: inline-block;
    width: 98px;
    height: 103px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    margin-top: -27px;
    margin-left: 54px;
    border-radius: 43px;
}

.brand .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-header .navigation {
  margin-left: auto;
}

.main-header .navigation::after {
  position: absolute;
  content: '';
  top: 0;
  right: -10.4%;
  z-index: -1;
  background-image: linear-gradient(to left, #6bb22f, #458b15);
  width: 85%;
  height: 100%;
  transform-origin: left;
}

.main-header .navigation::before {
  position: absolute;
  content: '';
  top: 0;
  left: 20%;
  transform: skewX(-50deg);
  transform-origin: left;
  z-index: -1;
  background-color: #458b15;
  width: 30%;
  height: 100%;
  transform-origin: left;
}

.main-header .navigation .navigation-wraper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 120px;
}

.main-header .navigation .cancel-icon {
  position: absolute;
  left: 2%;
  top: 1%;
  font-size: 24px;
  color: var(--bodyBg);
  display: none;
}

.main-header .navigation .navigation-wraper .navigation-menu {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.navigation-menu .nav-item {
  list-style: none;
  transition: all 0.3s ease-in-out;
  padding-right: 6px;
}

.navigation-menu .nav-item .nav-link {
  position: relative;
  color: var(--bodyBg);
  font-weight: 600;
  display: flex;
  align-items: end;
  font-size: 18px;
}

.navigation-menu .nav-item .nav-link span:nth-child(2) {
  font-size: 14px;
  margin-left: 4px;
  line-height: 1.3;
}

/* Styling the dropdown menu */
.nav-item {
  position: relative;
}

.navigation-menu .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 12px;
  list-style: none;
  padding: 8px 0px;
  margin: 0;
  z-index: 99;
  margin-top: 12px;
  left: 0;
  transform: translateX(-25%);
  box-shadow: 0px 2px 15px -1px rgba(0, 0, 0, 0.1);
}

.navigation-menu .dropdown-item {
  padding: 12px 24px;
}

.navigation-menu .dropdown-item.active {
  background-color: var(--primaryColor);
  padding: 12px 24px;
}

.navigation-menu .dropdown-item.active .dropdown-link {
  color: var(--bodyBg);
}

.navigation-menu .dropdown-item:last-child {
  margin-bottom: 0px;
}

.navigation-menu .dropdown-item a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

.navigation-menu .dropdown-item:hover a {
  color: var(--primaryColor);
}

.navigation-menu .nav-item {
  position: relative;
}

.navigation-menu .nav-item.active .dropdown-menu {
  display: block;
}

.main-header .navigation .header-options .btn-action {
  background-color: var(--bodyBg);
  font-weight: 700;
  font-size: 18px;
  color: var(--primaryColor);
  background-image: linear-gradient(90deg, #fff, #e4e4e4);
  text-transform: capitalize;
}

/* ********|| HEADER ENDS ||******** */

/* ********|| BANNER START ||******** */
.section-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
  padding: 140px 0 0;
  display: flex;
  align-items: center;
  background-image: linear-gradient(45deg, rgba(var(--primaryColor-rgb), 0.4), #fff, rgba(var(--accentColor-rgb), 0.4));
}

.section-hero .container {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}

.hero-slider-image {
  position: relative;
  width: 50%;
  max-width: calc(50% - 40px);
}

.hero-slider-image .swiper {
  height: 100%;
}

.hero-slider-image .slider-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 32px;
  display: flex;
}

.hero-slider-image .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider-image .hero-slider-navigation {
  position: absolute;
}

.hero-slider {
  position: relative;
  width: 50%;
  display: flex;
  max-width: calc(50% - 40px);
}

.hero-slider .swiper-slide {
  display: flex;
  align-items: center;
}

.hero-slider .swiper-content {
  position: relative;
  width: 100%;
}

.hero-slider .swiper-content .swiper-title {
  font-size: 48px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  line-height: 1;
  color: var(--tabBg);
  margin: 0;
}

.hero-slider .swiper-content .swiper-title span {
  color: var(--primaryColor);
  font-weight: 800;
  text-transform: capitalize;
  font-size: 66px;
  display: block;
}

.hero-slider .swiper-content .swiper-description {
  font-size: 24px;
  line-height: 1.4;
  font-family: "Nunito", sans-serif;
  color: var(--tabBg);
  margin: 40px 0 0;
}

.hero-slider .swiper-content .swiper-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 40px 0 0;
}

.hero-slider .swiper-content .swiper-actions .btn-action {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 32px;
  background-color: #fff;
  border-radius: 54px;
  font-size: 16px;
  font-weight: 700;
  color: var(--accentColor);
  text-transform: uppercase;
}

.hero-slider .swiper-content .swiper-actions .btn-action.alt {
  background-color: var(--accentColor);
  color: #fff;
  padding: 0;
  aspect-ratio: 1 / 1;
  font-size: 24px;
  overflow: unset;
}

.hero-slider .swiper-content .swiper-actions .btn-action.alt span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider .swiper-content .swiper-actions .btn-action.alt span:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(var(--accentColor-rgb), 0.5);
  z-index: 0;
  animation: pulse-outside 1.5s infinite ease-in-out;
  transform: scale(1);
  pointer-events: none;
}

.hero-slider-options {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
}

.hero-slider-options .container {
  position: relative;
}

.hero-slider-options .hero-swiper-buttons {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
}

.hero-slider-options .hero-swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  border-radius: 30px;
  padding: 0 16px;
  border: 1px solid var(--bodyBg);
  gap: 8px;
  font-size: 16px;
  color: var(--accentColor);
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  width: 30px;
  background-color: var(--bodyBg);
}

.hero-slider-options .hero-swiper-button:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--bodyBg);
}

.hero-slider-options .hero-swiper-button.next {
  flex-direction: row-reverse;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

.common-layout {
  position: relative;
}

.common-layout .section-banner .container {
  align-items: start;
}

.common-layout .section-banner {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.common-layout .section-banner::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: url('../images/bannershadow.webp');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.common-layout .section-banner .banner-background-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.banner-background-wrap .banner-background-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-background-wrap .banner-background-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-background-wrap .banner-background-image.banner-background-image-after::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner-background-wrap .banner-shape {
  width: 66%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotateX(0deg);
}

.banner-background-wrap .banner-shape img {
  position: relative;
  width: 100%;
  height: 100%;
}

.section-banner .banner-content {
  position: relative;
  display: flex;
  z-index: 9;
  width: 100%;
  align-items: center;
}

.section-banner .banner-content .swiper {
  width: 50%;
}

.banner-content .banner-content-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 0;
}

.banner-content-details .title {
  display: inline-block;
  font-size: 94px;
  font-family: "Nunito", sans-serif;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: 0px;
}

.banner-content-details .title span {
  background: linear-gradient(to right, var(--primaryColor), var(--accentColor));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-bottom: 6px;
}

.banner-content-details .subheading {
  font-size: 34px;
  font-weight: 500;
  color: var(--titleColor);
  line-height: 1.2;
  margin-bottom: 48px;
  max-width: 495px;
  width: 100%;
}

.banner-content-details .btn-option {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.banner-content-details .btn-option .btn-action {
  padding: 20px 44px;
  text-transform: capitalize;
}

.banner-content-details .btn-option .video-btn {
  position: relative;
  background-color: var(--primaryColor);
  color: var(--bodyBg);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-option .video-btn:hover {
  box-shadow: 0 8px 16px rgba(219, 219, 219, 0.4);
}

.btn-option .video-btn::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(198, 38, 126, 0.5);
  z-index: 0;
  animation: pulse-outside 1.5s infinite ease-in-out;
  transform: scale(1);
  pointer-events: none;
}

/* rgba(254, 97, 54, 0.30); */
@keyframes pulse-outside {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.banner-content .banner-image-wraper {
  position: relative;
  width: 50%;
  height: 100vh;
}

.banner-content .banner-img-wrap {
  position: relative;
  -webkit-mask-image: url(../images/bgShape.webp);
  mask-image: url(../images/bgShape.webp);
  mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: 100%;
  width: 100%;
  height: 100%;
  max-width: 910px;
  min-width: 910px;
  display: flex;
  align-items: center;
  overflow: hidden;
  mask-position: center;
}

.banner-content .banner-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-content .banner-image-wraper .banner-img-wrap-alt {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
  width: 100%;
  max-width: 910px;
  min-width: 910px;
  height: 100%;
  overflow: hidden;
}

.banner-content .banner-image-wraper .banner-img-wrap-alt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 3s ease-in-out;
}

.banner-content .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
  width: 40px;
  height: 40px;
  background-color: var(--bodyBg);
  border-radius: 50px;
  display: flex;
  border: 1px solid var(--primaryColor);
  align-items: center;
  justify-content: center;
  left: 8%;
  top: 96%;
}

.banner-content .swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--primaryColor);
  font-size: 14px;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: var(--bodyBg);
  border-radius: 50px;
  border: 1px solid var(--primaryColor);
  left: 0%;
  top: 96%;
  z-index: 2;
}

.banner-content .swiper-button-prev:after,
.swiper-button-prev:after {
  color: var(--primaryColor);
  font-size: 14px;
}

.banner-section {
  position: relative;
  height: 100vh;
  padding: 100px 0 80px;
  display: flex;
  align-items: center;
  margin: 30px 0 0;
}

.banner-section .banner-slider {
  width: 100%;
  height: 100%;
}

.banner-section .banner-slider .item {
  width: 100%;
  height: 100%;
  padding: 0 45px;
}

.banner-section .banner-slider .item .inner-item {
  width: 100%;
  height: 100%;
}

.banner-section .banner-slider .item .inner-item .swiper {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.banner-section .swiper-slide {
  display: flex;
  align-items: flex-end;
}

.banner-section .banner-slider .item .inner-item .banner-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.banner-section .banner-slider .item .inner-item .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-section .banner-slider .item .inner-item .banner-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 20%), rgb(0 0 0 / 60%));
  width: 100%;
  height: 100%;
}

.banner-section .banner-slider .item .inner-item .banner-content {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.banner-section .banner-slider .item .inner-item .banner-content .banner-title {
  font-size: 52px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  line-height: 1;
  color: var(--bodyBg);
  margin: 0 0 22px;
}

.banner-section .banner-slider .item .inner-item .banner-content .banner-title span {
  color: var(--primaryColor);
}

.swiper-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 40px 0 0;
}

.swiper-actions .btn-action {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 32px;
  background-color: #fff;
  border-radius: 54px;
  font-size: 16px;
  font-weight: 700;
  color: #458b15;
  text-transform: uppercase;
}

.banner-section .swiper-description {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  color: var(--bodyBg);
  padding-top: 0;
  max-width: 982px;
  text-transform: capitalize;
}

.btn-action.alt {
  background-color: var(--accentColor);
  color: #fff;
  padding: 0;
  aspect-ratio: 1 / 1;
  font-size: 24px;
  overflow: unset;
}

/* ********|| BANNER ENDS ||******** */

/* ********|| WHO WE ARE START ||******** */
.about-us-overview {
  position: relative;
  margin-top: 10px;
  z-index: 1;
}

.about-us-overview.organisation-overview {
  margin: 200px 0 100px 0;
}

.about-us-overview .shape-image {
  position: absolute;
  top: -16%;
  width: 500px;
  overflow: hidden;
  z-index: -1;
}

.about-us-overview .shape-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us-overview .about-us-content {
  position: relative;
  width: 100%;
  display: flex;
}

.main-image-wrapper {
  width: 50%;
  position: relative;
}

.main-image-wrapper .main-image-wrap {
  max-width: 560px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  height: 572px;
}

.main-image-wrapper .main-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
  object-position: -291px;
}


.main-image-wrapper .alt-images-wrapper {
  position: absolute;
  top: 20px;
  right: 10%;
}

.main-image-wrapper .alt-images-wrapper .alt-images {
  display: flex;
  flex-direction: column;
  gap: 123px;
}

.main-image-wrapper .alt-images-wrapper .alt-image {
  position: relative;
  width: 360px;
  height: 230px;
  overflow: hidden;
  border: 2px solid #f5f5f5;
  border-radius: 20px;
}

.main-image-wrapper .alt-images-wrapper .alt-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}


.main-image-wrapper .alt-images-wrapper .alt-image:last-child::after {
  position: absolute;
  content: '';
  right: -20%;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  transform: skewX(-50deg);
}

.who-we-are-section .about-us-content {
  position: relative;
  width: 100%;
  display: flex;
  gap: 48px !important;
}

.who-we-are-section .main-image-wrapper .main-image-wrap {
  max-width: 100%;
  width: 100%;
  height: 440px;
  overflow: hidden;
  border-radius: 20px;
}

.about-us-content .content-details .description ul {
  margin-top: 0;
  column-count: 2;
}

.about-us-content .content-details {
  width: 50%;
}

.content-details .brand-logo-alt {
  max-width: 280px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin-bottom: 16px;
}

.content-details .brand-logo-alt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-details .title-section .title {
  line-height: 1.2;
  margin: 0;
  margin-bottom: 32px;
}

.content-details .title-section .subHeading {
  font-size: 28px;
  font-weight: 600;
  color: var(--secondaryColor);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.content-details .description {
  margin-bottom: 0px;
}

.content-details .btn-action {
  margin-top: 40px;
  padding: 24px 44px;
  text-transform: capitalize;
}

/* ********|| WHO WE ARE ENDS ||******** */

/* ********|| WHAT WE DO START ||******** */
.section-what-we-do {
  position: relative;
  width: 100%;
  margin-top: 150px;
}

.section-what-we-do .what-we-do {
  position: relative;
  width: 100%;
}

.section-what-we-do .what-we-do .what-we-do-background {
  position: absolute;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.section-what-we-do .what-we-do .what-we-do-background:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
}

.section-what-we-do .what-we-do .what-we-do-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-what-we-do .what-we-do .what-we-do-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 100px 30px;
}

.section-what-we-do .what-we-do .what-we-do-content .title-wrap {
  margin: 0 auto;
}

.what-we-do-content .title-wrap .brand-logo-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.what-we-do-content .title-wrap .title-section {
  position: relative;
  text-align: center;
}

.what-we-do-content .what-we-do-items {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 140px;
}

.what-we-do-items .item {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  box-shadow: 0px 0px 10px #E7E7E7;
}

.what-we-do-items .item .icon-wrap {
  position: absolute;
  width: 180px;
  aspect-ratio: 1;
  background-color: var(--bodyBg);
  display: flex;
  justify-content: center;
  border: 3px solid var(--accentColor);
  border-radius: 50%;
  top: -32%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.what-we-do-items .item .icon-wrap .icon {
    width: 98px;
    height: auto;
    margin-bottom: 50px;
    aspect-ratio: 1;
    overflow: hidden;
}

.what-we-do-items .item .icon-wrap .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.what-we-do-items .item .item-details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 60px;
  gap: 24px;
}

.what-we-do-items .item .item-details .title {
  font-size: 30px;
  font-weight: 800;
  color: var(--titleColor);
  margin: 0;
  text-align: center;
}

.what-we-do-items .item .item-details .description {
  color: var(--secondaryColor);
  margin-bottom: 0px;
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.what-we-do-items .item .item-details .btn-alt {
  font-size: 16px;
  color: var(--primaryColor);
  font-weight: 700;
  text-transform: capitalize;
}

/* ********|| WHAT WE DO ENDS  ||******** */

/* ********|| SUSTAINABILITY START  ||******** */
.sustainability-section {
  position: relative;
  width: 100%;
  margin-top: 150px;
  padding: 130px 0px 60px;
}

.sustainability-section .sustainability-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.sustainability-section .sustainability-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sustainability-section .title-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.sustainability-section .title-wrap .btn-option {
  margin-left: auto;
}

.sustainability-section .title-wrap .left-title-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  width: 100%;
}

.sustainability-section .sustainability-items {
  position: relative;
  margin-bottom: 50px;
}

.sustainability-section .sustainability-items .sustainability-item {
  position: relative;
  width: 100%;
}

.sustainability-item .sustainability-img-wrap {
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}

.sustainability-item .sustainability-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.sustainability-item:hover .sustainability-img-wrap img {
  transform: scale(1.2);
}

.sustainability-item .item-details {
  position: relative;
  position: relative;
  padding: 30px 32px;
}

.sustainability-item .item-details .title {
  font-size: 32px;
  font-weight: 700;
  color: var(--titleColor);
  margin: 0;
  margin-bottom: 14px;
  line-height: 1.2;
  text-transform: capitalize;
}

.sustainability-item .item-details .description {
  color: var(--secondaryColor);
  margin-bottom: 0px;
  line-height: 1.6;
  font-weight: 400;
  display: inline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.sustainability-item .item-details .description .read-more {
  display: none;
}

.sustainability-item .item-details .btn-alt {
  font-size: 18px;
  color: var(--primaryColor);
  font-weight: 700;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 6px;
  display: flex;
}

.sustainability-section .swiper-wrapper {
  padding-bottom: 24px;
}

.thematic-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding: 2px 16px 0;
  border: 2px solid var(--accentColor);
  top: 25%;
  gap: 8px;
  font-size: 14px;
  color: var(--titleColor);
  font-weight: 600;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  width: 37px;
  border-radius: 50%;
}

.thematic-button.prev {
  left: -19px;
  background-color: var(--tabAltBg);
}

.thematic-button.next {
  right: -19px;
  background-color: var(--tabAltBg);
}

/* ********|| SUSTAINABILITY ENDS  ||******** */

/* ********|| REACH SECTION START ||******** */
.reach-section .brand-logo-alt {
  margin: 0 auto;
}

.reach-section .brand-logo-alt {
  width: 200px;
}

.reach-section {
  padding: 80px 0 100px 0;
}

.reach-section .title {
  position: relative;
  margin-bottom: 60px;
  margin-top: 30px;
  text-align: center;
}

.reach-section .reach-content {
  position: relative;
}

.reach-section .reach-content .reach-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.reach-content .reach-items .reach-item {
  flex: 1 1 calc(25% - 24px);
  max-width: calc(25% - 24px);
  position: relative;
  width: 100%;
  background-color: var(--bodyBg);
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.reach-content .reach-items .reach-item .img-content {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-image: linear-gradient(to left, var(--accentColor), var(--primaryColor));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reach-content .reach-items .reach-item .img-wrap {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 6px;
}

.reach-content .reach-items .reach-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reach-content .reach-items .reach-item .reach-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 1;
}

.reach-content .reach-items .reach-item .reach-details .reach-category {
  position: relative;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--titleColor);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Nunito", sans-serif;
}

.reach-content .reach-items .reach-item .reach-details .reach-number {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  font-family: "Nunito", sans-serif;
  color: var(--primaryColor);
  line-height: 0.8;
}

section.reach-section.impact {
  background: var(--bodyBg);
}

.reach-section.impact .reach-content .reach-items .reach-item {
  background-color: #f5f5f5;
}

/* ********|| REACH SECTION ENDS  ||******** */

/* ********|| ARTICLE START  ||******** */
.section-article.article.news-listing {
  background-color: #f5f5f5;
  padding: 171px 0 80px;
}

.section-article {
  position: relative;
  padding: 171px 0 80px;
}

.section-article.after-article {
  position: relative;
}

.section-article.after-article::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: -1;
  background-color: #FFF4F1;
  border-radius: 0 0 30px 0;
}

.section-article .article-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 120px;
}

.section-article .article-container .article-items {
  width: 50%;
  position: relative;
  height: 600px;
}

.section-article .article-container .article-items .swiper {
  width: 100%;
  height: 100%;
}

.section-article .swiper {
  padding-bottom: 40px;
}

.article-container .article-items .article-item {
  background-color: var(--bodyBg);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.article-item .article-item-details {
  display: flex;
  flex-direction: column;
  padding: 24px;
  align-items: flex-start;
}

.article-item .article-item-details .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--titleColor);
  margin: 0;
  margin-bottom: 16px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(0.8em * 3);
}

.article-item .article-item-details .decription {
  font-size: 18px;
  color: var(--secondaryColor);
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  max-height: calc(1.5em * 3);
}

.article-item .article-item-details .btn-action {
  background-color: transparent;
  padding: 0;
  color: var(--primaryColor);
  text-transform: capitalize;
  font-size: 18px;
  margin-top: auto;
  box-shadow: none;
  cursor: pointer;
  font-weight: 700;
  border-radius: 0;
  height: 32px;
}

.article-item .article-item-details .btn-action span {
  margin-left: 6px;
}

.article-item .article-item-image-wraper {
  position: relative;
  display: flex;
  width: 330px;
  flex-shrink: 0;
}

.article-item-image-wraper .article-img-wrap {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.article-item-image-wraper .article-img-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.article-item-image-wraper .date {
  background-color: var(--accentColor);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 40px;
}

.article-item-image-wraper .date span {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--bodyBg);
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%) rotate(-90deg);
  line-height: 1;
  display: block;
}

.article-container .article-content-details {
  width: 50%;
}

.article-container .article-content-details .brand-logo-alt {
  width: 260px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 40px;
}

.article-content-details .brand-logo-alt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-content-details .title-section {
  position: relative;
}

.article-content-details .title-section .title {
  margin: 0;
  margin-bottom: 40px;
}

.article-content-details .description {
  margin-bottom: 30px;
}

.article-content-details .subContent-wraper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 60px;
}

.article-content-details .subContent-wraper .logo-wrap {
  width: 80px;
  overflow: hidden;
  flex-shrink: 0;
}

.article-content-details .subContent-wraper .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-content-details .subContent-wraper .subContent-Description {
  font-size: 32px;
  color: var(--secondaryColor);
  line-height: 1.2;
  font-weight: 500;
  flex-shrink: 1;
}

.article-item .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: -8px;
  white-space: nowrap;
}

.article-content-details .btn-action:link,
.btn-action:visited {
  padding: 20px 54px;
}

.recent-news .swiper-slide {
  display: flex;
}

.newsdetails .article {
  position: relative;
  padding: 62px 0 80px;
  background: transparent;
}

.newsdetails .article-item .article-item-details {
  background-color: #f5f5f5;
}

.section-article.article {
  padding: 0 0 80px;
}

.article-items-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 30px;
  border-radius: 50px;
  padding: 2px 16px 0;
  border: 1px solid var(--accentColor);
  top: 50%;
  gap: 8px;
  font-size: 14px;
  color: var(--titleColor);
  font-weight: 600;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

.article-items-button.prev {
  left: -44px;
  background-color: var(--tabAltBg);
  top: 47%;
}

.article-items-button.next {
  right: -43px;
  background-color: var(--tabAltBg);
  top: 47%;
}

/* ********|| ARTICLE END  ||******** */

/* ********|| NEWS START  ||******** */
.event-section {
  position: relative;
  padding: 171px 0 80px;
  background-color: var(--tabAltBg);
}

.event-section .event-container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.event-section .event-container .brand-logo-alt {
  position: relative;
  margin: 0 auto;
  margin-bottom: 32px;
}

.event-container .title {
  text-align: center;
  margin-bottom: 60px;
}

.event-container .event-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.event-container .event-items .event-item {
  border-radius: 12px;
  box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.4);
  overflow: hidden;
  background-color: var(--bodyBg);
  box-shadow: 0px 4px 4px 0px rgb(77, 77, 77, 0.2);
  display: flex;
  flex-direction: column;
}

.event-items .event-item .image-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.event-items .event-item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-items .event-item .event-details {
  position: relative;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-shrink: 1;
}

.event-items .event-item .event-details .date {
  font-size: 12px;
  color: var(--subTextColor);
  margin-bottom: 2px;
}

.event-items .event-item .event-details .title {
  font-size: 18px;
  line-height: 1.4;
  color: var(--titleColor);
  margin-bottom: 12px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.event-items .event-item .event-details .description {
  font-size: 16px;
  color: var(--secondaryColor);
  line-height: 1.6;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.event-items .event-item .event-details .btn-alt {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 16px;
  color: var(--primaryColor);
  font-weight: 600;
  text-transform: capitalize;
  margin-top: auto;
}

.event-section .event-container .btn-action {
  padding: 18px 40px;
  margin: 0 auto;
  margin-top: 20px;
}

.meta-item.eventlist {
  background: var(--tabAltBg);
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  flex-direction: column;
}

.meta-item.eventlist .meta-icon {
  font-size: 10px;
}

.news-title .title {
  text-align: center;
  margin-bottom: 60px;
}

.eventdetails-eventsection {
  position: relative;
  padding: 30px 0 80px;
}

.eventdetails-eventsection .brand-logo-alt {
  max-width: none;
  margin: 0 0 25px;
}

.eventdetails-eventsection .title {
  margin-bottom: 40px !important;
}

.eventdetails-eventsection .event-details .title {
  margin: 0 0 15px !important;
}

/* ********|| NEWS END  ||******** */

/* ********|| TESTIMONIAL START  ||******** */
.section-testimonial {
  position: relative;
  padding: 100px 0px 100px 180px;
}

.section-testimonial-padding {
  margin-top: 0px;
}

.section-testimonial .testimonial-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-testimonial .testimonial-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-testimonial .testimonial-container {
  position: relative;
  display: flex;
  width: 100%;
}

.section-testimonial .testimonial-container .testimonial-content-details {
  position: relative;
  width: 30%;
}

.section-testimonial .testimonial-container .testimonial-content-details .brand-logo-alt {
  position: relative;
  margin-top: 80px;
}

.section-testimonial .testimonial-container .testimonial-content-details .brand-logo-alt img {
  position: relative;
}

.section-testimonial .testimonial-container .testimonial-content-details .title-section {
  position: relative;
}

.section-testimonial .testimonial-container .testimonial-content-details .title-section .title {
  position: relative;
  text-transform: capitalize;
}

.section-testimonial .testimonial-container .testimonial-content-details .subContent-Description {
  position: relative;
  font-size: 36px;
  line-height: 1.2;
  color: var(--secondaryColor);
  font-weight: 300;
  margin-right: 200px;
}

.section-testimonial .testimonial-container .testimonial-items {
  display: flex;
  gap: 24px;
  align-items: start;
  width: 70%;
}

.testimonial-items .testimonial-item {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: start;
  background-color: var(--bodyBg);
  padding: 50px 30px 30px 30px;
  border-radius: 20px;
  margin-top: 59px;
}

.testimonial-items .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.testimonial-item .user-image {
  position: absolute;
  top: -20%;
}

.testimonial-item .user-image::after {
  position: absolute;
  content: '';
  left: 0%;
  top: -7%;
  width: 190px;
  height: 190px;
  border-radius: 100px;
  background-image: linear-gradient(to left, #6bb22f, #458b15);
  z-index: 1;
}

.testimonial-item .user-image .user-image-wraper {
  position: relative;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 100px;
  border: 6px solid var(--bodyBg);
  z-index: 2;
}

.testimonial-item .user-image .user-image-wraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-items.testimonial-item .user-review {
  position: relative;
}

.testimonial-item .user-review .user-details {
  position: relative;
  margin-left: 220px;
  margin-bottom: 50px;
}

.testimonial-item .user-review .user-details .title {
  position: relative;
  text-transform: capitalize;
  margin: 0;
  font-size: 30px;
  margin-bottom: 14px;
}

.testimonial-item .user-review .user-details .subTitle {
  font-size: 20px;
  color: var(--secondaryColor);
  margin-bottom: 12px;
}

.testimonial-item .user-review .description {
  font-size: 18px;
  line-height: 1.6;
  color: var(--secondaryColor);
  font-weight: 400;
  margin-bottom: 10px;
}

.testimonial-items .swiper-wrapper {
  margin-bottom: 42px;
}

.testimonial-items .swiper-pagination {
  text-align: left;
}

.testimonial-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 30px;
  padding: 2px 16px 0;
  border: 1px solid var(--accentColor);
  bottom: -12px;
  gap: 8px;
  font-size: 14px;
  color: var(--bodyBg);
  font-weight: 600;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

.testimonial-button.prev {
  left: 0;
  background-color: #458b15;
}

.testimonial-button.next {
  background-color: #458b15;
  left: 55px;
}

/* ********|| TESTIMONIAL END  ||******** */

/* ********|| BRAND START  ||******** */
.section-brand {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.section-brand .brand-bakground {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.section-brand .brand-bakground img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-brand .brand {
  height: 100px;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
}

.section-brand .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ********|| BRAND END  ||******** */

/* ********|| FOOTER START  ||******** */
footer {
  background-color: #1F1C2C;
}

footer .awards-container {
  position: relative;
  padding: 80px 0;
}

footer .awards-container .title {
  font-weight: 800;
  color: var(--bodyBg);
  text-align: center;
  margin-bottom: 90px;
  text-transform: capitalize;
}

footer .awards-container .award-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.award-list .award {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.award-list .award .awar-image-wrap {
  width: 200px;
  height: 200px;
  overflow: hidden;
  padding: 40px;
  border-radius: 100px;
  background: var(--bodyBg);
}

.award-list .award img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.award-list .award .description {
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  color: var(--bodyBg);
}

footer .footer-container {
  position: relative;
  background-color: #24212F;
  padding: 80px 0;
}

footer .footer-container .container {
  position: relative;
  display: flex;
  gap: 50px;
}

footer .footer-container .container .footer-wraper {
  width: 20%;
  max-width: calc(20% - 50px);
}

footer .footer-container .container .footer-wraper:nth-child(3) {
  width: 40%;
  max-width: calc(40% - 50px);
}

.footer-wraper .logo-wraper {
  width: 165px;
  height: 59px;
  overflow: hidden;
  margin-bottom: 34px;
}

.footer-wraper .logo-wraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-wraper .description {
  font-size: 16px;
  color: var(--bodyBg);
  line-height: 1.6;
  font-weight: 400;
}

.footer-wraper .footer-title {
  position: relative;
  font-size: 28px;
  color: var(--bodyBg);
  text-transform: capitalize;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
  margin-bottom: 40px;
}

.footer-wraper .footer-title::after {
  position: absolute;
  content: '';
  width: 20%;
  height: 2px;
  background-color: var(--primaryColor);
  bottom: 0;
  left: 0;
}

.footer-wraper .footer-list {
  padding: 0;
  padding-left: 14px;
  color: var(--bodyBg);
}

.footer-wraper .footer-link-list {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 14px;
  width: 100%;
}

.footer-wraper .footer-link-list .footer-list {
  margin: 0;
  width: 100%;
}

.footer-wraper .footer-link-list .footer-list.footer-quick-access {
  column-count: 2;
  column-gap: 40px;
}

.footer-wraper .footer-list.footer-quick-access li {
  margin-bottom: 12px;
  break-inside: avoid;
  white-space: nowrap;
}

.footer-wraper .footer-list li {
  margin-bottom: 12px;
  white-space: wrap;
  break-inside: avoid;
}

.footer-wraper .footer-list .footer-link {
  font-size: 16px;
  color: var(--bodyBg);
  line-height: 1.6;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  display: block;
}

.footer-wraper .footer-list a:hover {
  transform: translateX(10px);
  color: var(--primaryColor);
}

.footer-wraper .footer-address {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-address .footer-contact {
  display: flex;
  align-items: start;
  gap: 12px;
}

.footer-address .footer-contact .icon {
  color: var(--bodyBg);
}

.footer-address .footer-contact .contact {
  font-size: 16px;
  color: var(--bodyBg);
  font-weight: 300;
  display: flex;
  flex-direction: column;
}

.footer-address .footer-contact .contact span {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
}

.footer-address .footer-contact .contact span:nth-child(2) {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

footer .social-medias {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

footer .social-medias .social-media-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}

footer .social-medias .social-media-list a {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bodyBg);
  font-size: 20px;
  cursor: pointer;
}

footer .social-medias .social-media-list a:hover .social-media {
  color: var(--secondaryColor);
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0px;
  width: 100%;
  color: var(--bodyBg);
  font-size: 14px;
}

.footer-copyrightsection {
  background-color: #22202B;
}

/* ********|| FOOTER END  ||******** */

/* ********|| MODAL START  ||******** */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.hidden {
  display: none !important;
}

.modal-content {
  position: relative;
  max-width: 800px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  color: var(--secondaryColor);
  line-height: 1.6;
}

.modal-content h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 4px;
}

.modal-content h2 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 6px;
  margin-bottom: 14px;
}

.modal-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.fancybox__content {
  border-radius: 12px;
  z-index: 20;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 1.5rem;
  color: #000000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ********|| MODAL END  ||******** */

/* ********|| SWIPER START  ||******** */
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--primaryColor);
}

/* ********|| SWIPER END  ||******** */

/* ********|| OUR GOAL START  ||******** */
.our-goal-section {
  position: relative;
  width: 100%;
  padding: 80px 0px;
}

.our-goal-section .our-goal-descripion {
  position: relative;
}

.our-goal-section .our-goal-descripion .title {
  margin: 0;
  font-size: 30px;
  padding: 0;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--primaryColor);
}

.our-goal-section .list {
  margin-left: 20px;
  margin-bottom: 40px;
  padding: 0;
}

.our-goal-section .list:last-child {
  margin-bottom: 0;
}

.our-goal-section .list li {
  padding: 0;
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 400;
  color: var(--secondaryColor);
  color: var(--secondaryColor);
}

.our-goal-section .our-goal-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.our-goal-section .our-goal-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ********|| OUR GOAL END  ||******** */

/* ********|| OUR STRATEGIES START  ||******** */
.section-strategie {
  position: relative;
  margin-bottom: 130px;
}

.section-strategie .container {
  position: relative;
}

.section-strategie .strategie-top-wrap {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 44px;
}

.section-strategie .strategie-top-wrap .strategie-top-left {
  position: relative;
  flex-shrink: 0;
  align-items: center;
}

.strategie-top-wrap .strategie-top-left .title {
  position: relative;
  margin-top: 34px;
}

.section-strategie .strategie-top-wrap .description {
  font-size: 44px;
  font-weight: 500;
  flex-shrink: 1;
  line-height: 1.4;
  color: var(--secondaryColor);
  margin-bottom: 0;
  margin-top: 14px;
}

.section-strategie .strategie-content {
  position: relative;
  padding: 24px 34px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 11%);
  background-color: var(--bodyBg);
}

.section-strategie .strategie-content .strategie-title {
  font-size: 18px;
  color: var(--secondaryColor);
  font-weight: 300;
  margin-bottom: 12px;
  line-height: 1.6;
}

.section-strategie .strategie-content .strategie-title span {
  font-weight: 500;
}

/* ********|| OUR STRATEGIES END  ||******** */

/* ********|| IDENTITY START ||******** */
.section-identity {
  position: relative;
  margin-bottom: 100px;
}

.section-identity .identity-container {
  position: relative;
  display: flex;
  gap: 144px;
}

.section-identity .identity-container .identity-details {
  width: 50%;
}

.section-table {
  margin-bottom: 100px;
}

.section-table .layout-details .title {
  margin-bottom: 40px;
  font-size: 40px;
}

.identity-details .brand-logo-alt {
  position: relative;
}

.identity-details .brand-logo-alt img {
  position: relative;
}

.identity-details .title {
  margin: 40px 0;
}

.identity-details .content-details .description {
  margin-bottom: 0px;
}

.identity-details .list {
  padding-left: 0px;
}

.identity-details .list li {
  font-size: 20px;
  color: var(--secondaryColor);
  margin-bottom: 10px;
  line-height: 1.6;
}

.layout-content .layout-details .reports {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.section-identity .identity-container .identity-img-wrap {
  width: 50%;
  display: flex;
  align-items: center;
}

.identity-img-wrap .identity-image-wraper {
  position: relative;
}

.identity-img-wrap .identity-image-wraper .identity-img-wrap {
  position: relative;
  max-width: 910px;
  width: 100%;
  mask-size: cover;
  mask-position: center;
}

.identity-img-wrap .identity-image-wraper .identity-img-wrap img {
  width: 100%;
  height: 100%;
  height: 100%;
  object-fit: cover;
}

/* ********|| IDENTITY END   ||******** */

/* ********|| ABOUT US PAGE END ||******** */

/* ********|| GOVERNING PAGE START ||******** */
.governing-body-section {
  position: relative;
  padding: 130px 0;
}

.governing-body-section .governing-body-content {
  position: relative;
}

.governing-body-content .governing-body-heading-wraper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.governing-body-heading-wraper .title-section {
  position: relative;
  ;
}

.governing-body-heading-wraper .title-section .title {
  position: relative;
}

.governing-teams {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 20px;
}

.governing-teams .governing-team {
  position: relative;
}

.member-image {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}

.member-image::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.226), rgba(255, 255, 255, 0.1));
  border-radius: 20px;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.governing-team .member-details-wraper {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: 0 24px;
}

.member-details-wraper .member-details {
  position: relative;
  background-color: var(--bodyBg);
  padding: 34px 34px 34px 34px;
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.member-details .title {
  margin: 0;
  font-size: 20px;
  text-align: center;
}

.member-details .sub-heading {
  color: var(--secondaryColor);
  font-size: 18px;
  text-align: center;
}

.member-details .sub-heading:last-child {
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  color: var(--secondaryColor);
  font-size: 18px;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.9s ease-in-out;
}

.governing-team:hover .member-details .sub-heading:last-child {
  max-height: 100px;
}

.governing-team .member-details-wraper a {
  position: absolute;
  top: -20%;
  left: 6%;
  background-color: var(--primaryColor);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: var(--bodyBg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.governing-team .member-details-wraper a .btn-action {
  position: relative;
}

.governing-team .member-details-wraper .btn-action a {
  color: var(--bodyBg);
}

/* ********|| GOVERNING PAGE END ||******** */

/* ********|| TEAM DETAILS PAGE START ||******** */
.governing-body-details-section {
  position: relative;
  margin-top: 150px;
}

.governing-body-details-section .governing-details-wraper {
  position: relative;
  display: flex;
  align-items: start;
  gap: 60px;
}

.governing-image-wraper {
  width: 40%;
  height: 640px;
  border-radius: 40px;
  overflow: hidden;
}

.governing-image-wraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.governing-details-wraper .governing-details-container {
  width: 60%;
}

.governing-details-container .brand-logo-alt {
  margin-bottom: 30px;
}

.governing-details-container .brand-logo-alt img {
  width: 100%;
  height: 100%;
}

.governing-details-container .governing-details {
  position: relative;
}

.governing-details-container .governing-details .title {
  margin-bottom: 40px;
}

.governing-details-container .governing-details .subheading {
  font-size: 28px;
  margin-bottom: 24px;
}

.governing-details-container .governing-details .description {
  font-size: 18px;
  color: var(--secondaryColor);
  line-height: 1.6;
}

/* ********|| TEAM DETAILS PAGE END ||******** */

/* ********|| GALLERY PAGE START ||******** */
.gallery-teams {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px;
  margin-bottom: 130px;
  margin: 0;
  margin-top: 20px;
}

.gallery-teams a {
  width: 100%;
}

a .gallery-team {
  width: 100%;
  height: 350px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}

a .gallery-team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

a:hover .gallery-team img {
  transform: scale(1.1);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border: 5px solid white;
  border-radius: 10px;
}

.lightbox:target {
  display: flex;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: white;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s;
}

.close:hover {
  background: rgba(255, 255, 255, 0.5);
}

.gallery-teams {
  margin-bottom: 100px;
}

.tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  overflow: auto;
  padding: 10px 0;
}

.tabs .tab-button {
  display: flex;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  cursor: pointer;
  border: 1px solid rgba(var(--shades02-rgb), 0.2);
  background-color: transparent;
  color: var(--shades02);
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tabs .tab-button.active {
  background-color: var(--red);
  color: var(--shades01);
}

.tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  visibility: hidden;
}

.tab-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
}

.tabs .tab-button.active {
  background-color: var(--primaryColor);
  color: var(--bodyBg);
  border-color: var(--primaryColor);
}

.tabs .tab-button {
  display: flex;
  height: 40px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: var(--secondaryColor);
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px 0;
}

/* ********|| GALLERY PAGE END ||******** */

/* ********|| COMMON LAYOUT PAGES START ||******** */
.section-layout {
  position: relative;
  margin-bottom: 80px;
}

.section-layout.section-default-page {
  margin: 0;
  padding: 200px 0 120px;
}

.section-layout .layout-wrapper {
  position: relative;
  background-color: var(--bodyBg);
  border-radius: 34px;
  padding: 24px 34px;
  margin-top: -75px;
}

.section-layout .layout-wrapper.m-0 {
  margin: 0;
}

.section-layout.eventdetails-section .layout-wrapper .layout-content {
  position: relative;
  padding-top: 24px;
  border-top: 1px dashed #ccc;
  margin-top: 22px;
}

.section-layout .layout-top-section .title {
  font-size: 54px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: var(--titleColor);
  margin-bottom: 24px;
  line-height: 1.8;
  margin-top: 0px !important;
  position: relative;
}

.section-layout .layout-top-section .title span::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  border-radius: 50px;
  background-color: var(--socialBg);
  bottom: 1px;
  left: 0;
  z-index: 1;
}

.section-layout .layout-top-section .title span::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 5px;
  border-radius: 50px;
  background-color: var(--primaryColor);
  bottom: 0;
  left: 0;
  z-index: 2;
}

.timing-wrap .time {
  font-size: 13px;
  color: var(--subTextColor);
  font-weight: 500;
}

.timing-wrap .date-wrapper {
  display: flex;
  align-items: center;
  gap: 44px;
}

.timing-wrap .meta-data {
  font-size: 16px;
  color: var(--tabBg);
  font-weight: 700;
}

.timing-wrap .time {
  font-size: 13px;
  color: var(--subTextColor);
  font-weight: 500;
}

.timing-wrap .time-wrapper {
  display: flex;
  align-items: center;
  gap: 44px;
  margin: 15px 0 14px;
}

.meta-content {
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  color: var(--secondaryColor);
  font-weight: 700;
  text-transform: uppercase;
}

.meta-item {
  display: flex;
  align-items: start;
  gap: 12px;
}

.meta-icon {
  font-size: 31px;
  color: var(--primaryColor);
}

.location .meta-data {
  font-size: 16px;
  color: var(--tabBg);
  font-weight: 700;
  text-transform: capitalize;
}

.time-title {
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  color: var(--secondaryColor);
  font-weight: 700;
  text-transform: uppercase;
}

.datebox-wrapper .end-date {
  font-size: 16px;
  color: var(--tabBg);
  font-weight: 700;
}

.layout-content h1 {
  position: relative;
  font-size: 54px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: var(--titleColor);
  margin-bottom: 24px;
  line-height: 1.8;
  margin-top: 0px;
}

.layout-content h1 span::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 5px;
  border-radius: 50px;
  background-color: var(--primaryColor);
  bottom: 0;
  left: 0;
  z-index: 2;
}

.layout-content h1 span::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  border-radius: 50px;
  background-color: var(--socialBg);
  bottom: 1px;
  left: 0;
  z-index: 1;
}

.layout-content h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  margin: 23px 0 7px;
  text-transform: capitalize;
}

.layout-content h2:first-child {
  margin-top: 40px;
}

.section-layout .annual-reports .report .title {
  line-height: 1.2;
}

.section-layout .annual-reports .report .title:first-child {
  margin-top: 0px;
}

.layout-content p {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  color: var(--secondaryColor);
}

.layout-content ul,
.layout-content ol {
  position: relative;
  padding: 12px;
  margin-left: 12px;
  margin: 0 12px;
}

.layout-content ul li,
.layout-content ol li {
  position: relative;
  font-size: 18px;
  margin-bottom: 14px;
  color: var(--secondaryColor);
}

.layout-content ul li p {
  margin-top: 6px;
  margin-bottom: 20px;
}

.layout-content ul li:last-child,
.layout-content ol li:last-child {
  margin-bottom: 8px;
}

.layout-content .annual-reports {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.layout-content .annual-reports .report {
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 0px 20px 4px rgb(212, 212, 212, 0.4);
  padding: 24px;
  border-radius: 12px;
  gap: 20px;
}

.layout-content .annual-reports .report .report-details {
  width: 70%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.layout-content .annual-reports .report .report-details .description {
  margin-bottom: 0;
}

.layout-content .annual-reports .report .report-details ul {
  margin-top: 0;
}

.layout-content .annual-reports .report .report-details .pdf-download {
  margin-top: auto;
}

.layout-content .annual-reports .report .image-wrap {
  width: 30%;
  overflow: hidden;
  border-radius: 10px;
}

.layout-content .annual-reports .report .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout-content .annual-reports ul li {
  position: relative;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.6;
  color: var(--secondaryColor);
}

.layout-content .table-container {
  overflow-x: auto;
}

.layout-content table {
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 20px 4px rgb(212, 212, 212, 0.4);
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.layout-content table tbody {
  position: relative;
}

.layout-content table tbody tr {
  position: relative;
}

.layout-content table tbody tr:nth-child(even) {
  background-color: #fff;
}

.layout-content table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.layout-content table thead tr th {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  background-color: #ff5527;
  padding: 12px 12px;
  color: var(--bodyBg);
  white-space: nowrap;
}

.layout-content table tbody tr td {
  position: relative;
  font-size: 16px;
  padding: 10px 12px;
  color: var(--secondaryColor);
  font-weight: 500;
}

.layout-content .layout-content .reports {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.layout-content .layout-content .anual-reports {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.layout-content .reports .report {
  position: relative;
  box-shadow: 0px 0px 20px 4px rgb(212, 212, 212, 0.4);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.layout-content .reports .report .image-wrap {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}

.layout-content .reports .report .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout-content .reports .report .title {
  position: relative;
  margin: 0px;
  font-size: 24px;
  color: var(--titleColor);
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 700;
}

.layout-content .reports .report .description {
  position: relative;
  font-size: 18px;
  color: var(--secondaryColor);
}

.layout-content .reports .report .pdf-download {
  position: relative;
  margin-top: auto;
}

.layout-content .reports .report .pdf-download a {
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
}

.layout-content .annual-reports .report .pdf-download a {
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
  height: 36px;
  line-height: 1;
}

.layout-tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.publication .tab-btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  color: var(--secondaryColor);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.publication .tab-btn.active {
  background-color: var(--primaryColor, #007bff);
  color: #fff;
  border: none;
}

.hidden {
  display: none;
}

.layout-content blockquote {
  position: relative;
  background-color: var(--bodyBg);
  box-shadow: 0px 0px 20px 4px rgb(212, 212, 212, 0.4);
  padding: 34px 24px;
  margin: 64px 0 30px 0;
  border-radius: 14px;
}

.layout-content blockquote::after {
  content: "\f10e";
  font-weight: 900;
  font-family: "Font Awesome 5 pro";
  position: absolute;
  top: -10px;
  left: -10px;
  opacity: 0.1;
  transform: scale(3) rotate(180deg);
}

.layout-content blockquote::before {
  content: "\f10e";
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  position: absolute;
  bottom: -10px;
  right: -10px;
  opacity: 0.1;
  transform: scale(3) rotate(0deg);
}

.layout-content .layout-content .description {
  margin-bottom: 24px;
}

.layout-content .benefits-content {
  position: relative;
}

.layout-content .benefits-content .title {
  margin-bottom: 32px;
}

/* ORGANIZER START */
.section-layout .layout-wrapper .layout-content .organizers-details {
  position: relative;
  margin-bottom: 20px;
}

.layout-content .organizers-details h2 {
  position: relative;
  font-size: 30px;
  margin-bottom: 20px;
}

.layout-content .organizers-details .organizers {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 12px;
}

.organizers .organizer {
  position: relative;
  background-color: var(--bodyBg);
  box-shadow: 0px 0px 10px rgba(77, 77, 77, 0.2);
  padding: 20px 24px;
  border-radius: 10px;
}

.organizers .organizer h3 {
  position: relative;
  margin: 0;
  margin-bottom: 14px;
  font-size: 24px;
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
}

.organizers .organizer h3 span {
  font-size: 12px;
  color: var(--secondaryColor);
}

.organizers .organizer .detail {
  position: relative;
  display: flex;
  align-items: start;
  gap: 6px;
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--secondaryColor);
}

.organizers .organizer .detail:last-child {
  margin-bottom: 0px;
}

.organizers .organizer .detail span {
  position: relative;
  font-size: 12px;
}

/* ORGANIZER END */
.layout-content .benefits {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.layout-content .benefit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--bodyBg);
  box-shadow: 0px 0px 20px 4px rgb(212, 212, 212, 0.4);
  padding: 34px 24px;
  border-radius: 14px;
}

.layout-content .benefit .icon-wrap {
  position: relative;
  font-size: 40px;
  color: var(--primaryColor);
  width: 90px;
  height: 80px;
  background-color: var(--bodyBg);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-bottom: 30px;
  margin: 0 auto 40px;
}

.layout-content .benefit .icon-wrap::before {
  position: absolute;
  content: '';
  left: -6%;
  top: -10%;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url(../images/logoshape1.jpg);
  background-size: contain;
  z-index: -1;
}

.layout-content .benefit .icon-wrap i {
  position: relative;
}

.layout-content .benefit .headding {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}

/* ********|| COMMON LAYOUT PAGES END ||******** */

/* ********|| DONATE PAGE START ||******** */
.donate-section {
  position: relative;
}

.donate-section .donate-content {
  position: relative;
  background-color: var(--bodyBg);
  padding: 24px 34px;
  border-radius: 34px;
  margin-top: -75px;
  box-shadow: 0px 0px 20px 4px rgb(212, 212, 212, 0.4);
  margin-bottom: 48px;
}

.donate-section .donate-content .donate-heading-wraper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.donate-heading-wraper .brand-logo-alt {
  margin: 0 auto;
}

.donate-heading-wraper .title-section .title {
  text-align: center;
}

.donate-heading-wraper .donate-content-wrap {
  width: 50%;
}

.donate-heading-wraper .donate-form {
  position: relative;
  display: flex;
  align-items: start;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(77, 77, 77, 0.2);
}

.donate-heading-wraper .donate-form::after {
  position: absolute;
  content: '';
  width: 0.2px;
  height: 100%;
  background-color: #e7e7e7;
  left: 50%;
  transform: translateX(50%);
}

.donate-form .donate-details {
  padding: 34px 164px 34px 34px;
}

.donate-form .donate-details .title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.donate-form .donate-details h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 6px;
  color: var(--secondaryColor);
}

.donate-form .donate-details ul {
  font-size: 16px;
  color: var(--secondaryColor);
  padding-left: 14px;
  margin-top: 24px;
}

.donate-form .donate-details ul li {
  margin-bottom: 16px;
}

.donate-form .donate-details p {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondaryColor);
  margin-top: 24px;
}

.donate-form .donate-details p:last-of-type {
  line-height: 1.6;
}

.donate-form-wrapper {
  width: 50%;
  padding: 34px 64px 34px 44px;
  margin: auto 0;
}

.donate-form-wrapper .title {
  font-size: 28px;
  color: var(--titleColor);
  font-weight: 700;
  margin: 0;
  margin-bottom: 40px;
}

.donate-form-wrapper .fieldset {
  font-size: 28px;
  color: var(--titleColor);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

form .form-content .form-group-wrap {
  font-size: 28px;
  color: var(--titleColor);
  font-weight: 700;
  display: flex;
  gap: 24px;
}

form .form-content .form-group-wrap .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
}

form .form-content .form-group-wrap .form-group input {
  font-size: 14px;
  color: var(--secondaryColor);
  font-weight: 400;
  padding: 16px 12px;
  border-radius: 10px;
}

form .form-content .form-group-wrap .form-group label {
  font-size: 14px;
  color: var(--titleColor);
  font-weight: 400;
}

form .form-content .form-group textarea.form-control {
  border-radius: 10px
}

form .form-content .form-group.textarea-group label {
  top: 10%;
}

/* label {position: absolute; top: 30%; left: 15px; transform: translateY(0%); font-size: 16px; color: #999; transition: all 0.3s ease; pointer-events: none; background-color: var(--bodyBg); font-weight: 300;  text-transform: capitalize;} */
form .form-content .form-group label {
  font-size: 14px;
  color: var(--titleColor);
  font-weight: 400;
}

form .form-content .form-group-wrap .form-group:focus+label,
.form-content .form-group .form-control:not(:placeholder-shown)+label {
  top: -10px;
  font-size: 12px;
  color: var(--titleColor);
  text-transform: capitalize;
}

form .btn-action {
  background-color: var(--primaryColor);
  border: none;
  padding: 14px 44px;
  border-radius: 50px;
  color: var(--bodyBg);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
}

.donate-category {
  position: relative;
  margin-top: 40px;
}

.donate-category .category-items {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.donate-category .category-items .category-item {
  position: relative;
  border-radius: 20px;
  background-color: var(--bodyBg);
  overflow: hidden;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px rgba(77, 77, 77, 0.2);
  width: 50%;
}

.category-items .category-item .category-img {
  width: 100%;
  height: 80px;
  overflow: hidden;
  margin-bottom: 44px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.category-items .category-item .category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-items .category-item .title {
  font-size: 34px;
  color: var(--titleColor);
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.category-items .category-item .btn-action {
  margin: 0 auto;
  margin-top: auto;
}

.floating-label {
  position: absolute;
  top: 36%;
  left: 15px;
  transform: translateY(0%);
  font-size: 16px;
  color: #999;
  transition: all 0.3s ease;
  pointer-events: none;
  background-color: var(--bodyBg);
  font-weight: 300;
  text-transform: capitalize;
}

form .form-content .form-group.active .floating-label {
  top: -10px;
  left: 10px;
  font-size: 12px;
}

.form-group.textarea-group.active .floating-label {
  top: -9px;
  color: var(--titleColor);
}

.donate-form-wrapper .sadhanaform-response-output {
  font-size: 14px;
  font-weight: 500;
}

.donate-form-wrapper .sadhanaform-not-valid-tip {
  font-size: 11px;
  margin: 2px 0;
  font-weight: 500;
  text-align: left;
  position: absolute;
}

/* ********|| DONATE PAGE END ||******** */

/* ********|| CONTACT US PAGE START ||******** */
.contact-section {
  position: relative;
  margin-top: -75px;
}

.contact-section .contact-content {
  position: relative;
  padding: 44px 34px;
}

.contact-section .contact-content .contact-wraper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.contact-wraper .brand-logo-alt {
  margin-bottom: 60px
}

.contact-wraper .brand-logo-alt img {
  position: relative;
}

.contact-wraper .address-lists {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-bottom: 80px;
}

.contact-wraper .address-lists .address-list {
  border-radius: 20px;
  background-color: var(--bodyBg);
  box-shadow: 0px 0px 10px rgba(77, 77, 77, 0.2);
  padding: 40px 30px;
  height: 100%;
  width: 100%;
}

.address-lists .address-list .conpany-icon {
  position: relative;
  font-size: 44px;
  color: var(--primaryColor);
  width: 90px;
  height: 90px;
  background-color: var(--bodyBg);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin: 0 auto 40px;
}

.address-lists .address-list .conpany-icon::before {
  position: absolute;
  content: '';
  left: -39%;
    top: -5%;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-image: url(../images/logoshape1.jpg);
  background-size: contain;
  z-index: -1;
}

@media (min-width: 700px ) {
                              .address-lists .address-list .conpany-icon::before {
    position: absolute;
    content: '';
    left: -29%;
    top: 0%;
    width: 143px;
    height: 110px;
    background-repeat: no-repeat;
    background-image: url(../images/logoshape1.jpg);
    background-size: contain;
    z-index: -1;
}
                            }

.address-lists .address-list .title {
  font-size: 20px;
  color: var(--titleColor);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.address-lists .address-list .sub-heading {
  font-size: 18px;
  color: var(--primaryColor);
  text-transform: uppercase;
  margin: 18px 0;
  text-align: center;
  font-weight: 500;
}

.address-lists .address-list .address-wraper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.address-lists .address-list .address-wraper .address {
  color: var(--secondaryColor);
  text-align: center;
  font-size: 12px;
}

.address-lists .address-list .address-wraper .address span {
  line-height: 1.6;
  font-size: 14px;
  margin-left: 4px;
}

.contact-form {
  position: relative;
  display: flex;
  align-items: start;
  box-shadow: 0px 0px 10px rgba(77, 77, 77, 0.2);
  border-radius: 20px;
}

.contact-form::after {
  position: absolute;
  content: '';
  width: 0.2px;
  height: 100%;
  background-color: #e7e7e7;
  left: 50%;
  transform: translateX(50%);
}

.contact-form .contact-content-wrap {
  width: 50%;
  padding: 80px 164px 80px 64px;
}

.contact-form .contact-details {
  position: relative;
}

.contact-form .contact-details .contact-form-content h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--titleColor);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form .contact-details .contact-form-content h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.contact-form .contact-details .contact-form-content p {
  line-height: 1.4;
  margin-bottom: 34px;
  font-weight: 400;
  font-size: 18px;
  color: var(--secondaryColor);
}

.contact-content-wrap .sub-heading {
  font-size: 16px;
  font-weight: 700;
  color: var(--titleColor);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-content-wrap .title {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.contact-content-wrap .description {
  line-height: 1.4;
  margin-bottom: 34px;
  font-weight: 400;
}

.contact-content-wrap .description p {
  font-weight: 400;
}

.contact-content-wrap .help-content {
  color: var(--secondaryColor);
  margin-bottom: 30px;
}

.contact-content-wrap .help-content .help-title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.contact-content-wrap .help-content .help-id {
  font-size: 22px;
  font-weight: 400;
}

.contact-content-wrap .social-media-wraper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
}

.contact-content-wrap .social-media-wraper .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #D9D9D9;
  color: var(--secondaryColor);
  transition: all 0.3s ease;
}

.contact-content-wrap .social-media-wraper .icon:hover i {
  color: var(--primaryColor);
}

.contact-form .fieldset {
  width: 50%;
  padding: 0 3%;
  margin: auto 0;
}

.contact-form .fieldset form .sadhanaform-not-valid-tip {
  font-size: 11px;
  margin: 2px 0;
  font-weight: 500;
  text-align: left;
  position: absolute;
}

/* ********|| CONTACT US PAGE END ||******** */

/* ********|| ARTICLE PAGE START ||******** */
.article .article-container .article-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 24px;
  height: auto;
}

.article .article-container .article-items .article-item {
  margin-bottom: 0px;
}

.section-article .brand-logo-alt {
  margin: 0 auto;
  margin-bottom: 40px;
}

/* ********|| CONTACT US PAGE END ||******** */

/* ********|| NEWS DETAILS PAGE START ||******** */
.section-news {
  position: relative;
  padding-bottom: 84px;
}

.section-news .brand-logo-alt {
  margin: 0 auto;
}

.section-news .event-content {
  position: relative;
  background-color: var(--bodyBg);
  border-radius: 34px;
  padding: 24px 34px;
  box-shadow: 0px 0px 20px 4px rgb(212, 212, 212, 0.4);
  margin-top: -75px;
}

.section-news .event-content .image-wrap {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 60px;
}

.section-news .event-content .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-news .event-content .event-details {
  position: relative;
}

.section-news .event-content .event-details .brand-logo-alt {
  margin: 0;
}

.section-news .event-content .event-details .title {
  position: relative;
  font-size: 48px;
  font-weight: 700;
}

.section-news .event-content .event-details .title span {
  position: absolute;
  left: 0;
  bottom: -30px;
}

.section-news .event-content .event-details .title span::before {
  position: absolute;
  content: '';
  left: 0;
  width: 30px;
  height: 5px;
  border-radius: 50px;
  background-color: var(--primaryColor);
  bottom: 0;
  left: 0;
  z-index: 2;
}

.section-news .event-content .event-details .title span::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100px;
  height: 3px;
  border-radius: 50px;
  background-color: var(--socialBg);
  bottom: 1px;
  left: 0;
  z-index: 1;
}

.section-news .event-content .event-details .description {
  margin-bottom: 0px;
}

.section-news .news-content {
  position: relative;
  background-color: var(--bodyBg);
  border-radius: 34px;
  padding: 24px 34px;
  box-shadow: 0px 0px 20px 4px rgb(212, 212, 212, 0.4);
  margin-top: -75px;
}

.section-news .news-content .news-details .description {
  margin-bottom: 0px;
}

.section-news .news-content .news-details .title {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.section-news .news-content .news-details .title span {
  position: absolute;
  left: 0;
  bottom: -30px;
}

.section-news .news-content .news-details .title span::before {
  position: absolute;
  content: '';
  left: 0;
  width: 30px;
  height: 5px;
  border-radius: 50px;
  background-color: var(--primaryColor);
  bottom: 0;
  left: 0;
  z-index: 2;
}

.section-news .news-content .news-details .title span::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100px;
  height: 3px;
  border-radius: 50px;
  background-color: var(--socialBg);
  bottom: 1px;
  left: 0;
  z-index: 1;
}

/* ********|| NEWS DETAILS PAGE END ||******** */

/* ********|| VOLUNTEER PAGE START ||******** */
.section-layout .title:first-child {
  margin-top: 40px;
}

.section-layout .title {
  font-size: 30px;
  margin-bottom: 12px;
}

/* ********|| VOLUNTEER PAGE END ||******** */

/* CAREER PAGE START */
.layout-content .layout-content .career-section {
  position: relative;
  margin: 40px 0;
}

.career-section .career-post {
  position: relative;
}

.career-section .career-post .item {
  position: relative;
  margin-top: 6px;
  background-color: #f5f5f5;
}

.career-section .career-post .item:first-child {
  margin-top: 0px;
}

.career-section .career-post .item .titile-content {
  position: relative;
  display: flex;
  background-color: #f5f5f5;
  padding: 18px 20px;
  align-items: start;
  border-radius: 4px;
  line-height: 0;
  flex-wrap: wrap;
  line-height: 1.2;
  cursor: pointer;
}

.career-section .career-post .item .titile-content .accordion-icon {
  margin-left: 20px;
  font-size: 18px;
  color: #555;
  transition: transform 0.3s ease;
}

.career-section .career-post .item .titile-content.titile-content.active .accordion-icon i {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

.career-section .career-post .item .titile-content .job-title {
  line-height: 1.2;
  margin: 0;
}

.career-section .career-post .item .titile-content::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: var(--primaryColor);
}

.career-section .career-post .item .job-title {
  position: relative;
}

.career-section .career-post .item .job-title span {
  font-size: 20px;
}

.career-section .career-post .item .job-title span:after,
.career-section .career-post .item .job-title span::before {
  display: none;
}

.career-post .item .job-title .candidate-qualification {
  position: relative;
  color: var(--subTextColor);
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 6px;
}

.career-post .item .job-title .candidate-qualification .job-experience {
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

.career-post .item .job-title .candidate-qualification .job-experience span {
  position: relative;
  font-size: 12px;
  margin-right: 4px;
}

.career-post .item .job-title .candidate-qualification .job-location {
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

.career-post .item .job-title .candidate-qualification .job-location span {
  position: relative;
  font-size: 12px;
  margin-right: 4px;
}

.career-section .career-post .item .vacancy-details {
  margin: 0;
  margin-left: auto;
  font-size: 18px;
}

.career-section .career-post .item .vacancy-details .vacancy-count {
  color: var(--primaryColor);
}

.career-section .career-post .item .job-details-content {
  position: relative;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}

.item .job-details-content.expanded {
  opacity: 1;
  padding: 10px;
}

.career-section .career-post .item .item-information {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 18px 20px;
}

.career-section .career-post .item .item-information .item-info {
  position: relative;
  background-color: var(--bodyBg);
  box-shadow: 0px 0px 10px rgba(77, 77, 77, 0.2);
  padding: 24px 20px;
  border-radius: 12px;
}

.career-section .career-post .item .item-information .item-info .label {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: var(--primaryColor);
  margin-bottom: 10px;
}

.career-section .career-post .item .item-information .item-info .data {
  position: relative;
  font-size: 16px;
  color: var(--secondaryColor);
  line-height: 1.4;
}

.career-section .career-post .item .item-responsilbility {
  position: relative;
  padding: 16px 20px;
}

.career-section .career-post .item .item-responsilbility .label {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: var(--primaryColor);
  margin-bottom: 12px;
}

.career-section .career-post .item .item-responsilbility .data {
  font-size: 16px;
  line-height: 1.6;
  color: var(--secondaryColor);
}

.career-section .career-post .item .item-note {
  position: relative;
}

/* CAREER PAGE END */

/* POPUP ON LOAD*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: auto;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.popup-dialog {
  position: relative;
  width: auto;
  margin: 100px;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.popup-content {
  background: var(--bodyBg);
  padding: 0;
  border-radius: 8px;
  text-align: center;
  position: relative;
  width: 100%;
}

.close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
}

.popup-header {
  padding: 10px 36px 0;
  margin-bottom: 0;
  text-align: left;
}

.popup .popup-header .title {
  margin: 0;
  font-size: 24px;
  color: var(--titleColor);
  font-weight: 700;
  text-align: left;
  width: 100%;
}

.popup-header .close {
  background-color: var(--socialBg);
  width: 24px;
  height: 24px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s;
  padding: 1px 0 0;
  top: -7px;
  right: -7px;
}

.popup-header .close:hover {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.popup-content form {
  padding: 16px 32px 32px;
  display: flex;
  flex-direction: column;
}

.popup-content form .form-content .form-group-wrap {
  gap: 12px;
}

.popup-content .btn-action {
  margin: 0 auto;
}

.popup-content .form-content .sadhanaform-not-valid-tip {
  font-size: 11px;
  margin: 2px 0 0;
  font-weight: 500;
  text-align: left;
  position: absolute;
}

.popup-content form .sadhanaform-response-output {
  color: #ef1616;
  font-size: 13px;
  padding: 5px 0 6px;
  text-align: center;
  border-radius: 10px;
  margin: 10px 0 0;
}

.popup-content .form-content .sadhanaform-list-item {
  display: flex;
  margin: 0 0 0 20px;
}

.sadhanaform-form-control-wrap .sadhanaform-list-item label {
  padding-left: 0;
  position: relative;
  cursor: pointer;
  margin: 0px 0;
  pointer-events: all;
}

.popup-content form .form-content .form-group-wrap .sadhanaform-form-control-wrap .sadhanaform-list-item label input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  margin: 0;
}

.sadhanaform-form-control-wrap .sadhanaform-list-item label .sadhanaform-list-item-label {
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--secondaryColor);
  padding-left: 0;
}

.sadhanaform-form-control-wrap .sadhanaform-form-control.sadhanaform-radio .sadhanaform-list-item label .sadhanaform-list-item-label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--bodyBg);
  border: 2px solid var(--subTextColor);
  top: 50%;
  left: -29px;
  transform: translateY(-50%);
  border-radius: 50px;
}

.sadhanaform-form-control-wrap .sadhanaform-form-control.sadhanaform-radio .sadhanaform-list-item label input:checked+.sadhanaform-list-item-label:after {
  display: block;
}

.sadhanaform-form-control-wrap .sadhanaform-form-control.sadhanaform-radio .sadhanaform-list-item label .sadhanaform-list-item-label:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 49%;
  left: -23px;
  transform: translateY(-50%);
  display: none;
  background-color: var(--primaryColor);
  transition: all .2s;
  border-radius: 50px;
}

.popup-content .sadhanaform-form-control.sadhanaform-radio {
  display: grid;
  align-items: center;
  gap: 21px;
  grid-template-columns: repeat(2, 1fr);
  margin: 14px 0 10px 11px;
}

.popup-content form .sadhanaform-spinner {
  position: absolute;
  right: 98px;
  bottom: 52px;
}

.popup-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 25px 0;
}

.join-img-description {
  max-width: 50%;
  padding: 0 50px;
}

.join-title {
  position: relative;
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: var(--titleColor);
  margin-bottom: 0;
  line-height: 1.8;
  margin-top: 0px;
}

.join-description {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.popup-join-form {
  border-left: 2px dashed var(--tabAltBg);
}

.image-wrapper {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 auto 10px;
  background: #fff;
  box-shadow: 0px 1px 25px 7px rgba(0, 0, 0, 0.2);
}

.image-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.join-designation {
  margin: 0 0 17px;
  font-size: 16px;
  font-weight: 400;
}

/*IMAGE SPRITE FOR FOOTER & HEADER*/
.footer-logo {
  background-position: 0 -59px;
  width: 165px;
  height: 59px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

/*GOVERNING BODY MODAL*/
.fancybox__track .modal-content {
  display: flex;
  gap: 20px;
}

.governing-modal-content {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
}

.modal-content .modal-content-image {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
  width: 280px;
}

.governing-modal-content h1 {
  position: relative;
  text-transform: capitalize;
  font-size: 28px;
  margin: 0 0 10px;
  font-weight: 800;
}

.governing-modal-content h2 {
  font-size: 14px;
  color: var(--subTextColor);
  font-weight: 500;
}

.modal-content .modal-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

/*PUBLICATIONS PAGE START*/
.publication-section {
  position: relative;
  padding: 170px 0 20px;
}

.publication-content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

section.layout-content.publication {
  padding: 30px 0 80px;
}

/*AWARD PAGE START*/
.award .bwg-background>.bwg-thumbnails.bwg-standard-thumbnails.bwg-container.bwg-border-box {
  max-width: none !important;
  width: 100% !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px !important;
}

.award .bwg-background>.bwg-thumbnails.bwg-standard-thumbnails.bwg-container.bwg-border-box .bwg-item {
  width: 100% !important;
  max-width: none !important;
}

.award .bwg-background>.bwg-thumbnails.bwg-standard-thumbnails.bwg-container.bwg-border-box .bwg-item .bwg-a {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 24px;
}

.gallery-listing {
  padding: 80px 0 0;
}

.layout-details .tab-btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background-color: var(--btnBgColor, #f0f0f0);
  color: var(--btnTextColor, #000);
}

.tab-btn.active {
  background-color: var(--primaryColor, #007bff);
  color: #fff;
}

/* ********|| RESPONSIVE STARTS ||******** */
@media screen and (max-width: 1600px) {
  header::after {
    left: -5.5%;
    width: 11%;
  }

  .main-header .navigation::after {
    width: 80%;
    right: -9.2%;
  }

  .main-header .navigation::before {
    left: 19%;
  }

  .main-header .navigation .navigation-wraper {
    gap: 90px;
  }

  .title {
    font-size: 46px;
  }

  .content-details .title-section {
    margin-top: 12px;
  }

  .content-details .btn-action {
    margin-top: 30px;
  }

  .what-we-do-items .item .item-details .title {
    font-size: 24px;
  }

  .banner-content .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: 9%;
  }

  .sustainability-item .sustainability-img-wrap {
    height: 300px;
  }

  .sustainability-item .item-details .title {
    font-size: 24px;
  }

  .sustainability-item .item-details .description {
    margin-bottom: 8px;
    line-height: 1.6;
  }

  .description {
    line-height: 1.6;
  }

  .footer-wraper .description {
    font-size: 14px;
  }

  .section-testimonial .testimonial-container .testimonial-content-details .subContent-Description {
    margin-right: 0px;
    font-size: 30PX;
  }

  .banner-content-details .title {
    font-size: 70px;
  }

  .main-image-wrapper .main-image-wrap {
    max-width: 480px;
  }

  .main-image-wrapper .alt-images-wrapper .alt-image {
    width: 280px;
    height: 190px;
  }

  .content-details .brand-logo-alt {
    width: 240px;
    height: 60px;
  }

  .our-goal-section {
    position: relative;
    width: 100%;
  }

  .testimonial-item .user-review .user-details .title {
    font-size: 26px;
  }

  .footer-wraper .footer-list .footer-link {
    font-size: 14px;
  }

  .footer-address .footer-contact .contact {
    font-size: 14px;
  }

  .footer-address .footer-contact .contact span:nth-child(2) {
    font-size: 14px;
  }

  footer .social-medias .social-media-list a {
    width: 45px;
    height: 45px;
  }

  footer .social-medias .social-media-list a .social-media {
    font-size: 18px;
  }

  .governing-body-section {
    position: relative;
    padding-top: 100px;
  }

  .member-details-wraper .member-details {
    padding: 34px 24px 34px 24px;
    border-radius: 24px;
  }

  .member-details .title {
    font-size: 18px;
  }

  .member-details .sub-heading:last-child {
    font-size: 16px;
  }

  .governing-teams {
    gap: 24px;
  }

  .governing-team .member-details-wraper a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    top: -18%;
  }

  .layout-content h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .layout-content p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .layout-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .layout-content ul li {
    font-size: 16px;
  }

  .layout-content blockquote {
    margin: 44px 24px 0;
    border-radius: 14px;
  }

  .layout-content table tbody tr th {
    font-size: 18px;
  }

  .section-layout .title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .reach-content .reach-items .reach-item {
    flex: 1 1 calc(33.3% - 24px);
    max-width: calc(33.3% - 24px);
  }

  .meta-item.eventlist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .governing-body-section .editor-content .bwg_thumbnails form .bwg-background .bwg-container.bwg-border-box .bwg-item {
    width: 100% !important;
  }

  #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .main-image-wrapper .alt-images-wrapper .alt-images {
    gap: 149px;
  }
}

@media screen and (max-width: 1536px) {
  .main-header .navigation .navigation-wraper {
    gap: 30px;
  }

  header::after {
    left: -4.2%;
    width: 12%;
  }

  .main-header .navigation::after {
    width: 82%;
    right: -11.2%;
  }

  .main-header .navigation::after {
    width: 83%;
    right: -12.2%;
  }

  .main-header .navigation .navigation-wraper {
    gap: 37px;
  }
}

@media screen and (max-width: 1540px) {
  .main-header .navigation::after {
    width: 83%;
    right: -12.2%;
  }

  .main-header .navigation .navigation-wraper {
    gap: 37px;
  }

  .article-container .article-content-details .brand-logo-alt {
    margin-bottom: 16px;
  }

  .article-content-details .subContent-wraper .subContent-Description {
    font-size: 26px;
  }

  .award-list .award .awar-image-wrap {
    padding: 28px;
  }

  .main-image-wrapper .alt-images-wrapper .alt-images {
    gap: 147px;
  }

  .main-image-wrapper .main-image-wrap img {
    object-position: center;
  }
}

@media screen and (max-width: 1440px) {
  header::after {
    left: -8%;
    width: 14%;
  }

  .banner-content-details .title {
    font-size: 70px;
    margin-bottom: 20px;
  }

  .banner-content-details .subheading {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .main-header .navigation::after {
    width: 78%;
    right: -7.6%;
  }

  .description {
    margin-bottom: 30px;
  }

  .main-header .navigation::before {
    width: 20%;
    left: 20%;
  }

  .main-header .navigation .navigation-wraper {
    gap: 20px;
  }

  .navigation-menu .nav-item {
    font-size: 16px;
    list-style: none;
    transition: all 0.3s ease-in-out;
    padding-right: 6px;
  }

  .banner-content .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: 8%;
  }

  .content-details .brand-logo-alt {
    width: 200px;
  }

  .common-layout .section-banner::after {
    height: 230px;
  }

  .section-what-we-do {
    margin-top: 100px;
  }

  .what-we-do-items .item .item-details {
    padding: 50px 20px;
  }

  .what-we-do-items .item .item-details .title {
    font-size: 20px;
  }

  .sustainability-item .sustainability-img-wrap {
    height: 260px;
  }

  .sustainability-item .item-details .title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .description {
    font-size: 16px;
  }

  .sustainability-item .item-details .btn-alt {
    font-size: 16px;
  }

  .btn-action:link,
  .btn-action:visited {
    padding: 20px 24px;
  }

  .section-article {
    padding: 100px 0px;
  }

  .section-article .article-container {
    gap: 80px;
  }

  .article-item .article-item-details .title {
    font-size: 20px;
  }

  .article-item .article-item-details .decription {
    font-size: 16px;
  }

  .article-item .article-item-details .btn-action {
    font-size: 16px;
  }

  .article-content-details .title-section .title {
    margin-bottom: 30px;
  }

  .article-content-details .subContent-wraper .subContent-Description {
    font-size: 26px;
  }

  .section-testimonial {
    padding: 80px 0px 80px 50px;
  }

  .testimonial-item .user-image .user-image-wraper {
    width: 160px;
    height: 160px;
  }

  .testimonial-item .user-image::after {
    width: 170px;
    height: 170px;
  }

  .section-testimonial .testimonial-container .testimonial-content-details .subContent-Description {
    margin-right: 100px;
  }

  .section-brand {
    padding: 70px 0;
  }

  .award-list .award .awar-image-wrap {
    width: 140px;
    height: 140px;
  }

  .category-items .category-item .category-img {
    width: 80%;
  }

  .award-list .award .description {
    font-size: 16px;
  }

  .footer-wraper .footer-title {
    font-size: 20px;
  }

  .footer-wraper .footer-list {
    font-size: 14px;
  }

  .footer-address .footer-contact .contact {
    font-size: 16px;
  }

  .banner-content .banner-img-wrap {
    position: relative;
  }

  .section-strategie .strategie-top-wrap .description {
    margin-top: 18px;
  }

  .section-strategie .strategie-top-wrap .description {
    font-size: 35px;
  }

  .identity-details .brand-logo-alt {
    width: 200px;
    margin-bottom: 30px;
  }

  .identity-details .title {
    margin: 0px;
    margin-bottom: 30px;
  }

  .identity-details .list li {
    font-size: 16px;
  }

  .strategie-top-wrap .strategie-top-left .title {
    margin-top: 30px;
  }

  .title {
    font-size: 40px;
  }

  .content-details .title-section .subHeading {
    font-size: 24px;
  }

  .our-goal-section .list li {
    font-size: 20px;
  }

  a .gallery-team {
    height: 280px;
  }

  .donate-form .donate-details {
    padding: 34px 70px 34px 34px;
  }

  .donate-form .donate-details .title {
    font-size: 24px;
  }

  .donate-form .donate-details .subtitle {
    font-size: 18px;
  }

  .donate-form .donate-details .donate-list {
    margin-top: 20px;
  }

  .donate-form .donate-details .sub-heading {
    font-size: 18px;
    margin-top: 18px;
    gap: 6px;
  }

  form .form-content .form-group-wrap {
    gap: 14px;
  }

  form .form-content .form-group-wrap .form-group input {
    font-size: 12px;
    padding: 14px 12px;
    border-radius: 10px;
  }

  .category-items .category-item .title {
    font-size: 26px;
  }

  form .form-content .form-group-wrap .form-group {
    margin: 0 0 18px;
  }

  form .title {
    font-size: 22px;
  }

  .contact-form .contact-content-wrap {
    padding: 80px 80px 80px 44px;
  }

  .layout-content .layout-content .reports {
    gap: 14px;
  }

  .layout-content .reports .report .title {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .layout-content .reports .report .description {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .career-section .career-post .item .item-information {
    grid-template-columns: repeat(2, 1fr);
  }

  .career-section .career-post .item .item-information .item-info .label {
    font-size: 20px;
  }

  .career-section .career-post .item .item-information .item-info .data {
    font-size: 14px;
  }

  .career-section .career-post .item .item-responsilbility .label {
    font-size: 18px;
  }

  .career-section .career-post .item .item-responsilbility .data {
    font-size: 14px;
  }

  .organizers .organizer h3 {
    font-size: 20px;
  }

  .organizers .organizer {
    padding: 20px 18px;
  }

  .layout-content .organizers-details .organizers {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-content .banner-img-wrap {
    min-width: 700px;
  }

  .banner-content .banner-image-wraper .banner-img-wrap-alt {
    min-width: 700px;
  }

  .layout-content table thead tr th {
    font-size: 18px;
  }

  .layout-content table tbody tr td {
    font-size: 14px;
  }

  .event-section .event-container .brand-logo-alt {
    width: 200px;
  }

  .event-items .event-item .event-details .title {
    font-size: 16px;
  }

  .event-container .event-items {
    gap: 16px;
  }

  .event-items .event-item .event-details {
    padding: 20px 16px;
  }

  .article-item .article-item-image-wraper {
    width: 240px;
  }

  .reach-content .reach-items .reach-item .reach-details .reach-number {
    font-size: 40px;
  }
}

@media screen and (max-width: 1366px) {
  .main-header .navigation .navigation-wraper .navigation-menu {
    gap: 20px;
  }

  .navigation-menu .nav-item .nav-link {
    font-size: 16px;
  }

  .main-header .navigation::after {
    width: 74%;
    right: -10.2%;
  }

  .main-header .navigation::before {
    width: 20%;
    left: 25%;
  }

  .hero-slider .swiper-content .swiper-title {
    font-size: 42px;
  }

  .hero-slider .swiper-content .swiper-title span {
    font-size: 52px;
  }

  .hero-slider .swiper-content .swiper-description {
    font-size: 20px;
    margin: 20px 0 0;
  }

  .hero-slider .swiper-content .swiper-actions .btn-action {
    height: 40px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
  }

  .banner-content .banner-img-wrap {
    -webkit-mask-size: 100%;
    mask-size: 100%;
  }

  .banner-content .banner-image-wraper .banner-img-wrap-alt {
    height: 100%;
  }

  .content-details .title-section .title {
    margin-bottom: 16px;
  }

  .about-us-overview.organisation-overview {
    margin-top: 150px;
  }

  .title {
    font-size: 40px;
  }

  .description {
    font-size: 16px;
  }

  .brand-logo-alt {
    max-width: 230px;
    height: 55px;
  }

  .what-we-do-items .item .item-details {
    position: relative;
    gap: 14px;
  }

  .main-image-wrapper .main-image-wrap {
    max-width: 470px;
  }

  .main-image-wrapper .alt-images-wrapper .alt-image {
    width: 260px;
    height: 180px;
  }

  .what-we-do-content .what-we-do-items {
    margin-top: 100px;
  }

  .what-we-do-items .item .item-details {
    padding: 35px 30px;
  }

  .what-we-do-items .item .item-details .title {
    font-size: 20px;
  }

  .what-we-do-items .item .icon-wrap {
    width: 140px;
    top: -30%;
    padding: 24px;
  }

  .what-we-do-items .item .item-details .btn-alt {
    font-size: 14px;
  }

  .section-what-we-do .what-we-do .what-we-do-content {
    padding: 50px 30px;
  }

  .sustainability-section {
    padding-top: 50px;
  }

  .sustainability-item .sustainability-img-wrap {
    height: 270px;
  }

  .sustainability-item .item-details {
    padding: 30px 25px;
  }

  .sustainability-item .item-details .title {
    font-size: 22px;
  }

  .sustainability-item .item-details .btn-alt {
    font-size: 14px;
  }

  .article-item-image-wraper .date {
    font-size: 14px;
  }

  .article-item .article-item-details .title {
    font-size: 20px;
  }

  .article-item .article-item-details .decription {
    font-size: 14px;
  }

  .article-item .article-item-details .btn-action {
    font-size: 14px;
  }

  .article-container .article-content-details .brand-logo-alt {
    width: 230px;
  }

  .section-testimonial {
    padding: 80px 0px 80px 120px;
  }

  .section-testimonial .testimonial-container .testimonial-content-details .subContent-Description {
    font-size: 32px;
  }

  .testimonial-item .user-image .user-image-wraper {
    width: 160px;
    height: 160px;
  }

  .testimonial-item .user-image::after {
    width: 170px;
    height: 170px;
  }

  .testimonial-item .user-review .user-details .title {
    font-size: 26px;
  }

  .testimonial-item .user-review .user-details .subTitle {
    font-size: 18px;
  }

  .testimonial-item .user-review .description {
    font-size: 16px;
  }

  .section-brand .brand {
    height: 66px;
  }

  .award-list .award .awar-image-wrap {
    padding: 20px;
  }

  .award-list .award .awar-image-wrap {
    width: 120px;
    height: 120px;
  }

  .footer-wraper .footer-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .footer-wraper .description {
    font-size: 14px;
  }

  .governing-teams {
    grid-template-columns: repeat(3, 1fr);
  }

  .member-details-wraper .member-details {
    padding: 40px 30px 32px 30px;
  }

  .member-details .title {
    font-size: 24px;
    text-align: center;
  }

  .our-goal-section .our-goal-descripion .title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .our-goal-section .list {
    margin-bottom: 30px;
  }

  .our-goal-section .list li {
    font-size: 18px;
  }

  .section-strategie .strategie-top-wrap .description {
    font-size: 34px;
  }

  .strategie-top-wrap .strategie-top-left .title {
    margin-top: 20px;
  }

  .about-us-overview .shape-image {
    top: -12%;
    left: -6%;
    width: 430px;
  }

  .title {
    font-size: 34px;
  }

  .content-details .title-section .subHeading {
    font-size: 20px;
  }

  .our-goal-section {
    margin: 80px 0 80px 0;
  }

  .our-goal-section .list li {
    font-size: 16px;
  }

  .section-identity .identity-container {
    gap: 74px;
  }

  .gallery-teams {
    margin-bottom: 100px;
  }

  .donate-form .donate-details {
    padding: 34px 40px 34px 34px;
  }

  .contact-content-wrap .title {
    font-size: 40px;
  }

  .address-lists .address-list .conpany-icon {
    font-size: 34px;
  }

  .address-lists .address-list .conpany-icon::before {
    width: 100px;
    height: 100px;
  }

  .address-lists .address-list .conpany-icon {
    margin: 0 auto 20px;
  }

  .address-lists .address-list .title {
    font-size: 18px;
  }

  .address-lists .address-list .sub-heading {
    margin: 14px 0;
  }

  .contact-content-wrap .social-media-wraper {
    margin-top: 40px;
  }

  .contact-form .contact-content-wrap {
    padding: 40px 50px 50px 34px;
  }

  .section-layout .title {
    font-size: 20px;
  }

  .layout-content .annual-reports .report .report-details .title {
    margin-bottom: 6px;
  }

  .layout-content .annual-reports .report .report-details .description {
    font-size: 14px;
  }

  .layout-content .annual-reports {
    gap: 18px;
  }

  .section-news .event-content .event-details .title {
    font-size: 36px;
  }

  .section-news .event-content .event-details .title span {
    bottom: -22px;
  }

  .reach-section .title {
    margin-bottom: 30px;
  }

  .reach-content .reach-items .reach-item {
    padding: 16px 24px;
  }

  .reach-content .reach-items .reach-item .reach-number {
    font-size: 42px;
  }

  .reach-content .reach-items .reach-item .img-wrap {
    width: 60px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 1280px) {
  header::after {
    left: -10%;
  }

  .main-header .navigation::after {
    width: 75%;
    right: -15%;
  }

  .title {
    font-size: 35px;
  }

  .common-layout .section-banner {
    margin-top: 60px;
  }

  .banner-content .banner-img-wrap {
    min-width: 550px;
    min-width: 550px;
  }

  .banner-content .banner-image-wraper .banner-img-wrap-alt {
    min-width: 550px;
    min-width: 550px;
  }

  .common-layout .section-banner {
    margin-top: 40px;
  }

  .banner-content-details .title {
    font-size: 60px;
  }

  .banner-content-details .subheading {
    font-size: 24px;
    padding-right: 144px;
    line-height: 1.6;
  }

  .btn-action:link,
  .btn-action:visited {
    padding: 14px 24px;
    font-size: 14px;
  }

  .banner-content-details .btn-option .video-btn {
    width: 50px;
    height: 50px;
  }

  .testimonial-item .user-review .user-details {
    position: relative;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 34px;
  }

  .testimonial-item .user-image .user-image-wraper {
    width: 150px;
    height: 150px;
  }

  .testimonial-item .user-image::after {
    width: 160px;
    height: 160px;
  }

  .banner-content .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .banner-content .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .section-identity .identity-container {
    gap: 54px;
  }

  .footer-wraper .footer-title::after {
    width: 10%;
  }

  .gallery-teams {
    margin-bottom: 70px;
  }

  .layout-content h1 {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .category-items .category-item .category-img {
    width: 100%;
  }

  .contact-content-wrap .title {
    font-size: 34px;
  }

  .contact-content-wrap .sub-heading {
    font-size: 14px;
  }

  .contact-content-wrap .social-media-wraper .icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }

  .contact-wraper .address-lists {
    gap: 20px;
  }

  .contact-wraper .address-lists .address-list {
    padding: 40px 10px;
  }

  .address-lists .address-list .conpany-icon::before {
    width: 90px;
    height: 90px;
  }

  .address-lists .address-list .conpany-icon {
    width: 80px;
    height: 80px;
  }

  .address-lists .address-list .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .address-lists .address-list .sub-heading {
    font-size: 16px;
    margin: 18px 0;
  }

  .contact-form .contact-content-wrap {
    padding: 60px 50px 80px 34px;
  }

  .layout-details h2 {
    margin-bottom: 8px;
  }

  .section-table .layout-details .title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .section-table {
    margin-bottom: 60px;
  }

  .reach-content .reach-items .reach-item .reach-details .reach-category {
    font-size: 11px;
  }

  .event-section {
    padding: 80px 0 80px;
  }

  footer .footer-container .container .footer-wraper {
    max-width: calc(25% - 50px);
  }

  .navigation-menu .nav-item {
    padding-right: 1px;
  }

  .about-us-overview .shape-image {
    top: -18%;
    left: 0%;
  }

  .main-image-wrapper .alt-images-wrapper {
    top: 20px;
    right: 0;
  }

  .about-us-overview .about-us-content {
    gap: 41px;
  }

  .governing-body-section {
    padding: 90px 0;
  }

  .hero-slider-image {
    max-width: calc(54% - 40px);
  }
}

@media screen and (max-width: 1150px) {
  .common-layout .section-banner.inner-banner {
    min-height: 307px;
  }

  .inner-banner .banner-background-wrap .banner-shape {
    height: 154px;
  }

  .title {
    font-size: 30px;
  }

  .main-header .navigation .cancel-icon {
    display: block;
    font-size: 18px;
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -4%;
  }

  .navigation-menu .dropdown-menu {
    position: relative;
    box-shadow: none;
    transform: translateX(-6%);
  }

  header {
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  }

  header::after {
    display: none;
  }

  header .top-header {
    display: none;
  }

  header .top-header::after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    z-index: 9;
  }

  header .main-header {
    position: relative;
  }

  header .main-header .menu-icon {
    display: block;
  }

  .main-header .navigation::before {
    display: none;
  }

  .main-header .navigation::after {
    display: none;
  }

  .main-header .navigation .navigation-wraper .navigation-menu {
    align-items: flex-end;
  }

  .navigation-menu .nav-item {
    font-size: 24px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .navigation-menu .nav-item a {
    font-weight: 500;
    white-space: wrap;
  }

  .main-header .navigation {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }

  .navigation-menu .nav-item .nav-link {
    font-size: 20px;
  }

  .navigation-menu .nav-item.active .dropdown-menu {
    display: block;
    left: 0%;
    background-color: transparent;
    padding: 0;
  }

  .navigation-menu .dropdown-item {
    padding: 0px;
    padding-bottom: 10px;
    text-align: right;
  }

  .navigation-menu .dropdown-item:last-child {
    padding-bottom: 0;
  }

  .navigation-menu .dropdown-item a {
    font-size: 16px;
    color: var(--bodyBg);
    font-weight: 400;
  }

  .main-header .navigation {
    position: fixed;
    left: 0;
    transform: translateX(110%);
    background-color: var(--primaryColor);
    width: 401px;
    height: 100vh;
    top: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }

  .overlay {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    display: none;
  }

  .overlay.active {
    display: block;
    z-index: 1;
  }

  .main-header .navigation.active {
    transform: translateX(0%);
  }

  .main-header .navigation::after {
    height: 100vh;
    width: 50vh;
  }

  .main-header .navigation .navigation-wraper {
    flex-direction: column;
    padding: 24px 0px 0px 0px;
    align-items: flex-end;
  }

  .main-header .navigation .navigation-wraper .navigation-menu {
    flex-direction: column;
    padding-right: 12px;
  }

  header .top-header {
    padding: 0 46px;
  }

  header::after {
    top: 0;
    left: -8%;
    width: 10%;
    transform: skewX(314deg);
  }

  .main-header .navigation::after {
    width: 75%;
    right: -3.6%;
  }

  .main-header .navigation::before {
    width: 20%;
    left: 20%;
  }

  .brand-logo-alt {
    max-width: 150px;
    height: 35px;
  }

  .brand .logo {
    width: 149px;
       
        height: 79px;
        margin-top: -9px;
        border-radius: 0;
  }

  .banner-content-details .title {
    font-size: 60px;
  }

  .main-header .navigation::after {
    right: -3.6%;
  }

  .main-header .navigation .navigation-wraper .navigation-menu {
    gap: 10px;
  }

  .main-header .navigation::before {
    width: 20%;
    left: 20%;
  }

  .common-layout .section-banner .container {
    padding: 0;
  }

  .banner-content .banner-img-wrap {
    min-width: 500px;
  }

  .banner-content .banner-image-wraper .banner-img-wrap-alt {
    min-width: 500px;
  }

  .banner-content .banner-content-details {
    padding: 50px 0;
  }

  .banner-content .banner-img-wrap {
    position: relative;
  }

  .banner-content .banner-image-wraper .banner-img-wrap-alt {
    height: 100%;
  }

  .banner-content-details .title {
    margin-bottom: 10px;
  }

  .banner-content-details .btn-option {
    gap: 10px;
    margin-bottom: 10px;
  }

  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .banner-content .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .banner-content .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: 9%;
  }

  .banner-content .swiper-button-prev {
    left: 0%;
  }

  .banner-content-details .subheading {
    margin-bottom: 18px;
    line-height: 1.4;
  }

  .common-layout .section-banner::after {
    height: 180px;
  }

  .about-us-overview.organisation-overview {
    margin-top: 100px;
  }

  .about-us-overview {
    margin-top: 100px;
  }

  .about-us-overview .shape-image {
    top: -8%;
    width: 400px;
  }

  .about-us-overview .about-us-content {
    flex-direction: column;
  }

  .main-image-wrapper {
    width: 100%;
    display: flex;
    gap: 20px;
    height: 100%;
  }

  .main-image-wrapper .main-image-wrap {
    max-width: 100%;
    height: 450px;
  }

  .main-image-wrapper .alt-images-wrapper {
    width: 30%;
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
  }

  .main-image-wrapper .alt-images-wrapper .alt-images {
    gap: 20px;
    height: 100%;
  }

  .main-image-wrapper .alt-images-wrapper .alt-image:last-child::after {
    display: none;
  }

  .main-image-wrapper .alt-images-wrapper .alt-image {
    width: 100%;
    height: 215px;
  }

  .about-us-content .content-details {
    width: 100%;
  }

  .about-us-content .content-details {
    margin-top: 40px;
  }

  .section-what-we-do {
    margin-top: 100px;
  }

  .content-details .brand-logo-alt {
    width: 160px;
    height: 35px;
  }

  .what-we-do-items .item .item-details {
    padding: 28px 18px;
  }

  .what-we-do-items .item .item-details .title {
    font-size: 18px;
  }

  .what-we-do-items .description {
    font-size: 14px;
  }

  .sustainability-section {
    margin-top: 100px;
  }

  .sustainability-item .sustainability-img-wrap {
    height: 180px;
  }

  .sustainability-item .item-details {
    padding: 20px 18px;
  }

  .sustainability-item .item-details .title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .section-article .article-container {
    gap: 50px;
  }

  .section-article {
    padding: 70px 0px;
  }

  .article-container .article-content-details .brand-logo-alt {
    width: 150px;
    margin-bottom: 20px;
  }

  .article-content-details .subContent-wraper .subContent-Description {
    font-size: 22px;
  }

  .article-content-details .subContent-wraper {
    margin-bottom: 40px;
  }

  .article-content-details .subContent-wraper .logo-wrap {
    width: 60px;
  }

  .article-content-details .description {
    font-size: 14px;
  }

  .section-testimonial .testimonial-container .testimonial-content-details .subContent-Description {
    font-size: 20px;
  }

  .testimonial-item .user-image {
    top: -12%;
  }

  .testimonial-item .user-image::after {
    width: 110px;
    height: 110px;
  }

  .testimonial-item .user-image .user-image-wraper {
    width: 100px;
    height: 100px;
  }

  .testimonial-item .user-review .user-details {
    margin-top: 43px;
  }

  .testimonial-item .user-review .user-details .title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .testimonial-item .user-review .user-details .subTitle {
    font-size: 16px;
  }

  .testimonial-item .user-review .description {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .section-brand {
    padding: 50px 0;
  }

  .title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .award-list .award {
    gap: 14px;
  }

  .award-list .award .awar-image-wrap {
    width: 110px;
    height: 110px;
  }

  .award-list .award .description {
    font-size: 13px;
  }

  footer .footer-container .container {
    gap: 18px;
    display: flex;
    flex-wrap: wrap;
  }

  footer .footer-container .container .footer-wraper {
    width: 25%;
    max-width: calc(31% - 50px);
  }

  footer .footer-container .container .footer-wraper:nth-child(1) {
    width: 100%;
    max-width: calc(100% - 50px);
  }

  footer .footer-container .container .footer-wraper:nth-child(3) {
    width: 50%;
    max-width: calc(50% - 50px);
  }

  .footer-wraper .description {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .copyright {
    padding: 16px 0px;
  }

  .governing-body-section {
    margin: 80px 0;
  }

  .member-details .title {
    font-size: 20px;
  }

  .governing-teams {
    grid-template-columns: repeat(2, 1fr);
  }

  .member-image {
    height: 450px;
  }

  .testimonial-items .testimonial-item {
    padding: 30px;
  }

  .testimonial-items .testimonial-item {
    margin-top: 60px;
  }

  .section-testimonial .testimonial-container .testimonial-content-details .brand-logo-alt {
    margin-top: 50px;
  }

  .our-goal-section {
    padding: 60px 0px;
    margin: 60px 0 60px 0;
  }

  .section-strategie .strategie-top-wrap .description {
    margin-top: 2px;
  }

  .section-strategie .strategie-top-wrap .description {
    font-size: 26px;
  }

  .section-strategie .strategie-top-wrap {
    margin-bottom: 14px;
  }

  .section-strategie .strategie-content .strategie-title {
    font-size: 16px;
  }

  .section-strategie {
    margin-bottom: 80px;
  }

  .identity-details .brand-logo-alt {
    width: 140px;
  }

  .governing-body-section {
    padding: 0 0;
  }

  .gallery-teams {
    grid-template-columns: repeat(3, 1fr);
  }

  .layout-content h1 {
    font-size: 26px;
  }

  .layout-details h2 {
    font-size: 20px;
  }

  .donate-form .donate-details .subtitle {
    font-size: 14px;
  }

  .donate-form .donate-details .donate-list {
    font-size: 14px;
  }

  .donate-form .donate-details .donate-list li {
    margin-bottom: 10px;
  }

  .donate-form .donate-details .sub-heading {
    font-size: 16px;
  }

  form .title {
    font-size: 20px;
    line-height: 1.2;
  }

  .donate-category .category-items {
    gap: 16px;
  }

  .donate-form .donate-details {
    padding: 34px 24px 34px 24px;
  }

  .category-items .category-item .title {
    font-size: 20px;
  }

  .donate-category .category-items .category-item {
    padding: 20px 40px;
  }

  .category-items .category-item .category-img {
    height: 50px;
  }

  .category-items .category-item .title {
    margin-bottom: 30px;
  }

  .address-lists .address-list .conpany-icon {
    width: 70px;
    height: 70px;
  }

  .address-lists .address-list .conpany-icon::before {
         width: 126px;
        height: 96px;
  }

  .contact-form .contact-content-wrap {
    padding: 60px 34px 80px 34px;
  }

  .contact-content-wrap .title {
    font-size: 30px;
  }

  .contact-content-wrap .sub-heading {
    font-size: 12px;
  }

  .contact-wraper .address-lists {
    margin-bottom: 60px;
  }

  .layout-content .layout-details .reports {
    grid-template-columns: repeat(2, 1fr);
  }

  .layout-details .reports .report .title {
    font-size: 18px;
  }

  .layout-details .reports .report .description {
    font-size: 14px;
  }

  .layout-tabs {
    gap: 10px;
  }

  .tab-btn {
    font-size: 14px;
  }

  .layout-details p {
    font-size: 14px;
  }

  .career-section .career-post .item .item-title {
    padding: 22px 18px;
    gap: 6px;
  }

  .career-section .career-post .item .item-title span {
    font-size: 16px;
  }

  .career-section .career-post .item .item-title .item-vacancy .count,
  .career-section .career-post .item .item-title .item-vacancy {
    font-size: 14px;
  }

  .career-section .career-post .item .item-title .item-vacancy .count,
  .career-section .career-post .item .item-title .item-vacancy .title {
    font-size: 14px;
  }

  .layout-details h2 {
    font-size: 18px;
  }

  .career-section .career-post .item .titile-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .career-section .career-post .item .titile-content .accordion-icon {
    position: absolute;
    font-size: 18px;
    z-index: 9;
    right: 2%;
    top: 16%;
  }

  .career-section .career-post .item .vacancy-details {
    margin-left: 0;
    margin: 0;
    margin-top: 12px;
  }

  .career-section .career-post .item .job-title span {
    font-size: 18px;
  }

  .career-section .career-post .item .vacancy-details {
    font-size: 16px;
  }

  .reach-content .reach-items .reach-item {
    flex: 1 1 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }

  .reach-content .reach-items .reach-item .img-content {
    width: 70px;
    height: 70px;
  }

  .reach-content .reach-items .reach-item .reach-details .reach-category {
    font-size: 16px;
  }

  .reach-content .reach-items .reach-item .reach-details .reach-number {
    font-size: 40px;
  }

  .event-items .event-item .image-wrap {
    height: 150px;
  }

  .event-items .event-item .event-details {
    padding: 12px 14px;
  }

  .event-items .event-item .event-details .description {
    font-size: 14px;
  }

  .event-section .event-container .btn-action {
    padding: 14px 40px;
  }

  .event-items .event-item .event-details .title {
    margin-bottom: 8px;
  }

  .header-options {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .section-hero {
    height: 80vh;
    padding: 100px 0 60px;
  }

  .section-hero .container {
    gap: 20px;
  }

  .hero-slider {
    max-width: calc(50% - 10px);
  }

  .hero-slider-image {
    max-width: calc(50% - 10px);
  }

  .layout-content .annual-reports .report {
    flex-direction: column-reverse;
  }

  .layout-content .annual-reports .report .report-details {
    width: 100%;
  }

  .layout-content .annual-reports .report .image-wrap {
    width: 100%;
    overflow: visible;
  }

  .section-layout .alignright {
    width: 50%;
  }

  .popup-dialog {
    max-width: 800px;
  }

  .popup-content .sadhanaform-form-control.sadhanaform-radio {
    grid-template-columns: repeat(1, 1fr);
  }

  .popup-content form .form-content .form-group-wrap {
    gap: 0;
  }

  form .form-content .form-group-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 990px) {
  .title {
    font-size: 30px;
  }

  .navigation-menu .dropdown-menu {
    position: relative;
  }

  header::after {
    display: none;
  }

  header .top-header {
    display: none;
  }

  header .top-header::after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    z-index: 9;
  }

  .main-header .navigation::before {
    display: none;
  }

  .main-header .navigation::after {
    display: none;
  }

  .main-header .navigation .navigation-wraper .navigation-menu {
    align-items: flex-end;
  }

  .navigation-menu .nav-item.active .dropdown-menu {
    display: block;
    left: 0%;
  }

  .overlay {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    display: none;
  }

  .overlay.active {
    display: block;
    z-index: 1;
  }

  .main-header .navigation.active {
    transform: translateX(0%);
  }

  .section-hero {
    height: 60vh;
  }

  .hero-slider .swiper-content {
    max-width: 100%;
  }

  .hero-slider .swiper-content .swiper-title {
    font-size: 32px
  }

  .hero-slider .swiper-content .swiper-title span {
    font-size: 44px;
  }

  .hero-slider .swiper-content .swiper-actions .btn-action.alt span:before {
    width: 40px;
    height: 40px;
  }

  .brand {
    position: relative;
    z-index: 1;
  }

  .common-layout .section-banner {
    margin-top: 0px;
  }

  .common-layout .section-banner::after {
    bottom: 0%;
  }

  .banner-background-wrap .banner-shape {
    width: 100%;
    height: 100%;
  }

  .section-banner .banner-content {
    flex-direction: column;
  }

  .banner-content .banner-image-wraper {
    width: 100%;
    height: 60vh;
  }

  .banner-content .banner-image-wraper {
    position: relative;
    object-fit: cover;
  }

  .banner-content-details .subheading {
    padding-right: 74px;
  }

  .common-layout .section-banner::after {
    height: 150px;
  }

  .section-banner .banner-content .swiper {
    width: 100%;
  }

  .banner-content .banner-img-wrap {
    position: relative;
    width: 120vh;
    max-width: 690px;
    height: 100%;
    margin-left: 0;
    left: 0%;
  }

  .banner-content .banner-image-wraper .banner-img-wrap-alt {
    width: 120vh;
    max-width: 690px;
    height: 100%;
    left: 1%;
  }

  .banner-content .banner-img-wrap {
    left: 0%;
  }

  .banner-content-details .subheading {
    max-width: 455px;
  }

  .banner-content-details .btn-action:link,
  .btn-action:visited {
    padding: 14px 24px;
    font-size: 18px;
  }

  .navigation-menu .dropdown-menu {
    transform: translateX(0%);
  }

  .swiper-button-prev {
    left: 0%;
  }

  .banner-content .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: 6%;
  }

  .about-us-overview .shape-image {
    top: -8%;
    width: 320px;
    left: -12%;
  }

  .main-image-wrapper .alt-images-wrapper .alt-image:last-child::after {
    right: -22%;
  }

  .close-btn {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }

  .main-image-wrapper .main-image-wrap {
    max-width: 490px;
    height: 450px;
  }

  .main-image-wrapper .alt-images-wrapper .alt-image {
    width: 100%;
    height: 150px;
  }

  .main-image-wrapper .alt-images-wrapper .alt-images {
    justify-content: space-between;
  }

  .about-us-overview {
    margin-top: 100px;
  }

  .what-we-do-items .item .icon-wrap {
    top: -40%;
    padding: 20px;
  }

  .what-we-do-items .item .icon-wrap .icon {
    width: 50px;
    margin-bottom: 40px;
  }

  .what-we-do-items .item .item-details {
    padding: 28px 10px;
  }

  .what-we-do-items .item .item-details {
    gap: 10px;
  }

  .what-we-do-content .what-we-do-items {
    gap: 20px;
  }

  .what-we-do-items .item .item-details .title {
    font-size: 16px;
  }

  .article .article-container .article-items {
    grid-template-columns: repeat(1, 1fr);
  }

  .sustainability-section {
    margin-top: 60px;
  }

  .sustainability-item .item-details .title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .sustainability-item .sustainability-img-wrap {
    height: 220px;
  }

  .sustainability-section .title-wrap .left-title-content {
    gap: 20px;
  }

  .sustainability-section .title-wrap {
    margin-bottom: 40px;
  }

  .sustainability-item .item-details {
    padding: 10px 14px;
  }

  .section-article.after-article::after {
    width: 100%;
  }

  .section-article .article-container {
    flex-direction: column-reverse;
  }

  .section-article .article-container .article-items {
    width: 100%;
  }

  .article-container .article-content-details {
    width: 100%;
  }

  .swiper-button-prev {
    left: 0%;
  }

  .article-content-details .title-section .title {
    margin-bottom: 20px;
  }

  .article-content-details .subContent-wraper {
    margin-bottom: 30px;
  }

  .article-container .article-items .article-item {
    background-color: var(--bodyBg);
  }

  .article-content-details .subContent-wraper .subContent-Description {
    font-size: 24px;
  }

  .section-article {
    padding: 70px 0px;
  }

  .description {
    font-size: 14px;
  }

  .section-testimonial {
    padding: 30px 0px 80px 24px;
  }

  .section-testimonial .testimonial-container .testimonial-content-details .subContent-Description {
    margin-right: 70px;
  }

  .footer-wraper .footer-title::after {
    width: 10%;
  }

  footer .footer-container {
    padding: 60px 0;
  }

  footer .awards-container {
    padding: 50px 0;
  }

  footer .awards-container .title {
    margin-bottom: 60px;
  }

  .footer-wraper .description {
    font-size: 14px;
  }

  .footer-wraper .footer-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer-address .footer-contact .contact {
    font-size: 14px;
  }

  footer .footer-container .container {
    row-gap: 50px;
    column-gap: 20px;
  }

  footer .footer-container .container .footer-wraper {
    max-width: calc(25% - 20px);
  }

  footer .footer-container .container .footer-wraper:nth-child(1) {
    max-width: calc(100% - 20px);
  }

  footer .footer-container .container .footer-wraper:nth-child(3) {
    max-width: calc(50% - 20px);
  }

  .footer-wraper .footer-list.footer-quick-access li {
    break-inside: unset;
    white-space: unset;
  }

  .copyright {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-us-content .content-details {
    margin-top: 50px;
  }

  .our-goal-section {
    margin: 30px 0 0 0;
    padding: 30px 0;
  }

  .our-goal-section .our-goal-descripion .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .strategie-top-wrap .strategie-top-left .title {
    margin-top: 20px;
  }

  .section-strategie .strategie-top-wrap {
    flex-direction: column;
    gap: 0px;
    margin-top: 20px;
  }

  .section-identity .identity-container {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .section-identity .identity-container .identity-details {
    width: 100%;
  }

  .section-identity .identity-container .identity-img-wrap {
    width: 100%;
  }

  .section-strategie .strategie-top-wrap .title {
    margin-bottom: 20px;
  }

  .section-strategie .strategie-top-wrap .description {
    font-size: 20px;
  }

  .section-identity {
    margin-bottom: 30px;
  }

  .section-strategie .container {
    position: relative;
    padding: 0;
  }

  a .gallery-team {
    height: 200px;
  }

  .donate-heading-wraper .donate-form {
    flex-direction: column;
  }

  .donate-heading-wraper .donate-form .donate-content-wrap {
    width: 100%;
  }

  .donate-heading-wraper .donate-form form {
    width: 100%;
    padding: 0px 24px 24px 24px;
  }

  .donate-heading-wraper .donate-form::after {
    display: none;
  }

  form .title {
    margin-bottom: 20px;
  }

  .contact-wraper .address-lists {
    flex-wrap: wrap;
  }

  .contact-form {
    flex-direction: column;
  }

  .contact-form .contact-content-wrap {
    width: 100%;
  }

  .contact-form form {
    width: 100%;
  }

  .contact-form::after {
    display: none;
  }

  .contact-form .contact-content-wrap {
    padding: 30px 20px 30px 20px;
  }

  .donate-category .category-items {
    flex-direction: column;
  }

  .donate-category .category-items .category-item {
    padding: 50px 10px;
    width: 100%;
  }

  .category-items .category-item .category-img {
    height: 80px;
    width: 60%;
  }

  .layout-details .annual-reports ul li {
    font-size: 14px;
  }

  .contact-form .fieldset {
    width: 100%;
    padding: 20px;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .section-strategie .strategie-content .strategie-title {
    font-size: 14px;
  }

  .our-goal-section .list li {
    font-size: 14px;
  }

  .layout-details table thead tr th {
    font-size: 16px;
  }

  .reach-content .reach-items .reach-item {
    gap: 16px;
  }

  .reach-content .reach-items .reach-item .img-content {
    width: 60px;
    height: 60px;
  }

  .reach-content .reach-items .reach-item {
    padding: 16px 14px;
    gap: 10px;
  }

  .event-container .event-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 990px) and (orientation: landscape) {
  .section-hero {
    height: 109vh;
  }

  .hero-slider-options {
    bottom: 15px;
  }

  .hero-slider-options .hero-swiper-buttons {
    justify-content: space-between;
    width: 100%;
  }

  .hero-slider .swiper-content .swiper-title {
    font-size: 22px;
  }

  .main-image-wrapper .alt-images-wrapper .alt-image {
    height: 215px;
  }

  .reach-content .reach-items .reach-item .reach-details .reach-category {
    font-size: 14px;
  }

  .gallery-listing {
    padding: 35px 0 0;
  }

  .governing-body-heading-wraper .title-section .title {
    margin: 0 0 22px;
  }

  .image-full {
    height: auto;
  }

  .section-layout.section-default-page {
    padding: 121px 0 120px;
  }

  .layout-details h2 {
    margin: 17px 0;
  }

  .main-header .navigation {
    overflow: auto;
    padding-bottom: 20px;
  }

  .main-header .navigation .cancel-icon {
    left: 3%;
    top: 3%;
  }

  .section-layout .layout-top-section .title {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .section-testimonial .testimonial-container {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .section-testimonial .testimonial-container .testimonial-content-details {
    position: relative;
    width: 100%;
  }

  .section-testimonial .testimonial-container .testimonial-items {
    display: flex;
    gap: 24px;
    align-items: start;
    width: 100%;
  }

  .testimonial-items .testimonial-item {
    margin-top: 90px;
  }

  .section-strategie {
    padding: 0 12px;
  }

  .section-strategie .strategie-top-wrap .description {
    font-size: 16px;
  }

  .our-goal-section .list {
    font-size: 14px;
  }

  .our-goal-section .our-goal-descripion .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .section-strategie .strategie-content {
    padding: 24px 14px;
  }

  #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .event-section {
    padding: 135px 0 80px;
  }

  .main-image-wrapper .alt-images-wrapper .alt-image {
    height: 215px;
  }

  .about-us-overview .about-us-content {
    gap: 0;
  }

  .about-us-content .content-details {
    margin-top: 0;
  }

  .banner-background-wrap .banner-background-image img {
    object-position: top;
  }

  .gallery-listing {
    padding: 63px 0 0;
  }

  .section-layout.section-default-page {
    padding: 130px 0 120px;
  }

  .image-full {
    margin: -125px 0 0;
  }

  .section-layout .layout-wrapper {
    margin-top: -33px;
  }

  .section-article.article.news-listing {
    padding: 131px 0 80px;
  }

  .section-article .brand-logo-alt {
    margin-bottom: 14px;
  }

  .news-title .title {
    margin-bottom: 31px;
  }

  .publication-section {
    padding: 123px 0 0;
  }

  .event-section .event-container .brand-logo-alt {
    margin-bottom: 10px;
  }

  .event-container .title {
    margin-bottom: 33px;
  }

  .section-layout {
    margin-bottom: 17px;
  }

  .eventdetails-eventsection .brand-logo-alt {
    margin: 0 0 8px;
  }

  .donate-form-wrapper {
    width: 100%;
    padding: 34px 22px 34px 24px;
  }

  .donate-heading-wraper .donate-form form {
    padding: 0px 0 24px 0;
  }

  .section-news .news-content .news-details .title {
    font-size: 20px;
  }

  .banner-section {
    height: 50vh;
    padding: 46px 0 0;
    margin: 30px 0 0;
  }

  .banner-section .banner-slider .item {
    padding: 0;
  }

  .banner-section .banner-slider .item .inner-item .swiper {
    border-radius: 0;
  }

  .banner-section .banner-slider .item .inner-item .banner-image {
    border-radius: 0;
  }

  .banner-section .banner-slider .item .inner-item .banner-content .banner-title {
    font-size: 20px;
  }

  .banner-section .swiper-description {
    font-size: 17px;
  }

  .popup-dialog {
    max-width: 700px;
  }

  .image-wrapper {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .event-section {
    padding: 109px 0 80px;
  }

}

@media screen and (max-width: 600px) {
 
    .brand .logo {
        width: 72px;
        height: 73px;
        margin-top: -9px;
    }

  .navigation-menu .dropdown-item {
    padding: 4px 0px;
  }

  .navigation-menu .dropdown-item a {
    white-space: wrap;
    line-height: 1.6;
  }

  .title {
    font-size: 26px;
  }

  .common-layout .section-banner.inner-banner {
    min-height: 350px;
    height: 100%;
  }

  .banner-content-details .title {
    font-size: 34px;
  }

  .banner-content-details .subheading {
    font-size: 20px;
  }

  .section-banner .banner-content {
    padding: 0px 12px;
  }

  .section-banner .banner-content .ontainer {
    padding: 0px 0px;
  }

  .banner-content .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: 10%;
  }

  .banner-content .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .banner-content .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .banner-content .banner-img-wrap {
    margin-left: 0;
    width: 100%;
  }

  .banner-content .banner-image-wraper {
    width: 100%;
    height: 40vh;
  }

  .banner-content .banner-img-wrap {
    margin-left: 0;
    width: 100%;
    height: 100%;
    max-width: 350px;
    min-width: 350px;
  }

  .banner-content .banner-image-wraper .banner-img-wrap-alt {
    top: 0px;
    width: 100%;
    height: 100%;
    max-width: 350px;
    min-width: 350px;
    left: 1%;
  }

  .banner-content-details .subheading {
    padding-right: 24px;
  }

  .inner-banner .banner-background-wrap .banner-shape {
    height: 175px;
    top: 50%;
  }

  .about-us-overview.organisation-overview {
    margin-top: 70px;
  }

  .about-us-overview .shape-image {
    top: 0;
    width: 200px;
    left: -8%;
  }

  .content-details .title-section .subHeading {
    font-size: 18px;
  }

  .content-details .brand-logo-alt {
    margin-bottom: 0px;
  }

  .about-us-overview {
    margin: 0;
    padding: 60px 0 0;
    z-index: 9;
  }

  .main-image-wrapper .alt-images-wrapper {
    width: 100%;
  }

  .main-image-wrapper .alt-images-wrapper .alt-images {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
  }

  .main-image-wrapper .alt-images-wrapper .alt-image {
    width: 100%;
    height: 120px;
  }

  .main-image-wrapper .alt-images-wrapper .alt-image:last-child::after {
    right: -62%;
  }

  .about-us-content .content-details {
    margin-top: 30px;
  }

  .about-us-content .main-image-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }

  .content-details .brand-logo-alt {
    width: 140px;
    height: 35px;
  }

  .section-what-we-do .what-we-do .what-we-do-content {
    padding: 50px 12px;
  }

  .section-what-we-do {
    margin-top: 40px;
  }

  .section-what-we-do .what-we-do .what-we-do-content {
    padding: 50px 12px;
  }

  .what-we-do-content .what-we-do-items {
    gap: 90px;
  }

  .what-we-do-content .title-wrap .title {
    margin-bottom: 10px;
  }

  .what-we-do-content .what-we-do-items {
    flex-direction: column;
  }

  .main-header .navigation .header-options .btn-action {
    font-size: 14px;
  }

  .btn-action:link,
  .btn-action:visited {
    padding: 11px 20px;
    font-size: 14px;
  }

  .banner-content-details .btn-option .btn-action {
    padding: 16px 34px;
    font-size: 14px;
  }

  .sustainability-section .sustainability-items {
    margin-bottom: 0px;
  }

  .sustainability-section {
    margin-top: 40px;
  }

  .sustainability-section .title-wrap {
    margin-bottom: 20px;
    align-items: flex-end;
  }

  .sustainability-section {
    padding: 40px 0px;
  }

  .sustainability-section .title-wrap {
    margin-bottom: 20px;
  }

  .sustainability-section .title-wrap .title {
    margin-bottom: 10px;
  }

  .section-testimonial .testimonial-container .testimonial-content-details .subContent-Description {
    font-size: 18px;
  }

  .section-article.after-article {
    padding: 40px 0px;
  }

  .section-article .article-container {
    gap: 40px;
  }

  .article-container .article-content-details .brand-logo-alt {
    width: 140px;
    margin-bottom: 20px;
  }

  .article-content-details .title-section .title {
    margin-bottom: 20px;
  }

  .article-content-details .subContent-wraper .subContent-Description {
    font-size: 18px;
  }

  .section-testimonial .testimonial-container {
    flex-direction: column;
  }

  .section-testimonial .testimonial-container .testimonial-content-details {
    width: 60%;
  }

  .section-testimonial .testimonial-container .testimonial-content-details .subContent-Description {
    margin-right: 0px;
  }

  .section-testimonial {
    padding: 0px 0px 60px 12px;
  }

  .section-testimonial .testimonial-container .testimonial-content-details .title-section .title {
    margin-bottom: 20px;
  }

  .section-testimonial .testimonial-container .testimonial-items {
    width: 100%;
  }

  .testimonial-items .testimonial-item {
    margin-top: 80px;
  }

  .testimonial-item .user-image::after {
    width: 100px;
    height: 100px;
  }

  .testimonial-item .user-image {
    position: absolute;
    top: -15%;
  }

  .testimonial-item .user-image .user-image-wraper {
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
  }

  .testimonial-item .user-review .user-details .title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .testimonial-items .testimonial-item {
    padding: 20px 20px 30px 20px;
  }

  .testimonial-items .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .identity-details .list li {
    font-size: 14px;
  }

  .identity-details .brand-logo-alt {
    margin-bottom: 10px;
  }

  .identity-details .title {
    margin-bottom: 20px;
  }

  footer .footer-container .container {
    grid-template-columns: repeat(1, 1fr);
  }

  footer .awards-container .title {
    margin-bottom: 60px;
    line-height: 1.2;
  }

  footer .awards-container .award-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .footer-wraper .footer-link-list {
    flex-wrap: wrap
  }

  .navigation-menu .nav-item {
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .section-brand {
    padding: 50px 0;
  }

  .section-brand .brand {
    height: 60px;
  }

  .section-brand .brand {
    height: 50px;
  }

  footer .footer-container .container {
    gap: 20px;
  }

  .gallery-teams {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 0px;
  }

  .governing-body-section {
    margin: 40px 0;
  }

  .section-layout .layout-wrapper {
    border-radius: 24px;
    padding: 14px;
  }

  .layout-content h1 {
    line-height: 1.4;
  }

  .layout-content h1 {
    font-size: 18px;
  }

  .layout-content h1 span::before {
    bottom: -6px;
  }

  .layout-content h1 span::after {
    bottom: -5px;
  }

  .donate-section .donate-content {
    padding: 14px 14px;
  }

  .donate-form .donate-details {
    padding: 16px 24px 16px 24px;
  }

  .donate-form .donate-details .title {
    font-size: 20px;
  }

  form .form-content .form-group-wrap {
    flex-direction: column;
    gap: 0px;
  }

  form .btn-action {
    padding: 10px 44px;
  }

  .donate-category .category-items {
    flex-direction: column;
    gap: 0;
  }

  .donate-category .category-items .category-item {
    width: 100%;
  }

  .donate-form .donate-details .subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 6px;
    color: var(--secondaryColor);
  }

  .donate-form .donate-details ul {
    font-size: 16px;
    color: var(--secondaryColor);
    padding-left: 14px;
    margin-top: 24px;
  }

  .donate-form .donate-details ul li {
    margin-bottom: 16px;
  }

  .donate-form .donate-details .sub-heading {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .donate-form .donate-details p {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin-top: 24px;
  }

  .layout-content .layout-details .reports {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .layout-tabs {
    margin-bottom: 10px;
    gap: 8px;
  }

  .tab-btn {
    padding: 8px 4px;
    font-size: 12px;
  }

  .layout-details .reports .report {
    padding: 16px;
  }

  .layout-details .annual-reports .report {
    flex-direction: column-reverse;
  }

  .layout-details .annual-reports .report .image-wrap {
    width: 100%;
  }

  .layout-details .annual-reports .report .report-details {
    width: 100%;
  }

  .layout-details .annual-reports .report {
    padding: 12px 12px;
  }

  .layout-details .annual-reports .report .report-details {
    height: auto;
  }

  .career-section .career-post .item .item-title {
    flex-direction: column;
    line-height: 1.4;
    align-items: flex-start;
  }

  .career-section .career-post .item .item-title .item-vacancy {
    margin-left: 0;
  }

  .career-section .career-post .item .item-information {
    grid-template-columns: repeat(1, 1fr);
  }

  .section-layout {
    position: relative;
    margin-bottom: 40px;
  }

  .layout-details h2:first-child {
    margin-top: 30px;
  }

  .career-section .career-post .item .job-title span {
    font-size: 14px;
  }

  .career-post .item .job-title .candidate-qualification .job-experience {
    font-size: 12px;
  }

  .career-section .career-post .item .vacancy-details {
    font-size: 14px;
  }

  .career-post .item .job-title .candidate-qualification .job-location {
    font-size: 12px;
  }

  .career-post .item .job-title .candidate-qualification .job-location span {
    font-size: 10px;
  }

  .career-section .career-post .item .titile-content .accordion-icon {
    font-size: 12px;
    right: 5%;
  }

  .layout-details ul li {
    font-size: 14px;
  }

  .layout-content .organizers-details .organizers {
    grid-template-columns: repeat(1, 1fr);
  }

  .section-news .event-content {
    padding: 24px 24px;
  }

  .section-news .event-content .event-details .title {
    font-size: 20px;
  }

  .section-news .event-content .event-details .title span {
    bottom: -14px;
  }

  .section-news {
    position: relative;
    padding-bottom: 10px;
  }

  .layout-details table thead tr th {
    font-size: 14px;
  }

  .event-section {
    padding: 30px 0;
  }

  .event-container .event-items {
    grid-template-columns: repeat(1, 1fr);
  }

  .event-section .event-container .brand-logo-alt {
    margin-bottom: 10px;
  }

  .event-section .event-container .brand-logo-alt {
    margin-bottom: 10px;
  }

  .event-container .title {
    margin-bottom: 30px;
  }

  .reach-section {
    padding: 40px 0 60px 0;
  }

  .reach-section .reach-content .reach-items {
    gap: 14px;
  }

  .reach-content .reach-items .reach-item {
    flex: 1 1 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .reach-section .title {
    margin-top: 20px;
  }

  #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .popup {
    display: flex;
    padding: 0 21px;
  }

  .popup-content {
    width: 100%;
  }

  .popup-content form .form-content .form-group-wrap {
    gap: 0;
  }

  .popup-content form .sadhanaform-spinner {
    right: 0;
    bottom: 45px;
  }

  .popup-content .sadhanaform-form-control.sadhanaform-radio {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero-slider .swiper-content .swiper-title {
    font-size: 20px;
  }

  .hero-slider .swiper-content .swiper-title span {
    font-size: 30px;
    margin: 9px 0 0;
  }

  .hero-slider .swiper-slide {
    align-items: flex-start;
  }

  .hero-slider .swiper-content .swiper-description {
    font-size: 16px;
  }

  .hero-slider .swiper-content .swiper-title {
    font-size: 20px;
  }

  .hero-slider .swiper-content .swiper-actions {
    margin: 0;
    padding: 0 0 22px;
  }

  .main-image-wrapper .main-image-wrap {
    max-width: 100%;
    height: auto;
  }

  footer .footer-container .container .footer-wraper {
    max-width: calc(31% - 20px);
  }

  .main-header .navigation {
    width: 380px;
  }

  .hero-slider-options .hero-swiper-buttons {
    justify-content: space-between;
    width: 100%;
  }

  .member-details-wraper .member-details {
    padding: 32px 7px 23px 7px;
  }

  .governing-body-heading-wraper .title-section .title {
    margin: 5px 0 23px;
  }

  header .main-header {
    height: auto;
  }

  .editor-content .tabs {
    column-gap: 6px;
    row-gap: 9px;
  }

  .editor-content .tabs .tab-button {
    height: 33px;
    font-size: 11px;
  }

  .layout-details .reports .report .title {
    font-size: 15px;
  }

  .image-full {
    margin: -203px 0 0;
  }

  .btn-action:link,
  .btn-action:visited {
    height: 36px;
  }

  .section-layout .alignright {
    width: 100%;
  }

  .popup-dialog {
    max-width: 100%;
  }

  .popup-content {
    flex-direction: column;
    align-items: start;
  }

  .join-img-description {
    max-width: 100%;
    padding: 0 30px;
  }

  .popup-join-form {
    border-top: 2px dashed var(--tabAltBg);
  }

  .image-wrapper {
    width: 100%;
    height: 250px;
  }

  .banner-section .swiper-description {
    font-size: 15px;
    line-height: 1.2;
  }

  .banner-section .banner-slider .item .inner-item .banner-content .banner-title {
    font-size: 16px;
    margin: 0;
  }

  .swiper-actions {
    margin: 0;
    gap: 8px;
  }

  .thematic-button.prev {
    left: 4px;
  }

  .thematic-button.next {
    right: 4px;
  }
}

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

  .hero-slider-image .slider-image {
    aspect-ratio: 4/3;
  }

  .governing-teams {
    grid-template-columns: repeat(1, 1fr);
  }

  .sustainability-section .title-wrap {
    flex-direction: column;
  }

  .sustainability-section .title-wrap {
    margin-bottom: 20px;
    align-items: start;
  }

  .sustainability-section .title-wrap .btn-option {
    margin-left: 0;
    margin-bottom: 24px;
    margin-top: 12px;
  }

  .tab-btn {
    font-size: 10px;
  }

  .copyright {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    gap: 16px;
  }

  .category-items .category-item .category-img {
    width: 100%;
  }

  .contact-content-wrap .social-media-wraper {
    justify-content: center;
  }

  .contact-form .contact-details .contact-form-content h1 {
    font-size: 45px;
  }

  .donate-category .category-items .category-item:first-child {
    margin-bottom: 20px;
  }

  .donate-form-wrapper {
    width: 100%;
    padding: 20px;
  }

  .donate-form-wrapper .title {
    line-height: 1.2;
  }

  #sadhanaform-f652-o1 .sadhanaform-form {
    padding: 0;
  }

  .section-hero {
    height: auto;
  }

  .hero-slider {
    max-width: 100%;
    width: 100%;
  }

  .hero-slider-image {
    max-width: 100%;
    width: 100%;
  }

  .hero-slider .swiper-content .swiper-title {
    font-size: 18px;
  }

  .hero-slider .swiper-content .swiper-title span {
    font-size: 32px
  }

  .hero-slider .swiper-content .swiper-description {
    font-size: 16px
  }

  .hero-slider-options .hero-swiper-buttons {
    justify-content: space-between;
  }

  .section-article .article-container .article-items {
    height: auto;
  }

  .article-container .article-items .article-item {
    flex-direction: column-reverse;
  }

  .article-item .article-item-details {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 24px;
  }

  .article-item .article-item-details .title {
    font-size: 18px;
  }

  .article-item .article-item-image-wraper {
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  footer .footer-container .container {
    gap: 50px;
  }

  footer .footer-container .container .footer-wraper {
    width: 100%;
    max-width: calc(100% - 20px);
  }

  footer .footer-container .container .footer-wraper:nth-child(1) {
    width: 100%;
    max-width: calc(100% - 20px);
  }

  footer .footer-container .container .footer-wraper:nth-child(3) {
    width: 100%;
    max-width: calc(100% - 20px);
  }

  .footer-wraper .footer-list {
    width: 100%;
    column-count: 2;
  }

  .layout-content .annual-reports {
    grid-template-columns: repeat(1, 1fr);
  }

  .layout-details .annual-reports .report .image-wrap {
    width: 100%;
    aspect-ratio: 74 / 94;
    overflow: hidden;
  }

  .section-article.article.news-listing {
    padding: 98px 0 80px;
  }

  .publication-title .title {
    margin-bottom: 2px;
  }

  .publication-section {
    padding: 100px 0 0;
  }

  .layout-content .layout-details .reports {
    grid-template-columns: repeat(1, 1fr);
  }

  .event-section {
    padding: 95px 0 60px;
  }

  .section-layout .layout-top-section .title {
    font-size: 25px;
  }

  .career-section .career-post .item .titile-content .accordion-icon {
    right: 2%;
    top: 19%;
  }

  .section-testimonial .testimonial-container .testimonial-content-details {
    width: 100%;
    text-align: center;
    padding-right: 12px;
  }

  .section-testimonial .testimonial-container .testimonial-content-details .brand-logo-alt {
    margin: 50px auto 0;
  }

  .section-testimonial .testimonial-container .testimonial-content-details .title-section .title {
    margin-top: 0;
  }

  .section-testimonial .testimonial-container .testimonial-items {
    margin: 17px 0 0;
  }

  .fancybox__track .modal-content {
    flex-direction: column;
  }

  .modal-content .modal-content-image {
    width: 100%;
  }

  .gallery-images .bwg-background>.bwg-thumbnails.bwg-standard-thumbnails.bwg-container.bwg-border-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layout-details .tab-btn {
    font-size: 12px;
    padding: 8px 6px;
  }

  .image-full {
    margin: 0;
    height: auto;
  }

  .reach-content .reach-items .reach-item .reach-details .reach-category {
    font-size: 14px;
  }

  .layout-details h2 {
    margin: 20px 0 14px;
  }
}

@media screen and (max-width: 393px) {
  .banner-content .banner-img-wrap {
    max-width: 320px;
    min-width: 320px;
  }

  .banner-content .banner-image-wraper .banner-img-wrap-alt {
    max-width: 320px;
    min-width: 320px;
  }

  .main-header .navigation .cancel-icon {
    left: 2%;
  }
}

@media screen and (max-width: 360px) {
  footer .social-medias {
    padding-top: 30px;
  }

  footer .social-medias .social-media-list a {
    width: 35px;
    height: 35px;
  }

  footer .social-medias .social-media-list a .social-media {
    font-size: 14px;
  }

  .banner-content .banner-img-wrap {
    max-width: 330px;
    min-width: 330px;
  }

  .banner-content .banner-image-wraper .banner-img-wrap-alt {
    max-width: 330px;
    min-width: 330px;
  }
}

@media screen and (max-width: 320px) {
  .banner-content .banner-img-wrap {
    max-width: 300px;
    min-width: 300px;
  }

  .banner-content .banner-image-wraper .banner-img-wrap-alt {
    max-width: 300px;
    min-width: 300px;
  }
}

/* ********|| RESPONSIVE ENDS ||******** */

   .head-title::after {
  content: "";
  width: 190px;
  height: 3px;
  background: #458b15;
    background: linear-gradient(90deg, #1da203, #458b15);
  display: block;
  margin: 10px auto 0; 
  border-radius: 10px;
}

.banner-title p,
.swiper-description p{
  text-align: center;
}