
:root {
	--body-color: #696969;
	--primary-color: rgb(148,102,174);   /*rgb(148,102,174)*/ 
	--secondary-color: #9EC4E2; /* old color AFA251 */
	--primary-soft-color: #edf9f3;
	--white: #fff;
	--border-color: rgb(0 29 35 / 10%);
	--primary-font: "Almarai";
	--shadows-font: "Almarai", cursive;
}

body {
	font-family: 'Almarai';
	font-weight: 400;
	font-style: normal;
	color: var(--body-color);
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.8;
	direction: rtl;
	position: relative;
	height: 100%;
}
html{
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	direction: rtl;
}



.swiper-button-next, .swiper-button-prev {

    color: rgb(148, 102, 174);
}


img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input,
textarea,
button,
select {
	border: none;
}

input,
textarea,
select {
	width: 100%;
	background-color: var(--white);
	/* padding: 0 25px; */
	height: 50px;
	font-size: 16px;
	color: #afafaf;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 2px solid var(--border-color);
}

input[type=radio]{
	background-color: var(--white);
	/* padding: 0 25px; */
	font-size: 16px;
	color: #afafaf;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 2px solid var(--border-color);
	width:auto;
	height: 32px;
}
p{
	font-family: 'Almarai';
}

label {
	width: 215px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 18px;
	color: black;
	display: block;
}
.card-body label{
	display: inline-block;
}
.card-body input[type=radio]{
	float: right;
	margin-left: 20px;
}
textarea {
	height: 160px;
	padding-top: 20px;
	resize: none;
	display: inherit;
}

input:focus,
textarea:focus,
select:focus {
	border-color: var(--primary-color);
	color: var(--body-color);
}
/*
::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {
	opacity: 1;
	color: inherit;
}

::-ms-input-placeholder {
	opacity: 1;
	color: inherit;
}

::placeholder {
	opacity: 1;
	color: inherit;
}
*/
.form-controll::placeholder {
    line-height: 1;
    height: 50px;
}
a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--primary-font);
	font-weight: 700;
	line-height: 1.3;
	/* margin: 0px; */
	letter-spacing: -0.5px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
	color: black;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	margin: 0px;
}

a {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a,
a:hover {
	color: var(--primary-color);
}

/*======= Common Margin & Padding =======*/
.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-80 {
	padding-top: 60px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 125px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-175{
	margin-bottom: 175px;
}

/*======= Keyframes =======*/
@-webkit-keyframes headerSlideDown {
	0% {
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes headerSlideDown {
	0% {
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes loading-center-absolute {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-center-absolute {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes object_one {
	50% {
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px);
	}
}

@keyframes object_one {
	50% {
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px);
	}
}

@-webkit-keyframes object_two {
	50% {
		-webkit-transform: translate(-20px, 20px);
		transform: translate(-20px, 20px);
	}
}

@keyframes object_two {
	50% {
		-webkit-transform: translate(-20px, 20px);
		transform: translate(-20px, 20px);
	}
}

@-webkit-keyframes object_three {
	50% {
		-webkit-transform: translate(20px, -20px);
		transform: translate(20px, -20px);
	}
}

@keyframes object_three {
	50% {
		-webkit-transform: translate(20px, -20px);
		transform: translate(20px, -20px);
	}
}

@-webkit-keyframes object_four {
	50% {
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}
}

@keyframes object_four {
	50% {
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}
}

/*======= Global Classes =======*/
.main-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: var(--white);
	background-color: var(--primary-color);
	padding: 16px 36px;
	border-radius: 35px;
	position: relative;
	z-index: 1;
	border: 1px solid transparent !important;
	width: auto;
	text-decoration: none;
	cursor: pointer;
	
}
.main-btn2 {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: var(--white);
	background-color: var(--primary-color);
	padding: 16px 36px;
	border-radius: 35px;
	position: relative;
	z-index: 1;
	border: 1px solid white;
	width: auto;
	text-decoration: none;
	cursor: pointer;
}
.change-btn{
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: var(--white) !important;
    background-color: var(--primary-color);
    padding: 10px 13px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;

}

.main-btn i {
	margin-right: 5px;
}

.main-btn:hover {
	background-color: var(--secondary-color);
	color: var(--white);
	border-radius: 5px;
}
.main-btn2:hover {
	background-color: var(--primary-color) !important;
	color: var(--white) !important;
	border-radius: 5px;
}
/* .main-btn.bordered-btn {
	background-color: transparent;
	border-color: var(--border-color);
	color: var(--body-color);
} */

.main-btn.bordered-btn:hover {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	color: var(--white);
}

.main-btn.bordered-btn.bordered-white {
	border-color: var(--white);
	color: var(--white);
}

.main-btn.bordered-btn.bordered-white:hover {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.main-btn.btn-white {
	background-color: var(--white);
	color: var(--primary-color);
}

.main-btn.btn-white:hover {
	background-color: var(--primary-color);
	color: var(--white);
}

.main-btn.btn-dark {
	border-color: transparent;
	background-color: var(--secondary-color);
	color: var(--white);
}

.main-btn.btn-dark:hover {
	background-color: var(--primary-color);
	color: var(--white);
}

.italic-text {
	font-style: italic;
}

.section-gap {
	/* padding-top: 115px;
	padding-bottom: 110px; */
	position: relative;
	overflow: hidden;
	/* margin-bottom: 110px; */
	background-color: rgb(238, 238, 238);
	padding-top: 50px;
    padding-bottom: 60px;
}
.reviews{
	padding-bottom: 60px;
}
.whoarewe{
	padding-bottom: 0;
	padding-top:80px !important;
}

.latest-blog-section .heart-icon {
    position: absolute;
    animation: heartbeat 0.7s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.prizes-section.latest-blog-section .heart-icon {
    max-width: 100px;
    opacity: .5;
    animation: heartbeat 1.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.all-link {
    background-color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 30px;
    color: #fff !important;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}
.all-link:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}

.latest-blog-section .heart-icon-1 {
	top: 60px;
    left: 29%;
}
.latest-blog-section .heart-icon-2 {
    top: 6%;
    left: 0;
}
.latest-blog-section .heart-icon-3 {
    top: 33%;
    left: 9%;
}
.latest-blog-section .heart-icon-4 {
    top: 37%;
    left: 20%;
}
.latest-blog-section .heart-icon-5 {
    top: 56%;
    left: 6%;
}
.latest-blog-section .heart-icon-6 {
    bottom: 17%;
    left: 9%;
}
.latest-blog-section .heart-icon-7 {
    top: -9%;
    right: 7%;
}
.latest-blog-section .heart-icon-8 {
    top: 14%;
    right: 9%;
}
.latest-blog-section .heart-icon-9 {
    top: 24%;
    right: 20%;
}
.latest-blog-section .heart-icon-10 {
    top: 50%;
    right: 14%;
}
.latest-blog-section .heart-icon-11 {
    bottom: 25%;
    right: 3%;
}



.section-gap-two {
	padding-top: 115px;
	padding-bottom: 80px;
}

.section-gap-top {
	padding-top: 115px;
}

.section-gap-bottom {
	padding-bottom: 110px;
}

.section-gap-extra-bottom {
	padding-top: 115px;
	padding-bottom: 200px;
}
.section-gap-extra-bot {
	padding-top: 50px;
	padding-bottom: 100px;
}

.primary-bg {
	background-color: var(--primary-color);
}

.secondary-bg {
	background-color: var(--secondary-color);
}

.primary-soft-bg {
	background-color: var(--primary-soft-color);
}

.section-border-bottom {
	border-bottom: 1px solid var(--border-color);
}

.section-border-top {
	border-top: 1px solid var(--border-color);
}


.section-gap-extra-bottom .blog-post-loop .post-item .post-thumbnail img{
	width: 770px;
	height: 450px;
	overflow: hidden;
}


/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}





/** ===== Preloader ===== **/
#preloader {
	background-color: var(--secondary-color);
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 999999;
}

#preloader #loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#preloader #loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;
}

#preloader .object {
	width: 20px;
	height: 20px;
	background-color: #fff;
	float: left;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;
}

#preloader .object:nth-child(2n + 0) {
	margin-right: 0px;
}

#preloader #object_one {
	-webkit-animation: object_one 1s infinite;
	animation: object_one 1s infinite;
}

#preloader #object_two {
	-webkit-animation: object_two 1s infinite;
	animation: object_two 1s infinite;
}

#preloader #object_three {
	-webkit-animation: object_three 1s infinite;
	animation: object_three 1s infinite;
}

#preloader #object_four {
	-webkit-animation: object_four 1s infinite;
	animation: object_four 1s infinite;
}

/*======= Header =======*/
.text-content{
	position: absolute;
	z-index: 2;
	
}

.swiper .swiper-slide .text-content h4{
	color: var(--secondary-color);
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.swiper .swiper-slide .text-content h2{
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	/* letter-spacing: 5px; */
}
.swiper .swiper-wrapper .overlay::before{
	position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

@media (max-width: 768px) {

	.swiper .swiper-slide .text-content h4 {
		font-size: 22px;
		
	}

	.swiper .swiper-slide .text-content h2{

		font-size: 36px;
		letter-spacing: 0.5px;
		
	}

}








.navbar-wrapper .navbar-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-wrapper .nav-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-wrapper .nav-menu ul li {
	position: relative;
	line-height: 90px;
	margin: 0 2px;
}

.navbar-wrapper .nav-menu ul li::after {
	content: "";
	position: absolute;
	bottom: -0;
	left: 10px;
	right: 10px;
	height: 2px;
	background-color: var(--primary-color);
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.site-logo img{
	width: 130px;
    display: inline-block;
    margin-top: 20px;
}


.navbar-wrapper .nav-menu a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: white;
	font-weight: bold;
	padding: 5px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navbar-wrapper .nav-menu ul li a:hover {
	color:rgb(148,102,174) ;

}
.navbar-wrapper .nav-menu .head a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: white;
	font-weight: bold;
	padding: 5px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}


.shoopingg{
	margin-right: 5px !important;
	background-color: #000;
	
}
.navbar-wrapper .nav-menu .dd-trigger {
	padding-right: 6px;
}

.navbar-wrapper .nav-menu li:hover::after ,
.navbar-wrapper .nav-menu li.current::after {
	visibility: visible;
	opacity: 1;
}
.navbar-wrapper .nav-menu li:last-child:hover::after{
	visibility: hidden;
	opacity: 0;
}

.navbar-wrapper .nav-menu li.current > a,
.navbar-wrapper .nav-menu a:hover {
	color: white;
}

.navbar-wrapper .nav-menu .head li.current > a,
.navbar-wrapper .nav-menu .head a:hover {
	color: white;
}





.navbar-wrapper .nav-menu .submenu {
	display: block;
	position: absolute;
	width: 200px;
	background-color: var(--white);
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 99;
	-webkit-box-shadow: 0 2px 8px 0 rgb(0 29 35 / 5%);
	box-shadow: 0 2px 8px 0 rgb(0 29 35 / 5%);
	right: 0;
	top: calc(100% + 20px);
	visibility: hidden;
	opacity: 0;
	
}

.navbar-wrapper .nav-menu .submenu li {
	margin: 0;
	line-height: 1;
	
}

.navbar-wrapper .nav-menu .submenu li::after {
	display: none;
}

.navbar-wrapper .nav-menu .submenu li:not(:last-child) {
	border-bottom: 1px solid rgb(0 29 35 / 5%);
}

.navbar-wrapper .nav-menu .submenu a {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	color: #000;
}
.navbar-wrapper .nav-menu .submenu li.current > a,
.navbar-wrapper .nav-menu .submenu a:hover {
	background-color: var(--primary-color) !important;
	color: var(--white) !important;
}

.navbar-wrapper .nav-menu .submenu .dd-trigger i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.navbar-wrapper .nav-menu .submenu .submenu {
	left: 100%;
	top: 50%;
}

.navbar-wrapper .nav-menu li:hover > .submenu {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 5px);
}

.navbar-wrapper .nav-menu .submenu li:hover > .submenu {
	top: 0;
}

.navbar-wrapper .nav-toggler {
	margin-left: 30px;
	position: relative;
	display: block;
	width: 55px;
	height: 50px;
	border: 2px solid var(--secondary-color);
	border-radius: 5px;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navbar-wrapper .nav-toggler span {
	margin: 0 auto;
	position: relative;
	width: 30px;
	height: 3px;
	background-color: var(--secondary-color);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.navbar-wrapper .nav-toggler span::before,
.navbar-wrapper .nav-toggler span::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background-color: var(--secondary-color);
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navbar-wrapper .nav-toggler span::before {
	margin-top: -8px;
}

.navbar-wrapper .nav-toggler span::after {
	margin-top: 8px;
}

.navbar-wrapper .nav-toggler.panel-opened span {
	background-color: transparent;
}

.navbar-wrapper .nav-toggler.panel-opened span::before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.2s;
	-o-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

.navbar-wrapper .nav-toggler.panel-opened span::after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.2s;
	-o-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

.navbar-wrapper.breakpoint-on {
	padding: 15px 0;
}

.transparent-header .navbar-wrapper.breakpoint-on .navbar-inner {
	padding: 15px 0;
}

.transparent-header .navbar-wrapper.breakpoint-on {
	padding: 0;
}

.navbar-wrapper.breakpoint-on .nav-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.navbar-wrapper.breakpoint-on .nav-menu {
	display: none;
}

/*======= Topbar =======*/
.header-topbar {
	background-color: var(--primary-color);
	padding: 10px 0;
}

.header-topbar.topbar-secondary-bg {
	background-color: var(--secondary-color);
}

.header-topbar .contact-info li {
	font-size: 15px;
	font-weight: 500;
	color: var(--white);
	display: inline-block;
}

.header-topbar .contact-info li:not(:last-child) {
	margin-right: 40px;
}

.header-topbar .contact-info li i {
	margin-right: 8px;
}

.header-topbar .contact-info a {
	color: var(--white);
}

.header-topbar .social-icons li {
	display: inline-block;
}

.header-topbar .social-icons li:not(:first-child) {
	margin-left: 15px;
}

.header-topbar .social-icons a {
	font-size: 15px;
	color: var(--white);
}

/*======= Mobile Panel =======*/

.mySwiper {
 	width: 100%;
	height: 90vh;
}
.swiper-new{
	margin-bottom: 60px;
	height: 400px;
	overflow: hidden;
}
.swiper-new .swiper-slide-new img{
	width: 100%;
	height: 260px;
	border-radius: 25px;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .swiper-slide img::after{
	position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
} */



a.cause-card__share.add-to-cart.shoopingg {
    padding: 10px 0;
    line-height: 38px;
    /* height: 30px; */
    margin-right: 10px !important;
    display: inline-block;
}
.mobile-menu-panel {
	position: fixed;
	left: 0;
	top: 0;
	width: 280px;
	height: 100vh;
	background-color: var(--secondary-color);
	z-index: 999;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	opacity: 0;
}

.mobile-menu-panel.panel-opened {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.mobile-menu-panel .panel-logo {
	padding: 45px 20px 30px;
	text-align: center;
}

.mobile-menu-panel .panel-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-panel .panel-menu li {
	display: block;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-panel .panel-menu li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: var(--primary-color);
	visibility: hidden;
}

.mobile-menu-panel .panel-menu li.current::before {
	visibility: visible;
}

.mobile-menu-panel .panel-menu li a {
	display: block;
	padding: 10px 30px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--white);
	position: relative;
	z-index: 1;
}

.mobile-menu-panel .panel-menu .dd-trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 2;
}

.mobile-menu-panel .panel-menu .dd-trigger i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu-panel .panel-menu .dd-trigger.submenu-opened i {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.mobile-menu-panel .panel-menu .submenu {
	display: none;
}

.mobile-menu-panel .panel-menu .submenu a {
	margin-left: 20px;
}

.mobile-menu-panel .panel-menu .submenu .submenu a {
	margin-left: 40px;
}

.mobile-menu-panel .panel-menu .submenu .submenu .submenu a {
	margin-left: 60px;
}

.mobile-menu-panel .panel-extra {
	margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.mobile-menu-panel .panel-close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 12;
	color: var(--white);
	font-size: 30px;
	line-height: 1;
}

/*======= Sticky Header =======*/
.sticky-header.sticky-on .navbar-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: 1.15s ease 0s normal forwards 1 running headerSlideDown;
	animation: 1.15s ease 0s normal forwards 1 running headerSlideDown;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 20px rgb(0 29 35 / 8%);
	box-shadow: 0 8px 20px rgb(0 29 35 / 8%);
	border-color: transparent;
}

.sticky-header.sticky-on.transparent-header .navbar-inner {
	border-color: transparent;
}

/*======= Transparent Header =======*/
.transparent-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.transparent-headerr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

/* .transparent-header .navbar-wrapper .navbar-inner {
	border-bottom: 1px solid var(--border-color);
} */

.transparent-header.topbar-transparent .navbar-wrapper .navbar-inner {
	border-top: 1px solid var(--border-color);
}

.transparent-header .navbar-wrapper .nav-menu ul li::after {
	bottom: -1px;
}

.topbar-transparent .header-topbar {
	background-color: transparent;
}

.topbar-transparent .header-topbar .contact-info a,
.topbar-transparent .header-topbar .contact-info li,
.topbar-transparent .header-topbar .social-icons a {
	color: var(--secondary-color);
}

.topbar-transparent .header-topbar .contact-info i {
	color: var(--primary-color);
}

/*======= Footer =======*/
.site-footer {
	position: relative;
}

.site-footer .footer-content-area {
	background-color: var(--secondary-color);
	padding-bottom: 30px;
}

.site-footer.with-footer-bg .footer-content-area {
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.site-footer.with-footer-bg .footer-content-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--secondary-color);
	opacity: 0.95;
}

.site-footer.with-footer-cta .footer-content-area {
	padding-top: 90px;
}

.site-footer.with-footer-cta .footer-cta {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-footer .footer-cta .container {
	padding: 50px 15px;
	position: relative;
	z-index: 1;
}

.site-footer .footer-cta .container::after,
.site-footer .footer-cta .container::before {
	content: "";
	position: absolute;
	top: 0;
	left: -90px;
	right: -90px;
	z-index: -2;
	height: 100%;
}

.site-footer .footer-cta .container::before {
	background-color: var(--primary-color);
}

.site-footer .footer-cta .container::after {
	z-index: -1;
	background-image: url(../img/cta/cta-pattern.png);
	background-size: cover;
	background-position: center;
	opacity: 0.07;
}

.site-footer .footer-cta .cta-tagline {
	color: var(--white);
	font-weight: 500;
}

.site-footer .footer-cta .cta-title {
	color: var(--white);
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -2px;
}

.site-footer,
.site-footer a {
	color: black;
}


.site-footer a:hover {
	color: var(--primary-color);
}
.site-footer .powered {
	font-size: 17px;
	direction: ltr;
	margin-top: 0 !important;
}
.site-footer .powered a:hover {
	color: white;
}
.site-footer .powered img{
    width:105px;
}

.site-footer .footer-widgets {
	padding: 70px 0 20px;
}

.footer-widgets .widget {
	margin-bottom: 50px;
}

.footer-widgets .widget .widget-title {
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 25px;
	color: var(--white);
}

.footer-widgets .widget.about-widget .footer-logo {
	margin-bottom: 40px;
}

.footer-widgets .widget.about-widget p {
	font-size: 18px;
	font-weight: 500;
	color: var(--white);
}

.footer-widgets .widget .newsletter-form {
	margin-top: 30px;
}

.footer-widgets .widget .newsletter-form .form-title {
	font-size: 22px;
	margin-bottom: 22px;
	color: var(--white);
}

.footer-widgets .widget .newsletter-form form {
	position: relative;
	padding-right: 20px;
}

.footer-widgets .widget .newsletter-form input {
	background-color: transparent;
	border: 2px solid #1a3439;
	border-radius: 30px;
	height: 60px;
	font-size: 16px;
	font-weight: 500;
	color: #999ca5;
}

.footer-widgets .widget .newsletter-form button {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 45px;
	width: 45px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white);
	font-size: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer-widgets .widget .newsletter-form button:hover {
	background-color: #1a3439;
}

.footer-widgets .widget.nav-widget li:not(:last-child) {
	margin-bottom: 10px;
}
/* .footer-widgets .widget.nav-widget ul {
	text-align: center;
} */

.footer-widgets .widget.nav-widget li a {
	position: relative;
	line-height: 1.4;
	padding-right: 0px;
}

.footer-widgets .widget.nav-widget li a::before {
	position: absolute;
	right: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
	content: "\f104";
	line-height: 0.5;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.footer-widgets .widget.nav-widget li a:hover {
	padding-right: 15px;
}

.footer-widgets .widget.nav-widget li a:hover::before {
	opacity: 1;
	visibility: visible;
}

.footer-widgets .widget.contact-widget li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-widgets .widget.contact-widget li:not(:last-child) {
	margin-bottom: 25px;
}

.footer-widgets .widget.contact-widget li .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45px;
	flex: 0 0 45px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white);
	margin-left: 15px;
}

.footer-widgets .widget.contact-widget li .info {
	font-size: 18px;
	font-weight: 500;
}

.footer-widgets .widget.contact-widget li .info-title {
	font-size: 16px;
	color: black;
	display: block;
	margin-bottom: 2px;
}

.footer-widgets .widget.contact-widget li .info,
.footer-widgets .widget.contact-widget li .info a {
	color: var(--white);
}

.site-footer .copyright-area {
	background-color:  var(--primary-color);
	padding: 20px 40px;
}

.site-footer .copyright-area .copyright-text a {
	color: var(--primary-color);
}

.site-footer .copyright-area .social-icons li {
	display: inline-block;
	margin-left: 15px;
	
}
.site-footer .copyright-area .social-icons li:hover a {
	color: white;
	
}



.site-footer .copyright-area .social-icons {
	text-align: left;
}

/*======= Hero Section One =======*/
.hero-area-one .hero-text {
	padding-top: 220px;
	padding-bottom: 390px;
	text-align: center;
	background-color: #fde2b7;
	background-image: url(../img/hero/hero-one-bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.hero-area-one .hero-shapes .dot-one {
	position: absolute;
	left: 13%;
	top: 33%;
	width: 25px;
	height: 25px;
	border: 5px solid #24ff00;
	background-color: transparent;
	border-radius: 50%;
	z-index: -1;
}

.hero-area-one .hero-shapes .dot-two {
	position: absolute;
	right: 12%;
	top: 26%;
	width: 25px;
	height: 25px;
	border: 5px solid #ff8a00;
	background-color: transparent;
	border-radius: 50%;
	z-index: -1;
}

.hero-area-one .hero-shapes .hero-line-one {
	position: absolute;
	left: 5.5%;
	top: 20%;
	opacity: 0.15;
	z-index: -1;
}

.hero-area-one .hero-shapes .hero-line-two {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: 0.1;
}

.hero-area-one .hero-text .tagline {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--secondary-color);
	margin-bottom: 20px;
}

.hero-area-one .hero-text .title {
	font-size: 100px;
	line-height: 1;
	letter-spacing: -4px;
	margin-bottom: 40px;
}

.hero-area-one .hero-text .main-btn {
	background-color: transparent;
	border: 2px solid #e3cda8;
	color: var(--secondary-color);
}

.hero-area-one .hero-text .main-btn:hover {
	color: var(--white);
	background-color: var(--secondary-color);
}

.hero-area-one .hero-images {
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -310px;
	position: relative;
	z-index: 3;
}

.hero-area-one .hero-images .main-img {
	margin: 0 30px;
}

.hero-area-one .hero-images .image-small img {
	border-radius: 175px;
}

.hero-area-one .hero-images .image-small.fancy-bottom img {
	border-bottom-right-radius: 0;
}

.hero-area-one .hero-images .image-small.fancy-top img {
	border-top-left-radius: 0;
}

/*======= Hero Area Two =======*/
.hero-area-two {
	position: relative;
	z-index: 3;
	padding-top: 190px;
	padding-bottom: 60px;
}

.hero-area-two .hero-text .title {
	font-size: 85px;
	line-height: 1.06;
	margin-bottom: 40px;
}

.hero-area-two .hero-text p {
	position: relative;
	padding-left: 32px;
	font-size: 18px;
	color: #212020;
	line-height: 1.9;
}

.hero-area-two .hero-text p::before {
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	width: 3px;
	background-color: var(--primary-color);
	content: "";
}

.hero-area-two .hero-text .hero-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}

.hero-area-two .hero-text .video-btn {
	background-color: var(--white);
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(2, 169, 92, 0.35);
	box-shadow: 0px 0px 30px 0px rgba(2, 169, 92, 0.35);
	width: 55px;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 15px;
}

.hero-area-two .hero-shapes .dot-one {
	position: absolute;
	left: 10%;
	top: 62%;
	width: 25px;
	height: 25px;
	border: 5px solid #6c00ff;
	background-color: transparent;
	border-radius: 50%;
	z-index: -1;
}

.hero-area-two .hero-shapes .dot-two {
	position: absolute;
	right: 10%;
	top: 30%;
	width: 25px;
	height: 25px;
	border: 5px solid #ff8a00;
	background-color: transparent;
	border-radius: 50%;
	z-index: -1;
}

.hero-area-two .hero-shapes .hero-line-one {
	position: absolute;
	z-index: -1;
	left: -10px;
	top: 0;
	opacity: 0.1;
}

.hero-area-two .hero-shapes .hero-line-two {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: 0.1;
}

/*======= Page Title =======*/
.page-title-area {
	position: relative;
	z-index: 1;
	padding: 180px 0 56px;
	background-size: cover;
	background-position: center;
}

.page-title-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0,0,0,.7);
	opacity: 0.9;
}	


.page-title-area .page-title {
	color: var(--white);
	font-size: 54px;
}

.page-title-area .page-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; */
} 
.pp{
	display: block;
}

.page-title-area .page-breadcrumb li {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.page-title-area .page-breadcrumb li,
.page-title-area .page-breadcrumb li a {
	color: var(--white);
}

.page-title-area .page-breadcrumb li:not(:last-child) {
	margin-left: 45px;
}

.page-title-area .page-breadcrumb li:not(:last-child)::before,
.page-title-area .page-breadcrumb li:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	left: -35px;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border: 1px solid var(--white);
	border-radius: 50%;
	z-index: -2;
}
.page-title-area .page-breadcrumb li:not(:last-child)::before {
	width: 5px;
	height: 5px;
	border: none;
	z-index: -1;
	left: -25px;
	background-color: var(--white);
}

/*======= Common Heading =======*/
.common-heading .tagline {
	position: relative;
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: var(--primary-color);
	padding: 5px 0;
	margin-bottom: 20px;
	line-height: 1.4;
	z-index: 1;
	text-transform: uppercase;
}

.common-heading .tagline i {
	font-size: 13px;
	margin-right: 10px;
}

.common-heading .tagline .heading-shadow-text {
	font-size: 60px;
	font-family: var(--shadows-font);
	line-height: 1;
	color: var(--secondary-color);
	letter-spacing: -0.5px;
	position: absolute;
	left: 0;
	top: 30%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.1;
	z-index: -1;
	text-transform: capitalize;
}

.common-heading .title {
	font-size: 42px;
}

.common-heading.text-center .heading-shadow-text {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.common-heading.color-version-white .heading-shadow-text {
	color: #898989;
}

/* .common-heading.color-version-white .title {
	color: var(--white);
} */

/*======= Fancy Icon Box =======*/
.fancy-icon-boxes .fancy-box-item {
	background-color: var(--white);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.5);
	box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.5);
	padding: 20px 20px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 25px;
}

.fancy-icon-boxes .fancy-box-item::before,
.fancy-icon-boxes .fancy-box-item::after {
	position: absolute;
	content: "";
	background-color: var(--primary-color);
	-webkit-transition: linear 0.3s;
	-o-transition: linear 0.3s;
	transition: linear 0.3s;
	visibility: hidden;
	opacity: 0;
}

.fancy-icon-boxes .fancy-box-item::before {
	right: -5px;
	bottom: -5px;
	height: 5px;
	width: 50%;
}

.fancy-icon-boxes .fancy-box-item::after {
	right: -5px;
	bottom: -5px;
	height: 50%;
	width: 5px;
}

.fancy-icon-boxes .fancy-box-item .icon {
	margin-left: 25px;
	color: var(--primary-color);
	font-size: 65px;
	line-height: 0.5;
}
.fancy-icon-boxes .fancy-box-item .icon img {
	border-radius: 50%;
    height: 130px;
	width: 130px;
    overflow: hidden;
}


.fancy-icon-boxes .fancy-box-item .title {
	font-size: 18px;
	margin-bottom: 8px;
}
.fancy-icon-boxes .fancy-box-item p {
	height: 50px;
	overflow: hidden;
}

.fancy-icon-boxes .fancy-box-item:hover::before,
.fancy-icon-boxes .fancy-box-item:hover::after {
	visibility: visible;
	opacity: 1;
}

.fancy-icon-boxes .fancy-box-item:hover::before {
	width: 100%;
}

.fancy-icon-boxes .fancy-box-item:hover::after {
	height: 100%;
}

/*======= Fancy Icon List =======*/
.fancy-icon-list .fancy-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.fancy-icon-list .fancy-list-item:not(:last-child) {
	margin-bottom: 40px;
}

.fancy-icon-list .fancy-list-item .icon {
	margin-right: 25px;
	color: var(--primary-color);
	font-size: 45px;
	line-height: 0.5;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.fancy-icon-list .fancy-list-item .title {
	font-size: 20px;
	margin-bottom: 8px;
}

.fancy-icon-list .fancy-list-item:hover .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

/*======= Icon Boxes =======*/
.icon-boxes .icon-box {
	background-color: var(--white);
	position: relative;
	padding: 50px 40px;
	text-align: center;
	z-index: 1;
	border: 1px solid var(--secondary-color);
	border-radius: 25px;
	overflow: hidden;
}
.icon-boxes .icon-box:hover {
	box-shadow: 0px 8px 21px 4px rgb(0 29 35 / 20%);
}

.icon-boxes .icon-box > * {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.icon-boxes .icon-box .title {
	font-size: 20px;
	margin-bottom: 15px;
}

.icon-boxes .icon-box .icon {
	color: var(--primary-color);
	font-size: 65px;
	line-height: 0.5;
	margin-bottom: 30px;
}

.icon-boxes .icon-box .link {
	height: 55px;
	width: 55px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	color: var(--secondary-color);
	border: 2px solid #e5e8e9;
	border-radius: 50%;
	margin-top: 25px;
}

.icon-boxes .icon-box .box-index {
	position: absolute;
	left: 50%;
	top: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 200px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.1em;
	color: var(--secondary-color);
	opacity: 0.12;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px var(--secondary-color);
	z-index: -1;
}

.icon-boxes .icon-box .box-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0;
}
.icon-boxes .icon-box .max{
	height: 200px;
    overflow: hidden;

}

.icon-boxes .icon-box .box-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0;
	-webkit-transition: 0.9s ease-in-out;
	-o-transition: 0.9s ease-in-out;
	transition: 0.9s ease-in-out;
	
}

.icon-boxes .icon-box .box-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.icon-boxes .icon-box:hover .box-img {
	opacity: 1;
}

.icon-boxes .icon-box:hover .box-img::before {
	opacity: 0.9;
}

/* .icon-boxes .icon-box:hover,
.icon-boxes .icon-box:hover .title {
	color: var(--white);
} */

.icon-boxes .icon-box .link {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white);
}

/* .icon-boxes .icon-box:hover .box-index {
	color: var(--white);
	opacity: 0.05;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px var(--white);
} */



.icon-box p{
	height: 140px;
	overflow: hidden;
	color: #000;
}

/*======= Project Item =======*/
.project-items .project-item {
	position: relative;
	margin-bottom: 35px;
	border-radius: 25px;
	overflow: hidden;
}
.project-items.project-style-one > div a{
    display:block;
}
.project .fa-trash{
	font-size: 20px;
    color: rgb(148, 102, 174);
}
.project-items .project-item .thumb {
	width: 100%;
	height: 270px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.project-items .project-item .content {
	padding: 55px 40px 35px;
	background-color: var(--white);
	position: relative;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.3);
	box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.3);
}

.project-items .project-item .cats {
	margin-bottom: 35px;
	text-align: center;
}

.project-items .project-item .cats a {
	background-color: var(--primary-color);
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 20px;
}
.project-items .project-item .cats h2 {
	background-color: var(--primary-color);
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	padding: 18px 20px;
    border-radius: 10px;

}



.project-items .project-item .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	line-height: 1.2;
}

.project-items .project-item .author img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
}

.project-items .project-item .author a {
	color: var(--body-color);
	font-weight: 700;
}

.project-items .project-item .author a:hover {
	color: var(--primary-color);
}

.project-items .project-item .title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
	height: 58px;
	overflow: hidden;
}

.project-items .project-item .stats-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
}

.project-items .project-item .stats-value .value,
.project-items .project-item .stats-percentage {
	font-weight: 700;
	color: var(--secondary-color);
}

.project-items .project-item .stats-bar {
	width: 100%;
	background: var(--white);
	height: 3px;
	margin-top: 8px;
	position: relative;
}

.project-items .project-item .stats-bar .bar-line {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 2s ease-in-out;
	-o-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
	background-color: var(--primary-color);
}

.project-items .project-item .date {
	margin-top: 25px;
	font-size: 16px;
	font-weight: 500;
	color: black;
}

.event-area .event-items .single-event-item .date{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	color: black;
}
.black h2{
	color: black;
}

.project-items .project-item .date i {
	color: var(--primary-color);
	margin-right: 8px;
}


/*======= Project One =======*/
.project-items.project-style-one .project-item .cats {
	position: absolute;
	left: 40px;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
}

.project-style-one.no-shadow .project-item .content {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.project-items.project-style-one.project-slider-one .title {
	font-size: 18px;
	height: 50px;
	overflow: hidden;
}

/*======= Project Two =======*/
/* .project-items.project-style-two .project-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
} */
.new-complate{
	width: 700px;
    height: 400px;
    margin: 0px auto;
}
.new-complate img{
	border-radius: 25px;
}
.project-items.project-style-two .project-item .thumb {
	height: unset;
	min-height: 400px;
	width: 55%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
}

.project-items.project-style-two .project-item .content {
	padding: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.project-items.project-style-two .project-item .content-details {
	padding: 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 25px;
}
.project-items.project-style-two .project-item .content-details ul {
	list-style-type: disc;
}
.project-items.project-style-two .project-item .content-details .img-news {
	width: 300px;
	height: 225px;
}
.project-items.project-style-two .project-item .content-details .img-news img {
	width: 100%;
	height: 100%;
}
.project-items.project-style-two .project-item .content-details ul {
	font-size: 16px;
}

.project-items.project-style-two .project-item .title {
	font-size: 24px;
	margin-bottom: 30px;
}
.project-items.project-style-two .project-item .content-deatels {
	font-size: 16px;
	margin-bottom: 30px;
	/* height: 200px;
	overflow: hidden; */
}

.donate-pro .project-items .title p{
	color: #696969;
}
/* .donate-deatels{
	font-size: 24px;
	margin-bottom: 30px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #000;
} */

/*======= Project Three =======*/
.project-items.project-style-three .project-item .thumb {
	position: relative;
	height: 470px;
	z-index: 1;
}

.project-items.project-style-three .project-item .thumb::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 29, 35, 0)),
        color-stop(30%, rgba(0, 29, 35, 0.5)),
        to(rgb(0, 29, 35))
    );
	background-image: -o-linear-gradient(
        top,
        rgba(0, 29, 35, 0) 0%,
        rgba(0, 29, 35, 0.5) 30%,
        rgb(0, 29, 35) 100%
    );
	background-image: linear-gradient(
        180deg,
        rgba(0, 29, 35, 0) 0%,
        rgba(0, 29, 35, 0.5) 30%,
        rgb(0, 29, 35) 100%
    );
}

.project-items.project-style-three .project-item .content {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	padding: 45px;
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.project-items.project-style-three .project-item .cats {
	position: absolute;
	right: 0;
	top: 20px;
	right: 20px;
	z-index: 2;
	margin: 0;
}

.project-items.project-style-three .project-item .content-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.project-items.project-style-three .project-item .date {
	margin: 0;
}

.project-items.project-style-three .project-item .author {
	margin: 0 30px 0 0;
}

.project-items.project-style-three .project-item .value-title {
	color: #c9c9c9;
}

.project-items.project-style-three .project-item .title {
	font-size: 22px;
	height: 60px;
    overflow: hidden;
	color: white;
}
.project-items.project-style-three .project-item .donate-title {
	font-size: 22px;
	color: white;
	height: auto;
}
.donate-deatels {
	font-size: 18px;
	/* height: 200px;
    overflow: hidden; */
	background-color: white;
	text-align: center;
    padding: 20px 15px;
	
}

.project-items.project-style-three .project-item .date,
.project-items.project-style-three .project-item .author a,
.project-items.project-style-three .project-item .title a,
.project-items.project-style-three .project-item .stats-value .value,
.project-items.project-style-three .project-item .stats-percentage {
	color: var(--white);
}

.project-items.project-style-three .project-item .stats-bar {
	margin-top: 15px;
}

/*======= Project Four =======*/
.project-items.project-style-four .project-item {
	display: block;
	text-align: center;
}

.project-items.project-style-four .project-item .thumb {
	height: unset;
	min-height: 320px;
	width: 43%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
}

.project-items.project-style-four .project-item .content {
	padding: 0 20px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.project-items.project-style-four .project-item .title {
	font-size: 18px;
	height: 52px;
	overflow: hidden;
}
.project-items.project-style-four .project-item .content p{
    height: 150px;
    overflow: hidden;
}
/*======= Project Section =======*/
.project-section.project-section-extra-gap {
	padding-top: 50px;
	padding-bottom: 110px;
	background-color: rgb(238,238,238);
}

.project-section.project-section-two {
	padding-top: 115px;
	position: relative;
	z-index: 1;
}

.project-section.project-section-two::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 79%;
	background-color: var(--secondary-color);
}

/*======= Emergency Project With CTA =======*/
.emergency-project-with-cta {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.emergency-project-with-cta .custom-bg {
    position: absolute;
    width: 250px;
    height: 250px;
    object-fit: contain;
    opacity: 0.7;
    animation: boooom 2.5s infinite linear;
}

@keyframes boooom {
    0% {
        transform: scale(1) rotate(0);
    }
    50% {
        transform: scale(1.15) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.emergency-project-with-cta .custom-bg.bg-01 {
    bottom: -50px;
    right: calc(50% - 125px);
}
.emergency-project-with-cta .custom-bg.bg-02 {
    top: 0;
    right: 20%;
    width: 300px;
    height: 300px;
}
.emergency-project-with-cta .custom-bg.bg-03 {
    left: 0;
    top: 20%;
    bottom: 20%;
    width: auto;
    height: auto;
}
.emergency-project-with-cta .custom-bg.bg-04 {
    bottom: 50px;
    right: 0;
    width: 300px;
    height: 300px;
}

@media (max-width: 991px) {
    .emergency-project-with-cta .custom-bg {
        height: 200px !important;
        width: 150px !important;
    }
    .emergency-project-with-cta .custom-bg.bg-02 {
        right: 0;
    }
    .emergency-project-with-cta .custom-bg.bg-01 {
        bottom: 0;
        left: 0;
        right: auto;
    }
    .emergency-project-with-cta .custom-bg.bg-04 {
        bottom: 0;
        right: 0;
    }
}

.emergency-project-with-cta .emergency-project-slider {
	padding-bottom: 110px;
	padding-top: 50px;
	position: relative;
	z-index: 1;
}

.emergency-project-with-cta .emergency-project-slider img {
    height: 250px;
    border-radius: 15px;
}

.emergency-project-with-cta .cta-box {
	margin-bottom: -230px;
	position: relative;
	z-index: 2;
}

/*======= Project Slider Arrow =======*/
.project-slider-two .slick-arrow {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: transparent;
	color: var(--secondary-color);
	border: 2px solid var(--border-color);
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	left: -80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.project-slider-two .slick-arrow.slick-next {
	left: auto;
	right: -80px;
}

.project-slider-two .slick-arrow:hover {
	background-color: var(--primary-color);
	color: var(--white);
	border-color: transparent;
}

.image-text-block-slider .slick-arrow {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: var(--secondary-color);
	color: var(--white);
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	left: -100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.image-text-block-slider .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

.image-text-block-slider .slick-arrow:hover {
	background-color: var(--primary-color);
}
/*======= Project Details =======*/
.project-summery {
	padding: 0 30px 0 40px;
}

.project-summery .category {
	padding: 10px 20px;
	line-height: 1;
	color: var(--white);
	background-color: var(--primary-color);
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(2, 169, 92, 0.5);
	box-shadow: 0px 10px 30px 0px rgba(2, 169, 92, 0.5);
	margin-bottom: 35px;
}

.project-summery .category:hover {
	background-color: var(--secondary-color);
}

.project-summery .project-title {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.4;
}

.project-summery .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.project-summery .meta .author a {
	color: var(--secondary-color);
	font-weight: 700;
	margin-left: 10px;
}

.project-summery .meta .date {
	display: block;
	font-weight: 500;
	color: var(--body-color);
	margin-left: 25px;
}

.project-summery .meta .date i {
	color: var(--primary-color);
	margin-right: 8px;
}

.project-summery .meta .date:hover {
	color: var(--primary-color);
}

.project-summery .project-funding-info {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 15px 1fr 15px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin: 35px 0 40px;
}

.project-summery .project-funding-info .info-box {
	padding: 25px 20px;
	background-color: var(--primary-soft-color);
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: var(--secondary-color);
	line-height: 1.1;
	border-radius: 5px;
}

.project-summery .project-funding-info .info-box span {
	display: block;
}

.project-summery .project-funding-info .info-box .info-title {
	font-size: 16px;
	color: var(--body-color);
	font-weight: 400;
	margin-top: 12px;
}

.project-summery .project-raised .raised-label,
.project-summery .project-raised .percent-raised {
	font-size: 18px;
	color: var(--secondary-color);
	font-weight: 700;
	line-height: 1;
}

.project-summery .project-raised .stats-bar {
	position: relative;
	width: 100%;
	height: 3px;
	background-color: var(--primary-soft-color);
	margin-top: 20px;
}

.project-summery .project-raised .stats-bar .bar-line {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 2s ease-in-out;
	-o-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
	background-color: var(--primary-color);
}

.project-form {
	margin-top: 35px;
}

.project-form .donation-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px;
}

.project-form .donation-amount li {
	width: 92px;
	height: 50px;
	border: 2px solid var(--border-color);
	border-radius: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	color: var(--secondary-color);
	margin: 4px;
}

.project-form button {
	margin-top: 25px;
}

.project-details-tab {
	margin-top: 75px;
}

.project-details-tab .nav-tabs {
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--white);
	-webkit-box-shadow: 0px 10px 30px 0px rgb(195 195 195 / 30%);
	box-shadow: 0px 10px 30px 0px rgb(195 195 195 / 30%);
	padding: 0 20px;
	position: relative;
	margin-bottom: 60px;
}

.project-details-tab .nav-tabs .nav-item .nav-link {
	border: none;
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--secondary-color);
	margin: 0;
	position: relative;
	padding: 24px;
	margin: 0 10px;
}

.project-details-tab .nav-tabs::before {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -15px;
	background-color: #eaeaea;
	z-index: -1;
	height: 100%;
}

.project-details-tab .nav-tabs .nav-item .nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--primary-color);
	width: 100%;
	height: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	opacity: 1;
}

.project-details-tab .nav-tabs .nav-item .nav-link.active,
.project-details-tab .nav-tabs .nav-item .nav-link:hover {
	color: var(--primary-color);
}

.project-details-tab .nav-tabs .nav-item .nav-link.active::before,
.project-details-tab .nav-tabs .nav-item .nav-link:hover::before {
	opacity: 1;
	visibility: visible;
	height: 3px;
}

.project-details-tab .description-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.project-details-tab .description-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px 0 20px;
}

.project-details-tab .description-list li {
	width: 50%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	color: var(--secondary-color);
	margin-bottom: 20px;
}

.project-details-tab .description-list li::before {
	width: 40px;
	height: 40px;
	display: block;
	border: 2px solid rgb(2 169 92 / 7%);
	text-align: center;
	line-height: 40px;
	margin-right: 16px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	font-family: 'Almarai';
	content: "\f00c";
	font-weight: 400;
	font-size: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: var(--primary-color);
}

.project-details-tab .description-list li:hover::before {
	color: var(--white);
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.project-details-tab .rewards-box {
	padding: 40px;
	background-color: var(--primary-soft-color);
	text-align: center;
	border-radius: 25px;
}

.project-details-tab .rewards-box .title {
	font-size: 24px;
	margin-bottom: 15px;
}

.project-details-tab .rewards-box .rewards-count {
	margin: 20px 0 10px;
	font-size: 18px;
	font-weight: 500;
	color: var(--secondary-color);
	display: block;
	line-height: 1;
}

.project-details-tab .rewards-box .rewards-count span {
	color: var(--primary-color);
	font-size: 25px;
	font-weight: 700;
}

.project-details-tab .rewards-box .delivery-date {
	margin: 15px 0;
}

.project-details-tab .rewards-box .delivery-date span {
	display: block;
	font-size: 18px;
	color: var(--secondary-color);
	font-weight: 500;
}

.project-details-tab .rewards-box .rewards-info {
	color:#000;
	margin-bottom: 30px;
}

.project-details-tab .rewards-box .rewards-info i {
	color: var(--primary-color);
	/* margin-right: 15px; */
	font-size: 18px;
}
.project-details-tab .rewards-box .rewards-info li{
	display: flex;
	align-items: center;
}

.project-details-tab .rewards-box .rewards-info li:not(:last-child) {
	margin-bottom: 5px;
}

/*======= Counter Boxes =======*/
.counter-boxes .counter-box .icon {
	font-size: 60px;
	line-height: 0.5;
	color: var(--primary-color);
	margin-bottom: 25px;
}

.counter-boxes .counter-box .title {
	font-size: 16px;
	font-weight: 500;
}

.counter-boxes .counter-box .count-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 42px;
	color: var(--secondary-color);
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 10px;
}

.counter-boxes .counter-box p {
	margin-top: 20px;
	position: relative;
	padding-left: 30px;
}

.counter-boxes .counter-box p::before {
	content: "";
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: var(--primary-color);
	position: absolute;
}

.counter-boxes .counter-box.icon-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.counter-boxes .counter-box.icon-left .icon {
	margin-bottom: 0;
	margin-right: 25px;
	padding: 10px;
}

.counter-boxes .icon.white-color,
.counter-boxes .content.white-color .title,
.counter-boxes .content.white-color .icon,
.counter-boxes .content.white-color p,
.counter-boxes .content.white-color .count-wrap {
	color: var(--white);
}

/*======= Counter Section =======*/
.counter-section-one {
    position: relative;
	z-index: 2;
}
.counter-section-one .container {
	position: relative;
	z-index: 2;
	padding: 60px 0 20px;
}

.counter-section-one.mt-negative {
	margin-top: -96px;
	/*background-color: rgb(238,238,238);*/
	background-color: var(--primary-color);
}

.counter-section-one .container::before {
	content: "";
	position: absolute;
	top: 0;
	left: -90px;
	right: -90px;
	z-index: -1;
	height: 100%;
	background-color: var(--primary-color);
}

.counter-with-image-text-block .counter-boxes-area {
	padding-top: 375px;
	padding-bottom: 20px;
}

.counter-with-image-text-block .image-text-block-area {
	position: relative;
	z-index: 2;
	margin-bottom: -295px;
}

.counter-with-video .counter-boxes-area {
	padding-top: 380px;
	padding-bottom: 20px;
}

.counter-with-video .video-area {
	position: relative;
	z-index: 2;
	margin-bottom: -300px;
}

/*======= Testimonial Box =======*/
.testimonial-box-one {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.5);
	box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.5);
	background-color: var(--white);
	padding: 35px;
}


/* .testimonial-box-one .testimonial-desc {
	height: 150px;
	overflow: hidden;
} */


.testimonial-box-one .author-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.testimonial-box-one .author-info .author-img {
	width: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	margin-left: 20px;
}

.testimonial-box-one .author-info .author-img img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.testimonial-box-one .author-info .name {
	font-size: 20px;
	margin-bottom: 10px;
	height: 30px;
}

.testimonial-box-one .author-info .position {
	font-size: 15px;
	/* color: var(--thm-color); */
    font-size: 18px;;
	line-height: 1;
	font-weight: 500;
}
/* .testimonial-box-one .author-info :hover{
	
	color: white;
   
} */

.testimonial-box-one .rating-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #edefef;
}

.testimonial-box-one .rating-wrap span {
	margin-left: 15px;
	color: var(--secondary-color);
	font-weight: 700;
}

.testimonial-box-one .rating-wrap li {
	display: inline-block;
	margin-right: 5px;
	color: #ffb400;
}

/*======= Testimonial Box Two =======*/
.testimonial-box-two {
	position: relative;
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 30px 0px rgb(223 223 223 / 50%);
    box-shadow: 0px 10px 30px 0px rgb(223 223 223 / 50%);
    padding: 35px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid var(--secondary-color);
	border-radius: 25px;
    /* border-top-left-radius: 75px; */
    margin-bottom: 125px;
}

.testimonial-box-two .author-img {

	position: absolute;
    top: -70px;
	background-color: var(--secondary-color);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: .9s ease-in-out;
}
.testimonial-box-two:hover .author-img{

	position: absolute;
    top: -70px;
	background-color: var(--secondary-color);
    border-radius: 25px;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.testimonial-box-two:hover .author-img{
	background-color: rgb(148,102,174);
	color: #000;
	
}
.testimonial-box-two:hover{
	
	border: 3px solid rgb(148,102,174);
	transition:all 0.3s ease-in-out;
	
}

.testimonial-box-two .author-img h4 {

	color: white;
	transition:all 0.3s ease-in-out;
}

.testimonial-box-two .rating-wrap li {
	display: inline-block;
	color: #ffb400;
	margin-right: 5px;
	line-height: 1;
}

.testimonial-box-two .rating-wrap {
	position: absolute;
	right: 55px;
	bottom: 30px;
}

.testimonial-box-two .author-info .name {
	font-size: 18px;
	padding-left: 40px;
	padding-right: 10px;
	position: relative;
}

.testimonial-box-two .author-info .name::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 3px;
	width: 25px;
	background-color: var(--primary-color);
}

.testimonial-box-two .author-info .position {
	font-size: 15px;
	font-weight: 500;
	color: var(--primary-color);
}

.testimonial-box-two .author-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}

/*======= Testimonials Section =======*/
.testimonials-section .testimonial-boxes.square-shape {
	margin-left: 30px;
	position: relative;
	z-index: 1;
}

.testimonials-section .testimonial-boxes.square-shape::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 450px;
	height: 450px;
	background-color: #f4f4f6;
}

.testimonials-section .testimonial-boxes.square-shape-two {
	position: relative;
	z-index: 1;
}

.testimonials-section .testimonial-boxes.square-shape-two::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 865px;
	height: 490px;
	background-color: var(--primary-soft-color);
}

.testimonial-author-boxes {
	border: 1px solid #edefef;
	padding: 35px;
	margin-right: 80px;
	margin-top: 45px;
}

.testimonial-author-boxes h6 {
	font-size: 18px;
	margin-bottom: 15px;
}

.testimonial-author-boxes .author-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.testimonial-author-boxes .author-images li {
	width: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
}

.testimonial-author-boxes .author-images a {
	display: block;
}

.testimonial-author-boxes .author-images img {
	width: 50px;
	height: 50px;
	border: 2px solid var(--white);
	border-radius: 50%;
}

.testimonial-author-boxes .author-images li:not(:first-child) {
	margin-left: -25px;
}

.testimonial-author-boxes .author-images .more-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white);
	font-size: 15px;
}

.testimonial-author-boxes .author-images .more-icon:hover {
	background-color: var(--secondary-color);
	color: var(--white);
}

/*======= Call To Action =======*/
.cta-box {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 55px;
	color: var(--white);
	text-align: center;
}

.cta-box .cta-title {
	color: var(--white);
	font-size: 42px;
	line-height: 1.3;
	margin-bottom: 25px;
}

.cta-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--secondary-color);
	opacity: 0.9;
}

.cta-box .main-btn {
	margin-top: 30px;
}

.cta-box.cta-primary-overly::before {
	background-color: var(--primary-color);
}

.cta-box.cta-double-content {
	padding: 80px 45px;
}

.cta-box.cta-double-content::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 80px;
	bottom: 80px;
	width: 1px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--white);
	z-index: 1;
	opacity: 0.2;
}

/*======= Latest Blog =======*/
.latest-blog-posts .post-thumb img {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.latest-blog-posts .post-thumbb img {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.latest-blog-posts .latest-post-box{
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 35px;
}

.latest-blog-posts .post-thumb {
	overflow: hidden;
}
.latest-blog-posts .post-thumbb {
	position: relative;
    overflow: hidden;
    margin-top: 25px;
}
.latest-blog-posts h5{
	margin-top: 10px;
	text-align: center;
	color: #363636;
}
.latest-blog-posts .post-thumb img:hover {
	transform: scale(1.09);
	
}
.latest-blog-posts .post-thumbb img:hover {
	transform: scale(1.09);
	
}

.blog-post-loop .post-item h4{
	margin:15px 0;
}


.latest-blog-posts .post-content {
	background-color: var(--white);
	border: 1px solid #edefef;
	padding: 30px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.latest-blog-posts .post-content .post-date {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	color: black;
}

.latest-blog-posts .post-content .post-date i {
	margin-left: 8px;
	color: var(--primary-color);
}

.latest-blog-posts .post-content .title {
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 1.4;
	height: 50px;
	overflow: hidden;
}

.latest-blog-posts .post-content .post-link {
	background-color: #e5e8e9;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 30px;
	color: var(--body-color);
	border-radius: 30px;
}

.latest-blog-posts .post-content .post-link i {
	margin-right: 6px;
}
/* .latest-blog-posts .post-content .post-link:hover i {
	margin-right: 16px;
	transition: .3s all;
} */


.latest-blog-posts .post-content .post-link:hover {
	background-color: var(--primary-color);
	color: var(--white);
}
/* .latest-blog-posts .post-content .post-link:hover fa-arrow-left {
	padding-left: 20px;
} */


.latest-blog-posts.style-two .latest-post-box:hover .post-content {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.5);
	box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.5);
	border-color: transparent;
}
/* team manger*/

.team-section .team-item {
    margin-bottom: 30px;
    position: relative;
}

.team-section .team-item .team-image {
    overflow: hidden;
    margin: 16px 16px 0;
    padding-bottom: 110px;
    border-radius: 0.5em 0.5em 0 0;
    -webkit-box-shadow: 0px 2px 15px rgb(0 0 0 / 6%);
    box-shadow: 0px 2px 15px rgb(0 0 0 / 6%);
}
.team-section .team-item .team-image img {
    width: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    height:315px;
}
.team-section .team-item .team-image img:hover {
 transform: scale(1.09);
}
.team-section .team-item .team-content {
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 1em;
    border-radius: 20px;
    background: var(--primary-color);
}
.team-section .team-item .team-content h5 {
    font-size: 18px;
}





.team-section-pro .latest-blog-posts .team-item-pro  .team-content h5{
	color: white;
}
.team-section-pro .latest-blog-posts .team-item-pro  .team-content h3{
	color: white;
	font-size:24px;
}
.team-section-pro .latest-blog-posts .team-item-pro  .team-content p{
	color: white;
}






.contact-section .contact-info-text p{
	color: #696969;
}
.contact-section .contact-info-boxes .info-box .info-content p{
	color: #696969;
}
/* .team-section .team-item:hover .team-content{
	margin-bottom: 10px;
	background-color: red;
  } */











/*======= Funden Video =======*/
.funden-video {
	position: relative;
	z-index: 1;
}

.funden-video::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: var(--secondary-color);
	opacity: 0.55;
}

.funden-video.with-video-shape .video-shape {
	position: absolute;
	right: -120px;
	bottom: -80px;
	z-index: -1;
}

.funden-video .video-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: var(--white);
	color: var(--primary-color);
	z-index: 3;
	width: 75px;
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
	border-radius: 50%;
}

.funden-video .video-popup::before,
.funden-video .video-popup::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-color: var(--white);
	opacity: 0.1;
}

.funden-video .video-popup::before {
	height: 130px;
	width: 130px;
}

/*======= Image Text Block =======*/
.image-text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.image-text-block .block-img {
	width: 46%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
}

.image-text-block .block-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.image-text-block .italic-text {
	color: var(--secondary-color);
}

.image-text-block .block-content {
	max-width: 100%;
	background-color: var(--white);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.3);
	box-shadow: 0px 10px 30px 0px rgba(223, 223, 223, 0.3);
	padding: 80px 80px 60px;
}

.image-text-block.text-block-two .block-img {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.image-text-block.text-block-two .block-content {
	padding: 35px 0 35px 35px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*======= Check List =======*/
.check-list li {
	position: relative;
	padding-left: 50px;
}

.check-list li::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	font-family: 'Almarai';
	content: "\f00c";
	background-color: var(--primary-color);
	color: var(--white);
}

.check-list li:not(:last-child) {
	margin-bottom: 25px;
}

.check-list li .title {
	font-size: 22px;
	margin-bottom: 10px;
}

/*======= Accordion =======*/
.accordion .accordion-item {
	background-color: var(--white);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 2, 0.06);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 2, 0.06);
	padding: 18px 35px;
}

.accordion .accordion-item:not(:last-child) {
	margin-bottom: 15px;
}

.accordion .accordion-item .accordion-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--secondary-color);
	padding-left: 45px;
	position: relative;
	cursor: pointer;
}

.accordion .accordion-item .accordion-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-color: var(--primary-color);
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.accordion .accordion-item .accordion-title::after {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\f105";
	font-family: 'Almarai';
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	z-index: 1;
	color: var(--white);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.accordion .accordion-item .accordion-title[aria-expanded="true"]:after {
	-webkit-transform: translate(-51%, -45%) rotate(90deg);
	-ms-transform: translate(-51%, -45%) rotate(90deg);
	transform: translate(-51%, -45%) rotate(90deg);
}

.accordion .accordion-item .accordion-content {
	padding-top: 10px;
	padding-left: 45px;
}

/*======= FAQ Tabs =======*/
.faq-accordion-tab .nav {
	padding: 15px 30px;
	border: none;
	background-color: var(--primary-soft-color);
	margin: -3px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.faq-accordion-tab .tab-nav-area {
	margin-bottom: 35px;
}

.faq-accordion-tab .nav .nav-item {
	margin: 3px;
}

.faq-accordion-tab .nav .nav-item .nav-link {
	background-color: transparent;
	border: none;
	margin: 0;
	border-radius: 0;
	color: var(--secondary-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	padding: 6px 20px;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.faq-accordion-tab .nav .nav-item .nav-link.active {
	background-color: var(--primary-color);
	color: var(--white);
}

/*======= Partners Logo =======*/
.partners-logos-one .logo {
	background-color: #e5f6ee;
	width: 100%;
	height: 115px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
}

.partners-logos-two .logo {
	display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
	/* padding: 50px; */
	text-align: center;
}

.partners-logos-two .logo img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.3;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
	height: 100px;
	overflow: hidden;
}

.partners-logos-two .logo img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/*======= Partners Section With CTA =======*/
.partners-with-cta .partners-logos {
	position: relative;
	z-index: 1;
	background-color: var(--primary-soft-color);
	padding-top: 300px;
	padding-bottom: 40px;
}

.partners-with-cta .cta-boxes {
	position: relative;
	z-index: 2;
	margin-bottom: -210px;
}

.partners-with-cta .partners-logos::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../img/world-map-2.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.03;
}
.partners-section{
	padding-top: 50px;
}

.partners-section-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.partners-section-padding .partners-logos-two a{
	color: #000;
	margin-bottom: 30px;
}
/* .partners-section-padding .partners-logos-two a img{
	height: 50px;
	overflow: hidden;
} */

/*======= Team Member =======*/
.team-members .member-box {
	position: relative;
	padding-bottom: 30px;
	text-align: center;
}

.team-members .member-box .member-photo img {
	width: 100%;
}

.team-members .member-box .member-info {
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
	background-color: var(--white);
	-webkit-box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.1);
	padding: 20px;
}

.team-members .member-box .member-info .name {
	font-size: 22px;
	margin-bottom: 5px;
}

.team-members .member-box .member-info .title {
	font-size: 17px;
	font-weight: 500;
	color: var(--primary-color);
	line-height: 1;
}

.team-members .member-box .member-info .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
	display: none;
}

.team-members .member-box .member-info .social-links a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #e5e8e9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #999ca5;
	margin: 0 5px;
}

.team-members .member-box .member-info .social-links a:hover {
	background-color: var(--primary-color);
	color: var(--white);
}

.team-slider-area {
	padding-top: 115px;
	padding-bottom: 60px;
}

.team-slider-area .member-box {
	margin-bottom: 50px;
}

/*======= Pricing =======*/
.pricing-box {
	padding: 55px;
	background-color: var(--white);
	position: relative;
	z-index: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pricing-box .plan-name {
	font-size: 15px;
	letter-spacing: 4px;
	color: var(--primary-color);
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pricing-box .price {
	font-size: 65px;
	line-height: 1;
	color: var(--secondary-color);
	letter-spacing: -2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pricing-box .price .currency {
	font-size: 24px;
	margin-right: 10px;
	position: relative;
	top: 10px;
}

.pricing-box .plan-subtitle {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 35px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	line-height: 1.5;
}

.pricing-box .plan-feature li {
	font-size: 17px;
	line-height: 1.5;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pricing-box .plan-feature li i {
	color: var(--primary-color);
	font-size: 15px;
	margin-right: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pricing-box .plan-feature li.hidden-feature {
	opacity: 0.3;
}

.pricing-box .plan-feature li:not(:last-child) {
	margin-bottom: 15px;
}

.pricing-box .pricing-btn {
	margin-top: 35px;
	background-color: #e5f6ee;
	color: var(--secondary-color);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	padding: 15px 45px;
	border-radius: 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pricing-box .pricing-btn i {
	margin-left: 5px;
}

.pricing-box .plan-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}

.pricing-box .plan-tag {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: -1;
	background-color: var(--white);
	color: var(--primary-color);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 30px;
	padding: 8px 15px;
}

.pricing-box:hover,
.pricing-box.featured-plan {
	background-color: var(--primary-color);
}

.pricing-box:hover .plan-name,
.pricing-box:hover .price,
.pricing-box:hover .plan-subtitle,
.pricing-box:hover .plan-feature li,
.pricing-box:hover .plan-feature li i,
.pricing-box.featured-plan .plan-name,
.pricing-box.featured-plan .price,
.pricing-box.featured-plan .plan-subtitle,
.pricing-box.featured-plan .plan-feature li,
.pricing-box.featured-plan .plan-feature li i {
	color: var(--white);
}

.pricing-box:hover .plan-feature li.hidden-feature,
.pricing-box.featured-plan .plan-feature li.hidden-feature {
	opacity: 0.4;
}

.pricing-box:hover .pricing-btn,
.pricing-box.featured-plan .pricing-btn {
	color: var(--primary-color);
}

.pricing-box:hover .plan-shape,
.pricing-box.featured-plan .plan-shape {
	opacity: 0.1;
	visibility: visible;
}

/*======= Event Items =======*/
.event-items .single-event-item {
	position: relative;
	z-index: 1;
	background-color: var(--white);
	-webkit-box-shadow: 0px 30px 60px 0px rgba(0, 29, 35, 0.07);
	box-shadow: 0px 30px 60px 0px rgba(0, 29, 35, 0.07);
	padding: 40px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50px
}




.rate-items{
position: relative;
z-index: 1;
background-color: var(--white);

}

.rate-items.job-page {
    position: static;
}

.rate-items .rate-item{
	border-radius: 25px;
	background: #e9ecef;
	padding: 30px 15px;
	transition: 0.3s ease-in-out;
}
.module-section .rate-items .rate-item{
    height:160px;
}
.rate-items .rate-item:hover{

	/* box-shadow: 0px 3px 20px 3px #343a407a; */
	box-shadow: 0px 8px 21px 4px rgb(0 29 35 / 20%);
}
.module-section .rate-items .rate-item:hover{
    box-shadow:none;
}
.module-section .rate-items .rate-item a{
    color:initial;
}
.module-section .rate-items i{
    color: var(--primary-color);
}
    

.rate-items .rate-item .rate-inner{
	display: flex;
    flex-flow: row;
    align-items: center;
}
.rate-items .rate-item .rate-inner .rate-content ul li i{
	margin-left: 7px;
}
.rate-items .rate-item .rate-inner .rate-content ul li strong{
	color:initial;
}
.rate-items .rate-item .event-thumb {
	width: 155px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 155px;
	flex: 0 0 155px;
}
.rate-items .rate-item .event-thumb img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
}

.event-items .single-event-item .event-thumb {
	width: 155px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 155px;
	flex: 0 0 155px;
}

.event-items .single-event-item .event-thumb img {
	width: 155px;
	height: 155px;
	border-radius: 50%;
	overflow: hidden;
}

.event-items .single-event-item .event-content {
	padding: 0 25px 0 175px;
}

.event-items .single-event-item .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	line-height: 1;
	justify-content: flex-start;
}
.event-items .single-event-item .event-content p{
	height: 175px;
    overflow: hidden;
	color: gray;
}

.event-items .single-event-item .meta li:not(:last-child) {
	margin-left: 25px;
}

.event-items .single-event-item .meta .category {
	background-color: var(--primary-color);
	color: var(--white);
	font-size: 15px;
	font-weight: 700;
	padding: 10px 20px;
    border-radius: 25px;
}

.event-items .single-event-item .meta .category:hover {
	background-color: var(--secondary-color);
}

.event-items .single-event-item .meta .date {
	font-size: 16px;
	color: var(--body-color);
}

.event-items .single-event-item .meta .date i {
	margin-left: 10px;
	font-size: 18px;
	color: var(--secondary-color);
}

.event-items .single-event-item .meta .date:hover {
	color: var(--primary-color);
}

.event-items .single-event-item .event-title {
	font-size: 24px;
	margin-bottom: 15px;
	height: 35px;
	overflow: hidden;
}

.event-items .single-event-item .event-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.description-content img{
	margin-bottom:20px;
}
.description-content p{
	margin-bottom: 20px;
}
.description-content ul{
	list-style-type: disc;
	padding-right: 15px;
	margin-bottom: 20px;
}
.project-details-area .project-details-tab .description-content .pro{
	color: gray;
}
.project-details-area .project-details-tab .description-content .img-pro{
	width: 700px;
	height: 50%;
	overflow: hidden;
}
.project-details-area .project-details-tab .description-content .img-pro img{
	width: 100%;

}



.project-details-area .project-details-tab .description-content .seasonal-img{

	width: 500px;
	height: 350px;
	margin: 1px auto;
}
.project-details-area .project-details-tab .description-content .seasonal-img img{
    height: 100%;
    object-fit: contain;
	width: 100%;
}




.mar{
	margin-left: 10px;
}

.swiper-pagination-bullet-active{
	background-color: var(--primary-color);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 35px;
}

/*======= About Section One =======*/
.about-section-one {
	position: relative;
	z-index: 1;
}

.about-section-one::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 380px;
	z-index: -1;
	background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(248, 248, 248, 0)),
        to(rgba(253, 155, 2, 0.30196))
    );
	background-image: -o-linear-gradient(
        top,
        rgba(248, 248, 248, 0) 0%,
        rgba(253, 155, 2, 0.30196) 100%
    );
	background-image: linear-gradient(
        180deg,
        rgba(248, 248, 248, 0) 0%,
        rgba(253, 155, 2, 0.30196) 100%
    );
}

.about-section-one .about-text p {
	font-size: 20px;
	color: var(--secondary-color);
	line-height: 1.6;
}

.about-section-one .author-note {
	background-color: var(--primary-color);
	margin-top: 30px;
	border-radius: 5px;
	padding: 40px;
	position: relative;
	color: var(--white);
	font-weight: 500;
	line-height: 1.4;
	z-index: 1;
}

.about-section-one .author-note::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../img/about/author-note-pattern.png);
	background-size: cover;
	background-position: center;
	opacity: 0.15;
}

.about-section-one .author-note li i {
	font-size: 15px;
	margin-right: 5px;
}

.about-section-one .author-note li:not(:last-child) {
	margin-bottom: 10px;
}

.about-section-one .author-note .author-info {
	position: relative;
	padding-left: 80px;
	margin-top: 30px;
}

.about-section-one .author-note .author-info .author-img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-section-one .author-note .author-info .author-img img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.about-section-one .author-note .author-info .name {
	font-size: 20px;
	color: var(--white);
	margin-bottom: 5px;
}

/*======= About Gallery =======*/
.about-gallery {
	text-align: right;
	position: relative;
	padding-left: 30px;
}

.about-gallery img {
	border-radius: 10px;
}

.about-gallery .img-two {
	text-align: left;
	margin-top: -245px;
	margin-right: -165px;
}

.about-gallery .pattern {
	position: absolute;
	right: -65px;
	bottom: 25px;
	z-index: -1;
}

.about-gallery .pattern img {
	border-radius: 0;
}

.about-list li i {
	color: var(--primary-color);
	margin-right: 10px;
}

.about-list li:not(:last-child) {
	margin-bottom: 5px;
}

/*======= About Section Two =======*/
.about-section-two {
	position: relative;
	z-index: 1;
}

.about-section-two .container {
	position: relative;
	z-index: 1;
}

.about-section-two .about-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-height: 1540px;
	opacity: 0.07;
	z-index: -1;
}

.about-section-two .about-shape img {
	width: 100%;
}

.about-section-two .about-form-area {
	position: relative;
	z-index: 3;
}

.about-section-two .about-donation-form {
	padding: 60px 115px;
	background-color: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 70px;
	position: relative;
	z-index: 3;
}

.about-donation-form .donation-heading {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	padding-left: 20px;
}

.about-donation-form .donation-heading .shadow-text {
	font-size: 60px;
	font-family: var(--shadows-font);
	line-height: 1;
	color: var(--white);
	letter-spacing: -0.5px;
	position: absolute;
	left: 0;
	top: 30%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	opacity: 0.15;
	z-index: -1;
	text-transform: capitalize;
}

.about-donation-form .donation-heading .title {
	font-size: 35px;
	color: var(--white);
}

.about-donation-form form {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.about-donation-form .form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 50px;
}

.about-donation-form .donation-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px;
}

.about-donation-form .donation-amount li {
	width: 90px;
	height: 50px;
	border: 2px solid rgb(288 288 288 / 30%);
	border-radius: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	color: var(--white);
	margin: 4px;
}

.about-donation-form .main-btn:hover {
	background-color: var(--secondary-color);
}

.about-section-two .about-video {
	position: absolute;
	right: 0;
	top: 140px;
	width: 285px;
	height: 380px;
	border-bottom-left-radius: 140px;
	border-bottom-right-radius: 140px;
	background-image: url(../img/video/about-video.jpg);
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	background-color: var(--secondary-color);
}

.about-section-two .about-video::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--secondary-color);
	opacity: 0.45;
	border-bottom-left-radius: 140px;
	border-bottom-right-radius: 140px;
	z-index: -1;
}

.about-section-two .about-video .video-btn {
	height: 65px;
	width: 65px;
	border-radius: 50%;
	color: var(--primary-color);
	background-color: var(--white);
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about-section-two .about-text-area .container {
	position: relative;
	z-index: 1;
	padding-top: 140px;
}

.about-section-two .about-text-area .about-text {
	padding: 0 50px 110px;
}

.about-section-two .about-curved-img {
	position: relative;
	z-index: 1;
}

.about-section-two .about-curved-img::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 470px;
	height: 670px;
	background-color: var(--white);
	border-top-left-radius: 260px;
	border-top-right-radius: 260px;
	z-index: -1;
}

/*======= Categories Section With Video =======*/
.categories-with-video .categories-area {
	padding-top: 115px;
	padding-bottom: 270px;
	background-color: var(--primary-soft-color);
	position: relative;
	z-index: 1;
}

.categories-with-video .video-area {
	position: relative;
	z-index: 2;
	margin-top: -160px;
}

.categories-with-video .categories-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../img/world-map.png);
	background-size: cover;
	background-position: center;
	opacity: 0.04;
}

/*======= Blog Standard =======*/
.blog-post-loop .post-item:not(:last-child) {
	margin-bottom: 35px;
}

.blog-post-loop .post-item .post-content {
	background-color: var(--white);
	padding: 35px;
	margin: -60px 50px 0;
	position: relative;
	z-index: 2;
}

.blog-post-loop .post-item .post-meta h4 {
	color: var(--white);
    padding: 18px 20px;
    /* max-height: 100px;
    overflow: hidden; */
	text-align: center;
	background-color: var(--primary-color);
	border-radius: 10px;
	font-size: 18px;
    font-weight: 700;
}
.blog-post-loop .post-item .post-meta h4:hover {
	background-color: var(--secondary-color);
}

.blog-post-loop .post-item .post-meta li:not(:last-child) {
	margin-right: 20px;
}

.blog-post-loop .post-item .post-meta li a {
	font-size: 16px;
	line-height: 1.4;
	color: black;
	font-weight: 500;
}

.blog-post-loop .post-item .post-meta li i {
	margin-right: 8px;
	color: var(--primary-color);
}

.blog-post-loop .post-item .post-meta li a:hover {
	color: var(--primary-color);
}

.blog-post-loop .post-item .title {
	font-size: 16px;
	
}
.blog-post-loop .post-item .img-news {
	width: 300px;
	height: 225px;
}
.blog-post-loop .post-item .img-news img{
	width: 100%;
	height: 100%;
}
.blog-post-loop .post-item ul {
	font-size: 16px;
}

.blog-post-loop .post-item .post-link {
	/* margin-top: 25px; */
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--body-color);
	background-color: #e5e8e9;
	padding: 15px 30px;
	border-radius: 30px;
}

.blog-post-loop .post-item .post-link i {
	margin-right: 6px;
}

.blog-post-loop .post-item .post-link:hover {
	background-color: var(--primary-color);
	color: var(--white);
}

.blog-post-loop .post-item.video-post .post-thumbnail {
	position: relative;
	z-index: 2;
}

.blog-post-loop .post-item.video-post .post-thumbnail::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--secondary-color);
	opacity: 0.55;
}

.blog-post-loop .post-item.video-post .video-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background-color: var(--white);
	border-radius: 50%;
	z-index: 4;
}

.blog-post-loop .post-item.video-post .video-popup::before,
.blog-post-loop .post-item.video-post .video-popup::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: var(--white);
	opacity: 0.1;
	height: 100px;
	width: 100px;
	overflow-x: -1;
	border-radius: 50%;
}

.blog-post-loop .post-item.video-post .video-popup::before {
	width: 130px;
	height: 130px;
}

.blog-post-loop .post-item.thumbnail-as-bg {
	position: relative;
	z-index: 2;
}

.blog-post-loop .post-item.thumbnail-as-bg .post-thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.blog-post-loop .post-item.thumbnail-as-bg .post-thumbnail::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--secondary-color);
	opacity: 0.85;
}

.blog-post-loop .post-item.thumbnail-as-bg .post-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.blog-post-loop .post-item.thumbnail-as-bg .post-content {
	background-color: transparent;
	margin: 0;
	padding: 45px 70px;
}

.blog-post-loop .post-item.thumbnail-as-bg .post-content .title p,
.blog-post-loop .post-item.thumbnail-as-bg .post-content .post-meta a {
	color: var(--white);
}
.blog-post-loop .post-item .post-content .title p{
	padding: 20px;
}

.blog-post-loop .post-item.thumbnail-as-bg .post-link {
	background-color: transparent;
	color: #b3b3b3;
	border: 2px solid rgb(255 255 255 / 20%);
}

.blog-post-loop .post-item.thumbnail-as-bg .post-link:hover {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--primary-color);
}

.blog-post-loop .post-item.no-thumbnail .post-content {
	margin: 0;
	padding: 45px 70px;
}

/*======= Blog Pagination =======*/
.pagination {
	margin-top: 60px;
	justify-content: center;
}

.pagination .page-item{
	margin-right: 10px;
}

.pagination .page-link {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--body-color);
	border: 2px solid var(--border-color);
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.pagination .page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link {
	color: var(--secondary-color);
	border-radius: 50%;
	font-size: 18px;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
	color: var(--white);
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	/* -webkit-box-shadow: 0px 10px 60px 0px rgba(2, 169, 92, 0.5);
	box-shadow: 0px 10px 60px 0px rgba(2, 169, 92, 0.5); */
}

/*======= Blog Sidebar =======*/
.blog-sidebar {
	padding-left: 40px;
}

.blog-sidebar .widget {
	background-color: var(--white);
	padding: 40px 30px;
}

.blog-sidebar .widget:not(:last-child) {
	margin-bottom: 30px;
}

.blog-sidebar .widget .widget-title {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.blog-sidebar .widget .widget-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--border-color);
	z-index: 1;
}

.blog-sidebar .widget .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 55px;
	height: 3px;
	background-color: var(--primary-color);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 2;
}

.blog-sidebar .widget.search-widget {
	padding: 30px;
	background-color: var(--primary-color);
}

.blog-sidebar .widget.search-widget .widget-title {
	margin: 0;
	color: var(--white);
}

.blog-sidebar .widget.search-widget .widget-title::before,
.blog-sidebar .widget.search-widget .widget-title::after {
	display: none;
}

.blog-sidebar .widget.search-widget form {
	position: relative;
}

.blog-sidebar .widget.search-widget form input {
	background-color: var(--white);
	height: 60px;
	font-size: 16px;
	font-weight: 500;
	color: var(--body-color);
	padding-left: 20px;
	padding-right: 50px;
	border: none;
}

.blog-sidebar .widget.search-widget form input:focus {
	border: none;
}

.blog-sidebar .widget.search-widget form button {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 15px;
	color: var(--white);
	background-color: var(--primary-color);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.blog-sidebar .widget.search-widget form button:hover {
	color: var(--white);
	background-color: var(--secondary-color);
}

.blog-sidebar .widget.category-widget li a {
	font-size: 17px;
	color: var(--body-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.4;
}

.blog-sidebar .widget.category-widget li a i {
	font-size: 15px;
}

.blog-sidebar .widget.category-widget li a:hover {
	color: var(--primary-color);
	padding-left: 10px;
}

.blog-sidebar .widget.category-widget li:not(:last-child) {
	margin-bottom: 15px;
}

.blog-sidebar .widget.latest-blog-widget li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-sidebar .widget.latest-blog-widget li:not(:last-child) {
	margin-bottom: 20px;
}

.blog-sidebar .widget.latest-blog-widget li .thumb {
	width: 75px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
	margin-right: 20px;
}

.blog-sidebar .widget.latest-blog-widget li h6 {
	font-size: 16px;
	font-weight: 500;
}

.blog-sidebar .widget.latest-blog-widget li .date {
	font-size: 13px;
}

.blog-sidebar .widget.latest-blog-widget li .date i {
	margin-right: 6px;
	color: var(--primary-color);
}

.blog-sidebar .widget.tags-widget ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px;
}

.blog-sidebar .widget.tags-widget li {
	padding: 5px;
}

.blog-sidebar .widget.tags-widget a {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--secondary-color);
	background-color: #edefef;
	padding: 10px 15px;
}

.blog-sidebar .widget.tags-widget a:hover {
	background-color: var(--primary-color);
	color: var(--white);
}

.blog-sidebar .widget.cta-widget {
	padding: 0;
}

.blog-sidebar .widget.cta-widget .cta-content {
	position: relative;
	z-index: 1;
	padding: 50px 65px 50px 30px;
}

.blog-sidebar .widget.cta-widget .cta-content .title {
	font-size: 24px;
	font-weight: 500;
	color: var(--white);
	margin-bottom: 10px;
}

.blog-sidebar .widget.cta-widget .cta-content .subtitle {
	color: var(--white);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}

.blog-sidebar .widget.cta-widget .cta-content p {
	color: var(--white);
	font-size: 17px;
	font-weight: 500;
}

.blog-sidebar .widget.cta-widget .cta-content .cta-button {
	background-color: var(--primary-color);
	color: var(--white);
	font-size: 15px;
	font-weight: 700;
	padding: 10px 30px;
	margin-top: 20px;
}

.blog-sidebar .widget.cta-widget .cta-content .cta-button:hover {
	background-color: var(--secondary-color);
	color: var(--white);
}

.blog-sidebar .widget.cta-widget .cta-content .cta-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.blog-sidebar .widget.cta-widget .cta-content .cta-img img {
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-sidebar .widget.cta-widget .cta-content .cta-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 29, 35, 0.94902)),
        color-stop(67%, rgba(22, 30, 51, 0.55)),
        to(rgba(33, 30, 59, 0.14902))
    );
	background-image: -o-linear-gradient(
        left,
        rgba(0, 29, 35, 0.94902) 0%,
        rgba(22, 30, 51, 0.55) 67%,
        rgba(33, 30, 59, 0.14902) 100%
    );
	background-image: linear-gradient(
        90deg,
        rgba(0, 29, 35, 0.94902) 0%,
        rgba(22, 30, 51, 0.55) 67%,
        rgba(33, 30, 59, 0.14902) 100%
    );
}

/*======= Blog Details =======*/
.blog-post-details .post-content {
	background-color: var(--white);
	padding: 40px 50px 80px;
}

.blog-post-details .post-content .post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.blog-post-details .post-content .post-meta li:not(:last-child) {
	margin-right: 20px;
}

.blog-post-details .post-content .post-meta li a {
	font-size: 16px;
	line-height: 1.4;
	color: var(--body-color);
	font-weight: 500;
}

.blog-post-details .post-content .post-meta li i {
	margin-right: 8px;
	color: var(--primary-color);
}

.blog-post-details .post-content .post-meta li a:hover {
	color: var(--primary-color);
}

.blog-post-details .post-content .title {
	font-size: 27px;
	margin-bottom: 30px;
	line-height: 1.4;
}

.blog-post-details .post-content blockquote {
	margin: 35px 0;
	padding: 40px 45px 40px 50px;
	position: relative;
	background-color: var(--primary-soft-color);
	z-index: 1;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--secondary-color);
}

.blog-post-details .post-content blockquote::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: var(--primary-color);
}

.blog-post-details .post-content blockquote::after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\f110";
	font-family: 'Almarai';
	font-size: 165px;
	line-height: 1;
	color: var(--secondary-color);
	opacity: 0.06;
	z-index: -1;
}

.blog-post-details .post-content blockquote cite {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: var(--body-color);
	padding-left: 50px;
	margin-top: 18px;
	font-style: normal;
	display: block;
	position: relative;
}

.blog-post-details .post-content blockquote cite::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--secondary-color);
	width: 30px;
	height: 3px;
}

.blog-post-details .post-content .related-tags span,
.blog-post-details .post-content .social-share span {
	font-size: 18px;
	font-weight: 700;
	margin-right: 15px;
	color: var(--secondary-color);
}

.blog-post-details .post-content .related-tags a {
	font-size: 13px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	background-color: #edefef;
	padding: 8px 15px;
	margin-right: 4px;
}

.blog-post-details .post-content .related-tags a:hover {
	background-color: var(--primary-color);
	color: var(--white);
}

.blog-post-details .post-content .social-share a {
	font-size: 15px;
	color: var(--body-color);
}

.blog-post-details .post-content .social-share a:not(:last-child) {
	margin-right: 8px;
}

.blog-post-details .post-content .social-share a:hover {
	color: var(--primary-color);
}

.blog-post-details .post-author {
	margin-top: 50px;
	background-color: var(--primary-soft-color);
	padding: 40px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-post-details .post-author .author-img {
	width: 160px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	margin-right: 30px;
}

.blog-post-details .post-author .author-img img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
}

.blog-post-details .post-author .name {
	font-size: 22px;
	margin-bottom: 15px;
}

.blog-post-details .post-author .author-social-links li {
	display: inline-block;
	margin-right: 15px;
}

.blog-post-details .post-author .author-social-links li a {
	font-size: 15px;
	color: var(--body-color);
}

.blog-post-details .post-author .author-social-links li a:hover {
	color: var(--primary-color);
}

.blog-post-details .post-nav .post-nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-post-details .post-nav .post-nav-item .thumb {
	position: relative;
	z-index: 1;
	width: 75px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
	margin-right: 20px;
}

.blog-post-details .post-nav .post-nav-item .thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--secondary-color);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}

.blog-post-details .post-nav .post-nav-item .thumb i {
	font-size: 18px;
	line-height: 1;
	color: var(--white);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}

.blog-post-details .post-nav .post-nav-item:hover .thumb::before {
	visibility: visible;
	opacity: 0.75;
}

.blog-post-details .post-nav .post-nav-item:hover .thumb i {
	top: 50%;
	visibility: visible;
	opacity: 1;
}

.blog-post-details .post-nav .post-nav-item a {
	color: var(--secondary-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
}

.blog-post-details .post-nav .post-nav-item span {
	font-size: 14px;
}

.blog-post-details .post-nav .post-nav-item span i {
	margin-right: 5px;
}

/*======= Comment Template =======*/
.comments-template .template-title {
	font-size: 24px;
	margin-bottom: 35px;
}

.comments-template .comments-list li:not(:last-child) {
	margin-bottom: 40px;
}

.comments-template .comments-list .comment-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comments-template .comments-list .commentator-img {
	width: 100px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.comments-template .comments-list .commentator-img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.comments-template .comments-list .comment-content {
	position: relative;
	padding-left: 25px;
	font-size: 17px;
}

.comments-template .comments-list .commentator {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.comments-template .comments-list .date {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
}

.comments-template .comments-list .reply-link {
	font-size: 15px;
	font-weight: 700;
	color: var(--body-color);
	line-height: 1;
	margin-top: 12px;
}

.comments-template .comments-list .reply-link i {
	position: relative;
	top: 1px;
	margin-left: 8px;
}

.comments-template .comments-list .reply-link:hover {
	color: var(--primary-color);
}

.comments-template .comments-list .children {
	margin-left: 60px;
	margin-top: 40px;
}

.comments-template .comment-form input,
.comments-template .comment-form textarea {
	width: 100%;
	height: 60px;
	background-color: var(--primary-soft-color);
	font-size: 16px;
	font-weight: 500;
	color: var(--secondary-color);
}

.comments-template .comment-form input:not(:focus),
.comments-template .comment-form textarea:not(:focus) {
	border-color: transparent;
}

.comments-template .comment-form input:focus,
.comments-template .comment-form textarea:focus {
	background-color: var(--white);
}

.comments-template .comment-form .row {
	margin-left: -10px;
	margin-right: -10px;
}

.comments-template .comment-form .row > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.comments-template .comment-form textarea {
	height: 150px;
}

.comments-template,
.comments-template .comment-form {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid var(--border-color);
}

/*======= Contact =======*/
.contact-info-boxes .info-box .icon {
	background-color: var(--primary-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 85px;
	width: 85px;
	border-radius: 50%;
	/* -webkit-box-shadow: 0px 16px 30px 0px rgba(2, 169, 92, 0.3);
	box-shadow: 0px 16px 30px 0px rgba(2, 169, 92, 0.3);
	-webkit-box-pack: center; */
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--white);
	position: relative;
	z-index: 2;
	font-size: 40px;
}

.contact-info-boxes .info-box .info-content {
	background-color: var(--primary-soft-color);
	padding: 70px 30px 25px;
	margin-top: -43px;
}

.contact-info-boxes .info-content h5 {
	font-size: 22px;
	margin-bottom: 15px;
}

.contact-from-area {
	padding-top: 100px;
}

.contact-maps {
	width: 100%;
	height: 100%;
	min-height: 500px;
}

.contact-maps iframe {
	width: 100%;
	height: 100% !important;
	border: none;
}

.contact-form {
	background-color: var(--primary-soft-color);
	padding: 60px 50px;
}

.contact-form .form-title {
	font-size: 35px;
	margin-bottom: 35px;
}

.contact-form input:not(:focus),
.contact-form textarea:not(:focus) {
	border-color: transparent;
}
/*login*/


.pen-title {
	padding: 50px 0;
	text-align: center;
	letter-spacing: 2px;
  }
  .pen-title h1 {
	margin: 0 0 20px;
	font-size: 48px;
	font-weight: 300;
  }
  .pen-title span {
	font-size: 12px;
  }
  .pen-title span .fa {
	color: #ed2553;
  }
  .pen-title span a {
	color: #ed2553;
	font-weight: 600;
	text-decoration: none;
  }
  
  /* Scroll To Bottom */
  #codepen, #portfolio {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #363636;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: 0.3s ease;
	color: #ffffff;
	text-align: center;
  }
  #codepen i, #portfolio i {
	line-height: 56px;
  }
  #codepen:hover, #portfolio:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  
 
  #portfolio {
	bottom: 96px;
	right: 36px;
	background: #ed2553;
	width: 44px;
	height: 44px;
	-webkit-animation: buttonFadeInUp 1s ease;
	animation: buttonFadeInUp 1s ease;
  }
  #portfolio i {
	line-height: 44px;
  }
  
  /* Cont */
  .cont {
	position: relative;
	max-width: 460px;
	width: 100%;
	margin: 75px auto 100px;
	
  }
  .cont .cart .form-field{
	padding: 10px 50px 10px 50px;
  }
  .cont.active .cart:first-child {
	background: #f2f2f2;
	margin: 0 15px;
  }
  .cont.active .cart:nth-child(2) {
	background: #fafafa;
	margin: 0 10px;
  }
  .cont.active .cart.alt {
	top: 20px;
	right: 0;
	width: 100%;
	min-width: 100%;
	height: auto;
	border-radius: 5px;
	padding: 60px 0 40px;
	overflow: hidden;
  }
  .cont.active .cart.alt .toggle {
	position: absolute;
	/* top: 40px; */
	/* right: -70px; */
	box-shadow: none;
	transform: scale(10);
	transition: transform 0.3s ease;
  }
  .cont.active .cart.alt .toggle:before {
	content: "";
  }
  .cont.active .cart.alt .title,
  .cont.active .cart.alt .input-cont,
  .cont.active .cart.alt .button-cont {
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease;
  }
  .cont.active .cart.alt .title {
	transition-delay: 0.3s;
  }
  .cont.active .cart.alt .input-cont {
	transition-delay: 0.4s;
  }
  .cont.active .cart.alt .input-cont:nth-child(2) {
	transition-delay: 0.5s;
  }
  .cont.active .cart.alt .input-cont:nth-child(3) {
	transition-delay: 0.6s;
  }
  .cont.active .cart.alt .button-cont {
	transition-delay: 0.7s;
  }
  
  /* Cart */
  .cart {
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	padding: 60px 0 40px 0;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: 0.3s ease;
	/* Title */
	/* Inputs */
	/* Button */
	/* Footer */
	/* Alt Cart */
  }
  .cart:first-child {
	background: #fafafa;
	height: 10px;
	border-radius: 5px 5px 0 0;
	margin: 0 10px;
	padding: 0;
  }
  .cart .title {
	position: relative;
	z-index: 1;
	border-right: 5px solid rgb(148,102,174);
	margin: 0 0 35px;
	padding: 10px 50px 10px 0;
	color: rgb(148,102,174);
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	/* text-align: right; */
  }
  .cart .input-cont {
	position: relative;
	margin: 0 60px 50px;
  }
  /* .cart .input-cont input {
	outline: none;
	z-index: 1;
	position: relative;
	background: none;
	width: 100%;
	height: px;
	border: 0;
	color: #212121;
	font-size: 24px;
	font-weight: 400;
  } */
  .cart .input-cont input:focus ~ label {
	color: #9d9d9d;
	transform: translate(-12%, -50%) scale(0.75);
  }
  .cart .input-cont input:focus ~ .bar:before, .cart .input-cont input:focus ~ .bar:after {
	width: 50%;
  }
  .cart .input-cont input:valid ~ label {
	color: #9d9d9d;
	transform: translate(-12%, -50%) scale(0.75);
  }
  /* .cart .input-cont label {
	position: absolute;
	top: 0;
	right: 0;
	color: #757575;
	font-size: 24px;
	font-weight: 300;
	line-height: 60px;
	transition: 0.2s ease;
  } */
  .cart .input-cont .bar {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #757575;
	width: 100%;
	height: 1px;
  }
  .cart .input-cont .bar:before, .cart .input-cont .bar:after {
	content: "";
	position: absolute;
	background: rgb(195 195 195 / 30%);
	width: 0;
	height: 2px;
	transition: 0.2s ease;
  }
  .cart .input-cont .bar:before {
	left: 50%;
  }
  .cart .input-cont .bar:after {
	right: 50%;
  }
  .cart .button-cont {
	margin: 0 60px;
	text-align: center;
  }
  .cart .button-cont button span {
	position: relative;
	z-index: 1;
	color: #ddd;
	transition: 0.3s ease;
  }
  /* .cart .button-cont button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background: rgb(148,102,174);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin: -15px 0 0 -15px;
	opacity: 0;
	transition: 0.3s ease;
  } */
  .cart .button-cont button:hover, .cart .button-cont button:active, .cart .button-cont button:focus {
	border-color: rgb(148,102,174);
  }
  .cart .button-cont button:hover span, .cart .button-cont button:active span, .cart .button-cont button:focus span {
	color: rgb(148,102,174);
  }
  .cart .button-cont button:active span, .cart .button-cont button:focus span {
	color: #ffffff;
  }
  .cart .button-cont button:active:before, .cart .button-cont button:focus:before {
	opacity: 1;
	transform: scale(10);
  }
  .cart .footer {
	margin: 40px 0 0;
	color: #d3d3d3;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
  }
  .cart .footer a {
	color: inherit;
	text-decoration: none;
	transition: 0.3s ease;
	font-family: inherit;
  }
  .cart .footer a:hover {
	color: rgb(148, 102, 174);
  }
  .cart.alt {
	position: absolute;
	top: 40px;
	left: -70px;
	z-index: 10;
	width: 140px;
	height: 140px;
	background: none;
	border-radius: 100%;
	box-shadow: none;
	padding: 0;
	transition: 0.3s ease;
  }
  .cart.alt .toggle {
	position: relative;
	background: rgb(148,102,174);
	width: 140px;
	height: 140px;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	color: #ffffff;
	font-size: 58px;
	line-height: 140px;
	text-align: center;
	cursor: pointer;
  }
  .cart.alt .toggle:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
  }
  .cart.alt .title,
  .cart.alt .input-cont,
  .cart.alt .button-cont {
	left: 100px;
	opacity: 0;
	visibility: hidden;
  }
  .cart.alt .title {
	position: relative;
	border-color: #ffffff;
	color: #ffffff;
  }
  .cart.alt .title .close {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 60px;
	display: inline;
	color: #ffffff;
	font-size: 58px;
	font-weight: 400;
  }
  .cart.alt .title .close:before {
	content: "×";
  }
  /* .cart.alt .input-cont input {
	color: #ffffff;
  } */
  .cart.alt .input-cont input:focus ~ label {
	color: #ffffff;
  }
  .cart.alt .input-cont input:focus ~ .bar:before, .cart.alt .input-cont input:focus ~ .bar:after {
	background: #ffffff;
  }
  .cart.alt .input-cont input:valid ~ label {
	color: #ffffff;
  }
  .cart.alt .input-cont label {
	color: rgba(255, 255, 255, 0.8);
  }
  .cart.alt .input-cont .bar {
	background: rgba(255, 255, 255, 0.8);
  }
  .cart.alt .button-cont button {
	/* width: 100%;
	background: #ffffff; */
	border-color: #ffffff;
  }
  .cart.alt .button-cont button span {
	color: rgb(148,102,174);
  }
  .cart.alt .button-cont button:hover {
	background: rgba(255, 255, 255, 0.9);
	color: gray;
  }
  .cart.alt .button-cont button:active:before, .cart.alt .button-cont button:focus:before {
	display: none;
  }
  .count-item{
    display: inline-block;
    width: 40px;
    padding: 4px;
    /* line-height: 1.3; */
    height: 38px;  
    color: initial;
    text-align:center;
  }
  /* Keyframes */
  @-webkit-keyframes buttonFadeInUp {
	0% {
	  bottom: 30px;
	  opacity: 0;
	}
  }
  @keyframes buttonFadeInUp {
	0% {
	  bottom: 30px;
	  opacity: 0;
	}
  }

/*end login*/





/*سلة التبرعات الجانبية*/
  
/* -- Side Donation -- */
.side-donation {
    position: fixed;
    z-index: 999;
    top: calc(20vh + 10px);
    right: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 130px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    font-size: 0;
    transition: all .5s ease-in-out;
  }
  .side-donation:hover{

	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

  }
  .side-donation .open-donation {
    background: #fff;
    border: 0;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    text-align: center;
    position: relative;
    width: 100%;
    outline: none;
    transition: all .5s ease-in-out;
  }
  .side-donation .open-donation > span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(148, 102, 174);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
	border: 1px solid rgb(148, 102, 174) ;
  }
  .side-donation .open-donation > span span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: all .5s ease-in-out;
  }
  .side-donation ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
  }
  .side-donation .radio-area ul {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
  }
  .form-group{
	  text-align: center;
  }
  .side-donation .form-group .radio-area ul {
      padding-bottom: 10px;
  }
  .side-donation .radio-area li {
    position: relative;
    flex: 1;
  }
  .side-donation .radio-area li input {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }
  .side-donation .radio-area li span {
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    transition: all .5s ease-in-out;
  }
  .side-donation .radio-area li input:hover + span {
    color: #000;
  }
  .side-donation .radio-area li input:checked + span {
    background: rgb(148, 102, 174);
    color: #fff;
  }
  .side-donation .main-part {
    padding: 10px;
  }
  .side-donation .payment-amount {
    display: flex;
    margin: 0 -2px 10px;
  }
  .side-donation .payment-amount li {
    flex: 1;
    padding: 0 2px;
  }
  .side-donation .payment-amount li span {
    display: block;
    text-align: center;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  .side-donation .payment-amount li span:hover {
    border-color: #aaa;
    color: rgb(148, 102, 174);
  }
  .side-donation .input-payment {
    position: relative;
  }
  .side-donation .input-payment input {
    display: block;
    width: 100%;
    padding: 5px 10px 5px 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    color: rgb(148, 102, 174);
    outline: none;
    transition: all .5s ease-in-out;
  }
  .side-donation .input-payment input:focus {
    border: 1px solid #aaa;
  }
  .side-donation .input-payment input::placeholder {
    color: #ccc;
    font-size: 12px;
	font-family: 'Almarai';
  }
  .side-donation .input-payment span {
    position: absolute;
    background: #fff;
    right: 80px;
    bottom: 1px;
    top: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: rgb(148, 102, 174);
  }
  .side-donation .input-payment span.country-code {
      direction: ltr;
  }
  .side-donation small.danger {
    font-size: 12px;
    color: #d00;
    display: none;
  }
  .side-donation .note {
    font-size: 12px;
    text-align: center;
    color: rgb(148, 102, 174);
    margin: 5px 0 10px;
  }
  .side-donation .paument-methods {
    display: flex;
    /* margin: 0 -2px 15px; */
  }
  .side-donation .paument-methods li {
    flex: 1;
    padding: 0 2px;
  }
  .side-donation .paument-methods li img {
    max-width: 100%;
    height: 30px;
  }
  .side-donation .donate-now {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 15px;
    border: 0;
    background: linear-gradient(90deg,rgb(148,102,174), rgb(244,151,182));
    color: #fff;
    outline: none;
    position: relative;
    overflow: hidden;
  }
  .side-donation .donate-now span {
    position: relative;
    z-index: 3;
  }
  .side-donation .donate-now:after {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    bottom: 0;
    left: -110%;
    background: rgb(148,102,174);
    width: 110%;
    transform: skew(45deg);
    transition: all .5s ease-in-out;
  }
  .side-donation .donate-now:hover:after {
    left: 1%;
  }
  .side-donation .second-part {
    padding: 10px;
    position: absolute;
    z-index: 99;
    background: #fff;
    left: 0;
    right: 0;
    bottom: -230px;
    height: 230px;
    overflow-y: scroll;
    transition: all 1s ease-in-out;
  }
  .side-donation .second-part.open {
    bottom: 8px;
  }
  .side-donation .second-part::-webkit-scrollbar {
    width: 8px;
  }
  .side-donation .second-part::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .side-donation .second-part::-webkit-scrollbar-thumb {
    background: #00a859;
    border-radius: 10px;
  }
  .side-donation .second-part::-webkit-scrollbar-thumb:hover {
    background: #00a859;
  }
  .side-donation .title {
    color: #00833a;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
  }
  .side-donation .title .left-block {
    margin-right: 5px;
    background: #00833a;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
  }
  .side-donation .title .close-payment {
      float: left;
      color: #aaa;
      cursor: pointer;
  }
  .side-donation .title .left-block input {
    width: 40px;
    text-align: center;
    outline: none;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 2px 5px;
    transition: all .5s ease-in-out;
  }
  .side-donation .title .left-block input:focus {
    background: #fff;
    color: #444;
    width: 120px;
  }
  .side-donation .group {
    margin: 10px 0;
    position: relative;
  }
  .side-donation .group label {
    font-size: 13px;
    color: #999;
    margin-bottom: 0;
    display: block;
  }
  .side-donation .group input {
    display: block;
    width: 100%;
    border-radius: 5px;
    outline: none;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
  }
  .side-donation .group input:focus {
    border: 1px solid #aaa;
  }
  .side-donation .group .icon {
    position: absolute;
    left: 0;
    top: 25px;
    bottom: 0;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00833a;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #eee;
  }
  .side-donation .group-cell {
    display: flex;
    margin: -3px;
  }
  .side-donation .group-cell .group {
    flex: 1;
    padding: 0 3px;
  }
  .side-donation .group-cell .date-input {
    width: 48%;
    display: inline-block;
    text-align: center;
  }
  .side-donation .group input::placeholder {
    color: #aaa;
    font-size: 13px;
	font-family: 'Almarai';
  }

  .side-donation .hidden-part {
    position: relative;
    display: none;
    border-top: 1px solid #e1e1e1;
  }
  .side-donation.open {
    width: 300px;
  }
  .side-donation.open .open-donation > span span {
    transform: rotate(45deg);
  }
.side-donation #showPayFormQuickDonation form.wpwl-form-card {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;

}
.side-donation #showPayFormQuickDonation select[name="paymentBrand"] {
    display: none !important;
}
.side-donation #showPayFormQuickDonation .wpwl-form-card .wpwl-group-cardNumber,
.side-donation #showPayFormQuickDonation .wpwl-form-card .wpwl-group-cardHolder,
.side-donation #showPayFormQuickDonation .wpwl-form-card .wpwl-group-birthDate,
.side-donation #showPayFormQuickDonation .wpwl-form-card .wpwl-group-expiry,
.side-donation #showPayFormQuickDonation .wpwl-group-brandLogo,
.side-donation #showPayFormQuickDonation .wpwl-form-card .wpwl-group-cvv {
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
}
  /* -- ./Side Donation -- */
  /* end changes */

  .side-donation .paument-methods li img {
    border: 1px solid #fff;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    transition: all .5s ease-in-out;
  }
  .side-donation .radio-area li input:hover + img,
  .side-donation .radio-area li input:checked + img {
    border: 1px solid #00833a;
  }



	[type=email], [type=file], [type=number], [type=password], [type=tel], [type=url], code, samp, var {
    text-align: right;
    direction: rtl;
	}

.radio-area h4{
    margin-bottom:20px;
}
/* Donate a gift */
.modal input.confirm {
    background-color: var(--primary-color);
    border: none;
    color: #fff;
}
.modal form .alert {
    font-size: 14px;
}

.pay-now-modal .quick-amount span {
    position: absolute;
    left: 27px;
    top: 19px;
    bottom: 2px;
    font-size: 15px;
    background: #fff;
    height:20px;
}
.pay-now-modal label.serv-label {
    width: auto;
    text-align: right;
}

.pay-now-modal .radio-btns .radio-box,
.radio-btns .radio-box{
    position: relative;
    display: inline-block;
}
.pay-now-modal .radio-btns .radio-box input,
.radio-btns .radio-box input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.pay-now-modal .radio-box span,
.radio-box span{
    padding: 10px 15px;
    margin-left: 5px;
    font-size: 14px;
    border: 1px solid var(--primary-color);
    border-radius: 36.5px;
    color: var(--primary-color);
    margin-left: 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #f1f1f1;
}
.pay-now-modal .radio-box input:hover +span,
.radio-box input:hover +span{
    background-color: var(--primary-color);
    color: #fff;
}
.radio-box input:checked + span {
    background: var(--primary-color);
    color: #fff;
}
/* Donate a gift */

/* My account */
.modal-location a.thm-btn{
    color: initial;
    border-bottom: 1px solid #efefef;
}
.modal-location li:last-child a.thm-btn{
    border-bottom:none;
}
.modal-location a.thm-btn i{
    color:var(--primary-color);
}
/* ./My account */
.block-text {
  font-size: 18px;
  line-height: 1.88;
  color: #7e7e7e;
  font-weight: 500;
}

@media (max-width: 991px) {
  .block-text {
    margin-top: 30px;
  }
}




/*سلة المضافة في قسم التبرعات*/


.options-center {
  justify-content: center !important;
}

.radio-btn {
  list-style: none;
  padding: 0;
  direction: rtl;
  margin-top: 20px;
  text-align: center;
}
.radio-btn li {
  display: inline-block;
  padding: 0 4px;
  position: relative;
}
.radio-btn li input {
  width: 25px;
}
.radio-btn li span {
  display: block;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #e1e1e1;
  color: #777;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}
.radio-btn li.another-cost span {
  width: 65px;
  height: 38px;
  font-size: 12px;
  text-align: center;
  position: relative;
  top: 16px;
  padding-top: 0;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
}
.radio-btn li input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.radio-btn li input[type="radio"] + span {
    height: 50px;
    line-height: 40px;
    width: 100%;
}

.radio-btn li.another-cost input[type="radio"] + span {
    position: relative;
    top: 0;
    line-height: 50px;
}
.radio-btn li input[type="radio"]:checked + span {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.radio-btn li label {
  font-size: 11px;
  display: block;
  line-height: 1.2;
}
.radio-btn li input[type="number"],
.radio-btn li input[type="text"] {
  display: block;
  border: 1px solid #e1e1e1;
  text-align: center;
  width: 65px;
  outline: none;
  padding-right: 5px;
  transition: all 0.5s ease-in-out;
}
.radio-btn li input[type="number"]:focus,
.radio-btn li input[type="text"]:focus {
  border-color: var(--primary-color);
}
.radio-btn li.another-cost {
  position: relative;
}
.radio-btn li.another-cost input[type='number'] {
  right: 0;
  margin: 0;
  width: 85px;
  position: absolute;
  top: -55px;
  z-index: 5;
  background: rgba(225,225,225,0.7);
  border: 2px solid var(--primary-color);
  font-size: 13px;
  text-align: center;
  padding-right: 12px;
  border-radius: 10px;
  color: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.radio-btn li.another-cost input[type='number']::placeholder {
  opacity: .7;
  color: var(--primary-color);
}
.radio-btn li.another-cost.open input[type='number'] {
  visibility: visible;
  opacity: 1;
  top: -20px;
}



.service-form .radio-btn {
    display: flex;
    flex-wrap: no-wrap;
}

.service-form .radio-btn li {
    flex: 1;
}

.service-form .number-amount ul {
    display: flex;
  margin-bottom: -10px;
  padding: 0 5px;
  font-size: 13px;
}
.service-form .number-amount ul li:first-child {
    flex: 0 0 calc(100% - 50px);
}
.service-form .number-amount ul li:last-child {
    flex: 0 0 50px;
}
.service-form .radio-btn li.count {
    flex: 0 0 50px;
    position: relative;
}
.service-form .radio-btn li.custom-cost ul li,
.service-form .radio-btn li.count ul {
      position: absolute;
      top: 1px;
      bottom: 1px;
      left: 5px;
      margin: 0;
      font-size: 11px;
      background: #fff;
      width: 17px;
}

.service-form .radio-btn li.custom-cost ul li,
.service-form .radio-btn li.count ul li {
    display: block;
  height: 50%;
  cursor: pointer;
}
.service-form .radio-btn li.custom-cost ul li:hover{
    color: var(--primary-color);
}
.service-form .radio-btn li.count ul li.cant {
    cursor: not-allowed;
    background: #eee;
}

.service-form .radio-btn li.custom-cost {
    flex: 1;
    position: relative;
}

.service-form .radio-btn li.custom-cost input[type="number"] {
    position: static;
    opacity: 1;
    visibility: visible;
    display: block;
    border: 1px solid #e1e1e1;
    text-align: center;
    outline: none;
    padding: 5px;
    background: #fff;
    border-radius: 0;
    width: 100%;
    font-size: 13px;
}
.service-form .radio-btn li.custom-cost input:read-only,
.service-form .radio-btn li.custom-cost input:disabled {
    background: #f7f7f7;
    color:#afafaf;
}

.service-form ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 25px 0;
}

.cause-card__bottom{
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
}

.cause-card__share {
    width: 53px;
    height: 53px;
    background-color: rgb(148, 102, 174);
	transition: 500ms;
    border-radius: 50%;
	margin-right: 20px; 
	text-align: center;
	align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: 500ms;
	border-color: transparent;
    
}
.cause-card__share > i {
    color: white;
    font-size: 17px;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.cause-card__share:hover{
	background-color: rgb(244,151,182);

}
.cause-card__share:hover i{
	
	color: white;
}
/*سلة المضافة في قسم التبرعات*/
	
	/*حسابي*/

    .img-account-profile {
        height: 10rem;
    }
    .rounded-circle {
        border-radius: 50% !important;
    }
    .card {
        box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
    }
    .card .card-header {
        font-weight: 500;
    }
    .card-header:first-child {
        border-radius: 0.35rem 0.35rem 0 0;
    }
    .card-header {
        padding: 1rem 1.35rem;
        margin-bottom: 0;
        background-color: rgba(33, 40, 50, 0.03);
        border-bottom: 1px solid rgba(33, 40, 50, 0.125);
    }
    .form-control, .dataTable-input {
        display: block;
		width: 100%;
		padding: 15px 20px;
		font-size: 14px;
		font-family: inherit;
		font-weight: 400;
		line-height: 1;
		color: #69707a;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #c5ccd6;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 25px;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    
    .nav-borders .nav-link.active {
        color: #0061f2;
        border-bottom-color: #0061f2;
    }
    .nav-borders .nav-link {
        color: #69707a;
        border-bottom-width: 0.125rem;
        border-bottom-style: solid;
        border-bottom-color: transparent;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1rem;
        margin-right: 1rem;
    }
		/*حسابي*/









		/*التبرعات قيمة*/
        .img-account-profile {
            height: 10rem;
        }
        .rounded-circle {
            border-radius: 50% !important;
        }
        .card {
            box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
        }
        .card .card-header {
            font-weight: 500;
        }
        .card-header:first-child {
            border-radius: 0.35rem 0.35rem 0 0;
        }
        .card-header {
            padding: 1rem 1.35rem;
            margin-bottom: 0;
            background-color: rgba(33, 40, 50, 0.03);
            border-bottom: 1px solid rgba(33, 40, 50, 0.125);
        }
        .form-control, .dataTable-input {
            display: block;
			width: 100%;
			padding: 15px 20px;
			font-size: 14px;
			font-family: inherit;
			font-weight: 400;
			line-height: 1;
			color: #69707a;
			background-color: #fff;
			background-clip: padding-box;
			border: 1px solid #c5ccd6;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border-radius: 25px;
			transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
        
        .nav-borders .nav-link.active {
            color: #0061f2;
            border-bottom-color: #0061f2;
        }
        .nav-borders .nav-link {
            color: #69707a;
            border-bottom-width: 0.125rem;
            border-bottom-style: solid;
            border-bottom-color: transparent;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 0;
            padding-right: 0;
            margin-left: 1rem;
            margin-right: 1rem;
        }
        
        .btn-danger-soft {
            color: #000;
            background-color: #f1e0e3;
            border-color: #f1e0e3;
        }




  
        .img-account-profile {
            height: 10rem;
        }
        .rounded-circle {
            border-radius: 50% !important;
        }
        .card {
            box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
        }
        .card .card-header {
            font-weight: 500;
        }
        .card-header:first-child {
            border-radius: 0.35rem 0.35rem 0 0;
        }
        .card-header {
            padding: 1rem 1.35rem;
            margin-bottom: 0;
            background-color: rgba(33, 40, 50, 0.03);
            border-bottom: 1px solid rgba(33, 40, 50, 0.125);
        }
        .form-control, .dataTable-input {
            display: block;
			width: 100%;
			padding: 15px 20px;
			font-size: 14px;
			font-family: inherit;
			font-weight: 400;
			line-height: 1;
			color: #69707a;
			background-color: #fff;
			background-clip: padding-box;
			border: 1px solid #c5ccd6;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border-radius: 25px;
			transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
        
        .nav-borders .nav-link.active {
            color: rgb(148,102,174);
            border-bottom-color: rgb(148,102,174);
        }
        .nav-borders .nav-link {
            color: #69707a;
            border-bottom-width: 0.125rem;
            border-bottom-style: solid;
            border-bottom-color: transparent;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 0;
            padding-right: 0;
            margin-left: 1rem;
            margin-right: 1rem;
        }
        .fa-2x {
            font-size: 2em;
        }
        
        .table-billing-history th, .table-billing-history td {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            padding-left: 1.375rem;
            padding-right: 1.375rem;
        }
        .table > :not(caption) > * > *, .dataTable-table > :not(caption) > * > * {
            padding: 0.75rem 0.75rem;
            background-color: var(--bs-table-bg);
            border-bottom-width: 1px;
            box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        }
        
        .border-start-primary {
            border-right-color: #6900c7 !important;
        }
        .border-start-secondary {
            border-right-color: #6900c7 !important;
        }
        .border-start-success {
            border-right-color:#6900c7 !important;
        }
        .border-start-lg {
            border-right-width: 0.25rem !important;
        }
        .h-100 {
            height: 100% !important;
        }
		/*قيمة التبرعات*/
		.form-controll{
			display: block;
			width: 100%;
			padding: 15px 20px;
			font-size: 14px;
			font-family: inherit;
			font-weight: 400;
			line-height: 1;
			color: #69707a;
			background-color: #fff;
			background-clip: padding-box;
			border: 1px solid #c5ccd6;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border-radius: 25px;
			transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

		}
		.verfy-code{
			text-align: center;
		}
		.verfy-code span{
			background: var(--primary-color);
			padding: 10px 15px;
			color: #fff;
			margin-top: 20px;
			display: inline-block;
			border-radius: 10px;
		}
		.form-controlll{
            display: block;
			width: 100%;
			padding: 15px 20px;
			font-size: 14px;
			font-family: inherit;
			font-weight: 400;
			line-height: 1;
			color: #69707a;
			background-color: #fff;
			background-clip: padding-box;
			border: 1px solid #c5ccd6;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border-radius: 25px;
			transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		}
		.form-controllll{

			display: block;
			width: 100%;
			padding: 15px 20px;
			font-size: 14px;
			font-family: inherit;
			font-weight: 400;
			line-height: 1;
			color: #69707a;
			background-color: #fff;
			background-clip: padding-box;
			border: 1px solid #c5ccd6;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border-radius: 25px;
			transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

		}
		.label-small{
			font-size: 16px;
			font-weight: 500;
			color: black;
		} 
		.card-header{
			font-size: 18px;
		}
		.text-dark{
			color: white !important;
		}
		.table td, .table th {
			padding: 0.75rem;
			vertical-align: top;
			border-top: 0;
		}
		.pay_method{
			margin-top: 100px;
		}
		.radio_method{
			display: flex;
			flex-flow: row-reverse nowrap;
			justify-content: center;
			align-items: center;
			padding: 15px 10px;
		}



	.pay{
			display: flex;
    		justify-content: center;
	}


	@media (min-width: 576px){
		.modal_update{
			max-width: 550px;
			margin: 1.75rem auto;
		}
	}

	.form-control:focus {
		color: #495057;
		background-color: #fff;
		border-color: rgb(231,148,174);
		outline: 0;
		box-shadow: 0 0 0 0.2rem rgb(244,151,182);
	}
	.mb-1, .my-1 {
		margin-bottom: 18px!important;
	}


	select {
	    -webkit-appearance: auto !important;
        -moz-appearance: auto !important;
        appearance: auto !important;
	}

	/*----------change btn-------------*/

	
  

.changebtn{
    /* padding: 1vh 1px; */
    font-size: 14px;
    background: #eee;
    text-align: center;
}

  
.file-input {
	display: inline-block;
    text-align: right;
    background: #fff;
    padding: 16px;
    width: 100%;
    position: relative;
    border-radius: 3px;
}
  
.file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}
  
.file-input > .button {
	display: inline-block;
    cursor: pointer;
    background: rgb(148,102,174);
	color: white;
    /* padding: 8px 16px; */
	padding: 12px 30px;
    border-radius: 35px;
    margin-left: 8px;
	font-size: 14px;
	transition: all 0.3s ease-out 0s;
}
  
.file-input:hover > .button {
	background-color: var(--secondary-color);
	color: var(--white);
	border-radius: 5px;
}
  
.file-input > .label {
    color: #333;
    white-space: nowrap;
    opacity: .3;
}
  
.file-input.-chosen > .label {
    opacity: 1;
}
	/*----------change btn-------------*/
table thead tr th{
	color: rgb(148, 102, 174);
}


table{
	text-align: center;
}

.project .group-input span{
	margin-right: 4px;

}

@media (min-width: 576px) and (max-width: 1199.98px){
	.d-sm-inline-block {
    	display: none!important;
	}
}

@media (min-width: 320px) and (max-width: 768px){
	.cart.alt{
		position: absolute;
		top: -70px;
		left: 35px;
		z-index: 10;
		width: 140px;
		height: 140px;
		background: none;
		border-radius: 100%;
		box-shadow: none;
		padding: 0;
		transition: 0.3s ease;
	}
}
/* external css: flickity.css */





.carousel {
  background: #EEE;
}

.carousel-cell {
  width: 25%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: gallery-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

/*مشاريع موسمية*/

.seasonal .seasonal-item .seasonal-thumb{
	width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.seasonal .seasonal-item .seasonal-content{
	padding: 30px 0px;
    background-color: var(--white);
    position: relative;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(223 223 223 / 30%);
    box-shadow: 0px 10px 30px 0px rgb(223 223 223 / 30%);
}
.seasonal .seasonal-item .seasonal-content h5{
	text-align: center;
	font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
}
.moov{
	color: #0c5460;
    background-color: #e7d9f6;
    border-color: #bee5eb;
}


.border{
	border-radius: 25px;
}

.modal-content{
	border-radius: 25px;
}
.rating{
	padding-top: 50px;
	padding-bottom: 120px;
}

.rating .event-items .rate-item .rate-inner{
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
}


.rating .event-items .rate-item{
	position: relative;
    z-index: 1;
    background-color: var(--white);
    -webkit-box-shadow: 0px 30px 60px 0px rgb(0 29 35 / 7%);
    box-shadow: 0px 30px 60px 0px rgb(0 29 35 / 7%);
    padding: 10px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
}
.rate-content{
	position: relative;
}



/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap'); */

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 8%;
} */




.lb-data .lb-close{
	position: absolute;
	top: 0;
	right: 10px;
}

.lightbox .lb-image{
	display: block;
    height: 90%;
    border-radius: 3px;
    border: 4px solid white;
}


/* @media (max-width: 768px) {
	.lightbox .lb-image{
		display: block;
		height: 172px !important;
		width: 300px !important;
		border-radius: 3px;
		border: 4px solid white;
	}

} */

@media (min-width: 320px) and (max-width: 1024px){

	.lightbox .lb-image{
		display: block;
		height: 172px !important;
		width: 300px !important;
		border-radius: 3px;
		border: 4px solid white;

	}


}
		
.bene{
	padding: 58px;
}
.range{
	width: 100%;
}
.project-slider-one .slick-track{
    width:100% !important;
}

/* bene request */
.request-form.form-one .member-btn button {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 40px;
    margin-left: 5px;
    outline: none;
    transition: all .5s ease-in-out;
}
.request-form .member-btn button.delete.none {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    opacity: 0.5;
    color: #fff !important;
    cursor: not-allowed;
}
.request-form.form-one .list-group li {
    padding: 30px 15px;
    margin-bottom: 15px;
    border: 1px solid var(--primary-color);
}
.request-form.form-one .list-group number{
    text-align:right;
    color:var(--primary-color);
}
.request-form.form-one .form-group{
    text-align:right;
}	
.request-form.form-one .member-btn{
    margin-bottom:20px;
}
.request-form.form-one .number{
    color:var(--primary-color) !important;
}

/* -- Alert Messages -- */
  .alert-msg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .alert-msg.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .alert-msg .white-box {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #d00;
    padding: 25px;
    text-align: center;
    min-width: 250px;
    background: #fcdede;
  }
  .alert-msg .white-box i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #d00;
  }
  .alert-msg .white-box p {
    color: #d00;
    font-size: 16px;
  }
  .alert-msg button {
    border-radius: 15px;
    background: #d00;
    color: #fff;
    padding: 5px 20px;
    outline: none;
    border: 0;
  }
  .alert-msg button:hover {
    background: #a21616;
  }
  .alert-msg .white-box.done {
    background: #c2efdc;
    border: 1px solid #00833a;
  }
  .alert-msg .white-box.done i,
  .alert-msg .white-box.done p {
    color: #00833a;
  }
  .alert-msg .done button {
    background: #00833a;
    margin-top: 10px;
  }
  .alert-msg .done button:hover {
    background: #00a859;
  }
  /* -- ./Alert Messages -- */
.templates-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 20px 0 10px;
  list-style: none;
}
.templates-area li:first-child {
  flex: 0 0 100%;
  margin: 0 0 15px;
}
.templates-area li:first-child p {
  margin-bottom: 0;
}
.templates-area li:not(:first-child) {
  flex: 0 0 calc(20% - 10px);
  margin: 0 5px 10px;
  background: #f7f7f7;
  border-radius: 15px;
  padding: 15px 10px 15px 15px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.templates-area li:not(:first-child):hover {
  background: #e1e1e1;
}
.templates-area li.active {
  background: #f80 !important;
}
.templates-area li img {
  width: calc(100% - 25px);
  height: 150px;
  margin-right: 5px;
}

.tm-lightbox iframe {
    border: 0;
    margin: 15px;
}
.tm-lightbox .preloader {
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  position: absolute;
  top: 50%;
  left: 50%; }
.tm-lightbox   .preloader:before {
    content: '';
    display: block;
    padding-top: 100%; }
.tm-lightbox .preloader #circle {
    background: none;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center center;
    animation: rotate 2s linear infinite; }
.tm-lightbox .preloader .stroke {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke-width: 3px; }

/* -- Survey page -- */
.survey-table {
	border: 1px solid #e1e1e1;
}
.survey-table .option-btn li {
	display: inline-block;
	margin: 0 5px;
}
.survey-table .radio-box span {
	margin: 0;
}
.survey-table .radio-box {
	margin: 5px;
}
.survey-table .radio-box input:checked + span {
	background: var(--primary-color);
	color: #fff;
}
.survey-table .vote-list {
	text-align: right;
	margin-bottom: 20px;
}
.survey-table .vote-list li {
	margin-top: 15px;
}
.survey-table .progress-bar {
	color: #444;
	font-weight: bold;
}
.survey-table .progress-bar,
.survey-table .progress {
	height: 30px;
}
.survey-table .progress {
	margin-top: 5px;
}
/* -- ./Survey Page -- */

/* -- Job page -- */
.job-page .inner-title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #f1f1f1;
	color: var(--primary-color);
	padding-bottom: 15px;
}
.job-page label {
	width: auto !important;
}
.job-page .agree {
	position: relative;
	padding-right: 20px;
}
.job-page .agree input[type="checkbox"] {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	right: 5px;
}
.job-page .agree input[type="checkbox"] + label {
	display: inline;
	font-size: 14px;
}
/* -- /Job page -- */

/* -- Materials Page -- */

.material-page .material-box {
	border-radius: 25px;
    background: #e9ecef;
    padding: 30px 15px;
    transition: 0.3s ease-in-out;
	height: 100%;
}
.material-page .material-box:hover{
	box-shadow: 0px 8px 21px 4px rgb(0 29 35 / 20%);
}
.material-page .material-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 15px;
}
.material-page .material-box h3 {
	font-size: 18px;
}
.material-page .material-box a i {
	margin-left: 5px;
}

.material-page .material-box a:hover {
	color: var(--secondary-color);
}

/* -- ./Materials page -- */

.feature-section.primary-soft-bg {
    position: relative;
}
.feature-section.primary-soft-bg:after {
    background-image: url('../img/custom-bg/01.png');
    background-size: contain;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    opacity: 0.7;
}
.feature-section .container {
    position: relative;
    z-index: 5;
}
.feature-section .about-boxes {
    margin-bottom: 60px;
}
.feature-section .about-boxes .col-12 {
    margin-bottom: 20px;
}
.feature-section .about-boxes .single-box {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 30px 60px 0px rgb(0 29 35 / 7%);
    box-shadow: 0px 30px 60px 0px rgb(0 29 35 / 7%);
    height: 100%;
}

@media (max-width: 991px) {
    .feature-section .about-boxes .single-box {
        height: auto;
    }
}

.feature-section .about-boxes .single-box h3 {
    text-align: center;
    color: var(--primary-color);
}


.job-page form hr {
	border-bottom: 1px solid #e1e1e1;
	margin: 15px 0;
	width: 100%;
}
.job-page form .inline-radio {
	display: flex;
	flex-wrap: wrap;
}
.job-page form .inline-radio li {
	flex: 1;
	margin-bottom: 15px;
}
.job-page form .block-radio li span,
.job-page form .inline-radio li span {
	position: relative;
	top: -10px;
	right: 5px;
}
.job-page form.volanter-form .inline-radio li {
	flex: 0 0 33.33%
}
.job-page form.volanter-form .inline-radio li input {
	position: static;
	width: 15px;
	height: 15px;
}
.job-page form.volanter-form .inline-radio li span {
	position: static;
	margin-right: 5px;
}

@media (max-width: 767px) {
	.job-page form.volanter-form .inline-radio li,
	.job-page form .inline-radio li {
		flex: 0 0 50%;
	}
}

.popup-box {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	overflow-y: auto;
}
.popup-box .white-box-popup {
	width: 500px;
	max-width: calc(100% - 20px);
	background: #fff;
	position: absolute;
	top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 15px;
}
.popup-box .white-box-popup h4 {
	font-size: 17px;
}
.popup-box .white-box-popup table {
	font-size: 15px;
}
.popup-box .white-box-popup h4 span {
	float: left;
	font-size: 25px;
	cursor: pointer;
	position: relative;
	top: -10px;
}
.popup-box .white-box-popup input[type="checkbox"] {
	position: static;
	width: 15px;
	height: 15px;
	margin-left: 5px;
}

.site-footer .footer-form {
    position: relative;
}

.site-footer .footer-form .footer-form__submit {
    color: #ffffff;
    background-color: #0e2b3d;
}

.site-footer .footer-form .footer-form__submit {
    position: absolute;
    top: 18px;
    left: 8px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border-radius: 50%;
    color: #0e2b3d;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.site-footer .footer-form .footer-form__submit:hover {
    color: #ffffff;
    background-color: #771e65;
}

.is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    height: 140px;
    max-height: 140px;
    border-bottom: 0 !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
    -webkit-animation: headerAnimation 0.7s;
    animation: headerAnimation 0.7s;
}

/*.sticky-navbar {*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width: 100%;*/
/*    z-index: 999;*/
/*    transition:all .4s ease-in-out;*/
/*    box-shadow: 0 3px 4px rgb(0 0 0 / 0%);*/
/*}*/

/*.is-sticky {*/
/*    position: fixed;*/
/*    border-color:transparent;*/
/*    background-color: #ffffff !important;*/
/*    -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 7%);*/
/*    box-shadow: 0 3px 4px rgb(0 0 0 / 7%);*/
/*}*/

.navbar-wrapper.is-sticky .nav-menu .head a {
    color: #771e65;
}

.navbar-wrapper.is-sticky .nav-menu .head li.current > a,
.navbar-wrapper.is-sticky .nav-menu .head a:hover {
    color: #771e65;
}

.is-sticky .logo-light {
    display: none;
}

.transparent-header .logo-dark {
    display: none;
}

.is-sticky .logo-dark {
    display: inline-block;
}


@media screen and (max-width: 750px) {
    .template-area {
        display: flex;
        flex-direction: column !important;
    }
    .template-area img {
        min-width:120px !important;
    }
}


@keyframes headerArrow {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}
.pointer-event-scroll {
    cursor: pointer;
    animation-duration: 2s;
    animation-name: headerArrow;
    animation-iteration-count: infinite;
}

.wpwl-apple-pay-button.wpwl-apple-pay-button-white-with-line {
    height:50px;
    width:100%;
    background-color:transparent;
    border:2px solid #000;
    border-radius:5px;
    font-size:30px !important;
    color:#000;
    line-height:50px;
    padding:0 10px;
    justify-content:center;
    display:flex;
    align-items:Center;
}
.wpwl-apple-pay-button.wpwl-apple-pay-button-white-with-line span {
    font-size:30px !important;
}
.wpwl-apple-pay-button.wpwl-apple-pay-button-white-with-line img {
    height:30px !important;
    width:30px !important;
}
.modal.pay-now-modal {
    display:none;
}
.modal.pay-now-modal.show {
    display:flex !important;
}
.desc-box-wrap {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 7; /* number of lines to show */ 
}
.show-more {
    cursor:pointer;
}
.show-more.active:before {
    content: 'عرض أقل';
}
.show-more:before {
    content: 'عرض المزيد';
}
html {
  scroll-behavior: smooth;
}
input.form-controll {
    line-height:4rem;
}
.x-check input {
    width:20px;
    height:20px;
    accent-color:#9466ae;
    position: relative;
    display: inline-block;
}
.x-check label {
    padding-right: 10px;
    display: inline-block;
    font-size: 13px;
    text-align: start;
}
#showPayForm, #showPayForm * {
    direction: ltr !important;
    text-align: left;
}