/*========================================================================

	Template Name: Responsive Multi-Purpose HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About us
	05. Call to action
	06. Service area
	07. Counter area
	08. Portfolio
	09. Testimonials area
	10. Team area
	11. Newsletter subscribe
	12. Blog
	13. Footer
	14. Inner page heading
	15. Contact us
	16. Faq
	17. Gallery
	18. Error page 404
		
----------------------------------*/

/* Theme Font Use */

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/* font-family: 'Montserrat', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #ef800d;
	color: #fff;
}
::-moz-selection {
 background-color: #ef800d;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #c5c5c5;
	letter-spacing: 1px;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #6c757d;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
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: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #ef800d;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 4px;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #ef800d;
	-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: #cc6800;
	color: #fff;
	text-decoration: none;
}
.btn-style-2 {
	color: #fff;
	border: 0;
	border-radius: 4px;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #043651;
	-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: #01283e;
	color: #fff;
	text-decoration: none;
}
.btn-style-3 {
	color: #fff;
	border: 0;
	border-radius:90px;
	position: relative;
	padding: 8px 30px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #fda40a;
	-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;
	margin-top:1rem;
}
.btn-style-3:hover {
	background-color: #cc6800;
	color: #fff;
	text-decoration: none;
}
.btn-style-3.block{
	display: block;
}
.max-content-full{max-width: fit-content;}
/* --- 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 h6 {
	color: #fff;
	background-color: #043651;
	padding: 4px 8px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
}
.section-title h3 {
	font-size: 30px;
	font-weight: 700;
	border-left: 4px solid #ef800d;
	border-right: 4px solid #ef800d;
	display: inline-block;
	letter-spacing: 1px;
	padding: 0 15px;
	text-transform: uppercase;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
	background-color: #07547e;
	padding: 18px 0px;
}
.header-location li {
	color: #fff;
}
.header-location li 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;
}
.header-location li a:hover {
	color: #ef800d;
}
.header-location li i {
	color: #ef800d;
	text-align: center;
	margin-right: 6px;
	font-size: 12px;
	border-radius: 100%;
}
/* header social */
.header-social li {
	margin-right: 0px !important;
}
.header-social li a {
	margin: 0px !important;
	text-align: center;
	display: inline-block;
	padding: 0px 10px;
	color: #fff;
	font-size: 12px;
	-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 li a:hover {
	color: #ef800d;
}
.header-top-right ul.header-top-menu {
	padding-left: 6px;
	position: relative;
}
.header-top-right ul.header-top-menu li a {
	color: #fff;
}
.header-top-right ul.header-top-menu .dropdown ul.dropdown-menu {
	padding: 0px;
	border-radius: 8px;
}
.header-top-right ul.header-top-menu li:nth-child(1) .dropdown ul.dropdown-menu li p {
	font-size: 12px;
	color: #fff;
	background-color: #ef800d;
	text-align: center;
	text-transform: uppercase;
	padding: 12px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	white-space: nowrap;
	margin-bottom: 0px;
}
.header-top-right ul.header-top-menu li:nth-child(1) .dropdown ul.dropdown-menu:before {
	right: 30px;
	content: "";
	position: absolute;
	z-index: 100000;
	top: -4px;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #ef800d;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li:nth-child(2) a {
	padding-top: 16px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a {
	display: block;
	color: #333;
	font-size: 12px;
	padding: 0px 22px 16px 22px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a:hover {
	color: #ef800d
}
.header-top-right ul.header-top-menu li.download-brochure-btn a {
	background-color: #ef800d;
	padding: 10px 20px;
	border-radius: 4px;
}
.header-lover .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover .navbar-brand img{max-width:170px;}
.header-lover .navbar-brand .wlogo{display:inline-block;}
.header-lover .navbar-brand .blogo{display: none;}
.is-sticky .header-lover .navbar-brand .wlogo{display: none;}
.is-sticky .header-lover .navbar-brand .blogo{display: inline-block;}
.header-lover {
	padding: 10px 0px;
	position: relative;
	background-color: #043651;
	-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: 14px;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding: 6px 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 svg{width:1.5em; height:1.5em; padding-bottom:2px;}
.header-lover .navbar .nav-item .nav-link svg path{fill:#fff;}
.is-sticky .header-lover .navbar .nav-item .nav-link svg path{fill:#333;}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active .nav-link {
	color: #ef800d;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header-lover .navbar-toggler span {
	background: #000;
}
.header-lover .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 4px;
	background-color: #07547e;
}
.header-lover .dropdown-menu:before {
	left: 30px;
	content: "";
	position: absolute;
	z-index: 100000;
	top: -4px;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #07547e;
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	position: relative;
	font-size: 12px;
	padding: 12px 12px;
	color: #fff;
	font-weight: 500;
	/*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 .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active{
	background-color: transparent;
}
.header-lover .dropdown-menu .dropdown-item:hover,
.header-lover .dropdown-menu .dropdown-item.active {
	color: #ef800d;
	/*padding-left: 20px;*/
	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: #333;
}
.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: 999 !important;
	background-color: #fff !important;
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #333;
}
.is-sticky .nav-item.active .nav-link, .is-sticky .nav-pills .show > .nav-link {
	color: #ef800d !important;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block !important;
}
}
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index: 1;
}

@media (max-width: 767px) {
	.slider .carousel-caption{
		top:40%;
	}
	.slider .carousel-item {
		height: 600px !important;
	}
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.3);
}
.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 700px;
	position: relative;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/temp/screen1_slide1_1920x790.jpg"); /*edit image*/
}
.slider .carousel-item.slider-one:before{
	background-color: rgba(0,0,0,0.3);
}
.slider .carousel-item.slider-two {
	background-image: url("../img/temp/screen1_slide2_1920x1080.png"); /*edit image*/
	background-position: center bottom;
}
.slider .carousel-item.slider-two:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url("../img/temp/0523KV-03.png");
	background-size: cover;
	background-position: 50% 100%;

}
.host-info{
	position: absolute;
	bottom: 2em;
	margin: 0;
	padding: 1em 1em;
	width: 100%;
	text-align: center;
	opacity: 1;
	font-size: 80%;
	line-height: 1.5em;
	color:#fff;
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider/3.jpg"); /*edit image*/
}
.slider .carousel-caption h5 {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	text-transform: capitalize;
}
.slider .carousel-caption h5 span {
	color: #fff;
	-webkit-text-stroke: 2px #ef800d;
}
.slider .carousel-caption h6 {
	border: 1px solid rgba(255,255,255,0.3);
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 4px;
	padding: 8px 16px;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	font-size: 18px;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	bottom: auto;
	display: inline-block;
	transform: translateY(-50%);
}
.slider .carousel-control-next {
	right: 10px;
}
.slider .carousel-control-prev {
	left: 10px;
}
.title-images{width:100%; max-width:900px; margin:2% auto 15%;}
.addLogo{width:32%; margin:3% auto;}
.title-zh{width:100%; max-width:100%;margin:1% auto;}
.title-en{width:60%;margin:1% auto;}
.title-local{width:100%; margin:3% auto;}
.agenda_kv_dw{text-align: center;color:#fff; margin-top:3em;}
.agenda_kv_dw span{white-space: nowrap;}
@media (min-width: 992px) {

}
/* ===================================
	04. About us
=================================== */
.about-content h5 {
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #ef800d;
	padding-left: 35px;
	margin-bottom: 6px;
	position: relative;
	text-transform: capitalize;
}
.about-content h5:before {
	position: absolute;
	content: "";
	background-color: #ef800d;
	left: 0px;
	top: 50%;
	width: 20px;
	transform: translateY(-50%);
	height: 1px;
}
.about-content h2 {
	color: #2e353b;
	font-weight: 600;
	line-height: 40px;
}
.about-content ul li {
	padding-bottom: 8px;
	color: #333;
	font-size: 13px;
}
.about-content ul li:last-child {
	padding-bottom: 0px;
}
.about-img-carousel .item img {
	border-radius: 6px;
}
.about-img-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.about-img-carousel .owl-dots .owl-dot span {
	background-color: #fff;
	border: 2px solid #D6D6D6;
}
.about-img-carousel .owl-dots .owl-dot.active span {
	border: 2px solid #ef800d;
	background-color: #fff;
}
.about-img-carousel .owl-dots .owl-dot:hover span {
	border: 2px solid #ef800d;
	background-color: #fff;
}
/* ===================================
	05. Call to action
=================================== */
.call-to-action {
	background-color: #043651;
}
.call-to-action-center {
	background-color: #ef800d;
	padding: 20px 20px 0px 20px;
	border-radius: 4px;
}
.call-to-action-center h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}
/* ===================================
	06. Service area
=================================== */
.service-item-single {
	display: block;
	overflow: hidden;
	padding: 20px;
	border-radius: 4px;
	background-color: rgba(4,54,81,0.0);
	border: 1px solid rgba(0,0,0,0.1);
	position: relative;
}
.service-item-single h5 {
	text-transform: capitalize;
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: 400;
}
.service-item-single h5 a {
	color: #2e353b;
	-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-single h5 a:hover {
	color: #ef800d !important;
}
.service-item-single .service-item-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.service-item-single .service-item-img img {
	position: relative;
	opacity: 0;
	transition: all .3s ease 0s;
}
.service-item-single p {
	transition: all .3s ease 0s;
}
.service-item-single:hover .service-item-img img {
	opacity: 1;
}
.service-item-single:hover h5 a, .service-item-single:hover p {
	color: #fff;
}
.service-item-single:hover {
	background-color: rgba(4,54,81,0.7);
}
/* service side link */
.service-side-link {
	background-color: #f1f1f1;
	border-radius: 4px;
	overflow: hidden;
}
.service-side-link li a {
	color: #333;
	border-left: 4px solid #d2d2d2;
	padding: 14px 10px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	position: relative;
	border-bottom: 1px solid #ececec;
	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;
}
.service-side-link li a:before {
	width: 10px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	content: "";
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	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;
}
.service-side-link li a:hover:before {
	opacity: 1;
}
.service-side-link li a:hover {
	color: #fff;
	background-color: #043651;
	padding-left: 25px;
	border-left: 4px solid #043651;
}
.service-side-link li.active a {
	color: #fff;
	background-color: #043651;
	border-left: 4px solid #043651;
}
.service-side-link li:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.service-side-link li:last-child a {
	border-bottom: 0px;
}
/* Download Brochre */
.download-brochre {
	width: 100%;
	display: inline-block;
}
.download-brochre a {
	width: 100%;
	background-color: #ef800d;
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	padding: 15px 15px;
	border-radius: 4px;
	font-weight: 500;
}
.download-brochre a i {
	margin-right: 10px;
	font-size: 20px;
}
/* side call us */
.side-call-us {
	position: relative;
	background-image: url(../img/bg/side-call-us-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
	background-size: cover;
	text-align: center;
	padding: 30px 10px;
	border-radius: 4px;
	overflow: hidden;
}
.side-call-us:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	left: 0px;
	top: 0px;
	z-index: -1;
}
.side-call-us h2 {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 8px;
}
.side-call-us a {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	-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;
}
.side-call-us a:hover {
	color: #ef800d;
}
/* service detail img */
.service-detail-img img {
	border-radius: 4px;
}
/* service title */
.service-title {
	font-size: 24px;
	font-weight: 500;
}
/* keyfeature */
.keyfeature h4 {
	font-size: 20px;
	font-weight: 500;
}
.keyfeature ul li {
	padding-bottom: 8px;
	color: #333;
	font-size: 13px;
}
.keyfeature ul li:last-child {
	padding-bottom: 0px;
}
/* ===================================
	07. Counter area
=================================== */
.counter-area {
	background-color: #043651;
}
.counter-item {
	border: 1px solid rgba(255,255,255,0.2);
	padding: 25px 8px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	-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;
}
.counter-item:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color: #ef800d;
	left: 0px;
	right: 0px;
	bottom: -12px;
	margin: auto;
	transform: rotate(45deg);
}
.counter-item:hover {
	border: 1px solid #ef800d;
}
.counter-item h3 {
	color: #fff;
	font-weight: 400;
	margin: 0;
	font-size: 45px;
}
.counter-item h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}
/* ===================================
	08. Portfolio
=================================== */
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
.portfolio-filter li {
	margin-right: 0px !important;
}
.portfolio-filter li span {
	cursor: pointer;
	padding: 8px 12px 8px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	background-color: transparent;
	border-radius: 4px;
	color: #333;
	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;
}
.portfolio-filter li span.active, .portfolio-filter li span:hover {
	color: #fff;
	background-color: #ef800d;
}
.portfolio-box {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 6px;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.1);
}
.portfolio-box .portfolio-box-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;
}
.portfolio-box:hover .portfolio-box-img img {
	transform: scale(1.1);
}
.portfolio-box .des {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 16px 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 5;
}
.portfolio-box .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0px;
	left: 0px;
	background-color: #ef800d;
	opacity: 0;
	margin: auto;
	top: 50%;
	width: 0px;
	height: 0px;
	line-height: 0px;
	text-align: center;
	border-radius: 100%;
	transform: translateY(-50%);
	-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 {
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.portfolio-box h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	font-style: italic;
	-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 portfolio img */
.single-portfolio-img img {
	border-radius: 6px;
}
/* project details info */
.project-details-info {
	margin: 0;
	background: #043651;
	padding: 30px;
	list-style-type: none;
	border-radius: 6px;
}
.project-details-info li {
	color: #fff;
	font-size: 12px;
	border-bottom: 1px dashed rgba(255,2552,255,0.2);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.project-details-info li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.project-details-info li span {
	font-weight: 600;
	display: inline-block;
	margin-right: 5px;
	color: #fff;
}
.project-details-info li a {
	display: inline-block;
	color: #fff;
}
.project-details-info li a:hover {
	color: #ef800d;
}
.project-details-info li:last-child {
	margin-bottom: 0;
}
.project-details-info li ul {
	display: inline-block;
}
.project-details-info li ul li {
	display: inline-block;
	margin-bottom: 0;
	border-bottom: 0px;
	padding-bottom: 0px;
}
.project-details-info li ul li a {
	width: 30px;
	height: 30px;
	background: #000;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
	font-size: 11px;
	border-radius: 100%;
	-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;
}
.project-details-info li ul li a:hover {
	background: #ef800d;
	color: #ffffff;
}
.project-details-info li ul li a:focus {
	background: #ff5202;
	color: #ffffff;
}
/* portfolio title */
.portfolio-title {
	font-size: 24px;
	font-weight: 500;
}
/* my spesialities */
.my-spesialities h4 {
	font-size: 20px;
	font-weight: 500;
}
.my-spesialities ul li {
	padding-bottom: 8px;
	color: #333;
	font-size: 13px;
}
/* ===================================
	09. Testimonials area
=================================== */
.testimonials-area {
	background-image: url(../img/bg/testimonial-bg.jpg);
	background-position: top center;
	position: relative;
	z-index: 0;
}
.testimonials-area:after {
	position: absolute;
	content: "";
	background-color: rgba(4, 54, 81, 0.9);
	width: 100%;
	height: 100% !important;
	top: 0px;
	height: 0px;
	z-index: -1;
}
.testimonial-single-box .author-info {
	display: flex;
	align-items: center;
}
.testimonial-single-box .author-info h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 4px;
	font-weight: 500;
}
.testimonial-single-box .author-info h6 {
	font-weight: 400;
	font-size: 13px;
	color: #ef800d;
}
.testimonial-single-box .author-info img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin: 0;
	vertical-align: middle;
	margin-right: 15px;
	float: left;
	display: inline-block;
}
.testimonial-single-box .testimonial-text p {
	color: #333;
	font-weight: 400;
	line-height: 24px;
	font-style: italic;
	padding: 30px;
	margin: 30px 0 0px 0px;
	background-color: #fff;
	position: relative;
	border-radius: 6px;
	border-bottom: 6px solid #ef800d;
}
.testimonial-single-box .testimonial-text p:before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 20px;
	height: 20px;
	left: 20px;
	transform: rotate(45deg);
	top: -8px;
}
.testimonial-owlcursol .owl-nav {
	text-align: right;
}
.testimonial-owlcursol .owl-nav button {
	margin-bottom: 0px !important;
}
.testimonial-owlcursol .owl-nav button i {
	color: #ef800d;
	font-size: 18px;
}
.testimonial-owlcursol .owl-nav button:hover {
	background-color: transparent !important;
}
/* ===================================
	10. Team area
=================================== */
.team-item {
	background-color: #043651;
	padding: 30px;
	text-align: center;
	border-radius: 6px;
}
.team-item .team-item-img-box {
	display: block;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.team-item .team-item-info {
	padding: 30px 0px 0px 0px;
}
.team-item .team-item-img-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0px;
	left: 0px;
	z-index: 0;
	transition: all 0.4s ease 0s;
	opacity: 0;
}
.team-item:hover .team-item-img-box:after {
	opacity: 1;
}
.team-item .team-item-social {
	margin: 0 auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 2;
	opacity: 0;
	transition: all 0.4s ease 0s;
}
.team-item:hover .team-item-social {
	opacity: 1;
}
.team-item:hover .team-item-social {
	opacity: 1;
}
.team-item .team-item-social ul {
	display: flex;
}
.team-item .team-item-social ul li {
	margin: 0px !important;
	width: 100%;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.team-item .team-item-social ul li:last-child {
	border-right: 0px;
}
.team-item .team-item-social ul li a {
	color: #fff;
	display: block;
	background-color: rgba(0,0,0,0.7);
	font-size: 12px;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 0px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.team-item .team-item-social ul li a:hover {
	background: #ef800d;
	color: #fff;
}
.team-item .team-item-info h5 {
	color: #fff;
	font-weight: 600;
	margin: 0 0 4px;
}
.team-item .team-item-info span {
	color: #ef800d;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 4px;
}
/* ===================================
	11. Newsletter subscribe
=================================== */
.newsletter-subscribe {
	background-color: #043651;
}
.newsletter-center {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
}
.newsletter-form {
	padding: 0px 74px 0px 50px;
	width: 100%;
}
.newsletter-form h3,
.newsletter-form h4 {
	color: #000;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 2em;
}
.newsletter-form input {
	background-color: rgba(0,0,0,0.1);
	border: 0px;
	font-size: 12px;
	color: #000;
	height: 50px;
}
.home-linkbox{
	background:url(../img/bg/footer-bg.jpg?v=1) #18354f no-repeat center center;
	background-size:cover;
}
.home-linkbox-center{
	border-radius: 6px;
	overflow: hidden;
}
.home-linkbox-form{
	color:#fff;
}
.home-linkbox-form h5{color:#fff;}
.home-linkbox-form-p{color:#fff;margin-top:1em;margin-bottom:0;}
.home-linkbox-form-p h3{margin-bottom:20px;}
.home-linkbox-form-p svg{width:1.5em;height:1.5em;}

/* ===================================
	12. Blog
=================================== */
.blog-item {
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	overflow: hidden;
	height:100%;
}
.blog-item-content {
	padding: 40px 20px 20px 20px;
	position: relative;
}
.blog-item-content:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #ef800d;
	top: 20px;
	left: 20px;
}
.blog-item-content h6 a {
	color: #2e353b;
	font-weight: 600;
	font-size: 20px;
	display: inline-block;
	margin: 0 0 10px 0;
}
.blog-item-content h6 a:hover {
	color: #ef800d;
}
.blog-item .blog-item-img {
	position: relative;
}
.blog-item .blog-item-img .read-icon {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 1;
	opacity: 0;
	background-color: rgba(4, 54, 81, 0.9);
	transition: all 0.4s ease 0s;
}
.blog-item .blog-item-img a {
	position: relative;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	background-color: #ef800d;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	padding: 10px 20px;
}
.blog-item .blog-item-img a:hover {
	background-color: #ef800d;
}
.blog-item:hover .blog-item-img .read-icon {
	opacity: 1;
}
.blog-item .blog-item-post-info {
	color: #000;
	margin-bottom: 8px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	transition: all 0.4s ease 0s;
}
.blog-item .blog-item-post-info span {
	color: #ef800d;
}
.blog-item .blog-item-post-info a:hover, .blog-item-content a:hover {
	color: #1293d4;
}
.blog-item-content a {
	color: #1293d4;
	font-size: 14px;
	font-weight: 400;
	transition: .3s;
}
.blog-item .blog-item-post-info {
	padding: 0px 0;
}
.blog-item-content ul li a {
	color: #043651;
	font-size: 12px;
	font-weight: 600;
}
.blog-item-content ul li a:hover {
	color: #ef800d;
}
/* sidebar search */
.sidebar-search {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.sidebar-search input {
	background-color: #fff;
	box-shadow: none;
	color: #555555;
	font-size: 14px;
	border: 1px solid #ef800d;
	height: 45px;
	border-radius: 6px;
	padding: 0 0 0 15px;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(207,207,207,0.4);
	-moz-box-shadow: 0px 6px 6px 0px rgba(207,207,207,0.4);
	box-shadow: 0px 6px 6px 0px rgba(207,207,207,0.4);
}
.sidebar-search .search-button {
	border: medium none;
	color: #fff;
	font-size: 16px;
	background-color: #ef800d;
	height: 100%;
	border: 1px solid #ef800d;
	line-height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 45px;
}
/* blog widget title */
.blog-widget-title {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	letter-spacing: 1px;
	padding-left: 20px;
	text-transform: capitalize;
}
.blog-widget-title:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	left: 0px;
	top: 50%;
	background-color: #ef800d;
	transform: translateY(-50%);
}
/* sidebar category list */
.sidebar-category-list {
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 6px;
	overflow: hidden;
}
.sidebar-category-list li {
	color: #616161;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.sidebar-category-list li a {
	color: #333;
	-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-category-list li a:hover {
	color: #ef800d;
}
.sidebar-category-list li:last-child {
	padding: 0;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.sidebar-category-list li i {
	color: #ef800d;
	font-size: 8px;
	margin-right: 8px;
}
/* sidebar latest post */
.sidebar-latest-post {
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 6px;
	overflow: hidden;
}
.sidebar-latest-post li {
	color: #616161;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.sidebar-latest-post li:last-child {
	padding: 0;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.sidebar-latest-post li .blog-item-post-info {
	color: #333;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 500;
}
.sidebar-latest-post li .blog-item-post-info span {
	color: #ef800d;
}
.sidebar-latest-post li h6 a {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	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;
}
.sidebar-latest-post li h6 a:hover {
	color: #ef800d;
}
/* sidebar tags */
.sidebar-tags {
	background-color: #f7f7f7;
	padding: 20px 20px 18px 20px;
	border-radius: 6px;
	overflow: hidden;
}
.sidebar-tags a {
	background-color: #333;
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 2px;
	-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-tags a:hover {
	background-color: #ef800d;
}
/* blog post content */
.blog-post-content h6 {
	color: #2e353b;
	font-weight: 600;
	font-size: 20px;
	display: inline-block;
}
.blog-post-content figure {
	background-color: #043651;
	border-radius: 6px;
	padding: 25px;
}
.blog-post-content figure .blockquote {
	margin-bottom: 10px;
}
.blog-post-content figure .blockquote p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
}
.blog-post-content .blockquote-footer {
	margin-bottom: 0px;
	display: inline-block;
	color: #ef800d;
	font-size: 12px;
}
/* blog post social network */
.blog-post-social-network {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px 0px;
}
.blog-post-social-network li a {
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 30px;
	color: #fff;
	background-color: #043651;
	-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-post-social-network li a:hover {
	background-color: #ef800d;
}
/* blog post img */
.blog-post-img img {
	border-radius: 6px;
}
/* blog post meta */
.blog-post-meta {
	position: relative;
	padding-top: 10px;
}
.blog-post-meta:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #ef800d;
	top: -0px;
	left: 0px;
}
.blog-post-meta li {
	position: relative;
	margin-right: 20px !important;
}
.blog-post-meta li:last-child {
	margin-right: 0px !important;
}
.blog-post-meta li a {
	color: #043651;
	font-size: 12px;
	font-weight: 600;
}
.blog-post-meta li a:hover {
	color: #ef800d;
}
.blog-post-meta li:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,0.3);
	right: -15px;
}
.blog-post-meta li:last-child:after {
	display: none;
}
/* blog post comment */
.blog-post-sub-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
	text-transform: capitalize;
}
.blog-post-sub-title:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	left: 0px;
	top: 50%;
	background-color: #ef800d;
	transform: translateY(-50%);
}
/* comment single block */
.comment-single-block {
	width: 100%;
	margin-bottom: 30px;
}
.comment-single-block:last-child {
	margin-bottom: 0px;
}
.comment-single-block .comment-single-block {
	margin-top: 30px;
	padding-left: 30px;
}
.comment-single-block .comment-single-block:last-child {
	margin-bottom: 0px !important;
}
.comment-single-block .comment-img-box {
	float: left;
	margin-right: 25px;
	overflow: hidden;
}
.comment-single-block .comment-img-box img {
	border-radius: 6px;
}
.comment-single-block .author-info {
	position: relative;
}
.comment-single-block .author-info h6 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}
.comment-single-block .author-info .comment-reply {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 4px;
	line-height: 25px;
	display: inline-block;
	font-size: 8px;
	background-color: #ef800d;
}
.comment-single-block .author-info .time {
	color: #666;
}
.comment-single-block .comment-box-content p {
	margin-bottom: 0px;
}
/* leave reply form */
.leave-reply-form input {
	background-color: #fff;
	padding: 0 20px;
	height: 55px;
	border: 1px solid #eee;
	border-radius: 6px;
	font-size: 14px;
}
.leave-reply-form textarea {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 6px;
	font-size: 14px;
}
/* ===================================
	13. Footer
=================================== */
.footer-main {
	background:#18354f;
	position: relative;
	z-index: 0;
}
/* footer title */
.footer-title {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}
/* footer links */
.footer-links li {
	margin-bottom: 12px;
}
.footer-links li:last-child {
	margin-bottom: 0px;
}
.footer-links li a {
	color: #c5c5c5;
	text-decoration: none;
	font-size: 12px;
	-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 a:hover {
	color: #ef800d;
}
/* footer news */
.footer-news li {
	position: relative;
	padding: 0px 0px 0px 80px;
	margin-bottom: 15px;
	overflow: hidden;
}
.footer-news li:last-child {
	margin-bottom: 0px;
}
.footer-news li .image-thumb {
	position: absolute;
	top: 50%;
	width: 70px;
	transform: translateY(-50%);
	left: 0px;
}
.footer-news li h4 {
	line-height: 16px;
	margin-bottom: 8px;
}
.footer-news li h4 a {
	color: #c5c5c5;
	font-weight: 500;
	font-size: 14px;
	-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-news li h4 a:hover {
	color: #ef800d;
}
.footer-news li .tag {
	font-size: 11px;
	font-style: italic;
	color: #ef800d;
}
/* footer contact info */
.footer-contact-info li {
	position: relative;
	padding: 0px 0px 0px 25px;
	margin-bottom: 15px;
	overflow: hidden;
}
.footer-contact-info li a {
	color: #c5c5c5;
	-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-contact-info li a:hover {
	color: #ef800d;
}
.footer-contact-info li:last-child {
	margin-bottom: 0px;
}
.footer-contact-info li i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
/* footer lower */
.footer-lower {
	padding: 16px 0px;
}
.footer-lower p {
	font-size: 12px;
	color: #fff;
}
/* ===================================
	14. Inner page heading
=================================== */
.inner-page-heading {
	background-image: url(../img/bg/inner-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 100px 0px;
	background-size: cover;
	z-index: 0;
	position: relative;
}
.inner-page-heading:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: -1;
}
.inner-page-heading h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
}
.breadcrumb-box {
	background-color: transparent;
	padding: 0px;
	margin-bottom: 6px;
}
.breadcrumb-box li.active {
	color: #ef800d;
	font-weight: 400;
}
.breadcrumb-box .breadcrumb-item + .breadcrumb-item::before {
	content: "-";
}
.breadcrumb-box li a {
	color: #fff;
}
/* ===================================
	15. Contact us
=================================== */
/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 400px;
	border-radius: 8px;
	overflow: hidden;
}
/* contact info */
.contact-info li h5 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 6px;
}
.contact-info li {
	padding-bottom: 20px;
}
.contact-info li:last-child {
	padding-bottom: 0px;
}
.contact-info li p {
	margin-bottom: 0px;
}
.contact-info li p 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-info li p a:hover {
	color: #ef800d;
}
/* contact social */
.contact-social a {
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 30px;
	color: #fff;
	background-color: #043651;
	-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: #ef800d;
}
/* contact form */
.contact-form {
	padding: 25px;
	border-radius: 6px;
	border: 1px solid #eee;
}
.contact-form input {
	background-color: #fff;
	padding: 0 20px;
	height: 55px;
	border: 1px solid #eee;
	border-radius: 6px;
	font-size: 14px;
}
.contact-form textarea {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 6px;
	font-size: 14px;
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}
/* ===================================
	16. Faq
=================================== */
.faq-box {
	border-radius: 6px;
	overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #fff !important;
	padding: 20px 20px !important;
	border-bottom: 0;
	font-size: 14px;
	border-radius: 0px;
	background-color: #ef800d;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after, .faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	display: flex;
}
.faq-box .accordion-item .accordion-header .accordion-button i {
	font-size: 14px;
	margin-left: auto;
	-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;
}
.faq-box .accordion-item .accordion-header .accordion-button[aria-expanded=true] i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #000 !important;
	padding: 20px 20px !important;
	font-size: 14px;
	background-color: rgba(0,0,0,0.1);
	text-transform: capitalize;
	font-weight: 500;
}
.faq-box .accordion-item {
	margin-bottom: 2px;
	background-color: transparent;
	border-radius: 6px !important;
	border: 2px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 1px;
	background-color: rgba(0,0,0,0.05);
}
/* ===================================
	17. Gallery
=================================== */
.gallery-box {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.gallery-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	-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;
}
.gallery-zoom-btn {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.gallery-box .gallery-zoom {
	background-color: #fff;
	border: 1px solid #fff;
	transform: translateY(-50%);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 16px;
	border-radius: 4px;
	opacity: 0;
	-webkit-box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
	-moz-box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
	box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
	color: #333;
	-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;
}
.gallery-box .gallery-box-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;
}
.gallery-box:hover .gallery-box-img img {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
.gallery-box:hover:after {
	opacity: 1;
}
.gallery-box:hover .gallery-zoom {
	opacity: 1;
}
.gallery-box .gallery-zoom:hover {
	color: #ef800d;
}
/* ===================================
	18. Error page 404
=================================== */
.error-page-item {
	text-align: center;
}
.error-page-item h2 {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 24px;
}



/*============video css===============*/

.video_box {width: 100%;position: relative;z-index: 99;overflow: hidden;}
.video_box a.js_video_icon,
.video_box a.js_video_player,
.video_box a.js_img_link {display: block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background: none !important;}
.cs-customer .video_box a.js_video_icon:hover,
.cs-customer .video_box a.js_video_player:hover {text-decoration: none;background: none;}
.video_box a.js_video_icon:hover,
.video_box a.js_video_player:hover {text-decoration: none;}
.video_box .hsic_play2 {width:60px;height:60px;margin-top: -30px;margin-left: -30px;border-radius: 50%;position: relative;top: 50%;left: 50%;display: block;background: url(../mp4/playBtn_100x100.png) center center no-repeat;background-size:contain;}
.video_box .hsic_play2.bPlayBtn{background: url(../mp4/playBtn_100x100.png) center center no-repeat;background-size:contain;}
@media (min-width: 992px) {
	.video_box .hsic_play2{width:60px;height:60px;margin-top: -30px;margin-left: -30px;}
}

@media (min-width: 1200px) {
	.video_box .hsic_play2{width: 100px;height: 100px;margin-top: -50px;margin-left: -50px;}
}
.video_box a .hsic_play2:before{content:'';}
.video_box a:hover .hsic_play2:before {color: #fff !important;}
.player-outer-box {position: absolute;top: 0;left: 0;width: 100%;z-index: 98;}
.video_box a.js_img_link {background: none;}
.video_box a.video_player {display: block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background: url(../mp4/playBtn_100x100.png) center center no-repeat;}
.vjs-big-play-button{display:none !important;}
/*.video-js .vjs-big-play-button{border: 1px solid #fff !important;border-radius: 1.5em !important;font-size: 3em !important;height: 3em !important;line-height: 3em !important;}*/
/*.vjs-paused .vjs-big-play-button{display:block !important;}*/
/*.vjs-big-play-centered .vjs-big-play-button{margin-top:-1.5em !important;}*/
/*.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before{    font-size: 2em !important;}*/


.video_box{padding-top: 56.25%;height: 100%; max-height: fit-content;}

.player-outer-box{
	transform: translateY(-50%);
	top: 50%;
}
.video_box a.js_video_icon, .video_box a.js_video_player, .video_box a.js_img_link{
	z-index: 99;
}

.video_box{background:#000;}


/*.videojs-container,.player-outer-box{height:100%;}*/
.video-js.vjs-1-1, .video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-9-16, .video-js.vjs-fluid{height:100% !important;}
/*.video_box img.img-responsive{position: absolute;left:0;top:0;}*/


.service-item-single{height:100%;padding-bottom:130px;}
.service-item-single .btn-style-1{position: absolute;bottom:20px;}


.service-item-single .service-item-img{
	height:auto;
	transform: translateY(-50%);
	top: 50%;
}



.news_detail_title{ margin-bottom:2em;}
.news_detail_title h1{text-align: center; font-size:2.25em;}
.news_detail_content{color:#000;}
.news_detail_content p{color:#000; }
.news_detail_content img{margin-bottom:.5rem;}
.news_detail_content strong span{padding:1em 1.25em; display: inline-block;}
.news_detail_content p{ font-size:1.25em;
	margin-bottom:0.5rem;
}

.agenda-page-heading.slider .carousel-item{height:500px;}

.bd-example {
	--bd-example-padding: .51rem;
	position: relative;
	padding: var(--bd-example-padding);
	/*margin: 0 -1.5rem;*/
	border: solid var(--bs-border-color);
	/*border-width: 1px 0;*/
	border-width: 1px;
	border-bottom-left-radius: var(--bs-border-radius);
	border-bottom-right-radius: var(--bs-border-radius);

}
@media (min-width: 768px) {
	.bd-example {
		--bd-example-padding: 1.5rem;
		margin-right: 0;
		margin-left: 0;
		border-width: 1px;
		border-top-right-radius: var(--bs-border-radius);
	}
}

.agenda-section{ padding-bottom:5em;}

.agenda-section .agenda-h2{font-size:1em; letter-spacing: 0; }
.agenda-section .agenda-h2 .title-prefix{ font-size:2.25em; background:#185281;border-radius:1em 0 0 0;color:#fff; padding:.3em 1em .3em .8em;font-weight: 700;}
.agenda-section .agenda-h2 .title-prefix-sub{ font-size:1.25em;background:#00a3da;padding:.3em .5em .3em 1.5em; color:#fff;}
.agenda-section .agenda-h2 .title-prefix-sub div{display: inline-block;}
.agenda-section .agenda-h2 .title-prefix-sub div span{display: block;}
.agenda-section .agenda-h2 .agenda_mc_time{font-size:1.25em;background:gray;padding:.3em .5em .3em 1.5em; color:#fff; align-items: center;}
.agenda-section .agenda-h2 .place{display: block;font-size:1.25em;background:#555;padding:.3em .5em .3em 1.5em; color:#fff;}

.agenda2 .agenda-section .agenda-h2 .title-prefix-sub {font-size: 1.25em;}

@media (min-width: 1200px) {
	.agenda-section .agenda-h2{font-size:1em;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.agenda-section .agenda-h2 .title-prefix{ height:60px; display: flex; align-items: center;  font-size:2.25em; background:#185281;border-radius:1em 0 0 0;color:#fff; padding: 0 1em 0 .8em;font-weight: 700;}
	.agenda-section .agenda-h2 .title-prefix-sub{height:60px; align-items: center; display: inline-flex;font-size:1.55em;background:#00a3da;padding:0 .8em 0 .8em; color:#fff;}
	.agenda-section .agenda-h2 .title-prefix-sub div{display: inline-block;}
	.agenda-section .agenda-h2 .title-prefix-sub div span{display: block;}
	.agenda-section .agenda-h2 .agenda_mc_time{font-size:1.55em;background:gray;padding:.3em .5em .3em .5em; color:#fff; display: inline-flex;}
	.agenda-section .agenda-h2 .place{display: block;font-size:1.25em;background:#555;padding:.3em .5em .3em .5em; color:#fff; display: inline-flex;align-items: center;}

	.agenda2 .agenda-section .agenda-h2 .title-prefix-sub {font-size: 1.25em;}
}

.table th{font-size:1.25em;}
.table td{font-size: 1em;}
/*.table td.duration{display: none;}*/
/*.table td.title{font-size:1.25em;}*/
.author-name{font-weight: bold;}
.speaker{text-align: left; padding:6px 0 8px;}
.speaker div{
	/*border-bottom:1px #ccc solid;*/
	padding-bottom:8px;
}
.speaker div .author-title,.speaker div .author-name ,.speaker div:last-child{border-bottom:0; padding-bottom:0;}
.speaker div strong,
.speaker div .author-name{display:inline-block;}
.time{white-space: nowrap;}
.agenda_thema{font-size: 1.25em;font-weight: 700; color:#B6251E;}
.author.empty{
	text-align: left;
}
.agenda-section{}
.show_mob_inline{display:inline-block;}
.show_pc_inline{display: none;}
@media (min-width: 1200px) {
	.show_mob_inline{display: none;}
	.show_pc_inline{display: inline-block;}
}
.agenda1 header h3,
.agenda2 header h3{padding:1em 0;}
.agenda-container{}
.agenda-toc-box{height:100px;text-align: center;}
.agenda-toc{position: relative;  width:fit-content; display: inline-flex; border-radius:20px; padding:0 0; overflow: hidden;}
.agenda-toc.box-fixed{ position: fixed;top:180px; z-index: 11;left:50%; transform: translateX(-50%);}
.agenda-toc .agenda-toc-1,
.agenda-toc .agenda-toc-2{background:rgba(12,21,61,1); display: block; color:#fff; padding: 3px 5px; border-right:1px #fff solid; font-weight: 700;font-size:1em;  white-space: nowrap;}

.agenda-toc .agenda-toc-1:first-child,
.agenda-toc .agenda-toc-2:first-child{padding-left:15px;}
.agenda-toc .agenda-toc-1:last-child,
.agenda-toc .agenda-toc-2:last-child{border-right:none; padding-right:15px;}
.agenda-toc.box-fixed .agenda-toc-1,
.agenda-toc.box-fixed .agenda-toc-2{background:rgba(12,21,61,.6);}
.agenda-toc.box-fixed .agenda-toc-1.on,
.agenda-toc.box-fixed .agenda-toc-2.on{ background:rgba(12,21,61,1);}

.media-btn{width:1.55em; height:1.55em;}
@media (min-width: 1200px) {
	.table th{font-size:1.25em;}
	.table td{font-size: 1.25em;}
	.agenda-toc .agenda-toc-1,
	.agenda-toc .agenda-toc-2{font-size: 1.25em; padding: 8px 12px; }
	.agenda-toc .agenda-toc-1:first-child,
	.agenda-toc .agenda-toc-2:first-child{padding-left:25px;}
	.agenda-toc .agenda-toc-1:last-child,
	.agenda-toc .agenda-toc-2:last-child{border-right:none; padding-right:25px;}
	.text-xl-end111{width:30%;}
	.table td.title .show_pc_inline{display: flex; align-items: center;}
	.media-links{}
	.media-btn{width:1.25em; height:1.25em;}
}

.bd-example111 tr.table-primary th:first-child{width:10%;}



.media-links {
	display: inline-flex;
	gap: 8px;
	vertical-align: middle;
	padding-left: 10px;
	align-items: center;
}
.media-links img{display: inline-block;}

.media-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	/*padding: 4px 8px;*/
	/*border-radius: 4px;*/
	/*font-size: 12px;*/
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	border: none;
	white-space: nowrap;
}

#videoModal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 900px;
	background: #1a1a2e;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	background: linear-gradient(135deg, #16213e, #1a1a2e);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header h3 {
	margin: 0;
	color: #ecf0f1;
	font-size: 16px;
}

.modal-close {
	color: #ecf0f1;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.2s;
	line-height: 1;
	background: none;
	border: none;
}

.modal-close:hover {
	color: #e74c3c;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.table-primary {
	--bs-table-color: #fff;
	--bs-table-bg: rgba(12,21,61,1);
	--bs-table-border-color: #a6b5cc;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}
.table-secondary{
	--bs-table-color: #fff;
	--bs-table-bg: #1b244a;
	--bs-table-border-color: #1b244a;
	--bs-table-striped-bg: #1b244a;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #1b244a;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #1b244a;
	--bs-table-hover-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
	font-style: italic;
}
.table-secondary,.table-secondary:hover,.table-secondary>td{
	color:#fff !important;
}


.detail-page-heading {

	background-repeat: no-repeat;
	background-position: center center;
	padding: 200px 0px;
	background-size: cover;
	z-index: 0;
	position: relative;
}
.detail-page-heading:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: -1;
}
.single-portfolio-page p {
	font-size: 1.25em;
	color: #000;
}

.agenda_thema_biref{word-break: break-all;}

.show_mob_box{display:block;}
.show_pc_box{display: none;}
.detail-page-heading.show_mob_box{padding:0;}
.detail-page-heading.show_mob_box:after{display: none;}
.detail-page-heading.show_pc_box{padding:0; height:380px}
.detail-page-heading.show_pc_box:after{display: none;}
@media (min-width: 992px) {
	.show_mob_box{display: none;}
	.show_pc_box{display: block;}
}

@media (min-width: 992px) {
	.agenda_thema {
		font-size: 1em;
		/*font-weight: 700;*/
		/*color: #B6251E;*/
	}
	.agenda_thema_biref{font-size:0.9em;color:#666;}
}

.agenda_title_list_box{ position: relative;width: fit-content;display: inline-flex;border-radius: 20px;padding: 0 0;overflow: hidden; }
.agenda_title_item{ font-size: 1.25em;padding: 8px 20px;color: #fff; font-weight: 700;  background: rgba(12, 21, 61, .6); cursor: pointer;    white-space: nowrap;}
.agenda_title_item.active{ background:#ef800d;}
.agenda_title_list_box.box-fixed{
	position: fixed;
	top: 100px;
	z-index: 11;
	left: 50%;
	transform: translateX(-50%);
}

.vinaro-content ul li {
	padding-bottom: 8px;
	color: #333;
	font-size: 14px;
}
.vinaro-content ul li:last-child {
	padding-bottom: 0px;
}


h5.portfolio-title {
	font-size: 18px;
	font-weight: 500;
}

.about-area-box{background:url(../img/bg/home_about_bg_2304x745.jpg) no-repeat center; background-size:cover;}
.about-content{color:#fff;}
.about-content h2{color:#fff;}
.about-content p{color:#fff;}
.about-content ul li{color:#fff;}
.about-content .li{padding-bottom: 8px;}

.services-area-box{background:url(../img/bg/home_service_bg_2304x790-2.jpg) no-repeat center 0; background-size:cover;}
.services-area-box .section-title h3{}
.services-area-box .service-item-single,
.services-area-box .service-item-single:hover{background-color: #fff;border:1px solid #000; border-radius: 10px;}
.services-area-box  .service-item-single:hover p,
.services-area-box .service-item-single h5 a,.services-area-box .service-item-single p{color:#6c757d;}
.services-area-box .service-item-single h5 a{font-weight: 700; color:#000;}



.main-content{min-height:90vh;}


.page-link:focus {
	box-shadow:none;
}

.news_detail_content img{max-width:100%; width:100%;}