/*------------------------------------------*/
/*	    Fonts
/*------------------------------------------*/

/*------------------------------------------*/
/*	    General
/*------------------------------------------*/
/* General */
body {	
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    line-height: 22.5px;
	font-weight: 300;
	color: #fff;
	background:#002633;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
	outline: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a:hover {
    color: #cd3333;
}
a, a:hover {
    text-decoration: none;
}
a, a:focus{
	outline: 0;
}
i {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
p strong {
	font-weight: 600;
}

.form-floating > label{color:#666;}
/*------------------------------------------*/
/*	    Rewrtie bootstrap
/*------------------------------------------*/

/* equal column */
@media(min-width:768px){
	.row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.row-eq-height > [class*="col-"]{
		display: flex;
		flex-direction: column;
	}
}

/* thumbnail */
.thumbnail {
	border-width: 0;
	padding: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.thumbnail .caption{
	padding: 5px 15px;
}

/*------------------------------------------*/
/*	        Header
/*------------------------------------------*/
/* top-bar */
.top-bar{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background:#252525;
}
.top-bar .contact-info{list-style:none;margin:0;padding:0;font-size: 14px;color:#fff;border:0;}
.top-bar .contact-info li{height:30px;line-height:30px;display: inline-block;margin-right:20px}
.top-bar .contact-info .circle{border-color: #fff;}
.top-bar .contact-info .svg-inline--fa{color:#F07B26;}
.top-bar .contact-info a:hover{color:#Fff;}

/***** lang button *****/
.lang-button{
	margin: 3px 0 0 15px;
	padding: 0;
	list-style: none;
}
.lang-button li{
	display: inline-block;
	margin-left: 5px;
}
.lang-button, .frm-search{
	display: inline-block;
}
.lang-button{
	margin: 0 30px 0 0;
}
.lang-button li{
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	margin: 0;
}
.lang-button li:last-child:before{
	content: '|';
	margin: 0 7px;
}
.lang-button a{
	color: #333;
}

.headr{background:#fff;}

/*------------------------------------------*/
/*	                svg
/*------------------------------------------*/
.slider-wave-top{position:absolute;width:100%;height:30px;top:0;left:0;z-index:2;}
/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/
.navbar{
	border-radius: 0 0 0;
	border-width: 0;
	margin: 0;
	background:#efef58;
}
.navbar-default{
	background: #fff;
}
.navbar-brand{padding-top: 5px;}
.navbar-brand > img {
	height: 30px;
}
@media(min-width:768px){
	.navbar .container{
		padding:20px 0 13px;
	}
	.navbar{
		border-bottom:2px solid #efef58;
	}
	.navbar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.navbar-collapse{
		text-align: center;
	}
	.navbar-nav{
		display: inline-block;
		float: none;
	}
	.navbar-brand{position:absolute;left:0;top:15px;background:#EFEF58;padding:0px 20px;border-radius:10px;}
	.navbar-brand > img {
		height: 100px;
	}
	.navbar-nav > li{
		margin-left: 30px;
		display:inline-block;
		position:relative;
	}
	.navbar-nav > li > a {
		padding: 24px 0;
		font-weight:bold;
		color:#000;
	}
	.navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		color:#F07B26;
		border-bottom:2px solid #F07B26;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: rgba(255,255,255,0);
	}
	
	/* submenu */
	.navbar-nav li:hover > ul {
		display: block !important;
		moz-animation: fadeInDown .1s ease-out ;
		-webkit-animation: fadeInDown .1s ease-out ;
		animation:fadeInDown .1s ease-out ;
	}
	.navbar-nav ul{
		margin: 0;
		padding: 0;
		width: 200px;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-width: 2px 0 0 0;
		border-style: solid;
		border-color: #ddd;
		font-size: 13px;
		text-transform: capitalize;

		box-shadow: 0 0 0 ;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.navbar-nav > li > .dropdown-menu{ 
		left: 0;
		right: auto;
		margin-top:15px;
	}
	.navbar-nav > li > .dropdown-menu li{ border-bottom: 1px solid #eee; position: relative;background:#fff; }
	.navbar-nav > li > .dropdown-menu li:last-child{ border-bottom: 0 }
	.navbar-nav > li > .dropdown-menu li,
	.navbar-nav > li > .dropdown-menu li a { color: #999; font-weight: 300 }
	.navbar-nav > li > .dropdown-menu a { padding: 10px 15px; position: relative; }
	.navbar-nav > li > .dropdown-menu a:hover,
	.navbar-nav > li > .dropdown-menu > .active > a, 
	.navbar-nav > li > .dropdown-menu > .active > a:focus, 
	.navbar-nav > li > .dropdown-menu > .active > a:hover{ color: #000 !important;}
	
	.navbar-nav .dropdown-menu li { padding: 5px 0;}
	
	/* sub submenu */
	.navbar-nav ul ul{	
		left: 200px !important;
		top: -1px;
		border-top: 0;
	}
	
}

@media(max-width:991px){
	.navbar-nav .dropdown-menu{position:absolute;}
}
@media(max-width:767px){
	.navbar-nav li a{display:block;}
	.navbar-nav .dropdown-menu{position:revert;padding:0;border:0;}
}
/*------------------------------------------*/
/*	        Slider
/*------------------------------------------*/
#slider{
	overflow: hidden;
	border-bottom: 0 solid #434a54;
}
.carousel-inner{height: 100%;}
.carousel-inner > .item{height: 100%;}
.carousel-indicators{}
.carousel-progress{
	padding: 1px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.carousel-bar{
	height:3px;
	background:rgba(255, 255, 255, 0.7);
	display:block;
}
.carousel-control{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: 0.7;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 28px;
	z-index: 10000;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control.left{
	left: -100px;
}
.carousel-control.right{
	right: -100px;
}
#slider:hover .carousel-control.left{
	left: 20px
}
#slider:hover .carousel-control.right{
	right: 20px
}
.caption-container{text-align: right}
.carousel-caption{
	left: 0;
	right: 0;
	top: auto;
	bottom: 100px;
	padding: 0;
}
.carousel-caption h2{
	margin: 0;
}
.carousel-caption h2 span{
   /*  font-family: 'titilliumweb bold'; */
	color: #fff;
	display: inline-block;
	font-size: 60px;
	text-transform: uppercase;
	width: 300px;
	margin-bottom: 30px;
}
@media(max-width:767px){
	.carousel-caption h2 span,.carousel-caption p span{
		width: 100%;
		text-align: center;
		display: block;
	}
}
.carousel-caption p span{
	color: #fff;
	display: inline-block;
	font-size: 30px;
}
.carousel-caption .btn-default{
	border-color: #fff;
	background: rgba(0,0,0,0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/* OWL-CAROUSEL */
#owl-slider{
    padding-top: 0;
	overflow:hidden;
}
#owl-slider, #owl-slider .owl-video-wrapper{
    max-height: 580px;
}
#owl-slider h2{
    font-weight: 800;
}
#owl-slider .owl-stage{
    padding:0 !important;
}
#owl-slider .item{
    position: relative;
    padding-top:47.92307%;
}
#owl-slider .item, #owl-slider .item-video{}
#owl-slider .item .gambar, #owl-slider .item-video .gambar{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    overflow:hidden;
}
#owl-slider img{
    max-width: 100%;
    height: auto;
}
.owl-video-wrapper{
    width: 100%;
    height: auto;
}
.owl-video-wrapper{
    height: 48vw !important;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    position: absolute;
    top:50%;
}
.owl-prev{
    left: 20px;
}
.owl-next{
    right: 20px;
}
.owl-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#owl-slider .item .item-caption{
    /* top: 20%; */
    left: 5%;
    right: 20%;
    bottom: 20%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;

}
#owl-slider .item .item-caption a, #owl-slider .item-video .item-caption a {
    color: #F86C07;
}
#owl-slider .carousel-caption {
}
#owl-slider .carousel-caption h2 span{
    color: #fff;
	text-shadow:0 0 5px #000;
	font-size:42px;
	width:100%;
}
#owl-slider .carousel-caption p span{
    color: #fff;
	text-shadow:0 0 5px #000;
	font-size:16px;
}
#owl-slider .btn-slider{
    background:#F07B26;
	border:2px solid #F07B26;
	box-shadow:0 0 5px #000;
	text-shadow:0 0 5px #000;
	color:#fff;
	border-radius:8px;
}
#owl-slider .btn-slider:hover{
    background:#fff;
	color:#000;
	text-shadow:none;
}
#owl-slider .item .item-caption .learn-more, #owl-slider .item-video .item-caption .learn-more {
    height: 38px;
    width: 144px;
    /* background-color: #F86C07; */
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 14px;
    /* padding: 12px 27px; */
}

#owl-slider .owl-nav .owl-next, #owl-slider .owl-nav .owl-prev{width:40px;top:0;bottom:0;opacity:1;color:#E6BF2D;margin:auto;height: 40px;border: 2px solid #e6bf2d;border-radius: 10px;}
#owl-slider .owl-nav .owl-next:hover, #owl-slider .owl-nav .owl-prev:hover{color:#333;background:#E6BF2D;}
#owl-slider .owl-nav .owl-next{margin-right:0;}
#owl-slider .owl-nav .owl-prev{margin-left:0;}
#owl-slider .owl-nav .svg-inline--fa{color:#FFBA2E;opacity:0.6;}
#owl-slider .owl-nav:hover .svg-inline--fa{opacity:1;color:#333;}
/* #owl-slider .owl-dots{bottom:120px;} */
#owl-slider .owl-dots .owl-dot span{border-color:#FFF;background:transparent;margin:3px 5px;border:1px solid #FFF;}
#owl-slider .owl-dots .owl-dot.active span{border-color:#FFF;background:#F07B26;}
#owl-slider .carousel-caption{bottom:140px;}
#owl-slider .carousel-caption h2 span{margin-bottom:20px;font-family:arial;}
#owl-slider .carousel-caption p span{margin-bottom:30px;}
@media(min-width:768px){
	#owl-slider .carousel-caption h2{/* min-height:90px;width:85%; */}
}
@media(max-width:767px){
	#owl-slider .owl-nav .owl-next, #owl-slider .owl-nav .owl-prev{bottom:5px;}
}

#owl-slider .owl-dots{/* left:10%; */}
#owl-slider.owl-theme .owl-dots .owl-dot{/* display:block; */}
#owl-slider .carousel-caption h2 a .svg-inline--fa{color:#00971b;}

/* testimonial */
.testimonial-carousel .owl-dots{bottom: -50px;}
.testimonial-carousel .owl-dots .owl-dot.active span{background:#F07B26;}

/* light gallery */
.lg-sub-html h4{color:#F07B26;}
.lg-sub-html p{color:#fff;}

.logobawahfooter{max-height:80px;}

.section-contact{}
.section-contact .contact-info .svg-inline--fa{color:#F07B26;}
.section-contact .contact-info h5{font-weight:bold;}
.section-contact .contact-info p{}

.contact-info .svg-inline--fa{color:#F07B26;}
.contact-info h5{font-weight:bold;}

/*------------------------------------------*/
/*	        Section
/*------------------------------------------*/
section{
	margin: 70px 0 70px;
}
section.margin0{
	margin: 0;
}
.section-content ul,.section-content ol{list-style:revert;padding-left:revert;}
.heading{
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
	position: relative;
	font-weight:bold;
}
.heading::before {
	content: '';
	height: 4px;
	width: 70px;
	position: absolute;
	right: 50%;
	margin-right: -35px;
	bottom: -10px;
	display: block;
	background: #F07B26;
}
.heading2{
	text-transform: capitalize;
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
	position: relative;
}
.heading2 span{
	display:inline-block;
	position: relative;
}
.heading2 span::before {
	content: '';
	height: 10px;
	width: 50%;
	position: absolute;
	left: 0;
	bottom: -15px;
	display: block;
	background: #D84D3A;
}
.heading3{
	text-transform: capitalize;
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
	position: relative;
}
.heading3::before {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -15px;
	display: block;
	background: #333;
}
.heading4{
	text-transform: capitalize;
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
	position: relative;
}
.heading4 span{
	position: relative;
}
.heading4 span::before,.heading4 span::after {
	content: '';
	height: 10px;
	width: 40px;
	position: absolute;
	top: 30px;
	margin-top:-15px;
	display: block;
	background: #D84D3A;
}
.heading4 span::before {
	left: -50px;
}
.heading4 span::after {
	right: -50px;
}
.heading.heading-light,
.heading2.heading-light,
.heading3.heading-light,
.heading4.heading-light{color: #fff}
.heading.heading-light::before,
.heading2.heading-light::before,
.heading3.heading-light::before{background: #fff}
.heading4.heading-light::before,.heading4.heading-light::after{background: #fff}

/*------------------------------------------*/
/*			Running Text
/*------------------------------------------*/
.c-running{}
.running-text {
    height: 53px;
}
.running-text .icon-toa {
    z-index: 1;
	left:0;
}
.running-text{position:absolute;bottom:0px;z-index:99;left:0;right:0;margin:auto;color:#fff;}
.running-text .icon-toa{padding:8px 15px;background:#FFBA2E;position:absolute;left:12px;top:0;color:#000;}
.running-text .icon-toa svg{color:#000;}
.running-text .icon-toa img{width:27px;}
.running-text .running-list{background:#003539;font-size:16px;line-height:24px;padding:5px 10px 5px 55px;overflow:hidden;display:table-cell;vertical-align:middle;}
.running-text .running-list a{color:#fff;}
.running-text .running-list a:hover{color:#FFBA2E;}
.running-text .running-list span{margin-right:20px;}
.running-text .running-list svg{color:#FFBA2E;}

/*------------------------------------------*/
/*			keunggulan
/*------------------------------------------*/
.section-keunggulan{}
.icon-keunggulan .svg-inline--fa{color:#C81010;}
.judul-keunggulan{color:#fff;font-size:18px;}
.con-keunggulan{border:1px solid #C81010;height:100%;padding:20px;border-radius:10px;}
/*------------------------------------------*/
/*			produk
/*------------------------------------------*/
.section-produk{background:#fff;}
.section-produk .card{}
.section-produk .card .card-body{background:#002633;color:#fff;}
.section-produk .card .card-body h5{background:#002633;color:#fff;}
.section-produk .card .card-body a{}
.produk-item .card-title{color:#AF1413;text-transform:capitalize;}
.produk-item .teks-harga{color:#FF5C00;font-size:16px;}

.btnproduk{}
.btnproduk .hargacoret{color:#aaa;}
.btnproduk .harganya{color:#FF5D00;font-size:24px;}
.btnproduk.bawahimage{border:2px solid #EFEF58;border-radius:10px;padding-top:8px !important;}
.btnproduk.bawahimage .harganya{margin-bottom:0px !important;}
.textpreviewprd{color:#EFEF58;background: #111;padding: 3px 0;}

/*------------------------------------------*/
/*			Services
/*------------------------------------------*/
.section-service { background: rgba(0,0,0,0.5);}
.service-wrapper { margin: 0 auto; padding: 50px 0 70px}
.section-service .service-icon {
	border: 1px solid #ddd;
	color: #ddd;
	height: 84px;
	line-height: 84px;
	margin: 0 auto;
	width: 84px;
	font-size: 32px;
	
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
}
.section-service .service-icon,.section-service h3, .section-service p{border-color: #fff;color: #fff;}

/*------------------------------------------*/
/*			Features
/*------------------------------------------*/
.section-features .media-left{
	padding: 5px 0 10px;
}
.section-features .media-body{
	padding: 0 0 15px;
	text-align:center;
}

.section-features .media-heading{
	margin-bottom: 15px;
}

.section-features .icon-lg{
	margin:auto;
}

.section-features2 .features-icon{
	padding: 5px 0 10px;
}
.section-features2 .list-item{
	padding: 0 0 15px;
}

.section-features2 .media-heading{
	margin-bottom: 15px;
}

.section-features2 .features-icon{
	margin:auto;
}
.features-carousel{position:relative;}
.features-carousel .svg-inline--fa{color:#D32F2F;}
.features-carousel.owl-carousel .owl-nav button.owl-next,
.features-carousel.owl-carousel .owl-nav button.owl-prev{position:absolute;top:0;bottom:0;}
.features-carousel.owl-carousel .owl-nav button.owl-next{right:-25px;}
.features-carousel.owl-carousel .owl-nav button.owl-prev{left:-25px;}
/*------------------------------------------*/
/*			Latest Blog
/*------------------------------------------*/
.post-item{margin-bottom: 30px;}
.post-item .media{margin: 0;}
.post-item .media-left{padding-right: 15px;}
.post-date{
	text-align: center;
	/* margin-top: 30px; */
}
.post-date .day {
	background-color: #444;
	color: #fff;
	padding: 12px 0;
	width: 42px;
	display: block;
	font-size: 22px;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.post-date .month {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 39px;
	width: 42px;
	background: #ddd;
	text-align: text-align;
	
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.post-date .daymonth {
	background-color: #444;
	color: #fff;
	padding: 12px 0;
	width: 100%;
	display: block;
	font-size: 15px;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.post-date .year {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 39px;
	width: 100%;
	background: #D32F2F;
	text-align: text-align;
	font-size: 20px;
	
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.post-item.n2{}
.post-item.n2 .post-date{text-align:left;color:#D32F2F;margin-bottom:10px;font-size:13px;}
.post-item.n2 .post-date span{margin-right:5px;}
.post-item.n2 .post-date span::before{content:"|";margin-right:10px;}
.post-item.n2 .post-date span:first-child::before{content:"";margin-right:0;}
.post-item .post-date i,.post-item .post-date svg{margin-right:3px;}

.post-item.n3{}
.post-item.n3 .post-date{position:absolute;background:#D32F2F;color:#fff;bottom:0;left:0;padding:10px 15px;border-top-right-radius:10px;}

.post-item.n4{padding-bottom:60px;position:relative;height:100%;}
.post-item.n4 .post-date{text-align:left;color:#D32F2F;margin-bottom:10px;font-size:13px;}
.post-item.n4 .post-date span{margin-right:5px;}
.post-item.n4 .post-date span::before{content:"|";margin-right:10px;}
.post-item.n4 .post-date span:first-child::before{content:"";margin-right:0;}
.post-item.n4 .post-btn{position:absolute;bottom:15px;right:15px;}
.post-item.n4 .post-btn .btn{border-radius:10px;min-width:100px;}
/*------------------------------------------*/
/*			Destination
/*------------------------------------------*/
.destination-item{
	margin-bottom: 30px;
	position: relative;
}
.destination-info{
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
}
.destination-info h3 {
	margin: 0;
	font-weight: 600;
	color: #fff;
}
.destination-info h5 {
	margin: 0;
	color: #FEC107;
}

/*------------------------------------------*/
/*			Package Tour
/*------------------------------------------*/
.package-item{
	background: #fff;
	margin-bottom: 30px;
}
.package-item figcaption{
	color: #fff;
	bottom: 15px;
	position: absolute;
	left: 15px;
	right: 15px;
	z-index: 1000;
}
.package-title{
	background: #f94141;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 13px;
	margin-bottom: 10px;
}
.package-title:hover{
	background: #FEC107;
	color: #fff;
}
.package-price{
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.25);
	color: #FEC107;
}
.package-price .curency-symbol{
	color: #fff;
	font-size: 14px;
}
.package-duration{
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}
.package-star{
	color: #FEC107;
	font-size: 12px;
}
.package-star .disabled{
	color: #ddd;
}
.ribbon {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: center;
}
.ribbon span {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #f94141;
	background: linear-gradient(#f94141 0,#f94141 100%);
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
	position: absolute;
	top: 19px;
	left: -21px;
}

/*------------------------------------------*/
/*			Testimonial
/*------------------------------------------*/
.section-testimonial {
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.section-testimonial .item{
	border:1px solid #fff;
	padding:20px;
}
.testimonial-wrapper { margin: 0 auto; padding: 50px 0 70px}
@media (min-width: 768px) {
	/* .testimonial-wrapper { width:70%; } */
}
.testimonial-wrapper p{ 
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	font-family: georgia;
	font-style: italic;
}
.testimonial-wrapper .owl-pagination{
	bottom: -55px
}
.testimonial-wrapper .owl-theme .owl-controls .owl-page.active span, .testimonial-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #ddd;
	opacity: 1;
}
.testimonial-wrapper  .owl-theme .owl-controls .owl-page span {
	border-color: #fff;
}

.square.testimonial-avatar{
	width: 120px;
	position: relative;
	overflow: hidden;
	margin: 20px auto 40px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.square.testimonial-avatar:after{
	border: 4px solid rgba(255,255,255,0.4);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*------------------------------------------*/
/*			Gallery
/*------------------------------------------*/
.section-gallery li{
	display: inline-block;
	width: 20%;
	margin-bottom: -6px;
}
@media only screen and (max-width : 550px) {    
	.section-gallery li{
		width: 100%;
	}
}

@media only screen and (max-width : 767px)and (min-width : 551px){    
	.section-gallery li {
		width: 50%;
	}
}

.section-gallery-owl{}
.gallery-carousel{}
.gallery-carousel.owl-carousel .owl-nav button{position:absolute;top:0;bottom:0;margin:auto;}
.gallery-carousel.owl-carousel .owl-nav button.owl-next{right:-25px;}
.gallery-carousel.owl-carousel .owl-nav button.owl-prev{left:-25px;}
.gallery-carousel.owl-carousel .owl-dots{bottom: -40px;}
.gallery-carousel.owl-carousel .owl-item img{width:unset;}

figure.effect-bubba .icon-view small{font-size:14px;}
/*------------------------------------------*/
/*			Floating
/*------------------------------------------*/
#gooey-v{position:fixed;right:15px;bottom:60px;z-index:100;}
#gooey-v.navimenu{min-width:unset;min-height:unset;padding:0;margin:0;}
#gooey-v .gooey-menu-item{border:2px solid #333;}
/* #gooey-v .whatsapp:hover{background:#01BB09 !important;}
#gooey-v .telegram:hover{background:#2DA2DC !important;} */
#gooey-v .gooey-menu-item .svg-inline--fa{
	color:#fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
#gooey-v .gooey-menu-item:hover .svg-inline--fa{color:#F07B26;}
#gooey-v .gooey-menu-item:hover .svg-inline--fa.fa-whatsapp{color:#01BB09;}
#gooey-v .gooey-menu-item:hover .svg-inline--fa.fa-telegram{color:#2DA2DC;}
#gooey-v #gooeySVG0{width:50px;height:50px;}
#gooey-v .open-button{line-height:60px !important;background:#333 !important;}

/* gajadi pake, settingannya di js
#gooey-v .open-button{
	width: 40px !important;
	height: 40px !important;
	background-color: steelblue;
	line-height:40px !important;
}
#gooey-v .open-button span.burger{
	width: 20px !important;
	height: 3px !important;
	left: 10px !important;
}
#gooey-v .gooey-menu-item{
	width: 40px !important;
	height: 40px !important;
	color: white;
	background-color: rgb(104, 208, 153);
	line-height: 40px !important;
	transition-timing-function: ease-out;
	transition-duration: 100ms;
	transform: translate3d(0px, 0px, 0px);
}
 */

/*------------------------------------------*/
/*			Contact
/*------------------------------------------*/
.contact-wrapper{
	margin-bottom: 30px;
}
.contact-intro{
	text-align: center;
	margin-bottom: 60px
}
.contact-info {
	padding: 30px;
	text-align: center;
	border: 1px solid #F07B26;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contact-info i {
	color: #ddd;
	font-size: 45px;
	margin: 0 0 15px;
}
.contact-info h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 15px 0 7px;
	color:#fff;
}
.contact-info  p{margin:0}
@media (min-width: 768px) {
	.contact-intro{margin: 0 20% 60px}
}
@media(max-width:767px){
	.contact-info {padding: 20px 10px;}
	.contact-info h5 {
		font-size: 14px;
		margin: 0;
	}
	.contact-info  p{font-size: 11px;}
}
.section-map{}
#map-canvass{height:600px}
.section-map #map-canvass{height:300px}

/*------------------------------------------*/
/*			Client
/*------------------------------------------*/
.client-carousel {padding: 0 30px;text-align:center;}
.client-carousel .owl-stage-outer{overflow-x:hidden;}
.client-carousel .owl-stage{display:flex;}

.section-client .owl-theme .owl-nav{font-size:28px;position:initial;width:100%;z-index:-1;top:0;bottom:0;margin:auto;}
.section-client .owl-theme .owl-nav .owl-prev{position:absolute;left:-20px;top:0;bottom:0;margin:auto;}
.section-client .owl-theme .owl-nav .owl-next{position:absolute;right:-20px;top:0;bottom:0;margin:auto;}
.owl-theme .owl-nav [class*="owl-"]:hover{background:none;color:#d32f2f;}
.owl-carousel .owl-item img{max-height:80px;width:unset;margin:auto;}
/*------------------------------------------*/
/*			breadcrumb
/*------------------------------------------*/
.con-breadcrumb{
    background: #000;
    background-size: cover;
    height: 31.53vw;
    /* background-position-y: -64px; */
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.site-breadcrumb h1{font-size:32px;text-transform: uppercase;color:#fff;text-shadow:0 0 5px #000;}
.site-breadcrumb{position:absolute;width:100%;bottom:30px;left:0;}
.site-breadcrumb .container{background:rgba(0, 38, 51,0.9);padding:20px;border-radius:10px;}
.site-breadcrumb .breadcrumb li a{color:#fff;text-shadow:0 0 5px #000;}
.site-breadcrumb .breadcrumb li a:hover{color:#F07B26;}
.site-breadcrumb .breadcrumb-item.active{color:#fff;}

.breadcrumb {
  color: #B6B5B5;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 0px;
  margin-bottom: 10px;
}

.breadcrumb a {
	color: #01B5EA;
}
.breadcrumb-item + .breadcrumb-item::before{}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}
/*------------------------------------------*/
/*			Page Nav
/*------------------------------------------*/
.page-nav{ margin: 30px 0; text-align: center; }
.page-nav ul{margin:0;padding:0}
.page-nav li{ display: inline-block; border:none !important }
.page-nav span,
.page-nav a{
	padding: 3px 10px;
	margin: 2px;
	color: #666;
	border: 1px solid #666;
	display: block;
	cursor:pointer;
}
.page-nav a:hover{background: #F07B26; border-color: #F07B26; color: #fff}
.page-nav span{ color: #999; }
.page-nav .active a,.page-nav .current,.page-nav a:hover{ background: #F07B26; border-color: #F07B26; color: #fff }
.page-nav .disabled span{ background: #fafafa; border-color: #eee }


/*------------------------------------------*/
/*			Footer
/*------------------------------------------*/
footer {
	background-color: #EFEF58;
	color: #333;
	font-size: 14px;
}
.footer-section{
	padding: 30px 0 50px;
}
footer h3{
	color: #333;
	margin-bottom: 30px;
	font-weight:bold;
	font-size:24px;
	margin-bottom:20px;
}
footer p ,
footer a {
	color: #333;
}
footer a:hover {
	color: #F07B26;
	text-decoration: underline;
}
footer .form-control,footer input[type="text"] {
	background-color: #222;
	border: 1px solid #444;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	color: #fff;
	margin-bottom: 15px;
}
footer textarea.form-control {
	height: 80px;
}
footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666;
	font-size: 12px;
}
footer .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #666;
	font-size: 12px;
}
footer .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #666;
	font-size: 12px;
}
footer .form-control:-moz-placeholder { /* Firefox 18- */
	color: #666;
	font-size: 12px;
}
.nav-footer li a{
	text-transform: capitalize;
	font-size:16px;
}
.nav-footer li a:hover{
	text-decoration: none;
}
.connect-icon{width: 15px;}
.connect-icon .svg-inline--fa{color:#F07B26;}
.copyright-section {
	background: #111;
    padding: 15px 0;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.copyright-section p,.copyright-section a{
	margin: 0;
	color:#fff;
}

/*------------------------------------------*/
/*	    Search
/*------------------------------------------*/
.search-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: 0;
	transition: all 0.25s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
	z-index: 99;
}
.search-overlay.open {
    visibility: visible;
    opacity: 1;
}
.close-search {
	color: #ffffff;
	cursor: pointer;
	font-size: 50px;
	position: absolute;
	right: 30px;
	top: 100px;
	z-index: 99;
}
.search_wrap {
	left: 0;
	margin: 0 auto;
	max-width: 80%;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search_icon {
	position: absolute;
	right: 15px;
	top: 20px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
.search_wrap .form-control {
	border-radius: 0;
	padding: 20px;
	border: 0;
	box-shadow: none;
	height: auto;
}
.search_wrap .form-control:focus {
	border: 0;
	box-shadow: none;
}
.search_box {
	position: relative;
}
.search_box input {
	padding-right: 30px;
}
.search_box button {
	border: 0;
	padding: 0 10px;
	background-color: transparent;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.search_form input {
    padding: 15px;
	height: auto;
}
.search_form .search_icon {
    top: 0;
    right: 0;
    padding: 5px 15px;
}
a.search_trigger i, a.search_trigger svg, a.search_trigger .svg-inline--fa {
	/* font-size: 23px; */
	color:#000;
}
a.search_trigger:hover i, a.search_trigger:hover svg, a.search_trigger:hover .svg-inline--fa {
	/* font-size: 23px; */
	color:#F07B26;
}

/* hasil pencarian */
.hasil-pencarian .card{border-color:#F07B26;}
.hasil-pencarian .card-title{color:#F07B26;font-weight:bold;}
/*------------------------------------------*/
/*			Back to top
/*------------------------------------------*/
.back-to-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
	z-index: 100;
}
.back-to-top i,.back-to-top svg {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    background-color: #F07B26;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-wa {
	position: fixed;
    width: 36px;
    height: 36px;
    line-height: 36px;
	bottom: 75px;
	right: 15px;
	background-color: #25d366;
	color: #FFF;
	text-align: center;
	font-size: 28px;
	z-index: 100;
	border-radius:50%;
}

.widget-telegram {
	position: fixed;
    width: 36px;
    height: 36px;
    line-height: 36px;
	bottom: 135px;
	right: 15px;
	background-color: #25d366;
	color: #FFF;
	text-align: center;
	font-size: 28px;
	z-index: 100;
	border-radius:50%;
}


/*------------------------------------------*/
/*			Social button
/*------------------------------------------*/
.social-icon{
	list-style:none;
	padding: 0;
}
.social-icon li{
	display: inline-block;
	border-left: 1px solid rgba(0,0,0,0.03);
	margin-right: 5px;
	margin-bottom:5px;
}
.social-icon li:last-child{
	margin-right: 0;
	border-right: 1px solid rgba(0,0,0,0.03);
}
.social-icon a .svg-inline--fa{font-size:24px;}
.social-icon a{
	background:transparent;
	color: #F07B26;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 50px;
	/* font-size: 14px; */
	text-align: center;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.social-icon a:hover{
	color: #fff;
}
.social-icon a:hover:after{
	background: rgba(255,255,255,0.2);
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
	position: absolute;
}
/* .social-icon .facebook{background: #3B5998;}
.social-icon .twitter{background: #00C5F9;}
.social-icon .google-plus{background: #E05A4E;}
.social-icon .linkedin{background: #117BB8;}
.social-icon .youtube{background: #CB312E;}
.social-icon .pinterest{background: #EE3324;}
.social-icon .flickr{background: #ED1384;}
.social-icon .dribbble{background: #EB4C89;}
.social-icon .skype{background: #00B0F6;}
.social-icon .rss{background: #FBA933;}
.social-icon .instagram{background: #000;} */
.social-icon .facebook:hover{background: #3B5998;}
.social-icon .twitter:hover{background: #00C5F9;}
.social-icon .google-plus:hover{background: #E05A4E;}
.social-icon .linkedin:hover{background: #117BB8;}
.social-icon .youtube:hover{background: #CB312E;}
.social-icon .pinterest:hover{background: #EE3324;}
.social-icon .flickr:hover{background: #ED1384;}
.social-icon .dribbble:hover{background: #EB4C89;}
.social-icon .skype:hover{background: #00B0F6;}
.social-icon .rss:hover{background: #FBA933;}
.social-icon .instagram:hover{background: #000;}

.social-icon-top{
	list-style:none;
	padding: 0;
}
.social-icon-top li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom:5px;
}
.social-icon-top li:last-child{
	margin-right: 0;
	border-right: 1px solid rgba(0,0,0,0.03);
}
.social-icon-top a{
	color: #F07B26;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	/* font-size: 14px; */
	text-align: center;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.social-icon-top a:hover{
	color: #fff;
}
.social-icon-top .facebook:hover{color: #3B5998;}
.social-icon-top .twitter:hover{color: #00C5F9;}
.social-icon-top .google-plus:hover{color: #E05A4E;}
.social-icon-top .linkedin:hover{color: #117BB8;}
.social-icon-top .youtube:hover{color: #CB312E;}
.social-icon-top .pinterest:hover{color: #EE3324;}
.social-icon-top .flickr:hover{color: #ED1384;}
.social-icon-top .dribbble:hover{color: #EB4C89;}
.social-icon-top .skype:hover{color: #00B0F6;}
.social-icon-top .rss:hover{color: #FBA933;}
.social-icon-top .instagram:hover{color: #000;}

/*------------------------------------------*/
/*			Social Share
/*------------------------------------------*/
.social-share {margin-bottom: 15px;}
.social-share span {
	margin-right: 4px;
	font-size: 13px;
	color: #333;
}
.social-share ul{display:inline-block;}
.social-share ul li{display:inline-block;margin-right:10px;}
.social-share ul li:last-child{margin-right:0px;}
.social-share a {
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.social-share a:hover {
	/* border-bottom:2px solid #F07B26; */
}
.social-share a.facebook {color: #507CBE;}
.social-share a.twitter {color: #63CDF1;}
.social-share a.google-plus {color: #F16261;}
.social-share a.linkedin {color: #90CADD;}
.social-share a.pinterest {color: #C52228;}
.social-share a.mail {color: #FFC107;}
.social-share a.whatsapp {color: #01BB09;}
.social-share a.telegram {color: #2DA2DC;}
/* .social-share a.facebook:hover {background-color: #3E68A8;}
.social-share a.twitter:hover {background-color: #36BFED;}
.social-share a.google-plus:hover {background-color: #EF4545;}
.social-share a.linkedin:hover {background-color: #72BBD3;}
.social-share a.pinterest:hover {background-color: #9E1B20;}
.social-share a.mail:hover {background-color: #FFB300;}
.social-share a.whatsapp:hover {background-color: #01BB09;}
.social-share a.telegram:hover {background-color: #2DA2DC;} */
.social-share a i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1em;
}
.social-share li .svg-inline--fa{font-size:28px;}

/*------------------------------------------*/
/*			Thumbnail [aspect ratio]
/*------------------------------------------*/
.square {
    position: relative;
    width: 100%;
}
.square:before {
    content:     "";
    display:     block;
    padding-top: 100%;
}
.square .square-content {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
}
.img-wrap{
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.img-wrap img{
	min-width:100%;
	min-height:100%;
	
	position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
}

/* Other ratios - just apply the desired class to the "box" element */
.ratio2_1:before{
    padding-top: 50%;
}
.ratio1_2:before{
    padding-top: 200%;
}
.ratio4_3:before{
    padding-top: 75%;
}
.ratio3_4:before{
    padding-top: 133%;
}
.ratio16_9:before{
    padding-top: 56.25%;
}
.ratio9_16:before{
    padding-top: 154%;
}
.ratio2_1 .landscape, .ratio16_9 .landscape{max-height:inherit !important;max-width:100% !important;}
.ratio2_1 .potrait, .ratio16_9 .potrait{max-height:100% !important;max-width:inherit !important;}

.squared{max-width:100% !important;max-height:100% !important;}
.landscape{max-height:100% !important;max-width:inherit !important;}
.potrait{max-width:100% !important;max-height:inherit !important;}

.img-wrap.default{ background: #F07B26; }

/* parallax */
.parallax {
 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------------------------------*/
/*			Thumbnail hover animate
/*------------------------------------------*/

/***** Scroll *****/
.image-holder {
	border: 1px solid #ddd;
	height: 250px;
	overflow: hidden;
	position: relative;
	background-size: 100% auto;
	transition: all 10s ease 0s;
}
.image-holder:hover {
    background-position: 0 100%;
}
.image-holder img{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.image-holder img:hover{
	top: -100%;
	
	transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
}


/***** Zoom *****/
.effect-zoom img{
	transition: all 0.5s ease 0s;
}
.effect-zoom:hover img{
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}

/***** Bubba *****/
figure.effect-bubba {
	text-align: center;
	cursor: pointer;
}
figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba .icon-view {
	opacity: 0;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	z-index: 10;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-bubba:hover .icon-view {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba.noline figcaption::before,figure.effect-bubba.noline figcaption::after{border:0;}

/* rewrite bubba */
figure.effect-bubba h2,figure.effect-bubba p{color:#fff;text-shadow:0 0 15px #000;}
figure.effect-bubba .icon-view {left: unset;line-height: 50px;margin-left: 0;width: 100%;}


/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*------------------------------------------*/
/*			Animate
/*------------------------------------------*/
.animated{
	display:block;
	/*
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	*/
}
.animated.title{animation-delay: 0.5s;}
.animated.info{animation-delay: 1s;}
.animated.button{animation-delay: 1.5s;}


/*------------------------------------------*/
/*			Owl Carousel
/*------------------------------------------*/

/* Styling Owl Pagination*/
.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #00b6e3;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/* Custom Owl Pagination*/
.owl-container{
	position: relative;
}
.owl-container .owl-buttons [class*="owl-"]{
	position: absolute;
	top: 50%;
	font-size: 24px;
	z-index: 1000;
}
.owl-container .owl-buttons .owl-prev{
	left: 0;
}
.owl-container .owl-buttons .owl-next{
	right: 0;
}

/* Styling Owl navigation*/
.owl-buttons .owl-prev,
.owl-buttons .owl-next{
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}
.owl-buttons .owl-prev{left: 0;}
.owl-buttons .owl-next{right: 0;}

/* ======================================
Form 
========================================*/
.capcay-img{
	background:#F07B26;
	padding:11px 10px 9px 10px;
}
/* btn */
.btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-default{
	background: #F07B26;
	border-color:  #F07B26;
	color: #fff;
}
.btn-default:hover,
.btn-default.focus, .btn-default:focus{
	background: #F07B26 !important;
	border-color:  #333 !important;
	color: #333 !important;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	background-color: #009FCC;
	border-color: #009FCC;
	color: #fff;
}

/* input */
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.control-group select, .control-group textarea, .control-group input[type="text"], .control-group input[type="password"], .control-group input[type="datetime"], .control-group input[type="datetime-local"], .control-group input[type="date"], .control-group input[type="month"], .control-group input[type="time"], .control-group input[type="week"], .control-group input[type="number"], .control-group input[type="email"], .control-group input[type="url"], .control-group input[type="search"], .control-group input[type="tel"], .control-group input[type="color"] {
	background: none repeat scroll 0 0 #FFFFFF;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	background-color: #FFFFFF;
	border-color: #01B5EA;
	color: #696969;
	box-shadow: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background-color: #FFFFFF;
	border-color: #D5D5D5;
	border-width: 1px;
	color: #858585;
	box-shadow: none;
}
.checkbox label, .radio label {
	padding-left: 0;
	padding-right: 20px;
}
.checkbox-inline, .radio-inline {
	padding-left: 0;
}
.checkbox input[type=checkbox],.radio input[type=radio],.checkbox-inline input[type=checkbox],.radio-inline input[type=radio] { opacity: 0; }
input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
	cursor: pointer;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 5px;
	position: relative;
}
input[type=checkbox]:disabled+.lbl, input[type=radio]:disabled+.lbl { color: #bbb; cursor: not-allowed }
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before,
input[type=radio]+.lbl::after{
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    font-family: fontAwesome;
    content: "\a0";
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 12px;
    height: 16px;
    line-height: 14px;
    width: 16px;
	text-align: center;
}
input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: '\f00c';
    background-color: #fff;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1)
}
input[type=radio]+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: "";
	border-radius: 8px;
}
input[type=radio]:checked+.lbl::after {
    background: #00b6e3;
	border-radius: 8px;
	content: "";
	height: 10px;
	left: 3px;
	top: 6px;
	width: 10px;
}
input[type=checkbox]:disabled+.lbl::before,
input[type=radio]:disabled+.lbl::before,
input[type=checkbox][disabled]+.lbl::before,
input[type=radio][disabled]+.lbl::before,
input[type=checkbox].disabled+.lbl::before,
input[type=radio].disabled+.lbl::before {
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    color: #00b6e3;
}
input[type=checkbox]:hover+.lbl::before,
input[type=radio]:hover+.lbl::before,
input[type=checkbox]+.lbl:hover::before,
input[type=radio]+.lbl:hover::before {
    border-color: #ffc107
}
.checkbox, .radio {
	margin-bottom: 15px;
}
.btn-spinner{
	font-size: 18px;
	border: 1px solid #ddd;
}


/*------------------------------------------*/
/*			Misc
/*------------------------------------------*/
.xhide{opacity:0}
.iconleft{margin-right:5px}
.iconright{margin-left:5px}
.no-border{border:none}
.no-shadow{box-shadow: 0 0 rgba(0,0,0,0)}
.circle{
	border: 1px solid #bbb;
	padding: 4px;
	
	webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
		-o-border-radius: 50%;
		   border-radius: 50%;
}
.list-item{
	margin-bottom: 30px;
}
.icon-sm{
	width: 25px;
}
.icon-lg{
	width: 60px;
	font-size: 48px;
}

/* sparator */
.sparator{
	background: #333;
	height: 1px;
}

/* typo */
.lowercse{text-transform: lowercse !important;}
.uppercase{text-transform: uppercase !important;}
.capitalize{text-transform: capitalize !important;}

/* color */
.white{color: #ffffff !important}
.red{color: #cd3333 !important}
.orange{color: #FF9800 !important}
.deep-orange{color: #f46e39 !important}
.purple{color: #c032bb !important}
.green{color: #37c770 !important}
.lime{color: #CDDC39 !important}
.lime-dark{color: #827717 !important}
.blue{color: #4993e6 !important}
.amber{color: #FFC107 !important}
.pink{color: #e91e63 !important}


@media(max-width:1023px){
	.con-breadcrumb{min-height:200px;}
	.site-breadcrumb h1{font-size:24px;}
}
@media(max-width:767px){
	.section-client .owl-theme .owl-nav .owl-prev{left:0;}
	.section-client .owl-theme .owl-nav .owl-next{right:0;}
	
	.gallery-carousel.owl-carousel .owl-nav button{position:absolute;top:auto;bottom:0;margin:auto;}
	.gallery-carousel.owl-carousel .owl-nav button.owl-next{right:0;}
	.gallery-carousel.owl-carousel .owl-nav button.owl-prev{left:0;}
	
	.site-breadcrumb h1{font-size:18px;}
	.site-breadcrumb{bottom:10px;}
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}