@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}

body{
	background: #262262;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color:#333;
    overflow: auto;
    position: relative;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Josefin Sans', sans-serif;
}
strong { 
	font-weight: 700; 
}
a, a:focus {
	color: #fe992d;
	text-decoration: none;
}
a:hover{
	color: inherit;
	text-decoration: underline;
}
::-moz-selection { 
	background: #e8643e; 
	color: #fff; 
	text-shadow: none; 
}
::selection { 
	background: #e8643e; 
	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;
}
.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;
}
.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: #289ed1;
    color: #fff!important;
    padding: 12px 40px;
    border-radius: 8px 
}
.btn-social{
	display: inline-block;
    padding: 0px 8px;
    background: #eee;
    vertical-align: middle;
    color: #111;
    border-radius: 2px;
}
.btn-facebook-share{
	background: #3C5999;
	color: #fff;
}
.btn-facebook-like{
	background: #3C5999;
	color: #fff;
}
.btn-twitter{
	background: #25AAE2;
	color: #fff;
}
.btn-view{
	background: #374f80;
	color: #fff;
}
/* Navbar Section */
.navbar{
	min-height: 80px;
	background: #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	margin: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #222;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #2baadf;
}
.navbar-brand{
	padding: 5px 0;
}
.navbar-brand span{
	display: none;
}
.navbar-brand img{
	height: 90px;
	margin: 0;
}
.navigation .navbar-nav{
	margin-top: 20px;
}
.navigation .navbar-nav li a{
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	background: none!important;
}
.navigation .navbar-nav li.active a{
	color: #2baadf;
	background: none;
	border-bottom: 2px solid #2baadf;
}
.navbar-default .navbar-nav>.active>a:hover{
	color: #2baadf;
}
.navbar-default .navbar-nav>.open>a{
	color: #2baadf;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color: #2baadf;
}
/* HERO IMAGES */
#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: #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: #e6914e;
}
/* WHAT WE DO */
#what-we-do{
	text-align: left;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#what-we-do .media{
	margin: 0;
}
#what-we-do .media-left{
	width: 50%;
	text-align: center;
	padding-left: 100px;
}
#what-we-do .media-left img{
	width: 80%
}
#what-we-do .media-body{
	vertical-align: middle;
}
#what-we-do h3{
	text-transform: uppercase;
	color: #ff8c1b;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
}
#what-we-do h4{
	font-size: 22px;
	color: #6d6d6d;
	margin-bottom: 15px;
	font-weight: bold;
}
#what-we-do p{
	font-size: 18px;
	color: #909090;
	font-weight: 500;
}
#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: #e6914e;
}
/* 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: 'Nunito', sans-serif;
}
#video-section h4{
	font-size: 20px;
	color: #6d6d6d;
	margin-bottom: 15px;
}
#video-section p{
	font-size: 18px;
	color: #909090;
	font-family: 'Nunito', sans-serif;
}
/* SERVICES SECTION */
#services{
	min-height: 300px;
}
#services .overlay{
	z-index: 10;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	position: relative;
}
#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;
}
#services h4{
    padding: 6px 0;
	width: 75%;
    border: solid 1px #ff1100;
    border-radius: 20px;
	font-size: 20px;
	color: #111;
	margin-bottom: 15px;
}
#services p{
	font-size: 18px;
	color: #333;
}
.service-list .item{
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.1);
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
}
.service-list .item: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: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: -15px;
	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;
}
#services .info-detail{
	background: #fff url('../images/background/bg-service-detail.png');
	background-size: cover;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	display: none;
}
#services .info-detail.active{
	display: block;
}
#services .info-detail .media-left{
	padding-right: 30px;
}
#services .info-detail .media-body{
	vertical-align: middle;
}
#services .info-detail h3{
	text-align: center;
	font-size: 40px;
	color: #888;
}
#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: #fff;z-index: 99;
}
#order .container{
	position: static;
}
#order .iphone{
	position: absolute;
	top: 30px;
	left: 300px;
	width: 300px;
	z-index: 999;
	list-style: none;
	margin: 0;
	padding: 0;
}
.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 .iphone.affix{
	position: fixed;
	top: 100px;
	left: 300px;
}
#order h3{
	text-transform: uppercase;
	color: #ff8c1b;
	font-size: 30px;
	font-weight: 700;
	margin: 80px 0 30px 550px;
}
#order h4{
	font-size: 20px;
	color: #6d6d6d;
	margin-bottom: 15px;
}
#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: #e6914e;
}
/* JOIN SECTIOn */
#join{
	background: #eee url('../images/background/bg-join.jpg') center;
}
#join h2{
	text-transform: uppercase;
	color: #ff8c1b;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;	
}
#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: 25px;
	font-size: 18px;
	background: #fff;
	border: 1px solid #f3641e;
	border-radius: 10px;
}
#join .btn-submit{
	background: #374f80;
	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: #ff8c1b;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;		
}
#testimoni .item{
	position: relative;
	padding: 30px;	
}
#testimoni .avatar{
	width: 100px;
	height: 100px;
	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: 150px;
	overflow: hidden;
	border-radius: 10px;
	padding: 0;
	position: relative;
	margin: -40px 0 15px;
}
#testimoni .thumbs img{
	width: 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;
	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: #e6914e;
}
#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: #e6914e;
}
/* BLOG SECTION */
#blog{
	background: #fff;
}
#blog h2{
	text-transform: uppercase;
	color: #ff8c1b;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;			
}
.card{
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.card-heading{
	padding: 15px;
}
.card-thumbs{
	height: 150px;
	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: 10px 15px;
	font-weight: bold;
	font-size: 14px;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ddd;
}
.card-meta{
	padding: 10px 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: 15px;
}
.card-body p{
	font-size: 12px;
	line-height: 200%;
}
.card-body h4,
.card-body h4 a{
	color: #111;
	text-decoration: none;
	margin-top: 0;
}
.card .readmore{
	padding: 0px 30px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	background: #f78f1e;
	background: linear-gradient(#FF1100,#FF1100);
	background: -webkit-linear-gradient(#262262, #342f87);
	border-radius: 20px;
	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: 80px 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: #fff;
	border: 1px solid #f1f1f1;
	padding: 0;
	border-radius: 50%!important;
	-webkit-border-radius: 50%!important;
	color: #111;
	margin: 0 3px;
}
.pagination li.active a{
	background: #374f80;
	color: #fff;
	border-color: transparent;
}
/* ACCORDION */
.panel-orange .panel{
	border: 1px solid #FFC107;
	border-radius: 0;
	margin-bottom: 15px;
}
.panel-orange .panel-heading{
	background: #fff;
	color: #333;
	border-radius: 0;
	padding: 0;
	position: relative;
}
.panel-orange .panel-heading a{
	display: block;
	color: #333;
	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: #fff;
}
.panel-orange.panel-icon .panel-heading a.collapsed:before{
	transform: rotate(-180deg);
}
.panel-orange .panel-heading a:hover{
	background:#fff;
}
.fa-ul{
	line-height: 200%;
	margin-left: 18px;
}
.fa-li{
	top: 7px!important;
	font-size: 8px;
	color: #374f80;
}
/* 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: #fff;
	padding: 30px;
	overflow: hidden;
	color: #fff;
	border-bottom: none;
}
.page-header h1{
	margin: 0;
	font-weight: 500;
	color: #333;
	letter-spacing: -2px;
}
.page-header h5{
	line-height: 200%;
	font-size: 20px;
	font-weight: 300;
}
/* SUBSCRIBE */
#subscribe{
	background: #374f80;
	color: #fff;
	padding: 30px 0;
}
#subscribe h3{	
	margin: 0 0 10px;
}
#subscribe h5{	
	margin: 0;
	font-weight: normal;
}
#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: 500px;
}
/* FOOTER SECTION */
#footer-section{
	padding: 50px 0 30px 0;
}
#footer-section h3{
	color: #262262;
	font-size: 20px;
	margin: 0 0 15px;
	font-weight: bold;
}
#footer-section ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-section ul li{
	font-size: 14px;
	color: #fff;
}
#footer-section ul li a{
	color: #262262;
	font-size: 14px;
	padding: 10px 0;
	display: block;
}
#footer-section p{
	color: #262262;
}
#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: block;
	padding: 0;
	margin-bottom: 5px;
	text-decoration: none!important;
	color: #262262;
	line-height: 35px;
}
#footer-section ul.social li a .fa{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 2px solid #262262;
	border-radius: 50%;
	padding: 0;
	color: #262262;
	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: #374f80;
	border-color: #374f80;
	color: #262262;
}
#footer-section .store-link{
	width: 150px;
	display: block;
}
#footer-section .store-link img{
	width: 100%;
}
/* FOOTER */
#footer{
	background: #222;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.main-topbar{
	width: 1170px;
	margin-right: auto;
    margin-left: auto;
	padding: 0 15px;
}
ul.topbar{
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.links{
	padding: 10px;
}
.float-right {
    float: right!important;
	position: relative;
    display: block;
}
.topbar li:first-child {
    border: none;
    padding-left: 0;
}
.topbar li {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #ff9800;
    margin: 0;
}
.topbar li a{
    color: #ffffff;
}
ul li {
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0;
}
.topbar-footer li {
    display: inline-block;
    padding: 0 15px;
    margin: 0;
}
/* RESPONSIVE UTILITIES */
@media (max-width: 767px){
	.navbar{
		background: #374f80;
		border: none;
		min-height: 50px;
	}
	.navbar-default .navbar-nav>li>a{
		color: #000;
	}
	.navbar-header{
		background: #ffffff;
		padding: 0 15px;
		text-align: center;
		position: relative;
	}
	.navbar-toggle{
		border: none;
		background: none!important;
		padding: 0;
		top: 0;
		left: 0;
		width: 20px;
		height: 30px;
		margin: 10px;
		border-radius: 0;
		-webkit-border-radius: 0;
		z-index: 999;
	}
	.navbar-toggle span.bar{
		width: 50%;
		height: 2px;
		background: #262262;
		display: block;
		position: relative;
	}
	.navbar-toggle span.bar:before,
	.navbar-toggle span.bar:after{
		content: "";
		width: 150%;
		height: 2px;
		background: #262262;
		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;
	}
	.navbar-brand img{
		height: 40px;
		display: inline-block;
		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;
	}
	#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;
	}
	.page-header h5{
		font-size: 14px;
	}
	#what-we-do{
		padding: 15px 0;
	}
	.section h3{
		font-size: 20px!important;
	}
	.section h4{
		font-size: 16px!important;
	}
	.section p{
		font-size: 14px!important;
	}
	#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,
	#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{
		min-width: 200px;
		margin: 0 auto;
		display: block;
	}
	#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{
		width: 80px!important;
		height: 80px!important;
	}
	#services .info-detail{
		position: fixed;
		top: 60px;left: 10px;bottom:10px;right:10px;
		z-index: 9999;
		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 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 .view .images{
		margin: 0 auto 30px!important;
		display: block;
	}
	#order .item ol{
		margin-top: 15px;
	}
	#testimoni-slider{
		padding: 0!important;
	}
	.press-list .item{
		width: 50%;
	}
	#footer-section .col-sm-3{
		margin-bottom: 30px;
	}
	#services h4{
		width: 100%;
	}
}

.service-title-content {
	font-family: 'Josefin Sans', sans-serif;
    color: #666666;
    font-size: 30px;
    font-weight: bold;
    line-height: 28px;
}
.rectangle-1 {
    margin-left: 80px;
    height: 3px;
    width: 80px;
    background-color: #F3CE13;
}
.service-detail-title-1 {
	margin-bottom: 0px;
}
.service-detail-text {
	margin-bottom: 30px;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}