/*** 

====================================================================
	Header style One
====================================================================

***/


/* Change all header text to #07571F */
.main-header,
.main-header * {
	color: var(--header-green-color) !important;
}

/* Change navigation links */
.main-header .main-menu .navigation > li > a,
.main-header .main-menu .navigation > li > a .menu-text span {
	color: var(--header-green-color) !important;
}



.main-header{
	position:absolute;
	left: 0px;
	right: 0px;
	z-index:99;
	width:100%;
}



/* Header Top original */

.header-top{
	position: relative;
	padding: 10px 0px;
}

.header-top_social{
	position: relative;
}

.header-top_social a{
	position: relative;
	color: var(--white-color);
	font-size: var(--font-16);
	margin-right: var(--margin-right-20);
}

.header-top_social i{
	position: relative;
	margin-right: var(--margin-right-5);
}

.header-top_social span{
	position: relative;
	font-family: var(--font-family-Outfit);
}

/* Phone Box */

.header_phone-box{
	position: relative;
	color: var(--color-six);
	font-size: var(--font-14);
	padding-left: var(--padding-left-40);
}

.header_phone-box i{
	position: absolute;
	left: 0px;
	top: 12px;
	line-height: 1em;
	color: var(--main-color);
	font-size: var(--font-24);
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.header_phone-box a{
	position: relative;
	font-weight: 700;
	color: var(--white-color);
	font-size: var(--font-18);
	font-family: var(--font-family-Fredoka);
}

.header_phone-box a:hover{
	color: var(--main-color);
}

/* Header Top News */

.header-top_two{
	position: relative;
	border-bottom: 2px solid var(--color-twentytwo);
}

.header-top_two .inner-container{
	position: relative;
	margin-left: 250px;
	padding-left: var(--padding-left-40);
}

/* Header Top News */

.header-top_news{
	position: relative;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-14);
	padding-left: var(--padding-left-25);
	font-family: var(--font-family-Poppins);
}

.header-top_news span{
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--color-twentythree);
}

.header-top_news::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 2px;
	width: 17px;
	height: 18px;
	background: url(/wp-content/themes/charityx/assets/images/icons/news-icon.png) no-repeat;
}

.donate-online{
	position: relative;
	font-weight: 600;
	padding: 12px 25px;
	display: inline-block;
	color: var(--white-color);
	text-transform: uppercase;
	font-family: var(--font-family-Poppins);
	border-left: 2px solid var(--color-twentytwo);
	border-right: 2px solid var(--color-twentytwo);
}

.donate-online i{
	position: relative;
	color: var(--color-twentyfour);
	margin-right: var(--margin-right-10);
}

.donate-online:hover{
	color: var(--color-twentyfour);
}

.header-top_two-social{
	position: relative;
	padding: 12px 0px;
	margin-left: var(--margin-left-45);
}

.header-top_two-social a{
	position: relative;
	font-size: var(--font-15);
	color: var(--color-twentyfour);
	margin-right: var(--margin-right-35);
	font-family: var(--font-family-Roboto);
}

.header-top_two-social a:hover{
	color: var(--white-color);
}

.header-top_two-social a:last-child{
	margin-right: var(--margin-zero);
}

/* Header Top Three */

.header-top_three{
	position: relative;
	padding: 9px 0px;
	background-color: var(--color-twentysix);
}

.header-top_info{
	position: relative;
}

.header-top_info a{
	position: relative;
	font-weight: 400;
	color: var(--white-color);
	font-size: var(--font-15);
	margin-right: var(--margin-right-20);
	padding-left: var(--padding-left-25);
}

.header-top_info i{
	position: absolute;
	left: 0px;
	top: 3px;
}

.header-top_info a:last-child{
	margin-right: var(--margin-zero);
}

.header-top_three-social{
	position: relative;
}

.header-top_three-social span{
	position: relative;
	font-weight: 500;
	color: var(--white-color);
	font-size: var(--font-14);
	font-family: var(--font-family-Roboto);
}

.header-top_three-social a{
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-12);
	margin-left: var(--margin-left-5);
	border:1px solid var(--white-color);
}

.header-top_three-social a:hover{
	color: var(--color-twentysix);
	background-color: var(--white-color);
}

.main-header.header-style-three{
	border-bottom: 1px solid var(--color-twentysix);
}

.main-header.header-style-three .header-upper .inner-container{
	padding: var(--padding-zero);
	background: none;
}

.main-header.header-style-three .main-menu .navigation > li > a{
	font-weight: 500;
	color: var(--white-color);
	font-family: var(--font-family-Poppins);
}

.main-header.header-style-three .main-menu .navigation > li > a .menu-text{
	text-shadow: 0 16px 0 var(--color-twentysix);
}

.main-header.header-style-three .main-menu .navigation > li:hover > a::before{
	color: var(--color-twentysix);
}

.main-header.header-style-three .header-upper{
	background-color: rgba(var(--black-color-rgb), 0.10);
}

.main-header.header-style-three .header_phone-two{
	font-weight: 500;
}

.main-header.header-style-three .header_phone-two i{
	background-color: var(--color-twentysix);
}

.main-header.header-style-three .header_phone-two a:hover{
	color: var(--color-twentysix);
}

.main-header.header-style-three.fixed-header .header-upper{
	background-color: var(--color-two);
}

/* Header Upper */

.main-header .header-upper .inner-container{
	position: relative;
	padding: 0px 60px;
	padding-right: var(--padding-right-30);
	background-color: var(--white-color);
}

.main-header.header-style-one.fixed-header .header-left-shape,
.main-header.header-style-one.fixed-header .header-right-shape{
	display: none;
}

.header-left-shape{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px;
	height: 100px;
	background: url(/wp-content/themes/charityx/assets/images/icons/slider-left-shape.png);
}

.header-right-shape{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 190px;
	height: 100px;
	background: url(/wp-content/themes/charityx/assets/images/icons/slider-right-shape.png);
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .header-lower{
	position:relative;
}

.main-header .header-lower .inner-container{
	position:relative;
	border-top:2px solid var(--color-five);
}

.main-header .header-lower .nav-outer{
	position:relative;
	padding-right:15px;
}

.main-header .header-upper .logo-box{
	position: relative;
	padding:10px 0px;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .main-menu .navigation > li:nth-child(7) > ul,
.main-header .main-menu .navigation > li:nth-child(8) > ul{
	left:0px;
	right:auto !important;
}

/* Main Menu */

.main-header .main-menu{
	position:relative;
	z-index: 99;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-menu .navbar-collapse{
	padding:0px;
	display:block;
}

.main-header .header-lower .main-menu .navigation{
	position:relative;
}

.main-header .main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:15px 0px 15px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	margin-right:var(--margin-right-30);
}

.main-header .main-menu .navigation > li.dropdown > a{
	padding-right:15px;
}

.main-header .main-menu .navigation > li.dropdown > a:before{
	position: absolute;
    content: "\f107";
    right: 0px;
	font-weight:800;
	font-size:var(--font-12);
	font-family: 'Font Awesome 6 Free';
}

/* .main-header .main-menu .navigation > li.dropdown:hover > a:before{
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
} */

.main-header.fixed-header .header-upper .inner-container{
	padding: var(--padding-zero);
}

.main-header.fixed-header .header-upper{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index:9999999;
	opacity:1;
	visibility:visible;
	background-color: var(--white-color);
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.07);
}

.main-header.fixed-header .header-upper .logo-box{
	
}

.main-header .main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-weight:600;
	padding:0px 0px;
	text-align:center;
	line-height:20px;
	color:var(--color-three);
	font-size:var(--font-17);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: var(--font-family-Fredoka);
}

.main-header .main-menu .navigation > li:hover > a::before{
	color: var(--main-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li > a .menu-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-shadow: 0 16px 0 var(--main-color);
}

.main-header .sticky-header .main-menu .navigation > li > a .menu-text{
	text-shadow: 0 16px 0 var(--black-color);
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(1){
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.main-header .main-menu .navigation > li:hover > a span{
    --m: calc(16px * -1);
}

.main-menu > li > a .menu-text span:nth-child(1), .main-menu-4 > li > a .menu-text span:nth-child(1) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(4){
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(5){
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(6){
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(7){
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(8){
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(9){
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(10){
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.main-header .main-menu .navigation > li > a .menu-text span{
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translateY(var(--m)) translateZ(0);
    transform: translateY(var(--m)) translateZ(0);
}

.main-header .main-menu .navigation > li > a > span{
	position:absolute;
	right:-25px;
	top:20px;
	width:42px;
	height:16px;
	font-weight:600;
	line-height:1.6em;
	border-radius:50px;
	letter-spacing:1px;
	font-size:var(--font-11);
	text-transform:uppercase;
	color:var(--black-color);
	background-color:var(--main-color);
}

.main-header .main-menu .navigation > li:last-child{
	margin-right:var(--margin-zero);
}

.main-header .sticky-header .main-menu .navigation > li{
	position:relative;
}

.main-header .sticky-header .main-menu .navigation > li:last-child{
	margin-right:var(--margin-zero);
}

.main-header .main-menu .navigation > li:last-child ul{
	right:0px;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a{
	opacity:1;
}

.main-header .main-menu .navigation > li > ul{
	position:absolute;
	width:16rem;
	top:100%;
	padding:25px 25px 30px 25px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	border-radius:0px;
	background-color:var(--white-color);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-header .main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-header .main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	opacity:0;
	text-align:left;
	transform:translateY(11px);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	margin-bottom:var(--margin-bottom-10);
}

.main-header .main-menu .navigation > li > ul > li:last-child{
	margin-bottom:var(--margin-zero);
}

.main-header .main-menu .navigation > li:hover > ul > li{
	opacity:1;
	transform:translateY(0px);
	-webkit-transition-delay: 70ms;
	-moz-transition-delay: 70ms;
	-ms-transition-delay: 70ms;
	-o-transition-delay: 70ms;
	transition-delay: 70ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(2){
	-webkit-transition-delay: 140ms;
	-moz-transition-delay: 140ms;
	-ms-transition-delay: 140ms;
	-o-transition-delay: 140ms;
	transition-delay: 140ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(3){
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	-ms-transition-delay: 210ms;
	-o-transition-delay: 210ms;
	transition-delay: 210ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(4){
	-webkit-transition-delay: 280ms;
	-moz-transition-delay: 280ms;
	-ms-transition-delay: 280ms;
	-o-transition-delay: 280ms;
	transition-delay: 280ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(5){
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(6){
	-webkit-transition-delay: 420ms;
	-moz-transition-delay: 420ms;
	-ms-transition-delay: 420ms;
	-o-transition-delay: 420ms;
	transition-delay: 420ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(7){
	-webkit-transition-delay: 490ms;
	-moz-transition-delay: 490ms;
	-ms-transition-delay: 490ms;
	-o-transition-delay: 490ms;
	transition-delay: 490ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(8){
	-webkit-transition-delay: 560ms;
	-moz-transition-delay: 560ms;
	-ms-transition-delay: 560ms;
	-o-transition-delay: 560ms;
	transition-delay: 560ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(9){
	-webkit-transition-delay: 630ms;
	-moz-transition-delay: 630ms;
	-ms-transition-delay: 630ms;
	-o-transition-delay: 630ms;
	transition-delay: 630ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(10){
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(11){
	-webkit-transition-delay: 770ms;
	-moz-transition-delay: 770ms;
	-ms-transition-delay: 770ms;
	-o-transition-delay: 770ms;
	transition-delay: 770ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(12){
	-webkit-transition-delay: 840ms;
	-moz-transition-delay: 840ms;
	-ms-transition-delay: 840ms;
	-o-transition-delay: 840ms;
	transition-delay: 840ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(13){
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.main-header .main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-header .main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	line-height:24px;
	letter-spacing:0.5px;
	font-weight:600;
	font-size:var(--font-14);
	text-transform:uppercase;
	color:var(--black-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: var(--font-family-Fredoka);
}

.main-header .main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:0px;
	top:6px;
	width:16px;
	height:10px;
	opacity:0;
	display:inline-block;
	transform:rotate(45deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:url(/wp-content/themes/charityx/assets/images/icons/right-arrow.png) no-repeat;
}

.main-header .main-menu .navigation > li > ul > li:hover > a{
	color:var(--color-three);
	padding-left:var(--padding-left-20);
}

.main-header .main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
}

.main-header .main-menu .navigation > li > ul > li.dropdown > a:after{
	position:absolute;
	content: "\f105";
	right:10px;
	top:1px;
	z-index:5;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	font-weight:800;
	font-size:var(--font-12);
	color:var(--black-color);
	font-family: 'Font Awesome 6 Free';
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:var(--color-three);
}

.main-header .main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width: 16rem;
    padding:25px 25px 30px 25px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	border-radius:0px;
	background-color:var(--white-color);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-header .main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-header .main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	text-align:left;
	opacity:0;
	margin-bottom: var(--margin-bottom-15);
	transform:translateY(-8px);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child{
	margin-bottom:var(--margin-zero);
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li{
	opacity:1;
	transform:translateY(0px);
	-webkit-transition-delay: 70ms;
	-moz-transition-delay: 70ms;
	-ms-transition-delay: 70ms;
	-o-transition-delay: 70ms;
	transition-delay: 70ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(2){
	-webkit-transition-delay: 140ms;
	-moz-transition-delay: 140ms;
	-ms-transition-delay: 140ms;
	-o-transition-delay: 140ms;
	transition-delay: 140ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(3){
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	-ms-transition-delay: 210ms;
	-o-transition-delay: 210ms;
	transition-delay: 210ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(4){
	-webkit-transition-delay: 280ms;
	-moz-transition-delay: 280ms;
	-ms-transition-delay: 280ms;
	-o-transition-delay: 280ms;
	transition-delay: 280ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(5){
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(6){
	-webkit-transition-delay: 420ms;
	-moz-transition-delay: 420ms;
	-ms-transition-delay: 420ms;
	-o-transition-delay: 420ms;
	transition-delay: 420ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(7){
	-webkit-transition-delay: 490ms;
	-moz-transition-delay: 490ms;
	-ms-transition-delay: 490ms;
	-o-transition-delay: 490ms;
	transition-delay: 490ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(8){
	-webkit-transition-delay: 560ms;
	-moz-transition-delay: 560ms;
	-ms-transition-delay: 560ms;
	-o-transition-delay: 560ms;
	transition-delay: 560ms;
}

.map a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	z-index:1;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	line-height:24px;
	letter-spacing:0.5px;
	font-weight:600;
	font-size:var(--font-14);
	text-transform:uppercase;
	color:var(--black-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: var(--font-family-Fredoka);
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:0px;
	top:6px;
	width:16px;
	height:10px;
	opacity:0;
	display:inline-block;
	transform:rotate(45deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:url(/wp-content/themes/charityx/assets/images/icons/right-arrow.png) no-repeat;
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a:hover::before{
	opacity:1;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:var(--main-color);
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:var(--color-three);
	padding-left:var(--padding-left-20);
}

.main-header .main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.main-header .main-menu .navigation li > ul > li.dropdown:hover > ul{
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.main-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:var(--white-color);
	line-height:28px;
	border:1px solid var(--white-color-opicity-two);
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/* .header-two{
	top: 40px;
}

.header-two .header-upper .inner-container{
	position: relative;
	padding: 0px 30px;
	background-color: var(--white-color);
	border-top: 10px solid var(--color-ten);
}

.header-two .header-upper .logo-box{
	padding: 10px 0px;
}

.main-header.header-two .search-box-btn{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	font-size: var(--font-14);
	padding: var(--padding-zero);
	background-color: var(--color-three);
}

.header-two .main-menu .navigation > li > a{
	color: var(--color-two);
}

.main-header.header-two .header-upper .main-menu .navigation > li > a .menu-text{
    text-shadow: 0 16px 0 var(--black-color);
}

.main-header.header-two .outer-box .nav-btn{
	color: var(--color-four);
} */

/* Header Style Two */

.header-style-two{
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	min-height:80px;
	background-color: var(--color-twentyfive);
	border-bottom: 2px solid var(--color-twentytwo);
}

.header-style-two .auto-container{
	max-width: 1735px;
}

.main-header.header-style-two .header-upper .logo-box{
	position: absolute;
	left: 0px;
	top: -49px;
    padding: 34px 0px;
	padding-right: var(--padding-right-30);
	background-color: var(--color-twentyfive);
	border-right: 2px solid var(--color-twentytwo);
}

.main-header.header-style-two .header-upper .logo-box::before{
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	right: 100%;
	width: 150%;
	background-color: var(--color-twentyfive);
}

.main-header.header-style-two .header-upper .inner-container{
	background: none;
	padding: var(--padding-zero);
	padding-left: 290px; 
}

.main-header.header-style-two .main-menu .navigation > li > a{
	font-weight: 500;
	color: var(--white-color);
	font-size: var(--font-17);
	font-family: var(--font-family-Poppins);
}

.main-header.header-style-two .search-box-btn{
	padding: 28px 20px;
	color: var(--white-color);
	margin-left: var(--margin-zero);
	border-left: 2px solid var(--color-twentytwo);
	border-right: 2px solid var(--color-twentytwo);
}

.main-header.header-style-two .outer-box .nav-btn{
	top: 0px;
	padding: 28px 20px;
	border-right: 2px solid var(--color-twentytwo);
}

.main-header.header-style-two .main-menu .navigation > li > a .menu-text{
	text-shadow: 0 16px 0 var(--color-twentythree);
}

.main-header.header-style-two .main-menu .navigation > li:hover > a::before{
	color: var(--color-twentythree);
}

.main-header.header-style-two .outer-box .nav-btn i{
	color: var(--white-color);
}

.main-header.header-style-two.fixed-header .header-upper{
	background-color: var(--color-two);
}

.main-header.header-style-two.fixed-header .header-upper .logo-box{
	top: 0px;
	padding: 9px 0px;
}

/* Phone Box */

.header_phone-two{
	position: relative;
	font-weight: 600;
	color: var(--white-color);
	font-size: var(--font-14);
	text-transform: uppercase;
	margin-left: var(--margin-left-30);
	padding-left: var(--padding-left-65);
	font-family: var(--font-family-Poppins);
}

.header_phone-two i{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-20);
	background-color: var(--color-twentythree);
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.header_phone-two a{
	position: relative;
	font-weight: 700;
	color: var(--white-color);
	font-size: var(--font-18);
}

.header_phone-two a:hover{
	color: var(--color-twentythree);
}

/* Become Member */

.become-member{
	position: relative;
	font-weight: 600;
	padding: 28px 22px;
	font-size: var(--font-14);
	color: var(--white-color);
	text-transform: uppercase;
	border-right: 2px solid var(--color-twentytwo);
}

.become-member i{
	position: relative;
	color: var(--color-twentythree);
	margin-right: var(--margin-right-5);
}

.become-member a{
	position: relative;
	color: var(--white-color);
	font-family: var(--font-family-Poppins);
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.main-header .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: var(--font-24);
	line-height: 44px;
	cursor: pointer;
	color:var(--black-color);
	display: none;
	font-family: "Flaticon";
	margin-left: var(--margin-left-20);
}

.main-header .sticky-header .mobile-nav-toggler{
	color:var(--black-color);
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	visibility: hidden;
	z-index: 99999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	width:100%;
	visibility: visible;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	

}

.mobile-menu .menu-box{
	position: absolute;
	right: -400px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	border-radius: 0px;
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	right:0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	font-family: "Flaticon";
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .navigation li > ul > li > a{
	padding-left:30px;
}

.mobile-menu .navigation li > ul > li > ul{
	padding-left:0px;
}

.mobile-menu .navigation li > ul > li > ul > li > a{
	padding-left:40px;
}

.main-header .mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.main-header .mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.main-header .mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 12px 20px;
	font-size: var(--font-14);
	color: var(--black-color);
	text-transform: capitalize;
}

.main-header .mobile-menu .navigation li:hover > a,
.main-header .mobile-menu .navigation li.current > a{
	
}

.main-header .mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	color: var(--dark-color);
	font-size: var(--font-16);
	line-height:44px;
	cursor:pointer;
	z-index:5;
}

.main-header .mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid #dddddd;
}

.main-header .mobile-menu .navigation li > ul,
.main-header .mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.main-header .sticky-header .navbar-header{
	display:none;
}

.main-header .outer-box{
	position: relative;
}

/* Search Box Outer */

.main-header .search-box-outer{
	position:relative;
}

.main-header .search-box-btn{
	position:relative;
	display:block;
	cursor:pointer;
	background:none;
	text-align:center;
	color: var(--color-three);
	font-size:var(--font-18);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	margin-left: var(--margin-left-25);
}

.main-header .outer-box .nav-btn{
	position:relative;
	top: 3px;
}

.main-header .outer-box .nav-btn i{
	position:relative;
	cursor:pointer;
	font-weight:800;
	font-size:var(--font-20);
	color: var(--color-three);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Font Awesome 6 Free';
}

.main-header .outer-box .nav-btn span{
	position:absolute;
	right: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size:var(--font-10);
	color: var(--white-color);
	background-color: var(--main-color);
}

.main-header .outer-box .nav-btn:hover{
	color:var(--color-four);
}

.appointmeny_button-box{
	position:relative;
	height:52px;
	margin-left: var(--margin-left-30);
}

.hamburger {
	position:relative;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 70px;
	height: 74px;
	cursor: pointer;
	padding: 27px 20px;
	background-color:var(--color-four);
}

.hamburger span {
  /* align-self: flex-end; */
  height: 2px;
  width: 83.33333333%;
  background: #ffffff;
  transition: all 400ms ease-in-out;
}

.hamburger .meat {
  width: 100%;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  width: 58.33333333%;
  transition: all 100ms ease-in-out;
}

.hamburger:hover span {
  width: 100%;
}

html:not(.body-menu-opened) .hamburger .top-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
          animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

html:not(.body-menu-opened) .hamburger .meat {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
          animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
          animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%); 
    transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.search-popup .color-layer{
	position: absolute;
	content:'';
	left: 0;
	top: 0;
	height: 120px;
	width: 100%;
	box-shadow:0px 15px 15px rgba(0,0,0,0.07);
	background-color: rgba(255,255,255,1);
    transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidenav-bar-visible .search-popup{
	width: 80%;
}

.search-active .search-popup{
	transform: translateY(0%);
	margin-top:var(--margin-zero);
}

.search-popup .close-search{
	position: absolute;
	right: 25px;
	top: 25px;
	cursor:pointer;
	background:none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	z-index:9999;
	visibility: hidden;
}

.search-popup .close-search span{
	position: relative;
	display: block;
	z-index:2;
	font-weight:800;
	font-size:var(--font-20);
	color: var(--black-color);
	font-family: "Flaticon";
}

.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.search-popup form{
	position: absolute;
	max-width: 1300px;
	top: 25px;
	left: 15px;
	right: 15px;
	z-index:999;
	margin:0px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: var(--dark-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.search-popup .form-group{
	position:relative;
	margin:var(--margin-zero);
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:var(--font-16);
	line-height: 50px;
	color:var(--color-two);
	height:70px;
	width:100%;
	padding: 10px 30px 10px 60px;
	background-color: var(--white-color);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight:500;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10)
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	left:10px;
	top:0px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:var(--font-24);
	color:var(--black-color);
	cursor:pointer;
	font-weight:800;
	display:inline-block;
	font-family: 'Font Awesome 6 Free';
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: var(--black-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:var(--color-two);
}

.search-popup .close-search.style-two{
	position: absolute;
	right: 25px;
	left: auto;
	color: var(--white-color);
	width:auto;
	height:auto;
	top:25px;
	margin:0px;
	border:none;
	background:none !important;
	box-shadow:none !important;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .close-search.style-two span{
	font-size:var(--font-20);
	color: var(--white-color);
}

.main-header .sticky-header .search-box-btn{
	color: var(--color-two);
}

.main-header .sticky-header .outer-box .nav-btn{
	color: var(--color-two);
}

.main-header .mobile-menu .menu-box .mCSB_scrollTools{
	width:3px;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.sidebar-info-contents{
	position:relative;
	height:100%;
}

.sidebar-textwidget,
.sidebar-widget-container{
	height:100%;
}

.sidebar-info-contents .content-inner{
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sidebar-info-contents .content-inner h5{
	margin:15px 20px;
	font-weight:400;
	color:var(--black-color);
	text-transform:capitalize;
}

.sidebar-info-contents .content-inner h5 span{
	position:relative;
	font-weight: 600;
}

.sidebar-info-contents .price{
	position:relative;
	padding:14px 10px;
	text-align:center;
	font-weight:400;
	color:var(--white-color);
	font-size:var(--font-14);
	background-color:var(--main-color);
}

.sidebar-info-contents .empty-cart-box{
	position:relative;
	margin:15px 0px;
	/* display: flex;
    align-items: center;
    justify-content: center; */
}

.sidebar-info-contents .no-cart{
	position:relative;
	text-align:center;
	color:var(--black-color);
	font-size:var(--font-16);
}

.sidebar-info-contents .no-cart .icon{
	position:relative;
	width:55px;
	height:55px;
	display:block;
	margin:0 auto;
	line-height:57px;
	text-align:center;
	border-radius:50px;
	font-size:var(--font-18);
	color:var(--white-color);
	background-color:var(--main-color);
	margin-bottom:var(--margin-bottom-20);
	font-family: 'Font Awesome 6 Free';
}

.sidebar-info-contents .lower-box h5{
	padding:25px 20px;
	margin:0px;
}
	
.sidebar-info-contents .lower-box{
	position:relative;
	border-top:1px solid rgba(var(--black-color-rgb), 0.10);
}

.sidebar-info-contents .lower-box:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:10px;
	bottom:0px;
	z-index:100;
	background-color:var(--white-color);
}

/* Post Block */

.post-block{
	position:relative;
	padding:0px 10px;
	margin-bottom:var(--margin-bottom-10);
}

.post-block .inner-box{
	position:relative;
	min-height:144px;
	padding-right:var(--padding-right-10);
	padding-left:var(--padding-left-120);
}

.post-block .rating{
	position:relative;
	color:var(--color-eight);
	font-size:var(--font-12);
	margin-top: var(--margin-top-5);
}

.post-block .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:106px;
	height:144px;
}

.post-block .inner-box h6{
	font-weight:700;
	font-size:var(--font-16);
	text-transform: capitalize;
}

.post-block .inner-box h6 a{
	position:relative;
	color:var(--color-two);
}

.post-block .inner-box h6 a:hover{
	color:var(--black-color);
}

.post-block .inner-box .price-box{
	position:relative;
	font-weight:500;
	color:var(--color-two);
	font-size:var(--font-16);
	margin-top:var(--margin-top-5);
}

.post-block .inner-box .bag-btn{
	position:relative;
	display:block;
	padding:10px 10px;
	border-radius:4px;
	font-weight:700;
	text-align:center;
	letter-spacing:1px;
	font-size:var(--font-12);
	color:var(--white-color);
	text-transform:uppercase;
	margin-top:var(--margin-top-15);
	background-color:var(--main-color);
}

.post-block .inner-box .bag-btn:hover{
	color:var(--white-color);
	background-color:var(--color-two);
}

.xs-sidebar-widget::-webkit-scrollbar,
.xs-sidebar-widget-two::-webkit-scrollbar,
.about-sidebar .sidebar-inner::-webkit-scrollbar{
  width: 8px;
}

/* Track */
.xs-sidebar-widget::-webkit-scrollbar-track,
.xs-sidebar-widget-two::-webkit-scrollbar-track,
.about-sidebar .sidebar-inner::-webkit-scrollbar-track{
  background: #dddddd;
}

/* Handle */
.xs-sidebar-widget::-webkit-scrollbar-thumb,
.xs-sidebar-widget-two::-webkit-scrollbar-thumb,
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb {
  background-color:var(--main-color);
}

/* Handle on hover */
.xs-sidebar-widget::-webkit-scrollbar-thumb:hover,
.xs-sidebar-widget-two::-webkit-scrollbar-thumb:hover,
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Close Side Widget */

.close-side-widget{
	width:20px;
	height:20px;
	display:inline-block;
	color:var(--black-color);
	font-size:var(--font-30);
}

.close-side-widget:hover{
	color:var(--main-color);
}

.close-side-widget:before,
.close-side-widget:after {
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    -webkit-transition: background-position 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: background-position 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    background: linear-gradient(90deg, currentColor 0 36%, transparent 36% 56%, currentColor 56% 100%);
    background-size: 270% 100%;
    background-position-x: 100%;
}

.close-side-widget:before {
    top: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-side-widget:after {
    top: 13.5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* transform: rotate(-45deg); */
    transition-delay: .1s,0s,0s;
}

.close-side-widget:hover:before,
.close-side-widget:hover:after {
    background-position-x: 0;
    -webkit-transition: background-position 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: background-position 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.close-side-widget:before {
    top: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-side-widget:hover:after {
    transition-delay: .15s,0s,0s;
}

.close-side-widget:hover:before,
.close-side-widget:hover:after {
    background-position-x: 0;
    -webkit-transition: background-position 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: background-position 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}



/* About Sidebar */

.about-sidebar{
	position:fixed;
	left:-500px;
	top:0px;
	bottom:0px;
	width:450px;
	z-index:999999;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
	background-color:var(--white-color);
}

.about-sidebar .gradient-layer{
	position:absolute;
	left:0%;
	top:0px;
	bottom:0px;
	width:0%;
	opacity:0.60;
	z-index:-1;
	background-color:var(--black-color);
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	cursor: url(/wp-content/themes/charityx/assets/images/cross-out.png), pointer;
}

.about-sidebar.active .gradient-layer{
	width:500%;
	left:100%;
}

.about-sidebar.active{
	left:0px;
}

.about-sidebar .fa{
	position:absolute;
	left:20px;
	top:20px;
	z-index:10;
	cursor:pointer;
	font-size:var(--font-30);
	color:var(--black-color);
	font-family: 'Font Awesome 6 Free';
}

.about-sidebar .sidebar-inner{
	position:relative;
	overflow-y: auto;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about-sidebar .content-box{
	position:relative;
	padding:30px 50px;
}

.about-sidebar h3{
	font-weight:400;
	color:var(--black-color);
	margin-bottom:var(--margin-bottom-15);
}

.about-sidebar h3 span{
	font-weight:700;
}

.about-sidebar .text{
	line-height:30px;
	color:var(--color-three);
	margin-top:var(--margin-top-10);
	margin-bottom:var(--margin-bottom-20);
}

.about-sidebar .social-box{
	position:relative;
	margin-left:var(--margin-left-50);
	margin-bottom:var(--margin-bottom-35);
}

.about-sidebar .social-box a{
	position:relative;
	margin-right:15px;
	color:var(--color-three);
	font-size:var(--font-18);
}

.about-sidebar .social-box a:hover{
	color:var(--color-four);
}

.about-sidebar .sidebar-inner::-webkit-scrollbar{
  width: 8px;
}

/* Track */
.about-sidebar .sidebar-inner::-webkit-scrollbar-track{
  background: #dddddd;
}

/* Handle */
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb {
  background-color:var(--main-color);
}

/* Handle on hover */
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	overflow: hidden;
	padding-top: var(--padding-top-90);
	padding-bottom: var(--padding-bottom-20);
}

.main-footer::before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.89;
	background-color: var(--black-color);
}

.main-footer_pattern{
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 136px;
    background-repeat: repeat-x;
    animation: 80s linear 0s infinite normal none running slide;
}

.main-footer .footer-logo{
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: var(--margin-bottom-30);
}

.footer-inner_container{
	position: relative;
	max-width: 840px;
	margin: 0 auto;
}

.footer-inner_container::before{
	position: absolute;
	content: '';
	left: 50%;
	top: 0px;
	width: 1px;
	bottom: 0px;
	opacity: 0.50;
	background-color:  var(--color-twentyone);
}

.footer-inner_container .row{
	margin: 0px -50px;
}

.footer-inner_container .column{
	position: relative;
	padding: 0px 50px;
}

.main-footer .footer-text{
	position: relative;
	line-height: 28px;
	text-align: right;
	color: var(--white-color);
	font-size: var(--font-18);
}

.footer-list{
	position: relative;
}

.footer-list li{
	position: relative;
	color: var(--white-color);
	font-size: var(--font-16);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-15);
}

.footer-list li .icon{
	position: absolute;
	left: 0px;
	top: 3px;
	color: var(--main-color);
}

.footer-nav{
	position: relative;
	text-align: right;
	margin-top: var(--margin-top-40);
}

.footer-nav li{
	position: relative;
	line-height: 1em;
	display: inline-block;
	margin-right: var(--margin-right-10);
	padding-right: var(--padding-right-15);
	border-right: 1px solid var(--color-twentyone);
}

.footer-nav li a{
	position: relative;
	font-size: var(--font-14);
	color: var(--color-twentyone);
}

.footer-nav li:last-child{
	border: none;
	margin-right: var(--margin-zero);
	padding-right: var(--padding-zero);
}

.footer-nav li a:hover{
	color: var(--white-color);
}




.footer-socials{
	position: relative;
	margin-top: var(--margin-top-30);
}

.footer-socials li{
	position: relative;
	line-height: 1em;
	display: inline-block;
	margin-right: var(--margin-right-20);
}

.footer-socials li .icon{
	position: relative;
	margin-right: var(--margin-right-5);
}

.footer-socials li a{
	position: relative;
	font-size: var(--font-14);
	color: var(--color-twentyone);
}

.footer-socials li:last-child{
	margin-right: var(--margin-zero);
	padding-right: var(--padding-zero);
}

.footer-socials li a:hover{
	color: var(--white-color);
}

.footer-gallery{
	position: relative;
	padding-top: var(--padding-top-60);
	padding-bottom: var(--padding-bottom-60);
}

.footer-gallery .footer-gallery_block{
	position: relative;
	width: 12.5%;
	float: left;
	padding: 0px 5px;
}

.footer-gallery_block{
	position:relative;
}

.footer-gallery_block .inner-box{
	position:relative;
	overflow: hidden;
	border-radius: 8px;
}

.footer-gallery_block .image{
	position:relative;
}

.footer-gallery_block .image img{
	position:relative;
	width:100%;
	display:block;
}

.footer-gallery_block .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.footer-gallery_block .overlay-box:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 25%;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.50) 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.50) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.50) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, rgba(0,0,0,0.50)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.50) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.50) 100%);
}

.footer-gallery_block .overlay-box .plus{
	position: relative;
    width: 50px;
    height: 50px;
    z-index: 1;
    line-height: 50px;
    text-align: center;
    font-size: var(--font-18);
    color: var(--white-color);
    background-color: var(--main-color);
}

.footer-gallery_block .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.copyright-outer{
	position: relative;
	text-align: center;
}

.copyright{
	position: relative;
	padding: 6px 20px;
	font-weight: 700;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	background-color: var(--black-color);
}

/***

====================================================================
	Main Footer
====================================================================

***/

.footer-style-two{
	position:relative;
	padding-top: var(--padding-top-90);
	padding-bottom: var(--padding-bottom-20);
	background-color: var(--color-thirtyone);
}

.footer-style-two .upper-box{
	position:relative;
	padding-bottom: var(--padding-bottom-80);
}

.footer-style-two .upper-box::before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 1px;
	background: url(/wp-content/themes/charityx/assets/images/background/footer-line.jpg);
}

.follow-insta{
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: 700;
	line-height: 36px;
	color: var(--white-color);
	font-size: var(--font-26);
	padding-left: var(--padding-left-80);
	font-family: var(--font-family-Poppins);
}

.follow-insta::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 5px;
	width: 57px;
	height: 58px;
	background: url(/wp-content/themes/charityx/assets/images/icons/instagram.png) no-repeat;
}

.footer-style-two .social-column_inner{
	position: relative;
	padding-left: 250px;
}

.footer-two_gallery{
	position: relative;
}

.footer-two_gallery .footer-gallery_block{
	position: relative;
	width: 14%;
	float: left;
	padding: 0px 2px;
}

.footer-style-two .widgets-section{
	position: relative;
	padding: 80px 0px 50px;
}

.footer-style-two .footer-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.footer-style-two .text{
	color: #b6bfc1;
	line-height: 28px;
	font-size: var(--font-18);
	margin-bottom: var(--margin-bottom-30);
	font-family: var(--font-family-Roboto);
}

.footer-style-two h5{
	font-weight: 700;
	color: var(--white-color);
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-25);
	font-family: var(--font-family-Poppins);
}

/* Newsletter Box */

.newsletter-box {
    position: relative;
}

.newsletter-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.newsletter-box .form-group input[type="text"],
.newsletter-box .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 60px;
    width: 100%;
	border-radius: 8px;
    box-shadow: inherit;
    font-size: var(--font-16);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 25px;
    color:var(--color-two);
    background: var(--white-color);
	font-family: var(--font-family-Roboto);
}

.newsletter-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
	width: 62px;
	height: 60px;
    font-weight: 500;
    padding: 14px 10px;
	text-align: center;
    display: inline-block;
    font-size: var(--font-20);
    color: var(--white-color);
    text-transform: capitalize;
	border-radius: 5px;
	font-weight: 800;
	font-family: 'Font Awesome 5 Free';
    background-color: var(--color-twentysix);
}

.footer-link{
	position: relative;
}

.footer-link li{
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.footer-link li a{
	position: relative;
	color: #b6bfc1;
	font-size: var(--font-16);
	padding-left: var(--padding-left-25);
}

.footer-link li a::before{
	position: absolute;
	content: '\f101';
	left: 0px;
	top: 0px;
	font-weight: 800;
	font-size: var(--font-14);
	color: var(--color-twentysix);
	font-family: 'Font Awesome 5 Free';
}

.footer-link li a:hover{
	color: var(--white-color);
}

.footer-link li a:hover{
	color: var(--color-twentysix);
}

.question-list{
	position: relative;
}

.question-list li{
	position: relative;
	color: #f18f20;
	min-height: 50px;
	font-size: var(--font-13);
	padding-left: var(--padding-left-65);
	margin-bottom: var(--margin-bottom-25);
	font-family: var(--font-family-Poppins);
}

.question-list li .icon{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--color-two);
	background-color: #d2d2d2;
}

.question-list li a{
	position: relative;
	display: block;
	font-weight: 700;
	color: var(--white-color);
	font-size: var(--font-18);
	margin-top: var(--margin-top-5);
}

.question-list li a:hover{
	color: #f18f20;
}

.footer-two_bottom{
	position: relative;
	padding: 20px 30px;
	border-radius: 6px;
	background-color: #030303;
}

.footer-two_bottom .copyright-column{
	position: relative;
}

.footer-two_copyright{
	position: relative;
	font-weight: 700;
	color: var(--white-color);
	font-size: var(--font-15);
	font-family: var(--font-family-Poppins);
}

.footer-two_bottom .nav-column{
	position: relative;
	text-align: right;
}

/* Become Member */

.footer-two_member{
	position: relative;
	font-weight: 600;
	font-size: var(--font-14);
	color: var(--white-color);
	text-transform: uppercase;
}

.footer-two_member i{
	position: relative;
	color: var(--color-twentythree);
	margin-right: var(--margin-right-5);
}

.footer-two_member a{
	position: relative;
	color: var(--white-color);
	font-family: var(--font-family-Poppins);
}

.footer-two_socials{
	position: relative;
	padding-left: var(--padding-left-5);
	margin-left: var(--margin-left-30);
	border-left: 1px solid rgba(var(--white-color-rgb), 0.10);
}

.footer-two_socials a{
	position: relative;
	font-size: var(--font-18);
	color: var(--color-twentyfour);
	margin-left: var(--margin-left-20);
}
.footer-style-two .row .col-lg-3 {
    max-width: 22%;
    flex: 0 0 22%;
}

.footer-style-two .row .col-lg-3:first-child {
    max-width: 34%;
    flex: 0 0 34%;
    padding-right: 50px;
}
.fix {
	overflow: hidden;
}
@media(max-width: 1199px) {
	.footer-style-two .row .col-lg-3 {
		max-width: 25%;
		flex: 0 0 25%;
	}
	.footer-style-two .row .col-lg-3:first-child {
		max-width: 40%;
		flex: 0 0 40%;
		padding-right: 30px;
	}
	.cause-seven .cause-five-button-next {
		right: 0;
	}
	.cause-seven .cause-five-button-prev {
		left: 0;
	}
}
@media(max-width: 991px) {
	.footer-style-two .row .col-lg-3 {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.footer-style-two .row .col-lg-3:first-child {
		max-width: 50%;
		flex: 0 0 50%;
		padding-right: 15px;
	}
}
@media(max-width: 575px) {
	.footer-style-two .row .col-lg-3 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.footer-style-two .row .col-lg-3:first-child {
		max-width: 100%;
		flex: 0 0 100%;
		padding-right: 15px;
	}
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding:8px 1em 8px 15px;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/wp-content/themes/charityx/assets/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/wp-content/themes/charityx/assets/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	/*background-image: url("/wp-content/themes/charityx/assets/css/images/ui-icons_555555_256x240.png");*/
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	/*background-image: url("/wp-content/themes/charityx/assets/css/images/ui-icons_ffffff_256x240.png");*/
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/wp-content/themes/charityx/assets/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/wp-content/themes/charityx/assets/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/wp-content/themes/charityx/assets/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0); }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0); } }

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0); }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0); } }

@-webkit-keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}/**
 * Swiper 6.6.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 11, 2021
 */
 @font-face{ font-display:swap;
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
 }
:root {
    --swiper-theme-color: #007aff
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-container-pointer-events {
    touch-action: pan-y
}
.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-container-3d {
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}
:root {
    --swiper-navigation-size: 44px
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}
.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-arrow-turn-right::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face{ 
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display:swap;
  src: url("/wp-content/themes/charityx/assets/fonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/charityx/assets/fonts/fa-brands-400.ttf") format("truetype");  }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face{ 
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display:swap;
  src: url("/wp-content/themes/charityx/assets/fonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/charityx/assets/fonts/fa-regular-400.ttf") format("truetype");  }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face{ 
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display:swap;
  src: url("/wp-content/themes/charityx/assets/fonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/charityx/assets/fonts/fa-solid-900.ttf") format("truetype");  }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face{ 
  font-family: 'Font Awesome 5 Brands';
  font-display:swap;
  font-weight: 400;
  src: url("/wp-content/themes/charityx/assets/fonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/charityx/assets/fonts/fa-brands-400.ttf") format("truetype");  }

@font-face{ 
  font-family: 'Font Awesome 5 Free';
  font-display:swap;
  font-weight: 900;
  src: url("/wp-content/themes/charityx/assets/fonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/charityx/assets/fonts/fa-solid-900.ttf") format("truetype");  }

@font-face{ 
  font-family: 'Font Awesome 5 Free';
  font-display:swap;
  font-weight: 400;
  src: url("/wp-content/themes/charityx/assets/fonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/charityx/assets/fonts/fa-regular-400.ttf") format("truetype");  }
@font-face{ 
  font-family: 'FontAwesome';
  font-display:swap;
  src: url("/wp-content/themes/charityx/assets/fonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/charityx/assets/fonts/fa-solid-900.ttf") format("truetype");  }

@font-face{ 
  font-family: 'FontAwesome';
  font-display:swap;
  src: url("/wp-content/themes/charityx/assets/fonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/charityx/assets/fonts/fa-brands-400.ttf") format("truetype");  }

@font-face{ 
  font-family: 'FontAwesome';
  font-display:swap;
  src: url("/wp-content/themes/charityx/assets/fonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/charityx/assets/fonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC;  }

@font-face{ 
  font-family: 'FontAwesome';
  font-display:swap;
  src: url("/wp-content/themes/charityx/assets/webfonts/fa-v4compatibility.woff2") format("woff2"), url("/wp-content/themes/charityx/assets/webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A;  }
.empty-animation{
    animation-name: zoomInStable; 
    animation-duration: 3s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: zoomInStable; 
    -webkit-animation-duration: 3s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: zoomInStable; 
    -moz-animation-duration: 3s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: zoomInStable; 
    -ms-animation-duration: 3s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: zoomInStable; 
    -o-animation-duration: 3s; 
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.empty-animation{
    animation-name: zoomInStable; 
    animation-duration: 3s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: zoomInStable; 
    -webkit-animation-duration: 3s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: zoomInStable; 
    -moz-animation-duration: 3s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: zoomInStable; 
    -ms-animation-duration: 3s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: zoomInStable; 
    -o-animation-duration: 3s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.empty-animation{
    animation-name: slideInUp; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInUp; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInUp; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInUp; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

.empty-animation{
    animation-name: slideInRight; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInRight; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInRight; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInRight; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

.empty-animation{
    animation-name: slideInLeft; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInLeft; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInLeft; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInLeft; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

.empty-animation{
    animation-name: slideInUp; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: linear;
  
  -webkit-animation-name: slideInUp; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: slideInUp; 
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: slideInUp; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
  
}

@keyframes rotateme {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(180deg);
      }
    100% {
        transform: rotate(360deg);
        opacity: 1;
      }
}

.services-one_icon,
.slider-three_pattern,
.cause-seven_icon,
.cause-four_icon,
.news-five_icon,
.inspire-one_icon-two,
.testimonial-three_icon,
.testimonial-three_icon-two,
.mission-one_circle,
.welcome-two_globe{
    animation-name: rotateme; 
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: rotateme; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: rotateme; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: rotateme; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: rotateme; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}



@keyframes rotateme2 {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(-180deg);
      }
    100% {
        transform: rotate(-360deg);
        opacity: 1;
      }
}

.empty-animation{
    animation-name: rotateme2;
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: rotateme2; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: rotateme2; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: rotateme2; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: rotateme2; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob Up Down*/
@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.inspire-one_icon,
.news-five_icon-two,
.services-one_icon-two{
    animation-name: float_up_down; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    
    -webkit-animation-name: float_up_down; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-name: float_up_down; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    
    -ms-animation-name: float_up_down; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    -o-animation-name: float_left_right; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob */
@-webkit-keyframes float_left_right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0.40;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }
}

@keyframes float_left_right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0.40;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }
}

.empty-animation{
    animation-name: float_left_right; 
    animation-duration: 30s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: float_left_right; 
    -webkit-animation-duration: 30s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: float_left_right; 
    -moz-animation-duration: 30s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: float_left_right; 
    -ms-animation-duration: 30s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: float_left_right; 
    -o-animation-duration: 30s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float_left_right_two {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(0px);
    opacity: 0.80;
  }

  100% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
  }
}

@keyframes float_left_right_two {
  0% {
    transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    transform: translateX(0px);
    opacity: 0.80;
  }

  100% {
    transform: translateX(-30px);
    opacity: 1;
  }
}


.empty-animation{
    animation-name: float_left_right_two; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: float_left_right_two; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: float_left_right_two; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: float_left_right_two; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: float_left_right_two; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.empty-animation{
    animation-name: zoom-fade; 
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: zoom-fade; 
    -webkit-animation-duration: 6s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: zoom-fade; 
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: zoom-fade; 
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: zoom-fade; 
    -o-animation-duration: 6s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@font-face{ font-display:swap;
  font-family: "Flaticon";
  src: url("/wp-content/themes/charityx/assets/fonts/flaticon_chartio-flat.eot");
  src: url("/wp-content/themes/charityx/assets/fonts/flaticon_chartio-flat.eot?#iefix") format("embedded-opentype"),
       url("/wp-content/themes/charityx/assets/fonts/flaticon_chartio-flat.woff") format("woff"),
       url("/wp-content/themes/charityx/assets/fonts/flaticon_chartio-flat.ttf") format("truetype"),
       url("/wp-content/themes/charityx/assets/fonts/flaticon_chartio-flat.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
 }

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face{ font-display:swap;
    font-family: "Flaticon";
    src: url("/wp-content/themes/charityx/assets/fonts/flaticon_chartio-flat.svg#Flaticon") format("svg");
   }
}

.flaticon-apple-logo:before {
    content: "\f101";
}
.flaticon-blocks-with-angled-cuts:before {
    content: "\f102";
}
.flaticon-home-page:before {
    content: "\f103";
}
.flaticon-angle-arrow-pointing-to-right:before {
    content: "\f104";
}
.flaticon-media-play-symbol:before {
    content: "\f105";
}
.flaticon-calendar:before {
    content: "\f106";
}
.flaticon-play-arrow:before {
    content: "\f107";
}
.flaticon-chat-bubbles-with-ellipsis:before {
    content: "\f108";
}
.flaticon-arrow-pointing-to-right:before {
    content: "\f109";
}
.flaticon-telephone:before {
    content: "\f10a";
}
.flaticon-big-anchor:before {
    content: "\f10b";
}
.flaticon-security:before {
    content: "\f10c";
}
.flaticon-plus-symbol:before {
    content: "\f10d";
}
.flaticon-right-arrow:before {
    content: "\f10e";
}
.flaticon-left-arrow:before {
    content: "\f10f";
}
.flaticon-email:before {
    content: "\f110";
}
.flaticon-magnifying-glass:before {
    content: "\f111";
}
.flaticon-user:before {
    content: "\f112";
}
.flaticon-money-bag:before {
    content: "\f113";
}
.flaticon-dollar-symbol:before {
    content: "\f114";
}
.flaticon-garbage:before {
    content: "\f115";
}
.flaticon-next:before {
    content: "\f116";
}
.flaticon-placeholder:before {
    content: "\f117";
}
.flaticon-heart:before {
    content: "\f118";
}
.flaticon-settings:before {
    content: "\f119";
}
.flaticon-like:before {
    content: "\f11a";
}
.flaticon-avatar:before {
    content: "\f11b";
}
.flaticon-share:before {
    content: "\f11c";
}
.flaticon-house:before {
    content: "\f11d";
}
.flaticon-cancel:before {
    content: "\f11e";
}
.flaticon-headphones:before {
    content: "\f11f";
}
.flaticon-phone-call:before {
    content: "\f120";
}
.flaticon-shopping-cart:before {
    content: "\f121";
}
.flaticon-envelope:before {
    content: "\f122";
}
.flaticon-menu:before {
    content: "\f123";
}
.flaticon-menu-1:before {
    content: "\f124";
}
.flaticon-play:before {
    content: "\f125";
}
.flaticon-multiply:before {
    content: "\f126";
}
.flaticon-stopwatch:before {
    content: "\f127";
}
.flaticon-search:before {
    content: "\f128";
}
.flaticon-unlink:before {
    content: "\f129";
}
.flaticon-list:before {
    content: "\f12a";
}
.flaticon-left-quote:before {
    content: "\f12b";
}
.flaticon-right-quote:before {
    content: "\f12c";
}
.flaticon-wifi:before {
    content: "\f12d";
}
.flaticon-paper-plane:before {
    content: "\f12e";
}
.flaticon-pdf:before {
    content: "\f12f";
}
.flaticon-flash:before {
    content: "\f130";
}
.flaticon-edit:before {
    content: "\f131";
}
.flaticon-eye:before {
    content: "\f132";
}
.flaticon-placeholder-1:before {
    content: "\f133";
}
.flaticon-settings-1:before {
    content: "\f134";
}
.flaticon-chat:before {
    content: "\f135";
}
.flaticon-megaphone:before {
    content: "\f136";
}
.flaticon-padlock:before {
    content: "\f137";
}
.flaticon-message:before {
    content: "\f138";
}
.flaticon-playstore:before {
    content: "\f139";
}
.flaticon-down-arrow:before {
    content: "\f13a";
}
.flaticon-next-1:before {
    content: "\f13b";
}
.flaticon-secure-shield:before {
    content: "\f13c";
}
.flaticon-maps-and-flags:before {
    content: "\f13d";
}
.flaticon-bar-chart:before {
    content: "\f13e";
}
.flaticon-right:before {
    content: "\f13f";
}
.flaticon-call:before {
    content: "\f140";
}
.flaticon-play-button:before {
    content: "\f141";
}
.flaticon-search-1:before {
    content: "\f142";
}
.flaticon-call-1:before {
    content: "\f143";
}
.flaticon-hand-shake:before {
    content: "\f144";
}
.flaticon-map:before {
    content: "\f145";
}
.flaticon-user-1:before {
    content: "\f146";
}
.flaticon-checked:before {
    content: "\f147";
}
.flaticon-briefcase:before {
    content: "\f148";
}
.flaticon-eye-1:before {
    content: "\f149";
}
.flaticon-like-1:before {
    content: "\f14a";
}
.flaticon-down-arrow-1:before {
    content: "\f14b";
}
.flaticon-up-arrow:before {
    content: "\f14c";
}
.flaticon-left-arrow-1:before {
    content: "\f14d";
}
.flaticon-right-arrow-1:before {
    content: "\f14e";
}
.flaticon-list-1:before {
    content: "\f14f";
}
.flaticon-email-1:before {
    content: "\f150";
}
.flaticon-next-2:before {
    content: "\f151";
}
.flaticon-quote:before {
    content: "\f152";
}
.flaticon-menu-2:before {
    content: "\f153";
}
.flaticon-clock:before {
    content: "\f154";
}
.flaticon-full-screen:before {
    content: "\f155";
}
.flaticon-reply-all:before {
    content: "\f156";
}
.flaticon-map-1:before {
    content: "\f157";
}
.flaticon-megaphone-1:before {
    content: "\f158";
}
.flaticon-loupe:before {
    content: "\f159";
}
.flaticon-diamond:before {
    content: "\f15a";
}
.flaticon-music-note:before {
    content: "\f15b";
}
.flaticon-iphone:before {
    content: "\f15c";
}
.flaticon-link:before {
    content: "\f15d";
}
.flaticon-star:before {
    content: "\f15e";
}
.flaticon-wall-clock:before {
    content: "\f15f";
}
.flaticon-line-chart:before {
    content: "\f160";
}
.flaticon-quote-1:before {
    content: "\f161";
}
.flaticon-play-1:before {
    content: "\f162";
}
.flaticon-instagram:before {
    content: "\f163";
}
.flaticon-pinterest:before {
    content: "\f164";
}
.flaticon-twitter:before {
    content: "\f165";
}
.flaticon-whatsapp:before {
    content: "\f166";
}
.flaticon-phone-call-1:before {
    content: "\f167";
}
.flaticon-cancel-1:before {
    content: "\f168";
}
.flaticon-law:before {
    content: "\f169";
}
.flaticon-plus:before {
    content: "\f16a";
}
.flaticon-placeholder-2:before {
    content: "\f16b";
}
.flaticon-heart-1:before {
    content: "\f16c";
}
.flaticon-calendar-1:before {
    content: "\f16d";
}
.flaticon-email-2:before {
    content: "\f16e";
}
.flaticon-support:before {
    content: "\f16f";
}
.flaticon-house-1:before {
    content: "\f170";
}
.flaticon-left-arrow-2:before {
    content: "\f171";
}
.flaticon-check:before {
    content: "\f172";
}
.flaticon-down-arrow-2:before {
    content: "\f173";
}
.flaticon-time:before {
    content: "\f174";
}
.flaticon-next-3:before {
    content: "\f175";
}
.flaticon-add:before {
    content: "\f176";
}
.flaticon-shopping-bag:before {
    content: "\f177";
}
.flaticon-loupe-1:before {
    content: "\f178";
}
.flaticon-medicine:before {
    content: "\f179";
}
.flaticon-briefcase-1:before {
    content: "\f17a";
}
.flaticon-donation:before {
    content: "\f17b";
}
.flaticon-planet-earth:before {
    content: "\f17c";
}
.flaticon-headphones-1:before {
    content: "\f17d";
}
.flaticon-conversation:before {
    content: "\f17e";
}
.flaticon-badge:before {
    content: "\f17f";
}
.flaticon-check-1:before {
    content: "\f180";
}
.flaticon-call-2:before {
    content: "\f181";
}
.flaticon-portfolio:before {
    content: "\f182";
}
.flaticon-user-2:before {
    content: "\f183";
}
.flaticon-mouse:before {
    content: "\f184";
}
.flaticon-healthy-food:before {
    content: "\f185";
}
.flaticon-trophy:before {
    content: "\f186";
}
.flaticon-video-camera:before {
    content: "\f187";
}
.flaticon-shield:before {
    content: "\f188";
}
.flaticon-shopping-cart-1:before {
    content: "\f189";
}
.flaticon-pen:before {
    content: "\f18a";
}
.flaticon-squares:before {
    content: "\f18b";
}
.flaticon-web-programming:before {
    content: "\f18c";
}
.flaticon-share-1:before {
    content: "\f18d";
}
.flaticon-folder:before {
    content: "\f18e";
}
.flaticon-youtube:before {
    content: "\f18f";
}
.flaticon-high-signal:before {
    content: "\f190";
}
.flaticon-policy:before {
    content: "\f191";
}
.flaticon-phone-call-2:before {
    content: "\f192";
}
.flaticon-clock-1:before {
    content: "\f193";
}
.flaticon-handshake:before {
    content: "\f194";
}
.flaticon-download:before {
    content: "\f195";
}
.flaticon-menu-3:before {
    content: "\f196";
}
.flaticon-tag:before {
    content: "\f197";
}
.flaticon-complain:before {
    content: "\f198";
}
.flaticon-globe:before {
    content: "\f199";
}
.flaticon-bubble-chat:before {
    content: "\f19a";
}
.flaticon-bubble-chat-1:before {
    content: "\f19b";
}
.flaticon-quote-2:before {
    content: "\f19c";
}
.flaticon-quote-3:before {
    content: "\f19d";
}
.flaticon-envelope-1:before {
    content: "\f19e";
}
.flaticon-send:before {
    content: "\f19f";
}
.flaticon-right-arrow-2:before {
    content: "\f1a0";
}
.flaticon-down-arrow-3:before {
    content: "\f1a1";
}
.flaticon-checked-1:before {
    content: "\f1a2";
}
.flaticon-settings-2:before {
    content: "\f1a3";
}
.flaticon-shopping-cart-2:before {
    content: "\f1a4";
}
.flaticon-pinterest-1:before {
    content: "\f1a5";
}
.flaticon-water:before {
    content: "\f1a6";
}
.flaticon-document:before {
    content: "\f1a7";
}
.flaticon-notepad:before {
    content: "\f1a8";
}
.flaticon-clock-2:before {
    content: "\f1a9";
}
.flaticon-trophy-1:before {
    content: "\f1aa";
}
.flaticon-shopping-basket:before {
    content: "\f1ab";
}
.flaticon-support-1:before {
    content: "\f1ac";
}
.flaticon-email-3:before {
    content: "\f1ad";
}
.flaticon-double-check:before {
    content: "\f1ae";
}
.flaticon-gear:before {
    content: "\f1af";
}
.flaticon-right-1:before {
    content: "\f1b0";
}
.flaticon-minus:before {
    content: "\f1b1";
}
.flaticon-bag:before {
    content: "\f1b2";
}
.flaticon-clock-3:before {
    content: "\f1b3";
}
.flaticon-padlock-1:before {
    content: "\f1b4";
}
.flaticon-lamp:before {
    content: "\f1b5";
}
.flaticon-calendar-2:before {
    content: "\f1b6";
}
.flaticon-bulb:before {
    content: "\f1b7";
}
.flaticon-menu-4:before {
    content: "\f1b8";
}
.flaticon-calendar-3:before {
    content: "\f1b9";
}
.flaticon-trophy-2:before {
    content: "\f1ba";
}
.flaticon-add-to-cart:before {
    content: "\f1bb";
}
.flaticon-play-2:before {
    content: "\f1bc";
}
.flaticon-tik-tok:before {
    content: "\f1bd";
}
.flaticon-heart-2:before {
    content: "\f1be";
}
.flaticon-route:before {
    content: "\f1bf";
}
.flaticon-briefcase-2:before {
    content: "\f1c0";
}
.flaticon-atom:before {
    content: "\f1c1";
}
.flaticon-ribbon:before {
    content: "\f1c2";
}
.flaticon-menu-5:before {
    content: "\f1c3";
}
.flaticon-facebook:before {
    content: "\f1c4";
}
.flaticon-behance:before {
    content: "\f1c5";
}
.flaticon-salary:before {
    content: "\f1c6";
}
.flaticon-target:before {
    content: "\f1c7";
}
.flaticon-reload:before {
    content: "\f1c8";
}
.flaticon-zakat:before {
    content: "\f1c9";
}
.flaticon-pdf-1:before {
    content: "\f1ca";
}
.flaticon-calendar-4:before {
    content: "\f1cb";
}
.flaticon-placeholder-3:before {
    content: "\f1cc";
}
.flaticon-smile:before {
    content: "\f1cd";
}
.flaticon-linkedin:before {
    content: "\f1ce";
}
.flaticon-location:before {
    content: "\f1cf";
}
.flaticon-telephone-1:before {
    content: "\f1d0";
}
.flaticon-charity:before {
    content: "\f1d1";
}
.flaticon-globe-1:before {
    content: "\f1d2";
}
.flaticon-youtube-1:before {
    content: "\f1d3";
}

.flaticon-instagram-1:before {
    content: "\f1d4";
}
.flaticon-hamburger:before {
    content: "\f1d5";
}
.flaticon-voice:before {
    content: "\f1d6";
}
.flaticon-idea-bulb:before {
    content: "\f1d7";
}
.flaticon-zakat-1:before {
    content: "\f1d8";
}
.flaticon-mouse-cursor:before {
    content: "\f1d9";
}
.flaticon-cloud-download:before {
    content: "\f1da";
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  right: -2px;
  bottom: 0;
  overflow: hidden;
  font-style:normal;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}
/**

* Theme Name: Charityx Child

* Description: This is a child theme of Charityx, generated by Merlin WP.

* Author: <a href="http://themeforest.net/user/themexriver">ThemeXriver</a>

* Template: charityx

* Version: 1.0.3

*//* Chartio Charity Business HTML-5 Template */

/*** 
/*** 

====================================================================
	Main Slider Section
====================================================================

***/

.slider-one{
	position:relative;
}

.slider-one-arrow{
	position: absolute;
	left: 50%;
	top: 38%;
	z-index: 10;
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	transform: translateX(-50%);
}

.slider-one .main-slider-prev{
	position: absolute;
	top: 35%;
	left: 0px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--color-two);
	border-radius: 50px 50px 50px 0px;
}

.slider-one .main-slider-prev:hover{
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.slider-one .main-slider-next:hover{
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.slider-one .main-slider-next::after,
.slider-one .main-slider-prev::after{
	display: none;
}

.slider-one .main-slider-next{
	position: absolute;
	right: 0px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--color-two);
	border-radius: 50px 50px 0px 50px;
}

.slider-one .swiper-slide{
	position:relative;
	overflow:hidden;
	background-size:cover;
	padding:165px 0px 150px;
}

.slider-one_pattern-layer{
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 10;
	bottom: -1px;
	height: 136px;
	background-repeat: repeat-x;
	animation: 80s linear 0s infinite normal none running slide;
}

@keyframes slide{
	from { background-position: 0 0; }
    to { background-position: 3000px 0; }
}

.slider-one_image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	background-size:cover;

	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.slider-one_image-layer::before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.66;
	z-index: 10;
	background-color: var(--color-seven);
}

.slider-one .swiper-slide-active .slider-one_image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.slider-one_content{
	position:relative;
	z-index: 1;
	margin-top: -150px;
}

.slider-one_content-inner{
	position:relative;
	padding-left: var(--padding-left-60);
}

.slider-one_image{
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 0px 0px 20px 250px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;

	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_image{
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_title{
	position: relative;
	opacity: 0;
	line-height: 1em;
	font-weight:400;
	font-size:var(--font-55);
	color:var(--main-color);
	transform: scaleY(0);
	transform-origin: top;
	font-family: 'Silent Reaction';
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	text-transform:capitalize;
	margin-bottom:var(--margin-bottom-20);
}

.slider-one .swiper-slide-active .slider-one_title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.slider-one_heading{
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	color: var(--white-color);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-top:var(--margin-top-20);
	margin-bottom:var(--margin-bottom-25);
}

.slider-one_heading span{
	color:var(--color-four);
}

.slider-one .swiper-slide-active .slider-one_heading{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.slider-one_text{
	position: relative;
	opacity: 0;
	line-height: 30px;
	transform: scaleY(0);
	transform-origin: top;
	font-size: var(--font-20);
	color: var(--white-color);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-top:var(--margin-top-20);
	margin-bottom:var(--margin-bottom-40);
}

.slider-one .swiper-slide-active .slider-one_text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.slider-one .slider-one_buttons{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.slider-one .slider-one_childrens{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;

	position: relative;
	color: var(--white-color);
	font-size: var(--font-25);
	font-family: 'Silent Reaction';
	margin-left: var(--margin-left-30);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.slider-one .swiper-slide-active .slider-one_childrens,
.slider-one .swiper-slide-active .slider-one_buttons{
	opacity: 1;
	transform: scaleY(1);
	
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.slider-one_list{
	position: relative;
	z-index: 1;
	margin-top: var(--margin-top-35);
}

.slider-one_list li{
	position: relative;
	font-weight: 600;
	text-align: right;
	font-size: var(--font-19);
	color: var(--white-color);
	padding-right: var(--padding-right-30);
	margin-bottom: var(--margin-bottom-20);
	font-family: var(--font-family-Fredoka);

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.slider-one_list li a{
	position: relative;
	color: var(--white-color);
}

.slider-one_list li::before{
	position: absolute;
	content: '';
	right: 0px;
	top: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: var(--white-color);
}

.slider-one_list li a:hover{
	color: var(--main-color);
}

.slider-one_list li:hover::before{
	background-color: var(--main-color);
}

.slider-one_list li:last-child{
	margin-bottom: var(--margin-zero);
}

/*** 

====================================================================
	Services One
====================================================================

***/

.services-one{
	position: relative;
	padding: 100px 0px 80px;
}

.services-one_icon{
	position: absolute;
	right: 3%;
	top: 7%;
	width: 47px;
	height: 47px;
	background-repeat: no-repeat;
}

.services-one_icon-two{
	position: absolute;
	left: 3%;
	bottom: 0%;
	width: 136px;
	height: 124px;
	background-repeat: no-repeat;
}

.service-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.service-block_one-inner{
	position: relative;
	text-align: center;
	padding: 50px 40px 0px;
}

.service-block_one-inner::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 35px;
	background-color:#f2fffa;
	border-radius: 250px 250px 0px 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block_one.style-two .service-block_one-icon{
	box-shadow: 0px 0px 0px 12px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 0px 12px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 12px rgba(255,255,255,1);
}

.service-block_one.style-two .service-block_one-inner{
	padding-top: var(--padding-zero);
}

.service-block_one.style-two .service-block_one-inner::before{
	top: 50px;
}

.service-block_one.style-two .service-block_one-heading{
	margin-top: var(--margin-top-35);
}

.service-block_one.style-two .service-block_one-text{
	margin-top: var(--margin-top-20);
}

.service-block_one.style-two .service-block_one-button{
	margin-top: var(--margin-top-40);
}

.service-block_one .service-block_one-inner:hover::before{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.service-block_one:nth-child(2) .service-block_one-inner::before{
	background-color:#e8fbff;
}

.service-block_one:nth-child(3) .service-block_one-inner::before{
	background-color:#ffefeb;
}

.service-block_one-icon{
	position: relative;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	line-height: 110px;
	text-align: center;
	border-radius: 150px;
	font-size: var(--font-50);
	color: var(--white-color);
	font-family: "Flaticon";
	background-color: var(--color-nine);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block_one-inner:hover .service-block_one-icon{
	transform: rotateY(180deg);
}

.service-block_one:nth-child(2) .service-block_one-icon{
	background-color: #2bb1ce;
}

.service-block_one:nth-child(2) .service-block_one-heading a:hover{
	color: #2bb1ce;
}

.service-block_one:nth-child(3) .service-block_one-icon{
	background-color: #ff5528;
}

.service-block_one:nth-child(3) .service-block_one-heading a:hover{
	color: #ff5528;
}

.service-block_one-heading{
	position: relative;
	margin-top: var(--margin-top-20);
}

.service-block_one-heading a{
	position: relative;
	color:var(--color-four);
}

.service-block_one-heading a:hover{
	color: var(--color-nine);
}

.service-block_one-text{
	position: relative;
	line-height: 28px;
	color: var(--color-ten);
	font-size: var(--font-18);
	margin-top: var(--margin-top-10);
}

.service-block_one-button{
	position: relative;
	margin-top: var(--margin-top-25);
}

/*** 

====================================================================
	Welcome One
====================================================================

***/

.welcome-one{
	position: relative;
	padding: 0px 0px 70px;
}

.welcome-one_images-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.welcome-one_images-inner{
	position: relative;
	padding: 0px 100px 0px 75px;
}

.welcome-one__img{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	border-radius: 7px;
	display: inline-block;
}

.welcome-one__img-2{
	position: absolute;
	left: -55px;
	top: 75px;
	overflow: hidden;
	border-radius: 7px;
	display: inline-block;
}

.welcome-one__img-3{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: var(--margin-bottom-10);
}

.welcome-one__img-4{
	position: relative;
	overflow: hidden;
	float: left;
	border-radius: 7px;
	margin-right: var(--margin-right-10);
}

.welcome-one__img-5{
	position: relative;
	overflow: hidden;
	border-radius: 7px;
}

.welcome-one__img-6{
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	border-radius: 7px;
}

.welcome-one__img-7{
	position: absolute;
	right: 0px;
	top: 125px;
	overflow: hidden;
	border-radius: 7px;
}

.welcome-one_color-layer{
	position: absolute;
	left: -75px;
    bottom: 105px;
	width: 120px;
	height: 110px;
	background-color: #ffdce0;
	border-radius: 150px 0px 0px 0px;
}

.welcome-one_content-column{
	position: relative;
}

.welcome-one_content-inner{
	position: relative;
	overflow: hidden;
	padding-top: var(--padding-top-35);
	padding-left: var(--padding-left-10);
}

.welcome-one_support{
	position: relative;
	padding: 8px 20px;
	font-weight: 500;
	display: inline-block;
	color: var(--main-color);
	font-size: var(--font-14);
	border:1px solid var(--main-color);
	border-radius: 50px 50px 50px 0px;
	margin-bottom: var(--margin-bottom-10);
	font-family: var(--font-family-Fredoka);
}


.welcome-one .select-amount{
	position:relative;
	margin-bottom:var(--margin-bottom-15);
}

.welcome-one .select-amount .select-box{
	position:relative;
	width: 80px;
	text-align:center;
	margin:0px 10px 10px 0px;
}

.welcome-one .select-amount .input-box{
	position:relative;
	width:85px;
}

.welcome-one .select-amount .select-box input[type="radio"]{
	left:0px;
	top:0px;
	visibility:hidden;
	position:absolute;
	opacity:0;	
}

.welcome-one .select-amount .select-box label{
	position: relative;
	display:block;
	line-height:24px;
	text-align:center;
	font-weight:700;
	cursor:pointer;
	overflow: hidden;
	border-radius:10px;
	color:var(--color-two);
	padding:16px 15px 12px;
	font-size:var(--font-30);
	transition:all 500ms ease;
	margin-bottom: var(--margin-zero);
	border: 2px solid var(--color-eleven);
	font-family: var(--font-family-Fredoka);
}

.welcome-one .select-amount .select-box label span{
	position: relative;
	display: block;
	font-weight: 400;
	font-size:var(--font-17);
	text-transform: uppercase;
	margin-top: var(--margin-top-10);
}

.welcome-one .select-amount .select-box input[type="radio"]:checked+label{
	border-color:var(--main-color);
	background:var(--main-color);
	color:var(--white-color);
}

.welcome-one_list{
	position: relative;
}

.welcome-one_list li{
	position: relative;
	font-weight: 600;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-18);
	padding-left: var(--padding-left-30);
	margin-right: var(--margin-right-30);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Fredoka);
}

.welcome-one_list li::before{
	position: absolute;
	content: "\f00c";
	left: 0px;
	top: 0px;
	font-weight: 800;
	display: inline-block;
	color: var(--main-color);
	font-family: 'Font Awesome 6 Free';
}

.welcome-one_list li:last-child{
	margin-right: var(--margin-zero);
}

.welcome-one_text{
	position: relative;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-18);
	margin-top: var(--margin-top-10);
}

.welcome-one_button-box{
	position: relative;
	margin-top: var(--margin-top-30);
}

/*** 

====================================================================
	Causes One
====================================================================

***/

.cause-one{
	position: relative;
	padding: 110px 0px 100px;
}

.cause-one_pattern-layer{
	position: absolute;
    left: 0px;
    right: 0px;
    z-index: 10;
    bottom: -1px;
    height: 136px;
    background-repeat: repeat-x;
    animation: 80s linear 0s infinite normal none running slide;
}

.cause-one_image-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size:cover;
	background-attachment: fixed;
	background-position: center center;
}

.cause-one_image-layer::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.49;
	background-color: var(--color-twelve);
}

.cause-one .cause-block_one{
	width: 20%;
	float:left;
	padding: 0px 15px;
}

.cause-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.cause-block_one-inner{
	position: relative;
}

.cause-block_one-image-outer{
	position: relative;
}

.cause-block_one-image{
	position: relative;
	overflow: hidden;
	border-radius: 125px 125px 120px 0px;
}

.cause-block_one-image img{
	position: relative;
	width: 100%;
	display: block;
}

.cause-block_one-overlay{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.cause-block_one-overlay::before{
	position: absolute;
	content: '';
    left: 0px;
    top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.70;
	background-color: var(--color-two);
}

.cause-block_one-inner:hover .cause-block_one-overlay{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.cause-block_one-overlay .theme-btn{
	padding: 16px 32px;
}

.cause-block_one-color_layer{
	position: absolute;
	left: 0px;
    top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: var(--main-color);
	border-radius: 100px 125px 0px 120px;

	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;

	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.cause-block_one-inner:hover .cause-block_one-color_layer{
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
} 

.cause-block_one-content{
	position: relative;
	padding-top: var(--padding-top-25);
}

.cause-block_one-heading{
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.cause-block_one-heading a{
	position: relative;
	color: var(--white-color);
}

.cause-block_one-heading a:hover{
	color: var(--main-color);
}

.cause-block_one-price{
	position: relative;
	font-weight: 600;
	color: var(--white-color);
	text-transform: uppercase;
	font-size: var(--font-16);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Fredoka);
}

.cause-block_one-price span{
	position: relative;
	padding: 1px 10px;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-13);
	background-color: #26cc8c;
	margin-right: var(--margin-right-5);
}

.cause-block_one-price.color-two span{
	background-color: #2bb1ce;
}

.cause-block_one-price.color-three span{
	background-color: #ff5528;
}

.cause-block_one-price.color-four span{
	background-color: #285bff;
}

.cause-block_one-price.color-five span{
	background-color: var(--main-color);
}

.cause-one_button{
	position: relative;
	z-index: 10;
	margin-top: var(--margin-top-20);
}

/*** 

====================================================================
	Causes Two
====================================================================

***/

.cause-two{
	position: relative;
	padding: 110px 0px 80px;
}

.cause-two.style-two{
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 140px;
}

.cause-two.style-two .button-box{
	position: relative;
	z-index: 10;
	margin-top: var(--margin-top-20);
}

.cause-two.style-two .cause-block_two-inner::before{
	background-color:  rgba(var(--white-color-rgb), 0.10);
}

.cause-two.style-two .cause-block_two-heading a{
	color: var(--white-color);
}

.cause-two.style-two .cause-block_two-text{
	color: var(--white-color);
}

.cause-two.style-two .cause-block_two-price{
	color: var(--white-color);
	background-color:  rgba(var(--white-color-rgb), 0.10);
}

.cause-two.style-two .cause-block_two-button .theme-btn{
	letter-spacing: 0px;
	font-size: var(--font-13);
	padding: 13px 15px 13px 25px;
	font-family: var(--font-family-Poppins);
}

.cause-two .auto-container{
	position: relative;
}

.cause-two .cause-two-button-prev{
	position: absolute;
	left: -90px;
	top: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--color-two);
	border-radius: 50px 50px 50px 0px;
}

.cause-two .cause-two-button-prev:hover{
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.cause-two .cause-two-button-next:hover{
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.cause-two .cause-two-button-next::after,
.cause-two .cause-two-button-prev::after{
	display: none;
}

.cause-two .cause-two-button-next{
	position: absolute;
	right: -90px;
	top: 50%;
	width: 80px;
	height: 80px;
	cursor: pointer;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--color-two);
	border-radius: 50px 50px 0px 50px;
}

/* Cause Block Two */

.cause-block_two{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.cause-block_two-inner{
	position: relative;
	padding: 0px 30px 30px;
}

.cause-block_two-inner::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 125px;
	right: 0px;
	bottom: 0px;
	border-radius: 250px 250px 5px 5px;
	background-color: var(--color-thirteen);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cause-block_two-image{
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 150px 150px 150px 0px;
}

.cause-block_two-image:before{
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.cause-block_two-inner:hover .cause-block_two-image:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.cause-block_two-image img{
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.cause-block_two-inner:hover .cause-block_two-image img{
	transform: scale(1.04,1.05);
}

.cause-block_two-location{
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-weight: 500;
	padding: 6px 15px 6px 35px;
	font-size: var(--font-12);
	text-transform: uppercase;
	color: var(--white-color);
	background-color: #df5311;
	border-radius: 50px 50px 50px 0px;
	font-family: var(--font-family-Fredoka);
}

.cause-block_two-location::before{
	position: absolute;
	content: '\f3c5';
	left: 14px;
	top: 7px;
	font-weight: 800;
	font-family: 'Font Awesome 6 Free';
}

.cause-block_two-content{
	position: relative;
	padding-top: var(--padding-top-25);
}

.cause-block_two-heading{
	position: relative;
}

.cause-block_two-heading a{
	position: relative;
	color: var(--color-two);
}

.cause-block_two-heading a:hover{
	color: var(--main-color);
}

.cause-block_two-text{
	position: relative;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-18);
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-20);
}

.cause-block_two-price{
	position: relative;
	overflow: hidden;
	font-weight: 700;
	border-radius: 50px;
	color: var(--color-two);
	font-size: var(--font-13);
	padding-right: var(--padding-right-20);
	background-color: var(--white-color); 
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cause-block_two-price i{
	position: relative;
	text-align: right;
	font-style: normal;
}

.cause-block_two-price span{
	position: relative;
	width: 55%;
	padding: 4px 20px;
	text-align: left;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	background-color: #df5311;
}

.cause-block_two-price span::before{
	position: absolute;
	content: '';
	right: 10px;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--white-color);
}

.cause-block_two-lower{
	position: relative;
	margin-top: var(--margin-top-25);
	padding-top: var(--padding-top-25);
	border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.cause-block_two-authors{
	position: relative;
	top: -2px;
	margin-left: var(--margin-left-20);
}

.cause-block_two-authors li{
	position: relative;
	width: 41px;
	height: 41px;
	overflow: hidden;
	display: inline-block;
	border-radius: 50px;
	margin-left: -20px;
	border: 2px solid var(--white-color);
}

.cause-block_two-lower .theme-btn{
	padding: 15px 30px;
	font-size: var(--font-12);
}

.cause-block_two.style-two .cause-block_two-price span,
.cause-block_two.style-two .cause-block_two-location{
	background-color: #8139e7;
}

.cause-block_two.style-three .cause-block_two-price span,
.cause-block_two.style-three .cause-block_two-location{
	background-color: #f1a91c;
}

/*** 

====================================================================
	Welcome Two
====================================================================

***/

.welcome-two{
	position: relative;
	overflow: hidden;
	padding: 110px 0px 70px;
	background-position: center center;
}

.welcome-two_image-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.welcome-two_image-inner{
	position: relative;
	text-align: right;
	
}

.welcome-two_image-one{
	position: relative;
	overflow: hidden;
	border-radius: 0px 300px 300px 300px;
}

.welcome-two_image-one img{
	position: relative;
	width: 100%;
	display: block;
}

.welcome-two_image-two{
	position: absolute;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	display: inline-block;
	border-radius: 300px 0px 300px 300px;
}

.welcome-two_image-two img{
	position: relative;
	width: 100%;
	display: block;
}

.welcome-two_globe{
	position: absolute;
	left: -70px;
	top: -40px;
	width: 710px;
	height: 710px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.welcome-two_content-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.welcome-two_content-inner{
	position: relative;
	padding-left: var(--padding-left-30);
}

.welcome-two_blocks-outer{
	position: relative;
}

.welcome-two_block{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.welcome-two_block-inner{
	position: relative;
	color: var(--color-four);
	font-size: var(--font-17);
	padding-left: var(--padding-left-85);
	padding-bottom: var(--padding-bottom-35);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.welcome-two_block:last-child .welcome-two_block-inner{
	border: none;
	padding-bottom: var(--padding-zero);
}

.welcome-two_block-icon{
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 1em;
	color: var(--main-color);
	font-size: var(--font-60);
	font-family: "Flaticon";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.welcome-two_block-inner:hover .welcome-two_block-icon{
	transform: rotateY(180deg);
}

.welcome-two_block strong{
	position: relative;
	display: block;
	font-weight: 600;
	font-size: var(--font-22);
	margin-bottom: var(--margin-bottom-10);
	font-family: var(--font-family-Fredoka);
}

.welcome-two_button{
	position: relative;
	margin-top: var(--margin-top-55);
}

/*** 

====================================================================
	CTA One
====================================================================

***/

.cta-one{
	position: relative;
	padding: 200px 0px 250px;
	background-attachment: fixed;
	background-size: cover;
}

.cta-one .auto-container{
	position: relative;
	max-width: 1650px;
}

.cta-one_pattern-layer{
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 10;
	bottom: 0px;
	height: 136px;
	background-repeat: repeat-x;
	animation: 80s linear 0s infinite normal none running slide;
}

.cta-one::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.59;
	background-color: var(--color-fourteen);
}

.cta-one_content{
	position: relative;
	max-width: 650px;
	margin: 0 auto;
}

.cta-one .sec-title_title{
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.cta-one .swiper-slide-active .sec-title_title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.cta-one .sec-title_heading{
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.cta-one .swiper-slide-active .sec-title_heading{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.cta-one .sec-title_text{
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	padding: 0px 40px;
	color: var(--color-fifteen) !important;
}

.cta-one .swiper-slide-active .sec-title_text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.cta-one-arrow{
	position: absolute;
	left: 50%;
	top: 38%;
	z-index: 10;
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	transform: translateX(-50%);
}

.cta-one .cta-one-button-prev{
	position: absolute;
	top: 35%;
	left: 0px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--color-two);
	border-radius: 50px 50px 50px 0px;
}

.cta-one .cta-one-button-prev:hover{
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.cta-one .cta-one-button-next:hover{
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.cta-one .cta-one-button-next::after,
.cta-one .cta-one-button-prev::after{
	display: none;
}

.cta-one .cta-one-button-next{
	position: absolute;
	right: 0px;
	width: 80px;
	height: 80px;
	z-index: 1;
	cursor: pointer;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--color-two);
	border-radius: 50px 50px 0px 50px;
}

.cta-one_button{
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.cta-one .swiper-slide-active .cta-one_button{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.cta-one_prev-image{
	position: absolute;
	left: 0px;
	top: -119px;
	width: 209px;
	height: 199px;
	overflow: hidden;
	border-radius: 150px 150px 150px 0px;
}

.cta-one_next-image{
	position: absolute;
	right: 0px;
	top: -119px;
	width: 209px;
	height: 199px;
	overflow: hidden;
	border-radius: 150px 150px 0px 150px;
}

/*** 

====================================================================
	Causes Three
====================================================================

***/

.cause-three{
	position: relative;
	padding: 110px 0px 0px;
}

.cause-three .inner-container{
	position: relative;
	padding: 0px 300px;
}

.cause-three-arrow{
	position: absolute;
	left: 50%;
	top: 38%;
	z-index: 10;
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	transform: translateX(-50%);
}

.cause-three .cause-three-button-prev{
	position: absolute;
	top: 35%;
	left: 0px;
	width: 80px;
	height: 80px;
	z-index: 1;
	cursor: pointer;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--color-two);
	border-radius: 50px 50px 50px 0px;
}

.cause-three .cause-three-button-prev:hover{
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.cause-three .cause-three-button-next:hover{
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.cause-three .cause-three-button-next::after,
.cause-three .cause-three-button-prev::after{
	display: none;
}

.cause-three .cause-three-button-next{
	position: absolute;
	right: 0px;
	width: 80px;
	height: 80px;
	z-index: 1;
	cursor: pointer;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--color-two);
	border-radius: 50px 50px 0px 50px;
}

.cause-three_prev-image{
	position: absolute;
	left: 0px;
	top: -119px;
	width: 209px;
	height: 199px;
	overflow: hidden;
	border-radius: 150px 150px 150px 0px;
}

.cause-three_next-image{
	position: absolute;
	right: 0px;
	top: -119px;
	width: 209px;
	height: 199px;
	overflow: hidden;
	border-radius: 150px 150px 0px 150px;
}

/* Cause Block Three */

.cause-block_three{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.cause-block_three-inner{
	position: relative;
}

.cause-block_three-image_outer{
	position: relative;
	padding-right: var(--padding-right-10);
	padding-bottom: var(--padding-bottom-130);
}

.cause-block_three-image{
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 0px 250px 250px 250px;
}

.cause-block_three-image:before{
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.cause-block_three-inner:hover .cause-block_three-image:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.cause-block_three-inner:hover .cause-block_three-image img{
	transform: scale(1.05,1.05) rotate(1deg);
}

.cause-block_three-image img{
	position: relative;
	width: 100%;
	display: block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cause-block_three-content{
	position: absolute;
	right: 10px;
	bottom: 0px;
	z-index: 1;
	max-width: 440px;
	padding: 40px 40px 35px;
	border-radius: 25px 0px 150px 20px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.cause-block_three-location{
	position: relative;
	font-weight: 500;
	display: inline-block;
	padding: 6px 15px 6px 35px;
	font-size: var(--font-12);
	text-transform: uppercase;
	color: var(--white-color);
	background-color: #8139e7;
	border-radius: 50px 50px 50px 0px;
	font-family: var(--font-family-Fredoka);
}

.cause-block_three-location::before{
	position: absolute;
	content: '\f3c5';
	left: 14px;
	top: 8px;
	font-weight: 800;
	font-family: 'Font Awesome 6 Free';
}

.cause-block_three-heading{
	position: relative;
	margin-top: var(--margin-top-15);
}

.cause-block_three-heading a{
	position: relative;
	color: var(--color-two);
}

.cause-block_three-heading a:hover{
	color: var(--main-color);
}

.cause-block_three-text{
	position: relative;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-18);
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-20);
}

.cause-block_three-price{
	position: relative;
	overflow: hidden;
	font-weight: 700;
	border-radius: 50px;
	color: var(--color-two);
	font-size: var(--font-13);
	padding-right: var(--padding-right-20);
	background-color: var(--color-thirteen);
}

.cause-block_three-price i{
	position: relative;
	text-align: right;
	font-style: normal;
}

.cause-block_three-price span{
	position: relative;
	width: 55%;
	padding:6px 20px;
	text-align: left;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	background-color: #8139e7;
}

.cause-block_three-price span::before{
	position: absolute;
	content: '';
	right: 10px;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--white-color);
}

.cause-block_three-button{
	position: relative;
	margin-top: var(--margin-top-30);
}

/*** 

====================================================================
	Clients One
====================================================================

***/

.clients-one{
	position: relative;
	padding: 60px 0px 80px;
}

.client-image{
	position: relative;
	text-align: center;
}

.client-image img{
	position: relative;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.client-image img:hover{
	opacity: 0.60;
}

/*** 

====================================================================
	Clients One
====================================================================

***/

.donate-one{
	position: relative;
	overflow: hidden;
}

.donate-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.donate-block_one-inner{
	position: relative;
	padding: 15px 0px;
}

.donate-block_one-inner::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	transform: scale(1,0.5);
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	background-color: var(--main-color);
}

.donate-block_one-inner:hover::before{
	transform: scale(1,1);
}

.donate-block_one-image{
	position: relative;
}

.donate-block_one-image img{
	position: relative;
	width: 100%;
	display: block;
}

.donate-block_one-pattern{
	position: absolute;
    left: 0px;
    right: 0px;
    z-index: 10;
    bottom: 15px;
    height: 136px;
    background-repeat: repeat-x;
    animation: 80s linear 0s infinite normal none running slide;
}

.donate-block_one-overlay{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	z-index: 10;
    overflow: hidden;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.donate-block_one-inner:hover .donate-block_one-overlay{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.donate-block_one-overlay::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.64;
	background-color: var(--black-color);
}

.donate-block_one-location{
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 2;
	font-weight: 500;
	padding: 6px 15px 6px 35px;
	font-size: var(--font-12);
	text-transform: uppercase;
	color: var(--white-color);
	background-color: #8139e7;
	border-radius: 0px 50px 50px 50px;
	font-family: var(--font-family-Fredoka);
}

.donate-block_one-location::before{
	position: absolute;
	content: '\f3c5';
	left: 14px;
	top: 7px;
	font-weight: 800;
	font-family: 'Font Awesome 6 Free';
}

.donate-block_one-content{
	position: absolute;
	left: 25px;
	bottom: 25px;
	right: 25px;
	z-index: 10;
}

.donate-block_one-price{
	position: relative;
	line-height: 1em;
	color: var(--main-color);
	font-size: var(--font-28);
	font-family: var(--font-family-Fredoka);
}

.donate-block_one-heading{
	position: relative;
	margin-top: var(--margin-top-10);
}

.donate-block_one-heading a{
	position: relative;
	color: var(--white-color);
}

.donate-block_one-heading a:hover{
	color: var(--main-color);
}

.donate-block_one-text{
	position: relative;
	line-height: 26px;
	color: var(--white-color);
	font-size: var(--font-16);
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-25);
}

.donate-block_one .btn-style-two{
	padding: 14px 35px;
}

.donate-block_one .btn-style-two .btn-wrap .text-one{
	color: var(--white-color);
}

.donate-block_one-share{
	position: absolute;
	right: 0px;
	bottom: 8px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-20);
	background-color: var(--white-color);
}

.donate-block_one-share:hover{
	color: var(--white-color);
	background-color: var(--main-color);
}

/*** 

====================================================================
	Faq One
====================================================================

***/

.faq-one{
	position: relative;
	overflow: hidden;
	padding: 70px 0px 60px;
}

.faq-one.style-two{
	background-position: right top;
	padding-top: var(--padding-top-200);
}

.faq-one.style-two .accordion-box .block{
	background-color: #F3F2F2;
}

.faq-one.style-three{
	padding: 110px 0px 90px;
}

.faq-one.style-three .faq-one_image{
	margin-top: var(--margin-top-100);
}

.faq-one_accordian-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.faq-one_accordian-inner{
	position: relative;
	padding-right: var(--padding-right-30);
}

.faq-one_image-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.faq-one_image-inner{
	position: relative;
}

.faq-one_image{
	position: relative;
}

.faq-one_image img{
	position: relative;
	width: auto;
	max-width: inherit;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
	z-index:1;
}

.accordion-box .block{
	position: relative;
	overflow: hidden;
	border-radius: 0px 50px 50px 50px;
	background-color: var(--color-sixteen);
	margin-bottom:var(--margin-bottom-10);
}

.accordion-box .block:last-child{
	margin-bottom:var(--margin-zero);
}

.accordion-box .block .acc-btn{
	position:relative;
	cursor:pointer;
	font-weight:600;
	line-height:30px;
	padding: 17px 45px;
	color: var(--color-two);
	font-size:var(--font-20);
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	font-family: var(--font-family-Fredoka);
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:10px;
	top:10px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50px;
	font-size:var(--font-16);
	color:var(--black-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Font Awesome 5 Pro';
	background-color: var(--color-seventeen);
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
    right:0px;
	width: 44px;
	height: 44px;
	line-height: 44px;
    color:var(--black-color);
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active {

}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	border-radius: 50px;
	color: var(--white-color);
	background-color: var(--main-color);
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer{
	
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	
}

.accordion-box .block.active-block{
	border-radius: 0px 30px 30px 30px;
	background-color:#f3ffe3;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	padding:0px 30px 30px 45px;
}

.accordion-box .block .content .text{
	line-height: 28px;
	font-size:var(--font-18);
    color:var(--color-eighteen);
}

.accordion-box.style-two .block .acc-btn{
	font-weight: 500;
	font-size:var(--font-20);
	font-family: var(--font-family-Poppins);
}

.accordion-box.style-two .block .acc-btn.active{
	color:  rgba(var(--color-twentysix-rgb), 1);
}

.accordion-box.style-two .block.active-block{
	background-color:  rgba(var(--color-twentysix-rgb), 0.10);
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-minus{
	background-color:  rgba(var(--color-twentysix-rgb), 1);
}

/*** 

====================================================================
	Testimonial One
====================================================================

***/

.testimonial-one{
	position: relative;
	padding: 110px 0px 0px;
}

.testimonial-one.style-two{
	padding-bottom: var(--padding-bottom-70);
}

.testimonial-one.style-two .testimonial__single-inner h5,
.testimonial-one.style-two .testimonial__single-inner span{
	color: var(--color-twentysix);
}

.testimonial-one.style-two .swiper-pagination-bullet:hover,
.testimonial-one.style-two .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--color-twentysix);
}

.testimonial-one .inner-container{
	position: relative;
	padding: 60px 70px 0px;
	height: 680px;
	z-index: 10;
	border-radius: 0px 250px 250px 250px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}

.testimonial-one .swiper-pagination{
	position: relative;
	margin-top: -60px;
	margin-left: -70px;
}

.testimonial-one .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 0.10;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: var(--color-two);
}

.testimonial-one .swiper-pagination-bullet:hover,
.testimonial-one .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
	background-color: var(--main-color);
}

.testimonial__nav{
	position: absolute;
    height: 510px;
    top: 0px;
    left: 0px;
}

.testimonial__nav-thumb{
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding-right: var(--padding-right-10);
}

.testimonial__nav-thumb::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	display: block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: var(--main-color);
	border-radius: 0px 150px 150px 150px;
}

.testimonial__nav-thumb:hover::before{
	opacity: 1;
}

.testimonial__nav-thumb img{
	position: relative;
	overflow: hidden;
	border-radius: 0px 150px 150px 150px;
}

.testimonial-one-image{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 738px;
	background-size: cover;
}

.testimonial-one-image::before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 136px;
	z-index: 1;
	background: url(/wp-content/themes/charityx/assets/images/background/pattern-1.png);
    background-repeat: repeat-x;
    animation: 80s linear 0s infinite normal none running slide;
}

.testimonial__single-inner{
	position: relative;
	padding-left:200px;
	padding-top: var(--padding-top-90);
	padding-bottom: var(--padding-bottom-110);
}

.testimonial__single-inner h2{
	line-height: 47px;
	font-weight: 700;
	font-size: var(--font-37);
}

.testimonial__single-inner p{
	position: relative;
	line-height: 28px;
	font-size: var(--font-17);
	color: var(--color-five);
	margin-top: var(--margin-top-15);
	margin-bottom: var(--margin-bottom-25);
}

.testimonial__single-inner h5{
	position: relative;
	color: var(--main-color);
	text-transform: uppercase;
}

.testimonial__single-inner span{
	position: relative;
	color: var(--main-color);
	margin-top: var(--margin-top-5);
}

.testimonial-one_counter{
	position: relative;
	margin-top: var(--margin-top-30);
}

.testimonial-one_counter-inner{
	position: relative;
	padding: 80px 60px 110px;
	overflow: hidden;
	border-radius: 0px 180px 200px 200px;
	background-color: var(--color-nineteen);
}

.testimonial-one_counter-content{
	position: relative;
	padding-left: 220px;
	margin-bottom: var(--margin-bottom-50);
}

.testimonial-one_counter-content::before{
	position: absolute;
	content: '';
	left: 50%;
	top: 10px;
	width: 38px;
	height: 38px;
	transform: translateX(-50%);
	background: url(/wp-content/themes/charityx/assets/images/icons/curve.png);
}

.testimonial-one_counter-content:last-child{
	margin-bottom: var(--margin-zero);
}

.testimonial-one_counter-number{
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 1em;
	font-weight: 700;
	display: inline-block;
	font-size: var(--font-62);
	color: var(--color-fourteen);
	font-family: var(--font-family-Fredoka);
}

.testimonial-one_text{
	position: relative;
	font-weight: 600;
	line-height: 28px;
	font-size: var(--font-18);
	color: var(--color-fourteen);
	font-family: var(--font-family-Fredoka);
}

/*** 

====================================================================
	News One
====================================================================

***/

.news-one{
	position: relative;
	padding: 110px 0px 110px;
}

.news-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-45);
}

.news-block_one-inner{
	position: relative;
}

.news-block_one-image-column{
	position: relative;
}

.news-block_one-image-inner{
	position: relative;
}

.news-block_one-image{
	position: relative;
	overflow: hidden;
	border-radius: 0px 180px 180px 180px;
}

.news-block_one-image img{
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block_one-image img:first-child{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	-webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block_one-inner:hover .news-block_one-image img:first-child{
	-webkit-transform: translatex(0) scalex(1);
	transform: translatex(0) scalex(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.news-block_one-inner:hover .news-block_one-image img:nth-child(2){
	-webkit-transform: translatex(-50%) scalex(2);
	transform: translatex(-50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-block_one-content-column{
	position: relative;
}

.news-block_one-content{
	position: relative;
	z-index: 2;
	padding: 50px 50px;
	margin-left: -200px;
	border-radius: 120px 120px 120px 0px;
	background-color: var(--color-sixteen);
}

.news-block_one.style-two .news-block_one-content{
	margin-left: 0px;
	margin-right: -200px;
}

.news-block_one-upper{
	position: relative;
	padding-left: 150px;
	min-height: 115px;
}

.news-block_one-date{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 115px;
	height: 115px;
	font-weight: 600;
	text-align: center;
	font-size: var(--font-46);
	color: var(--white-color);
	border-radius: 100px 0px 0px 0px;
	padding-top: var(--padding-top-40);
	background-color: var(--main-color);
	font-family: var(--font-family-Fredoka);
}

.news-block_one-date span{
	position: relative;
	display: block;
	font-size: var(--font-14);
	text-transform: uppercase;
	margin-top: var(--margin-top-15);
}

.news-block_one-heading{
	position: relative;
	font-weight: 700;
	line-height: 42px;
	font-size: var(--font-34);
}

.news-block_one-heading a{
	position: relative;
	color: var(--color-two);
}

.news-block_one-heading a:hover{
	color: var(--main-color);
}

.news-block_one-meta{
	position: relative;
	margin-top: var(--margin-top-15);
}

.news-block_one-meta li{
	position: relative;
	font-weight: 700;
	display: inline-block;
	font-size: var(--font-15);
	color: var(--color-twenty);
	padding-left: var(--padding-left-25);
	margin-right: var(--margin-right-20);
}

.news-block_one-meta li .icon{
	position: absolute;
	left: 0px;
	top: 2px;
}

.news-block_one-text{
	position: relative;
	line-height: 28px;
	font-size: var(--font-18);
	color: var(--color-eighteen);
	margin-top: var(--margin-top-20);
}

.news-block_one-button{
	position: relative;
	margin-top: var(--margin-top-30);
}

.news-block_one.alternate .news-block_one-date{
	background-color: var(--color-twentysix);
}

.news-block_one.alternate .news-block_one-heading{
	font-size: var(--font-30);
	font-family: var(--font-family-Poppins);
}

.news-block_one.alternate .news-block_one-heading a:hover{
	color: var(--color-twentysix);
}

.news-block_one.alternate .news-block_one-meta li{
	font-weight: 400;
	color: var(--color-two);
	font-family: var(--font-family-Roboto);
}

.news-block_one.alternate .news-block_one-meta li .icon{
	top: 5px;
	color: var(--color-twentysix);
}

/*** 

====================================================================
	Slider Two
====================================================================

***/

.slider-two{
	position: relative;
	padding: 70px 0px 0px;
	background-size: cover;
}

.slider-two_curve{
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 92px;
	background-position: center bottom;
	background-repeat: repeat-x;
}

.slider-two-arrow{
	position: absolute;
	right: 0%;
	left: 0px;
	top: 50%;
	z-index: 10;
	margin: 0 auto;
	max-width: 1510px;
	width: 100%;
	text-align: right;
	transform: translateY(-50%);
}

.slider-two .slider-two-button-prev{
	position: absolute;
	right: 0px;
	top: -70px;
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	margin: 5px 0px;
	line-height: 60px;
	text-align: center;
	border-radius: 20px 20px;
	color: var(--black-color);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--white-color);
}

.slider-two .slider-two-button-prev:hover{
	color: var(--white-color);
	border-color: var(--color-twentyseven);
	background-color: var(--color-twentyseven);
}

.slider-two .slider-two-button-next:hover{
	color: var(--white-color);
	border-color: var(--color-twentyseven);
	background-color: var(--color-twentyseven);
}

.slider-two .slider-two-button-next::after,
.slider-two .slider-two-button-prev::after{
	display: none;
}

.slider-two .slider-two-button-next{
	position: absolute;
	right: 0px;
	width: 60px;
	height: 60px;
	margin: 5px 0px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	display: block;
	border-radius: 20px 20px;
	color: var(--black-color);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--white-color);
}

.slider-two .swiper-slide{
	position:relative;
	overflow:hidden;
}

.slider-two .auto-container{
	max-width: 1300px;
}

.slider-two_content{
	position: relative;
}

.slider-two_content-inner{
	position: relative;
	text-align: right;
	padding-top: var(--padding-top-110);
	padding-right: var(--padding-right-90);
}

.slider-two_title{
	position: relative;
	line-height: 1em;
	color: var(--white-color);
	font-size: var(--font-25);
	font-family: 'Silent Reaction';

	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.slider-two .swiper-slide-active .slider-two_title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.slider-two_heading{
	position: relative;
	font-weight: 800;
	line-height: 80px;
	color: var(--white-color);
	margin-top: var(--margin-top-20);
	font-family: var(--font-family-Poppins);

	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.slider-two_heading span{
	position: relative;
	font-weight: 100;
	display: block;
}

.slider-two .swiper-slide-active .slider-two_heading{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.slider-two_text{
	position: relative;
	display: block;
	line-height: 33px;
	color: var(--white-color);
	font-size: var(--font-20);
	margin-top: var(--margin-top-15);
	margin-bottom: var(--margin-bottom-35);

	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.slider-two .swiper-slide-active .slider-two_text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.slider-two_button{
	position: relative;

	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.slider-two .swiper-slide-active .slider-two_button{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.slider-two_image-column{
	position: relative;
}

.slider-two_image{
	position: relative;
	z-index: 1;
	opacity: 0;
	margin-left: -70px;
	clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transform: scale(0.4,1);
}

.slider-two_image-shadow{
	position: absolute;
	left: 80px;
	top: 60px;
	right: -20px;
	z-index: -1;
	bottom: 0px;
	opacity: 0.20;
	background-color: var(--black-color);
	clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
}

.slider-two .swiper-slide-active .slider-two_image{
	opacity: 1;
	transform: scale(1,1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

/*** 

====================================================================
	Featured One
====================================================================

***/

.featured-one{
	position: relative;
	padding: 90px 0px 60px;
}

.feature-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.feature-block_one-inner{
	position: relative;
	padding-left: var(--padding-left-80);
}

.feature-block_one-icon{
	position: absolute;
	left: 0px;
	top: 3px;
	z-index: 1;
	line-height: 1em;
	font-size: var(--font-56);
	font-family: "Flaticon";
	color: #965aeb;
}

.feature-block_one-icon::before{
	position: absolute;
	content: '';
	left: 20px;
	top: 15px;
	width: 50px;
	height: 50px;
	opacity: 0.10;
	border-radius: 50px;
	background-color: #965aeb;;
}

.feature-block_one-heading{
	position: relative;
}

.feature-block_one:nth-child(2) .feature-block_one-icon{
	color: #db2121;
}

.feature-block_one:nth-child(2) .feature-block_one-icon::before{
	background-color: #db2121;
}

.feature-block_one:nth-child(3) .feature-block_one-icon{
	color: #dfc748;
}

.feature-block_one:nth-child(3) .feature-block_one-icon::before{
	background-color: #dfc748;
}

.feature-block_one:nth-child(4) .feature-block_one-icon{
	color: #ca0dd0;
}

.feature-block_one:nth-child(4) .feature-block_one-icon::before{
	background-color: #ca0dd0;
}

/*** 

====================================================================
	Cause Four
====================================================================

***/

.cause-four{
	position: relative;
	padding: 0px 0px 0px;
}

.cause-four_icon{
	position: absolute;
	right: 10%;
	top: 5%;
	width: 187px;
	height: 175px;
	background-repeat: no-repeat;
}

.cause-four_button{
	margin-top: var(--margin-top-35);
}

.cause-four.style-two{
	padding-top: var(--padding-top-110);
	padding-bottom: var(--padding-bottom-110);
}

.cause-four_image-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.cause-four_image-outer{
	position: relative;
	padding-bottom: var(--padding-bottom-110);
}

.cause-four_image{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
}

.cause-four_image-two{
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
}

.cause-four_content-column{
	position: relative;
}

.cause-four_content-column .sec-title_two{
	margin-left: -125px;
}

.cause-four_content-outer{
	position: relative;
	padding-top: var(--padding-top-40);
}

.cause-four_content{
	position: relative;
	padding-left: var(--padding-left-20);
}

.cause-four_text{
	line-height: 30px;
	font-size: var(--font-18);
	color: var(--color-five);
	font-family: var(--font-family-Roboto);
	margin-bottom: var(--margin-bottom-15);
}

.cause-four_heading{
	color: var(--color-two);
	padding-left: var(--padding-left-35);
	margin-bottom: var(--margin-bottom-15);
}

.cause-four_heading::after{
	position: absolute;
	content: '';
	left: 7px;
	top: 7px;
	width: 16px;
	height: 16px;
    border-radius: 50px;
    display: inline-block;
	border: 3px solid var(--color-two);
}

.cause-four_heading::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 7px;
	width: 16px;
	height: 16px;
    border-radius: 50px;
    display: inline-block;
	background-color: var(--color-twentysix);;
}

.cause-four_donation{
	position: relative;
	width: 161px;
	height: 154px;
	text-align: center;
	padding-top: var(--padding-top-40);
	background-color: var(--color-twentysix);

	-webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
}

@-webkit-keyframes border-transform {
	0%, to {
	  border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	14% {
	  border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
	  border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
	  border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
	  border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
	  border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
	  border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
  }
  @keyframes border-transform {
	0%, to {
	  border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	14% {
	  border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
	  border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
	  border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
	  border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
	  border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
	  border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
  }

.cause-four_counter{
	position: relative;
	font-weight: 700;
	color: var(--white-color);
	font-size: var(--font-40);
	font-family: var(--font-family-Poppins);
}

.cause-four_donation-text{
	position: relative;
	font-weight: 600;
	color: var(--white-color);
	font-size: var(--font-14);
	text-transform: uppercase;
	font-family: var(--font-family-Poppins);
}

.cause-four_list{
	position: relative;
	margin-top: var(--margin-top-15);
}

.cause-four_list li{
	position: relative;
	font-weight: 600;
	color: var(--color-two);
	font-size: var(--font-18);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-20);
	font-family: var(--font-family-Poppins);
}

.cause-four_list li::before{
	position: absolute;
	content: '\f00c';
	left: 0px;
	top: 0px;
	font-weight: 800;
	color: var(--color-twentysix);
	font-family: 'Font Awesome 6 Free';
}

.cause-four_lower{
	position: relative;
	margin-top: var(--margin-top-30);
}

/*** 

====================================================================
	Cause Five
====================================================================

***/

.cause-five{
	position: relative;
	padding: 220px 0px 160px;
}

.cause-five .auto-container{
	position: relative;
}

.cause-five .cause-five-button-prev{
	position: absolute;
	top: 50%;
	left: -80px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	border-radius: 20px 20px;
	color: var(--color-two);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--white-color);
}

.cause-five .cause-five-button-prev:hover{
	color: var(--white-color);
	border-color: var(--color-twentysix);
	background-color: var(--color-twentysix);
}

.cause-five .cause-five-button-next:hover{
	color: var(--white-color);
	border-color: var(--color-twentysix);
	background-color: var(--color-twentysix);
}

.cause-five .cause-five-button-next::after,
.cause-five .cause-five-button-prev::after{
	display: none;
}

.cause-five .cause-five-button-next{
	position: absolute;
	right: -80px;
	width: 60px;
	height: 60px;
	top: 50%;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	border-radius: 20px 20px;
	color: var(--color-two);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--white-color);
}

.cause-block_four{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.cause-block_four-inner{
	position: relative;
	border-radius: 8px;
	overflow: auto;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.cause-block_four-image{
	position: relative;
	overflow: hidden;
	background-color: var(--color-twentythree);
}

.cause-block_four-image img{
	position: relative;
	width: 100%;
	display: block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cause-block_four-inner:hover .cause-block_four-image img{
	opacity: 0.60;
	transform: scale(1.04,1.04);
}

.cause-block_four-info{
	position: relative;
	padding: 18px 30px;
	border-radius: 50px;
	margin-top: -32px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.cause-block_four-info::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 60%;
	bottom: 0px;
	opacity: 0.05;
	border-radius: 50px;
	background-color: var(--color-twentysix);
}

.cause-block_four-location{
	position: relative;
	font-weight: 600;
	font-size: var(--font-14);
	text-transform: uppercase;
	color: var(--color-twentysix);
	padding-left: var(--padding-left-20);
	font-family: var(--font-family-Poppins);
}

.cause-block_four-location::before{
	position: absolute;
	content: '\f3c5';
	left: 0px;
	font-weight: 800;
	font-family: 'Font Awesome 6 Free';
}

.cause-block_four-icons{
	position: relative;
}

.cause-block_four-icons a{
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	font-size: var(--font-12);
	color: var(--color-twentysix);
}

.cause-block_four-icons a:hover{
	background-color: #f7f7f7;
}

.cause-block_four-content{
	position: relative;
	padding: 0px 30px 35px;
}

.cause-block_four-heading{
	font-weight: 800;
	margin-top: var(--margin-top-25);
	font-family: var(--font-family-Poppins);
}

.cause-block_four-heading a{
	color: var(--color-two);
}

.cause-block_four-heading a:hover{
	color: var(--color-twentysix);
}

.cause-block_four-text{
	position: relative;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-18);
	margin-top: var(--margin-top-15);
}

.cause-block_four-donations{
	position: relative;
	padding: 26px 32px;
	border-radius: 50px;
	background-color: #f7f7f7;
	margin-top: var(--margin-top-25);
}

.cause-block_four-donations span{
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-18);
	font-family: var(--font-family-Poppins);
}

.cause-block_four-donations span i{
	position: relative;
	font-weight: 400;
	font-size: var(--font-14);
	color: var(--color-five);
}

.cause-block_four-donations::before{
	position: absolute;
	content: '';
	left: 41%;
	top: 50%;
	width: 2px;
	height: 16px;
	transform: translateY(-50%);
	background-color: var(--color-twentysix);
}

.cause-block_four-border-bottom{
	position: absolute;
	left: 0px;
	top:0px;
	bottom: 0px;
	width: 70%;
	border-radius: 50px 0px 0px 50px;
	border:8px solid var(--color-twentysix);
	border-right: none;
}

.cause-block_four .bar{
	position:absolute;
	left:30px;
	top:0px;
	height:8px;
	width:0px;
	z-index: 1;
	background-color:var(--color-twentysix);
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.cause-block_four .bar:before{
	position:absolute;
	content:'';
	right: -5px;
    top: -7px;
	width:32px;
	height:22px;
	border-radius:50px;
	background-color:var(--color-twentysix);
}

.cause-block_four .bar .count-box{
	position:absolute;
	right:0px;
	top:-6px;
	font-size:10px;
	color:var(--white-color);
}

.cause-block_four .count-text{
	position: relative;
	font-size:8px;
	font-size:10px;
	color:var(--white-color);
}

/* Inspiration Block One */

.inspire-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.inspire-block_one-inner{
	position: relative;
	padding: 25px 25px;
	border-radius: 5px;
	border: 2px solid rgba(var(--black-color-rgb), 0.06);
}

.inspire-block_one-icon{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 67px;
	height: 67px;
	border-radius: 5px;
	text-align: center;
	line-height: 67px;
	font-family: "Flaticon";
	color: var(--white-color);
	font-size: var(--font-40);
	background-color: #71c100;
}

.inspire-block_one-title{
	position: relative;
	min-height: 60px;
	color: var(--color-two);
	padding-right: var(--padding-right-100);
}

.inspire-block_one.style-two .inspire-block_one-icon{
	background-color: #14d1bb;
}

.inspire-one{
	position: relative;
	padding: 80px 0px 70px;
}

.inspire-one_icon{
	position: absolute;
	left: -70px;
	top: 25%;
	width: 180px;
	height: 175px;
	background-repeat: no-repeat;
}

.inspire-one_icon-two{
	position: absolute;
	right: 3%;
	bottom: 5%;
	width: 125px;
	height: 136px;
	background-repeat: no-repeat;
}

.inspire-one_content-inner{
	position: relative;
	overflow: hidden;
	padding-top: var(--padding-top-40);
}

/* Phone Box */

.inspire-one_phone{
	position: relative;
	font-weight: 600;
	font-size: var(--font-14);
	text-transform: uppercase;
	color: var(--color-twentyeight);
	margin-left: var(--margin-left-30);
	padding-left: var(--padding-left-65);
	font-family: var(--font-family-Poppins);
}

.inspire-one_phone i{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-20);
	background-color: var(--color-twentyeight);
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.inspire-one_phone a{
	position: relative;
	font-weight: 700;
	font-size: var(--font-18);
	color: var(--color-twentyeight);
}

.inspire-one_phone a:hover{
	color: var(--color-twentysix);
}

.inspire-one_lower-box{
	position: relative;
	margin-top: var(--margin-top-30);
}

/*** 

====================================================================
	Mission One
====================================================================

***/

.mission-one{
	position: relative;
	overflow: hidden;
	padding: 170px 0px 140px;
	background-size: cover;
	background-position: center center;
}

.mission-one.style-two.alternate{
	padding-bottom: var(--padding-bottom-70);
}

.mission-one.style-two{
	padding: 180px 0px 170px;
}

.mission-one.style-three{
	padding: 250px 0px 220px;
	background-position: center top;
}

.mission-one.style-three .mission-one_donate-inner{
	background-color: var(--color-twentysix);
}

.mission-one.style-three .mission-one_form .form-group input[type="number"]{
	background-color: var(--white-color);
}

.mission-one.style-three .mission-one_donar{
	border-color:  rgba(var(--white-color-rgb), 0.30);
}

.mission-one.style-three .mission-one_form .form-group button:hover{
	color: var(--color-twentyseven);
	background-color: var(--white-color);
}

.mission-one.style-three .mission-one_form .form-group button,
.mission-one.style-three .mission-one_form .form-group .icon,
.mission-one.style-three .mission-one_donar .select-box label{
	background-color: var(--color-twentyseven);
}

.mission-one.style-three .mission-one_donar .select-box input[type="radio"]:checked+label{
	color: var(--color-twentyseven);
	background-color: var(--white-color);
}

.mission-one.alternate{
	padding: 110px 0px 100px;
}

.mission-one_pattern-one{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 161px;
	background-repeat: repeat-x;
}

.mission-one_pattern-two{
	position: absolute;
	left: 0px;
	bottom: -1px;
	right: 0px;
	height: 126px;
	background-repeat: repeat-x;
}

.mission-one_title-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.mission-one_title-inner{
	position: relative;
}


.mission-one_title-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.mission-one_title-inner{
	position: relative;
}

.mission-one_homeless{
	position: relative;
	color: var(--white-color);
	font-size: var(--font-25);
	font-family: 'Silent Reaction';
}

.mission-one_button{
	position: relative;
	margin-top: var(--margin-top-40);
}

.mission-one_donate-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.mission-one_donate-inner{
	position: relative;
	padding: 50px 50px;
	border-radius: 5px;
	background-color: #3d9c85;
	margin-left: var(--margin-left-30);
}

.mission-one_title-box{
	position: relative;
	text-align: center;
}

.mission-one_title-heading{
	position: relative;
	font-weight: 700;
	color: var(--white-color);
	font-family: var(--font-family-Poppins);
}

.mission-one_text{
	position: relative;
	line-height: 30px;
	color: #dedede;
	font-size: var(--font-18);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Poppins);
}

.mission-one_donar{
	position: relative;
	padding: 20px 0px 5px;
	border-top: 2px solid #13604d;
	margin-top: var(--margin-top-25);
	border-bottom: 2px solid #13604d;
}

.mission-one_donar strong{
	position: relative;
	display: block;
	color: var(--white-color);
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Poppins);
}

.mission-one_circle{
	position: absolute;
	right: -80px;
	top: -80px;
	width: 209px;
	height: 208px;
	background-repeat: no-repeat;
}

/* Select Ammount */

.mission-one_donar .select-amount{
	position:relative;
	margin-bottom:var(--margin-bottom-10);
}

.mission-one_donar .select-box{
	position:relative;
	width: 72px;
	text-align:center;
	margin:0px 5px 10px 0px;
}

.mission-one_donar .select-box:last-child{
	margin-right: var(--margin-zero);
}

.mission-one_donar .input-box{
	position:relative;
	width:80px;
}

.mission-one_donar .select-box input[type="radio"]{
	left:0px;
	top:0px;
	visibility:hidden;
	position:absolute;
	opacity:0;	
}

.mission-one_donar .select-box label{
	position: relative;
	display:block;
	line-height:24px;
	text-align:center;
	font-weight:600;
	cursor:pointer;
	overflow: hidden;
	border-radius:50px;
	color:#efefef;
	padding:16px 10px;
	font-size:var(--font-18);
	transition:all 500ms ease;
	background-color: #13604d;
	margin-bottom: var(--margin-zero);
	font-family: var(--font-family-Poppins);
}

.mission-one_donar .select-box label span{
	position: relative;
	display: block;
	font-weight: 400;
	font-size:var(--font-17);
	text-transform: uppercase;
	margin-top: var(--margin-top-10);
}

.mission-one_donar .select-box input[type="radio"]:checked+label{
	background:var(--color-twentysix);
	color:var(--white-color);
}

.mission-one_donate-amount{
	position: relative;
	margin-top: var(--margin-top-25);
}

.mission-one_donate-amount strong{
	position: relative;
	display: block;
	color: var(--white-color);
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-10);
	font-family: var(--font-family-Poppins);
}

/* Mission One Form */

.mission-one_form{
    position: relative;
	z-index: 1;
}

.mission-one_form .form-group{
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.mission-one_form .form-group .icon{
    position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-weight: 700;
	font-size: var(--font-24);
	color: var(--white-color);
	background-color: #13604d;
	border-radius: 50px 0px 0px 50px;
}

.mission-one_form .form-group input[type="number"]{
    position: relative;
    line-height: 43px;
    display: block;
    height: 70px;
    width: 100%;
	overflow: hidden;
	border-radius: 50px;
    box-shadow: inherit;
    font-size: var(--font-16);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 15px 10px 90px;
	color: var(--color-two);
    background-color: #efefef;
}

.mission-one_form .form-group button{
    position: relative;
	width: 100%;
	font-weight: 700;
	border-radius: 50px;
	padding: 22px 45px;
	font-size: var(--font-18);
	color: var(--white-color);
	text-transform: uppercase;
	background-color: #13604d;
	margin-top: var(--margin-top-20);
	font-family: var(--font-family-Poppins);
}

.mission-one_form .form-group:last-child{
	margin-bottom: var(--margin-zero);
}

.mission-one_form .form-group button:hover{
	color: #13604d;
	background-color: var(--white-color);
}

.mission-one_form .form-group button i{
    position: relative;
	margin-left: var(--margin-left-10);
}

/*** 

====================================================================
	Help One
====================================================================

***/

.help-one{
	position: relative;
	padding: 90px 0px 80px;
}

.help-one_image-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.help-one_image-inner{
	position: relative;
	padding-right: var(--padding-right-80);
}

.help-one_content-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.help-one_content-inner{
	position: relative;
	padding-top: var(--padding-top-30);
}

.help-one .sec-title_two{
	margin-bottom: var(--margin-bottom-25);
}

.help-one_button{
	margin-top: var(--margin-top-35);
}

/* Video Box */

.video-box{
	position:relative;
}

.video-box .video-image{
	position:relative;
	margin:0px;
	overflow:hidden;
	border-radius: 10px;
	background-color:var(--main-color);
}

.video-box .video-image img{
	position:relative;
	width:100%;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.video-box:hover .video-image img{
	transform:scale(1.05,1.05);
	filter: grayscale(100%);
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	overflow:hidden;
}

.video-box .overlay-box span{
	position: absolute;
	width:70px;
	height: 70px;
	left:50%;
    top: 50%;
	z-index:10;
	font-weight:700;
	text-align: center;
	display: inline-block;
	margin-top: -35px;
	margin-left:-35px;
	line-height:70px;
	border-radius:50%;
	font-size:var(--font-20);
	color: var(--white-color);
	padding-left:var(--padding-left-5);
	background-color: var(--color-twentysix);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: 'Font Awesome 5 Free';
}

.video-box .overlay-box span:hover{
	color:var(--white-color);
	background-color:var(--main-color);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:70px;
	height: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

.help-one_counter{
	position: absolute;
	right: 30px;
	bottom: -90px;
	width: 210px;
	height: 210px;
	text-align: center;
	border-radius: 8px;
	padding: 52px 10px;
	background-color: #efc94c;
}

.help-one_counter-count{
	position: relative;
	font-weight: 700;
	line-height: 1em;
	color: var(--white-color);
	font-size: var(--font-60);
	font-family: var(--font-family-Poppins);
}

.help-one_counter-text{
	position: relative;
	font-weight: 600;
	color: var(--white-color);
	font-size: var(--font-18);
	font-family: var(--font-family-Poppins);
}

.help-one_counter:nth-child(2){
	bottom: 150px;
	background-color: #3d9c85;
}

.help-one_counter:nth-child(3){
	right: 270px;
	bottom: -90px;
	background-color: #db2121;
}

/*** 

====================================================================
	Fefault One
====================================================================

***/

.default-one{
	position: relative;
	padding: 190px 0px 170px;
	background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
}

.default-one .auto-container{
	position: relative;
}

.default-one.style-two{
	padding-bottom: var(--padding-bottom-100);
}

/*** 

====================================================================
	Testimonial Two
====================================================================

***/

.testimonial-two{
	position: relative;
}

.testimonial-two .testimonial-two-button-prev{
	position: absolute;
	left: -90px;
	top: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	line-height: 60px;
	margin-top: -30px;
	text-align: center;
	display: inline-block;
	border-radius: 20px 20px;
	color: var(--color-two);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--white-color);
}

.testimonial-two .testimonial-two-button-prev:hover{
	color: var(--white-color);
	border-color: var(--color-twentysix);
	background-color: var(--color-twentysix);
}

.testimonial-two .testimonial-two-button-next:hover{
	color: var(--white-color);
	border-color: var(--color-twentysix);
	background-color: var(--color-twentysix);
}

.testimonial-two .testimonial-two-button-next::after,
.testimonial-two .testimonial-two-button-prev::after{
	display: none;
}

.testimonial-two .testimonial-two-button-next{
	position: absolute;
	right: -90px;
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	border-radius: 20px 20px;
	color: var(--color-two);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--white-color);
}

/* Testimonial Block One */

.testimonial-block_one{
	position: relative;
}

.testimonial-block_one-inner{
	position: relative;
	padding: 75px 60px;
	border-radius: 20px;
	overflow: hidden;
	background-color: var(--white-color);
}

.testimonial-block_one-inner:hover::before{
	opacity: 1;
	transform: scale(1,1);
}

.testimonial-block_one-inner::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0;
	transform: scale(1,0.3);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: var(--color-twentysix);
}

.testimonial-block_one-pattern{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-block_one-inner:hover .testimonial-block_one-pattern{
	opacity: 0;
}

.testimonial-block_one-pattern_two{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 1;
	opacity: 0;
	background-position: right bottom;
	background-repeat: no-repeat;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-block_one-inner:hover .testimonial-block_one-pattern_two{
	opacity: 1;
}

.testimonial-block_one-content{
	position: relative;
	z-index: 2;
	min-height: 168px;
	padding-right: 190px;
	text-align: right;
}

.testimonial-block_one-author{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 168px;
	height: 168px;
	overflow: hidden;
	border-radius: 50%;
}

.testimonial-block_one-title{
	font-weight: 700;
	color: var(--color-two);
	text-transform: uppercase;
	font-family: var(--font-family-Poppins);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-block_one-inner:hover .testimonial-block_one-text,
.testimonial-block_one-inner:hover .testimonial-block_one-title{
	color: var(--white-color);
}

.testimonial-block_one-text{
	position: relative;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-18);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Roboto);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-block_one-social{
	position: relative;
	margin-top: var(--margin-top-15);
}

.testimonial-block_one-social a{
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-16);
	background-color: #edf7ed;
	color: var(--color-twentyfour);
	margin-left: var(--margin-left-5);
}

.testimonial-block_one-social a:hover{
	color: var(--white-color);
	background-color: var(--color-twentyfour);
}

.counter-two{
	position: relative;
	padding-top: var(--padding-top-90);
}

.counter-two_column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.counter-two_inner{
	position: relative;
	padding-left: var(--padding-left-130);
}

.counter-two_icon{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 110px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	border-radius: 150px;
	display: inline-block;
	font-family: "Flaticon";
	color: var(--color-two);
	font-size: var(--font-60);
	background-color: #f4e7e7;
}

.counter-two_column:nth-child(2) .counter-two_icon{
	background-color: #e6e9f2;
}

.counter-two_count{
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-55);
	font-family: var(--font-family-Poppins);
}

.counter-two_text{
	position: relative;
	color: #585858;
	line-height: 28px;
	font-weight: 500;
	font-size: var(--font-16);
	font-family: var(--font-family-Roboto);
}

/*** 

====================================================================
	Homeless One
====================================================================

***/

.homeless-one{
	position: relative;
}

.homeless-one .inner-container{
	position: relative;
}

.homeless-one_tab-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.homeless-one_content-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

/*** 

====================================================================
	Homeless Tabs Style
====================================================================

***/

.homeless-tabs{
	position:relative;
}

.homeless-tabs .tab-btns{
	position:absolute;
	left: 10px;
	top: 190px;
	z-index: 1;
	max-width: 250px;
	display: inline-block;
	padding-left: var(--padding-left-20);
}

.homeless-one_pattern{
	position: absolute;
	right: 80px;
    top: 50px;
	width: 568px;
	height: 508px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.homeless-one_image{
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 70%;
	overflow: hidden;
	border-radius: 10px;
	background-size: cover;
}

.homeless-tabs .tab-btns .tab-btn{
	position:relative;
	line-height:24px;
	cursor:pointer;
	width: 100%;
	max-width: 225px;
	font-weight:500;
	padding:16px 42px;
	text-align: center;
	border-radius: 50px;
	display:inline-block;
	color:var(--white-color);
	font-size:var(--font-16);
	transition:all 500ms ease;
	background-color: #393939;
	text-transform: capitalize;
	margin-bottom: var(--margin-bottom-10);
	font-family: var(--font-family-Poppins);
}

.homeless-tabs .tab-btns .tab-btn:hover,
.homeless-tabs .tab-btns .tab-btn.active-btn{
	background-color:#b40c0c;
}

.homeless-tabs .tabs-content{
	position:relative;
	padding-left: 240px;
}

.homeless-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.homeless-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.homeless-tabs .donated_hands{
	position: absolute;
	left: -210px;
	bottom: 40px;
	line-height: 38px;
	color: var(--color-two);
	font-size: var(--font-25);
	font-family: 'Silent Reaction';
}

.homeless-tabs .image{
	position: relative;
}

.homeless-tabs .left-box{
	position: relative;
	top: 60px;
	display: inline-block;
}

.homeless-tabs .right-box{
	position: relative;
	padding: 95px 30px;
	display: inline-block;
}

.homeless-tabs .right-box .sec-title_two-heading{
	font-weight: 700;
	line-height: 55px;
	font-size: var(--font-44);
	color: var(--white-color);
	font-family: var(--font-family-Poppins);
}

.homeless-tabs .right-box .sec-title_two-heading span{
	color: var(--color-twentysix);
}

.homeless-one_grants{
	position: relative;
	line-height: 32px;
	font-weight: 500;
	color: var(--color-eleven);
	font-size: var(--font-18);
	padding-left: var(--padding-left-25);
	font-family: var(--font-family-Roboto);
	margin-bottom: var(--margin-bottom-30);
}

.homeless-one_grants::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 4px;
	bottom: 2px;
	width: 6px;
	border-radius: 5px;
	background-color: #da5e2d;
}


.homeless-one_progress{
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	background-color: var(--white-color);
}

.homeless-one .bar{
	position:relative;
	height:30px;
	width:0px;
	z-index: 1;
	background-color:var(--color-twentysix);
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.homeless-one .bar .count-box{
	position:absolute;
	right:12px;
	top:5px;
	font-size:12px;
	font-weight: 500;
	color:var(--white-color);
	font-family: var(--font-family-Poppins);
}

.homeless-one_progress-price{
	position: relative;
	font-weight: 700;
	color: var(--white-color);
	font-size: var(--font-22);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Poppins);
}

.homeless-one_progress-price span{
	position: relative;
	font-weight: 500;
	font-size: var(--font-15);
	margin-left: var(--margin-left-5);
}

.homeless-one_discount{
	position: relative;
	color: #fd814f;
	font-size: var(--font-13);
	margin-top: var(--margin-top-10);
	margin-bottom: var(--margin-bottom-50);
	font-family: var(--font-family-Poppins);
}

/*** 

====================================================================
	Gallery One
====================================================================

***/

.gallery-one{
	position: relative;
	padding: 110px 0px 120px;
}

.gallery-one_image-layer{
	position: absolute;
	left: 0px;
	top: 300px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.gallery-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.gallery-block_one-inner{
	position: relative;
}

.gallery-block_one-image{
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.gallery-block_one-image img{
	position: relative;
	width: 100%;
	display: block;
}

.gallery-block_one-inner:hover .gallery-block_one-overlay{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.gallery-block_one-overlay{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.gallery-block_one-overlay::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.70;
	background-color:#5a0000;
}

.gallery-block_one-link{
	position: relative;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	border-radius: 50px;
	color: var(--color-two);
	font-size: var(--font-18);
	background-color: var(--white-color);
}

.gallery-block_one-link:hover{
	color: var(--white-color);
	background-color: var(--color-twentysix);
}

.gallery-block_one-heading{
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-top: var(--margin-top-45);
	font-family: var(--font-family-Poppins);
}

.gallery-block_one-heading a{
	position: relative;
	border-radius: 50px;
	font-weight: 700;
	padding: 3px 25px;
	color: var(--white-color);
	background-color: var(--color-twentythree);
}

.gallery-block_one-overlay_inner{
	position: relative;
	text-align: center;
}

.gallery-block_one-amount{
	position: relative;
	top: 2px;
	padding: 7px 15px 5px;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-15);
	background-color: var(--color-twentysix);
}

.gallery-one_button{
	position: relative;
	margin-top: var(--margin-top-30);
}

/*** 

====================================================================
	Organization One
====================================================================

***/

.organization-one{
	position: relative;
	padding: 180px 0px 70px;
	background-size: cover;
	background-position: center top;
}

.org-block-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.org-block_inner{
	position: relative;
	padding-left: var(--padding-left-50);
}

.org-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.org-block_one-inner{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background-color: var(--color-thirty);
}

.org-block_one-image{
	position: relative;
}

.org-block_one-image img{
	position: relative;
	width: 100%;
	display: block;
}

.org-block_one .swiper-pagination-bullet{
	opacity: 1;
	width: 12px;
	height: 12px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: #e5e5e5;
	border: 2px solid #e5e5e5;
}

.org-block_one .swiper-pagination-bullet:hover,
.org-block_one .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:none;
	border-color: var(--color-twentysix);
}

.org-block_one-content{
	position: relative;
	padding: 35px 45px 40px;
}

.org-block_one-heading{
	font-weight: 700;
	font-family: var(--font-family-Poppins);
}

.org-block_one-heading a{
	position: relative;
	color: var(--color-two);
}

.org-block_one-text{
	position: relative;
	line-height: 30px;
	font-weight: 500;
	font-size: var(--font-18);
	color: var(--color-twentynine);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Roboto);
	margin-bottom: var(--margin-bottom-20);
}

.org-block_one-price{
	position: relative;
	font-size: var(--font-15);
	color: var(--color-twentynine);
	font-family: var(--font-family-Poppins);
}

.org-block_one-price strong{
	position: relative;
	display: block;
	color: var(--color-two);
	font-size: var(--font-22);
	margin-top: var(--margin-top-5);
}


.org-block_one_progress{
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	margin-top: var(--margin-top-15);
	background-color: rgba(var(--black-color-rgb), 0.05);
}

.org-block_one_progress .bar{
	position:relative;
	height:30px;
	width:0px;
	z-index: 1;
	background-color:var(--color-twentysix);
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.org-block_one_progress .bar .count-box{
	position:absolute;
	right:12px;
	top:5px;
	font-size:12px;
	font-weight: 500;
	color:var(--white-color);
	font-family: var(--font-family-Poppins);
}

.org-content-column{
	position: relative;
}

.org-content_inner{
	position: relative;
	padding-left: var(--padding-left-60);
}

.org-content-column .sec-title_text{
	color: #aeaeae;
}

.org-content_inner .sec-title_two{
	margin-bottom: var(--margin-bottom-25);
}

.org-one_list{
	position: relative;
}

.org-one_list li{
	position: relative;
	font-weight: 600;
	color: var(--white-color);
	font-size: var(--font-18);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-20);
	font-family: var(--font-family-Poppins);
}

.org-one_list li::before{
	position: absolute;
    content: '';
    left: 0px;
    top: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50px;
    background-color: #ffece4;
}

.org-one_list li::after{
	position: absolute;
    content: '\f00c';
    left: 0px;
    top: 2px;
    font-weight: 800;
	font-size: var(--font-14);
    color: var(--color-twentysix);
    font-family: 'Font Awesome 6 Free';
}

.org-one_button{
	position: relative;
	margin-top: var(--margin-top-30);
}

/*** 

====================================================================
	Event One
====================================================================

***/

.event-one{
	position: relative;
	padding: 110px 0px 60px;
}

.event-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-35);
}

.event-block_one-inner{
	position: relative;
	padding-left: 408px;
	border-radius: 5px 5px;
}

.event-block_one-image{
	position: absolute;
	left:0px;
	top: 14px;
}

.event-block_one-inner:hover .event-block_one-image img{
	opacity: 0.60;
}

.event-block_one-image::before{
	position: absolute;
	content: '';
	right: 0px;
	top: -13px;
	border-bottom: 13px solid #a4a4a4;
    border-left: 13px solid transparent;
}

.event-block_one-image::after{
	position: absolute;
	content: '';
	right: -13px;
	bottom: 0px;
	border-top: 13px solid #a4a4a4;
    border-right: 13px solid transparent;
}

.event-block_one-image img{
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	border-radius: 6px 0px 0px 6px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.event-block_one-content{
	position: relative;
	padding: 31px 50px;
	padding-right: 230px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.event-block_one-heading{
	font-weight: 700;
	font-family: var(--font-family-Poppins);
}

.event-block_one-heading a{
	position: relative;
	color: var(--color-two);
}

.event-block_one-heading a:hover{
	color: var(--color-twentysix);
}

.event-block_one-text{
	max-width: 440px;
	line-height: 30px;
	color: var(--color-five);
	font-size: var(--font-18);
	margin-top: var(--margin-top-5);
}

.event-block_one-meta{
	position: relative;
	margin-top: var(--margin-top-20);
}

.event-block_one-meta li{
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-18);
	padding-left: var(--padding-left-30);
	margin-right: var(--margin-right-15);
	font-family: var(--font-family-Poppins);
}

.event-block_one-meta li .icon{
	position: absolute;
	left: 0px;
	top: 2px;
	color: var(--color-twentysix);
}

.event-block_one-meta li:last-child{
	color: #b5b5b5;
}

.event-block_one-meta li:last-child .icon{
	color: #b5b5b5;
}

.event-block_one-button{
	position: absolute;
	right: 30px;
	top: 40px;
	width: 100%;
	max-width: 220px;
	text-align: right;
	padding: 40px 0px;
	border-left: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.event-one_button{
	position: relative;
	margin-top: var(--margin-top-80);
}

/*** 

====================================================================
	News Two
====================================================================

***/

.news-two{
	position: relative;
	padding: 180px 0px 150px;
	background-position: left top;
	background-size:cover ;
}

.news-two .auto-container{
	max-width: 1260px;
}

/* News Block Two */

.news-block_two{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.news-block_two-inner{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background-color: var(--white-color);
}

.news-block_two-content{
	position: relative;
}

.news-block_two-content-inner{
	position: relative;
	padding: 40px 35px;
	padding-right: var(--padding-zero);
}

.news-block_two-image{
	position: relative;
}

.news-block_two-image img{
	position: relative;
	width: 100%;
	display: block;
}

.news-block_two-title{
	position: relative;
	font-weight: 500;
	padding: 6px 20px;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-12);
	text-transform: uppercase;
	background-color: #f7f7f7;
	color: var(--color-twentysix);
	font-family: var(--font-family-Poppins);
}

.news-block_two-heading{
	font-weight: 700;
	margin-top: var(--margin-top-20);
	font-family: var(--font-family-Poppins);
}

.news-block_two-heading a{
	position: relative;
	color: var(--color-two);
}

.news-block_two-heading a:hover{
	color: var(--color-twentyseven);
}

.news-block_two-meta{
	position: relative;
	margin-top: var(--margin-top-15);
}

.news-block_two-meta li{
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-12);
	color: var(--color-twentyseven);
	padding-left: var(--padding-left-20);
	font-family: var(--font-family-Poppins);
	margin-right: var(--margin-right-10);
}

.news-block_two-meta li .icon{
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 1em;
}

.news-block_two-meta li:last-child{
	margin-right: var(--margin-zero);
}

.news-block_two-text{
	position: relative;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-18);
	margin-top: var(--margin-top-20);
}

.news-block_two-button{
	position: relative;
	margin-top: var(--margin-top-30);
}

.news-block_two-button .theme-btn{
	padding: 13px 25px;
	letter-spacing: 0px;
}

/* News Block Three */

.news-block_three{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.news-block_three-inner{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	padding: 33px 40px;
	background-color: var(--white-color);
}

.news-block_three-image{
	position: relative;
}

.news-block_three-title{
	position: relative;
	font-weight: 500;
	padding: 6px 20px;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-12);
	text-transform: uppercase;
	background-color: #f7f7f7;
	color: var(--color-twentysix);
	font-family: var(--font-family-Poppins);
}

.news-block_three-heading{
	font-weight: 700;
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Poppins);
}

.news-block_three-heading a{
	position: relative;
	color: var(--color-two);
}

.news-block_three-heading a:hover{
	color: var(--color-twentyseven);
}

.news-block_three-meta{
	position: relative;
	margin-top: var(--margin-top-15);
}

.news-block_three-meta li{
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--color-twentyseven);
	padding-left: var(--padding-left-20);
	font-family: var(--font-family-Poppins);
	margin-right: var(--margin-right-10);
}

.news-block_three-meta li .icon{
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 1em;
}

.news-block_three-meta li:last-child{
	margin-right: var(--margin-zero);
}

/*** 

====================================================================
	Clients Two
====================================================================

***/

.clients-two{
	position: relative;
	padding: 40px 0px 60px;
}

.client-two_image{
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.client-two_image img{
	position: relative;
	opacity: 0.50;
	filter: grayscale(100%);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.client-two_image img:hover{
	opacity: 1;
	filter: grayscale(0%);
}

/*** 

====================================================================
	Fund One
====================================================================

***/

.fund-one{
	position: relative;
	padding: 75px 0px 75px;
	background-position: right center;
	background-size: cover;
}

.fund-one_content-column{
	position: relative;
}

.fund-one_content-inner{
	position: relative;
	padding-left: 300px;
	padding-top: var(--padding-top-25);
}

.fund-one_content-image{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: auto;
	border-radius: 8px;
}

.fund-one_content-title{
	position: relative;
	font-weight: 500;
	font-size: var(--font-15);
	text-transform: uppercase;
	color: var(--color-twentysix);
}

.fund-one_heading{
	font-weight: 700;
	line-height: 54px;
	font-size: var(--font-44);
	color: var(--white-color);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Poppins);
}

.fund-one_button-column{
	position: relative;
}

.fund-one_button-inner{
	position: relative;
	padding: 50px 0px;
	text-align: right;
}


/***

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	text-align: center;
	background-size:cover;
	padding:60px 0px 60px;
	background-attachment: fixed;
	background-color:var(--color-twentyfive);
}

.page-title h1{
	color:var(--white-color);
	text-transform:capitalize;
	font-family: var(--font-family-Poppins);
}

.page-title .bread-crumb{
	position: relative;
	padding: 16px 35px;
	border-radius: 50px;
	display: inline-block;
	margin-top:var(--margin-top-30);
	background-color: var(--color-twentysix);
}

.page-title .bread-crumb li{
	position: relative;
	font-weight: 500;
	display:inline-block;
	font-size: var(--font-18);
	text-transform:capitalize;
	margin-right: var(--margin-right-20);
	padding-right: var(--padding-right-50);
	color: rgba(var(--white-color-rgb), 1);
	font-family: var(--font-family-Poppins);
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -6px;
	top:-3px;
	width: 36px;
	height: 32px;
    content: "";
	line-height: 32px;
	color:var(--white-color);
	background: var(--color-twentyseven) url(/wp-content/themes/charityx/assets/images/icons/page-title_icon.png) center center no-repeat;
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color: rgba(var(--white-color-rgb), 0.80);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.page-title .bread-crumb li a:hover{
	color: var(--color-fourtyfour);
}

/*** 

====================================================================
	Services Two
====================================================================

***/

.services-two{
	position: relative;
	padding: 100px 0px 80px;
}

.service-block_two{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.service-block_two-inner{
	position: relative;
	overflow: hidden;
	padding: 20px 20px 20px;
	border: 1px solid transparent;
	border-radius: 50px 50px 50px 0px;
	background-color: var(--color-thirtytwo);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block_two-inner:hover{
	border-color:var(--color-twentysix);
}

.service-block_two-image{
	position: relative;
	overflow: hidden;
	border-radius: 50px 50px 50px 0px;
}

.service-block_two-icon{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-family: "Flaticon";
	font-size: var(--font-36);
	color: var(--color-twentysix);
	border-radius: 50px 50px 50px 0px;
	background-color: var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-block_two-inner:hover .service-block_two-icon{
	color:var(--white-color);
	background-color:var(--color-twentysix);
}

.service-block_two-content{
	position: relative;
	padding-top: var(--padding-top-25);
}

.service-block_two-title{
	font-weight: 700;
	font-family: var(--font-family-Poppins);
}

.service-block_two-title a{
	position: relative;
	color: var(--color-two);
}

.service-block_two-title a:hover{
	color: var(--color-twentysix);
}

.service-block_two-text{
	position: relative;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-top: var(--margin-top-10);
}

.service-block_two .lower-box{
	position: relative;
	padding: 14px 25px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
	margin-top: var(--margin-top-25);
	background-color: var(--color-twentysix);
}

.service-block_two-more{
	position: relative;
	font-weight: 600;
	color: var(--white-color);
	font-size: var(--font-16);
	font-family: var(--font-family-Poppins);
}

.service-block_two-arrow{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 75px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: var(--font-20);
	color: var(--white-color);
	font-family: 'Font Awesome 6 Free';
	background-color: var(--color-twentyseven);
}

.service-block_two-more:hover,
.service-block_two-arrow:hover{
	color: var(--white-color);
}

/* Service Block Three */

.service-block_three{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.service-block_three-inner{
	position: relative;
	padding: 40px 40px;
	text-align: center;
	border: 2px solid rgba(var(--black-color-rgb), 0.04);
}

.service-block_three-image{
	position: absolute;
	left: -2px;
	top: -2px;
	right: -2px;
	bottom: -2px;

	transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service-block_three-inner:hover .service-block_three-image{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service-block_three-text{
	position: relative;
}

.service-block_three-inner:hover .service-block_three-content{
	opacity: 0;
	visibility: hidden;
}

.service-block_three-content{
	position: relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block_three-icon{
	position: relative;
	width: 92px;
	height: 92px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 92px;
	border-radius: 50px;
	font-family: "Flaticon";
	font-size: var(--font-44);
	color: var(--color-twentysix);
	background-color:  rgba(var(--color-twentysix-rgb), 0.10);
}

.service-block_three-title{
	font-weight: 700;
	font-family: var(--font-family-Poppins);
}

.service-block_three-title a{
	position: relative;
	color: var(--color-two);
}

.service-block_three-text{
	position: relative;
	line-height: 28px;
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Poppins);
}

.service-block_three-overlay{
	position: absolute;
	left: -2px;
	top: -2px;
	right: -2px;
	bottom: -2px;
	padding: 30px 30px;
	text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;

	-webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service-block_three-inner:hover .service-block_three-overlay{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service-block_three-upper{
	position: relative;
	text-align: left;
	display:flex;
	align-items:center;
	gap:30px;
}

.service-block_three-icon_two{
	position: relative;
	width: 92px;
	height: 92px;
	overflow: hidden;
	line-height: 92px;
	border-radius: 50px;
	text-align: center;
	font-family: "Flaticon";
	font-size: var(--font-44);
	color: var(--white-color);
	background-color:  rgba(var(--color-twentysix-rgb), 1);
}

.service-block_three-upper a{
	color: var(--white-color);
}

.service-block_two-text-two{
	position: relative;
	line-height: 26px;
	font-size: var(--font-16);
	color: var(--white-color);
	margin-top: var(--margin-top-20);
	font-family: var(--font-family-Poppins);
}

.service-block_three_button{
	position: relative;
	margin-top: var(--margin-top-15);
}

.service-block_three .theme-btn{
	font-weight: 500;
	letter-spacing: 0px;
	font-size: var(--font-15);
	padding: 13px 18px 13px 25px;
	font-family: var(--font-family-Poppins);
}

/*** 

====================================================================
	Volunter One
====================================================================

***/

.volunter-one{
	padding: 110px 0px 80px;
}

.volunter-one .testimonial-block_one{
	margin-bottom: var(--margin-bottom-30);
}

.volunter-one .testimonial-block_one-inner{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-block_two{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.testimonial-block_two-inner{
	position: relative;
	padding: 30px 30px;
	text-align: center;
	border-radius: 10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid rgba(var(--black-color-rgb), 0.05);
}

.testimonial-block_two-inner:hover{
	border-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-block_two-quote{
	position: relative;
	line-height: 1em;
	font-size: var(--font-60);
	color: var(--color-twentyseven);
	font-family: 'Font Awesome 6 Free';
}

.testimonial-block_two-text{
	position: relative;
	font-weight: 600;
	line-height: 30px;
	color: var(--color-two);
	font-size: var(--font-20);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Poppins);
}

.testimonial-block_two-title{
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: var(--margin-top-25);
	font-family: var(--font-family-Poppins);
}

.testimonial-block_two-title span{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: var(--font-14);
	text-transform: capitalize;
	color: var(--color-twentysix);
}

/*** 

====================================================================
	Gallery Two
====================================================================

***/

.gallery-two{
	position: relative;
	padding: 110px 0px 100px;
}

/*** 

====================================================================
	Cause Six
====================================================================

***/

.cause-six{
	position: relative;
	padding: 110px 0px 90px;
}

.cause-six .cause-block_two-heading{
	font-weight: 700;
	font-size: var(--font-26);
	font-family: var(--font-family-Poppins);
}

.cause-six .cause-block_two:nth-child(1) .cause-block_two-location,
.cause-six .cause-block_two:nth-child(1) .cause-block_two-price span{
	background-color: #8139E7;
}

.cause-six .cause-block_two:nth-child(2) .cause-block_two-location,
.cause-six .cause-block_two:nth-child(2) .cause-block_two-price span{
	background-color: #71C100;
}

.cause-six .cause-block_two:nth-child(3) .cause-block_two-location,
.cause-six .cause-block_two:nth-child(3) .cause-block_two-price span{
	background-color: #F1A91C;
}

.cause-six .cause-block_two:nth-child(4) .cause-block_two-location,
.cause-six .cause-block_two:nth-child(4) .cause-block_two-price span{
	background-color: #3d9c86;
}

.cause-six .cause-block_two:nth-child(5) .cause-block_two-location,
.cause-six .cause-block_two:nth-child(5) .cause-block_two-price span{
	background-color: #640435;
}

.cause-six .cause-block_two:nth-child(6) .cause-block_two-location,
.cause-six .cause-block_two:nth-child(6) .cause-block_two-price span{
	background-color: #D816C4;
}

.cause-six .cause-block_two .cause-block_two-inner:hover::before{
	background-color: var(--color-twentysix);
}

.cause-six .cause-block_two .cause-block_two-inner:hover .cause-block_two-text,
.cause-six .cause-block_two .cause-block_two-inner:hover .cause-block_two-heading a{
	color: var(--white-color);
}

.cause-six .cause-block_two .cause-block_two-inner:hover .cause-block_two-price{
	color: var(--white-color);
	background-color: var(--color-twentyseven);
}

.cause-six .cause-block_two .cause-block_two-inner:hover .btn-style-three .btn-wrap .text-one{
	color: var(--color-two);
}

.cause-six .cause-block_two .cause-block_two-inner .theme-btn{
	letter-spacing: 0px;
	font-size: var(--font-13);
    padding: 13px 15px 13px 25px;
}

.cause-six .cause-block_two .cause-block_two-inner:hover .theme-btn{
	background-color: var(--white-color);
    font-family: var(--font-family-Poppins);
}

.cause-six .cause-block_four .cause-block_four-info{
	background-color: #F4F4F4;
}

/* Cause Block Five */

.cause-block_five{
	position: relative;
	margin-bottom: var(--margin-bottom-40);
}

.cause-block_five-inner{
	position: relative;
	padding: 20px 20px;
	min-height: 365px;
	border-radius: 10px;
	background-color: var(--white-color);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
}

.cause-block_five-content{
	position: relative;
	padding-left: 250px;
}

.cause-block_five-image{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	border-radius: 5px;
	display: inline-block;
}

.cause-block_five-heading{
	font-weight: 700;
	line-height: 34px;
	font-family: var(--font-family-Poppins);
}

.cause-block_five-heading a{
	position: relative;
	color: var(--color-two);
}

.cause-block_five-heading a:hover{
	color: var(--color-twentysix);
}

.cause-block_five-donations{
	position: relative;
	padding: 16px 20px;
	border-radius: 50px;
	margin-top: var(--margin-top-15);
	border: 2px solid rgba(var(--color-twentysix-rgb), 0.15);
}

.cause-block_five-donations span{
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-20);
	font-family: var(--font-family-Poppins);
}

.cause-block_five-donations span i{
	position: relative;
	font-weight: 400;
	font-size: var(--font-14);
	color: var(--color-five);
}

.cause-block_five-text{
	position: relative;
	line-height: 26px;
	font-size: var(--font-16);
	color: var(--color-five);
	margin-top: var(--margin-top-20);
	font-family: var(--font-family-Poppins);
}

.cause-block_five-lower{
	position: relative;
	margin-top: var(--margin-top-25);
}

.cause-block_five-authors{
	position: relative;
	top: -2px;
	margin-left: var(--margin-left-20);
}

.cause-block_five-authors li{
	position: relative;
	width: 41px;
	height: 41px;
	overflow: hidden;
	display: inline-block;
	border-radius: 50px;
	margin-left: -20px;
	border: 2px solid var(--white-color);
}

.cause-block_five-lower .theme-btn{
	letter-spacing: 0px;
	font-size: var(--font-12);
	padding: 12px 15px 12px 25px;
}

/*** 

====================================================================
	Causes Single
====================================================================

***/

.causes-single{
	position: relative;
	padding: 110px 0px 70px;
}

.causes-single_title{
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-50);
	margin-bottom: var(--margin-bottom-30);
	font-family: var(--font-family-Poppins);
}

.causes-detail_image{
	position: relative;
}

.causes-detail_image img{
	position: relative;
	width: 100%;
	display: block;
}

.causes-single .upper-box{
	position: relative;
	padding-top: var(--padding-top-30);
	margin-bottom: var(--margin-bottom-35);
	padding-bottom: var(--padding-bottom-40);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.causes-single_author{
	position: relative;
}

.causes-single_author-inner{
	position: relative;
	min-height: 142px;
	padding-left: 170px;
	padding-top: var(--padding-top-5);
}

.causes-single_author-image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 142px;
	height: 142px;
	overflow: hidden;
	border-radius: 50%;
}

.causes-single_author-name{
	position: relative;
	font-weight: 600;
	color: var(--color-two);
	text-transform: uppercase;
	font-family: var(--font-family-Poppins);
}

.causes-single_author-name span{
	position: relative;
	display: block;
	font-weight: 500;
	font-size: var(--font-16);
	text-transform: capitalize;
	color: var(--color-twentysix);
}

.causes-single_author-text{
	position: relative;
	font-weight: 400;
	line-height: 30px;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-top: var(--margin-top-15);
	font-family: var(--font-family-Poppins);
}

.causes-single_percents{
	position: relative;
	font-weight: 700;
	text-align: center;
	font-size: var(--font-50);
	color: var(--color-twentysix);
	font-family: var(--font-family-Poppins);
}

.causes-detail_donations{
	position: relative;
	padding: 16px 20px;
	border-radius: 50px;
	margin-top: var(--margin-top-15);
	border: 1px solid rgba(var(--color-twentysix-rgb), 0.15);
}

.causes-detail_donations span{
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-18);
	font-family: var(--font-family-Poppins);
}

.causes-detail_donations span i{
	position: relative;
	font-weight: 400;
	font-size: var(--font-14);
	color: var(--color-five);
}

.causes-single h3{
	font-weight: 700;
	color: var(--color-two);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Poppins);
}

.causes-single .content-column p{
	line-height: 30px;
	color: var(--color-five);
	font-size: var(--font-18);
	font-family: var(--font-family-Poppins);
}

.causes-single .content-column .video-box{
	margin-top: var(--margin-top-30);
	margin-bottom: var(--margin-bottom-30);
}

.causes-single .donation-column{
	position: relative;
}

.causes-single .donation-column .inner-column{
	position: relative;
	border-radius: 10px;
	padding: 30px 35px 40px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.causes-single h4{
	font-weight: 700;
	color: var(--color-two);
	margin-bottom: var(--margin-bottom-25);
	font-family: var(--font-family-Poppins);
	padding-bottom: var(--padding-bottom-15);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
}

/* Select Ammount */

.causes-single .select-amount{
	position:relative;
	margin-bottom:var(--margin-bottom-10);
}

.causes-single .select-box{
	position:relative;
	width: 80px;
	text-align:center;
	margin:0px 5px 10px 0px;
}

.causes-single .select-box:last-child{
	margin-right: var(--margin-zero);
}

.causes-single .input-box{
	position:relative;
	width:80px;
}

.causes-single .select-box input[type="radio"]{
	left:0px;
	top:0px;
	visibility:hidden;
	position:absolute;
	opacity:0;	
}

.causes-single .select-box label{
	position: relative;
	display:block;
	line-height:24px;
	text-align:center;
	font-weight:600;
	cursor:pointer;
	overflow: hidden;
	border-radius:50px;
	padding:13px 10px;
	color:var(--color-two);
	font-size:var(--font-16);
	transition:all 500ms ease;
	margin-bottom: var(--margin-zero);
	font-family: var(--font-family-Poppins);
	background-color: var(--color-thirteen);
}

.causes-single .select-box label span{
	position: relative;
	display: block;
	font-weight: 400;
	font-size:var(--font-17);
	text-transform: uppercase;
	margin-top: var(--margin-top-10);
}

.causes-single .select-box input[type="radio"]:checked+label{
	background:var(--color-twentysix);
	color:var(--white-color);
}

.causes-single_list{
	position: relative;
	margin-bottom: var(--margin-bottom-10);
}

/* CheckBox */

.causes-single .causes-single_list .form-group{
	position:relative;
	display: inline-block;
	margin-right:var(--margin-right-30);
}

.causes-single .form-group:last-child{
	margin-right: var(--margin-zero);
}

.causes-single .form-group .check-box{
	position:relative;
}

.causes-single .form-group .check-box label{
	color:#2b2b2b;
}

.causes-single .form-group .check-box label{
	position: relative;
	line-height: 22px;
	padding-left: 25px;
	padding: 2px 0px 0px 35px;
	font-size: var(--font-16);
	font-weight: 500;
	color: var(--color-five);
	cursor: pointer;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-Poppins);
}

.causes-single .form-group .check-box input[type="radio"]:checked + label{
	border-color: #25a9e0;
}

.causes-single .form-group .form-group .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.causes-single .form-group .check-box label:before{
	position: absolute;
	left: 0;
	top: 3px;
	height:20px;
	width: 20px;
	content: "";
	border-radius: 50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:2px solid rgba(var(--black-color-rgb), 0.08);
}

.causes-single .form-group .check-box label:after {
	position: absolute;
	left: 4px;
	top: 3px;
	content: "\f00c";
	height: 20px;
	line-height: 20px;
	max-width: 0;
	font-size: 12px;
	color: var(--white-color);
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	line-height:20px;
	display:block;
	font-family: 'Font Awesome 6 Free';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.causes-single .form-group .check-box input[type="radio"] {
	display: none;
}

.causes-single .form-group .check-box input[type="radio"]:checked + label:before{
	background-color:var(--color-twentysix);
	border-color:var(--color-twentysix);
}

.causes-single .form-group .check-box input[type="radio"]:checked + label:after {
	max-width: 20px;
	opacity: 1;
}

/*** 

====================================================================
	Default Form
====================================================================

***/

.default-form{
	position: relative;
}

.default-form .form-group{
	position: relative;
	z-index: 2;
	margin-bottom:var(--margin-bottom-25);
}

.default-form .form-group label,
.charitable-form-field label{
	position: relative;
	display: block;
	font-weight: 600;
	color: var(--color-two);
	font-size: var(--font-18);
	margin-bottom:var(--margin-bottom-10);
	font-family: var(--font-family-Poppins);
}

.default-form .form-group:last-child{
	margin-bottom:var(--margin-zero);
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select,
.charitable-form-field input{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 30px;
	height:55px;
	border-radius:50px;
	font-weight: 400;
	color:var(--color-two);
	font-size:var(--font-16);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--color-nineteen);
	font-family: var(--font-family-Poppins);
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder{
	color:var(--color-five);
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus{
	background-color: var(--white-color);
	box-shadow: 0px 10px 15px rgba(0,0,0,.07);
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	color:var(--color-two);
	font-size:var(--font-16);
	height:180px;
	resize:none;
	font-weight: 400;
	border-radius:25px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--color-nineteen);
	font-family: var(--font-family-Poppins);
}

.default-form .form-group .submit-btn{
	position: relative;
	width: 100%;
	cursor: pointer;
    font-weight: 600;
	text-align: center;
    padding: 19px 50px;
    border-radius: 50px;
    display: inline-block;
	font-size: var(--font-18);
    color: var(--white-color);
    text-transform: capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
    background-color: var(--color-twentysix);
	font-family: var(--font-family-Poppins);
}

.default-form .form-group .submit-btn:hover{
	color: var(--white-color);
	background-color: var(--color-two);
}

/*** 

====================================================================
	Team One
====================================================================

***/

.team-one{
	position: relative;
	padding: 110px 0px 90px;
}

.team-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.team-block_one-inner{
	position: relative;
	padding: 8px 8px;
	overflow: hidden;
	text-align: center;
	border-radius: 45px 45px 45px 0px;
	background-color: var(--color-seventeen);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block_one-inner:hover{
	background-color: var(--color-twentysix);
}

.team-block_one-image{
	position: relative;
	overflow: hidden;
	border-radius: 45px 45px 45px 0px;
}

.team-block_one-image img{
	position: relative;
	width: 100%;
	display: block;
}

.team-block_one-content{
	position: relative;
	padding: 25px 15px;
}

.team-block_one-title{
	font-weight: 700;
	font-family: var(--font-family-Poppins);
}

.team-block_one-title a{
	position: relative;
	color: var(--color-two);
}

.team-block_one-inner:hover .team-block_one-title a{
	color: var(--white-color);
}

.team-block_one-designation{
	position: relative;
	font-weight: 500;
	color: var(--color-five);
	font-size: var(--font-20);
	margin-top: var(--margin-top-10);
	font-family: var(--font-family-Poppins);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block_one-inner:hover .team-block_one-designation{
	color: var(--white-color);
}

.team-block_one-inner:hover .team-block_one-social{
	bottom: 25px;
}

.team-block_one-social{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -120px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block_one-social a{
	position: relative;
	width: 54px;
	height: 54px;
	margin: 0px 5px;
	line-height: 54px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-20);
	color: var(--white-color);
	background-color: var(--color-twentysix);
}

/*** 

====================================================================
	News Three
====================================================================

***/

.news-three{
	position: relative;
	padding: 110px 0px 80px;
}

.news-block_four{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.news-block_four-inner{
	position: relative;
}

.news-block_four-image-inner{
	position: relative;
}

.news-block_four-image{
	position: relative;
	overflow: hidden;
	border-radius: 30px 30px 0px 0px;
	background-color: var(--color-twentysix);
}

.news-block_four-image img{
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block_four-inner:hover .news-block_four-image img{
	opacity: 0.60;
	transform: scale(1.05,1.05) rotate(1deg);
}

.news-block_four-content{
	position: relative;
}

.news-block_four-upper{
	position: relative;
	padding: 20px 0px 15px;
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.news-block_four-date{
	position: relative;
	font-weight: 500;
	font-size: var(--font-18);
	color: var(--color-two);
	font-family: var(--font-family-Poppins);
}

.news-block_four-upper .theme-btn{
	letter-spacing: 0px;
	font-size: var(--font-15);
	padding: 14px 15px 14px 28px;
}

.news-block_four-heading{
	font-weight: 700;
	margin-top: var(--margin-top-25);
	font-family: var(--font-family-Poppins);
}

.news-block_four-heading a{
	position: relative;
	color: var(--color-two);
}

.news-block_four-heading a:hover{
	color: var(--color-twentysix);
}

.news-four{
	position: relative;
	padding: 110px 0px 110px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.news-four .styled-pagination{
	margin-top: var(--margin-top-30);
}

.styled-pagination.style-two{
	margin-top: var(--margin-top-60);
}

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	margin:0px 3px 10px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:48px;
	height:50px;
	width:50px;
	min-width:50px;
	font-weight:500;
	border-radius:50px; 
	text-align:center;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-size:var(--font-16);
	color:var(--color-two);
	background-color: var(--white-color);
	font-family: var(--font-family-Poppins);
	border: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.styled-pagination li.prev a,
.styled-pagination li.next a{
	
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:var(--white-color);
	border-color:var(--color-twentysix);
	background-color:var(--color-twentysix);
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:110px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:var(--margin-bottom-40);
}

.sidebar-page-container .sidebar-inner{
	position:relative;
}

.sticky-top{
	top:90px;
	z-index:1;
}

.news-block_five{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.news-block_five-inner{
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px;
}

.news-block_five-image{
	position: relative;
	overflow: hidden;
	text-align:center;
	background-color: var(--color-twentysix);
}

.news-block_five-image img{
	position: relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block_five-inner:hover .news-block_five-image img{
	opacity: 0.60;
	transform: scale(1.04,1.04);
}

.news-block_five-meta-outer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	text-align: center;
}

.news-block_five-meta{
	position: relative;
	padding: 18px 26px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--color-twentysix);
}

.news-block_five-meta li{
	position: relative;
	margin: 0px 20px;
	font-weight: 500;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-14);
	text-transform: capitalize;
	padding-left: var(--padding-left-25);
}

.news-block_five-meta li::before{
	position: absolute;
	content: '';
	right: -20px;
	top: 0px;
	width: 1px;
	height: 20px;
	opacity: 0.50;
	background-color: var(--white-color);
}

.news-block_five-meta li .icon{
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 1em;
}

.news-block_five-meta li:last-child::before{
	display: none;
}

.news-block_five-content{
	position: relative;
	padding: 30px 30px 0px;
	border-radius: 0px 0px 20px 20px;
	border:1px solid rgba(var(--black-color-rgb), 0.10);
}

.news-block_five-title{
	position: relative;
	font-weight: 700;
	font-family: var(--font-family-Poppins);
}

.news-block_five-title a{
	position: relative;
	color: var(--color-two);
}

.news-block_five-title a:hover{
	color: var(--color-twentysix);
}

.news-block_five-text{
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-18);
	margin-top: var(--margin-top-15);
}

.news-block_five-button{
	position: relative;
	padding: 17px 0px;
	text-align: center;
	margin-top: var(--margin-top-25);
	border-top:1px solid rgba(var(--black-color-rgb), 0.10);
}

.news-block_five-more{
	position: relative;
	font-weight: 700;
	display: inline-block;
	font-size: var(--font-18);
	color: var(--color-twentysix);
	padding-right: var(--padding-right-25);
	font-family: var(--font-family-Poppins);
}

.news-block_five-more::before{
	position: absolute;
	content: '\f061';
	right: 0px;
	font-family: 'Font Awesome 6 Free';
}

.news-block_five-more:hover{
	color: var(--color-two);
}

/* Sidebar Title */

.sidebar-widget{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.sidebar-widget .widget-content {
	position:relative;
}

/* Sidebar Title */

.sidebar-title{
	position:relative;
	padding-left:var(--padding-left-15);
	margin-bottom:var(--margin-bottom-30);
}

.sidebar-title h5{
	font-weight:600;
	color: var(--color-two);
	font-size:var(--font-22);
	padding-left: var(--padding-left-55);
	font-family: var(--font-family-Poppins);
}

.sidebar-title h5::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 12px;
	width: 42px;
	height: 3px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--color-twentysix);
}

/* Search Widget */

.tx-common-search .form-group,
.widget .form-group,
.wp-block-search__inside-wrapper {
	position:relative;
	margin:var(--margin-zero);
	overflow: hidden;
	border-radius:50px;
}

.wp-block-search{
	position:relative;
}

.tx-common-search .form-group input[type="text"],
.tx-common-search .form-group input[type="search"],
.widget .form-group input[type="text"],
.widget .form-group input[type="search"],
.wp-block-search__inside-wrapper input {
	position:relative;
	line-height:28px;
	font-size:var(--font-16);
	padding:10px 50px 10px 25px;
	background:none;
	display:block;
	width:100%;
	height:60px;
	color:var(--color-two);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: var(--white-color);
	font-family: var(--font-family-Poppins);
	border:none;
}

.wp-block-search__inside-wrapper input{
	border-radius:50px;
	padding-right:81px;
}

.tx-common-search .form-group input::placeholder,
.tx-common-search .form-group textarea::placeholder,
.wp-block-search__inside-wrapper input::placeholder{
	color:var(--color-five);
}

.tx-common-search .form-group button,
.widget .form-group button,
.wp-block-search__inside-wrapper button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	min-width:60px;
	display:block;
	cursor:pointer;
	line-height:56px;
	font-weight:normal;
	border-radius:0px;
	font-size:var(--font-16);
	color:var(--white-color);
	background:var(--color-twentysix);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.wp-block-search__inside-wrapper button{
	border-radius:0px 50px 50px 0;
	border:none;
	padding-top:0px;
	padding-bottom:0px;
}

.tx-common-search .form-group button:hover,
.widget .form-group button:hover,
.wp-block-search__inside-wrapper button:hover{
	background-color:var(--color-two);
	color:var(--white-color);
}

.blog-cat_list{
	position: relative;
}

.blog-cat_list li{
	position: relative;
	padding: 20px 0px;
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.10);
}

.blog-cat_list li a{
	position: relative;
	font-weight: 500;
	display: block;
	color: var(--color-two);
	font-size: var(--font-18);
	padding-left: var(--padding-left-30);
	font-family: var(--font-family-Roboto);
}

.blog-cat_list li a::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid rgba(var(--black-color-rgb), 0.15);
}

.blog-cat_list li a:hover::before{
	border-color: var(--color-twentysix);
	background-color: var(--color-twentysix);
}

.blog-cat_list li span{
	position: absolute;
	right: 0px;
	top: -5px;
	width: 33px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: var(--font-14);
	color: var(--color-twentysix);
	border-radius: 0px 50px 50px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: rgba(var(--color-twentysix-rgb), 0.20);
}

.blog-cat_list li a:hover span{
	color: var(--white-color);
	background-color: rgba(var(--color-twentysix-rgb), 1);
}

.blog-cat_list li:last-child{
	border-bottom: none;
	padding-bottom: var(--padding-zero);
}



.post-widget .post{
	position: relative;
	padding:9px 10px 4px 115px;
	background-color: var(--white-color);
	margin-bottom: var(--margin-bottom-15);
}

.post-widget .post .thumb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 110px;
	border-radius: 5px;
}

.post-thumb_meta{
	position: relative;
}

.post-thumb_meta li{
	position: relative;
	font-weight: 500;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-14);
	text-transform: capitalize;
	padding-left: var(--padding-left-25);
	margin-right:var(--margin-right-10);
}

.post-thumb_meta li .icon{
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 1em;
	color: var(--color-twentysix);
}

.post-thumb_meta li:last-child{
	margin-right: var(--margin-zero);
}

.post-widget .post h6{
	font-weight: 600;
	line-height: 26px;
	font-size: var(--font-16);
	margin-top: var(--margin-top-5);
	font-family: var(--font-family-Poppins);
}

.post-widget .post h6 a{
	color: var(--color-two);
}

.post-widget .post h6 a:hover{
	color: var(--color-twentysix);
}

.post-widget .post:last-child{
	margin-bottom: var(--margin-zero);
}

.tags-widget .widget-content{
	padding-bottom: var(--padding-bottom-15);
}

/* Tag List */

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	display:inline-block;
	margin-right: var(--margin-right-5);
	margin-bottom: var(--margin-bottom-10);
} 

.tag-list li a{
	position: relative;
	display: block;
	line-height: 20px;
	font-weight: 400;
	padding: 10px 22px;
	border-radius:50px;
	font-size: var(--font-14);
	text-transform:capitalize;
	color: var(--color-two);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	background-color:var(--white-color);
	font-family: var(--font-family-Roboto);
}

.tag-list li a:hover{
	color: var(--white-color);
	background-color: var(--color-twentysix);
}

/*** 

====================================================================
	Event Two
====================================================================

***/

.event-two{
	position: relative;
	padding: 110px 0px 60px;
}

.event-block_two{
	position: relative;
	margin-bottom: var(--margin-bottom-40);
}

.event-block_two-inner{
	position: relative;
	overflow: hidden;
	border-radius: 100px 0px 100px 0px;
	background-color: var(--color-thirteen);
}

.event-block_two-image{
	position: relative;
	overflow: hidden;
	border-radius: 100px 0px 100px 0px;
}

.event-block_two-image{
	position: relative;
}

.event-block_two-date{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 85px;
	height: 85px;
	font-weight: 700;
	text-align: center;
	font-size: var(--font-34);
	color: var(--white-color);
	padding-top: var(--padding-top-15);
	border-radius: 50px 0px 50px 50px;
	font-family: var(--font-family-Poppins);
	background-color:var(--color-twentyseven);
}

.event-block_two-date span{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: var(--font-16);
	margin-top: var(--margin-top-10);
}

.event-block_two-content{
	position: relative;
	padding: 0px 30px;
}

.event-block_two-meta{
	position: relative;
	padding: 22px 0px 16px;
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.event-block_two-meta li{
	position: relative;
	font-weight: 400;
	display: inline-block;
	font-size: var(--font-14);
	color: var(--color-twentysix);
	padding-left: var(--padding-left-25);
	margin-right: var(--margin-right-15);
	font-family: var(--font-family-Poppins);
}

.event-block_two-meta li .icon{
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: var(--font-16);
	color: var(--color-twentysix);
}

.event-block_two-meta li:last-child{
	color: var(--color-two);
}

.event-block_two-meta li:last-child .icon{
	opacity: 0.50;
	color: var(--color-two);
}

.event-block_two-heading{
	font-weight: 700;
	margin-top: var(--margin-top-25);
	font-family: var(--font-family-Poppins);
}

.event-block_two-heading a{
	position: relative;
	color: var(--color-two);
}

.event-block_two-heading a:hover{
	color: var(--color-twentysix);
}

.event-block_two-text{
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-18);
	margin-top: var(--margin-top-15);
}

.event-block_two-lower{
	position: relative;
	padding: 20px 0px 30px;
	margin-top: var(--margin-top-25);
	border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.event-block_two-author{
	position: relative;
	color: var(--color-five);
	font-size: var(--font-16);
	font-family: var(--font-family-Roboto);
}

.event-block_two-author span{
	position: relative;
	color: var(--color-twentysix);
}

.event-block_two .theme-btn{
	letter-spacing: 0px;
	padding: 15px 20px 15px 30px;
	font-family: var(--font-family-Poppins);
}

/*** 

====================================================================
	Event Detail
====================================================================

***/

.event-detail{
	position: relative;
	padding: 110px 0px 80px;
}

.event-detail_content-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.event-detail_content-inner{
	position: relative;
}

.event-detail_image{
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.event-detail_image img{
	position: relative;
	width: 100%;
	display: block;
}

.event-detail p{
	line-height: 30px;
	color: var(--color-five);
	font-size: var(--font-18);
}

.event-detail_content-column h2{
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-42);
	margin-top: var(--margin-top-25);
	margin-bottom: var(--margin-bottom-10);
	font-family: var(--font-family-Poppins);
}

.event-detail .two-column{
	position: relative;
	margin-bottom: var(--margin-bottom-15);
}

.event-detail_list{
	position: relative;
	margin-top: var(--margin-top-15);
}

.event-detail_list li{
	position: relative;
	color: var(--color-five);
	font-size: var(--font-18);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-15);
}

.event-detail_list li::before{
	position: absolute;
	content: '\f101';
	left: 0px;
	font-weight: 800;
	color: var(--color-twentysix);
	font-family: 'Font Awesome 6 Free';
}

.event-detail_content-column h3{
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-30);
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Poppins);
}

.event-detail_info-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.event-detail_info-inner{
	position: relative;
}

.event-detail_info-column h3{
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-30);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Poppins);
}

.event-detail_info{
	position: relative;
	margin-top: var(--margin-top-25);
}

.event-detail_info li{
	position: relative;
	font-size: var(--font-18);
	color: var(--color-twentyeight);
	padding-left: var(--padding-left-30);
	font-family: var(--font-family-Roboto);
	margin-bottom: var(--margin-bottom-15);
}

.event-detail_info li .icon{
	position: absolute;
	left: 0px;
	top: 0px;
	color: var(--color-twentysix);
}

.event-detail_register{
	position: relative;
	padding: 35px 30px;
	border-radius: 15px;
	margin-top: var(--margin-top-40);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.event-detail_register .form-group{
	margin-bottom: var(--margin-bottom-15);
}

.event-detail_register h3{
	margin-bottom: var(--margin-bottom-25);
}

/*** 

====================================================================
	Donate Two
====================================================================

***/

.donate-two{
	position: relative;
	overflow: hidden;
	padding: 110px 0px 90px;
}

.donate-block_two{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.donate-block_two-inner{
	position: relative;
}

.donate-block_two-image{
	position: relative;
}

.donate-block_two-image img{
	position: relative;
	width: 100%;
	display: block;
}

.donate-block_two-overlay{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.donate-block_two-overlay::before{
	position: absolute;
	content: '';
    left: 0px;
    top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.50;
	background-color: var(--color-two);
}

.donate-block_two-inner:hover .donate-block_two-overlay{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.donate-block_two-overlay .theme-btn{
	padding: 16px 28px;
}

.donate-block_two-content{
	position: relative;
	padding-top: var(--padding-top-25);
}

.donate-block_two-title{
	position: relative;
	font-weight: 700;
	font-family: var(--font-family-Poppins);
}

.donate-block_two-title a{
	position: relative;
	color: var(--color-two);
}

.donate-block_two-text{
	position: relative;
	line-height: 26px;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-top: var(--margin-top-10);
}

.donate-block_two_progress{
	position: relative;
	overflow: hidden;
	background-color: #ecf5f3;
	margin-top: var(--margin-top-20);
	border-radius: 0px 50px 0px 50px;
	margin-bottom: var(--margin-bottom-20);
}

.donate-block_two .bar{
	position:relative;
	height:25px;
	width:0px;
	z-index: 1;
	background-color:#3d9c86;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.donate-block_two .count-box{
	position:absolute;
	right:12px;
	top:3px;
	color:#3d9c86;
	font-size:15px;
	font-weight: 600;
	font-family: var(--font-family-Poppins);
}

.donate-block_two-price{
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-20);
	font-family: var(--font-family-Poppins);
}

.donate-block_two-price i{
	position: relative;
	font-weight: 400;
	font-size: var(--font-18);
}

.donate-block_two-inner:hover .bar{
	background-color: var(--color-twentysix);
}

.donate-block_two-inner:hover .count-box{
	color: var(--color-twentysix);
}

.donate-block_two-inner:hover .donate-block_two_progress{
	background-color: #fbe9e9;
}

/*** 

====================================================================
	Donate Three
====================================================================

***/

.donate-three{
	position: relative;
	padding: 130px 0px 130px;
}

.donate-three .inner-container{
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	padding: 45px 45px;
	border-radius: 10px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.donate-three h4,
.charitable-donation-form .charitable-fieldset .charitable-form-header{
	font-weight: 700;
	color: var(--color-two);
	margin-bottom: var(--margin-bottom-25);
	font-family: var(--font-family-Poppins);
	padding-bottom: var(--padding-bottom-15);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
}

/* Select Ammount */

.donate-three .select-amount{
	position:relative;
	margin-bottom:var(--margin-bottom-10);
}

.donate-three .select-box{
	position:relative;
	width: 80px;
	text-align:center;
	margin:0px 10px 10px 0px;
}

.donate-three .select-box:last-child{
	margin-right: var(--margin-zero);
}

.donate-three .input-box{
	position:relative;
	width:80px;
}

.donate-three .select-box input[type="radio"]{
	left:0px;
	top:0px;
	visibility:hidden;
	position:absolute;
	opacity:0;	
}

.donate-three .select-box label{
	position: relative;
	display:block;
	line-height:24px;
	text-align:center;
	font-weight:600;
	cursor:pointer;
	overflow: hidden;
	border-radius:50px;
	padding:13px 10px;
	color:var(--color-two);
	font-size:var(--font-16);
	transition:all 500ms ease;
	margin-bottom: var(--margin-zero);
	font-family: var(--font-family-Poppins);
	background-color: var(--color-thirteen);
}

.donate-three .select-box label span{
	position: relative;
	display: block;
	font-weight: 400;
	font-size:var(--font-17);
	text-transform: uppercase;
	margin-top: var(--margin-top-10);
}

.donate-three .select-box input[type="radio"]:checked+label{
	background:var(--color-twentysix);
	color:var(--white-color);
}

.donate-three_list{
	position: relative;
	margin-bottom: var(--margin-bottom-10);
}

/* CheckBox */

.donate-three_list .form-group{
	position:relative;
	display: inline-block;
	margin-right:var(--margin-right-30);
}

.donate-three_list .form-group:last-child{
	margin-right: var(--margin-zero);
}

.donate-three_list .form-group .check-box{
	position:relative;
}

.donate-three_list .form-group .check-box label{
	color:#2b2b2b;
}

.donate-three_list .form-group .check-box label{
	position: relative;
	line-height: 22px;
	padding-left: 25px;
	padding: 2px 0px 0px 35px;
	font-size: var(--font-16);
	font-weight: 500;
	color: var(--color-five);
	cursor: pointer;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--font-family-Poppins);
}

.donate-three_list .form-group .check-box input[type="radio"]:checked + label{
	border-color: #25a9e0;
}

.donate-three_list .form-group .form-group .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.donate-three_list .form-group .check-box label:before{
	position: absolute;
	left: 0;
	top: 3px;
	height:20px;
	width: 20px;
	content: "";
	border-radius: 50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:2px solid rgba(var(--black-color-rgb), 0.08);
}

.donate-three_list .form-group .check-box label:after {
	position: absolute;
	left: 4px;
	top: 3px;
	content: "\f00c";
	height: 20px;
	line-height: 20px;
	max-width: 0;
	font-size: 12px;
	color: var(--white-color);
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	line-height:20px;
	display:block;
	font-family: 'Font Awesome 6 Free';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.donate-three_list .form-group .check-box input[type="radio"] {
	display: none;
}

.donate-three_list .form-group .check-box input[type="radio"]:checked + label:before{
	background-color:var(--color-twentysix);
	border-color:var(--color-twentysix);
}

.donate-three_list .form-group .check-box input[type="radio"]:checked + label:after {
	max-width: 20px;
	opacity: 1;
}

/*** 

====================================================================
	Shop One
====================================================================

***/

.shop-one{
	position: relative;
	padding: 110px 0px 110px;
}

.shop-one .styled-pagination{
	margin-top: var(--margin-top-10);
}

.filter-box{
	position: relative;
	border-radius: 50px;
	padding: 12px 15px 12px 35px;
	margin-bottom: var(--margin-bottom-50);
	border:1px solid rgba(var(--black-color-rgb), 0.10);
}

.filter-box .results{
	position: relative;
	font-weight: 500;
	color: var(--color-two);
	font-size: var(--font-16);
	font-family: var(--font-family-Poppins);
}

.filter-box .form-group{
	margin-bottom: var(--margin-zero);
}

.filter-box .form-group .ui-button .ui-icon{
	top:5px;
}

.filter-box .form-group .ui-selectmenu-button.ui-button{
	background: none;
	line-height:34px;
	padding:8px 25px;
	border-radius: 50px;
	color:var(--color-two);
	font-size: var(--font-14);
	font-family: var(--font-family-Poppins);
	background-color:rgba(var(--black-color-rgb), 0.03);
}

.shop-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shop-block_one-inner{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(var(--black-color-rgb), 0.03);
}

.shop-block_one-inner:hover{
	border:2px solid transparent;
}

.shop-block_one-image{
	position: relative;
}

.shop-block_one-image img{
	position: relative;
	width: 100%;
	display: block;
}

.shop-block_one-overlay{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.shop-block_one-overlay_inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-block_one-overlay::before{
	position: absolute;
	content: '';
    left: 0px;
    top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.80;
	background-color: var(--color-twentyeight);
}

.shop-block_one-inner:hover .shop-block_one-overlay{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.shop-block_one-overlay .theme-btn{
	padding: 12px 20px;
	letter-spacing: 0px;
	margin-top: -80px;
	font-size: var(--font-14);
}

.shop-block_one .eye{
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-18);
	color: var(--white-color);
	border: 1px solid var(--white-color);
}

.shop-block_one .eye:hover{
	color: var(--color-two);
	background-color: var(--white-color);
}

.shop-block_one-content{
	position: absolute;
	left: 25px;
	bottom: 25px;
	text-align: left;
}

.shop-block_one-heading{
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--font-family-Poppins);
}

.shop-block_one-heading a{
	position: relative;
	color: var(--white-color);
}

.shop-block_one-price{
	position: relative;
	color: var(--white-color);
	font-size: var(--font-18);
	margin-top: var(--margin-top-5);
}

/*** 

====================================================================
	Shop Detail
====================================================================

***/

.shop-detail{
	position: relative;
	padding: 110px 0px 90px;
}

.shop-detail_gallery-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shop-detail_gallery-column .image{
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
	margin-bottom: var(--margin-bottom-30);
	background-color:  rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_gallery-column .image img{
	position: relative;
	width: 100%;
	display: block;
}

.shop-detail_gallery-column .thumb{
	position: relative;
	border-radius: 8px;
	cursor: pointer;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_gallery-column .thumb:hover{
	border-color:rgba(var(--black-color-rgb), 0.01);
	background-color:  rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_content-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.shop-detail_content-column .inner-column{
	position: relative;
	padding-left: var(--padding-left-20);
}

.shop-detail_title{
	font-weight: 700;
	line-height: 1em;
	color: var(--color-two);
	font-size: var(--font-40);
	font-family: var(--font-family-Poppins);
}

.shop-detail_rating{
	position: relative;
	margin-top: var(--margin-top-20);
}

.shop-detail_rating .fa{
	position: relative;
	color: var(--color-eight);
	font-size: var(--font-14);
}

.shop-detail_rating i{
	position: relative;
	color: var(--color-five);
	font-size: var(--font-14);
	margin-left: var(--margin-left-10);
	font-family: var(--font-family-Poppins);
}

.shop-detail_price{
	position: relative;
	font-weight: 600;
	font-size: var(--font-26);
	color: var(--color-twentysix);
	margin-top: var(--margin-top-20);
	font-family: var(--font-family-Poppins);
}

.shop-detail_text{
	position: relative;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-top: var(--margin-top-25);
	font-family: var(--font-family-Roboto);
	margin-bottom: var(--margin-bottom-30);
}

/* Item Quantity */

.item-quantity{
	position: relative;
	width: 100%;
	max-width: 120px;
	padding: 0px 45px;
	border-radius: 50px;
	display: inline-block;
	margin-right: var(--margin-right-30);
	border:1px solid rgba(var(--black-color-rgb), 0.05);
}

.quantity-box .item-quantity .input-group{
	position: relative;
	display: table;
	border-collapse: separate;
	max-width: 144px;
	width: 100%;
	height: 42px;
}

.quantity-box .item-quantity input.qty-spinner {
	line-height: 40px;
	height: 40px;
	width: 20px !important;
	padding: 0px !important;
	box-shadow: none !important;
	border: none;
	text-align: center;
	font-size:var(--font-14);
	font-weight: 500;
	color: #0B0B0B;
	border: none;
	border-radius: 0;
	background:none;
	margin-right: var(--margin-zero);
}

.quantity-box .item-quantity input.qty-spinner:focus{
	background: none;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
	position: absolute;
	height: 44px;
	width: 44px;
	background:none;
	padding: 6px 0px !important;
	line-height: 30px;
	left: -40px;
	top: -42px;
	border:none !important;
	border-radius: 0px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
	position: absolute;
	height: 44px;
	width: 44px;
	background:none;
	padding: 6px 0px !important;
	line-height: 30px;
	right: -27px;
	top: -42px;
	border:none !important;
	border-radius: 0px;
	margin-top: 0px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down:hover,
.quantity-box .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up:hover{
	
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-up:before {
	content: "\f067";
	color: #000000;
	font-weight: 700;
	font-style: normal;
	font-size:var(--font-12);
	font-family: 'Font Awesome 6 Free';
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-down:before {
	content: "\f068";
	color: #000000;
	font-weight: 700;
	font-style: normal;
	font-size:var(--font-12);
	font-family: 'Font Awesome 6 Free';
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical{
	position: absolute;
	width: 100%;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical i{
	top: 6px;
	left: 14px;
	font-size: inherit !important; 
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
	margin-top: 0px;
}

.shop-detail .button-box .theme-btn{
	padding: 12px 20px;
    letter-spacing: 0px;
    font-size: var(--font-14);
}

.shop-detail_list{
	position: relative;
	margin-top: var(--margin-top-25);
}

.shop-detail_list li{
	position: relative;
	font-weight: 500;
	color: var(--color-two);
	font-size: var(--font-16);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Poppins);
}

.shop-detail_list li span{
	position: relative;
	font-weight: 500;
	color: var(--color-five);
	text-transform: uppercase;
}

.shop-detail_socials{
	position: relative;
}

.shop-detail_socials .share{
	position: relative;
	font-weight: 600;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-16);
	font-family: var(--font-family-Poppins);
}

.shop-detail_socials{
	position: relative;
	margin-top: var(--margin-top-30);
}

.shop-detail_socials li{
	position: relative;
	display: inline-block;
	margin-right: var(--margin-right-5);
}

.shop-detail_socials li a{
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-16);
	font-family: 'Font Awesome 5 Brands';
	border:1px solid rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_socials li a:hover{
	color: var(--white-color);
	border-color: var(--color-two);
	background-color: var(--color-two);
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-detail .prod-tabs{
	position:relative;
	margin-top:var(--margin-top-30);
}

.shop-detail .prod-tabs .tab-btns{
	position:relative;
	border-bottom:2px solid rgba(var(--black-color-rgb), 0.06);
}

.shop-detail .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:inline-block;
	margin-right:var(--margin-right-25);
	background:var(--white-color);
	color:var(--black-color);
	text-transform:capitalize;
	font-size:var(--font-20);
	line-height:24px;
	cursor:pointer;
	font-weight:500;
	padding:16px 0px;
	transition:all 500ms ease;
	font-family: var(--font-family-Poppins);
}

.shop-detail .prod-tabs .tab-btns .tab-btn::before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: -2px;
	height: 2px;
	right: 0px;
	opacity: 0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:var(--color-twentysix);
}

.shop-detail .prod-tabs .tab-btns .tab-btn:hover::before,
.shop-detail .prod-tabs .tab-btns .tab-btn.active-btn::before{
	opacity: 1;
}

.shop-detail .prod-tabs .tab-btns .tab-btn:hover,
.shop-detail .prod-tabs .tab-btns .tab-btn.active-btn{
	color:var(--color-twentysix);
}

.shop-detail .prod-tabs .tabs-content{
	position:relative;
	padding:40px 0px 0px;
}

.shop-detail .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.shop-detail .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.prod-tabs .tabs-content p{
	position: relative;
    line-height: 30px;
    font-size: var(--font-18);
    color: var(--color-five);
    margin-bottom:var(--margin-bottom-20);
	font-family: var(--font-family-Roboto);
}

.prod-tabs .tabs-content .tab .title{
	position:relative;
	font-weight:400;
	color:var(--color-two);
	margin-bottom:var(--margin-bottom-25);
}

/*Comment Form*/

.shop-comment-form{
	position:relative;
}

.shop-comment-form h4{
	margin-bottom:var(--margin-bottom-25);
}

.shop-comment-form .group-title{
	margin-bottom:var(--margin-bottom-20);
}

.shop-comment-form .rating-box{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.shop-comment-form .rating-box .text{
	color:var(--main-color-two);
	margin-bottom:var(--margin-bottom-10);
}

.shop-comment-form .rating-box .rating{
	position:relative;
	display:inline-block;
	border-right:1px solid #ebebeb;
	margin-right:var(--margin-right-10);
	padding-right:var(--padding-right-10);
}

.shop-comment-form .rating-box .rating:last-child{
	border-right:0px;
}

.shop-comment-form .rating-box .rating .fa{
	position:relative;
	display:inline-block;
	margin-right:var(--margin-right-5);
}

.shop-comment-form .rating-box .rating a{
	position:relative;
	color: var(--color-eight);
	font-size:var(--font-16);
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form .rating-box .rating a:hover{
	color:var(--main-color);
}

.shop-comment-form .form-group{
	position:relative;
	margin-bottom:var(--margin-bottom-15);
}

.shop-comment-form .form-group label{
	position:relative;
	display:block;
	font-weight:500;
	color:var(--black-color);
	font-size:var(--font-16);
	font-family: var(--font-family-Jost);
	margin-bottom:var(--margin-bottom-15);
}

.shop-comment-form .form-group:last-child{
	margin-bottom:0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 15px;
	border:1px solid #efefef;
	height:50px;
	color:var(--main-color-two);
	font-weight:300;
	background:var(--white-color);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
	border-color:var(--color-twentysix);
}

.shop-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	color:var(--main-color-two);
	border:1px solid #efefef;
	height:105px;
	font-weight:300;
	background:var(--white-color);
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form button{
	position:relative;
	margin-top:var(--margin-top-10);
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
	border-color:var(--main-color);	
}

/*** 

====================================================================
	Comments Area
====================================================================

***/

.shop-detail .comments-area{
	position:relative;
	margin-top:var(--margin-zero);
	margin-bottom:var(--margin-bottom-40);
}

.shop-detail .comments-area .comment-box{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	margin-bottom:var(--margin-bottom-30);
}

.shop-detail .comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}

.shop-detail .comments-area .comment-box:hover{
	border-color:var(--main-color);	
}

.shop-detail .comments-area .comment-box.reply-comment{
	margin-left:var(--marg-left-30);
}

.shop-detail .comments-area .comment{
	position:relative;
	font-size: var(--font-14);
	padding:0px 0px 0px 80px;
}

.shop-detail .comments-area .comment .comment-inner{
	position:relative;
	padding:15px 20px;
	border:1px solid #f4f4f4;
}

.shop-detail .comments-area .comment .comment-inner .rating{
	position:absolute;
	right:15px;
	top:15px;
}

.shop-detail .comments-area .comment .comment-inner .rating .fa{
	display:inline-block;
	font-size: var(--font-14);
	color: var(--color-eight);
}

.shop-detail .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	margin-bottom:var(--margin-bottom-20);
}

.shop-detail .comments-area .comment-box .author-thumb img{
	width:60px;
	display:block;
}

.shop-detail .comments-area .comment-info{
	position:relative;
	line-height:24px;
	font-weight:600;
	color: var(--black-color);
	font-size: var(--font-16);
	margin-bottom:var(--margin-bottom-10);
}

.shop-detail .comments-area .comment-box .text{
	font-weight:400;
	font-size: var(--font-16);
	color: var(--main-color-two);
    margin-top:var(--marg-top-10);
	margin-bottom:var(--margin-bottom-10);
}

.shop-detail .related-products h4{
	text-transform:uppercase;
	margin-bottom:var(--margin-bottom-30);
}

.shop-detail .lower-box h3{
	color:var(--color-twelve);
	font-size:var(--font-28);
	font-family:var(--font-family-Jost);
	margin-bottom:var(--margin-bottom-15);
}

.shop-detail .lower-box h5{
	margin-bottom:var(--margin-bottom-20);
}

/*** 

====================================================================
	Related Products
====================================================================

***/

.related-products{
	position: relative;
	margin-top: var(--margin-top-40);
}

.related-products h4{
	font-weight: 700;
	color: var(--color-two);
	margin-bottom:var(--margin-bottom-20);
	font-family: var(--font-family-Poppins);
}



/*** 

====================================================================
	Cart Section
====================================================================

***/

.shoping-cart-section{
	position:relative;
	padding:110px 0px 80px;
}

.shoping-cart-section .cart-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.shoping-cart-section .cart-column .inner-column{
	position:relative;
}

.shoping-cart-section .cart-table {
    width: 100%;
    min-width: 740px;
}

.cart-total-outer{
	position:relative;
}

.cart-section .cart-table{
	width:100%;
	min-width:900px;	
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	border-radius:0px;
	font-size:var(--font-16);
	text-transform:capitalize;
	color:var(--color-fiftyeight);
}

.cart-table thead tr th{
	line-height:24px;
	padding:0px 15px 20px;
	min-width:120px;
	font-weight:500;
	font-size:var(--font-18);
	color:var(--color-fourtysix);
}

.cart-table thead tr th.prod-column{
	text-align:left;
	padding-left:var(--padding-left-40);
}

.cart-table tbody tr td{
	line-height:24px;
	min-width:100px;
	vertical-align:middle;
	padding:20px 10px 5px;
}

.cart-table .prod-title{
	font-weight:500;
	font-size:var(--font-16);
	color:var(--color-fifty);
}

.cart-table .prod-text{
	font-weight:400;
	font-size:var(--font-16);
	color:rgba(var(--color-fourtyfive-rgb), 0.80);
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:90px;
	padding-left:var(--padding-left-90);
	text-align:left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	width:70px;
	left:0px;
	top:0px;
	padding:10px 10px;
	border:1px solid #f0f0f0;	
}

.cart-table .cross-icon{
	position:absolute;
	right:-8px;
	top:-8px;
	width:16px;
	height:16px;
	font-size:6px;
	font-weight:700;
	cursor:pointer;
	line-height:16px;
	text-align:center;
	border-radius:50px;
	font-family: "Flaticon";
	color:var(--white-color);
	background-color:var(--color-twentysix);
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	display:block;
	max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h3{
	margin-bottom:var(--margin-bottom-10);
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:var(--font-18);
	color:var(--main-color-two);
	width:34px;
	height:34px;
	text-align:center;
	line-height:30px;
	display:inline-block;
	border:2px solid #ececec;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:2px;
	font-size:var(--font-12);
	line-height:14px;
	width:14px;
	height:14px;
	margin-right:var(--margin-right-5);
	background:#f0f0f0;
	color:var(--white-color);
	text-align:center;
	overflow:hidden;
	text-indent:100px;
}

.cart-table tbody tr .remove{
	text-align:center;
}

.cart-table tbody tr .remove-btn:hover{
	color:var(--main-color);
	border-color:var(--main-color);
}

.cart-table tbody tr .remove-btn:hover .fa{
	text-indent:0px;
	background:var(--main-color);
}

.cart-table tbody tr{
	border-bottom:1px solid #f0f0f0;	
}

.cart-table tbody tr td.price{
	font-weight:500;
	font-size:var(--font-15);
	color:var(--color-fourtysix);
}

.cart-table tbody tr td.sub-total{
	font-weight:500;
	font-size:var(--font-15);
	color:var(--color-fourtysix);
}


.shoping-cart-section .total-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.shoping-cart-section .total-column .inner-column{
	position:relative;
	
}

.shoping-cart-section .total-column .title-box{
	position:relative;
	text-align:center;
	margin-bottom:var(--margin-bottom-20);
}

.cart-total-box{
	position:relative;
	padding:30px 30px;
	margin-bottom:var(--margin-bottom-30);
	border:1px solid rgba(var(--black-color-rgb), 0.06);
}

/* Cart Totals */

.cart-totals{
	position:relative;
}

.cart-totals li{
	position:relative;
	padding:15px 0px;
	font-size:var(--font-18);
	color:var(--black-color);
	margin-bottom:var(--margin-bottom-5);
	font-family:var(--font-family-Josefin);
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.06);
}

.cart-totals li span{
	position:absolute;
	right:0px;
}

.shoping-cart-section .check-box{
	position:relative;
	margin-bottom:25px;
	margin-top:20px;
}

.shoping-cart-section .check-box label{
	color:#2b2b2b;
}

.shoping-cart-section .check-box label{
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 22px;
	background: #ffffff;
	padding: 4px 10px 0px;
	padding-left: 30px;
	font-size:var(--font-16);
	color: var(--color-fiftyone);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shoping-cart-section .check-box input[type="checkbox"]:checked + label{
	border-color: var(--main-color);
}

.shoping-cart-section .form-group .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.shoping-cart-section .check-box label:before{
	position: absolute;
	left: 0;
	top: 6px;
	height:20px;
	width: 20px;
	background: #ffffff;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid rgba(var(--black-color-rgb), 0.10);
}

.shoping-cart-section .check-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.shoping-cart-section .check-box input[type="checkbox"] {
	display: none;
}

.shoping-cart-section .check-box input[type="checkbox"]:checked + label:before{
	border: 8px solid var(--main-color);
    background-color: var(--white-color);
}

.shoping-cart-section .check-box input[type="checkbox"]:checked + label:after {
	max-width: 20px;
	opacity: 1;	
}

.cart-total-outer .proceed-btn{
	position:relative;
	padding:16px 15px;
	width:100%;
	border-radius:5px;
	text-align:center;
	font-weight:500;
	font-size:var(--font-15);
	color:var(--white-color);
	background-color:var(--color-twentysix);
	font-family: var(--font-family-Outfit);
}

/* Shipping Outer */

.shipping-outer{
	position:relative;
}

.shipping-outer .title-box{
	position:relative;
	text-align:center;
	margin-bottom:var(--margin-bottom-20);
}

.shipping-outer .cart-shipping-box{
	position:relative;
	padding:20px 30px 20px;
	margin-bottom:var(--margin-bottom-30);
	border:1px solid rgba(var(--black-color-rgb), 0.06);
}

/* Cart Totals */

.shipping-list{
	position:relative;
}

.shipping-list li{
	position:relative;
	padding:15px 0px;
	font-size:var(--font-16);
	color:var(--black-color);
	margin-bottom:var(--margin-bottom-5);
	font-family: var(--font-family-Outfit);
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-outer .buttons-box{
	position:relative;
	margin-top:var(--margin-top-25);
}

/* Checkout Section */

.checkout-section{
	position:relative;
	padding:110px 0px 80px;
}

.checkout-section h4{
	color:var(--color-two);
	margin-bottom:var(--margin-bottom-25);
	font-family: var(--font-family-Poppins);
}

.checkout-section .form-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.checkout-section .form-column .inner-column{
	position:relative;
}

.checkout-section .order-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.checkout-section .order-column .inner-column{
	position:relative;
}

/*** 

====================================================================
	Shipping Form
====================================================================

***/

.shipping-form .form-group{
	margin-bottom:var(--margin-bottom-30);
}

.shipping-form .form-group:last-child{
	margin-bottom:0px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"],
.shipping-form .form-group select,
.shipping-form .form-group .ui-selectmenu-button.ui-button{
	position:relative;
	display:block;
	width:100%;
	line-height:45px;
	padding:10px 25px;
	height:70px;
	border-radius:0px;
	font-size:var(--font-16);
	color: var(--color-fiftythree);
	background:var(--white-color);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-form .form-group .ui-button .ui-icon{
	
}

.shipping-form .form-group textarea::-webkit-input-placeholder,
.shipping-form .form-group input::-webkit-input-placeholder{
	color: var(--color-sixtyone);
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus{
	border-color:var(--color-twentysix);
}

.shipping-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:20px 25px 25px;
	font-size:var(--font-16);
	color: var(--color-fiftythree);
	height:295px;
	background:var(--white-color);
	resize:none;
	font-size:16px;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-form .check-box{
	position:relative;
}

.shipping-form .check-box label{
	color:#2b2b2b;
}

.shipping-form .check-box label{
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 22px;
	background: #ffffff;
	padding: 4px 10px 0px;
	padding-left: 30px;
	font-size:var(--font-16);
	color: var(--color-sixtyone);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shipping-form .check-box input[type="checkbox"]:checked + label{

	border-color: var(--main-color);
}

.shipping-form .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.shipping-form .check-box label:before{
	position: absolute;
	left: 0;
	top: 2px;
	height:20px;
	width: 20px;
	background: #ffffff;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid rgba(var(--black-color-rgb), 0.10);
}

.shipping-form .check-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.shipping-form .check-box input[type="checkbox"] {
	display: none;
}

.shipping-form .check-box input[type="checkbox"]:checked + label:before{
	border: 8px solid var(--color-twentysix);
    background-color: var(--white-color);
}

.shipping-form .check-box input[type="checkbox"]:checked + label:after {
	max-width: 20px;
	opacity: 1;	
}

.shipping-form .theme-btn{
	cursor:pointer;
	padding:20px 44px;
}

.order-box{
	position:relative;
	padding:25px 25px;
	border:1px solid rgba(var(--black-color-rgb), 0.10);
}

.order-totals{
	position:relative;
}

.order-totals li{
	position:relative;
	font-weight:600;
	padding:18px 25px;
	border-radius:3px;
	font-size:var(--font-14);
	text-transform:uppercase;
	color:var(--color-fiftythree);
	margin-bottom:var(--margin-bottom-30);
	font-family: var(--font-family-Outfit);
	border:1px solid rgba(var(--black-color-rgb), 0.07);
}

.order-totals li span{
	position:absolute;
	right:25px;
	font-weight:500;
	color:var(--color-twelve);
	font-family: var(--font-family-Outfit);
}

.order-totals li:last-child{
	color:var(--white-color);
	background-color:var(--color-twentysix);
}

.order-totals li:last-child span{
	color:var(--white-color);
}

/* Voucher Box */

.voucher-box{
	position:relative;
}

.voucher-box .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
	padding-right:var(--padding-right-100);
}

.voucher-box .form-group input[type="text"],
.voucher-box .form-group input[type="email"]{
	position:relative;
	line-height:38px;
	display:block;
	height:54px;
	width:100%;
	font-weight:500;
	border-radius:0px;
	box-shadow:inherit;
	font-size:var(--font-14);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	padding:10px 15px 10px 25px;
	color:var(--color-fiftythree);
	font-family: var(--font-family-Outfit);
	background-color:rgba(var(--white-color-rgb), 1);
	border:1px solid rgba(var(--black-color-rgb), 0.07);
}

.voucher-box .form-group input::placeholder,
.voucher-box .form-group textarea::placeholder{
	color:var(--color-fiftythree);
}

.voucher-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	font-weight:500;
	padding:16px 24px;
	font-size:var(--font-14);
	color:var(--white-color);
	text-transform:capitalize;
	background-color:var(--black-color);
}

.order-box .order-total{
	position:relative;
	font-weight:500;
	font-size:var(--font-20);
	color:var(--black-color);
	margin-top:var(--margin-top-30);
}

.order-box .order-total span{
	position:absolute;
	right:0px;
}

.order-box .button-box{
	position:relative;
	margin-top:var(--margin-top-30);
}

.order-box .pay-btn{
	position:relative;
	width:100%;
	text-align:center;
	padding:17px 15px;
	border-radius:6px;
	font-weight:600;
	color:var(--white-color);
	text-transform:uppercase;
	background-color:var(--color-twentysix);
}

.order-box .pay-btn:hover{
	letter-spacing:2px;
	background-color:var(--black-color);
}

/* Contact Info */

.contact-info{
	position: relative;
	z-index: 1;
}

.contact-info_block{
	position: relative;
	float: left;
	margin-bottom: var(--margin-bottom-30);
}

.contact-info_block-inner{
	position: relative;
	padding: 55px 50px;
	text-align: center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid rgba(var(--black-color-rgb), 0.07);
}

.contact-info_block-inner:hover{
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.10);
}

.contact-info_block-icon{
	position: relative;
	line-height: 1em;
	font-size:var(--font-50);
	color: var(--color-twentysix);
	margin-bottom:var(--margin-bottom-25);
}

.contact-info_block h5{
	font-weight: 700;
	margin-bottom:var(--margin-bottom-10);
	font-family: var(--font-family-Poppins);
}

.contact-info_block-text{
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	color: var(--color-five);
	font-family: var(--font-family-Poppins);
}

.contact-info_block-text a{
	position: relative;
	color: var(--color-five);
}

.contact-info_block-text a:hover{
	color: var(--color-twentysix);
}

.contact-form_box{
	position: relative;
	padding: 60px 60px;
	border-radius: 10px;
	margin-top: var(--margin-top-60);
	background-color: var(--color-thirteen);
}

.contact-form_box h2{
	font-weight: 700;
	text-align: center;
	color: var(--color-two);
	font-size: var(--font-38);
	margin-bottom:var(--margin-bottom-25);
	font-family: var(--font-family-Poppins);
}

.contact-form_box .contact-form .form-group input,
.contact-form_box .contact-form .form-group textarea{
	background-color: var(--white-color);
}

.contact-form_box .contact-form textarea{
	height: 180px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.map-one{
	position: relative;
}

.map-one iframe{
	position: relative;
	width: 100%;
	height: 700px;
	margin-top: -225px;
	margin-bottom: -8px;
}

.error-one{
	position: relative;
	text-align: center;
	padding: 120px 0px 100px;
}

.error-one h2{
	font-weight: 700;
	color: var(--color-two);
	margin-top: var(--margin-top-50);
	margin-bottom: var(--margin-bottom-40);
	font-family: var(--font-family-Poppins);
}


/* News Detail */

.news-detail{
	position: relative;
	padding: 120px 0px 120px;
}

.news-detail-inner{
	position: relative;
	border-radius: 30px 30px 0px 0px;
}

.news-detail-image{
	position: relative;
}

.news-detail-image img{
	position: relative;
	width: 100%;
	display: block;
	border-radius: 30px 30px 0 0;
}

.news-detail_content{
	position: relative;
	padding: 40px 220px 40px;
	border-radius:0px 0px 25px 25px;
	border:1px solid rgba(var(--black-color-rgb), 0.06);
	border-top: none;
}

.news-detail-author{
	position: relative;
	font-weight: 500;
	min-height: 40px;
	color: var(--color-two);
	font-size: var(--font-16);
	padding-top: var(--padding-top-5);
	padding-left: var(--padding-left-60);
}

.news-detail-author .author-image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50px;
}

/* News Detail Meta */

.news-detail-meta{
	position: relative;
	top: 2px;
	margin-left: var(--margin-left-40);
}

.news-detail-meta li{
	position: relative;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-16);
	margin-left: var(--margin-left-20);
	padding-left: var(--padding-left-30);
}

.news-detail-meta li .icon{
	position: absolute;
	left: 0px;
	top: 2px;
}

.news-detail_heading{
	line-height: 44px;
	color: var(--color-two);
	font-size: var(--font-44);
	margin-top: var(--margin-top-45);
	margin-bottom: var(--margin-bottom-25);
}

.news-detail p{
	position: relative;
    line-height: 26px;
    font-size: var(--font-16);
}

blockquote{
	margin-bottom:25px;
}

blockquote p{
	position: relative;
	text-align: center;
	font-weight: 500;
	line-height: 34px;
	color: var(--color-two);
	font-size: var(--font-24);
	margin-bottom: 0px;
}

.news-detail blockquote .quote-icon{
	position: relative;
	width: 54px;
	height: 54px;
	display: block;
	margin: 0 auto;
	line-height: 54px;
	border-radius: 50px;
	color: var(--white-color);
	font-size: var(--font-20);
	transform: rotate(45deg);
	margin-bottom: var(--margin-bottom-25);
	background-color: var(--color-twentysix);
	box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.13);
}

.news-detail blockquote .designation{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--color-fifty);
	margin-top: var(--margin-top-15);
	margin-bottom: var(--margin-bottom-80);
	text-align: center;
}

.news-detail_gallery{
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.news-detail_gallery .image{
	position: relative;
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: var(--margin-bottom-30);
}

.news-detail_gallery .image img{
	position: relative;
	width: 100%;
	display: block;
}

.post-share-options{
	position: relative;
	margin-top: var(--margin-top-60);
}

.post-share-inner{
	position: relative;
}

.post-share-options .tags-box{
	position: relative;
}

.post-share-options .tags-box a{
	position: relative;
	padding: 6px 14px;
	border-radius: 4px;
	display: inline-block;
	font-size: var(--font-14);
	margin-right: var(--margin-right-5);
	color: rgba(var(--black-color-rgb), 0.40);
	border:1px solid rgba(var(--black-color-rgb), 0.06);
}

.post-share-options .tags-box a:hover{
	color: var(--white-color);
	border-color: var(--color-two);
	background-color: var(--color-two);
}

.post-share-options .social-box{
	position: relative;
}

.post-share-options .social-box a{
	position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    display: inline-block;
    font-size: var(--font-14);
    color: var(--color-fiftyone);
    margin-right: var(--margin-right-5);
    font-family: 'Font Awesome 5 Brands';
	background-color: var(--white-color);
	box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.13);
}

.post-share-options .social-box a:hover{
	color: var(--white-color);
	background-color: var(--color-two);
}

.news-detail_author{
	position: relative;
	text-align: center;
	margin-top: var(--margin-top-60);
	margin-bottom: var(--margin-bottom-60);
}

.news-detail_author .author-image{
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50px;
	box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.13);
}

.news-detail_author-title{
	color: var(--color-two);
	font-size: var(--font-20);
	margin-top: var(--margin-top-25);
}

.news-detail_author-text{
	margin: 0 auto;
	max-width: 510px;
	line-height: 26px;
	color: var(--color-two);
	font-size: var(--font-16);
	margin-top: var(--margin-top-10);
}

.news-detail .more-posts{
	position: relative;
	margin-top:60px;
}

/* Prev Posts */

.news-detail .prev-post{
	position: relative;
	padding: 20px 45px;
	border-radius: 20px;
	text-align: right;
	max-width: 340px;
	width: 100%;
	background-color: var(--white-color);
	box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.13);
}

.news-detail .prev-post .prev-arrow{
	position: absolute;
	left: 30px;
	top: 45px;
	font-size: var(--font-24);
	color: var(--color-two);
}

.news-detail .more-posts a{
	position: relative;
	font-weight: 700;
	line-height: 30px;
	color: var(--color-two);
	font-size: var(--font-20);
}

.news-detail .prev-post .more-post_date{
	position: relative;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: var(--font-13);
	text-transform: uppercase;
	color: var(--color-two);
	margin-top: var(--margin-top-10);
}

/* Next Posts */

.news-detail .next-post{
	position: relative;
	padding: 20px 45px;
	border-radius: 20px;
	max-width: 340px;
	width: 100%;
	background-color: var(--white-color);
	box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.13);
}

.news-detail .next-post .next-arrow{
	position: absolute;
	right: 30px;
	top: 45px;
	color: var(--color-two);
	font-size: var(--font-24);
}

.news-detail .next-posts a{
	position: relative;
	font-weight: 500;
	font-size: var(--font-16);
	color: var(--color-two);
}

.news-detail .next-post .more-post_date{
	position: relative;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: var(--font-13);
	text-transform: uppercase;
	color: var(--color-two);
	margin-top: var(--margin-top-10);
}

.news-detail .post-grid_icon{
	position: relative;
	top: -10px;
	font-size: var(--font-30);
	color: var(--color-twentysix);
}

/* Alternate News */

.alternate-news{
	position: relative;
	margin-top: var(--margin-top-40);
	padding-bottom: var(--padding-bottom-20);
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.06);
}

.alternate-news_title{
	font-weight: 500;
	color: var(--color-two);
	font-size: var(--font-34);
	margin-bottom: var(--margin-bottom-40);
}

.alternate-news_title a{
	position: relative;
	color: var(--color-fiftyone);
}

.alternate-news_block{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.alternate-news_block-image{
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}

.alternate-news_block-image img{
	position: relative;
	width: 100%;
	display: block;
}

.alternate-news_content{
	position: relative;
	padding-top: var(--padding-top-30);
}

.alternate-news_heading{
	position: relative;
	font-size: var(--font-28);
	margin-bottom: var(--margin-bottom-15);
}

.alternate-news_heading a{
	position: relative;
	color: var(--color-two);
}

.alternate-news_text{
	position: relative;
	line-height: 26px;
	color: var(--color-fifty);
	font-size: var(--font-16);
	margin-top: var(--margin-top-10);
	padding-right: var(--padding-right-20);
}

/* Comment Area */

.comments-area{
	position: relative;
	margin-top: 50px;
}

.comments-area .group-title{
	position: relative;
	margin-bottom: var(--margin-bottom-25);
}

.comments-content .comment-box{
	position: relative;
	padding: 40px;
	border-radius: 5px;
	background-color: var(--color-thirteen);
	margin-bottom: 40px;
}

.comments-content > .chartio-comment-item:last-child .comment-box{
	margin-bottom: var(--margin-zero);
}

.comment-box .comment{
	position: relative;
	padding-left: var(--padding-left-80);
}

.comment-box .author-thumb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}

.comment-options{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.comment-options li{
	position: relative;
	display: inline-block;
	margin-left: var(--margin-left-15);
}

.comment-options li a{
	position: relative;
	font-size: var(--font-14);
	color: var(--color-two);
}

.comment-options li a:hover{
	color: var(--black-color);
}

.comment-box .comment-info{
	position: relative;
}

.comment-box .comment-info strong{
	position: relative;
	display: block;
	font-weight: 500;
	color: var(--color-two);
	font-size: var(--font-18);
}

.comment-box .comment-time{
	position: relative;
	font-size: var(--font-14);
	color: var(--color-fourtyone);
	margin-top: var(--margin-top-15);
	margin-bottom: var(--margin-bottom-15);
}

.likes-option{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.likes-option li{
	position: relative;
	display: inline-block;
	color: var(--color-two);
	margin-left: var(--margin-left-15);
	padding-left: var(--padding-left-25);
}

.likes-option li span{
	position: absolute;
	left: 0px;
	top: 4px;
	font-family: 'Font Awesome 5 Free';
}

.comment-reply{
	position: relative;
	font-weight: 500;
	letter-spacing: 1px;
	color: var(--color-two);
	font-size: var(--font-14);
	text-transform: uppercase;
	margin-top: 20px;
	display: block;
}

.comment-reply span{
	position: relative;
	color: var(--color-two);
	font-family: 'Font Awesome 5 Free';
	margin-right: var(--margin-right-10);
}

.reply-comment{
	position: relative;
	padding: 40px 40px;
	border-radius: 5px;
	margin-left: var(--margin-left-80);
	background-color: var(--white-color);
}

.comment-form{
	position: relative;
	margin-top: 80px;
}

.comment-form .group-title{
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.comment-form .default-form{
	position: relative;
	padding: 55px 55px;
	border-radius: 5px;
	background-color: var(--color-thirteen);
}

.comment-form .default-form input,
.comment-form .default-form textarea{
	background-color: var(--white-color) !important;
}

.comment-form .default-form button{
	background-color: var(--color-fiftytwo);
}

/*** 

====================================================================
	Slider Three
====================================================================

***/

.slider-three{
	position: relative;
}

.slider-three_pattern{
	position: absolute;
	left: 10%;
	top: 20%;
	width: 143px;
	height: 134px;
	z-index: 2;
	background-repeat: no-repeat;
}

.slider-three_pattern-two{
	position: absolute;
	left: 50%;
	top: 74%;
	width: 136px;
	height: 124px;
	z-index: 2;
	background-repeat: no-repeat;
}

.slider-three .swiper-slide{
	position: relative;
	padding-top: var(--padding-top-160);
}

.slider-three_color-layer{
	position: absolute;
	left: 58%;
	top: 0px;
	z-index: 1;
	bottom: 0px;
	width: 370px;
	display: block;
	background-color: var(--color-twentysix);
}

.slider-three_image-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.slider-three_image-layer::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 58%;
	bottom: 0px;
	opacity: 0.90;
	z-index: 10;
	background-color: var(--color-two);
}

.slider-three_content{
	position: relative;
	z-index: 10;
}

.slider-three_content-inner{
	position: relative;
	padding-top: 220px;
}

.slider-three_title{
	position: relative;
	font-size: var(--font-30);
	color: var(--color-twentysix);
	font-family: 'Sacramento', cursive;
	line-height: 1em;

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_title{
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_heading{
	position: relative;
	font-weight: 700;
	line-height: 90px;
	color: var(--white-color);
	font-size: var(--font-70);
	margin-top: var(--margin-top-25);
	font-family: var(--font-family-Poppins);

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_heading{
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_text{
	position: relative;
	line-height: 30px;
	max-width: 650px;
	color: var(--white-color);
	font-size: var(--font-18);
	margin-top: var(--margin-top-15);
	margin-bottom: var(--margin-bottom-30);

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_text{
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_buttons{
	position: relative;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_buttons{
	-webkit-transition-delay: 1700ms;
	-moz-transition-delay: 1700ms;
	-ms-transition-delay: 1700ms;
	-o-transition-delay: 1700ms;
	transition-delay: 1700ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_image-column{
	position: relative;
}

.slider-three_image{
	position: relative;
	z-index: 2;
	opacity: 0;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transform: scale(0.5,1);
}

.slider-three .swiper-slide-active .slider-three_image{
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
	opacity: 1;
	transform: scale(1,1);
}

.slider-three_image img{
	position: relative;
	width: auto;
	max-width: inherit !important;
}

.main-slider_three-pagination{
	position: absolute;
	top: 50%;
	z-index: 999;
	left: 40px !important;
	width: 18px !important;
}

.main-slider_three-pagination .swiper-pagination-bullet{
	width: auto;
	height: auto;
	opacity: 1;
	display: block;
	background: none;
	font-weight: 500;
	line-height: 1em;
	margin: 22px 0px !important;
	font-size: var(--font-24);
	color: var(--white-color) !important;
	font-family: var(--font-family-Poppins);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-slider_three-pagination .swiper-pagination-bullet:hover,
.main-slider_three-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	color: var(--color-twentysix) !important;
}

/*** 

====================================================================
	Cause Seven
====================================================================

***/

.cause-seven{
	position: relative;
	padding: 330px 0px 130px;
	background-position: right top;
	background-repeat: no-repeat;
}

.cause-seven_icon{
	position: absolute;
	left: 10%;
	bottom: 5%;
	width: 125px;
	height: 126px;
}

.cause-seven .auto-container{
    position: relative;
}

.cause-block_six{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.cause-block_six-inner{
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	background-color: var(--white-color);
}

.cause-block_six-image{
	position: relative;
}

.cause-block_six-image img{
	position: relative;
	width: 100%;
	display: block;
}

.cause-block_six-overlay{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.cause-block_six-overlay::before{
	position: absolute;
	content: '';
    left: 0px;
    top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.50;
	background-color: var(--color-two);
}

.cause-block_six-inner:hover .cause-block_six-overlay{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.cause-block_six-overlay .theme-btn{
	padding: 16px 28px;
}

.cause-block_six-content{
	position: relative;
	padding: 25px 25px;
}

.cause-block_six-title{
	position: relative;
	font-weight: 700;
	font-size: var(--font-26);
	font-family: var(--font-family-Poppins);
}

.cause-block_six-title a{
	position: relative;
	color: var(--color-two);
}

.cause-block_six-title a:hover{
	color: var(--color-twentysix);
}

.cause-block_six-text{
	position: relative;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-top: var(--margin-top-15);
}

.cause-block_six-progress{
	position: relative;
	overflow: hidden;
	padding: 4px 4px 3px;
	border-radius: 50px;
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-20);
	border: 1px solid var(--color-twentyseven);
}

.cause-block_six .bar{
	position:relative;
	height:25px;
	width:0px;
	z-index: 1;
	border-radius: 50px;
	background-color:var(--color-twentyseven);
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.cause-block_six .count-box{
	position:absolute;
	right:12px;
	top:5px;
	font-size:15px;
	font-weight: 500;
	color:var(--color-twentyseven);
	font-family: var(--font-family-Poppins);
}

.cause-block_six-price{
	position: relative;
	font-weight: 400;
	font-size: var(--font-18);
	color:var(--color-twentyseven);
	font-family: var(--font-family-Poppins);
}

.cause-block_six-price span:last-child{
	color:var(--color-two);
}

/* Color Two */

.cause-block_six.color-two .cause-block_six-progress{
	border-color: var(--color-nine);
}

.cause-block_six.color-two .bar{
	background-color: var(--color-nine);
}

.cause-block_six.color-two .cause-block_six-title a:hover,
.cause-block_six.color-two .cause-block_six-price,
.cause-block_six.color-two .count-box{
	color: var(--color-nine);
}

/* Color Three */

.cause-block_six.color-three .cause-block_six-progress{
	border-color: var(--color-thirtythree);
}

.cause-block_six.color-three .bar{
	background-color: var(--color-thirtythree);
}

.cause-block_six.color-three .cause-block_six-title a:hover,
.cause-block_six.color-three .cause-block_six-price,
.cause-block_six.color-three .count-box{
	color: var(--color-thirtythree);
}

.cause-seven_buttons{
	position: relative;
	margin-top: var(--margin-top-20);
}

.cause-seven .cause-five-button-prev{
	position: absolute;
	top: 50%;
	left: -80px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	border-radius: 20px 20px;
	color: var(--color-two);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--white-color);
}

.cause-seven .cause-five-button-prev:hover{
	color: var(--white-color);
	border-color: var(--color-twentysix);
	background-color: var(--color-twentysix);
}

.cause-seven .cause-five-button-next:hover{
	color: var(--white-color);
	border-color: var(--color-twentysix);
	background-color: var(--color-twentysix);
}

.cause-seven .cause-five-button-next::after,
.cause-seven .cause-five-button-prev::after{
	display: none;
}

.cause-seven .cause-five-button-next{
	position: absolute;
	right: -80px;
	width: 60px;
	height: 60px;
	top: 50%;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	border-radius: 20px 20px;
	color: var(--color-two);
	font-size: var(--font-18);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color: var(--white-color);
}

/*** 

====================================================================
	Volunter Two
====================================================================

***/

.volunter-two{
	padding: 180px 0px 180px;
	background-size: cover;
}

.volunter-two .counter-two{
	padding-top: var(--padding-top-30);
}

.volunter-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.volunter-block_one-inner{
	position: relative;
	border-radius: 8px;
	overflow: auto;
}

.volunter-block_one-image{
	position: relative;
}

.volunter-block_one-inner:hover .volunter-block_one-image::before{
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, var(--color-twentysix) 100%);
}

.volunter-block_one-image::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 30%;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background: rgba(255,255,255,0);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}

.volunter-block_one-image img{
	position: relative;
	width: 100%;
	display: block;
}

.volunter-block_one-content{
	position: absolute;
	left:0px;
	right: 0px;
	bottom: 25px;
	z-index: 2;
	text-align: center;
}

.volunter-block_one-title{
	font-weight: 700;
	font-family: var(--font-family-Poppins);
}

.volunter-block_one-title a{
	position: relative;
	color: var(--white-color);
}

.volunter-block_one-social{
	position: relative;
	margin-top: var(--margin-top-15);
}

.volunter-block_one-social a{
	position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    display: inline-block;
    font-size: var(--font-12);
	color: var(--color-twentysix);
    margin-left: var(--margin-left-5);
    border: 1px solid var(--color-twentysix);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.volunter-block_one-inner:hover .volunter-block_one-social a{
	color: var(--white-color);
	border-color: var(--white-color);
}

.volunter-block_one-overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: var(--color-thirtyfour);
}

.volunter-block_one-overlay-inner{
	position: relative;
	text-align: center;
	padding: 15px 25px;
}

.volunter-block_one-icon{
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	line-height: 80px;
	border-radius: 50%;
	font-size: var(--font-30);
	color: var(--color-thirtyfour);
	background-color: var(--color-two);
}

.volunter-block_one-overlay h3{
	font-weight: 700;
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Poppins);
}

.volunter-block_one-overlay h3 a{
	position: relative;
	color: var(--color-two);
}

.volunter-block_one-text{
	position: relative;
	padding: 0px 10px;
	color: var(--color-two);
	font-size: var(--font-14);
	margin-bottom: var(--margin-bottom-15);
	font-family: var(--font-family-Roboto);
}

.volunter-block_one-overlay .join-btn{
	position: relative;
	display: block;
	font-weight: 600;
	padding: 15px 10px;
	border-radius: 50px;
	color: var(--white-color);
	font-size: var(--font-16);
	text-transform: uppercase;
	background-color: var(--color-two);
}

/*** 

====================================================================
	Testimonial Three
====================================================================

***/

.testimonial-three{
	position: relative;
	padding: 50px 0px 100px;
}

.testimonial-three_icon{
	position: absolute;
	left: 5%;
	top: 8%;
	width: 125px;
	height: 136px;
	background-repeat: no-repeat;
}

.testimonial-three_icon-two{
	position: absolute;
	right: 5%;
	bottom: 5%;
	width: 47px;
	height: 47px;
}

.testimonial-three .carousel-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.testimonial-three .carousel-column .inner-column{
	position: relative;
	padding-top: var(--padding-top-50);
	padding-right: var(--padding-right-20);
}

.testimonial-three_pagination{
	position: absolute;
	right: 0px;
	z-index: 10;
	left: auto !important;
	width: auto !important;
	bottom: 85px !important;
}

.testimonial-three_pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	margin-left: var(--margin-left-10) !important;
	background-color: var(--color-twentysix);
}

.testimonial-three_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border: 3px solid var(--white-color);
	box-shadow: 0px 0px 0px 2px var(--color-twentysix);
	-webkit-box-shadow: 0px 0px 0px 2px var(--color-twentysix);
	-moz-box-shadow: 0px 0px 0px 2px var(--color-twentysix);
}

/* Testimonial Block One */

.testimonial-block_three{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.testimonial-block_three-inner{
	position: relative;
}

.testimonial-block_three-quote{
	position: relative;
	line-height: 1em;
	font-size: var(--font-50);
	color: var(--color-twentysix);
}

.testimonial-block_three-text{
	position: relative;
	font-weight: 500;
	line-height: 32px;
	color: var(--color-two);
	font-size: var(--font-20);
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-40);
	font-family: var(--font-family-Poppins);
}

.testimonial-block_three-author_outer{
	position: relative;
	padding: 25px 0px;
	border-top:1px solid rgba(var(--black-color-rgb), 0.10);
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.10);
}

.testimonial-block_three-author{
	position: relative;
	min-height: 90px;
	color: var(--color-two);
	font-size: var(--font-16);
	text-transform: uppercase;
	padding-top: var(--padding-top-20);
	padding-left: var(--padding-left-110);
}

.testimonial-block_three-author .author-image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	border: 3px solid var(--color-twentyseven);
}

.testimonial-block_three-author strong{
	position: relative;
	display: block;
	font-weight: 700;
	font-size: var(--font-22);
	color: var(--color-twentysix);
	margin-bottom: var(--margin-bottom-10);
	font-family: var(--font-family-Poppins);
}

.testimonial-three .image-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.testimonial-three .image-column .inner-column{
	position: relative;
}

/*** 

====================================================================
	Gallery Three
====================================================================

***/

.gallery-three{
	position: relative;
	overflow: hidden;
	background-color: var(--color-thirtyfive);
}

.gallery-three .gallery-block_two,
.gallery-three .gallery-three_title-column{
	padding: var(--padding-zero);
	float: left;
}

.gallery-three_title-column{
	position: relative;
}

.gallery-three_title-inner{
	position: relative;
	max-width: 620px;
	float: right;
	padding: 65px 15px;
	margin-left: var(--margin-left-15);
}

.gallery-block_two{
	position: relative;
}

.gallery-block_two-inner{
	position: relative;
	overflow: hidden;
}

.gallery-block_two-overlay{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -80px;
	transform: scale(1,0.2);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.gallery-block_two-inner:hover .gallery-block_two-overlay{
	bottom: 30px;
	transform: scale(1,1);
}

.gallery-block_two-title{
	position: relative;
	padding: 10px 20px;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	font-size: var(--font-18);
	background-color: var(--color-twentysix);
}

.gallery-block_two-heading{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 50px;
	color: var(--white-color);
	font-size: var(--font-20);
	text-transform: uppercase;
	font-family: var(--font-family-Poppins);
	background-color: var(--color-thirtyfour);
}

.gallery-block_two-heading a{
	position: relative;
	color: var(--white-color);
}

.gallery-block_two-link{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-18);
	background-color: var(--white-color);
}

.gallery-block_two-link:hover{
	color: var(--white-color);
	background-color: var(--color-twentysix);
}

/*** 

====================================================================
	News Five
====================================================================

***/

.news-five{
	position: relative;
	padding: 110px 0px 110px;
}

.news-five_icon{
	position: absolute;
	right: 6%;
	top: 25%;
	width: 187px;
	height: 175px;
	background-repeat: no-repeat;
}

.news-five_icon-two{
	position: absolute;
	left: 4%;
	bottom: 5%;
	width: 136px;
	height: 124px;
	background-repeat: no-repeat;
}

.news-block_six{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.news-block_six-inner{
	position: relative;
}

.news-block_six-image{
	position: relative;
	overflow: hidden;
	border-radius: 8px 8px 0px 0px;
	background-color: var(--color-twentysix);
}

.news-block_six-image img{
	position: relative;
	width: 100%;
	display: block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block_six-inner:hover .news-block_six-image img{
	opacity: 0.60;
	transform: scale(1.05,1.05);
}

.news-block_six-lower{
	position: relative;
	padding: 15px 25px;
	min-height:105px;
	border-radius: 0px 0px 5px 5px;
	border:1px solid rgba(var(--black-color-rgb), 0.07);
}

.news-block_six-content{
	position: relative;
	padding-left: var(--padding-left-100);
}

.news-block_six-date{
	position: absolute;
	left: 0px;
	top: 2px;
	opacity: 0.20;
	font-weight: 700;
	line-height: 26px;
	color: var(--color-two);
	font-size: var(--font-46);
	padding-top: var(--padding-top-5);
	padding-right: var(--padding-right-20);
	font-family: var(--font-family-Poppins);
	border-right:1px solid rgba(var(--black-color-rgb), 0.15);
}

.news-block_six-date span{
	position: relative;
	display: block;
	font-weight: 600;
	font-size: var(--font-20);
	margin-top: var(--margin-top-15);
}

.news-block_six-heading{
	font-weight: 700;
	padding-top: var(--padding-top-5);
	font-family: var(--font-family-Poppins);
}

.news-block_six-heading a{
	position: relative;
	color: var(--color-two);
}

.news-block_six-heading a:hover{
	color: var(--color-twentysix);
}

.news-five_button{
	position: relative;
	margin-top: var(--margin-top-20);
}/*.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding:0px;
}*/
.elementor-widget:not(:last-child){
	margin:0px !important;
}
.admin-bar .main-header.fixed-header .header-upper{
	top:32px;
}
/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
	padding: 25px 25px;
    border-radius: 8px 8px;
    background-color: #f4f4f4;	
}
.widget ul,
.widget ol,
.widget .wp-block-group{
	position: relative;
    margin:0px;
	padding:0px;
}
.widget ul li,
.widget ol li{
	position:relative;
	color: #1f1f1f;
    font-weight: 500;
    font-size: 18px;
	align-items: center;
	padding: 0px 0px 20px 20px;
	margin-bottom:20px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}
.widget ul li:last-child,
.widget ol li:last-child{
	padding-bottom:0px;
	border-bottom:none;
	margin-bottom:0px;
}
.widget ul li:before,
.widget ol li:before{
	position: absolute;
    content: '\f105';
    left: 0px;
    top: 0px;
	font-size:16px;
    border-radius: 50px;
	font-family: 'FontAwesome';
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	padding-top:20px;
	margin-top:20px;
	border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
}
.widget ul li ul li:before,
.widget ol li ol li:before{
	top: 25px;
}
.widget ul li a,
.widget ol li a{
	position: relative;
    color: #1f1f1f;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.widget ul li a:hover,
.widget ol li a:hover{
	color: var(--color-twentysix);
}

.widget .tagcloud{
	position: relative;
}
.widget .tagcloud a{
	position: relative;
    display: inline-block;
    font-size: 14px !important;
    line-height: 20px;
	margin-right: 5px;
    color: #1f1f1f;
	font-weight: 400;
	margin-bottom: 10px;
    padding: 10px 22px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.widget .tagcloud a:hover{
  color: #fff;
  background:#db2121;
}

/***************** Pagination Style*******************/
.pagination{
	position:relative;
	display:inline-block;
}
.pagination ul{
	position:relative;	
}
.pagination li{
	position: relative;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: -10px;
    display: inline-block;
    margin: 0px 6px 6px 0px;
}
.pagination li a, .pagination li span{    
    position: relative;
    display: inline-block;
    line-height: 48px;
    height: 50px;
    font-size: 16px;
    min-width: 50px;
    color: #1f1f1f;
    font-weight: 500;
	font-family: 'FontAwesome';
	border: 1px solid rgba(var(--black-color-rgb), 0.15);
    text-align: center;
    background: #ffffff;	
    border-radius: 50px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.pagination li a:last-child, .pagination li a:last-child{ 
	border-radius: 50% !important;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #fff;
	border-color: #db2121;
	background-color: #db2121;
}

.chartio-comment-item .chartio-comment-item{
	margin-left:80px;
}

.chartio-comment-item .comments-form{
	margin:50px 0px;	
}

.comment-box .sec-title .border{
	margin-top:20px;
}

.comment-one .comments-form__title a{
	color: #00041b;
}
.comment-one .comments-form__title a:hover{
	color: #00accc;
}

/***************** Footer Menu Widget Style*******************/
.footer-widget{
	position:relative;	
}
.footer-widget ul,
.footer-widget ol{
	position:relative;	
}
.footer-widget ul li,
.footer-widget ol li{
	position: relative;
	margin-bottom:20px;
	padding-left: 20px;
    font-size: var(--font-16);
    color: #b6bfc1;
}
.footer-widget ul li:before,
.footer-widget ol li:before{
    position: absolute;
    content: '\f101';
    left: 0px;
    top: 0px;
    font-weight: 800;
    font-size: var(--font-14);
    color: var(--color-twentysix);
    font-family: 'Font Awesome 5 Free';
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom:0px;
	margin-top:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
	position: relative;
    font-size: var(--font-16);
    color: #b6bfc1;
}
.footer-widget ul li a:hover, 
.footer-widget ol li a:hover{
    color: #db2121;
}

/***************** Custom Style*******************/
.faq-one_image img {
	max-width: inherit !important;
}
.welcome-one__img,
.welcome-one__img-2,
.welcome-one__img-3,
.welcome-one__img-4,
.welcome-one__img-5,
.welcome-one__img-6,
.welcome-one__img-7 {
    border-radius: 7px !important;
}
.testimonial__nav-thumb img {
    border-radius: 0px 150px 150px 150px !important;
}
.footer-style-two .footer-widget .question-list li{
	margin-bottom:25px;
	padding-left: var(--padding-left-65);
}
.footer-style-two .footer-widget .question-list li a:hover{
	color: #f18f20;
}
.main-footer ul.footer-list li{
	padding-left: var(--padding-left-30);
}
.main-footer .footer-widget ul.footer-socials li,
.main-footer .footer-widget ul.footer-nav li{
	padding-left: 0px;
	margin-bottom:0px;
}
.main-footer .footer-widget ul.footer-list li{
	margin-bottom:15px;
}
.main-footer .footer-widget ul.footer-socials li a:hover,
.main-footer .footer-widget ul.footer-nav li a:hover{
	color: #FFFFFF;
}
.footer-style-two .footer-widget .question-list li a{
	color: #FFFFFF;
}
.main-footer ul.footer-nav li:before,
.main-footer ul.footer-list li:before,
.main-footer ul.footer-socials li:before,
.footer-style-two .footer-widget .question-list li:before{
	display: none;
}
.main-footer .footer-widget ul.footer-socials li a,
.main-footer .footer-widget ul.footer-nav li a{
	font-size: 14px;
}
.cause-block_one-price span.goal-amount{
	background-color: transparent;
	font-size: 16px;
	margin-right: 0px;
	padding: 1px 0px;
}
.cause-block_three-price span.goal-amount{
	background-color: transparent;
	font-size: 13px;
	padding:0px 20px 0px 0px;
}
.cause-block_two-price span.goal-amount{
	background-color: transparent;
	font-size: 13px;
	padding:0px;
}
.cause-block_three-price span.goal-amount:before,
.cause-block_two-price span.goal-amount:before{
	display:none;
}
.widget .post-widget .widget-content ul{
	position:relative;
	padding: 0px;
    border-radius: 0px;
    background-color:transparent;
}
.widget .post-widget .widget-content ul.post-thumb_meta li:before{
	display: none;
}
.widget .post-widget .widget-content ul.post-thumb_meta li{
	position: relative;
	display: inline-block;
    color: var(--color-two);
    font-size: var(--font-14);
    text-transform: capitalize;
	border-bottom: none;
	padding-left: 25px !important;
	padding:0px;
	margin-bottom:0px;
}
.mission-one_form .form-group p{
	margin-bottom: 0px;
	line-height:0px;
}
.shop-detail .shop-detail_content-column .shop-detail_price .price span{
	font-weight: 600;
    font-size: var(--font-26);
    color: var(--color-twentysix);
    margin-top: var(--margin-top-20);
    font-family: var(--font-family-Poppins);
}
.contact-info .default-form p{
	margin-bottom: 0px;
}
.map-one iframe {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: -225px !important;
    margin-bottom: -8px !important;
}

.main-header.header-style-two .header-upper .logo-box{
    padding: 44px 30px 44px 0px;
}
.main-header.header-style-two.fixed-header .header-upper .logo-box {
  padding: 19px 30px 18px 0px;
}
.main-header .header-upper .logo-box{
    padding: 30px 0px;
}


/**************** Team Single **************************/
.team-single {
	position:relative;
	padding: 100px 0px 120px;
}
.team-single__img {
  text-align: center;
  position: relative;
  margin-right: 50px; }
  @media (max-width: 1199px) {
    .team-single__img {
      margin-right: 0; } }
  .team-single__img::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/charityx/assets/img/bg/team_img_bg.png);
    content: "";
    background-repeat: no-repeat;
    background-position-x: center; }
.team-single__info .name {
  font-size: 50px;
  margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .team-single__info .name {
      font-size: 35px; } }
  @media (max-width: 991px) {
    .team-single__info .name {
      font-size: 30px; } }
.team-single__info .desig {
  font-size: 15px;
  font-weight: 600;
  color: #db2121;
  margin-bottom:15px;
  display: inline-block; }
.team-single__info p {
  color: #505050;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px; }
.team-single__info-list{
	margin-bottom: 30px;
}  
.team-single__info-list li {
  font-size: 17px;
  color: #505050;
  line-height: 30px; }
  .team-single__info-list li:not(:last-child) {
    margin-bottom: 10px; }
  .team-single__info-list li span {
    min-width: 110px;
    font-weight: 600;
    color: #1F1F1F;
    display: inline-block; }
.team-single__social h4 {
  font-size: 20px;
  color: #1F1F1F;
  font-weight: 600;
  margin-bottom: 20px; }
.team-single__social-list a {
  font-size: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  align-items: center;
  justify-content: center; 
}
.team-single__social-list a:not(:last-child) {
    margin-right: 16px; 
}
.team-single__content{
	margin: 60px 0px 0px;
}
.team-single__content h2 {
  font-size: 36px;
  margin-bottom: 20px; }
  @media (max-width: 1199px) {
    .team-single__content h2 {
      font-size: 28px; } }
  @media (max-width: 991px) {
    .team-single__content h2 {
      font-size: 25px; } }
.team-single__content p {
  color: #505050;
  font-size: 18px;
  line-height: 28px; }
  .team-single__content p:not(:last-child) {
    margin-bottom: 20px; }
	
.team-single .team-single__img img{
	width: 100%;
}

/************** End Team Single ***********************/
.comment-form .group-title{
	margin-bottom:20px;	
}
.comment-form .group-title h4 small a{
	position:relative;
	color: rgba(0,0,0,0.85);
    text-transform: capitalize;
	font-size: 18px;
	display:inline-block;
	font-weight:600;
}
.comment-form form p.logged-in-as{
	margin-bottom:0px;	
}
.chartio-comment-item .comment-box .comment-form{
	margin: 40px 0px 10px;
	border-top: 1px solid #fff;
	padding-top: 40px;	
}
.comments-area > .chartio-comment-item:last-child > .comment-box{
	margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;	
}
.chartio-comment-item .comment-box .comment-form .default-form{
	padding: 0px;
}
.tribe-common .tribe-common-c-btn-border, 
.tribe-common a.tribe-common-c-btn-border{
	color: #db2121;
	border: 1px solid #db2121;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown 
.tribe-events-c-subscribe-dropdown__button:hover{
	background-color: #db2121;
}
#tribe-events-pg-template{
	max-width: inherit;
	padding:0px;
}
.campaign-progress-bar .bar, .donate-button, .charitable-donation-form .donation-amount.selected, .charitable-donation-amount-form .donation-amount.selected{
	padding: 10px 50px;
    border-radius: 50px;
	width: 100%;
    font-size: 18px;
	background-color: #db2121 !important;
}
.donate-button:hover{
	background-color: #000000 !important;
}
.charitable-form-field input, .charitable-form-field select, .charitable-form-field textarea {
    position: relative;
    border: 1px solid #ddd;
}
.news-block_three .news-block_three-inner .news-block_three-title a,
.news-block_three .news-block_three-inner .news-block_three-title a:hover,
.news-block_two .news-block_two-inner .news-block_two-title a,
.news-block_two .news-block_two-inner .news-block_two-title a:hover{
	color: #db2121;
}
.post-block .inner-box .cross-icon.product-remove{
	position: absolute;
    right: 0;
    top: 0;
}
.widget .wp-block-search__label,
.widget .wp-block-group__inner-container h2{
	font-weight: 600;
    color: var(--color-two);
    font-size: var(--font-22);
    padding-left: var(--padding-left-55);
	line-height:30px;
    font-family: var(--font-family-Poppins);
	margin-bottom:30px;
}
.widget .wp-block-group__inner-container h2:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 42px;
    height: 3px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--color-twentysix);
}
.widget .wp-block-search__label:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 42px;
    height: 3px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--color-twentysix);
}
.single-campaign .post-share-options,
.single-campaign .news-detail_author,
.single-campaign .more-posts,
.single-campaign .comment-form{
	display: none;
}
.single-campaign .content-column .video-box img{
	width: 100%;
}
.single-campaign .content-column .video-box {
    margin-top: var(--margin-top-30);
    margin-bottom: var(--margin-bottom-30);
}
.single-campaign .news-detail{
	padding: 120px 0px 120px;
}
.single-campaign .news-detail_content{
	padding: 30px 50px 10px;
}
.single-campaign .news-detail_content .campaign-description{
    font-weight: normal;
}
.single-campaign .news-detail_content .campaign-summary{
	margin-bottom: 24px;
}

.homeless-one .homeless-info-tabs .tabs-content .image img{
	max-width:inherit;
}
.chartio-gallery-section .gallery-block_one .gallery-block_one-overlay .gallery-block_one-link{
	width: 60px !important;
	line-height:60px !important;
}
.chartio-gallery-section .gallery-block_one .gallery-block_one-overlay .gallery-block_one-link.fas{
	display: block !important;
}
.shop-detail .woocommerce-Reviews .comment-form {
    margin-top: 15px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #db2121;
}
.campaign-donation-receipt .donation-summary dd{
	margin-bottom: 10px;
	line-height: 28px;
    color: var(--color-five);
    font-size: var(--font-18);
}
.campaign-donation-receipt .donation-summary dd:last-child{
	margin-bottom:0px;
}
.campaign-donation-receipt .donation-summary dt{
	font-size: 18px;
	color:#000;
}
.campaign-donation-receipt .charitable-header{
	margin: 50px 0px 20px;
	font-family: var(--font-family-Poppins);
}
.campaign-donation-receipt .donation-details.charitable-table thead{
	font-size: 18px;
	color: #000;
}
.campaign-donation-receipt .charitable-table{
	border: 1px solid var(--color-five);
	width:100%;
}
.campaign-donation-receipt .charitable-table thead tr th{
	margin-bottom: 10px;
	line-height: 28px;
    color: var(--color-five);
    font-size: var(--font-18);
	padding: 10px 30px 10px 10px;
	border: 1px solid var(--color-five);
}
.campaign-donation-receipt .charitable-table tr td{
	margin-bottom: 10px;
	line-height: 28px;
    color: var(--color-five);
    font-size: var(--font-18);
	border: 1px solid var(--color-five);
	padding: 10px 30px 10px 10px;
}
.sidebar-page-container .news-block_five-image img{
	min-height: 348px;
	object-fit: cover;
}

.charitable-donation-form,
.donation-summary{
	position:relative;
	padding: 45px 45px;
	border-radius: 10px;
	max-width: 820px;
	margin: 0 auto;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.charitable-form-fields .charitable-fieldset{
	padding:0px;
	border:none;
	margin:0px;
}

#charitable-donor-fields .charitable-form-header{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;
}

.charitable-donation-form #charitable-user-fields{
	padding:0px;
}

.charitable-donation-form .charitable-submit-field{
	margin-bottom:0px;
}

.charitable-donation-form .charitable-submit-field .button{
	display:block;
	width:100%;
	height:60px;
	padding:0px;
	line-height:60px;
	text-align:center;
	font-family: var(--font-family-Poppins);
	font-size:18px;
}

.charitable-donation-form .charitable-form-field{
	margin-bottom:25px;
}

.donation-summary{
	margin-bottom:50px;
}

.service-block_three-upper .service-block_three-title{
	width:calc(100% - 122px);
}

.mb-20{
	margin-bottom:20px;
}

.login-prompt{
	text-align:center;
	margin-bottom:60px;
	font-weight:600;
	font-size:30px;
	font-family: var(--font-family-Fredoka);
	color: var(--color-four);
}

.login-prompt a{
	color:inherit;
}

.col-lg-8 .news-detail_content{
	padding:30px;
}
.self-adj{
	min-height:80px;
}
.self-adj .logo-box{
	top:0px !important;
	padding:10px 35px 10px 0 !important;
}

.tx-style-adj .news-block_five-meta-outer{
	position:relative;
}

.tx-detail-adj.news-detail-inner {
	border-radius:25px;
}

.tx-detail-adj.news-detail-inner .news-detail_content{
	border:1px solid rgba(var(--black-color-rgb), 0.06);
	border-radius:25px;
}

.mb-35{
	margin-bottom:35px;
}
.mt-30{
	margin-top:30px;
}

.sidebar-title h5 a,
.footer-style-two h5 a{
	color:inherit;
}

.cus-side{
	position: relative;
	padding: 25px 25px;
	border-radius: 8px 8px;
	background-color: #f4f4f4;
}.single-testimonial-carousel .testimonial-text-box .review-box .fa{
	margin:0px 2px;
}
.clear, .woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-error::after, .woocommerce .woocommerce-info::after, .woocommerce .woocommerce-message::after {
    clear: both;
}
.woocommerce div.product form.cart .reset_variations, .woocommerce form .form-row label.hidden {
    visibility: hidden;
}
@keyframes spin {
100% {
    transform: rotate(360deg);
}
}
@keyframes spin {
100% {
    transform: rotate(360deg);
}
}
@keyframes spin {
100% {
    transform: rotate(360deg);
}
}
@font-face{ font-display:swap;
    font-family: "star";
    font-style: normal;
    font-weight: 400;
 }
@font-face{ font-display:swap;
    font-family: "WooCommerce";
    font-style: normal;
    font-weight: 400;
 }
p.demo_store {
    background-color: #a46497;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 1em;
    left: 0;
    margin: 0;
    padding: 1em 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99998;
}
p.demo_store a {
    color: #fff;
}
.admin-bar p.demo_store {
    top: 32px;
}
.woocommerce .blockUI.blockOverlay {
    position: relative;
}
.woocommerce .blockUI.blockOverlay::before, .woocommerce .loader::before {
    animation: 1s ease-in-out 0s normal none infinite running spin;
    color: rgba(0, 0, 0, 0.75);
    content: "";
    display: block;
    font-size: 2em;
    height: 1em;
    left: 50%;
    line-height: 1;
    margin-left: -0.5em;
    margin-top: -0.5em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1em;
	opacity:0;
}
.woocommerce a.remove {
    border: 0 none;
    border-radius: 100%;
    color: #db2121  !important;
    display: block;
    font-size: 1.8em;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 30px;
}
.woocommerce a.remove:hover {
    background: #db2121;
    color: #fff !important;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background-color: #f7f6f7;
    border-top:2px solid #db2121 !important;
    color: #515151;
	line-height:46px;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    overflow-wrap: break-word;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
}

.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
    display: inline-block;
    font-family: 'WooCommerce';
    left: 1.5em;
    position: absolute;
    top: 1em;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    float: right;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
    list-style: outside none none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.woocommerce .woocommerce-message::before {
    color: #db2121 ;
}
.woocommerce .woocommerce-info {
    border-top-color: #43c3ea;
}
.woocommerce .woocommerce-info a {
    color: #db2121 ;
}
.woocommerce .woocommerce-info::before {
    color: #db2121 ;
}
.woocommerce .woocommerce-error {
    border-top-color: #b81c23;
}
.woocommerce .woocommerce-error::before {
    color: #b81c23;
}
.woocommerce small.note {
    color: #777;
    display: block;
    font-size: 0.857em;
    margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
    color: #777;
    font-size: 0.92em;
    margin: 0 0 1em;
    padding: 0;


}
.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #777;
}
.woocommerce .quantity .qty {
    text-align: center;
    width: 3.631em;
}
.woocommerce div.product .product_title,
.woocommerce div.product h1 {
	color: #404040;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    margin: 8px 0 14px;
}
.woocommerce-review-link {
	color: #9e9e9e;
    font-size: 13px;
    font-weight: 700;
    padding-left: 15px;
    text-transform: capitalize;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
	margin-top: 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.woocommerce-review-link:hover{
	color: #db2121;
}
.woocommerce #reviews #comments .add_review::after, .woocommerce .products ul::after, .woocommerce div.product form.cart::after, .woocommerce div.product p.cart::after, .woocommerce nav.woocommerce-pagination ul, .woocommerce ul.products::after {
    clear: both;
}
.woocommerce div.product p.price{
	display:inline-block;	
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .price ins span {
	position:relative;
    font-size: 18px;
    margin-bottom: 0px;
	margin-top:0px;
	font-weight: 400;
    color: #ffffff;
    line-height: 30px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	opacity:1;
	line-height: 13px;
}
.woocommerce div.product .price del > span {
	color: #db2121;
    font-size:18px;
}

.woocommerce div.product p.stock {
    font-size: 0.92em;
}
.woocommerce div.product .stock {
    color: #77a464;
}
.woocommerce div.product .out-of-stock {
    color: red;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom:0;
	line-height: 32px;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 2em;
}
.woocommerce div.product div.images img {
    box-shadow: none;
    display: block;
    height: auto;
    width: 100%;
	border-radius:10px;
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em;
}
.woocommerce div.product div.social {
    margin: 0 0 1em;
    text-align: right;
}
.woocommerce div.product div.social span {
    margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
    margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}
.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: relative;
	margin:0;
	padding:0;
    z-index: 1;
	border-bottom: 1px solid #ebebeb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	border-bottom:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background:none;
	border-radius:0;
    margin:0;
	padding:0;
	border:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	border:1px solid #fff;
    color: #666666;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0 11px;
    position: relative;
    text-transform: uppercase;
    top: 1px;
	text-align:left;
}
.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before,
.woocommerce div.product p.cart::after,

.woocommerce div.product p.cart::before {
    content: " ";
    display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border:none;
	box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0px;
    padding: 0;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 2em;
	margin-top: 15px;
}
#tab-reviews, #tab-description {
	background:#fff !important;
	margin-top: 0px;
	padding: 30px;
    border: 1px solid #ececec;
}

#tab-reviews p, #tab-description p{
	position:relative;
	color:#8a8582;	
	font-size:16px;
}
#tab-description h2 {
	color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.woocommerce-Reviews-title {
	color: #272727;
    font-size: 24px;
    line-height: 1.4em;
    margin: 0 0 20px;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
    border-width: 0 0 1px;
    width: 100%;
	margin-bottom:30px;
}
.woocommerce div.product form.cart table td {
    padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0;
}
.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none;
}
.woocommerce div.product form.cart .variations {
    border: 0 none;
    margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0 none;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 500;
	color: #121212;
	font-size: 16px;
	margin-top: 8px;
}
.woocommerce div.product form.cart .variations select {
    float: left;
    width: 100%;
    padding: 10px 20px 10px 10px;
    border: 1px solid #eee;
    border-radius:0px;
    line-height: 24px;
    height: 46px;
    margin-bottom: 5px;
    cursor: pointer;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Positions background arrow image */
  background-image: url('/wp-content/themes/charityx/assets/images/icon/caret.jpg');
  background-repeat: no-repeat;
  background-position: right center;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
}
.woocommerce div.product form.cart .variations td {
    vertical-align: top;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none;
}
.woocommerce div.product form.cart .button {
    float: left;
    vertical-align: middle;
    margin-top: 25px;
}
.woocommerce div.product form.cart .group_table td.label {
    padding-left: 1em;
    padding-right: 1em;
}
.woocommerce div.product form.cart .group_table td {
    border: 0 none;
    padding-bottom: 0.5em;
    vertical-align: top;
}
.woocommerce .products ul, .woocommerce ul.products {
    clear: both;
    list-style: outside none none;
    margin: 0 0 1em;
    padding: 0;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: " ";
    display: table;
}
.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: outside none none;
}
.woocommerce ul.products li.product .onsale {
    left: auto;
    margin: -0.5em -0.5em 0 0;
    right: 0;
    top: 0;
}
.woocommerce ul.products li.product h3 {
    font-size: 1em;
    margin: 0;
    padding: 0.5em 0;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
}
.woocommerce ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 1em;
    width: 100%;
}
.woocommerce ul.products li.product strong {
    display: block;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
}
.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-size: 0.857em;
    font-weight: 400;
    margin-bottom: 0.5em;
}
.woocommerce ul.products li.product .price del {
    color: inherit;
    display: block;
    opacity: 0.5;
}
.woocommerce ul.products li.product .price ins {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-weight: 700;
}
.woocommerce ul.products li.product .price .from {
    color: rgba(132, 132, 132, 0.5);
    font-size: 0.67em;
    margin: -2px 0 0;
    text-transform: uppercase;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
	border:1px solid rgba(var(--black-color-rgb), 0.05) !important;
	display: block !important;
    line-height: 28px;
	color:#000000;
    overflow: hidden;
    padding: 12px 15px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.woocommerce .woocommerce-ordering .nice-select.orderby{
	display:none;	
}
.woocommerce nav.woocommerce-pagination ul {
	border:none !important;
	position: relative;
    display: inline-block; 
	padding-top: 50px; 
}
.woocommerce nav.woocommerce-pagination ul li {
	position:relative;
	display:inline-block;
	margin:0px 5px 7px 0px;
	border-right:0;
	overflow:visible;
}
.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
    opacity: 0.25;
    padding-right: 2.618em;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    animation: 2s linear 0s normal none infinite running spin;
    font-family: 'woocommerce';
    font-weight: 400;
    position: absolute;
    right: 1em;
    top: 0.618em;
    vertical-align: top;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    font-family: 'woocommerce';
    margin-left: 0.53em;
    vertical-align: bottom;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
    background: #db2121;
	border-color:2px solid #db2121;
    color: #fff;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
    color: inherit;
    cursor: not-allowed;
    opacity: 1;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit[disabled]:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button[disabled]:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button[disabled]:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button[disabled]:disabled:hover {
    color: #ffffff;
    border-color: #db2121;
    background: #db2121;
	padding: 20px 45px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
}
.woocommerce a.added_to_cart {
    display: inline-block;
    padding-top: 0.5em;
    white-space: nowrap;
}
.woocommerce #reviews #comments .add_review::after, .woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist::after, .woocommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table;
}
.woocommerce #reviews h2 small {
    color: #777;
    float: right;
    font-size: 15px;
    margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
    color: #777;
    text-decoration: none;
}
.woocommerce #reviews h3 {
    color: #292929;
    font-size: 16px;
    font-weight:400;
    text-transform: capitalize;
    margin: 0px;
	padding:20px 0px 15px;
}
.woocommerce #reviews #respond {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.woocommerce #reviews #comment {
    height: 75px;
}
.woocommerce #reviews #comments h2{
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.woocommerce-tabs #review_form .comment-reply-title{
	margin-top:0px;
	color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;	
	display:block;
}
.woocommerce #review_form #respond::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist::after, .woocommerce .woocommerce-product-rating::after, .woocommerce td.product-name dl.variation::after {
    clear: both;
}
.woocommerce #reviews #comments ol.commentlist {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 0 none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    background: #ebe9eb none repeat scroll 0 0;
    border: 1px solid #e4e1e3;
    box-shadow: none;
    float: left;
    height: auto;
    left: 0;
    margin: 0;
    padding: 3px;
    position: absolute;
    top: 0;
    width: 32px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    margin: 0 0 0 50px;
    padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.83em;
	margin-top:20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    color: #272727;
    font-size: 14px;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: outside none none;
    margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    margin: 20px 0 0 50px;

    padding: 1em 1em 0;
}
.woocommerce #reviews #comments .commentlist > li::before {
    content: "";
}
.woocommerce .item_description .item_price {
	margin: 0 0 15px !important;
}
.woocommerce .star-rating {
    float: none;
    font-family: 'star';
    font-size: 15px;
	margin-bottom:5px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 5.4em;
}
.woocommerce .star-rating::before {
    color: #db2121 ;
	float: left;
    left: 0;
    position: absolute;
    top: 0;
}
.woocommerce .star-rating span {
	color:#f1a91c ;
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
	margin-right: 5px;
    top: 0;
}
.woocommerce .woocommerce-product-rating {
    display: block;
    line-height: 2;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    border-top: 0 none;
    line-height: 1.5;
    margin: 0;
}
.woocommerce .feedback {
	display: inline-block;
	background: #f7f7f7;
	padding: 14px 15px !important;
	position: relative;
	top: 3px;
}
.woocommerce .feedback li {
  display: inline-block;
  margin-right: 3px;
}
.woocommerce .feedback li a {
  color:#fa6f1c;
}
.woocommerce .woocommerce-product-rating::after, .woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0.5em 4px 15px 0;
}
.woocommerce .products .star-rating {
    color: #fc7625;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0.7em auto;
}
.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}
.woocommerce #review_form #respond {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 0;
    position: static;
    width: auto;
}
.woocommerce #review_form #respond::after, .woocommerce #review_form #respond:before {
    content: " ";
    display: table;
}
.woocommerce #review_form #respond p {
    margin:0px 0px 0px !important;
}
.woocommerce #review_form #respond .form-submit input {
    position: relative;
    padding: 18px 40px;
    font-weight: 600;
    border-radius: 50px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    background: #000000;
    border: 1px solid transparent;
	width:auto;
}
.woocommerce #review_form #respond .form-submit input:hover {
	color: #ffffff;
    border-color: #db2121;
    background: #db2121;
}
.woocommerce #review_form #respond label {
    color: #272727;
	margin-top:5px;
    margin-bottom: 10px;
}
.woocommerce #review_form #respond input[type="text"], .woocommerce #review_form #respond input[type="email"] {
    background:none;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #db2121;
    display: block;
    height: 46px;
    line-height: 22px;
    padding: 11px 20px;
    position: relative;
    transition: all 300ms ease 0s;
    width: 100%;
}
.woocommerce #review_form #respond textarea {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #db2121;
    display: block;
    height: 120px;
    line-height: 22px;
    padding: 12px 20px;
    position: relative;
    resize: none;
    transition: all 300ms ease 0s;
    width: 100%;
}
.woocommerce table.shop_attributes {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    margin-bottom: 1.618em;
    width: 100%;
}
.woocommerce table.shop_attributes th {
    font-weight: 700;
    padding: 8px;
    width: 150px;
}
.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
    background: rgba(0, 0, 0, 0.024) none repeat scroll 0 0;
}
.woocommerce table.shop_table {
    border:0;
    border-collapse: separate;
    border-radius: 5px;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}
.woocommerce table.shop_table thead {
    border-radius: 7px;
    color: #db2121;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.woocommerce table.shop_table th {
    color: #272727;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    padding-left: 28px;
    text-transform: uppercase;
}
.woocommerce table.shop_table td {
	border-top:1px solid #f7f7f7;
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 700;
    padding: 27px 7px 28px 35px;
}
.woocommerce table.shop_table td a{
	color:#db2121;
}
.woocommerce table.shop_table td small {
    font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0 none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}
.woocommerce table.my_account_orders {
    font-size: 0.85em;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions {
    text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button {
    margin: 0.125em 0 0.125em 0.25em;
}
.woocommerce td.product-name dl.variation {
    margin: 0.25em 0;
}
.woocommerce td.product-name dl.variation::after, .woocommerce td.product-name dl.variation::before {
    content: " ";
    display: table;
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}
.woocommerce td.product-name dl.variation dt {
    clear: left;
    font-weight: 700;
    margin: 0 4px 0 0;
    padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl::after, .woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li dl::after, .woocommerce ul.product_list_widget li::after {
    clear: both;
}
.woocommerce td.product-name dl.variation dd {
    padding: 0 0 0.25em;
}
.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em;
}
.woocommerce td.product-quantity {
    min-width: 80px;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
}
.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before {
    content: " ";
    display: table;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    box-shadow: none;
    float: right;
    height: auto;
    margin-left: 4px;
    width: 32px;
	margin-top:17px;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding-left: 1em;
}
.woocommerce ul.cart_list li dl::after, .woocommerce ul.cart_list li dl::before, .woocommerce ul.product_list_widget li dl::after, .woocommerce ul.product_list_widget li dl::before {
    content: " ";
    display: table;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
    clear: left;
    font-weight: 700;
    margin: 0 4px 0 0;
    padding: 0 0 0.25em;
}
.woocommerce .order_details::after, .woocommerce .widget_layered_nav ul li::after, .woocommerce .widget_shopping_cart .buttons::after, .woocommerce-account .addresses .title::after, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce.widget_shopping_cart .buttons::after {
    clear: both;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    float: none;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    display: inline-block;
    min-width: 40px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    padding-top: 0;
    position: relative;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: 0;
    position: absolute;
    top: 0;
}
.woocommerce .widget_shopping_cart .buttons::after, .woocommerce .widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table;
}
.woocommerce form .form-row {
    margin: 0 0 6px;
    padding: 3px;
}
.woocommerce form .form-row label {
    color: #272727;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.woocommerce form .form-row label.inline {
    display: inline;
}
.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0;
}
.woocommerce form .form-row .required {
    border: 0 none;
    color: red;
    font-weight: 700;
}
.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
	position:relative;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    line-height: 1;
    margin: 0;
    outline: 0 none;
    width: 100%;
}
.woocommerce form .form-row textarea {
    box-shadow: none;
    display: block;
    height: 4em;
    line-height: 1.5;
}
.woocommerce form .form-row .select2-container {
    line-height: 2em;
    width: 100%;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #69bf29;
}
.woocommerce form .form-row *:-moz-placeholder {
    line-height: normal;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}
.woocommerce ul#shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.woocommerce ul#shipping_method li {
    list-style: outside none none;
    margin: 0;
    padding: 0.25em 0 0.25em 22px;
    text-indent: -22px;
}
.woocommerce ul#shipping_method .amount {
    font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
    margin: 0;
}
.woocommerce .order_details {
    list-style: outside none none;
    margin: 0 0 1.5em;
}
.woocommerce .order_details::after, .woocommerce .order_details::before {
    content: " ";
    display: table;
}
.woocommerce .order_details li {
    border-right: 1px dashed #d3ced2;
    float: left;
    font-size: 0.715em;
    line-height: 1;
    margin-left: 0;
    margin-right: 2em;
    padding-left: 0;
    padding-right: 2em;
    text-transform: uppercase;
}
.woocommerce .order_details li strong {
    display: block;
    font-size: 1.4em;
    line-height: 1.5;
    text-transform: none;
}
.woocommerce .order_details li:last-of-type {
    border: medium none;
}
.woocommerce .widget_layered_nav ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.woocommerce .widget_layered_nav ul li {
    list-style: outside none none;
    padding: 0 0 1px;
}
.woocommerce .widget_layered_nav ul li::after, .woocommerce .widget_layered_nav ul li::before {
    content: " ";
    display: table;
}
.woocommerce .widget_layered_nav ul li.chosen a::before, .woocommerce .widget_layered_nav_filters ul li a::before {
    color: #a00;
    font-family: 'WooCommerce';
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
}
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span {
    padding: 1px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a::before {
    margin-right: 0.618em;
}
.woocommerce .widget_layered_nav_filters ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    list-style: outside none none;
    padding: 0 1px 1px 0;
}
.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
    margin-right: 0.618em;
}
.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 0.8751em;
    line-height: 2.4;
    text-align: right;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left;
    font-size: 1.15em;
    position: relative;
    padding: 12px 38px;
    height: auto;
    width: auto;
    border-radius: 5px;
    font-weight: 600;
	background: #db2121 ;
	border: 2px solid #db2121 ;
	color:#ffffff;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
	color:#ffffff;
	background: #db2121;
	border-color:#db2121;

}
.woocommerce .widget_price_filter .ui-slider {
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #eeeeee;
    border-radius: 50%;
    cursor: ew-resize;
    height: 1em;
	border:2px solid #db2121 ;
    margin-left: -0.5em;
    outline: 0 none;
    position: absolute;
    top: -0.3em;
    width: 1em !important;
    z-index: 2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #db2121 ;
    border: 0 none;
    border-radius: 1em;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #eeeeee;
    border: 0 none;
    border-radius: 1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
    content: " ";
    display: table;
}
.woocommerce-account .addresses .title h3 {
    float: left;
}
.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
    float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
    font-family: 'WooCommerce';
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 0.618em;
    text-decoration: none;
    text-transform: none;
}
.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px;
}
.woocommerce-cart table.cart img {
    box-shadow: none;
    width: 80px !important;
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
    vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;

    display: block;
    line-height: 24px;
    padding: 10px;
    width: 260px;
}
.woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::before {
    content: " ";
    display: table;
}
.cart_totals h2 {
    color: #272727;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.total-cart {
    width: 100%;
}
.total-cart tr th, .total-cart tr td {
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    width: 50% !important;
}
.total-cart tr td {
    border-top: 0 none;
    text-align: right;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    display: block;
    float: none;
    width: 100%;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after {
    font-family: 'WooCommerce';
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 0.618em;
    text-decoration: none;
    text-transform: none;
}
.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    clear: none;
    float: left;
}
.woocommerce-checkout .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left;
}
.woocommerce-checkout .checkout .create-account small {
    color: #777;
    font-size: 11px;
    font-weight: 400;
}
.woocommerce-checkout .checkout div.shipping-address {
    clear: left;
    padding: 0;
    width: 100%;
}
.single-product .twentythirteen p.stars, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout .checkout .shipping_address {
    clear: both;
}
.woocommerce-checkout #payment {
    background: #ebe9eb none repeat scroll 0 0;
    border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #d3ced2;
    list-style: outside none none;
    margin: 0;
    padding: 1em;
    text-align: left;
}
.woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
    content: " ";
    display: table;
}
.woocommerce-checkout #payment ul.payment_methods li {
    font-weight: 400;
    line-height: 2;
    margin: 0;
    text-align: left;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
	display:inline-block;
}
.woocommerce-checkout #payment ul.payment_methods li img {

    box-shadow: none;
    margin: -2px 0 0 0.5em;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li img + img {
    margin-left: 2px;
}
.woocommerce-checkout #payment div.form-row {
    padding: 1em;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: #dfdcde;
    border-radius: 2px;
    color: #515151;
    font-size: 0.92em;
    line-height: 1.5;
    margin: 1em 0;
    padding: 1em 2%;
    position: relative;
    width: 96%;
}
.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border-color: #bbb3b9 #c7c1c6 #c7c1c6;

}
.woocommerce-checkout #payment div.payment_box *:-moz-placeholder {
    color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 1.5em;
    padding: 8px;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url("/wp-content/themes/charityx/assets/images/icons/credit-cards/visa.png");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url("/wp-content/themes/charityx/assets/images/icons/credit-cards/mastercard.png");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url("/wp-content/themes/charityx/assets/images/icons/credit-cards/laser.png");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url("/wp-content/themes/charityx/assets/images/icons/credit-cards/diners.png");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url("/wp-content/themes/charityx/assets/images/icons/credit-cards/maestro.png");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url("/wp-content/themes/charityx/assets/images/icons/credit-cards/jcb.png");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url("/wp-content/themes/charityx/assets/images/icons/credit-cards/amex.png");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url("/wp-content/themes/charityx/assets/images/icons/credit-cards/discover.png");
}
.woocommerce-checkout #payment div.payment_box span.help {
    color: #777;
    font-size: 0.857em;
    font-weight: 400;
}
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #dfdcde;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    display: block;
    left: 0;
    margin: -1em 0 0 2em;
    position: absolute;
    top: -3px;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    font-size: 0.83em;
    line-height: 52px;
	color:#db2121;
}
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle;
}
#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1;
}
.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0;
}
.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
}
.twentyfourteen ul.products li.product {
    margin-top: 0 !important;
}
.single-rating .star-rating {
    color:#db2121;
    display: block;
    float: left;
    font-size: 13px;
    margin: 10px 0 15px;
}
.cart .quantity input.input-text {
    background-color:#f7f7f7 !important;
	background-image:none;
    display: inline-block;
    height: 55px !important;
    margin-right: 10px;
	margin-bottom:0px;
    vertical-align: middle;
    width: 90px !important;
	padding:0;
	border-radius: 0 !important;
	border:1px solid #ebebeb;
}
form.cart button.add-to-cart {
    padding: 9px 38px;
    font-weight: 600;
    border-radius: 30px;
	margin-top:20px;
    font-size: 16px;
    color: #ffffff;
    background-color: #db2121;
    text-transform: capitalize;
    border: 1px solid transparent;
	
}
form.cart button.add-to-cart:before{
    display:none !important;   
}
form.cart button.add-to-cart:hover {
    color: #ffffff;
    border-color: #db2121;
    background: #db2121;
}
.cart-table .cart_item td {
    border-bottom: 2px solid #e9e9e9;
    padding: 30px 0 !important;

}
.cart-table .cart_item .product-name a {
    color: #272727;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.actions {
    margin-bottom: 50px;
}
#comments .comment-form .form-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0e0e0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
}
.woocommerce-EditAccountForm.edit-account input[type="text"], .woocommerce-EditAccountForm.edit-account input[type="email"], .woocommerce-EditAccountForm.edit-account input[type="password"], .login input[type="text"], .login input[type="password"], .woocommerce-ResetPassword.lost_reset_password input[type="text"], .checkout.woocommerce-checkout input[type="text"], .checkout.woocommerce-checkout input[type="email"], .checkout.woocommerce-checkout input[type="tel"], .checkout.woocommerce-checkout .select2-choice, .checkout.woocommerce-checkout textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row .select2-choice {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: block;
    height: 48px;
    line-height: 30px;
    padding: 8px 20px;
    position: relative;
    transition: all 300ms ease 0s;
    width: 100%;
}
.woocommerce-EditAccountForm.edit-account legend, .woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, h3#order_review_heading, .woocommerce-account .addresses .title h3, .woocommerce-MyAccount-content h3,
.woocommerce-additional-fields h3 {
    color: #db2121;
	font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 20px;
}
.woocommerce-EditAccountForm.edit-account legend {
    border: medium none;
    margin-top: 40px;
}
#ship-to-different-address label {
	font-weight: 400 !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width:100%;
}
.product_details .product_top_section .item_description > div span {
	line-height: 15px;
}
.commentlist {
	padding:0;
}
.add_your_review {
    margin: 81px 0 75px;
}

/******************Shop*************************/
.woocommerce .shop-page .meta-info p.woocommerce-result-count{
	float:left;
}
.woocommerce .shop-page .woocommerce-ordering{
	margin:0px;
}
.woocommerce .shop-page .woocommerce-ordering select{
	background:none;
    border: 1px solid #f7f7f7;
    border-radius: 0;
    color: #999999;
	font-size: 14px;

    outline: medium none !important;


    padding: 12px 15px;
    text-transform: capitalize;
	-moz-appearance: none;
	-webkit-appearance:none;
	-ms-appearance:none;
	z-index:20;
	position:relative;
	cursor:pointer;
}
.woocommerce .shop-page .woocommerce-ordering{
	position:relative;

	background: #f7f7f7 none repeat scroll 0 0;
}
.woocommerce .shop-page .woocommerce-ordering:before{
	content:'\f107';
	position:absolute;
	top:11px;
	right:10px;
	font-family:'FontAwesome';
	font-size:14px;
	cursor:pointer;
	color:#999999;
	z-index:1;
}
.woocommerce .shop-page .single-shop-item{
	min-height:440px;
}
.woocommerce .shop-page .single-shop-item .text-box .title a {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin: -6px 0 0;
    transition: color 0.4s ease 0s;
}
.woocommerce .products .star-rating{
	font-size:13px;
	color: #db2121 ;
	display:inline-block;
	margin-bottom:0px;
}
.woocommerce .shop-page .single-shop-item .price{
	color: #3563a9;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}
.woocommerce .shop-page .single-shop-item .price del > span{
	text-decoration:line-through;
	margin-right:10px;
}
/*********************Single Shop*****************/
.woocommerce div.product div.images, .woocommerce div.product div.summary,.single-shop-page .single-shop-item .fetr-box .img-box{
	margin:0px;
	padding:0px;
}
.woocommerce .single-shop-page .single-shop-item{
	margin-bottom:40px;
}
.woocommerce .single-shop-page .single-shop-item .woocommerce-product-rating{
	margin-bottom:0px !important;
}
.woocommerce .single-shop-page .star-rating::before{
	color:#ffffff !important;
}
.woocommerce .single-shop-page .star-rating{
	height:20px;
	line-height:18px;
	width:7.4em;
}
.woocommerce .single-shop-page .star-rating span{
	color:#3563a9;
	font-size:12px;
}
.woocommerce .single-shop-page .quantity .qty{
	width:80px;
	height:45px;
	border:none;
	border-radius:3px;
}
.single-product.woocommerce .price ins span.woocommerce-Price-amount.amount,
.single-product.woocommerce .price ins span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
	font-size:20px !important;
}
/*********Woocommerce Tab*********/
.woocommerce div.product .woocommerce-tabs{
	margin:60px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-bottom:none;
}
.woocommerce #reviews #comments ol.commentlist{
	padding:0px;
	margin-top:10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding:0px !important;
	margin:0px 0 0px !important;
	border:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background: #ffffff;
    border-radius: 0px;
	color:#db2121;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before{
	opacity:1;
}
.woocommerce div.product .woocommerce-tabs .panel{
	padding:30px;
	background:#fbfbfb;
	box-shadow:none;
	border:none;
	border-radius:0px;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
	color: #1a1a1a;
    font-weight:500;
    font-size: 18px;
    text-transform: capitalize;
	margin-bottom:15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    float: left;
    margin-right: 8px;
    margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 16px;
    background: #f8f8f8;
    color: #1c1c1c;
    border: 1px solid #f2f2f2;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 30px 10px;
    transition: all 500ms ease;
    border-radius: 3px 3px 0px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before{
	position: absolute;
    content: '';
    left: 0px;
    top: -1px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #db2121;
}
.woocommerce textarea{
	border:1px solid #ebebeb;
}
.woocommerce p.stars a.star-1{
	width:1em;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5{
	border:none;
}

.woocommerce p.stars a{
	color:#f1a91c;
	font-weight:400;
}
/*********Cart Page*********/
.woocommerce .shop_table thead{
	background:#f7f7f7;
}
.woocommerce table.shop_table th{
	color: #db2121;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
	padding-left: 28px;
}
.woocommerce .shop_table tbody tr.cart_item td{
	padding:27px 7px 28px 35px;
	border-bottom: 1px solid #f3f3f3;
	color: #777777;
    font-size: 16px;
    font-weight: 700;
}
.woocommerce .shop_table tbody td.product-subtotal{
	color:#6aaf08;
}
.woocommerce-cart table.cart img{
	width:auto;
}
.woocommerce .shop_table tbody tr td.actions{
	padding:21px 0px 20px 0px;
}
.woocommerce .shop_table tbody tr td.actions .coupon{
	display:inline-block;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	border: 2px solid #f3f3f3;
    border-radius: 3px;
    font-weight: 700;
    height: 56px;
    margin-right: 19px;
    padding-left: 15px;
    width: 225px;
}
.woocommerce .woocommerce-message::before{
	color:#db2121;
}
.woocommerce .woocommerce-message{
	border-top-color:#db2121;
	padding: 1em 2em 1em 3.5em !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #place_order{
	padding: 20px 45px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    background:#000000;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 0px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #ffffff;
    border-color: #db2121;
    background: #db2121;
}

.woocommerce #place_order:hover {
	color: #ffffff;
    border-color: #db2121;
    background: #db2121;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled{
	color: #ffffff;
    border-color: 1px solid transparent;
    background: #000000;
	padding: 20px 45px;
}
/**********************Shiping Form*************************/

.woocommerce .cart_shipping,
.woocommerce .cart_totals {
    border: 0px;
    padding: 15px;
}
.woocommerce .cart_shipping p {
    margin-top: 10px;
}
.woocommerce .cart_shipping input{
	border: 2px solid #f6f4f4;
    display: block;
    height: 40px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	margin:0px;
}
.woocommerce .cart_totals{
	padding:0px !important;
}
.woocommerce .cart_totals h2 {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    margin: 0;
    padding: 20px;
}
.woocommerce .cart_totals tr{
	border-bottom: 1px solid #ebebeb !important;
}
.woocommerce .cart_totals tr th {
    padding:14px 20px !important;
    border-right:1px solid #ebebeb;
}
.woocommerce .cart_totals td {
    padding: 14px 20px !important;
    text-align: right;

}
.woocommerce-cart .wc-proceed-to-checkout{
	padding:20px 0px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	padding: 20px 38px;
    font-weight: 600;
    border-radius: 50px;
    font-size: 16px;
    color: #ffffff;
    background:#000000;
    text-transform: uppercase;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
	color: #ffffff;
    border-color: #db2121;
    background: #db2121;
	
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	border-collapse:collapse !important;
	width:100%;
}
/****************************Check Out Page****************************/
.woocommerce form .form-row select, .woocommerce form input[type="text"], .woocommerce form input[type="email"], .woocommerce form input[type="password"], .woocommerce form input[type="tel"] {
    padding: 10px;
	border:1px solid #e3e0dc;
	width:100%;
}
.woocommerce .checkout_coupon p {
    display: block;
}
.woocommerce .checkout_coupon p #coupon_code{

	height:56px !important;
	border:1px solid #e3e0dc;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
	max-width:inherit;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
	max-width:inherit;
}
.shop_sidebar .shop_aside{
	margin-top:0px;
}
#order_review_heading{
	color: #262626;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding-top: 40px;
    position: relative;
    text-transform: uppercase;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom {
    display:inline-block !important;
	width:31.65% !important;
	margin-left:10px;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom:first-child{
	margin-left:0px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li > .current, .pagination > li:hover > .current{
	color: #fff;
    background: #db2121;
}
.contact_info ul li{
	border-bottom:none !important;
	line-height: 1.8em !important;
	padding:0px !important;
}
.contact_info ul a::after{
	content:'' !important;
}
.contact_info ul a{
	display:inline-block !important;
	color:#db2121  !important;
}
.woocommerce-pagination ul{
	position:relative;
	display: block;
	text-align:center;
}
.woocommerce-pagination ul li {
    position: relative;
    display: inline-block !important;
    margin: 0px 5px !important;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span{
	position: relative;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 400;    
    height: 50px;
    width: 50px;
	border: 1px solid rgba(var(--black-color-rgb), 0.08);
    line-height: 35px !important;
    text-align: center;
    color: #000000;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;	
}
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span,.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
    background: #db2121;
}
.woocommerce .f-shop-detail .summary .star-rating{
	color:#db2121  !important;
}
.search-widget input{
	padding-left:15px;
	width:70% !important;
	border:none !important;
}
.widget_bunch_external_links ul li a::before{
	display:none;
}
.results-column p.woocommerce-result-count{
	font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 24px;
    padding:0px 0px;
	margin:10px 0px 10px 0px;
}
.woocommerce-account .woocommerce-MyAccount-content p a{
	color:#db2121 ;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 24%;
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:last-child{
	margin-right: 0px;
 }

 /********************* New Style Check Out *******************************/

 #customer_details label,
.woocommerce form .form-row span.password-input{
	width:100%;
}
.woocommerce form.woocommerce-form-login .form-row label {
	margin-top:10px;
	width:100%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000000;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #ffffff;
    border-color: #db2121;
    background-color: #db2121;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: block;
    height: 48px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:43px;
}
.wcppec-checkout-buttons.woo_pp_cart_buttons_div{
	display:none;	
}

.woocommerce-grouped-product-list tr {
    margin-bottom: 10px; 
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center;
}
.woocommerce div.product form.cart .group_table td:last-child {
    border-right: 1px solid #f5f5f5 !important;
}
.woocommerce div.product form.cart .group_table td {
    border: 0 none;
    padding-bottom: .5em;
    vertical-align: top;
}
.woocommerce div.product form.cart .group_table td {
    border: 1px solid #f5f5f5 !important;
    border-right: none !important;
    vertical-align: middle !important;
    padding: 10px !important;
    text-align: center;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label{
    margin-bottom: 0px;   
    color:#222;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label a{
    color:#222; 
}

.woocommerce .upsells h2{
    position: relative;
    font-size: 30px;
    color: #db2121;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

#tab-description h2{
	display:none;	
}
.cart-collaterals .cross-sells .product {
    max-width: 100% !important;
    padding: 0px 10px;
}
.cart-collaterals .cross-sells .shop-item .inner-box .lower-content .lower-box .add-cart{
    padding: 12px 10px;
    width: 120px;
}
.woocommerce-terms-and-conditions-wrapper{
    width:100%;
	margin-bottom:15px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 49%;
	overflow: visible;
}
.shop-single-section .info-column .shop-list .product_meta .sku_wrapper{
	color: #161e39;
    font-size: 18px;
    margin-right: 5px;
    text-transform: capitalize;
}
.shop-single-section .info-column .shop-list .product_meta .posted_in{
	display:block;
	position:relative;
	margin-top:10px;
	color: #161e39;
    font-size: 18px;
    margin-right: 5px;	
}
.shop-single-section .info-column .shop-list .product_meta .posted_in a{
	position: relative;
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{
	margin-left: 1.618em;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.woocommerce div.product form.cart .variations .nice-select{
	padding: 10px 20px 10px 15px;
    border: 1px solid #dddddd !important;
    border-radius: 0px;
    line-height: 24px;
	font-size:15px;
	font-weight:400;
    height: 46px !important;
    margin-bottom: 15px;	
}
.woocommerce div.product form.cart .variations .nice-select::after{
	top:14px;
	right:15px;
}


.button-group .product_meta .sku_wrapper{
	color: #000000;
    font-size: 15px;
    margin-right: 5px;
    text-transform: capitalize;
	margin-bottom:20px;
	display:block;
}
.button-group .product_meta .sku_wrapper .sku{
	color:	#14212b;
}
.button-group .product_meta .posted_in,
.button-group .product_meta .tagged_as{
	display:block;
	position:relative;
	margin-top:10px;
	color: #000000;
    font-size: 18px;
    margin-right: 5px;
	margin-bottom:20px;
}
.button-group .product_meta .posted_in a,
.button-group .product_meta .tagged_as a{
	position: relative;
    color: #14212b;
    font-size: 15px;
	text-transform: capitalize;
}

/*************My Account Page**********************/
.woocommerce-MyAccount-navigation ul{
	position:relative;
	padding:0px;
	margin:0px;	
}
.woocommerce-MyAccount-navigation ul li{
	position:relative;
	display:block;
	padding:11px 10px 11px 25px;
	border:1px solid #000000;
	margin-bottom:10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li:before{
	position:absolute;
	content:'';
	top:0px;
	left:0px;
	width:5px;
	height:48px;
	background:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li:hover:before{
	width:100%;
}
.woocommerce-MyAccount-navigation ul li a{
	position:relative;
	font-size:14px;
	font-weight:600;
	display:block;
	text-transform:uppercase;
	color:#000000;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.woocommerce-MyAccount-navigation ul li:hover a{
	color:#ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content{
	background:#0F1D22;
	padding:40px;
	font-size:16px;
}
.woocommerce-account .woocommerce-MyAccount-content p{
	color:#fff;
}
/* Chartio Charity Business HTML Template */

@media only screen and (max-width: 1550px){

	.become-member{
		display: none;
	}

}

@media only screen and (max-width: 1400px){

	.cause-two{
		overflow: hidden;
	}

	.cause-two .cause-two-button-prev{
		left: -20px;
		z-index: 1;
	}

	.cause-two .cause-two-button-next{
		right: -20px;
		z-index: 1;
	}

	.testimonial-two-arrow{
		position: relative;
		text-align: center;
		margin-top: var(--margin-top-30);
	}

	/* .cause-five-one-arrow{
		position: relative;
		text-align: center;
	} */

	.testimonial-two .testimonial-two-button-prev,
	.cause-five .cause-five-button-prev{
		position: relative;
		left: 0px;
		margin: 0px 3px;
	}

	.testimonial-two .testimonial-two-button-next,
	.cause-five .cause-five-button-next{
		position: relative;
		right: 0px;
		margin: 0px 3px;
	}

	.news-two{
		padding: 120px 0px 90px;
		background-image: none !important;
		background-color: var(--color-sixteen);
	}

	.cause-five{
		padding: 120px 0px 90px;
		background-image: none !important;
		background-color: var(--color-sixteen);
	}

	.default-one{
		padding: 120px 0px 90px;
		background-image: none !important;
		background-color: var(--color-sixteen);
	}

	.homeless-one{
		padding-top: var(--padding-top-120);
	}

	.cause-seven .cause-five-button-prev{
		left: -60px;
	}

	.cause-seven .cause-five-button-next{
		right: -60px;
	}

}

@media only screen and (max-width: 1340px){

	.main-slider_three-pagination,
	.header_phone-two{
		display: none;
	}

	.main-header.header-style-three .header_phone-two{
		display: block;
	}

	.event-one{
		padding-bottom: var(--padding-bottom-110);
	}

	.clients-two{
		padding: 60px 0px 60px;
	}

}

@media only screen and (max-width: 1240px){

	.welcome-one_content-inner{
		padding: var(--padding-zero);
	}

	.cause-two{
		padding-bottom: var(--padding-bottom-110);
	}

	.cause-two .cause-two-button-prev{
		position: relative;
		top: auto;
		left: auto;
		margin-right: var(--margin-right-10);
	}

	.cause-two .cause-two-button-next{
		position: relative;
		top: auto;
		right: auto;
		margin-left: var(--margin-left-10);
	}

	.cause-two_navs-outer{
		text-align: center;
	}

	.faq-one_image{
		margin-top: var(--margin-top-50);
	}

	.faq-one_image img{
		max-width: 100% !important;
	}

	.cause-block_five-donations span{
		font-size: var(--font-16);
	}

}

@media only screen and (max-width: 1140px){

	.welcome-two_globe,
	.header-left-shape,
	.header-right-shape,
	.header-top_two-social,
	.slider-two_image-shadow,
	.main-header.header-style-two .outer-box .nav-btn,
	.header-style-one .appointmeny_button-box{
		display: none;
	}

	.main-header .header-upper .inner-container{
		padding: 0px 15px;
	}

	.welcome-two_content-inner{
		padding-left: var(--padding-zero);
	}

	.cta-one{
		padding: 110px 0px 130px;
	}

	.testimonial-one_counter-inner{
		padding: 60px 30px 100px;
	}

	.testimonial__single-inner{
		padding-top: var(--padding-top-50);
	}

	.news-block_one-content{
		padding: 25px 35px;
	}

	.service-block_one-inner{
		padding: 40px 25px 0px;
	}

	.welcome-one__img,
	.welcome-one__img-2,
	.welcome-one__img-4,
	.welcome-one__img-5,
	.welcome-one__img-6,
	.welcome-one__img-7{
		display: none;
	}

	.welcome-one_images-inner{
		padding: var(--padding-zero);
	}

	.cause-one .cause-block_one{
		width: 33.333%;
	}

	.cause-block_two-inner{
		padding: 0px 20px 30px;
	}

	.cta-one_next-image,
	.cta-one_prev-image,
	.cause-three_prev-image,
	.cause-three_next-image{
		display: none;
	}

	.cause-three .inner-container{
		padding: 0px 100px;
	}

	.testimonial-one_counter-content{
		padding-left: 180px;
	}

	.welcome-one__img-3{
		transform: translate(0px, 0px) !important;
	}

	.slider-two_heading{
		line-height: 54px;
		font-size: var(--font-44);
	}

	.slider-two_content-inner{
		padding-top: var(--padding-top-50);
	}

	.cause-four_content-column .sec-title_two{
		margin-left: var(--margin-zero);
	}

	.cause-four_content-outer{
		padding-top: var(--padding-zero);
	}

	.cause-four_content-outer{
		overflow: hidden;
	}

	.sec-title_two-heading{
		line-height: 52px;
		font-size: var(--font-42);
	}

	.mission-one_donate-inner{
		margin-left: var(--margin-zero);
	}

	.testimonial-block_one-inner{
		padding: 40px 40px;
	}

	.org-block_inner{
		padding-left: var(--padding-zero);
	}

	.org-content_inner{
		padding-left: var(--padding-zero);
	}

	.event-block_one-button{
		border: none;
	}

	.event-block_one-meta li:first-child{
		margin-bottom: var(--margin-bottom-15);
	}

	.news-block_three-inner{
		padding: 30px 30px;
	}

	.fund-one_heading{
		line-height: 40px;
		font-size: var(--font-30);
	}

	.main-header.header-style-two .outer-box .nav-btn{
		margin-right: var(--margin-zero);
	}

	.main-header.header-style-two .header-upper .inner-container{
		padding-left: 240px;
	}

	.cause-four_content,
	.header-top_two .inner-container{
		padding-left: var(--padding-zero);
	}

	.inspire-block_one-inner{
		padding: 20px 15px;
	}

	.help-one_image-inner{
		padding-right: var(--padding-zero);
	}

	.help-one_counter{
		right: 0px;
	}

	.page-title{
		padding: 100px 0px 110px;
	}

	.causes-single_title{
		line-height: 50px;
		font-size: var(--font-36);
	}

	.causes-single_percents{
		margin-top: var(--margin-top-20);
	}

	.event-detail_content-column h2{
		line-height: 50px;
		font-size: var(--font-36);
	}

	.event-detail p{
		line-height: 28px;
		font-size: var(--font-16);
	}

	.shop-detail_content-column .inner-column{
		padding-left: var(--padding-zero);
	}

	.shoping-cart-section .cart-outer {
		overflow-x: auto;
	}

	.news-detail_content{
		padding: 50px 30px 50px;
	}

	.slider-three_heading{
		line-height: 68px;
		font-size: var(--font-50);
	}

	.inspire-one_icon-two,
	.main-header.header-style-three .outer-box,
	.main-header.header-style-three .header_phone-two,
	.volunter-block_one-text{
		display: none !important;
	}

	.gallery-block_two-heading{
		line-height: 26px;
		font-size: var(--font-14);
	}

	.more-posts-inner{
		gap:30px;
	}

}


@media only screen and (max-width: 1023px){

	.main-header .main-box .logo-box {
		position:relative;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		margin:0px;
		text-align:left;
	}

	.header-top_three-social{
		display:none;
	}

	.main-header.header-style-two .outer-box .nav-btn,
	.main-header .outer-box{
		display:block;
	}

	.main-header.header-style-three .outer-box {
		display: block !important;
	}

	.main-header.header-style-three .mobile-nav-toggler{
		color: var(--white-color);
	}

	.slider-three_color-layer{
		display: none;
	}

	.slider-three_content-inner{
		padding-top: var(--padding-zero);
	}

	.slider-three_image-layer::before{
		opacity: 0.80;
		width: 100%;
		z-index: 1;
	}

	.slider-three_image img{
		max-width: 100%;
	}

	.cause-seven{
		background-image: none !important;
		padding: 110px 0px 110px;
		background-color: var(--color-thirtytwo);
	}

	.main-header{
		position:relative;
	}

	.main-header .nav-outer{
		width:100%;
		text-align:center;
	}

	.main-header .mobile-nav-toggler{
		display:block;
	}

	.main-header .sticky-header .mobile-nav-toggler{
		display:block;
	}

	.main-header .nav-outer,
	.main-header.header-style-two .header-upper .logo-box::before,
	.main-header .sticky-header .main-menu{
		display:none;
	}

	.main-header #navbarSupportedContent{
		display:block;
	}

	.main-header .mCSB_inside > .mCSB_container{
		margin-right:0px;
	}

	.main-header{
		position: relative;
		background-color: var(--color-two);
	}

	.testimonial__nav{
		display: none;
	}

	.main-header .header-upper{
		background-color: var(--white-color);
	}

	.main-header .header-upper .inner-container{
		padding: var(--padding-zero);
	}

	.slider-one .swiper-slide{
		padding-top: var(--padding-top-120);
	}

	.news-block_one.style-two .news-block_one-content{
		margin-right: var(--margin-zero);
	}

	.welcome-one_images-outer {
		left: 0px !important;
	}

	.welcome-one_content-column{
		order: 1;
		margin-bottom: var(--margin-bottom-30);
	}

	.welcome-one_images-column{
		order: 2;
	}

	.welcome-two_content-column{
		order: 1;
	}

	.welcome-two_image-column{
		order: 2;
	}

	.welcome-two{
		padding-top: var(--padding-zero);
		padding-bottom: var(--padding-bottom-120);
	}

	.testimonial__single-inner{
		padding: var(--padding-zero);
	}

	.testimonial-one .swiper-pagination{
		margin: var(--margin-zero);
		margin-top: var(--margin-top-30);
	}

	.testimonial-one .inner-container{
		padding: 40px 40px;
		border-radius: 0px 0px;
	}

	.testimonial-one_counter-content{
		min-height: 78px;
		margin-bottom: var(--margin-bottom-5);
	}

	.testimonial-one_counter-inner {
		padding: 50px 30px 50px;
		border-radius: 10px;
	}

	.testimonial-one_text{
		padding-top: var(--padding-top-20);
	}

	.news-block_one-content{
		margin-left: var(--margin-zero);
	}

	.news-block_one.style-two .news-block_one-content-column{
		order: 2;
	}

	.news-block_one.style-two .news-block_one-image-column{
		order: 1;
	}

	.testimonial-one .inner-container{
		min-height: auto;
		height: auto;
	}

	.main-header.header-style-two .header-upper .logo-box{
		background: none;
		border: none;
		top: 0px;
		position: relative;
	}

	.header-top_two .inner-container{
		margin-left: var(--margin-zero);
	}

	.main-header.header-style-two .header-upper{
		background-color: var(--color-twentyfive);
	}

	.main-header.header-style-two .header-upper .inner-container{
		padding-left: var(--padding-zero);
	}

	.main-header.header-style-two .search-box-btn{
		padding: 0px 20px;
	}

	.main-header.header-style-two .mobile-nav-toggler{
		color: var(--white-color);
	}

	.main-header.header-style-two .header-upper .logo-box{
		padding: 20px 0px;
	}

	.slider-two_content-inner{
		text-align: center;
		padding-right: var(--padding-zero);
		padding-bottom: var(--padding-bottom-50);
	}

	.slider-two_image{
		text-align: center;
		margin-left: var(--margin-zero);
	}

	.slider-two-arrow{
		display: none;
	}

	.cause-four_content-column{
		order: 1;
		margin-bottom: var(--margin-bottom-30);
	}

	.cause-four_image-column{
		order: 2;
	}

	.inspire-one_content-column{
		order: 1;
	}

	.inspire-one_image-column{
		order: 2;
	}

	.help-one_content-inner{
		padding-top: var(--padding-zero);
	}

	.help-one_content-column{
		order: 1;
	}

	.help-one_image-column{
		order: 2;
	}

	.help-one{
		padding-bottom: 180px;
	}

	.homeless-tabs .tabs-content{
		padding-left: var(--padding-zero);
	}

	.homeless-tabs .left-box{
		top: 0px;
		display: block;
	}

	.homeless-tabs .tabs-content .content{
		display: block !important;
	}

	.homeless-tabs .image{
		text-align: right;
	}

	.homeless-tabs .tabs-content .content .left-box{
		width: 100%;
	}

	.homeless-tabs .tabs-content .content .right-box{
		width: 100%;
	}

	.homeless-one_image{
		width: 100%;
	}

	.homeless-one_pattern{
		width: auto;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 0px;
	}

	.org-block_one-content{
		padding: 35px 35px 40px;
	}

	.sec-title_two-title{
		letter-spacing: 0px;
	}

	.event-block_one-inner{
		padding-left: var(--padding-zero);
	}

	.event-block_one-image{
		position: relative;
		top: 0px;
	}

	.event-block_one-button{
		position: relative;
		right: 0px;
		top: 0px;
		max-width: inherit;
		text-align: left;
		padding: var(--padding-zero);
	}

	.event-block_one-image::before,
	.event-block_one-image::after{
		display: none;
	}

	.event-block_one-content{
		padding: 30px 0px 10px;
		box-shadow: inherit;
	}

	.fund-one_content-inner{
		padding: var(--padding-zero);
	}

	.fund-one_content-image{
		position: relative;
		display: inline-block;
		margin-bottom: var(--margin-bottom-30);
	}

	.fund-one_button-inner{
		text-align: center;
		padding: var(--padding-zero);
		margin-top: var(--margin-top-30);
	}

	.fund-one_content-inner{
		text-align: center;
	}

	.event-block_one-text{
		max-width: 100%;
	}

	.footer-style-two .logo{
		margin-bottom: var(--margin-bottom-25);
	}

	.footer-two_copyright{
		text-align: center;
		margin-bottom: var(--margin-bottom-20);
	}

	.footer-two_bottom .nav-column{
		text-align: center;
	}

	.footer-two_bottom .nav-column .d-flex{
		justify-content: center !important;
	}

	.page-title h1{
		line-height: 54px;
		font-size: var(--font-44);
	}

	.causes-single .content-column{
		margin-bottom: var(--margin-bottom-20);
	}

	.causes-single{
		padding-bottom: var(--padding-bottom-110);
	}

	.news-detail_heading{
		font-size: var(--font-36);
	}

	.news-detail blockquote br{
		display: none;
	}

	.news-detail .more-posts{
		text-align: center;
	}

	.news-detail .prev-post,
	.news-detail .next-post{
		width: 100%;
		display: block;
		max-width: 100%;
		text-align: center;
	}

	.news-detail .prev-post .prev-arrow{
		position: relative;
		left: 0px;
		top: 0px;
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: var(--margin-bottom-15);
	}

	.news-detail .next-post .next-arrow{
		position: relative;
		right: 0px;
		top: 0px;
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: var(--margin-bottom-15);
	}

	.reply-comment{
		margin-left: var(--margin-zero);
	}

	.news-detail .post-grid_icon{
		top: 0px;
		width: 100%;
		margin-bottom: var(--margin-bottom-25);
	}

	.slider-three_pattern,
	.cause-four_icon{
		display: none;
	}

	.volunter-two{
		background-image: none !important;
		padding: 110px 0px 110px;
		background-color: var(--color-thirtytwo);
	}

	.testimonial-three .images-column .image{
		position: relative;
		text-align: center;
	}

	.inspire-one_image-inner{
		text-align: center;
	}

	.testimonial-three{
		overflow: hidden;
		padding: 110px 0px 110px;
	}

	.volunter-block_one-text{
		display: block !important;
	}

	.gallery-three_title-inner{
		max-width: 100%;
	}

}
@media (max-width:991px) {
	.slider-three_image img {
		object-fit: contain;
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 767px){

	.main-header .header-upper .logo-outer {
		position:relative;
		width:100%;
	}

	.main-header .sticky-header .outer-box{
		display:block;
		right: 0px;
		left: auto;
		top:0px;
	}

	.main-header .main-menu{
		width:100%;
		display:none;
	}

	.testimonial-three_icon,
	.main-header .main-menu .navbar-collapse > .navigation li.dropdown:after,
	.main-header .main-menu .navigation > li > ul:before{
		display:none !important;
	}

	.main-header .main-box .logo-box{
		float:none;
		text-align:center;
		padding-bottom:10px;
	}

	.main-header .header-lower .outer-box{
		position:relative;
		z-index:12;
		display:block;
	}

	.main-header .main-menu .navbar-header .navbar-toggler{
		display: inline-block;
		z-index: 12;
		width: 50px;
		height: 40px;
		float: none;
		padding: 0px;
		text-align: center;
		border-radius: 0px;
		background: none;
		border: 1px solid #ffffff;
	}

	.main-header .main-menu .navbar-header .navbar-toggler .icon-bar{
		position: relative;
		background: #ffffff;
		height: 2px;
		width: 26px;
		display: block;
		margin:0 auto;
		margin:5px 11px;
	}

	.main-header .nav-outer{
		width:100%;
	}

	.main-header .nav-outer .mobile-nav-toggler{
		display: block;
	}

	.main-header #navbarSupportedContent{
		display:block;
	}

	.main-header .mCSB_inside > .mCSB_container{
		margin-right:0px;
	}

	.main-header .outer-box{
		position:relative;
		left:0px;
		margin-left:0px;
		padding:0px 0px;
	}

	.main-header .sticky-header .mobile-nav-toggler{
		display:block;
		padding:15px 0px;
	}

	.main-header .outer-box .nav-btn{
		display:block;
	}

	.slider-one_image{
		border-radius: 0px;
	}

	.slider-one_content-inner{
		padding-left: var(--padding-zero);
	}

	.slider-one_content{
		margin-top: var(--margin-top-60);
	}

	.testimonial-one_counter-content::before,
	.cta-one .cta-one-button-prev,
	.cta-one .cta-one-button-next,
	.slider-one .main-slider-prev,
	.slider-one .main-slider-next{
		display: none;
	}

	h1{
		line-height: 54px;
		font-size: var(--font-44);
	}

	h2{
		line-height: 50px;
		font-size: var(--font-40);
	}

	.service-block_one-inner::before{
		border-radius: 60px 60px 0px 0px;
	}

	.cause-one .cause-block_one{
		width: 50%;
	}

	.cause-three .inner-container{
		padding: var(--padding-zero);
	}

	.cause-block_three-content{
		position: relative;
		right: 0px;
		max-width: 100%;
	}

	.news-block_one-content{
		padding: 20px 20px;
		border-radius: 0px;
	}

	.news-block_one-date,
	.news-block_one-image,
	.cause-block_three-image{
		border-radius: 0px;
	}

	.news-block_one-heading{
		font-size: var(--font-30);
	}

	.footer-nav{
		text-align: center;
		margin-top: var(--margin-top-25);
	}

	.footer-list{
		margin-top: var(--margin-top-25);
	}

	.main-footer .footer-text{
		text-align: center;
	}

	.header-top_news,
	.footer-inner_container::before{
		display: none;
	}

	.header-top_two .right-box{
		width: 100%;
		text-align: center;
		display: block !important;
	}

	.sec-title_two-heading br{
		display: none;
	}

	.footer-style-two .social-column_inner{
		padding-left: var(--padding-zero);
	}

	.follow-insta{
		position: relative;
		margin-bottom: var(--margin-bottom-30);
	}

	.causes-single .content-column p{
		line-height: 28px;
		font-size: var(--font-16);
	}

	.event-detail_list{
		margin-bottom: var(--margin-bottom-30);
	}

	.event-detail_list li{
		font-size: var(--font-16);
	}

	.news-detail_content {
		padding: 30px 15px 30px;
	}

	.news-detail-meta li{
		font-size: var(--font-14);
		margin-left: var(--margin-left-15);
		padding-left: var(--padding-left-25);
	}

	.news-detail-meta li .icon{
		top: 4px;
	}

	.comments-content{
		padding: 25px 20px;
	}

	.comment-form .default-form,
	.reply-comment{
		padding: 30px 30px;
	}

	.slider-three_heading {
		line-height: 54px;
		font-size: var(--font-40);
	}

	.gallery-block_two-image img{
		width: 100%;
		display: block;
	}

	.volunter-two_button{
		margin-top: var(--margin-top-25);
	}

	.testimonial-three .carousel-column .inner-column{
		padding-right: var(--padding-zero);
	}
	.chartio-comment-item .chartio-comment-item{
		margin-left:0px;
	}

	.main-header{
		z-index:999999;
	}

	.admin-bar .main-header.fixed-header .header-upper{
		top:46px;
	}

}

@media only screen and (max-width: 599px){

	.slider-one .slider-one_childrens{
		font-size:20px;
	}

	.header-top_social{
		display: none;
	}

	.cta-one .sec-title_text{
		padding: var(--padding-zero);
	}

	.main-header .search-box-outer{
		margin-left: var(--margin-zero);
	}

	.cause-three .cause-three-button-prev,
	.cause-three .cause-three-button-next,
	.main-header .outer-box .nav-btn{
		display: none;
	}

	.cause-block_three-content{
		border-radius: 0px;
		box-shadow: inherit;
	}

	.cause-block_three-image_outer{
		padding-bottom: var(--padding-zero);
	}

	.feature-block_one-heading{
		max-width: 220px;
	}

	.inspire-one_phone{
		margin-left: var(--margin-left-10);
	}

	.inspire-one_image{
		margin-top: var(--margin-top-30);
	}

	.mission-one_donate-inner{
		padding: 40px 30px;
	}

	.help-one_counter-outer{
		text-align: center;
	}

	.help-one_counter{
		position: relative;
		bottom: 0px;
		margin: 0 auto;
		margin-top: var(--margin-top-15);
	}

	.help-one_counter:nth-child(2){
		bottom: 0px;
	}

	.help-one_counter:nth-child(3){
		right: 0px;
		bottom: 0px;
	}

	.help-one {
		padding-bottom: var(--padding-bottom-100);
	}

	.testimonial-block_one-author{
		position: relative;
		margin: 0 auto;
		margin-bottom: var(--margin-bottom-25);
	}

	.testimonial-block_one-content{
		min-height: auto;
		text-align: center;
		padding-right: var(--padding-zero);
	}

	.homeless-one_pattern,
	.homeless-tabs .image img{
		display: none;
	}

	.homeless-tabs .tab-btns{
		position: relative;
		top: 0px;
		left: 0px;
	}

	.homeless-tabs .right-box{
		padding: 30px 30px;
	}

	.homeless-info-tabs{
		padding-top: var(--padding-top-60);
	}

	.homeless-tabs .right-box .sec-title_two-heading{
		line-height: 44px;
		font-size: var(--font-34);
	}

	.sec-title_two-heading br{
		display: none;
	}

	.sec-title_two-heading {
		line-height: 46px;
		font-size: var(--font-36);
	}

	.page-title .bread-crumb li{
		font-size: var(--font-16);
	}

	.donate-three .inner-container{
		padding: 25px 25px 35px;
	}

	.cause-block_five-content{
		padding-left: var(--padding-zero);
	}

	.cause-block_five-image{
		position: relative;
		margin-bottom: var(--margin-bottom-20);
	}

	.causes-single_title {
		line-height: 40px;
		font-size: var(--font-30);
	}

	.event-detail_content-column h2 {
		line-height: 40px;
		font-size: var(--font-30);
	}

	.shop-detail_title{
		line-height: 40px;
		font-size: var(--font-30);
	}

	.prod-tabs .tabs-content p{
		font-size: var(--font-16);
	}

	.shop-detail .prod-tabs .tabs-content{
		padding-top: var(--padding-top-20);
	}

	.contact-form_box{
		padding: 40px 20px;
	}

	.contact-form_box h2{
		font-size: var(--font-24);
	}

	.news-detail_heading {
		line-height: 40px;
		font-size: var(--font-30);
		margin-top: var(--margin-top-20);
	}

	.post-share-options .social-box{
		margin-top: var(--margin-top-15);
	}

	.news-detail .more-posts a br{
		display: none;
	}

	.comment-box .comment{
		padding-left: var(--padding-zero);
	}

	.comment-box .author-thumb{
		position: relative;
		margin-bottom: var(--margin-bottom-15);
	}

	.news-detail-meta{
		margin-top: var(--margin-top-15);
		margin-left: var(--margin-zero);
	}

	.news-detail-meta li{
		margin-left: var(--margin-zero);
		margin-right: var(--margin-right-15);
	}

	sec-title_two-heading br{
		display: none;
	}

	.admin-bar .main-header.fixed-header .header-upper{
		top:0px;
	}

}

@media only screen and (max-width: 484px) {
	.slider-one .slider-one_childrens{
		margin-top:30px;
	}
}

@media only screen and (max-width: 479px) {

	h1 {
		line-height: 40px;
		font-size: var(--font-30);
	}

	.slider-one .slider-one_childrens{
		font-size: var(--font-20);
	}

	.slider-one_title{
		font-size: var(--font-36);
	}

	.cause-one .cause-block_one{
		width: 100%;
	}

	.cause-block_three-content{
		padding: 25px 0px 20px;
	}

	.accordion-box .block .acc-btn{
		padding: 17px 45px 17px 20px;
	}

	.testimonial-one .inner-container{
		padding: 20px 20px;
	}

	.testimonial__single-inner h2{
		font-size: var(--font-24);
		line-height: 34px;
	}

	.testimonial-one_counter-content{
		min-height: auto;
		padding-left: var(--padding-zero);
	}

	.testimonial-one_counter-number{
		position: relative;
	}

	.testimonial-one_text{
		padding-top: var(--padding-zero);
	}

	.news-block_one-upper{
		padding-left: var(--padding-zero);
	}

	.news-block_one-date{
		position: relative;
		margin-bottom: var(--margin-bottom-20);
	}

	.slider-two_title{
		font-size: var(--font-20);
	}

	.slider-two_heading {
		line-height: 40px;
		font-size: var(--font-30);
	}

	.main-header.header-style-two .outer-box .nav-btn,
	.cause-four_image-two{
		display: none;
	}

	.cause-block_four-content{
		padding: 0px 15px 25px;
	}

	.cause-block_four-info{
		padding: 18px 20px;
	}

	.cause-block_four-donations{
		padding: 26px 18px;
	}

	.cause-block_four-donations span{
		font-size: var(--font-14);
	}

	.sec-title_two-heading {
		line-height: 38px;
		font-size: var(--font-28);
	}

	.mission-one_homeless{
		font-size: var(--font-18);
	}

	.mission-one_donate-inner {
		padding: 30px 15px;
	}

	.counter-two_inner{
		padding-left: var(--padding-zero);
	}

	.counter-two_icon{
		position: relative;
		margin-bottom: var(--margin-bottom-20);
	}

	.shipping-form .theme-btn,
	.btn-style-three,
	.btn-style-four{
		letter-spacing: 0px;
		padding: 18px 25px;
		font-size: var(--font-14);
	}

	.org-block_one-content{
		padding: 25px 20px;
	}

	.cause-four_list li{
		font-size: var(--font-16);
	}

	.page-title h1 {
		line-height: 38px;
		font-size: var(--font-28);
	}

	.cause-four_image-outer{
		padding-bottom: var(--padding-zero);
	}

	.cause-four.style-two{
		padding-bottom: var(--padding-bottom-80);
	}

	.mission-one_text,
	.news-block_one-text,
	.testimonial-block_one-text,
	.cause-block_two-text{
		line-height: 28px;
		font-size: var(--font-16);
	}

	.team-block_one-designation{
		font-size: var(--font-16);
		margin-top: var(--margin-top-5);
	}

	h3,
	.cause-six .cause-block_two-heading,
	.news-block_one.alternate .news-block_one-heading{
		line-height: 30px;
		font-size: var(--font-20);
	}

	.accordion-box.style-two .block .acc-btn{
		font-size: var(--font-16);
	}

	.page-title .bread-crumb{
		padding: 15px 22px;
	}

	.page-title .bread-crumb li {
		font-size: var(--font-14);
	}

	.testimonial-block_two-inner{
		padding: 30px 20px;
	}

	.testimonial-block_two-text{
		line-height: 26px;
		font-size: var(--font-16);
	}

	.service-block_two-inner{
		padding: 15px 15px;
	}

	.service-block_two-text-two{
		line-height: 24px;
		font-size: var(--font-14);
	}

	.service-block_three-inner{
		padding: 40px 20px;
	}

	.service-block_three-overlay{
		padding: 30px 15px;
	}

	.service-block_three-upper{
		min-height: 92px;
		padding-top: var(--padding-zero);
	}

	.service-block_three-title{
		font-size: var(--font-20);
	}

	.news-block_five-text,
	.footer-style-two .text,
	.accordion-box .block .content .text,
	.sec-title_two-text{
		line-height: 26px;
		font-size: var(--font-16);
	}

	.accordion-box .block .content{
		padding: 0px 30px 30px 20px;
	}

	.footer-two_socials{
		margin-top: var(--margin-top-20);
		margin-left: var(--margin-zero);
	}

	.mission-one_donar .select-box label{
		padding: 13px 10px;
		font-size: var(--font-16);
	}

	.mission-one_form .form-group button{
		padding: 20px 15px;
		font-size: var(--font-14);
	}

	.cause-block_five-image{
		display: block;
	}

	.cause-block_five-image img{
		width: 100%;
		display: block;
	}

	.cause-block_five-inner{
		padding: 15px 15px;
	}

	.causes-single_author-inner{
		min-height: auto;
		padding-left: var(--padding-zero);
	}

	.causes-single_author-image{
		position: relative;
		margin-bottom: var(--margin-bottom-20);
	}

	.causes-single .donation-column .inner-column{
		padding: 25px 25px;
	}

	.news-block_five-more,
	.news-block_four-date,
	.event-block_one-meta li{
		font-size: var(--font-16);
	}

	.event-block_two-content{
		padding: 0px 15px;
	}

	.event-block_two-author{
		margin-bottom: var(--margin-bottom-15);
	}

	.event-detail_content-column h2{
		line-height: 34px;
		font-size: var(--font-24);
	}

	.news-block_four-heading{
		line-height: 30px;
		font-size: var(--font-20);
	}

	.styled-pagination li{
		margin: 0px 0px 5px;
	}

	.news-five_icon,
	.news-block_five-meta-outer{
		display: none;
	}

	.news-block_five-content{
		padding: 20px 15px 0px;
	}

	.error-one h2{
		line-height: 40px;
		font-size: var(--font-30);
	}

	.filter-box{
		padding: 15px 20px;
		border-radius: 0px;
	}

	.filter-box .results{
		margin-bottom: var(--margin-bottom-20);
	}

	.shop-detail .comments-area .comment{
		padding-left: var(--padding-zero);
	}

	.shop-detail .comments-area .comment-box .author-thumb{
		position: relative;
		margin-bottom: var(--margin-bottom-20);
	}

	.shop-detail .comments-area .comment .comment-inner .rating{
		position: relative;
		right: 0px;
		top: 0px;
		margin-bottom: var(--margin-bottom-15);
	}

	.shop-detail .prod-tabs .tab-btns .tab-btn{
		font-size: var(--font-16);
	}

	.shipping-outer .cart-shipping-box{
		padding: 20px 20px;
	}

	.voucher-box .form-group{
		padding-right: var(--padding-zero);
	}

	.voucher-box .form-group input[type="text"],
	.voucher-box .form-group input[type="email"]{
		width: 100%;
	}

	.voucher-box .form-group button{
		position: relative;
		width: 100%;
	}

	.alternate-news_heading{
		line-height: 32px;
		font-size: var(--font-22);
	}

	.comment-form .default-form,
	.comments-content {
		padding: 15px 15px;
	}

	.default-form .form-group input[type="text"]{
		font-size: var(--font-14);
	}

	.reply-comment {
		padding: 15px 15px;
	}

	.default-form .form-group .submit-btn{
		padding: 15px 15px;
		font-size: var(--font-14);
	}

	.slider-three_title{
		font-size: var(--font-18);
	}

	.slider-three_heading {
		line-height: 44px;
		font-size: var(--font-30);
	}

	.cause-block_six-title{
		line-height: 33px;
		font-size: var(--font-22);
	}

	.cause-block_six-price{
		font-size: var(--font-14);
	}

	.inspire-one_button{
		margin-bottom: var(--margin-bottom-20);
	}

	.news-block_six-content{
		padding-left: var(--padding-zero);
	}

	.news-block_six-date{
		position: relative;
		top: 0px;
		border: none;
		margin-bottom: var(--margin-bottom-10);
	}

}@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading__animation{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:auto}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;margin-left:auto!important;margin-right:auto!important;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{-moz-appearance:none;appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}
