body {
    font-size: 18px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

html *:first-child {
    margin-top: 0;
}
html *:last-child {
    margin-bottom: 0;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: inherit;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
p a:hover,
.p a:hover,
.list a:hover {
    text-decoration: underline;
}

p,
.p,
.list {
    margin-top: 18px;
    margin-bottom: 18px;
}

small, .small {
    font-size: 93.75%;
}
@media (min-width: 480px) {
    .big {
        font-size: 106.25%;
        line-height: 1.470588235294118;
    }
}
@media (min-width: 1200px) {
    h1 .big,
    .h1 .big {
        font-size: 120%;
        line-height: 1.2;
    }
    h2 .big,
    .h2 .big {
        font-size: 120%;
        line-height: 1.2;
    }
}

h1, .h1 {
    margin-top: 26px;
    margin-bottom: 21px;
    font-size: 36px;
    line-height: 1.4;
}
@media (min-width: 768px) {
    h1, .h1 {
        line-height: 1.4;
        font-size: 39.6px;
    }
}
@media (min-width: 1200px) {
    h1, .h1 {
        line-height: 1.3;
        font-size: 40.5px;
    }
}
@media (min-width: 1600px) {
    h1, .h1 {
        line-height: 1.2;
        font-size: 45px;
    }
}
h2, .h2 {
    margin-top: 42px;
    margin-bottom: 17px;
    font-size: 32px;
    line-height: 1.3;
}
@media (min-width: 768px) {
    h2, .h2 {
        line-height: 1.3;
        font-size: 34.4px;
    }
}
@media (min-width: 1200px) {
    h2, .h2 {
        line-height: 1.24211;
        font-size: 35px;
    }
}
@media (min-width: 1600px) {
    h2, .h2 {
        line-height: 1.18421;
        font-size: 38px;
    }
}
h3, .h3 {
    margin-top: 27px;
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    h3, .h3 {
        line-height: 1.5;
        font-size: 28.8px;
    }
}
@media (min-width: 1200px) {
    h3, .h3 {
        line-height: 1.35;
        font-size: 29px;
    }
}
@media (min-width: 1600px) {
    h3, .h3 {
        line-height: 1.2;
        font-size: 30px;
    }
}
h4, .h4 {
    margin-top: 28px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    h4, .h4 {
        line-height: 1.5;
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    h4, .h4 {
        line-height: 1.25;
        font-size: 24px;
    }
}
@media (min-width: 1600px) {
    h4, .h4 {
        line-height: 1.25;
        font-size: 24px;
    }
}
h5, .h5 {
    margin-top: 29px;
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    h5, .h5 {
        line-height: 1.5;
        font-size: 20.6px;
    }
}
@media (min-width: 1200px) {
    h5, .h5 {
        line-height: 1.36364;
        font-size: 21px;
    }
}
@media (min-width: 1600px) {
    h5, .h5 {
        line-height: 1.22727;
        font-size: 22px;
    }
}
h6, .h6 {
    margin-top: 29px;
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
@media (min-width: 768px) {
    h6, .h6 {
        line-height: 1.5;
        font-size: 17px;
    }
}
@media (min-width: 1200px) {
    h6, .h6 {
        line-height: 1.48529;
        font-size: 17px;
    }
}
@media (min-width: 1600px) {
    h6, .h6 {
        line-height: 1.47059;
        font-size: 17px;
    }
}

.list > li + li {
    margin-top: 10px;
}

.bg-black {
    background: #000;
    fill: #191919;
}
.bg-gray-darkest {
    background: #212121;
    fill: #212121;
}
.bg-lightest {
    background: #f7f7f7;
    fill: #f7f7f7;
}
.bg-mantis {
    background: -moz-linear-gradient(90deg, #004E9A 0%, #4A90E2 100%);
    background: -webkit-linear-gradient(90deg, #004E9A 0%, #4A90E2 100%);
    background: -o-linear-gradient(90deg, #004E9A 0%, #4A90E2 100%);
    background: -ms-linear-gradient(90deg, #004E9A 0%, #4A90E2 100%);
    background: linear-gradient(90deg, #004E9A 0%, #4A90E2 100%);
}
.bg-shark {
    background: -moz-linear-gradient(90deg, #191919 0%, #434345 100%);
    background: -webkit-linear-gradient(90deg, #191919 0%, #434345 100%);
    background: -o-linear-gradient(90deg, #191919 0%, #434345 100%);
    background: -ms-linear-gradient(90deg, #191919 0%, #434345 100%);
    background: linear-gradient(90deg, #191919 0%, #434345 100%);
}
.bg-vide {
    position: relative;
    z-index: 0;
}
.text-picton-blue {
    color: #55bbeb !important;
}
.text-darker {
    color: #434345 !important;
}
.text-dark {
    color: #9b9b9b !important;
}

.page {
    overflow: hidden;
    background-color: #fff;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
@media (min-width: 768px) {
    html:not(.lt-ie10) .text-sm-left {
        text-align: left;
    }
}
.text-light {
    font-weight: 300;
}
.text-regular {
    font-weight: 400;
}
.text-spacing-60 {
    letter-spacing: 0.06em;
}

/* Container */
@media (min-width: 480px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Buttons */
.btn {
    font-weight: 900;
    position: relative;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-width: 2px;
    transition: .3s;
    backface-visibility: hidden;
}
.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
    box-shadow: none;
}

.btn-default {
    color: #434345;
    background-color: transparent;
    border-color: #d9d9d9;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #434345;
    border-color: #434345;
}

.btn-primary {
    background-color: #004E9A;
    border-color: #004E9A;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #55bbeb;
    border-color: #55bbeb;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #55bbeb;
    border-color: #55bbeb;
}

.btn-danger {
    color: #fff;
    background-color: #C80813;
    border-color: #C80813;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e50a0a;
    border-color: #e50a0a;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 7px 12px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    border-width: 1px;
}
@media (min-width: 480px) {
    .btn-lg {
        padding: 17px 24px;
        font-size: 17px;
        line-height: 32px;
        border-radius: 5px;
    }
}

.btn.btn-icon {
    padding-left: 17px;
    padding-right: 17px;
}
.btn.btn-icon .icon {
    font-size: 28px;
    line-height: 28px;
    vertical-align: middle;
    transition: 0s;
}
.btn.btn-icon-left .icon {
    float: left;
    padding-right: 10px;
}
.btn-lg.btn-icon {
    padding-left: 30px;
    padding-right: 30px;
}
.btn-lg.btn-icon .icon {
    font-size: 32px;
    line-height: 32px;
}
.btn-lg.btn-icon-left .icon {
    padding-right: 14px;
}

.btn-anis-effect {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
    transition: .2s;
    transition-delay: .1s;
}
.btn-anis-effect:hover {
    transition-delay: .45s;
}
.btn-anis-effect:before,
.btn-anis-effect:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #434345;
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}
.btn-anis-effect:before {
    left: -20px;
    transform: translate(-50%, -50%);
}
.btn-anis-effect:after {
    right: -20px;
    transform: translate(50%, -50%);
}
.btn-anis-effect:hover:before {
    -webkit-animation: criss-cross-left 0.8s;
    animation: criss-cross-left 0.8s;
}
.btn-anis-effect:hover:after {
    -webkit-animation: criss-cross-right 0.8s;
    animation: criss-cross-right 0.8s;
}
.btn-anis-effect.btn-primary {
    color: #fff;
    background-color: #004E9A;
}
.btn-anis-effect.btn-primary:before,
.btn-anis-effect.btn-primary:after {
    background: #4A90E2;
}
.btn-anis-effect.btn-primary:hover {
    color: #fff;
    border-color: #4A90E2;
    background: #4A90E2;
}
.btn-anis-effect.btn-default {
    color: #434345;
    background-color: transparent;
    border-color: #d9d9d9;
}
.btn-anis-effect.btn-default:hover {
    color: #fff;
    border-color: #434345;
    background: #434345;
}

/* slider-menu-position */
.slider-menu-position {
    position: relative;
}
.slider-menu-position .rd-navbar-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.rd-navbar-mobile-scroll a {
	width: 100%;
	margin: 8px 0;
}

/* Section */
.section-relative {
    position: relative;
    z-index: 1;
}
.section-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-66 {
    padding-top: 66px;
    padding-bottom: 66px;
}
@media (min-width: 992px) {
    .section-lg-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .section-xl-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.section-top-66 {
    padding-top: 66px;
}
.section-bottom-34 {
    padding-bottom: 34px;
}
.section-bottom-41 {
    padding-bottom: 41px;
}

/* Icons */
.icon {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 54px;
    line-height: 56px;
    font-style: normal;
}
.icon:before {
    display: inline-block;
    position: relative;
}
a.icon {
    transition: .3s;
}
.icon-circle {
    width: 70px;
    height: 70px;
    font-size: 32px;
    line-height: 70px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
}
.icon-circle:before {
    line-height: 70px;
}
a.icon-circle.fa-facebook-f:hover {
    color: #fff;
    background: #0956b5;
}
a.icon-circle.fa-twitter:hover {
    color: #fff;
    background: #28d4f9;
}
a.icon-circle.fa-google-plus-g:hover {
    color: #fff;
    background: #f96a23;
}
a.icon-circle.fa-linkedin-in:hover {
    color: #fff;
    background: #0E7EB5;
}
.icon-xxs {
    font-size: 24px;
    line-height: 24px;
}
.icon-xxs.icon-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.icon-xxs.icon-circle:before {
    line-height: 40px;
}
.icon-xs {
    font-size: 32px;
    line-height: 32px;
}
.icon-xs.icon-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
}
.icon-xs.icon-circle:before {
    line-height: 50px;
}
.icon-darkest-filled,
.icon-shark-filled {
    color: #fff;
    border: none;
}
.icon-darkest-filled {
    background: #212121;
}
.icon-shark-filled {
    background: -moz-linear-gradient(45deg, #191919 0%, #434345 100%);
    background: -webkit-linear-gradient(45deg, #191919 0%, #434345 100%);
    background: -o-linear-gradient(45deg, #191919 0%, #434345 100%);
    background: -ms-linear-gradient(45deg, #191919 0%, #434345 100%);
    background: linear-gradient(45deg, #191919 0%, #434345 100%);
}

/* snackbars */
.snackbars {
    max-width: 280px;
    padding: 9px 16px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #212121;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 480px) {
    .snackbars {
        max-width: 370px;
        padding: 14px 17px;
    }
}

/* groups */
html .group-xl {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-bottom: -30px;
    margin-left: -30px;
}
html .group-xl > *:not(.group-item) {
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
}
html .grid-group-md {
    margin-top: 0;
    margin-bottom: -45px;
}
html .grid-group-md > * {
    margin-bottom: 45px;
}
@media (min-width: 1600px) {
    html .grid-group-md {
        margin-bottom: -60px;
    }
    html .grid-group-md > * {
        margin-bottom: 60px;
    }
}

/* widget-post */
.post-meta .icon-xxs {
    font-size: 18px;
}
.post-title + .post-meta {
    margin-top: 8px;
}
.widget-post {
    display: block;
}
.widget-post > a {
    display: inline-block;
}
.widget-post > a:hover time {
    transform: translate(10px, -1px);
}
.widget-post > a:hover h6 {
    color: #55bbeb;
}
.widget-post h6,
.widget-post time {
    transition: .3s;
}
.widget-post .post-meta .icon-xxs {
    font-size: 12px;
    margin-right: 5px;
}
.widget-post .post-meta time {
    display: inline-block;
    font-size: 12px;
    transform: translate(0, -1px);
}
.widget-post + .widget-post {
    margin-top: 16px;
}

/* Forms */
.rd-mailform {
    position: relative;
}
.form-control {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid #d9d9d9;
}
.form-control:focus {
    color: #212121;
    background-color: transparent;
    border-color: #d9d9d9;
    box-shadow: none;
}
.input-group .form-control {
    color: #212121;
    background: #fff;
}
.input-group.input-group-sm .form-control {
    height: 40px;
}
.input-group-text {
    background-color: #212121;
    border-color: #212121;
    color: #fff;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    height: auto;
}
.input-sm {
    line-height: 24px;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}
.form-label {
    position: absolute;
    top: 25px;
    left: 16px;
    font-size: 13px;
    color: #212121;
    pointer-events: none;
    z-index: 9;
    transition: .3s;
    transform: translateY(-50%);
    transform-origin: 0 0;
}
.form-label.focus {
    color: #55bbeb;
    top: 3px;
    transform: scale(0.8) translateY(0);
}
.form-label.auto-fill {
    color: #212121;
}
.form-label-sm {
    top: 20px;
    left: 12px;
}
.form-label-sm.focus {
    top: -1px;
}
.form-validation {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    line-height: 10px;
    margin-top: 2px;
    transition: .3s;
}
.form-validation-inside + .form-validation {
    top: 2px;
    margin-top: 0;
    left: 12px;
    background: #fff;
    z-index: 10;
}

.has-error .form-control:not(.form-control-impressed),
.has-error .form-control:not(.form-control-impressed):focus {
    border-color: #C80813;
    box-shadow: none;
}
.has-error .form-control-impressed,
.has-error .form-control-impressed:focus {
    box-shadow: inset 0 0 0 1px #C80813;
}
.has-error .form-validation {
    color: #e50a0a;
}
.has-error .recaptcha iframe {
    border: 1px solid #C80813;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    visibility: hidden;
    transform: translateX(-500px);
    transition: .3s all ease;
    z-index: 9999999;
}
#form-output-global.active {
    transform: translateX(0);
    visibility: visible;
}
@media (min-width: 480px) {
    #form-output-global {
        left: 30px;
    }
}
.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    line-height: 10px;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.form-output.active {
    opacity: 1;
    visibility: visible;
}

.form-search {
    position: relative;
}
.form-search .form-group {
    margin-bottom: 0;
}
.form-search-submit {
    position: absolute;
    font-size: 16px;
    right: 8px;
    top: 0;
    bottom: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    color: #434345;
    transition: .3s all ease;
}
.form-search-label {
    color: #212121;
}
.form-search-input {
    padding-right: 35px;
    color: #212121;
}

/* offsets */
html body .offset-top-4 {
    margin-top: 4px;
}
html body .offset-top-20 {
    margin-top: 20px;
}
html body .offset-top-30 {
    margin-top: 30px;
}
html body .offset-top-41 {
    margin-top: 41px;
}
html body .offset-top-50 {
    margin-top: 50px;
}
html body .offset-top-66 {
    margin-top: 66px;
}
@media (min-width: 480px) {
    html body .offset-sm-top-50 {
        margin-top: 50px;
    }
}
@media (min-width: 992px) {
    html body .offset-lg-top-0 {
        margin-top: 0;
    }
    html body .offset-lg-top-30 {
        margin-top: 30px;
    }
    html body .offset-lg-top-66 {
        margin-top: 66px;
    }
}
@media (min-width: 1200px) {
    html body .offset-xl-top-66 {
        margin-top: 66px;
    }
}

/* units */
html .unit {
    display: flex;
    flex-direction: column;
    margin-bottom: -30px;
    margin-left: -20px;
}
html .unit > * {
    margin-bottom: 30px;
    margin-left: 20px;
}
html .unit:empty {
    margin-bottom: 0;
    margin-left: 0;
}
html .unit-body {
    flex: 0 1 auto;
}
html .unit-left {
    flex: 0 0 auto;
    max-width: 100%;
}
html .unit-spacing-xs {
    margin-bottom: -15px;
    margin-left: -7px;
}
html .unit-spacing-xs > * {
    margin-bottom: 15px;
    margin-left: 7px;
}

/* context-dark */
.context-dark,
.context-dark .form-label,
.context-dark .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.context-dark .select2-container--bootstrap .select2-selection,
.context-dark h6 {
    color: #fff;
}
.context-dark .form-label.auto-fill {
    color: #212121;
}
.context-dark .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.context-dark .btn-default:focus,
.context-dark .btn-default.focus,
.context-dark .btn-default:hover,
.context-dark .btn-default:active,
.context-dark .btn-default.active,
.open > .context-dark .btn-default.dropdown-toggle {
    color: #434345;
    background-color: #fff;
    border-color: #fff;
}
.context-dark .btn-default.btn-anis-effect:before,
.context-dark .btn-default.btn-anis-effect:after {
    background: #fff;
}
.context-dark .has-error .form-validation {
    color: #fa8282;
}
@media (min-width: 768px) {
.context-dark .form-label-outside.auto-fill {
        color: #fff;
    }
}

/* Page Loader */
.page-loader-variant-1 {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    z-index: 9999999;
    background: #191919;
    transition: .3s all ease;
}
.page-loader-variant-1 .spinner {
    width: 56px;
    height: 56px;
    background: url("../images/633328.png") no-repeat transparent -2240px 0;
    animation: 1.5s sprite-animation steps(40) infinite;
    display: inline-block;
}
.page-loader-variant-1.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.page-loader-variant-1.loaded .spinner {
    animation: none;
}

/* Animation */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
html:not(.lt-ie10) .not-animated {
    opacity: 0;
}
@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/* list-marked */
.list-marked {
    text-align: left;
    padding-left: 0;
    list-style: none;
}
.list-marked li {
    padding-left: 15px;
    position: relative;
}
.list-marked li:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 13px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #004E9A;
}

/* To Top */
.ui-to-top {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    z-index: 1;
    transform: translateY(100px);
    background: #434345;
    color: #fff;
    border: none;
    font-size: 13px !important;
}
.ui-to-top:focus {
    color: #fff;
}
.ui-to-top:hover {
    color: #fff;
    background: #004E9A;
}
.ui-to-top.active {
    transform: translateY(0);
}
.mobile .ui-to-top,
.tablet .ui-to-top {
    display: none !important;
}
@media (min-width: 480px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}

/* Swiper */
.swiper-slide-caption {
    color: #fff;
}
.swiper-slide-caption .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
},
.swiper-slide-caption .btn-default:focus,
.swiper-slide-caption .btn-default.focus,
.swiper-slide-caption .btn-default:hover,
.swiper-slide-caption .btn-default:active,
.swiper-slide-caption .btn-default.active {
    color: #434345;
    background-color: #fff;
    border-color: #fff;
}
.swiper-slide-caption .btn-default.btn-anis-effect:before,
.swiper-slide-caption .btn-default.btn-anis-effect:after {
    background: #fff;
}
.swiper-container {
    height: 100vh;
}
.swiper-slide {
    background-position: center;
}
.swiper-slide:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(25, 25, 25, 0.2);
    transition: 1.2s;
    transition-delay: 0.6s;
    z-index: 1;
}
.swiper-slide .bg-vide {
    height: 100%;
    z-index: auto;
}
.swiper-slide .swiper-caption {
    position: relative;
    z-index: 9;
}
.swiper-container .no-transition {
    transition: 0s;
}
.swiper-button-prev,
.swiper-button-next {
    display: none;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 46px;
    text-align: center;
    margin-top: -23px;
    opacity: 1;
    color: #fff;
    background-image: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}
@media (min-width: 992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}
.swiper-button-prev {
    left: 23px;
}
.swiper-button-next {
    right: 3.5%;
}
.swiper-pagination {
    display: block;
}
.swiper-pagination-bullet {
    margin-left: 8px;
    line-height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #004E9A;
}
.swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
}
.swiper-container-horizontal > .swiper-pagination.swiper-pagination-type-1 {
    bottom: 30px;
    width: 100%;
}
.swiper-slide .swiper-parallax {
    height: 100%;
    white-space: nowrap;
}
.swiper-slide .swiper-parallax:before {
    content: '';
    display: inline-block;
    height: 50%;
}
.swiper-slide-caption {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    white-space: normal;
    padding: 0 15px;
}
.swiper-slide-caption h4 {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .swiper-slide-caption {
        padding: 0 80px;
    }
}
@media (max-width: 479.98px) {
    .swiper-slide h1 {
        font-size: 32px;
    }
    .swiper-slide h4 {
        font-size: 20px;
    }
    .swiper-slide .btn {
        font-size: 15px;
    }
    .swiper-slide .btn.btn-lg {
        padding: 10px 20px;
    }
    .swiper-slide .btn.btn-lg.btn-icon .icon {
        font-size: 28px;
    }
}
.swiper-button {
    width: 60px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.swiper-button:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button:after {
    position: absolute;
    top: calc(50% - 1px);
    width: 30px;
    height: 2px;
    background: #FFF;
    content: '';
    -webkit-transition: width 0.3s 0.2s;
    transition: width 0.3s 0.2s;
    -webkit-backface-visibility: hidden;
    /* needed because of Chrome bug with prefixed calc */
    backface-visibility: hidden;
}
.swiper-button.swiper-button-next {
    right: 23px;
}
.swiper-button.swiper-button-next:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent #fff;
    right: 0;
}
.swiper-button.swiper-button-next:after {
    right: 13px;
}
.swiper-button.swiper-button-next .preview {
    right: 40px;
}
.swiper-button.swiper-button-next .preview:after {
    content: 'Next';
    text-align: right;
    transform: translateX(-125%);
}
.swiper-button.swiper-button-prev:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13px 8px 0;
    border-color: transparent #fff transparent transparent;
    left: 0;
}
.swiper-button.swiper-button-prev:after {
    left: 13px;
}
.swiper-button.swiper-button-prev .preview {
    left: 40px;
}
.swiper-button.swiper-button-prev .preview:after {
    content: 'Previous';
    transform: translateX(125%);
}
.swiper-button.swiper-button-prev .preview__img {
    float: left;
}
.swiper-button.swiper-button-prev .preview__img:first-child {
    width: 32px;
    height: 32px;
}
.swiper-button.swiper-button-prev .preview__img:nth-child(2) {
    width: 48px;
    height: 48px;
}
.swiper-button.swiper-button-prev .preview__img:nth-child(3) {
    width: 64px;
    height: 64px;
}
.swiper-button .preview {
    position: absolute;
    top: -25%;
    display: flex;
    align-items: flex-end;
    width: 170px;
    pointer-events: none;
}
.swiper-button .preview__img {
    margin: 0 5px;
    opacity: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0px -1px 0 rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    transform: scale(0.3);
}
.swiper-button .preview__img:first-child {
    width: 64px;
    height: 64px;
}
.swiper-button .preview__img:nth-child(2) {
    width: 48px;
    height: 48px;
}
.swiper-button .preview__img:nth-child(3) {
    width: 32px;
    height: 32px;
}
.swiper-button .preview:after {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 20px 5px 0;
    width: 100%;
    color: #FFF;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    opacity: 0;
    transition: 0.3s;
}
.desktop .swiper-button {
    display: none;
}
.desktop .swiper-button:hover {
    width: 200px;
}
.desktop .swiper-button:hover:after {
    width: 200px;
    transition-delay: 0s;
}
.desktop .swiper-button:hover .preview {
    pointer-events: auto;
}
.desktop .swiper-button:hover .preview:after {
    opacity: 1;
    transition-delay: 0.2s;
    transform: translateX(0%);
}
.desktop .swiper-button:hover .preview__img {
    opacity: 1;
    transform: scale(1);
    -webkit-background-size: cover;
    background-size: cover;
    float: left;
}
.desktop .swiper-button:hover .preview__img:first-child {
    transition-delay: 0.3s;
}
.desktop .swiper-button:hover .preview__img:nth-child(2) {
    transition-delay: 0.35s;
}
.desktop .swiper-button:hover .preview__img:nth-child(3) {
    transition-delay: 0.4s;
}
@media (min-width: 1200px) {
    .desktop .swiper-button {
        display: block;
    }
    .desktop .swiper-pagination {
        display: none;
    }
}
