/*
  Theme Name: Alive One Html5 Template
  Author:ThemeDiscover
  Support: syedraziul@gmail.com
  Description:Alive One Html5 Template
  Version: 1.0
*/


/* CSS Index
-----------------------------------
1. Theme default css
2. Header css
3. Slider css
4. About css
5. Cpunter css
6. Services css
7. Cta CSS
8. Works css
9. Why Choose css
10. Team CSS
11. Testimonial css
12. Pricing css
13. Brand css
14. Blog css
15. Contact css
16. Footer css
17. Preloader css
*/


/* 1. Theme default css */


@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Light.ttf');
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
body {
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family:'Open Sans',sans-serif,"微軟正黑體";*/
	font-family:'Libre+Franklin',sans-serif,"微軟正黑體";
	
	font-weight: 400;
	line-height: 32px;
	font-size: 15px;
	color: #6d6e71
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Rubik', sans-serif;*/
	/*font-weight: normal;*/
	/*font-family:'Open Sans',sans-serif,"微軟正黑體";*/
	font-family:'Libre+Franklin',sans-serif,"微軟正黑體";
	color: #313131;
	margin-top: 0px;
	font-weight: 700;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	font-family:'Open Sans',sans-serif,"微軟正黑體";
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
	color: #6d6e71;
}

a:hover,
button:hover {
	text-decoration: none;
	color: #8fc320 !important;;
}

.nav-link:hover{
	text-decoration: none;
	color: #8fc320 !important;;
}

button.btn.btn-link {
	text-decoration: none;
}

a:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	border-top: 0;
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	border-color: #e5e5e5;
	color: #666666;
	padding: 15px 0;
}
.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	font-weight: normal;
	color: #666666;
	margin-bottom: 15px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family:'Libre+Franklin',sans-serif,"微軟正黑體";
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::-webkit-input-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*:-ms-input-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.white-color {
	color: #fff
}

.grey-color {
	color: #6d6e71;
}


.alive-btn {
	background: #fff;
	display: inline-block;
	padding: 8px 45px;
	border-radius: 30px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

.alive-btn:hover {
	background: #8e54e9;
	color: #fff;
}

.alive-btn-shadow {
	box-shadow: 0px 0px 26px 2px rgba(178, 178, 178, 0.25);
}

.overlay-gradient,
.black-overlay {
	position: relative;
	z-index: 1;
}

.overlay-gradient:after {
	/*background-image: -webkit-linear-gradient(top, #517bdf, #8e54e9);*/
	/*background-image: linear-gradient(to bottom, #517bdf, #8e54e9);*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: -1;
}

.black-overlay:after {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: -1;
}

a.readmore-btn {
	color: #202020;
	font-weight: 600;
	position: relative;
}

a.readmore-btn:hover {
	color: #8e54e9
}

a.readmore-btn:after {
	position: absolute;
	right: -50px;
	bottom: 5px;
	content: "";
	background: #cccccc;
	height: 1px;
	width: 40px;
}

.section-bg {
	background-color: #f7f7fd;
}

.section-title-content p {
	margin-bottom: 15px;
}

.fa-icon {
	font-size: 28px
}

.more-btn {
	font-size: 25px;
}

.section-title-heading-2 h2 {
	font-size: 30px;
	font-weight: 500;
	color: #6d6e71;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin-bottom: 24px;
    margin-block-end: 24px;
	line-height: 33px;
}


.press-bg {
	background-color: #f1efea;
}

.press-content p, .contact-info p {
	margin-bottom: 0px;
}

#about p {
	font-size:1.2em;
	line-height:22px
}

/* 2. Header css */
header#header.normal-header {
	position: inherit;
	background: #fff;
}

.normal-header .mainmenu ul li a {
	color: #333 !important;
}

.normal-header .logo h1 a {
	color: #333;
}

@-webkit-keyframes header_sticky {
	0% {
		margin-top: -150px;
	}
	50% {
		margin-top: -130px;
	}
	100% {
		margin-top: 0;
	}
}

@keyframes header_sticky {
	0% {
		margin-top: -150px;
	}
	50% {
		margin-top: -130px;
	}
	100% {
		margin-top: 0;
	}
}

.sticky-header {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .084);
	z-index: 99;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-animation-name: header_sticky;
	animation-name: header_sticky;
	-webkit-animation-duration: 0.60s;
	animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

header#header.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .084);
}

.sticky-header .logo h1 a {
	color: #333;
}

.sticky-header .mainmenu ul li a {
	color: #333 !important;
}

.sticky-header .mainmenu ul li:after {
	background: #333;
}

header#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

.bg-light {
	background-color: transparent !important;
}

.navbar {
	padding: 18px;
}

.mainmenu {
	text-align: right;
}

.normal-header .mainmenu ul li:after {
	background: #333;
}

.mainmenu ul li {
	display: inline-block;
	position: relative;
}

.mainmenu ul li:after {
	/*
	position: absolute;
	bottom: 25px;
	left: 18px;
	background: #fff;
	width: 0;
	content: "";
	height: 2px;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .3s;
	transition: .3s;
	*/
}

.mainmenu ul li:hover:after,
.mainmenu ul li.active:after {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 20px;
}

.mainmenu ul li a {
	padding: 10px 15px !important;
	font-size: 16px;
	display: block;
}

.logo {
	margin-top: 12px;
}

.logo h1 a {
	color: #fff;
}

.logo h1 {
	margin: 0px;
}


/*3.Slider  CSS*/

.alive-hero-item-creaative {
	background-image: url(assets/images/sliders/creative.jpg);
}

.alive-hero-item-bg {
	background-image: url(assets/images/sliders/slider-1.jpg);
}

.alive-slider-item-bg-1 {
	background-image: url(assets/images/sliders/slider-2.jpg);
}

.alive-slider-item-bg-2 {
	background-image: url(assets/images/sliders/slider-3.jpg);
}

.alive-slider-item-bg-3 {
	background-image: url(assets/images/sliders/slider-4.jpg);
}

#alive-slider-area .owl-nav div {
	position: absolute;
	top: 50%;
	font-size: 18px;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	line-height: 31px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 65px;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

#alive-slider-area .owl-dots {
	/*bottom: 60px;*/
	bottom: 0px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#alive-slider-area .owl-dot {
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 10px;
	position: relative;
}

#alive-slider-area .owl-dot.active:after {
	position: absolute;
	top: -5px;
	left: -5px;
	width: auto;
	height: auto;
	content: "";
	border: 1px solid #fff;
	padding: 8px;
	border-radius: 50%;
}

.owl-dot.active {}

#alive-slider-area .owl-dot.active {
	background: #fff;
}

#alive-slider-area .owl-nav div.owl-next {
	right: 65px;
	left: auto;
}

#alive-slider-area .owl-nav div:hover {
	background: #fff;
	color: #8e54e9;
}

.alive-hero-item {
	background-size: cover;
	/*background-position: center;*/
	background-position: top;
	/*height: 100vh;*/
}

.alive-hero-item-creaative {
	background-image: url(assets/images/sliders/creative.jpg);
	background-position: center bottom;
}

#alive-hero-area {
	position: relative;
}

#alive-hero-area:after {
	background-image: url(assets/images/hero-shape.png);
	position: absolute;
	content: "";
	bottom: -61px;
	left: 0;
	width: 100%;
	height: 210px;
	z-index: 2;
	background-position: center;
	background-size: cover;
}

.alive-hero-item-table {
	display: table;
	width: 100%;
	height: 100%;
}

.alive-hero-item-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.hero-text {
	position: relative;
	z-index: 5;
}

.hero-text h1 {
	font-size: 60px;
	margin-bottom: 30px;
}

.hero-text p {
	color: #fff;
}

a.uppercase.alive-btn.slide-btn {
	margin-top: 15px;
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.count-particles {
	color: #fff
}

#video-area {
	position: relative;
	overflow: hidden;
}

.video-background {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	width: auto;
	height: 100;
}

/*3.About CSS*/

.about-img {
	border: 15px solid #fff;
	box-shadow: 0px 0px 26px 2px rgba(178, 178, 178, 0.25);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: none;
	color: #8fc320;
	border-radius: 0;
}
#pills-tab .nav-link {
    position: relative;
}
#pills-tab .active.nav-link:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #8fc320;
}
.nav-pills .nav-link {
    color: #000;
	/*font-size: 18px;*/
	font-size: 15px;
    padding-top: 0;
}

.about-img {
	background-image: url(assets/images/dott.png);
}

.nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 2px solid #e9e9e9;
}

/*5.Counter Bg*/

.counter-bg {
	background-image: url(assets/images/cta-bg.jpg);
	background-size: cover;
	background-position: center;
}

.counter-item span {
	background: #fff;
	padding: 7px 15px;
	color: #333;
}

/*6. Services css*/

.single-service-box {
	box-shadow: 0px 0px 26px 2px rgba(178, 178, 178, 0.25);
	padding: 40px;
}

.single-service-box img {
	margin-bottom: 30px;
	display: block;
}

.single-service-box h6 {
	color: #fff;
	display: inline-block;
	font-weight: 400;
	padding: 8px 20px;
	margin-bottom: 25px;
}

.purple-color {
	background: #8e54e9;
}

.blue-color {
	background: #4776e6;
}

.orange-color {
	background: #ff9600;
}

.green-lite-color {
	background: #26ccca;
}

.pink-color {
	background: #e6457b;
}

.green-color {
	background: #4bcc88;
}

.single-service-box p {
	color: #828282;
	line-height: 27px;
}


/*7.Cta CSS*/

.cta-bg {
	background-image: url(assets/images/cal-bg.jpg);
}


/*6.Works css */

.single-work-box {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
}

.single-work-box img{
	width: 100%;
}

.work-overlay span {
	color: #fff;
}

.work-filter ul li:after {
	position: absolute;
	top: 17px;
	left: -40px;
	width: 100%;
	height: 1px;
	border: 1px solid #8e54e9;
	content: "";
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.work-filter ul li:hover:after,
.work-filter ul li.active:after {
	left: 0;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.work-filter ul li:hover,
.work-filter ul li.active {
	color: #8e54e9
}

.work-overlay h3 {
	margin: 0;
}

.single-work-box:after {
	z-index: auto;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .3s;
	transition: .3s;
}

.single-work-box.overlay-gradient:after {
	/*
	background-image: -webkit-linear-gradient(top, #517bdf, #8e54e9);
	background-image: linear-gradient(to bottom, #517bdf, #8e54e9);
	*/
	background-image: -webkit-linear-gradient(top, #edeff3, #363538);
	background-image: linear-gradient(to bottom, #edeff3, #363538);
}

.single-work-box.black-overlay:after {
	background: #000;
}

.single-work-box img, .single-work-box-2 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s;
	transition: .4s;
}

.single-work-box:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.single-work-box.overlay-gradient:hover:after {
	visibility: visible;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.single-work-box.black-overlay:hover:after {
	visibility: visible;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.work-filter {
	box-shadow: 0px 0px 26px 2px rgba(178, 178, 178, 0.25);
	border-top: 4px solid #8e54e9;
	padding: 15px 0 15px 30px;
}

.work-filter ul li {
	color: #333;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	display: table;
	position: relative;
	overflow: hidden
}

.work-overlay {
	position: absolute;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.single-work-box:hover .work-overlay {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.work-overlay h3 span {
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-top: 10px;
}

.work-title {
	height: 24px;
	line-height: 24px;
	margin-bottom: 0px;
	font-size: 18px;
}

.work-title a{
	height: 24px;
	line-height: 24px;
	margin-bottom: 0px;
	font-size: 18px;
}

.work-location {
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 15px;
}

.work-box {
	border-bottom-color:rgb(241, 239, 234);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 20px
}

/*9.Why Choose css*/
.accordion-heading {
    padding: 5px;
    border-bottom: none;
    background-color: #fff;
    border-radius: 0;
    cursor: pointer;
}

.accordion-item {
    margin-bottom: 10px;
    box-shadow: 0px 0px 26px 2px rgba(178, 178, 178, 0.10);
    background-color: #fff;
}

.accordion-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    display: none;
}
.accordion-content.active {
    display: block;
}
.accordion-item.active .accordion-heading {
    background: linear-gradient(to right, #517bdf, #8e54e9);
}

.accordion-item.active .accordion-heading h6 {
    color: #fff;
}

.accordion-item .accordion-heading h6 {
    margin: 0;
    padding: 10px;
}

.accordion-content p {
    margin: 0;
}
#why-choose:after {
	background-image: url(assets/images/why-choose.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 45%;
	height: 100%;
}

#why-choose {
	position: relative;
}

/*10.Team CSS*/

.team-single-item-box {
	overflow: hidden;
}

.team-image {
	position: relative;
}

.team-overlay a:hover {
	color: #fff;
}

.team-overlay {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.team-single-item-box:hover .team-overlay {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-image.overlay-gradient:after {
	z-index: auto;
	-webkit-transition: .3s;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.team-image.black-overlay:after {
	z-index: auto;
	-webkit-transition: .3s;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.team-single-item-box:hover .team-image.overlay-gradient:after,
.team-single-item-box:hover .team-image.black-overlay:after {
	visibility: visible;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.team-overlay a {
	font-size: 16px;
	font-weight: 600;
}

.team-overlay ul li a {
	color: #fff;
	display: block;
	margin: 0 5px;
}

.team-overlay ul li {
	display: inline-block;
}

.team-info {
	margin-top: 15px;
}

.team-info h5 {
	margin-bottom: 0;
}


/*11.Testimonial CSS*/
#m-awards {
	display: none;
}  

#alive-testimonial .col-lg-4 {
	max-width: 100%;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}

.tesimonial-box {
	height: 100%
}

.testimonial-content p {
	font-size: 16px;
    margin-bottom: 0;
}

.testimonial-content {
    margin-bottom: 35px;
}

.testimonial-authore {
	position: relative;
	padding-left: 75px;
}

.testimonial-authore img {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px !important;
	height: 60px;
	border-radius: 50%;
}

.authore-info h5 {
	margin: 0;
}

#alive-testimonial .owl-nav div {
	position: absolute;
	top: 50%;
	left: -25px;
	color: #666666;
	font-size: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	box-shadow: 0px 0px 26px 2px rgba(178, 178, 178, 0.35);
	-webkit-transition: .3s;
	transition: .3s;
}

#alive-testimonial .owl-nav div.owl-next {
	left: auto;
	right: -25px;
}

#alive-testimonial .owl-nav div:hover {
	background: -webkit-linear-gradient(left, #517bdf, #8e54e9);
	background: linear-gradient(to right, #517bdf, #8e54e9);
	color: #fff;
}

#alive-testimonial .owl-dots {
	bottom: -8px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#alive-testimonial .owl-dot {
	/*border: 1px solid #000;*/
	background: #c9c8c5;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 10px;
	position: relative;
}

#alive-testimonial .owl-dot.active:after {
	position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    padding: 5px;
    border-radius: 50%;
    background: #6d6e71;
}

/*12.Pricing Table*/

.pricing-table-item {
	border: 2px solid #8e54e9;
}

.price {
	background: #8e54e9;
	padding: 20px 0;
	padding-bottom: 13px;
}

.price h3 {
	display: inline-block;
	margin: 0;
}

.price span {
	color: #fff;
	margin-left: 5px;
}

.pricing-head h3 {
	margin: 0;
}


.pricing-table-item ul li {
	color: #777;
	font-size: 16px;
	line-height: 40px;
}

.pricing-table-item ul {
	padding-top: 30px;
}

.pricing-table-item ul li {
	color: #777;
	font-size: 16px;
	line-height: 40px;
}

.pricing-table-item ul {
	padding-top: 30px;
}

.pric-btn {
	background: #f6f6f6;
	color: #777;
}

.pricing-table-item.active {
	background-image: url(assets/images/pricing-bg.jpg);
}

.pricing-table-item.active {
	border: 0;
}

.active.pricing-table-item ul li {
	color: #fff
}

.active .price {
	background: none;
	border-top: 1px solid #7b94ea;
	border-bottom: 1px solid #7b94ea;
}

.active.black-overlay .price {
	border-color: #666;
}

/*13.Brand Css*/

#alive-brand .col-lg-2 {
	width: 100%;
}

.brand-item-table {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.brand-item-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.brand-item img {
	max-width: 74px;
	width: auto !important;
}

.brand-item {
	height: 100%;
}

/*14.Blog Css*/

.blog-info {
	padding-top: 20px;
	padding-left: 20px;
}

.blog-info h5 {
	line-height: 28px;
	font-weight: 500;
}

.blog-info p {
	line-height: 28px;
}


/*15.Contact CSS*/

#google-map {
	height: 350px;
}
/*
.contact-info {
	padding: 30px;
}
*/

.contact-info p {
	font-size: 16px;
	line-height: 24px;
}

.contact-info p:last-child {
	margin-bottom: 0;
}

.form-control:focus {
	background-color: #fff;
	border-color: inherit;
	outline: 0;
	box-shadow: none;
	/*color: #8e54e9;*/
	color: #666666;
}


.contact-form textarea {
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	border-color: #e5e5e5;
	color: #666666;
}
.submit-btn{
	margin-bottom: 0;
	cursor: pointer;
}
input.alive-btn.alive-btn-shadow.submit-btn {
	border: none;
}


/*16.Footer Css*/

.footer-social-link a {
	border: 2px solid #cececf;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	color: #666666;
	line-height: 35px;
	margin: 0 5px;
}

.footer-social-link a:hover {
	background: -webkit-linear-gradient(top, #517bdf, #8e54e9);
	background: linear-gradient(to bottom, #517bdf, #8e54e9);
	border-color: #fff;
	color: #fff;
}

.footer-social-link {
	margin-top: 20px;
}

.footer-logo a {
	color: #6d6e71;
}

.footer-copyright {
	position: relative;
}

.scrollUp {
	/*
	position: absolute;
	top: -50%;
	*/
	position: fixed;
	bottom: 15%;
	right: 4%;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 21px;
	margin-top: -25px;
	color: #666666;
	cursor: pointer;
	/*box-shadow: 0px 0px 26px 2px #6d6e71;*/
	box-shadow: 0px 0px 4px 1px #6d6e71;
	line-height: 38px;
	z-index: 99;
	display: none;
}

.scrollUp:hover {
	background:  #fff;
	color: #8fc320;
}

.footer-copyright {
	/*
	background: -webkit-linear-gradient(left, #517bdf, #8e54e9);
	background: linear-gradient(to right, #517bdf, #8e54e9);
	*/
	
}

.footer-copyright p {
	color: #6d6e71;;
	margin-bottom: 0;
	font-size: 15px;
}


/*17.Preloader Css*/

.spinner {
	width: 70px;
	text-align: center;
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

.alive-preloader {
	/*background: #8e54e9;*/
	background: rgba(224, 227, 230, 0.25);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
}

.alive-preloader .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.pagination_bar span {
	text-decoration: underline;
	color: #8fc320;
}

.pagination_bar span, .pagination_bar a{
	padding: 6px 5px;
	display:inline-block;
	vertical-align:top;
	font-size: 15px;
}

@media(max-width: 600px) {
  .brand-logo {
    height: 32px;
  }
}

@media(min-width: 601px) {
  .brand-logo {
	max-height: 65px;
  }
}

img {
    pointer-events: none;
}