/* General Blueprint Style */

@font-face {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/bpicons/bpicons.eot');
	src: url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'), url('../fonts/bpicons/bpicons.woff') format('woff'), url('../fonts/bpicons/bpicons.ttf') format('truetype'), url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
}/* Made with http://icomoon.io/ */


/* Resets */

*,
*:after,
*:before {
	box-sizing: border-box;
}


/* Helper classes */

.cf:before,
.cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}


/* Main styles */

body {
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	overflow: hidden;
	margin: 0;
	color: #cecece;
	background: #2a2b30;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	    height: 768px;
}

a {
	text-decoration: none;
	color: #fff;
	outline: none;
}

a:hover {
	color: #ddd;
}

.container {
	overflow-y: auto;
	height: 100vh;
}


/* Blueprint header */

.bp-header {
	display: -webkit-flex;
	display: flex;
}

.bp-header__main {
	margin: 0 0 0 auto;
	padding: 2em 3em 0;
	text-align: right;
}

.bp-header__title {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.3;
	margin: 0.25em 0 0;
}

.bp-header__present {
	font-size: 0.75em;
	font-weight: 700;
	position: relative;
	z-index: 100;
	display: block;
	margin: 0 -8px 0 0;
	padding: 0 0 0.6em 0;
	text-indent: 3px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #5c5edc;
}

.bp-tooltip:after {
	position: relative;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 0;
	height: 0;
}

.bp-tooltip:hover:before {
	content: attr(data-content);
	font-size: 110%;
	font-weight: 700;
	line-height: 1.2;
	position: absolute;
	top: 1.5em;
	right: 0;
	width: 50vw;
	padding: 0.8em 1em;
	text-align: right;
	text-indent: 0;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	background: #5c5edc;
}

.bp-nav {
	margin: 0.5em 0 0 auto;
	text-align: right;
}

.bp-nav__item {
	position: relative;
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 0.1em;
	text-align: left;
	border-radius: 50%;
}

.bp-nav__item > span {
	display: none;
}

.bp-nav__item:hover:before {
	content: attr(data-info);
	font-size: 0.85em;
	font-weight: bold;
	position: absolute;
	top: 120%;
	right: 0;
	width: 600%;
	text-align: right;
	pointer-events: none;
	color: #595a5f;
}

.bp-nav__item:hover {
	background: #5c5edc;
}

.bp-icon:after {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: #5c5edc;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.bp-nav .bp-icon:after {
	line-height: 2.4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
}

.bp-nav a:hover:after {
	color: #fff;
}

.bp-icon--next:after {
	content: '\e000';
}

.bp-icon--drop:after {
	content: '\e001';
}

.bp-icon--archive:after {
	content: '\e002';
}

.bp-icon--about:after {
	content: '\e003';
}

.bp-icon--prev:after {
	content: '\e004';
}

.dummy-logo {
	/*position: fixed;
	top: 0;
	left: 0;
    width: 24.3%;
    height: 157px;
	padding: 1em 0 0 0;
	text-align: center;
	color: #3b3d4a;
	background: #1c1d22;*/
	    position: relative;
    /* top: 0; */
    left: 0;
    width: 100%;
    /* height: 131px; */
    /* padding: 1em 0 0 0; */
    text-align: center;
    color: #3b3d4a;
    background: #1c1d22;
}

.dummy-icon {
	font-size: 4em;
}

.dummy-heading {
	font-size: 0.75em;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.content {
	position: relative;
	min-height: 300px;
	margin: 0 0 0 300px;
}

.content--loading {
	background: url(../img/loading.svg) no-repeat 50% 50%;
}

.products {
	margin: 0;
	padding: 2em;
	text-align: center;
}

.product {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 10px;
	border-radius: 5px;
	background: #1c1d22;
}

.product .foodicon {
	font-size: 4em;
	line-height: 190px;
	color: #3b3d4a;
}

.info {
	font-size: 1.1em;
	font-weight: bold;
	padding: 20vh 1em 0;
	text-align: center;
	color: #47484c;
}

body #cdawrap {
	top: auto;
	bottom: 15px;
	background: rgba(0, 0, 0, 0.1);
}

body #cdawrap .carbon-text {
	color: #505158;
}

body #cdawrap a.carbon-poweredby {
	color: #7883c4;
}

body #cdawrap a:hover.carbon-poweredby {
	color: #fff;
}

@media screen and (max-width: 40em) {
	.bp-header {
		padding-top: 3em;
	}
	.bp-header__main,
	.bp-nav {
		width: 100%;
		text-align: center;
	}
	.dummy-logo {
		display: none;
	}
	.content {
		margin: 0;
	}
	body,
	.container {
		height: auto;
		overflow: auto;
	}
}
.menu__breadcrumbs {
	display:none;
}
.menu{
	/*margin-top: 37px;*/
	overflow-y: scroll;
}
.heading_text{
	text-align: center;
	font-weight: 600;
	font-size: 25px;
/*    margin-top: 45px;*/
	margin-top: 33px;
    color: #3c7bb1;
}
.testimonials{
	background-color: #cccccc21;
	padding: 20px;
	text-align: center;
    font-size: 18px;
/*	margin-top: 80px;*/
	margin-top: 35px;
	font-weight: 600;
	color: #4b4b4b;
}
.text_style{
    font-size: 16px;
	padding-bottom: 20px;
}
.heading_text{
	text-align: center;
	color: #005eb5;
/*	margin: 25px;*/
}
.points{
/*	padding-top: 14px;*/
    line-height: 33px;
}
.navbar-logo-img{
	width:100%;
}
.home_btn{
/*	margin-top: -90px;
	float: left;
	position: relative;
	padding-left: 40px;
	width: 100px;*/
    margin-top: -64px;
    float: left;
    /* z-index: 110000; */
    position: relative;
    padding-left: 40px;
    width: 89px;
}
.sub_topic {
	background-color: #8e97a0; 
	color: #ffffff; 
	padding: 6px; 
	line-height: 54px;
}
.heading_accordian{
	text-align: center;
    color: #676767;
	font-weight: 700;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:after, *:before {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
.panel-title>a {
    color: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a {
    color: #676767 !important;
}
a {
    text-decoration: none;
    color: #fff;
    outline: none;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title {
    font-size: 15px !important;
}
h4, .h4 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
user agent stylesheet
h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel_heading_my {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    font-size: 12px!important;
    /* padding: 10px 10px 10px 10px!important; */
    padding: 3px 10px 7px 10px!important;
    /* display: inline-block!important; */
    font-weight: bold!important;
    color: #FFFFFF!important;
    background-color: #e6e6e68a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC))!important;
    background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC)!important;
    background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC)!important;
    background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC)!important;
    background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC)!important;
    background-image: linear-gradient(to bottom, #E6E6E6, #cccccc70)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC)!important;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}
body {
    background-color: #F5F5F5;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    margin-bottom: 150px;
    margin-top: 50px;
    padding-top: 0;
}
body {
    font-family: 'Avenir Next', Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
    overflow: hidden;
    margin: 0;
    color: #cecece;
    background: #2a2b30;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 768px;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:after, *:before {
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:after, *:before {
    box-sizing: border-box;
}



.panel_heading_my{
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    font-size: 12px!important;
/*    padding: 10px 10px 10px 10px!important;*/
	padding: 3px 10px 7px 10px!important;
/*    display: inline-block!important;*/
    font-weight: bold!important;
    color: #FFFFFF!important;
    background-color: #e6e6e68a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC))!important;
    background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC)!important;
    background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC)!important;
    background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC)!important;
    background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC)!important;
    background-image: linear-gradient(to bottom, #E6E6E6, #cccccc70)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC)!important;
}
.marg{
	margin-top:20px;
}
.line_h{
	line-height:30px;
}
.size{
	width:100%;
}

.for_main_text {
	padding-left: 0px;
}
.res_menu{
	height: 850px;
}
/*@media only screen and (max-width: 812px) {*/
	
	@media (min-width: 320px) and (max-width: 767px) {
		.dummy-logo{
			display:block;
			    padding-top: 1px;
		}
		.home_btn {
/*	margin-top: -36px;
    float: left;*/
    /* z-index: 110000; */
/*    position: relative;
    padding-left: 0px;
    width: 30px;
    margin-left: 20px;*/
	margin-top: -18px;
    float: left;
    /* z-index: 110000; */
    position: relative;
    padding-left: 0px;
    width: 18px;
    margin-left: 20px;
		}
		.heading_text{
			    margin-top: 134px;
		}
	.res_menu{
		height: 661px;
    	margin-left: 113px;
    	position: absolute;
	}
	.menu {
		 width: 30% !important;
	}
	.for_main_text{
		padding-left: 123px !important;
		overflow: scroll;
		height: calc(100vh - 120px);
		float: right;
		/* margin-left: -300px; */
		text-align: justify;
		margin-top: -671px;
	}
		.bp-header {
			     padding-top: 0px !important; 
		}
}

	@media (min-width: 768px) and (max-width: 1023px) {
		.home_btn {
			    /*margin-top: -71px;*/
		    margin-top: -36px;
			width: 72px !important;
		}
		
}

.panel-title {
	/*font-size:15px !important;*/
	font-size: 13px !important;
}
.logo_text {
	font-size: 44px;
	color: #ffffff;
	margin-top: 29px;
	font-weight: 600;
    margin-left: -38px;
}
.logo_img {
	    margin-top: 28px;
    /* float: right; */
    margin-left: -38px;
}
.alkem_logo_img{
	width: 16%;
    float: right;
}
.background_logo{
	    height: 125px;
}
.line{
	    width: 10px;
    /* height: 70px; */
    font-size: 50px;
    color: #ffffff;
    margin-top: 20px;
}

@media only screen and (min-width : 320px) {
	.for_main_text {
		    margin-top: -567px;
	}
	.heading_text {
		    margin-top: 13px;
	}
	.main_row{
		height: 571px !important;
	}
}

@media only screen and (min-width : 360px) {
	.for_main_text {
		        margin-top: -639px;
	}
	.heading_text {
		    margin-top: 13px;
	}
    
}

@media only screen and (min-width : 411px) {
	.for_main_text {
		        margin-top: -729px;
	}
	.heading_text {
		    margin-top: 13px;
	}
    .main_row{
	overflow: scroll; 
	    height: 795px !important;
}
}
@media only screen and (min-width : 375px) {
	.for_main_text {
		     margin-top: -669px;
	}
	.heading_text {
		    margin-top: 13px;
	}
	.main_row{
		    height: 791px !important;
	}
}
@media only screen and (min-width : 768px) {
	.for_main_text {
		     margin-top: 0px;
	}
	.heading_text {
		    margin-top: 13px;
	}
	.main_row{
		  height: 1024px !important;
	}
}
.main_row{
	overflow: scroll; 
	height: calc(100vh - 70px) !important;
}
.menu{
	    height: calc(100vh - 70px) !important;
}
.scrl_text{
	padding-left: 0px; 
	overflow: scroll; 
	height: calc(100vh - 70px) !important;
}
a{
	color: #676767 !important;
}

	#a {
    width: 40px !important;
	}
	#b {
    width: 34px !important;
	}
	#c {
    width: 27px !important;
	}
	#d {
    width: 45px !important;
	}
	#e {
    width: 40px !important;
	}
	#f {
	width: 32px !important;
	}
	#g {
	width: 31px !important;
	}