@import url(https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css);
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6{font-family: 'Bebas Neue', cursive;margin: 0;padding: 0;}

p{font-family: 'Poppins', sans-serif; font-size: 16px;font-weight: 400;padding: 0;margin: 0;}
img {
  max-width: 100%;
  border: none;
}
figure{margin: 0;}
a {
  text-decoration: none;
  outline: none !important;
 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.btn {
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #121f28 !important;
  background-color: #121f28 !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 7px 16px;
}
.btn:hover, .btn:focus{
  box-shadow: none;
  border-color: #c8d800 !important;
  background-color: #c8d800 !important;
  color: #ffffff;
}
.pt-90{padding-top: 90px;}
.pb-90{padding-bottom: 90px;}
/*header CSS
--------------------------------------------------------------------------------------------------*/
.header_area {
  box-sizing: border-box;
  padding: 0px 0;
  position: absolute;
  width: 100%;
  z-index: 91;
  top: 0px;
  left: 0;
}
.header_area .btn-light {
  color: #451fb0;

}
.header_area .container{ position: relative; }
.header_area .logo {
  width: 180px;
  position: absolute;
  z-index: 9;
  display: inline-block;
  margin: 0;
  height: 170px;
  top: -30px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/shape3.webp);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.header_area .logo img {
  height: 105px;
  object-fit: contain;
  margin-top: -25px;
}
.nav-menu {
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  float: left;
}
.header_area .navigation {
  position: relative;
  left: 0;
  background-color: transparent;
  width: auto;
  display: inline-block;
  height: auto;
}
.header_area .submenu-indicator {
  margin-left: 0;
  margin-top: 0;

}
.header_area .nav-menu > li > a {
  height: auto;
  padding: 24px 22px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  transition: color 0.3s;
}

.header_area .nav-menu > li.current_page_item a{color: #c6d602;}


.header_area .nav-menu > li > a i {
  font-size: 24px;
  transform: none;
  margin: 3px 0;
}
.header_area .navigation .btn-primary{color: #000000;}
.header_area .navigation .btn-primary:hover{color: #ffffff;}
.header_area .nav-menu > li:hover > a, .header_area .nav-menu > li.active > a{ color: #c6d602; }
.header_area .nav-menu > li > .nav-dropdown {
  border-top: solid 3px #c6d602;
}
.header_area .nav-menu > li > a span {
  color: #fff;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
  color: #15aef1;
}
.header_area .header-right .button-box {
  margin-left: 15px;
  padding: 17px 0;
}
.header-body{
  background-color: #ffffff;
  margin-top: 30px;
}
@media screen and (min-width: 360px) {
.header_area.fix .navigation .btn {
  margin: 32px 0;
}
.header_area.fix {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  border: none;
  z-index: 999;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  box-shadow: 1px 1px 7px rgba(227 227 227);
  padding: 0px 0;
  height: 65px;
}
.header_area.fix .logo {
  width: 110px;
  height: 80px;
  top: 0;
}
.header_area.fix .logo img {
  height: 55px;
  margin-top: -15px;
}
.header_area.fix .nav-menu_inner {
  margin: 0;
}
.header_area.inner_header.fix .logo {
  padding: 18px 0;
}
.header_area.fix .nav-menu > li > a {
  padding: 20px 20px;
  font-size: 15px;
}
.header_area.fix .header-body{
  margin-top: 0;height: 65px;
}
.header_area.fix .header-right .button-box {
  margin-left: 5px;
  padding: 11px 0;
}
}
/*------ banner area start ------*/
.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    height: 100vh;
    position: relative;
}
.banner:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,0.7483368347338936) 0%, rgba(255,255,255,0) 45%, rgba(0,0,0,0.75) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.7483368347338936) 0%, rgba(255,255,255,0) 45%, rgba(0,0,0,0.75) 100%);
background: linear-gradient(90deg, rgba(0,0,0,0.7483368347338936) 0%, rgba(255,255,255,0) 45%, rgba(0,0,0,0.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.banner .container{
  position: absolute;
  z-index:1;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -ms-transition: translate(0, -50%);
-o-transition: translate(0, -50%);
-moz-transition: translate(0, -50%);
-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner .banner-contain {
  width: 100%;
  max-width: 526px;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
.banner .banner-contain h1 {
  padding: 0;
  margin: 0 0 8px;
  font-size: 80px;
  font-weight: 500;
  color: #ffffff;
  line-height: 80px;
}
.banner .banner-contain h1 strong{
  color: #c6d602;
  font-weight: 500;
}
.banner-area .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-area  .owl-item.active p{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-area  .owl-item.active .btn-primary {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .banner-contain p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 200;
}
.banner-carousel{position: relative;}
.banner-carousel .owl-dots {
    position: absolute;
    bottom: 45%;
    right: 0;
    width: auto;
    text-align: center;
    -webkit-transform: rotate(90deg) translate(-50%, -0%);
    -moz-transform: rotate(90deg) translate(-50%, -0%);
    -o-transform: rotate(90deg) translate(-50%, -0%);
    transform: rotate(90deg) translate(-50%, -0%);
}
.banner-carousel .owl-dots .owl-dot{
    display: inline-block;
    width: 14px;
    height: 14px;
    outline: none;
    cursor: pointer;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin-right: 7px;
}
.banner-carousel .owl-dots .owl-dot:last-child{
    margin-right: 0;
}
.banner-carousel .owl-dots .owl-dot:hover{
    background-color: #ffffff;
    position: relative;
}
.banner-carousel .owl-dots .owl-dot.active{
  background-color: transparent;
  border-color: #c6d602;
  position: relative;
}
.banner-carousel .owl-dots .owl-dot.active:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 0;
  width: 70%;
  height: 70%;
  background-color: #c6d602;
  border-radius: 50%;
}
/*------ banner area stop ------*/
/*------ web text start -------*/
.web-text h1, .web-text h2, .web-text h3, .web-text h4{
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: #161126;
  line-height: 55px;
  margin-bottom: 15px;
}
.web-text h1 strong, .web-text h2 strong, .web-text h3 strong, .web-text h4 strong{
  color: #c6d602;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 18px;
  margin-bottom: 8px;
}
.web-text p{
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 27px;
  margin-bottom: 15px;
}
.web-text p:last-child{
  margin-bottom: 0;
}
/*------ web text stop -------*/
/*----- whowearea area start ------*/
.whowearea-area .web-text{
  width: 100%;
  max-width: 822px;
  margin: 0 auto 60px;
}
.whowearea.card{
  overflow: hidden;
  border-radius: 5px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: none;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  -o-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.whowearea.card:hover{
  background-color: #403567;
}
.whowearea.card .card-body{
  padding: 3rem 1rem;
}
.whowearea.card .card-body h3{
  font-size: 30px;
  font-weight: 500;
  color: #161126;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 6px;
}
.whowearea.card .card-body p{
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.whowearea.card:hover .card-body h3, .whowearea.card:hover .card-body p{
  color:#ffffff;
}
.whowearea.card .card-body .icon{
  width: 78px;
  height: 78px;
  margin: 0 auto 1.5rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.whowearea.card:hover .card-body .icon{
  background-position: bottom left;
}
/*----- whowearea area stop ------*/
/*----- about area start -----*/
.about-img img{
  width: 100%;
  object-fit: cover;
}
.about-area .web-text {
  padding: 46px 0;
  padding-left: 20px;
}
/*----- about area stop -----*/
/*------ deserve area start -----*/
.deserve-imgbg{
  overflow: hidden;
  height: 600px;
  position: relative;
  z-index: 0;
}
.deserve-imgbg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.deserve-imgbg:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(22 17 38 / 34%);
}
.deserve-body {
  position: relative;
  z-index: 1;
  margin-top: -14rem;
}
.deserve-body .deserve-box {
  width: 100%;
  max-width: 665px;
  min-height: 378px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 0 10px rgb(0 0 0 / 7%);
  -o-box-shadow: 0 0 10px rgb(0 0 0 / 7%);
  box-shadow: 0 0 10px rgb(0 0 0 / 7%);
  border-top-left-radius: 60px;
  padding: 3rem;
  padding-right: 8rem;
}
.deserve-box .nav-tabs {
  border-bottom: 1px solid #A8A8A8;
}
.deserve-box .nav-tabs .nav-link {
  text-align: center;
  border: none;
  border-bottom: 1px solid transparent;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.deserve-box .nav-tabs .nav-link.active{
  border-bottom-color: #413467;
  color: #413467;
}
.deserve-box .nav-tabs .nav-link .icon{
  margin: 0 auto 0.5rem;
  width: 100%;
  max-width: 25px;
  height: 25px;
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
}
.deserve-box .nav-tabs .nav-link.active .icon{
  background-position: bottom left;
}
.deserve-box .tab-content{
  padding: 1.5rem 0.5rem;
}
.deserve-box .tab-content h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  color: #161126;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}
.deserve-box .tab-content p{
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-bottom: 0.8rem;
}
.deserve-box .tab-content p:last-child{
  margin-bottom: 0;
}
/*------ deserve area stop -----*/
/*----- work area start ------*/
.work-area .web-text {
  width: 100%;
  max-width: 822px;
  margin: 0 auto 60px;
}
.work-box.card{
  overflow: hidden;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
}
.work-box.card .card-img{
  overflow: hidden;
  height: 280px;
  position: relative;
  border-bottom-left-radius: 30px;  
}
.work-box.card .card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work-box.card:hover{
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
}
.work-box.card:hover .card-img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.work-box.card .card-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 5%);
  z-index: 1;
}
.work-box.card .card-body {
  padding: 2rem 3rem 1rem;
}
.work-box.card .card-body h4 {
  font-size: 30px;
  font-weight: 500;
  color: #161126;
  line-height: 35px;
  margin: 0 auto 0.5rem;
  width: 100%;
  max-width: 80%;
}
.work-box.card .card-body p{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.work-box.card .card-body p:last-child{
  margin-bottom: 0;
}
.work-box.card .card-footer {
  border: none;
  padding: 0;
  text-align: right;
  background-color: transparent;
}
.work-box.card .card-footer .btn-link {
  width: 60px;
  height: 60px;
  text-decoration: none;
  border-top-left-radius: 30px;
  background-color: #c6d602;
  color: #fff;
  font-size: 1.7rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work-box.card:hover .card-footer .btn-link{
  background-color: #413661;
}
.inner-work-area .work-box{
  margin-bottom: 2rem;
}
/*----- work area stop ------*/
/*-------- story area start --------*/
.story-body {
  position: relative;
  min-height: 667px;
  padding-top: 6.5rem;
}
.story-body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 120px;
  width: 100%;
  max-width: 605px;
  height: 667px;
/*  background-image: url(../images/shape3.webp); */
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
.story-body .media{
  position: relative;
  z-index: 1;
}
.story-body .media-img{
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 410px;
  height: 311px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.story-body .media-img:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(65 54 97 / 40%);
}
.story-body .media-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.story-body .media-img .media-link{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.story-body .media-img .media-link .icon{
  width: 86px;
  height: 86px;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/video-icon.webp);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.story-body .media-img:hover .media-link .icon{
  background-position: left bottom;
}
.story-body .media-body{
  padding-left: 5rem;
  padding-top: 2rem;
}
.story-body .media:last-child {
  padding-left: 8rem;
  margin-top: -100px;
}
.story-body .media:last-child .media-img {
  max-width: 521px;
  height: 360px;
  border-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.story-body .media:last-child .media-body {
  padding-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 3rem;
}
.story-body .web-text h4 {
  font-size: 45px;
  margin-bottom: 5px;
}
/*-------- story area stop --------*/
/*------- become-a-volunteer area start -------*/
.become-a-volunteer{
	background-position: center;
	background-size: cover;
	padding: 120px 0px;
	padding-left: 50px;
	color: #fff;
	border-top-left-radius: 70px;
	position:relative;
}

.become-a-volunteer:after{position: absolute;
content: "";
top: 0px;
left: 0px;
background-color: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
overflow: hidden;
border-top-left-radius: 70px;}

.become-a-volunteer h5{
	font-size: 18px;
	text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;position: relative;
z-index: 9;
}
.become-volunteer-area .btn{position: relative;
z-index: 9;}
.become-a-volunteer h3{
	font-size:50px;
	text-transform: uppercase;
	padding: 15px 0px 30px;
  width: 100%;
	max-width: 35%;position: relative;
z-index: 9;
}
/*------- become-a-volunteer end -------*/
/*------- testimonial area start -------*/
.testimonial-section{
	padding: 0 0px 120px;
	position: relative;
	background-position: center;
	background-size: cover;
}
.testimonial-leftt-img {
    position: absolute;
    top: 50%;
    left: 7%;
}
.testimonial_carousel .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: -120px;
}
.testimonial_carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #41356680;
    background-color: #41356680;
    border-radius: 50%;
    margin-right: 5px;
    outline: none;
}
.testimonial_carousel .owl-dots .owl-dot.active {
    background-color: #413566;
    border-color: #413566;
}
.testimonial-right-img{
	  position: absolute;
    top: 50%;
    right: 7%;
}
.main-testi-strt {
  position: relative;
  padding: 20px;
  padding-top: 0;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.main-testi-strt::after {
    position: absolute;
    content: ' ';
    left: 0;
    bottom: 0;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border: 1px solid #70707070;
    width: 100%;
    height: 93%;
}
.main-testi-middle{
	padding: 35px 80px;
	text-align: center;
	background: #fff;
	border-top-right-radius:60px;
	border-bottom-left-radius:60px;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
	position: relative;
	z-index: 1;
}
.testi-client-img{
	width: 100px;
	height: 100px;
	padding: 3px;
	border-radius: 50%;
	border: 1px solid #39B0E2;
	margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.testi-client-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  border-radius: 50%;
}
.main-testi-middle p {
  font-size: 16px;
  font-style: italic;
  padding: 20px 0px;
  line-height: 26px;
}
.main-testi-middle h5{
	font-size: 18px;
	font-weight: 500;
	color: #413661;
	text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.quote-icon {
    width: 99px!important;
    height: 84px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.1;
}
.testimonial-section .web-text {
  width: 100%;
  max-width: 822px;
  margin: 0px auto 60px;
}
/*------- testimonial area stop -------*/
/*------- footer area start -------*/
.footer-start{
	background-position: center;
	background-size: cover;
	position: relative;
	color: #fff;
	padding-top: 70px;
}
.footer-start::after{
	background-color: #121f28;
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ft-logo{
	margin-bottom: 20px;
}
.footer_social li i {
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  color: #c8d800;
  border-radius: 10px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer_social li {
    display: inline-block;
    padding-left: 5px;
}
.footer_social {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.footer-start .container{
	position: relative;
	z-index: 1;
}
.footer-start h4{
	font-size: 24px;
	font-weight:500;
	padding-bottom: 20px;
}
.ft-nav li{
	padding-bottom: 10px;
}
.ft-nav li a{
	color:#D8D8D8;
	font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ft-nav li a:hover{
  padding-left: 5px;
  color: #c6d602;
}
.ft-last-nav{
	padding-top: 0px;
}
.ft-copyright {
  padding: 20px 0px;
  background: #0c141a;
  color: #fff;
  margin-top: 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer-logo{
  text-align: center;
}
.footer-logo img {
  width: 100%;
  max-width: 65%;
  margin: 0 auto 1.5rem;
}
.footer_social li:hover i{
  background-color: #c8d800;
  color: #ffffff;
}
.ft-copyright p{
  font-size: 0.9rem;
}
.ft-copyright a{
  color:#ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ft-copyright a:hover{
  color: #c6d602;
}
/*------- footer area stop -------*/
/*------- inner banner start ------*/
.inner_banner_area {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 175px 0 15px;
}
.inner_banner_area h1{
color: #ffffff;
font-size: 48px;
font-weight: 500;
padding: 0;
margin: 0 0 10px;
}
.breadcrumb{
padding: 0;
margin: 0;
background-color: transparent;
border-radius: 0;
}
.breadcrumb .breadcrumb-item a{
font-size: 17px;
font-weight: 400;
color: #ffffff;
}
.breadcrumb .breadcrumb-item a:hover{
color: #c6d602;
}
.breadcrumb .breadcrumb-item.active{
color: #c6d602;
}
.breadcrumb-item + .breadcrumb-item::before{
color: #ffffff;
}
/*------- inner banner stop ------*/
/*------- inner srories area start --------*/
.inner-stories-img{
  height: 400px;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
}
.inner-stories-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.inner-stories-img .media-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.inner-stories-img .media-link .icon {
  width: 86px;
  height: 86px;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/video-icon.webp);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.inner-stories-img .media-link:hover .icon{
  background-position: left bottom;
}
.inner-stories-box .web-text {
  padding: 3.9rem 0 3.9rem 1.5rem;
}
.inner-stories-order{
  margin-bottom: 4rem;
}
.inner-stories-order:last-child{
  margin-bottom: 0;
}
.inner-stories-order:nth-of-type(2n) .img-box{
  order: 2;
}
.inner-stories-order:nth-of-type(2n) .contain-box{
  order: 1;
}
.inner-stories-order:nth-of-type(2n) .inner-stories-img{
  border-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.inner-stories-order:nth-of-type(2n) .web-text {
  padding-right: 1.5rem;
  padding-left: 0;
  text-align: right;
}
/*------- inner srories area stop --------*/
/*------- donate area start --------*/
.donate-body{
  padding: 1.5rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.09);
  -moz-box-shadow: 0 3px 20px rgba(0,0,0,0.09);
  -o-box-shadow: 0 3px 20px rgba(0,0,0,0.09);
  box-shadow: 0 3px 20px rgba(0,0,0,0.09);
  background-color: #ffffff;
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
}
.donate-img {
  height: 801px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-top: -5rem;
}
.donate-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.donation-form {
  padding: 2rem 1rem;
}
.donation-form h3 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: #161126;
  line-height: 40px;
  margin-bottom: 8px;
}
.donation-form h3 strong{
  font-weight: 500;
  color: #c6d602 !important;
}
.donation-form p{
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-bottom: 2rem;
}
.donation-form .form-group{
  position: relative;
  margin-bottom: 1.2rem;
}
.donation-form .form-group label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.star{color: #ff0000;}
.donation-form .form-control {
  border-radius: 0;
  height: 50px;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-color: #c7c7c7;
  padding-left: 55px;
}
.donation-form .form-control:focus{
  box-shadow: none;
  border-color: #c6d602;
}
.donation-form .form-group .icon {
  width: 43px;
  height: 43px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  color: #000000;
  background-color: #f7f7f7;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donate-area{
  padding-top: 9rem;
}
/*------- donate area stop --------*/