@charset "UTF-8";
/*
 * TABLE OF CONTENTS
 *
 * 1. Typography
 * 2. Elements
 * 3. Navigation
 * 4. Footer
 * 5. Content & structures
 * 6. Pages
 * 7. Form
 * 8. Slider
 * 9. Other
 *
 */

/* ----------------------------------- 1. Typography ----------------------------------- */
#2872b3
body {font-family: 'Hind', sans-serif; font-size: 17px; line-height: 1.7; font-weight: 400; color: #333333; background-color:#fff;}

h1, h2, h3, h4, h5, h6 {font-weight: 600; color: #333; margin: 0;}

h1 {font-size: 40px; line-height: 48px; margin-bottom: 20px;}
h2 {font-size: 30px; line-height: 40px; margin-bottom: 10px;}
h3 {font-size: 20px; line-height: 30px; margin-bottom: 10px; text-transform: uppercase;}
h4 {font-size: 18px; line-height: 30px; margin-bottom: 10px;}
h6 {font-size: 19px; line-height: 30px; margin-bottom: 10px; letter-spacing: 1px;}

@media screen and (max-width: 767px) {
    html, body {font-size: 15px; line-height: 30px;}
    h1 {font-size: 25px; line-height: 40px;}
    h2 {font-size: 25px; line-height: 35px;}
    h3 {font-size: 18px; line-height: 28px;}
    h6 {font-size: 17px; line-height: 28px;}
}

a {color: #333; border: none; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}

a:hover { color: #2872b3; text-decoration: none;}

a:focus, a:active {outline: none; color: #2872b3; text-decoration: none; border: none;}

::-moz-selection {color: #fff; background: #2872b3;}
::selection {color: #fff; background: #2872b3;}

/* ----------------------------------- 2. Elements ----------------------------------- */

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

hr {width: 70px; height: 3px; margin: 0 0 20px 0; background-color:#2872b3; border: 0; float: left;}

hr.dark, #footer .footer hr {width: 70px; height: 3px; margin: 10px 0 20px 0; background-color:#2872b3; border: 0; float: none;}

.btn {font-size: 14px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 10px 30px; border-radius: 5px;}
.btn:hover {text-decoration: none; border-radius: 5px;}

.btn-primary {color: #fff; background: #4a96cf; border: 3px solid #4a96cf;}
.btn-primary:hover {color: #fff; background: #0c4587; border: 3px solid #2872b3;}

.btn-success {color: #fff; background:#2872b3; border: 3px solid #2872b3; margin-bottom: 20px;}
.btn-success:hover {color: #fff; background: #2872b3; border: 3px solid #2872b3;}

.btn-info {color: #333; background: #fff; border: 3px solid #fff;}
.btn-info:hover {color: #fff; background: #2872b3; border: 3px solid #2872b3;}

.btn-danger {color: #fff; background: #333; border: 3px solid #333;}
.btn-danger:hover {color: #fff; background: #4a96cf; border: 3px solid #4a96cf;}

.btn-warning {color: #4a96cf; background: none; border: none; padding: 0;}
.btn-warning:hover {background: transparent; color: #0c4587; border: none;}
.btn-warning:after {content: "\f101"; font-family: FontAwesome; padding: 0 0 0 5px;}

.btn-block {display: block; font-size: 18px; letter-spacing: 1px; text-transform: uppercase; color: #fff; background: #6d63d3; padding: 10px 0; border: none;}
.btn-block:hover {text-decoration: none; background: #333; color: #fff; border: none;}

.btn-default {
    color: #fff;
    background: #2872b3;
    border: 3px solid #2872b3;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-default:hover {color: #2872b3; background: #fff; border: 3px solid #2872b3;}

@media screen and (max-width: 767px) {
    .btn {font-size: 13px; padding: 7px 25px;}
    .btn-warning {padding: 0;}
}

/* ----------------------------------- 3. Navigation ----------------------------------- */

#top-header {
    background: #2872b3;
    text-align: center;
    color: #fff;
}
#top-header p, #top-header a {padding: 8px 0; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; margin: 0;}
#top-header i {margin-left: 10px;}
#top-header a {color: #fff;}

.nav {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.nav ul {display:inline-block; list-style:none;}
* html .nav ul { /* Target IE6 */ display:inline;}
*+html .nav ul { /* Target IE7 */ display:inline;}
.nav li {display:inline;    margin-right: 5px;}
.nav a {float:left; text-decoration:none;  padding:0 30px; /* variable width */}

.boka a {
    color: #fff!important;
    background: #2872b3;
    border: 2px solid #2872b3!important;
    border-radius: 3px;
}


.boka a:hover {
    color: #2872b3!important;
    background: #fff!important;
    border: 2px solid #2872b3!important;
    border-radius: 3px;
}

.navbar-nav {float:none;}
.navbar {margin: 0; text-transform: uppercase;}
.navbar-default {background-color: #fff; padding: 0; margin: 0;border: none; box-shadow: none; border-radius: 0; moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.container {padding: 0; margin: 0;}
.navbar-collapse {padding: 0}
.navbar-header {float: none; margin: 0 auto;}
.navbar-brand {
    width:100%;
    text-align: center;
    padding: 0;
    border: none;
   height: auto;
}

.navbar-brand:hover {border: none;}
.navbar-default .navbar-nav>li>a, #mobile-buttons li a {padding: 15px 15px 10px 15px; color: #333; display: block; font-weight: 400; text-align: center; font-style: normal; text-decoration: none; border: none;}
.navbar-default .navbar-nav>li>a:hover {color: #a9a9a9;}
.navbar-default .navbar-nav>li>a:hover, .navbar-nav li.active.current.current_page_item a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #2872b3;
    background: transparent;
    border-bottom: 3px solid #2872b3;
}
.navbar>.container .navbar-brand, .navbar>.container .navbar-brand {margin: 0;}

/* Responsive menu */
.navbar-default .navbar-toggle {border: none; padding: 0 30px 30px 0; margin: 0;}
.navbar-default .navbar-toggle .icon-bar {background-color: #333;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: transparent;}
.navbar-toggle .icon-bar {width: 25px;}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 6px;}
.navbar-default .navbar-collapse {border: none;}
.container>.navbar-collapse {margin: 0;}

/* Mobile buttons */
#mobile-buttons {list-style: none; padding: 0; display: none;}
#mobile-buttons li {width: 50%; float: left;}
#mobile-buttons li a {font-size: 14px; color: #fff; background:#2872b3; margin: 20px 0;}
#mobile-buttons li:last-child a {background: #025229;}
#mobile-buttons li a:hover {background: #333;}

@media screen and (max-width: 1200px) {
.navbar-brand {
    margin-top: 16px;
}
}


@media screen and (max-width: 991px) {
    .navbar-default .navbar-header {float: none;}
    .navbar-default .navbar-nav {float: none; text-align: center;}
    .navbar-default .navbar-nav li {float: none; display: inline-block;}
    .navbar-brand {float: none; display: block; margin: 10px auto; text-align: center;}
    .navbar-default .navbar-nav>li>a {font-size: 16px; padding: 10px; width: 100%;}
    .navbar-brand {
    width: 15%;
    max-width: 250px;
    text-align: center;
    padding: 25px 0 0 0;
    border: none;
}
}

@media (max-width: 767px) {
    #mobile-buttons {display: block;}
    .navbar-brand {font-size: 23px; padding-left: 30px; margin-top: 7px;}
    .navbar-default .navbar-nav {float: none; text-align: center; margin: 0;}
    .navbar-default .navbar-nav li {display: block;}
    #mobile-buttons li a {padding: 10px 0;}
    .navbar-brand {
    width: 100%;
    max-width: 150px;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    /* padding: 25px 0 0 0; */
    border: none;
}
}

/* ----------------------------------- 4. Footer ----------------------------------- */

#footer {border-top: 5px solid #eaeaea; line-height: 1.8; font-weight: 400; color: #333; background-color: #fff; padding: 80px 0;}
#footer .footer {padding: 0; margin: 0; width: auto;}
#footer-logo {border: none; color: #426ab3; text-transform: uppercase; font-weight: 700; font-size: 22px; line-height: 30px;}
#footer-menu {list-style: none; padding: 0; margin: 0;}
#footer-menu > li > a {border: none; text-decoration: none;}
#footer-menu > li > a:hover {color: #2872b3;}
.footer-content a {border: none;}
.footer-content a:hover {color: #2872b3;}

#footer .social {list-style: none; padding: 0; margin: 15px 0;}
#footer .social li {display: inline-block; margin-right: 20px;}
#footer .social li a {font-size: 20px; color: #2872b3; border: none;}
#footer .social li a:hover {color: #2872b3;}

@media screen and (max-width: 767px) {
    #footer {text-align: center;}
    #footer .footer {text-align: center;}
    #footer .footer .footer-content {margin-top: 20px;}
    #footer .footer hr { margin: 0 auto 20px auto; text-align: center;}
}

/* ----------------------------------- 5. Content & structures ----------------------------------- */

.block-section ul li:before {
    content: "\f0a3";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration:none;
/*--adjust as necessary--*/
    color: #2872b3;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;

    
}

ul{
    list-style-type: none;
}

.clear {clear: both;}

.center {margin: 0 auto;}
.grey {background: #f7f6f0;}

.display-table {display: table; table-layout: fixed;}
.display-cell {display: table-cell; vertical-align: middle; float: none;}


.block-section > .block-section-container, .content {padding: 0; margin-right: auto; margin-left: auto;}

.content {padding: 30px; margin-right: auto; margin-left: auto;}

.topp{background:#fff;}
.block-section .block-section-container .block-columns .block-section-container {min-height: 510px;width: auto; background: #ffffff; padding:  30px; margin:  0 auto 30px auto; border-radius: 10px;}
.block-section > .block-section-container, .container {width: 80%; margin: 0 auto; max-width: 1200px;}

@media (max-width: 1200px) {
    .block-section > .block-section-container, .container {width: 75%;}
}

@media (max-width: 992px) {
    .block-section > .block-section-container, .container {width: 90%;}
    .block-section .block-section-container .block-columns .block-section-container {padding: 20px;}
}

@media (max-width: 768px) {
    .block-section > .block-section-container, .container {width: 95%;}
}

/* ----------------------------------- 6. Pages ----------------------------------- */

/* Home first section */
#section-14ogsainkl97iizfr img {margin-bottom: 20px;}

/* Aside */
#aside ul {list-style: none; padding: 0; margin: 0;}
#aside-map {margin-top: 20px;}

/* Services map */
#services {margin: 0 0 35px 0;}
#services ul {list-style: none; padding: 0; margin: 0;}
#services ul li {padding: 7px 0; border-bottom: 1px solid #ddd;}
#services ul li:before {content: "\f101"; font-family: FontAwesome; padding: 0 5px 0 0;}

/* Team */
#team {background: #f7f6f0;}
#team .link { width: 100%; height: 100%; height: auto; display: block; position: relative; margin-bottom: 20px; overflow:hidden; z-index: 2; background: #426ab3; border: none;}
#team .link img { width: inherit; height: 100%; position:relative; display:block; text-align:center; transition-property: all; transition-duration: 0.4s;}
#team .link .title{ display:block; color: #fff; text-decoration: none; font-size:16px; position:absolute; top: 40%; left: 0; text-align:center; opacity:0; z-index:2; width:100%; height:100%;}

#team .link:hover .title { opacity: 1; transform: scale(1); transition-property: all; transition-duration: 0.6s;}
#team .link:hover img {opacity: 0.1;}

/* ----------------------------------- 7. Form ----------------------------------- */

form {margin: 0;}

label {font-size: 14px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase;}

textarea {resize: vertical;}

.form-control {font-size: 15px; border-radius: 0; background: #ebeae6; height: auto; border-color: #ebeae6; color: #333; padding: 10px 17px; position: relative; -webkit-appearance: none; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);}

.form-control:focus {color: #426ab3; border-color: #426ab3; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);}
.form-group {margin: 0;}
select.form-control {padding-right: 5px;}

.form-control::-moz-placeholder {color: inherit;}
.form-control:-ms-input-placeholder {color: inherit;}
.form-control::-webkit-input-placeholder {color: inherit;}

select.form-control {-webkit-appearance: menulist;}
select[multiple].form-control {-webkit-appearance: listbox;}

/* Disabled forms */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {opacity: 0.5; filter: alpha(opacity=50);}

/* ----------------------------------- 8. Slider ----------------------------------- */

#site-banner2 {    height: 250px;width: 100%; margin: 0 0 20px 0; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../../files/bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

#site-banner {display:none;width: 100%; margin: 0 0 20px 0; background: #fff; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#site-banner ul {list-style: none; padding: 0; margin: 0;}
#slide_1 {padding: 100px 0; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../../files/banner/banner_1.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#slide_2 {padding: 100px 0; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../../files/banner/banner_2.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#slide_3 {padding: 100px 0; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../../files/banner/banner_2.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* Subpages banner*/
#slide_4  {padding: 100px 0; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../../files/618048446.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#slide_5  {padding: 100px 0; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../../files/599780174.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#slide_6  {padding: 100px 0; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../../files/511479446.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#slide_7  {padding: 100px 0; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../../files/537417114.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#slide_8  {padding: 100px 0; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../../files/518888666.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#slide_9  {padding: 100px 0; background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../../files/515605374.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.caption-wrapper {max-width: 1200px; display: table; margin:0 auto;}
.caption {height: 210px; margin: 0 auto; padding: 0 10%; display: table-cell; vertical-align: middle; text-align: left;}
.caption h1 {margin-bottom: 40px; color: #fff;}
.caption .btn {margin-right: 20px; margin-bottom: 10px;}

@media screen and (max-width: 680px) {
    .caption {padding: 0 5%;}
}

/* bxSlider */

/* Reset and layout */
.bx-wrapper { position: relative; margin: 0; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y;}
.bx-wrapper img {max-width: 100%; display: block;}
.bxslider {margin: 0; padding: 0;}
ul.bxslider { list-style: none;}
.bxslider li { border: none !important; padding: 0;}
.bx-viewport {/*fix other elements on the page moving (on Chrome)*/ -webkit-transform: translatez(0);}

/* Theme */
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {position: absolute; bottom: -30px; width: 100%;}

/* Loader */
.bx-wrapper .bx-loading {min-height: 50px; background: url('') center center no-repeat #ffffff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000;}

/* Pager */
.bx-wrapper .bx-pager {text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; bottom: 0; padding: 0 0 20px 0;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #fff; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 8px; border: none; outline: 0; -moz-border-radius: 0%; -webkit-border-radius: 0%; border-radius: 0%;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {background: #2872b3;}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block; *zoom: 1; *display: inline;}
.bx-wrapper .bx-pager-item {font-size: 0; line-height: 0;}

/* Direction controls (next/prev) */
.bx-wrapper .bx-prev {left: 10px; background: url('') no-repeat 0 -32px;}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {background-position: 0 0;}
.bx-wrapper .bx-next {right: 10px; background: url('') no-repeat -43px -32px;}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {background-position: -43px 0;}
.bx-wrapper .bx-controls-direction a {position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 9999; display: none;}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}

/* Auto controls (start/stop) */
.bx-wrapper .bx-controls-auto {text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start {display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url('') -86px -11px no-repeat; margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop {display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url('') -86px -44px no-repeat; margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {background-position: -86px -33px;}

/* Pager with auto-controls hybrid layout */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left; width: 80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0; width: 35px;}

/* Image captions */
.bx-wrapper .bx-caption {position: absolute; bottom: 0; left: 0; background: #666; background: rgba(80, 80, 80, 0.75); width: 100%;}
.bx-wrapper .bx-caption span {color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px;}


/* ----------------------------------- 9. Other ----------------------------------- */

/* Scroll to top */
.scrollToTop {color: #ffffff; position: fixed; bottom: 5px; right: 5px; width: 50px; height: 50px; text-align: center; cursor: pointer; background-color: #000000; z-index: 1005; display: none;}
.scrollToTop i {line-height: 50px; font-size: 24px;}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 768px) {
	.scrollToTop {width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.4);}
	.scrollToTop i {line-height: 40px; font-size: 20px;}
}

/* Parallax */
.parallax h1, .parallax h2, .parallax h3, .parallax p, .parallax a {color: #fff;}
.no-touch .light-translucent-bg, .no-touch .dark-translucent-bg, .no-touch .default-translucent-bg, .no-touch .parallax {background-attachment: fixed !important;}
.light-translucent-bg, .dark-translucent-bg, .default-translucent-bg, .parallax {-webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important;}
.parallax {background-position: 50% 0; background-repeat: no-repeat; z-index: 1; position: relative; padding: 100px 0;}
.light-translucent-bg, .dark-translucent-bg, .default-translucent-bg {background-position: 50% 0; background-repeat: no-repeat; z-index: 1; position: relative;}
.light-translucent-bg:after, .dark-translucent-bg:after, .default-translucent-bg:after {content: ""; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%;}
.light-translucent-bg {color: #333;}
.header + .banner > .light-translucent-bg {border-top: none;}
.slider-banner-container .light-translucent-bg {border: none; width: 100%; height: 100%; position: absolute; top: 0 !important; left: 0 !important; margin: 0 !important; bottom: 0;}
.slider-banner-container .dark-translucent-bg {width: 100%; height: 100%; position: absolute; top: 0 !important; left: 0 !important; margin: 0 !important; bottom: 0;}
.slider-banner-container li .light-translucent-bg:after, .slider-banner-container li .dark-translucent-bg:after {background-color: transparent;}
.light-translucent-bg .separator-2 {background-color: #333;}
.light-translucent-bg:after {background-color: rgba(255, 255, 255, 0.7);}
.dark-translucent-bg:after {background-color: rgba(0, 0, 0, 0.7);}
.dark-translucent-bg, .dark-translucent-bg h1, .dark-translucent-bg h2, .dark-translucent-bg h3, .dark-translucent-bg h4, .dark-translucent-bg h5, .dark-translucent-bg h6 {color: #ffffff;}
.dark-translucent-bg a:not(.btn) {text-decoration: underline; color: #ffffff;}
.dark-translucent-bg a:not(.btn):hover {text-decoration: none; color: #ffffff;}
.default-translucent-bg:after {background-color: rgba(232, 76, 61, 0.7);}
.default-translucent-bg, .default-translucent-bg h1, .default-translucent-bg h2, .default-translucent-bg h3, .default-translucent-bg h4, .default-translucent-bg h5, .default-translucent-bg h6 {color: #ffffff;}
.default-translucent-bg a:not(.btn) {text-decoration: underline; color: #ffffff;}
.default-translucent-bg a:not(.btn):hover {text-decoration: none; color: #ffffff;}
.light-translucent-bg .container, .dark-translucent-bg .container, .default-translucent-bg .container {z-index: 3; position: relative;}
.parallax-bg {background: url("../../files/hem/parallax-bg.jpg") 50% 0px no-repeat;}
.parallax-bg-2 {background: url("../../files/hem/parallax-bg-2.jpg") 50% 0px no-repeat;}
.parallax-bg-3 {background: url("../../files/hem/parallax-bg-3.jpg") 50% 0px no-repeat;}