.color-blue{

	color: var(--blue);

}



.color-gold{

	color: var(--gold);

}



.bg-blue{

	background-color: var(--blue);

}



.bg-gold{

	background-color: var(--gold);

}



/* sticky donate now */



.rawahel-sticky__link {

    position: fixed;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 5px;

    font-size: 16px;

    text-align: center;

    bottom: 100px;

    left: 35px;

    width: 95px;

    height: 95px;

    border-radius: 50%;

    background: #f49120;

    color:#ffffff;

    letter-spacing: .83px;

    line-height: 24px;

    box-shadow: 0 2px 40px 0 rgba(0,0,0,.15);

    overflow: hidden;

    z-index: 999999;

    transition: all .4s ease

}



.rawahel-sticky__link:before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    opacity: 0;

    transition: opacity .4s ease;

    background: linear-gradient(39.06deg,#f49120,#0e4d94)

}



.rawahel-sticky__link:hover {

    color: #fff;

    box-shadow: 0 0 40px 0 rgba(0,0,0,.3);

    background-color: #f49120

}



.rawahel-sticky__link:hover:before {

    opacity: 1

}





.rawahel-sticky__text {

    position: relative;

    z-index: 10	;

}



.banner-logo{

	width: 40px!important;

	height: auto!important;

}



footer{

	background-color: var(--blue);

}



footer *,

footer .nav-link

{

	color: var(--white);	

}



footer a:hover,

footer a:hover i,

footer .nav-link:hover{

	color: var(--gold)!important;

}





.top-300px{

	top: 300px;

}



.me-auto {

    margin-left: auto !important;

    margin-right: 0!important;

}

.wpcf7-spinner{
	display: block;
	margin:20px auto 0;
}



/* Responsive */



aside .wpcf7 .col-md-6{
	width: 100%!important;
}

aside  .sidebar-links a{
	display: block;
	width: 100%;
}

@media(min-width: 768px) {

    .rawahel-sticky__link {

        bottom:90px;

        left: 40px

    }

}



@media only screen and (max-width:600px ){

	.rawahel-sticky__link{

		width: 70px;

	    height: 70px;

	    font-size: 13px;

	    left: 10px;

	    bottom: 20px;

	}



	/*#slider .btn{

		display: none;

	}*/





	/*.outside-box-right-25{

		margin-left: 0;

	}*/



	header .navbar-brand img{

		max-height: 50px;

	}

}



.logo-w {
    width: 60px; /* Default size for very small screens */
}

/* Larger screen adjustments */
@media (min-width: 576px) {
    .logo-w {
        width: 60px; /* Width on small to medium screens (sm and up) */
    }
}

@media (min-width: 768px) {
    .logo-w {
        width: 100px; /* Width on medium screens (md and up) */
    }
}

@media (min-width: 1200px) {
    .logo-w {
        width: 120px; /* Width on large screens (xl and up) */
    }
}


.page-template-content ul li{
	list-style: inherit;
}

.text-w {
    width: 222px; /* Default size for very small screens */
}

/* Larger screen adjustments */
@media (min-width: 576px) {
    .text-w {
        width: 222px; /* Width on small to medium screens (sm and up) */
    }
}

@media (min-width: 768px) {
    .text-w {
        width: 100%; /* Width on medium screens (md and up) */
    }
}

@media (min-width: 1200px) {
    .text-w {
        width: 100%; /* Width on large screens (xl and up) */
    }
}


.cir-w {
    width: 165px; /* Default size for very small screens */
}

.lang-switcher{
	display: block;
	width: 160px;
	/*text-align: center;*/
    position: fixed;
    bottom: 0;
    left: 150px;
    background-color: #515151;
    z-index: 999;
    color: #ffffff;
   	border-top-right-radius: 10px;
   	border-top-left-radius: 10px;
   	font-weight: normal;

   	/*padding-left: 50px;*/
}

.lang-switcher ul{
	padding: 10px 20px;
	margin: 0;
}

.lang-switcher ul li img{
	width: 18px;
}

.page-template-content p{
	margin-bottom: 10px;
}

.page-template-content ul li{
	list-style: square;
}
.page-template-content ul li::marker {
  color: #0e4d94;
}

/* Larger screen adjustments */
@media (min-width: 576px) {
    .cir-w {
        width: 165px; /* Width on small to medium screens (sm and up) */
    }
}

@media (min-width: 768px) {
    .cir-w {
        width: 250px; /* Width on medium screens (md and up) */
    }
}

@media (min-width: 1200px) {
    .cir-w {
        width: 280px; /* Width on large screens (xl and up) */
    }
}




