/*


    Template Name   : Capture
    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    License         : pixelhint.com/license
    
    
    *****************************************
    
    
    - Header
    - Hero section
    - Featured on seaction
    - About section
    - App features section
    - Testimonials section
    - Subscription section
    - Footer
    - Responsive CSS
    

*/







/*		Fonts		*/
@font-face {
    font-family: 'open_regular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_bold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_semibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}









/*		General CSS		*/
body{
	background: #faf9f9;
	padding: 0px;
	margin: 0px;
	font-family: 'PT Sans', sans-serif;
}

h1, h2, h3 {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
}

a:focus{
	/* color: #fff!important; */
	text-decoration: none !important;
}

.container{
	max-width: 1130px;
}



p {
	font-size: 15px;
}


hr {
	height: 1px;
	width: 100%;
	display: block;
	background-color: #F2DC0D;
	margin-top: 50px;
}

img {
	max-width: 100%;
}


/*		Header 		*/

	.container-bemore {
		width: 100%;
		padding-right: 15px;
    	padding-left: 15px;
    	margin-right: auto;
    	margin-left: auto;
	}	

.page-title {
	margin-bottom: 30px;
}

.lg_pad_btm {
	padding-bottom: 70px;
}

header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

header.sticky {
	position: fixed;
	top:0;
}

header>.container {
	padding: 0;
}

header .logo{
	display: table-cell;
	margin: 20px 70px 20px 0;
}

header .logo img {
	max-width: 280px;
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

header.sticky .logo img {
	max-width: 100px;
}

header .burger_icon{
	display: none;
	float: right;
	background: #ffffff;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #424242;
	/*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 45px 10px 0 0;
}

header .burger_icon:hover{
	cursor: pointer;
}

header .burger_icon.active{
	background: #F4D90B;
    color: #424242;
}

header nav{
	margin-top: 50px;
	display: table-cell;

}

header.sticky nav {
	margin-top: 25px;
}

header nav li{
	float: left;
	margin-left: 40px;
}

header nav li:first-child{
	margin: 0;
}

header nav li a{
	color: #333;
    /*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
    font-size: 20px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
}

header.sticky nav li a {
	font-size: 15px;

}

header nav li a:hover,
header nav li a:focus{
	text-decoration: none;
	color: #f1dc0b !important;
}

header .social{
	display: table-cell;
	margin-top: 45px;
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

@media (max-width: 991px){
	header .social{
		position: absolute;
		top: 0px;
		right: 15px;
	}

	header nav {
		width: 100%;
		margin: 0;
	}

	header nav ul {
		text-align: center;
	}

	header nav li {
		display: inline-block;
		float: none;
	}
	header .logo {
		margin-bottom: 15px;
	}

	header.sticky nav {
    	margin-top: 0px;
	}

	header.sticky .social li a img {
    	max-width: 25px;
	}

}

header.sticky .social { 
	margin-top: 25px;
}

header .social li{
	float: left;
	margin-left: 20px;
}

header .social li a img {
	    max-width: 25px;
    margin-top: 5px;
}

header .social li:first-child{
	margin: 0;
}


@media (max-width: 479px) {
	header .logo img {
		max-width: 150px;
	}

	header .burger_icon {
		margin-top: 20px;
	}
}



.app_store_btn.read_more {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}



/*		Hero section 		*/

.hero{
	display: block;
	position: relative;
	width: 100%;
	height: 560px;
	background: url('../img/bemore.jpg') no-repeat fixed center center;	
	background-size: cover;
}

.hero.sticky {
	margin-top: 130px;
}

.hero .caption{
	position: absolute;
	width: 100%;
    /*margin-left: auto;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);*/
	background: rgba(255, 255, 255, 0.9);
    padding: 10px 30px;
    /*border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;*/
    /*right: 0px;*/
    top: 80.2%;
    left: 0;
    border-bottom: 1px solid #F1DC0B;
}


@media (max-width: 1024px){
	.hero .caption{
		background: #fff;
	}
}

.hero .caption h1{
	color: #000;
	/*font-family: "open_bold", Helvetica, Arial, sans-serif;*/
	font-size: 34px;
	font-weight: bold;
	word-break: break-word;
    text-align: center;
}

.hero .caption p{
	color: #000;
	/*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	line-height: 30px;
	margin: 15px 0 15px 0;
	text-transform: none;
    text-align: center;
}

#slider .caption p{
	margin: 0;
}

.hero_image {

}

.app_store_btn{
	font-family: 'Nunito', sans-serif;
	display: inline-block;
	text-decoration: none;
	padding: 15px 40px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 20px;
	margin: 20px 20px 10px 0;
	color: #414140;
	/*font-family: "open_semibold", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	background: transparent;
	width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 0px;
    border: 1px solid #414140;
}

a.app_store_btn:hover {
	background: #F1DC0B;
	color: #383838;
	border-color: #F1DC0B;
	text-decoration: none;
}

@media (max-width: 767px) {
	a.app_store_btn {
		margin-bottom: 15px;
	}

	.about-page-content a.app_store_btn  {
		margin-bottom: 40px;
	}

	.hero .caption {
		top: 64.2%;
	}
}


@media (max-width: 479px) {
	.caption .col-xs-6 {
		width:100%;
	}

	a.app_store_btn  { 
		margin-right: auto;
		width: 100%;
	}

	.hero .caption {
		top: 84.2%;
	}

	section.about {
		/* padding-top: 300px; */
	}
}

.play_icon,
.android_icon,
.iphone_icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 3px;
}

.play_icon{
	background: url('../img/play.png') no-repeat;
}

.iphone_icon{
	background: url('../img/iphone_app.png') no-repeat;
}

.android_icon{
	background: url('../img/android_app.png') no-repeat;
}


a.app_store_btn:hover,
a.app_store_btn:focus{
	/*border-color: #41c27d;
	color: #41c27d!important;*/
	opacity: 0.8;
}

a.app_store_btn:hover .play_icon{
	/*background: url('../img/play_hover.png') no-repeat;*/
}

a.app_store_btn:hover .iphone_icon{
/*	background: url('../img/iphone_app_hover.png') no-repeat;*/
}

a.app_store_btn:hover .android_icon{
	/*background: url('../img/android_app_hover.png') no-repeat;*/
}

a.app_link{
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #636363;
	/*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
}

a.app_link:hover,
a.app_link:focus{
	text-decoration: none;
	color: #41c27d!important;
}

a.app_store_btn,
.play_icon,
.iphone_icon,
.android_icon,
a.app_link{
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}


.about_video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.about_video iframe{
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.close_video{
    text-decoration: none;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 50px;
    right: 50px;
    background: url('../img/close_video.png') no-repeat;
    z-index: 9999;
}











/*		Featured on section 		*/

.featured_on{
	width: 100%;
	padding: 25px 0;
	background: #f3f3f3;
}

.featured_on ul{
	margin: 0;
}

.featured_on li{
	position: relative;
	height: 100%;
}

.featured_on li:first-child{
	margin-left: 0;
}










/*		About section 		*/

.about{
	padding: 30px 0 0 0;

}

.about .iphone{
	max-width: 339px;
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 10px;
}

.about .iphone img{
	width: 100%;
	height: auto;
}

.about .features_list{
	margin-left: 50px;
	margin-top: 20px;
}

.about .features_list h1{
	color: #525151;
	/*font-family: "open_bold", Helvetica, Arial, sans-serif;*/
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.about .features_list p{
	color: #767272;
	/*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	margin-bottom: 45px;
	line-height: 32px;
}

.about .features_list ul{
	margin-bottom: 30px;
}

.about .features_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	/*font-family: "open_semibold", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	line-height: 36px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	background: url('../img/list-icon.png') no-repeat;
    background-position: 0 10px;
    background-size: 25px 25px;

}

.about .features_list .smaller-list ul li {
	line-height: 36px;
	background-size: 15px 15px;
}

.about .features_list ul li.camera_icon{	
	/*background: url('../img/icon1.png') no-repeat;
	background-position: 0 15px; */
}

.about .features_list ul li.video_icon{	
	/*background: url('../img/icon2.png') no-repeat;
	background-position: 0 15px; */
}

.about .features_list ul li.eye_icon{	
	/*background: url('../img/icon3.png') no-repeat;
	background-position: 0 14px; */
}

.about .features_list ul li.pic_icon{	
	/*background: url('../img/icon4.png') no-repeat;
	background-position: 0 14px; */
}

.about .features_list ul li.loc_icon{	
	/*background: url('../img/icon5.png') no-repeat;
	background-position: 3px 13px; */
}

.about .features_list ul li span{
	display: inline-block;
}




.divider {
	background-color: #f2dc0d;
	height: 1px;
	width:90%;
	margin: 0 auto;
}


.curriculum-link {
	max-width: 300px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.curriculum-link:hover {
	text-decoration: none;
}

.centered_btn {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.centered_btn {
		margin-left: auto;
		margin-right: auto;
	}
}

/*		App features 		*/

.app_features{
	width: 100%;
	
	/* background: url('../img/be_more_plus.jpg') 0 0 no-repeat; */
	background-size: cover;
	/*background-image: -moz-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -o-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -webkit-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);*/
}



.app_features .mask {
	/* background-color: rgba(0, 0, 0, 0.3); */
	padding: 50px 0 0px 0;
}

.app_features h1{
	color: #343434;
	/*font-family: "open_semibold", Helvetica, Arial, sans-serif;*/
	font-size: 22px;
	margin: 0;
	padding: 20px 0 20px 0;
	word-break: break-word;

}
.app_features h2 {
	/* color: #fff; */
	/* font-size: 18px; */
	text-transform: uppercase;
	text-align: center;
    margin-bottom: 40px;
}

.app_features p {
	color: #fff;
	/*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
	font-size: 20px;
	margin: 30px 0 0 0;
	line-height: 28px;
	text-align: center;
}

.app_features ul {
	padding: 0;
	list-style-position: inside;
}
.app_features ul li {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
}

.app_features .details{
	margin-bottom: 40px;
	display: block;
	padding:0px;
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

@media (min-width: 768px){
	.app_features .details:hover {
	    -ms-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    transform: scale(1.1);
	    z-index: 9;
	    -webkit-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.52);
	    -moz-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.52);
	    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.52);
	}
}
.app_features .details-inner {
	background-color: rgb(197, 197, 197);
	padding-top: 20px;
    min-height: 160px;
    margin: 0 auto;
}



.app_features .details:nth-child(2) .details-inner{
	background-color: #fff;
}

.app_features .details:nth-child(3n+1){
	clear: both;
}

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

.app_features .details-inner img {
	max-width: 30px;
}

.training {
	/* background: url('../img/image001.jpg') 0 0 no-repeat; */
	background-size: cover;
}

.programmes {
	/* background: url('../img/image002.jpg') 0 0 no-repeat; */
	background-size: cover;
}

.guidance {
	/* background: url('../img/image003.jpg') 0 0 no-repeat; */
	background-size: cover;
}

.page-link:hover {
	text-decoration: none;
}

.inner-mask {
	background-color: rgba(0,0,0,0.5);
	height: 700px;
	padding: 0 15%;
}


#USP {
	color: #757171;
	font-size: 18px;
	line-height: 36px;
}

.slick-next, .slick-prev {
	z-index: 9999999;
	top: 50%;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
}

.slick-next:hover, .slick-prev:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.slick-next:hover:before, .slick-prev:hover:before {
	color: #000;
}

.slick-prev {
	left: 15px;
}

.slick-prev:before, .slick-next:before  {
	font-size: 30px;
    height: 45px;
    padding: 2px 0;
    display: block;
}

.slick-prev:before {
	content: "<";
}

.slick-next:before {
	content: ">";
}

.slick-next {
	right: 15px;
}

/*		Testimonials section 		*/

.testimonials{
	padding: 50px 0;
}

#ethos {
	padding: 30px 0 50px 0;
}

@media (min-width: 768px){
	#ethos {
		padding: 60px 0 90px 0;
	}
}

.testimonials h2 {
	margin-bottom: 30px;
}

.testimonials p {
	text-align: justify;
}

.testimonials .testimonials_list{
	max-width: 820px;
	margin: 0 auto;
}

.testimonials .testimonials_list h2 {
	text-align: center;
}

blockquote {
    margin: 0 0 5px;
}

.testimonials .testimonials_list blockquote{
	border: 0;
	padding: 0;
	margin: 0;
}

.testimonials .testimonials_list blockquote p{
	color: #757171;
	/*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	margin-bottom: 50px;
	line-height: 36px;
	text-align: center;
}

.testimonials .testimonials_list blockquote footer:before,
.testimonials .testimonials_list blockquote footer:after{
	content: none;
}

.testimonials .testimonials_list blockquote .author,
.testimonials .testimonials_list blockquote .job{
	display: block;
}

.testimonials .testimonials_list blockquote .author{
	color: #4b4848;
	/*font-family: "open_semibold", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	margin-bottom: 10px; 
}

.testimonials .testimonials_list blockquote .job{
	color: #6e6d6d;
	/*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
}

.#tslider{
	text-align: center!important;
	position: relative!important;
}

#tslider .owl-controls{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	padding: 0;
}

#tslider .owl-controls .owl-prev,
#tslider .owl-controls .owl-next{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../img/nav_arrow.png') no-repeat;
	text-indent: -200px;
	overflow: hidden;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

#tslider .owl-controls .owl-prev{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next{
	background-position: -33px 0;
	margin-left: 40px;
}

#tslider .owl-controls .owl-prev:hover,
#tslider .owl-controls .owl-next:hover{
	cursor: pointer;
	background: url('../img/nav_arrow_hover.png') no-repeat;
}

#tslider .owl-controls .owl-prev:hover{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next:hover{
	background-position: -33px 0;
}










/*		Subscription section 		*/

.sub_box{
	width: 100%;
	padding: 50px 0;
	text-align: center;
	background: #C5C5C5;
}

.sub_box h2 {
	margin-bottom: 30px;
	color: #fff;
}

.sub_box .cta_text{
	color: #fff;
	/*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
	font-size: 20px;
	margin-bottom: 50px;
}

.sub_box input, textarea{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	height: 50px;
	padding: 0 20px;
	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	color: #000;
	/*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	vertical-align: middle;

	border-top-left-radius: 2px;
	-o-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;

	border-bottom-left-radius: 2px;
	-o-border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;

	
}

.sub_box textarea {
	height:200px;
	padding: 20px;
}

.sub_box #mc_submit{
	display: inline-block;
	width: 300px;
	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	text-align: center;
	vertical-align: middle;
}

.sub_box #mc_submit i{
	display: inline-block;
	width: 20px;
	height: 14px;
	vertical-align: middle;
}

#mc_submit i.icon{
	background: url('../img/sub_icon.png') no-repeat;
}

#mc_submit i.loading{
	background: url('../img/loading.gif') no-repeat;
}

.sub_box .message{
	display: block;
	text-align: center;
	color: #fff;
	/*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
	font-size: 13px;
	text-transform: lowercase;
	margin-top: 20px;
}

.sub_box #error_msg,
.sub_box #success_msg{
	display: none;
	font-size: 33px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}





#loader {
	display: none;
}




/*		Footer 		*/

footer{
	padding: 50px 0;
	text-align: center;
}

footer .app_platform li{
	margin: 0 0 0 60px;
}

footer .app_platform li:first-child{
	margin: 0;
}

footer .copyright{
	margin-top: 60px;
	color: #757171;
	/*font-family: "open_regular", Helvetica, Arial, sans-serif;*/
	font-size: 12px;
	letter-spacing: .5px;
}

footer .copyright a{
	color: #565555;
}



/*
			About Page
	 */

	 .about-page-content {
	 	padding-top: 50px;
	 }

	 .iphone {
	 	margin-top: 20px;
	 }



/*		Responsive CSS 		*/



@media (max-width: 767px) {

	.iphone {
	 	margin-top: 40px;
	 }


	/*		Header 		*/
	header .logo{
		margin-right: 0;
	}

	header .burger_icon{
		display: block;
	}

	header nav{
		width: 100%;
		float: none;
		background: #F4D90B;
		position: absolute;
		margin-top: 130px;
		left: 0;
		display: none;

	}

	header nav.show{
		display: block;
	}


	header nav li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	header nav li a{
		display: block;
		width: 100%;	
		padding: 20px 0;
		border-bottom: 1px solid #F4D90B;
	}

	header nav li:first-child a{
		border-top: 1px solid #F4D90B;
	}

	header .social{
		display: none;
	}

	header .social li{
		margin-left: 10px;
	}

	header nav li a:hover, header nav li a:focus {
    	text-decoration: none;
    	color: #fff !important;
	}

	header nav.show {
    	margin-top: 104px;
	}

	header.sticky nav.show {
    	margin-top: 71px;
	}


	header.sticky .burger_icon {
		margin-top:20px;
	}


	/*		Hero section 		*/
	.hero .caption{
		margin-left: 0;
	}

	.app_store_btn{
		display: block;
		width: 90%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}





	/*		Featured on section		*/
	.featured_on{
		padding: 25px 0 5px 0!important;
	}

	.featured_on ul li{
		margin-bottom: 25px!important;
	}



	


	/*		About Section homepage		*/
	.about .features_list {
		text-align: center;
		margin: 0;

	}

	.about .features_list ul li{
		/*text-indent: 0;
		background: transparent!important;
		margin-bottom: 20px;*/
		text-align: left;
	}

	.about .features_list ul li:last-child{
		margin: 0;
	}

	a.app_link{
		display: block;
		margin-top: 20px;
	}

	.app_features {
		background-position: 50%;
	}




	/*		Subscription section 		*/
	.sub_box #mc-email,
	.sub_box #mc_submit{
		/*display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;*/
	}

	.sub_box #mc_submit{
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.about .features_list {
		margin-left: 0;
	}

	.about .features_list a.app_store_btn {
		width: 100%;
	}
}



@media (max-width: 479px) {
	.about .features_list ul li{
		text-indent: 0;
		background: transparent!important;
		margin-bottom: 20px;
		text-align: center;
	}

	.sub_box #mc_submit {
		width: 100%;
	}

	header nav.show {
    	margin-top: 66px;
	}

	header.sticky nav.show {
    	margin-top: 50px;
	}

	header.sticky .burger_icon {
		margin-top:20px;
	}

	header .logo {
		margin: 10px 0;
	}

}

@media (max-width: 360px) {
	.featured_on li{
		display: block;
		width: 100%;
	}
}


