@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900|Playfair+Display:400,400i,700,700i,900,900i');
body {
	font-family: "Gothic", ゴシック,sans-serif;
	font-size: 13pt;
	overflow-x: hidden
	color: #6d6d6d;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	outline: 0 solid;
}

a:link a:active,
a:visited,
	{
	text-decoration: none !important;
}

a,
a:hover {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
}

.form-control:focus,
.form-control:active {
	border-color: #ddd
}


img.logo {
	display: inline-block;
}

.m-height-100 {
	height: 80px;
}

.m-height-90 {
	height: 80px;
}

.m-height-80 {
	height: 80px;
}

.header-area {
//	background-image: url(../img/header-bg.jpg);
//	background-size: cover;
//	background-position: center;
//	height: 1080px;
//	position: relative;
//	z-index: 3;
}

.header-top {
	padding: 48px 0 0;
}

.mainmenu {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap
}

.mainmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.mainmenu li {
	display: inline-block;
	position: relative;
	z-index: 3;
	margin: 0 5px;
}

.mainmenu li a,
.navbar-light .navbar-nav .nav-link {
	display: block;
	color: #999;
	font-weight: 500;
	padding: 20px;
}

.navbar-light .navbar-nav .nav-sns {
	display: block;
	color: #999;
	font-weight: 500;
	padding: 10px;
	float:left;
	font-size:140%;
}

.header-top nav.navbar {
	height: 73px !important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}

.navbar-light .navbar-nav .nav-sns,
.navbar-light .navbar-nav .nav-sns.active,
.navbar-light .navbar-nav .nav-sns.show,
.navbar-light .navbar-nav .show > .nav-sns,
.navbar-light .navbar-nav .nav-sns:focus,
.navbar-light .navbar-nav .nav-sns:hover {
	color: #000;
}

.mainmenu li:not(:last-child):after {
	position: relative;
	width: 0;
	height: 1px;
	background: transparent;
	content: "";
	transition: all 0.3s ease-in-out;
	display: block;
	margin: 0 auto;
	bottom: 0;
}

.mainmenu li.active:not(:last-child):after,
.mainmenu li:not(:last-child):hover:after {
	width: 100%;
	transition: width 0.3s ease-in-out;
	background: #333;
}


li.getstart a {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	border: 1px solid transparent;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	text-align: center;
	margin-top: 5px
}

li.getstart a.active {
	border-color: #fff;
}

.hero-text-wrapper {
	display: table;
	height: 977px;
	width: 100%;
}

.hero-text-inner {
	display: table-cell;
	vertical-align: middle;
}

.hero-text h6 {
	padding-left: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
	letter-spacing: 2px;
}

.hero-text h6:before {
	position: absolute;
	top: 50%;
	left: 2px;
	width: 24px;
	height: 1px;
	background: #fff;
	content: "";
}

.hero-text h1 {
	color: #fff;
	font-weight: 500;
	font-size: 60px;
	line-height: 72px;
	margin-bottom: 25px;
}

.hero-text p {
	color: #fff;
	l;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 50px;
}

a.btn-primary,
a.btn-light {
	width: 150px;
	height: 50px;
	line-height: 52px;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
//	background: #6e45e2;
	border: none;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

a.btn-primary:hover {
	background: #fff;
	color: #c2c9db;
}

a.btn-light {
	width: 190px;
	color: #fff;
}

a.btn-light:hover {
	background: #fff;
	color: #c2c9db;
}

a.scroll-down {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -32px;
	display: inline-block;
	width: 65px;
	height: 65px;
	background: #fff;
	text-align: center;
	line-height: 65px;
	border-radius: 50%;
	color: #9fa4af;
	font-size: 20px;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}

a.scroll-down:hover {
	background: #6e45e2;
	color: #fff;
}

/*================================================
	コンテンツの設定
================================================*/

h1 {
	margin: 20px 0;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 11pt;
	font-weight: 600;
	color: #999;
}

@media (min-width: 992px) {
	.for_sp {
		display: none;
	}
}

@media (max-width: 991px) {
	.for_pc {
		display: none;
	}
}

/*================================================
	CONCEPT
================================================*/
.concept {
	background: #fff;
//	padding: 50px 0 200px;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.concept #concept_line {
	font-family: "Gothic", ゴシック,sans-serif;
	letter-spacing: 0.2em;
	font-size: 220%;
}

.sec2_concept_image {
	padding: 0;
	background-image:url("../img/top/sec2_concept_image.png");
	background-repeat: no-repeat;
	background-position: right top;
}

#concept_box {
	text-align: left;
}

.concept_catch_box {

}

.concept_title {
//	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 140%;
	letter-spacing: 0.2em;
	line-height: 160%;
	font-weight: 600;
}

.concept_title_cap {
	line-height: 170%;
	letter-spacing: 0.2em;
	font-size: 90%;
	padding-bottom: 40px;
}

.concept_catch_box h2 {
	font-family: "Gothic", ゴシック,sans-serif;
	letter-spacing: 0.1em;
	font-size: 160%;
	line-height: 180%;
}

@media (min-width: 992px) {
	#concept_box {
		margin-top: 160px;
		float: right;
	}

	.sec2_concept_image {
		height: 962px;
	}

	.concept_catch_box {
		width: 440px;
	}

	.concept_catch_box h2 {
		margin-top: 70px;
	}
}

@media (max-width: 991px) {
	.concept #concept_line {
		display: flex;
		justify-content: center;
	}

	#concept_box {
		margin: 30px 0;
	}

	.sec2_concept_image {
		background-image: none;
		margin-bottom: 60px;
	}

	.concept_catch_box {
		
	}
}

/*================================================
	BANNER
================================================*/
.banner {
	background: #fff;
	padding-bottom: 100px;
}

.banner img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 992px) {

}

@media (max-width: 991px) {
	.banner {
		padding-bottom: 80px;
	}

	.banner .for_sp img {
		padding-bottom: 20px;
	}
}

/*================================================
	LABOのこだわり
================================================*/
.serious {
	background: #fff;
	position: relative;
	z-index: 1;
}

.serious #serious_line {
	font-family: "Gothic", ゴシック,sans-serif;
	letter-spacing: 0.2em;
	font-size: 240%;
}

#serious_box {
	text-align: left;
}

#serious_box h1 {
	margin-top: 30px;
	font-family: "Gothic", ゴシック,sans-serif;
	letter-spacing: 0.06em;
}

.serious_sub_title {
	font-family: 'Arial',"Gothic", ゴシック,sans-serif;
	font-weight: 600;
}

.serious_text_box {

}

.serious_text_box h2 {
	font-family: "Gothic", ゴシック,sans-serif;
	letter-spacing: 0.1em;
	font-size: 150%;
	line-height: 160%;
}

.serious_text_box p {
	font-size: 12pt;
}

.serious_point {
	background-color: #dadada;
}

.serious_point h3 {
	margin: 0;
	padding; 0;
	font-family: "Gothic", ゴシック,sans-serif;
	letter-spacing: 0.1em;
}

.serious_point h4 {
	margin: 0;
	padding; 0;
//	font-family: "Gothic", ゴシック,sans-serif;
}

.serious_point_word_title {
	background-color: #918473;
}

.serious_point_word_title h5 {
	margin: 0;
	padding; 0;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
}

.serious_point_word_subtitle, .serious_point_word {
	font-family: "Gothic", ゴシック,sans-serif;
}

.serious_point_word_link {

}

.kittomark {
	padding: 60px 0;
}

/*================================================
	LABOのこだわりポイント
================================================*/
.point {
	background: #fff;
	padding: 50px 0 200px;
	position: relative;
	z-index: 1;
}

.point_title {
	padding-bottom: 16px;
	font-size: 20pt;
	font-family: "Gothic", ゴシック,sans-serif;
	text-align: center;
	border-bottom: #333 solid 6px;
}

span.point_title_strong {
	font-size: 140%;
}

.point_text_box h2 {
//	font-family: "Gothic", ゴシック,sans-serif;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.point_list_box {
	margin: 10px 20px;
}

ul.point_list {
	margin: 0;
	padding: 0;
}

ul.point_list li {
	float: left;
	width: 33%;
	margin-top: 60px;
	padding: 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	list-style: none;
}
ul.point_list li+ li {
	border-left: 0;
	border-right: 1px solid #333;
}

.point_word_cap {

}

.point_word {
	font-family: "Gothic", ゴシック,sans-serif;
	letter-spacing: 0.04em;
}

.point_cap {
	float: left;
	padding-top: 20px;
	font-size: 70%;
}

serious_point_list_box {
	margin: 10px 0;
	padding: 0;
}

.serious_point_list_unit {
	margin-bottom: 60px;
}

.serious_point_list_unit span {
	padding: 3px 6px;
	background-color: #646464;
	color: #fff;
	font-size: 7pt;
}

.serious_point_list_unit h6 {
	margin: 14px 0 30px;
	font-size: 16pt;
}

.serious_point_list_unit p {
	text-align: left;
	font-size: 11pt;
	color: #666;
}

.point_answer_text {

}

.point_answer_box {

}

.point_answer_box h2 {

}

.point_answer_box p {

}

.cellulose_box {
	margin: 60px 0 ;
}

.cellulose_box h2 {
	margin-bottom: 30px;
	font-size: 130%;
	line-height: 160%;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.cellulose_box p {
	letter-spacing: 0.1em;
}

.cellulose_img_cap img {
	padding-bottom: 10px;
}

.cellulose_img_cap p {
	font-size: 80%;
}

.cellulose_point {
	background-color: #efefa0;
	margin-bottom:30px;
	padding: 10px;
	font-size: 110%;
	font-weight: 600;
	text-align: center;
}

/*================================================
	CONTACT
================================================*/
.contact {
	background: #fff;
	padding: 0 0 200px;
	position: relative;
	z-index: 1;
}

.contact .title {
	font-family: "Gothic", ゴシック,sans-serif;
	letter-spacing: 0.06em;
	font-size: 22pt;
}

.contact .title span {
	margin-left: 1em;
	font-size: 12pt;
	font-family: initial;
}

/*================================================
	ABOUT US
================================================*/
.aboutus {
	background: #fff;
	padding: 0 0 60px;
	position: relative;
	z-index: 1;
}

.aboutus .title {
	font-family: "Gothic", ゴシック,sans-serif;
	letter-spacing: 0.06em;
	font-size: 22pt;
}

/*================================================
	WORKS
================================================*/
.voice {
	background: #fff;
	padding: 60px 0 100px;
	position: relative;
	z-index: 1;
}

.voice .title {
	margin-bottom: 10px;
	font-family: "Gothic", ゴシック,sans-serif;
	letter-spacing: 0.4em;
	font-size: 30pt;
	font-weight: 600;
	text-align: center;
}

.voice .title_info {
	font-size: 11pt;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}

.voice .voice_customer {
		font-weight: 600;
}

.voice .voice_text {

}

.voice .voice_text_box {

}

.voice .voice_text_box h2 {
	margin: 20px 0 30px;
	font-family: "Gothic", ゴシック,sans-serif;
	font-size: 22pt;
	letter-spacing: 0.06em;
	line-height: 140%;
	font-weight: 600;
}

.voice .voice_text_box p {

}

.contact_link {
	padding: 20px 0 4px;
	font-size: 30pt;
	font-family: "Gothic", ゴシック,sans-serif;
	font-weight: 600;
	letter-spacing: 0.3em;
}

.contact_link_cap {
	font-size: 80%;
	font-weight: 600;
}

.works {
	background: #fff;
	padding: 60px 0 20px;
	position: relative;
	z-index: 1;
}

.works img {
	margin-left: auto;
	margin-right: auto;
	padding-bottom:30px;
}

.works_photo img {
	max-width: 100%;
	margin: auto;
	display: block;
	padding: 40px 0;
}

.works_photo img.sep {
	padding: 60px 0;
}


.works_title {
	padding-top: 30px;
	font-size: 120%;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.15em;
}

.scroll-fade-up {
//  background-color: #3cb371;
//  height: 200px;
  margin: 500px auto;
  width: 80%;
	height:auto;
}
.bg {
  background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 1em,
      rgba(248, 187, 208, 0.4) 0,
      rgba(248, 187, 208, 0.1) 2em,
      rgba(248, 187, 208, 0.3) 0,
      rgba(248, 187, 208, 0.2) 4em,
      rgba(244, 143, 177, 0.6) 0,
      rgba(244, 143, 177, 0.2) 2em
    ),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 1em,
      rgba(248, 187, 208, 0.4) 0,
      rgba(248, 187, 208, 0.1) 2em,
      rgba(248, 187, 208, 0.3) 0,
      rgba(248, 187, 208, 0.2) 4em,
      rgba(244, 143, 177, 0.4) 0,
      rgba(244, 143, 177, 0.1) 2em
    );
  background-blend-mode: multiply;
}

/*================================================
	NEWS
================================================*/
.news {
	background: #fff;
	padding: 60px 0 20px;
	position: relative;
	z-index: 1;
}

.news .title {
	font-family: "Gothic", ゴシック,sans-serif;
//	letter-spacing: 0.06em;
	font-size: 18pt;
	color: #999999;
	text-align: center;
}

.news a {
	display: block;
	margin: 60px 0;
}

.news a:hover {
	opacity: 0.8;
}

.news_contents {
	background: #fff;
	padding: 0 0 60px;
	position: relative;
	z-index: 1;
}

/*================================================
	デバイス別設定
================================================*/

@media (min-width: 992px) {
	.serious {
		padding: 100px 0 200px;
	}

	#serious_text {
		margin-top: 40px;
	}

	#serious_box h1 {
		margin-bottom:120px;
		font-size: 24pt;
		text-align: center;
	}

	.serious_sub_title {
		font-size: 50%;
		letter-spacing: 0.2em;
	}

	img.serious_cap {
		padding-bottom: 80px;
	}

	.pc_none {
		display: none;
	}

	#serious_box h1 p {
		margin: 20px 0;
	}

	.serious_text_box {
		width: 420px;
		line-height: 180%;
	}

	.serious_text_box h2 {
		margin-top: 0;
	}

	.serious_point, .serious_point_word_title {
		margin-bottom: 40px;
		padding: 4px 20px;
		overflow:  auto;
	}

	.serious_point h3 {
		font-size: 20pt;
		float: left;
	}

	.serious_point h4 {
		float: right;
		padding: 6px 0;
		font-size: 90%;
		font-weight: 600;
	}

	 .serious_point_word_title h5 {
		font-size: 16pt;
		text-align: center;
	}

	.serious_point_box {
		margin-top: 50px;
		padding: 0 20px;
	}

	.serious_point_link {
		margin: 60px 0;
	}

	.serious_point_word_subtitle {
		font-size: 10pt;
	}

	.serious_point_word {
		margin: 10px 0 4px;
		font-size: 30pt;
	}

	.serious_point_word_link {
		font-size: 11pt;
	}

	.point_text_box h2 {
		font-size: 124%;
		line-height: 160%;
	}

	.point_text_box p {
		font-size: 11pt;
		line-height: 160%;
	}

	.point_word_cap {
		font-size: 11pt;
	}

	.point_word {
		margin: 10px 0 0;
		font-size: 26pt;
	}

	.point_img {
		padding-top: 20px;
	}

	.point_answer_box {
		margin: 0 0 80px;
		padding: 0 110px 0 0;
	}

	.point_answer_box h2 {
		margin: 10px 0 20px;
		font-size: 16pt;
		line-height: 160%;
		font-weight: 600;
	}

	.point_answer_box p {
		font-size: 10pt;
	}

	.voice .voice_text_box {
		width: 460px;
	}

	.voice .voice_text_box h2 {
		margin: 20px 0 30px;
		letter-spacing: 0.02em;
		line-height: 140%;
	}

	.voice .voice_text_box p {

	}

}

@media (max-width: 991px) {
	.serious {
		padding: 60px 0;
	}

	.serious #serious_line {
		display: flex;
		justify-content: center;
	}

	#serious_box {
		margin: 30px 0 80px;
	}

	#serious_box h1 {
		font-size: 26pt;
		text-align: center;
	}

	.serious_sub_title {
		font-size: 12pt;
		letter-spacing: 0.1em;
	}

	#serious_box h1 p {
		line-height: 160%;
		letter-spacing: 0.1em;
		margin: 16px 0;
	}

	#serious_text {
		margin-top: 40px;
	}

	.serious_text_box {
		
	}

	.serious_text_box h2 {
		margin-top: 0;
		text-align: left;
	}

	.serious_point {
		margin-top: 60px;
		padding: 12px;
	}

	.serious_point h3 {
		font-size: 18pt;
		text-align: left;
	}

	.serious_point h4 {
		margin-top: 10px;
		font-size: 13pt;
		font-weight: 600;
		text-align: left;
	}

	.serious_point_link {
		margin: 20px 0;
	}

	.serious_point_word_box {
		margin: 20px  30px;
	}

	.serious_point_word_title {
		margin: 0;
		padding: 0;
	}

	 .serious_point_word_title h5 {
		margin: 10px 0;
		padding: 2px;
		font-size: 16pt;
		line-height: 160%;
		text-align: center;
	}

	.serious_point_word_subtitle {
		font-size: 10pt;
	}

	.serious_point_word {
		margin: 10px 0 4px;
		font-size: 30pt;
	}

	.serious_point_word_link {
		font-size: 11pt;
	}

	img.serious_cap {
		padding-bottom: 20px;
	}
	.point_text_box h2 {
		font-size: 130%;
		line-height: 160%;
	}

	.point_text_box p {
		font-size: 11pt;
		line-height: 160%;
	}

	.point_word_cap {
		font-size: 10pt;
	}

	.point_word {
		font-size: 16pt;
		letter-spacing: 0.04em;
	}

	.point_answer_box {
		margin: 0 0 80px;
		padding: 0 10px;
	}

	.point_answer_box h2 {
		font-size: 16pt;
		line-height: 160%;
		font-weight: 600;
	}

	.point_answer_box p {
		font-size: 10pt;
	}

	.voice .voice_text_box {
		padding: 0 12px;
	}

	.voice .voice_text_box h2 {
		letter-spacing: 0.06em;
		line-height: 140%;
	}

	.voice .voice_text_box p {

	}

}




/*Features Area*/

.features-area {
	background: rgb(110, 69, 226);
	background: -moz-linear-gradient(-45deg, rgba(110, 69, 226, 1) 0%, rgba(136, 211, 206, 1) 99%);
	background: -webkit-linear-gradient(-45deg, rgba(110, 69, 226, 1) 0%, rgba(136, 211, 206, 1) 99%);
	background: linear-gradient(135deg, rgba(110, 69, 226, 1) 0%, rgba(136, 211, 206, 1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e45e2', endColorstr='#88d3ce', GradientType=1);
	color: #fff;
	padding: 120px 0 330px;
}

.single-feature-items i.fa {
	display: inline-block;
	float: left;
	height: 64px;
	width: 64px;
	text-align: center;
	line-height: 64px;
	background: #fff;
	border-radius: 50%;
	font-size: 25px;
	color: #a8abb4;
	padding-left: 3px;
}

.single-feature-items {
	overflow: hidden;
	margin-bottom: 100px;
}

.features-text {
	padding-left: 90px;
}

.features-text h4 {
	font-size: 24px;
	font-weight: 500;
}


.features-top {
	text-align: center;
	margin-bottom: 130px;
}

.features-top h6 {
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.features-top h1 {
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 35px;
}

.features-top h6:before,
.features-top h6:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 1px;
	background: #fff;
	content: "";
	margin-left: -110px;
}

.features-top h6:after {
	left: auto;
	right: 50%;
	margin-right: -110px;
}

/*Features Slider*/

.features-content {
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.back-layer-1 {
	background: #7364de !important;
	top: -35px !important;
	width: 92% !important;
}

.back-layer-1,
.back-layer-2 {
	height: 200px;
	background: #6e45e2;
	position: absolute;
	width: 96%;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 8px;
}

.features-slider-area {
	position: relative;
}

.features-bottom {
	margin-top: -300px;
	position: relative
}

.feat-bg {
	background-image: url(../img/features-graph.png)
}

.features-slider {
	background: #f2f9ff;
	position: relative;
	border-radius: 8px;
}
fo
.feat-bg {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
}

.feat-love i.fa {
	color: #ff4757;
	float: left;
	height: 33px;
	padding-top: 5px;
	margin-right: 10px;
}

.feat-left {
	overflow: hidden;
	padding: 10px 39px;
}

.feat-content {
	width: 33.33333%;
	float: left;
	margin-top: 20px;
}


.feat-love {
	font-weight: 500;
}

.feat-love p {
	font-weight: 400;
	opacity: .5;
	font-size: 14px;
}

.feat-count {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	color: #ccc;
}

.feat-count span {
	color: #000;
}

.feat-love,
.share span,
.feat-count span {
	color: #7d7e8a;
}

.feat-count p {
	font-size: 13px;
	margin-top: -5px;
	color: #a0a3ad;
	font-weight: 400;
}

.share i.fa {
	color: #5798e4;
	margin-right: 10px;
	font-size: 22px;
	display: inline-block;
	float: left;
}

.share span {
	font-weight: 500;
}

.share {
	margin-top: 45px;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 25px;
}

.scroll-down.features-scroll-down {
	z-index: 1;
	bottom: -30px;
	box-shadow: 0 0 12px #ddd;
}

.features-slider .owl-nav div {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	font-size: 25px;
	color: #fff;
	padding-right: 4px;
	transition: 0.3s;
}

.features-slider .owl-nav div.owl-next {
	padding-left: 4px;
}

.features-slider .owl-nav div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -60px;
}

.features-slider .owl-nav div.owl-next {
	left: auto;
	right: -60px;
}

.features-slider .owl-nav div:hover {
	background: #6e45e2;
}

/*Testimonial*/

.testimonial-photo {
	background-image: url(../img/testimonial-video-background.jpg)
}

.testimonial-section {
	margin-top: 100px;
	position: relative;
	z-index: 2;
	padding-bottom: 180px;
}

.testimonial-header h6 {
	font-size: 14px;
	color: #9fa4af;
	text-transform: uppercase;
	position: relative;
	padding-left: 45px;
}

.testimonial-header h6:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 1px;
	background: #6e45e2;
	content: "";
}

.testimonial-header h1 {
	font-size: 60px;
	line-height: 70px;
	color: #4f4f6f;
	margin-bottom: 70px;
}

.testimonial-content p {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 24px;
	color: #4f4f6f;
	line-height: 36px;
	max-width: 445px;
}

.testimonial-author {
	overflow: hidden;
	margin: 35px 0 50px;
	color: #9fa4af;
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
}

.testimonial-slider .testimonial-author img {
	display: inline-block;
	float: left;
	margin-right: 15px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.testimonial-author span {
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 10px;
	display: inline-block;
}

.testimonial-author p {
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
	margin-top: -5px;
}

.testimonial-photo {
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 2;
	border-radius: 5px;
	height: 430px;
}

.testimonial-photo i.fa {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	background: #6e45e2;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	padding-left: 5px;
	margin-top: -35px;
	margin-left: -35px;
}

.scroll-down.testimonial-scroll-down {
	bottom: 30px;
	box-shadow: 0 0 17px 2px #ccc;
}

.testimonial-slider .owl-dots div {
	background: #e2daf9;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 6px;
	border-radius: 50%;
	transition: 0.3s;
}

.testimonial-slider .owl-dots div.active {
	background: #6e45e2;
}

.testimonial-slider .owl-dots {
	position: absolute;
	bottom: 0;
}

.testimonial-content p i.fa {
	color: #e2daf9;
	font-size: 30px;
}


/*About us*/

.about-bg {
	background-image: url(../img/about-bg.jpg)
}

.about-area {
	height: 1000px;
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	margin-top: 90px;
	position: relative;
	border-top: 1px solid #e3e6ee;
	z-index: 1;
}

.about-table {
	width: 100%;
	height: 100%;
}

.about-table-cell {
	vertical-align: middle;
}

.about-text h6 {
	color: #9fa4af;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-left: 40px;
}

.about-text h6:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 2px;
	content: "";
	background: #6e45e2;
	margin-top: -1px;
}

.about-text h1 {
	color: #4f4f6f;
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 30px;
}

.about-text p {
	color: #9fa4af;
	line-height: 28px;
}

.scroll-down.about-scroll-down {
	box-shadow: 0 0 22px 5px #6e45e2;
}

/*Team*/

.team-title {
	text-align: center;
	color: #9fa4af;
}

.team-title h6 {
	color: #9fa4af;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
	position: relative;
}

.team-title h6:before,
.team-title h6:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 1px;
	background: #6e45e2;
	content: "";
	margin-left: -80px;
}

.team-title h6:after {
	left: auto;
	right: 50%;
	margin-right: -80px;
}

.team-title h1 {
	color: #4f4f6f;
	font-size: 60px;
	font-weight: 500;
}

.team-title p {
	color: #9fa4af;
	line-height: 28px;
}

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

.teams-title {
	color: #9fa4af;
	text-align: center;
	margin-top: 25px;
}

.teams-title h5 {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.teams-title p {
	font-size: 14px;
	margin-top: 7px;
}

.team-area {
	padding: 120px 0;
	border-bottom: 1px solid #e3e6ee;
	position: relative;
	z-index: 2;
}

.scroll-down.team-scroll-down {
	bottom: -30px;
	box-shadow: 0 0 16px 1px #ddd;
}

.single-team-box {
	margin-bottom: 60px;
}


/*Articles*/

.articles-bg-1 {
	background-image: url(../img/articles-bg.jpg)
}


.single-articles-box {
	float: left;
	background: #ffffff;
}

.articles-inner {
	position: relative;
	z-index: 2;
	padding-left: 30px;
	padding-right: 25px;
	min-height: 290px;
	transition: 0.3s;
	padding-top: 30px;
	border: 1px solid #e8e9f1;
	border-radius: 7px;
	overflow: hidden;
	color: #9fa4af;
}

.articles-bg {
	height: 100%;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: 0.5s
}

.article-area {
	padding: 100px 0 150px;
	background: #f9fafc;
}

.articles-inner:hover .articles-bg {
	width: 160px;
}

.articles-inner:hover {
	padding-left: 185px;
}

.articles-bottom {
	padding: 20px 0;
}

.articles-slider .owl-dots div {
	background: #ddd6f7;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
	transition: 0.3s;
}

.articles-slider .owl-dots div.active {
	background: #6e45e2;
}

.articles-slider .owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: -70px;
}

.btn-light.articles-btn {
	box-shadow: 0 0 5px 0px #ccc;
	background: #fff;
	color: #c2c9db;
}

.articles-title h6 {
	color: #9fa4af;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 40px;
	position: relative;
}

.articles-title h6:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 1px;
	content: "";
	background: #6e45e2;
}

.articles-title h1 {
	color: #4f4f6f;
	font-size: 60px;
	font-weight: 500;
}

.articles-title {
	color: #9fa4af;
}

.articles-inner-title h3 {
	font-size: 24px;
	color: #4f4f6f;
	margin-bottom: 5px;
}

.articles-inner-title p {
	color: #9fa4af;
	font-size: 13px;
}

.articles-inner-title {
	position: relative;
	margin-bottom: 60px;
}

.articles-inner-title:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 70px;
	height: 1px;
	content: "";
	background: #6e45e2;
	margin-top: 30px;
}

.articles-bottom {
	color: #9fa4af;
	font-size: 13px;
}

.articles-bottom i.fa {
	padding-right: 10px;
}

.articles-bottom span i.fa {
	padding-right: 0;
	font-size: 25px;
	background: red;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	border-radius: 5px;
}

.articles-bottom span {
	float: right;
	margin-top: -5px;
	display: inline-block;
}

.articles-bottom span i.fa.color-one {
	background: #ff0000
}

.articles-bottom span i.fa.color-two {
	background: #ff8a00
}

.articles-bottom span i.fa.color-three {
	background: #f0ff00
}

.articles-bottom span i.fa.color-four {
	background: #00ff9c
}

.articles-bottom span i.fa.color-five {
	background: #00f0ff
}

.articles-bottom span i.fa.color-six {
	background: #0066ff
}

.articles-bottom span i.fa.color-seven {
	background: #d800ff
}

.articles-bottom span i.fa.color-eight {
	background: #00f6ff
}

.articles .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='1' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.articles .collapse.show {
	display: block !important;
}

.articles .collapse {
	display: none !important;
}

/*Control*/

.control-bg {
	background: url(../img/control-bg.jpg)
}

.control-area {
	height: 1000px;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.control-text h6 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.control-text h1 {
	font-size: 60px;
}

.control-text {
	margin-top: 210px;
}

/* Footer */

.footer-menu {
	background-color: #918473;
	position: relative;
	z-index: 3;
}

.footer-bottom {
	padding: 50px 0;
	border-bottom: 1px solid #f2f2f3
}

.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.footer-menu li {
	display: inline-block;
}

.footer-menu li a {
	display: block;
	padding: 12px 22px;
	font-size: 16px;
	font-weight: 500;
	color: #6a6a77;
	transition: 0.3s
}

.footer-menu li a:hover {
	color: #756edc
}

.footer-menu li.active a {
	color: #756edc
}

.footer-menu span a {
	display: inline-block;
	background: #6e45e2;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	padding: 18px 35px 16px;
	border-radius: 50px;
}

.foot_logo {
	margin: 30px 0 0;
	padding: 0;
}

.foot_logo p {
	margin: 10px 0 0;
	padding: 0;
	font-size: 11pt;
}

.copyright p {
	margin: 20px 0 30px;
	padding: 0;
	color: #000;
	font-size: 10pt;
}

.social-icon {
	padding: 30px 0;
	color: #6a6a77;
	font-size: 14px;
}

.social-icon i.fa {
	padding-left: 10px;
	transition: 0.3s
}

.social-icon i.fa:hover {
	color: blue
}

/*Back to top*/

.back-to-top {
	position: fixed;
	bottom: 65px;
	right: 20px;
	background: #333;
	width: 40px;
	height: 40px;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	line-height: 40px;
	opacity: 0.3;
	transition: 0.5s;
	display: none;
}

.back-to-top:hover {
	opacity: 1;
	color: #fff;
}

/*Back to top Hide*/

/*Bootstrap Toggler*/

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
/*
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
*/
}

.navbar-light .navbar-toggler {
/*
		border: 1px solid #fff;
*/
		border: 2px solid #000;
}


/*why Misocial Style*/

.whymisocial.header-area {
	background-image: url(assets/img/whymisocial/hero-bg.jpg)
}

.whymisocial .hero-text h6 {
	padding-left: 0;
}

.whymisocial .hero-text h1 span {
	background: #6e45e2;
	border: 2px solid #6434ef;
}

.whymisocial {
	position: relative;
	z-index: 3;
}

.whymisocial:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	opacity: 0.75;
	background: #7156e0;
	background: -moz-linear-gradient(left, #7156e0 0%, #86c9cf 100%);
	background: -webkit-linear-gradient(left, #7156e0 0%, #86c9cf 100%);
	background: linear-gradient(to right, #7156e0 0%, #86c9cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7156e0', endColorstr='#86c9cf', GradientType=1);
}

.whymisocial .hero-text h6:before {
	left: 50%;
	margin-left: -175px;
}

.whymisocial .hero-text h6:after {
	right: 50%;
	margin-right: -175px;
	position: absolute;
	top: 50%;
	content: "";
	width: 24px;
	height: 1px;
	background: #fff;
}

.whymisocial .hero-text-wrapper {
	height: 770px;
}

.whymisocial.header-area {
	height: 770px;
}


/*Features Style*/

.feature-page.header-area {
	background-image: url(../img/features/feature-hero-bg.jpg)
}

.feature-page.header-area {
	height: 770px;
}

.feature-page .hero-text-wrapper {
	height: 770px;
}

.feature-page {
	position: relative;
	z-index: 3;
}

.feature-page:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	opacity: 0.75;
	background: #7156e0;
	background: -moz-linear-gradient(left, #7156e0 0%, #86c9cf 100%);
	background: -webkit-linear-gradient(left, #7156e0 0%, #86c9cf 100%);
	background: linear-gradient(to right, #7156e0 0%, #86c9cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7156e0', endColorstr='#86c9cf', GradientType=1);
}

.feature-page .hero-text h6:before,
.feature-page .hero-text h6:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 1px;
	background: #fff;
	content: "";
	margin-left: -175px;
}

.feature-page .hero-text h6:after {
	left: auto;
	right: 50%;
	margin-right: -175px;
}

.feature-page .hero-text h6 {
	padding-left: 0;
}


/*Beneefits area*/

.benefits.choose-us {
	background-image: url(../img/features/benefits-bg.jpg);
	background-size: cover;
	background-position: center;
	background-color: #ddd;
}

.features-page-img {
	border-radius: 50%;
}

.featurepage-scroll-down {
	box-shadow: 0 0 15px 4px #ddd;
}

.featurepage.choose-us {
	background-image: url(../img/features/features-control-bg.jpg);
	background-size: cover;
	background-position: center;
}

.featurepage .scroll-down {
	box-shadow: 0 0 15px 2px #ddd;
}

.getstarted-section {
	background: #f9fafc;
	padding: 240px 0 100px;
	margin-top: -121px;
}

.top-title h6 {
	color: #9fa4af;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	z-index: 3;
}

.top-title h6:before,
.top-title h6:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 1px;
	background: #6e45e2;
	content: "";
	margin-left: -95px;
	margin-top: -1px;
}

.top-title h6:after {
	left: auto;
	right: 50%;
	margin-right: -95px;
}

.top-title h1 {
	color: #4f4f6f;
	font-weight: 500;
	font-size: 60px;
}

.top-title p {
	line-height: 26px;
	color: #9fa4af;
}

.top-title {
	margin-bottom: 60px;
}

.single-start-box {
	text-align: center;
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 0 18px 1px #ddd;
	color: #9fa4af;
	line-height: 26px;
	margin-bottom: 30px
}

.start-icon {
	width: 65px;
	height: 65px;
	display: inline-block;
}

.single-start-box h3 {
	font-size: 24px;
	color: #4f4f6f;
	margin: 30px 0 60px;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

.single-start-box h3:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 60px;
	height: 1px;
	content: "";
	background: #724FD5;
	margin-left: -30px;
	margin-top: 30px;
}


/*Pricing page*/

.pricing.header-area {
	background-image: url(../img/pricing/pricing-hero-bg.jpg)
}

.pricing-box-bg-1 {
	background-image: url(../img/pricing/pricing-box-bg-1.png)
}

.single-price-box h6 {
	margin: 30px 0 40px;
	text-transform: uppercase;
	color: #9fa4af;
	font-size: 14px;
	font-weight: 500;
}

.single-price-box p i {
	position: absolute;
	margin-left: -8px;
	top: -10px;
	font-size: 16px;
}

.single-price-box p {
	position: relative;
	font-size: 60px;
	color: #4f4f6f;
	font-weight: 500;
	margin-bottom: 40px;
}

.single-price-box p span {
	font-size: 16px;
}

.price-text p {
	font-size: 16px;
	color: #9fa4af;
	font-weight: 400;
	line-height: 28px;
}

.btn-primary.price-btn {
	background: #fff;
	color: #c2c9db;
	box-shadow: 0 0 15px 2px #ddd;
	font-size: 12px;
}

a.price-btn:hover {
	background: #6e45e2;
	color: #fff;
}

.single-price-box {
	border: 1px solid #ddd;
	box-shadow: none;
	transition: 0.5s
}

.single-price-box:hover {
	border: 1px solid transparent;
	box-shadow: 0 0 75px 0px #ddd;
}

.pricing-bg {
	background-size: cover;
	background-position: center;
	height: 260px;
	transition: 0.3s;
}

.pricing.control-bg {
	background-image: url(../img/pricing/pricing-footer.jpg);
	height: 530px;
}

.pricing .control-text {
	margin-top: 160px
}

/*articles area*/

.articles.header-area {
	background-image: none;
	height: auto
}

.articles .header-top .navbar {
	background: #fff;
}

.articles .header-top .navbar a {
	color: #000
}

.articles .navbar-light .navbar-nav .active > .nav-link,
.articles .navbar-light .navbar-nav .nav-link.active,
.articles .navbar-light .navbar-nav .nav-link.show,
.articles .navbar-light .navbar-nav .show > .nav-link,
.articles .navbar-light .navbar-nav .nav-link:focus,
.articles .navbar-light .navbar-nav .nav-link:hover {
	color: #000
}

.articles .mainmenu li.active:not(:last-child):after,
.articles .mainmenu li:not(:last-child):hover:after {
	background: #000;
}

.articles .header-top .navbar li.getstart a {
	background: #6e45e2;
	color: #fff
}

/*Hero SLider*/

.hero-slider-bg-1,
.hero-slider-bg.hero-slider-bg-1 {
	background-image: url(../img/blog/hero-slider-bg-1.jpg);
	background-size: cover;
}

.hero-slider-bg-2,
.hero-slider-bg.hero-slider-bg-2 {
	background-image: url(../img/blog/hero-slider-bg-2.jpg);
	background-size: cover;
}

.hero-bg-overlay:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
	opacity: .25;
	background: #12072f;
}

.hero-slider-bg {
	height: 750px;
	background-size: cover;
	background-position: center top;
	background: #6f4ae1;
	background: -moz-linear-gradient(-45deg, #6f4ae1 0%, #86cbcf 100%);
	background: -webkit-linear-gradient(-45deg, #6f4ae1 0%, #86cbcf 100%);
	background: linear-gradient(135deg, #6f4ae1 0%, #86cbcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f4ae1', endColorstr='#86cbcf', GradientType=1);
	position: relative;
	z-index: 2;
}

.hero-slider-wrapper {
	width: 100%;
	height: 100%;
}

.hero-slider-inner {
	vertical-align: middle;
}

.hero-slider-info {
	padding: 0 30px;
	color: #fff;
}

.hero-slider-info h6 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.hero-slider-info h1 {
	font-size: 40px;
	line-height: 55px;
}

.hero-slider-btn {
	margin-top: 20px;
}

.hero-slider-area .owl-dots div {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #c0d7e9;
	margin: 2px;
	border-radius: 50%;
}

.hero-slider-area .owl-dots div.active {
	background: #ffffff;
}

.hero-slider-area .owl-dots {
	text-align: center;
	position: relative;
	margin-top: -50px;
	margin-bottom: 26px;
}

.blogpost-area {
	padding: 100px 0;
	background: #f9fafc;
}

.single-blog-post {
	background: #fff;
	box-shadow: 0 0 28px 8px #ddd;
	border-radius: 10px;
	overflow: hidden;
	color: #9fa4af;
	margin-bottom: 40px;
}

.blog-meta {
	padding: 20px;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

.single-blog-post p {
	padding: 0 20px;
	margin-bottom: 40px;
}

.blog-comments {
	padding: 0 20px 30px;
	font-size: 13px;
	/* overflow: hidden; */
}

.blog-meta h3 {
	color: #4f4f6f;
	font-size: 24px;
	margin-bottom: 2px;
}

.blog-meta span {
	color: #9fa4af;
	font-size: 13px;
}

.blog-meta:after {
	position: absolute;
	top: 100%;
	left: 20px;
	width: 60px;
	height: 1px;
	content: "";
	background: #6e45e2;
}

.blog-comments i.user-comments {
	display: inline-block;
	font-size: 25px;
	background: red;
	width: 35px;
	height: 35px;
	line-height: 49px;
	text-align: center;
	float: right;
	margin-top: -10px;
	border-radius: 8px;
	color: #fff;
}

.blogs-load {
	display: none
}

.all-blogs,
.all-blogs:focus,
.all-blogs:active {
	box-shadow: 0 0 15px 2px #ddd;
}

.blogs.control-area {
	height: 600px
}

i.user-comments.cmnts-color-one {
	background-color: #ff0fff
}

i.user-comments.cmnts-color-two {
	background-color: #076aff
}


/*Get Started*/

.get-start.header-area {
	background-image: url(../img/getstrated/hero-bg-1.jpg);
}


.contact-area {
	background: #f9fafc;
	padding: 100px 0;
}

.start-title h6 {
	color: #9fa4af;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	padding-left: 30px;
}

.start-title h6:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 1px;
	content: "";
	background: #6E45E2;
}

.start-title h1 {
	color: #4f4f6f;
	font-size: 45px;
}

.start-title p {
	color: #9fa4af;
}

.contact-form label {
	font-weight: 700;
	font-size: 13px;
	color: #9fa4af;
	text-transform: uppercase;
}

.contact-form {
	padding-left: 40px;
}

.contact-form input,
.contact-form select {
	height: 40px;
	border-radius: 0;
}


.contact-form textarea {
	resize: none;
	border-radius: 0;
}

.contact-form textarea:focus,
.contact-form input:focus,
.contact-form select:focus {
	box-shadow: none;
	outline: 0;
}

.contact-form textarea:active,
.contact-form input:active,
.contact-form select:active {
	outline: none;
}

select.form-control:not([size]):not([multiple]) {
	height: 40px;
}

button[type=submit] {
	background: #666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	border-radius: 8px;
	padding: 14px 40px 12px;
	border: none;
	box-shadow: 0 0 15px #ddd;
	margin-top: 20px
}

button[type=submit]:hover {
	background: #ccc;
	color: #666;
	cursor: pointer;
}

.nice-select {
	float: left;
	width: 100%;
	border-radius: 0;
	border: 1px solid #CED4DA;
}

.nice-select.open .list {
	width: 100%;
}

.form-control:focus {
	box-shadow: none;
}

.nice-select:after {
	height: 10px;
	width: 10px;
	border-color: #c4c8d1;
	border-width: 1px;
	margin-top: -8px;
}

/*Single-blog*/

.single-blog.header-area {
	background-image: url(../img/single-blog/single-blog-hero-bg.jpg)
}

.single-blog {
	position: relative;
	z-index: 2;
}

.single-blog:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000936;
	content: "";
	z-index: -1;
	opacity: 0.30;
}

.single-blog .hero-text h6 {
	padding-left: 0;
}

.single-blog .hero-text h6:before {
	background: transparent;
	text-transform: uppercase;
}

.single-blog .hero-text h1 {
	margin-bottom: 0;
}

.single-blog-container {
	max-width: 600px;
	margin: 0 auto;
}

.single-blog .owl-nav div {
	position: absolute;
	left: -90px;
	top: 50%;
	color: #8c84d8;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	transition: 0.3s
}

.single-blog .owl-nav div:hover {
	color: #fff;
}

.single-blog .owl-nav div.owl-next {
	left: auto;
	right: -90px;
}

.single-blog .owl-nav div i.fa {
	position: relative;
	top: 0;
	margin: 0 14px;
}

.single-post-area {
	padding: 100px 0;
}

.data-section span {
	color: #6e45e2;
	font-weight: 900;
	font-size: 56px;
	float: left;
}


.data-section {
	overflow: hidden;
}

.data-section p {
	padding-top: 16px;
	line-height: 28px;
}

.single-post-area p {
	color: #9fa4af;
}

.single-post-area h1 {
	margin: 25px 0 20px;
	color: #4f4f6f;
	font-size: 30px;
}

.data-img p {
	border-bottom: 1px solid #6E45E2;
	padding: 45px 10px 30px;
}

.value-box {
	background: #88d3ce;
	background: -moz-linear-gradient(left, #88d3ce 0%, #6e45e2 100%);
	background: -webkit-linear-gradient(left, #88d3ce 0%, #6e45e2 100%);
	background: linear-gradient(to right, #88d3ce 0%, #6e45e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88d3ce', endColorstr='#6e45e2', GradientType=1);
	border-radius: 10px;
	padding: 25px;
	font-family: 'Playfair Display', serif;
}

.value-box p {
	color: #fff;
	font-size: 30px;
}

.value-box i.fa {
	color: #8161E5;
}

.data-video-box {
	position: relative;
	margin-bottom: 20px;
}

.data-video-box i.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	color: #fff;
	background: #6E45E2;
	border-radius: 50%;
	margin-left: -33px;
	margin-top: -33px;
}

.data-video p {
	padding: 20px;
}

.single-blog-share {
	margin-top: 30px;
}

.single-blog-share p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.singleblog-icons a {
	display: inline-block;
	padding: 0 14px;
	font-size: 18px;
	color: #B4B4BB;
	transition: 0.3s;
	margin-top: 20px;
}

.singleblog-icons a:hover {
	color: #333;
}

.single-blog-control.control-area {
	height: 770px;
	background-image: url(../img/single-blog/single-blog-map.jpg)
}

.single-blog-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.single-blog-inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.single-blog-slider {
	margin-top: 75px;
}

.single-blog-slider .articles-inner {
	border-radius: 20px;
}

.single-blog-slider .single-articles-box {
	border-radius: 20px;
}

.single-blog-slider .owl-dots div {
	width: 10px;
	height: 10px;
	background: #BECAEB;
	display: inline-block;
	margin: 2px;
	border-radius: 50%;
}

.single-blog-slider .owl-dots {
	text-align: center;
	margin-top: 50px;
}

.single-blog-slider .owl-dots div.active {
	background: #fff;
}

.single-blog-inner h1 {
	font-size: 60px;
}

.dropdown-menu {
	background: #6F4DE1;
	border: 0;
}

/*================================================
	汎用設定
================================================*/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.middle {
	vertical-align: middle;
}

.margin10 {
	margin: 10px 0;
}

.padding10 {
	padding: 10px 0;
}

.padding20 {
	padding: 20px 0;
}

.padding30 {
	padding: 30px 0;
}

.padding40 {
	padding: 40px 0;
}

.padding60 {
	padding: 60px 0;
}

.cap_text {
	font-size: 90%;
}

.dummy_height_50 {
	height: 50px;
}

.dummy_height_100 {
	height: 100px;
}

.dummy_height_150 {
	height: 150px;
}

/* 5columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (max-width: 991px) {
	.col-md-15 {
		width: 50%;
		flex: 0 0 50%;
	}
}

@media (min-width: 992px) {
	.col-lg-15 {
		width: 20%;
		flex: 0 0 20%;
	}
}

.form-control {
	margin: 10px 0;
	padding: 10px;
	background-color: #cccccc;
}

a.hoverlink :hover {
	opacity: 0.5 ;
}
