/* fonts import */
/*@import url("../fonts/octin_sports_rg.ttf");*/
@font-face {
	font-family: dfheistdW9;
	src: url(../fonts/dfheistd-w9.otf);
}

@font-face {
	font-family: dfheistdW7;
	src: url(../fonts/NotoSansTC-Bold.otf);
}

@font-face {
	font-family: dfheistdW5;
	src: url(../fonts/NotoSansTC-Regular.otf);
}

body {
	font-family: "dfheistdW5", sans-serif;
	color: #0c0c0c;
	background-color: #ffffff;
	overflow-x: hidden;
}

.layout_padding {
	padding: 90px 0;
}

.layout_padding2 {
	padding: 45px 0;
}

.layout_padding2-top {
	padding-top: 45px;
}

.layout_padding2-bottom {
	padding-bottom: 45px;
}

.layout_padding-top {
	padding-top: 90px;
}

.layout_padding-bottom {
	padding-bottom: 90px;
}

.heading_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.heading_container h2 {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
}

.heading_container.heading_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

/*header section*/
.hero_area {
	/*  min-height: 100vh;*/
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.sub_page .hero_area {
	min-height: auto;
}

.sub_page .header_section {
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.header_section {
	background-color: #ffffff;
}

.header_section .container-fluid {
	padding-right: 25px;
	padding-left: 25px;
}

.header_section .nav_container {
	margin: 0 auto;
}

.header_section .social_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.header_section .social_box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 15px;
	margin-left: 10px;
	background-color: #2f2519;
}

.header_section .social_box a:hover {
	color: #fa7d09;
	border-color: #fa7d09;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
	padding: 3px 15px;
	margin: 10px 15px;
	color: #272727;
	text-align: center;
	text-transform: uppercase;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

a:hover,
a:focus {
	color: initial;
}

.btn,
.btn:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.custom_nav-container .nav_search-btn {
	width: 35px;
	height: 35px;
	padding: 0;
	border: none;
}

.navbar-brand span {
	font-size: 24px;
	font-weight: 700;
	color: #272727;
	text-transform: uppercase;
}

.custom_nav-container {
	z-index: 99999;
	padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
	outline: none;
}

.custom_nav-container .navbar-toggler {
	padding: 0;
	width: 37px;
	height: 42px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
	display: block;
	width: 32px;
	height: 4px;
	background-color: #000000;
	border-radius: 15px;
	margin: 7px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	border-radius: 15px;
	top: -10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
	top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.slider_section .slider_bg_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.slider_section .slider_bg_box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slider_section .slider_bg_box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(47, 37, 25, 0.85)), to(rgba(47, 37, 25, 0.55)));
	background: linear-gradient(to right, rgba(47, 37, 25, 0.85), rgba(47, 37, 25, 0.55));
}

.slider_section .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.slider_section #customCarousel {
	width: 100%;
	z-index: 3;
}

.slider_section .detail-box {
	color: #ffffff;
}

.slider_section .detail-box h1 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}

.slider_section .detail-box p {
	margin: 25px 0;
}

.slider_section .detail-box .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.slider_section .detail-box .btn-box a {
	margin: 5px;
	text-align: center;
	width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
	display: inline-block;
	padding: 10px 15px;
	background-color: #fa7d09;
	color: #ffffff;
	border-radius: 0;
	border: 1px solid #fa7d09;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.slider_section .detail-box .btn-box .btn1:hover {
	background-color: transparent;
	color: #fa7d09;
}

.slider_section .detail-box .btn-box .btn2 {
	display: inline-block;
	padding: 10px 15px;
	background-color: #ffffff;
	color: #000000;
	border-radius: 0;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.slider_section .detail-box .btn-box .btn2:hover {
	background-color: transparent;
	color: #ffffff;
}

.slider_section .img-box img {
	width: 100%;
}

.slider_section .carousel-indicators {
	position: unset;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 45px;
}

.slider_section .carousel-indicators li {
	background-color: #fa7d09;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	opacity: 1;
}

.slider_section .carousel-indicators li.active {
	width: 17px;
	height: 17px;
	background-color: #ffffff;
}

.service_section .box {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 45px;
}

.service_section .box.b2 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.service_section .box .img-box img {
	width: 100%;
}

.service_section .box .detail-box {
	background-color: #f4f5f6;
	padding: 15px;
	min-height: 265px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.service_section .box .detail-box h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.service_section .box .detail-box a {
	color: #fa7d09;
}

.about_section .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.about_section .img-box img {
	width: 100%;
}

.about_section .detail-box p {
	margin-top: 10px;
	margin-bottom: 35px;
}

.about_section .detail-box a {
	display: inline-block;
	padding: 10px 45px;
	background-color: #fa7d09;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #fa7d09;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.about_section .detail-box a:hover {
	background-color: transparent;
	color: #fa7d09;
}

.work_section {
	position: relative;
	color: #ffffff;
	background-color: #2f2519;
}

.work_section .work_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 35px;
	position: relative;
}

.work_section .work_container .box {
	background-color: #ffffff;
	color: #000000;
	overflow: hidden;
}

.work_section .work_container .box .img-box {
	position: relative;
}

.work_section .work_container .box .img-box img {
	width: 100%;
}

.work_section .work_container .box .detail-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(47, 37, 25, 0.85);
	color: #ffffff;
	padding: 15px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.work_section .work_container .box .detail-box h4 {
	font-weight: 600;
}

.work_section .work_container .box .detail-box p {
	font-size: 15px;
}

.work_section .work_container .box .detail-box a {
	color: #fa7d09;
}

.work_section .work_container .box:hover .detail-box {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.work_section .owl-carousel {
	position: unset;
}

.work_section .owl-carousel .owl-nav {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.work_section .owl-carousel .owl-nav button.owl-next,
.work_section .owl-carousel .owl-nav button.owl-prev {
	width: 50px;
	height: 50px;
	margin: 0 5px;
	border-radius: 5px;
	outline: none;
	background-color: #fa7d09;
	color: #ffffff;
	font-size: 20px;
}

.work_section .owl-carousel .owl-nav button.owl-next:hover,
.work_section .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #ffffff;
	color: #000000;
}

.work_section .owl-carousel .owl-nav button.owl-next span,
.work_section .owl-carousel .owl-nav button.owl-prev span {
	display: none;
}

.work_section .owl-carousel .owl-dots {
	display: none;
}

.contact_section {
	position: relative;
}

.contact_section .heading_container {
	margin-bottom: 25px;
}

.contact_section .heading_container h2 {
	text-transform: uppercase;
}

.contact_section .form_container input {
	width: 100%;
	border: none;
	height: 50px;
	margin-bottom: 25px;
	padding-left: 15px;
	outline: none;
	color: #101010;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
	color: #333;
}

.contact_section .form_container input:-ms-input-placeholder {
	color: #333;
}

.contact_section .form_container input::-ms-input-placeholder {
	color: #333;
}

.contact_section .form_container input::-webkit-input-placeholder {
	color: #333;
}

.contact_section .form_container input:-ms-input-placeholder {
	color: #333;
}

.contact_section .form_container input::placeholder {
	color: #333;
}

.contact_section .form_container input.message-box {
	height: 120px;
}

.contact_section .form_container button {
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 55px;
	background-color: #fa7d09;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #fa7d09;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.contact_section .form_container button:hover {
	background-color: transparent;
	color: #fa7d09;
}

.contact_section .map_container {
	height: 345px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	padding: 0;
}

.contact_section .map_container .map {
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.contact_section .map_container .map #googleMap {
	height: 100%;
}

/* client section start */
.client_section .heading_container {
	margin-bottom: 30px;
}

.client_section .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 15px;
}

.client_section .box .img-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 105px;
	margin-bottom: -50px;
	margin-left: 25px;
	position: relative;
}

.client_section .box .img-box img {
	border-radius: 100%;
	border: 5px solid #efefef;
}

.client_section .box .detail-box {
	background-color: #ffffff;
	padding: 60px 25px 15px 25px;
	border: 5px solid #efefef;
}

.client_section .box .detail-box h6 {
	font-weight: 600;
	font-size: 18px;
	margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
	margin-bottom: 0;
	font-size: 15px;
	margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 45px;
	padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	background-color: #fa7d09;
	color: #ffffff;
	outline: none;
	bottom: 0px;
	border-radius: 5px;
	font-size: 24px;
	margin-right: 10px;
}

/* client section end */
.info_section {
	background-color: #2f2519;
	color: #ffffff;
	padding-top: 45px;
	padding-bottom: 10px;
}

.info_section .row > div {
	margin-bottom: 35px;
}

.info_section .contact_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.info_section .contact_nav a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #ffffff;
	margin-bottom: 10px;
}

.info_section .contact_nav a i {
	font-size: 22px;
	margin-right: 10px;
}

.info_section .contact_nav a:hover {
	color: #fa7d09;
}

.info_section .info_top {
	padding: 45px 0;
}

.info_section h4 {
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
	color: #ffffff;
	font-weight: 600;
}

.info_section .social_box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 25px;
}

.info_section .social_box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 18px;
	margin-right: 10px;
}

.info_section .social_box a:hover {
	color: #fa7d09;
	border-color: #fa7d09;
}

.info_section .info_form input {
	width: 100%;
	border: none;
	height: 45px;
	margin-bottom: 15px;
	padding-left: 25px;
	background-color: #eaeaea;
	outline: none;
	color: #101010;
}

.info_section .info_form button {
	display: inline-block;
	padding: 10px 45px;
	background-color: #fa7d09;
	color: #ffffff;
	border-radius: 0px;
	border: 1px solid #fa7d09;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.info_section .info_form button:hover {
	background-color: transparent;
	color: #fa7d09;
}

/* footer section*/
.footer_section {
	position: relative;
	text-align: center;
}

.footer_section p {
	color: #000000;
	padding: 25px 0;
	margin: 0;
}

.footer_section p a {
	color: inherit;
}

.info_section .contact_nav a {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.title1 {
	font-family: dfheistdW7;
	letter-spacing: 2px;
	font-weight: 700;
	letter-spacing: 1px;
}

.lang_bar {
	position: relative;
	margin-left: 30px;
	font-size: 20px;
	top: -20px;
}

.lang_bar .lang_cur {
	font-family: "dfheistdW5", sans-serif;
	font-size: 14px;
	margin-left: 6px;
}

.lang_bar .currentLang {
	font-weight: 400;
	cursor: pointer;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}

.lang_bar .lang_cur:after {
	content: '\f107';
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	font-size: 12px;
	padding: 4px;
	top: 7px;
}

.lang_bar .lang_cur:hover {
	color: #fa7d09;
}

.lang_list {
	display: none;
	border: 1px solid rgb(204, 204, 204);
  text-align: center;
	position: absolute;
	cursor: pointer;
	list-style: none;
	word-break: break-word;
	margin: 0;
	padding: 0;
	font-size: 14px;
	width: 60px;
	margin-top: 4px;
	left: 0px;
	background: white;
	padding-bottom: 10px;
}

.lang_list a {
	color: #2f2519;
}
.lang_list li {
	padding: 10px 10px 0;
}
.lang_list li:hover {
	font-size: 1.1em;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.lang_list li:hover a{
	color: #fa7d09;
	
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}