
/*----------------------------------------------------------------------- 
table of content
-------------------------------------------------------------------------* /


/* ----------------------------
* 1 = Fonts 
* 2 = Global 
* 3 = Header
* 4 = Ways of help
* 5 = Countdown
* 6 = Recent Causes
* 7 = Our Impact
* 8 = Can We Do
* 9 = Video bg section
* 10 = Latest news
* 11 = Partner 
* 12 = Footer
* 13 = page head section

/*----------------------------------------------------------------------- 
End of Table of Content
-------------------------------------------------------------------------* /


/*----------------------------------------------------------------------- 
fonts [*1]
-------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700|Roboto:family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*----------------------------------------------------------------------- 
Global
-------------------------------------------------------------------------*/
* { box-sizing: border-box; }
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: .5px;
	background-color: #fff;
	color: #757575;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	
}

.reg-text-large {font-size: 1.2em;
}

.ul-li ul {
	margin:0;
	padding: 0;
}
.ul-li  li {
	display: inline-block;
	list-style: none;
}
.ul-li-block li {
	display: block;
}
section {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	transition: .3s all ease-in-out;
	color: inherit;

}
.form-control:focus,button:visited,button.active,button:hover,button:focus,input:visited,input.active,input:hover,
input:focus,textarea:hover,textarea:focus,a:hover,a:focus,a:visited,a.active,select,select:hover, select:focus, select:visited {
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}
.form-control {
	box-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: 500;
	font-family: 'Roboto', sans-serif; 
}

.section-content {
	padding: 100px 0px;
}
.orange-gred {
	background: -moz-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #308d85), color-stop(100%, #50b0a8));
	background: -webkit-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -o-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -ms-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.deep-black {
	color: #040404;
}
.green {
	color: #4b8782;
}

@-webkit-keyframes video-icon {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes video-icon {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}


@-moz-keyframes zooming { 0% { -moz-transform: scale(1, 1); transform: scale(1, 1); }
50% { -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
100% { -moz-transform: scale(1, 1); transform: scale(1, 1); } }
@-webkit-keyframes zooming { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
50% { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } }
@keyframes zooming { 0% { -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); }
50% { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
100% { -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); } }

/*--------------------------------------------- 
Margin settings
-----------------------------------------------*/
.mt25{margin-top: 25px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.mt10{margin-top: 10px;}
.mt65{margin-top: 65px;}
.mr30{margin-right: 30px;}

/*----------------------------------------------- 
Padding settings
------------------------------------------------*/
.pb10{padding-bottom: 10px;}
.pb30{padding-bottom: 30px;}
.pb20{padding-bottom: 20px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pt35{padding-top: 35px;}
.pt25{padding-top: 25px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt50{padding-top: 50px;}


.pbn10{padding-bottom: -10px;}
.pbn20{padding-bottom: -20px;}
.pbn30{padding-bottom: -30px;}
.pbn40{padding-bottom: -40px;}
.pbn50{padding-bottom: -50px;}
.pbn60{padding-bottom: -60px;}
.ptn35{padding-top: -35px;}
.ptn25{padding-top: -25px;}
.ptn15{padding-top: -15px;}
.ptn20{padding-top: -20px;}
.ptn60{padding-top: -60px;}

.no-padding{padding: 0;}

.table-disply {
	display: table;
	width: 100%;
}

.client-designation {
	padding: 20px;
}




/*----------------------------------------------------------------------- 
Start of 21day section
-------------------------------------------------------------------------*/
.challenge-section {background-color: #FBF2DE;}

.challenge-section h1 {font-size: 48px;}
.challenge-text {    
	max-width: 700px;
    margin: 0 auto;
}

.challenge-submit-btn button {
	height: 50px;
	width: 260px;
	margin: 0 auto;
	line-height: 50px;
	border-radius: 35px;
	border: none;
	background: -moz-linear-gradient(left, #f24e2a 0%, #f06e51 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #f24e2a), color-stop(100%, #f06e51));
	background: -webkit-linear-gradient(left, #f24e2a 0%, #f06e51 100%);
	background: -o-linear-gradient(left, #f24e2a 0%, #f06e51 100%);
	background: -ms-linear-gradient(left, #f24e2a 0%, #f06e51 100%);
	color: #fff;
}
/*----------------------------------------------------------------------- 
End of 21day section
-------------------------------------------------------------------------*/





/*----------------------------------------------------------------------- 
Start of features section
-------------------------------------------------------------------------*/
.features-icon i {
	font-size: 52px;
	transition: .3s all ease-in-out;
	position: relative;
	z-index: 1;
}
.features-section {padding-top: 0;}
.features-text-title h3 {
	font-size: 26px;
}
.features-icon {
	height: 120px;
	width: 120px;
	margin: 0 auto;
	line-height: 160px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 5px 30px -9px rgba(80, 176, 168, 0.75);
	-moz-box-shadow: 0px 5px 30px -9px rgba(80, 176, 168, 0.75);
	box-shadow: 0px 5px 30px -9px rgba(80, 176, 168, 0.75);
}
.features-icon:after,
.extra-features-section .extra-left .features-icon:after,
.extra-features-section .extra-right .features-icon:after {
	position: absolute;
	content: '';
	border-radius: 100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	transition: .3s all ease-in-out;
	transform: scale(.5);
}
.features-icon:after,
.extra-features-section .extra-left .features-icon:after,
.extra-features-section .extra-right .features-icon:after  {
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #308d85 0%, #50b0a8 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #308d85 0%, #50b0a8 100%) repeat scroll 0 0;

}
.features-text-dec {
	max-width: 350px;
	margin: 0 auto;
	overflow: hidden;
}
.features-text-icon:hover .features-icon:after,
.extra-icon-text:hover .features-icon:after {
	opacity: 1;
	transform: scale(1);
}
.features-text-icon:hover i,
.extra-icon-text:hover i  {
	background: -moz-linear-gradient(left, #fff 0%, #fff 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #fff), color-stop(100%, #fff));
	background: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
	background: -o-linear-gradient(left, #fff 0%, #fff 100%);
	background: -ms-linear-gradient(left, #fff 0%, #fff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.extra-icon-text {
	position: relative;
}
/*----------------------------------------------------------------------- 
End of features section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of about section
-------------------------------------------------------------------------*/
.about-section {
	background-color: #f7f7f9;
	overflow: visible;
}
#support.about-section {
	background-color: white;
}
#support .section-content{
	padding: 20px 0;
}
/*.about-section .section-content {
	padding-bottom: 35px;
}*/
.about-left-img {
	max-width: 370px;
	margin: 0px auto;
	margin-bottom: -100px;
}
/* Zooming */
.zooming {
	-moz-animation: zooming 18s infinite both;
	-webkit-animation: zooming 18s infinite both;
	animation: zooming 18s infinite both;
}

/*.about-section-text {
	padding-top: 105px;
}*/
.download-store li {
	margin-right: 20px;
}
/*----------------------------------------------------------------------- 
End of about section
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start of about REVERSE section
-------------------------------------------------------------------------*/
.about-reverse-section {
	background-color: #fff;
	overflow: visible;
}
/*.about-reverse-section-text {
	padding-top: 105px;
}*/


.about-right-img {
	max-width: 370px;
	margin: 0px auto;
	margin-bottom: -100px;
}
/* Zooming */
.zooming {
	-moz-animation: zooming 18s infinite both;
	-webkit-animation: zooming 18s infinite both;
	animation: zooming 18s infinite both;
}


.download-store li {
	margin-right: 20px;
}

/*----------------------------------------------------------------------- 
End of about REVERSE section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of extra features
-------------------------------------------------------------------------*/
.extra-features-section .section-content {
	padding-top: 160px;
}
.extra-features-section .extra-left .features-icon,
.extra-features-section .extra-right .features-icon {
	width: 80px;
	height: 80px;
	line-height: 100px;
	float: right;
	box-shadow: none;
	background-color: #f7f7f9;
	margin-left: 20px;
}
.extra-features-section .features-icon i {
	font-size: 36px;
}
.extra-left-content {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
}
.extra-features-section .extra-right .features-icon {
	float: left;
	margin-right: 20px;
	margin-left: 0;
}
/*----------------------------------------------------------------------- 
End of extra features
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of how to install
-------------------------------------------------------------------------*/
.how-to-install,
.download-section {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #308d85 0%, #50b0a8 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #308d85 0%, #50b0a8 100%) repeat scroll 0 0;
}
.how-to-install .section-content {
	padding-bottom: 150px;
}
.title-install h2 {
	font-size: 52px;
	color: #fff;
}
.install-play {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background-color: #fff;
	line-height: 120px;
	border-radius: 100%;
}
.install-play .popup-with-zoom-anim {
	display: block;
	width: 100%;
	position: relative;
}
.popup-with-zoom-anim:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 42%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: -moz-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #308d85), color-stop(100%, #50b0a8));
	background: -webkit-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -o-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -ms-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	border-radius: 50%;
	-webkit-animation: video-icon 1500ms ease-out infinite;
	animation: video-icon 1500ms ease-out infinite;
}
.install-play span {
	font-size: 36px;
}
/*----------------------------------------------------------------------- 
End of how to install
-------------------------------------------------------------------------*/




/*----------------------------------------------------------------------- 
Start of showcase section
-------------------------------------------------------------------------*/
.showcase-slider .owl-dot {
	height: 15px;
	width: 15px;
	background: -moz-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #308d85), color-stop(100%, #50b0a8));
	background: -webkit-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -o-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -ms-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	border-radius: 100%;
	display: inline-block;
	margin-right: 10px;
	transition: .3s all ease-in-out;
}
.showcase-slider .owl-controls .owl-dots {
	text-align: center;
	padding-top: 45px;
}
.showcase-slider  .owl-dot.active {
	width: 30px;
	border-radius: 20px;
}
.showcase-slider .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.showcase-slider .owl-prev,
.showcase-slider .owl-next {
	height: 80px;
	width: 80px;
	background-color: #f7f7f9;
	line-height: 65px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: -70px;
	-webkit-box-shadow: 2px -1px 35px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px -1px 35px -5px rgba(0,0,0,0.75);
	box-shadow: 2px -1px 35px -5px rgba(0,0,0,0.75);
	font-size: 18px;
	border: 10px solid #fff;
}
.showcase-slider .owl-prev,
.showcase-slider .owl-next span {
	color: #308d85;
}
.showcase-slider .owl-prev {
	left: -40px;
}
.showcase-slider .owl-next {
	right: -40px;
}
.showcase-slider .owl-prev:hover,
.showcase-slider .owl-next:hover {
	background: -moz-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #308d85), color-stop(100%, #50b0a8));
	background: -webkit-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -o-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -ms-linear-gradient(left, #308d85 0%, #50b0a8 100%);
}
.showcase-slider .owl-prev:hover span,
.showcase-slider .owl-next:hover span {
	color: #fff;
}
/*----------------------------------------------------------------------- 
End of showcase section
-------------------------------------------------------------------------*/





/*----------------------------------------------------------------------- 
Start of testimonial section
-------------------------------------------------------------------------*/
.testimonial-section {
	background-color: #ecf0f1;
}
.testimonial-name-designation {
	background-color: #fff;
	position: relative;
	padding: 30px;
	display: inline-block;
	border-radius: 10px;
}
.quate-icon {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	line-height: 40px;
	position: absolute;
	top: -20px;
	background-color: #fff;
	text-align: center;
}
.quate-icon span {
	font-size: 18px;
	font-weight: 700;
}
.testimonial-pic {
	height: 80px;
	width: 80px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.testimonial-pic img {
	border-radius: 100%;
}
.client-designation .name {
	display: block;
	font-weight: 600;
}

.designation {
	font-size: 13px;
}


/*----------------------------------------------------------------------- 
End of testimonial section
-------------------------------------------------------------------------*/




/*----------------------------------------------------------------------- 
Start of pricing plan
-------------------------------------------------------------------------*/
.meh-pricing .pricing-price .content-price {
	font-size: 52px;
	display: block;
}
.meh-pricing .content-title {
	font-size: 36px;
    font-weight: 400;
}
.meh-pricing {
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
	padding: 15px 20px 30px 25px;
	border-radius: 5px;
	z-index: 0;
	position: relative;
	background-color: #fff;
}
.meh-pricing-content-desc li {
	margin-bottom: 10px;
    display: block;
    line-height: 1.4em;
}
.meh-content-button,
.submit-btn button,
.load-more  {
	height: 50px;
	width: 170px;
	background-color: #f7f7f9;
	margin: 0 auto;
	line-height: 50px;
	border-radius: 35px;
}
.meh-content-button a,
.load-more a {
	display: block;
	width: 100%;
	color: #040404;
	position: relative;
	z-index: 1;
	transition: .3s all ease-out;
}
.meh-content-button a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: -moz-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #308d85), color-stop(100%, #50b0a8));
	background: -webkit-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -o-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -ms-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00c9fd', endColorstr='#81ee8e', GradientType=1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 35px;
}
.meh-content-button a:hover:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}
.meh-content-button a:hover {
	color: #fff;
}
.landing-icon span {
	font-size: 36px;
}
.meh-pricing.middle {
	position: relative;
	z-index: 1;
	padding-top: 45px;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
	margin-top: -20px;
	padding-bottom: 45px;
}
.landing-icon {
	position: absolute;
	top: 25px;
}
/*----------------------------------------------------------------------- 
End of testimonial section
-------------------------------------------------------------------------*/




/*----------------------------------------------------------------------- 
Start of download area section
-------------------------------------------------------------------------*/
.download-number h2 {
	font-size: 48px;
    color: #fff;
    font-weight: 500;
}
.download-area-text span {
	color: #fff;
	font-size: 21px;
}
.download-area-text {
	max-width: 500px;
	margin: 0 auto;
}
.download-now h3 {
	font-size: 42px;
	font-weight: 400;
	color: #fff;
}
/*----------------------------------------------------------------------- 
End of download area section
-------------------------------------------------------------------------*/




/*----------------------------------------------------------------------- 
Start of contact section
-------------------------------------------------------------------------*/
.comment-form {
	max-width: 770px;
	margin: 0 auto;
}

.contact-info input {
	width: 48%;
	float: left;
	height: 50px;
}
.contact-info-1 input {
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
.contact-info textarea {
	width: 100%;
	max-height: 150px;
	margin-top: 20px;
}
.contact-info input,
.contact-info-1 input,
.contact-info textarea {
	background-color: #f7f7f9;
	border: none;
	padding: 20px;
	border-radius: 5px;
}
.submit-btn button {
	border: none;
	background: -moz-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #308d85), color-stop(100%, #50b0a8));
	background: -webkit-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -o-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	background: -ms-linear-gradient(left, #308d85 0%, #50b0a8 100%);
	color: #fff;
}
/*----------------------------------------------------------------------- 
End of contact section
-------------------------------------------------------------------------*/





/*----------------------------------------------------------------------- 
Start of footer sectiion
-------------------------------------------------------------------------*/
.footer-area-section {
	background-color: #ecf0f1;
}
.footer-content {
	max-width: 265px;
}
.footer-social ul li {
	margin-right: 15px;
}
.footer-social ul li span {
	color: #040404;
	transition: .3s all ease-out;
}
.footer-social ul li span:hover {
	color: #50b0a8;
}
.widgettile {
	font-size: 16px;
	font-weight: 600;
}
.service-list-item li {
	margin-bottom: 15px;
}
.service-list-item li:hover a {
	color: #f24e2a;
}

.newsletter input {
	height: 50px;
	background-color: #f7f7f9;
	border: none;
	border-radius: 5px;
	width: 100%;
	margin-top: 25px;
	padding: 20px;
}
.newsletter-email {
	position: relative;
}
.newsletter-email button {
	position: absolute;
	top: 25px;
	right: 0;
	background-color: #292929;
	border: none;
	height: 50px;
	width: 100px;
	border-radius: 5px;
}
/*----------------------------------------------------------------------- 
End of of footer sectiion
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
---------------------------HOME PAGE 2-----------------------------------
-------------------------------------------------------------------------*/




/*----------------------------------------------------------------------- 
Start of home-2 banner
-------------------------------------------------------------------------*/
.banner-area-section.home-2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 290px;
	overflow: visible;
	padding-top: 340px;
	background-image: url("../../assets/img/banner/Arcana-background.jpg")
	/*background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #308d85 0%, #50b0a8 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #308d85 0%, #50b0a8 100%) repeat scroll 0 0;*/
}


.banner-area-section.home-21day {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 290px;
	overflow: visible;
	padding-top: 340px;
	background-image: url("../../assets/img/banner/jon-flobrant-sbjVthVW2X8-unsplash.jpg")
	/*background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #308d85 0%, #50b0a8 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #308d85 0%, #50b0a8 100%) repeat scroll 0 0;*/
}


.banner-area-head h1 {
	font-size: 52px;
	color: #fff;
	font-weight: 300;
}
.banner-text {
	max-width: 650px;
}
.banner-area-head  span {
	color: #f1f1f1;
	font-size: 26px;
}
.banner-area-content {
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.9);
}
.banner-mock-up {
	position: absolute;
	right: 0;
	top: 0;
}
.banner-mock-up.home-1 {
	top: -100px;
} 

.banner-slider {
	position: absolute;
	top: 40px;
	right: 0;
}
.banner-slider_moblile img {
	max-width: 100%;
	text-align: center;
	width: auto;
	display: inline-block;
}
.banner-slider_moblile {
	text-align: center;
	z-index: 3;
	position: relative;
	display: inline-block;
}
.banner-area-section.home-3.home-2 {
	overflow: hidden;
	padding-top: 285px;
}


.banner-area-section.home-3.home-21day {
	overflow: hidden;
	padding-top: 285px;
}



.banner-slide-area {
	max-width: 300px;
	position: absolute;
	top: 110px;
	right: 18px;
}
.banner-slide-area .owl-dot {
	height: 15px;
	width: 15px;
	background-color: #ee0b76;
	border-radius: 100%; 
	margin-bottom: 15px;
}
.banner-slide-area .owl-dot.active {
	border: 2px solid #fff;
}
.banner-slide-area .owl-controls {
	position: absolute;
	right: -50px;
	top: 50px;
}
.extra-features-section.v-2 {
	background-color: #f7f7f9;
}
.extra-features-section.v-2 .section-content {
	padding-top: 100px;
}
.extra-features-section .extra-features-content.v2 .extra-left .features-icon,
.extra-features-section .extra-features-content.v2 .extra-right .features-icon {
	background-color: #ecf0f1;
	position: relative;
}
/*----------------------------------------------------------------------- 
End of home-2 banner
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of team member section
-------------------------------------------------------------------------*/
.team-member-details {
	border: 1px solid #ededed;
	box-shadow: 5px 5px 5px #ededed;
	border-radius: 7px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
	border-radius: 7px 7px 0px 0px;
}

.team-pic {
	text-align: center;
}

.team-social {
	padding: 12px;
}
.team-social li a {
	color: #fff;
	padding: 4px 5px;
	background-color: transparent;
	border: 6px solid transparent;
}
.team-social li a:hover {
	background-color: #CDCDCD;
	border: 6px solid #fff;
	border-radius: 100%;
}
/*----------------------------------------------------------------------- 
End of team member section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of blog area section
-------------------------------------------------------------------------*/
.blog-time span {
	color: #fa4d23;
}
.blog-link h2 {
	font-size: 26px;
}
.blog-meta span a {
	color: #959595;
}
/*----------------------------------------------------------------------- 
End of blog area section
-------------------------------------------------------------------------*/

.google-map-container {
	width: 100%;
	height: 500px;
	background-color: #dddddd;
}
.load-more {
	margin-top: 50px;
}


/*----------- FLEX CONTAINER ---------------
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex!important;
}
.space-around { 
  justify-content: space-around; 
}*/

.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

/*----------------*/
.title-text {
	line-height: 2.6em;
	font-weight: 500;
}



/*----------------------------------------------------------------------- 
Start of COVER section
-------------------------------------------------------------------------*/
.cover-section {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: visible;
	padding: 90px 0px 90px 0px;
	background-color: #308d85;
	background-image: url("../../assets/img/banner/Arcana-home-header.jpg")

}


.cover-section .section-content {
	padding-bottom: 35px;
}
.cover-img {
	max-width: 370px;
	margin: 0px auto;
	margin-bottom: -100px;
}


@media screen and (max-width: 767px) {
	.cover-img {
	max-width: 300px;
	margin: 0px auto;
	margin-bottom: -50px;
	}
	
	.cover-area-head h1 {
	font-size: 38px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.cover-text {
	max-width: 450px;
	text-align: center;
}
.cover-area-head  span {
	color: #fff;
	font-size: 19px;
	text-align: center;
}
	.zooming {
	-moz-animation:  none !important;
	-webkit-animation:  none !important;
	animation:  none !important;
}
	.store-list {
    text-align: center;
}

}

/* Zooming */
.zooming {
	-moz-animation: zooming 18s infinite both;
	-webkit-animation: zooming 18s infinite both;
	animation: zooming 18s infinite both;
}

.cover-area-head h1 {
	font-size: 64px;
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.9);
}
.cover-text {
	max-width: 650px;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.9);
}
.cover-area-head  span {
	color: #fff;
	font-size: 26px;
}

.cover-section-text {
	padding-top: 50px 0px 0px 50px;
}
.cover-store li {
	margin-right: 20px;
}
/*----------------------------------------------------------------------- 
End of TEST section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of ABOUT US COVER section
-------------------------------------------------------------------------*/
.cover-section-about {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: visible;
	padding: 90px 0px 90px 0px;
	background-color: #308d85;
	background-image: url("../../assets/img/banner/Arcana-home-header.jpg")

}


.cover-section-21day {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: visible;
	padding: 90px 0px 90px 0px;
	background-color: #308d85;
	background-image: url("../../assets/img/banner/jon-flobrant-sbjVthVW2X8-unsplash.jpg")

}

.section-content-pages {
    padding: 100px 0px 0px 0px;
}

.cover-img {
	max-width: 370px;
	margin: 0px auto;
	margin-bottom: -50px;
}


@media screen and (max-width: 767px) {
	.cover-img-about {
	max-width: 300px;
	margin: 0px auto;
	margin-bottom: -25px;
	}
	

	
	
@media screen and (max-width: 767px) {
	.cover-img-21day {
	max-width: 300px;
	margin: 0px auto;
	margin-bottom: -30px;
	}
	
	.cover-area-head h1 {
	font-size: 38px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.cover-text {
	max-width: 450px;
	text-align: center;
}
.cover-area-head  span {
	color: #fff;
	font-size: 19px;
	text-align: center;
}
	.zooming {
	-moz-animation:  none !important;
	-webkit-animation:  none !important;
	animation:  none !important;
}
	.store-list {
    text-align: center;
}

}

/* Zooming */
.zooming {
	-moz-animation: zooming 18s infinite both;
	-webkit-animation: zooming 18s infinite both;
	animation: zooming 18s infinite both;
}

.cover-area-head h1 {
	font-size: 64px;
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.9);
}
.cover-text {
	max-width: 650px;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.9);
}
.cover-area-head  span {
	color: #fff;
	font-size: 26px;
}

.cover-section-text {
	padding-top: 105px;
}
.cover-store li {
	margin-right: 20px;
}
/*----------------------------------------------------------------------- 
End of TEST section
-------------------------------------------------------------------------*/
	
	
/*----------------------------------------------------------------------- 
End of ACCORDION section
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
14 Responsive Video Settings
-------------------------------------------------------------------------*/

