/* --------------------------------------
1. Header
	+ logo
	+ top navigation
	
2. Content
	+ sections
	+ page title
	+ backgrounds

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	+ site search
	+ tabs
	+ portfolio widgets
	
4. Footer
	+ copyrights
	+ google map
	
5. Resets
--------------------------------------------------------*/

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #5a5a5a;
	font-size: 16px;
	background-color: #000;
}
h1, h2, h3, h4, h5, h6 {
	color: #242424;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 2rem;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #523ee8;
}
h1 {
	font-size: 45px;
	line-height: 3.5rem;
	font-weight: 400;
}
p {
	margin-top: 0;
	margin-bottom: 1.5rem;
	line-height: 1.6rem;
	color: #75808b;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
	list-style:none
}
ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}
a {
	color: #523ee8;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #f73859;
	text-decoration: none;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
/* Topbar 
 ------------------------------ */
.logo_holder {
	float: left;
	width: 100%;
	height: 64px;
}
/* Logo */
.navbar-brand.logo {
	background: url(../images/logo.png) no-repeat left 12px;
}
.topbar {
	color: #5a5a5a;
	border-top: solid 4px #523ee8
}
.topbar.sty1 {
	border-top: solid 0px #523ee8;
}
.topbar.sty2 {
	border-top: solid 0px #523ee8;
	background-color: #e79800;
	font-size: 15px;
	color: #fff1c6;
}
.topbar.sty2 a {
	color: #fff1c6;
}
.topbar.sty2 a:hover {
	color: #fff;
}
.topbar.sty3 {
	border-top: solid 4px #f09000;
}
.topbar .callus ul {
	margin: 0 28px 0 0;
}
.topbar .callus {
	padding: 1px 0 0 0;
}
.topbar a {
	color: #5a5a5a;
}
.topbar a:hover {
	color: #523ee8;
}
.main-header {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}
/* Main Menu Custom styles 
 ------------------------------ */
.banner-image {
	color: #fff;
	background: url(../images/menu-banner.jpg) no-repeat left top;
	height: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom-left-radius: 0.25rem;
}
.banner-image .info-text {
	padding: 30% 10%;
	text-align: center;
}
.banner-image strong {
	font-size: 36px;
	font-weight: 600;
}
.banner-image span {
	font-size: 16px;
}
.banner-image a.more-btn {
	font-size: 16px;
	background: #523ee8 !important;
	border-radius: 4px;
	padding: 12px 25px;
	width: auto;
	margin-top: 25px;
	color: #fff !important;
	display: inline-block;
}
.banner-image a.more-btn:hover {
	background: #3459ce !important;
	margin-left: 0;
}
.menu-bg {
	background: #fff url(../images/menu-bg.png) no-repeat center top !important;
	background-size: cover;
}
/* Sections 
 ------------------------------ */
section {
	padding: 8rem 0;
	width: 100%;
}
@media screen AND (max-width: 992px) {
	section {
		padding: 3rem 0;
	}
}
section.no-pad-top {
	padding: 0 0 8rem 0;
}
section.no-pad-bottom {
	padding: 8rem 0 0 0;
}
section.no-pad-both {
	padding: 0;
}
section.sty1 {
	padding: 0rem 0 6rem 0;
}
section.sty2 {
	padding: 0rem 0 3rem 0;
}
section.sty3 {
	padding: 8rem 0 5rem 0;
}
section.sty4 {
	padding: 0rem 0 5rem 0;
}
section.sty5 {
	padding: 4rem 0;
}
section.sty6 {
	padding: 1rem 0 4rem 0;
}
section.light-bg {
	background: #f8f8fa
}
section.dark-bg {
	background: #252629
}
section.dark-bg1 {
	background: #111314
}
section.dark-bg2 {
	background: #272a2b
}
section.blue-bg {
	background: #523ee8;
	padding: 8rem 0 4rem 0;
}
section.ping-bg {
	background: #f73859;
}
.main-banner__title-image {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 111;
}
.main-banner__title-image-img {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	height: auto;
}
@media screen AND (max-width: 1000px) {
	.main-banner__title-image-img {
		max-width: 220px;
	}
}
.dark-bg {
	background: #252629
}
.col-auto {
	margin: auto;
	width: 100%;
}
.sec-title span.sub-title {
	font-size: 14px;
	color: #523ee8;
}
.sec-title h2 {
	font-size: 30px;
	font-weight: 500;
}
.sec-title h2.fw-300 {
	margin: 10px 0 35px 0;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.5
}
.sec-title h2.f-400 {
	margin: 10px 0 35px 0;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.3;
	font-family: "Nunito", sans-serif;
	color: #523ee8 !important
}
.sec-title h2.f-600 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3;
}
.sec-title a {
	position: relative;
	color: #5a5a5a;
}
.sec-title a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #523ee8;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.sec-title a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.sec-title-one h2, h2.font-marcellus {
	font-family: 'Marcellus', serif;
	font-size: 40px;
	margin-top: 5px;
	font-weight: bold;
}
.sec-title-one span {
	font-family: 'Marcellus', serif;
	font-size: 18px;
	color: #ea9044;
	font-weight: bold;
}
h2.great-vibes {
	font-family: "Great Vibes", cursive;
	font-size: 35px;
	line-height: 1.2
}
.marcellus {
	font-family: 'Marcellus', serif;
}
.blurslider-gradient {
	background: -webkit-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.blurslider-button {
	background: -webkit-linear-gradient(left, #523ee8 0%, #f6385a 50%, #523ee8 100%)
}
.tiny_bullet_slider .tp-bullet:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 25px;
	top: -12px;
	left: 0px;
	background: transparent
}
.bullet-bar.tp-bullets {
}
.bullet-bar.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box
}
.bullet-bar .tp-bullet {
	width: 60px;
	height: 3px;
	position: absolute;
	background: #aaa;
	background: rgba(204,204,204,0.5);
	cursor: pointer;
	box-sizing: content-box
}
.bullet-bar .tp-bullet:hover, .bullet-bar .tp-bullet.selected {
	background: rgba(204,204,204,1)
}
.bullet-bar .tp-bullet-image {
}
.bullet-bar .tp-bullet-title {
}
body {
	margin: 0
}
.bm-gradient {
	background: -webkit-linear-gradient(left, #ff2a75 0%, #ffdb4f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.bm-gradient2 {
	background: -webkit-linear-gradient(left, #452aff 0%, #45ffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.bm-gradient3 {
	background: -webkit-linear-gradient(left, #4f00f6 0%, #b000f7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.hermes.tp-bullets {
}
.hermes .tp-bullet {
	overflow: hidden;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: rgba(0,0,0,0);
	box-shadow: inset 0 0 0 2px rgb(204,204,204);
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	position: absolute
}
.hermes .tp-bullet:hover {
	background-color: rgba(204,204,204,1)
}
.hermes .tp-bullet:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: rgb(204,204,204);
	box-shadow: 0 0 1px rgb(204,204,204);
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease
}
.hermes .tp-bullet.selected:after {
	height: 100%
}
.info-content {
	padding: 33% 0 0 25%
}
.info-content.sty2 {
	padding: 33% 25% 0 0
}
.info-content h2 {
	line-height: 1.1
}
.info-content .label-line {
	display: inline-block;
	vertical-align: middle;
	height: 3px;
	width: 50px;
	background-color: #e809ff;
}
/* backgrounds 
 ------------------------------ */
.backgrounds-bg-1 {
	background: #523ee8;
	background: -webkit-gradient(linear, left top, right top, from(#523ee8), color-stop(50%, #523ee8), to(#4ae5e9));
	background: -webkit-linear-gradient(left, #523ee8 0%, #523ee8 50%, #4ae5e9 100%);
	background: -o-linear-gradient(left, #523ee8 0%, #523ee8 50%, #4ae5e9 100%);
	background: linear-gradient(90deg, #523ee8 0%, #523ee8 50%, #4ae5e9 100%);
	position: relative;
	z-index: 1;
}
.backgrounds-bg-2 {
	background: url(../images/colorful.png) repeat center top;
}
.backgrounds-bg-3 {
	background: #220c3b url(../images/shape-bg2.png) no-repeat center top;
	padding-bottom: 18rem !important;
}
.backgrounds-bg-4 {
	background: url(../images/parallax-bg-01.jpg) no-repeat center top;
}
.backgrounds-bg-5 {
	background: #220c3b url(../images/shape-bg3.png) no-repeat center top;
	padding: 8rem 0 4rem 0 !important;
}
.backgrounds-bg-5.white-bg {
	background: #fff url(../images/shape-bg3.1.png) no-repeat center top;
}
.backgrounds-bg-6 {
	background: #220c3b url(../images/colorful.png) no-repeat center top;
}
.backgrounds-bg-7 {
	background: url(../images/parallax-bg-04.png) no-repeat center top/cover;
	padding: 8rem 0 3rem 0 !important;
}
.bg-color-dark {
	background: #220c3b;
}
.backgrounds-bg-8 {
	background-color: #523ee8 !important;
	color: #FFF !important;
	position: relative;
}
.backgrounds-bg-9 {
	background: #fff url(../images/parallax-bg-05.png) no-repeat center top/cover;
	padding: 5rem 0 8rem 0 !important;
}
.backgrounds-bg-10 {
	background: #fff url(../images/parallax-bg-06.png) no-repeat center top/cover;
	padding: 8rem 0 !important;
}
.backgrounds-bg-11 {
	background: url(../images/parallax-bg-07.jpg) no-repeat center top/cover;
	padding: 8rem 0 !important;
}
.backgrounds-bg-11.fixed{
	background: url(../images/parallax-bg-07.jpg) no-repeat center top/cover;
	background-attachment:fixed;
}
.backgrounds-bg-12 {
	background: url(../images/parallax-bg-08.jpg) no-repeat center top/cover;
	padding: 8rem 0 !important;
}
.backgrounds-bg-13 {
	background: url(../images/parallax-bg-09.jpg) no-repeat center top/cover;
	padding: 8rem 0 !important;
}
.backgrounds-bg-14 {
	background: url(../images/image_2020-12-15_01-00-36.png) no-repeat center top/cover;
	padding: 8rem 0 !important;
	position: relative;
}
@media screen AND (max-width: 992px) {
	.backgrounds-bg-14 {
		padding: 3rem 0 !important;
	}
}
.backgrounds-bg-14:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #00000099;
}
.backgrounds-bg-15 {
	background: url(../images/parallax-bg-11.jpg) no-repeat center top/cover;
	padding: 8rem 0 !important;
}
.backgrounds-bg-16 {
	background: url(../images/parallax-bg-12.jpg) no-repeat center top/cover;
	padding: 8rem 0 !important;
}
.backgrounds-bg-17 {
	background: url(../images/parallax-bg-13.jpg) no-repeat center top/cover;
	padding: 8rem 0 !important;
}
.backgrounds-bg-18{
	background: url(../images/parallax-bg-18.jpg) no-repeat center top/cover;
	padding: 8rem 0 !important;
}
/* shape
 ------------------------------ */
.page-header {
	background: url(../images/parallax-bg-14.jpg) no-repeat scroll center top;
	background-size: cover;
	margin: 0;
	padding: 10rem 0;
	width: 100%;
}
.page-header.pages {
	padding: 15rem 0 6rem 0;
	background: url(../images/parallax-bg-15.jpg) no-repeat scroll center top;
}
.page-header.about-us {
	padding: 10rem 0;
	background: url(../images/parallax-bg-16.jpg) no-repeat scroll center top;
}
.page-header.about-us h3 {
	line-height: 45px;
}
.page-header.faqs {
	padding: 15rem 0 6rem 0;
	background: url(../images/parallax-bg-03.jpg) no-repeat scroll center top;
}
.page-header.pricing {
	padding: 10rem 0;
	background: url(../images/parallax-bg-17.jpg) no-repeat scroll center top;
}
.breadcrumbs {
	color: #c4c4c4;
	font-size: 14px;
}
.breadcrumbs a {
	color: #6b6a6a;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}
.breadcrumbs a:hover {
	color: #523ee8;
}
.breadcrumbs span {
	font-size: 12px;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.bc-colored .breadcrumb-item a, .bc-colored .breadcrumb-item {
	color: #FFF;
	padding: 6px 0;
}
.call-to-action {
	border: solid 1px #CCCCCC;
	padding: 15px;
	overflow: hidden;
}
/* shape
 ------------------------------ */
.shape-container {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 150px;
	z-index: 2;
	transform: translateZ(0);
	overflow: hidden
}
.shape-container[data-shape-position="top"] {
	top: 0;
	bottom: auto;
	transform: rotate(180deg)
}
.shape-container[data-shape-position="bottom"] {
	top: auto;
	bottom: 0
}
.shape-container .shape-item {
	fill: #FFF;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 100%;
	position: absolute
}
.shape-container[data-shape-fill="primary"] .shape-item {
	fill: #6d0eb1
}
.shape-container[data-shape-fill="secondary"] .shape-item {
	fill: #ed1c94
}
.shape-container[data-shape-fill="base-3"] .shape-item {
	fill: #818a91
}
.shape-container[data-shape-fill="base-4"] .shape-item {
	fill: #1d2125
}
.shape-container[data-shape-fill="base-5"] .shape-item {
	fill: #FFF
}
.shape-container[data-shape-fill="sct-color-1"] .shape-item {
	fill: #FFF
}
.shape-container[data-shape-fill="sct-color-2"] .shape-item {
	fill: #fcfcfc
}
.shape-container[data-shape-fill="sct-color-3"] .shape-item {
	fill: #282d33
}
.shape-container[data-shape-style="opaque_waves_2"] svg path:nth-child(1) {
	opacity: 0.2
}
.shape-container[data-shape-style="opaque_waves_2"] svg path:nth-child(2) {
	opacity: 0.4
}
.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}
.mask-base-1--style-1 {
	background: rgba(109,14,177,0.9)
}
@media only screen and (max-width: 767px) {
.shape-container .shape-item {
	height: 33%
}
}
/* dividers
 ------------------------------ */
.div-liner {
	background-color: #f73859;
	height: 2px;
	width: 50px;
	margin: 40px 0 40px 0
}
/* mfp-box
 ------------------------------ */
.image-source-link {
	color: #98C3D1;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
/*------------------*/
/*parallax background */
/*------------------------------------------------------*/

.parallax_holder {
	min-height: 400px;
	background: transparent;
}
.parallax_holder .text_holder {
	text-align: center;
	margin: 0 auto;
}
/*parallax2*/

.parallax_holder2 {
	min-height: 600px;
	background: transparent;
}
.parallax_holder2 .text_holder {
	width: 85%;
	padding: 20% 0 0 0;
	text-align: center;
	margin: 0 auto;
}
/* Video Box 
 ------------------------------ */
.cus-box {
	background: #fff;
	position: absolute;
}
/* Video Box 
 ------------------------------ */
.video-box {
	margin: 0 auto;
	position: relative;
	background: #f73859 url(../images/shape-bg.png) no-repeat right top/cover;
	padding: 70px 25px;
	border-radius: 5px;
	text-align: center;
}
.video-box.sty1 {
	margin: 0 auto;
	position: relative;
	background: none;
	padding: 0;
	border-radius: 0px;
	text-align: center;
}
.video-box h4 {
	color: #fff;
	font-size: 25px;
}
.video-box h6 {
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
}
.video-box .video-inner {
	border-radius: 5px;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
	position: relative;
}
.video-box .video-inner.no-shodow {
	box-shadow: none;
}
.video-box .video-inner.no-redius {
	border-radius: 0px;
}
.video-box .video-inner .video-body {
	padding: 45% 0 25% 0;
}
.video-box.sty1 .video-inner .video-body {
	padding: 0;
}
.video-box .video-inner .video-link {
	left: 0;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 1;
}
.video-box .video-inner .video-link .icon-play {
	background: transparent url("../images/icon-play.png") no-repeat scroll center center;
	border-radius: 50%;
	color: #425cbb;
	display: inline-block;
	height: 85px;
	line-height: 85px;
	padding-left: 3px;
	text-align: center;
	transform: scale(1);
	transition: all 0.35s ease 0s;
	width: 85px;
}
.video-box .video-inner .video-link .icon-play:hover {
	transform: scale(0.8);
}
.video-bg {
	position: relative;
	background-color: black;
	height: 70vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}
.video-bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.video-bg .container {
	position: relative;
	z-index: 2;
}
.container--z-index {
	z-index: 10;
}
.video-bg h1, .video-bg h2 {
	color: #fff;
}
.video-bg h1 {
	font-size: 50px;
	font-family: "Nunito", sans-serif;
}
.video-bg h2 {
	font-size: 20px;
}
.video-bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.6;
	z-index: 1;
}
@media (pointer: coarse) and (hover: none) {
.video-bg {
	background: url('assets/images/video-bg2.jpg') black no-repeat center center scroll;
}
.video-bg video {
	display: none;
}
}
/* Pricing tabs
 ------------------------------ */
.card-pricing.popular {
	z-index: 1;
	border: 3px solid #007bff;
}
.card-pricing .list-unstyled li {
 padding: .5rem 0;
	color: #6c757d;
}
.pricingTable {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	transition: all .3s ease 0s
}
.pricingTable svg {
	display: block;
	margin-left: -1px
}
.pricing-content {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	position: relative;
	text-align: center;
}
.pricing-content li {
	font-size: 18px;
	color: #707070;
	line-height: 40px
}
/*=================================================
 pricing box
===================================================*/
.pricing-box {
	border: solid 1px #e3e3e3;
	padding: 40px 0;
}
.pricing-box.active {
	border: solid 1px #009ae8;
	background: #009ae8;
	padding: 40px 0;
}
.price h4 {
	line-height: 20px;
}
ul.plan-list {
	padding: 0;
	margin: 0;
}
ul.plan-list li {
	margin: 25px 0;
	list-style-type: none;
}
ul.plan-list.one li {
	margin: 15px 0;
}
ul.plan-list.two li {
	padding: 11px 25px;
	margin: 0;
	border-top: solid 1px #e3e2e2;
}
ul.plan-list.two li:last-child {
	border-bottom: solid 1px #e3e2e2;
}
.pricing-box.one {
	border-radius: 5px;
	border: 0;
	padding: 50px 0;
	transition: all 0.3s ease-out 0s;
	background: #523ee8;
	background: -webkit-gradient(linear, left top, right top, from(#523ee8), color-stop(30%, #523ee8), to(#f51e39));
	background: -webkit-linear-gradient(left, #523ee8 0%, #523ee8 30%, #f51e39 100%);
	background: -o-linear-gradient(left, #523ee8 0%, #523ee8 30%, #f51e39 100%);
	background: linear-gradient(90deg, #523ee8 0%, #523ee8 30%, #f51e39 100%);
	color: #FFF;
}
.pricing-box.one:hover, .pricing-box.one.active {
	background: #f51e39;
	background: -webkit-gradient(linear, left top, right top, from(#f51e39), color-stop(30%, #523ee8), to(#523ee8));
	background: -webkit-linear-gradient(left, #f51e39 0%, #f51e39 30%, #523ee8 100%);
	background: -o-linear-gradient(left, #f51e39 0%, #f51e39 30%, #523ee8 100%);
	background: linear-gradient(90deg, #f51e39 0%, #f51e39 30%, #523ee8 100%);
	color: #FFF;
	border-radius: 5px;
}
.pack-title {
	background: #ffffff;
	width: 40%;
	padding: 4px 0;
	margin: auto auto 25px auto;
	color: #303030;
	transition: all 0.3s ease-out 0s;
}
.pricing-box.one:hover .pack-title, .pricing-box.one.active .pack-title {
	background-color: #303030;
	color: #fff;
}
.price h4 span.align-top {
	margin-left: -20px;
	margin-top: -10px;
	position: absolute;
}
.pricing-box.one h4 span {
	color: #1cbac8;
}
.pricing-box.one:hover h4 span, .pricing-box.one.active h4 span {
	color: #fff;
}
.pricing-box.two {
	border: solid 1px #e3e2e2;
	background: #fff;
	padding: 60px 0;
	transition: all 0.3s ease-out 0s;
}
.pricing-box.two.active {
	border: solid 1px #009ae8;
	background: #009ae8;
	transform: scale(1.1);
}
.price-info {
	background: #FFF;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	color: #979898;
	width: 120px;
	height: 120px;
	padding-top: 30px;
	position: absolute;
	z-index: 999;
}
.pricing-box.three {
	border: solid 0px #e3e2e2;
	background: #fff;
	padding: 0px;
	transition: all 0.3s ease-out 0s;
}
.pricing-box.three .price h5 {
	color: #543fd8;
	font-size: 18px;
	margin: 0px 0 20px 0;
}
.pricing-box.three.active {
	border: solid 0px #e3e2e2;
	background: #fff;
	padding: 20px 0px;
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
	z-index: 9;
}
.pricing-box .button a {
	padding: 5px 20px;
}
.price-info.black-bg {
	background: #000;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	width: 120px;
	height: 120px;
	padding-top: 30px;
	position: absolute;
	z-index: 999;
	margin-left: 50px;
}
.dolor {
	font-size: 14px;
	color: #fff;
}
.pricing-box-1 {
	margin-left: auto;
	margin-right: auto;
	padding: 25px 15px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	text-align: center;
}
.pricing-title {
	font-size: 20px;
	font-weight: 400;
	color: #604de7;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.pricing-icon {
	font-size: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 130px;
	height: 130px;
	border: 6px solid #e0dcff;
	background-color: #f9f8ff;
	border-radius: 50%;
	color: #604de7;
}
hr.pricing-divider {
	margin: 30px auto 30px auto;
	width: 100%;
	border-top: 1px solid #e8e8e8;
}
.price-wrap {
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-transform: uppercase;
}
.price-wrap .price {
	display: block;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 300;
	color: #242731;
	font-size: 85px;
}
/* Accordion
 ------------------------------ */
.accordion .card-header {
 padding: .65rem 1rem;
	margin-bottom: 0;
	background-color: rgba(231,152,0,.95);
	border-bottom: 1px solid #e79800);
}
.accordion .btn-link {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
.accordion .card {
	border: 0;
	background-color: rgba(231,152,0,.15);
}
/* Custom tabs
 ------------------------------ */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #523ee8;
}
.nav-pills .nav-link {
	background-color: #ebf6f0;
	color: #606871;
	margin-right: 5px;
}
ul.cus-tab li.nav-item a {
	background-color: transparent;
	color: #a498ff;
	text-align: center;
	padding: 18px 80px;
	margin-right: 0;
	font-size: 15px;
}
ul.cus-tab li.nav-item a.active {
	background-color: #5a46f0;
}
ul.cus-tab li.nav-item a i {
	font-size: 35px;
	margin-bottom: 10px;
}
ul.cus-tab2 {
	margin-bottom: 30px;
	border: 0;
}
ul.cus-tab2.b-border {
	border-bottom: solid 1px #cccccc;
}
ul.cus-tab2 li {
	margin-right: 20px;
}
ul.cus-tab2 li a.nav-link, ul.cus-tab2 li a:hover {
	border: 0;
	color: #9a9a9a
}
ul.cus-tab2 li a:hover {
	color: #523ee8;
}
ul.cus-tab2 li.nav-item a.active {
	border: 0;
	border-bottom: solid 3px #5a46f0;
	color: #523ee8
}
ul.cus-tab2 li.country-name {
	border: 0;
	background: #5a46f0;
	color: #fff;
	padding: 9px 15px;
	border-radius: 3px;
}
ul.cus-tab2 li.country-name.pnk {
	background: #f73859;
}
ul.cus-tab3 li {
	width: 100%;
	margin-bottom: 10px;
}
ul.cus-tab3 li.nav-item a {
	background-color: #edebfb;
	color: #6c6c6c;
	text-align: center;
	padding: 20px;
	margin-right: 0;
	font-size: 15px;
}
ul.cus-tab3 li.nav-item .nav-link {
	border-radius: 4px;
}
ul.cus-tab3 li.nav-item a.active {
	background-color: #5a46f0;
}
ul.cus-tab3 li.nav-item a i {
	font-size: 35px;
	margin-bottom: 10px;
}
/* product style
 ------------------------------ */
/*product style 1 */
.product-grid {
	font-family: Raleway, sans-serif;
	text-align: center;
	padding: 0 0 72px;
	border: 1px solid rgba(0,0,0,.1);
	overflow: hidden;
	position: relative;
	z-index: 1
}
.product-grid .product-image {
	position: relative;
	transition: all .3s ease 0s
}
.product-grid .product-image a {
	display: block
}
.product-grid .product-image img {
	width: 100%;
	height: auto
}
.product-grid .pic-1 {
	opacity: 1;
	transition: all .3s ease-out 0s
}
.product-grid:hover .pic-1 {
	opacity: 1
}
.product-grid .pic-2 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease-out 0s
}
.product-grid:hover .pic-2 {
	opacity: 1
}
.product-grid .social {
	width: 150px;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 1;
	transition: all .3s ease 0s
}
.product-grid:hover .social {
	opacity: 1;
	top: 50%
}
.product-grid .social li {
	display: inline-block
}
.product-grid .social li a {
	color: #fff;
	background-color: #333;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 40px;
	margin: 0 2px;
	display: block;
	position: relative;
	transition: all .3s ease-in-out
}
.product-grid .social li a:hover {
	color: #fff;
	background-color: #523ee8
}
.product-grid .social li a:after, .product-grid .social li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 1px 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px
}
.product-grid .social li a:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -20px;
	z-index: -1
}
.product-grid .social li a:hover:after, .product-grid .social li a:hover:before {
	opacity: 1
}
.product-grid .product-discount-label, .product-grid .product-new-label {
	color: #fff;
	background-color: #523ee8;
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px 7px;
	display: block;
	position: absolute;
	top: 10px;
	left: 0
}
.product-grid .product-discount-label {
	background-color: #333;
	left: auto;
	right: 0
}
.product-grid .rating {
	color: #FFD200;
	font-size: 12px;
	padding: 12px 0 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: -1
}
.product-grid .rating li.disable {
	color: rgba(0,0,0,.2)
}
.product-grid .product-content {
	background-color: #fff;
	text-align: center;
	padding: 12px 0;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	z-index: 1;
	transition: all .3s
}
.product-grid:hover .product-content {
	bottom: 0
}
.product-grid .title {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .5px;
	text-transform: capitalize;
	margin: 0 0 10px;
	transition: all .3s ease 0s
}
.product-grid .title a {
	color: #828282
}
.product-grid .title a:hover, .product-grid:hover .title a {
	color: #523ee8
}
.product-grid .price {
	color: #333;
	font-size: 17px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	letter-spacing: .6px;
	margin-bottom: 8px;
	text-align: center;
	transition: all .3s
}
.product-grid .price span {
	color: #999;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 3px;
	display: inline-block
}
.product-grid .add-to-cart {
	color: #000;
	font-size: 13px;
	font-weight: 600
}
@media only screen and (max-width:990px) {
.product-grid {
	margin-bottom: 30px
}
}
/*product style 2 */
.product-grid2 {
	font-family: 'Open Sans', sans-serif;
	position: relative
}
.product-grid2 .product-image2 {
	overflow: hidden;
	position: relative
}
.product-grid2 .product-image2 a {
	display: block
}
.product-grid2 .product-image2 img {
	width: 100%;
	height: auto
}
.product-image2 .pic-1 {
	opacity: 1;
	transition: all .5s
}
.product-grid2:hover .product-image2 .pic-1 {
	opacity: 0
}
.product-image2 .pic-2 {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s
}
.product-grid2:hover .product-image2 .pic-2 {
	opacity: 1
}
.product-grid2 .social {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 50px;
	right: 25px;
	z-index: 1
}
.product-grid2 .social li {
	margin: 0 0 10px;
	display: block;
	transform: translateX(100px);
	transition: all .5s
}
.product-grid2:hover .social li {
	transform: translateX(0)
}
.product-grid2:hover .social li:nth-child(2) {
	transition-delay: .15s
}
.product-grid2:hover .social li:nth-child(3) {
	transition-delay: .25s
}
.product-grid2 .social li a {
	color: #505050;
	background-color: #fff;
	font-size: 17px;
	line-height: 45px;
	text-align: center;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	display: block;
	transition: all .3s ease 0s
}
.product-grid2 .social li a:hover {
	color: #fff;
	background-color: #3498db;
	box-shadow: 0 0 10px rgba(0,0,0,.5)
}
.product-grid2 .social li a:after, .product-grid2 .social li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #000;
	font-size: 12px;
	line-height: 22px;
	border-radius: 3px;
	padding: 0 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px
}
.product-grid2 .social li a:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -22px;
	z-index: -1
}
.product-grid2 .social li a:hover:after, .product-grid2 .social li a:hover:before {
	opacity: 1
}
.product-grid2 .add-to-cart {
	color: #fff;
	background-color: #404040;
	font-size: 15px;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: -100%;
	transition: all .3s
}
.product-grid2 .add-to-cart:hover {
	background-color: #3498db;
	text-decoration: none
}
.product-grid2:hover .add-to-cart {
	bottom: 0
}
.product-grid2 .product-new-label {
	background-color: #3498db;
	color: #fff;
	font-size: 17px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s
}
.product-grid2:hover .product-new-label {
	opacity: 0
}
.product-grid2 .product-content {
	padding: 20px 10px;
	text-align: center
}
.product-grid2 .title {
	font-size: 17px;
	margin: 0 0 7px
}
.product-grid2 .title a {
	color: #303030
}
.product-grid2 .title a:hover {
	color: #3498db
}
.product-grid2 .price {
	color: #303030;
	font-size: 15px
}
@media screen and (max-width:990px) {
.product-grid2 {
	margin-bottom: 30px
}
}
/*product style 3 */
.product-grid3 {
	font-family: Roboto, sans-serif;
	text-align: center;
	position: relative;
	z-index: 1
}
.product-grid3:before {
	content: "";
	height: 81%;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .5s ease 0s
}
.product-grid3:hover:before {
	opacity: 1;
	height: 100%
}
.product-grid3 .product-image3 {
	position: relative
}
.product-grid3 .product-image3 a {
	display: block
}
.product-grid3 .product-image3 img {
	width: 100%;
	height: auto
}
.product-grid3 .pic-1 {
	opacity: 1;
	transition: all .5s ease-out 0s
}
.product-grid3:hover .pic-1 {
	opacity: 0
}
.product-grid3 .pic-2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease-out 0s
}
.product-grid3:hover .pic-2 {
	opacity: 1
}
.product-grid3 .social {
	width: 120px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	opacity: 0;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -23px;
	transform: scale(0);
	transition: all .3s ease 0s
}
.product-grid3:hover .social {
	opacity: 1;
	transform: scale(1)
}
.product-grid3:hover .product-discount-label, .product-grid3:hover .product-new-label, .product-grid3:hover .title {
	opacity: 0
}
.product-grid3 .social li {
	display: inline-block
}
.product-grid3 .social li a {
	color: #e67e22;
	background: #fff;
	font-size: 18px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 50%;
	margin: 0 2px;
	display: block;
	transition: all .3s ease 0s
}
.product-grid3 .social li a:hover {
	background: #e67e22;
	color: #fff
}
.product-grid3 .product-discount-label, .product-grid3 .product-new-label {
	background-color: #e67e22;
	color: #fff;
	font-size: 17px;
	padding: 2px 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all .3s
}
.product-grid3 .product-content {
	z-index: -1;
	padding: 15px;
	text-align: left
}
.product-grid3 .title {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 7px;
	transition: all .3s ease 0s
}
.product-grid3 .title a {
	color: #414141
}
.product-grid3 .price {
	color: #000;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-right: 2px;
	display: inline-block
}
.product-grid3 .price span {
	color: #909090;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: line-through;
	text-align: left;
	display: inline-block;
	margin-top: -2px
}
.product-grid3 .rating {
	padding: 0;
	margin: -22px 0 0;
	list-style: none;
	text-align: right;
	display: block
}
.product-grid3 .rating li {
	color: #ffd200;
	font-size: 13px;
	display: inline-block
}
.product-grid3 .rating li.disable {
	color: #dcdcdc
}
@media only screen and (max-width:1200px) {
.product-grid3 .rating {
	margin: 0
}
}
@media only screen and (max-width:990px) {
.product-grid3 {
	margin-bottom: 30px
}
.product-grid3 .rating {
	margin: -22px 0 0
}
}
@media only screen and (max-width:359px) {
.product-grid3 .rating {
	margin: 0
}
}
/*product style 4 */
.product-grid4, .product-grid4 .product-image4 {
	position: relative
}
.product-grid4 {
	font-family: Poppins, sans-serif;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
	transition: all .3s ease 0s
}
.product-grid4:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.product-grid4 .product-image4 a {
	display: block
}
.product-grid4 .product-image4 img {
	width: 100%;
	height: auto
}
.product-grid4 .pic-1 {
	opacity: 1;
	transition: all .5s ease-out 0s
}
.product-grid4:hover .pic-1 {
	opacity: 0
}
.product-grid4 .pic-2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease-out 0s
}
.product-grid4:hover .pic-2 {
	opacity: 1
}
.product-grid4 .social {
	width: 180px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease 0s
}
.product-grid4 .social li {
	display: inline-block;
	opacity: 0;
	transition: all .7s
}
.product-grid4 .social li:nth-child(1) {
	transition-delay: .15s
}
.product-grid4 .social li:nth-child(2) {
	transition-delay: .3s
}
.product-grid4 .social li:nth-child(3) {
	transition-delay: .45s
}
.product-grid4:hover .social li {
	opacity: 1
}
.product-grid4 .social li a {
	color: #222;
	background: #fff;
	font-size: 17px;
	line-height: 36px;
	width: 40px;
	height: 36px;
	border-radius: 2px;
	margin: 0 5px;
	display: block;
	transition: all .3s ease 0s
}
.product-grid4 .social li a:hover {
	color: #fff;
	background: #16a085
}
.product-grid4 .social li a:after, .product-grid4 .social li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #000;
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	padding: 0 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px
}
.product-grid4 .social li a:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -22px;
	z-index: -1
}
.product-grid4 .social li a:hover:after, .product-grid4 .social li a:hover:before {
	opacity: 1
}
.product-grid4 .product-discount-label, .product-grid4 .product-new-label {
	color: #fff;
	background-color: #16a085;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 45px;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 15px;
	transition: all .3s
}
.product-grid4 .product-discount-label {
	left: auto;
	right: 10px;
	background-color: #d7292a
}
.product-grid4:hover .product-new-label {
	opacity: 0
}
.product-grid4 .product-content {
	padding: 25px
}
.product-grid4 .title {
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 7px;
	transition: all .3s ease 0s
}
.product-grid4 .title a {
	color: #222
}
.product-grid4 .title a:hover {
	color: #16a085
}
.product-grid4 .price {
	color: #16a085;
	font-size: 17px;
	font-weight: 700;
	margin: 0 2px 15px 0;
	display: block
}
.product-grid4 .price span {
	color: #909090;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: line-through;
	text-align: left;
	vertical-align: middle;
	display: inline-block
}
.product-grid4 .add-to-cart {
	border: 1px solid #e5e5e5;
	display: inline-block;
	padding: 10px 20px;
	color: #888;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
	transition: all .3s
}
.product-grid4:hover .add-to-cart {
	border: 1px solid transparent;
	background: #16a085;
	color: #fff
}
.product-grid4 .add-to-cart:hover {
	background-color: #505050;
	box-shadow: 0 0 10px rgba(0,0,0,.5)
}
@media only screen and (max-width:990px) {
.product-grid4 {
	margin-bottom: 30px
}
}
/*product style 5 */
.product-image5 .pic-1, .product-image5 .pic-2 {
	backface-visibility: hidden;
	transition: all .5s ease 0s
}
.product-grid5 {
	font-family: Poppins, sans-serif;
	position: relative
}
.product-grid5 .product-image5 {
	overflow: hidden;
	position: relative
}
.product-grid5 .product-image5 a {
	display: block
}
.product-grid5 .product-image5 img {
	width: 100%;
	height: auto
}
.product-image5 .pic-1 {
	opacity: 1
}
.product-grid5:hover .product-image5 .pic-1 {
	opacity: 0
}
.product-image5 .pic-2 {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0
}
.product-grid5:hover .product-image5 .pic-2 {
	opacity: 1
}
.product-grid5 .social {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px
}
.product-grid5 .social li {
	display: block;
	margin: 0 0 10px;
	transition: all .5s
}
.product-grid5 .social li:nth-child(2) {
	opacity: 0;
	transform: translateY(-50px)
}
.product-grid5:hover .social li:nth-child(2) {
	opacity: 1;
	transform: translateY(0)
}
.product-grid5 .social li:nth-child(3) {
	opacity: 0;
	transform: translateY(-50px)
}
.product-grid5:hover .social li:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .2s
}
.product-grid5 .social li a {
	color: #888;
	background: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: block;
	transition: .5s ease 0s
}
.product-grid5 .social li a:hover {
	color: #fff;
	background: #1e3799
}
.product-grid5 .select-options {
	color: #777;
	background-color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 5px;
	margin: 0 auto;
	opacity: 0;
	display: block;
	position: absolute;
	width: 92%;
	left: 0;
	bottom: -100px;
	right: 0;
	transition: .5s ease 0s
}
.product-grid5 .select-options:hover {
	color: #fff;
	background-color: #1e3799;
	text-decoration: none
}
.product-grid5:hover .select-options {
	opacity: 1;
	bottom: 10px
}
.product-grid5 .product-content {
	padding: 20px 10px
}
.product-grid5 .title {
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 10px;
	transition: all .3s ease 0s
}
.product-grid5 .title a {
	color: #222
}
.product-grid5 .title a:hover {
	color: #1e3799
}
.product-grid5 .price {
	color: #222;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px
}
@media only screen and (max-width:990px) {
.product-grid5 {
	margin-bottom: 30px
}
}
/*product style 6 */
.product-grid6, .product-grid6 .product-image6 {
	overflow: hidden
}
.product-grid6 {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	position: relative;
	transition: all .5s ease 0s
}
.product-grid6:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.3)
}
.product-grid6 .product-image6 a {
	display: block
}
.product-grid6 .product-image6 img {
	width: 100%;
	height: auto;
	transition: all .5s ease 0s
}
.product-grid6:hover .product-image6 img {
	transform: scale(1.1)
}
.product-grid6 .product-content {
	padding: 12px 12px 15px;
	transition: all .5s ease 0s
}
.product-grid6:hover .product-content {
	opacity: 0
}
.product-grid6 .title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 10px;
	transition: all .3s ease 0s
}
.product-grid6 .title a {
	color: #000
}
.product-grid6 .title a:hover {
	color: #2e86de
}
.product-grid6 .price {
	font-size: 18px;
	font-weight: 600;
	color: #2e86de
}
.product-grid6 .price span {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 7px;
	display: inline-block
}
.product-grid6 .social {
	background-color: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	bottom: -50%;
	left: 50%;
	z-index: 1;
	transition: all .5s ease 0s
}
.product-grid6:hover .social {
	opacity: 1;
	bottom: 20px
}
.product-grid6 .social li {
	display: inline-block
}
.product-grid6 .social li a {
	color: #909090;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	height: 45px;
	width: 45px;
	margin: 0 7px;
	border: 1px solid #909090;
	border-radius: 50px;
	display: block;
	position: relative;
	transition: all .3s ease-in-out
}
.product-grid6 .social li a:hover {
	color: #fff;
	background-color: #2e86de;
	width: 80px
}
.product-grid6 .social li a:after, .product-grid6 .social li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #2e86de;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 1px 5px;
	border-radius: 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px
}
.product-grid6 .social li a:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -20px;
	z-index: -1
}
.product-grid6 .social li a:hover:after, .product-grid6 .social li a:hover:before {
	opacity: 1
}
@media only screen and (max-width:990px) {
.product-grid6 {
	margin-bottom: 30px
}
}
/*product style 7 */
.product-grid7 {
	font-family: 'Roboto Slab', serif;
	position: relative;
	z-index: 1
}
.product-grid7 .product-image7 {
	border: 1px solid rgba(0,0,0,.1);
	overflow: hidden;
	perspective: 1500px;
	position: relative;
	transition: all .3s ease 0s
}
.product-grid7 .product-image7 a {
	display: block
}
.product-grid7 .product-image7 img {
	width: 100%;
	height: auto
}
.product-grid7 .pic-1 {
	opacity: 1;
	transition: all .5s ease-out 0s
}
.product-grid7 .pic-2 {
	opacity: 0;
	transform: rotateY(-90deg);
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s ease-out 0s
}
.product-grid7:hover .pic-2 {
	opacity: 1;
	transform: rotateY(0)
}
.product-grid7 .social {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 3px;
	left: -20%;
	z-index: 1;
	transition: all .5s ease 0s
}
.product-grid7:hover .social {
	left: 17px
}
.product-grid7 .social li a {
	color: #fff;
	background-color: #333;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 40px;
	margin: 15px 0;
	border-radius: 50%;
	display: block;
	transition: all .5s ease-in-out
}
.product-grid7 .social li a:hover {
	color: #fff;
	background-color: #78e08f
}
.product-grid7 .product-new-label {
	color: #fff;
	background-color: #333;
	padding: 5px 10px;
	border-radius: 5px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px
}
.product-grid7 .product-content {
	text-align: center;
	padding: 20px 0 0
}
.product-grid7 .title {
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 10px;
	transition: all .3s ease 0s
}
.product-grid7 .title a {
	color: #333
}
.product-grid7 .title a:hover {
	color: #78e08f
}
.product-grid7 .rating {
	color: #78e08f;
	font-size: 12px;
	padding: 0;
	margin: 0 0 10px;
	list-style: none
}
.product-grid7 .price {
	color: #333;
	font-size: 20px;
	font-family: Lora, serif;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: center;
	transition: all .3s
}
.product-grid7 .price span {
	color: #999;
	font-size: 14px;
	font-weight: 700;
	text-decoration: line-through;
	margin-left: 7px;
	display: inline-block
}
@media only screen and (max-width:990px) {
.product-grid7 {
	margin-bottom: 30px
}
}
/*product style 8 */
.product-grid8 {
	font-family: Poppins, sans-serif;
	position: relative;
	z-index: 1
}
.product-grid8 .product-image8 {
	border: 1px solid #e4e9ef;
	position: relative;
	transition: all .3s ease 0s
}
.product-grid8:hover .product-image8 {
	box-shadow: 0 0 10px rgba(0,0,0,.15)
}
.product-grid8 .product-image8 a {
	display: block
}
.product-grid8 .product-image8 img {
	width: 100%;
	height: auto
}
.product-grid8 .pic-1 {
	opacity: 1;
	transition: all .5s ease-out 0s
}
.product-grid8:hover .pic-1 {
	opacity: 0
}
.product-grid8 .pic-2 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s ease-out 0s
}
.product-grid8:hover .pic-2 {
	opacity: 1
}
.product-grid8 .social {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 13px;
	right: 13px;
	z-index: 1
}
.product-grid8 .social li {
	opacity: 0;
	transform: translateY(3px);
	transition: all .5s ease 0s
}
.product-grid8:hover .social li {
	margin: 0 0 10px;
	opacity: 1;
	transform: translateY(0)
}
.product-grid8:hover .social li:nth-child(1) {
	transition-delay: .1s
}
.product-grid8:hover .social li:nth-child(2) {
	transition-delay: .2s
}
.product-grid8:hover .social li:nth-child(3) {
	transition-delay: .4s
}
.product-grid8 .social li a {
	color: grey;
	font-size: 17px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 40px;
	border: 1px solid grey;
	display: block;
	transition: all .5s ease-in-out
}
.product-grid8 .social li a:hover {
	color: #000;
	border-color: #000
}
.product-grid8 .product-discount-label {
	display: block;
	padding: 4px 15px 4px 30px;
	color: #fff;
	background-color: #0081c2;
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%)
}
.product-grid8 .product-content {
	padding: 20px 0 0
}
.product-grid8 .price {
	color: #000;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 8px;
	text-align: left;
	transition: all .3s
}
.product-grid8 .price span {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	text-decoration: line-through;
	margin-left: 7px;
	display: inline-block
}
.product-grid8 .product-shipping {
	color: rgba(0,0,0,.5);
	font-size: 15px;
	padding-left: 35px;
	margin: 0 0 15px;
	display: block;
	position: relative
}
.product-grid8 .product-shipping:before {
	content: '';
	height: 1px;
	width: 25px;
	background-color: rgba(0,0,0,.5);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0
}
.product-grid8 .title {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 30px;
	transition: all .3s ease 0s
}
.product-grid8 .title a {
	color: #000
}
.product-grid8 .title a:hover {
	color: #0081c2
}
.product-grid8 .all-deals {
	display: block;
	color: #fff;
	background-color: #2e353b;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 22px 5px;
	transition: all .5s ease 0s
}
.product-grid8 .all-deals .icon {
	margin-left: 7px
}
.product-grid8 .all-deals:hover {
	background-color: #0081c2
}
@media only screen and (max-width:990px) {
.product-grid8 {
	margin-bottom: 30px
}
}
/*product style 9 */
.product-grid9, .product-grid9 .product-image9 {
	position: relative
}
.product-grid9 {
	font-family: Poppins, sans-serif;
	z-index: 1
}
.product-grid9 .product-image9 a {
	display: block
}
.product-grid9 .product-image9 img {
	width: 100%;
	height: auto
}
.product-grid9 .pic-1 {
	opacity: 1;
	transition: all .5s ease-out 0s
}
.product-grid9:hover .pic-1 {
	opacity: 0
}
.product-grid9 .pic-2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease-out 0s
}
.product-grid9:hover .pic-2 {
	opacity: 1
}
.product-grid9 .product-full-view {
	color: #505050;
	background-color: #fff;
	font-size: 16px;
	height: 45px;
	width: 45px;
	padding: 18px;
	border-radius: 100px 0 0;
	display: block;
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all .3s ease 0s
}
.product-grid9 .product-full-view:hover {
	color: #c0392b
}
.product-grid9:hover .product-full-view {
	opacity: 1
}
.product-grid9 .product-content {
	padding: 12px 12px 0;
	overflow: hidden;
	position: relative
}
.product-content .rating {
	padding: 0;
	margin: 0 0 7px;
	list-style: none
}
.product-grid9 .rating li {
	font-size: 12px;
	color: #ffd200;
	transition: all .3s ease 0s
}
.product-grid9 .rating li.disable {
	color: rgba(0,0,0,.2)
}
.product-grid9 .title {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 3px;
	transition: all .3s ease 0s
}
.product-grid9 .title a {
	color: rgba(0,0,0,.5)
}
.product-grid9 .title a:hover {
	color: #c0392b
}
.product-grid9 .price {
	color: #000;
	font-size: 17px;
	margin: 0;
	display: block;
	transition: all .5s ease 0s
}
.product-grid9:hover .price {
	opacity: 0
}
.product-grid9 .add-to-cart {
	display: block;
	color: #c0392b;
	font-weight: 600;
	font-size: 14px;
	opacity: 0;
	position: absolute;
	left: 10px;
	bottom: -20px;
	transition: all .5s ease 0s
}
.product-grid9:hover .add-to-cart {
	opacity: 1;
	bottom: 0
}
@media only screen and (max-width:990px) {
.product-grid9 {
	margin-bottom: 30px
}
}
/* box style
 ------------------------------ */
.box-style {
	border: solid 1px #e8ecee;
	padding: 20px 20px 0px 20px;
	margin: 20px 0 30px 0;
	border-radius: 4px;
}
.box-style:hover, .box-style.active {
	border: solid 1px #523ee8;
}
/* Testimonials
 ------------------------------ */
.carousel-indicators {
	bottom: -25px;
	left: 0;
	margin: 0;
	width: 100%;
}
.carousel.s-one .carousel-indicators {
	justify-content: left;
}
.carousel-indicators.top-align {
	top: 5px;
	padding-right: 15px;
	text-align: right;
}
.carousel-indicators.style-black.sty-black-one {
	bottom: -45px;
}
.carousel-indicators li {
	background: #7f9eff;
	border-color: #7f9eff;
	border-radius: 100%;
	height: 10px;
	margin: 0 5px;
	width: 10px;
}
.carousel-indicators.white-color li {
	background: #7f9eff;
	border-color: #7f9eff;
}
.carousel-indicators .active, .carousel-indicators.white-color .active {
	background: #523ee8;
	border: solid 1px #523ee8;
	height: 10px;
	margin: 0 5px;
	width: 10px;
}
.carousel-indicators.style-black li {
	background: #7f9eff;
	border-color: #7f9eff;
}
.carousel-indicators.style-black .active, .carousel-indicators.style-black .active {
	background: #7f9eff;
	border: 0 none;
	height: 10px;
	margin: 0;
	width: 10px;
}
.box-testimony {
	float: left;
	margin-bottom: 2em;
}
.box-testimony a {
	color: rgba(255, 255, 255, 0.5);
}
.box-testimony a:hover, .box-testimony a:focus, .box-testimony a:active {
	color: white;
	text-decoration: none;
}
.box-testimony blockquote {
	background: #523ee8;
	background: linear-gradient(to bottom, #f73859 0%, #523ee8 100%);
	border-left: medium none;
	border-radius: 7px;
	font-size: 20px;
	font-weight: 300;
	padding: 30px;
	position: relative;
}
.box-testimony blockquote::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #523ee8;
	content: "";
	left: 40px;
	position: absolute;
	top: 100%;
}
.box-testimony blockquote p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
}
.box-testimony .author {
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 20px;
	color: #fff;
}
.box-testimony .author a {
	color: #fff;
}
.box-testimony .author a:hover {
	text-decoration: underline;
}
.box-testimony .author > figure {
	float: left;
	margin-right: 10px;
}
.box-testimony .author > figure img, .carousel-item .author > figure img {
	border-radius: 50%;
	width: 60px;
}
.box-testimony .author p {
	float: left;
	margin-top: 10px;
}
.box-testimony .author .subtext {
	display: block;
	font-size: 14px;
	font-weight: 400 !important;
	color: #523ee8;
}
.subtext {
	display: block;
	font-size: 14px;
	font-weight: 400 !important;
	color: #523ee8;
}
.box-testimony .author.balck-text .subtext {
	color: #523ee8;
}
.box-testimony .testi-info {
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
}
.author.v-line {
	border-left: solid 3px #25d5b2;
	float: left;
	margin: 0;
	padding: 5px 0 5px 15px;
}
.author.v-line h5 {
	margin: 0 0 5px 0;
	font-weight: bold;
}
/* Team
 ------------------------------ */
.img-boxes {
	margin-top: -100px;
}
.img-boxes img {
	border-radius: 6px;
	margin-bottom: 30px;
}
.team-box img {
	border-radius: 5px;
}
.team-card {
	text-align: center;
}
.team-card .team-img {
	position: relative;
}
.team-card .team-img img {
	width: 100%;
}
.team-card .team-img img.border {
	border-color: #fff !important;
}
.team-card .social-media {
	position: absolute;
	bottom: 25px;
	opacity: 0;
	text-align: center;
	width: 100%;
}
.team-card .social-icon-box {
	margin-bottom: 5px;
	background-color: #624ef4;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 15px;
	padding: 11px 19px 26px 15px;
	display: inline-block;
	line-height: 1.2;
	transition: 2s ease;
	border-radius: 3px;
	margin:3px;
}
.team-card .team-info p {
	font-size: 13px;
	color: #7b6de5;
}
.team-card .team-info h5 {
	font-size: 18px;
}
.team-card .social-icon-box:hover {
	background-color: #3421c0;
}
.team-card .social-media.sty1 {
	text-align: left;
}
.team-card:hover .social-media {
	opacity: 1;
	transition: 3s ease;
}
.team-card.active .social-media {
	opacity: 1;
	transition: 2s ease;
}
blockquote {
	padding: 10px 20px 5px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
blockquote.sty-one {
	border-left: 5px solid #523ee8;
}
blockquote.sty-two {
	border-left: 5px solid #f51e39;
	background: #000;
	color: #FFF;
}
blockquote.sty-three {
	border-left: 5px solid #f51e39;
	background: #523ee8;
	color: #FFF;
}
/* video wrapper
 ------------------------------ */
.video-wrapper {
	overflow: hidden;
	width: 100%;
	padding: 0px;
	height: auto;
	margin: auto;
}
.video-wrapper video {
	width: 100%;
}
/*------------------*/
/*404 error */
/*------------------------------------------------------*/
.error404 {
	margin: 3rem auto 0 auto;
	text-align: center;
}
.error404 h1 {
	font-size: 150px;
	font-weight: 300;
	margin-bottom: 50px;
}
.error404 h2 {
	margin-bottom: 20px;
}
.error404 .input-group {
	margin: auto;
}
/* Sermons
 ------------------------------ */
.sermon-box {
	padding: 30px;
}
small a {
	color: #95938d;
}
.iocn-set i {
	padding-right: 20px;
}
.iocn-set a {
	color: #5a5a5a;
	transition: all .5s ease 0s
}
.iocn-set a:hover {
	color: #f73859;
}
/* Team
 ------------------------------ */
.team-members .team-member {
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.team-members .team-member .team-image {
	margin-bottom: 20px;
}
.team-members .team-member .team-image > img {
	border-radius: 4px;
	width: 100%;
}
.team-members .team-member .team-desc > h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}
.team-members .team-member .team-desc > span {
	color: #9d9d9d;
	font-size: 13px;
	line-height: 18px;
}
.team-members .team-member .team-desc > p {
	font-size: 14px;
	margin-top: 10px;
}
.team-sty-one {
	border-radius: 4px;
}
.team-sty-one .team-img {
	border-radius: 4px;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.team-sty-one .team-img:before {
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(221, 221, 221, 0.51);
	background: -webkit-gradient(linear, bottom top, bottom top, from(rgba(130, 195, 244, 0.75)), to(rgba(46, 152, 231, 0.95)));
	background: linear-gradient(to bottom, rgba(130, 195, 244, 0.75) 0%, rgba(46, 152, 231, 0.95) 100%);
}
.team-sty-one .team-img.style-two:before {
	background: rgba(221, 221, 221, 0.51);
	background: -webkit-gradient(linear, bottom top, bottom top, from(rgba(60, 188, 210, 0.55)), to(rgba(30, 189, 157, 0.95)));
	background: linear-gradient(to bottom, rgba(60, 188, 210, 0.55) 0%, rgba(30, 189, 157, 0.95) 100%);
}
.team-sty-one .team-img ul.team-social {
	opacity: 0;
	position: absolute;
	text-align: center;
	color: #ffffff;
	width: 100%;
	bottom: 0px;
	float: none;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 0;
}
.team-sty-one .team-img .team-info {
	opacity: 0;
	position: absolute;
	text-align: center;
	color: #ffffff;
	width: 100%;
	bottom: 25px;
	float: none;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 0;
}
.team-sty-one .team-img .team-info a i {
	color: #ffffff;
	font-size: 28px;
	margin: 0 5px;
}
.team-sty-one .team-img ul.team-social li {
	display: inline-block;
	float: none;
	padding: 5px;
	font-size: 28px;
}
.team-sty-one .team-img ul.team-social li a {
	color: #FFFFFF;
}
.team-sty-one .team-img ul.team-social li a:hover {
	color: #dddddd;
}
.team-sty-one h3 {
	margin: 15px 0 0px 0;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 20px;
}
.team-sty-one p {
	font-size: 13px;
	margin-top: 5px;
}
.team-sty-one:hover .team-img:before {
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	opacity: 1;
}
.team-sty-one:hover .team-img ul.team-social {
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	opacity: 1;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
.team-sty-one:hover .team-img .team-info {
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	opacity: 1;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
.team-sty-two {
	margin: auto;
}
.team-sty-two:hover .team-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.team-sty-two .team-image {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.team-sty-two .team-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(4, 219, 192, 0.95);
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.team-sty-two .team-overlay .team-social {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	width: 100%;
}
.team-sty-two .team-social {
	list-style: none;
	padding: 0;
	margin: 0;
}
.team-sty-two .team-social > li {
	display: inline-block;
	margin-right: 10px;
}
.team-sty-two .team-social > li > a {
	display: block;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.team-sty-two .team-social > li > a:hover {
	text-decoration: none;
}
.team-sty-two .team-info {
	padding: 20px 0 0px 0;
	text-align: center;
}
.team-sty-two .team-info > h4 {
	font-size: 18px;
	margin-bottom: 0px;
}
.team-sty-two .team-info > span {
	font-size: 14px;
	color: #999;
	letter-spacing: 0.03em;
}
.team-sty-two .team-info > p {
	margin-top: 10px;
	font-size: 15px;
}
/*------------------*/
/*Divider lines */
/*------------------------------------------------------*/	
.divider-ls {
	border-top: 1px solid #ff7713;
	height: 25px;
	margin: 0 auto 45px;
	opacity: 0.5;
	width: 12%;
}
.divider-d-dashed {
	border-bottom: 1px dashed #d7d7d7;
	border-top: 1px dashed #d7d7d7;
	float: left;
	height: 5px;
	margin: 10px 0 45px;
	width: 100%;
}
.divider-s-line {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	margin-bottom: 45px;
	padding-top: 0;
	width: 100%;
}
.divider-d-line {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	float: left;
	height: 5px;
	margin: 20px 0 45px;
	width: 100%;
}
.divider-s-dashed {
	border-top: 1px dashed #d7d7d7;
	float: left;
	margin: 15px 0 45px;
	width: 100%;
}
/* pagination
 ------------------------------ */
.pagination {
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	color: #3b3b3b;
	float: left;
	line-height: 20px;
	margin-left: -1px;
	padding: 10px 15px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	transition: all 0.3s ease-in-out 0s;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
/* pagenation style 1
 ------------------------------ */

.pagination.style-1 > li > a {
	border-radius: 100%;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0 !important;
	width: 40px;
	height: 40px;
	line-height: 37px;
}
/* pagenation style 2
 ------------------------------ */
.pagination.style-2 > li > a {
	border-radius: 100%;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0 !important;
	width: 40px;
	height: 40px;
	line-height: 37px;
}
.pagination.style-2 > li > a:hover, .pagination.style-2 > li > span:hover, .pagination.style-2 > li > a.active {
	background-color: #25d5b2;
	border-color: #25d5b2;
	color: #fff;
}
.pagination.style-2 > li:first-child > a, .pagination.style-2 > li:last-child > a {
	background: none;
	border: none;
	color: #3b3b3b;
}
.pagination.style-2 > li:first-child > a:hover, .pagination.style-2 > li:last-child > a:hover {
	color: #25d5b2;
}
/* pagenation style 3
 ------------------------------ */
.pagination.style-3 > li > a {
	margin-left: 0px;
	margin-right: 5px;
}
/* pagenation style 4
 ------------------------------ */
.pagination.style-4 > li > a, .pagination.style-4 > li > span {
	color: #fff;
	float: left;
	line-height: 20px;
	margin-left: -1px;
	padding: 10px 15px;
	text-decoration: none;
	background-color: #3b3b3b;
	border: 1px solid #727272;
}
/* pagenation style 5
 ------------------------------ */
.pagination.pgn-dark > li > a {
	color: #fff;
	border: 1px solid #3b3b3b;
	background-color: #3b3b3b;
}
.pagination.pgn-light > li > a {
	color: #3b3b3b;
	border: 1px solid #e4e4e4;
	background-color: #fff;
}
.pagination.pgn-green > li > a {
	color: #fff;
	border: 1px solid #3fc35f;
	background-color: #3fc35f;
}
/* pagenation pager
 ------------------------------ */
.pager {
	margin: 24px 0;
	padding-left: 0;
	text-align: center;
	list-style:none;
}
.pager li {
    display: inline;
}
.pager li a {
	display: inline-block;
	padding: 5px 14px;
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	transition: all 0.3s ease-in-out 0s;
}
.pager li a:hover {
	background-color: #e4e4e4;
	text-decoration: none;
}
.pager .previous a, .pager .previous {
	float: left;
}
/* pagenation sizes
 ------------------------------ */
.pagination.pagenation-lg li a {
	line-height: 20px;
	margin-left: -1px;
	padding: 20px 25px;
}
.pagination.pagenation-md li a {
	line-height: 20px;
	margin-left: -1px;
	padding: 15px 20px;
}
.pagination.pagenation-sm li a {
	line-height: 20px;
	margin-left: -1px;
	padding: 8px 13px;
}
.pagination.pagenation-tn li a {
	line-height: 20px;
	margin-left: -1px;
	padding: 5px 10px;
}
/* pagenation hover colors
 ------------------------------ */
.pagination.hover-red > li > a:hover, .pagination.hover-red > li > span:hover, .pagination.hover-red > li > a.active {
	color: #fff;
	border-color: #25d5b2;
	background-color: #25d5b2;
}
.pagination.hover-green > li > a:hover, .pagination.hover-green > li > span:hover, .pagination.hover-green > li > a.active {
	color: #fff;
	border-color: #3fc35f;
	background-color: #3fc35f;
}
.pagination.hover-blue > li > a:hover, .pagination.hover-blue > li > span:hover, .pagination.hover-blue > li > a.active {
	color: #fff;
	border-color: #4eb0fc;
	background-color: #4eb0fc;
}
.pagination.hover-violet > li > a:hover, .pagination.hover-violet > li > span:hover, .pagination.hover-violet > li > a.active {
	color: #fff;
	border-color: #b659fe;
	background-color: #b659fe;
}
.pagination.hover-orange > li > a:hover, .pagination.hover-orange > li > span:hover, .pagination.hover-orange > li > a.active {
	color: #fff;
	border-color: #ffa81e;
	background-color: #ffa81e;
}
.pagination.hover-dark > li > a:hover, .pagination.hover-dark > li > span:hover, .pagination.hover-dark > li > a.active {
	color: #fff;
	border-color: #3b3b3b;
	background-color: #3b3b3b;
}
caption {
	caption-side: top;
}
caption button {
	margin-right: 5px;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label-success {
	background-color: #5cb85c;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-default {
	background-color: #777;
}
.label-primary {
	background-color: #337ab7;
}
.img-circle {
    border-radius: 50%;
}
/* image hovers
 ------------------------------ */
.col-img-hover {
	position: relative;
	width: 100%;
	padding: 10px;
	margin: 0px;
	float: left;
	border: 1px solid #e1e1e1;
}
.img-hover-st-1 {
	position: relative;
	width: 100%;
	height: 235px;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
.img-hover-st-1 .text {
	position: absolute;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 233px;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-color: #1cbac8;
	transition: left .3s ease-in-out;
}
.img-hover-st-1 .text.red {
	background-color: #e71a1a;
}
.img-hover-st-11 .text.green {
	background-color: #3fc35f;
}
.img-hover-st-1 .text.violet {
	background-color: #8a5ed9;
}
.img-hover-st-1 .imgbox {
	position: absolute;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
	left: 0px;
	top: 0px;
	z-index: 100;
	transition: top .3s ease-in-out;
}
.imgbox img {
	width: 100%;
}
.img-hover-st-1 .text .title {
	color: #fff;
	margin: 15px 0 0 19px;
}
.img-hover-st-1 .text p {
	color: #fff;
	font-weight: normal;
	margin: 5px 15px 0 19px;
}
.img-hover-st-1 .text a {
	color: #FFF;
	margin: 15px 15px 0 19px;
}
.img-hover-st-1 .text a:hover {
	color: #161616;
}
.img-hover-st-1:hover .imgbox {
	position: absolute;
	top: 250px;
	transition: top .3s ease-in-out;
}
/*style 2*/
.img-hover-st-2 {
	opacity: 1;
	width: 100%;
	height: 235px;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	overflow: hidden;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.img-hover-st-2 .imgbox {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
}
.img-hover-st-2 .text {
	position: absolute;
	background: #000;
	width: 100%;
	height: 235px;
	text-align: center;
	color: #fff;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out;
	-ms-transition: opacity .50s ease-in-out;
	-o-transition: opacity .50s ease-in-out;
	transition: opacity .50s ease-in-out;
}
.img-hover-st-2 .text:hover {
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	background: url(../images/img-51.png) left top repeat;
}
.img-hover-st-2 .text a.hov_circle {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 63px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #1cbac8;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	transition-property: background-color, color;
	transition: top .3s ease-in-out;
	transition-timing-function: ease-out;
}
.img-hover-st-2 .text a.hov_circle:hover, .img-hover-st-2 .text a.hov_circle.two:hover {
	background-color: #fff;
	transition-property: background-color, color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.img-hover-st-2 .text a.hov_circle:hover i, .img-hover-st-2 .text a.hov_circle.two:hover i {
	color: #272727;
	transition-property: color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.img-hover-st-2 .text a.hov_circle.two {
	left: 118px;
	top: 0px;
	transition: top .5s ease-in-out;
	background-color: #8dba13;
}
.img-hover-st-2 .text a.hov_circle i {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
}
.img-hover-st-2 .text:hover .hov_circle {
	transition: top .3s ease-in-out;
	left: 65px;
	top: 100px;
}
.img-hover-st-2 .text:hover .hov_circle.two {
	transition: top .5s ease-in-out;
	left: 122px;
	top: 100px;
}
/*style 3*/
.img-hover-st-3 {
	opacity: 1;
	width: 100%;
	height: 235px;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	overflow: hidden;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.img-hover-st-3 .imgbox {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 220px;
}
.img-hover-st-3 .text {
	width: 100%;
	height: 235px;
	position: absolute;
	background: #000;
	color: #fff;
	top: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out;
	-ms-transition: opacity .50s ease-in-out;
	-o-transition: opacity .50s ease-in-out;
	transition: opacity .50s ease-in-out;
}
.img-hover-st-3 .text:hover {
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	background: url(../images/img-51.png) left top repeat;
}
.img-hover-st-3 .text h3 {
	position: absolute;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	left: 5px;
	top: 220px;
	margin: 15px 0 0 19px;
	transition: top .4s ease-in-out;
}
.img-hover-st-3 .text p {
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	left: 5px;
	line-height: 18px;
	top: 255px;
	text-align: left;
	margin: 15px 0 0 19px;
	transition: top .6s ease-in-out;
}
.img-hover-st-3 .text a {
	position: absolute;
	font-weight: normal;
	left: 0px;
	top: 320px;
	text-align: left;
	margin: 0px 0 0 19px;
	transition: top .7s ease-in-out;
	overflow: hidden;
}
.img-hover-st-3 .text:hover h3 {
	position: absolute;
	left: 5px;
	top: 20px;
	transition: top .4s ease-in-out;
}
.img-hover-st-3 .text:hover p {
	position: absolute;
	left: 5px;
	top: 50px;
	transition: top .6s ease-in-out;
}
.img-hover-st-3 .text:hover a {
	position: absolute;
	left: 0px;
	top: 136px;
	transition: top .7s ease-in-out;
}
/*style 4*/
.img-hover-st-4 {
	position: relative;
	width: 100%;
	height: 235px;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
.img-hover-st-4 .imgbox {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 220px;
}
.img-hover-st-4 .text {
	position: absolute;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
	left: 0px;
	top: 195px;
	z-index: 100;
	background: url(../images/img-51.png) left top repeat;
	transition: top .3s ease-in-out;
}
.img-hover-st-4 .text h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 0 19px;
}
.img-hover-st-4 .text h3 span {
	color: #fff;
	font-size: 13px;
	text-transform: none;
}
.img-hover-st-4 .text p {
	color: #fff;
	font-weight: normal;
	margin: 5px 15px 0 19px;
}
.img-hover-st-4 .text a {
	margin: 8px 15px 0 19px;
}
.img-hover-st-4:hover .text {
	position: absolute;
	top: 20px;
	transition: top .3s ease-in-out;
}
.img-hover-st-4 .container {
	border-top: 1px solid #e1e1e1;
	padding-top: 50px;
}
/*style 5*/
.img-hover-st-5 {
	position: relative;
	width: 100%;
	height: 235px;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
.img-hover-st-5 .imgbox {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 220px;
}
.img-hover-st-5 .text {
	position: absolute;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
	left: -270px;
	top: 0px;
	z-index: 100;
	transition: left .5s ease-in-out;
	background: url(../images/img-51.png) left top repeat;
}
.img-hover-st-5 .text h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 0 19px;
}
.img-hover-st-5 .text p {
	color: #fff;
	font-weight: normal;
	margin: 5px 15px 0 19px;
}
.img-hover-st-5 .text a {
	margin: 8px 15px 0 19px;
}
.img-hover-st-5:hover .text {
	position: absolute;
	left: 0px;
	transition: left .5s ease-in-out;
}
/*style 6*/
.img-hover-st-6 {
	position: relative;
	width: 100%;
	height: 235px;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
.img-hover-st-6 .imgbox {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
}
.img-hover-st-6 .text {
	position: absolute;
	padding: 10px;
	text-align: center;
	margin: 0px;
	float: left;
	width: 100%;
	height: 235px;
	left: 0px;
	top: 250px;
	z-index: 100;
	transition: top .3s ease-in-out;
	background: url(../images/img-51.png) left top repeat;
}
.img-hover-st-6 .text h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 0 19px;
}
.img-hover-st-6 .text p {
	color: #fff;
	font-weight: normal;
	margin: 5px 15px 0 19px;
}
.img-hover-st-6 .text a.readmore_small {
	margin: 10px 0px 0 28px;
	padding: 4px 15px;
}
.img-hover-st-6 .text a.readmore_small.green {
	margin: 10px 0px 0 5px;
}
.img-hover-st-6:hover .text {
	position: absolute;
	top: 185px;
	transition: top .3s ease-in-out;
}
/* progress
 ------------------------------ */
.progress-outer {
	margin: 20px 0;
}
.progress-outer h6 {
	font-size: 15px;
	color: #707070
}
.progress {
	height: 8px;
	margin: 0;
	overflow: visible;
	border-radius: 50px;
	background: #eaedf3;
	box-shadow: inset 0 10px 10px rgba(244, 245, 250,0.9);
}
.progress .progress-bar {
	border-radius: 50px;
}
.progress .progress-value {
	position: relative;
	left: -45px;
	top: -3px;
	font-size: 13px;
	color: #fff;
	letter-spacing: 2px;
}
.progress-bar.active {
	animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
@-webkit-keyframes animate-positive {
 0% {
width: 0%;
}
}
@keyframes animate-positive {
 0% {
width: 0%;
}
}
/* counter
 ------------------------------ */
.counter {
	margin-top: 25px;
}
.counter.c1 {
	margin-top: 170px;
}
.counter.c2 {
	margin-top: -60px;
}
.counter.c3 {
	margin-top: 80px;
}
.count-title {
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 0;
	text-align: center;
	color: #ffffff;
}
.count-text {
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
	color: #ffffff;
}
.counter i {
	color: #523ee8;
	background: -webkit-linear-gradient(#ea09fe, #5501fc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 50px;
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out 0s;
}
.progress, .progress-bar {
    height: 12px;
}
/* Blog posts
 ------------------------------ */
.blog-post {
	overflow: hidden;
	width: 100%;
	position: relative;
	border-radius: 5px;
	transition: all .3s ease;
}
.blog-post.post-sty-1 {
	border-radius: 0px;
	transition: all .3s ease;
}
.blog-post>img {
	width: 100%;
	border-radius: 5px;
	transition: all .3s ease;
}
.blog-post.post-sty-1>img {
	border-radius: 0px !important;
}
.blog-post:hover img {
	transform: scale(1.1);
}
.blog-post h6 {
	line-height: inherit;
}
.blog-post .date {
	font-size: 13px;
	margin-top: 10px;
	color: #f73859;
}
.blog-post-absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0,0,0,0.78) 100%);
	background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0,0,0,0.78) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0,0,0,0.78) 100%);
	z-index: 5;
	transition: all .3s ease;
	top: 0;
}
.blog-post-absolute-font {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 7;
	top: 75%;
	left: 5%;
	padding: 0 10px;
	transition: all .3s ease;
	font-size: 14px;
}
.blog-post-absolute-font.sty-one {
	top: 60%;
}
.blog-post-absolute-font.sty-two {
	top: 60%;
	left: 0%;
}
.blog-post-absolute-font a {
	color: #fff;
	transition: all .3s ease;
}
.blog-post-absolute-font a:hover {
	color: #fff;
}
.post-info {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	float: left;
	margin: 0 0 20px;
	padding: 10px 0;
	width: 100%;
	font-size:14px;
}
.post-info a{
	color: #75808b;
}
.post-info a:hover{
	color: #523ee8;
}
.post-info-box {
	padding: 30px;
	background: #FFF;
}
.news-post .post-thumb {
	overflow: hidden;
	width: 100%;
	position: relative;
	transition: all .3s ease;
}
.news-post.edu-card:hover {
	box-shadow: 0 1px 38px rgba(0, 0, 0, 0.10), 0 5px 12px rgba(0, 0, 0, 0.10);
	transition: all .3s ease;
}
.news-post .post-thumb img {
	transition: all .3s ease;
}
.news-post:hover .post-thumb img {
	transform: scale(1.1);
}
.news-post a {
	color: #242424;
	transition: all .3s ease;
}
.news-post a:hover {
	color: #f73859;
}
.news-post .price {
	color: #f73859;
	font-size: 18px;
}
.news-post .post-thumb .pro-status {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9;
}
.news-post .post-thumb .pro-status .status {
	background-color: #29aae3;
	color: #fff;
	font-size: 14px;
	padding: 3px 10px;
	text-transform: uppercase;
	border-radius: 3px;
}
.news-post .post-thumb .pro-status .sale {
	background-color: #f9940f;
	color: #fff;
	font-size: 14px;
	padding: 3px 10px;
	text-transform: uppercase;
	border-radius: 3px;
}
.news-post .price span i {
	color: #9d999e;
	font-size: 14px;
	padding: 5px;
	border-radius: 3px;
	margin-right: 8px;
	transition: all .3s ease;
}
.news-post .price span i:hover {
	background-color: #ea9044;
	color: #fff;
}
.news-post .post-info {
	padding: 20px;
	border: solid 1px #f1f1f1
}
.news-post .post-bottom {
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px #f1f1f1;
	color: #a3a3a3;
}
.news-post p {
	margin-bottom: 10px;
}
.news-post a.btn-sm {
	padding: 0;
	font-style: italic;
}
.post-meta {
	font-size: 13px;
	color: #999;
	margin-bottom: 15px;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #f73859;
}
.post-meta span {
	padding-right: 8px;
}
.tags {
	background: #f1f1f1;
	padding: 10px 15px;
	color: #222;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	border-radius: 4px;
}
.tags:hover, .tags:focus {
	background: #f73859;
	color: #fff;
	text-decoration: none;
}
.widget h4 {
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.next-prev {
	background: #f1f1f1;
	padding: 12px 20px;
	color: #222;
	font-weight: 800;
	margin: 0 10px;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.page-no {
	background: #f1f1f1;
	color: #222;
	padding: 12px 20px;
	font-weight: 800;
	margin: 0 5px;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.page-no:hover, .page-no:focus {
	background: #5a46f0;
	color: #fff;
}
/* Icon cards
 ------------------------------ */
.icon-card {
	text-align: center;
	margin-bottom: 30px;
	padding: 0 30px;
}
.icon-card .icon i {
	color: #523ee8;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 30px;
	background-color: rgba(9, 164, 86, 0.07);
	width: 6rem;
	height: 6rem;
	text-align: center;
	border-radius: 50%;
	line-height: 6rem;
	transition: all 0.3s ease-in-out 0s;
}
.icon-card:hover .icon i {
	color: #fff;
	background-color: #523ee8;
}
.icon-card .num {
	font-size: 60px;
	font-weight: 300;
	background: -webkit-linear-gradient(#ea09fe, #5501fc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.icon-card h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.icon-card a, .icon-card-sty-one a {
	position: relative;
}
.icon-card a:before, .icon-card-sty-one a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #523ee8;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.icon-card a:hover:before, .icon-card-sty-one a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.icon-card-sty-one {
	margin-top: 50px;
}
.icon-card-sty-one .icon i {
	color: #523ee8;
	background: -webkit-linear-gradient(#ea09fe, #5501fc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 50px;
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out 0s;
}
.icon-card-sty-one h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.icon-card-sty2 {
	padding: 0 30px;
}
.icon-card-sty3 {
	padding: 25px 25px 10px 25px;
	background: #f3f6ff;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 6px;
}
.icon-card-sty3:hover, .icon-card-sty3.active {
	background: #523ee8;
	color: #fff;
}
.icon-card-sty2.pad-15 {
	padding: 0 15px;
}
.icon-card-sty2 .entry {
	text-decoration: none;
	width: 100%;
}
.icon-card-sty2 .icon i {
	color: #523ee8;
	background: -webkit-linear-gradient(#ea09fe, #5501fc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 50px;
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out 0s;
}
.icon-card-sty3 .icon i {
	color: #523ee8;
	font-size: 40px;
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out 0s;
}
.icon-card-sty3:hover h5, .icon-card-sty3:hover p, .icon-card-sty3:hover i, .icon-card-sty3.active h5, .icon-card-sty3.active p, .icon-card-sty3.active i {
	color: #fff;
}
.icon-card-sty2 h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.icon-card-sty2 p {
	margin-bottom: 0;
}
.icon-card-sty2 .entry .desc h2, .icon-card-sty2 .entry .desc .icon i {
	color: #FFF;
	background: -webkit-linear-gradient(#fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.icon-card-sty2 .entry .desc h2 {
	margin: 15px 0 30px 0;
}
.icon-card-sty2 .entry .card-bg {
	position: relative;
}
.icon-card-sty2 .card-bg {
	padding: 60px 30px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #fff;
}
.icon-card-sty2 .entry .card-bg .desc {
	background: rgba(82, 62, 232, 1) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 60px 30px;
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
	transition: all 0.3s ease 0s;
	z-index: 1;
	-webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.icon-card-sty2 .entry .card-bg.active {
	background: rgba(82, 62, 232, 1) none repeat scroll 0 0;
	transition: all 0.3s ease-in-out;
}
.icon-card-sty2 .entry .card-bg.active h2, .icon-card-sty2 .entry .card-bg.active p {
	color: #FFF;
}
.icon-card-sty2 .entry .card-bg.active i {
	color: #FFF;
	background: -webkit-linear-gradient(#fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.icon-card-sty2 .desc a i {
	color: #fff;
	font-size: 50px;
	transition: all 0.3s ease-in-out 0s;
}
.icon-card-sty2 .desc a:before {
	background-color: transparent;
}
.icon-card-sty2 .entry:hover .desc {
	opacity: 1;
}
ul.list-style {
	color: #75808b;
}
ul.list-style li {
	margin-bottom: 15px;
}
.icon-bg i {
	background-color: #e8e5ff;
	padding: 12px;
	border-radius: 3px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #523ee8;
}
.icon-card-sty4 span {
	font-size: 35px;
	color: #523ee8;
	margin-top: 5px;
}
.icon-card-sty4 .cad-dis {
	padding-left: 4rem;
}
.icon-card-sty4 .cad-dis-one {
	padding-right: 4rem;
	text-align: right;
}
.icon-card-sty5 {
	padding: 35px 15px 25px 15px;
	border-radius: 5px;
	background-color: #eab830;
	transition: all 0.3s ease-in-out 0s;
}
.icon-card-sty5.pink-bg {
	background-color: #d94da6;
}
.icon-card-sty5.blue-bg {
	background-color: #307ad5;
}
.icon-card-sty5.green-bg {
	background-color: #10c45c;
}
.icon-card-sty5:hover, .icon-card-sty5.green-bg:hover, .icon-card-sty5.blue-bg:hover, .icon-card-sty5.pink-bg:hover {
	background-color: #242424;
	transition: all 0.3s ease-in-out 0s;
	margin-top: -5px;
}
.icon-card-sty5 .icon i {
	font-size: 60px;
	color: #fff;
	margin-bottom: 25px;
}
.icon-card-sty5 h2 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	line-height: normal;
}
/*---------------------------------------------------
	Food Menu Items
------------------------------------------------------*/
.menu-card {
	margin-bottom: 25px;
}
.menu-card.sty1 {
	margin-bottom: 5px;
}
.menu-items {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.menu-card .menu-img {
	width: 100px;
	float: left;
	margin-right: 20px;
}
.menu-items h3 {
	display: inline;
	margin: 0px 0 10px 0;
	padding-right: 10px;
	text-align: left;
	color: #fff;
	font-size: 20px;
	font-family: 'Marcellus', serif;
}
.menu-items .price {
	color: #ea9044;
	float: right;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: 3px 0;
	padding-left: 10px;
	font-family: 'Marcellus', serif;
}
.menu-items .price.samll {
	font-size: 15px;
	font-style: normal;
}
.menu-items .dotted-lines {
	border-top: 1px dashed rgb(255, 255, 255, 0.2);
	left: 0;
	width: 100%;
	z-index: -1;
}
.menu-items.sidebar h3 {
	font-size: 15px;
}
.menu-items.sidebar .price {
	font-size: 14px;
	font-weight: normal;
}
.menu-card p {
	font-size: 15px;
}
/*------------------------------------
  Form
------------------------------------*/
.con-form {
	border-radius: 0.25rem;
}
.con-form .form-control {
	padding-left: 30px;
	padding-right: 30px;
	z-index: 2;
	border-color: transparent;
	height: calc(3.75rem + 2px);
	padding: 1.125rem 1.125rem;
	padding-right: 1.125rem;
	padding-left: 1.125rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.3rem;
	flex: 1 1 auto;
	margin-bottom: 0;
	display: inline-block;
	width: 80%;
}
.count{
	padding:5px 10px;
	border:solid 1px #e9e9e9;
	font-size:15px;
	color:#999;
	text-align:center;
	width:35px;
	border-radius:3px;
}
.con-form .form-control:first-child {
	border-top-left-radius: 6.1875rem;
	border-bottom-left-radius: 6.1875rem;
}
.con-form .input-group {
	background-clip: padding-box;
	transition: all 0.2s ease-in-out;
	display: -ms-flexbox;
	display: inline-block;
	width: auto;
}
.con-form .btn-white {
	font-size: 1.125rem;
	border-top-right-radius: 6.1875rem;
	border-bottom-right-radius: 6.1875rem;
	padding-right: 26px;
	height: calc(3.60rem + 2px);
	padding: 1.125rem 1.125rem;
	padding-right: 1.125rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-left: 1.125rem;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: -2px;
	margin-left: -6px;
	background-color: #fff;
}
.subscribe-control {
	font-size: 15px !important;
}
.input-group-btn button.btn-primary {
	border-radius: 0 4px 4px 0;
	height: 48px;
}
.cat-list ul {
	margin: 0;
	padding: 0;
}
.cat-list ul li {
	padding: 10px 0;
	list-style: none;
}
.cat-list ul li a {
	color: #75808b
}
.cat-list ul li a:hover {
	color: #523ee8
}
/* social icon style
 ------------------------------ */
.social-icons {
	margin: 0 0 0 10px;
	padding: 0;
}
.social-icons.sty1 {
	margin: 0;
}
.social-icons ul {
	margin: 0;
	padding: 5px;
}
.topbar.sty2 .social-icons ul {
	padding: 0;
}
.social-icons ul li {
	margin: 5px 1px;
	list-style: none outside none;
	display: inline-block;
}
.social-icons i {
	width: 40px;
	height: 40px;
	color: #75808b;
	background-color: #f3f6ff;
	font-size: 20px;
	text-align: center;
	padding-top: 9px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.topbar.sty2 .social-icons i {
	background-color: transparent;
	color: #fff1c6;
}
.topbar.sty2 .social-icons i:hover {
	color: #fff;
}
.social-icons.sty-2 i {
	background-color: #252239;
}
.social-icons.sty-3 i {
	background-color: #ececec;
}
.social-icons.sty-4 i {
	background-color: transparent;
}
.social-icons i:hover {
	color: #FFF;
	background-color: #523ee8;
	border-radius: 50%;
	text-decoration: none;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
/* social icon colors */
.social-icons.colors .fa-facebook:hover {
	background: #4060A5;
}
.social-icons.colors .fa-twitter:hover {
	background: #00ABE3;
}
.social-icons.colors .fa-google-plus:hover {
	background: #e64522;
}
.social-icons.colors .fa-github:hover {
	background: #343434;
}
.social-icons.colors .fa-pinterest:hover {
	background: #cb2027;
}
.social-icons.colors .fa-linkedin:hover {
	background: #0094BC;
}
.social-icons.colors .fa-flickr:hover {
	background: #FF57AE;
}
.social-icons.colors .fa-instagram:hover {
	background: #375989;
}
.social-icons.colors .fa-vimeo-square:hover {
	background: #83DAEB;
}
.social-icons.colors .fa-stack-overflow:hover {
	background: #FEA501;
}
.social-icons.colors .fa-dropbox:hover {
	background: #017FE5;
}
.social-icons.colors .fa-tumblr:hover {
	background: #3a5876;
}
.social-icons.colors .fa-dribbble:hover {
	background: #F46899;
}
.social-icons.colors .fa-skype:hover {
	background: #00C6FF;
}
.social-icons.colors .fa-stack-exchange:hover {
	background: #4D86C9;
}
.social-icons.colors .fa-youtube:hover {
	background: #FF1F25;
}
.social-icons.colors .fa-xing:hover {
	background: #005C5E;
}
.social-icons.colors .fa-rss:hover {
	background: #e88845;
}
.social-icons.colors .fa-foursquare:hover {
	background: #09B9E0;
}
.social-icons.colors .fa-youtube-play:hover {
	background: #DF192A;
}
/* property search and listing */
.property-search {
	width: 100%;
}
.property-search .navbar-nav {
	color: #fff;
	font-size: 15px;
	width: 100%;
	border: solid 1px #ea723d;
	background-color: #ea723d;
}
.property-search .navbar-nav li {
	color: #fff;
	font-size: 15px;
	width: 100%;
	background-color: #ea723d;
	padding: 10px 15px;
}
.property-search .navbar-nav li a {
	color: #fff;
	font-size: 15px;
	width: 100%;
	background-color: #ea723d;
}
.blu-box {
	padding: 0;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	background-position: center;
	background-color: transparent;
}
.blu-box p {
	color: #fff;
	margin-bottom: 0;
	line-height: 16px;
}
.blu-box .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: all 0.3s ease-in-out;
	background: rgba(0, 0, 0, 0);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #000000 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #000000 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #000000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #000000 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #000000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
}
.blu-box .caption {
	bottom: -5px;
	height: 100px;
	font-size: 15px;
	position: absolute;
	padding: 0 20px 20px;
	transition: all 0.3s ease-in-out;
}
.blu-box .caption.sty-1 {
	height: 60px;
}
.blu-box .caption .tag a {
	color: #fff;
	padding: 0 5px;
	font-size: 12px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #ea9044;
}
.blu-box .caption .title {
	margin: 10px 0 15px 0;
	font-size: 20px;
	line-height: 20px;
}
.blu-box .caption .title.sty-1 {
	margin: 0;
	font-size: 25px;
	border-left: solid 4px #f9940f;
	padding-left: 15px;
	line-height: 30px;
}
.blu-box .caption .title a {
	color: #fff;
}
.blu-box .caption .title a:hover {
	color: #ea9044;
}
.blu-box .caption .content {
	display: none;
}
.blu-box:hover .overlay {
	background: rgba(0, 0, 0, 0.5);
}
.blu-box:hover .caption {
	bottom: 40px;
}
.blu-box:hover .caption.sty-1 {
	bottom: 10px;
}
.blu-box:hover .caption .content {
	display: block;
}
.lockscreen {
	background: #f0f0f0
}
.lockscreen-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300
}
.lockscreen-logo a {
	color: #444
}
.lockscreen-wrapper {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 10%
}
.lockscreen .lockscreen-name {
	text-align: center;
	font-weight: 600
}
.lockscreen-item {
	border-radius: 4px;
	padding: 0;
	background: #fff;
	position: relative;
	margin: 10px auto 30px auto;
	width: 290px
}
.lockscreen-image {
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: -25px;
	background: #fff;
	padding: 5px;
	z-index: 10
}
.lockscreen-image>img {
	border-radius: 50%;
	width: 70px;
	height: 70px
}
.lockscreen-credentials {
	margin-left: 70px
}
.lockscreen-credentials .form-control {
	border: 0
}
.lockscreen-credentials .btn {
	background-color: #fff;
	border: 0;
	padding: 0 10px
}
.lockscreen-footer {
	margin-top: 10px
}
.login-logo, .register-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300
}
.login-logo a, .register-logo a {
	color: #444
}
.login-page, .register-page {
	background: url(../images/body-bg.jpg) no-repeat center top;
}
.login-page.sty1, .register-page.sty1 {
	background: url(../images/body-bg1.jpg) no-repeat center top;
}
.login-box, .register-box {
	width: 400px;
	margin: 7% auto;
}
.login-box.sty1, .register-box.sty1 {
	right: 0px;
	position: absolute;
	height: 100%;
	margin: 0;
}
@media (max-width:768px) {
.login-box, .register-box {
	width: 90%;
	margin-top: 20px
}
}
.login-box-body, .register-box-body {
	background: #fff;
	padding: 20px;
	border-top: 0;
	color: #666;
	border-radius: 7px;
}
.login-box-body.sty1, .register-box-body.sty1 {
	border-radius: 0px;
	height: 100%;
	padding-top: 15%;
}
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
	color: #777
}
.login-box-msg, .register-box-msg {
	margin: 0;
	text-align: center;
	padding: 0 20px 5px 20px
}
.social-auth-links {
	margin: 10px 0
}
.btn-facebook {
	color: #fff !important;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2)
}
.btn-facebook:focus, .btn-facebook.focus {
	color: #fff;
	background-color: #2d4373;
	border-color: rgba(0,0,0,0.2)
}
.btn-facebook:hover {
	color: #fff;
	background-color: #2d4373;
	border-color: rgba(0,0,0,0.2)
}
.btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
	color: #fff;
	background-color: #2d4373;
	border-color: rgba(0,0,0,0.2)
}
.btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
	background-image: none
}
.btn-facebook .badge {
	color: #3b5998;
	background-color: #fff
}
.btn-google {
	color: #fff !important;
	background-color: #dd4b39;
	border-color: rgba(0,0,0,0.2)
}
.btn-google:focus, .btn-google.focus {
	color: #fff;
	background-color: #c23321;
	border-color: rgba(0,0,0,0.2)
}
.btn-google:hover {
	color: #fff;
	background-color: #c23321;
	border-color: rgba(0,0,0,0.2)
}
.btn-google:active, .btn-google.active, .open>.dropdown-toggle.btn-google {
	color: #fff;
	background-color: #c23321;
	border-color: rgba(0,0,0,0.2)
}
.btn-google:active, .btn-google.active, .open>.dropdown-toggle.btn-google {
	background-image: none
}
.btn-google .badge {
	color: #dd4b39;
	background-color: #fff
}
.form-control.sty1 {
	border-radius: 0px;
	box-shadow: none;
	border: 0;
	border-bottom: solid 1px #d9d9d9;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.form-control.sty1:focus {
	border-color: #0077d3;
	box-shadow: none
}
/* Social Media
 ------------------------------ */
.social-media {
	margin: 0;
}
.social-media a {
	font-size: 12px;
	color: #4c5667;
	margin: 0 10px;
}
.social-media a:hover {
	font-size: 12px;
	color: #25d5b2;
}
ul.social-icons {
	margin:20px 0 0 0;
	padding: 0;
	float:left;
}
ul.social-icons li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}
ul.social-icons li i {
	color: #919191;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	background-color:transparent
}
ul.social-icons li a {
	background-color: #595959;
	border-radius: 100%;
	color: #919191;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 36px;
}
ul.social-icons li a:hover {
	background-color: #fff;
}
ul.social-icons li a:hover i {
	color: #009ae8;
	webkit-transform: rotate(360deg) scale(1.3);
	-moz-transform: rotate(360deg) scale(1.3);
	-o-transform:rotate(360deg) scale(1.3);
	-ms-transform:rotate(360deg) scale(1.3);
	background-color:transparent
}
ul.social-icons.style-two {
	margin:0px 0 0 0;
	padding: 0;
	float:left;
}
ul.social-icons.style-two li a {
	background-color:transparent;
	width:auto;
	padding-right:5px;
	margin-right:10px;
}
ul.social-icons.style-three {
	margin:0;
	float:right;
}
ul.social-icons.style-three li a {
	height: 30px;
	line-height: 30px;
	width: 30px;
}
ul.social-icons.style-four {
	float:none;
}
ul.social-icons.style-four li {
	float:none;
	display:inline-block
}
ul.social-icons.style-five {
	float:right;
	display:inline-block;
	margin-top:14px;
}
ul.social-icons.style-five.one {
	float:left;
}
ul.social-icons.style-five li {
	margin-left:5px;
	margin-right:0px;
}
ul.social-icons.style-five li a, ul.social-icons.style-five li i {
	border-radius:0;
	color:#FFF;
}
ul.social-icons.style-five.one.circle li a {
	border-radius:100%;
}
ul.social-icons.style-five li.facebook a {
	background:#3c599b;
}
ul.social-icons.style-five li.twitter a {
	background:#00abf0;
}
ul.social-icons.style-five li.linkedin a {
	background:#007bb6;
}
ul.social-icons.style-five li.google-plus a {
	background:#dd4c39;
}
ul.social-icons.style-five li.pinterest a {
	background:#ef1438;
}
ul.social-icons.style-five li.skype a {
	background:#13caff;
}
ul.social-icons.style-five li.dribbble a {
	background:#f5699a;
}
ul.social-icons.style-five li.wordpress a {
	background:#2472a2;
}
ul.social-icons.style-five li.android a {
	background:#8ec429;
}
ul.social-icons.style-five li.windows a {
	background:#23c5f1;
}
ul.social-icons.style-five li.renren a {
	background:#025dac;
}
ul.social-icons.style-five li.apple a {
	background:#a6a8a7;
}
ul.social-icons.style-five li.faqq a {
	background:#1f1f1f;
}
ul.social-icons.style-five li.weixin a {
	background:#1a1a1a;
}
ul.social-icons.style-five li.youtube a {
	background:#cb3235;
}
ul.social-icons.style-five li.rss a {
	background:#ffa336;
}
ul.social-icons.style-five li.flickr a {
	background:#ee1a89;
}
ul.social-icons.style-five li.whatsapp a {
	background:#1f9e11;
}
ul.social-icons.style-five li a:hover {
	background:#fff;
}
ul.social-icons.style-five.style-five.one li a:hover {
	background:#000;
}
ul.social-icons.style-five.style-five.one li a i {
	color:#FFF
}
ul.social-icons.style-five.ltside {
	float:left;
}
.fa-social-icons.sty-six {
	text-align:center;
	font-size:45px;
	padding:20px 0;
	transition: all 0.3s ease-out 0s;
}
.fa-social-icons.sty-six li a, .fa-social-icons.sty-six li a:hover {
	color:#FFF;
	background:#000000;
}
ul.social-icons.sty-six {
	margin:20px 0 0 0;
	padding: 0;
	float:left;
}
ul.social-icons.sty-six li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}
ul.social-icons.sty-six li i {
	color: #919191;
}
ul.social-icons.sty-six li a {
	background-color: #595959;
	border-radius:0;
	color: #919191;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 36px;
}
ul.social-icons.sty-six li a:hover {
	background-color: #000;
}
ul.social-icons.sty-six li a:hover i {
	color: #fff;
}
ul.social-icons.sty-six.circle li a {
	background-color: #009ff0;
	border-radius:100%;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 36px;
}
ul.social-icons.sty-six.circle li a:hover {
	background-color: #000;
}
ul.social-icons.sty-six.circle li a i {
	color: #fff;
}
ul.social-icons.sty-six.circle li a:hover i {
	color: #fff;
}
ul.social-icons.sty-six.boxed li a {
	background-color: #fff;
	border:solid 1px #d3d3d3;
	border-radius:0;
	color: #919191;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 36px;
}
ul.social-icons.sty-six.boxed li a:hover {
	background-color: #000;
}
ul.social-icons.sty-six.boxed li a i {
	color: #595959;
}
ul.social-icons.sty-six.boxed li a:hover i {
	color: #fff;
}
ul.social-icons.sty-six.border li a {
	background-color: #fff;
	border:solid 1px #d3d3d3;
	border-radius:100%;
	color: #919191;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 36px;
}
ul.social-icons.sty-six.border li a:hover {
	background-color: #000;
	border:solid 1px #000;
}
ul.social-icons.sty-six.border li a i {
	color: #595959;
}
ul.social-icons.sty-six.border li a:hover i {
	color: #fff;
}
select.selectpicker-full {

    color: #656565;
    font-size: 14px;
    height: 50px;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    margin-bottom: 10px;

}
/* Footer
 ------------------------------ */
footer {
	padding: 4rem 0;
}

.footer__logo {
	max-width: 110px;
}

footer.bg-black {
	background-color: #1f1c31;
}
footer.bg-dark-grey {
	background-color: #252629;
}
footer.bg-black-dark {
	background-color: #060707;
	padding: 5rem 0;
}
footer.bg-black.sty1 {
	padding: 2rem 0 5rem 0;
}
footer.sty2 {
	padding: 0rem 0 5rem 0;
}
footer.bg-image01 {
	background: url("../images/parallax-bg-03.jpg") no-repeat center top/cover;
	padding: 8rem 0 4rem 0;
}
footer.no-pad-both {
	padding: 0 0;
}
footer.no-pad-top {
	padding: 0 0 8rem 0;
}
footer.no-pad-bottom {
	padding: 8rem 0 0 0;
}
.addresss-info i {
	color: #523ee8;
	padding-right: 5px;
	float: left;
	display: table-cell;
	width: 25px;
	line-height: 23px;
	font-size: 14px;
}
.addresss-info p {
	font-weight: normal;
	display: table;
}
footer .list-unstyled li {
	margin-bottom: 10px;
}
footer .list-unstyled a {
	color: #75808b;
	transition: all 0.3s ease-in-out;
}
footer .list-unstyled a:hover {
	color: #523ee8;
}
footer .f-links a {
	color: #8e949a;
	transition: all ease 0.3s;
}
footer .f-links a:hover {
	color: #523ee8;
}
.media i {
	color: #5f5985;
	background: #28243c;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 25px;
	text-align: center;
	border-radius: 50%;
}
.media.light-blue i {
	color: #6350f0;
	background: #e6e3ff;
}
hr {
	border-color: #2a263d;
}
hr.grey {
	border-color: #e7e7e7;
}
.googlemaps {
	border: 0 none;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
.googlemaps iframe {
	width: 100%;
	border: 0;
}
ul.address-info {
	margin: 0;
	padding: 0;
}
ul.address-info li {
	margin-bottom: 15px;
	list-style: none;
}
/* scroll up */
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: #523ee8 url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
	z-index: 999;
	border-radius: 50px;
}
.scrollup.yellow {
	background: #ea9044 url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
}
/* Resets */
.btn-primary {
	background-color: #523ee8;
	border-color: #523ee8;
}
.btn-primary:hover {
	background-color: #f73859;
	border-color: #f73859;
}
.btn-primary.colot-ping {
	background-color: #f73859;
	border-color: #f73859;
	padding: 12px 30px;
}
.btn-primary.colot-ping:hover {
	background-color: #523ee8;
	border-color: #523ee8;
}
.no-pad-all {
	padding: 0;
}
.img-responsive {
	width: 100%;
}
.img-border {
	border-radius: 8px;
}
.post-height-160 {
	height: 160px;
}
.post-height-345 {
	height: 345px;
}
.blue-font-color {
	color: #523ee8;
}
.yellow {
	color: #ea9044 !important;
}
.pt-8 {
	padding-top: 8rem;
}
.pr-8 {
	padding-right: 8rem;
}
.pt-9 {
	padding-top: 9rem;
}
.mb-9, .my-9 {
	margin-bottom: 4rem !important;
}
.mt-8 {
	margin-top: -80px;
}
.mt-6 {
	margin-top: 7rem;
}
.mt-7 {
	margin-top: 5.800rem;
}
.ml-6 {
	margin-left: 5rem;
}
.fw-400 {
	font-weight: 400;
}
.m-top-80 {
	margin-top: -80px;
}
.m-top-100 {
	margin-top: -100px;
}
.m-top-180 {
	margin-top: -180px;
}

.rev_slider__video-bg {
	position: absolute !important;
	left: 0;
	right: 0;
	max-height: 324px;
}

.custom-image-size {
	width: 50%;
}

@media screen AND (max-width: 991px) {
	.custom-image-size {
		width: 100%;
	}
}
