@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*
{	
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	color:#6D6E71
	
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
:root {
  --black-color: #000000;
  --white-color: #FFF;  
  --ball-color: #000; 
  --color_1-color: #2A3181; 
  --color_2-color: #414EAF; 
  --yellow-color: #FFD71B;
  --grey-color: #6D6E71;
  --grey1-color: #939598; 

}

::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--yellow-color)
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#6D6D6D;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--yellow-color)
}

.font1 , .font1 *
{
	font-family: "Raleway", sans-serif;
}
.weight-200 , .weight-200 * {

  font-weight: 200;	
}
.weight-500 , .weight-500 * {

  font-weight: 500;	
}
.weight-600 , .weight-600 * {

  font-weight: 600;	
}
.weight-700 , .weight-700 * {

  font-weight: 700;	
}
.weight-800 , .weight-800 * {

  font-weight: 800;	
}
.weight-900 , .weight-900 * {

  font-weight: 900;	
}




.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 14px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *, .FormResult2 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.d-flex1
{
	display:flex;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}


.font-10, .font-10 *
{
	font-size:0.625rem
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-17, .font-17 *
{
	font-size:1.0625rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem;
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-25, .font-25 *
{
	font-size:1.5625rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
}
.font-35, .font-35 *
{
	font-size:2.1875rem;
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.line-100
{
	line-height:6.25rem
}
.mt-130
{
	margin-top:8.125rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.trigger{

}


.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.black , .black *
{
	color:#000
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b ,strong
{
	font-weight:700;
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.pl-100
{

	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem;
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-24 , .line-24 *
{
	line-height:1.5rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-27 , .line-27 *
{
	line-height:1.6875rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-35 , .line-35 *
{
	line-height:2.1875rem;
}
.line-40 , .line-40 *
{
	line-height:2.5rem;
}
.line-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
.line-80 , .line-80 *
{
	line-height:4.8rem
}
.ai-initial
{
	align-items:initial
}
.ai-c
{
	align-items:center
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.z-50
{
	z-index:50
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out  window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out  window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out  circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.z-70 {
    z-index: 70;
}
.ac-sb
{
		align-content:space-between
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.jc-sa
{
	    justify-content: space-around !important
}
.fd-c
{
	flex-direction:column
}
.gap-5
{
	gap:0.3125rem;
}
.gap-10
{
	gap:0.725rem;
}
.gap-15
{
	gap:0.9375rem;
}
.gap-20
{
	gap:1.25rem;
}
.gap-25
{
	gap:1.5625rem;
}
.gap-30
{
	gap:1.875rem;
}
.gap-40
{
	gap:2.5rem;
}
.gap-50
{
	gap:3.125rem;
}
.gap-100
{
	gap:6.250rem;
}
.ac-fs
{
	align-content:flex-start
}
.pl-150
{
	padding-left:9.375rem
}
/**************************************************************/

/*///////////////////////////////////////*/
.border_right_1
{
	border-right:0.25px solid #FFF
}
.border_right_2
{
	border-right:0.25px solid #E6E7E8
}
.border_bottom_1
{
	border-bottom:0.25px solid #FFF
}
.border_bottom_2
{
	border-bottom:0.25px solid #E6E7E8
}
.border_top_1
{
	border-top:0.25px solid #E6E7E8
}
.border_1
{
	border:0.25px solid #E6E7E8
}
.border_2
{
	border:0.25px solid #FFF
}
.letter_spacing_1
{
	letter-spacing:1px
}
.letter_spacing_2
{
	letter-spacing:2px
}
.letter_spacing_3
{
	letter-spacing:3px
}
.bg_1
{
	background:var(--color_2-color)
}
.bg2
{
	background:#E6E7E8
}
.bg3:before
{
	background:#E6E7E8;
	width:62%;
	height:100%;
	content:'';
	z-index:50;
	position:absolute;
	right:0;
	top:0;
	
}
.bg4
{
	background:#FAFAFA
}
.bg5
{
	background:#E7E9F1
}
.bg6
{
	background:#1F3172
}
.color_1 , .color_1 *
{
	color:#000
}
.color_2 , .color_2 *
{
	color:var(--color_1-color)
}
.color_3 , .color_3 *
{
	color:var(--grey-color)
}
.color_4 , .color_4 *
{
	color:var(--grey1-color)
}
.color_5 , .color_5 *
{
	color:#BCBEC0
}
.color_6 , .color_6 *
{
	color:#C3C3C3
}
.color_7 , .color_7 *
{
	color:var(--yellow-color)
}
.border_after_1:after
{
	border-bottom:0.25px solid #E6E7E8;
	position:absolute;
	bottom:-10px;
	left:0;
	width:245px;
	z-index:5;
	content:'';
}
.bg1_before:after
{
	position:absolute;
	top:0;
	left:0;
	width:80%;
	height:100%;
	background:#FFF;
	z-index:5;
	content:'';	
}
.line-1
{
    width: 35px;
    height: 1px;
    display: inline-block;
    background: var(--color_1-color);
}
.line-2
{
    width: 35px;
    height: 1px;
    display: inline-block;
    background: #000;
}
.line-3
{
    width: 35px;
    height: 1px;
    display: inline-block;
    background: var(--yellow-color);
}
.line-4
{
    width: 35px;
    height: 1px;
    display: inline-block;
    background: var(--grey-color);
}
.stellarnav
{
	width:auto
}
.stellarnav > ul > li > a {
    padding: 20px 0;
	margin:0 20px;
    letter-spacing: 1px;
}
.stellarnav > ul > li > a.active
{
	color:var(--color_2-color);
	font-weight:600;
	position:relative
}
.stellarnav > ul > li > a.active:after
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	background:var(--yellow-color);
	z-index:5;
	content:'';	
}


.border_bottom_after:before
{
    border-bottom: 0.25px solid #E6E7E8;
    position: absolute;
    bottom: -0.25px;
    left: -200%;
    width: 500%;
    z-index: 5;
    content: '';
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// CONTENT*/
footer
{
	background:var(--color_1-color)
}
.footer_icon img
{
	max-width:36px;
}
.footer_left_link li 
{
	display:inline-block;
	width:100%
}
.footer_left_link a
{
	padding-left:30px;
	letter-spacing:1.6px;
	text-transform:uppercase
}
.footer_left_link a:hover , .footer_left_link a.active
{
	background:url('../img/fleche_r.svg') no-repeat left center;
}

.footer-menu a
{
	letter-spacing:1.6px;
}
.footer-menu a.active
{
	color:var(--yellow-color)
}
.f_social li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
	border:1px solid #FFF
}
.f_social li a:hover {
    background: var(--yellow-color);
	border-color:var(--yellow-color);
}
.f_social li a:hover span{
    color: var(--white-color);
}
.newsletter_box input
{
	background:#FFECA9;
	height:70px;
	letter-spacing:1px;
	color:#000
}
.newsletter_box button
{
	width:100%;
	color:var(--color_1-color);
	height:50px;
	position:relative
}
.newsletter_box span
{
	z-index:50;
	position:relative
}
.newsletter_box button:hover:before
{
	background:var(--yellow-color)
}
.newsletter_box button:hover span
{

}
.newsletter_box button:before
{
    width: 100%;
    height: 100%;
    background:#FFF;
    position: absolute;
	transition:all 0.5s ease-in-out;
    top: 0;
    right: 0;
    z-index: 2;
    content: '';
}
.newsletter_box button:after
{
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 1;
    content: '';
}
.newsletter_box input::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.newsletter_box input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}
.spiritual-slider-index
{
	font-size:5rem;
	position:absolute;
	top:20px;
	left:20px;
	z-index:5;
	transition:all 0.5s ease-in-out;
}
.spiritual-slider-title
{
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:center;
	left:0;
	z-index:5;	
}
.spiritual-slider-box
{

	position:absolute;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
	

}
.spiritual-slider .swiper-slide:hover span
{
	opacity:0
}
.spiritual-slider .swiper-slide:hover .spiritual-slider-box
{
	    opacity: 1;
    transform: translateY(0);
}

.button-style a , .button-style button
{
	display: inline-block;
	position:relative;
}
.button-style .tt-pn-link
{
	z-index:50;
	position:relative
}
.button-style a:hover:before , .button-style button:hover:before
{
	background:var(--yellow-color)
}

.button-style a:hover .tt-pn-link , .button-style a:hover .tt-pn-link *
{
	color:var(--color_2-color)
}
.button-style a:before , .button-style button:before
{
    width: 100%;
    height: 100%;
    background:#FFF;
    position: absolute;
	transition:all 0.5s ease-in-out;
    top: 0;
    right: 0;
    z-index: 2;
    content: '';
}
.button-style a:after , .button-style button:after
{
    width: 100%;
    height: 100%;
    border: 1px solid var(--yellow-color);
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 1;
    content: '';
}
.button-style1 a:before , .button-style1 button:before
{
	background:var(--color_1-color)
}
.button-style1 a:after , .button-style1 button:after
{
	border-color:var(--yellow-color);
	transition:all 0.5s ease-in-out;
}
.button-style1 a:hover:after , .button-style1 button:hover:after
{
	border-color:var(--color_1-color)
}
.button-style1 a .tt-pn-link *
{
	color:#FFF
}




.spiritual-slider-main .swiper-button-next:after , .spiritual-slider-main .swiper-button-prev:after
{
	display:none
}

.spiritual-slider-main .swiper-button-next , .spiritual-slider-main .swiper-button-prev , .spiritual-slider-main .swiper-button-next img, .spiritual-slider-main .swiper-button-prev img
{

}
.spiritual-slider-main .swiper-button-next 
{
	right:-80px;

}

.spiritual-slider-main .swiper-button-prev 
{
	left:-80px;
	transform:rotate(180deg)

}
.events_box_abso
{
    position: absolute;
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    z-index: 5;
    background: rgba(255, 255, 255, 0.65);
    border-top: 50px solid var(--color_1-color);
}
.e_logo
{
    position: absolute;
    top: -135px;
    left: 50%;
	width:165px;
    z-index: 5;
	transform:translateX(-50%)	
}
.social_aid_after:after
{
    position: absolute;
    top: 30%;
    left: 15%;
	width:2000px;
	height:100%;
    z-index: 1;
	content:'';
	background:#E6E7E8
	
}
.social_aid_after div
{
	position:relative;
	z-index:5
}
.overflow_hidden
{
	overflow:hidden
}
.will_done li
{
	border-left:0.25px solid #E6E7E8
}
.years_box
{
	padding-left:22%;
	padding-right:22%
}
.years_box_with_border:before
{
    position: absolute;
    top: 0;
    left:-15%;
	height:100%;
    z-index: 1;
	content:'';
	border-left:0.25px solid #E6E7E8
}


.years_box_bg
{
	position:absolute;
	right:0;
	height:100%;
	width:60%;
	z-index:5;

}
.years_box_bg_1
{
	width:100%;
	height:100%;
	transition:all 1s ease-in-out;
}
.years_box_bg_1:hover
{
	transform:scale(1.1)
}
.trail_box_bg
{
	position:absolute;
	left:0;
	height:100%;
	width:40%;
	z-index:5;
	overflow:hidden
}
.trail_box_bg_1
{
	width:100%;
	height:100%;
	transition:all 1s ease-in-out;
}
.trail_box_bg_1:hover
{
	transform:scale(1.1)
}
.overflow-hidden
{
	overflow:hidden
}
.discover_box_li
{
	max-width:245px;
	border-left:0.25px solid #E6E7E8;
}
.discover_box .discover_box_li:nth-child(2n)
{
	max-width:280px;
}
.discover_box a
{
	position:relative
}
.discover_box a:hover
{
	color:var(--color_1-color)
}
.discover_box a:hover:before , .discover_box a.active:before
{
	
    position: absolute;
    top: 1px;
    left: -25px;
    z-index: 5;
    content: url(../img/Indicator_Arrow.svg);
    width: 11px;
}
.mobile_nav
{
    position: fixed;
    width: 98%;
    overflow-y: scroll;
    height: 100vh;
    box-sizing: border-box;
    right: -98%;
    padding:0 ;
    top: 0;
    transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    z-index: 1000000000;
	background:var(--color_1-color);
	display:none
}
.mobile_nav.slided {
    transform: translate(-98%,0)
}
.mobile_nav_link ul
{
	width:50%
}

.mobile_nav_link ul li
{
	width:100%;
	display:inline-block
}
.mobile_nav_link ul li a
{
	color:#BCBEC0;
	width:100%;
	font-size:13px;
	border-bottom:1px solid #BCBEC0;
	padding-bottom:15px;
	margin-bottom:15px;
	display: block;
}
.mobile_nav_link ul li a.active
{
	color:#FFF;
	border-color:var(--yellow-color);
	background:url('../img/m_mobile_left.svg') no-repeat right center
}
.mobile_nav .discover_box{
	border-top:0.25px solid  #BCBEC0;
}

.mobile_nav .discover_box_li{
	border-left:0.25px solid  #BCBEC0;
}
.mobile_nav .discover_box_li:first-child{
	border-left:0;
}
.spiritual-slider-border
{
	border-right:1px solid rgba(35,31,32,0.4);
	border-bottom:2px solid rgba(35,31,32,0.4);
}
.home_events_l
{
	position:absolute;
	z-index:5;
	transform:rotate(90deg);
	width:125px;
}
.home_events_l1
{
    top: 55px;
    right: -85px;
}
.home_events_l2
{
    bottom: 10px;
    right: -85px;	
}
.spiritual-slider-main .swiper-pagination
{
	bottom:-30px;
	display:none
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background:var(--yellow-color);
}
.header_logo img
{
	width:160px;
}
.stellarnav > ul > li > a:hover{
	font-weight:600
}
.years-box-slider-main .swiper-pagination1
{
    width: auto;
    left: -60px;
    z-index: 150;
    position: absolute;
}

.years-box-slider-main .swiper-pagination-bullet
{
	width: 0.75rem;
    height: 0.75rem;
	background:#A7A9AC;margin:0 2.5px   !important;
	border-radius:50%;	opacity:1;  

}
.years-box-slider-main .swiper-pagination-bullet i
{
	opacity:0;
	transition:all 0.5s ease-in-out;display: none;
}
.years-box-slider-main .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	background:var(--yellow-color);
	 height: 0.75rem;border-radius:50%;
}
.years-box-slider-main .swiper-pagination-bullet.swiper-pagination-bullet-active i
{
	opacity:0;display: none;
}
.footer_mar_charbel_image img
{
	max-width:200px;transition:all 0.5s ease-in-out;
	cursor:pointer

}
.footer_mar_charbel .img_hover
{
position: absolute;
    left: 50%;
    top: 0;
    /* width: 100%; */
    text-align: center;
    transform: translateX(-50%);
    opacity: 0;
}
.footer_mar_charbel_image:hover .img_hover
{
	opacity:1
}
.footer_mar_charbel_image:hover .img_show
{
	opacity:0
}
.logo_opacity
{
    top: -290px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 50;
}
/*
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
////////////////////
*/
.contact-form label
{
	font-size:0.75rem;
	margin-bottom:1.25rem;
	display:block;
	color:var(--color_2-color);
	letter-spacing:3px;
	font-family: "Raleway", sans-serif;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form select, .contact-form textarea  , .contact-form input[type=tel] , .contact-form input[type=date]{
	height:3.125rem;
    border: 0;
	background:rgba(255,236,169,0.48);
	letter-spacing:3px;
	color:#000;
	font-size:0.875rem;
	margin-bottom:10px;
	
}
.contact-form textarea {
	height:8.125rem;
}
.contact-form button[type=submit]
{
	padding:12px 6.25rem;
	width:425px;
    background: var(--color_1-color);

}
.contact-form button[type=submit]:hover
{
    background-color:var(--yellow-color);

}
.contact-form span.title
{
	display:block;
	margin-bottom:5px;    font-weight: 500;
}


.inner_banner .img-bg
{
	height:50rem;
	width:100%;
	position:relative
}
.inner_banner123 .img-bg:before
{
	left:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:100%;
	z-index:20;
	content:'';
	background-color: rgba(0,0,0,0.3);

}
.inner_banner_box{
	left:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:100%;
	z-index:30;	
}
.c_visit_center
{
	height:27rem;
}
.c_visit_center .img-bg {
    height: 100%;
    width: 100%;
    position: relative;
}
.c_visit_center_border
{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF
}
.f_column
{
	    flex-direction: column;
}
.c_visit_center_button
{
	border:1px solid #FFF;
}
.c_visit_center_button:hover
{
	background:var(--yellow-color);
	color:#FFF
}
.c_section_1
{
	margin-top:-6.25rem;
}
.c_section_2
{
	background:rgba(255,236,169,0.48);
}
.c_section_3
{
	background:rgba(37,57,142,0.09);
}
.button_c
{
	padding:12px 6.25rem;
	width:425px;
    background: var(--color_1-color);

}
.button_c:hover
{
    background-color:var(--yellow-color);
	color:#FFF

}
.opacity-0
{
	opacity:0
}
.containerx
{
	max-width:1325px;
	margin:0 auto
}
.color_2_svg #Ellipse_29
{
	stroke:var(--color_2-color)
}
.l_header_link a
{
	border:1px solid #8C939E;
	padding:0.625rem 0.9375rem ;
    display: flex;
	align-items:center;
	gap:1rem	
}
.l_header_link a:hover , .l_header_link a.active
{
	color:#FFF;
	background:var(--color_1-color)	
}
.l_header_link a:hover path , .l_header_link a.active path
{
	fill:#FFF;
}
.l_publications_list .border_bottom_2:last-child
{
	border:0
}
.button_l
{
	padding:12px 6.25rem;
	width:425px;
    border:1px solid  var(--color_1-color);

}
.button_l:hover
{
    background-color:var(--yellow-color);
	color:#FFF

}

.button_l:hover path
{
	fill:#FFF
}
.status_1 .status_a , .status_1 .status_title , .status_1 .status_sub_title  , .status_1 .status_desc , .status_1 .status_desc *
{
	color:#FFF
}

.status_2 .status_a , .status_2 .status_title , .status_2 .status_sub_title  , .status_2.status_desc , .status_2 .status_desc *
{
	color:var(--color_1-color)
}



.status_3 .status_a , .status_3 .status_sub_title  , .status_3.status_desc , .status_3 .status_desc *
{
	color:#FFF
}
 .status_3 .status_title 
{
	color:var(--color_1-color)
}


.status_4 .status_a
{
	color:#FFF
}
 .status_4 .status_title , .status_4 .status_sub_title  , .status_4.status_desc , .status_4 .status_desc *
{
	color:var(--color_1-color)
}

.d_download_now h3:before {

    position: absolute;
    top: -20px;
    left: 0;
    width: 60px;
	height:3px;
	background:var(--yellow-color);
	border-radius:10px;
    z-index: 5;
    content: '';
}
.d_download_now:hover {


	background:#FFEBA9;

}
.h_parallax {
    position: relative;
    overflow: hidden;

}
.h_parallax .img-bg {
    height: 50rem;
    position: relative;
    overflow: hidden;
}

.h_parallax_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}




.h_parallax1 .events_box_abso , .d_section_1 .events_box_abso
{
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	height:auto
}

.h_parallax.h_parallax2 .img-bg {
    height: 36.25rem;

}


.d_section_1 .events_box_abso
{
	max-width:455px;
	margin:0 auto;
	margin-top:-6.6875rem
}
.s_social_aid_list svg *
{

	transition:all 0.5s ease-in-out;
}

.s_social_aid_list .colw-33:hover .flex-column
{
	background:var(--yellow-color)
}

.s_social_aid_list .colw-33:hover .flex-column *
{
	color:#FFF
}
.s_social_aid_list .colw-33:hover path
{
	fill: var(--yellow-color)

}
.s_social_aid_list .colw-33:hover circle
{
	fill: #FFF

}
.accordion {

}

.accordion-item + .accordion-item {
 
}

.accordion-header {
	
  padding: 1.875rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:#E6E7E8
}

.accordion-content {
  padding: 1.875rem 1.875rem 0 1.875rem ;
  display: none;
 
}

.accordion-header.active
{
	background:var(--color_2-color);
	color:#FFF
}
.accordion-header.active .color_1
{

	color:#FFF
}

.s_how_works:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:8px;
	background:#F5F5F5;
	border-radius:10px;
    z-index: 5;
    content: '';	
}
.s_how_works:after
{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 12%);
	height:8px;
	background:var(--color_2-color);
	border-radius:10px;
    z-index: 10;
    content: '';	
}

.s_pin
{
    position: absolute;
    top: -11px;
    left: 50%;
    z-index: 15;

}


.donate-form label
{
	font-size:1rem;
	font-weight:600;
	margin-bottom:1rem;
	display:block;
	color:var(--color_2-color);
	font-family: "Raleway", sans-serif;
}
.donate-form input[type=text], .donate-form input[type=email], .donate-form select, .donate-form textarea  , .donate-form input[type=tel] , .donate-form input[type=date]{
	height:3.125rem;
    border: 1px solid #E6E7E8;
	background:#FFF;
	color:var(--color_1-color);
	font-size:1rem;
	margin-bottom:5px;
	
}

.donate-form span.title
{
	display:block;
	margin-bottom:5px;    font-weight: 500;
}
.m_0_auto
{
	margin:0 auto
}



  .amount-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .amount-box {
    position: relative;
    padding: 1.25rem 0.9375rem;
    border: 1px solid #E6E7E8;
    width: calc(10% - 2px);
	text-align: center;
    cursor: pointer;
    font-size: 1rem;
	font-weight:600;
    transition: all 0.2s ease;
    user-select: none;
  }

  .amount-box input[type="radio"] {
    display: none;
  }

  .amount-box.active {
    border-color: var(--yellow-color);
    background-color: var(--yellow-color);

    color: #FFF;
  }

  .custom-amount-wrapper {
    margin-top: 10px;
  }

  #customAmount {
    padding: 1.25rem 0.9375rem;
    border: 1px solid #E6E7E8;
    width: calc(33.5% - 2px);
	height:3.8125rem

  }
.s_donation_by_list
{
	margin-top: -5rem;	
}
.header_right_link  li
{
	display:block
}
.about_list ul
{
    padding-left:25px;
}
.about_list li
{
    list-style: disc;
    display: list-item;
    /* list-style-position: inside; */
    /* padding-left: 20px; */
    padding: 5px 0;
}
.donate-form textarea
{
	height:100px;
}

#hidden-content
{
	display:none;
	overflow: initial !important;
	 margin: 60px 30px !important;
}
.close-p
{
    position: absolute;
    top: -45px;
    right: 2px;
    cursor: pointer;
    z-index: 50;
    width: 30px;
}
#hidden-content .fancybox-close-small
{
	display:none
}

.reverse_order .colw-35
{
	order:1
}


.reverse_order .colw-60
{
	order:2
}
















/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// LOADERRRRRRRRR*/
a.tt-link {
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 100%, currentColor 1px);
    transition: 0.6s cubic-bezier(.215,.61,.355,1) !important;
    background-size: 0 100%;
    border: none;
    opacity: 1;
}
a.tt-link:hover, a.tt-link:focus {
    background-size: 100% 100%;
    opacity: 1;
}

body.tt-transition .ptr-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #EDEDED;
    z-index: 100;
}
body.tt-transition .ptr-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 105;
    transform: translate(-50%, -50%);
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// BALLLLLLLLLLLLLL*/
#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--ball-color);
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    border-color: var(--ball-color);
}
#magic-cursor {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
}
body.tt-magic-cursor #magic-cursor {
    display: block;
}
/* Ball view 
============= */
#ball.ball-view {
	background-color: var(--ball-color);
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
}
#ball .ball-view-inner {
	padding: 0 5px;
	opacity: 0;color: #FFF;
	visibility: hidden;
	transform: scale(0);
}
#ball .ball-view-inner i {
	font-size: 19px;
}


/* Ball drag 
============= */
#ball .ball-drag {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0 5px;
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
	transition: all 0.3s;
}
#ball .ball-drag::before,
#ball .ball-drag::after {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	font-size: 16px;
	color: #FFF;
	height: 10px;
	line-height: 10px;

	/* Font Awesome */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
#ball .ball-drag::before {
	content: "\f060"; /* Font Awesome */
	left: 0;
	transform: translate3d(-30px, 0, 0);
	transition: all 0.25s;
}
#ball .ball-drag::after {
	content: "\f061"; /* Font Awesome */
	right: 0;
	transform: translate3d(30px, 0, 0);
	transition: all 0.25s;
}
/* Ball close 
============== */
#ball.ball-close-enabled {
	opacity: 1 !important;
}
#ball .ball-close {
	position: absolute;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: center;
}
#ball .fa-arrow-right
{
	font-size:35px !important;
	color:#FFF
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.tt-object
{
	object-fit: cover;
    object-position: 50% 50%;
    width: 100%;	
}
.ph-caption-title-ghost1 {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 5%;
    font-size: calc(16px + 19.5vw);
    font-weight: bold;
    font-weight: 600;
    color: #FFF;
    white-space: nowrap;
    line-height: 1;
    opacity: .1;
    z-index: 1;
    pointer-events: none;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// LINK HOVER UP*/
.tt-pn-link {
    position: relative;
    display: inline-flex;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}
/* Page nav title */
.tt-pn-title,
.tt-pn-hover-title {
	display: block;
	left: 0;
	width:100%;
	transition: transform .5s cubic-bezier(0.51, 0.57, 0.17, 1);
}
.tt-pn-title {
	position: relative;
	transform: translate3d(0, 0, 0);
}
/* Page nav hover title */
.tt-pn-hover-title {
	position: absolute;
	width: 100%;
	color: #FFF;
	white-space: nowrap;
	transform: translate3d(0, 100%, 0);

	/* Ellipsis */
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 1024px) {
	.tt-pn-hover-title {
		display: none;
	}
}
/* Page nav hover */
@media (min-width: 1025px) {
	.tt-pn-link:hover .tt-pn-title {
		transform: translate3d(0, -100%, 0);
		transition-delay: 0.1s;
	}
	.tt-pn-link:hover .tt-pn-hover-title {
		transform: translate3d(0, 0, 0);
		transition-delay: 0.1s;
	}
}/*
.pgi-image {
    position: relative;
}
.ttgr-height {
    position: relative;
    padding-bottom: 25%;
}
.pgi-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// IMAGE HOVER  */
@media (min-width: 768px) {
    .tt-gallery-item-inner {
        clip-path: inset(0 0 0 0);
        overflow: hidden;
        transition: clip-path 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
    }
}
@media (min-width: 768px) {
    .tt-gallery-item:hover .tt-gallery-item-inner {
         clip-path: inset(3% 3% 3% 3%); 
    }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.video_section
{
	width:100%;
	max-width:750px;
}
.video_section video
{
	width:100%;
}


@media all and (max-width: 1200px){
	.container{    width: 1100px;}
	.pl-150 {padding-left: 4.375rem;}
	html, body{font-size:12px;}	
}

@media all and (min-width: 1400px){
	.container{    width: 1366px;}
	.pl-150 {padding-left: 4.375rem;}
	html, body{font-size:14px;}
}
@media all and (min-width: 1600px){
	.container{    width: 1525px;}
	html, body{font-size:16px;}
}


/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

}
/*xm*/@media all and (max-width: 868px){
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mb-25-xm{margin-bottom:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.ai-fs-xm{align-items:flex-start}
.ai-c-xm{align-items:center}
.txt-cntr-xm{text-align:center}
.flex-row-xm{flex-direction: inherit;flex-wrap: wrap;}
.flex-row-xm > div{width:33.33%}
.flex-row-xm div:first-child{width:100%;align-items: center;display: flex;justify-content: center;}
.flex-row-xm  div .appointment_box{width:270px}
.pb-25-xm{padding-bottom:1.5625rem;}
.py-25-xm{padding-bottom:1.5625rem;padding-top:1.5625rem;}
.py-50-xm{padding-bottom:3.125rem;padding-top:3.125rem;}
.d-none-xm{display:none !important;}
.jc-c-xm{justify-content:center}
.pl-0-xm{padding-left:0}
.order-2-xm{order:2}
.order-1-xm{order:1}
.pt-50-xm{padding-top:3.125rem;}
.ai-c-xm{align-items:center}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.burger_mobile {display:none}
.menu_bg , .request_quote{clip-path: inherit;}
.stellarnav a {color:#FFF}
.stellarnav .menu-toggle span.bars span{background:#E6E7E8;width: 33px;height: 4px;}
.stellarnav li{position:relative;width:100%;padding: 15px 25px;}
.stellarnav.mobile > ul > li > a {padding:10px 15px;}
.stellarnav.mobile ul{background:var(--color_1-color)}
.stellarnav a.dd-toggle .icon-plus:before , .stellarnav a.dd-toggle .icon-plus:after{border-color:#FFF;}
.stellarnav > ul > li{margin:0}
.stellarnav a.dd-toggle .icon-plus {right: 20px;text-align: right;float: right;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after{border-color:#FFF;}
.image_1_story{width:240px;}
.banners_main, .banners_main_box{height:auto;}
.banners_bg{border-radius:0}
.banners_main_box .bg_1 .px-75{padding:50px;}
.stellarnav{padding:0}
header .stellarnav li a{color:#FFF !important;font-size: 16px;}
.stellarnav.mobile .menu-toggle{float:right}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.trigger{display:block;width:auto;height:auto}
.mobile_h{display:none !important}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#hidden-content .fancybox-close-small {
    display: block;
}
#hidden-content{margin:0 auto !important}.close-p{display:none}
}
@media all and (max-width: 768px){
.discover_box{display:none}
.home_section_1{padding:3.125rem 0px;}
.years_box_bg{position:relative;height:440px;left:0;right:auto;margin-bottom:3.125rem}
.trail_box_bg{position:relative;height:300px;}
.txt-cntr-s{text-align:center}
.button-style a:after,.newsletter_box button:after{top: 5px;right: -5px;}

.will_done {float:right;width:100%;text-align: right;border-top:0.25px solid #E6E7E8}
.r_right{width:25px;}
.social_aid_after div{width:33.33%}
.events_box_abso{border-top: 25px solid var(--color_1-color);}
.e_logo {top: -75px;width: 90px;}
.open_left.aos-animate{animation:inherit}
.newsletter_box input{width:230px;height:35px;font-size: 1rem;}
.newsletter_box button{width:100px;height:25px}
.footer_left_link a{padding-left:10px;}
.footer_left_link a:hover, .footer_left_link a.active { background-size: 6px;}
.footer_second_box{border-top:1px solid #FFF}
.f_social li a{width:30px;height:30px;}
.header_logo img{max-width:90px;}
.mobile_nav{display:block}
.mobile_nav .discover_box{display:flex;height: 130px;}
.header_right_link li{width:100%}
.spiritual-slider-main .swiper-pagination{display:block;bottom:-21px;}
.bg3:before{width:100%;}
.years-box-slider-main .swiper-pagination1 {left: auto;right: 0;bottom: auto;top: -30px;}
}
/*s*/@media all and (max-width: 576px){
html, body{font-size:8px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.ai-c-s{align-items:center}
.mt-25-s{margin-top:1.5625rem;}
.pt-25-s{padding-top:1.5625rem;}
.pb-25-s{padding-bottom:1.5625rem;}
.mb-25-s{margin-bottom:1.5625rem;}
.ml-25-s{margin-left:1.5625rem;}
.pb-25-s{padding-bottom:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.ml-0-s{margin-left:0}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.mb-50-s{margin-bottom:3.125rem;}
.py-0-s{padding:0}
.mb-25-s{padding-bottom:1.5625rem}
.px-0-s{padding-left:0;padding-right:0}
.mt-20-s{margin-top:1.25rem}
.pt-0-s{padding-top:0}
.pr-0-s{padding-right:5px !important}
.py-50-s{padding-top:3.125rem;padding-bottom:3.125rem;}
.ml-20-s{margin-left:20px;}
.w-50-s{width:50%}
.jc-c-s{justify-content:center}
.order-1-s{order:1}
.order-2-s{order:2}
.jc-fe-s{justify-content: flex-end;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.px-100 {padding-right: 3.25rem;padding-left: 3.25rem;}
.c_whats img , .c_insta img{width:120px;}
.button_c{width:100%}
.jp-audio{width:100% !important}
.l_audio_img img{max-width:80%}.l_audio_img figure{display: flex;align-items: center;justify-content: center;}
.d_download_now h3:before{top:-10px;}
#donate img{max-width:30%}
.reverse_order .colw-35{order:2}.reverse_order .colw-60{order:1}
.simon_text *{font-size: 18px;line-height: 25px;}
}










.tracking-in-contract.aos-animate{-webkit-animation:tracking-in-contract .8s cubic-bezier(.215,.61,.355,1.000) both;animation:tracking-in-contract .8s cubic-bezier(.215,.61,.355,1.000) both}
@-webkit-keyframes tracking-in-contract{0%{letter-spacing:1em;opacity:0}40%{opacity:.6}100%{letter-spacing:normal;opacity:1}}@keyframes tracking-in-contract{0%{letter-spacing:1em;opacity:0}40%{opacity:.6}100%{letter-spacing:normal;opacity:1}}






