* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 20, 2024 */



@font-face {
    font-family: 'franklin_gothic_mediumregular';
    src: url('../fonts/franklin_gothic_medium_regular.woff2') format('woff2'),
         url('../fonts/franklin_gothic_medium_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*Impact Fonts*/

/* #### Generated By: http://font.download #### */

    @font-face {
    font-family: 'Impact Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Impact Regular'), url('../fonts/impact.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Impact Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Impact Regular'), url('../fonts/unicode.impact.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Impacted Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Impacted Regular'), url('../fonts/Impacted.woff') format('woff');

  }

/*  Impact fonts*/


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 9, 2024 */



@font-face {
    font-family: 'calibriregular';
    src: url('../fonts/calibri-webfont.woff2') format('woff2'),
         url('../fonts/calibri-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container {
	max-width: 1200px;
}

/*Header Start*/

header {
	position:relative;
	width:100%;
	background:#ffffff;
	border-bottom: 1px solid rgba(42,43,107,.3);
}

.logo {
	position:relative;
	z-index:123;
	padding:10px;
	font:18px verdana;
	color:#6DDB07;
	float:left;
	width:15%
}

.logo a {
	color:#6DDB07
}

.btn {
	font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 10px 20px;
    background-color: #f47823;
    color: #ffffff;
    border-radius: 25px;
    font-family: "Open Sans", sans-serif;
}
.btn:hover {
    color: #ffffff;
}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a {
	color:#13b9a1;
}
.read-more {
	margin-top: 10px;
}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover {
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease
}

#cssmenu > ul > li.has-sub > a {
	padding-right:30px
}

#cssmenu > ul > li.has-sub > a:after {
	position:absolute;
	top:22px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#333;
	content:''
}

#cssmenu > ul > li.has-sub > a.dropdown-toggle:after {
	border-top: 0;
}

#cssmenu > ul > li.has-sub > a:before {
	position:absolute;
	top:19px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#333;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
	top:23px;
	height:0
}

#cssmenu ul ul {
	position:absolute;
	left:-9999px;
	top: 65px;
	box-shadow: 0 6px 20px rgba(0,0,0,.09);
	z-index: 9;
}

#cssmenu ul ul li {
	height:0;
	background-color: #ffffff;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease
}

#cssmenu ul ul li:hover {
}

#cssmenu li:hover > ul {
	left:auto;
	border-top: 3px solid #13b9a1;
}

#cssmenu li:hover > ul > li {
	height:35px
}

#cssmenu ul ul ul {
	margin-left:100%;
	top:0
}

#cssmenu ul ul li a {
	border-bottom:1px solid rgba(150,150,150,0.15);
	padding:11px 15px;
	width:170px;
	font-size:12px;
	text-decoration:none;
	color:#333333;
	font-weight:400
}

#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a {
	border-bottom:0
}

#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {
	color:#13b9a1;
}

#cssmenu ul ul li.has-sub > a:after {
	position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:''
}

#cssmenu ul ul li.has-sub > a:before {
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
	top:17px;
	height:0
}

#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background:#363636
}

#cssmenu ul ul ul li.active a {
	border-left:1px solid #333
}
.banner-text .logo-img {
	width: 280px;
}
/*#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top:1px solid #333
}*/

@media screen and (max-width:700px) {

.logo {
	width:100%;
	height:50px;
	padding:10px 10px;
}

.logo2 {
	display:none
}

/*nav {
	width:100%
}

#cssmenu {
	width:100%
}*/


#cssmenu ul ul li,#cssmenu li:hover > ul > li {
	height:auto
}

#cssmenu ul li a,#cssmenu ul ul li a {
	width:100%;
	border-bottom:0
}

#cssmenu > ul > li {
	float:none
}

#cssmenu ul ul li a {
	padding-left:25px
}



#cssmenu ul ul li:hover {
	background:#363636!important
}

#cssmenu ul ul ul li a {
	padding-left:35px
}



#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a {
	color:#fff
}



#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before {
	display:none
}

#cssmenu #head-mobile {
	display:block;
	padding:23px;
	color:#ddd;
	font-size:12px;
	font-weight:700
}

.button {
	width:55px;
	height:46px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	z-index:12399994
}



#cssmenu .submenu-button {
	position:absolute;
	z-index:99;
	right:0;
	top:0;
	display:block;
	border-left:1px solid #ccc;
	height:46px;
	width:46px;
	cursor:pointer
}

#cssmenu ul ul .submenu-button {
	height:34px;
	width:34px
}



#cssmenu ul ul .submenu-button:after {
	top:15px;
	right:13px
}

#cssmenu ul ul .submenu-button:before {
	top:12px;
	right:16px
}

#cssmenu .submenu-button.submenu-opened:before {
	display:none
}

#cssmenu ul ul ul li.active a {
	border-left:none
}

#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top:none
}
}

/*Home Slider*/

@media (min-width: 992px) {
  .slider, .slide {
    height: 90vh;
  }
}
.slide {
  position: relative;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide .slide__img::after {
    content: '';
    background-color: rgb(0 0 0 / 23%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.slide .slide__content--headings {
  text-align: center;
  color: #fff;
}

.slide .slide__content--headings h2 {
  font-size: 3.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings p {
	font-size: 20px;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 18px;
  width: 18px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: #ffffff;
    opacity: 0.5;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 50%;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}


/*main heading*/

.main-heading {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	position: relative;
}
.main-heading::before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #13b9a1;
}
.main-heading::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 20px;
  left: 50%;
  margin-left: -50px;
  background-color: #13b9a1;
}

/*our-mission*/
.our-mission {
	padding: 50px 0;
	/*	background-color: #dde8f1;*/
	text-align: center;
}
.mission-box {
	border-radius: 10px;
	background-color: #ffffff;
	padding: 10px;
    border: 1px solid #ccc; 
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 40%);
    height: 100%;
    text-align: center;
}
.mission-box h3 {
	font-size: 20px;
	color: #2a2b6b;
	margin-top: 10px;
}
.mission-box img {
	width: 100%;
}

/*donate-family*/
.donate-family {
	background-image: url('../../images/getinvolved/homa-section3-bg.webp');
	background-repeat: no-repeat;
	padding: 50px 0;
	background-size: cover;
}
.donate-family .donate-body {
	padding: 50px 0;
}
.donate-family .donate-body img {
	width: 100%;
}
.donate-family .donate-body h3 {
	color: #ffffff;
}
.donate-family .donate-body p {
	color: #ffffff;
	margin: 30px 0;
	line-height: 2;
}
.donate-btn {
	color: #ffffff;
	background: #29b79e; 
	border: 0px solid; 
	border-radius: px; 
	font-size: 18px; 
	padding: 10px 25px; 
	font-family:Montserrat;
	font-weight:400;
	font-style:normal;
	display: inline-block;
}
.donate-btn:hover {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
}


/*Footer*/

.footer-top-area {
    padding: 10px 0 5px 0;
    background-color: #3b3c72;
    color: #ffffff;
}
.footer-top-area .row {
	align-items: center;
}
.footer-top-area h4 {
    font-size: 20px;
    text-align: center;
}

/*Footer Bottom*/

.footer-widgets-section {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-widgets-section:before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.footer-section {
    padding: 5px;
    background-color: #09084a;
    color: #ffffff;
}

.footer-section a {
	color: #ffffff;
	padding: 0 8px;
	font-family: 'calibriregular';
}
.footer-section a i {
    background-color: #2a2b6b;
    padding: 3px 5px;
}
.banner-img {
	background-image: url(../../images/getinvolved/Banner-img2.jpg);
	   background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    position: relative;
    align-items: center;
    display: flex;
}
.banner-img h1 {
	font-size: 45px;
	text-align: left;
	color: #32357a;
}
/*causes-page*/

.causes-page p {
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.causes-page a {
    color: #32357a;
}
.causes-page img {
    height: 150px;
}
.causes-page a.btn {
	color: #ffffff;
}
.banner-img-single {
		background-image: url('../../images/getinvolved/Banner-img1.jpg');
		background-repeat: no-repeat;
    background-size: cover;
    height: 47vh;
    position: relative;
    align-items: center;
    display: flex;
    text-align: center;
}
.banner-img-single p {
		font-weight: 600;
}
.achievements-page.Benefits {
	padding-top: 0;
}
.OurPrograms.causes-page img {
    height: auto;
}

.OurPrograms.causes-page .mission-box {
	min-height: 450px;
}
.OurPrograms .owl-nav {
		position: absolute;
    top: -100px;
    right: 0;
}

.OurPrograms.owl-carousel button.owl-prev {
    width: 50px;
    height: 50px;
    background: #2c276d;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.OurPrograms.owl-carousel button.owl-next {
    width: 50px;
    height: 50px;
    background: #2c276d;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.OurPrograms.owl-carousel button span {
    font-size: 45px;
    line-height: 20px;
    display: inline-block;
}
.OurPrograms-slider-sec .main-heading {
    text-align: left;
    position: relative;
    display: inline-block;
}

.OurPrograms-slider-sec .main-heading::before {
    left: 0;
    margin-left: 35px;
}
.OurPrograms-slider-sec .main-heading::after {
    left: 0;
    margin-left: 0;    
}
.covid-page-section5 img {
	box-shadow: 5px 5px 16px rgba(42,43,107,.59);
}

.popup-gallery .mission-box {
	padding: 2px;
	box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 30%);
}
.popup-gallery .mission-box img {
	border-radius: 8px;
}
.popup-gallery .gallery-item {
    width: 12.5%;
    display: inline-block;
    padding: 5px;
}
.popup-gallery .gallery-item .mission-box {
	
}
.popup-gallery .gallery-item .mission-box .thumbnail{
	display: block;
	position: relative;
	cursor: pointer;
}
.popup-gallery .gallery-item .mission-box .thumbnail::before{
		content: '+';
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    border-radius: 8px;
    color: #ffffff;
    font-size: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}
.popup-gallery .gallery-item .mission-box .thumbnail:hover::before{
    opacity: 1;
}

.donation-form {
		background-color: #f5f6f9;
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.donation-form label{
		display: block;
		font-weight: 500;
}
.mass-wedding {
	margin-top: 30px;
}
.mass-wedding .achive-inner{
	width: calc(30% - 2%);
}
.mass-wedding .achievement-main {
	justify-content: center;
}
.mass-wedding .achive-inner img {
    background-color: #fff;
}

.mass-weddin-slider .owl-carousel button.owl-prev {
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #2c276d;
    border-radius: 50%;
    text-align: center;
}

.mass-weddin-slider .owl-carousel button.owl-next {
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #2c276d;
    border-radius: 50%;
    text-align: center;
}

.mass-weddin-slider .owl-carousel button span {
    font-size: 45px;
    line-height: 20px;
    display: inline-block;
}

.mass-weddin-slider .OurPrograms.causes-page img {
	width: 70%;
	margin: auto;
	border-radius: 10px;
}
.mass-weddin-slider .OurPrograms .owl-nav {
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    top: auto;
}

/*founder and mentor*/


.about-ceo-sec {
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
    background: #f6f3ee;
    position: relative;
}
.about-ceo-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    background-image: url(../../images/getinvolved/line.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.sec-title .title2 {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
}

.about-ceo-sec h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    border-bottom: 2px solid #2c276d;
    font-weight: 700;
     color: #1b67b1;
}
.about-ceo-sec .image img {
    border-radius: 100%;
    border: 5px solid #1b67b1;
    border-top: 0px;
    border-right: 0px;
    width: 90%;
    background-color: #ffffff;
}

.about-president-sec.about-ceo-sec {
	background-color: #ffffff;
}
.about-president-sec.about-ceo-sec::before {
    opacity: 1;
}

/*Blog Page*/

.blog-section {
    padding-top: 30px;
    padding-bottom: 60px;
/*    background-color: #dde8f1;*/
}
.blog-section .card {
    padding: 10px;
    /* border: 1px solid #ccc; */
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 40%);
}
.blog-section img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.blog-section .event-detail {
    position: relative;
    padding: 10px;
}
.blog-section .event-detail h6 {
    display: inline-block;
    width: 65px;
    background-color: #2c276d;
    color: #fff;
    position: absolute;
    top: -40px;
    padding: 5px 0;
    text-align: center;
    right: 10px;
    margin: auto;
    border: 1px solid #003c71;
    font-weight: normal;
    border-radius: 50%;
    height: 65px;
    line-height: 22px;
    padding-top: 12px;
}
.blog-section .event-detail h3 {
    font-size: 20px;
    margin-top: 20px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-section .event-detail h3 a {
    color: #2c276d;
}
.blog-section .event-detail p {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-section .readmore {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    padding-top: 8px;
}
.blog-section .readmore a {
    color: #13b9a1;
    font-weight: 600;
}

.blog-share {
    padding: 10px;
    background-color: #2c276d;
}
.blog-share .share-on {
    display: inline-block;
}
.blog-share .share-on a {
    color: #ffffff;
}
.home-blog.blog-section {
	background-color: #ffffff;
}
.blog-share ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
    float: right;
}
.blog-share ul li {
    display: inline-block;
    margin-right: 7px;
}
.blog-share ul li svg {
    width: 23px;
    fill: #ffffff;
    border-radius: 50%;
}
.blog-share ul li a {
	 	background-color: #1778f2;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.blog-share ul li a.fb {
	 	background-color: #1778f2;
    color: #fff;
}
.blog-share ul li a.twitter {
	 	background-color: #1da1f2;
    color: #fff;
}
.blog-share ul li a.linkedin {
	 	background-color: #3c83d9;
    color: #fff;
}
.mass-weddin-slider-sec {
	background-image: url(../../images/getinvolved/homa-section3-bg.webp);
    color: #fff;
    background-size: cover;
    padding-bottom: 120px;
}

/*Events*/

.event-card {
    width: 100%;
    background: white;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: #eeeeee 0 0 10px 5px;
    margin-bottom: 25px;
    border: 1px solid #dddddd;
}
.latest-upcoming .left {
    border-right: 1px dotted #bbbbbb;
    padding-right: 20px;
}

.left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.latest-upcoming .single-event {
    height: 100%;
}
/*.event-img.img-full {
	text-align: center;
}*/
.blog-section .single-event img {
		width: auto;
    max-width: 100%;
    height: auto;
}

.event-info .event-name {
    font-size: 22px;
    font-weight: 600;
    color: #2c276d;
}
.event-info p {
    margin-bottom: 10px;
    font-size: 18px;
}
.event-info .event-detail {
    padding: 0;
}
/*CountDown TImer*/

#countdown{
    text-align: center;
    margin: auto;
    padding: 10px 0;
    position: relative;
    width: 30%;
}

/*Contact Page*/

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.ft-contact-section {
  z-index: 1;
  overflow: hidden;
  padding: 60px 0px 60px;
}
.ft-contact-section:before {
  /*top: 0;
  width: 70%;
  z-index: -1;
  content: "";
  left: -22%;
  height: 100%;
  position: absolute;
  -webkit-transform: skew(-43deg);
          transform: skew(-43deg);
  background-color: #f4f4f4;*/
}

.ft-contact-content {
  /*max-width: 580px;*/
}

.ft-contact-form-wrapper {
  margin-top: 0px;
}
.ft-contact-form-wrapper input, .ft-contact-form-wrapper textarea {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 20px;
  border: 1px solid #cbcbcb;
}
.ft-contact-form-wrapper textarea {
  height: 70px;
  padding-top: 15px;
}
.ft-contact-form-wrapper .ft-sb-button {
  background-color: #0069a6;
}
.ft-contact-form-wrapper .col-md-6 {
  padding: 0 5px;
}
.ft-contact-form-wrapper .col-md-12 {
  padding: 0 5px;
}
.ft-contact-cta-items {
  padding: 20px 5px 0px 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-top: 5px solid #ccc;
  height: 100%;
}
.ft-contact-cta-items .ft-contact-cta-icon {
  width: 70px;
  height: 70px;
  margin-right: 16px;
  border-radius: 8px;
  background-color: #01519833;
  padding: 30px;
}
.ft-contact-cta-items .ft-contact-cta-icon i {
  font-size: 45px;
  color: #13b9a1;
}
.ft-contact-cta-items .ft-contact-cta-text {
  max-width: 350px;
}
.ft-contact-cta-items .ft-contact-cta-text h3 {
  color: #002a34;
  font-size: 20px;
  font-weight: 700;
}
.ft-contact-cta-items .ft-contact-cta-text p {
    margin-bottom: 0;
    font-size: 14px;
}
.ft-contact-cta-items:hover {
  border-top: 5px solid #32357a;
}

.ft-contact-page-form-wrapper {
    padding: 30px;
    background-color: rgb(1 81 152 / 13%);
    border-radius: 15px;
}
.ft-contact-page-form-wrapper h3 {
  color: #043641;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ft-contact-page-form-wrapper input, .ft-contact-page-form-wrapper textarea {
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.ft-contact-page-form-wrapper textarea {
  height: 80px;
  padding-top: 15px;
}
.ft-contact-page-form-wrapper input.btn {
  color: #fff;
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 6px;
  background-color: #32357a;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  margin-bottom: 0;
}
.ft-contact-page-form-wrapper button:hover {
  background-color: #0069a6;
}
.ft-section-title-2 .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #13b9a1;
}
.achievement-page .achive-inner {
	width: calc(16.66% - 2%);
}

.success-stories-slider .OurPrograms.causes-page .mission-box {
	min-height: auto;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);
}
.donation-form .col {
	padding-left: 10px;
	padding-right: 10px;
}

/*Skill development*/

.skill-development-section {
    background: url(../../images/getinvolved/homa-section3-bg.webp) no-repeat top center;
    position: relative;
    z-index: 9;
    padding: 50px 0 100px;
    background-size: 100% 85%;
    color: #ffffff;
    text-align: center;
}
.skill-development-section p {    
    padding: 0px 90px;
    border-right: 2px solid #fff;
    font-size: 18px;
}
.talent-show img {
	width: 100%;
	margin-top: -50px;
}
.talent-show-story {
	margin-top: -50px;
}
.Physiotherapy-Centres {
	padding-top: 0;
}
.Physiotherapy-Centres .OurPrograms.causes-page .mission-box {
	min-height: auto;
}
.achievements-page.contributions {
	padding-bottom: 40px;
}

.moretext {
  display: none;
}
.moreless-button {
		color: #13b9a1;
    font-weight: 600;
}
.skill-development-section .critical-desease p {
	padding: 0;
	border-right: 0;
}
.skill-development-section .critical-desease .col-md-4 {
	border-right: 2px solid #fff;
}
.skill-development-section .critical-desease .col-md-4:last-child {
	border-right: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-hide {
  display: none !important;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  background: none;
  border: none;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  cursor: pointer;
  outline: 0;
}
.mfp-close:active {
  top: 1px;
}
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
  cursor: pointer;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #f3f3f3;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: none;
  border: none;
  cursor: pointer;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-s-ready .mfp-preloader {
  display: none !important;
}


/*Home Page New Css*/

.home-banner-left::before {
    right: -30px;
}
.home-banner-left::before {
    content: '';
    position: absolute;
    background: url(../../images/getinvolved/about-banner-bg.png) no-repeat center center;
    background-size: 100% 100%;
    top: 0;
    left: -3px;
    width: 103%;
    height: 103%;
    right: -30px;
}
.home-banner-left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    /* background: url(../../images/getinvolved/video-left.png) no-repeat top left; */
    width: 100px;
    height: 100%;
}
.home-banner-video video {
	width: 100%;
	height: 442px;
	background-color: #000;
}
.home-banner-video img {
	width: 100%;
}


/*Mobile Responsive*/

@media screen and (max-width:767px) {
	
	.our-value iframe {
		width: 100%;
		margin-top: 10px;
	}
	#cssmenu ul.col-md-9 {
    display: block;
	}
	#cssmenu > ul > li {
    float: left;
    line-height: auto;
    height: auto;
    align-items: center;
    display: flex;
	}
	#cssmenu ul li {
		width:100%;
		border-top:1px solid #ccc;
		line-height: normal;
	}
	#cssmenu ul li ul li{
		border-top:0;
	}
	#cssmenu ul li:first-child {
		border-top:0;
	}
	#cssmenu ul li:last-child {
		border-top:0;
	}
	#cssmenu ul {
		width:100%;
		position: absolute;
	  top: 49px;
	  background-color: #fff;
	  z-index: 99;
	  left: 0;
		display:none;
		padding-bottom: 15px;
	}
	#cssmenu .submenu-button:after {
		position:absolute;
		top:22px;
		right:19px;
		width:8px;
		height:2px;
		display:block;
		background:#2c276d;
		content:''
	}
	#cssmenu .submenu-button:before {
		position:absolute;
		top:19px;
		right:22px;
		display:block;
		width:2px;
		height:8px;
		background:#2c276d;
		content:''
	}
	.button:before {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
		position:absolute;
		top:16px;
		right:0px;
		display:block;
		height:3px;
		width:30px;
		background:#2c276d;
		content:''
	}
	.button:after {
		position:absolute;
		top:25px;
		right:0px;
		display:block;
		height:12px;
		width:30px;
		border-top:3px solid #2c276d;
		border-bottom:3px solid #2c276d;
		content:''
	}
	.button.menu-opened:after {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
		top:23px;
		border:0;
		height:3px;
		width:25px;
		background:#2c276d;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg)
	}
	.button.menu-opened:before {
		top:23px;
		background:#2c276d;
		width:25px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		transform:rotate(-45deg)
	}

	.slide .slide__content {
		width: 100%;
	}
	.slide .slide__content--headings h2 {
		font-size: 1.5rem;
	}
	.achive-inner {
		width: calc(50% - 2%);
	}
	.home-succes-story-slider-outer {
		display: block;
		height: auto;
		padding: 10px;
    margin: 0 15px;
	}
	.home-succes-story-slider-right {
    width: 100%;
	}
	.home-succes-story-slider-left {
		width: 100%;
	}
	/*.mission-box {
		margin-bottom: 10px;
	}*/
	.our-mission {
		padding: 20px 0;
	}
	.donate-family .donate-body h3 {
    font-size: 22px;
    margin-top: 10px;
	}
	.donate-family .donate-body p {
    margin: 15px 0;
    line-height: 1.5;
	}

	.zozo-footer-nav {
    text-align: center;
	}
	.footer-copyright-section p, .zozo-footer-nav > li > a {
    text-align: center;
	}
	.home-succes-story-slider-left {
		padding: 20px 0px;
	}
	.home-succes-story-slider .owl-nav:before {
    width: 0px;
	}
	.home-succes-story-slider .owl-nav:after {
    width: 0px;
	}
	.home-succes-story-slider .owl-nav .owl-prev span {
    left: 5%;
    background-color: rgb(42 43 107 / 70%);
    border-radius: 50%;
	}
	.home-succes-story-slider .owl-nav .owl-next span {
    right: 5%;
    background-color: rgb(42 43 107 / 70%);
    border-radius: 50%;
	}
	.popup-gallery .gallery-item {
    width: 25%;
	}
	.achievement-page .achive-inner {
    width: calc(50% - 2%);
	}
	.banner-img-single h1 {
		color: #ffffff;
	}
	.banner-img-single p {
		color: #ffffff;
	}
	.bank-detail-page .achive-inner {
		margin: 10px 1%;
	}
	.ft-contact-page-contact-info .mb-5 {
		margin-bottom: 1rem !important;
	}
	.donation-form .col {
    flex-basis: max-content;
	}
	.mass-wedding .achive-inner {
    width: calc(50% - 2%);
	}
	.question {
    font-size: 1rem;
    padding: 15px 50px 15px 15px;
  }
  .talent-show-story {
    margin-top: 0px;
	}
	.talent-show img {
     margin-top: 0px; 
	}
	.event-card {
    display: block;
	}
	.latest-upcoming .left {
    padding-right: 0;
	}

	.left {
	    display: block;
	}

  #countdown {
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100%;
	}

	.about-ceo-sec .image {
    text-align: center;
	}
	.about-ceo-sec .image img {
    width: 50%;
	}
}


.select-quantity {
    display: flex;
    align-items: center;
    color: #676767;
    margin-top: 30px;
    margin-bottom: 30px
}

.select-quantity p {
    margin: 0;
    padding-right: 20px;
    color: #676767;
    font-size: 20px
}

.select-quantity-inner span {
    display: block;
    padding: 0 10px;
    color: #676767;
    font-size: 20px
}

.select-quantity-inner {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.noqu {
    display: flex;
    border: 1px solid #e8e8e8;
    border-radius: 5px
}

#limbquan {
    border: none;
    text-align: center;
    width: 40px;
    color: #676767;
    font-size: 20px
}

.nq-pls {
    padding: 5px 10px;
    color: #676767;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700
}

.nq-mins {
    padding: 5px 10px;
    color: #676767;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700
}

.home-banner-caption h5 {
	color: #13b9a1;
	font-style: italic;
	text-decoration: underline;
}

.get-involved-banner {
		background-image: url('../../images/getinvolved/HeaderBG.png');
	  background-size: 100% 100%;
	  position: relative;
	  padding: 50px 0 30px 0;
}

.get-involved-banner .home-banner-video img {
		width: 200px;
}

.get-involved-banner .home-banner-video .banner-text {
	position: absolute;
	top: 0;
	left: 40%;
}
.get-involved-banner .home-banner-video .banner-text h2 {
		font-family: "Josefin Sans", sans-serif;
		font-weight: bold;
		color: #e32c26;
		font-size: 90px;
		line-height: 95px;
		margin-bottom: 0;
}
.get-involved-banner .home-banner-video .banner-text h3 {
		font-family: "Josefin Sans", sans-serif;
		color: #2e2b70;
		font-size: 90px;
		margin-bottom: 0;
		line-height: 85px;
		font-weight: bold;
}
.get-involved-banner .home-banner-video .banner-text h5 {
		font-family: "Josefin Sans", sans-serif;
		color: #2e2b70;
		font-weight: 600;
		font-size: 22px;
		margin-bottom: 0;
}
.get-involved-banner .home-banner-video .banner-text h4 {
		font-family: "Josefin Sans", sans-serif;
    color: #2a94d2;
    font-size: 60px;
    margin-bottom: 0;
    text-transform: uppercase;
		font-weight: bold;
		line-height: 60px;
}
.get-involved-banner .home-banner-video .banner-text h6 {
	  font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    color: #2e2b70;
    font-size: 73px;
    margin-bottom: 0;
    line-height: 56px;
    margin-top: -20px;
}
.get-involved-banner .home-banner-video .banner-text h2 span {
		font-family: 'franklin_gothic_mediumregular';
    color: #16a04b;
    font-size: 140px;
    margin-bottom: 0;
    position: absolute;
    top: 60px;
    left: 225px;
}
.get-involved-banner .home-banner-video .banner-text p {
		font-weight: 500;
}

.artificial-limb {
	width: 170px;
}
.narayan-limb-about h3 {
	font-size: 44px;
	font-weight: 800;
	color: #f47823;
	font-family: "Open Sans", sans-serif;
}

/*aidex-logo-sec*/
.aidex-logo-sec {
	background-image: url('../../images/getinvolved/BGmiddle.png');
	background-size: 100% 100%;
  background-repeat: no-repeat;
}
.aidex-logo-sec h4 {
	color: #e05d0b;
	margin-bottom: 20px;
	font-family: 'calibriregular';
	font-weight: 600;
}
.aidex-logo-sec h3 {
	color: #388fc7;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: "Open Sans", sans-serif;
}
.aidex-logo-sec .aidex-logo h3 {
	text-transform: capitalize;
	font-family: 'calibriregular';
	margin-bottom: 0;
}
.aidex-logo-sec p {
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 26px;
	line-height: 24px;
	font-family: 'calibriregular';
}
.aidex-logo-sec p.date-time {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 30px;
}
.aidex-logo-sec p span {
	font-size: 20px;
	line-height: 18px;
}
.aidex-logo img {
	background-color: #fff;
	padding: 15px;
	width: 200px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.Now-applealing h2 {
	color: #ffffff;
  display: inline-block;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}
.Now-applealing h3 {
	color: #ffffff;
}
.Now-applealing h6 {
	color: #ffffff;
	font-weight: 100;
}
.Now-applealing {
		display: flex;
    justify-content: center;
    align-items: center;
}
.aidex-logo {
    display: inline-block;
    margin-top: -60px;
}
.aidex-logo-border {
	border-bottom: 2px solid #cc5a19;
}


/*our-team*/
.our-team {
		text-align: center;
}
.our-team img {
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.our-team h4 {
	color: #f47823;
	font-family: 'calibriregular';
	    font-weight: 600;
}
.our-team h5 {
	color: #2a2b6b;
	font-family: 'calibriregular';
	    font-weight: 600;
	font-size: 22px;
}

.our-team .team h3 {
	color: #4e45c4;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

.our-team .team h4 {
	color: #000;
	font-size: 19px;
}

/*Trusties Section*/

.banner-form {
    margin: 30px 0;
    max-width: 350px;
}
.banner-form .contact-form {
    padding: 24px;
    background: #2a2b6b;
    border: 5px solid #ffffffad;
    border-radius: 40px 0;
}
img.website-logo {
    width: 200px;
     filter: brightness(10.5); 
}
.banner-form .contact-form .content {
    width: 100%;
    text-align: center;
}
.banner-form .contact-form .content .typo {
    font-size: 18px;
    margin: 9px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #13b9a1;
    padding: 13px 10px;
    border-radius: 0px;
    margin: 0 -54px 10px;
    position: relative;
    z-index: 999;
}
.banner-form .contact-form .content .typo:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 100%;
    border: 30px solid transparent;
    border-right-color: #13b9a1;
    border-top: 0;
    display: block;
}
.banner-form .contact-form .content .typo:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 100%;
    border: 30px solid transparent;
    border-left-color: #13b9a1;
    border-top: 0;
    display: block;
}
.contact-form .form-control {
    margin: 6px 0;
    border-radius: 0;
    height: calc(1.5em + 0.75rem + 2px);
}
.banner-form .call_pop a {
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 7px 0px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 0rem;
    text-decoration: none;
}

.narayan-limb-about-inner-pages ul li i {
    margin-right: 5px;
}
.narayan-limb-about-inner-pages ul li {
    margin-bottom: 20px;
    list-style-type: none;
}
.narayan-limb-about-inner-pages ul {
    padding-left: 0px;
}
.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #888;
    margin-top: 30px
}
.modal-body .banner-form {
    margin: 0px;
    width: 100%;
    max-width: 100%;
}
.modal-body .banner-form .contact-form {
    padding: 24px;
    background: #2a2b6b;
    border-radius: 0;
    border: none;
}
.modal-body img.website-logo {
    width: 200px;
     filter: brightness(10.5); 
}
.modal-body .banner-form .contact-form .content {
    width: 100%;
    text-align: center;
}

.modal-body .contact-form .form-control {
    margin: 6px 0;
    border-radius: 0;
    height: calc(1.5em + 0.75rem + 2px);
}
.modal-body .banner-form .call_pop a {
    display: block;
    text-align: center;
    padding: 7px 0px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #f47823;
    font-size: 14px;
    color: #ffffff;
}

.one-page-banner .home-banner-left {
	align-items: center;
	display: flex;
}
.one-page .OurPrograms.owl-carousel .owl-nav button {
	box-shadow: 0px 0px 14px #ccc;
}

.narayan-limb-about ul li {
	  margin-bottom: 40px;
    list-style-type: none;
    color: #2a2b6b;
    font-weight: 800;
    font-size: 21px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Open Sans", sans-serif;
}
.narayan-limb-about ul li a {
	color: #2a2b6b;
	display: block;
}

.narayan-limb-about h3 {
	  margin-left: 30px;
}
.narayan-limb-about ul li img {
	  width: 30px;
    float: left;
    padding-top: 9px;
}
.narayan-limb-about ul {
	margin-top: 30px;
	margin-left: 0;
    margin-right: 0;
}
.narayan-limb-about ul li strong {
    float: left;
    width: calc(100% - 30px);
    padding-left: 5px;
    font-family: "Open Sans", sans-serif;
}
.get-involved-links {
	margin-top: 60px;
}
.sample-text {
	margin-top: -70px;
}
.sample-text h1 {
    font-size: 70px;
    color: #2a2b6b;
    font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0;
}
.sample-text h3 {
    font-size: 70px;
    color: #2a94d2;
    line-height: 65px;
    font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
}
.background-color {
	height: 80px;
	background-color: #e05d0b;
	margin-top: -70px;
}
.narayan-limb-about .left-img {
	margin-top: 92px;
	width: 90%;
}
.narayan-limb-about .right-img {
	margin-top: 30px;
	width: 90%;
}
.donate-link-hover-div {
    display: none;
    position: relative;
    border: none;
      padding: 10px;
      color: #5f6976;
      font-size: 15px;
      font-style: italic;
      z-index: 2;
      line-height: 1.53;
      letter-spacing: 0.1px;
      position: absolute;
      background-color: #ffffff;
      top: 0;
      right: 100%;
      width: 300px;
      box-shadow: 0 0 6px 4px #c6c6c6;
}
.donate-link-hover:hover .donate-link-hover-div {
    display: block;
}
.arrow {
    right: -9px;
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
    position: absolute;
    top: 0;
}
.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25);
}
.arrow::after, .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
} 

.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff;
}
.donate-link-hover-div.right-open {
      left: 100%;
}
.donate-link-hover-div.right-open .arrow {
    left: -7px;
}
.donate-link-hover-div.right-open .arrow::after {
    right: 1px;
    border-width: .5rem .5rem .5rem 0rem;
    border-right-color: #ffffff;
}
.popover-body {
  font-weight: 400;
}
.narayan-limb-about ul li .popover-body strong {
    width: auto;
    padding-right: 3px;
}
.narayan-limb-about ul li .popover-body a {
  color: #f47823;
  font-weight: 600;
}

.banner-text .Gotlimb {
	width: 665px; display: block;
}
.screen-reader-response, .wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  color: #ff0000;
  font-weight: 500;
}
@media screen and (max-width:767px) {
    .donate-link-hover-div {
        left: 50%;
        width: 250px;
    }
    .donate-link-hover-div.right-open {
        right: 50%;
        left: auto;
    }
    .arrow {
        left: -7px;
        right: auto;
    }
    .arrow::after {
        right: 1px;
        border-width: .5rem .5rem .5rem 0rem;
        border-right-color: #ffffff;
    }
    .donate-link-hover-div.right-open .arrow {
        right: -7px;
        left: auto;
    }
    .donate-link-hover-div.right-open .arrow::after {
        left: 1px;
        right: auto;
        border-width: .5rem 0rem .5rem .5rem;
        border-right-color: #ffffff;
    }
	.aidex-logo-sec {
    background-image: none;
    background-color: #16165e;
    position: relative;
	}

	.Now-applealing {
    display: block;
}
.aidex-logo {
    margin-top: 0;
}
.aidex-logo img {
    background-color: #fff;
    padding: 15px;
    width: 130px;
    margin-top: 15px;
}
.Now-applealing h3 {
    margin-top: 10px;
}
	.sample-text {
    margin-top: -28px;
}
.aidex-logo-sec p.date-time {
	line-height: 30px;
}
.narayan-limb-about .left-img {
    margin-top: 10px;
}
.narayan-limb-about ul li {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
}
.get-involved-links {
    margin-top: 20px;
}
.narayan-limb-about h3 {
    font-size: 34px;
    margin-left: 0;
}
.narayan-limb-about ul li img {
    width: 30px;
    padding-top: 5px;
}
.narayan-limb-about ul li strong {
    float: left;
    padding-left: 5px;
}
	.sample-text h2 {
		font-size: 30px;
	}
	.sample-text h3 {
		font-size: 30px;
		line-height: 32px;
	}
	.banner-text .logo-img {
		width: 200px;
	}	
	.banner-text .Gotlimb {
		width: 200px;
	}
	.get-involved-banner {
	  background-image: url(../../images/getinvolved/MobileBackground.jpg);
	  background-size: 100% 100%;
    background-repeat: no-repeat;    
	}
	.get-involved-banner .home-banner-video img.we-need {
		width: 150px;
	}
	.get-involved-banner .home-banner-video img {
    width: 130px;
	}
	.get-involved-banner .home-banner-video img. {
    width: 150px;
	}
	.get-involved-banner .home-banner-video .banner-text {
    left: 45%;
	}
	.get-involved-banner .home-banner-video .banner-text h2 {
    font-size: 55px;
    line-height: 60px;
	}
	.get-involved-banner .home-banner-video .banner-text h2 span {
    font-size: 160px;
    top: 30px;
    left: 115px;
	}
	.get-involved-banner .home-banner-video .banner-text h6 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px;
	}
	.get-involved-banner .home-banner-video .banner-text h3 {
    font-size: 55px;
    line-height: 55px;
    margin-top: 10px;
	}
	.get-involved-banner .home-banner-video .banner-text h4 {
    font-size: 42px;
    -webkit-text-stroke-width: 2px;
    line-height: 44px;
	}
	.get-involved-banner .home-banner-video .banner-text p {
    font-size: 12px;
	}
	.get-involved-banner .home-banner-video .banner-text h5 {
     font-family: 'franklin_gothic_mediumregular'; 
    font-size: 20px;
	}

	.modal-body .banner-form {
        margin: 0px auto;
	}


	.awards-slider {
		  text-align: center;
	    justify-content: center;
	    display: flex;
	}
	.narayan-limb-about {
		text-align: center;
	}

	.home-j-th:before {
    top: 50%;
    width: 30px;
    height: 85px;
	}
	#journey-homepage .home-j1 .rotar-ball {
    bottom: 0% !important;
	}
	#journey-homepage .home-j1 .home-j-content {
    margin-top: 10px !important;
    margin-left: 0px;
	}
	.home-j-content h1, .home-j-content h3 {
    font-size: 18px;
	}
	.connecting-line-outer {
		display: none;
	}
}