@import url('../fonts/avenir/font.css');

*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}
body{
	background: #fff;
	background-size: cover;
	font-family:"Avenir Medium";
    color:#333;
    padding-top: 82px;
    overflow: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: inherit;
    font-family: 'avenirheavy'!important;
}
strong { 
	font-weight: 700; 
}
a, a:focus {
	color: #1274de;
	text-decoration: none;
}
a:hover{
	color: #1274de;
	text-decoration: underline;
}
::-moz-selection { 
	background: #e8643e; 
	color: #fff; 
	text-shadow: none; 
}
::selection { 
	background: #0ead83; 
	color: #fff; 
	text-shadow: none; 
}
a:focus{
	outline: none!important;
}
.inline{
	display: inline-block;
}
.nomargin{
	margin:0px;
}
.nopadding{
	padding:0px;
}
.nomargin{
	margin:0;
}
.container{
	position: relative;
	/*width: 95%;*/
}
.norounded{
	border-radius: 0;
	border-color:transparent;
}
.flexbox{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.section{
	position: relative;
	z-index: 10;
}
.section-sm{
	padding: 15px 0;
}
.section-md{
	padding: 30px 0;
}
.section-lg{
	padding: 50px 0;
}
.section-xl{
	padding: 100px 0;
}
.btn-orange{
	background: #f79123;
	color: #fff!important;
}
.btn-social{
	display: inline-block;
	padding: 3px 10px;
	background: #eee;
	vertical-align: middle;
	color: #111;
}
.btn-facebook-share{
	background: #3C5999;
	color: #fff;
}
.btn-facebook-like{
	background: #3C5999;
	color: #fff;
}
.btn-twitter{
	background: #25AAE2;
	color: #fff;
}
.btn-view{
	background: #f79123;
	color: #fff;
}
/* LOADING */
.kotak-loading{
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background: #fff;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: .3s ease;
}
body.loading .kotak-loading{
	visibility: visible;
	opacity: 1;
}
.kotak-loading .box{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align: center;
}
.kotak-loading .box img{
	height: 30px;
	width: auto;
}
.kotak-loading .box .loader{
	width: 150px;
	height: 4px;
	background: #eee;
	margin:30px auto 0;
	position: relative;
	overflow:hidden;
	border-radius: 50px;
}
.kotak-loading .box .loader:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:50px;
	background: var(--accent-color);
	border-radius: 50px;
	animation:kotakLoading 1s linear infinite;
}
@keyframes kotakLoading{
	from{
		transform: translateX(-50px);
	}
	to{
		transform: translateX(200px);
	}
}

/* Navbar Section */
.navbar{
	/*min-height: 100px;*/
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	margin: 0;
}
.navbar-brand{
	padding: 5px 0;
}
.navbar-brand span{
	display: none;
}
.navbar-brand img{
	/*height: 90px;*/
	margin-top: 25px !important;;
    height: 30px;
	margin: 0;
}
.navigation .navbar-nav{
}
.navigation .navbar-nav li a{
	/*font-weight: bold;*/
	text-transform: uppercase;
	font-size: 14px;
	background: none!important;
	padding: 0 15px;
	height: 80px;
	line-height: 80px;
	transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
}
.navigation .navbar-nav li.active a{
	color: #0ead83;
	background: none;
	border-bottom: 2px solid #0ead83;
	font-weight: bold;
}
.navigation .dropdown-menu li a{
	height: 30px;
	line-height: 30px;
}
#fullpage{
	z-index: 100;
}
.fp-auto-height{
	background: #fff;
}
/* HERO IMAGES */
#hero-images{
	background: #eee;
	padding-top: 80px !important;
}
#hero-images .item img{
	width: 100%;
}
#hero-images .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	padding: 0;
	background: none;
	border: none;
	outline: none;
	font-size: 80px;
	z-index: 99;
	color: #9a9aa1;
}
#hero-images .slick-arrow.slick-prev{
	left: 0;
}
#hero-images .slick-arrow.slick-next{
	right: 0;
}
#hero-images .slick-dots{
	list-style: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 5%; 
	left: 0;right: 0;
	z-index: 999;
}
#hero-images .slick-dots li{
	display: inline-block;
}
#hero-images .slick-dots li button{
	width: 20px;
	height: 20px;
	background: #abaab0;
	border: 5px solid #abaab0;
	border-radius: 50%;
	margin: 0 3px;
	outline: none;
	text-indent: -9999px;
}
#hero-images .slick-dots li.slick-active button{
	background: #fff;
	border-color: #000;
}
/* WHAT WE DO */
.what-we-do{
	background: #eee url('../images/background/bg-what-we-do.png');
	text-align: left;
	z-index: 1;
}
.what-we-do .media{
	margin: 0;
}
.what-we-do .media-left{
	width: 50%;
	text-align: center;
	padding-left: 0px;
}
.what-we-do .media-left img{
	width: 80%
}
.what-we-do .media-body{
	vertical-align: middle;
}
.what-we-do h3{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'avenirheavy'!important;
}
.what-we-do h4{
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
	font-family: 'avenirheavy'!important;
}
.what-we-do p{
	font-size: 17px;
	color: #fff;
}
.what-we-do .item{
	min-height: 400px;
	overflow: hidden;
}
.what-we-do .item .col-sm-6{
	position: static;
}
.what-we-do .item .thumbs{
	position: fixed;
	top: 200px;
	left: 15%;
	width: 30%;
	opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.what-we-do .item.active .thumbs{
	opacity: 1;
	top: 150px;
}
.what-we-do .slick-dots{
	list-style: none;
	margin: 0 auto;
	text-align: center;
	width: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.what-we-do .slick-dots li{
	display: block;
}
.what-we-do .slick-dots li button{
	width: 15px;
	height: 15px;
	background: #abaab0;
	border: 3px solid #abaab0;
	border-radius: 50%;
	margin: 0 0 6px;
	outline: none;
	text-indent: -9999px;
}
.what-we-do .slick-dots li.slick-active button{
	background: #fff;
	border-color: #000;
}
/* VIDEO SECTION */
#video-section{
	z-index: 99;
	position: relative;
	background: #fff;
}
#video-section .media-right{
	width: 50%;
}
#video-section .media-body{
	vertical-align: middle;
	padding-right: 180px;
}
#video-section h3{
	color: #ff8c1b;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'avenirheavy'!important;
}
#video-section h4{
	font-size: 20px;
	color: #6d6d6d;
	margin-bottom: 15px;
	font-family: 'avenirheavy'!important;
}
#video-section p{
	font-size: 18px;
	color: #909090;
	font-family:"Avenir Medium";
}
/* SERVICES SECTION */
#services{
	background: #f78f1e;
}
#services .overlay{
	background: #f78f1e;
	z-index: 10;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	position: absolute;
	top: 100px;
	left: 0;
	bottom: 0;
	right: 0;
}
#services .media-left{
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
#services .media-body{
}
#services h3{
	text-transform: uppercase;
	color: #111;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'avenirheavy'!important;
}
#services h4{
	font-size: 20px;
	color: #111;
	margin-bottom: 15px;
}
#services p{
	font-size: 18px;
	color: #333;
}
.service-list{
	position: relative;
	margin-top: 50px;
}
.service-list .item a{
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.1);
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.service-list .item a:before{
	content: "";
	position: absolute;
	top: 0;left: 0;bottom: 0;right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;	
}
.service-list .item a:hover:before{
	opacity: 1;
}
.service-list .item img{
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;

}
.service-list .item .title{
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 5px;
	font-size: 12px;
	opacity: 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.service-list .item:hover .title{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}
.service-list .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: none;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	outline: none;
	color: #fff;
}
.service-list .slick-arrow.slick-prev{
	left: -50px;
}
.service-list .slick-arrow.slick-next{
	right: -50px;
}
#services .info-detail{
	background: #fff url('../images/background/bg-service-detail.png');
	background-size: cover;
	position: relative;
	position: absolute;
	top: 100px;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	display: none;
}
#services .info-detail.active{
	display: block;
}
#services .info-detail .media-left{
	padding-right: 100px;
	width: 40%;
}
#services .info-detail .media-body{
	vertical-align: middle;
}
#services .info-detail h3{
	text-align: center;
	font-size: 40px;
	color: #888;
	font-family: 'avenirheavy'!important;
}
#services .info-detail p{
	color: #888;
}
#services.open .overlay{
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
#services .info-detail .close{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 50px;
	width: 60px;
	height: 60px;
	border: 2px solid #000;
	color: #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	outline: none;
}
#services .info-detail ol,
#services .info-detail ul{
	margin-left: 30px;
	font-size: 18px;
	color: #888;
}
/* ORDER SECTION */
.order{
	background: transparent;z-index: 99;
}
.order .container{
	position: static;
}
.iphone{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	z-index: 1;
	list-style: none;
	margin: 50px 0 0 -300px;
	padding: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.iphone.active{
	opacity: 1;
	visibility: visible;
}
.iphone .overlay{
	position: absolute;
	top: 58px;
	left: 44px;
	bottom: 64px;
	right: 50px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.iphone .overlay .items{
	position: relative;
	transition: all 200ms;
}
.iphone .overlay .images{
	display: block;
	width: 206px;
	height: 363px;
}
.iphone .overlay .images img{
	width: 100%;
}
.order .iphone img{
	width: 100%;
}
.order h3{
	text-transform: uppercase;
	color: #ff8c1b;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.order h4{
	font-size: 20px;
	color: #6d6d6d;
	margin-bottom: 15px;
	font-family: 'avenirheavy'!important;
}
.order p{
	font-size: 16px;
	color: #909090;
}
.order ul,
.order ol{
	margin-left: 30px;
	font-size: 16px;
	color: #909090;	
}
.order .item{
	overflow: hidden;
	min-height: 300px;
	width: 400px!important;
	margin-left: 550px;
}
.order .slick-dots{
	list-style: none;
	margin: 0 auto;
	text-align: center;
	width: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.order .slick-dots li{
	display: block;
}
.order .slick-dots li button{
	width: 15px;
	height: 15px;
	background: #abaab0;
	border: 3px solid #abaab0;
	border-radius: 50%;
	margin: 0 0 6px;
	outline: none;
	text-indent: -9999px;
}
.order .slick-dots li.slick-active button{
	background: #fff;
	border-color: #000;
}
/* JOIN SECTIOn */
#join{
	background: #eee url('../images/background/bg-join.jpg') center;
}
#join .container{
	padding-bottom: 100px;
}
#join h2{
	text-transform: uppercase;
	color: #ff8c1b;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;	
	font-family: 'avenirheavy'!important;
}
#join p{
	font-size: 18px;
	color: #898989;
}
#join img{
	margin-bottom: 30px;
}
#join ul,
#join ol{
	font-size: 18px;
	color: #898989;
	margin-left: 20px;	
}
#join .form-control{
	padding: 15px;
	font-size: 18px;
	background: #fff;
	border: 1px solid #f3641e;
	border-radius: 5px;
}
#join .btn-submit{
	background: #f79123;
	border: 2px solid #fff;
	font-size: 18px;
	padding: 10px 30px;
	color: #fff;
	border-radius: 10px;
}
/* TESTIMONI SECTION */
#testimoni{
	/*background: #fff url('../images/background/bg-service-detail.png');*/
	background-size: cover;
}
#testimoni h2{
	/*text-transform: uppercase;*/
	color: #000;
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;	
	font-family: 'avenirheavy'!important;
}
#testimoni .item{
	position: relative;
	padding: 30px;	
}
#testimoni .avatar{
	width: 100px;
	height: 10px;
	/*border-radius: 50%;*/
	overflow: hidden;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	/*border: 5px solid #fff;*/
}
#testimoni .avatar img{
	width: 100%;
}
#testimoni .thumbs{
	border: none;
	border-radius: 0;
	height: 175px;
	overflow: hidden;
	border-radius: 10px;
	padding: 0;
	position: relative;
}
#testimoni .thumbs img{
	width: 100%;
	/*height: 100%;*/
}
#testimoni .thumbs.video:before{
	content: "\f04b";
	font-family: FontAwesome;
	margin: 0;padding: 0;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#testimoni .thumbs a.video-toggler{
	margin: 0;padding: 0;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

}
#testimoni-slider{
	padding: 0 50px;
	position: relative;
}
#testimoni-slider .slick-arrow{
	width: 41px;
	height: 41px;
	/*background:url('../images/background/btn-arrow.png') no-repeat;*/
	background: #eee0;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#testimoni-slider .slick-arrow.slick-prev{
	background-position: left bottom;
	left: 0;
}
#testimoni-slider .slick-arrow.slick-next{
	background-position: right bottom;
	right: 0;
}
#testimoni-slider .slick-dots{
	list-style: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#testimoni-slider .slick-dots li{
	display: inline-block;
}
#testimoni-slider .slick-dots li button{
	width: 20px;
	height: 20px;
	background: #abaab0;
	border: 5px solid #abaab0;
	border-radius: 50%;
	margin: 0 3px;
	outline: none;
	text-indent: -9999px;
}
#testimoni-slider .slick-dots li.slick-active button{
	background: #fff;
	border-color: #000;
}
#video-modal .modal-content{
	border-radius: 0;
}
/* PRESS RELEASE */
#press{
	background: #eee url(../images/background/bg-what-we-do.png);
	text-align: center;
}
#press h2{
	text-transform: uppercase;
	color: #ff8c1b;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;		
}
.press-list{
	overflow: hidden;
	margin: 0 -10px;
}
.press-list .item{
	width: 20%;
	float: left;
	padding: 10px;
}
.press-list .item a{
	border: 1px solid #a5a5a5;
	display: block;
	padding: 15px;
}
.press-list .item a .img{
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;	
}
#press .slick-dots{
	list-style: none;
	margin: 30px auto 0;
	text-align: center;
	width: 100%;
}
#press .slick-dots li{
	display: inline-block;
}
#press .slick-dots li button{
	width: 20px;
	height: 20px;
	background: #abaab0;
	border: 5px solid #abaab0;
	border-radius: 50%;
	margin: 0 3px;
	outline: none;
	text-indent: -9999px;
}
#press .slick-dots li.slick-active button{
	background: #fff;
	border-color: #000;
}
/* BLOG SECTION */
#blog{
	background: #fff;
}
#blog h2{
	text-transform: uppercase;
	color: #ff8c1b;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;			
}
.card{
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.card-heading{
	padding: 15px;
}
.card-thumbs{
	height: 120px;
	overflow: hidden;
	position: relative;
}
.card-thumbs img{
	width: 100%;
}
.card-thumbs .label{
	position: absolute;
	top: 10px;
	left: 10px;
	padding:5px 10px;
	background: #019557;
	color: #fff;
	font-size: 11px;
}
.card-title{
	padding: 5px 15px;
	/*font-weight: bold;*/
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*border-bottom: 1px solid #ddd;*/
	overflow: hidden;
}
.card-title.nowrap{
	white-space: normal;
	min-width: 100%;
}
.card-meta{
	padding: 5px 15px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	color: #858585;
}
.card-meta span{
	margin-right: 15px;
}
.card-meta span .fa{
	color: #f78f1e;
}
.card-date{
	font-size: 12px;
	color: #858585;
	padding: 15px 15px 0;
}
.card-body{
	color: #858585;
	padding: 10px;
}
.card-body p{
	font-size: 12px;
	line-height: 180%;
}
.card-body h4,
.card-body h4 a{
	color: #111;
	text-decoration: none;
	margin-top: 0;
	font-family: 'avenirheavy'!important;
}
.card .readmore{
	padding: 0px 30px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	background: #f78f1e;
	background: linear-gradient(#f78f1e,#e58320);
	background: -webkit-linear-gradient(#f78f1e,#e58320);
	border-radius: 3px;
	display: inline-block;
	position: relative;
	bottom: -10px;
	left: 10px;
	text-decoration: none;
}
.card .readmore:hover{
	background: #e58320;
	background: linear-gradient(#e58320,#ca7213);
	background: -webkit-linear-gradient(#e58320,#ca7213);	
}
.card .readmore:before{
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-top: 5px solid #5f5b50;
	border-left: 5px solid #5f5b50;
	bottom: 0;
	right: -8px;
	z-index: -1;
}
.card .breadcrumb{
	margin: 0;
	padding: 5px 15px;
	background: none;
	margin-top: 15px;
	font-size: 11px;
}
.card-link{
	min-height: 350px;
}
.card-link ul.list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.card-link ul.list li{
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
}
.card-link ul.list li:last-child{
	border-bottom: none;
}
.card-link ul.list li a{
	color: #888;
}
.card-link ul.list li a .fa{
	color: #ccc;
}
.card-detail{
	padding: 30px;
	font-size: 14px;
	color: #888;
}
.card-detail p{
	line-height: 200%;
}
.card-detail ol,
.card-detail ul{
	margin-left: 30px;
	line-height: 200%;
}
.card-footer{
	border-top: 1px solid #ddd;
	padding: 15px 30px;
}
.card-footer .span{
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
}
#blog .view-all{
	display: inline-block;
	color: #fff;
	background: #f78f1e;
	padding: 10px 30px;
	margin: 30px auto 0;
	border-radius: 10px;
	font-size: 20px;
}
/* PAGINATION */
.pagination{
	width: 100%;
	text-align: center;
}
.pagination li{
	float: none;
	display: inline-block;
}
.pagination li a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #dfdfdf;
	border: 1px solid #f1f1f1;
	padding: 0;
	border-radius: 50%!important;
	-webkit-border-radius: 50%!important;
	color: #0fb086;
	margin: 0 3px;
	font-weight: bold;
}
.pagination li.active a{
	background: #f79123;
	color: #111;
	border-color: transparent;
}
/* ACCORDION */
.panel-orange .panel{
	border: 1px solid #f79123;
	border-radius: 0;
	margin-bottom: 15px;
}
.panel-orange .panel-heading{
	background: #f79123;
	color: #fff;
	border-radius: 0;
	padding: 0;
	position: relative;
}
.panel-orange .panel-heading a{
	display: block;
	color: #fff!important;
	text-decoration: none!important;
	padding: 15px;
}
.panel-orange.panel-icon .panel-heading a:before{
	content: "\f106";
	font-family: "FontAwesome";
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 30px;
	transition: all 300ms;
}
.panel-orange .panel-heading a.collapsed{	
	background: #f79123;
}
.panel-orange.panel-icon .panel-heading a.collapsed:before{
	transform: rotate(-180deg);
}
.panel-orange .panel-heading a:hover{
	background:#d87a13;
}
.panel-body{
	font-size: 14px;
}
.fa-ul{
	line-height: 200%;
	margin-left: 18px;
}
.fa-li{
	top: 7px!important;
	font-size: 8px;
	color: #f79123;
}
/* FOUNDER */
.founder-box{
	background: #eaeceb;
	text-align: center;
	padding: 30px;
	margin: 120px 0 30px;
}
.founder-avatar{
	width: 180px;
	background: #eaeceb;
	height: 180px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	border: 10px solid #fff;
	margin: -120px auto 15px;
	position: relative;
}
.founder-avatar img{
	width: 100%;
}
.founder-title{
	font-weight: bold;
	color: #111;
	font-size: 16px;
}
.founder-jobdesk{
	font-style: italic;
	color: #111;
}
.founder-social{
	margin-top: 15px;
}
.founder-social a{
	margin: 0 5px;
	display: inline-block;
}
.founder-social a .fa{
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border: 2px solid #aaa;
	color: #aaa;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.founder-social a .fa-facebook{
	border-color: #365e92;
	color: #365e92;
}
.founder-social a .fa-twitter{
	border-color: #0faaea;
	color: #0faaea;
}
.founder-social a .fa-linkedin{
	border-color: #0977b4;
	color: #0977b4;
}
/* PAGE */
#page{
	padding-bottom: 50px;
}
#page.bg-gray{
	background: #f1f1f1;
}
#page.bg-gray .card{
	border: none;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}
.page-header{
	text-align: center;
	background: #f79123 url('../images/background/inner_bg.png');
	margin:0 0 30px;
	padding: 30px;
	overflow: hidden;
	color: #fff;
}
.page-header h1{
	margin: 0;
	font-weight: 500;
	color: #fff;
	font-family: 'avenirheavy'!important;
}
.page-header h5{
	line-height: 200%;
	font-size: 20px;
	font-weight: 300;
	font-family: 'avenirheavy'!important;
}
/* SUBSCRIBE */
#subscribe .subscribe-box{
	background: #f79123;
	color: #fff;
	padding: 30px 0;
	overflow: hidden;
	min-height: 100px;
}
#subscribe #map{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
#subscribe h3{	
	margin: 0 0 10px;
}
#subscribe h5{	
	margin: 0;
	font-weight: normal;
	font-family: 'avenirheavy'!important;
}
#subscribe .input-group .form-control{
	border-radius: 0;
	border: none;
	height: 50px;
	font-size: 16px;
}
#subscribe .input-group .btn{
	height: 50px;
	border: none;
	background: #d36d00;
	color: #fff;
	border-radius: 0;
	padding: 0 30px;
}
/* MAPS */
#map{
	height: 400px;
}
#maps{
	padding-top: 0!important;
}
/* FOOTER SECTION */
#footer-section{
	background: rgba(0, 0, 0, 0.05);
}
#footer-section h3{
	color: rgba(0, 0, 0, 0.9);
	font-size: 14px;
	margin: 15px 0 15px;
}
#footer-section ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-section ul li{
	font-size: 14px;
	color: #000;
}
#footer-section ul li a{
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	padding: 10px 0;
	display: block;
}
#footer-section ul li.media .media-left .fa{
	text-align: center;
	width: 50px;
}
#footer-section ul.social{
	overflow: hidden;
	margin-bottom: 30px;
}
#footer-section ul.social li{
	display: block;
}
#footer-section ul.social li a {
	display: contents;
	padding: 0;
	margin-bottom: 5px;
	text-decoration: none!important;
	color: #000;
}
#footer-section ul.social li a .fa{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 2px solid #000;
	border-radius: 50%;
	padding: 0;
	color: #000;
	font-size: 16px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
#footer-section ul.social li a:hover .fa{
	background: #0eb186;
	border-color: #0eb186;
	color: #fff;
}
#footer-section .store-link{
	width: 150px;
	display: block;
}
#footer-section .store-link img{
	width: 100%;
}
/* FOOTER */
#footer{
	background: rgba(0, 0, 0, 0.05);
	text-align: left;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 15px;
}
.dots{
	list-style: none;
	position: fixed;
	top: 50%;
	left: 100px;
	margin-top: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 200;
	visibility: hidden;
	opacity: 0;
	transition: all 200ms;
	-webkit-transition: all 200ms;
}
.dots.active{
	visibility: visible;
	opacity: 1;
}
.dots li{
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 10px;
}
.dots li.active{
	background: #aaa;
}
#order-dots li{
	background: #aaa;
	border-color: #aaa;
}
#order-dots li.active{
	background: #fff;	
}
/* RESPONSIVE UTILITIES */
@media (max-width: 992px){
	.container{
		width: 100%!important;
	}
	.order .iphone{
		top: 0;
		left: 100px;
		transform: scale(0.7);
		-webkit-transform: scale(0.5);
		transform-origin: center center;
		-webkit-transform-origin: center center;
	}
	.order .item{
		margin-left: 450px;
		margin-top: 0;
	}
}
@media (max-width: 769px){
	body{
		padding-top: 50px;
	}
	.navbar{
		background: #fff;
		border: none;
		min-height: 60px;
	}
	.navbar-header{
		background: #f79123;
		padding: 0 15px;
		text-align: center;
		position: relative;
	}
	.navbar-toggle{
		border: none;
		background: none!important;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 36px;
		height: 36px;
		margin: 10px;
		border-radius: 0;
		-webkit-border-radius: 0;
		z-index: 99999;
		padding-top: 11px;
	}
	.navbar-toggle span.bar{
		width: 50%;
		height: 2px;
		background: #000;
		display: block;
		position: relative;
	}
	.navbar-toggle span.bar:before,
	.navbar-toggle span.bar:after{
		content: "";
		width: 150%;
		height: 2px;
		background: #000;
		position: absolute;
		top: -5px;
		left: 0;
		display: block;
	}
	.navbar-toggle span.bar:after{
		top: 5px;
	}
	.navbar-brand{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		padding-top: 10px;
	}
	.navbar-brand img{
		height: 30px;
		display: inline-block;
		margin-top: 6px !important;
		margin-right: 10px;
		vertical-align: middle;
	}
	.navbar-brand span{
		display: inline-block;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
	}
	.navigation{
		border: none;
		margin-top: 50px;
		background: #fff;
	}
	.navigation .navbar-nav li a{
	    height: 30px;
	    line-height: 30px;
	    padding: 20px
	}
	.navigation .navbar-nav li.active a {
	    color: #19a1db;
	    background: none;
	    border-bottom: none;
	    border: none;
	    padding: 20px;
	}
	#subscribe{
		text-align: center;
	}
	#subscribe .input-group{
		margin-top: 30px;
	}
	#map{
		height: 200px;
	}
	#footer{
		font-size: 12px;
	}
	.page-header{
		padding: 15px 0;
		background-size: cover;
	}
	.page-header h1{
		font-size: 20px;
		font-family: 'avenirheavy'!important;
	}
	.page-header h5{
		font-size: 14px;
		font-family: 'avenirheavy'!important;
	}
	.what-we-do{
		padding: 15px 0;
	}
	.section h3{
		font-size: 20px!important;
		font-family: 'avenirheavy'!important;
	}
	.section h4{
		font-size: 16px!important;
		font-family: 'avenirheavy'!important;
	}
	.section p{
		font-size: 14px!important;
	}
	#hero-images{
		padding: 0;
		padding-top: 60px !important;
	}
	/*------------------------------------------------*/
	#hero-images .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	background: none;
	border: none;
	outline: none;
	font-size: 50px;
	z-index: 99;
	color: #b0906a;
}
#hero-images .slick-arrow.slick-prev{
	left: 0;
}
#hero-images .slick-arrow.slick-next{
	right: 0;
}
#hero-images .slick-dots{
	list-style: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;right: 0;
	z-index: 999;
}
#hero-images .slick-dots li{
	display: inline-block;
}
#hero-images .slick-dots li button{
	width: 20px;
	height: 20px;
	background: #abaab0;
	border: 5px solid #abaab0;
	border-radius: 50%;
	margin: 0 3px;
	outline: none;
	text-indent: -9999px;
}
#hero-images .slick-dots li.slick-active button{
	background: #fff;
	border-color: #000;
}

	/*---------------------------------------------------*/
	.what-we-do .item{
		min-height: auto!important;
	}
	.what-we-do .thumbs{
		opacity: 1!important;
		position: relative!important;
		top: auto!important;left: auto!important;
		width: 100%!important;
	}
	.what-we-do .media-left{
		vertical-align: middle;
	}
	#video-section{
		padding: 15px 0;
	}
	#video-section .media{
		display: block!important;
	}
	#video-section .media-right,
	#video-section .media-body{
		display: block!important;
		width: 100%!important;
		padding: 0!important;
	}
	#services{
		padding: 15px 0;
		z-index: 999;
	}
	#services .media{
		display: block!important;
	}
	#services .media-left,
	#services .media-body{
		display: block!important;
		width: 100%!important;
		padding: 0!important;
	}
	#services .overlay{
		position: relative!important;
		top: auto!important;left: auto!important;bottom: auto!important;right: auto!important;
	}	
	.service-list .item{
	}
	#services .info-detail{
		position: fixed!important;
		top: 60px!important;left: 10px!important;bottom:10px!important;right:10px!important;
		z-index: 9999!important;
		overflow: auto;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
		opacity: 0;
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
		visibility: hidden;
		padding: 30px;
		padding-top: 100px;
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
	}	
	#services.open .overlay{
		transform: translateX(0)!important;
		-webkit-transform: translateX(0)!important;
	}
	#services.open .info-detail{
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		visibility: visible;
	}
	.section{
		padding: 0px;
		/*height: 100%;*/
		/*height: 354px;*/
	}
	.height{
		height: 354px;
	}
	.section ul,
	.section ol{
		font-size: 14px!important;
	}
	.order{
		text-align: center;
	}
	.order .iphone{
		display: none;
	}
	.order .view{
		width: 100%;
		margin: 0 0 15px;
		display: block; 
		text-align: center;
	}
	.order h3{
		margin: 0;
	}
	.order .item{
		min-height: auto;
		width: 100%!important;
		margin: 0!important;
	}
	.order .item ol{
		margin-top: 15px;
		margin-left: 0;
	}
	.order .item ol li{
		padding-bottom: 30px;
    	padding-top: 20px;
	}
	#testimoni-slider{
		padding: 0!important;
	}
	.press-list .item{
		width: 50%;
	}
	#footer-section .col-sm-3{
		/*margin-bottom: 30px;*/
	}
}
@media (max-width: 480px){
	.what-we-do .media,
	.what-we-do .media-left,
	.what-we-do .media-body{
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.what-we-do .media-left{
		text-align: center;
	}
	.what-we-do .media-left img{
		max-width: 50%;
		margin: 0 auto;
		display: block;
	}
}
.btn-menu{
	padding: 7px 10px 7px 10px;
    border-radius: 6px;
    border: solid 1px #5da0d7;
    background: #5da0d7;
    color: #fff;
    line-height: initial;
}
