@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Charitybox - HTML Template For Non Profit Charity
    Author: Coder Express
    Description: Charitybox - HTML Template For Non Profit Charity
    Version: 1.0

-----------------------------------------------------------------------------------
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
* Variable
* Common
* Animations
* Pre-loader
* Accordian
* Topbar
* Header
* Menu
* Slider
* About
* Service
* Funfact
* Page banner
* Portfolio
* Client
* CTA
* Footer
* Event
* Team
* Testimonial
* News
* Causes
* News-details
* Contact
* Mobile-Nav
* Search-popup
* Sidebar
* Donate
* Volunteers
--------------------------------------------------------------*/
/***********************
* Variable
***********************/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root{
	--theme-primary: #ff5528;
	--theme-secondary: #9cb7bd;
	--theme-secondary-rgb: 156, 183, 189;
	--theme-white: #ffffff;
	--theme-white-rgb: 255, 255, 255;
	--theme-gray:	#838e91;
	--theme-gray-rgb: 131, 142, 145;
	--theme-border: #e1e8ea;
	--theme-border-rgb: 225,232, 234;
	--theme-black: #121212;
	--theme-black-rgb: #ff8800;
	--theme-dark-black: #121212;
	--theme-dark-black-rgb: 1, 49, 60;
	--theme-light-bg: #f3f6f7;
	--theme-light-bg-rgb: 243, 246, 247;
	--theme-font: "Manrope", sans-serif;
	scroll-behavior: auto;
}
/***********************
* Common
***********************/
body{
	font-family: var(--theme-font);
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	color: var(--theme-gray) ;
	border: none;
}
body.locked {
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 800;
	color: var(--theme-black);
	letter-spacing: -0.4px;
	margin-bottom: 15px;
}
p {
    font-family: var(--theme-font);
    color: #6a6a6a;
    line-height: 1.875;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
}
.btn-primary {
    padding: 13px 40px;
    background-color: var(--theme-primary);
    border: 0;
    color: var(--theme-white);
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    transition: all 500ms ease;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active, .btn-primary:focus, .show>.btn-primary.dropdown-toggle:focus{
	box-shadow: none;
	background-color: var(--theme-black);
	border-color: transparent;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
	background:var(--theme-black);
}
.btn-primary:hover {
	background-color: var(--theme-black);
}
a{
	text-decoration: none;
	color: var(--theme-secondary);
	transition: all 500ms ease;
}
@media(min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
.row-gutter-10 {
	--bs-gutter-x: 10px;
	--bs-gutter-y: 10px;
}
.row-gutter-30 {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 30px;
}
.row-gutter-y-20 {
	--bs-gutter-y: 20px;
}
.row-gutter-y-30 {
	--bs-gutter-y: 30px;
}
.row-gutter-y-40 {
	--bs-gutter-y: 40px;
}
.row-gutter-y-60 {
	--bs-gutter-y: 60px;
}
.row-gutter-y-80 {
	--bs-gutter-y: 80px;
}
.row-gutter-y-155 {
	--bs-gutter-y: 155px;
}
.form-group {
	margin-bottom: 10px;
}
.form-control {
    border-radius: 0;
    border: none;
    padding: 10px 12px;
    font-size: 14px;
    font-family: var(--theme-font);
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}
.page-wrapper {
	position: relative;
	overflow: hidden;
}
.section-title {
    position: relative;
    font-size: 35px;
    color: var(--theme-black);
    margin-bottom: 30px;
    font-weight: 700;
}
.section-tagline {
	position: relative;
	font-size: 14px;
	color: var(--theme-primary);
	font-family: var(--theme-font);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.section-tagline:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 35px;
	top: -13px;
	background-color: var(--theme-primary);
}
.section-tagline:before {
	left: 50%;
	transform: translateX(-50%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus,.form-control:focus{
	box-shadow: none;
}
.scroll-to-top {
	height: 40px;
	width: 40px;
	background-color: var(--theme-primary);
	line-height: 40px;
	text-align: center;
	position: fixed;
	right: 15px;
	color: #fff;
	bottom: 15px;
	z-index: 1111111;
}
.scroll-to-top:hover {
	background-color: var(--theme-black);
	color: #fff;
}
/***********************
* Animations
***********************/
@keyframes UpDown {
  0%,100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
@keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);	
	}
	100% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
	}
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } 
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);	
	}
	100% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
	}
}
/***********************
* Pre-loader
***********************/
#pre-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; 
}
#pre-loader .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: 1000;
  background-color: var(--theme-black);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); 
}
  #pre-loader .loader-section.section-left {
    left: 0; 
}
  #pre-loader .loader-section.section-right {
    right: 0; 
}
#loader-logo {
  display: block;
  position: relative;
  left: calc(50% - 20em/2);
  top: 15%;
  width: 20em;
  height: 9.375em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("http://imgh.us/loading_4.svg");
  z-index: 1001; }
#loader-circle {
  display: block;
  position: relative;
  left: 50%;
  top: 35%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}
  #loader-circle:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:var(--theme-gray);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite; 
}
  #loader-circle:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:var(--theme-primary);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; 
}
.loaded #pre-loader .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
.loaded #pre-loader .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
.loaded #loader-logo,
.loaded #loader-circle {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; 
}
.loaded #pre-loader {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }
.no-js #pre-loader {
  display: none;
}
/***********************
* Accordian
***********************/
.accordian-box-item {
	background-color: #fff;
	border: 1px solid var(--theme-border);
	padding-left: 40px;
	padding-right: 15px;
}
.accordian-box-item + .accordian-box-item {
	margin-top: 20px;
}
.accordian-title {
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.accordian-title h5	{
	font-size: 18px;
	margin-bottom: 0;
}
.accordian-title i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: var(--theme-black);
	font-size: 14px;
	transition: all 500ms ease;
}
.accordian-box-item.active .accordian-title i {
	background-color: var(--theme-light-bg);
	color: var(--theme-primary);
	transform: rotate(90deg);
}
.accordian-content {
	padding-bottom: 35px;
	display: none;
}
.accordian-content p {
	margin-bottom: 0;
}
/***********************
* Topbar
***********************/

 @media(max-width: 1199px){
 	.topbar{
 		display: none;
 	}
 }
.topbar-inner {
    display: flex;
    justify-content: start;
    background-color: var(--theme-black);
    padding-right: 60px;
    gap: 40px;
}
.topbar-left {
    display: flex;
    width: 80%;
}
.topbar-socials {
    background-color: var(--theme-primary);
    padding: 10px;
    min-width: 20%;
    text-align: center;
    width: 20%;
}
.topbar-socials a{
	color:var(--theme-white);
	font-size: 14px;
}
.topbar-socials a + a {
	margin-left: 25px;
}
.topbar-info {
    padding: 10px 10px 10px 40px;
    color: var(--theme-secondary);
    width: 80%;
}
.topbar-one-middle .topbar-info {
	padding-left: 0;
}
@media(max-width: 1399px){
	.topbar-one-middle .topbar-info{
		display: none;
	}
}
.topbar-info ul{
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
}
@media(max-width: 991px){
	.topbar-info ul{
		display: block;
	}
}
.topbar-info ul li {
	display: flex;
	align-items: center;
}
@media(max-width: 991px){
	.topbar-info ul li{
		margin-bottom: 10px;
	}
}
.topbar-info ul li + li {
	margin-left: 35px;
}
@media(max-width: 991px){
	.topbar-info ul li + li{
		margin-left: 0px;
	}
}
.topbar-icon i{
	color: var(--theme-primary);
	font-size: 14px;
}
.topbar-text a{
	margin-left: 5px;
	font-size: 13px;
}
.topbar-text a:hover{
	color: var(--theme-white);
}
.topbar-text{
	margin-left: 5px;
	font-family: var(--theme-font);
	font-size: 13px;
}
.topbar-text span{
	color: var(--theme-secondary);
	font-size: 13px;
}
.topbar-right{
	padding: 10px 0px;
}
@media(max-width: 1399px){
	.topbar-right{
		display: block;
	}
}
.topbar-right ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu-two .topbar-right ul {
	padding: 20px 0px 15px;
}
.topbar-right li{
	display: inline-block;
	color: var(--theme-secondary);
	font-size: 13px;
}
.topbar-right li a:hover{
	color: var(--theme-white);
}
.topbar-right li + li:before {
	content: '/';
	margin: 0px 10px;
}
.topbar-one{
	display: flex;
	background-color: var(--theme-black);
}
@media(max-width: 991px){
	.topbar-one{
		display: flex;
		justify-content: space-between;
	}
}
@media(max-width: 575px){
	.topbar-one{
		display: flex;
		justify-content: space-between;
	}
}
.topbar-one-middle{
	display: flex;
	justify-content: space-between;
	padding: 8px 0px;
	align-items: center;
}
@media(max-width: 1199px){
	.topbar-one-middle{
		display: block;
	}
}
/***********************
* Header
***********************/
.sticky-header--cloned {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: var(--theme-white);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 15%);
}
@media (max-width: 1199px) {
  .sticky-header--cloned {
    display: none !important;
  }
}
.sticky-header--cloned.sticky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
	-webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease, opacity 500ms ease;
	transition: visibility 500ms ease, -webkit-transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease, opacity 500ms ease;
  visibility: visible;
}
/***********************
* Menu
***********************/
.main-menu.menu-two {
    padding-right: 0;
    z-index: 9;
    background-color: transparent;
    margin-bottom: -40px;
}
@media(max-width: 1199px){
	.main-menu.menu-two{
		margin-top: 10px
	}
}
@media(max-width: 575px){
	.main-menu.menu-two{
		margin-top: -17px
	}
}
.main-menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

@media(min-width:616px){

.main-menu-left {
    display: flex;
    flex-grow: 1;
    align-items: center;
}
}
/*.main-menu-logo {*/
/*    min-width: 100px;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 15px 20px;*/
/*    width: 250px;*/
/*}*/

.main-menu-logo {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    width: 250px;
    margin-left:15px;
}

@media(max-width:992px){

.logo_slider{
padding:50px 0 0 !important;
}
}

.logo_slider{
padding:50px 0;
}

.logo_slider .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 130px;
    object-fit: contain;
}



.main-menu-logo a img{
    width: 60px;
}

.main-menu-logo a{
 display:flex;
  align-items: center;
  gap:8px;
  color:#000;
}


.main-menu-logo a span{
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.8px;
        font-weight: 900;
}


.menu-logo{
	padding: 40px 60px;
	max-width: 250px;
	align-items: center;
	color: var(--theme-white);
	display: inline-block;
	background-color: var(--theme-dark-black);
}
.navigation {
    padding:10px  30px;
    text-align:center;
            width: 90%;
}
.menu-two .navigation {
	padding-left: 20px;
}

@media (max-width: 1199px) {
	.navigation{
		display: none;		
	}	
}
.main-menu .main-menu-list {
/*	display: flex;*/
	margin: 0;
	padding: 0;
}
@media(max-width: 1299px){
	.main-menu .main-menu-list{
		display: none;
	}
}
.main-menu .main-menu-list > li {
    /* position: relative; */
    display: inline-block;
}
.main-menu .main-menu-list > li > a {
    padding: 7px 0;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    color: #000000;
}
.main-menu .main-menu-list > li > a::before {
	position: absolute;
	content: '';
	height: 2px;
	left: 0;
	top: calc(50% + 12px);
	background-color: var(--theme-primary);
	width: 100%;
	opacity: 0.8;
	transform: scale(0,1);
	transition: transform 500ms ease;
	transform-origin: right;
}
.main-menu .main-menu-list >li.active > a:before,
.main-menu .main-menu-list >li:hover > a:before{
	transform: scale(1,1);
	transform-origin: left;
}
.main-menu .main-menu-list > li.active > a,
.main-menu .main-menu-list > li > a:hover{
	color: var(--theme-black);
}
.main-menu .main-menu-list > li.has-dropdown > a:after {
	content: '\f107';
	font-family: "Font Awesome 6 Free";
	font-size: 13px;
	margin-left: 10px;
}
.main-menu.menu-two .main-menu-list > li > a {
	padding: 23px 0;
}
.main-menu .main-menu-list > li + li {
	margin-left: 50px;
}
@media (max-width: 1520px) {
	.main-menu .main-menu-list > li + li {
		margin-left: 15px;
	}	
}
.main-menu .main-menu-list > li ul {
	opacity: 0;
	position: absolute;
	width: 220px;
	left: -15;
	top: 100%;
	transform: translateY(30px);
	visibility: hidden;
	transition: all 500ms ease;
	z-index: 999;
}
.main-menu .main-menu-list > li:hover > a + ul{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.main-menu .main-menu-list > li ul > li {
	position: relative;
}
.main-menu .main-menu-list > li ul > li > a {
    padding: 8px 15px;
    display: block;
    background-color: #fff;
    color: #141414;
    border-bottom: 1px solid var(--theme-border);
    font-size: 15px;
    text-align: start;
}
.main-menu .main-menu-list > li ul > li:last-child > a {
	border-bottom: 0;
}
.main-menu .main-menu-list > li ul > li > a:hover {
	background-color: var(--theme-primary);
	color: #fff;
}
.main-menu .main-menu-list > li > ul li > ul {
	left: 100%;
	top: 0;
}
.main-menu .main-menu-list > li:hover > ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.mobile-menu-button  span{
	background-color: var(--theme-black);
}
.mobile-menu-button {
	display: none;
	margin-left: 30px;
	margin-right: 30px;
}
@media (max-width: 1299px) {
	.mobile-menu-button{
		display: block;		
	}	
}
@media (max-width: 575px) {
	.mobile-menu-button{
		margin-left: 0px;	
	}	
}
.mobile-menu-button span {
	height: 2px;
	width: 18px;
	background-color: var(--theme-black);
	display: block;
}
.mobile-menu-button span + span {
	margin-top: 4px;
}
.main-menu-right{
	display: flex;
	align-items: center;
	margin-left: 10px;
}

@media (max-width: 250px) {
	.main-menu-right{
		position: absolute;
		top: 68px;
		left: 0;
		right: 0;
	}
}
a.search-toggler{
	display: block;
	background-color: var(--theme-white);
	text-align: center;
}
.search-box{
	margin-right: 20px;	
}
.search-box i{
	color: var(--theme-black);
	font-size: 18px;
	line-height: 2.5;
}
.main-menu-right-button .btn-primary {
margin-right: 20px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 900;
}
@media (max-width: 615px) {
		.main-menu-logo a img {
    width: 40px;
}
.main-menu-logo a span {
      font-size: 11px;
        line-height: 15px;
}
.main-menu-logo {
    padding: 3px 0px 3px 4px;
    width:154px;
    margin-left: 0px;
}

.main-menu-right {
    display: flex;
    align-items: center;
    margin-left: 0px;
    padding: 0 8px;
}

.main-menu-logo a {
    gap: 3px;
}

/*.main-menu-left {*/
/*    display: block;*/
/*    flex-grow: 0;*/
/*    align-items: center;*/
/*}*/

    .mobile-menu-button {
        margin-right: 0px;
        margin-left: 5px;
}

.search-box {
  display:none;
}

.mobile-menu-button span {
    height: 2px;
    width: 16px;
    margin-top: -2px;
}

.search-box {
    margin-right: 8px;
}

.search-box i {
    color: var(--theme-black);
    font-size: 16px;
}

.main-menu-right-button .btn-primary {
    margin-right: 0;
    padding: 6px 7px !important;
    font-size: 12px;
    font-weight: 600;
}



}
.main-menu-right-button .btn-primary a{
 color: var(--theme-white);
 padding: 10px 0px;
}

.main-menu-one-inner{
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 0 30px;
	position: relative;
	z-index: 99;
}
@media (max-width: 1399px) {
	.main-menu-one-inner {
		background-color: inherit;
		justify-content: end;
		padding: 0px;
		margin-top: 15px;
	}
}
@media (max-width: 575px) {
	.main-menu-one-inner {
		margin-top: 30px;
	}
}
.topbar-one-button{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 60px;
	display: flex;
}
@media(max-width: 1199px){
	.topbar-one-button{
		display: none;
	}
}
@media(max-width: 767px){
	.topbar-one-button{
		margin-left: 105px;
	}
}
@media(max-width: 575px){
	.topbar-one-button{
		margin-left: 0px;
	}
}
.topbar-one-button .btn-primary{
	padding: 14px 24px;
	margin-left: 15px;
	background-color: var(--theme-primary);
}
@media(max-width: 1399px){
	.topbar-one-button .btn-primary{
		display: none;
	}
}
@media(max-width: 991px){
	.topbar-one-button .btn-primary{
		padding: 14px 49px;
	}
}
.topbar-one-button .btn-primary:hover,.topbar-one-button .btn-primary:focus,.topbar-one-button .btn-primary.active {
	background-color: var(--theme-primary);;
}
.topbar-one-button a {
	flex-shrink: 0;
}
.menu-logo{
	padding: 35px 20px;
	min-width: 250px;
	align-items: center;
	color: var(--theme-white);
	display: flex;
	background-color: var(--theme-black);
	justify-content: center;
}
@media(max-width: 575px){
	.menu-logo{
		min-width: 170px;
	}
}
/***********************
* Slider
***********************/
.main-slider{
	position: relative;
}
.main-slider-swiper .item {
	background-size: cover;
}
.main-slider .owl-nav{
	position: absolute;
	padding: 0px 15px;
	display: flex;
	flex-direction: column;
	align-items: end;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1320px;
}
.main-slider .owl-nav button.owl-prev,
.main-slider .owl-nav button.owl-next {
	height: 50px;
	width: 50px;
	background-color:var(--theme-white);
	line-height: 50px;
	border-radius: 50%;
	opacity: 0.35;
	transition: all 500ms ease;
	color: var(--theme-black);
}
.main-slider .owl-nav button:hover{
	opacity: 1;
}
.main-slider .owl-nav button + button {
	margin-top: 10px;
}
.slider-content-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media(max-width: 991px){
	.slider-content{
		padding: 140px 0px;
	}
}
.slider-tagline{
	font-size: 20px;
	color: #fff;
	transform: translateY(-50px);
	opacity: 0;
	transition: all 1500ms ease;
}
.main-slider-swiper .owl-item.active .slider-tagline {
	transform: translateY(0);
	opacity: 1;
	font-weight: 500;
	font-size: 20px;
}
.slider-content p{
	font-size: 20px;
	color: var(--theme-white);
	margin-bottom: 35px;
}
.slider-content .section-title{
	font-size: 90px;
	font-weight: 800;
	color: var(--theme-white);
	font-family: var(--theme-font);
	margin-bottom: 30px;
	transform: translateY(50px);
	opacity: 0;
	transition: all 1500ms ease;
}
@media (max-width: 1199px) {
	.slider-content .section-title{
		font-size: 70px;
	}
}
@media (max-width: 991px) {
	.slider-content .section-title{
		font-size: 60px;
	}
}
@media (max-width: 767px) {
	.slider-content .section-title{
		font-size: 50px;
	}
}
@media (max-width: 575px) {
	.slider-content .section-title{
		font-size: 30px;
	}
}
.main-slider-swiper .owl-item.active .slider-content .section-title {
	transform: translateY(0);
	opacity: 1;
}
.main-slider .owl-item .item .item-slider-bg{
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;	
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;	
  width: 100%;
}
.main-slider .owl-item .item .item-slider-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.4;
}
.main-slider .owl-item.active .item .item-slider-bg{
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  background-position: left center;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.main-slider .owl-item .item .container{
	position: relative;
	z-index: 3;
}
.main-slider .slider-content .btn-primary {
	transform: translateY(50px);
	opacity: 0;
}
.main-slider .owl-item.active .slider-content .btn-primary {
	transform: translateY(0);
	opacity: 1;
}
.main-slider-two{
	position: relative;
	z-index: 1;
}
.main-slider-two-swiper .item {
	background-size: cover;
	background-color: var(--theme-dark-black);
}
.main-slider-two .owl-nav{
	position: absolute;
	padding: 0px 15px;
	display: flex;
	flex-direction: column;
	align-items: end;
	top: 50%;
	left: 50%;
	display: flex;
	transform: translate(-50%,-50%);
	max-width: none;
	padding: 0 60px;
	flex-direction: row;
	justify-content: space-between;
}
.main-slider-two .owl-nav button.owl-prev,
.main-slider-two .owl-nav button.owl-next {
	height: 50px;
	width: 50px;
	background-color:var(--theme-white);
	line-height: 50px;
	border-radius: 50%;
	opacity: 0.35;
	color: var(--theme-black);
	transition: all 500ms ease;
}
.main-slider-two .owl-nav button:hover{
	opacity: 1;
}
.slider-content-two{
	padding-top: 100px;
	padding-bottom: 100px;
}
@media(max-width: 1199px){
	.slider-content-two{
		padding: 150px 0px;
	}
}
.slider-tagline-two{
	font-size: 14px;
	color:var(--theme-white);
	background-color: rgba(255,255,255,0.1);
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 30px;
	transform: translateY(-50px);
	opacity: 0;
	transition: all 1500ms ease;
}
.main-slider-two .owl-item.active .slider-tagline-two {
	transform: translateY(0);
	opacity: 1;
}
.slider-content-two p{
	font-size: 20px;
	color: var(--theme-white);
	margin-bottom: 35px;
}
.slider-content-two .section-title{
	font-size: 80px;
	color: var(--theme-white);
	font-family: var(--theme-font);
	font-weight: 800;
	margin-bottom: 30px;
	transform: translateY(50px);
	opacity: 0;
	transition: all 1500ms ease;
}
@media (max-width: 1199px) {
	.slider-content-two .section-title{
		font-size: 70px;
	}
}
@media (max-width: 991px) {
	.slider-content-two .section-title{
		font-size: 60px;
	}
}
@media (max-width: 767px) {
	.slider-content-two .section-title{
		font-size: 40px;
	}
}
@media (max-width: 575px) {
	.slider-content-two .section-title{
		font-size: 30px;
	}
}
.main-slider-two .owl-item.active .section-title {
	transform: translateY(0);
	opacity: 1;
}
.main-slider-two .slider-content-two .btn-primary {
	transform: translateY(50px);
	opacity: 0;
}
.main-slider-two .owl-item.active .slider-content-two .btn-primary {
	transform: translateY(0);
	opacity: 1;
}
/***********************
* About
***********************/
.about-section {
    /* padding-top: 60px; */
    padding-bottom: 50px;
}
@media (max-width: 991px) {
	.about-section{
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
.about-images {
	display: inline-flex;
}
.about-images .img-one {
	position: relative;
	top: -140px;
}
@media (max-width: 1399px) {
	.about-images .img-one{
		top: 0px;
	}
}
.about-images .img-one:before{
	content: '';
	position: absolute;
	border-bottom: 10px solid var(--theme-primary);
	width: 100%;
	height: 10px;
	top: calc(100% + 10px);
}
@media(max-width:575px){
	.about-images .img-one:before{
		display: none;
	}
}
.about-images .img-one .sign-text{
	position: absolute;
	bottom: 5px;
	color: var(--theme-primary);
	font-size: 54px;
	font-family: var(--theme-special-font);
	white-space: nowrap;
	right: 25px;
}
@media(max-width: 575px){
	.about-images .img-one .sign-text{
		display: none;
	}
}
.about-images-caption {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	left: 0;
	top: 46%;
	transform: translate(-50%,-50%);
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 12%)
}
@media (max-width: 1200px){
	.about-images-caption{
		display: none;
	}
}
.about-images-caption::before {
	content: '';
	position: absolute;
	top: calc(100% - 10px);
	width: 0;
	left: 30px;
	height: 0;
	border-style: solid;
	border-width: 40px 75px 0 0;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
	border-color: #fff transparent transparent transparent;
}
.about-images-caption-inner {
	position: relative;
	border: 4px solid var(--theme-primary);
	padding: 27px;
	display: flex;
	align-items: center;
}
@media (max-width: 1399px) {
	.about-images-caption-inner{
		display: none;
	}
}
.about-images-caption-inner::before {
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 45px 0 0;
	border-color: var(--theme-primary) transparent transparent transparent;
}
.about-images-caption-inner::after {
	content: '';
	position: absolute;
	top: calc(100% - 1px);
	width: 0;
	left: 30px;
	height: 0;
	border-style: solid;
	border-width: 20px 36px 0 0;
	border-color: #fff transparent transparent transparent;
}
.about-caption-number {
	font-size: 50px;
	margin-right: 10px;
	line-height: 1;
	color: var(--theme-black);
	font-weight: 800;
}
.about-caption-text {
	font-size: 18px;
	line-height: 1.22;
	font-weight: 500;
}
.about-images .img-two {
	position: relative;
	margin-left: 30px;
	display: inline-block;
}
.about-images .img-two .floated-images{
	position: absolute;
	right: -50px;
	top: 73px;
	overflow: hidden;
	animation: mover 2s infinite  alternate;
}
@media (max-width: 575px){
	.about-images .img-two .floated-images{
		display: none;
	}
}
.about-images .img-two img {
	position: relative;
}
.about-inner{
	padding-left: 60px;
	padding-top: 53px;
}
@media(max-width: 1399px){
	.about-inner{
		padding-top: 13px;
	}
}
@media (max-width: 991px) {
	.about-inner{
		padding-top: 120px;
		padding-bottom: 50px;
	}
}
@media (max-width: 575px) {
	.about-inner{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.about-section .section-title-box{
	margin-bottom: 40px;
}
.about-inner .section-tagline{
	margin-bottom: 4px;
}
.about-inner .section-title{
	margin-bottom: 30px;
}
.about-card{
	margin-bottom: 36px;
}
.about-card .about-title{
	font-size: 18px;
}
@media(max-width: 767px){
	.about-card{
		margin-bottom: 30px;
	}
}
.about-title i{
	font-size: 18px;
	color: var(--theme-primary);
	display: inline-block;
	margin-right: 10px;
}
.about-text {
	margin-bottom: 0;
}
.about-author-box{
	display: flex;
	align-items: center;
}
.about-author-images{
	border-left: 5px solid var(--theme-primary);
}
.about-author-images img{
	border-radius: 50%;
	border: 1px solid var(--theme-gray);
	padding: 10px 10px;
	margin-left: 10px;
}
.about-author-box-meta{
	margin-left: 20px;
}
.about-author-box-meta h5{
	margin: 0;
	font-size: 16px;
	font-family: var(--theme-font);
	color: var(--theme-black);
}
.about-author-box-meta span{
	font-size: 16px;
	color: var(--theme-gray);
	font-family: var(--theme-font);
}
.about-two{
	padding-top: 120px;
}
.about-two-section{
	padding-bottom: 120px;
}
@media(max-width: 1199px){
	.about-two-section{
		padding-bottom: 70px;
	}
}
.about-inner {
	padding-left: 0;
	padding-top: 20px;
}
@media (max-width: 1399px) {
 .about-inner{
		margin-left: 0;
	}
}
@media (max-width: 1199px) {
 .about-inner{
		margin-left: 0px;
		padding-left: 0px;
	}
}
@media (max-width: 991px) {
 .about-inner{
		margin: 0;
		padding: 0;
	}
}
.about-inner .section-tagline{
	margin-bottom: 10px;
}
.about-content{
	display: flex;
	align-items: center;
	padding: 17px 20px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
	color: var(--theme-black);
}
.about-content i{
	font-size: 18px;
	color: var(--theme-primary);
	display: inline-block;
	margin-right: 15px;
}
.about-content h4 {
	font-size: 18px;
	margin-bottom: 0;
}
.about-text{
	margin-top: 35px;
}
.about-text-inner-one p{
	color: var(--theme-primary);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.5;
}
.about-text p {
	margin-bottom: 30px;
	line-height: 1.875;
}
.about-content-button {
	display: flex;
	align-items: center;
}
@media(max-width:1399px){
	.about-content{
		display: block;
	}
}
@media (max-width: 575px){
	.about-content{
		flex-wrap: wrap;
	}
}
.about-content-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media(max-width: 1399px){
	.about-content-box{
		margin-bottom: 20px;
	}
}
.about-content-socials{
	margin-left: 60px;
}
@media (max-width: 1399px) {
 .about-content-socials{
		margin-left: 0px;
	}
}
@media (max-width: 500px) {
 .about-content-socials{
		margin-top: 30px;
	}
}
.about-content-socials a{
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 50%;
	margin: 0px 10px;
	text-align: center;
	background-color: var(--theme-light-bg);
	color: var(--theme-black);
}
.about-content-socials a:hover{
	background-color: var(--theme-primary);
	color: var(--theme-white);
}
/*--------------------------------------------------------------
## Become Volunteer
--------------------------------------------------------------*/
.become-volunteer {
	position: relative;
	display: block;
	padding: 120px 0 120px;
  }
  
  .become-volunteer__Left {
	position: relative;
	display: block;
  }
  
  .become-volunteer__images {
	position: relative;
	display: block;
  }
  
  .become-volunteer__img-single {
	position: relative;
	display: block;
	margin-bottom: 30px;
  }
  
  .become-volunteer__img-single img {
	width: 100%;
	border-radius: 8px;
  }
  
  .become-volunteer__content {
	position: relative;
	display: block;
  }
  
  .become-volunteer__title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
  }
  
  .become-volunteer__text {
	margin: 0;
	padding-bottom: 46px;
  }
  
  .become-volunteer__points {
	position: relative;
	display: block;
  }
  
  .become-volunteer__points li {
	position: relative;
	display: block;
	font-size: 20px;
	color: var(--theme-black);
  }
  
  .become-volunteer__points li+li {
	margin-top: 10px;
  }
  
  .become-volunteer__contact {
	position: relative;
	display: block;
	border-top: 1px solid var(--theme-color);
	padding-top: 35px;
	margin-top: 44px;
  }
  
  .become-volunteer__contact p {
	margin: 0;
  }
  
  .become-volunteer__phone {
	font-size: 24px;
	color: #ff5528;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  
  .become-volunteer__phone:hover {
	color: var(--theme-primary);
  }
  
  .become-volunteer__email {
	font-size: 16px;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  
  .become-volunteer__email:hover {
	color: #ff5528;
  }
  
  .become-volunteer__right {
	position: relative;
	display: block;
  }
  
  .become-volunteer__form {
	position: relative;
	display: block;
  }
  
  .become-volunteer__input {
	position: relative;
	display: block;
	margin-bottom: 30px;
  }
  
  .become-volunteer__input input[type="text"],
  .become-volunteer__input input[type="email"] {
	height: 64px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #f2f0ec;
	color: var(--theme-gray);
	font-size: 14px;
	padding: 0 30px;
	border-radius: 8px;
  }
  
  .become-volunteer__input textarea {
	height: 180px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #f2f0ec;
	color: var(--theme-gray);
	font-size: 14px;
	padding: 18px 30px 30px;
	border-radius: 8px;
  }
  
  .become-volunteer__input.become-volunteer__message-box {
	height: 180px;
  }
  
  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
	border: 1px solid var(--theme-black) !important;
	background: var(--theme-black) !important;
	color: var(--theme-white) !important;
  }
  
  .ui-datepicker .ui-datepicker-prev {
	left: 5px;
  }
  
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
	border-radius: 30%;
	height: 20px;
	position: absolute;
	top: 7px;
	width: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: pointer;
  }
  
  .ui-datepicker .ui-datepicker-next {
	right: 5px;
  }
  
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
	top: 7px;
	background: var(--theme-white);
	border: none;
  }
  
  .ui-datepicker table {
	border-collapse: collapse;
	font-size: 13px;
	margin: 0 0 0.4em;
	width: 100%;
  }
  
  .ui-datepicker th {
	border: medium none;
	font-weight: 600;
	padding: 2px 3px;
	text-align: center;
  }
  
  .ui-datepicker-calendar .ui-state-default:hover,
  .ui-datepicker-calendar .ui-state-default:active {
	background: var(--theme-black);
	color: var(--theme-white);
	border-color: var(--theme-black);
  }
  
  #ui-datepicker-div.ui-widget {
	font-family: var(--theme-font);
  }
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-section-padding{
	padding: 100px 0;
}
.service-section{
	position: relative;
	padding: 80px 0;
}
.service-section:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--theme-primary);
	background-image: url(../images/bg/funfact-bg-1.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 260px;
}
.service-card{
	margin-bottom: 30px;
}
.service-imgbox{
	background-color: var(--theme-white);	
	position: relative;
}
.service-images img{
	width: 100%;
}
.service-images a{
	position: absolute;
    inset: 0;
    background-color: var(--theme-primary);
    transition: transform 500ms ease-out;
    transform: scale(1,0);
    transform-origin: bottom center;
	opacity: .5;
}
.service-card:hover .service-images a {
  transform: scale(1,1);
  transform-origin: top center;
}
.service-card-content {
    padding: 30px 50px 15px 50px;
    text-align: center;
    position: relative;
    margin: 0px 20px;
    margin-top: -35px;
    background-color: var(--theme-white);
    box-shadow: 0px 10px 60px 5px rgb(0 0 0 / 24%);
    border-radius: 5px;
}
.service-card-content h4{
	font-size: 20px;
	color: var(--theme-black);
}
.service-card-content p{
	border-bottom: 1px solid var(--theme-border);
	padding-bottom: 32px;
	line-height: 1.5;
	margin-bottom: 5px;
}
.service-card-content i{
	color: var(--theme-black);
	margin-top: 10px;
}
.service-link-box{
	position: relative;
	background-image: url("../images/bg/service-link-1.png");
	background-color: var(--theme-black);
	z-index: 1;
	background-position: bottom center;
	background-size: cover;
	padding: 49px 50px;
}
@media(max-width: 1199px){
	.service-link-box{
		padding: 45px 40px;
	}
}
.service-link-box h4 {
	font-size: 30px;
	color: var(--theme-white);
	margin-bottom: 25px;
}
.service-link-box ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.service-link-box li{
	font-size: 18px;
	font-family: var(--theme-font);
}
.service-link-box li + li {
	margin-top: 20px;
}
.service-link-box li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: var(--theme-secondary);
}
.service-link-box li a:hover {
	color:var(--theme-white);
}
.service-link-box li a i {
	font-size: 12px;
	transition: all 500ms ease;
}
.service-link-box li a:hover i {
	color: var(--theme-primary);
}
.service-images > a:before,
.service-images > a:after{
	content: '';
	width: 25px;
	height: 2px;
	background-color: var(--theme-white);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.service-images > a:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.service-card-content a{
	transform: translateX(50px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  -webkit-transition: all .7s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  font-size: 16px;
}
.service-card:hover .service-card-content a{
	 transform: scale(1,1);
  transform-origin: center right;
}
.service-card .service-card-content span{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 800;
	opacity: 0;
}
.service-card:hover .service-card-content span{
	color: var(--theme-black);
	opacity: 1;
}
.service-details-section{
	padding-top: 120px;
	padding-bottom: 120px;
}
@media(max-width: 1199px){
	.service-details-section{
		padding: 70px 0px;
	}
}
.service-details-images{
	margin-bottom: 20px;
}
.service-details-images img{
	width: 100%;
}
.service-details-content-box h3{
	font-size: 34px;
}
.service-details-content-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 30px;
}
.service-details-title{
	font-size: 24px;
	margin-bottom: 22px;
}
.service-details-box-inner{
	margin: 40px 0px;
}
.service-details-box-inner .row > [class^='col-'] + [class^='col-'] {
	border-left: 2px solid #fff;
}
@media(max-width: 991px) {
	.service-details-box-inner .row > [class^='col-'] + [class^='col-'] {
		border-left: 0;
		border-top: 2px solid #fff;
	}
}
.service-details-box{
	padding: 60px 60px;
	background-color: var(--theme-light-bg);
}
.service-details-icon a{
	font-size: 60px;
	color: var(--theme-primary);
	margin-bottom: 18px;
	display: inline-block;
}
.service-details-icon i{
	margin-bottom: 0px;
}
.service-details-content h4{
	margin-bottom: 5px;
}
.service-details-content h4 > a{
	color: inherit;
	transition: all 500ms ease;
}
.service-details-content h4 > a:hover{
	color: var(--theme-primary);
}
.service-details-content p{
	margin-bottom: 0;
}
/***********************
* Funfact
***********************/
.funfact-section {
	padding-top: 120px;
	padding-bottom: 111px;
	background-color: var(--theme-primary);
	background-image: url(../images/bg/funfact-bg-1.png);
	background-position: top center;
	background-repeat: no-repeat;
}
@media(max-width: 575px){
	.funfact-section{
		padding-bottom: 50px;
	}
}
@media(max-width: 991px){
	.funfact-counter-item{
		margin-bottom: 30px;
	}
}
@media(max-width: 575px){
	.funfact-counter-item{
		margin-bottom: 20px;
	}
}
.funfact-counter-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.funfact-counter-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	height: 102px;
	background-color: var(--theme-black);
	color: var(--theme-primary);
	font-size: 54px;
	flex-shrink: 0;
	margin-right: 25px;
}
.funfact-counter-icon:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 100%;
	border-style: solid;
	border-width: 10px 15px 0 0;
	border-color: var(--theme-black) transparent transparent transparent;
}
.funfact-counter-number {
	font-size: 60px;
	color: #fff;
	display: flex;
	align-items: center;
}
.funfact-counter-number h3{
	font-size: 60px;
	color: var(--theme-white);
	font-weight: 500;
	display: contents;
}
.funfact-text {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-bottom: 0px;
}
/***********************
* Page banner
***********************/
.page-banner {
    background-image: url("../images/bg/page-banner.png");
    background: linear-gradient(45deg, black, transparent);
    background-repeat: no-repeat;
    background-color: var(--theme-black);
    background-size: cover;
    padding-top: 40px;
    background-position: center;
    padding-bottom: 40px;
}
.page-breadcrumbs ul {
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
}
.page-breadcrumbs li{
	color: var(--theme-white);
	font-size: 14px;
}
.page-breadcrumbs li + li:before{
	content: '/';
	position: relative;
	margin: 10px;
}
.page-breadcrumbs a{
	color: var(--theme-white);
	font-size: 14px;
	font-weight: 500;
}
.page-banner-title h3 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 0px;
    color: var(--theme-white);
}
@media(max-width: 1199px){
	.page-banner-title h3{
		font-size: 50px;
	}
}
@media(max-width: 991px){
	.page-banner-title h3{
		font-size: 30px;
	}
}
/***********************
* Portfolio
***********************/
.portfolio-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F8F9FA;
}
@media (max-width: 1199px) {
	.portfolio-section{
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
.portfolio-card{
	position: relative;
}
.portfolio-card img{
  width: 100%;
}
.portfolio-card-meta{
	position: absolute;
	z-index: 1;
	bottom: 30px;
  	transform: scale(1,0);
  	transform-origin: top;
  	transition: transform 500ms;
}
.portfolio-card:hover .portfolio-card-meta{
  transform: scale(1.0);
}
.portfolio-card-text{
	display: inline-block;
	padding: 5px 30px;
	background-color: var(--theme-primary);
}
.portfolio-card-text a{
	font-size: 16px;
	color: var(--theme-black);
	font-weight: 800;
}
.portfolio-card-title{
	color: var(--theme-black);
	padding: 12px 30px;
	font-size: 18px;
	background-color: var(--theme-white);
	font-weight: 700;
}
.portfolio-card-title a {
	color: inherit;
}
.portfolio-card-title a:hover{
	color: var(--theme-black);
}
.portfolio-content{
	padding: 0px 100px;
}
@media (max-width: 1199px) {
	.portfolio-content{
		padding: 0px 15px;
	}	
}
.portfolio-two-section{
	padding-bottom: 30px;
}
@media (max-width: 1199px) {
	.portfolio-two-section{
		padding-bottom: 70px;
	}	
}
@media (max-width: 1199px) {
	.portfolio-two-content{
		padding: 0px 15px;
	}	
}
.portfolio-two-section .section-title{
	margin-bottom: 60px;
	font-size: 50px;
	font-weight: 800;
}
.portfolio-two-carousel .owl-stage-outer {
	overflow: visible;
}
.portfolio-two-card-content{
	position: absolute;
	z-index: 1;
	bottom: 5%;
	left: 5%;
	right: 5%;
	transition: transform 8s;
  transform: scale(1,0);
  transform-origin: top;
  transition: transform 500ms;
	display: flex;
	align-items: center;
	padding: 35px 39px;
	background-color: var(--theme-primary);
 }
 .portfolio-two-card-content a{
	color: var(--theme-white);
	font-size: 24px;
	line-height: 1.2;
}
.portfolio-two-card:hover .portfolio-two-card-content{
  transform: scale(1.0);
}
.portfolio-two-images img{
	padding: 0px 30px;
}
.portfolio-two-card-text {
    max-width: 170px;
}
.portfolio-two-card-icon{
	margin-left: 40px;
}
.portfolio-two-card-icon a{
	height: 50px;
	width: 50px;
	display: inline-block;
	background-color: var(--theme-white);
	border-radius: 50%;
	text-align: center;
	color: var(--theme-black);
	line-height: 50px;
}
.portfolio-details {
	padding-top: 120px;
}
@media(max-width: 1199px){
	.portfolio-details{
		padding-top: 70px;
	}
}
.portfolio-details img{
	width: 100%;
}
.portfolio-details-info{
	padding: 47px 60px;
	background-color: var(--theme-primary);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media(max-width: 991px){
	.portfolio-details-info{
		padding: 50px 20px;
	}
}
@media (max-width: 991px) {
	.portfolio-details-info-item {
		width: 100%;
		margin-bottom: 20px;
	}
}.portfolio-details-info-item span{
	color: var(--theme-white);
}
.portfolio-details-info-item p{
	font-size: 18px;
	color: var(--theme-white);
	font-weight: 500;
	margin-bottom: 0;
}
.portfolio-details-info-socials {
	display: flex;
}
.portfolio-details-info-socials a{
	height: 40px;
	display: inline-block;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--theme-dark-black);
	color: var(--theme-white);
}
.portfolio-details-info-socials a + a {
	margin-left: 10px;
}
.portfolio-details-content{
	padding-top: 50px;
	padding-bottom: 115px;
}
@media(max-width: 1199px){
	.portfolio-details-content{
		padding-top: 40px;
		padding-bottom: 50px;
	}
}
.portfolio-details-content-title h3{
	font-size: 34px;
	margin-bottom: 25px;
}
.portfolio-details-content-text p{
	margin-bottom: 0px;
}
.portfolio-details-content-text p+p{
	margin-top: 30px;
}
.portfolio-details-nav-inner{
	display: flex;
  justify-content: space-between;
  padding: 31px 0px;
  border-top: 1px solid var(--theme-border);
  border-bottom: 1px solid var(--theme-border);
}
@media (max-width: 575px){
	.portfolio-details-nav-inner{
		display: grid;
	}
}
.portfolio-details-nav-item{
	display: flex;
	align-items: center;
	column-gap: 20px;
}
@media(max-width: 575px){
	.portfolio-details-nav-item{
		padding-bottom: 50px;
	}
}
.portfolio-details-nav-content span {
	font-size: 14px;
}
.portfolio-details-nav-content h5{
	margin-bottom: 0;
	font-size: 18px;
}
.portfolio-details-nav-content h5 > a{
	color: inherit;
}
.portfolio-details-nav-content h5 > a:hover{
	color: var(--theme-primary);
}
.portfolio-details-nav-item.next-item {
	flex-direction: row-reverse;
	text-align: right;
}
.portfolio-details-nav-icon a{
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.2;
	color: var(--theme-black);
	border: 2px solid currentColor;
	border-radius: 50%;
	transition: all 500ms ease;
}
.portfolio-details-nav-item:hover .portfolio-details-nav-icon a {
	color: var(--theme-primary);
	opacity: 1;
}
.portfolio-details-nav-content a {
	color: inherit;
	font-weight: 800;
}
/***********************
* Client
***********************/
@media(max-width: 1199px){
	.client-section{
		padding-bottom: 50px;
	}
}
.client-section .owl-stage-outer{
  border-top: 1px solid var(--theme-border);
  padding-top: 80px;
  padding-bottom: 90px;
}
@media(max-width: 1199px){
	.client-section .owl-stage-outer{
		padding-top: 50px;
		padding-bottom: 0px;
	}
}
.button.owl-prev{
  position: absolute;
  top: 0;
  font-size: 100%;
}
.client-carousel .owl-item img{
  display: block;
  width: 100%;
  opacity: 0.4;
  padding: 30px;
  transition: all 500ms ease;
}
.client-carousel .owl-item img:hover{
	opacity: 1;
	background-color: var(--theme-light-bg);
}
.client-text{
	background-color: #fff;
	padding: 0 25px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	font-size: 14px;
	color: var(--theme-gray);
	font-weight: 500;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-transform: uppercase;
}
@media(max-width: 575px){
	.client-text{
		padding: 0px;
	}
}
@media(max-width: 470px){
	.client-text{
		padding: 0px 20px;
	}
}
.client-one-section{
	padding-top: 120px;
	padding-bottom: 90px;
}
@media(max-width: 1199px){
	.client-one-section{
		padding-top: 70px;
		padding-bottom: 50px;
	}
}
.client-one{
	padding-top: 120px;
}
@media(max-width: 1199px){
	.client-one{
		padding-top: 70px;
		padding-bottom: 40px;
	}
}
/***********************
* CTA
***********************/
.cta-section-inner{
	background-image: url("../images/bg/cta-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 60px;
	position: relative;
	z-index: 1;	
	width: 100%;
	background-position: center;
	padding-bottom: 60px;	
}
.cta-section-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--theme-primary);
  opacity: 0.6;
}
.cta-section-content h2{
	font-size: 30px;
	margin-bottom: 35px;
}
.cta-section-inner .btn-primary {
	padding: 19px 50px;
	position: relative;
	z-index: 100;
}
/***********************
* Footer
***********************/
.footer{
/*	background-image: url("../images/bg/footer-bg-1.png");*/
	background-repeat: no-repeat;
	background-color: var(--theme-black);
	background-size: cover;
	padding-top: 40px;
	position: relative;
	z-index: 1;
	width: 100%;
	background-position: left -28px bottom 88px;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.8;
}
.footer-inner {
    padding-bottom: 30px;
    z-index: 100;
    position: relative;
    border-bottom: 1px solid #686868;
}
@media (max-width: 1199px) {
	.footer-inner{
		padding-bottom: 40px;		
	}	
}
.footer-widget-logo {
    max-width: 175px;
    align-items: center;
    color: var(--theme-white);
    display: inline-block;
}
.footer-widget-text {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 370px;
}
.footer-widget-text p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--theme-white);
    margin-bottom: 0px;
}
.footer-widget-socials {
	display: flex;
	align-items: center;
}
@media(max-width: 991px){
.footer{
	background-position: left 20px bottom 70px;
}	
	.footer-widget-socials{
		margin-bottom: 30px;
	}
}
.footer-widget-socials a {
    height: 35px;
    display: inline-block;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #707070;
    color: var(--theme-white);
}
.footer-widget-socials a:hover{
	background-color: var(--theme-primary);
}
.footer-widget-socials a + a {
	margin-left: 10px;
}
.footer-widget{
	margin-top: 0px;
}
@media (max-width: 991px) {
	.footer-widget{
		padding-bottom: 40px;
		margin-top: 0px;		
	}	
}
@media (max-width: 575px) {
	.footer-widget{
		padding-bottom: 30px;		
	}	
}
.footer-widget-title {
    font-size: 18px;
    color: var(--theme-white);
    margin-bottom: 15px;
}
@media(max-width: 991px){
	.footer-widget-title{
		margin-bottom: 15px;
	}
}
.footer-widget-explore{
	margin-left: 40px;
}
@media only screen and (max-width: 991px) {
	.footer-widget-explore{
		margin-left: inherit;
		margin-top: 10px;
	}
}
.footer-widget-explore ul{
	list-style-type: none;
}
.footer-widget-explore li {
    margin-bottom: 3px;
    font-size: 14px;
    color: var(--theme-white);
    font-family: var(--theme-font);
    font-weight: 400;
}
.footer-widget-explore li a{
	color: var(--theme-white);
}
.footer-widget-explore li a:hover{
	color: var(--theme-white);
}
.footer-widget-department ul{
	list-style-type: none;
}
.footer-widget-department li {
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--theme-white);
    font-family: var(--theme-font);
    font-weight: 500;
    line-height: 21px;
}
.footer-widget-department li a{
	color: var(--theme-white);
}
.footer-widget-department li a:hover{
	color: var(--theme-white);
}
.footer-widget-contact {
    margin-bottom: 8px;
}
.footer-widget-contact p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--theme-white);
    font-family: var(--theme-font);
    font-weight: 400;
}
.footer-widget-contact-list{
	display: flex;
	line-height: 1;
	margin-bottom: 10px;
}
.footer-widget-contact-list i{
	color: var(--theme-primary);
}
.footer-widget-contact-item{
	margin-bottom: 5px;
}
.footer-widget-contact-item a {
    margin-left: 10px;
    font-size: 15px;
    color: var(--theme-white);
    font-family: var(--theme-font);
    font-weight: 400;
}
.footer-widget-contact-item a:hover{
	color: var(--theme-white);
}
.bottom-footer {
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    z-index: 100;
    background-color: #040404;
    position: relative;
}
.bottom-footer p{
	margin-bottom: 0;
	font-weight: 500;
	color: var(--theme-white);
	line-height: 1;
}
/***********************
* Event
***********************/
.event-section {
    /* position: relative; */
    /* margin-top: -220px; */
    /* z-index: 1; */
    padding: 50px 0px;
}
@media (min-width: 1200px) {
	.event-section .cotainer{
		max-width: 1200px;
	}	
}
.event-section .event-section-inner{
/*	background-color: var(--theme-light-bg);
	padding: 120px 80px 110px;*/
}
@media (max-width: 1399px) {
/*	.event-section .event-section-inner {
		padding: 80px 80px 60px;
	}*/
}
@media (max-width: 767px) {
	.event-section .event-section-inner {
		padding: 80px 40px 60px;
	}
}
@media (max-width: 991px) {
	.event-header {
		margin-bottom: 30px;
	}
}
.event-section h2 {
    margin-bottom: 30px;
}
.event-content-box .section-text p{
	margin-right: 20px;
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom: 0px;
	color: var(--theme-gray);
}
@media (max-width: 991px) {
	.event-content-box .section-text p{
		margin-top: 0;
		margin-left: 0;
	}
}
@media(max-width: 991px){
	.event-content-box{
		margin-bottom: 40px;
	}
}
.event-box-one .section-title{
	font-size: 46px;
	font-weight: 800;
}
.event-box-one{
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
}
@media (max-width: 991px) {
	.event-box-one {
		margin-top: 0;
		margin-bottom: 40px;
	}
}
.event-box-one .section-text {
	margin-left: 75px;
}
@media (max-width: 991px) {
	.event-box-one .section-text{
		margin: 0;
	}
}
.event-subscribe-card {
    margin-right: 25px;
    height: 100%;
}
@media (max-width: 1199px) {
	.event-subscribe-card{
		margin: 0;
	}
}
.event-details-card-title {
    position: relative;
    background-image: url("../images/bg/event-bg-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 39px;
    text-align: center;
    z-index: 1;
}

/* overlay */
.event-details-card-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* overlay color */
    z-index: -1;   /* 👈 MOST IMPORTANT LINE */
}

@media (max-width: 575px) {
	.event-details-card-title{
		padding-left: 20px;
		padding-right: 0px;
	}
}
.event-meta-date span{
	background-color: var(--theme-black);
	color: var(--theme-white);
	padding: 8px 19px;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.event-icon {
    height: 80px;
    width: 120px;
    line-height: 112px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}
.event-icon i{
	font-size: 60px;
	text-align: center;
	color: var(--theme-white);
	    opacity: 1;
}
.event-details-card-title  h5{
	font-size: 30px;
	color: var(--theme-white);
	margin-bottom:10px;
}
.event-details-card-title p{
	color: var(--theme-white);
	margin-bottom: 0;
}
.event-details-card-content {
    background-color: var(--theme-white);
    padding: 35px 35px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
	.event-details-card-content{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.event-details-card-content p{
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 20px;
}
.event-details-card-content .btn-primary{
	padding: 18px 50px;
	font-size: 16px;
	font-weight: 700;
}
.event-card {
    background-color: var(--theme-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    position: relative;
    display: flex;
    /* margin-top: 30px; */
    align-items: center;
}
.event-card + .event-card {
	margin-top: 30px;
}
@media (max-width: 991px) {
	.event-card {
		margin-left: 0px;
		margin-right: 0px;	
		display:block;
	}
}
@media (max-width: 575px) {
	.event-card {
		margin-top: 10px;	
	}
}

.event-card-image-inner{
    width: 330px;
    height: 100%;
    object-fit: cover;
}

.event-card-image-inner img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.event-card-images{
	flex-shrink: 0;
}
.event-card-images-inner {
	position: relative;
	top: -30px;
}
.event-card-meta{
	display: flex;
	position: absolute;
	bottom: 0px;
}
.event-meta-number{
	background-color: var(--theme-primary);
	padding: 8px 12px;
}
.event-meta-number span{
	font-size: 14px;
	line-height: 1;
	color: var(--theme-white);
}
.event-card-content {
    background-color: var(--theme-white);
    padding: 20px 20px;
}
@media(max-width: 991px){
	.event-card-content{
		padding: 0px 13px;
		padding-bottom: 20px;
	}
}
.event-card-info{
	margin-bottom: 15px;
}
.event-card-info ul{
	margin-bottom: 0;
}
.event-card-info-one li{
	display: flex;
	margin-bottom: 30px;
}
.event-card-info ul li{
	display: flex;
	align-items: center;
}
.event-card-info ul li >i{
	color: var(--theme-primary);
	font-size: 13px;
	line-height: 2;
	align-self: flex-start;
}
.event-card-info ul li >span{
	margin-left: 5px;
	font-size: 14px;
	color: var(--theme-gray);
}
.event-card-title h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    /* letter-spacing: 1px; */
    line-height: 30px;
}
.event-card-title h4 > a{
	color: inherit;
	transition: all 500ms ease;
}
.event-card-title h4 > a:hover{
	color: var(--theme-primary);
}
.event-two-section {
	position: relative;
	padding-top: 150px;
	z-index: 1;
}
@media (min-width: 1600px){
	.event-two-section{
		margin-left: 40px;
		margin-right: 40px;
	}
}
@media (max-width: 1199px){
	.event-two-section{
		padding-top: 100px;
	}
}
.event-two-card{
	background-color: var(--theme-white);
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
	display: flex;
}
@media (max-width: 991px) {
	.event-two-card {
		margin-left: 0px;
		margin-right: 0px;	
		display:block;
	}
}
@media (max-width: 575px) {
	.event-two-card {
		margin-top: 10px;	
	}
}
.event-two-card-images{
	flex-shrink: 0;
}
.event-two-card-images-inner{
	position: relative;
	top: -30px;
}
@media (max-width: 1520px) {
	.event-two-card-images img {
		max-width: 200px;
	}
}
.event-two-card-meta{
	display: flex;
	position: absolute;
	bottom: 0;
}
.event-two-meta-number{
	background-color: var(--theme-primary);
	padding: 12px;
	line-height: 1;
	font-size: 14px;
	color: var(--theme-white);
}
.event-two-meta-date{
	background-color: var(--theme-black);
	padding: 5px 20px;
	font-size: 14px;
	color: var(--theme-white);
	display: flex;
	align-items: center;
}
.event-two-card-content{
	background-color: var(--theme-white);
	padding:30px 30px
}
@media(max-width: 1199px){
	.event-two-card-content{
		padding: 15px 25px 20px;
	}
}
@media(max-width: 575px){
	.event-two-card-content{
		padding: 15px 10px;
	}
}
.event-two-card-info{
	margin-bottom: 20px;
}
.event-two-card-info ul{
	margin-bottom: 0;
}
.event-two-card-info li{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.event-two-card-info-one li{
	display: flex;
	margin-bottom: 30px;
}
.event-two-card-icon i{
	color: var(--theme-primary);
}
.event-two-card-text{
	margin-left: 5px;
	font-size: 14px;
	color: var(--theme-gray);
}
.event-two-card-text span{
	margin-left: 5px;
}
.event-two-card-title h4{
	font-size: 24px;
	margin-bottom: 0;
}
.event-two-card-title h4 a{
	color: inherit;
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
	transition: all 500ms ease;
}
.event-two-card-title h4 a:hover{
	color: var(--theme-primary);
}
.event-three-section .event-section-outer{
	padding-top: 150px;
	padding-bottom: 90px;
}
@media(max-width: 1199px){
	.event-three-section .event-section-outer{
		padding-top: 100px;
		padding-bottom: 40px;
	}
}
.event-three-section .event-card{
	margin-bottom: 30px;
	margin-left: 0px;
	margin-top: 0px;
}
.event-details-section {
	padding-top: 120px;	
	padding-bottom: 120px;	
}
@media(max-width: 1199px){
	.event-details-section{
		padding: 70px 0px;
	}
}
.event-details-inner-box{
	margin-bottom: 50px;
	position: relative;
}
.event-details-meta{
	display: flex;
	position: absolute;
	bottom: 0px;
}
.event-details-meta-number{
	background-color: var(--theme-primary);
	padding: 12px 12px;
	line-height: 1;
	font-size: 14px;
	color: var(--theme-white);
}
.event-details-meta-date{
	background-color: var(--theme-black);
	padding: 5px 20px;
	font-size: 14px;
	color: var(--theme-white);
	display: flex;
	align-items: center;
}
.event-details-content-box h4{
	font-size:30px;
	margin-bottom: 15px;
}
.event-details-content-box p + p{
	margin-bottom: 40px;
}
.event-details-content-box h3{
	font-size: 24px;
}
.event-details-content-box > ul{
	margin-bottom: 30px;
}
.event-details-speaker-box{
	padding: 43px 45px;
	background-color: var(--theme-light-bg);
	margin-bottom: 55px;
}
.event-speaker-list-img {
	padding-bottom: 15px;
}
.event-speaker-list-img img{
	border-radius: 50%;
	height: 105px;
	width: 105px;
	line-height: 105px;
}
.event-speaker-list h5{
	margin-bottom: 0px;
	font-size: 16px;
}
.event-speaker-list h5 a{
	color:inherit;
	transition: all 500ms ease;
}
.event-speaker-list h5 a:hover{
	color:var(--theme-primary);
}
@media(max-width: 991px){
	.event-speaker-list{
		text-align: center;
	}
}
.event-speaker-list p{
	color: var(--theme-gray);
	padding: 0px 20px;
}
.event-details-gallery-box{
	margin-bottom: 60px;
}
.event-details-gallery-box h3{
	margin-bottom: 24px;
}
.event-details-booking-button .btn-primary{
	padding: 18px 50px;
}
/***********************
* Team
***********************/
.team-section {
    position: relative;
    padding: 50px 0;
}
@media(max-width: 1199px){
	.team-section{
		padding: 100px 0px;
	}
}
.team-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-primary);
    right: 0;
    /* background-color: var(--theme-light-bg); */
    background-image: url(../images/bg/funfact-bg-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    /* opacity: 0.8; */
    /* background-color: #000; */
}
.team-inner h2{
	margin-bottom: 50px;
}
@media(max-width: 991px){
	.team-inner h2{
		margin-bottom: 20px;
	}
}
.team-box{
	position: relative;
	padding-left: 110px;
	margin-top: 20px;
}
@media (max-width: 991px){
	.team-box{
		padding: 0px;
		margin-bottom: 40px;
	}
}
.team-card{
	padding: 30px 30px;
	background-color: var(--theme-white);	
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
	position: relative;
}
.team-card-img{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.team-card-img img{
	height: 210px;
	width: 210px;
	padding: 10px 10px;
	background-color: var(--theme-white);
	border-radius: 50%;
	position: relative;
	transition: all 500ms ease;
	background-image: url("data:images/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23E1E8EAFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 100px;	
}
.team-card:hover .team-card-img img{
background-image: url("data:images/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='black' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
border-radius: 100px;
}
.team-card-icon{
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	bottom: -15px;
	opacity: 0;
	transition: opacity 500ms ease;
}
.team-card:hover .team-card-icon {
	opacity: 1;
}
.team-card-icon a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: var(--theme-white);
	border-radius: 50%;
	text-align: center;
	position: relative;
}
.team-card-icon a:hover{
	background-color: var(--theme-black);
}
.team-card-icon a + a {
	margin-left: 10px;
}
.team-card-icon .pinterest {
	background-color:#f0312c;
	top: -10px;	
}
.team-card-icon .youtube{
	background-color:#ff0000;
}
.team-card-icon .facebook{
	background-color:#3656f6;
	top: -10px;
}
.team-card-content{
	text-align: center;
}
.team-card-content h4{
	font-size: 20px;
	margin-bottom: 0px;
}
.team-card-content h4 >a{
	color: inherit;
	transition: all 500ms ease;
}
.team-card:hover h4>a{
	color: var(--theme-primary);
}
.team-card-content p {
	margin-bottom: 0;
}
.team-card:after{
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0;
	right: 0;
	height: 4px;
	width: 100%;
	transform: scaleY(0);
	transition: all 500ms ease;
	background-color: var(--theme-primary);
}
.team-card:hover:after{
	transform: scaleY(1);
}
.team-details-section {
	padding-top: 120px;
	padding-bottom: 100px;
}
@media (max-width: 991px){
	.team-details-section{
		padding-top: 50px;
		padding-bottom: 0;
	}
}
.team-details-images{
	position: relative;
}
@media(max-width: 991px){
	.team-details-images{
		margin-bottom: 20px;
	}
}
@media(max-width: 991px){
	.team-details-images img{
		width: 100%;
	}
}
.team-details-title h2{
	font-size: 40px;
	margin-top: -10px;
	margin-bottom: 10px;
}
	.team-details-title-one{
		padding-bottom: 20px;
	}
@media (max-width: 991px){
	.team-details-title-one{
		padding:20px 0;
	}
}
.team-details-socials{
	margin-bottom: 25px;
}
.team-details-socials a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--theme-light-bg);
	color: var(--theme-black);
	display: inline-block;
}
.team-details-socials a + a {
	margin-left: 10px;
}
.team-details-socials a:hover {
	background-color: var(--theme-primary);
	color: var(--theme-white);
}
.team-details-info{
	margin-bottom: 35px;
}
.team-details-info ul li {
	display: flex;
	align-items: center;
}
.team-details-info ul li + li {
	margin-top: 5px;
}
.team-details-info ul li span{
	color: var(--theme-black);
	font-weight: 800;
	margin-left: 5px;
}
.team-details-info ul li span a {
	color: inherit;
}
.team-details-text p{
	margin-bottom: 45px;
}
.team-details-list h3{
	font-size: 24px;
	margin-bottom: 25px;
}
.team-details-list-item{
	display: flex;
	align-items: center;
}
.team-details-box h4{
	font-size: 16px;
	margin-bottom: 5px;
}
.team-details-box p {
	margin-bottom: 0;
}
.team-details-box + .team-details-box {
	margin-left: 50px;	
}
@media (max-width: 991px){
	.team-details-box{
		margin-bottom: 30px;
	}
}
@media (max-width: 575px){
	.team-details-box{
		margin-left: 0px;
	}
}
.team-details-year{
	margin-bottom: 10px;
	color: var(--theme-primary);
	font-size: 16px;
	font-weight: 700;
}
.team-details-biography-section{
	padding-bottom: 100px;
}
@media(max-width: 575px){
	.team-details-biography-section{
		padding-bottom: 50px;
	}
}
.team-details-biography-content .team-details-title h3{
	font-size: 36px;
	margin-bottom: 25px;
}
.team-details-biography-content p{
	margin-bottom: 0;
}
/***********************
* Testimonial
***********************/
.testimonial-section{
	background-image: url("../images/bg/testimonial-bg-1.jpg");
	background-color: var(--theme-black);
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 340px;
	background-size: cover;
	position: relative;

}
@media(max-width: 1199px){
	.testimonial-section{
		padding-top: 100px;
		padding-bottom: 250px;
	}
}
.testimonial-section .container{
	position: relative;
}
.testimonial-name{
	position:absolute;
	left: -20px;
	bottom: 31%;
	letter-spacing: 2px;
	color: var(--theme-primary);
 	writing-mode: vertical-lr;
 	transform: rotate(180deg);
}
.testimonial-slider{
	margin-top: -50px;
}
.testimonial-section .testimonial-box-one{
	padding-top: 120px;
	padding-bottom: 120px;
}
.testimonial-box-one{
	padding-top: 130px;
	padding-bottom: 120px;
}
.testimonial-reviews .testimonial-content{
	text-align: center;
	margin: 0px auto;
	max-width: 900px;
}
.testimonial-reviews .testimonial-ratings{
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	color: var(--theme-primary);
	background-color: var(--theme-dark-black);
	display: inline-block;
	padding: 10px 40px;
	line-height: 1;
 }
.testimonial-reviews .testimonial-ratings:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 22px 0 22px;
	border-color: var(--theme-dark-black) transparent transparent transparent;
}
.testimonial-reviews .testimonial-text{
	color: var(--theme-white);
	font-size: 22px;
	line-height: 1.9;
	margin-bottom: 42px;
}
.testimonial-slider-content-box{
	display: flex;
}
.testimonial-thumb {
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.testimonial-thumb-images {
	display: inline-block;
}
.testimonial-thumb-card {
	margin-bottom: 25px;
}
.testimonial-thumb-card span{
	color: var(--theme-secondary);
	font-size: 14px;
}
.testimonial-thumb-card h5{
	color:var(--theme-white);
	margin-bottom: 5px;
}
.testimonial-reviews img{
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 100px;
	padding: 5px 5px;
	position: relative;
	transition: transform 5s;
	background-color: #fff;
}
.testimonial-reviews img:hover{
	background-color: var(--theme-primary);
	transition: traslate 5s;
}
.testimonial-reviews .swiper-pagination{
	display: inline-flex;
	flex-direction: column;
	width: auto;
	left: auto;
	bottom: auto;
	top: 68%;
	right: 0;
	transform: translateY(-50%);
}
.testimonial-reviews .swiper-pagination-bullet {
	margin: 0;
	width: 13px;
	height: 13px;
	opacity: 0.3;
	background-color: #fff;
}
.testimonial-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.testimonial-reviews .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-top: 10px;
}
.testimonial-thumb .swiper-wrapper {
	justify-content: center;
}
.testimonial-thumb img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	transform: scale(0.8);
	border-radius: 50%;
	border: 5px solid #fff;
	transition: all 500ms ease;
	background-color: var(--theme-black);
}
.testimonial-thumb .swiper-slide-thumb-active img {
	overflow: hidden;
	transform: scale(1);
	border-color: var(--theme-primary);
}
.testimonial-thumb i {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 28px;
	width: 28px;
	color: #fff;
	background-color: var(--theme-primary);
	text-align: center;
	border-radius: 50%;
	line-height: 28px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}
.testimonial-thumb .swiper-slide-thumb-active i {
	opacity: 1;
	visibility: visible;
}
/***********************
* News
***********************/
.blog-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media(max-width: 1199px) {
	.blog-section{
		padding-top:70px;
		padding-bottom: 70px;
	}
}
.blog-section.blog-section-two {
	padding-top: 230px;
}
.blog-box h2{
	font-weight: 800;
	letter-spacing: -0.4px;
	margin-bottom: 170px;
}
.blog-card{
	background-color: var(--theme-light-bg);
	position: relative;
}
.blog-card-image{
	position: relative;
	margin: 0px 30px;
}
.blog-card-image img {
    margin-top: -121px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
@media(max-width: 991px){
	.blog-card-image img{
		width: 100%;
	}
}
.blog-card:hover .blog-card-image img{
	background-color: var(--theme-primary);
}
.blog-card-image a{
	position: absolute;
    inset: 0;
    top: -121px;
    background-color: var(--theme-primary);
	opacity: .8;
    transition: transform 500ms ease-out;
    transform: scale(1,0);
    transform-origin: bottom center;
}
.blog-card-date{
	position: absolute;
	top: -85px;
	right: 20px;
	padding: 3px 11px;
	background-color: var(--theme-primary);
	font-size: 12px;
	font-weight: 800;
}
.blog-card-date a{
	color: var(--theme-white);
}
.blog-card-date a:hover{
	color: var(--theme-white);
}
.blog-card-date a:after{
	position: absolute;
	content: '';
	bottom: -10px;
	right: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px solid var(--theme-primary); 
}
.blog-card-content {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 20px;
}
.blog-card-content h4 {
    line-height: 25px;
    margin-bottom: 10px;
}
.blog-card-content h4 > a {
    font-size: 20px;
    color: inherit;
    transition: all 500ms ease;
    font-weight: 600;
}
.blog-card-content h4 > a:hover{
	color: var(--theme-primary);
}
.blog-card-content p{
	font-size: 14px;
	margin-bottom: 0;
}
.blog-card-meta{
	display: inline-block;
	transform: translateY(-50%);
	background-color: var(--theme-white);
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding: 10px 33px;
	margin: 0px 25px;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
	.blog-card-meta {
		margin: 0;
		padding: 3px 25px;
	}
}
@media (max-width: 991px) {
	.blog-card-meta {
		display: inline-flex;
		padding: 0 40px;
	}
}
@media (max-width: 575px) {
	.blog-card-meta {
		padding: 0 15px;
	}
}
.blog-card-meta a>i{
	color: var(--theme-primary);
}
.blog-card-meta span{
	margin-left: 10px;
}
.blog-card-meta .author:before{
	content: "\f2bd";
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	font-size: 12px;
	color: var(--theme-primary);
}
.blog-card-meta span a{
	z-index: 99;
	color: var(--theme-gray);
	display: inline-block;
	clear: both;
}
.blog-card-meta span a:hover{
	color: var(--theme-primary);
}
.blog-card-image > a:before,
.blog-card-image > a:after{
	content: '';
	width: 25px;
	height: 2px;
	background-color: var(--theme-white);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blog-card-image > a:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card-image a {
  transform: scale(1,1);
  transform-origin: top center;
}
/***********************
* Causes
***********************/
.causes-section{
	padding-top: 50px;
	padding-bottom: 50px;
}
@media(max-width: 1199px){
	.causes-section{
		padding: 70px 0px;
	}
}
@media(max-width: 991px){
	.causes-card-imgbox img{
		width: 100%;
	}
}
.causes-content{
	padding: 0 40px 40px;
	background-color: var(--theme-white);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.causes-card-funding {
	position: relative;
	padding: 15px 20px;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	margin-top: -32px;
}
.causes-card-progressbar	{
	position: relative;
	margin-bottom: 10px;
	height: 6px;
	background-color: var(--theme-light-bg);
}
.causes-card-progressbar-inner {
	background-color: var(--theme-primary);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	transition: all 1000ms ease;
}
.causes-card-progressbar-text {
	position: absolute;
	right: 0;
	top: 0;
	height: 26px;
	width: 26px;
	background-color: var(--theme-primary);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transform: translate(50%,calc(-50% + 2px));
}
.causes-card-funding-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media(max-width: 575px){
	.causes-card-funding-list{
	flex-wrap: wrap;
	}
}
.causes-card-funding-item {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.causes-card-funding-amount {
	color: var(--theme-black);
	font-weight: 700;
}
.causes-card-funding-text {
	margin-left: 5px;
	font-size: 14px;
	font-weight: 600;
}
.causes-content h4{
	margin-top: 25px;
	margin-bottom: 13px;
}
.causes-content h4 > a{
	color: inherit;
	transition: all 500ms ease;
}
.causes-content h4>a:hover{
	color: var(--theme-primary);
}
.causes-content p{
	margin-bottom: 10px;
}
.causes-content .btn-primary{
	padding: 11px 27px;
	font-size: 13px;
	font-weight: 600;
}
.causes-details-section{
	padding-top: 120px;
	padding-bottom: 120px;
}
@media(max-width: 1199px){
	.causes-details-section{
		padding: 70px 0px;
	}
}
.causes-details-content-box{
	margin-bottom: 50px;
}
.causes-details-funding {
	position: relative;
	padding: 20px 20px 12px 20px;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	margin-top: -32px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.causes-details-progressbar	{
	position: relative;
	margin-bottom: 10px;
	height: 6px;
	background-color: var(--theme-light-bg);
}
.causes-details-progressbar-inner {
	background-color: var(--theme-primary);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	transition: all 1000ms ease;
}
.causes-details-progressbar-text {
	position: absolute;
	right: 0;
	top: 0;
	height: 26px;
	width: 26px;
	background-color: var(--theme-primary);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transform: translate(50%,calc(-50% + 2px));
}
.causes-details-funding-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.causes-details-funding-item {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.causes-details-funding-amount {
	color: var(--theme-black);
	font-weight: 700;
}
.causes-details-funding-text {
	margin-left: 5px;
}
.causes-details-imgbox{
	margin-bottom: 40px;
}
@media(max-width: 991px){
	.causes-details-img img{
		width: 100%;
	}
}
.causes-details-content-box h4{
	font-size: 34px;
}
.causes-details-summary-box{
	margin-bottom: 45px;
}
.causes-details-summary-box h3{
	font-size: 34px;
	margin-bottom: 20px;
}
.causes-details-text p{
	margin-top: 30px;
	margin-bottom: 53px;
}
.causes-details-button{
	display: inline-block;
}
.causes-details-button .btn-primary{
	padding: 18px 49px;
}
/***********************
* News-details
***********************/
.news-details-section{
	padding-top: 120px;
	padding-bottom: 120px;
}
@media(max-width: 991px){
	.news-details-section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.news-details-box-images {
	position: relative;
	padding: 0px 30px;
}
.news-details-box-images img{
	width: 100%;
}
.news-details-box-images:before{
	content: '';
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 110px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(var(--theme-light-bg-rgb),1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(var(--theme-light-bg-rgb),1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(var(--theme-light-bg-rgb),1) 0%, rgba(255,255,255,1) 100%);
}
.news-details-box-images-inner {
	position: relative;
}
.news-details-box-images-inner a{
	color: var(--theme-white);
}
.news-details-meta-box{
	padding-top: 30px;
	padding-bottom: 12px;
	line-height: 12px;
	margin-left: 5px;  
}
@media (max-width: 1199px) {
	.news-details-meta-box {
		margin: 0
	}
}
@media (max-width: 991px) {
	.news-details-meta-box {
		display: inline-flex;
		padding: 10px 40px;
	}
}
.news-details-meta-box-inner{
    font-size: 14px;
}
.news-details-meta-box-inner .author:before{
  	content: "\f2bd";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--theme-primary);
}
.news-details-meta-box-inner .comment{
	color: var(--theme-primary);
	margin-left: 3px;
}
.news-details-meta-box-inner .comment:before{
		content: "\f086";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
}
.news-details-meta-box-inner span a{
    color: var(--theme-gray);
    margin-left: 3px;
}
.news-details-meta-box-inner span a:hover{
	color: var(--theme-primary);
}
.news-details-content-box{
	border-bottom: 1px solid var(--theme-border);
}
.news-details-content-box h4{
	font-size: 34px;
	margin-bottom: 22px;
}
.news-details-content-box p+p{
	margin-bottom: 30px;
}
.news-details-box-date{
	position: absolute;
    top: 20px;
    right: -10px;
    padding: 10px 15px;
    background-color: var(--theme-primary);
    color: var(--theme-white);
    font-size: 12px;
    font-weight: 800;
}
.news-details-box-date:after{
	position: absolute;
    content: '';
    bottom: -10px;
    right: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--theme-primary);
}
.news-details-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0px;
}
.news-details-list{
	display: flex;
	align-items: center;
}
@media(max-width: 767px){
	.news-details-list{
		margin-bottom: 20px;
	}
}
.news-details-list-title h4{
	font-size: 20px;
	margin-bottom: 0;
}
.news-details-list-button{
	margin-left: 10px;
}
.news-details-list-button a{
	font-size: 12px;
	color:var(--theme-white);
	font-weight: 800;
}
.news-details-list-button .btn-primary{
	padding: 10px 20px;
}
@media(max-width: 575px){
	.news-details-list-button .btn-primary {
		padding: 10px 14px;
	}
}
.news-details-list-button .btn-primary + .btn-primary{
	margin-left: 10px;
	padding: 10px 20px;
}
.news-details-socials a{
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin-left:10px;
	text-align: center;
	display: inline-block;
	background-color: var(--theme-light-bg);
	color: var(--theme-black);
}
.news-details-socials a:hover{
	background-color: var(--theme-primary);
	color: var(--theme-white);
}
.news-details-author-box{
	display: flex;
	padding: 50px 50px;
	background-color: var(--theme-light-bg);
}
@media(max-width: 575px){
	.news-details-author-box{
		padding: 50px 20px;
		display: block;
	}
}
.news-details-author-images img{
	border-radius: 50%;
}
@media(max-width: 575px){
	.news-details-author-images{
		margin-bottom: 20px;
	}
}
.news-details-author-content{
	margin-left: 30px;
}
@media(max-width: 575px){
	.news-details-author-content{
		margin-left: 0px;
	}
}
.news-details-author-content h4{
	line-height: 1;
}
.news-details-author-box p{
	margin-bottom: 0px;
}
.news-details-comment-list-box{
	margin-top: 53px;
}
.news-details-comment-list-box h3{
	font-size:30px;
	margin-bottom: 51px;
}
.news-details-comment-images{
	display: flex;
	border-bottom: 1px solid var(--theme-border);
	padding-bottom: 55px;
}
@media(max-width: 991px){
	.news-details-comment-images{
		flex-wrap: wrap;
	}
}
@media(max-width: 991px){
	.news-details-comment-images img{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
}
.news-details-comment-images + .news-details-comment-images{
	margin: 50px 0px;
}
.news-details-comment-content{
	margin-left: 30px;
}
@media(max-width: 991px){
	.news-details-comment-content{
		margin-left: 0px;
	}
}
.news-details-meta{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
@media(max-width: 991px){
	.news-details-meta{
		margin-bottom: 10px;
	}
}
@media(max-width: 575px){
	.news-details-meta{
		margin-bottom: 10px;
		display: block;
	}
}
.news-details-meta-number h5{
	margin-bottom: 0;
}
.news-details-meta-date span{
	margin-left: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--theme-primary);
}
@media(max-width: 575px){
	.news-details-meta-date span{
		margin: 20px 0px;
	}
}
.news-details-comment-text p{
	margin-bottom: 0px;
}
@media(max-width: 991px){
	.news-details-comment-text p{
		margin-bottom: 20px;
	}
}
.news-details-comment-button .btn-primary{
	padding: 11px 23px;
}
.news-details-comment-form h3{
	margin-top: 60px;
}
/***********************
* Contact
***********************/
.contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media(max-width: 1199px){
	.contact-section{
		padding: 70px 0px;
	}
}
.contact-box{
	margin-top: 15px;
}
@media(max-width: 991px){
	.contact-box{
		margin-top: 20px;
		margin-bottom: 40px;
	}
}
.contact-box h1{
	margin-bottom: 30px;
}
.contact-form .input-text {
    display: block;
    outline: none;
    background-color: #f3f6f794;
    width: 100%;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-gray);
    border-radius: 5px;
    border: 1px solid #0e0e0e29;
}


.cont-tagline {
    position: relative;
    font-size: 14px;
    color: var(--theme-primary);
    font-family: var(--theme-font);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.cont-tagline:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 35px;
    top: -13px;
    background-color: var(--theme-primary);
}

.cont-tagline:before {
    left: 4%;
    transform: translateX(-50%);
}

.contect_p{
        width: 90%;
    text-align: justify;
}

.cont-title {
    position: relative;
    font-size: 30px;
    color: var(--theme-black);
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-form textarea.input-text{
	height: auto;

}
.contact-form .btn-primary {
    padding: 10px 10px;
}
@media (max-width: 991px) {
    .contact-form .btn-primary{
		margin-bottom: 40px;
		width: 100%;
	}
}
.responsive-map{
	height:440px;
}
.responsive-map iframe{
	width: 100%;
	height: 100%;
}
/***********************
* Mobile-Nav
***********************/
.mobile-nav-toggler span{
	background-color: var(--theme-black);
}
@media(max-width: 1399px){
 .menu-two .mobile-nav-toggler span{
	 	background-color: var(--theme-white);
	 }
}


.mobile-nav-wrapper .logo-box a{
       color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 215px;
}


.mobile-nav-wrapper .logo-box a img{
    width:55px;
    height:55px;
}


.mobile-nav-wrapper .logo-box a span{
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.8px;
    font-weight: 900;
    color:#fff;
}

.mobile-nav-wrapper {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 1111111;
	opacity: 0;
	transform: translateX(-100%);
	transition: all 500ms ease 500ms;
}
.mobile-nav-wrapper.expanded {
	transform: translateX(0);
	opacity: 1;
	transition: all 500ms ease 0ms;
}
.mobile-nav-overlay {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	background-color: var(--theme-dark-black);
	opacity: 0.9;
}
.mobile-nav-content {
	position: absolute;
    max-width: 350px;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
	z-index: 1;
	background: var(--theme-black);
	height: 100vh;
	opacity: 0;
	transform: translateX(-100%);
	transition: all 500ms ease 0ms;
	overflow-y: scroll;
}
.mobile-nav-wrapper.expanded .mobile-nav-content{
	transform: translateX(0);
	opacity: 1;
	transition: all 500ms ease 500ms;
}
.mobile-nav-close {
	position: absolute;
	height: 25px;
	width: 25px;
	right: 15px;
	top: 20px;
}
.mobile-nav-close span {
	height: 2px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	background-color: #fff;
}
.mobile-nav-close span:nth-child(2) {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.mobile-nav-container {
	position: relative;
	margin-top: 20px;
}
.mobile-nav-container > ul {
	margin-bottom: 0;
}
.mobile-nav-container > ul li {
	line-height: 45px;
}
.mobile-nav-container > ul li + li {
	border-top: 1px solid rgba(var(--theme-border-rgb),0.17);
}
.mobile-nav-container > ul li > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-weight: 600;
}
.main-menu-list li.has-dropdown > a button {
	border: 0;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-menu-list li.has-dropdown > a button i{
	transition: all 500ms;
	font-size: 14px;
}
.main-menu-list li.has-dropdown > a button.expanded i{
	transform: rotate(90deg);
}
.mobile-nav-container > ul > li ul {
	display: none;
	margin-left: 15px;
	border-top: 1px solid rgba(var(--theme-border-rgb),0.15);
}
.mobile-nav-contact {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mobile-nav-contact li{
	display: flex;
	align-items: center;
	color: #fff;
}
.mobile-nav-contact li + li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mobile-nav-contact li i {
	color: var(--theme-primary);
	margin-right: 15px;
	display: inline-block;
}
.mobile-nav-contact li a {
	color: inherit;
}
.mobile-nav-social {
	display: flex;
	align-items: center;
}
.mobile-nav-social li + li{
	margin-left: 15px;
}
.mobile-nav-social li a {
	height: 36px;
	width: 36px;
	background-color: var(--theme-primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.mobile-nav-social li a:hover {
	background-color: #fff;
	color: var(--theme-black);
}
/***********************
* Search-popup
***********************/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}
.search-popup.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
 }
 .search-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.9;
    min-width: 400px;
    cursor: pointer;
}
.search-popup-content {
    width: 100%;
    max-width: 560px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-130%);
    transform: translateY(-130%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.search-popup.active .search-popup-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.search-popup-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}
label {
    display: inline-block;
}
.search-popup-content form input[type="search"], .search-popup-content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}
.search-popup-content .search-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--theme-primary);
    border: 0;
    color: var(--theme-white);
}
.search-popup-content .search-btn i{
	font-size: 20px;
}
.list ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.list-style{
	margin-bottom: 30px;
}
.list-style > li{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.list-style > li >i{
	color: var(--theme-primary);
	font-size: 14px;
}
.list-style > li > h5{
	margin-left: 10px;
	font-size: 17px;
	color: var(--theme-gray);
	font-weight: 700;
	margin-bottom: 0px;
}
.list-style-one{
	margin-bottom: 45px;
}
.list-style-one > li{
	display: flex;
	align-items: center;
}
.list-style-one > li >i{
	color: var(--theme-primary);
	font-size: 14px;
}
.list-style-one > li > h5{
	margin-left: 10px;
	font-weight: 600;
	font-size: 17px;
	color: var(--theme-gray);
	margin-bottom: 0px;
}
.list-style-one > li > p{
	margin-left: 10px;
}
.list-style-two{
	margin-bottom: 45px;
}
.list-style-two > li{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.list-style-two > li >i{
	color: var(--theme-primary);
	font-size: 14px;
}
.list-style-two > li > h5{
	margin-left: 10px;
	font-weight: 600;
	font-size: 17px;
	color: var(--theme-gray);
	margin-bottom: 0px;
}
.list-style-two > li > p{
	margin-left: 10px;
}
.list-style-three{
	margin-bottom: 45px;
}
.list-style-three > li{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.list-style-three > li >i{
	color: var(--theme-primary);
	font-size: 14px;
}
.list-style-three > li > h5{
	margin-left: 10px;
	font-weight: 700;
	font-size: 17px;
	color: var(--theme-black);
	margin-bottom: 0px;
}
.list-style-three > li > p{
	margin-left: 10px;
}
/***********************
* Sidebar
***********************/
.sidebar-widget-event-meta-box{
	padding: 50px 45px;
	background-color: var(--theme-white);
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
	border-top: 10px solid var(--theme-primary);
}
.list-unstyled{
	margin: 0;
}
@media(max-width: 991px){
	.sidebar-widget-event-meta-box{
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
 .sidebar-widget-meta-socials{
		margin-left: inherit;
	}
}
@media (max-width: 500px) {
 .sidebar-widget-meta-socials{
		margin-top: 30px;
	}
}
.sidebar-widget-organizer-content > ul> li> i{
	color: var(--theme-primary);
	margin-right: 7px;
}
.sidebar-widget-organizer-content > ul> li> a{
	color: var(--theme-gray);
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
}
.sidebar-widget .sidebar-widget-list-inner {
	padding:	45px 23px;
	background-color: #fff;
}
.sidebar-widget-list-inner h5{
	font-size: 30px;
	color: var(--theme-white);
	margin: 0px;
	margin-bottom: 40px;
}
.sidebar-widget-list-inner li{
	padding: 15px 0px;
	background-color: var(--theme-light-bg);
	position: relative;
	border: 1px solid transparent;
	transition: all 500ms ease;
}
.sidebar-widget-list-inner li:before{
	content: '';
	position: absolute;
	height: 55px;
	width: 4px;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 500ms ease;
	background-color: var(--theme-primary);
}
.sidebar-widget-card{
	background-image: url("../images/shapes/widget-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 50px;
}
.sidebar-meta-text span a{
	font-size: 13px;
	font-weight: 600;
	color:var(--theme-gray);
}
.sidebar-meta-text span a:hover{
	color:var(--theme-primary);
}
.sidebar-meta-text span{
	margin-left: 5px;
}
.sidebar-meta-text span:hover{
	color: var(--theme-light-bg);
}
@media(min-width: 992px){
	.sidebar{
		margin-top: 0;
	}
}
.sidebar-widget{
	padding: 45px 50px;
	background-color: var(--theme-light-bg);
	margin-bottom: 30px;
}
@media (max-width: 991px){
	.sidebar-widget{
		margin-top: 20px;
	}
}
.sidebar-widget-organizer{
	display: flex;
}
.sidebar-widget-img img{
	min-width: 50px;
}
.sidebar-widget-organizer-content{
	margin-left: 20px;
}
.sidebar-widget-organizer-content span{
	color: var(--theme-black);
	margin-top: -10px;
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 800;
}
.sidebar-widget-organizer-content .sidebar-widget-organizer-name{
	margin-bottom: 5px;
}
.sidebar-widget-organizer-name a{
	color: var(--theme-black);
	font-size: 16px;
	font-weight: 800;
	margin-left: 3px;
	transition: all 500ms ease;
}
@media(max-width: 1199px){
	.sidebar-widget-organizer-name a{
		display: flex;
	}
}
.sidebar-widget-organizer-name a:hover{
	color: var(--theme-primary);
}
.sidebar-widget ul {
	margin-bottom: 0;
}
.sidebar-widget-organizer-content li{
	font-size: 15px;
}
.sidebar-widget-recent-donations h3{
	font-size: 20px;
	margin-bottom: 25px;
}
.sidebar-recent-donations{
	display: flex;
	margin-bottom: 20px;
}
@media(max-width: 575px){
	.sidebar-recent-donations{
		margin-bottom: 20px;
	}
}
.sidebar-recent-donations img{
	max-height: 3rem;
}
.sidebar-recent-donations-content{
	margin-left: 20px;	
}
.sidebar-recent-donations-content span{
	font-size: 16px;
	font-weight: 800;
	color: var(--theme-primary);
}
.sidebar-widget-organizer-name span{
	font-size: 14px;
	font-weight: 500;
	color: var(--theme-gray);
	margin-left: 4px;
}
.sidebar-recent-donations-content p{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
}
.sidebar-widget-list-inner{
	margin-bottom: 30px;
}
.sidebar-widget-list-inner ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar-widget-list-inner li:hover {
	background-color: #fff;
	border-color: var(--theme-border);
}
.sidebar-widget-list-inner li:hover:before{
	opacity: 1;
}
.sidebar-widget-list-inner li + li {
	margin-top: 10px;
}
.sidebar-widget-list-inner li a {
	display: flex;
	padding: 0px 30px;
	align-items: center;
	font-size: 16px;
	justify-content: space-between;
	font-weight: 800;
	color: var(--theme-black);
}
.sidebar-widget-list-inner li a:hover {
	color:var(--theme-black);
}
.sidebar-widget-list-inner li a i {
	transition: all 500ms ease;
}
.sidebar-widget-list-inner a:hover i {
	color: var(--theme-primary);
}
.sidebar-widget-card-icon{
	margin-bottom: 20px;
}
.sidebar-widget-card-icon i{
	font-size: 55px;
	color: var(--theme-white);
}
.sidebar-widget-card-content h3{
	margin-bottom: 7px;
	color: var(--theme-white);
}
.sidebar-widget-card-content h3 > a{
	font-size: 28px;
	margin-bottom: 10px;
	color: var(--theme-white);
}
.sidebar-widget-card-content p{
	margin-bottom: 0;
	color: var(--theme-white);
}
.sidebar-widget-box-icon{
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1px;
}
.sidebar-widget-box-content h3{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}
.sidebar-widget-box-content .btn-primary{
	padding: 9px 16px;
}
.sidebar-widget-event-box h6{
	margin-bottom: 4px;
	font-size: 16px
}
.sidebar-widget-event-box p{
	font-size: 16px;
	font-weight: 600;
	color: var(--theme-gray);
}
.sidebar-widget-event-box a{
	font-size: 16px;
	color: var(--theme-gray);
}
.sidebar-widget-event-box a:hover{
	color: var(--theme-gray);
}
.sidebar-widget-event-box{
	margin-bottom: 25px;
}
.sidebar-widget-event-meta-map{
	margin-bottom: 30px;
}
.sidebar-widget-event-meta-map .google-map{
	overflow: hidden;
  height: 170px;
}
.sidebar-widget-event-meta-socials a{
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin: 0px 5px;
	text-align: center;
	display: inline-block;
	background-color: var(--theme-light-bg);
	color: var(--theme-black);
}
@media(max-width: 575px){
	.sidebar-widget-event-meta-socials a{
		margin-bottom: 10px;
		display: inline-block;
	}
}
.sidebar-widget-event-meta-socials a:hover{
	background-color: var(--theme-primary);
	color: var(--theme-white);
}
.sidebar__item--search{
	  padding: 0;
    background-color: var(--theme-primary);
}
.sidebar__search{
    position: relative;
    margin-bottom: 30px;
 }
 .sidebar-widget h4{
	margin-bottom:25px;
	font-size: 20px;
}
 .fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus){
 	  position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
 }
 .sidebar__search input[type=text], .sidebar__search input[type=search]::placeholder{
 	  width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-primary);
    color:var(--theme-white);
    height: 67px;
    padding-left: 50px;
    padding-right: 75px;
    font-size: 15px;
    font-weight: 600;
 }
 .sidebar__search input[type="text"]::placeholder{
  color: var(--theme-white);
}
 .sidebar__search button[type=submit]{
 	    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff;
    padding: 0;
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
 }
.sidebar-recent-post{
	display: flex;
	margin-bottom: 30px;
}
.sidebar-recent-post-img{
	display: inline-block;
}
.sidebar-recent-post-img img{
height: 3rem;
}
.sidebar-recent-post-content{
	margin-left: 20px;
}
.sidebar-meta-item{
	display: flex;
	font-size: 13px;
	line-height: 1.1;
	margin-bottom: 5px;	
}
.sidebar-meta-item .author:before{
	  content: "\f2bd";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--theme-primary);
}
.sidebar-meta-item span a{
    color: var(--theme-gray);
    display: inline-block;
    margin-left: 3px;
}
.sidebar-meta-item span a:hover{
	color: var(--theme-primary);
}
.sidebar-meta-item i{
	color: var(--theme-primary);	
}
.sidebar-post-title h5{
	margin-bottom: 0px;
}
.sidebar-post-title h5 a{
	font-size: 18px;
	color:inherit;
	transition: all 500ms ease;
}
.sidebar-post-title h5 a:hover{
  color: var(--theme-primary);
}
.sidebar-widget-recent-category-box h4{
	font-size: 20px;
	margin-bottom: 12px;
}
.sidebar-widget-recent-category-box li{
	font-size: 16px;
    color: var(--theme-gray);
    padding: 10px 0px;
    margin-bottom: 5px;
    background-color: var(--theme-light-bg);
    position: relative;
    border: 1px solid transparent;
    transition: all 500ms ease;
}
.sidebar-widget-recent-category-box li a{
	display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    color: var(--theme-gray);
}
.sidebar-widget-recent-category-box li a:hover {
	color:var(--theme-black);
}
.sidebar-widget-recent-category-box li a i {
	font-size: 12px;
	transition: all 500ms ease;
}
.sidebar-widget-recent-category-box a:hover i {
	color: var(--theme-primary);
}
.sidebar-widget-recent-category-box li:hover {
	background-color:var(--theme-white);
	padding: 10px 16px;
}
 .sidebar-widget-tag-inner{
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
}
.sidebar-widget-tag-inner a{
    font-size: 12px;
    display: inline-block;
    background-color: var(--theme-white);
    font-weight: 800;
    letter-spacing: 0.2px;
    color: var(--theme-black);
    transition: all 500ms ease;
    padding:7px 18px;
    margin-right: 10px;
    margin-top: 10px;
}
.sidebar-widget-tag-inner a:hover{
	background-color: var(--theme-primary);
	color: var(--theme-white);
	transition: all 500ms ease;
}
/*--------------------------------------------------------------
## Donate Now
--------------------------------------------------------------*/
.donate-now {
	position: relative;
	display: block;
	padding: 120px 0 120px;
  }
  
  .donate-now__left {
	position: relative;
	display: block;
	margin-top: -9px;
  }
  
  .donate-now__enter-donation {
	position: relative;
	display: block;
  }
  
  .donate-now__title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 31px;
  }
  
  .donate-now__enter-donation-input {
	position: relative;
	display: block;
  }
  
  .donate-now__enter-donation-input input[type="text"] {
	height: 135px;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--theme-primary);
	border-radius: 8px;
	padding-left: 160px;
	padding-right: 60px;
	font-size: 70px;
	color: var(--theme-white);
	font-family: var(--theme-font-two);
	text-align: right;
  }
  
  .donate-now__enter-donation-input .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: absolute;
	width: auto !important;
	left: 0;
	top: 0;
	margin-top: 0;
  }
  
  .donate-now__enter-donation-input .bootstrap-select>.dropdown-toggle::after {
	display: none;
  }
  
  .donate-now__enter-donation-input .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 135px;
	width: 152px;
	outline: none;
	border-radius: 8px;
	border: 0;
	background-color: var(--theme-base);
	margin: 0;
	padding: 0;
	color: var(--theme-white);
	font-size: 70px;
	line-height: 135px;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-repeat: no-repeat;
	font-family: var(--theme-font-two);
	text-align: center;
  }
  
  .donate-now__enter-donation-input .bootstrap-select .dropdown-toggle .filter-option {
	text-align: center;
  }
  
  .donate-now__personal-info-box {
	position: relative;
	display: block;
	margin-top: 51px;
	margin-bottom: 51px;
  }
  
  .donate-now__personal-info-form {
	position: relative;
	display: block;
  }
  
  .donate-now__personal-info-input {
	position: relative;
	display: block;
	margin-bottom: 30px;
  }
  
  .donate-now__personal-info-input input[type="text"],
  .donate-now__personal-info-input input[type="email"] {
	height: 64px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #f2f0ec;
	color: var(--theme-gray);
	font-size: 14px;
	padding: 0 30px;
	border-radius: 8px;
  }
  
  .donate-now__personal-info-input textarea {
	height: 180px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #f2f0ec;
	color: var(--theme-gray);
	font-size: 14px;
	padding: 18px 30px 30px;
	border-radius: 8px;
  }
  
  .donate-now__personal-info-input.donate-now__personal-info-message-box {
	height: 180px;
	margin-bottom: 0;
  }
  
  .donate-now__personal-info-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;
  }
  
  .donate-now__personal-info-form .bootstrap-select>.dropdown-toggle::after {
	display: none;
  }
  
  .donate-now__personal-info-form .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 64px;
	outline: none !important;
	border-radius: 8px;
	border: 0;
	background-color: var(--theme-extra-two) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--theme-gray) !important;
	font-size: 14px;
	line-height: 64px;
	font-weight: 400;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
  }
  
  .donate-now__personal-info-form .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	font-size: 14px;
	color: var(--theme-gray);
  }
  
  .donate-now__payment-info {
	position: relative;
	display: block;
  }
  
  .donate-now__payment-info-form {
	position: relative;
	display: block;
  }
  
  .donate-now__payment-info-input {
	position: relative;
	display: block;
	margin-bottom: 30px;
  }
  
  .donate-now__payment-info-input input[type="text"] {
	height: 64px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #f2f0ec;
	color: var(--theme-gray);
	font-size: 14px;
	padding: 0 30px;
	border-radius: 8px;
  }


.login-card {
    margin: 50px auto;
    border-radius: 10px;
    border-top: 3px solid #ff5528;
    padding: 0px 30px;
}

.password-wrapper {
            position: relative;
        }
        .toggle-password {
            position: absolute;
            top: 71%;
            right: 12px;
            transform: translateY(-50%);
            cursor: pointer;
            color: #666;
        }
        
        .mt-40{
            margin-top:40px;
        }
        
        .forget{
                color: #ff5528;;
        }
        
 .login_logo {
    width: 130px;
    margin: auto;
    margin-bottom: 1px;
}
        
        .lgspan{
                font-size: 14px;
    font-weight: 500;
    color: #818080;
    letter-spacing: 2px;
    text-transform: uppercase;
        }
        
        .lgtitle{
                font-size: 22px;
    font-weight: 700;
    color: #ff5528;
        }
        
        
.form-label {
    margin-bottom: 4px;
    font-size: 14px;
    color: #222222;
    font-weight: 600;
}


.account{
        color: #383838;
    font-size: 15px;
    font-weight: 500;
}



.contact-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 15px 15px;
    text-align: center;
    transition: 0.4s;
    height: 100%;
    border: 2px solid #dddddd;
    box-shadow: 0px 1px 9px #edecec;
    position: relative;
}
.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.icon-circle {
    width: 75px;
    height: 75px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
}
.icon-green {
    background: #25D366;
}
.contact-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-card p,
.contact-card a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
}
.section-title {
    color: black;
}
.section-title span {
    color: #ffeb3b;
}


/* sirf isi text area tak limited */
.marquee-box {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
}

/* moving line */
.marquee-inner {
  display: inline-flex;
  width: max-content;
  animation: topbarMarquee 15s linear infinite;
}

.marquee-inner span {
    padding-right: 0;
    font-size: 15px;
    color: #fffdfd;
    font-weight: 600;
}

/* animation */
@keyframes topbarMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}



b{
        font-size: 16px;
    color: #3e3e3e;
}


.donation-section {
  background: #fff7f0;
}

.donate-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.donate-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #ff5528, #ffb347);
}

.donate-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.donate-icon {

}

.donate-icon i {
    font-size: 34px;
    color: #ff5528;
    margin-bottom: 10px;
}

.donate-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.donate-card p {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

.donate-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #ff7a00;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.donate-btn:hover {
  background: #e96a00;
  color: #fff;
}


.footlin{
        color: #fff;
    font-weight: 500;
    font-size: 14px;
}



.main-menu .main-menu-list > li {
    position: relative;
}

.main-menu .main-menu-list > li ul {
    opacity: 0;
    position: absolute;
    width: 220px;
    left: -15px;
    top: 100%;
    transform: translateY(30px);
    visibility: hidden;
    transition: all 300ms ease;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.main-menu .main-menu-list > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



.header,
.main-menu,
.main-menu-inner {
    overflow: visible !important;
}


.tab-row{
   gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.goal-detail p:last-child {
    margin-bottom: 0 !important;
}



.sub-title {
    font-size: 14px;
    font-weight: 600;
    color: #ff5528;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.main-title {
    font-size: 36px;
    font-weight: 700;
    color: #0e5763;
    margin-bottom: 12px;
}

.desc {
    font-size: 16px;
    color: #6c757d;
}

/* Modern Card */
.modern-card {
    display: flex;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 3px 3px 0px #ff5528;
    border: 1px solid #ff5528;
}

.modern-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 10px rgba(0,0,0,0.12);
}

/* Icon */
.modern-card {
    display: flex;
    background: #fff;
    border-radius: 8px;
    padding: 15px 20px;
    align-items: center;
    gap: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 3px 3px 0px #ff5528;
    border: 1px solid #ff5528;
}

.card-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #fbc3b4ad;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5528;
    font-size: 28px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.modern-card:hover .card-icon {
    background: #3e4242;
    transform: scale(1.1);
    color: #fff;
}

/* Card Content */
.card-content h4 {
    font-size: 19px;
    color: #181818;
    margin-bottom: 6px;
    font-weight: 600;
}
.card-content p {
    font-size: 15px;
    color: #4d4e4e;
    line-height: 1.6;
    margin-bottom: 4px;
}

.card-btn {
    font-weight: 600;
    color: #ff5528;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.card-btn i {
    transition: transform 0.3s ease;
}

.card-btn:hover i {
    transform: translateX(5px);
}



.video-section .video-wrapper {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0px 6px rgba(0,0,0,0.2);
}

.video-section video {
    width: 100%;
    display: block;
}

/* Play button */
.video-section .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: rgba(255, 85, 40, 0.95);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: videoSpin 6s linear infinite;
}
.video-section .video-play-btn i {
    color: #ffffff;
    font-size: 23px;
    text-align: center;
}
/* Spinner animation */
@keyframes videoSpin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.video-section .ngo-video {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    background: #000; /* black background instead of poster */
}

.w-25 {

    border-radius: 0 7px 7px 0px !important;
}


.event-details-card-content input{
        border-radius: 7px 0px 0px 7px;
}


/* ----  campaign----*/

.campaign-card {
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s ease;
}
.campaign-card:hover {
  transform: translateY(-6px);
}


.campaign-card  span {
    font-size: 13px;
    line-height: 5px;
}

.campaign-img {
  position: relative;
}
.campaign-img img {
  height: 240px;
  object-fit: cover;
}


.badge-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ff5528;
    padding: 6px 13px;
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}


.campaign-card h5 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.camp_text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}


.text__1 {
  color: #e70e04;
  font-weight: 600;
  font-size: 14px;
}
.text__2 {
  color: #048147;
  font-weight: 600;
  font-size: 14px;
}
.progress {
  height: 7px;
}


.camp_total {
    font-size: 15px;
    font-weight: 700;
    color: #3a3a3a;
    margin-top: 15px;
}
.camp_total b {
  font-size: 14px;
  margin-left: 8px;
}


.rec_donner {
  border-top: 1px dashed #d1d1d1;
  padding-top: 10px;
  margin-top: 10px;
}
.donor-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #198754;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.camp-status {
    font-size: 10px;
    padding: 0px 4px;
    border-radius: 4px;
    font-weight: 600;
    background: #198754;
    color: #fff;
    border: 1px solid #048147;
    white-space: nowrap;
    margin: 0;
}


.btn_donate {
  background: #ff5528;
  padding: 6px 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
}
.btn_detail {
  background: #131212;
  padding: 6px 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
}



/*----campaign details-----*/


.camp-page {
    background: #f5f7fb;
    padding: 50px 0;
}


.camp-feature {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.camp-feature img {
    width: 100%;
    height: 362px;
    object-fit: cover;
}


.camp-cat-badge {
    /* position: absolute; */
    top: 20px;
    left: 20px;
    background: linear-gradient(45deg, #ff5528, #ff5528);
    color: #fff;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
}


.camp-info {
    background: #ffffff;
    border-radius: 7px;
    padding: 20px 25px 10px;
    box-shadow: 0 1px 9px rgba(0,0,0,0.1);
    border: 1px solid #e1e1e1;
}
.camp-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
    /* line-height: 10px; */
}
.camp-subtitle {
  color: #777;
  margin-bottom: 20px;
}


.camp-status-badge {
    display: inline-block;
    background: #0b7a3f;
    color: #fff;
    padding: 1px 8px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 0;
}

.camp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.camp-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
    align-items: center;
}
.camp-list li:last-child {
  border-bottom: none;
}
.camp-label {
    font-weight: 700;
    color: #444;
    font-size: 15px;
}
.camp-label i {
  color: #ff5528;
  margin-right: 8px;
}
.camp-value {
    font-weight: 500;
    color: #363636;
    font-size: 14px;
}


.camp-desc {
    background: #ffffff;
    margin-top: 20px;
    padding: 15px 25px 8px;
    border-radius: 7px;
 
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e1e1;
}
.camp-desc h4 {

    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.camp-desc p {
    font-size: 15px;
    line-height: 26px;
    color: #555;
    margin-bottom: 5px;
}

.camp-gallery {
    margin-top: 20px;
}
.camp-gallery h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}
.camp-gallery img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 6px 9px rgba(0,0,0,0.15);
    transition: 0.3s;
    /* border: 2px solid #c9c7c7; */
}
.camp-gallery img:hover {
  transform: scale(1.05);
}



/* SHOW CONTROLS ONLY ON HOVER */
.camp-feature .carousel-control-prev,
.camp-feature .carousel-control-next {
  opacity: 0;
  transition: 0.3s;
}

.camp-feature:hover .carousel-control-prev,
.camp-feature:hover .carousel-control-next {
  opacity: 1;
}

/* CONTROL ICON STYLE */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 60%;
  background-color: rgba(0,0,0,0.6);
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

/* THUMBNAILS */
.thumb-img {
    cursor: pointer;
    border-radius: 7px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: 0.3s;
}
.thumb-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.thumb-img.active {
  border-color: #ff5528;
}

/* MOBILE */
@media(max-width:768px){
  .camp-feature img { height:260px; }
  .thumb-img img { height:80px; }
}



.gallery-tabs .nav-link {
  font-weight: 600;
  color: #555;
}
.gallery-tabs .nav-link.active {
  color: #ff5528;
}



.feed-post img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: .3s;
}
.feed-post img:hover {
  transform: scale(1.03);
}

.logo_img_post {
    width: 120px !important;
    height: 100% !important;

}


.camp_date{
        display: flex;
    justify-content: space-between;
    width: 100%;
}


.post_title{
        margin-bottom: 3px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
}


.dont_p {
    color: #f3031b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.apply-section{
           background: #fff;
    border-radius: 14px;
    padding: 35px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}



.apply-form .input-text {
    display: block;
    outline: none;
    background-color: #fff;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #383a3e;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
}


.apply-form input::placeholder,
.apply-form textarea::placeholder{
    font-size:13px;
    font-weight:400;
    color:#9ca3af;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
    font-size:13px;
    font-weight:400;
    color:#9ca3af;
}


.apply-form select option[value=""]{
    font-size:14px !important;
    color:#9ca3af !important;
}


.apply-form select{
    font-size:12px;
    color:#9ca3af;
}

/* Jab value select ho jaye */
.apply-form select:valid{
    font-size:15px;
    color:#374151;
}
.apply-form select {
    font-size: 14px !important;
    color: #383a3e !important;
    font-weight: 500 !important;
}

.apply_title {
    font-size: 18px;
    font-weight: 600;
    color: #ff5528;
    margin-top: 10px;
    margin-bottom: 0px;
    position: relative;
}



.apply_title i{
  margin-right:6px;
  color:#ff5528; /* ya theme red */
  font-size:16px;
}



 .member-ui {
  background: #f8fafc;
  font-family: "Inter", sans-serif;
}

/* Search */
.coustomsearch-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 11px rgb(0 0 0 / 15%);
}
.member_contant h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.form-select {
    font-size: 14px;
}

.degi{
    font-size: 13px;
    margin: 0;
    color: #ff5528;
    font-style: italic;
}

.locat {
    font-size: 14px;
    color: #4e4e4e;
    margin-bottom: 0px;
}

.locat1 {
    font-size: 13px;
    color: #4e4e4e;
    margin-bottom: 0px;
}

.coustomsearch-box h3 {
    font-weight: 600;
    font-size: 22px;
    color: #ff5528;
}

.coustomsearch-box .form-control {

  padding: 10px 14px;
}

.coustomsearch-box .form-select {

  padding: 10px 14px;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

/* Result Card */
.member-result {
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 13px rgb(0 0 0 / 19%);
    transition: 0.3s ease;
    display: flex;
    gap: 15px;
    border-left: 3px solid #ff5528;
    align-items: center;
}
.member-result:hover {
  transform: translateY(-4px);
}

.avatar {
    width: 130px;
    height: 100%;
    /* padding: 1px 3px; */
    border-radius: 5px;
    /* background: linear-gradient(135deg, #ff5528, #f39a83); */
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avatar img {
    width: 100%;
    height: 130px;
    /*object-fit: cover;*/
    border: 1px solid #e3e3e3;
}
.meta span {
  font-size: 14px;
  color: #555;
  margin-right: 15px;
}
.total__box {
    background: linear-gradient(45deg, #b60b0a, #303031);
    color: #0f0f0f;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    width: 90%;
    margin-left: auto;
}

.total__box h5{
        margin: 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
}

.total__box p {
    font-size: 30px;
    font-weight: 800;
    margin-top: 10px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 0;
}

.total_icon{
    font-size: 13px;
    margin-right: 6px;
}


.fixed-tabs-Whats {
    position: fixed;
  right: 13px;
    bottom: 126px;
    z-index: 100;
}

.aba-whatsphone {
    background: #29ad17;
    height: 45px;
    width: 45px;
    outline: 4px solid #29ad1759;
    border-radius: 50%;
    transition: 0.7s ease;
        text-align: center;
}

.aba-whatsphone i {
    font-size: 29px;
    color: #fff;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    padding: 0 5px;
}

.fixed-tabs-mag {
    position: fixed;
       right: 13px;
    bottom: 70px;
    z-index: 100;
}

.aba-whatsphone2 {
    background: #f70119;
    height: 45px;
    width: 45px;
    padding: 9px 10px;
    outline: 4px solid #f7011952;
    border-radius: 50%;
    transition: 0.7s ease;
        text-align: center;
}

.aba-whatsphone2 i {
    font-size: 20px;
    color: #fff;
       line-height: 26px;
}

.footer-widget-logo a{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.footer-widget-logo a img{
    width:60px;
}

.footer-widget-logo a{
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.8px;
    font-weight: 900;
}

