<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Weny
Description: Coming Soon Template
Author: Bluminethemes
Theme URI: http://bluminethemes.com/preview/themeforest/html/weny/
Author URI: http://themeforest.net/user/Bluminethemes
Version: 1.0
*/

/*
Please use css/custom.css for your styles
*/

/* ==================================================================
 * Table of Contents:
 *
 * 1.0 - CSS Reset
 * 2.0 - Bootstrap fix for WinPhone 8 and IE10
 * 3.0 - Basic Document Styles
 * 4.0 - Typography
 * 5.0 - Basic Layout Styles
 * 6.0 - Preloader
 * 7.0 - Navigation
 * 8.0 - Sections Elements
 * 9.0 - Footer 
 * 10.0 - Elements
 * 		10.1 - Forms
 * 		10.2 - Icon Features
 * 		10.3 - Divider
 * 		10.4 - Spacing
 * 		10.5 - Progress Bars
 * 		10.6 - Countdown
 * 		10.7 - Social Icons
 * 		10.8 - Magnific Popup
 * 		10.9 - FlexSlider
 * 		10.10 - Fullpage
 * 		10.11 - Team
 * 11.0 - Buttons
 * 		11.1 - Default Buttons
 * 		11.2 - Button Styles
 * 		11.3 - Button Sizes
 * 		11.4 - Button Colours
 * 12.0 - Portfolio
 * 13.0 - Overlay Styles
 * 		13.1 - Background Color Styles
 * 		13.2 - Gradient Background Styles
 * 14.0 - Other
 * 15.0 - Helper Classes
 * 16.0 - Mobile
 * 17.0 - Responsive
================================================================== */


/* ==================================================================
	1.0 CSS Reset
================================================================== */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ==================================================================
	2.0 Bootstrap fix for WinPhone 8 and IE10 
================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/* ==================================================================
	3.0 Basic Document Styles
================================================================== */

body {
	color: #333;
	font-size: 14px;
        font-family:
        'M+ C Type-1 (basic latin) Regular',
        'M+ Type-1 (general-j) Regular', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	white-space: normal;
	position: relative;
}

.main-container {
	clear: both;
}

input,
select,
textarea { 
	font-size: 16px;
        font-family:
        'M+ C Type-1 (basic latin) Regular',
        'M+ Type-1 (general-j) Regular', sans-serif;
	font-style: normal;
	font-weight: 300;
}


/* ==================================================================
	4.0 Typography
================================================================== */

h1, h2, h3, h4, h5, h6 {
        font-family:
        'M+ C Type-1 (basic latin) Regular',
        'M+ Type-1 (general-j) Regular', sans-serif;
	font-weight: 300;
	margin-bottom: 15px;
	position: relative;
	color: #333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
}

h1 {
	font-size: 48px;
	line-height: 76px;
	font-weight: 200;
}

h2 {
	font-size: 40px;
	line-height: 54px;
}

h3 {
	font-size: 32px;
	line-height: 46px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
}

h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

h6 {
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
}

/* Heading Uppercase */
.heading-uppercase {
	font-weight: 400;
	text-transform: uppercase;
}

h1.heading-uppercase {
	letter-spacing: 10px;
	margin-right: -10px;
}

h2.heading-uppercase {
	letter-spacing: 7px;
	margin-right: -7px;
}

h3.heading-uppercase {
	letter-spacing: 7px;
	margin-right: -7px;
}

h4.heading-uppercase {
	letter-spacing: 2px;
	margin-right: -2px;
}

h5.heading-uppercase {
	font-weight: 600;
	letter-spacing: 2px;
	margin-right: -2px;
}

h6.heading-uppercase {
	font-weight: 700;
	letter-spacing: 2px;
	margin-right: -2px;
}

.section-title {
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 7px;
	margin-left: -7px !important;
}

p {
	margin-bottom: 20px;
}

p.lead {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

p:last-child {
	margin-bottom: 0px;
}

a {
	cursor: pointer;
	color: #2951d5;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover, a:focus {
	text-decoration: none;
	outline: 0;
	color: #2951d5;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

blockquote {
	overflow: hidden;
        font-family:
        'M+ C Type-1 (basic latin) Regular',
        'M+ Type-1 (general-j) Regular', sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
	background: #f5f5f5;
	padding: 32px;
	color: #777;
	font-weight: 300;
	margin-bottom: 20px;
	border-left: 5px solid #efefef;
}

blockquote.pull-right {
	margin: 5px 0 10px 20px;
	max-width: 300px;
}

blockquote.pull-left {
	margin: 5px 20px 10px 0;
	max-width: 370px;
}

address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
	margin-bottom: 30px;
}

pre {
	margin: 0;
	padding: 9.5px;
	color: #333;
	background-color: #f5f7f9;
	border: 1px solid #ccc;
	border-radius: 0px;
	text-align: left;
}

.thin {
font-family:'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'M+ Type-1 (general-j) Thin';
}

.light {
font-family:'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'M+ Type-1 (general-j) Light';
}

.regular {
font-family:'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'M+ Type-1 (general-j) Regular';
}

.medium {
font-family:'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'M+ Type-1 (general-j) Medium';
}

.bold {
font-family:'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'M+ Type-1 (general-j) Bold';
}

.heavy {
font-family:'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'M+ Type-1 (general-j) Heavy';
}

.black {
font-family:'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'M+ Type-1 (general-j) Black';
}

/* ==================================================================
	5.0 Basic Layout Styles
================================================================== */

body.video-background .overlay-video,
body.youtube-background .overlay-video,
body.youtube-multiple-background .overlay-video {
	background-color: #000;
}

.main-container {
	overflow: hidden;
	position: relative;
}

section,
.section {
	position: relative;
	overflow: hidden;
	padding: 90px 0;
}

.fullscreen-element {
	height: 100px; /* Fix */
}

.fullscreen-element .section-container,
.fullscreen-element .box-container {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.fullscreen-element .table-container {
	display: table-cell;
	vertical-align: middle;
}

.cover-background {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.image-background {
	-webkit-background-size: auto auto;
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: center;
}

.full-background {
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

.no-background {
	background-image: none !important;
	background-color: transparent !important;
}

.bg-center-left {
	background-position: center left;
}

.bg-center {
	background-position: center;
}

.bg-center-right {
	background-position: center right;
}

.bg-top-left {
	background-position: top left;
}

.bg-top-center {
	background-position: top center;
}

.bg-top-right {
	background-position: top right;
}

.bg-bottom-left {
	background-position: bottom left;
}

.bg-bottom-center {
	background-position: bottom center;
}

.bg-bottom-right {
	background-position: bottom right;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

video {
	max-width: 100%;
}

.video-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	background-color: #000; 
}

.video-wrapper video {
	position: absolute;
	top: 50%;
    left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
    width: auto;
    height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.player  {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.section-container {
	position: relative;
}

.text-left {
	text-align: left !important;
}

.text-right { 
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.text-white  {
	color: #fff !important;
}

.text-dark  {
	color: #333 !important;
}

.font-thin {
	font-weight: 100 !important;
}

.font-extralight {
	font-weight: 200 !important;
}

.font-light {
	font-weight: 300 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-semibold {
	font-weight: 600 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.font-extrabold {
	font-weight: 800 !important;
}

.font-ultrabold {
	font-weight: 900 !important;
}

.font-large {
	font-size: 72px;
	line-height: 80px;
}

.font-xlarge {
	font-size: 92px;
	line-height: 100px;
}

.font-italic {
	font-style: italic;
}

.clear {
	clear: both;
}

.csstransitions .animated,
.animated {
    visibility: hidden;
}

.csstransitions .visible {
    visibility: visible;
}

.video-container {
	width: 100%;
	height: 100%;
}

.position-relative {
	position: relative !important;
}

.height-auto {
	height: auto !important;
}

img {
	max-width: 100%;
	height: auto;
}


/* ==================================================================
	6.0 Preloader
================================================================== */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10001;
}

#loading-animation {
	width: 120px;
	height: 128px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(images/loading-animation.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -60px 0 0 -64px;
}


/* ==================================================================
	7.0 Navigation
================================================================== */
.navbar {
	max-width: 100%;
	min-height: 70px;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	z-index: 9900;
	top: 15px;
	left: 15px;
	right: 15px;
	background-color: rgba(255,255,255,0.07);
	border: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

body.fp-section-active .navbar {
	background-color: #fff;
}

.navbar-overlay {
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	height: 7px;
	background: #fff;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

body.fp-section-active .navbar-overlay {
	opacity: 0.21;
}

.navbar .container-fluid {
	padding: 0 21px 0;
}

.navbar-brand {
	height: 70px;
	line-height: 70px;
	padding: 0 21px;
	position: relative;
	overflow: hidden;
	background-color: rgba(255,255,255,0.07);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.navbar-brand&gt;img {
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.navbar-brand .logo-dark {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.navbar-brand .logo-light {
	position: relative;
	top: -2px;
}

body.fp-section-active .navbar-brand .logo-dark {
	visibility: visible;
	opacity: 1;
}

body.fp-section-active .navbar-brand .logo-light {
	visibility: hidden;
	opacity: 0;
}

.navbar-nav&gt;li&gt;a {
	padding-left: 0;
	padding-right: 0;
	margin: 0 15px;
	line-height: 40px;
	color: #fff;
	box-shadow: inset 0 -1px 0 transparent;
}

body.fp-section-active .navbar-nav&gt;li&gt;a {
	color: #333;
}

.navbar-nav&gt;li&gt;a:hover {
	opacity: 0.9;
}

.navbar-nav&gt;li&gt;a,
.navbar-nav&gt;li&gt;a:focus,
.navbar-nav&gt;li&gt;a:hover {
	background-color: transparent;
}

.navbar-nav&gt;li.active&gt;a {
	color: #fff;
	box-shadow: inset 0 -1px 0 #fff;
}

body.fp-section-active .navbar-nav&gt;li&gt;a:hover {
	color: #2951d5;
}

body.fp-section-active .navbar-nav&gt;li.active&gt;a {
	color: #2951d5;
	box-shadow: inset 0 -1px 0 #2951d5;
}

.navbar-toggle {
	border: 1px solid #333;
	border-radius: 0;
	margin-top: 18px;
}

.navbar-toggle .icon-bar {
	background-color: #333;
	border-radius: 0;
}

/* Dropdown */
.nav .open&gt;a,
.nav .open&gt;a:focus,
.nav .open&gt;a:hover {
	background-color: transparent;
    border-color: transparent;
}

.navbar .fa.fa-angle-down {
	margin-left: 7px;
}

.dropdown-menu {
	min-width: 190px;
	padding: 0;
	border: 1px solid #e5e7e9;
	border-radius: 0;
	box-shadow: 0 0 0 transparent;
}

.dropdown-menu&gt;li&gt;a {
	display: block;
	padding: 10px 17px;
	line-height: 21px;
	color: #777;
	font-size: 13px;
        'M+ C Type-1 (basic latin) Regular',
        'M+ Type-1 (general-j) Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dropdown-submenu{
	position: relative;
}

.navbar .dropdown-submenu&gt;.dropdown-menu{
	top: -1px;
	left: 100%;
	margin-top: 0;
	margin-left: -1px;
}

.dropdown-menu&gt;li&gt;a:focus,
.dropdown-menu&gt;li&gt;a:hover,
.dropdown-menu .open &gt; a.dropdown-toggle {
	background-color: #f5f7f9;
}

.dropdown-submenu&gt;a::after {
    content: "\f105";
    font: normal normal normal 14px/21px FontAwesome;
    display: inline-block;
    border: 0;
    margin: 0;
    position: absolute;
    right: 15px;
}

.dropdown-submenu&gt;.dropdown-menu.menu-pos-invert {
	left: auto;
	right: 100%;
}

/* ==================================================================
	8.0 Sections Elements
================================================================== */

/* Page Title */
.page-title {
	z-index: 100;
	bottom: 100px;
	left: 85px;
}

.page-title h2 {
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	background-size: 8% 6px;
	padding: 0px 0px 20px 0px;
	margin: 0;
}

.page-title h2:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 4px;
	background: #fff;
	bottom: 0;
	left: 0;
}

.page-title h4 {
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 0;
}

.equal-section {
	padding: 0 !important;
}

.equal-section .equal-cols-container {
	padding: 0;
}

.equal-section .equal-row {
	margin: 0;
}

.equal-section .equal-col {
	padding: 90px 0;
	position: relative;
	overflow: hidden;
}

.equal-col-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 0;
}

.equal-col-container {
	display: table-cell;
	vertical-align: middle;
}

.equal-col-content {
	max-width: 960px;
	padding: 0 15px;
	margin: 0 auto;
}

.section.equal-border {
	padding-top: 96px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.section.equal-border .section-container {
	padding-top: 75px;
	padding-bottom: 75px;
}

.section.equal-border .section-container .table-container {
	position: relative;
	z-index: 1;
}

.section.equal-border .section-container .overlay  {
	z-index: 0;
}


/* ==================================================================
	9.0 Footer
================================================================== */

.site-footer {
	left: 0;
	right: 0;
	position: fixed;
	bottom: 0;
	background: transparent;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

body.fp-section-active .site-footer{
	bottom: -100px;
}

.site-footer .container,
.site-footer .container-fluid {
	position: relative;
	overflow: hidden;
}

.copyright {
	line-height: 50px;
	position: relative;
	overflow: hidden;
	padding: 0;
	color: #fff;
}

.site-footer .copyright,
.site-footer .social-icon i {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease-;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


/*==================================================================
	10.0 Elements
================================================================== */
	
/*	10.1 Forms
-------------------------------------------------------------- */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #575757; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #575757; }

input.placeholder, textarea.placeholder { color: #575757; }

input[placeholder] { text-overflow: ellipsis; }

::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */

input:-moz-placeholder { text-overflow: ellipsis; }

.form {
	position: relative;
	overflow: hidden;
}

.success-message,
.error-message {
	padding-top: 10px;
	color: #333;	
	font-size: 14px;
	font-weight: 300;
	display: none;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

/* WebKit browsers */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #575757;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #575757;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #575757; 
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #575757;
}

textarea.form-control {
	height: auto !important;
}

.form-control {
	height: 40px;
	padding: 9px 16px;
	border-width: 1px;
	border-style: solid;
	border-color: #c5c7c9;
	color: inherit;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

.form-control.border-bottom {
	border-radius: 0 !important;
	border-left: none;
	border-right: none;
	border-top: none;
}

.form-control:focus {
	border-color: #c5c7c9;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-control.focus-select:focus {
	border-color: #2951d5;
}

.form-control.border-bottom:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #575757;
}

.form-control:-ms-input-placeholder {
	color: #575757;
}

.form-control::-webkit-input-placeholder {
	color: #575757;
}

.form-control,
.normal-selectbox,
.large-selectbox {
	margin-bottom: 25px;
}

label.input-desc {
	font-size: 14px;
	font-weight: 600;
        'M+ C Type-1 (basic latin) Regular',
        'M+ Type-1 (general-j) Regular', sans-serif;
	text-transform: uppercase;
	margin-bottom: 7px;
}

select option {
	line-height: 30px;
}

.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

/* Checkboxed and Radios */
input[type="radio"],
input[type="checkbox"] {
	margin-top: 7px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin-left: -22px;
}

.radio label,
.checkbox label,
.radio-inline, 
.checkbox-inline {
	padding-left: 22px;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-left: 15px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #f5f7f9;
}

.input-border-bottom.form-control {
	border-radius: 0 !important;
}

.input-border-bottom.form-control {
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	transition: border 0.5s ease;
	-webkit-transition: border 0.5s ease;
	background-color: transparent;
}

.input-border-bottom.form-control:focus {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.input-border-bottom.form-control {
	transition: padding 0.5s;
	-webkit-transition: padding 0.5s;
}

.input-border-bottom.form-control:focus {
	padding-left: 0;
}

/* Input Border Dark Style */
.form-control.border-dark {
	border-color: #000;
	background-color: transparent;
	color: #575757;
}

.form-control.border-dark::-moz-placeholder {
	color: #575757;
}

.form-control.border-dark:-ms-input-placeholder {
	color: #575757;
}

.form-control.border-dark::-webkit-input-placeholder {
	color: #575757;
}

.form-control.border-dark:focus {
	border-color: #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
}

/* Input Border White Style */
.form-control.border-white {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.form-control.border-white::-moz-placeholder {
	color: #fff;
}

.form-control.border-white:-ms-input-placeholder {
	color: #fff;
}

.form-control.border-white::-webkit-input-placeholder {
	color: #fff;
}

.form-control.border-white:focus {
	border-color: #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
}


/*	10.2 Icon Features
-------------------------------------------------------------- */
.icon-box,
.icon-box-2 {
	position: relative;
	overflow: hidden;
}

.icon-box.no-background .overlay,
.icon-box-2.no-background .overlay {
	z-index: -1;
}

.icon-box h3,
.icon-box-2 h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

/* Style 1 */
.icon-box {
	text-align: left;
	margin-bottom: 30px;
}

.icon-box.icon-box-right {
	text-align: right;
}

.icon-box .icon-box-icon {
	position: absolute;
	top: 0;
	left: 0;
    font-size: 50px;
    color: #2951d5;
	float: left;
	width: 60px;
	text-align: left;
	padding-left: 1px;
}

.icon-box.icon-box-right .icon-box-icon {
	right: 0;
	left: auto;
	padding-left: 0;
	text-align: right;
}

.icon-box.large .icon-box-icon {
    font-size: 72px;
	width: 82px;
}

.icon-box .icon-box-text {
	margin-left: 70px;
}

.icon-box.icon-box-right .icon-box-text {
	margin-left: 0;
	margin-right: 70px;
}

.icon-box.large .icon-box-text {
	margin-left: 100px;
}

.icon-box.large.icon-box-right .icon-box-text {
	margin-left: 0;
	margin-right: 100px;
}

.icon-box h3 {
	font-size: 21px;
	margin-bottom: 10px;
	line-height: 40px;
}

/* Style 2 */
.icon-box-2 .icon-box-icon {
	font-size: 64px;
	line-height: 74px;
	color: #2951d5;
	position: relative;
	margin-bottom: 10px;
	z-index: 10;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}


/* 10.3 - Divider
-------------------------------------------------------------------*/
.divider {
	display: block;
	margin: 20px 0;
	width: 100%;
	position: relative;
	height: 5px;
}

.divider span,
.divider::before,
.divider::after {
	height: 1px;
	margin: 0 auto;
	background-color: #e5e7e9;
}

.divider span {
	display: block;
	position: relative;
	width: 54px;
	top: 2px;
}

.divider::before,
.divider::after {
	content: '';
	position: absolute;
	width: 20px;
	left: 0;
	right: 0;
}

.divider::before {
	top: 0;
	width: 37px;
}

.divider::after {
	top: 4px;
}

.divider.divider-left span,
.divider.divider-left::before,
.divider.divider-left::after {
	margin: 0;
}

.divider.divider-right span,
.divider.divider-right::before,
.divider.divider-right::after {
	margin: 0;
	left: auto;
	float: right;
}

.divider.divider-light span,
.divider.divider-light::before,
.divider.divider-light::after {
	background-color: #fff;
}

.divider.divider-dark span,
.divider.divider-dark::before,
.divider.divider-dark::after {
	background-color: #333;
}

/* 10.4 - Spacing
-------------------------------------------------------------------*/

/* Margin */
.margincenter {
	margin-left: auto;
	margin-right: auto;
}

.nomargin {
	margin: 0 !important;
}

.margin-10 {
	margin: 10px;
}

.margin-20 {
	margin: 20px;
}

.margin-30 {
	margin: 30px;
}

/* Margin Left */
.noleftmargin {
	margin-left: 0 !important;
}

.marginleft-10 {
	margin-left: 10px !important;
}

.marginleft-20 {
	margin-left: 20px !important;
}

.marginleft-30 {
	margin-left: 30px !important;
}

/* Margin Right */
.norightmargin {
	margin-right: 0 !important;
}

.marginright-10 {
	margin-right: 10px !important;
}

.marginright-20 {
	margin-right: 20px !important;
}

.marginright-30 {
	margin-right: 30px !important;
}

/* Margin Bottom */
.nobottommargin {
	margin-bottom: 0 !important;
}

.marginbottom-10 {
	margin-bottom: 10px;
}

.marginbottom-20 {
	margin-bottom: 20px;
}

.marginbottom-30 {
	margin-bottom: 30px;
}

.marginbottom-40 {
	margin-bottom: 40px;
}

.marginbottom-50 {
	margin-bottom: 50px;
}

.marginbottom-60 {
	margin-bottom: 60px;
}

.marginbottom-70 {
	margin-bottom: 70px;
}

.marginbottom-80 {
	margin-bottom: 80px;
}

.marginbottom-90 {
	margin-bottom: 90px;
}

.marginbottom-100 {
	margin-bottom: 100px;
}

/* Margin Top */
.notopmargin {
	margin-top: 0 !important;
}

.margintop-10 {
	margin-top: 10px;
}

.margintop-20 {
	margin-top: 20px;
}

.margintop-30 {
	margin-top: 30px;
}

.margintop-40 {
	margin-top: 40px;
}

.margintop-50 {
	margin-top: 50px;
}

.margintop-60 {
	margin-top: 60px;
}

.margintop-70 {
	margin-top: 70px;
}

.margintop-80 {
	margin-top: 80px;
}

.margintop-90 {
	margin-top: 90px;
}

.margintop-100 {
	margin-top: 100px !important;
}

/* Padding */
.nopadding {
	padding: 0 !important;
}

.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

/* Padding Left */
.noleftpadding {
	padding-left: 0 !important;
}

.paddingleft-10 {
	padding-left: 10px;
}

.paddingleft-20 {
	padding-left: 20px;
}

.paddingleft-30 {
	padding-left: 30px;
}

/* Padding Right */
.norightpadding {
	padding-right: 0 !important;
}

.paddingright-10 {
	padding-right: 10px;
}

.paddingright-20 {
	padding-right: 20px;
}

.paddingright-30 {
	padding-right: 30px;
}

/* Padding Top */
.notoppadding {
	padding-top: 0 !important;
}

.paddingtop-10 {
	padding-top: 10px;
}

.paddingtop-20 {
	padding-top: 20px;
}

.paddingtop-30 {
	padding-top: 30px;
}

.paddingtop-40 {
	padding-top: 40px;
}

.paddingtop-50 {
	padding-top: 50px;
}

.paddingtop-60 {
	padding-top: 60px;
}

.paddingtop-70 {
	padding-top: 70px;
}

.paddingtop-80 {
	padding-top: 80px;
}

.paddingtop-90 {
	padding-top: 90px;
}

.paddingtop-100 {
	padding-top: 100px;
}

.paddingtop-150 {
	padding-top: 150px;
}

.paddingtop-170 {
	padding-top: 170px;
}

.paddingtop-200 {
	padding-top: 200px;
}

/* Padding Bottom */
.nobottompadding {
	padding-bottom: 0 !important;
}

.paddingbottom-10 {
	padding-bottom: 10px;
}

.paddingbottom-20 {
	padding-bottom: 20px;
}

.paddingbottom-30 {
	padding-bottom: 30px;
}

.paddingbottom-40 {
	padding-bottom: 40px;
}

.paddingbottom-50 {
	padding-bottom: 50px;
}

.paddingbottom-60 {
	padding-bottom: 60px;
}

.paddingbottom-70 {
	padding-bottom: 70px;
}

.paddingbottom-75 {
	padding-bottom: 75px;
}

.paddingbottom-80 {
	padding-bottom: 80px;
}

.paddingbottom-90 {
	padding-bottom: 90px;
}

.paddingbottom-100 {
	padding-bottom: 100px;
}

.paddingbottom-150 {
	padding-bottom: 150px;
}

.paddingbottom-170 {
	padding-bottom: 170px;
}

.paddingbottom-200 {
	padding-bottom: 200px;
}

/* Mobile Spacing - Small Devices - Tablets 768px and up to 992px */
@media (max-width: 991px) {

	.sm-margincenter {
		margin-left: auto;
		margin-right: auto;
	}

	.sm-nomargin {
		margin: 0 !important;
	}

	.sm-m-10 {
		margin: 10px;
	}

	.sm-m-15 {
		margin: 15px;
	}

	.sm-m-20 {
		margin: 20px;
	}

	.sm-m-25 {
		margin: 25px;
	}

	.sm-m-30 {
		margin: 30px;
	}

	/* Margin Left */
	.sm-noleftmargin {
		margin-left: 0 !important;
	}
	
	.sm-mr-10 {
		margin-left: 10px;
	}

	.sm-mr-20 {
		margin-left: 20px;
	}

	.sm-mr-30 {
		margin-left: 30px;
	}

	.sm-mr-40 {
		margin-left: 40px;
	}

	.sm-mr-50 {
		margin-left: 50px;
	}

	/* Margin Right */
	.sm-norightmargin {
		margin-right: 0 !important;
	}

	.sm-mr-10 {
		margin-right: 10px;
	}

	.sm-mr-20 {
		margin-right: 20px;
	}

	.sm-mr-30 {
		margin-right: 30px;
	}

	.sm-mr-40 {
		margin-right: 40px;
	}

	.sm-mr-50 {
		margin-right: 50px;
	}

	/* Margin Bottom */
	.sm-nobottommargin {
		margin-bottom: 0 !important;
	}

	.sm-mb-10 {
		margin-bottom: 10px;
	}

	.sm-mb-20 {
		margin-bottom: 20px;
	}

	.sm-mb-30 {
		margin-bottom: 30px;
	}

	.sm-mb-40 {
		margin-bottom: 40px;
	}

	.sm-mb-50 {
		margin-bottom: 50px;
	}
	
	.sm-mb-60 {
		margin-bottom: 60px;
	}

	.sm-mb-70 {
		margin-bottom: 70px;
	}

	.sm-mb-80 {
		margin-bottom: 80px;
	}

	.sm-mb-90 {
		margin-bottom: 90px;
	}

	.sm-mb-100 {
		margin-bottom: 100px;
	}

	/* Margin Top */
	.sm-notopmargin {
		margin-top: 0 !important;
	}

	.sm-mt-10 {
		margin-top: 10px;
	}

	.sm-mt-20 {
		margin-top: 20px;
	}

	.sm-mt-30 {
		margin-top: 30px;
	}

	.sm-mt-40 {
		margin-top: 40px;
	}

	.sm-mt-50 {
		margin-top: 50px;
	}

	.sm-mt-60 {
		margin-top: 60px;
	}

	.sm-mt-70 {
		margin-top: 70px;
	}

	.sm-mt-80 {
		margin-top: 80px;
	}

	.sm-mt-90 {
		margin-top: 90px;
	}

	.sm-mt-100 {
		margin-top: 100px;
	}

	/* Padding */
	.sm-nopadding {
		padding: 0 !important;
	}

	.sm-p-10 {
		padding: 10px;
	}

	.sm-p-15 {
		padding: 15px;
	}

	.sm-p-20 {
		padding: 20px;
	}

	.sm-p-25 {
		padding: 25px;
	}

	.sm-p-30 {
		padding: 30px;
	}

	/* Padding Left */
	.sm-noleftpadding {
		padding-left: 0 !important;
	}
	
	.sm-pl-10 {
		padding-left: 10px;
	}

	.sm-pl-20 {
		padding-left: 20px;
	}

	.sm-pl-30 {
		padding-left: 30px;
	}

	/* Padding Right */
	.sm-norightpadding {
		padding-right: 0 !important;
	}

	.sm-pr-10 {
		padding-right: 10px;
	}

	.sm-pr-20 {
		padding-right: 20px;
	}

	.sm-pr-30 {
		padding-right: 30px;
	}

	/* Padding Top */
	.sm-notoppadding {
		padding-top: 0 !important;
	}

	.sm-pt-10 {
		padding-top: 10px;
	}

	.sm-pt-20 {
		padding-top: 20px;
	}

	.sm-pt-30 {
		padding-top: 30px;
	}

	.sm-pt-40 {
		padding-top: 40px;
	}

	.sm-pt-50 {
		padding-top: 50px;
	}

	.sm-pt-60 {
		padding-top: 60px;
	}

	.sm-pt-70 {
		padding-top: 70px;
	}

	.sm-pt-80 {
		padding-top: 80px;
	}

	.sm-pt-90 {
		padding-top: 90px;
	}

	.sm-pt-100 {
		padding-top: 100px;
	}

	/* Padding Bottom */
	.sm-nobottompadding {
		padding-bottom: 0 !important;
	}

	.sm-pb-10 {
		padding-bottom: 10px;
	}

	.sm-pb-20 {
		padding-bottom: 20px;
	}

	.sm-pb-30 {
		padding-bottom: 30px;
	}

	.sm-pb-40 {
		padding-bottom: 40px;
	}

	.sm-pb-50 {
		padding-bottom: 50px;
	}

	.sm-pb-60 {
		padding-bottom: 60px;
	}

	.sm-pb-70 {
		padding-bottom: 70px;
	}

	.sm-pb-80 {
		padding-bottom: 80px;
	}

	.sm-pb-90 {
		padding-bottom: 90px;
	}

	.sm-pb-100 {
		padding-bottom: 100px;
	}
	
}


/*	10.5 Progress Bars
-------------------------------------------------------------- */
.progress {
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	background-color: transparent;
}

.progress .title {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.progress-bar {
	 -webkit-box-shadow: none;
	box-shadow: none;
}

/* Style 1 */
.progress-1 {
	background-color: #f5f7f9;
}

.progress-1 .progress-bar {
	line-height: 36px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #2951d5;
}

.progress-1 .title {
	line-height: 36px;
	margin-bottom: 0;
	text-align: right;
	padding-right: 12px;
}

/* Style 2 */
.progress-2 .bar {
	height: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #f5f7f9;
}

.progress-2 .progress-bar {
	background-color: #2951d5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}


/*	10.6 Countdown
-------------------------------------------------------------- */
.countdown {
	color: #fff;
	overflow: hidden;
}

.countdown .counter-container {
	margin: 0;
}

.countdown .counter-box {
	display: block;
	width: auto;
	text-align: left;
	overflow: hidden;
	padding: 10px 0;
	float: left;
	margin: 0;
	margin-right: 25px;
	margin-bottom: 20px;
	position: relative;
}

.countdown .number {
	font-size: 80px;
	text-align: left;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0px;
}

.countdown span {
	display: block;
	font-size: 18px;
	text-align: left;
        'M+ C Type-1 (basic latin) Regular',
        'M+ Type-1 (general-j) Regular', sans-serif;
	font-weight: 400;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}

.countdown span::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 21px;
	height: 1px;
	background: #fff;
	overflow: hidden;
}

.countdown.text-dark span::before {
	color: #333;
}


/*	10.7 Social Icons
-------------------------------------------------------------- */
.socials-icons {
	margin: 0;
	height: 40px;
}

.socials-icons ul  {
	margin: 0;
	text-align: center;
	display: block;
}

.socials-icons.pull-center ul  {
	margin: 0 auto;
	text-align: center;
	display: table;
}
	
.socials-icons li {
	margin: 0;
	display: block;
	float: left;
}

/* Icons */
.social-icon {
	display: block;
	float: left;
	margin: 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 38px!important;
	color: #fff;
	overflow: hidden;
	text-align: center;
}

.social-icon:last-child {
	margin-right: 0;
}

.social-icon i {
	color: #fff;
}

.social-icon:hover,
.social-icon:hover i {
	color: #fff;
}


/*	10.8 Magnific Popup
-------------------------------------------------------------- */
.mfp-wrap {
	z-index: 9990 !important;
}

.mfp-bg {
	z-index: 9989 !important;
}

button.mfp-close,
button.mfp-arrow {
	z-index: 9999 !important;
}

/* Modal */
.modal {
	z-index: 9999;
}

.mfp-modal {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 840px;
	margin: 20px auto;
}

.mfp-modal.mfp-modal-small {
	max-width: 430px;
}

.mfp-modal-title {
	margin: 0;
	padding: 15px 20px;
	background: #f5f7f9;
	border-bottom: 1px solid #e5e7e9;
}

.mfp-modal-content {
	padding: 20px;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.mfp-modal-footer {
	margin: 0;
	padding: 15px 20px;
	border-top: 1px solid #e5e7e9;
}

.mfp-modal .overlay {
	z-index: 0;
}

.mfp-modal .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	font-size: 24px;
}

.mfp-close i {
	position: relative;
	z-index: -1;
}

.mfp-modal .mfp-close:active {
    top: 0;
}

.mfp-close-btn-in  .mfp-close-btn-white .mfp-close {
	color: #fff;
}

/* Overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/*	10.9 FlexSlider
-------------------------------------------------------------- */
.text-slider {
	margin: 0;
	background: transparent;
	position: relative;
	zoom: 1;
}

.text-slider .slides {
	position: relative;
	overflow: hidden;
}

/* Direction nav */
.text-slider .flex-direction-nav {
	display: none;
}

/* Text Slider */
.text-slider  {
	padding-top: 47px;
	margin-bottom: 40px;
}

.text-slider .flex-control-nav {
	top: 0;
	bottom: auto;
	text-align: left;
}

.text-slider .flex-control-nav li:first-child {
	margin-left: 0;
}

.text-slider .flex-control-paging li a {
	width: 7px;
    height: 7px;
	background: #fff;
	-webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
	opacity: 0.7;
	border-radius: 0;
}

.text-slider .flex-control-paging li a:hover {
	background: #fff;
	opacity: 0.8;
}

.text-slider .flex-control-paging li a.flex-active {
	background: #fff;
	opacity: 1;
}


/*	10.10 Fullpage
-------------------------------------------------------------- */
.fp-section {
	overflow: hidden;
}

.bt-section .section::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background-color: #fff;
	z-index: -100;
}

.bt-section:first-child .section::before {
	background-color: transparent;
}

.fp-section .fp-controlArrow {
	margin-top: 0;
	top: auto;
	bottom: 15px;
}

.fp-section .fp-controlArrow.fp-prev,
.fp-section .fp-controlArrow.fp-next {
	border-width: 0;
	border-color: transparent;
	overflow: hidden;
	box-shadow: inset 0 0 0 rgba(255,255,255,0.21);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fp-section .fp-controlArrow,
.fp-section .fp-controlArrow.fp-prev {
	width: 50px;
	height: 50px;
	background-color: transparent;
}

.fp-section .fp-controlArrow.fp-prev {
	border-right-width: 2px;
	border-right-color: #fff;
}

.fp-section .fp-controlArrow.fp-next {
	border-left-width: 2px;
	border-left-color: #fff;
}

.fp-section .fp-controlArrow.fp-prev::before,
.fp-section .fp-controlArrow.fp-next::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	background: rgba(255,255,255,0.07);
}

.fp-section .fp-controlArrow.fp-prev::before {
	content: '\f104';
}

.fp-section .fp-controlArrow.fp-next::before {
	content: '\f105';
}

.fp-section .fp-controlArrow.fp-prev:hover {
	box-shadow: inset -70px 0 0 rgba(255,255,255,0.21);
}

.fp-section .fp-controlArrow.fp-next:hover {
	box-shadow: inset 70px 0 0 rgba(255,255,255,0.21);
}

.fp-section #fp-nav ul li a span,
.fp-section .fp-slidesNav ul li a span {
	border-radius: 0;
	background: #fff;
}

.fp-section #fp-nav ul li a.active span,
.fp-section #fp-nav ul li:hover a.active span,
.fp-section .fp-slidesNav ul li a.active span,
.fp-section .fp-slidesNav ul li:hover a.active span {
	border-radius: 0;
}

.fp-section .fp-slidesNav.bottom {
	bottom: 15px;
    left: 80px;
    right: 80px;
    margin: 0 !important;
    overflow: hidden;
	min-height: 50px;
}

.fp-section .fp-slidesNav ul {
	display: table;
	margin: 0 auto;
	margin-top: 11px;
	position: relative;
}

.fp-section .fp-slidesNav ul li {
	display: block;
	float: left;
	height: 14px;
}

.fp-section .fp-slidesNav ul::before,
.fp-section .fp-slidesNav ul::after {
	content: '';
	position: absolute;
	bottom: 50%;
	margin-bottom: -1px;
	height: 2px;
	background: #fff;
}

.fp-section .fp-slidesNav ul::before {
	left: -1000%;
	right: 100%;
	margin-right: 7px;
}

.fp-section .fp-slidesNav ul::after {
	left: 100%;
	right: -1000%;
	margin-left: 7px;
}


/*	10.11 Profile Card
-------------------------------------------------------------- */
.profile-card {
	position: relative;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.profile-card .user-image {
	position: relative;
	display: table;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.user-image img {
	display: block;
	margin: 0 auto;
	width: 120px !important;
	height: 120px !important;
}

.profile-card .user-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

.profile-card .user-image::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 21px;
	height: 21px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

.profile-card .name,
.profile-card .user-image::before,
.profile-card .user-image::after {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.profile-card:hover .user-image::before,
.profile-card:hover .user-image::after {
	width: 37px;
	height: 37px;
	border-color: #2196f3;
}

.profile-card .role {
	margin-bottom: 10px;
	font-size: 14px;
	font-style: italic;
}

.profile-card .name {
	margin: 0;
}

.profile-card:hover .name {
	color: #2196f3;
}

.profile-card .socials-icons ul {
	display: table;
	margin: 0 auto;
}

.profile-card .desc {
	margin-bottom: 0;
}


/* ==================================================================
	11.0 Buttons
================================================================== */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.button:focus {
	outline: none;
	outline-offset: 0px;
	text-decoration: none;
}

.buttons-group {
	margin: 0px -10px;
}

.buttons-group a,
.buttons-group button {
	margin: 10px 10px;
}

.button-fullwidth {
	width: 100%;
}

a.button-image:hover {
	opacity: 0.87;
}

/*	11.1 Default Buttons
	-------------------------------------------------------------- */
.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: 0;
	outline-offset: 0;
	white-space: nowrap;
	margin: 5px;
	padding: 0 27px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #2951d5;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.button i {
	color: #fff;
	position: relative;
	line-height: 1;
	margin-right: 5px;
}

.button:hover,
.button:focus {
	color: #fff;
	opacity: .87;
}

.button:hover i,
.button:focus i {
	color: #fff;
}

.button.icon-right i {
	margin: 0 0 0 5px;
}

/*	11.2  Button Styles
	-------------------------------------------------------------- */
.button.button-link {
	background-color: transparent !important;
	border-color: transparent !important;
}

.button.button-link,
.button.button-link i {
	color: #2951d5;
}

.button.button-modern {
	background-color: transparent;
	color: #2951d5;
	border-radius: 0 !important;
}

.button.button-modern.alternative {
	border: 1px solid #2951d5;
	line-height: 38px;
}

.button.button-modern:hover,
.button.button-modern:focus {
	opacity: 1;
}

.button.button-modern i,
.button.button-modern:hover,
.button.button-modern:hover i {
	color: #2951d5;
}

.button.button-modern::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 20px;
	border-top: 1px solid #2951d5;
	border-left: 1px solid #2951d5;
}

.button.button-modern::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 20px;
	border-bottom: 1px solid #2951d5;
	border-right: 1px solid #2951d5;
}

.button.button-modern::before,
.button.button-modern::after {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.button.button-modern:hover::before,
.button.button-modern:hover::after {
	width: 100%;
	height: 100%;
}

/*	11.3 Button Sizes
	-------------------------------------------------------------- */
.button.button-mini {
	padding: 0 19px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}

.button.button-modern.alternative.button-mini {
	line-height: 24px;
}

.button.button-small {
	padding: 0 22px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}

.button.button-modern.alternative.button-small {
	line-height: 32px;
}

.button.button-large {
	padding: 0 31px;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}

.button.button-modern.alternative.button-large {
	line-height: 44px;
}

.button.button-xlarge {
	padding: 0 37px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px;
}

.button.button-modern.alternative.button-xlarge {
	line-height: 50px;
}

/*	11.4 Button Colours
	-------------------------------------------------------------- */	

/* Red */
.button.button-red {
	background-color: #dd4b39;
}

.button.button-red.button-modern,
.button.button-red.button-modern.alternative {
	background-color: transparent;
}

.button.button-red.button-modern.alternative,
.button.button-red.button-modern::before,
.button.button-red.button-modern::after {
	border-color: #dd4b39;
}

.button.button-red.button-link,
.button.button-red.button-link i,
.button.button-red.button-modern,
.button.button-red.button-modern i,
.button.button-red.button-modern:hover,
.button.button-red.button-modern:hover i {
	color: #dd4b39;
}

/* Pink */
.button.button-pink {
	background-color: #e91e63;
}

.button.button-pink.button-modern,
.button.button-pink.button-modern.alternative {
	background-color: transparent;
}

.button.button-pink.button-modern.alternative,
.button.button-pink.button-modern::before,
.button.button-pink.button-modern::after {
	border-color: #e91e63;
}

.button.button-pink.button-link,
.button.button-pink.button-link i,
.button.button-pink.button-modern,
.button.button-pink.button-modern i,
.button.button-pink.button-modern:hover,
.button.button-pink.button-modern:hover i {
	color: #e91e63;
}

/* Purple */
.button.button-purple {
	background-color: #9c27b0;
}

.button.button-purple.button-modern,
.button.button-purple.button-modern.alternative {
	background-color: transparent;
}

.button.button-purple.button-modern.alternative,
.button.button-purple.button-modern::before,
.button.button-purple.button-modern::after {
	border-color: #9c27b0;
}

.button.button-purple.button-link,
.button.button-purple.button-link i,
.button.button-purple.button-modern,
.button.button-purple.button-modern i,
.button.button-purple.button-modern:hover,
.button.button-purple.button-modern:hover i {
	color: #9c27b0;
}

/* Indigo */
.button.button-indigo {
	background-color: #2951d5;
}

.button.button-indigo.button-modern,
.button.button-indigo.button-modern.alternative {
	background-color: transparent;
}

.button.button-indigo.button-modern.alternative,
.button.button-indigo.button-modern::before,
.button.button-indigo.button-modern::after {
	border-color: #2951d5;
}

.button.button-indigo.button-link,
.button.button-indigo.button-link i,
.button.button-indigo.button-modern,
.button.button-indigo.button-modern i,
.button.button-indigo.button-modern:hover,
.button.button-indigo.button-modern:hover i {
	color: #2951d5;
}

/* Blue */
.button.button-blue {
	background-color: #2196f3;
}

.button.button-blue.button-modern,
.button.button-blue.button-modern.alternative {
	background-color: transparent;
}

.button.button-blue.button-modern.alternative,
.button.button-blue.button-modern::before,
.button.button-blue.button-modern::after {
	border-color: #2196f3;
}

.button.button-blue.button-link,
.button.button-blue.button-link i,
.button.button-blue.button-modern,
.button.button-blue.button-modern i,
.button.button-blue.button-modern:hover,
.button.button-blue.button-modern:hover i {
	color: #2196f3;
}

/* Cyan */
.button.button-cyan {
	background-color: #00bcd4;
}

.button.button-cyan.button-modern,
.button.button-cyan.button-modern.alternative {
	background-color: transparent;
}

.button.button-cyan.button-modern.alternative,
.button.button-cyan.button-modern::before,
.button.button-cyan.button-modern::after {
	border-color: #00bcd4;
}

.button.button-cyan.button-link,
.button.button-cyan.button-link i,
.button.button-cyan.button-modern,
.button.button-cyan.button-modern i,
.button.button-cyan.button-modern:hover,
.button.button-cyan.button-modern:hover i {
	color: #00bcd4;
}

/* Teal */
.button.button-teal {
	background-color: #80CBC4;
}

.button.button-teal.button-modern,
.button.button-teal.button-modern.alternative {
	background-color: transparent;
}

.button.button-teal.button-modern.alternative,
.button.button-teal.button-modern::before,
.button.button-teal.button-modern::after {
	border-color: #80CBC4;
}

.button.button-teal.button-link,
.button.button-teal.button-link i,
.button.button-teal.button-modern,
.button.button-teal.button-modern i,
.button.button-teal.button-modern:hover,
.button.button-teal.button-modern:hover i {
	color: #80CBC4;
}

/* Green */
.button.button-green {
	background-color: #8bc34a;
}

.button.button-green.button-modern,
.button.button-green.button-modern.alternative {
	background-color: transparent;
}

.button.button-green.button-modern.alternative,
.button.button-green.button-modern::before,
.button.button-green.button-modern::after {
	border-color: #8bc34a;
}

.button.button-green.button-link,
.button.button-green.button-link i,
.button.button-green.button-modern,
.button.button-green.button-modern i,
.button.button-green.button-modern:hover,
.button.button-green.button-modern:hover i {
	color: #8bc34a;
}

/* Lime */
.button.button-lime {
	background-color: #cddc39;
}

.button.button-lime.button-modern,
.button.button-lime.button-modern.alternative {
	background-color: transparent;
}

.button.button-lime.button-modern.alternative,
.button.button-lime.button-modern::before,
.button.button-lime.button-modern::after {
	border-color: #cddc39;
}

.button.button-lime.button-link,
.button.button-lime.button-link i,
.button.button-lime.button-modern,
.button.button-lime.button-modern i,
.button.button-lime.button-modern:hover,
.button.button-lime.button-modern:hover i {
	color: #cddc39;
}

/* Yellow */
.button.button-yellow {
	background-color: #ffeb3b;
}

.button.button-yellow.button-modern,
.button.button-yellow.button-modern.alternative {
	background-color: transparent;
}

.button.button-yellow.button-modern.alternative,
.button.button-yellow.button-modern::before,
.button.button-yellow.button-modern::after {
	border-color: #ffeb3b;
}

.button.button-yellow.button-link,
.button.button-yellow.button-link i,
.button.button-yellow.button-modern,
.button.button-yellow.button-modern i,
.button.button-yellow.button-modern:hover,
.button.button-yellow.button-modern:hover i {
	color: #ffeb3b;
}

/* Amber */
.button.button-amber {
	background-color: #ffc107;
}

.button.button-amber.button-modern,
.button.button-amber.button-modern.alternative {
	background-color: transparent;
}

.button.button-amber.button-modern.alternative,
.button.button-amber.button-modern::before,
.button.button-amber.button-modern::after {
	border-color: #ffc107;
}

.button.button-amber.button-link,
.button.button-amber.button-link i,
.button.button-amber.button-modern,
.button.button-amber.button-modern i,
.button.button-amber.button-modern:hover,
.button.button-amber.button-modern:hover i {
	color: #ffc107;
}

/* Orange */
.button.button-orange {
	background-color: #ff9800;
}

.button.button-orange.button-modern,
.button.button-orange.button-modern.alternative {
	background-color: transparent;
}

.button.button-orange.button-modern.alternative,
.button.button-orange.button-modern::before,
.button.button-orange.button-modern::after {
	border-color: #ff9800;
}

.button.button-orange.button-link,
.button.button-orange.button-link i,
.button.button-orange.button-modern,
.button.button-orange.button-modern i,
.button.button-orange.button-modern:hover,
.button.button-orange.button-modern:hover i {
	color: #ff9800;
}

/* Brown */
.button.button-brown {
	background-color: #795548;
}

.button.button-brown.button-modern,
.button.button-brown.button-modern.alternative {
	background-color: transparent;
}

.button.button-brown.button-modern.alternative,
.button.button-brown.button-modern::before,
.button.button-brown.button-modern::after {
	border-color: #795548;
}

.button.button-brown.button-link,
.button.button-brown.button-link i,
.button.button-brown.button-modern,
.button.button-brown.button-modern i,
.button.button-brown.button-modern:hover,
.button.button-brown.button-modern:hover i {
	color: #795548;
}

/* Grey */
.button.button-grey {
	background-color: #f5f7f9;
}

.button.button-grey.button-modern,
.button.button-grey.button-modern.alternative {
	background-color: transparent;
}

.button.button-grey,
.button.button-grey i,
.button.button-grey:hover,
.button.button-grey:hover i {
	color: #333;
}

.button.button-grey.button-modern.alternative,
.button.button-grey.button-modern::before,
.button.button-grey.button-modern::after {
	border-color: #e5e7e9;
}

.button.button-grey.button-link,
.button.button-grey.button-link i,
.button.button-grey.button-modern,
.button.button-grey.button-modern i,
.button.button-grey.button-modern:hover,
.button.button-grey.button-modern:hover i {
	color: #777;
}

/* Black */
.button.button-black {
	background-color: #333;
}

.button.button-black.button-modern,
.button.button-black.button-modern.alternative {
	background-color: transparent;
}

.button.button-black.button-modern.alternative,
.button.button-black.button-modern::before,
.button.button-black.button-modern::after {
	border-color: #333;
}

.button.button-black.button-link,
.button.button-black.button-link i,
.button.button-black.button-modern,
.button.button-black.button-modern i,
.button.button-black.button-modern:hover,
.button.button-black.button-modern:hover i {
	color: #333;
}

/* White */
.button.button-white {
	background-color: #fff;
}

.button.button-white.button-modern,
.button.button-white.button-modern.alternative {
	background-color: transparent;
}

.button.button-white,
.button.button-white i,
.button.button-white:hover,
.button.button-white:hover i {
	color: #333;
}

.button.button-white.button-modern.alternative,
.button.button-white.button-modern::before,
.button.button-white.button-modern::after {
	border-color: #fff;
}

.button.button-white.button-link,
.button.button-white.button-link i,
.button.button-white.button-link:hover,
.button.button-white.button-link:hover i,
.button.button-white.button-modern,
.button.button-white.button-modern i,
.button.button-white.button-modern:hover,
.button.button-white.button-modern:hover i {
	color: #fff;
}


/*==================================================================
	12.0 Portfolio
================================================================== */
.portfolio .container {
	position: relative;
}


/* ==================================================================
	13.0 Overlay Styles
================================================================== */

.page-background {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

/* Overlay */
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -10;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.overlay-background,
.overlay-image,
.overlay-color,
.overlay-video,
.overlay-map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.overlay-background,
.overlay-image,
.overlay-video,
.overlay-map {
	z-index: -1;
}

.overlay-image.on-mobile {
	display: none;
}

.on-mobile {
	display: none;
}


/*	13.1 Background Color Styles
	-------------------------------------------------------------- */	
.background-white {
	background: #fff !important;
}

.background-dark {
	background-color: #000;
}

.background-dark-2 {
	background-color: #2A2B35;
}

.background-dark-3 {
	background-color: #484957;
}

.background-dark-4 {
	background-color: #111;
}

.background-dark-5 {
	background-color: #000a1e;
}

.background-dark-6 {
	background-color: #2c3e50;
}

.background-dark-7 {
	background-color: #1b1b25;
}

.background-dark-8 {
	background-color: #2a3b4c;
}

.background-red  {
	background-color: #dd4b39;
}

.background-pink  {
	background-color: #e91e63;
}

.background-purple  {
	background-color: #9c27b0;
}

.background-indigo  {
	background-color: #2951d5;
}

.background-blue {
	background-color: #2196f3;
}

.background-cyan  {
	background-color: #00bcd4;
}

.background-teal  {
	background-color: #80CBC4;
}

.background-turquoise  {
	background-color: #27c5c3;
}

.background-green  {
	background-color: #8bc34a;
}

.background-lime  {
	background-color: #cddc39;
}

.background-yellow  {
	background-color: #ffeb3b;
}

.background-amber  {
	background-color: #ffc107;
}

.background-orange  {
	background-color: #ff9800;
}

.background-brown  {
	background-color: #795548;
}

.background-grey {
	background-color: #f5f7f9;
}

/*	13.2 Gradient Background Styles
	-------------------------------------------------------------- */	

.gradient-1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe7259+0,ffc456+100 */
	background: #fe7259; /* Old browsers */
	background: -moz-linear-gradient(left, #fe7259 0%, #ffc456 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fe7259 0%,#ffc456 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fe7259 0%,#ffc456 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7259', endColorstr='#ffc456',GradientType=1 ); /* IE6-9 */
}

.gradient-2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2951d5+0,2196f3+100 */
	background: #2951d5; /* Old browsers */
	background: -moz-linear-gradient(left,  #2951d5 0%, #2196f3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #2951d5 0%,#2196f3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #2951d5 0%,#2196f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2951d5', endColorstr='#2196f3',GradientType=1 ); /* IE6-9 */
}

.gradient-3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6ecaf1+0,73ecfd+100 */
	background: #6ecaf1; /* Old browsers */
	background: -moz-linear-gradient(left, #6ecaf1 0%, #73ecfd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6ecaf1 0%,#73ecfd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6ecaf1 0%,#73ecfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ecaf1', endColorstr='#73ecfd',GradientType=1 ); /* IE6-9 */
}


/* ==================================================================
	14.0 Other
================================================================== */

body.vegas-container&gt;.vegas-overlay,
body.vegas-container&gt;.vegas-slide,
body.vegas-container&gt;.vegas-timer {
	z-index: -20 !important;
}

.gmap {
	min-height: 400px;
}

/* Play Button */
.play-button {
	width: 80px;
	height: 80px;
	line-height: 76px;
	font-size: 50px;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 4;
	border-radius: 50%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	cursor: pointer;
}

.play-button i {
	color: #fff;
	position: relative;
	right: -3px;
}

.play-button:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.play-button.large {
	height: 120px;
	line-height: 116px;
	width: 120px;
	font-size: 82px;
	margin-top: -60px;
	margin-left: -60px;
}

.play-button.large i {
	right: -6px;
}

.play-button.inline {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
	display: inline-block;
	z-index: 0;
}

.play-button.dark {
	border-color: #333;
	color: #333;
}

.play-button.dark i {
	color: #333;
}

@media (max-width: 992px) {
	
	.xs-text-left {
		text-align: left !important;
	}

	.xs-text-right { 
		text-align: right !important;
	}

	.xs-text-center {
		text-align: center !important;
	}

	.xs-text-justify {
		text-align: justify !important;
	}
	
}


/* ==================================================================
	15.0 Helper Classes
================================================================== */

/* Image */
.img-center {
	display: block;
	margin: 0 auto;
}

/* Highlight */
.highlight {
	color: #2951d5;
}

.highlight.red {
	color: #dd4b39;
}

.highlight.pink {
	color: #e91e63;
}

.highlight.purple {
	color: #9c27b0;
}

.highlight.indigo {
	color: #2951d5;
}

.highlight.blue {
	color: #2196f3;
}

.highlight.cyan {
	color: #00bcd4;
}

.highlight.teal {
	color: #80CBC4;
}

.highlight.green {
	color: #8bc34a;
}

.highlight.lime {
	color: #cddc39;
}

.highlight.yellow {
	color: #ffeb3b;
}

.highlight.amber {
	color: #ffc107;
}

.highlight.orange {
	color: #ff9800;
}

.highlight.brown {
	color: #795548;
}

.highlight.grey {
	color: #ededed;
}

.highlight.black {
	color: #333;
}

.highlight.white {
	color: #fff;
}

.height-auto {
	height: auto;
}

.element-block {
	display: block;
}

.element-table {
	display: table;
}

.overflow-hidden {
	overflow: hidden;
}

/* 17.2 - Opacity */
.opacity-100 {
	opacity: 1;
}

.opacity-95 {
	opacity: 0.95;
}

.opacity-90 {
	opacity: 0.9;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-70 {
	opacity: 0.70;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-60 {
	opacity: 0.60;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-15 {
	opacity: 0.15;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-0 {
	opacity: 0;
}

/* Floating */
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/* ==================================================================
	16.0 Mobile
================================================================== */

body.mobile {
	-webkit-text-size-adjust:none;
}

body.mobile .animated {
	display: block;
	visibility: visible;
}

body.mobile .on-mobile {
	display: block;
}

body.mobile .navbar {
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 1px 0 #c5c7c9;
}

body.mobile .navbar-brand {
	padding: 0 15px;
}

body.mobile .navbar-brand .logo-light {
	visibility: hidden;
	opacity: 0;
}

body.mobile .navbar-brand .logo-dark {
	visibility: visible;
	opacity: 1;
}

body.mobile .navbar-nav&gt;li&gt;a {
	color: #333;
}

body.mobile .navbar-nav&gt;li.active&gt;a,
body.mobile.fp-section-active .navbar-nav&gt;li.active&gt;a {
	color: #333;
	box-shadow: inset 0 -1px 0 transparent;
}

body.mobile .video-wrapper,
body.mobile .player {
	display: none !important;
}

body.mobile .container {
	width: auto !important;
}

body.mobile .fullscreen-element {
	min-height: 100% !important;
}

body.mobile .fullscreen-element,
body.mobile .fullscreen-element .section-container,
body.mobile .fullscreen-element .section-container,
body.mobile .fullscreen-element .table-container {
	display: block;
	height: auto;
}

body.mobile .home-section {
	padding-top: 210px;
	padding-bottom: 210px;
}

body.mobile .equal-section .equal-col {
	height: auto;
}

body.mobile.fp-section-active .site-footer {
	bottom: 0;
}

body.mobile .site-footer {
	position: relative;
	padding: 90px 15px;
	background: #f5f7f9;
}

body.mobile .site-footer,
body.mobile .site-footer .text-left {
	text-align: center !important;
}

body.mobile .copyright {
	color: #333;
}

body.mobile .socials-icons {
	float: none !important;
}

body.mobile .socials-icons ul {
	margin: 0 auto;
	display: table;
}

body.mobile .social-icon,
body.mobile .social-icon i {
	color: #333;
}


/* ==================================================================
	17.0 Responsive
================================================================== */

@media (min-width: 768px) {
	.navbar&gt;.container .navbar-brand,
	.navbar&gt;.container-fluid .navbar-brand {
		margin-left: -21px;
	}
	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
}

@media screen and (min-width:1300px){
	.container {
		width: 1270px;
	}
	
	.section.equal-border .section-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
}

@media screen and (max-width:1299px) {
	.section.equal-border .section-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.text-slider {
		padding-top: 37px;
		margin-bottom: 30px;
	}
	
	h1 {
		font-size: 50px;
		line-height: 64px;
		font-weight: 200;
	}
	
}

@media screen and (max-width:1199px){
	
	.on-mobile {
		display: block !important;
	}
	
	.csstransitions .animated,
	.animated {
		display: block;
		visibility: visible;
	}
	
	.container {
		width: auto;
	}
	
	h1 {
		font-size: 48px;
		line-height: 62px;
	}

	.navbar {
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		box-shadow: 0 1px 0 #c5c7c9;
	}
	
	.navbar-brand {
		padding: 0 15px;
	}
	
	.navbar-brand .logo-light {
		visibility: hidden;
		opacity: 0;
	}
	
	.navbar-brand .logo-dark {
		visibility: visible;
		opacity: 1;
	}
	
	.navbar-nav&gt;li&gt;a {
		color: #333;
	}
	
	.navbar-nav&gt;li.active&gt;a,
	body.fp-section-active .navbar-nav&gt;li.active&gt;a {
		color: #333;
		box-shadow: inset 0 -1px 0 transparent;
	}
	
	.video-wrapper,
	.player {
		display: none !important;
	}
	
	.container {
		width: auto !important;
	}

	.fullscreen-element {
		min-height: 100% !important;
	}

	.fullscreen-element,
	.fullscreen-element .section-container,
	.fullscreen-element .section-container,
	.fullscreen-element .table-container {
		display: block;
		height: auto;
	}
	
	.home-section {
		padding-top: 210px;
		padding-bottom: 140px;
	}
	
	.equal-section .equal-col {
		height: auto;
		padding: 90px 0;
	}
	
	.equal-col-container {
		padding: 0 3.333333%
	}
	
	.section.equal-border {
		padding-top: 15px;
	}
	
	.section.equal-border .section-container {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	body.fp-section-active .site-footer {
		bottom: 0;
	}

	.site-footer {
		position: relative;
		padding: 90px 0;
		background: #f5f7f9;
	}
	
	.site-footer,
	.site-footer .text-left {
		text-align: center !important;
	}
	
	.copyright {
		color: #333;
	}
	
	.socials-icons {
		float: none !important;
	}
	
	.socials-icons ul {
		margin: 0 auto;
		display: table;
	}
	
	.social-icon,
	.social-icon i {
		color: #333;
	}
	
}

@media screen and (max-width:991px) {
	.mobile-hidden {
		display: none !important;
		visibility: hidden !important;
	}
	.equal-col-container {
		padding: 0
	}
}

@media screen and (max-width:767px){

	.pull-left,
	.pull-right {
		float: none !important;
		margin: 0 auto;
		display: table;
	}
	
	.button.pull-left,
	.button.pull-right {
		float: none !important;
		margin: 0 !important;
		margin-bottom: 10px !important;
		display: block !important;
		width: 100%;
	}

}
@media (min-width: 768px) and (max-width: 840px){
.navbar-nav&gt;li&gt;a {
    margin: 0 10px;
    font-size:0.84em;
}
}</pre></body></html>