@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=GFS+Didot&family=Poppins:wght@300;400;500&display=swap");
@font-face {
  font-family: "antro_vectrabolder";
  src: url("./font/antro_vectra_bolder-webfont.woff2") format("woff2"), url("./font/antro_vectra_bolder-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --theme-color: #fad92e;
  --theme-btn-color: #fad92e;
  --theme-head-font-color: #000;
  --theme-section-space: 60px 0px;
  --theme-fontfamily: "Poppins", sans-serif;
  --theme-h-fontfamily: "Bebas Neue";
  --theme-cursive-fontfamily: "antro_vectrabolder";
}

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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
main,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: black;
}
body {
  padding-top: 74px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: var(--theme-fontfamily);
}
img {
  width: 100%;
  display: block;
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
p {
  font-family: var(--theme-fontfamily);
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.innercontainer {
  max-width: 100%;
  margin: auto;
  max-width: 1240px;
  margin: auto;
}
.row:after,
.col:after,
.clr:after,
.group:after,
.innercontainer:after {
  content: "";
  display: table;
  clear: both;
}
a {
  text-decoration: none;
}

/* - for col -- */
.row {
  padding-bottom: 0em;
  margin: 0 -10px;
}
.col {
  display: block;
  float: left;
  padding: 0 10px;
}
.span_1 {
  width: 8.33333333333%;
}
.span_2 {
  width: 16.6666666667%;
}
.span_3 {
  width: 25%;
}
.span_4 {
  width: 33.3333333333%;
}
.span_5 {
  width: 41.6666666667%;
}
.span_6 {
  width: 50%;
}
.span_7 {
  width: 58.3333333333%;
}
.span_8 {
  width: 66.6666666667%;
}
.span_9 {
  width: 75%;
}
.span_10 {
  width: 83.3333333333%;
}
.span_11 {
  width: 91.6666666667%;
}
.span_12 {
  width: 100%;
}
/* - for col end-- */
.headerright-wrap {
  display: flex;
  align-items: center;
}
footer .headerright-wrap strong{
  color: #fff;
  letter-spacing: 1px;
}

header .headerright-wrap h6 span , header .headerright-wrap h6 strong{
  color: #c6c6c6;

}
header .headerright-wrap{
      justify-content: end;
}
section.aboutcontent-wrapper.homewrap .row {
  display: block;
}
.headerright-wrap h6 strong{
  letter-spacing: 1px;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
} 

header {
  background: #333;
  border-bottom: 1px solid rgb(209 209 209 / 32%);
  padding: 10px 4px 10px 4px;
  /* padding: 0px 4px 0px 4px; */
  transition: transform 1s ease-in-out;
  z-index: 9999;
  position: fixed;
  top: 0px;
  width: 100%;
}

header .mobile_icon img{
  max-width: 75%;
}

.mobile_icon{
  max-width: 45px;
  cursor: pointer;
  display: none;
  text-align: center;
  height: auto;
}

.logoinner-stick a {
  color: #f8da40;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
}
.logoinner-stick {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 35px;
}
/* header.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: -76px;
  transform: translate(0px, 76px);
} */
header .innercontainer {
  display: flex;
  align-items: center;
  height: 74px;
}

header ul {
  display: flex;
  justify-content: center;
}
header ul li a {
  color: #000;
  text-transform: uppercase;
}

header ul >li >a{
  color: #fff;

}
header ul li a.active {
}
header ul li a:hover {
  color: #000;
  background: #fad92e;
}
header ul li:hover a {
  background: #f8da40;
}
.headerright-wrap h6,
.headerright-wrap h6 span {
  color: #fff;
}
.logo img {
  width: 100%;
  padding: 3px;
}
.logoinner { 
  max-width: 110px;
  height: 195px;
  position: absolute;
  border-radius: 77px;
  overflow: hidden;
  background: #fff;
  padding: 14px;
  top: 10px;
  z-index: 1;
  border: 1px solid #f8da40;
}

/* .logoinner {
  max-width: 88px;
  background: #fff;
  padding: 0px;
  border-radius: 3px;
} */

.logoinner p {
  border-top: 1px dashed #eee;
  padding-top: 10px;
  text-align: center;
  font-family: var(--theme-h-fontfamily);
  max-width: 84%;
  margin: 6px auto 0px auto;
}
.logoinner p span {
  display: block;
  font-family: var(--theme-h-fontfamily);
  font-size: 28px;
}
.logoinner p em {
  font-family: var(--theme-cursive-fontfamily);
  line-height: 14px;
  bottom: -10px;
  width: 100%;
  left: 0px;
  font-size: 19px;
  top: -21px;
  position: relative;
}

/* ----banner--- */

.banner-wrapper img {
  width: 100%;
  display: block;
}
.innercontent {
  position: absolute;
  bottom: 12%;
  text-align: center;
  width: 100%;
  z-index: 1;
}
section.banner-wrapper {
  position: relative;
}

.innercontent * {
  color: #fff;
}

.innercontent h1 {
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-family: var(--theme-fontfamily);
}
.innercontent h2 {
  font-size: 44px;
  line-height: 73px;

  text-transform: uppercase;
  color: #ffffff;
  font-family: "GFS Didot", serif;
  text-align: center;
}
.innercontent p {
  font-size: 66px;
  line-height: 53px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-family: var(--theme-cursive-fontfamily);
  margin-top: -18px;
}

section.banner-wrapper:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  background: linear-gradient(#0000ff00, #0000ff00, #00000029, #000000b5);
}
/* ---about-- */
.aboutleft-img img {
  padding: 10px;
}

.aboutleft-img {
  max-width: 154px;
  margin: auto;
  background: #fff;
  /* border-radius: 80px; */
  overflow: hidden;
}
.aboutleft-img p span {
  font-size: 96px;
  text-align: center;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  line-height: 74px;
  display: block;
}
.aboutleft-img p strong {
  display: block;
  font-family: var(--theme-cursive-fontfamily);
  font-size: 42px;
  line-height: 42px;
  color: #000000;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: -10px;
}
section.aboutcontent-wrapper {
  /* background: #f3f3f3; */
  padding: var(--theme-section-space);
}
section.aboutcontent-wrapper .innercontainer {
  max-width: 700px;
}
section.aboutcontent-wrapper .row {
  display: flex;
  align-items: center;
}

.aboutleft-img p {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
}
.bottomlogo {
  position: relative;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  /* display: none; */
}

.btnfull {
  background: var(--theme-color);
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-family: var(--theme-fontfamily);
  padding: 9px 20px;
  border-radius: 21px;
  width: 150px;
  display: inline-block;
  text-align: center;
  -webkit-font-smoothing: auto;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.btnfull:hover {
  background: #000;
  color: #fff;
}
.headerright-wrap .btnfull:hover {
  background: #000;
  color: #fff;
}
header ul li {
  padding: 0px;
}
header ul > li > a {
  padding: 34px 18px;
}
header ul li ul li:hover {
  background: #f8da40;
  color: #000;
}

header ul li ul li:hover a {
  color: #000;
}
ul.submenu li a {
  padding: 10px !important;
  display: block;
}
.headerright-wrap h6,
.headerright-wrap h6 span {
  color: #c6c6c6;
  font-size: 10px;
  font-family: var(--theme-fontfamily);
  text-align: right;
}
.headerright-wrap h6 {
  font-weight: 600;
  padding-right: 15px;
}
.headerright-wrap h6 span {
  font-weight: 300;
  display: block;
  -webkit-font-smoothing: auto;
}
header ul li a {
  font-size: 13px;
  font-family: var(--theme-fontfamily);
  font-weight: 400;
  -webkit-font-smoothing: auto;
  letter-spacing: 0.01em;
}
header .col.span_3:last-child {
  width: 26%;
  padding-left: 0px;
}

.btnfull:hover {
  opacity: 0.97;
}

section.aboutcontent-wrapper h6 {
  font-size: 12px;
  line-height: 50px;
  color: #737373;
  font-weight: 300;
  font-family: var(--theme-fontfamily);
  margin-top: 30px;
  margin-bottom: 5px;
  -webkit-font-smoothing: auto;
}

section.aboutcontent-wrapper h6 strong {
  font-weight: 500;
  color: #737373;
}

section.aboutcontent-wrapper h6:before {
  content: "";
  border-top: 1px solid #d3d3d3;
  display: inline-block;
  width: 221px;
  position: absolute;
}

/* section.philoscontent-wrapper h6 {
  font-size: 12px;
  line-height: 45px;
  color: #737373;
  font-weight: 400;
  font-family: var(--theme-fontfamily);
} */

p strong {
  font-weight: 500;
}

section.philoscontent-wrapper {
  background: var(--theme-color);
  padding: var(--theme-section-space);
}
section.philoscontent-wrapper h2 span {
  font-size: 29px;
  line-height: 29px;
  color: #000000;
  font-family: var(--theme-h-fontfamily);
  text-align: center;
  background: #fff;
  padding: 16px 19px;
  display: inline-block;
}

section.philoscontent-wrapper p {
  font-size: 18px;
  line-height: 33px;
  font-weight: 300;
  -webkit-font-smoothing: auto;
}

section.philoscontent-wrapper h6 span {
  font-size: 58px;
  line-height: 33px;
  color: #000000;
  font-weight: bold;
  font-family: var(--theme-cursive-fontfamily);
  text-transform: lowercase;
  display: inline-block;
  margin-right: 22px;
}
section.philoscontent-wrapper h6 {
  font-size: 25px;
  line-height: 45px;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  font-family: "GFS Didot", serif;
  margin-top: 28px;
  margin-bottom: 36px;
}
section.philoscontent-wrapper h2 {
  margin-bottom: 20px;
}

.philos-right-con {
  padding-left: 40px;
}

/* category list */
.listinner {
  position: relative;
  background: #000;
}
.listinner p {
  font-size: 21px;
  line-height: 38px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--theme-fontfamily);
  text-align: center;
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.listinner p a {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  width: 150px;
}
section.categorylist-wrapper {
  padding: var(--theme-section-space);
}
.listinner img {
  opacity: 0.6;
  display: block;
}

section.categorylist-wrapper .col {
  margin-bottom: 20px;
}

/* video */

section.vision-wrapper {
  background: #384081;
  background: linear-gradient(0deg, #fff 50%, #384081 50%);

  padding: var(--theme-section-space);
}

.vision-head h2 {
  font-size: 25px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  font-family: "GFS Didot", serif;
}

.vision-head h5 {
  font-size: 17px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  font-family: var(--theme-fontfamily);
}
/* calltoaction */

section.calltoaction-wrapper {
  position: relative;
}

.calltoaction {
  position: absolute;
  right: 10%;
  top: calc(50% - 50px);
}
.calltoaction p {
  font-size: 23px;
  line-height: 38px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-family: var(--theme-fontfamily);
  margin-top: 10px;
}

/* vision */

.vision-content {
  max-width: 818px;
  margin: auto;
  width: 100%;
  padding-top: 35.25%;
  height: 0px;
  position: relative;
  margin-top: 40px;
}
.vision-content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* footer */
footer {
  background: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer img {
  max-width: 45px;
  margin: auto;
}

footer .row {
  display: flex;
  align-items: center;
}
.footerlinks ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footerlinks ul li {
  display: inline-block;
  padding: 0px 10px;
}

.footerlinks ul li a {
  color: #fff;
  font-family: var(--theme-fontfamily);
  font-size: 13px;
  text-transform: uppercase;
}
.footerlinks ul li a:hover {
  color: var(--theme-color);
}

footer h6 p {
  font-weight: 300;
  display: block;
  color: #c6c6c6;
  font-size: 12px;
  font-family: var(--theme-fontfamily);
  text-align: left;
  line-height: inherit;
}

footer .headerright-wrap {
  display: flex;
  align-items: center;
}
footer .headerright-wrap h6 {
  padding-left: 15px;
}

section.categorylist-wrapper .col:nth-last-child(-n + 3) {
  margin-bottom: 0px;
}
.logoinner {
  transition: transform 0.9s ease-in-out;
}
/* .logoinner.scrolllogo {
  transform: translate(0px, -206px);
} */

header ul li ul {
  display: none;
}
.calltoaction .btnfull {
  width: 147px;
}
section.donor_logo h3 {
  font-size: 40px;
  line-height: 52px;
  color: #000000;
  font-family: "Bebas Neue";
  margin-bottom: 25px;
  text-align: center;
}
section.donor_logo p img {
  max-width: 259px;
  margin: auto;
}
section.donor_logo {
  padding: var(--theme-section-space);
  background: #fbfbfb;
}
.whitebutton {
  background: #fff;
  color: #000;
  width: 152px;
  margin-top: 24px;
}
header ul > li > ul > li ul.submenu {
  position: absolute;
  left: 100%;
  display: none;
  top: -24px;
}
header ul > li > ul > li:hover ul.submenu {
  display: block;
}
header ul li ul li a {
  /* font-size: 11px; */
  line-height: 14px;
  display: inline-block;
}
header ul > li > ul > li:last-child {
  padding-bottom: 0px;
}
header ul li ul li {
  padding-left: 10px;
}
.cross_icon{
  display: none;
}
section.aboutcontent-wrapper.homewrap .row .span_12 p,
  section.aboutcontent-wrapper.homewrap .row .span_12 h6 {
    text-align: center !important;
  }
  section.aboutcontent-wrapper.homewrap{
    text-align: center !important;

}
   
@media screen and (min-width: 768px) {
  header ul > li:hover ul {
    display: block;
  }
  header ul li {
    position: relative;
  }
  header ul li ul {
    position: ABSOLUTE;
    background: #f8da40;
    top: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    left: 0px;
    border-bottom: 6px solid var(--theme-color);
    width: 236px;
    /* border: 1px solid #f0f0f0; */
  }
}
@media screen and (max-width: 767px) {
  header ul li ul {
    top: 50px;
    position: absolute;
    z-index: 1;
    background: #f2f2f2;
    width: 200px;
    left: 8px;
  }
  header ul li {
    position: relative;
  }
  p,
  section.philoscontent-wrapper p {
    font-size: 16px;
    line-height: 28px;
  }
  section.philoscontent-wrapper .col {
    width: 100%;
  }
  .philos-right-con {
    padding-left: 0px;
    margin-top: 30px;
  }
  section.philoscontent-wrapper h6 span {
    font-size: 32px;
  }

  section.philoscontent-wrapper h6 {
    /* font-size: 15px; */
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
  }

  section.categorylist-wrapper .col {
    width: 50%;
  }

  .listinner p {
    font-size: 14px;
    line-height: 26px;

    bottom: 18px;
  }
  .btnfull {
    padding: 6px 15px;
  }
  section.categorylist-wrapper .col:nth-child(2n + 1) {
    clear: both;
  }
  .banner-wrapper img {
    height: 400px;
    object-fit: cover;
  }
  .innercontainer {
    padding: 0px 20px;
  }
  section.philoscontent-wrapper h2 {
    text-align: center;
  }
  .listinner p a {
    width: 121px;
  }
  .calltoaction-img img {
    height: 240px;
    object-fit: cover;
  }
  section.categorylist-wrapper .col {
    margin-bottom: 10px;
    padding: 0px 5px;
  }
  .innercontent h2 {
    font-size: 34px;
  }
  section.banner-wrapper .innercontent h2 {
    line-height: normal;
  }
  .innercontent p {
    font-size: 52px;
  }
  .aboutleft-img p span {
    font-size: 69px;
  }
  .aboutleft-img p strong {
    font-size: 39px;
  }
  section.aboutcontent-wrapper h6 {
    margin-top: 20px;
  }
  section.philoscontent-wrapper h2 span {
    font-size: 24px;
    line-height: 24px;
  }
  .logoinner {
    max-width: 92px;
    padding: 6px;
    height: 163px;
  }
  .logoinner p em {
    top: -14px;
  }
  .vision-head h5 {
    line-height: 30px;
  }

  .vision-content {
    padding-top: 77.25%;
  }
  header .innercontainer {
    flex-wrap: wrap;
  }
  .logoinner {
    position: unset;
  }
  header .col.span_3:last-child {
    width: 100%;
  }
  .logoinner-stick {
    display: none;
  }
  header .innercontainer .col {
    width: 100%;
  }
  .logoinner {
    margin: auto;
  }
  html {
    overflow-x: hidden;
  }
  .headerright-wrap h6,
  .headerright-wrap h6 span {
    text-align: center;
  }
  .headerright-wrap h6 span {
    display: inline-block;
  }
  .headerright-wrap {
    display: flex;
    text-align: center;
  }
  header {
    background: #fff;
  }
  header ul li a {
    color: #000;
  }

  header .col.span_3:last-child {
    order: 1;
  }
  header .col.span_3:first-child {
    order: 2;
    margin-bottom: 18px;
  }
  header .col.span_6 {
    order: 3;
  }
  .headerright-wrap {
    flex-flow: column;
    margin-bottom: 20px;
  }
  header {
    position: fixed;
  }
  body {
    padding-top: 0px;
  }
  section.banner-wrapper:after {
    content: none;
  }

  .innercontent {
    position: static;

    background: #333333;
    padding: 30px 20px;
  }

  section.aboutcontent-wrapper.homewrap .row .span_4 {
    display: none;
  }

  section.aboutcontent-wrapper.homewrap .row .span_8 {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  
 
  section.philoscontent-wrapper {
    background: #f2f2f2;
    padding-top: 0px;
  }
  .philos-right-con {
    background: #fff;
    padding: 20px;
    text-align: center;
    max-width: 90%;
    margin: -40px auto 0px auto;
  }
  .philoscontent-wrapper .innercontainer {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.categorylist-wrapper {
    background: #f2f2f2;
    padding-top: 0px;
  }
  footer .row {
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  footer .row .col {
    width: 100%;
  }
  footer h6 p {
    display: inline;
  }
  footer .headerright-wrap {
    flex-direction: column-reverse;
  }
  footer .headerright-wrap h6 {
    margin-bottom: 15px;
  }
  footer {
    padding-bottom: 0px;
  }
  footer .row .col:last-child {
    background: #1d1d1d;
    padding: 20px 18px;
  }
  .vision-head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .headerright-wrap h6 {
    margin-bottom: 10px;
  }

  header.sticky {
    top: -260px;
    position: fixed;
  }
  section.aboutcontent-wrapper.aboutpage .span_8,
  section.aboutcontent-wrapper.founderpage .span_8 {
    width: 100%;
  }
  .innercontent.rightcontent {
    transform: none !important;
  }
  .banner-wrapper .founderimage img {
    height: 200px;
  }
  .volunteerswrap {
    flex-direction: column;
  }

  .volunteerswrap .banner-left {
    width: 100%;
  }
  .volunteerswrap .banner-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  section.loactioncallto {
    margin-bottom: 50px;
  }
  section.trusteelist ul li {
    width: calc(100% / 1 - 3px) !important;
    padding: 0px 20px;
    margin-bottom: 40px;
  }
  section.aboutcontent-wrapper.aboutpage h2,
  .trusteehead h2 {
    font-size: 35px;
    line-height: 42px;
  }
  section.loactioncallto img {
    height: 220px;
    object-fit: cover;
  }
}


.homewrap .aboutleft-img {
  max-width: 154px;
  margin: auto;
  background: #fff;
  border-radius: 80px;
  overflow: hidden;
}
 section.aboutcontent-wrapper.homewrap{
  background: #f3f3f3;
}
/* new changes */

section.history-wrap .innercontainer .aboutleft-img {
  border: 1px solid #f8da40;
  border-radius: 77px;
  overflow: hidden;
}
footer .headerright-wrap h6{
  color: #c6c6c6;
}
@media screen and (max-width: 992px){
  header .innercontainer .span_3{
    width: 10%;
  }
  header .innercontainer .col.span_6{
    width:64%;
  }
  header .col.span_3:last-child{
    width: 10%;
  }
  .headerright-wrap h6, .headerright-wrap h6 span{
    font-size: 10px;
    text-align: center;
  }
  .headerright-wrap a.btnfull{
    font-size: 12px;    
    width: fit-content;
  }
  .banner-right {
    width: 50%;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
footer .row .col.span_4:nth-child(2){
  display: none;
}
footer .row .col.span_4:nth-child(3){
  width: 44.333333%;
}
footer .headerright-wrap{
  justify-content: center;
}
footer .row .col.span_4:nth-child(1){
  width: 50%;
}
footer .headerright-wrap h6,footer .headerright-wrap h6 span{
  color: #c6c6c6;
}
}
@media screen and (max-width: 767px){
  
  section.aboutcontent-wrapper{
    padding: 20px 0;
  }
  section.gallery-wrapper .innercontainer .row{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap
}
  section.gallery-wrapper .innercontainer .col.span_4{
    width: 50%;
  }
  section.gallery-wrapper .innercontainer .col.span_4 img{
    height: auto;
  }
  section.history-wrap .innercontainer .aboutleft{
    border: 1px solid #f8da40;
    border-radius: 77px;
    overflow: hidden;
  }
  section.history-wrap .innercontainer .aboutleft-img p strong{
    font-size: 32px;
  }
  section.history-wrap .innercontainer .aboutleft-img p span{
    font-size: 59px;
  }
  footer .row .col.span_4:nth-child(3){
    width: 100%;
  }
  .footerlinks ul li a{
    font-size: 9px;
  }
  .volunteer_btn{
    margin-top: 50px !important;
  }
  section.history-wrap ul li{
    font-size: 12px !important;
  }
  .history-wrap{
    padding: 20px 0 !important;
  }
  section.whysupport-wrapper .row .span_6{
    width: 100%;
  }

  /* Navbar Styling */
  .mobile_icon{
    display: block;
    position: relative;
    top: 23px;
    left: 7px;
    z-index: 99;
  }
  header .innercontainer .col.span_6 ul{
    display: block;
    margin: 10px 0;
  }
  header .innercontainer{
    display: grid;
    height: auto;
    padding-bottom: 10px;
  }
  header .col.span_3:first-child{
    order: 1;
  }
  header .col.span_3:first-child{
    width: 100%;
    margin-bottom: 0;
    height: 45px;
    z-index: 2;
    /* height: 0; */
  }
  header .innercontainer .col.span_6{
    width: 0;
    overflow: hidden;
    height: auto;
    position: fixed;
    background: #fff;
    left: -7%;
    top: 0;
    height: 100%;
    z-index: 999;
    /* padding: 0 20px; */
  }
  header .innercontainer .col.span_6 ul li:focus, header .innercontainer .col.span_6 ul li a:focus{
    background-color: #fff;
  }
  header ul li a:hover{
    background-color: #fff;
  }
  header ul li ul{
    display: block !important;
  }
  header ul li ul{
    position: static;
    background-color: #fff;
    width: 100%;
    padding-left: 20px;
  }
  header ul li ul li a{
    line-height: 9px;
  }
  header .col.span_3:last-child{
    width: 0;
    /* height: 0px; */
    overflow: hidden;
    height: auto;
    position: fixed;
    background: #fff;
    left: -7%;
    top: 62%;
    z-index: 999;
  }
  header ul > li > a{
    padding: 10px 20px;
  }
  header ul li:hover a{
    background-color: inherit;
  }
  .logoinner{
    margin: -42px auto auto auto;
  }
  header .innercontainer .col.span_6 > ul li a{
    font-weight:500;
  }
  /* header{
    padding-bottom: 62px;
  } */
  .cross_icon {
    display: block;
    height: 7%;
    width: 100%;
    font-size: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #333;
    margin-left: 18px;
    transition: all 0.4s linear;
}

.cross_icon::after{
  content:"\00D7";
  position:absolute;
  top:0;
  right:0;
  width: 18%;
  text-align: end;
  z-index: 999;
  display: grid;
  place-items: center;
  transition:all 0.5s linear
}

.cross_icon:focus .cross_icon::after{
  transform: rotate(180deg);
}
.container_for_table{
  overflow: scroll;
}
section.categorylist-wrapper .row{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
section.banner-wrappers, section.banner-wrapper{
  padding-top: 100px;
}


}
.withanne img{
  width: 347px;
  margin: auto;
}


/* new changes 8-dec-2023 */

section.philoscontent-wrapper .innercontainer .row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section.philoscontent-wrapper .innercontainer .row .col.span_6 .philos-right-con h6{
margin-top: 0;
}

footer .innercontainer .row .col.span_4{
  width: calc(100% / 3);
}

section.aboutcontent-wrapper.founderpage .innercontainer .row .col.span_12 p{
  text-align: center;
}

@media screen and (max-width: 768px){
  footer .innercontainer .row .col.span_4{
    width: 100%;
  }
}

/* home page youtube video  */

.vision-wrapper .vision-content{
  position: relative;
}

.youtube_new_thumnail{
  position: absolute;
  top: 0;
  cursor: pointer;
}


@media screen and (max-width: 768px){
  .youtube_new_thumnail img{
    height: 100%;
    object-fit: cover;
    object-position: center;
  }


  .vision-wrapper .vision-head {
    padding-left: 10px;
    padding-right: 10px;
}

  .vision-wrapper .vision-content{
    padding-top: 53.25%;
    margin-top: 20px;
  }

  
/* support us css mobile  */


section.categorylist-wrapper .innercontainer .row {
  flex-wrap: inherit;
  justify-content: inherit;
  overflow-x: auto;
}

section.categorylist-wrapper .innercontainer .row .col.span_4{
  min-width: 75%;
}


.calltoaction{
  width: 100%;
  right: inherit;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

}

section.categorylist-wrapper .innercontainer .row .col.span_4{
 width: 33.3%;
}




