

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  border: none;
  outline: none;
  text-decoration: none;
  color: #365069;
  cursor: pointer;
}
a:hover{
  color: #365069;
}

a.link {
  color: #da4e34;
}
a.link:hover{
  color: #cf2509;
}

b, strong, .fw-bold{
  font-weight: 600 !important;
}

sup {
  font-size: 11px;
  vertical-align: super;
}
sub {
  font-size: 11px;
  vertical-align: sub;
}

big{
  font-size: 160%;
}

* {
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow: auto;
  color: #243746;
  line-height: 1.4;
}

.z-index1{
  z-index: 1;
}
.z-index2{
  z-index: 2;
}
.z-index3{
  z-index: 3;
}


.border-bottom {
  border-bottom: 1px solid #070B0E2E!important;
}

.text-none{
  text-transform: none;
}


.text-justify{
  text-align: justify !important;
}

.text-justify-center{
  text-align: justify !important;
  text-align-last: center !important;
}


.pb-80{
  padding-bottom: 80px !important;
}

.vh-100{
  height: 100vh;
}


.container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
  max-width: 1440px; width:calc(100% - 30px);
}   

.container.container_mid_size, .main_carousel .swiper .swiper-pagination {
  max-width: 1804px;
}

h1{
  font-size: 70px;
  font-weight: 300;
  color: #393939;
  text-transform: uppercase;
}
h1 span.small{
  display: block;
  font-weight: 300;
  line-height: 1;
}
h1.text-shadow{
  text-shadow: 0px 3px 25px #000000;
}


h2{
  font-size: 50px;
  font-weight: 600;
  color: #222728;
  line-height: 1.2;
  text-transform: uppercase;
}
h2 span{
  font-weight: 300;
}
h2 span.small{
  display: block;
  font-weight: 300;
  font-size: 70%;
  line-height: 1;
}


h3, .h3{
  font-size: 28px;
  font-weight: 600;
  color: #243746;
  text-transform: uppercase;
}

h3.caption{
  text-transform: none;
  line-height: 1.5;
}

h3.text-shadow{
  text-shadow: 0px 3px 12px #000000;
}
h3 span{
  font-weight: 300;
}

h4, .h4{
  font-size: 20px;
  font-weight: 600;
  color: #243746;
  text-transform: uppercase;
}


h5, .h5{
  font-size: 26px;
  font-weight: 600;
  color: #222728;
  text-transform: uppercase;
}

h6, .h6{
  font-size: 20px;
  font-weight: 600;
  color: #243746;
}




p{
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}
p:last-child{
  margin-bottom: 0;
}

p.smaller{
  font-size: 16px;
}



.list {
  padding-left: 1rem;
  margin-bottom: 15px;
}
.list li {
  list-style: disc;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.list li:last-child {
  margin-bottom: 0;
}

.list ul {
  padding-left: 1rem;
  padding-top: 5px;
}
.list > li li {
  list-style: circle;
  
}



.border-list{
  padding-left: 0;
  margin-bottom: 25px;
  
}
.border-list li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
}

.border-list li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 8px);
  width: 5px;
  background-color: #EF4023;
}


.border-list li:last-child {
  margin-bottom: 0;
}


.text-small{
  font-size: 60%;
}



.section_title {
  width: 100%;
}

.section_title h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
  text-align: center;
  color: #070B0EE2;
  font-weight: 300;
  text-transform: uppercase;
}

.section_title h3:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 4px;
  width: 30px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #EF4023;
}



.text-shadow{
  text-shadow: 0px 0px 2px #373737;
}


.color_studio{
  color: #7E4D9D !important;
}
.color_orange{
  color: #EF4023 !important;
}
.color_white{
  color: #fff !important;
}
.color_gray{
  color: #606060 !important;
}
.color_blue{
  color: #365069 !important;
}
.color_off-white{
  color: rgba(255, 255, 255, 0.6) !important;
}

.color_blue-whale{
  color: #243746 !important;
}




.font-size1 {
  font-size: 14px;
}

.font-size2 {
  font-size: 15px;
}

.font-size3 {
  font-size: 16px;
}

.font-size4 {
  font-size: 17px;
}

.font-size4 {
  font-size: 18px;
}

.font-size5 {
  font-size: 19px;
}

.font-size6 {
  font-size: 20px;
}

.font-size7 {
  font-size: 21px;
}

.font-size8 {
  font-size: 22px;
}

.border-bottom-solid-15{
  border-bottom: 15px solid #fff;
}


.bg_dark_blue{
  background: rgb(36,55,70);
  background: linear-gradient(99deg, rgba(36,55,70,1) 0%, rgba(36,55,70,1) 100%);
}

.bg_orang{
  background: #e97132 !important;
}

.bg_panache{
  background-color: #F9FBF8 !important;
}

.bg_ghostWhite{
  background-color: #F8F8F9 !important;
}

.bg_ghostWhite::before{
  background-color: #F8F8F9 !important;
}

.bg_White{
  background-color: #fff !important;
}

.bg_mistyRose{
  background-color: #FCE1DD !important;
}
.bg_blue-whale{
  background-color: #243746 !important;
}


.btn {
  background-color: #EF4023;
  border: 1px solid #EF4023;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 1.5rem;
  height: 46px;
  line-height: 44px;
  font-weight: 600;
  transition: none;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  margin: 5px;
  margin-right: 20px;
  margin-left: 0;
  transition: all ease 0.3s;
  white-space: nowrap;
}
.btn:last-child{
  margin-right: 0;
}
.btn.active {
  pointer-events: none;
}
.btn:hover {
  background-color: transparent;
  color: #EF4023;
  text-decoration: none;
}
.btn.bordered {
  background-color: transparent;
  color: #070B0EE2;
  border-color: #070B0EE2;
}
.btn.bordered:hover {
  background-color: #EF4023;
  border-color: #EF4023;
  color: #fff;
}
.btn.bordered.white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.bordered.white:hover {
  background-color: #fff;
  color: #070B0EE2;
  border-color: #fff;
}
.btn.no-bordered{
  border: none !important;
  background-color: transparent !important;
  color: #243746;
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
}
.btn.no-bordered:hover {
  color: #EF4023;
}


.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 78, 125, 0.25);
} 
.btn.rounded{
  border-radius: 23px !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #fff;
  pointer-events: none;
  background-color: #3580c2;
  border-color: #184E7D;
  opacity: .65;
}

.btn > i{
  font-size: 20px;
  transition: transform ease 0.3s;
}

.btn:hover > i.fa-arrow-up-right{
  transform: rotate(45deg);
}


.btn-pledge{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 0 2rem;
  height: 72px;
  line-height: 70px;
  font-weight: 600;
  transition: none;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  transition: all ease 0.3s;
  white-space: nowrap;
}
.btn-pledge:hover {
  background-color: #EF4023;
  border-color: #EF4023;
  color: #fff;
}

.btn-pledge > i{
  font-size: 24px;
  transition: transform ease 0.3s;
  vertical-align: middle;
}
.btn-pledge:hover > i{
  transform: scale(1.4);
}


.btn-events{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 0 3rem;
  height: 72px;
  line-height: 70px;
  font-weight: 600;
  transition: none;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  transition: all ease 0.3s;
  white-space: nowrap;
}
.btn-events:hover {
  background-color: #EF4023;
  border-color: #EF4023;
  color: #fff;
}



header{
  background-color: rgba(36, 55, 70, 0.78);
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px -3px 25px #00000054;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

main{
  width: 100%;
  position: relative;
  z-index: 9;
  /* padding-top: 72px; */
}

main.topPadding{
  padding-top: 72px;
}



.section{
  position: relative;
  background-color: #fff;
}

.section.section-padding-1{
  padding: 40px 0;
}

.section.section-padding-2{
  padding: 20px 0;
}

.section.section-padding{
  padding: 60px 0;
}

.section.breadcrumb_section{
  background-color: #F8F8F9;
  padding: 15px 0;
}

.section-border > .section{
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
/* .section-border > .section:first-child{
  border-top: none;
}
.section-border > .section:last-child{
  border-bottom: none;
} */


.bg_snow {
  background-color: #FFF8F7;
}

.bg_aliceBlue {
  background-color: #E0F4FC;
}


.dual-bg-square{
  position: relative;
}
.dual-bg-square > div{
  position: relative;
  z-index: 2;
}
.dual-bg-square::after{
  content: "";
  position: absolute;
  left: 0;
  top: 3%;
  height: 600px;
  width: 55%;
  background-color: rgba(224, 244, 252, 0.36);
  z-index: 1;
}
.dual-bg-square::before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 20%;
  height: 450px;
  width: 40%;
  background-color: rgba(254, 110, 0, 0.07);
  z-index: 1;
}

header .logoWrap {
  min-width: 110px;
  width: 110px;
}

header .logo {
  display: block;
}

header .logo > img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.menu-wrap{
  display: inline-flex;
}


.primary_menu {
  display: inline-flex;
  max-width: 100%;
  margin: 0;
}



.sitenavigation{
  width: 100%;
}




.primary_menu > li{
  padding: 0 0.8rem;
}
.primary_menu > li:first-child, .primary_menu .submenu li:first-child {
  margin-left: 0;
}
.primary_menu > li:last-child, .primary_menu .submenu li:last-child {
  margin-right: 0;
}





.primary_menu > li .nav_menu {
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 1.1rem 0;
  color: #fff;
  position: relative;
  cursor: pointer;
  height: 100%;
  text-align: center;
}

.primary_menu > li > .nav_menu{
  line-height: 72px;
  padding: 0;
}


.primary_menu > li > .nav_menu:hover, .primary_menu > li.showMe > .nav_menu {
  color: #fff;
}

.primary_menu > li > .nav_menu:hover:before, .primary_menu > li.showMe > .nav_menu:before {
  width: 35px;
}

.primary_menu > li .nav_menu.showmenu{
  position: relative;
}


.primary_menu > li > .nav_menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 3px;
  width: 0;
  background-color: #da4e34;
  transition: all ease 0.3s;
}


.primary_menu > li > .nav_menu.active:before {
  width: 35px;
}

.primary_menu li > .submenu li > .nav_menu.active{
  color: #da4e34;
}



.primary_menu .submenu {
  position: absolute;
  left: 0;
  top: 72px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  z-index: 3;
  padding: 20px 20px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: -3px 3px 25px #00000029;
  
}
.primary_menu .submenu ul {
  transition: all ease 0.3s ;
  margin: 0;
  padding: 0;
  display: block;
  display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.primary_menu .submenu li {
  padding: 0;
}

.primary_menu .submenu li .nav_menu {
  font-weight: 500;
  font-size: 14px;
  color: #243746;
  padding: 0.7rem 0;
  transition: all ease 0.3s;
}
.primary_menu .submenu li .nav_menu:hover{
  background-color: rgba(0,0,0,.1);
  color: #ef4023;
}

.submenu .menuLogo {
  width: 16.6666%;
  vertical-align: top;
}
.submenu .menuLogo img {
  width: auto;
  height: 40px;
  margin-bottom: 15px;
}
.submenu .menuLogo span {
  display: block;
}

/* .primary_menu .submenu li .nav_menu:hover img, .primary_menu .submenu li .nav_menu.active img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(57%) saturate(4098%) hue-rotate(353deg) brightness(107%) contrast(88%);
} */



.menu-icon {
  /* border-radius: 50%; */
  width: 44px;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
  color: #fff;
}
.menu-icon:hover{
  color: #fff;
}

.is-tapped .menu-icon{
  background-color: #fff;
  color: #da4e34;
}
.is-tapped .menu-icon:hover{
  color: #da4e34;
}





footer{
  background-color: #243746;
  color: #fff;
  position: relative;
  z-index: 9;
}
footer .footrlink{
  text-decoration: none;
  color: #fff;
  font-size: 14px; 
  font-weight: 500;
  }
footer .footrlink.title{ 
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 18px; 
  font-weight: 300; 
  text-transform: uppercase; 
}

footer .footrlink:hover{
  color: rgba(255, 255, 255, 0.8);
}
footer .footrlink.active{
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
.footer_logo {
  max-width: 130px;
}
.social_page_links > a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #184E7D;
  border-radius: 50%;
  margin: 0 0.2rem;
  transition: all ease .2s; 
}
.social_page_links > a:hover{
  background-color: #da4e34;
}

.social_page_links > a.full{
  width: auto;
}
.social_page_links > a.full > span{
  font-size: 16px;
}


.icon_sm {
  width: 32px;
  height: 32px;
  line-height: 30px; 
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  vertical-align: middle;
}
.icon_sm > i{ font-size: 16px; vertical-align: middle; }
.icon_caption {
  width: 100%;
  display: inline-block;
  padding: 0.3rem  0.3rem  0.3rem 0.3rem;
  font-weight: 400;
}


.footerband {
  background-color: #e9e9e9;
  color: #525252;
  font-size: 14px;
  padding: 16px 0;
}

.footerband a{
  color: #525252;
  padding: 10px;
}
.footerband a:hover{
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
}









.home-slider {
  position: relative;
  min-height: 380px;
  height: 100vh;
}

.home-slider .swiper-container {
  height: 100%;
}

.home-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.home-slider .swiper-slide::before{
  content: "";
  position: absolute;
  left:0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(264deg, #24374600 25%, #243746C2 70%, #243746 100%) 0% 0% no-repeat padding-box;
  opacity: 45%;
}
.home-slider .swiper-slide.beforeNone::before{
  display: none;
}



.home-slider .swiper-slide a{
  display: block;
  height: 100%;
}
.home-slider .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.home-slider .bannerCont {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 100%;
  z-index: 3;
  color: #fff;
}

.home-slider .bannerCont p{
  font-size: 20px;
}


.home-slider .bannerCont h1, .home-slider .bannerCont h2, .stories-wraper h2, .pledge-wraper h2, .events-wraper h2{
  font-size: 70px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.pledge-wraper h2, .events-wraper h2{
  font-size: 42px;
}

.events-wraper h2{
  text-transform: none;
}

.stories-heading-wraper h2{
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-slider .bannerCont h3{
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  /* line-height: 1; */
  margin-bottom: 50px;
  text-transform: uppercase;
}


.commitment-header{
  font-size: 18px;
  padding: 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.commitment-text{
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #fff;
  transition: all ease 0.3s;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(239, 65, 35, 0.70);
  padding: 25px 15px;
  height: 100%;
  width: 100%;
}
.commitment-text:hover{
  color: #fff;
  /* scale: 1.1; */
  /* font-weight: bold; */
  background-color: rgba(239, 65, 35, 0.95);
}

.commitment-text > i{
  transition: transform ease 0.3s;
}

.commitment-text:hover > i.fa-arrow-up-right{
  transform: rotate(45deg);
}



.pledge-wrap{
  height: 100%;
}

.pledge-text{
  font-size: 22px;
  font-weight: 500;
  display: block;
  color: #fff;
  transition: all ease 0.3s;
  cursor: pointer;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color:  rgba(36, 55, 70, 0.82);
  padding: 20px;
  padding-bottom: 40px;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.pledge-text:hover{
  color: #fff;
  /* scale: 1.1; */
  /* font-weight: bold; */
  background-color: #EF4023;
}
.pledge-text > .arrow{
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.pledge-text .arrow i{
  transition: transform ease 0.3s;

}

.pledge-text:hover .arrow i.fa-arrow-up-right{
  transform: rotate(135deg) scale(1.5);
}


.pledge-text .textin{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}










.home-slider .swiper-button{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  text-align: center;
}

.three-col-slider .swiper-button{
  margin: 0 auto;
  display: table;
}

.five-col-slider .swiper-button{
  margin: 0 auto;
  display: table;
}





.swiper-button .swiper-button-next, .swiper-button .swiper-button-prev {
  margin: 20px;
  display: inline-block;
  height: 18px;
  position: relative;
  width: 18px;
  background: transparent;
}

.swiper-button-number .swiper-button-next, .swiper-button-number .swiper-button-prev {
  margin-top: -10px;
}

.swiper-button-number .swiper-button-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  /* -webkit-transform: rotate(315deg); */
  transform: rotate(315deg);
  right: auto;
  left: auto;
}
.swiper-button-number .swiper-button-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: auto;
  left: auto;
}

.swiper-button-number .swiper-button-next::after, .swiper-button-number .swiper-button-prev::after {
  border-color: #EF4023;
}
.swiper-button-number .swiper-button-next::before, .swiper-button-number .swiper-button-prev::before {
  background-color: #EF4023;
}

.swiper-button-number .swiper-button-next::before, .swiper-button-number .swiper-button-prev::before {
  bottom: 1px;
  content: "";
  height: 35px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-button-number .swiper-button-next::after, .swiper-button-number .swiper-button-prev::after {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.swiper-button-number .swiper-pagination-fraction{
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  display: inline-block;
  margin: 12px 7px;
  vertical-align: top;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}






.swiper-button-all .swiper-button-prev, .swiper-button-all .swiper-button-next{
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: auto;
  margin-top: 0;
  border: 1px solid #365069;
  margin: 0 10px;
  background-image: none;
  text-align: center;
  color: #365069;
  background-color: transparent;
}

.swiper-button-all .swiper-button-prev:hover, .swiper-button-all .swiper-button-next:hover{
  border: 1px solid #FF4612;
  color: #fff;
  background-color: #FF4612;
}

.swiper-button-all .swiper-button-prev {
  left: auto;
  right: auto;
}

.swiper-button-all .swiper-button-next {
  right: auto;
  left: auto;
}

.swiper-button-all .swiper-button-prev:before, .swiper-button-all .swiper-button-next:before {
  font-family: "fontawesome5";
  display: block;
  height: 100%;
  width: 100%;
  font-size: 25px;
}

.swiper-button-all .swiper-button-prev:before {
  content: "\f060";
}

.swiper-button-all .swiper-button-next:before {
  content: "\f061";
}



.behaviour-change-slider {
  position: relative;
  padding: 0;
}

.behaviour-change-slider .swiper-container {
  height: 100%;
  z-index: 3;
}

.behaviour-change-slider .swiper-button{
  position: absolute;
  bottom: 10px;
  left: 52%;
  z-index: 5;
  text-align: center;
}

.behaviour-change-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.behaviour-change-slider .swiper-button{
  display: flex;
  justify-content: center;
  padding-top: 10px;
}




.directors-slider {
  position: relative;
  padding: 0;
  height: calc(100% + 50px);
  margin-top: -25px;
  margin-bottom: -25px;
}

.directors-slider .swiper-container {
  height: 100%;
  z-index: 3;
}

.directors-slider .swiper-button{
  position: absolute;
  left: -160px;
  bottom: 40px;
  z-index: 4;
}

.directors-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transition: all 200ms linear;
  transform: scale(0.8);
}

.directors-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}


.directors-slider .ceo-box{
  padding: 0;
  height: 100%;
}



.directors-slider .profile-thum{
  padding: 20px;
  background-color: #F9FBF8;
  height: 100%;

}

.directors-slider .profile-thum > .img{
  width:100%;
}









.mouse_scroll {
	display: block;
	width: 24px;
	height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  z-index: 4;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  animation-delay: .3s;
  animation-direction: alternate;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}





.social-link {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  overflow: hidden;
}

.social-link ul {
  display: flex;
  height: 100%;
}

.social-link ul li {
  height: 100%;
  padding: 0 4px;
  overflow: hidden;
  margin: 0;
  float: none;
  vertical-align: middle;
}

.social-link ul li img{
  width: 30px;
}





.followUsWraper {
  position: fixed;
  right: 0;
  bottom: 120px;
  background-color: #243746;
  border-radius: 10px 0 0 10px;
  z-index: 999;
  height: 55px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  padding: 0 12px;
}

.followUsWraper:hover {
  transform: translateX(0%);
}
.followUsText {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  overflow: hidden;
  position: absolute;
  background-color: #243746;
  left: 0;
  height: 100%;
  width: 90px;
  padding: 8px 10px 8px 18px;
  border-radius: 10px 0 0 10px;
  transform: translateX(-100%);
  z-index: -1;
}

.followUsWraper:hover .followUsText {
  transform: translateX(0%);
}

.followUsIcon {
  display: inline-block;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  background-color: #243746;
  overflow: hidden;
  padding: 12px 0;
}


.followUsIcon ul {
  display: flex;
  height: 100%;
}

.followUsIcon ul li {
  height: 100%;
  padding: 0 4px;
  overflow: hidden;
  margin: 0;
  float: none;
  vertical-align: middle;
}

.followUsIcon ul li img{
  width: 30px;
  height: 30px;
}





.box-shadow{
  position: relative;
}
.box-shadow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 150%;
  background: url('../images/piramal-hand-icon.svg'), #F9FBF8;
  background-repeat: no-repeat;
  background-position: 30% bottom ;
  background-size: auto 50% ;
}


.video-wrap{
  box-shadow: 0px 3px 25px #EF40232B;
  border-radius: 6px;
  padding: 13px;
  background-color: #fff;
  overflow: hidden;
}






.big-bets-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 70vh;
}

.big-bets-wrap .big-bets-item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  border: 2px solid #FFFFFF;
  position: relative;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;

}
.big-bets-wrap .big-bets-item::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background: #24374661; */
  background: #24374645;
  transition: all 0.3s ease-out;
}
.big-bets-wrap .big-bets-item:hover {
  height: 110%;
}
.big-bets-wrap .big-bets-item:hover:before{
  background: #243746DB;
}

.big-bets-item.item-1 {
  background-image: url('../images/big-bets-item-1.webp');
}

.big-bets-item.item-2 {
  background-image: url('../images/big-bets-item-2.webp');
}

.big-bets-item.item-3 {
  background-image: url('../images/big-bets-item-3.webp');
}

.big-bets-item.item-4 {
  background-image: url('../images/big-bets-item-4.webp');
}

.big-bets-item.item-5 {
  background-image: url('../images/big-bets-item-5.webp');
}


.big-bets-content{
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 20px;
}

.big-bets-content .big-bets-header{
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.hide-content{
  padding-top: 2rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}


.big-bets-wrap .big-bets-item:hover .hide-content{
  display: block;
  max-height: 500px;
}







.ceo-box-wrap{
  padding: 30px;
  padding-bottom: 15px;
  background-color: #F9FBF8;
  height: calc(100% + 30px);
  margin-top: -15px;
}

.profile_thum {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  padding: 0;
  transition: all ease 0.3s;
}

/* .profile_thum:hover{
  scale: 1.05;
} */

.profile_thum > .img {
  display: block;
  width: 100%;
  margin: auto;
  overflow: hidden;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  position: relative;
}

.profile_thum > .img img{
  height: 100%;
  width: auto;
}

.profile_thum figcaption {
  display: block;
}

.profile_thum:hover figcaption{
  color: #EF4023;
}

.popImgWrap figcaption .h5, .profile_thum figcaption .h5 {
  font-size: 22px;
  margin: 15px 0 5px;
  color: #243746;
  font-weight: 600;
  text-transform: capitalize;
  transition: all ease 0.3s;
  font-style: normal;
}

.popImgWrap figcaption span, .profile_thum figcaption span {
  font-size: 16px;
  display: block;
  font-weight: 300;
  color: rgba(36, 55, 70, 0.9);
  font-style: italic;
}

.profile_thum:hover figcaption h5{
  color: #EF4023;
}

.profile_thum .content{
  font-size: 18px;
  margin: 15px 0;
  display: block;
  color: #243746;
}

.profile_thum:hover .btn.no-bordered {
  color: #EF4023;
}
.profile_thum:hover .btn > i.fa-arrow-up-right {
  transform: rotate(45deg);
}



.all_card {
  margin: 1rem;
  /* height: 100%; */
  margin-bottom: 1.3rem;
}

.all_card figure {
  margin: 0;
  padding: 0;
  transition: all ease 0.3s;
  /* height: 100%; */
}

.all_card figure figcaption {
  width: 100%;
  padding: 0;
  color: #525252;
  font-size: 18px;
}

.all_card figure figcaption .header {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all ease 0.3s;
}
.all_card:hover figure figcaption .header{
  color: #EF4023;
}

.all_card figure figcaption .copy {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.all_card figure .image {
  width: 100%;
  box-shadow: 0px 3px 25px #00000012;
  margin-bottom: 25px;
  position: relative;
  background-color: #fff;
  --bs-aspect-ratio: 56.25%;
  transition: all ease 0.3s;
}
.all_card:hover figure .image{
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.all_card figure .image::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.all_card figure .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.all_card figure .image img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.all_card figure .image.object-position-top img{
  object-position: top;
}

.all_card figure .image .date{
  position: absolute;
  bottom: -15px;
  right: 15px;
  background-color: #243746;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 10px 13px;
  text-transform: uppercase;
}
.all_card figure .image .date >span{
  display: block;
  font-size: 26px;
}

.all_card figure .image .tags{
  position: absolute;
  bottom: -15px;
  right: 15px;
  background-color: #243746;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 13px;
  max-width: 180px;
}



.all_card figure > .card_footer {
  padding: 15px 0 0 0;
}

.all_card figure > .card_footer > .link {
  font-size: 18px;
  font-weight: 600;
  color: #243746;
}
.all_card figure > .card_footer > .link:hover{
  color: #243746;
}
.all_card figure > .card_footer > .link i{
  transition: transform ease 0.3s;
}
.all_card:hover figure > .card_footer > .link > i.fa-arrow-up-right{
  transform: rotate(45deg);
}

.all_card figure > .card_footer > .link:hover > i.fa-arrow-up-right{
  transform: rotate(45deg);
}


.all_card figure .image .paly-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
}


.all_card.history_card > figure{
  box-shadow: 0px 3px 25px #36506917;
  background-color: #fff;
}

.all_card.history_card > figure > figcaption > b {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #FF4612;
}







.our-impact-bg-wrap{
  height: 100vh;
  width: 100%;
  position: relative;
}
.our-impact-bg{
  background: linear-gradient( 84deg, #243746FA 0%, #070B0ED9 100% ), url(../images/our-impact-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  color: #fff;
}
.our-impact-bg.anamaya-impact{
  background: linear-gradient( 84deg, #243746FA 0%, #070B0ED9 100% ), url(../images/our-impact-bg-anamaya.jpg);
}
.our-impact-bg.digital-bharat-impact{
  background: linear-gradient( 84deg, #243746ef 0%, #070b0ecd 100% ), url(../images/our-impact-bg-digital-bharat.jpg);
}
.our-impact-bg.piramal-academy-impact{
  background: linear-gradient( 84deg, #243746ef 0%, #070b0ecd 100% ), url(../images/our-impact-bg-piramal-academy.jpg);
}

.our-impact-bg > div{
  padding-top: 60px;
}

.our-impact-bg h3{
  color: #fff;
}


.impact-number{
  color: rgba(255, 255, 255, 0.64);
  font-size: 20px;
  line-height: 1.2;
}
.impact-number span{
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  display: block;
}
.impact-number span small{
  font-size: 30px;
}

.ourPresent .impact-number span{
  font-size: 60px;
}


.piraml-logo-bg{
  background: url('../images/piraml-logo-bg.svg');
  background-repeat: no-repeat;
  background-position: left center ;
  background-size: auto 95% ;
}

.piramal-hand-icon{
  background: url('../images/piramal-hand-icon.svg');
  background-repeat: no-repeat;
  background-position: left bottom ;
  background-size: auto 70% ;
}

.piramal-hand-icon-right{
  background: url('../images/piramal-hand-icon.svg');
  background-repeat: no-repeat;
  background-position: 85% bottom ;
  background-size: auto 70% ;
}





.top-banner-wrap {
  min-height: 250px;
  height: 75vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* background-color: #243746; */
  background-image: url(../images/default-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.top-banner-wrap.top-banner-auto{
  min-height: 520px;
}

.top-banner-wrap.error{
  height: 45vh;
}

.top-banner-wrap img {
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}

.top-banner-wrap .top-banner-img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.top-banner-wrap .top-banner-img.banner-overlay::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* opacity: 84%; */
  background: linear-gradient(260deg, rgba(36, 55, 70, 0.83) 0%, rgba(36, 55, 70, 0.80) 100%);
}

.top-banner-wrap .top-banner{
  height: 100%;
  position: relative;
}


.top-banner-wrap .banner-caption {
  height: calc(100% - 144px);
  width: 70%;
  max-width: 550px;
  position: absolute;
  left: 0;
  top: 72px;
  background: linear-gradient( 260deg, #243746D4 0%, #243746CC 100% );
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: end;
}
.top-banner-wrap .banner-caption.banner-full-caption {
  height: calc(100% - 100px);
  width: 100%;
  max-width: 100%;
  background: transparent;
  padding: 0;
  position: relative;
  top: auto;
  padding-top: 100px;
  padding-bottom: 15px;
}


.top-banner-wrap .banner-caption h1 {
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}


.top-banner-wrap .banner-text-right {
  position: absolute;
  right: 0;
  top: 20%;
  font-size: 80px;
  font-weight: 600;
  text-align: right;
  line-height: 1.1;
}
.top-banner-wrap .banner-text-right > span{
  font-weight: 200;
  display: block;
}



.map_iframe_wrapp {
  text-align: center;
  overflow: hidden;
}

.map_ratio {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.map_ratio::before {
  display: block;
  padding-top: 100%;
  content: "";
}


.map_ratio > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.ourPresent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

.ourPresent > div {
  padding-right: 35px;
}
.ourPresent > div:last-child{
  padding-right: 0;
}

.icon_caption {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}

.icon_caption figcaption {
  text-transform: uppercase;
  font-size: 20px;
  padding: 0;
  color: rgba(71, 108, 138, 0.6);
  line-height: 1.2;
}
.icon_caption figcaption big {
  display: block;
  font-size: 70px;
  font-weight: bold;
  color: #ef4023;
}


.box-piramal{
  position: relative;
}
.box-piramal::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 150%;
  background: url('../images/piramal-hand-icon.svg'), #F9FBF8;
  background-repeat: no-repeat;
  background-position: 95% bottom ;
  background-size: auto 38% ;
}


.bg_panache-piramal{
  background: url('../images/piramal-hand-icon.svg'), #F9FBF8;
  background-repeat: no-repeat;
  background-position: 95% bottom ;
  background-size: auto 38% ;
}

.bg_panache-piramal-left{
  background: url('../images/piramal-hand-icon.svg'), #F9FBF8;
  background-repeat: no-repeat;
  background-position: 10px bottom;
  background-size: 140px auto;
}



.map_img{
  position: relative;
  width: 80%;
  margin: 0 auto;
}





.economic-heding {
  margin-bottom: 10px;
}

.economic-heding > span {
  display: block;
  line-height: 1.6;
}

.economic-heding .head1 {
  font-size: 22px;
  color: #fff;
}

.economic-heding .head2 {
  font-size: 2.6rem;
  color: #ef4023;
  font-weight: bold;
  text-transform: uppercase;
}

.economic-heding .head3 {
  font-size: 1.5rem;
  color: #ef4023;
  font-weight: bold;
  text-transform: uppercase;
}



.economic-heding-bg {
  background: linear-gradient( 84deg, #243746FA 0%, #070B0ED9 100% ), url(../images/our-impact-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  color: #fff;
}



.gridtab {
  margin-left: -24px;
  margin-right: -24px;
}

.gridtab > dt {
  padding: 3rem !important;
  background: none;
  border-color: transparent !important;
  /* border-radius: 4px; */
  cursor: pointer;
}

.gridtab > dd {
  border-color: transparent !important;
  background: #fff !important;
  /* box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.4);
  border-radius: 4px; */
}

.gridtab > dt.is-active {
  background: #fff !important;
  /* box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.4); */
}

.people-grid .content {
  padding: 40px 25px 25px 25px;
}
dl.people-grid {
  margin: 0 auto;
}

.gridtab > dt:after {
  content: "";
  position: absolute;
  left: 0;
  height: calc(0% + 8px);
  height: -webkit-calc(0% + 8px);
  width: 100%;
  background-color: #e9e9e9;
  bottom: -4px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.gridtab > dt.is-active:after {
  opacity: 1;
  visibility:hidden;
  height: calc(0% + 8px);
  height: -webkit-calc(0% + 8px);
}



.people-grid .content p:last-child {
  margin-bottom: 0;
}

.gridtab > dd > .gridtab__controls {
  right: 0;
  top: 0;
  margin: 0;
}

.gridtab > dd > .gridtab__controls > .gridtab__close {
  margin: 0;
  background-color: #243746;
  width: 35px;
  height: 35px;
}

.gridtab > dd > .gridtab__controls > .gridtab__arrow:before,
.gridtab > dd > .gridtab__controls > .gridtab__arrow:after,
.gridtab > dd > .gridtab__controls > .gridtab__close:before,
.gridtab > dd > .gridtab__controls > .gridtab__close:after {
  width: 2px;
    height: 20px;
    background: #fff;
}

/* .leader-grid {
  margin-left: -3rem;
  margin-right: -3rem;
} */

.leader-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.leader-grid-box {
  width: 33.3333%;
  padding: 3rem !important;
}

.profile-thum {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  padding: 0;
}

.people-grid .profile-thum {
  cursor: pointer;
  padding:0;
}

.people-grid .profile-thum  > .img{
  width: 100%;
}

.profile-thum > .img {
  display: block;
  width: 100%;
  margin: auto;
  overflow: hidden;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  position: relative;
  --bs-aspect-ratio: 100%;
}
.profile-thum > .img::before{
  display: block;
  padding-top: 100%;
  content: "";
}
.profile-thum > .img>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .profile-thum > .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  background: url(../images/photo-bg.jpg) no-repeat center center;
  z-index: 1;
  padding-top: 75%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
} */

/* .leader-grid-box .profile-thum > .img:before {
  height: 100%;
  background: transparent !important;
} */

/* .leader-grid-box .profile-thum:hover > .img{
  transform: scale(1.1);
} */

.profile-thum > .img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  /* opacity: 0.9; */
  z-index: 2;
}


.profile-thum:hover > .img img {
  opacity: 1;
}

/* .profile-thum:hover > .img:before {
  background-color: #243746;
} */

.is-active .profile-thum > .img img {
  opacity: 1;
}

/* .is-active .profile-thum > .img:before {
  background-color: #243746;
} */

.profile-thum figcaption {
  display: block;
  width: 100%;
  text-align: center;
}

.profile-thum figcaption .h5 {
  font-size: 18px;
  margin: 16px 0 6px;
  color: #243746;
  font-weight: 600;
  text-transform:none;
  text-align: center;
}

.leader-grid-box .profile-thum figcaption .h5 {
  text-align: center;
  margin: 22px 0 6px;
  text-transform: none;
}

.profile-thum:hover figcaption h5 {
  color: #ef4023;
}

.is-active .profile-thum figcaption .h5 {
  color: #ef4023;
}

.profile-thum figcaption span {
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-style: italic;
  width: 100%;
  font-weight: 300;
  color: #243746;
}




.about-people-left{
  position: relative;
}
.about-people-left::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  width: 150%;
  background: #F9FBF8;
}

.about-people-right{
  position: relative;
}
.about-people-right::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 150%;
  background: #F8F8F9;
}




.feature_card {
  padding: 1rem;
}

.feature_card.vertical {
  height: 100%;
}



.feature_card > figure {
  margin: 0;
  padding: 0;
  padding: 1rem 1.5rem;
  text-align: center;
  transition: all ease 0.3s;
}
.feature_card.vertical > figure {
  height: 100%;
  padding: 1.2rem 0;
}

.feature_card > figure > .icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  vertical-align: middle;
  margin: auto;
  background-color: #F6F3F8;
  transition: all ease 0.3s;
}
.feature_card > figure > .icon.md{
  width: 100px;
  height: 100px;
}

.feature_card > figure > .icon img{
  width: 100%;
  height: 100%;
}


.feature_card.vertical > figure > .icon {
  margin-bottom: 1.4rem;
}

.feature_card > figure .image{
  width: 100%;
  margin: auto;
  display: inline-block;
}

.feature_card > figure figcaption {
  width: calc(100% - 60px);
  padding: 1rem 0rem 1rem 1.5rem;
  color: #373737;
}


.feature_card.vertical > figure figcaption {
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}

.feature_card > figure figcaption > b {
  font-size: 22px;
  color: #070B0EE2;
  display: block;
  text-transform: uppercase;

}

.right-arrow{
position: relative;
padding-right: 30px;
}

.right-arrow i{
  position: absolute;
  right: 0;
  top: 0;
  color: #EF4023;
  font-size: 20px;
  font-weight: bold;
}




.testimonial-slider-wrap{
  background: linear-gradient( 84deg, #243746FA 0%, #070B0ED9 100% ), url(../images/testimonial-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 60px;
}

.testimonial-slider-wrap.anamaya{
  background: linear-gradient( 84deg, rgba(36, 55, 70, 0.8) 0%, rgba(36, 55, 70, 0.8) 100% ) , url(../images/anamaya-testimonial-banner.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.testimonial-slider-wrap.digital{
  background: linear-gradient( 84deg, rgba(36, 55, 70, 0.8) 0%, rgba(36, 55, 70, 0.8) 100% ) , url(../images/testimonial-slider-wrap-digital-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.testimonial-slider-wrap.leadership{
  background: linear-gradient( 84deg, rgba(36, 55, 70, 0.8) 0%, rgba(36, 55, 70, 0.8) 100% ) , url(../images/testimonial-slider-wrap-leadership-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.testimonial-slider-wrap.academy{
  background: linear-gradient( 84deg, rgba(36, 55, 70, 0.8) 0%, rgba(36, 55, 70, 0.8) 100% ) , url(../images/impact-stories-banner-11.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.testimonial-slider-wrap.academy.academy-gandhiFellowshi{
  background: linear-gradient( 84deg, rgba(36, 55, 70, 0.8) 0%, rgba(36, 55, 70, 0.8) 100% ) , url(../images/testimonial-academy-gandhiFellowshi-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.testimonial-slider-wrap.academy.academy-karunaFellowship{
  background: linear-gradient( 84deg, rgba(36, 55, 70, 0.8) 0%, rgba(36, 55, 70, 0.8) 100% ) , url(../images/testimonial-academy-karunaFellowship-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}



.testimonial-slider-wrap.district{
  background: linear-gradient( 84deg, rgba(36, 55, 70, 0.8) 0%, rgba(36, 55, 70, 0.8) 100% ) , url(../images/testimonial-slider-wrap-district-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}




.testimonial-slider-wrap h3{
  color: #fff;
}

.testimonial-slider .swiper-button{
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 5;
  text-align: center;

}



.testimonial-slider-wrap .behaviour-change-tabs .nav-tabs .nav-link{
  color: #fff;
  border: 1px solid #fff;
  min-width: 140px;
}



.quotation-marks{
  position: relative;
  padding: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.quotation-marks.smallText{
  font-size: 16px;
}

.quotation-marks::before{
  font-family: "fontawesome5";
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 1px;
  color: #EF4023;
  font-size: 45px;
}
.quotation-marks::after{
  font-family: "fontawesome5";
  content: "\f10e";
  position: absolute;
  bottom: 0;
  right: 1px;
  color: #EF4023;
  font-size: 45px;
}


.quotation-marks-small{
  position: relative;
  padding: 20px 40px;
  color: #373737;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}

.quotation-marks-small::before{
  font-family: "fontawesome5";
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 0;
  color: #EF4023;
  font-size: 30px;
}
.quotation-marks-small::after{
  font-family: "fontawesome5";
  content: "\f10e";
  position: absolute;
  bottom: 0;
  right: 0;
  color: #EF4023;
  font-size: 30px;
}




.testimonial-from{
  border-top: 1px solid #fff;
  padding: 20px 0;
  padding-right: 130px;
}

.testimonial-from p:first-child{
  text-transform: uppercase;
  margin-bottom: 5px;
}


.filterBy-wrap{
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
}

.filters-all {
  margin-right: 20px;
}

.filters-wrap{
  margin: 0;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #F9FBF8;
  justify-content: space-around;
}


.filterBy-wrap .button{
  font-size: 20px;
  padding: 50px 30px;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  color: #243746;
  text-decoration: none !important;
  cursor: pointer;
  border: none;
  background-color: #F9FBF8;
  min-width: 260px;
  width: auto;
  white-space: normal;
  height: 100%;
}
.filterBy-wrap .button:hover{
  color: #EF4023;
}

.filterBy-wrap .button.is-checked{
  background-color: #EF4023;
  color: #fff;
}


.filterBy-wrap .button img{
  width: 30px;
  margin: auto;
}
.filterBy-wrap .button i, .filterBy-wrap .button img{
  display: block;
  margin-bottom: 10px;
}
.filterBy-wrap .button:hover img{
  filter: brightness(0) saturate(100%) invert(27%) sepia(57%) saturate(4098%) hue-rotate(353deg) brightness(107%) contrast(88%);
}
.filterBy-wrap .button.is-checked img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(294deg) brightness(101%) contrast(102%);
}





.filters-other-wrap{
  margin: 0;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  vertical-align: top;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}


.filters-other-wrap .button{
  text-align: center;
  display: inline-block;
  border-radius: 0;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  background-color: transparent;
  color: #070B0EE2;
  border: 1px solid #070B0EE2;
  font-size: 16px;
  padding: 0 1.5rem;
  height: 46px;
  line-height: 44px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 5px 10px;
}
.filters-other-wrap .button:hover{
  color: #EF4023;
  border-color: #EF4023;
}

.filters-other-wrap .button.is-checked{
  background-color: #EF4023;
  color: #fff;
  border-color: #EF4023;
}





.breadcrumb {
  margin-bottom: 0;
  background: none;
  font-size: 13px;
  transition: all ease 0.1s;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb .breadcrumb-item {
  margin: 2px 0;
}

.breadcrumb .breadcrumb-item a {
  color: #22344b;
  text-decoration: none !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '\f105';
  font-family: "fontawesome5";
  font-style: normal;
  font-weight: normal;
  color: #C4C3C3;
}


.breadcrumb .breadcrumb-item.active {
  color: #da4e34;
}


.article-title{
  padding-bottom: 20px;
  text-align: center;
}

.article-title .category-type{
  font-size: 16px;
  font-weight: 600;
  color: #EF4023;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.article-title .category-type span{
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.article-title h1{
  font-size: 30px;
  font-weight: 600;
  color: #243746;
}

.article-post-body{
  width: 90%;
  margin: 0 auto;
}

.article-container{
  margin-bottom: 20px;
}

.article-container h2{
  font-size: 24px;
  font-weight: 600;
  color: #243746;
  text-transform: none;
}

.article-container a{
  color: #EF4023;
  text-decoration: underline;
}

.article-img-inner{
  padding: 20px 0;
}



.tags-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tags-wrap .tags{
  background-color: #EF402359;
  color: #070B0EE2;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.3;
  white-space: nowrap;
  margin: 7px 15px 7px 0;
  display: inline-block;
}


.article-actions{
  padding-top: 20px;
}



.article-social-link {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  overflow: hidden;
  padding: 7px 0;
}

.article-social-link ul {
  display: flex;
  height: 100%;
  justify-content: end;
}

.article-social-link ul li {
  height: 100%;
  padding: 0 4px;
  overflow: hidden;
  margin: 0;
  float: none;
  vertical-align: middle;
}

.article-social-link ul li img{
  width: 30px;
}


.gallery-img {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}









.jobTblWrap table {
	border-collapse: separate;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
  border: none;
  border-spacing: 0;
}

.jobTblWrap table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
.jobTblWrap table tr {
	background-color: #F8F8F8;
	padding: 10px;
	/* border-radius: 10px; */
  border-bottom:none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.jobTblWrap table thead tr{
  background-color: transparent;
}



.jobTblWrap table tbody tr:hover{
  background-color: #e2e2e2;
}

/* .jobTblWrap table tbody > tr > td:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.jobTblWrap table tbody > tr > td:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} */


.jobTblWrap table th,
.jobTblWrap table td {
	padding: 15px;
	text-align: left;
	color: #373737;
	font-size: 16px;
}

.jobTblWrap table td{
  border-bottom: 10px solid #fff;
  padding: 30px 15px;
  vertical-align: middle;
}

.jobTblWrap table td a{
  color: #373737;
}
.jobTblWrap table td a:hover{
  text-decoration: underline;
}



.jobTblWrap table th {
	font-size: 18px;
  font-weight: normal;
	text-transform: uppercase;
	color: #373737;
}
.jobTblWrap table th label{
  font-size: 16px;
  color: #070B0EE2;
}









/* #nav {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
}
#nav ul {
  padding: 0;
}
#nav ul li {
  display: block;
}
#nav ul li a {
  padding: 8px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100px;
  height: 80px;
  position: relative;
  color: #243746;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
} */
/* #nav ul li.active a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  margin-left: -5px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #EF4023;
} */
/* 
#nav ul li.active a{
  background-color: #fff;
}
#nav ul li a img{
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
} */
/* 
#nav ul li.active a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(294deg) brightness(101%) contrast(102%);
} */

#contents {
  color: #fff;
}
#contents .stories-content {
  height: 100vh;
  width: 100%;
  position: relative;
}


#contents .stories-content::before{
  content: "";
  position: absolute;
  left:0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgb(36,55,70);
  background: transparent linear-gradient(264deg, #243746db 0%, #243746d1 55%, #243746de 100%) 0% 0% no-repeat padding-box
}

#contents .stories-content.no-overlay::before{
  display: none;
}

#contents .stories-content > .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contents .stories-content > .bg-img.position-absolute{
  position: absolute;
  top: 0;
  right: 0;
}

.stories-wraper{
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 100%;
  z-index: 3;
  color: #fff;
}
.stories-wraper.impact-header{
  bottom: 0;
}

.pledge-wraper{
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 100%;
  z-index: 3;
  color: #fff;
}
.pledge-wraper.pledge-header{
  bottom: 0;
}


.stories-wraper h1, .pledge-wraper h1{
  color: #fff;
}


.events-wraper{
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 100%;
  z-index: 3;
  color: #fff;
}



.stories-wraper h1, .events-wraper h1{
  color: #fff;
}


.impact-header .commitment-header{
   text-align: center;
   border-bottom: none;
   font-size: 24px;
   font-weight: 400;
}

.impact-big-bets a{
  background-color: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all ease 0.3s;
  display: block;
  height: 100%;
  cursor: pointer;
  padding: 20px;
  max-width: 230px;
  text-align: center;
}
.impact-big-bets a:hover{
  background-color: rgba(255, 255, 255, 0.95);
}

.impact-big-bets img {
  width: auto;
  height: 40px;
  margin-bottom: 15px;
}
.impact-big-bets span{
  display: block;
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #243746;
}




.bg-light-orange{
  background-color: rgba(239, 65, 35, 0.81) !important;
}

.bg-light-lavender{
  background-color: rgba(186, 178, 255, 0.81) !important;
}

.bg-light-granny{
  background-color: rgba(178, 255, 196, 0.81) !important;
}

.stories-box-wrap{
  height: 100%;
  width: 100%;
  min-height: 220px;
  position: relative;
}

.stories-box{
  height: 100%;
  width: 100%;
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.stories-box::after{
  font-family: "fontawesome5";
  content: "\f055";
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 25px;
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.stories-box > .hedding{
  display: block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.stories-box > .hedding img{
  width: 50px;
}

.stories-box > .hedding > span{
  display: block;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 40px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}


.stories-box .box-content{
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 80%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}

.stories-box .box-content a{
  color: #fff;
}

.stories-box .box-content a > i {
  transition: transform ease 0.3s;
}





/* .contact-way-wrapp {
} */

.contact-way-wrapp > ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.contact-way-wrapp > ul > li {
  width: 25%;
  float: left;
  padding: 24px 0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-way {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-way .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  background-color: #fd4513;
  border-radius: 50%;
  font-size: 38px;
}

.contact-way .caption {
  display: inline-block;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 120px);
  padding-left: 16px;
  font-size: 14px;
  color: #434343;
  line-height: 1.5;
}

.contact-way .caption a {
  color: inherit;
}

.contact-way .caption address {
  font-style: normal;
}







.input_field {
  margin-bottom: 1.8rem;
}

.input {
  position: relative;
  color: rgba(28, 28, 28, 0.65);
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  font-size: 17px;
  background-color: #fff
}

.input.field {
  background-color: #000;
  border-color: #000;
}

.input.field input,
.input.field textarea,
.input.field select {
  background-color: #000;
  color: #fff
}

.input.field label,
.input.field.select label {
  background-color: transparent;
  color: #fff;
}

.input.input.with_icon_btn {
  display: -webkit-flex;
  display: flex;
}

.input.with_icon_btn .icon_btn {
  width: 40px;
  text-align: center;
  font-size: 17px;
  display: inline-block;
  line-height: 40px;
  font-weight: bold;
}

.input.with_icon_btn.left_icon input {
  padding-left: 0
}

.input.with_icon_btn.right_icon input {
  padding-right: 0
}

.input.with_icon_btn.left_icon label {
  left: 34px;
}

.input:focus-within {
  border-color: rgba(36, 55, 70, 0.6);
}

.input label {
  position: absolute;
  margin: 0;
  font-size: 14px;
  left: 12px;
  top: 13px;
  padding: 0 3px;
  font-weight: 500;
  background-color: transparent;
  line-height: 1;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #1D1D1D;
}

.input input,
.input textarea,
.input select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: inherit;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 12px;
  border-radius: 8px;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
}

.input input[type=file] {
  line-height: 35px
}

.input textarea {
  min-height: 40px;
  height: 120px;
  max-height: 120px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input.select select {
  padding-right: 26px
}

.input input:focus~label,
.input input:focus~label,
.input input:valid~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:valid~label {
  font-size: 70%;
  top: -6px;
  background-color: #FFFFFF;
  left: 12px;
}

.input textarea:focus~label,
.input textarea:focus~label,
.input textarea:valid~label {
  font-size: 70%;
  top: -6px;
  background-color: #FFFFFF
}

.input.select label, input:disabled~label, .input.date label {
  font-size: 70%;
  top: -6px;
  background-color: #FFFFFF;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.input.select:after {
  font-family: fontawesome5;
  content: "\f107";
  font-size: 17px;
  color: rgba(1, 25, 53, 0.70);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 9px;
  pointer-events: none;
}

.input.date:after {
  font-family: FontAwesome;
  content: "\f073";
  font-size: 17px;
  color: rgba(1, 25, 53, 0.70);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}




.history-tabs .nav-tabs {
  border: none;
  border-radius: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding: 0;
  border-bottom: 1px solid rgba(54, 80, 105, 0.27);
  justify-content: center;
}
.history-tabs .nav-tabs .nav-link {
  border: none;
  padding: 0.5rem 0.3rem;
  color: #365069;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  background-color: transparent;
  white-space: nowrap;
}
.history-tabs .nav-tabs .nav-item{
  margin: 0 1.1rem;
}
.history-tabs .nav-tabs .nav-item:first-child{
  margin-left: 0;
}
.history-tabs .nav-tabs .nav-item:last-child{
  margin-right: 0;
}
.history-tabs .nav-tabs .nav-item.show .nav-link, .history-tabs .nav-tabs .nav-link.active {
  color: #365069;
  background-color: transparent;
}

.history-tabs .nav-tabs .nav-item.show .nav-link, .history-tabs .nav-tabs .nav-link.active:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #FE6E00;
}

.history-tabs .nav-tabs .nav-link:focus{
  color: #365069;
}
 .history-tabs .nav-tabs .nav-link:hover {
  color: #FE6E00;
}

.history-tabs .tab-content {
  padding: 2rem 0;

}
.history-tabs .tab-content > .tab-pane{
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
}
.history-tabs .tab-content > .active{
  height: auto;
}









.behaviour-change-tabs .nav-tabs {
  border: none;
  border-radius: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding: 0;
  justify-content: start;
}
.behaviour-change-tabs .nav-tabs .nav-link {
  border: none;
  padding: 0.5rem 0.8rem;
  color: #365069;
  position: relative;
  font-size: 16px;
  margin-bottom: 0;
  background-color: transparent;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid #365069;
}
.behaviour-change-tabs .nav-tabs .nav-item{
  margin: 0.4rem 0.6rem;
}
.behaviour-change-tabs .nav-tabs .nav-item:first-child{
  margin-left: 0;
}
.behaviour-change-tabs .nav-tabs .nav-item:last-child{
  margin-right: 0;
}
.behaviour-change-tabs .nav-tabs .nav-item.show .nav-link, .behaviour-change-tabs .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #365069;
  border-color: #365069;
}

.behaviour-change-tabs .nav-tabs .nav-link:focus{
  color: #fff;
}
 .behaviour-change-tabs .nav-tabs .nav-link:hover {
  color: #365069;
}

.behaviour-change-tabs .tab-content {
  padding: 2rem 0;
}
.behaviour-change-tabs .tab-content > .tab-pane{
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
}
.behaviour-change-tabs .tab-content > .active{
  height: auto;
}














.leadership-wrap{
  width: 100%;
}

.leadership-wrap .nav li{
  position: relative;
    z-index: 1;
}

.leadership-wrap .nav-pills .nav-link{
  white-space: nowrap;
  border-radius: 0;
  color: #070B0EE2;
  position: relative;
  padding: 0.3rem 1rem;
  margin: 5px 0;
}

.leadership-wrap .nav-pills .nav-link::before{
  content: "";
  position: absolute;
  left:0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #EF4023;
  z-index: -1;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.leadership-wrap .nav-pills .nav-link.active, .leadership-wrap .nav-pills .show>.nav-link {
  color: #fff;
  background-color: transparent;
}


.leadership-wrap .nav-pills .nav-link.active::before{
  width: 100%;
}



.download-wrap {
  background-color: #F8F8F8;
  padding: 20px;
  font-size: 16px;
  color: #4A4A4A;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.download-wrap i.file-pdf {
  color: rgba(54, 80, 105, 0.6);
  font-size: 45px;
  line-height: 1;
}

.pdf-btn-wrap{
  width: 50px;
  height: 50px;
  position: relative;
}
.pdf-btn{
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border: 1px solid #184E7D;
  /* border-radius: 26px; */
  white-space: nowrap;
  line-height: 48px;
  padding: 0 10px;
  text-align: center;
  color: #184E7D;
  transition: all ease 0.3s;
  cursor: pointer;
}

.pdf-btn:hover{
  background-color: #FF4612;
  color: #fff;
  border-color: #FF4612;
}

.pdf-btn > span{
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  display: none;
  text-transform: uppercase;
}

.dw-50{
  width: 50%;
}

/* .showCard-1{
  display: none;
} */



.product-logo img{
  width: 100%;
  height: 100%;
  max-height: 100px;
  object-fit: contain;
  object-position: left;
}


.campaigns-banner{
  height: 100%;
  width: 100%;
  /* box-shadow: 0px 3px 25px #EF40232B; */
  border-radius: 6px;
  border: 8px solid #F8F8F9;
}

.campaigns-banner img{
  object-fit: cover;
  height: 100%;
}

.campaigns-slider .swiper-button{
  position: absolute;
  bottom: 10px;
  left: 52%;
  z-index: 5;
  text-align: center;
}

.campaigns-slider2 .swiper-button{
  position: absolute;
  bottom: 10px;
  left:auto;
  right: 52%;
  z-index: 5;
  text-align: center;
}

.campaigns-slider2 h3{
  font-size: 34px;
}



.slide-logo {
  height: 120px;
  width: 100%;
  padding: 15px !important;
}

.slide-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}




.close {
  border: 0;
  background: none;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.close.red:before,
.close.red:after {
  background: #000;
}


.popupWrap{
  padding: 40px;
  padding-top: 70px;
}

.popImgWrap{
  float: left;
  padding-right: 30px;
  padding-bottom: 20px;
  width: 40%;
}



.subscribe-form-input {
  display: flex;
  width: 100%;
  max-width: 400px;
}

.subscribe-email-input {
  padding: 0 10px;
  box-sizing: border-box;
  border: none;
  line-height: 46px;
  height: 46px;
  font-size: 14px;
  width: 100%;
  background-color: #fff !important;
}

.subscribe-form-submit{
  white-space: nowrap;
  padding: 0 1rem;
  margin: 0;
  background-color: #000;
  border-color: #fff;
}
.subscribe-form-submit:hover{
  color: #fff;
}


.campaigns-slider .commitment-header, .ourPresent .commitment-header {
  font-size: 16px;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #070B0E2E;
  text-transform: uppercase;
}


.campaigns-slider .impact-number {
  color: #243746;
  font-size: 16px;
  line-height: 1.2;
}


.stories-testimonial{
  background-color: rgba(36, 55, 70, 0.88);
  padding: 40px 60px;
}







.youtube-video-place{
  width: 100%;
  height: 100%;
}

.youtube-video-place iframe{
  width: 100%;
  height: 100%;
}


.play-youtube-video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.play-youtube{
  width: 66px;
  position: absolute;
  left: 45%;
  top:45%;
}


.thankyouWrap{
  border: 1px solid #333;
  padding: 40px;
  text-align: center;
  margin-top: 50px;
  display: inline-block;
}

.checkCircle{
  margin-bottom: 20px;
}

.checkCircle i{
  font-size: 70px;
  color: #ef4023;
}







.pledge-hands{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.pledge-hands > img{
  width: auto;
  height: 300px;
}

.pledge-hands .mouse_scroll{
  width: auto;
  height: auto;
  margin-left: 0;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.pledge-hands .mouse_scroll > div{
  display: inline-block;
}


.pledge-counts.position-right{
  position: absolute;
  top: 70px;
  right: 0;
}

.pledge-counts{
  display: flex;
  align-items: center;
  background-color: rgba(239, 65, 35, 0.80);
  margin: auto;
  padding: 15px 25px;
  max-width: 370px;
  min-width: 250px;
  position: relative;
  z-index: 2;
}


.pledge-counts .fa-users{
  font-size: 70px;
  color: #fff;
}

.pledge-counts .numbers{
  display: flex;
  flex-direction: column;
  color: #fff;
}

.pledge-counts .numbers > span:first-child{
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.pledge-counts .numbers > span:nth-child(2){
  font-size: 18px;
  font-weight: 600;
}







.events-counts.position-right{
  position: absolute;
  top: 70px;
  right: 0;
}

.events-counts{
  display: flex;
  align-items: center;
  background-color: rgba(240, 68, 38, 0.88);
  margin: auto;
  padding: 15px 25px;
  max-width: 480px;
  min-width: 250px;
  position: relative;
  z-index: 2;
}


.events-counts .fa-calendar{
  font-size: 70px;
  color: #fff;
}

.events-counts .numbers{
  display: flex;
  flex-direction: column;
  color: #fff;
}

.events-counts .numbers > span:first-child{
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.events-counts .numbers > span:nth-child(2){
  font-size: 26px;
  font-weight: 600;
}







.pledge-wraper .border-list{
  margin-bottom: 0;
}


.events-wraper .border-list{
  margin-bottom: 0;
}



.plad-heading{
  font-size: 36px;
  font-weight: 600;
  color: #243746;
  text-align: center;
}

.plad-sub-head{
  font-size: 30px;
  font-weight: 400;
  color: #243746;
  text-align: center;
}
.plad-sub-head > span{
  font-size: 18px;
  display: block;
  padding-top: 20px;
}

a.backMe{
  font-size: 24px;
  color: #070B0EE2;
}



.pledge-content-main{
  position: relative;
  margin-bottom: -55px;
}
.pledge-content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient( 84deg, rgba(36, 55, 70, 0.85) 0%, rgba(36, 55, 70, 0.85) 100% ) , url(../images/ashok-chakra.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  padding: 20px;
  padding-top: 70px;
}

.pledge-wraper h1{
  font-size: 34px;
}
.pledge-wraper h1 span{
  font-size: 22px;
}

.pledge-content i{
  font-size: 30px;
}

.pledge-counts-head{
  font-size: 14px;
  padding-top: 30px;
}

.pledge-counts-head span{
  font-size: 44px;
  font-weight: 600;
  display: block;
}










.events-wraper h1{
  font-size: 34px;
}
.events-wraper h1 span{
  font-size: 22px;
}





.collage-jaipur{
  width: 100%;
  max-width: 750px;
  margin: auto;
}




.pdf-ifreme{
  width: 100%;
  height: calc(100vh - 120px);
}




.box-arrow-left {
  width: 100%;
  height: auto;
  background-color: #243746;
  position: relative;
  border-radius: 4px;
}
.box-arrow-left:after {
  content: "";
    display: block;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #243746 transparent transparent;
    margin-left: -10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-width: 10px;
    border-left-color: transparent;
    border-left-width: 0;
    border-top-color: transparent;
    border-right-color: #243746;
    margin: -10px 0 0;
    left: -10px;
    right: auto;
    top: 50%;
    bottom: auto;
}







.program-item {
  /* flex: 1; */
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  /* border: 2px solid #FFFFFF; */
  position: relative;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;

}
.program-item::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background: #24374645; */
  background: linear-gradient(180deg, rgba(36, 55, 70, 0.00) 41.36%, #243746 79.2%);
  transition: all 0.3s ease-out;
  z-index: 1;
}

.program-item:hover:before{
  background: linear-gradient(180deg, rgba(36, 55, 70, 0.6) 41.36%, #243746 79.2%);
}

.program-image{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.program-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.program-content{
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px;
}

.program-content .program-header{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}



.program-content-blue{
  background: rgba(36, 55, 70, 1);
  color: #fff;
  padding: 30px 20px;
}
.program-content-blue ul li{
  font-size: 16px;
}



.benefits_card {
  box-shadow: 0px 4px 30px 0px #F56C2826;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  height: 100%;
  text-align: center;
  transition: all ease 0.3s;
}
.benefits_card .header{
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.benefits_card figure .icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  vertical-align: middle;
  margin: auto;
  background-color: #F6F3F8;
  transition: all ease 0.3s;
  margin-bottom: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits_card  figure  .icon img{
  width: 50%;
  height: 50%;
}



.epis-breakdown{
  padding: 25px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 12.094px 24.187px 0px rgba(0, 64, 160, 0.05);
  backdrop-filter: blur(43.537017822265625px);
  display: flex;
  gap: 20px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.epis-breakdown.active{
  background-color: #FCE1DD
}
.epis-breakdown .numbers{
  font-size: 26px;
  font-weight: 600;
  width: 40px;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}
.epis-breakdown .topic{
  flex-grow: 1;
}
.epis-breakdown .timers{
  font-size: 16px;
  width: 110px;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  text-align: right;
}
.epis-breakdown h6{
  margin-bottom: 10px;
}

.epis-breakdown-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FBE0DC;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease 0.3s;
  cursor: pointer;
}
.epis-breakdown-overlay .paly-btn {
  width: 55px;
}
.epis-breakdown:hover .epis-breakdown-overlay{
  opacity: 1;
}



.foundation-card{
  overflow: hidden;
  position: relative;
  height: 250px;
  padding: 50px;
  display: block;
}

.foundation-card .img-wrap{
  position: absolute;
  top: 0;
  left: 0;
  transition: all .30s ease-out;
  width: 100%;
  height: 100%;
}
.foundation-card .img-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(36, 55, 70, 0.79) 35.97%, rgba(36, 55, 70, 0.00) 100%);
  transition: all .30s ease-out;
}
.foundation-card .img-wrap img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .30s ease-out;
}

.foundation-card:hover .img-wrap img{
  transform: scale(1.1);
}

.foundation-card .content-wrap{
  position: relative;
  transition: all .30s ease-out;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-weight: 600;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
}
.foundation-card .content-wrap .copys{
  width: 100%;
  max-width: 350px;
}


.foundation-card:hover .content-wrap .btn{
  background-color: #EF4023;
    border-color: #EF4023;
    color: #fff;
}
.foundation-card:hover .content-wrap .btn > i.fa-arrow-up-right{
  transform: rotate(45deg);
}












@media screen and (min-width:991px) {

.pdf-btn:hover{
  width: auto;
}

.pdf-btn:hover > span{
  display: inline-block;

}

.desktop-none{
  display: none;
}

.behaviour-change-tabs .nav-tabs {
  border: none;
  border-radius: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding: 0;
  justify-content: center;
}
.for-small-height .pledge-wraper, .for-small-height .events-wraper{
  height: 80%;
}

.for-small-height .pledge-wraper .container, .for-small-height .events-wraper .container{
  height: 100%;
}

}



@media screen and (max-height: 700px) {
  .our-impact-bg-wrap {
    height: auto;
  }
  .our-impact-bg {
    position: relative;
    padding: 80px 0;
  }

  #contents .stories-content {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    position: relative;
  }
  
}














@media screen and (min-width: 1680px){
  .topSubMenuWrap .primary_menu > li .nav_menu {
    font-size: 16px;
  }
  .social-link ul li img{
    width: 30px;
  }
}




@media screen and (min-width: 992px) {
  .social-link ul li img{
    width: 27px;
  }
  .menu-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .topSubMenuWrap{
    display: flex;
    align-items: center;
  }

  .topSubMenuWrap .primary_menu > li {
    padding: 0 0.5rem;
  }

  .topSubMenuWrap .primary_menu > li > .nav_menu::after{
    content: "";
    position: absolute;
    left: -0.6rem;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background-color: rgba(224, 244, 252, 0.36);
  }

  .topSubMenuWrap .primary_menu > li:first-child > .nav_menu::after{
    display: none;
  }

  .topSubMenuWrap .primary_menu > li .nav_menu {
    font-size: 14px;
  }
  

  .primary_menu .submenu li .nav_menu {
    padding: 20px 30px;
  }
  .social-link {
    margin-left: 10px;
  }


  .stories-box .box-content a:hover > i.fa-arrow-up-right {
    transform: rotate(45deg);
  }
  
  
  .stories-box:hover{
    height: 130%;
    width: 130%;
  }
  
  .stories-box:hover::after{
    opacity: 0;
  }
  
  .stories-box:hover > .hedding{
    display: flex;
    align-items: center;
  }
  
  .stories-box:hover > .hedding > span{
    padding-top: 0;
    padding-left: 20px;
  }
  
  .stories-box:hover .box-content{
    max-height: 300px;
  }

  .w-85{
    width: 85%;
  }



}

@media screen and (min-width:767px){
  .w-95{
    width: 95%;
  }
  .w-85{
    width: 98%;
  }
 
}











@media screen and (max-width:1680px) {

 
  .home-slider .bannerCont h1,
  .top-banner-wrap .banner-caption h1, .home-slider .bannerCont h2, .stories-wraper h2, .stories-heading-wraper h2{
    font-size: 54px;
  }
  .pledge-wraper h2, .events-wraper h2{
    font-size: 38px;
  }

  h4, .h4{
    font-size: 18px;
  }
  
  p{
    font-size: 16px;
  }
  p.smaller{
    font-size: 14px;
  }
  .list li {
    font-size: 16px;
  }
  .border-list li {
    font-size: 16px;
  }

  .primary_menu > li .nav_menu {
    font-size: 16px;
  }
  



  .popImgWrap figcaption .h5, .profile_thum figcaption .h5 {
    font-size: 20px;
  }
  .popImgWrap figcaption span, .profile_thum figcaption span {
    font-size: 14px;
  }
  
  .profile_thum .content{
    font-size: 16px;
  }


  .all_card figure figcaption {
    font-size: 16px;
  }
  
  .all_card figure figcaption .header {
    font-size: 18px;

  }



  .all_card figure > .card_footer > .link {
    font-size: 16px;
  }


  .all_card figure .image .date{
    font-size: 16px;
  }
  
  .all_card figure .image .date >span{
    font-size: 24px;
  }
  .all_card figure .image .tags{
    font-size: 12px;
    max-width: 160px;
  }


  .impact-number{
    font-size: 18px;
  }

  .impact-number span{
    font-size: 40px;
  }
  .impact-number span small {
    font-size: 24px;
  }

  .ourPresent .impact-number span{
    font-size: 50px;
  }


  .icon_caption figcaption {
    font-size: 18px;
  }
  .icon_caption figcaption big {
    font-size: 62px;
  }

  .economic-heding .head1 {
    font-size: 17px;
  }
  .economic-heding .head2 {
    font-size: 2.1rem;
  }
  .economic-heding .head3 {
    font-size: 1.2rem;
  }





  .feature_card > figure figcaption {
    font-size: 14px;
    padding: 0.5rem 0rem 0.5rem 1.1rem;
  }


  .feature_card.vertical > figure figcaption {
    font-size: 16px;
  }
  
  .feature_card > figure figcaption > b {
    font-size: 20px;
  
  }

  .filterBy-wrap .button{
    font-size: 18px;
    padding: 40px 30px;
    min-width: 240px;

  }

  .tags-wrap .tags{
    font-size: 14px;
  }

  /* #nav ul li a {
    width: 90px;
    height: 70px;
  } */


  .contact-way {
    padding: 10px;
    width: auto;
  }

  .contact-way .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
  }

  .contact-way .caption {
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    font-size: 12px;
    line-height: 155%;
  }

  .contact-way-wrapp > ul > li {
    height: 170px;
  }



  .campaigns-slider .commitment-header, .ourPresent .commitment-header {
    font-size: 14px;
  }
  
  
  .campaigns-slider .impact-number {
    font-size: 14px;
  }

  .pledge-hands > img{
    height: 220px;
  }



  .btn-pledge{
    font-size: 16px;
    height: 62px;
    line-height: 60px;
  }

  .btn-pledge > i{
    font-size: 24px;
  }




  .events-hands > img{
    height: 220px;
  }



  .btn-events{
    font-size: 16px;
    height: 62px;
    line-height: 60px;
  }

  .top-banner-wrap .banner-text-right {
    font-size: 70px;
  }



}



@media screen and (max-width:1500px) {
  .stories-testimonial{
    padding: 20px 60px;
  }
  .quotation-marks{
    font-size: 20px;
    padding: 20px 40px 10px 40px;
  }


  .pledge-content{
    width: 300px;
    height: 300px;
    padding: 20px;
    padding-top: 60px;
  }

  .pledge-wraper h1{
    font-size: 28px;
  }
  .stories-wraper h2, .stories-heading-wraper h2, .pledge-wraper h2{
    font-size: 52px;
    margin-bottom: 0;
  }
  .pledge-wraper h2{
    font-size: 48px;
  }

  .pledge-wraper{
    bottom: 30px;
  }

  .pledge-text{
    font-size: 16px;
  }




 
  .events-wraper h1{
    font-size: 28px;
  }
  .stories-wraper h2, .stories-heading-wraper h2, .events-wraper h2{
    font-size: 52px;
    margin-bottom: 0;
  }
  .events-wraper h2{
    font-size: 45px;
  }

  .events-wraper{
    bottom: 30px;
  }



}




@media screen and (max-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
    max-width: 1320px;
  } 
  .container.container_mid_size, .main_carousel .swiper .swiper-pagination {
    max-width: 1320px;
  }


  h2{
    font-size: 38px;
  }

  h3, .h3{
    font-size: 24px;
  }

  h5, .h5{
    font-size: 22px;
  }

  h1, .home-slider .bannerCont h1,
  .top-banner-wrap .banner-caption h1, .home-slider .bannerCont h2, .stories-wraper h2, .stories-heading-wraper h2{
    font-size: 46px;
  }
  .pledge-wraper h2{
    font-size: 40px;
  }
  .events-wraper h2{
    font-size: 31px;
  }
  .home-slider .bannerCont h3{
    font-size: 30px;
  }

  .campaigns-slider2 h3{
    font-size: 30px;
  }

  .profile-thum figcaption .h5 {
    font-size: 16px;
  }
  
  .big-bets-content .big-bets-header{
    font-size: 22px;
  }

  .commitment-text{
    font-size: 14px;
  }

  .quotation-marks{
    font-size: 18px;
  }

  .filterBy-wrap .button{
    font-size: 16px;
    padding: 30px 20px;
    min-width: 196px;

  }

  .filters-other-wrap .button{
    font-size: 14px;
    padding: 0 1.3rem;
    height: 42px;
    line-height: 38px;

  }

  .article-title h1{
    font-size: 26px;
  }


  .stories-box > .hedding img{
    width: 40px;
  }
  
  .stories-box > .hedding > span{
    font-size: 22px;
    padding-top: 30px;
  }

  .stories-box-wrap{
    min-height: 190px;
  }


  .impact-big-bets a{
    max-width: 200px;
  }
  .impact-big-bets img {
    height: 30px;
  }
  .impact-big-bets span{
    font-size: 14px;
  }

  .pledge-hands > img{
    height: 160px;
  }
  

 

  .pledge-counts{
    padding: 12px 20px;
    max-width: 280px;
  }

  .pledge-counts .fa-users{
    font-size: 63px;
  }
  
  .pledge-counts .numbers > span:first-child{
    font-size: 43px;
  }
  
  .pledge-counts .numbers > span:nth-child(2){
    font-size: 16px;
  }


  .pledge-content{
    width: 250px;
    height: 250px;
    padding: 20px;
    padding-top: 40px;
  }

  .pledge-wraper h1{
    font-size: 23px;
  }
  .pledge-counts-head {
    font-size: 12px;
    padding-top: 20px;
  }
  .pledge-counts-head span {
    font-size: 40px;
  }
  .pledge-text {
    font-size: 14px;
  }





  .events-counts{
    padding: 12px 20px;
    max-width: 400px;
  }

  .events-counts .fa-calendar{
    font-size: 60px;
  }
  
  .events-counts .numbers > span:first-child{
    font-size: 26px;
  }
  
  .events-counts .numbers > span:nth-child(2){
    font-size: 20px;
  }

  .events-counts .numbers sup{
    font-size: 18px;
  }




  .events-wraper h1{
    font-size: 23px;
  }


  .top-banner-wrap .banner-text-right {
    font-size: 60px;
  }

  .btn-events {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
} 


}







@media screen and (max-width:1200px) {
  .submenu .menuLogo img {
    width: auto;
    height: 35px;
    margin-bottom: 15px;
  }

  h5, .h5{
    font-size: 20px;
  }
  .container-1200{
    max-width: 100% !important;
  }

  h1, .home-slider .bannerCont h1,
  .top-banner-wrap .banner-caption h1, .home-slider .bannerCont h2, .stories-wraper h2, .stories-heading-wraper h2{
    font-size: 40px;
  }
  .pledge-wraper h2, .events-wraper h2{
    font-size: 28px;
  }
  .home-slider .bannerCont h3{
    font-size: 24px;
    margin-bottom: 30px;
  }

  .campaigns-slider2 h3{
    font-size: 26px;
  }

  .big-bets-content .big-bets-header{
    font-size: 20px;
  }

  .commitment-header{
    font-size: 16px;
  }


  .btn{
    font-size: 14px;
    padding: 0 1.2rem;
    height: 42px;
    line-height: 40px;
  }

  .impact-number{
    font-size: 17px;
  }
  
  .impact-number span{
    font-size: 35px;
  }
  .impact-number span small{
    font-size: 20px;
  }

  .ourPresent .impact-number span{
    font-size: 43px;
  }


  .icon_caption figcaption big {
    font-size: 58px;
  }

  .article-title .category-type{
    font-size: 14px;
  }

  .article-title h1{
    font-size: 23px;
  }

  .stories-box > .hedding img {
    width: 30px;
  }

  .stories-box > .hedding > span {
    font-size: 20px;
  }

  .contact-way-wrapp > ul > li {
    width: 50%;
    vertical-align: top;
  }

  .contact-way-wrapp > ul > li:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .contact-way-wrapp > ul > li:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .contact-way {
    width: 100%;
  }

  .subscribe-email-input {
    line-height: 42px;
    height: 42px;
    font-size: 14px;

  }

  .leader-grid-box {
    padding: 2rem !important;
  }

  .people-grid.gridtab > dt {
    padding: 2rem !important;
  }

  .plad-heading{
    font-size: 30px;
  }
  .plad-sub-head{
    font-size: 26px;
  }
  .plad-sub-head > span{
    font-size: 16px;
  }



  .pledge-text {
    font-size: 13px;
  }

 

}









@media screen and (max-width:991px) {
  main.topPadding{
    padding-top: 60px;
  }
  /* main{
    padding-top: 60px;
  } */

  .followUsWraper{
    display: none;
  }


  h2{
    font-size: 30px;
  }

  h3, .h3{
    font-size: 22px;
  }
  h6, .h6{
    font-size: 18px;
  }

  h1, .home-slider .bannerCont h1,
  .top-banner-wrap .banner-caption h1, .home-slider .bannerCont h2, .stories-wraper h2, .stories-heading-wraper h2{
    font-size: 34px;
  }
  .pledge-wraper h2, .events-wraper h2{
    font-size: 24px;
  }
  .home-slider .bannerCont h3{
    font-size: 18px;
    margin-bottom: 40px;
  }

  .campaigns-slider2 h3{
    font-size: 22px;
  }

  header{
    height: 60px;
  }
  .section.section-padding{
    padding: 40px 0;
  }
  
  


  .home-slider .bannerCont p{
    font-size: 16px;
  }



  .br-lg{
    display: inline-block;
  }

  .btn {
    font-size: 14px;
    padding: 0 1.7rem;
    height: 42px;
    line-height: 38px;
  }
  .btn > i{
    font-size: 16px;
  }
  header .logoWrap {
    min-width: 90px;
    width: 90px;
  }

  .container, .container-md, .container-sm {
    max-width: 992px;
  }
  .menu-icon {
    display: inline-flex;
  }
  .primary_menu{
    display: block;
    text-align: left;
    width: 100%;
  }
  .primary_menu > li {
    margin: 0;
    padding: 0 1.2rem;
  }
  .primary_menu .submenu li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* 
  .menu-overlay{
    display: none !important;
  } */
  .primary_menu .submenu{
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .primary_menu .submenu ul{
    display: block;
    padding: 0.5rem;
  }

  .primary_menu > li .nav_menu{
    font-size: 16px;
    padding: 0.7rem 0;
  }
  .primary_menu > li > .nav_menu{
    line-height: 50px;
    padding: 0;
    color: #243746;
    text-align: left;
  }

  .primary_menu .submenu li .nav_menu{
    font-size: 15px;
    text-align: left;
    width: 100%;
    padding: 0.7rem 0.7rem;
  }

  .primary_menu > li > .nav_menu:hover, .primary_menu > li.showMe > .nav_menu {
    color: #000;
  }

  .primary_menu .submenu li.menuLogo .nav_menu{
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .submenu .menuLogo img {
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 0;
    width: auto;
    height: 30px;
  }

  .submenu .menuLogo span {
    display: inline-block;
  }



  .menu-wrap {
    position: relative;
    display: block;
  }
 


  .navWrap-cont-between{
    justify-content: space-between;
  }

  .sitenavigation .menu-wrap {
    position: absolute;
    background-color: #fbe1dd;
    right: 0;
    left: 0;
    top: 60px;
    z-index: 100;
    height: calc(100vh - 60px);
    overflow-y: auto;
    transition-duration: 70ms;
    transform: translate(100%, 0);
    transition: all ease-out 200ms;
    opacity: 0;
  }
  .sitenavigation.is-tapped .menu-wrap {
    transition-duration: 160ms;
    transform: translate(0, 0);
    transition: all ease-out 200ms;
    opacity: 1;
  }

  
  .sticky {
    top: 60px;
  }

  .top-banner-wrap{
    height: 350px;
  }


  .feature_card > figure figcaption > b {
    font-size: 18px;
  }



  .commitment-header {
    font-size: 16px;
    margin-bottom: 10px;
  }


  .home-slider .swiper-button{
    bottom: 0;
    right: 5px;
  }


  .big-bets-wrap .big-bets-item::before{
    background: #243746DB;
  }

  .big-bets-wrap .big-bets-item .hide-content{
    display: block;
    max-height: 100%;
  }
  .big-bets-wrap .big-bets-item:hover .hide-content{
    display: block;
    max-height: 100%;
  }

  .big-bets-wrap .big-bets-item:hover {
    height: auto;
  }

  .big-bets-wrap .big-bets-item {
  width: 50%;
  min-width: 50%;
  height: auto;
  
  }

  .big-bets-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items:stretch;
    height: auto;
  }


  .impact-number{
    font-size: 16px;
  }
  
  .impact-number span{
    font-size: 30px;
  }
  
  .ourPresent {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .ourPresent .impact-number span{
    font-size: 36px;
  }

  .icon_caption figcaption {
    font-size: 16px;
  }
  .icon_caption figcaption big {
    font-size: 52px;
  }

  .economic-heding .head1 {
    font-size: 14px;
  }

  .economic-heding .head2 {
    font-size: 1.8rem;
  }

  .economic-heding .head3 {
    font-size: 1.1rem;
  }


  .profile-thum figcaption .h5 {
    font-size: 15px;
  }

  .feature_card {
    padding: 1rem 0;
  }

  .feature_card > figure figcaption {
    font-size: 14px;
  }
  .quotation-marks{
    font-size: 16px;
  }
  .quotation-marks.smallText{
    font-size: 14px;
  }

  .filterBy-wrap .button{
    font-size: 12px;
    padding: 20px 15px;
    min-width: 150px;

  }
  .filterBy-wrap .button img {
    width: 20px;
  }
  .filters-all {
    margin-right: 10px;
  }

  .article-title .category-type{
    font-size: 12px;
  }

  .article-title h1{
    font-size: 20px;
  }

  .article-post-body{
    width: 100%;
  }

  .article-social-link ul {
    justify-content: start;
  }

  .tags-wrap .tags{
    font-size: 12px;
  }


  .jobTblWrap table {
		border: 0;
	}
	.jobTblWrap table caption {
		font-size: 1.3em;
	}
	.jobTblWrap table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		position: absolute;
		width: 1px;
		padding: 0;
	}
	.jobTblWrap table tr {
		display: block;
		margin-bottom: 15px;
	}
	.jobTblWrap table th,
	.jobTblWrap table td {
    padding: 15px;
	}
	.jobTblWrap table td {
		border-bottom: 1px solid #e1e5e9;
		display: block;
		font-size: 14px;
		text-align: right;
    position: relative;
    padding-left: 100px;
	}
	.jobTblWrap table td::before {
		content: attr(data-label);
		font-weight: bold;
		text-transform: uppercase;
		color: #070B0EE2;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
	}
  /* .jobTblWrap table tbody > tr > td:first-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  } */
  
  .jobTblWrap table tbody > tr > td:last-child{
    /* border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
    border-bottom: none;
  }


  /* 
  #nav ul li a {
    width: 60px;
    height: 50px;
  } */



  .stories-wraper {
    bottom: 20px;
  }

  .pledge-wraper {
    bottom: 20px;
  }
  .events-wraper {
    bottom: 20px;
  }


  .stories-box-wrap{
    min-height: 150px;
    position: relative;
  }
  
  .stories-box{
    padding: 20px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  
  .stories-box::after{
    top: 10px;
    right: 10px;
    font-size: 16px;
  }
  
  .stories-box > .hedding{
    display: flex;
    align-items: center;
  }
  
  .stories-box > .hedding img{
    width: 30px;
  }
  
  .stories-box > .hedding > span{
    font-size: 16px;
    padding-top: 0;
    padding-left: 15px;
  }
  
  
  .stories-box .box-content{
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-height:500px;
    padding-top: 15px;
  }
  
  .stories-box .box-content p{
    font-size: 12px;
  }

  .directors-slider{
    padding-bottom: 80px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .directors-slider .swiper-button {
    left: 0;
    bottom: 10px;
  }




  .download-wrap i.file-pdf{
    font-size: 36px;
  }

  .pdf-btn-wrap{
    width: 40px;
    height: 40px;
    position: relative;
  }
  .pdf-btn{
    height: 40px;
    width: 40px;
    line-height: 38px;
    padding: 0 10px;
  }
  
  .pdf-btn > span{
    font-size: 13px;
  }

  .download-wrap{
    font-size: 14px;
  }

  
  .popImgWrap{
    float: left;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }


  .our-impact-bg-wrap {
    height: auto;
    
  }

  .our-impact-bg{
    position: relative;
    background-attachment: fixed;
    padding: 50px 0;
  }



  .impact-big-bets span{
    font-size: 12px;
  }

  .plad-heading{
    font-size: 26px;
  }
  .plad-sub-head{
    font-size: 20px;
  }
  .plad-sub-head > span{
    font-size: 14px;
  }

  .pledge-text {
    font-size: 14px;
  }


  .pledge-content-main {
    position: relative;
    margin-bottom: -20px;
  }

  .pledge-content{
    width: 215px;
    height: 215px;
    padding: 15px;
    padding-top: 30px;
  }
  .pledge-content i {
    font-size: 24px;
  }
  .pledge-wraper h1{
    font-size: 20px;
  }
  .pledge-wraper h1 span {
    font-size: 14px;
  }
  .pledge-counts-head {
    font-size: 11px;
    padding-top: 15px;
  }
  .pledge-counts-head span {
    font-size: 34px;
  }


  .pledge-content-main {
    margin-bottom: 0;
  }











  .events-wraper h1{
    font-size: 20px;
  }
  .events-wraper h1 span {
    font-size: 14px;
  }



  .top-banner-wrap .banner-text-right {
    font-size: 40px;
  }


}

@media screen and (max-width: 824px){


  .contact-way .icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
  }

  .contact-way-wrapp > ul > li {
    height: 110px;
  }

  .testimonial-slider-wrap{
    padding: 40px;
  }


  .impact-big-bets{
    width: 33.3333%;
  }
  .impact-big-bets a{
    padding: 10px;
  }
  .impact-big-bets img {
    height: 25px;
    margin-bottom: 0;
  }
  .impact-big-bets span{
    font-size: 11px;
  }

  #contents .stories-content.for-small-height{
    height: auto;
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .events-counts .numbers sup {
    font-size: 12px;
  }
  .events-counts .numbers > span:first-child {
    font-size: 22px;
  }
  .events-counts .fa-calendar {
    font-size: 36px;
  }

  .pledge-counts.position-right{
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 30px;
    justify-content: center;
  }
  .pledge-wraper{
    position: relative;
    right: auto;
    bottom: auto;
  }
  .pledge-wraper.pledge-header{
    /* bottom: 50px;
    position: absolute; */
    bottom: auto;
    padding-top: 100px;
  }

  #contents .stories-content.mobile-h-auto{
    height: auto;
  }


  .events-counts.position-right{
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 30px;
    justify-content: center;
  }
  .events-wraper{
    position: relative;
    right: auto;
    bottom: auto;
  }




  #contents .stories-content > .bg-img{
    position: absolute;
    top: 0;
    right: 0;
  }
  .pledge-wraper .border-list{
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .events-wraper .border-list{
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .for-small-height h2{
    text-align: center;
  }
  .for-small-height .btn-pledge{
    margin: auto;
  }

  .for-small-height .btn-events{
    margin: auto;
  }

  .me-text-center{
    text-align: center !important;
  }
  #contents .stories-content.for-small-height::before{
    z-index: 1;
  }

  .pledge-content-main {
    margin-bottom: 40px;

  }




}

@media screen and (max-width:767px) {

  h6, .h6 {
    font-size: 16px;
  }

  .ceo-box-wrap{
    height: auto;
    margin-top: 0;
  }

  .leader-grid-box {
    width: 50%;
  }
  
  .impact-number span{
    font-size: 26px;
  }
  .impact-number span small{
    font-size: 18px;
  }

  .ourPresent > div {
    padding-right: 25px;
  }

  .ourPresent .impact-number span{
    font-size: 32px;
  }

  .quotation-marks {
    font-size: 14px;
    padding: 25px;
  }

  .testimonial-slider-wrap{
    padding: 30px 20px;
  }

  .testimonial-slider{
    padding: 10px;
  }
  .stories-testimonial{
    padding: 0 0;
  }
  .quotation-marks::before, .quotation-marks::after{
    font-size: 30px;
  }

  .testimonial-from p{
    font-size: 14px;
  }


  .testimonial-from{
    padding-right: 85px;
  }

  .testimonial-slider .swiper-button{
    bottom: -10px;
  }

  .swiper-button-number .swiper-pagination-fraction{
    font-size: 16px;
  }
  .swiper-button-number .swiper-button-next::before, .swiper-button-number .swiper-button-prev::before{
    height: 25px;
  }
  .swiper-button .swiper-button-next, .swiper-button .swiper-button-prev{
    margin: 10px;
  }


  .stories-box-wrap{
    padding-bottom: 10px;
    width: 90%;
  }

  .contact-way-wrapp > ul > li {
    width: 100%;
  }

  .contact-way-wrapp > ul > li {
    height: auto;
    /* min-height: 155px; */
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .leadership-wrap .nav{
    min-width: 100%;
  }

  .leadership-wrap .tab-content{
    min-width: 100%;
  }
  .leadership-wrap{
    flex-wrap: wrap;
  }

  .download-wrap{
    display: block;
  }

  .download-wrap > div:last-child{
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }

  .pdf-btn-wrap{
    margin: auto;
  }

  .dw-50{
    width: 100%;
  }

  .history-tabs .nav-tabs .nav-link {
    font-size: 17px;
  }

  .campaigns-slider .swiper-button {
    left: auto;
    right: 0;
  }

  .pledge-text {
    font-size: 12px;
    padding: 10px;
    padding-bottom: 20px;
  }


  .top-banner-wrap .banner-text-right {
    top: auto;
    bottom: 15px;
    font-size: 32px;
  }
  .top-banner-wrap .banner-text-right > span{
    display: inline-block;
  }
  
  .top-banner-wrap.top-banner-auto{
    min-height: 520px;
    height: auto;
  }
  .epis-breakdown{
    flex-wrap: wrap;
    gap: 10px;
  }
  .epis-breakdown .topic{
    width: calc(100% - 50px);
  }
  .epis-breakdown .timers{
    width: 100%;
  }
  

}


@media screen and (max-width:550px) {

  .big-bets-wrap .big-bets-item {
    width: 100%;
    min-width: 100%;
    height: auto;
    
  }
  .leader-grid-box {
    padding: 1.5rem !important;
  }

  .profile-thum figcaption .h5 {
    font-size: 14px;
  }


  .people-grid.gridtab > dt {
    padding: 1.5rem !important;
  }

  .people-grid .content {
    padding: 20px 12px 12px 12px;
  }

  .people-grid.gridtab > dd > .gridtab__controls > .gridtab__arrow:before,
  .people-grid.gridtab > dd > .gridtab__controls > .gridtab__arrow:after,
  .people-grid.gridtab > dd > .gridtab__controls > .gridtab__close:before,
  .people-grid.gridtab > dd > .gridtab__controls > .gridtab__close:after {
    width: 1px;
    height: 11px;
  }

  .people-grid.gridtab > dd > .gridtab__controls {
    right: -4px;
    top: -4px;
  }


  .product-logo img {
    max-height: 80px;
  }


  .impact-big-bets span{
    display: none;
  }

  .commitment-text {
    font-size: 12px;
    padding: 10px;
  }

}





.news-letter-wraper{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.news-letter-tbl{
  width: 100%;
}







