/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html, body {
	height: 100%;
}
html {
	font-size: 62.5%
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
a:focus {
	outline: 0px solid;
}
img {
	max-width: 100%;
	height: auto;
}
.fix {
	overflow: hidden;
}
p {
	margin: 0 0 15px;
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	color: #444;
	font-weight: 500;
}
h1 {
	font-size: 48px;
	line-height: 50px;
}
h2 {
	font-size: 38px;
	line-height: 40px;
}
h3 {
	font-size: 30px;
	line-height: 32px;
}
h4 {
	font-size: 24px;
	line-height: 26px;
}
h5 {
	font-size: 20px;
	line-height: 22px;
}
h6 {
	font-size: 16px;
	line-height: 20px;
}
a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:hover {
	color: #3EC1D5;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0 none;
}
ol li, ul li {
	list-style-type: none;
}
.red {
	color: #FF0004;
}
.row-pb-md {
	padding-bottom: 4em;
}
.row-pb-sm {
	padding-bottom: 2em;
}

@media screen and (max-width: 480px) {
.row-pb-md {
	padding-bottom: 2em !important;
}
.row-pb-sm {
	padding-bottom: 1em !important;
}
}

@media screen and (min-width: 768px) {
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
}

@media screen and (max-width: 768px) {
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}
body {
	background: #fff none repeat scroll 0 0;
	color: #444;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 1.8;
}
/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #3EC1D5;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 5px;
	transition: background 0.5s;
	z-index: 10001;
}

@media (max-width: 768px) {
.back-to-top {
	bottom: 15px;
}
.container .row .col-md-8 {
	margin-bottom: 50px;
}

}
.back-to-top:focus {
	background: #3EC1D5;
	color: #fff;
	outline: none;
}
.back-to-top:hover {
	background: #3cd6ed;
	color: #fff;
}
.clear {
	clear: both;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('../img/preloader.gif') no-repeat center center;
}

::-moz-selection {
 background: #3EC1D5;
 text-shadow: none;
}
::selection {
	background: #3EC1D5;
	text-shadow: none;
}
.area-padding {
	padding: 70px 0px 80px;
}
.area-padding-2 {
	padding: 70px 0px 50px;
}
.padding-2 {
	padding-bottom: 90px;
}

@media screen and (max-width: 480px) {
.area-padding {
	padding: 35px 0px 40px !important;
}
}
.section-headline h2 {
	display: inline-block;
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 70px;
	position: relative;
	text-transform: capitalize;
}
.section-headline h2::after {
	border: 1px solid #333;
	bottom: -20px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 40%;
}

@media screen and (max-width: 480px) {
.section-headline h2 {
	font-size: 2.8rem !important;
}
}
.sec-head {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}
.marker {
	background: linear-gradient(transparent 60%, #ffff7f 0%);
}
/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/

.header-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, 0.40);
	z-index: 9;
}
.navbar-header a.navbar-brand {
	display: inline-block;
	height: 70px;
	padding: 15px 0;
}
.main-menu ul.navbar-nav li {
	display: inline-block;
	padding: 0px 13px;
}
.main-menu ul.navbar-nav li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 24px 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.main-menu ul.navbar-nav li.active a::after {
	border: 1px solid #fff;
	bottom: 0px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}
.main-menu ul.navbar-nav li.active a:hover {
	background: none;
	color: #fff;
}
.main-menu ul.navbar-nav li.active a:focus {
	color: #fff;
}
.main-menu ul.navbar-nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	position: relative;
}
.main-menu ul.navbar-nav li a:hover {
	color: #3EC1D5;
}
.navbar {
	border: medium none;
	margin-bottom: 0;
}
.navbar-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: none;
	color: #333;
}
.navbar-default .navbar-toggle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	padding: 25px 0px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 30px;
	height: 2px;
}
.top-right.text-right {
	float: right;
	position: relative;
	top: 24px;
	margin-left: 20px;
}
.top-right.text-right>li {
	float: right;
	margin: 0px 8px;
}
.top-right.text-right li a {
	color: #fff;
}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-text {
	float: none;
	margin: 15px 0;
}
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
}
/*--------------------------------*/

/* 2.1. Stick menu
/*--------------------------------*/

.header-area.stick {
	background-color: rgba(0, 0, 0, 1);
	height: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.stick .navbar-header a.navbar-brand {
	display: inline-block;
	height: 90px;
}
.navbar-brand.page-scroll.sticky-logo span {
	position: relative;
	left: 58px;
	top: -22px;
}
.navbar-brand.page-scroll.sticky-logo {
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	top: -5px;
}
.stick .navbar-brand>img {
	display: none;
}
.stick .navbar-brand.sticky-logo>img {
	display: block;
}
.navbar-header .navbar-brand.page-scroll.sticky-logo .img-responsive {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	line-height: 1;
	width: 38rem;
}

@media screen and (min-width: 1024px) {
.navbar-header .navbar-brand.page-scroll.sticky-logo .img-responsive {
	width: 30rem;
}
}

@media screen and (max-width: 480px) {
.navbar-header .navbar-brand.page-scroll.sticky-logo .img-responsive {
	width: 24rem;
}
}
.stick .main-menu ul.navbar-nav li.active a::after {
	border: 1px solid #fff;
	bottom: 0px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}
.stick .main-menu ul.nav>li>a:hover {
	color: #fff;
}
.stick .main-menu ul.navbar-nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	position: relative;
}
.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
	background-color: #f5f5f5;
	color: #fff;
	outline: medium none;
}
.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
	color: #fff;
}
.navbar-header .navbar-brand.page-scroll.sticky-logo .img-responsive {
	width: 5rem;
}
.stick .main-menu ul.nav>li>a {
	color: #fff;
	line-height: 22px;
	padding: 24px 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.stick .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 30px;
	height: 2px;
}
.stick .navbar-default .navbar-toggle {
	padding: 10px 0px;
}
/*--------------------------------*/

/*  opening Area
/*--------------------------------*/
.section-headline.text-center h2 br {
	line-height: 30px;
}
.well-middle .single-well .top_row {
	margin-top: 2em;
}
/*------------------------------
  About Area
--------------------------------*/
.about-area {
	background-color: #f9f9f9;
}
.single-well>a {
	display: block;
}
.single-well ul li {
	color: #444;
	display: block;
	padding: 5px 0;
}
.single-well ul li i {
	color: #3EC1D5;
	padding-right: 10px;
	font-size: 12px;
}
.single-well p {
	color: #444;
	margin-bottom: 30px;
}
/*--------------------------------*/

/* Services Area
/*--------------------------------*/
.services-icon {
	color: #444;
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
}
.section-headline.services-head>h2 {
	margin-bottom: 25px;
}
.services-details {
	padding-top: 40px;
	transition: all 0.5s ease 0s;
}
.services-details:hover h4, .services-details:hover .services-icon {
	color: #3EC1D5;
}
.row.second-row {
	margin-top: 40px;
}
.section-head>h2 {
	color: #333;
}
.single-services>h4 {
	color: #444;
	font-size: 24px;
	font-weight: 500;
}
.single-services>p {
	color: #333;
	font-size: 14px;
}
/*----------------------------------------
  Skill Area
----------------------------------------*/
.our-skill-area {
	position: relative;
}
.our-skill-area {
	background-repeat: no-repeat;
	background-position: center top / cover;
	background-image: url(../img/our-skill-area_bg.jpg);
	background-color: rgba(248, 248, 248, 0.8);
	background-attachment: fixed;
}
.test-overly {
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	width: 100%;
	height: 100%;
}
.progress-h4 {
	color: #fff;
	font-weight: 500;
}
/*----------------------------------------
  リモコン買取を依頼されたお客様の声
----------------------------------------*/
.faq-details .panel-heading {
	padding: 0;
}
.panel-default>.panel-heading {
	background-color: transparent;
	border: medium none;
	color: #333;
}
.faq-details h4.check-title a {
	color: #333;
	display: block;
	font-weight: 700;
	letter-spacing: 2px;
	margin-left: 40px;
	padding: 6px 10px;
	text-decoration: none;
}
.panel-body {
	padding: 15px 15px 0px 50px;
}
.faq-details h4.check-title {
	color: #444;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.faq-details a span.acc-icons {
	position: relative;
}
.faq-details a span.acc-icons::before {
	color: #333;
	content: "";
	font-family: fontawesome;
	font-size: 24px;
	height: 40px;
	left: -51px;
	line-height: 39px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 42px;
}
.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
	color: #3EC1D5;
}
.faq-details a.active span.acc-icons::before {
	content: "";
	font-family: fontawesome;
	font-size: 24px;
	height: 40px;
	left: -51px;
	line-height: 39px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 42px;
}
/*----------------------------------------
 .Wellcome Area Css
----------------------------------------*/
.wellcome-area {
	background-image: url(../img/wellcome-area.jpg);
	background-color: rgba(248, 248, 248, 0.8);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.well-bg {
	position: relative;
}
.wellcome-text {
	margin: 70px 0;
	padding: 30px 40px;
}
.well-text>h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 500;
}
.well-text p {
	font-size: 18px;
	font-style: italic;
	color: #fff;
}
.wellcome-text .section-headline p {
	margin-bottom: 0;
}
.subs-feilds {
	border: 1px solid #fff;
	display: inline-block;
	height: 52px;
	margin-top: 30px;
	width: 60%;
	border-radius: 30px;
	overflow: hidden;
}
.subs-feilds .suscribe-input a {
	color: #FFFFFF;
	font-size: 4rem;
	text-align: center;
	position: relative;
	top: -8px;
}
.suscribe-input input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	float: left;
	font-size: 15px;
	line-height: 24px;
	padding: 11px 15px;
	width: 70%;
	height: 50px;
}
/*--------------------------------*/

/*  出張買取・回収のエーコミュニティ
/*--------------------------------*/

.reviews-area {
	background-image: url(../img/wellcome-area_bg.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
}
.work-left-text {
	background: #3EC1D5 none repeat scroll 0 0;
}
.work-left-text {
	width: 50%;
}
.work-right-text {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	float: right;
	height: 100%;
	overflow: hidden;
	padding: 80px 0;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
.work-right-text h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}
.work-right-text h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
}
.work-right-text .sus-btn {
	margin-left: 0;
	margin-top: 20px;
}
.single-awesome-4 {
	display: block;
	float: left;
	overflow: hidden;
	width: 33.33%;
}
.single-awesome-4 .add-actions {
	padding: 10px 20px;
}
/*--------------------------------*/

/*  更新情報・お知らせ
/*--------------------------------*/

.topics dl {
	height: 36em;
	overflow: auto;
}
dl dt {
	float: left;
	clear: left;
	width: 7em;
	padding-bottom: 10px;
	padding-top: 10px;
}
dl dd {
	border-bottom: 1px dotted #ccc;
	padding-left: 7.5em;
	padding-bottom: 10px;
	padding-top: 10px;
}

@media screen and (max-width: 480px) {
dl dt {
	float: none;
	width: 100%;
}
dl dd {
	padding-left: 0em;
}
}
/*----------------------------------------*/

/*  Footer Area
/*----------------------------------------*/

.footer-area {
	padding: 40px 0;
	background: #f9f9f9;
}
.footer-head p {
	color: #444;
}
.footer-head h4 {
	color: #444;
	font-size: 16px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.footer-logo {
	padding-bottom: 20px;
}
.footer-logo h2 {
	color: #222;
	padding: 0;
	margin: 0;
	font-size: 31px;
	font-weight: bold;
	line-height: 1;
}
.footer-logo h2 span {
	color: #3ec1d5;
	font-size: smaller;
}
.footer-area-bottom {
	background: #f1f1f1 none repeat scroll 0 0;
	padding: 15px 0;
}
.footer-head .link li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.link li a {
	color: #333333;
}
.link li a:hover {
	color: #3EC1D5;
	text-decoration: underline;
}
.copyright-text a:hover {
	text-decoration: underline;
	color: #3EC1D5;
}
.copyright-text a {
	color: #444;
}
.copyright>p {
	margin-bottom: 0;
	color: #444;
}
.copyright a, .credits a {
	color: #3EC1D5;
}
.credits {
	padding-top: 5px;
	text-align: center;
}

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px) {
.footer_area {
	display: none !important;
}
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px) {
.footer_area {
	position: fixed;
	bottom: 70px;
	left: 0;
	width: 100%;
	z-index: 10000;
	height: 70px;
}
.footer_area .container-fluid .row .col-xs-6 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.footer_area p a img {
	opacity: 0.8;
}
}
/*----------------------------------------*/

/*  16.Home Page 2  CSS
/*----------------------------------------*/

.header-bg {
	background: url(../img/slider/slider1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}
.header-bg.home-2 {
	width: 100%;
	height: 100%;
	position: relative;
}
.home-overly {
	background: rgba(0, 0, 0, 0.50);
	height: 100%;
	position: absolute;
	width: 100%;
}
.home-2 .layer-1-3, .home-3 .layer-1-3 {
	margin: 10px 0 0;
}
/*----------------------------------------*/

/*  17.Home Page 3  CSS
/*----------------------------------------*/

.home-video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.header-image.home-3 {
	width: 100%;
	height: 100%;
	position: relative;
}
.table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
/*----------------------------------------
  . 下層ページメインビジュアル共通
----------------------------------------*/

.page-area {
	position: relative;
}
.header-bottom h1, .header-bottom h2 {
	color: #fff;
}
/*----------------------------------------
 .ボタン共通
----------------------------------------*/

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: transparent;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098D1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.work-right-text.text-center .btn.btn-default.white.btn-lg.hvr-sweep-to-right {
	color: #FFFFFF;
}
/*----------------------------------------
 company.html
----------------------------------------*/
.table.table-bordered tr .btn-info {
	vertical-align: middle;
}

@media (max-width:768px) {
.col-md-6.col-sm-12.col-xs-12 {
	margin-bottom: 25px;
}
}
.contact-info {
	margin-bottom: 20px;
	text-align: center;
}
.contact-phone, .contact-email {
	margin-bottom: 20px;
	border-right: 1px solid #BBBBBB;
}
.contact-phone {
	border-left: 1px solid #BBBBBB;
}
.contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #5BC0DE;
}
.contact-info p {
	margin-bottom: 0;
	color: #000;
}
.contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}
.contact-info a {
	color: #333;
}
.contact-info a:hover {
	color: #3EC1D5;
	text-decoration: underline;
}
.box {
	padding: 1em 1em;
	margin: 2em 0;
	background: #d6ebff;
	box-shadow: 0px 0px 0px 10px #d6ebff;
	border: dashed 2px white;
}
.box p {
	margin: 0;
	padding: 0;
}
/*----------------------------------------
 flow.html
----------------------------------------*/
.timeline-centered {
	position: relative;
	margin-bottom: 30px;
}
.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}
.timeline-centered:after {
	clear: both;
}
.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}
.timeline-centered:after {
	clear: both;
}
.timeline-centered:before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	background: #f5f5f6;
	/*left: 50%;*/
	top: 20px;
	bottom: 20px;
	margin-left: 30px;
}
.timeline-centered .timeline-entry {
	position: relative;
	/*width: 50%;
        float: right;*/
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
	clear: both;
}
.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry:after {
	clear: both;
}
.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry:after {
	clear: both;
}
.timeline-centered .timeline-entry.begin {
	margin-bottom: 0;
}
.timeline-centered .timeline-entry.left-aligned {
	float: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
	margin-left: 0;
	margin-right: -18px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
	left: auto;
	right: -100px;
	text-align: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
	float: right;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
	margin-left: 0;
	margin-right: 70px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -9px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.timeline-centered .timeline-entry .timeline-entry-inner {
	position: relative;
	margin-left: -20px;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
	position: absolute;
	left: -100px;
	text-align: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
	display: block;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
	font-size: 15px;
	font-weight: bold;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
	font-size: 12px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
	background: #fff;
	color: #737881;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	-moz-box-shadow: 0 0 0 5px #f5f5f6;
	-webkit-box-shadow: 0 0 0 5px #f5f5f6;
	box-shadow: 0 0 0 5px #f5f5f6;
	line-height: 40px;
	font-size: 15px;
	float: left;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
	background-color: #303641;
	color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
	background-color: #ee4749;
	color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
	background-color: #00a651;
	color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
	background-color: #21a9e1;
	color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
	background-color: #fad839;
	color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
	background-color: #cc2424;
	color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
	position: relative;
	background: #f5f5f6;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1.5em;
	margin-left: 60px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #f5f5f6 transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
	color: #737881;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 1.428571429;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
	margin-top: 15px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
	color: #303641;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
	-ms-filter: alpha(opacity=60);
	filter: alpha(opacity=60);
}
.timeline-entry .timeline-entry-inner .timeline-label {
	position: relative;
}
.timeline-entry-inner .timeline-label .photo {
	display: inline-block;
	width: 21%;
}
.timeline-entry-inner .timeline-label .text {
	display: inline-block;
	width: 75%;
	position: absolute;
	top: 20%;
}
.services-details .single-services .point {
	margin-top: 15px;
}
.team-content.text-center .inner {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
.timeline-label .text .space {
	position: relative;
	top: 5px;
}

@media (max-width:767px) {
.timeline-entry .timeline-entry-inner .timeline-label.fast {
	min-height: 285px;
}
.timeline-entry .timeline-entry-inner .timeline-label.third {
	min-height: 195px;
}
.timeline-entry .timeline-entry-inner .timeline-label.second {
	min-height: 360px;
}
.timeline-entry .timeline-entry-inner .timeline-label.last {
	min-height: 345px;
}
.timeline-entry .timeline-entry-inner .timeline-label.fous {
	min-height: 360px;
}
.timeline-entry .timeline-entry-inner .timeline-label.last {
	min-height: 166px;
}
.timeline-entry-inner .timeline-label .text {
	width: 60vw;
}
}

@media (max-width:320px) {
.timeline-entry .timeline-entry-inner .timeline-label.fast {
	min-height: 335px;
}
.timeline-entry .timeline-entry-inner .timeline-label.second {
	min-height: 405px;
}
.timeline-entry .timeline-entry-inner .timeline-label.third {
	min-height: 225px;
}
.timeline-entry .timeline-entry-inner .timeline-label.fous {
	min-height: 405px;
}
.timeline-entry .timeline-entry-inner .timeline-label.last {
	min-height: 190px;
}
}
/*----------------------------------------
 plice.html
----------------------------------------*/
.card .card-body {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.card-body .card-title {
	background-color: #E8E8E8;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.box-shadow {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}
.services-details .single-services .margin_top {
	margin-top: 15px;
}
form {
	margin-top: 30px;
}


@media screen and (max-width: 768px) {
form .row.form-group .col-md-6 {
	margin-bottom: 15px;
}
.col-md-4 {
	margin-bottom: 15px;
}
}
