/* Typography */
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    background-color: #000;
} 

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 600;
}

h1 {
  font-size: 60px;
  text-transform: uppercase;
}

h2 {
  font-size: 54px;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  font-weight: 400;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 26px;
}

h6 {
  font-size: 24px;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 27px;
    color: #bdc3c7;
}

p.lead {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

small,
.small {
    font-size: 90%;
}

a {
    color: #09dcfb;
}

a:active,
a:hover {
    color: #2980b9;
}

b,
strong {
    color: #fff;
}

.fa-ul {
    margin-left: 0;
    padding-left: 40px;
}

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: 6px;
    text-align: center;
}

pre {
    opacity: 0.7;
    filter: alpha(opacity=70);
    border: 0;
    border-radius: 6px;
}

/* Page */
.page-layout {
    height:100%;
}

.page {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    height: auto;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page .content {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    padding: 15px 0;
}

.page.short {
    position: relative;
    display: table;
    height: 100%;
    overflow: hidden;
}

.page.short .content {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    padding: 15px 0;
}

.page-box {
    background-color: rgba(0, 0, 0, .5);
    padding: 50px 30px;
}



.index .page {
    background-image: url('../img/home_bg.jpg');
}

.about .page {
    background-image: url('../img/about_bg.jpg');
}
.projects .page {
    background-image: url('../img/5.jpg');
    text-align: center;
}

.projects .page .bold-line {
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #fff;
}

.contact .page {
    background-image: url('../img/contact_bg.jpg');
}

.contact .page address {
    font-size: 16px;
    line-height: 27px;
}

.contact .page address i {
    color: #09dcfb;
}

.contact .page address a,
.contact .page address a:link {
    color: #ddd;
}

.contact .page address a:hover {
    text-decoration: none;
    color: #fff;
}

.contact .page address .title {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 45px;
}

.contact .page address .bold-line {
    float: left;
    margin-bottom: 20px;
}

.contact .page address .btn {
    margin-top: 20px;
}

.page form {
    background-color: rgba(0, 0, 0, .5);
    padding: 40px;
    border-top: solid 5px #09dcfb;
}

.page .form-control {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: transparent;
    border-radius: 0;
}

.page label {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 12px;
    float: left;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .contact .page #contact {
        margin-bottom: 30px;
    }

    .contact .page address {
        text-align: left;
    }

    .contact .page address .bold-line {
        float: none;
    }
}

.section {
    margin-bottom: 50px;
}

/* Payment */
.payment {
    height: 100%;
}
.payment h1 {
    font-size: 30px;
}
.payment .page {
    background-image: url('../img/payment_bg.jpg');
}

.page.success,
.page.success .page-box {
    background-image: none;
    background-color: #ccc;
    height: 100%;
}
.page.success .overlay-pattern {
    background-image: none;
}
.page.success p {
    color: #333;
}

/* Tooltip */
.tooltip {
    font-size: 14px;
    line-height: 1.4;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 12px;
    color: #1a1a1a;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: -4px;
    left: 50%;
    margin-left: -9px;
    border-width: 9px 9px 0;
    border-top-color: rgba(255, 255, 255, 0.7);
}

.tooltip.top-left .tooltip-arrow {
    bottom: -4px;
    left: 9px;
    border-width: 9px 9px 0;
    border-top-color: rgba(255, 255, 255, 0.7);
}

.tooltip.top-right .tooltip-arrow {
    bottom: -4px;
    right: 9px;
    border-width: 9px 9px 0;
    border-top-color: rgba(255, 255, 255, 0.7);
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: -4px;
    margin-top: -9px;
    border-width: 9px 9px 9px 0;
    border-right-color: rgba(255, 255, 255, 0.7);
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: -4px;
    margin-top: -9px;
    border-width: 9px 0 9px 9px;
    border-left-color: rgba(255, 255, 255, 0.7);
}

.tooltip.bottom .tooltip-arrow {
    top: -4px;
    left: 50%;
    margin-left: -9px;
    border-width: 0 9px 9px;
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.tooltip.bottom-left .tooltip-arrow {
    top: -4px;
    left: 9px;
    border-width: 0 9px 9px;
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.tooltip.bottom-right .tooltip-arrow {
    top: -4px;
    right: 9px;
    border-width: 0 9px 9px;
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

/* Form */
.form-group {
    margin-bottom: 20px;
}
.form-control {
    color: #fff;
}

/* Buttons */
.rb-btn-row {
    border-top: 1px solid #333;
    padding-top: 15px;
}

.btn-round {
    border-radius: 41px;
}

.btn-default {
    color: #1a1a1a;
    background-color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #1a1a1a;
    background-color: #ecf0f1;
}

.btn-default.btn-o {
    color: #09dcfb;
    border: solid 2px #09dcfb;
    background: none;
    line-height: 37px;
}

.btn-default.btn-o:hover,
.btn-default.btn-o:focus,
.btn-default.btn-o:active {
    color: #fff;
    border: solid 2px #fff;
}

.btn-primary {
    background-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #fff;
}

.btn-primary.btn-o {
    color: #09dcfb;
    border: solid 2px #09dcfb;
    background: none;
    line-height: 37px;
}

.btn-primary.btn-o:hover,
.btn-primary.btn-o:focus,
.btn-primary.btn-o:active {
    color: #fff;
    background-color: #09dcfb;
}

.btn-success {
    background-color: #2ecc71;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #27ae60;
}

.btn-success.btn-o {
    color: #2ecc71;
    border: solid 2px #2ecc71;
    background: none;
    line-height: 37px;
}

.btn-success.btn-o:hover,
.btn-success.btn-o:focus,
.btn-success.btn-o:active {
    color: #fff;
    background-color: #2ecc71;
}

.btn-info {
    background-color: #09dcfb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: #2980b9;
}

.btn-info.btn-o {
    color: #09dcfb;
    border: solid 2px #09dcfb;
    background: none;
    line-height: 37px;
}

.btn-info.btn-o:hover,
.btn-info.btn-o:focus,
.btn-info.btn-o:active {
    color: #fff;
    background-color: #09dcfb;
}

.btn-warning {
    background-color: #f39c12;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: #e67e22;
}

.btn-warning.btn-o {
    color: #f39c12;
    border: solid 2px #f39c12;
    background: none;
    line-height: 37px;
}

.btn-warning.btn-o:hover,
.btn-warning.btn-o:focus,
.btn-warning.btn-o:active {
    color: #fff;
    background-color: #f39c12;
}

.btn-danger {
    background-color: #e74c3c;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #c0392b;
}

.btn-danger.btn-o {
    color: #e74c3c;
    border: solid 2px #e74c3c;
    background: none;
    line-height: 37px;
}

.btn-danger.btn-o:hover,
.btn-danger.btn-o:focus,
.btn-danger.btn-o:active {
    color: #fff;
    background-color: #e74c3c;
}

.social-buttons {
    position: relative;
    display: block;
}

.social-buttons a {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
}

.social-buttons img {
    margin: 0;
    padding: 0;    
}

/* Blockquote */
blockquote {
    padding: 0;
    margin: 0 auto;
    border-left: 0;
    max-width: 600px;
}

blockquote p {
    font-size: 26px;
    line-height: 35px;
    color: #fff;
}

blockquote footer {
    display: block;
    font-size: 18px;
    font-style: italic;
    color: #bdc3c7;
}

blockquote footer:before {
    color: #bdc3c7;
}

blockquote:before {
    content: url('../img/quote-before.png');
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}

blockquote:after {
    content: url('../img/quote-after.png');
    display: block;
    margin: 40px auto 0;
    text-align: center;
}

/* Content Box */
.project-box .content-box {
    position: relative;
    padding: 0;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
}

.project-box .content-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    background-color: Transparent;
    color: #fff;
    font-size: 32px;
    line-height: 62px;
    text-align: center;
    border: solid 4px #fff;
    border-radius: 50%;
    vertical-align: middle;
}

.project-box .content-box .title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.project-box .content-box .description {
    color: #bdc3c7;
    font-size: 14px;
    line-height: 20px;
}

.content-box-2 {
    position: relative;
    padding: 20px 20px 40px 20px;
    max-width: 270px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
}

.content-box-2.appear {
    opacity: 1;
    filter: alpha(opacity=100);
}

.content-box-2 .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    background-color: Transparent;
    color: #1a1a1a;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
}

.content-box-2 .title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.content-box-2 .description {
    color: #232323;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 991px) {
    .content-box-1, 
    .content-box-2 {
        margin-bottom: 20px;
    }
    
    .delay-0 {
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    .delay-1 {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .delay-2 {
        -webkit-transition-delay: 1200ms;
        -moz-transition-delay: 1200ms;
        -o-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }

    .delay-3 {
        -webkit-transition-delay: 1800ms;
        -moz-transition-delay: 1800ms;
        -o-transition-delay: 1800ms;
        transition-delay: 1800ms;
    }
}

@media (min-width: 992px) {
    .delay-0 {
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    .delay-1 {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .delay-2 {
        -webkit-transition-delay: 1200ms;
        -moz-transition-delay: 1200ms;
        -o-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }

    .delay-3 {
        -webkit-transition-delay: 1800ms;
        -moz-transition-delay: 1800ms;
        -o-transition-delay: 1800ms;
        transition-delay: 1800ms;
    }
}

/* Progress Bar */
.progress {
    height: 30px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
    padding: 0;
    background-color: #428bca;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
}

.progress-bar-success {
    background-color: #2ecc71;
}

.progress-bar-info {
    background-color: #09dcfb;
}

.progress-bar-warning {
    background-color: #f39c12;
}

.progress-bar-danger {
    background-color: #e74c3c;
}

.progress-bar span{
    display: block;
    padding: 0 20px;
}

/* Counter */
.counter {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
}

.counter-title {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.counter-value {
    position: relative;
    display: block;
    font-size: 71px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
}

@media(max-width: 991px) {
    .counter {
        margin-bottom: 20px;
    }
}

/* Counter Circle */
.counter-circle {
    position: relative;
    text-align: center;   
    margin-bottom: 30px;
}

.counter-circle-progress {
    position: relative;
    line-height: 160px;
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    font-size: 41px;
}

.counter-circle canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.counter-circle-caption {
    position: relative;
    text-transform: uppercase;
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: normal;
    margin-top: 30px;
    text-align: center;
}

/* Tabs */
.nav-tabs {
    border-bottom: solid 4px #09dcfb;
}

.nav-tabs > li {
    float: left;
    margin-bottom: 0;
}

.nav-tabs > li > a {
    margin-right: 1px;
    line-height: 41px;
    height: 41px;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.7);
    outline: 0;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: #09dcfb;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #09dcfb;
    border: 0;
    cursor: default;
}

.tab-content {
    background-color: Transparent;
    font-size: 15px;
    color: #1a1a1a;
    padding: 20px 0 0 0;    
}

.tab-content h6 {
    color: #fff;
}

.tab-content p {
    
}

/* Carousel Fade */
.carousel.fade {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel.fade .item {	
	left:0 !important;
	opacity:0;
	filter: alpha(opacity=0);
	top:0;
	position:absolute;
	width:100%;
	display: block !important;
	z-index:1;
	-webkit-transition:opacity 1s ease-in-out;
	-moz-transition:opacity 1s ease-in-out;
	-o-transition:opacity 1s ease-in-out;
	transition:opacity 1s ease-in-out;
}

.carousel.fade .item:first-child {
	top:auto;
	position:relative
}

.carousel.fade .item.active {
    z-index:2;
	opacity:1;
	filter: alpha(opacity=100);
	-webkit-transition:opacity 1s ease-in-out;
	-moz-transition:opacity 1s ease-in-out;
	-o-transition:opacity 1s ease-in-out;
	transition:opacity 1s ease-in-out;
}

/* Carousel Vertical */
.carousel.vertical-slide {
    position: relative;
}

.carousel.vertical-slide .item {
    display: none;
    position: relative;
    -webkit-transition: top 0.6s ease-in-out;
    -moz-transition: top 0.6s ease-in-out;
    -o-transition: top 0.6s ease-in-out;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical-slide .active,
.carousel.vertical-slide .next,
.carousel.vertical-slide .prev {
    display: block;
}

.carousel.vertical-slide .active {
    left: 0;
    top: 0;
}

.carousel.vertical-slide .next,
.carousel.vertical-slide .prev {
    position: absolute;
    left: 0;
    width: 100%;
}

.carousel.vertical-slide .next {
    left: 0;
    top: 100%;
}

.carousel.vertical-slide .prev {
    left: 0;
    top: -100%;
}

.carousel.vertical-slide .next.left,
.carousel.vertical-slide .prev.right {
    left: 0;
    top: 0;
}

.carousel.vertical-slide .active.left {
    left: 0;
    top: -100%;
}

.carousel.vertical-slide .active.right {
    left: 0;
    top: 100%;
}

/* Accordion */
.accordion {
    margin: 0;
    padding: 0;
}

.accordion .panel {
    background: none;
    border: 0;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion .panel-body {
    padding: 0;
    border-top: 0 !important;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
    color: #bdc3c7;
}

.accordion .panel-heading {
    padding: 0;
    border-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 1px solid #fff;
}

.accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.accordion .panel-title > a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    outline: 0;
    color: #09dcfb;
}

.accordion .panel-title > a.collapsed {
    color: #fff;
}

.accordion .accordion-icon {
    display: inline-block;
    float: right;
    width: 8px;
    height: 8px;
    margin-top: 5px;
    margin-right: 5px;
    background-image: url('../img/accordion-minus.png');
    background-repeat: no-repeat;
    background-position: center;
}

.accordion .collapsed .accordion-icon {
    background-image: url('../img/accordion-plus.png');
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .accordion .accordion-icon {
        background-size: 8px 2px;
        background-image: url('../img/accordion-minus@2x.png');
    }

    .accordion .collapsed .accordion-icon {
        background-image: url('../img/accordion-plus@2x.png');
    }
}

/* Layout */
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.container-fluid {
    max-width: 970px;
}

.page-container {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/* Loader */
.loading-bg {
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:998;
}

.loading {
    position: fixed;
    color: #fff;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    padding: 25px;
    z-index:999;
}

/* Navigation */
.navbar-offcanvas-active .page-container {
    -webkit-transform: translatex(200px);
    -moz-transform: translatex(200px);
    -ms-transform: translatex(200px);
    -o-transform: translatex(200px);
    transform: translatex(200px);
}

.navbar-toggle .fa {
    font-size: 28px;
}

@media (min-width: 768px) {            
    .page-container {
        display: block;
    }     
}

.page-wrapper {
    position: relative;
    display: block;
    height: 100%; 
    overflow-x: hidden;
    padding: 0;
    background-color: #000;
} 

.container-scroll {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
	padding: 0;
}

.container-scroll > section {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-scroll > section .container-fluid {
    position: relative;
}

.container-scroll > section .content {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    padding: 15px 0;
}

.container-scroll > section.scrollable .carousel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.container-scroll > section.scrollable .carousel-inner {
    width: 100%;
    height: 100%;
}

.container-scroll > section.scrollable .carousel .item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container-scroll > section.scrollable .carousel .carousel-caption {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
}

.container-scroll > section.scrollable .carousel-indicators {
    position: absolute;
    top: 40%;
    bottom: auto;
    left: auto;
    right: 20px;
    width: 5px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.container-scroll > section.scrollable .carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    overflow: visible;
    text-indent: 0px;
}

.container-scroll > section.scrollable .carousel-indicators li span {
    position: absolute;
    display: block;
    top: -12px;
    right: 20px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    white-space: nowrap;
}

.container-scroll > section.scrollable .carousel-indicators li:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
}

.container-scroll > section.scrollable .carousel-indicators .active {
    margin: 0;
    width: 5px;
    height: 5px;
    background-color: #09dcfb;
}

/* Navbar Offcanvas */
.navbar-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 200px;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #222527;
    border-radius: 0;
    z-index: 0;
}

.navbar-offcanvas .navbar-header {
    float: none;
    display: block;
    position: relative;
    height: auto;
    text-align: center;
    padding: 20px;
}

.navbar-offcanvas .navbar-header .navbar-brand {
    float: none;
    padding: 0;
    font-size: 18px;
    height: auto;
}

.navbar-offcanvas .navbar-nav {
    margin: 0;
    padding: 0;
    width: 100%;
}
 
.navbar-offcanvas .navbar-nav li {
    float: none;
    margin: 0;
    padding: 0;
}
 
.navbar-offcanvas .navbar-nav > li > a {
    display: block;
    padding: 12px 35px;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    border-bottom: solid 1px #393b3d;
    white-space: nowrap;
    outline: 0;
}

.navbar-offcanvas .navbar-nav > li:first-child > a {
    border-top: solid 1px #393b3d;
}

.navbar-offcanvas .navbar-nav > li > a:hover {
    text-decoration: none;
    background: none;
    color: #09dcfb;
}

.navbar-offcanvas .navbar-nav > li > a:focus {
    background: none;
}

.navbar-offcanvas .navbar-nav > li.active > a, 
.navbar-offcanvas .navbar-nav > li.active > a:hover {
    background: none;
    color: #09dcfb;
}

.navbar-offcanvas .navbar-footer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 20px 35px;
    color: #fff;
}

.navbar-offcanvas .navbar-footer .copyright {
    font-size: 13px;
    color: #767676;
}
    
/* Sidebar 1 */ 
.navbar-sidebar-1 {
    position: relative;
    float: left;
    top: 0;
    left: 0px;
    width: 100px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #ecf0f1;
    border-radius: 0;
    overflow: visible;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;   
}

.navbar-sidebar-1 .navbar-header {
    display: block;
    float: none;
    text-align: center;
    margin-top: 20px;
    padding: 0 15px;
}

.navbar-sidebar-1 .navbar-brand {
    height: 100%;
    padding-top: 21px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-sidebar-1 .navbar-toggle {
    position: relative;
    display: block;
    margin: 0 auto;
    float: none;
    width: 30px;
    height: 23px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
}

.navbar-sidebar-1 .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 0;
    background-color: #1a1a1a;
}

.navbar-sidebar-1 .navbar-toggle:hover .icon-bar {
    background-color: #09dcfb;
}

.navbar-sidebar-1 .navbar-brand {
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Bullets Navigation */
.navbar-sidebar-1 .navbar-nav-bullets {
    display: block;
    float: none;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    padding: 0;    
}

.navbar-sidebar-1 .navbar-nav-bullets li {
    position: relative;
    float: none;
    line-height: 5px;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 21px;
    height: 21px;
    margin-bottom: 10px;
    text-align: center;
}

.navbar-sidebar-1 .navbar-nav-bullets li:last-child {
    margin-bottom: 0;
}

.navbar-sidebar-1 .navbar-nav-bullets a {
    display: block;
    color: #fff;
    width: 21px;
    height: 21px;
    text-decoration: none;
    outline: 0;
    text-align: center;
    padding: 0;
    outline: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-sidebar-1 .navbar-nav-bullets a:hover,
.navbar-sidebar-1 .navbar-nav-bullets a:focus,
.navbar-sidebar-1 .navbar-nav-bullets li.active a {
    color: #09dcfb;
    background: transparent;
}

.navbar-sidebar-1 .navbar-nav-bullets a:hover i:before,
.navbar-sidebar-1 .navbar-nav-bullets a:focus i:before,
.navbar-sidebar-1 .navbar-nav-bullets li.active a i:before {
    content: '\f111';
}

.navbar-sidebar-1 .navbar-nav-bullets .tooltip.right {
    margin-left: 10px;
}

.navbar-sidebar-1 .navbar-nav-bullets .tooltip-inner {
    max-width: 200px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.navbar-sidebar-1 .navbar-nav-bullets .tooltip.right .tooltip-arrow {
    left: -4px;
    margin-top: -9px;
    border-width: 9px 9px 9px 0;
    border-right-color: rgba(0, 0, 0, 0.7);
}

/* Sidebar 2 */ 
.navbar-sidebar-2 {
    position: relative;
    float: left;
    top: 0;
    left: 0px;
    width: 100px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #ecf0f1;
    border-radius: 0;
    overflow: visible;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;   
}

.navbar-sidebar-2.active {
    width: 200px;
}

.navbar-sidebar-2 .navbar-header {
    display: block;
    float: none;
    text-align: center;
    margin-top: 20px;
    padding: 0 15px;
}

.navbar-sidebar-2 .navbar-toggle {
    position: relative;
    display: block;
    margin: 0 auto;
    float: none;
    width: 30px;
    height: 23px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
}

.navbar-sidebar-2 .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 0;
    background-color: #1a1a1a;
}

.navbar-sidebar-2 .navbar-toggle:hover .icon-bar {
    background-color: #09dcfb;
}

.navbar-sidebar-2 .navbar-brand {
    display: block;
    position: absolute;
    width: 100%;
    height: 115px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navbar-sidebar-2 .navbar-nav {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
 
.navbar-sidebar-2 .navbar-nav li {
    float: none;
    margin: 0;
    padding: 0;
}
 
.navbar-sidebar-2 .navbar-nav > li > a {
    display: block;
    padding: 10px 10px;
    line-height: 20px;
    color: #1a1a1a;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    border: 0;
    white-space: nowrap;
    outline: 0;
}

.navbar-sidebar-2 .navbar-nav > li > a:hover {
    text-decoration: none;
    background: none;
    color: #09dcfb;
}

.navbar-sidebar-2 .navbar-nav > li > a:focus {
    background: none;
}

.navbar-sidebar-2 .navbar-nav > li.active > a, 
.navbar-sidebar-2 .navbar-nav > li.active > a:hover {
    background: none;
    color: #09dcfb;
}

.navbar-sidebar-2 .socials {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
}

.navbar-sidebar-2 .socials a {
    color: #053eff;
}

/* Video Background */
.video-background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    display: block;
    
}

/* Overlay Pattern */
.overlay-pattern {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
}

/* bold line */
.bold-line {
    display: block;
    width: 75px;
    height: 3px;
    background-color: #09dcfb;
}

/* Loader */
.page-loader {
    position: absolute;
    display: block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:9999;
	background-color:#1a1a1a;
	background-image: url('../img/preloader.gif');
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .page-loader {
	    position: fixed;	    
    }
} 

/* Modal */
.nl-modal {
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 1050;
    padding: 60px;
    overflow: hidden;
    background-color: #222527;
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
}

.nl-modal.active {
    left: 0;
}

.nl-modal-content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.nl-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 0;
    color: #fff;
    padding: 0;
    line-height: 60px;
    font-size: 32px;
    background: none;
}

.nl-modal-close:hover {
    color: #09dcfb;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Slideshow */
.nl-slideshow { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden; 
}

.nl-slideshow .slide-item {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nl-slideshow .slide-item .slide-background {
    position: absolute;
    display: block; 
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
	animation-play-state: running;
    -webkit-animation-play-state: running; 
}

.nl-slideshow .slide-item .slide-background.paused {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.no-cssanimations .nl-slideshow .slide-item .slide-background{
	opacity: 1;
}

/* Google Maps */
.gmap {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Mobile */
.mobile {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    text-align: center;
    padding: 0;
}

.mobile .content {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    padding: 15px 0;
}

.mobile .company-logo {
    margin-bottom: 30px;
}

.mobile h1 {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-decoration: underline;
    font-size: 36px;
}

@media(min-width: 768px) {
    .mobile {
        display: none;
    }
}

.page label.totalAmount {
    font-weight: 700;
    font-size: 20px;
    color: #4ee0a8;
}