﻿/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote>p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	/* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 10px 5px;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

/*End Css Reset */
@font-face {
    font-family: 'TekoBold';
    src: url('../fonts/TekoBold.eot');
    src: url('../fonts/TekoBold.eot') format('embedded-opentype'),
         url('../fonts/TekoBold.woff2') format('woff2'),
         url('../fonts/TekoBold.woff') format('woff'),
         url('../fonts/TekoBold.ttf') format('truetype'),
         url('../fonts/TekoBold.svg#TekoBold') format('svg');
}
@font-face {
    font-family: 'TekoMedium';
    src: url('../fonts/TekoMedium.eot');
    src: url('../fonts/TekoMedium.eot') format('embedded-opentype'),
         url('../fonts/TekoMedium.woff2') format('woff2'),
         url('../fonts/TekoMedium.woff') format('woff'),
         url('../fonts/TekoMedium.ttf') format('truetype'),
         url('../fonts/TekoMedium.svg#TekoMedium') format('svg');
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Teko:wght@300..700&display=swap');

.main-container {
	width: 412px;
	margin: 0 auto;
	background: #432818;
}

.main-header {
	display: block;
	
	padding: 10px 5px;
}

.logo-wrap {
	width: 90px;
	float: left;
}

.what-app-ico {
	float: right;
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background: #27C219 url(../images/brand-whatsapp-fill.svg) no-repeat center;
}



.toggle-nav {
	position: relative;
	background: #FFE77C;
	border-radius: 50px;
	padding: 5px;
	overflow: hidden;
	float: right;
}

.toggle-nav ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.toggle-nav ul li {
	display: inline-block;
}

.toggle-nav a {
	display: block;
    width: 80px;
    text-align: center;
    padding: 4px 0;
    color: #19110E;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.toggle-nav a.ml-l {
	font-size: 12px;
	font-weight: 600;
	line-height: 25px;
}

.toggle-nav a.active {
	color: #FFE77C;
}

.toggle-nav a:focus {
	outline: 0;
	border: none;
	box-shadow: none;
}

.toggle-bg {
	position: absolute;
	top: 6px;
	left: 0px;
	width: 78px;
	height: calc(100% - 12px);
	background: #19110E;
	border-radius: 50px;
	transition: transform 0.35s ease;
	z-index: 1;
}

.number-wrap {
	display: block;
	padding: 15px;
	padding-top: 0;
	padding-bottom: 5px;
	
}

.number-wrap h1 {
	display: block;
	text-align: center;
	font-family: 'TekoBold';
	font-size: 40px;
	color: #FFE77C;
	font-weight: 900;
}

.number-wrap p {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0px;
	text-align: center;
	display: block;
}

.govtf-wrap {
	display: block;
	padding: 20px 20px 0 20px;
}

.govtf-wrap h3 {
	display: block;
	text-align: center;
	font-family: 'Grift ExtBd';
	font-size: 20px;
	color: #fff;
}

.govtf-wrap h3.color-yellow {
	color: #FFE6A7;
	margin-top: 5px;
}

.animation-wraper {
	display: block;
	position: relative;
}

.chair-img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.man-img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transform: translateX(0) rotate(0deg);
	transition: transform 1s ease, opacity 0.8s ease;
}
.white-man.animate-out {
	  transform: translateX(120vw) rotate(360deg);; /* move fully right */
	  opacity: 0;
}

.support-section {
	display: block;
	/* padding: 20px;
	background: #975425; */
	text-align: center;
	/* border-radius: 30px 30px 0 0; */
}

.support-click {
	display: inline-block;
	width: 152.23px;
	cursor: pointer;
}

.arrow-top {
	display: block;
	text-align: center;
}

.arrow-top img {
	width: 14px;
}

.support-section p {
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	display: block;
	text-align: center;
}

.contact-inner {
	display: block;
	padding: 0px;
	background: #FFE77C;
	margin-top: 5px;
	text-align: center;
	padding-top: 5px;
}

.contact-inner p {
	display: block;
	text-align: center;
	color: #19110E;
	margin-bottom: 0px;
}

.contact-inner h3 {
	font-family: 'TekoBold';
	font-size: 37px;
	font-weight: bold;
	color: #38051D;
	display: block;
	text-align: center;
	margin-bottom: 0px;
	line-height: 32px;
}

.contact-inner span {
	color: #D2D2D2;
	font-family: "Inter", sans-serif;
	font-size: 12px;
}

.social-wrap {
	display: block;
	padding: 20px;
	background: #99582A;
}

.social-wrap h4 {
	font-family: 'Grift';
	font-size: 27px;
	font-weight: bold;
	color: #FFE6A7;
}

.platform-dropdown {
	position: relative;
	float: right;
}

.dropdown-btn {
	background: #6F1D1B;
	color: #fff;
	border: none;
	padding: 13px 20px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}

.dropdown-btn:hover,
.dropdown-btn:active,
.dropdown-btn:focus {
	background: #6F1D1B;
	color: #fff;
}

.dropdown-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 45px;
	background: #fff;
	color: #000;
	border-radius: 10px;
	overflow: hidden;
	width: 152px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
}

.dropdown-menu li {
	padding: 10px 12px;
	cursor: pointer;
}

.dropdown-menu li:hover {
	background: #f2f2f2;
}

.icon {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 4px;
	float: left;
}

.icon.instagram {
	background: url(../images/insta-gram.svg) no-repeat center;
}

.dropdown-btn .label {
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
}

.icon.facebook {
	background: url(../images/face-book.svg) no-repeat center;
}

.social-card {
	display: none;
	padding: 0px 0;
	position: relative;
}

.social-card.active {
	display: block;
}

.dropdown-menu .icon {
	margin-top: 3px;
	margin-right: 5px;
}

.dropdown-btn .arrow {
	margin-left: 5px;
}
.social-slider {
	display: block;
	padding: 0px 54px;
}
.sld-box {
	float: left;
	
	background: url(../images/sld-bg.svg) no-repeat center;
	background-size: cover;
}
.image-box,.social-content-box {
	float: left;
	width: 100%;
}
.social-content-box {
	padding: 20px;
	min-height: 232px;
}
.social-content-box span {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
}
.social-content-box span .icon {
	margin-right: 3px;
}
.social-content-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 10px 0;
}
.social-content-box ul li {
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #A4A4A4;
	padding-right: 10px;
}
.social-content-box p,.social-content-box p a {
	margin-bottom: 0;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #000;
	text-align: center;
}
#slider-prev,#slider-prev1 {
	position: absolute;
	z-index: 2;
	top: 45%;
	left: -8px;
}
.bx-prev {
	width: 44px;
	height: 44px;
	float: left;
	background: url(../images/frv.png) no-repeat center;
	background-size: 100%;
	border-radius: 100%;
	margin-right: 10px;
}
#slider-next,#slider-next1 {
	position: absolute;
	z-index: 2;
	top: 45%;
	right: -8px;
}
.bx-next {
	width: 44px;
	height: 44px;
	float: left;
	background: url(../images/next.png) no-repeat center;
	background-size: 100%;
	border-radius: 100%;
	margin-left: 10px;
}
.bx-wrapper {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0 auto;
}

.ldf-carausel-wrap {
	display: block;
	padding: 20px;
}
.ldf-carausel-wrap h3 {
	display: block;
	font-family: 'TekoMedium';
	font-size: 30px;
	color: #DEB183;
	margin-bottom: 0px;
	line-height: 27px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}
.ldf-carausel-wrap h2 {
	font-family: 'TekoBold';
	font-size: 40px;
	color: #DEB183;
	line-height: 31px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.ldf-sld {
	display: block;
}
.ldf-sld .social-content-box p {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	line-height: 22px;
	padding: 0 10px;
}
.platform-dropdown {
  position: relative;
  z-index: 9;
}
.social-content-box p {
	margin-top: 5px;
}
.dropdown-menu {
  position: absolute;
  z-index: 99999;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 360px;
        margin: 1.75rem auto;
    }
}
.modal-content {
	background: #404040;
	border: none;
	border-radius: 20px;
	padding: 20px;
}
.form-group label {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #EF4C20;
	margin-bottom: 10px;
}
.form-group .form-control {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #5C8799;
	border-radius: 20px;
	padding: 15px;
}
.btn-submit {
	width: 100%;
	background: #EF4C20;
	padding: 20px;
	color: #FAFAFA;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 18px;
	border: none;
	border-radius: 50px;
	text-transform: capitalize;
	box-shadow: 3px 10px 18px 0px rgba(239,76,32,0.29);
-webkit-box-shadow: 3px 10px 18px 0px rgba(239,76,32,0.29);
-moz-box-shadow: 3px 10px 18px 0px rgba(239,76,32,0.29);
}
.btn-submit:hover {
	background: #6F1D1B;
}
.form-group {
	margin-bottom: 15px;
}

/* assam css*/
.bg-main {
	background: url(../images/main-background.png) no-repeat center;
	background-size: cover;
}
.btn-assam {
	background: #FFE77C;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 15px;
	border-radius: 30px;
	padding: 10px 30px;
	color: #19110E;
	border: none;
	text-transform: capitalize;
}
#expose-btn:hover,#expose-btn:focus {
	background: #A40000;
	color: #fff;
}
.scroll-next-wr {
	margin-top: 10px;
	cursor: pointer;
}
.scrol-top-text {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
}
.joinus-btn {
	background: #38051D;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	margin-top: 10px;
}
.car-header {
	display: block;
	font-family: 'TekoBold';
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}
.social-content-box h1 {
	font-family: 'TekoBold';
	color: #38051D;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
}
.ldf-carausel-wrap .image-box {
	width: 192px;
	float: none;
	    text-align: center;
    display: inline-block;
}
.ldf-carausel-wrap .sld-box {
	text-align: center;
}
.ldf-carausel-wrap .social-content-box {
	min-height: 167px;
	padding-top: 0;
}
.ldf-carausel-wrap .sld-box {
	background: url(../images/sld-bg-2.svg) no-repeat center;
}
.bg-white {
	background: #fff;
	position: relative;
}
.hand-logo {
	width: 320px;
}
.hlogowr {
	display: block;
	margin: 40% 0;
	margin-bottom: 50px!important;
}
.lor-p {
	display: block;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #000;
	line-height: 30px;
	padding: 50px 30px;
}
.footer-blue {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 0;
}
.footer-blue h3 {
	display: block;
	text-align: center;
	font-family: 'TekoBold';
	color: #2DA6DB;
	font-size: 35px;
	text-align: center;
	line-height: 32px;
	text-transform: uppercase;
}
.blue-strip {
	display: block;
	background: #2DA6DB;
	font-family: 'TekoMedium';
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.social-icowr {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.social-icowr li {
	display: inline-block;
}
.social-icowr li a {
	display: block;
	width: 24px;
}
.bg-white .toggle-nav {
	background: #2DA6DB;
}
.bg-white .toggle-nav a {
	color: #fff;
}
.bg-white .toggle-bg {
	background: #fff;
}
.bg-white .toggle-nav a.active {
	color: #000000;
}
#expose-btn {
	margin-bottom: 10px;
}
.bltext {
	color: #000;
}
.scbl {
	position: absolute;
	bottom: 30px;
	width: 100%;
}