@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

::selection {
	background-color: #c1cad9;
	color: #fff;
}
::-moz-selection {
 background-color: #c1cad9;
 color: #fff;
}

.pc{ display:block}
.mobi{ display:none}
@media (max-width: 560px) {
	.pc{ display:none}
    .mobi{ display:block}
	
    .inner-page-title-area {
	background-image: url(../img/sub_mobi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-size: cover;
	position: relative;
	z-index: 0;
	height:30vh
}
.cart{background:#F4F4F4; padding:.5em; color:#333; }
.cart img{ padding-bottom:15px }
.cart2{
    display: block
    align-items: center;
	width:100%
}
.left{
    flex: none;
    text-align: left;
}
.right{
    flex: none;
    text-align: left;
}

.cart input[type="text"]{
  width:100%;
}

	}
	
	
	
.reply{ background:rgba(255,255,255,.5); font-size:12pt; color:#2f343d; padding:20px}
.reply h4{ font-size:14pt; line-height:22pt}

.about{background:#FFF; min-height:500px}
.about p{color:#555; font-size:14pt; line-height:24pt}
.about2{ background:url(../img/about2.jpg) top center;  min-height:500px}
.about2 p{color:#333; font-size:16pt; line-height:30pt}
.about ul { padding-left:1.5em }
.about ul li{ list-style: decimal;font-size:14pt; line-height:24pt;color:#333; padding:.3em 0 }
.table-blue{ --bs-table-color:#fff; --bs-table-bg:#37445b}
.price th{ padding:1.5em 1em}
.price td{ padding:1.5em 1em; }
.price td span{ color:#F00}
.order{background:#eaeff5; padding:1.5em; color:#333}
.order span{ color:#F00; font-size:14pt}
.order input[type="text"]{
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px 0 15px 0;
  width:100%;
}
.total{ font-size:15pt; }
.cart{background:#F4F4F4; padding:1.5em; color:#333; }
.cart input[type="text"]{
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px 0 15px 0;
  width:100%;
}
.cart input[type="radio"]{
  margin: 5px 0 15px 0;
}
.cart select{
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px 0 15px 0;
  width:100%;
}
.cart textarea{
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px 0 15px 0;
  width:100%;
}
.cart img{ border-radius:10px }
.cart span{ color:#F00; font-size:14pt}
.cart h3{ color:#37445b; text-align:center; font-size:16pt; line-height:24pt}
.cart h4{ color:#555; font-size:14pt; line-height:24pt}
.cart p{ font-size:14pt; color:#555; }
.cart2{
    display: inline-flex;
    align-items: center;
	width:100%
}
.left{
    flex: 1;
    text-align: left;
}
.right{
    flex: 1;
    text-align: right;
}
.cart2 b{ font-size:15pt}
.formalign{ line-height:45px}









img {
	max-width: 100%;
}
body {
	font-size: 12pt;
	font-family:'微軟正黑體';
	color: #c5c5c5;
	letter-spacing: 0.5px;
	background-color: #202020;
}
.theme-bg-light {
	background-color: #1D4DDC;
}
.theme-bg-dark {
	background-color: #0e0e0e;
}
p {
	line-height: 24px;
	font-size: 12pt;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 40px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 10pt;
	color: #fff;
	background-color: #c1cad9;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #d5292a;
}
/* --- Buttons --- */
.btn-style-1 {
	background-color: #FFF ;
	color: #274164;
	border: 0;
	border-radius: 50px;
	padding: 12px 20px;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	background-color: #6d7a91;
	color: #fff;
	text-decoration: none;
}
.btn-style-2 {
	color: #fff;
	background-color: #ed771c;
	border-radius: 50px;
	padding: 12px 20px;
	font-size: 12pt;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #ed771c;   /* 邊框顏色 */
}
.btn-style-2:hover {
	background-color: #f99141;
	color: #fff;
	text-decoration: none;
	border: 1px solid #ed771c;   /* 邊框顏色 */
}
.btn-style-3 {
	color: #c1cad9;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 12pt;
	letter-spacing: 1px;
	padding-bottom: 4px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-3:hover {
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
}
.btn-style-4 {
	color: #333;
	background-color: #FFF;
	border-radius: 50px;
	padding: 12px 20px;
	font-size: 12pt;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}


/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title h2 {
	font-weight: 600;
	font-size: 34px;
	text-transform: uppercase;
	position: relative;
	color: #9ea6b9;
}
.section-title .border-title {
	position: relative;
	height: 2px;
	background-color: #c1cad9;
	width: 160px;
	display: inline-block;
	border-radius: 100%;
}
.section-title .border-title:after {
	position: absolute;
	content: "";
	width: 110px;
	height: 1px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -3px;
	background-color: #fff;
	opacity: 0.3;
}
.section-title .border-title:before {
	position: absolute;
	content: "";
	width: 110px;
	height: 1px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 4px;
	background-color: #fff;
	opacity: 0.3;
}
/* ===================================
	02. Header
=================================== */
.header {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 999;
	box-shadow: 3px 3px 3px #F5F5F5;
}
.header .navbar-brand {
	padding: 0px;
	margin: 0px;
	color: #425779;
	font-size:18pt;
	font-weight:600
}
.header-lover {
	padding: 10px 0px;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 12pt !important;
	color: #333;
	padding: 21px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active a {
	color: #c1cad9;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #212529;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #fff;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header .navbar-toggler span {
	background: #2D2E33;
}
.header .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #c1cad9;
	border-radius: 0px;
}
.header .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #dedede;
	padding: 12px 20px 12px 20px;
	position: relative;
	font-size: 12pt;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header .dropdown-menu .dropdown-item:hover {
	background-color: #c1cad9;
	color: #fff;
}
.header .dropdown-menu .dropdown-item:hover:before {
	background-color: #fff;
}


.header .nav-pills .nav-link.active, .header .nav-pills .show > .nav-link {
	background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.is-sticky {
	z-index: 9999;
}
.is-sticky .header-lover {
	z-index: 9999 !important;
	background-color: #fff !important;
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #333;
}
.is-sticky .nav-pills .nav-link.active, .is-sticky .nav-pills .show > .nav-link {
	color: #c1cad9 !important;
}
 @media screen and (min-width: 768px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* header social */
.header-social a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 100%;
	font-size: 10pt;
	background-color: #c1cad9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-social a:hover {
	background-color: #d5292a;
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	padding-top: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	text-align: left;
}
.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100vh;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/slider-1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/slider-2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider-3.jpg"); /*edit image*/
}
.slider .carousel-item.slider-four {
	background-image: url("../img/slider-4.jpg"); /*edit image*/
}
.slider .carousel-item.slider-five {
	background-image: url("../img/slider-5.jpg"); /*edit image*/
}
.slider .carousel-item.slider-six {
	background-image: url("../img/slider-6.jpg"); /*edit image*/
}
.slider .carousel-caption .slider-caption-box {
	position: relative;
	padding: 30px;
	background:rgba(255,255,255,.6);
	
}
.slider .carousel-caption h3 {
	font-size:18pt;
	color: #333;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: capitalize;
	text-align:center
}
.slider .carousel-caption h2 {
	font-size: 24pt;
	color: #333;
	font-weight: 400;
	line-height: 45px;
	text-transform: uppercase;
	text-align:center
}
.slider .carousel-caption h5 {
	font-size:18pt;
	color: #FFF;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: capitalize;
	text-shadow: #666 0.1em 0.1em 0.3em
}
.slider .carousel-caption h4 {
	font-size: 24pt;
	color: #FFF;
	font-weight: 400;
	line-height: 45px;
	text-transform: uppercase;
	text-shadow: #666 0.1em 0.1em 0.3em
}


.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #000 !important ;
	text-align: center;
}
.slider .carousel-control-next span, .slider .carousel-control-prev span {
	width: 12px;
	height: 12px;
}
.slider .carousel-control-next {
	bottom: auto;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 30px;
	transform: translateY(-50%);
	
}
.slider .carousel-control-prev {
	bottom: auto;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	left: 30px;
	transform: translateY(-50%);
}
/* ===================================
	04. Feature
=================================== */
.features-area > div > div > div:nth-child(2n) .feature-item {
	background-color: rgba(158, 166, 185, 0.1);
}
.features-area > div > div > div {
	padding: 0;
}
.feature-item {
	text-align: center;
	padding: 50px 20px;
	background-color: #c1cad9;
}

.feature-item h4 {
	font-size: 14pt;
	color: #fff;
	margin: 14.5px 0;
	font-weight: 400;
}
.feature-item h5 {
	font-size: 14pt;
	color: #fff;
	margin: 18.4px 0;
	font-weight: 400;
}
.feature-item h4 a {
	color: #fff;
}
.feature-item h5 a {
	color: #fff;
}
/* ===================================
	05. Service
=================================== */
.service-item {
}
.service-item .ser-img img {
	border-radius: 20px;
}

.service-item .ser-img img:hover {
	width:99.7%;
}

.service-item .description {
	padding: 0 20px 20px 20px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-item .description span {
	color:#37445b;
	font-size:12pt;
	padding-right:10px
}
.service-item .description span b {
	color: #C00;
	font-weight:600;
	font-size:15pt;
}
.service-item h4 {
	color: #6d7a91;
	font-size: 20pt;
	line-height:30pt;
	font-weight: 600;
	margin-bottom: 10px;
}
.service-item h5 {
	color: #ed781d;
	font-size: 16pt;
	line-height:22pt;
	font-weight: 600;
	margin-bottom: 10px;
	
}
.service-item h6 {
	color: #6d7a91;
	font-size: 16pt;
	line-height:22pt;
	font-weight: 600;
	margin-bottom: 10px;
}
.service-item h6:hover {
	color: #37445b;
}
.service-item p {
	color: #555;
	font-size: 11pt;
	line-height:18pt;
}
.service-item ul li {
	list-style:disc
}



/* sidebar */
.sidebar-item-box {
	border-radius: 6px;
	overflow: hidden;
}
/* sidebar header */
.sidebar-header h5 {
	font-size: 18px;
	font-weight: 600;
	background-color: #c1cad9;
	padding: 20px 20px;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
}
/* sidebar list */
.sidebar-list li {
	padding: 20px;
	background-color: #0e0e0e;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sidebar-list li a {
	display: flex;
	font-size: 12pt;
	width: 100%;
	align-items: center;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-list li:last-child {
	border-bottom: none;
}
.sidebar-list li i {
	margin-left: auto;
}
.sidebar-list li a:hover {
	color: #c1cad9;
}
/* sidebar contact */
.sidebar-contact {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.sidebar-contact li {
	padding: 20px;
	background-color: #0e0e0e;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sidebar-contact li a {
	display: flex;
	font-size: 12pt;
	width: 100%;
	align-items: center;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-contact li:last-child {
	border-bottom: none;
}
.sidebar-contact li a:hover {
	color: #c1cad9;
}
.sidebar-contact span {
	margin-left: auto;
	font-weight: 400;
	font-size: 12pt;
	color: #8f8f8f;
}
/* download brochure */
.download-brochure a {
	width: 100%;
	display: inline-block;
	background-color: #c1cad9;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-size: 12pt;
	font-weight: 600;
	padding: 20px 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.download-brochure a i {
	border-right: 1px solid rgba(255,255,255,0.4);
	padding-right: 10px;
	margin-right: 5px;
	font-size: 18px;
}
.download-brochure a:hover {
	background-color: #d5292a;
}
/* service detail img */
.service-detail-img img {
	border-radius: 6px;
}
/* ===================================
	06. About Us
=================================== */
.about-img-wrapper .about-images-1 {
	height: 250px !important;
}
.about-img-wrapper .about-images-2 {
	position: relative;
}
.about-img-wrapper .about-images-2:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #c1cad9;
	z-index: 1;
	opacity: 0.7;
}
.video-btn {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.video-btn i {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.video-btn span {
	display: block;
	margin-top: 7px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
}
.about-img-wrapper .about-images-1, .about-img-wrapper .about-images-2, .about-img-wrapper .about-images-3 {
	height: 230px;
	border-radius: 10px;
	overflow: hidden;
}
.about-img-wrapper .about-images-1 img, .about-img-wrapper .about-images-2 img, .about-img-wrapper .about-images-3 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}
.about-img-wrapper .about-images-3 {
	width: 75%;
}
.about-content-text h6 {
	font-size: 10pt;
	font-weight: 700;
	color: #c1cad9;
	letter-spacing: 3px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.about-content-text h2 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
/* ===================================
	07. Counter area
=================================== */
.counter-area {
	background-image: url(../img/bg/counter-bg.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 0;
}
.counter-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.single-counter-box {
	position: relative;
	text-align: center;
	background-color: #c1cad9;
	border-radius: 6px;
	padding: 25px;
}
.single-counter-box .text-wrap .counter-info-text span {
	color: #fff;
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	display: inline-block;
}
.single-counter-box .text-wrap h4 {
	color: #ccc;
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
}
/* ===================================
	08. Blog
=================================== */
.blog-item {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.blog-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	top: 0px;
	left: 0px;
	z-index: 0;
}
.blog-item .blog-item-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item:hover .blog-item-img img {
	transform: scale(1.1);
	filter: blur(5px);
	-webkit-filter: blur(5px);
}
.blog-item .blog-item-des {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	z-index: 1;
}
.blog-item .blog-item-des h4 a {
	color: #fff;
	font-size: 20pt;
	text-shadow: #222 0.1em 0.1em 0.3em;
	line-height:60pt;
	padding-top:20px;
	font-weight: 400;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-des h4 a:hover {
	color: #c1cad9;
}
.blog-item .blog-item-des .blog-item-meta {
	margin-bottom: 20px;
}
.blog-item .blog-item-des .blog-item-meta li a {
	color: #c3c3c3;
}
.blog-item .blog-item-des .blog-item-meta li i {
	color: #fff;
}
.blog-item .blog-item-des .blog-item-meta li {
	font-size: 10pt;
}
/* blog single content */
.blog-single-content .blog-single-img img {
	border-radius: 6px;
}
.blog-single-content h4 {
	font-size: 30px;
	font-weight: 400;
}
.blog-single-content .dropcap:first-letter {
	float: left;
	padding-right: 8px;
	margin-left: -10px;
	margin-top: 2px;
	font-size: 60px;
	font-weight: 300;
	color: #c1cad9;
	line-height: 0.7;
}
.post-creative-title {
	font-size: 30px;
	font-weight: 400;
}
/* blockquote */
.blog-single-content figure {
	background-color: #0e0e0e;
	padding: 20px;
	border-radius: 6px;
	border-left: 2px solid #c1cad9;
	width: 100%;
	display: inline-block;
}
.blog-single-content figure .blockquote p {
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
}
.blog-single-content figure .blockquote-footer {
	margin-bottom: 0px;
	float: right;
	display: inline-block;
	font-size: 12pt;
	color: #c1cad9;
}
/* meta */
.blog-single-content .meta li {
	font-size: 12pt;
}
.blog-single-content .meta li i {
	color: #c1cad9;
}
/* share post */
.share-post li {
	font-size: 12pt;
}
.share-post .share-group a {
	width: 26px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 100%;
	font-size: 12pt;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.share-post .share-group a:hover {
	color: #d5292a;
}
/* comments */
.comment-classic-group .comment-classic-group {
	margin-left: 75px;
}
.comment-classic-group * + .comment-classic-group {
	margin-top: 30px;
}
* + .comment-classic-group {
	margin-top: 30px;
}
.comment-classic-group + .comment-classic-group {
	margin-top: 30px;
}
.comment-classic {
	display: flex;
	align-items: flex-start;
	text-align: left;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.comment-classic > * + * {
	margin-left: 20px;
}
.comment-classic-figure {
	position: relative;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 100%;
}
.comment-classic-main {
	flex-grow: 1;
}
.comment-classic-name {
	color: #c1cad9;
	font-size: 16px;
}
.comment-classic-text {
	color: #7a7a7a;
}
.comment-classic-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-classic-meta span {
	color: #6c757d;
}
.comment-classic-reply {
	font-size: 20px;
	line-height: 1;
	color: #aeb1be;
}
.comment-classic-reply:before {
	content: "\f3e5";
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
}
.comment-classic-reply:hover {
	color: #c1cad9;
}
/* send a comment */
.send-comment-form input, .send-comment-form textarea {
	width: 100%;
	display: block;
	border-radius: 6px;
	color: #666666;
	border: 0px;
	background-color: rgba(255,255,255,0.1);
}
.send-comment-form textarea {
	height: 120px !important;
}
.send-comment-form label {
	font-size: 12pt;
	top: 2px;
}
.send-comment-form input:focus, .send-comment-form textarea:focus {
	border: 1px solid #c1cad9;
	background-color: transparent;
	box-shadow: none;
	color: #fff;
}
/* widget title */
.widget-title {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	position: relative;
	text-transform: uppercase;
}
.widget-title:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 1px;
	background-color: #c1cad9;
	left: 0px;
	bottom: -1px;
}
/* search side */
.search-side input {
	width: 100%;
	display: block;
	border-radius: 6px;
	color: #666666;
	border: 0px;
	height: 50px;
	background-color: rgba(255,255,255,0.1);
}
.search-side input:focus {
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #c1cad9;
	color: #fff;
}
.search-side button {
	background-color: #c1cad9;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 12px 20px;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search-side button:hover {
	background-color: #d5292a;
	color: #fff;
	text-decoration: none;
}
/* categories list */
.categories-list {
	border-radius: 6px;
	overflow: hidden;
}
.categories-list li {
	padding: 20px;
	background-color: #0e0e0e;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.categories-list li a {
	display: flex;
	font-size: 12pt;
	width: 100%;
	align-items: center;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.categories-list li:last-child {
	border-bottom: none;
}
.categories-list li span {
	margin-left: auto;
}
.categories-list li a:hover {
	color: #c1cad9;
}
/* tag list */
.tag-list a {
	padding: 6px 12px;
	font-style: italic;
	color: #fff;
	background-color: #c1cad9;
	margin-bottom: 6px;
	border-radius: 50px;
	margin-right: 4px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tag-list a:hover {
	background-color: #d5292a;
	color: #fff;
}
/* recent posts */
.post-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
	border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.post-item:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.post-item .entry-media img {
	max-width: 75px;
	margin-right: 20px;
	border-radius: 6px;
}
.post-item .entry-title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 400;
}
.post-item .entry-title a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-item .entry-meta, .post-item .entry-meta a {
	margin-top: 0px;
	list-style: none;
	color: #6c757d;
	font-size: 10pt;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-item .entry-title a:hover, .post-item .entry-meta a:hover {
	color: #c1cad9;
}
/* ===================================
	09. Call to action
=================================== */
.call-to-action-area {
	background-image: url(../img/bg/call-to-action-bg.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 0;
}
.call-to-action-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.cta-content h3 {
	font-size: 18px;
	color: #c1cad9;
	font-weight: 400;
	margin-bottom: 20px;
}
.call-to-action-area h2 {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 20px;
}
.call-to-action-area h2 a {
	color: #fff;
	text-decoration: underline;
}
.call-to-action-area p {
	color: #fff;
	line-height: 28px;
}
.video-popup {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 24px;
	border-radius: 100%;
	background-color: #c1cad9;
}
.video-popup:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #c1cad9;
	border-radius: 100%;
	top: 0;
	animation-fill-mode: both;
	animation: witr_squares 1.5s ease-in-out infinite;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.video-popup:after {
	position: absolute;
	content: '';
	width: 90px;
	height: 90px;
	border: 2px solid #c1cad9;
	border-radius: 100%;
	top: -5px;
	left: -5px;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.video-popup i {
	z-index: 2;
	position: relative;
}
.video-popup:hover {
	color: #fff;
}
/* witr_squares_ */
@keyframes witr_squares {
 0% {
transform:scale(1);
opacity:0
}
 20% {
transform:scale(1.3);
opacity:1
}
 100% {
transform:scale(1.5);
opacity:0
}
}
/* ===================================
	10. Pricing
=================================== */
.single-pricing {
	padding: 40px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	border: 2px solid #303030;
	background-color: #0e0e0e;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing-head h3 {
	color: #fff;
	font-size: 30px;
	text-transform: capitalize;
}
.price-item {
	margin-bottom: 15px;
	margin-top: 10px;
}
.price-item span {
	display: inline-block;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	color: #c1cad9;
}
.price-item-inner .curenc {
	font-size: 28px !important;
	font-weight: 500;
	position: relative;
	top: -15px;
}
.single-pricing .month-inner .boottom {
	font-size: 18px;
}
.single-pricing .feature {
	background-color: #303030;
	border-radius: 6px;
	padding: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing .feature ul li {
	display: block;
	font-size: 15px;
	padding-bottom: 16px;
	text-transform: capitalize;
}
.feature ul li:last-child {
	padding-bottom: 0;
}
.single-pricing:hover, .single-pricing.active {
	border: 2px dashed #c1cad9;
}
/* ===================================
	11. Testimonial
=================================== */
.testimonial-box {
	background:rgba(255,255,255,0.4);
	border-radius: 6px;
	padding: 30px;
	margin-bottom:1em
}
.testimonial-box .testi-star {
	color: #6d7a91;
	font-size: 18px;
	margin-bottom: 20px;
}
.testimonial-box .profile-info {
	margin-top: 20px;
}
.testimonial-box .profile-info h3 {
	color: #6d7a91;
	padding-bottom: 6px;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}
.testimonial-box .profile-info span {
	color: #333;
	font-size: 12pt;
}
.testimonial-carousel .owl-nav {
	margin-top: 30px;
}
.testimonial-carousel .owl-nav button {
	text-align: center;
	color: #202020 !important;
	border-radius: 6px;
	margin: 0px 6px !important;
	background-color: transparent !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonial-carousel .owl-nav button:hover {
	background-color: transparent !important;
}
.testimonial-carousel .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #FFF !important;
	background-color: #303030 !important;
}
.testimonial-carousel .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #FFF !important;
	background-color: #303030 !important;
}
/* ===================================
	12. Partner
=================================== */
.partner-item {
	background-color: #fff;
	border-radius: 6px;
}
/* ===================================
	13. Contact
=================================== */
/* map */
.map-box iframe {
	width: 100%;
	height: 295px;
	border: 0px;
	border-radius: 6px;
	overflow: hidden;
}
.contact-info-box {
	padding: 20px;
}
.contact-info li {
	margin-bottom: 12px;
	font-size: 16px;
	color: #fff;
}
.contact-info li i {
	margin-right: 6px;
}
.contact-info li:last-child {
	margin-bottom: 0px;
}
.contact-info li a {
	color: #fff;
}
/* contact social */
.contact-social a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	color: #fff !important;
	border-radius: 100%;
	font-size: 10pt;
	background-color: #c1cad9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-social a:hover {
	background-color: #d5292a;
}
/* contact page box */
.contact-item-box {
	border-radius: 6px;
	overflow: hidden;
	background-color: #0e0e0e;
}
.contact-item-box .contact-item-grid {
	padding: 20px;
}
.contact-item-box .contact-item-grid h4 {
	color: #c1cad9;
	margin-bottom: 8px;
}
.contact-item-box .contact-item-grid + .contact-item-grid {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.contact-item-box .contact-item-grid a {
	color: #6c757d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-item-box .contact-item-grid a:hover {
	color: #c1cad9;
}
/* contact form */
.contact-form input, .contact-form textarea {
	width: 100%;
	display: block;
	border-radius: 6px;
	color: #666666;
	border: 0px;
	background-color: rgba(255,255,255,0.1);
}
.contact-form textarea {
	height: 120px !important;
}
.contact-form label {
	font-size: 12pt;
	top: 2px;
}
.contact-form input:focus, .contact-form textarea:focus {
	border: 1px solid #c1cad9;
	background-color: transparent;
	box-shadow: none;
	color: #fff;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* ===================================
	14. Footer
=================================== */
/* footer links */
.footer-links li {
	display: inline-block;
}
.footer-links li a {
	padding: 0 12px;
	font-size: 10pt;
	color: #6c757d;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-links li:first-child a {
	padding-left: 0px;
}
.footer-links li a:hover {
	color: #c1cad9;
}
/* footer copyright */
.footer-copyright, .footer-copyright a {
	color: #DDD;
	font-size: 10pt;
}

/* ===================================
	15. Inner page title
=================================== */
.inner-page-title-area {
	background-image: url(../img/sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-size: cover;
	padding: 280px 0px;
	position: relative;
	z-index: 0;
}
/* ===================================
	16. Team
=================================== */
.team-item {
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
}
.team-item-caption {
	position: relative;
	padding: 22px 15px 24px;
	background-color: #ffffff;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item-name a {
	position: relative;
	font-weight: 400;
	color: #333;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item-status {
	font-size: 12pt;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 0px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #c1cad9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item-arrow {
	position: absolute;
	text-align: center;
	top: -15px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	color: #c1cad9;
	background: #ffffff;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item-arrow:before {
	display: inline-block;
	content: "\f077";
	font-size: 12pt;
	font-weight: 900;
	line-height: 27px;
	font-family: "Font Awesome 5 Free";
	transform: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item:hover .team-item-arrow:before {
	transform: rotate(180deg);
	color: #fff;
}
.team-item:hover .team-item-caption {
	background-color: #c1cad9;
}
.team-item:hover .team-item-name a, .team-item:hover .team-item-status {
	color: #fff;
}
.team-item:hover .team-item-arrow {
	background-color: #c1cad9;
}
/* ===================================
	17. Faq
=================================== */
.faq-box {
	border-radius: 6px;
	overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f078";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f077";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header i {
	position: absolute;
	right: 25px;
	top: 50%;
	font-size: 12pt;
	transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #fff;
	padding: 20px 20px !important;
	font-size: 18px;
	background-color: #37445b
}
.faq-box .accordion-item {
	margin-bottom: 0px;
	background-color: transparent;
	border-radius: 0px !important;
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
	border-bottom: 0px !important;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 0;
	color: #333 !important;
	background-color: #eaeff5;
}
.faq-box .accordion-item .accordion-body li {
	border-bottom:1px #FFF solid;
	font-size:13pt;
	line-height:30pt;
	padding:.3em 1em;
	color:#333
}
.faq-box .accordion-item .accordion-body li:hover {
	background-color: #f6f8fb;
	color:#37445b
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #fff;
	padding: 20px !important;
	border-bottom: 0;
	font-size: 18px;
	border-radius: 0px;
	background-color: #37445b;
}
.faq-box .accordion-item .accordion-body ul {
	margin-left: 15px;
}
.faq-box .accordion-item .accordion-body ul li {
	list-style: circle;
}
/* have any question */
.have-any-question {
	border-radius: 6px;
	overflow: hidden;
	background-color: #37445b;
}
.have-any-question .question_form {
	border-top: 2px solid #c1cad9;
}
.have-any-question h5 {
	font-size: 16px;
}
.have-any-question .question_form input, .have-any-question .question_form textarea {
	width: 100%;
	display: block;
	border-radius: 6px;
	color: #666666;
	border: 0px;
	background-color: #37445b;
}
.have-any-question .question_form input:focus, .have-any-question .question_form textarea:focus {
	border: 1px solid #c1cad9;
}
/* ===================================
	18. Portfolio
=================================== */
.portfolio-box {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
}
.portfolio-box:hover:before {
	opacity: 1;
}
.portfolio-box .zoom {
	color: #fff;
	font-size: 10pt;
	border-radius: 6px;
	position: absolute;
	left: 40%;
	top: 40%;
	width: 40px;
	height: 40px;
	z-index: 2;
	text-align: center;
	line-height: 40px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .zoom {
	background-color: #c1cad9;
	opacity: 1;
}
.portfolio-box .portfolio-box-des {
	position: absolute;
	left: 0px;
	z-index: 2;
	right: 0px;
	top: 50%;
	text-align: center;
	opacity: 0;
	background-color: transparent !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .portfolio-box-des {
	transform: translateY(-50%);
	opacity: 1;
}
.portfolio-box .portfolio-box-des h5 {
	color: #fff;
	font-size: 16pt;
	font-weight: 400;
}
.portfolio-box .portfolio-box-des p {
	font-size: 12pt;
	color: #ccc;
}
.portfolio-box .readmore {
	color: #fff;
	font-size: 22px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 2;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .readmore {
	color: #c1cad9;
	opacity: 1;
}
/* single portfolio img */
.single-portfolio-img img {
	border-radius: 6px;
}
/* single portfolio box */
.single-portfolio-box h5 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
}
/* project details */
.project-details li {
	font-size: 12pt;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.project-details li:last-child {
	margin-bottom: 0px;
}
.project-details li span {
	font-weight: 600;
	color: #fff;
}
/* ===================================
	19. 404 page
=================================== */
.error-text h2 {
	font-size: 100px;
	padding: 0px;
	font-weight: 700;
	color: #c1cad9;
}
.error-text h4 {
	margin-bottom: 10px;
	color: #c1cad9;
}
/* ===================================
	20. Privacy policy
=================================== */
.privacy-policy-single-content:last-child {
	margin-bottom: 0px;
}
.privacy-policy-single-content h3 {
	color: #c1cad9;
	font-size: 22px;
	font-weight: 400;
}
.privacy-policy-single-content ul li {
	padding-bottom: 8px;
}
.privacy-policy-single-content ul li:last-child {
	padding-bottom: 0px;
}
.privacy-policy-single-content ul li i {
	color: #c1cad9;
	padding-right: 6px;
}

.reviews {
	color: #555;
	font-size: 1rem;
}

.reviews_bg {
	background: #FFF;
}

.mobile-order-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999; /* 確保在最上層 */
  display: none; /* 預設隱藏 */
}

#orderNowBtn {
	background-color: #f99141;
	border-color: #f99141;
}

#orderNowBtn:hover, #orderNowBtn:focus {
	background-color: #e07f30; /* 深一點的橘色，hover 效果 */
	border-color: #e07f30;
}
