<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../avenir/Avenir-Heavy.eot');
    src: local('Avenir Heavy'), local('Avenir-Heavy'),
        url('../avenir/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Heavy.woff2') format('woff2'),
        url('../avenir/Avenir-Heavy.woff') format('woff'),
        url('../avenir/Avenir-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Medium';
    src: url('../avenir/Avenir-Medium.eot');
    src: local('Avenir Medium'), local('Avenir-Heavy'),
        url('../avenir/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Medium.woff2') format('woff2'),
        url('../avenir/Avenir-Medium.woff') format('woff'),
        url('../avenir/Avenir-Medium.ttf') format('truetype');
   font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('../avenir/Avenir-Roman.eot');
    src: local('Avenir Roman'), local('Avenir-Roman'),
        url('../avenir/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Roman.woff2') format('woff2'),
        url('../avenir/Avenir-Roman.woff') format('woff'),
        url('../avenir/Avenir-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('../avenir/Avenir-Black');
    src: local('Avenir-Black'), local('Avenir-Black'),
        url('../avenir/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Black.woff2') format('woff2'),
        url('../avenir/Avenir-Black.woff') format('woff'),
        url('../avenir/Avenir-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Book';
    src: url('../avenir/Avenir-Book');
    src: local('Avenir-Book'), local('Avenir-Book'),
        url('../avenir/Avenir-Book.eot?#iefix') format('embedded-opentype'),
        url('../avenir/Avenir-Book.woff2') format('woff2'),
        url('../avenir/Avenir-Book.woff') format('woff'),
        url('../avenir/Avenir-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.font-medium , .font-medium *
{
	font-family: 'Avenir-Medium';
}
.font-heavy , .font-heavy *
{
	font-family: 'Avenir-Heavy';
}
.font-black , .font-black *
{
	font-family: 'Avenir-Black';
}
.font-book , .font-book *
{
	font-family: 'Avenir-Book';
}

*
{	
	font-family: 'Avenir-Roman';
	font-size:16px;
	color:#000
	
}
:root {
  --black-color: #000;
  --white-color: #FFF;  
  --grey-color: #484847; 
  --gold-color: #D8A825;
  --green-color: #09a398;
}
.rtl{
	direction:rtl
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--gold-color);
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#000;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--gold-color);
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 12px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *
{
	color:green;
	

}
.FormResult , .FormResult1
{
	min-height:55px;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}


.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-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
}
.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;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger &gt; div{
	position: relative;
}

.trigger &gt; div &gt; span{
	position: absolute;
	height: 2px;
	width:45px;
	margin:0;
	background: #FFF;
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger &gt; div &gt; span:nth-child(2){
    top: 9px;


}

.trigger &gt; div &gt; span:nth-child(3){
	top:18px;
}

.trigger &gt; div.close &gt; span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	background:#FFF
}

.trigger &gt; div.close &gt; span:nth-child(2){

	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 11px;background:#FFF
}
.trigger &gt; div.close &gt; span:nth-child(3){

	display:none
}
.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-10
{
	z-index:10
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	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-25 , .line-25 *
{
	line-height:1.5625rem
}
.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
}

.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 0.75s 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 0.75s 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 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.opacity-20
{
	opacity:20%
}
.opacity-40
{
	opacity:40%
}
.hidden-content , #hidden-content-1 , #hidden-content-2
{
	display:none
}
.bg_white
{
	background:#FFF
}
.filter_white
{
	filter: brightness(0) invert(1);
}
.color-grey
{
	color:var(--grey-color)
}
.color-1
{
	color:#8A8A8A
}
.color-2
{
	color:#6D7278
}
.underline
{
	text-decoration:underline
}
.cur{
	cursor:pointer
}
/***********************************************/
/* Style the main navigation menu */
header .menu ul {
 
}
header .menu ul li {
  position: relative;
}
header .menu ul li a {
  display: block;
  text-decoration: none;
  padding:10px;
}

/* Style the dropdown menus */
header .menu ul ul {

  position: absolute;
  top: 100%;
  left: 0;
  
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition:all 0.5s ease-in-out;
  border:0
}

header .menu ul li:hover &gt; ul ,header  .menu ul li.active &gt; ul   {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

header .menu ul ul li {
  width: 200px;
  border:0;
  background-color: var(--brown-color);
  padding: 0 10px;
  display: inline-block;
  height: auto;
  margin:0
}

header .menu ul ul li a {
}

header .menu ul ul ul {
  left: 100%;
  top: 0;
}

/* Style for hover effect */
header .menu ul li:hover ul a {
	color:#FFF
}

/* Style for active page */
header .menu ul li a:hover,
header .menu ul li.current &gt; a {

}
header .menu .subMenu li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #FFF;
    font-size: 15px;
    line-height: inherit;
    border-bottom: 0;
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
/***********************************************/
.bt-1
{
	border-top:2px solid #979797;
}
.bt-2
{
	border-top:20px solid #F1F1F1
}
.bg-1
{
	background:#F1F1F1
}
.bg-2
{
	background:rgb(186 184 185 / 30%)
}
.bg-3
{
	background:rgb(186 184 185 / 30%)
}
.word-break
{
	    word-wrap: break-word;
}
.bg-4
{
	background:var(--grey-color)
}
.footer-logo img
{
	max-width:185px;
}
.logo img
{
	max-width:185px;
}
.social li a {
    width: 40px;
    height: 40px;
    background: #484847;
    margin-left: 15px;
    border-radius: 50%;
}
.social li a:hover {
    background: var(--gold-color);
}
.nav-bar li
{
	margin:0 10px;
}
.nav-bar li.active a
{
    color: var(--gold-color);

}
.subscribe-button a
{
	padding:10px 25px;
	background:var(--gold-color);
	border-radius:7px 7px 7px 30px;
	display:block
}
.subscribe-button a:hover
{
	
	background:var(--green-color);
	color:#FFF
}
.contact-form label {
    line-height: 1.5625rem;
    font-size: 1.125rem;
    margin-bottom: 5px;
    display: block;
}
.contact-form button[type=submit] {

	background-color: var(--gold-color);
    width: 100%;
    height: 50px;
    color: #FFF;
}
.contact-form button[type=submit]:hover {
	 background-color: var(--green-color);
}
.contact-info .contact-info-box
{
	padding:0 40px;
	border-right:1px solid #979797;

}
.contact-info .contact-info-box:last-child
{
	border-right:0;
}
.google_map iframe
{
	width:100%;
	height:100%;
	display:block;
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}
.google_map
{
	position:relative;
	height:400px;
}
.yellow
{
	color:#F7B500
}
.addres_box_content
{
	max-width:500px;
}
.about-box
{
	min-height:500px;
}
.about-box .img-bg
{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	content:'';
	width:100%;
	height:100%;
}
.about-box:before
{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3)
}
.mission-text h3
{
	font-family: 'Avenir-Heavy';
	line-height:3.125rem;font-size:2.5rem
}
.donate-now a
{
	display:inline-block;
	background:var(--gold-color);
	padding:7px 45px; border-radius: 7px;
}
.donate-now a:hover
{
	color:#FFF;
	background-color:var(--green-color)
}
.who_we_are_text
{
	 max-height: 185px;
	overflow:hidden;
	 transition: max-height 0.3s ease-in-out;
}
.who_we_are_text.expanded {
    max-height: none;
}
#expandLink {
    transition: opacity 0.3s ease-in-out;
}



.mission-text_expand
{
	 max-height: 185px;
	overflow:hidden;
	 transition: max-height 0.3s ease-in-out;
}
.mission-text_expand.expanded {
    max-height: none;
}
#expandLink1 {
    transition: opacity 0.3s ease-in-out;
}
.bg1-before:before
{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	height:400px;
	width:100%;
	background:rgb(186 184 185 / 30%);
	content:'';
}
.our-services-li li
{
    display: list-item;
    list-style: none;
    list-style-position: inside;
    padding: 5px 10px;
    background: url(../img/cc.png) no-repeat left center;
    background-size: 30px;
    padding-left: 50px;
}

.audio-lib-bg .colw-33:nth-child(2n+2) .mt-300
{
	background:rgb(186 184 185 / 30%)
}
.mission_li li
{
    display: list-item;
    list-style: disc;
    list-style-position: inside;
    padding: 5px;
	text-align:left

}
.p_min_h
{
	min-height:100px;
}


/* Style the main navigation menu */
#cssmenu &gt; ul &gt; li &gt; a {
	padding: 10px 5px;
	color: var(--blue-color);
}
#cssmenu &gt; ul &gt; li{
	margin:0 5px;
}
#cssmenu &gt; ul &gt; li:hover &gt; a, #cssmenu ul li.active a.main {
    color: var(--gold-color);
}
#cssmenu ul ul li a:hover {
    color: var(--gold-color) !important;
}
/* END Style the main navigation menu */
.testimonials-slick , .news-slick , .number-slick
{
	margin-bottom:0 !important
}
.testimonials-slick .slick-slide , .news-slick .slick-slide , .publications-slick .slick-slide , .partners-slick .slick-slide , .activities-slick .slick-slide , .number-slick .slick-slide {margin:0  15px ;}
.testimonials-slick .slick-list , .news-slick .slick-list , .publications-slick .slick-list , .partners-slick .slick-list , .activities-slick .slick-list , .number-slick .slick-list {margin: 0 -15px ;}
 .latest_arrow 
{
	position:absolute;
	cursor:pointer;
	top:calc(50% - 20px);
	z-index:60;
	background:none;
	width:40px;

}
.latest_arrow.leftLst 
{
	left:-55px;
}
.latest_arrow.rightLst 
{
	right:-55px;
}
.back img {
    transform: rotate(180deg);
}






.gallery_slick_for .slick-slide  {
      margin: 0 5px;
  }

  /* the parent */
.gallery_slick_for .slick-list  {
      margin: 0 -5px;
  }
  
.gallery_slick  , .gallery_slick_for
  {
	  margin-bottom:0 !important
  }
  
.gallery_slick_for  .slick-slide div:first-child
{
	margin-bottom:6px;
}

 .gallery_slick_for .slick-dots
{
	bottom:-12px;
}
.categories-list ul
{
	display:flex;
	justify-content:center;
}

.categories-list ul li a
{
	background:var(--gold-color);
	padding:10px 25px;
	margin:0 10px;
	color:#FFF
}

.categories-list ul li a.active
{
	background:var(--green-color);

}
.min-h-volunteer
{
	min-height:140px;
}
.partners-slick img{
	max-width:170px;
}
.partners-box 
{
	height:170px;
}
.footer_newsletter input[type=text] {
  border: 1px solid #979797;
  border-radius: 8px;
  background-color: #FFFFFF;
    height: 40px;
    border: 0;
}
.footer_newsletter button:hover {
    background-color: var(--green-color);
}
.footer_newsletter button {
    height: 40px;
    border-radius: 4px;width:100%;
    background-color: var(--gold-color);

}
.number-class
{
	border-right:1px solid #979797
}
 .number-slick .slick-track 
{
    display: flex !important;
}

.number-slick .slick-slide 
{
    height: inherit !important;
}
.number-slick .slick-slide  , .number-slick .slick-slide  div
{
	height:100%
} 
.number-slick .slick-slide .number-class div
{
	height:auto
}


.banners {
    margin-bottom: -5px !important;    z-index: 50;
}
.main_bg {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;content:'';
     background-color: rgba(0,0,0,0.13);

    z-index: 50;
   
}

.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
	padding-top:5vh
}

.banners .slick-active{
 /* animation:Slick-FastSwipeIn 1s both;*/
   /*  animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s;  */
}
/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}


@keyframes motion-blur {
    0% {
        filter: url(#blur0);
        transform: scale(1, 1);
    }
    15% {
        filter: url(#blur1);
        transform: scale(1, 0.98);
    }
    30% {
        filter: url(#blur2);
        transform: scale(1, 0.93);
    }
    45% {
        filter: url(#blur3);
        transform: scale(1.1, 0.90);
    }
    60% {
        filter: url(#blur4);
        transform: scale(1.2, 0.88);
    }
    75%,100% {
        filter: url(#blur5);
        transform: scale(1.35, 0.85);
    }
}
.do-tans {
    animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s; 
}

.banners  .slick-dots li 
{
	width:15px;
	height:15px;
	border-radius:25px;
}
.banners .slick-dots li 
{
	margin:  5px 0;	
}

.banners .slick-dots li button 
{
	width:15px;
	height:15px;
	background-color:#FFF;transition: all 0.5s ease-in;
	padding:0;
	border:1px solid #FFF;
}
.banners .slick-dots li.slick-active button
{
	width:15px;
}
.banners .slick-dots li button:before 
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button 
{
	background:var(--gold-color);
	border-color:var(--gold-color)
}
.banners .slick-dots li.slick-active button 
{

	height:15px;
}
.slick-dots li.slick-active, .slick-dots li.slick-active button{
	width:15px;
}
.banners .slick-dots{
    top: 0;
    z-index: 10;
	text-align:center;
	padding-left:0;
	right:25px;
	height:100%;
    width: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: center;

}

#hidden-content , #hidden-content-1, #hidden-content-2
{
	display:none;
	overflow: initial !important;
	    margin: 60px 30px !important;
}
.close-p
{
	position:absolute;
	top:-40px;
	right:0;
	cursor:pointer;
	z-index:50
}
#hidden-content .fancybox-close-small  , #hidden-content-1 .fancybox-close-small, #hidden-content-2 .fancybox-close-small
{
	display:none
}
.careers-form input{
    border: 1px solid #D6D3D3;
    border-radius: 25px;
}
#file {

    border: 1px solid #0091FF;
    font-weight: 600;
    text-align: center;
    color: #0091FF;
    cursor: pointer;    border-radius: 25px;
}

#file::placeholder {
  color: #0091FF;
  opacity: 1; /* Firefox */
}

#file::-ms-input-placeholder { /* Edge 12 -18 */
  color: #0091FF;
}

.file_none {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    opacity: 0;
}
.change-lang
{
	border:0;
	padding:0 15px 0 0
}
.act-min-t-h
{
	min-height:50px;
}
.act-min-d-h
{
	min-height:50px;
}
.ba-1
{
	border:1px solid #979797
}
.youtube
{
	position:absolute;
	top:50%;
	left:50%;
	z-index:50;
	transform:translate(-50%,-50%);
	z-index:50
}
.t_no_img
{
    width: 435px;
    height: 150px;
    display: block;
}
.p_img
{
	height:250px;
	background:#FFF
}
.p_img img
{
	max-height:100%;
	
}
.publications-all-list .publications-all-list-box
{
	border-right:1px solid #6d727870;
	padding-right:15px
}
.footer_menu li
{
	 margin:0 10px ;
}

.search-box .search-txt
{
	position:relative;
	max-width:200px;
	height:35px;
	padding:0 10px;
	border-radius:25px;
}
.search-btn
{
	position:absolute;
	right:10px;
	top:7px;
	z-index:50;
	background:none;
	padding:0
}
@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}
	header .menu li{margin:0 5px;}
}
/*m*/@media all and (max-width: 1025px){
#cssmenu &gt; ul &gt; li {margin: 0 0;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.d-none-m{display:none}

/**/
}
/*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}
.txt-cntr-xm{text-align:center}
.flex-row-xm{flex-direction: inherit;flex-wrap: wrap;}
.flex-row-xm &gt; div{width:33.33%}
.d-none-xm{display:none}
.flex-wrap-xm{flex-wrap:wrap}
.flex-row-xm  div .appointment_box{width:270px}
.px-100 {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
}
.nav-bar {
    width: 100%;
    position: relative;
}
#hidden-content .fancybox-close-small , #hidden-content-1 .fancybox-close-small, #hidden-content-2 .fancybox-close-small{
    display: block;
}
#hidden-content , #hidden-content-1, #hidden-content-2{margin:0 auto !important}.close-p{display:none}
.d-flex-xm{display:inline-block}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.contact-info .contact-info-box {border-right: 0;width: 100%;text-align: center;margin: 10px 0;}
.latest_arrow.rightLst{right:0}
.latest_arrow.leftLst{left:0}
.news-slick .bg_hover img{width:100%}
.number-class{border:0}
.categories-list ul {flex-wrap: wrap;}
.lang-abso{position: absolute;top: 10px;right: 35px;}
.categories-list ul li a{display:inline-block;margin:5px;}
.search_mobile{position:absolute;top:10px;right:10px;}
.search_mobile .search-box .search-txt{max-width:150px;}
}
/*s*/@media all and (max-width: 576px){
html, body{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.mt-25-s{margin-top:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.ai-c-s{align-items:center}
.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;}
.py-0-s{padding:0}
.mb-25-s{padding-bottom:1.5625rem}
.px-01-s{padding-left:0;padding-right:0}
.mt-20-s{margin-top:1.25rem}
.mr-0-s{margin-right:0}
.w-100-s{width:100%}
.px-0-s{padding-left:0;padding-right:0}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.donate-now a{padding:7px 25px;}
.min-h-volunteer{min-height:auto}
.number-class{border:0}
}

</pre></body></html>