﻿
/*-------------------------------
 MILEA CSS INDEX
---------------------------------*/
/* 1 - BASE
/* 2 - LINKS & BUTTONS
/* 3 - COLOURS
/* 4 - OVERLAYS
/* 5 - MENUS + NAVS
/* 6 - TABS + ACCORDIONS
/* 7 - SERVICES
/* 8 - TESTIMONIALS
/* 9 - PRICING
/* 10 - COUNTER
/* 11 - BLOG
/* 12 - FORMS
/* 13 - FOOTER
/* 14 - FULLSCREEN PANEL
/* 15 - SIMPLE PLAYER
/* 16 - JARALLAX & FANCYBOX
/* 17 - SLICK SLIDER
/* 18 - BTT + MESSAGE FLOATING BUTTONS
/* 19 - PRELOADER
/* 20 - HEROS & HOMEPAGES
/* 21 - SEARCH PANEL
/* 22 - MOUSE ANIMATION
/* 23 - SOCIAL
/* 24 - RESPONSIVE
---------------------------------*/

/*-------------------------------
 1 - BASE
---------------------------------*/
html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    color: #212121;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}

p {
    line-height: 30px;
    font-size: 17px;
    font-weight: 300;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Montserrat', sans-serif;
    margin:0;
    padding: 0;
}

h1, .h1 {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

h2, .h2 {
    font-size: 46px; 
    font-weight: 800;
}

h3, .h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.5px;
}

h4, .h4 {
    font-size: 24px; 
    font-weight: 500;
}

h5, .h5 {
    font-size: 20px; 
    font-weight: 500;
}

h6, .h6 {
    font-size: 16px; 
    font-weight: 500;
}

.text-white h1, .text-white .h1, .text-white h2, .text-white .h2, .text-white h3, .text-white .h3, .text-white h4, .text-white .h4, .text-white h5, .text-white .h5, .text-white h6, .text-white .h6 {
    color: #ffffff;
}

b, strong {
    font-weight: 700;
}

.lead {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.8px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}

img {
    max-width: 100%;
}

.has-hover-overlay img {
    width: 100%;
}

a:hover {
    color: #1C1531;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.no-padding {
    padding: 0
}

.flaticon {
    display: inline
}

.mb30 {
    margin-bottom: 30px;
}

section  {
    position: relative;
}

.section-padding {
    padding: 110px 0px;
}

.extra-padding {
    padding: 180px 0 180px;
}

.section-title, .section-heading h2 {
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 800;
}
.section {
    padding: 100px 0px;
}

.line {
    width: 120px;
    background: #1C1531;
    height: 2px;
    margin: 10px 0 10px 23px;
}

.h-100 {
    min-height: 100vh;
}

.h-40 {
    min-height: 40vh;
}

.h-50 {
    min-height: 50vh;
}

.h-60 {
    min-height: 60vh;
}

.h-70 {
    min-height: 70vh;
}

.h-80 {
    min-height: 80vh;
}

.min-h-300 {
    min-height: 300px;
}

.background-cover {
    background-size: cover;
    background-position: 50% 50%;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-5 {
    z-index: 5;
}


.pad-r-40 {
    padding-right: 40px;
}

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pull-up-60 {
    margin-top: -60px;
}

.pull-up-120 {
    margin-top: -120px;
    position: relative;
    z-index: 5;
}

.pull-next-section-up {
    z-index: 1;
}

.really-pull-down-60 {
    margin-bottom: -60px;
}

.pull-down-60 svg {
    bottom: 90px;
    position: relative;
}

.really-pull-down-60 svg {
    bottom: 0px;
    position: relative;
}

.rounded {
    border-radius: 0.6rem !important;
    overflow: hidden;
}

.round {
    border-radius: 100% !important;
    overflow: hidden;
}

.rounded-right-large {
    border-radius: 0 50px 50px 0;
    overflow: hidden;
}

.pull-up-90 {
    margin-top: -90px;
}

.cover-link:before {
    content: '';
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cover-link[data-fancybox]:hover {
    cursor: url('../images/zoom-hover-icon.png'), auto !important;
}

.d-table {
    width: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.d-table-cell.cell-align-bottom {
    vertical-align: bottom;
}

.bordered {
    border: 1px solid #efefef;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-minus-160 {
    margin-bottom: -120px;
}

.o-hidden {
    overflow: hidden;
}

.max-h-md {
    max-height: 440px;
}

.mb-4, .my-4 {
    margin-bottom: 45px !important;
}

.row-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.box-shadow-hover {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.0);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.box-shadow-hover:hover {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.box-shadow {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}

.rotate-hover {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.rotate-hover:hover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: rotate(-1deg) translateY(-4px);
    -webkit-transform: rotate(-1deg) translateY(-4px);
    -o-transform: rotate(-1deg) translateY(-4px);
    -ms-transform: rotate(-1deg) translateY(-4px);
    transform: rotate(-1deg) translateY(-4px);
}

.rotate-hover-alt:hover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: rotate(1deg) translateY(-4px);
    -webkit-transform: rotate(1deg) translateY(-4px);
    -o-transform: rotate(1deg) translateY(-4px);
    -ms-transform: rotate(1deg) translateY(-4px);
    transform: rotate(1deg) translateY(-4px);
}

.rotate-sm {
    -moz-transform: rotate(-1deg) translateY(-4px);
    -webkit-transform: rotate(-1deg) translateY(-4px);
    -o-transform: rotate(-1deg) translateY(-4px);
    -ms-transform: rotate(-1deg) translateY(-4px);
    transform: rotate(-1deg) translateY(-4px);
}

.rotate-sm-alt {
    -moz-transform: rotate(1deg) translateY(4px);
    -webkit-transform: rotate(1deg) translateY(4px);
    -o-transform: rotate(1deg) translateY(4px);
    -ms-transform: rotate(1deg) translateY(4px);
    transform: rotate(1deg) translateY(4px);
}

.rotate-md {
    -moz-transform: rotate(-3deg) translateY(-4px);
    -webkit-transform: rotate(-3deg) translateY(-4px);
    -o-transform: rotate(-3deg) translateY(-4px);
    -ms-transform: rotate(-3deg) translateY(-4px);
    transform: rotate(-3deg) translateY(-4px);
}

.rotate-md-alt {
    -moz-transform: rotate(3deg) translateY(-4px);
    -webkit-transform: rotate(3deg) translateY(-4px);
    -o-transform: rotate(3deg) translateY(-4px);
    -ms-transform: rotate(3deg) translateY(-4px);
    transform: rotate(3deg) translateY(-4px);
}

.has-hover-overlay {
    position: relative;
    overflow: hidden;
}

.hover-overlay-panel {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 40px;
    opacity: 0;
    z-index: 1;
    justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.has-hover-overlay:hover .hover-overlay-panel {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.has-hover-overlay img {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale();
    transform: scale(1);
}

.has-hover-overlay:hover img {
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.isotope-wrapper {
    position: relative;
}

.overlay-filters {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 65px;
}

.has-static-overlay {
    position: relative;
}

.static-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    padding: 40px;
}


.filter-hider {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    height: 0;
}

.show-filters.hide-me {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    height: 0;
    display: none;
}

.filter-hider.reveal-me, .show-filters {    
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: auto;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.pt-105 {
    padding-top: 105px;
}
.bordered {
    border: 1px solid #dee2e6 !important;
}
.b-w-filter img {
    -webkit-filter: brightness(1.25) contrast(1.1) grayscale(1);
    filter: brightness(0.9) contrast(1.2) grayscale(1);
}
.img-200 {
    max-width: 200px;
}

.lh-0 {
    line-height: 0;
}
.la-4x {
    font-size: 4.8em;
}

/*-------------------------------
 2 - LINKS & BUTTONS
---------------------------------*/
.arrow-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.arrow-link .la-arrow-right {
    position: relative;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.arrow-link:hover .la-arrow-right {
    right: -10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn {
    display: inline-block;
    padding: 11px 30px 12px 30px;
    text-transform: uppercase;
    border: 2px solid transparent;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    transition: all .2s;
    border-radius: 0px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.btn:focus, .btn:active, .btn:active:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
}

.btn i {
    transform: translateX(0px);
}

.btn:hover i {
    transform: translateX(2px);
}

.btn-rounded {
    border-radius: 2px;
}

.btn-circled {
    border-radius: 40px;
}

.btn-sm {
    padding: 10px 30px;
}

/*-------------------------------
 3 - COLOURS
---------------------------------*/
.bg-primary {
    background-color: #005abb !important;
}

.border-primary {
    border-color: #005abb !important;
}

.bg-primary-alt {
    background-color: #003977;
}

.bg-primary-2 {
    background-color: #0c0c46;
}

.border-primary-2 {
    border-color: #0c0c46;
}

.bg-primary-2-alt {
    background-color: #02020c;
}

.bg-primary-3 {
    background-color: #A3C6C4;
}

.border-primary-3 {
    border-color: #A3C6C4;
}

.bg-primary-3-alt {
    background-color: #79aca9;
}

.bg-primary-4 {
    background-color: #6C7A89;
}

.border-primary-4 {
    border-color: #6C7A89;
}

.bg-primary-4-alt {
    background-color: #4e5863;
}

.bg-primary-5 {
    background-color: #DBC1AD;
}

.bg-primary-5-alt {
    background-color: #c69d7e;
}

.bg-primary-6 {
    background-color: #928490;
}

.bg-primary-6-alt {
    background-color: #6f636e;
}

.bg-gray {
    background: #f4f4f4;
}

.bg-white {
    background-color: #fff;
}

.bg-white-opaque {
    background-color: rgba(255,255,255,0.95);
}

.bg-alternative {
    background: #FCFFFC
}

.color-primary {
    color: #1E1536;
}

.bg-black {
    background-color: #000;
}

.bg-dark {
    background-color: #070312 !important;
}

.bg-dark-gray {
    background-color: #121212;
}

.bg-feature {
    background-color: #070312;
}

.bg-onsale {
    background-color: #b21b1b;
}



/* BUTTON COLOURS */
.btn-hero, .btn-white:hover {
    color: #fff !important;
    background: #1C1531;
    border-color: #1C1531;
}

.btn-primary {
    color: #fff !important;
    background: #005abb;
    border-color: #005abb;
}

.btn-primary:hover {
    color: #fff !important;
    background: #003977;
    border-color: #003977;
}

.btn-hero:focus {
    color: #fff !Important;
}

.btn-black, .btn-hero:hover {
    background-color: #1E1536;
    color: #fff !Important;
}

.btn-black:hover {
    color: #fff;
    background: #1C1531;
}

.btn-black:focus {
    color: #fff;
}

.btn-white {
    background-color: #ffffff;
    color: #222 !important;
    border-color: #ffffff;
}

.btn-white:active {
    color: #fff;
}

.btn-white:focus {
    color: #000 !important;
}

.btn-transparent-black, .sticky-light.is-scrolled .btn-transparent-white {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 1);
    color: #222 !important;
}

.btn-transparent-black:hover, .sticky-light.is-scrolled .btn-transparent-white:hover {
    color: #fff !important;
    background-color: #000;    
    border: 2px solid rgba(0, 0, 0, 1);
}

.btn-transparent-white, .sticky-pill:not(.sticky-light).is-scrolled .btn-transparent-black {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
}

.btn-transparent-white:hover, .sticky-pill:not(.sticky-light).is-scrolled .btn-transparent-black:hover {
    background-color: #fff;
    color: #222 !important;
    border-color: #fff;
}

.btn-transparent-white:active, .btn-transparent-white:focus {
    color: #222;
    background-color: #fff;
    border-color: #fff;
}

.btn-dark-gray {
    background-color: transparent;
    border: 2px solid #111;
    color: #111;
}

.btn-transparent-black:hover {
    background: #fff !important;
    color: #111 !important;
}

/*-------------------------------
 4 - OVERLAYS
---------------------------------*/
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #004dff;
    opacity: 0.5;
}

.overlay-dark {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0.6;
}

.overlay-darker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.overlay-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0c0c46;
    opacity: 0.7;
}

.overlay-3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0b150e;
    opacity: 0.2;
}

.overlay-4 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0b150e;
    opacity: 0.9;
}

.overlay-light {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.4;   
}

.overlay-light-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.8;   
}

.gradient-overlay {
    background-image: linear-gradient(-20deg, #107FC9 0%, #1C1531 100%);
    opacity: .85;
}

.gradient-text {
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-btn {
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    color: #fff;
    border: none;
}

.bg-pattern-1 {
    background-image: url(../images/bg-pattern-1.png);
}

.bg-pattern-2 {
    background-image: url(../images/bg-pattern-2.png);
}



/*-------------------------------
 5 - MENUS + NAVS
---------------------------------*/
.transparent-navigation .logo-dark, .nav-light .logo-light, .sticky-pill.is-scrolled .logo-dark, .nav-content-dark:not(.is-scrolled) .logo-light, .transparent-navigation.sticky-light.is-scrolled .logo-light, .sticky-light.is-scrolled .logo-light  {
    display: none;
}

.transparent-navigation.sticky-light.is-scrolled .logo-dark, .sticky-pill:not(.sticky-light).is-scrolled .logo-light, .sticky-light.is-scrolled .logo-dark, .nav-content-dark:not(.is-scrolled) .logo-dark {
    display: inline-block;
}
.navbar-nav .nav-link {
    margin-left: 10px;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    margin: 0 5px;  
}

.navbar-nav .nav-link.active:after {
    content: '';
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 7px;
    font-size: 30px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 25px;
    background: #fff;
    height: 2px;
    opacity: 1;
}

.site-navigation, .transparent-navigation, .main-nav-area:not(.is-scrolled) {
    padding: 25px 0px;
}

.site-navigation .navbar-nav a, .transparent-navigation .navbar-nav a {
    text-transform: uppercase;
}

.site-navigation .navbar-nav a.active, .transparent-navigation .navbar-nav a.active {
    color: red;
}

.overlay-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
}

.is-scrolled {
    top: 0px;
    z-index: 9999;
    width: 100%;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #000 !important;    
    opacity: 0;
    animation: fadeIn 0.3s ease-in both;
    animation-timing-function: ease-in-out;
    position: fixed;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -120px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.main-nav-area.navbar-nav .nav-link {
    padding: 0px 24px;
}

.main-nav-area.navbar-nav .nav-link:last-child {
    padding-right: 0px;
}

.site-navigation, .transparent-navigation {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.navbar-brand {
    padding-top: 0px;
    margin-right: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.navbar-brand span {
    font-weight: 400;
}

.navbar-expand-lg.transparent-navigation .navbar-nav .nav-link {
    color: #fff;
}

.transparent-navigation {
    background: transparent;
}

.transparent-navigation.is-scrolled:not(.sticky-light) .navbar-nav .nav-link {
    color: #fff !important;
}

.transparent-navigation.is-scrolled .navbar-nav a.active {
    color: #1C1531;
}

.navbar-brand img {
    max-width: 240px;
    max-height: 90px;
}

.transparent-navigation.is-scrolled .btn-white {
    background: #1C1531;
    color: #fff;
}

.nav-content-dark.navbar-expand-lg.transparent-navigation .navbar-nav .nav-link, .nav-content-dark:not(.is-scrolled) .nav-link, .sticky-light.is-scrolled .navbar-nav .nav-link {
    color: #222;
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

@media all and (min-width: 1200px) {
    .megamenu .container {
        padding: 0;
        margin-top: 15px;
        border-radius: 10px;
        width: calc(100% + 170px);
        max-width: calc(1280px + 170px);
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    .megamenu .container .col-lg-7 {
        padding-left: 100px;
    }

    .megamenu .container .col-lg-5 + .col-lg-7 {
        padding-left: 15px;
        padding-right: 100px;
    }

    .megamenu .container .col-lg-7 + .col-lg-5 {
        width: calc(33.3333%);
        flex: 0 0 calc(33.3333%);
        max-width: none;
        left: 2px;
    }  
}


#content-wrapper {
    z-index: 1;
    position: relative;
    background-color: #fff;
}

.nav-item.dropdown:not(.megamenu) .dropdown-menu {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 20px;
    border: 0px;
    padding: 0px;
    position: absolute;
    left: -7px;
    min-width: 220px;
    border-radius: 7px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.megamenu .dropdown-item {
    padding-left: 0;
}

.dropdown-item:hover {
    color: #1C1531;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu {
    opacity: 0
}

.dropdown-menu.show {
    animation: .2s forwards b
}

@keyframes b {
    to {
        opacity: 1
    }
}

.dropdown-item, .dropdown-item.nav-link {
    font-size: .6875rem;
    font-weight: 500;
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: background-color .1s;
    text-transform: uppercase
}

@media (min-width:991px) {
    .dropdown-item {
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 13px;
        font-weight: 400;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0 !important;
        left: 100% !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 990px) {
    .nav-item.dropdown .dropdown-menu {
        display: none;
        top: 0%;
        border: 0px;
        padding: 0px;
        position: relative;
        left: -7px;
        width: 100%;
    }
    .nav-item.dropdown .dropdown-menu.show {
        display: block;
        visibility: visible;
        opacity: 1;
        width: 100%;
        left: 0;
    }
}

.dropdown-submenu {  
    border-radius: 7px;
    position: relative;
}

.dropdown-toggle::after {
    content: "\f165";
    font-family: "LineAwesome";
    border: none;
    font-size: 8px;
    float: right;
    top: 0px;
    position: relative;
    margin-left: 5px;
}

.dropdown-item.dropdown-toggle::after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0px;
}
.transparent-navigation.is-scrolled {
    background: transparent;
    background-image: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0;
}

@media all and (min-width: 1200px) {
     .sticky-pill.is-scrolled > .container {
        background: #070312;
        padding: 20px 100px;
        margin-top: 15px;
        border-radius: 50px;
        width: calc(100% + 170px);
        max-width: calc(1280px + 170px);
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    }   
}

.sticky-light.is-scrolled > .container {
    background: #ffffff;
}

/*-------------------------------
 6 - TABS + ACCORDIONS
---------------------------------*/
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
    color: #222;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #1C1531;
    background-color: transparent;
    border: none;
}

.tabs-style-1 .nav-tabs .nav-link:hover, .tabs-style-1 .nav-tabs .nav-link:focus, .tabs-style-1 .nav-tabs .nav-link {
    border: none;
}

.tabs-style-1 {
    border-bottom: none;
}

.tabs-style-1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}   

.tabs-style-1 .nav-link:not(.active) {
    opacity: 0.7;
}

.vertical-tabs .vertical-tabs-navbar {
    padding: 0;
}

.vertical-tabs .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 100%;
}

.vertical-tabs .nav-tabs .nav-link {
    padding: 0 0 20px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.vertical-tabs .nav-tabs .nav-link.active:after {
    font-family: "LineAwesome";
    content: "\f274";
    font-size: 20px;
    margin-left: 15px;
}

.line-active .nav-link {
    position: relative;
    padding: 11px 30px 12px 30px;
    border: none;  
    color: #222;       
    border-radius: 50px;
}

.line-active .nav-link.active {
    color: #fff; 
    background-color: #1C1531;  
    transition: all 0.2s ease-in-out;
}

.line-active .nav-link.active:hover {
    color: #fff; 
    background-color: #1C1531; 
    transition: all 0.2s ease-in-out;
}

.line-active .nav-link:after {
    content: '';
    height: 0px !important;
    width: 3px;
    position: absolute;
    left: 50%;
    background: #222;
    margin-left: -1px;
    top: 100%;
    transition: height 0.4s ease-in-out; 
}

.accordion-header {
    padding: 14px 0;
}

.accordion-header .card-arrow {
    position: absolute;
    right: 29px;
    top: 50px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

[aria-expanded="true"] .card-arrow {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tabs-center {
    text-align: center;
    display: block;
}

.tabs-center .nav-item {
    display: inline-block;
    float: none;
}

/*-------------------------------
 6 - TABS + ACCORDIONS
---------------------------------*/
.section-heading {
    margin-bottom: 90px;
}

.line-before, .line-after {
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 110px;
    margin-bottom: 8px;
    position: relative;
    letter-spacing: 1.7px;
    color: #1C1531;
}

.line-after {
    padding-right: 110px;
    padding-left: 0;
}

.line-before.small-line {
    padding-left: 70px;
}

.line-before:before {
    content: '';
    width: 85px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: #1C1531;
}

.line-before.small-line:before {
    content: '';
    width: 60px;
}

.line-after:before {
    content: '';
    width: 85px;
    height: 2px;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background: #1C1531;
} 

.line-white:before {
    background-color: #fff;
}

.section-heading h2 {
    margin-bottom: 20px;
}

.page-title-area .content-padding {
    padding: 180px 0px 180px;
}

/*-------------------------------
 7 - SERVICES
---------------------------------*/
.service-box .service-icon {
    width: 64px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-box:hover .service-icon {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-box.text-left .service-icon {
    text-align: center;
    margin: 0;
}

.service-box {
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    padding: 45px 35px 35px 35px;
    border-radius: 5px;
}

.service-inner h5 {
    margin-bottom: 30px;
}

.service-inner span {
    color: #1C1531;
}

.service-box-hover:hover {
    background-color: #1E1536;
}

.service-box-hover:hover .service-inner * {
    color: #fff;
}

.service-box-hover:hover .icon-primary * {
    fill: #fff;
}

.service-bg-icon {
    position: absolute;
    opacity: 0.1;
    top: -75px;
    left: -75px;
    width: 300px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-box:hover .service-bg-icon {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-bg-icon-alt {
    position: absolute;
    opacity: 0.1;
    top: -75px;
    right: -75px;
    width: 300px;
}

.icon-primary * {
    fill: #1C1531;
}

.text-white p {
    color: #fff;
}

.icon-md {
    max-width: 64px;
}

.service-icon-left-icon {
    float: left;
}

.service-icon-left-content {
    margin-left: 90px;
}

/*-------------------------------
 8 - TESTIMONIALS
---------------------------------*/
.avatar {
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

.avatar.avatar-sm {
    width: 44px;
    height: 44px;
}

.avatar.avatar-lg {
    width: 120px;
    height: 120px;
}

.author-info p {
    margin: 0px;
    font-size: 14px;
}

.testimonials-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: auto;
    margin-right: 40px;
    margin-bottom: 0;
    bottom: 30px;
}

.testimonials-carousel .carousel-indicators li {
    background: #111;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: none;
}

.carousel-indicators li.active {
    background: #1C1531;
}

.testimonial-content .author-text {
    padding-top: 10px;
}

.testimonial-content .author-info {
    display: block;
    margin-bottom: 25px;
}

.testimonial-content p {
    font-size: 24px;
    line-height: 38px;
    color: #222;
    display: block;
    font-weight: 300;
    letter-spacing: 0.8px;
}

.author-text h5 {
    text-transform: uppercase;
}

.author-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px;
    color: #888;
    margin: 0px;
}

.testimonial-content p i {
    margin: 0px 8px;
}

/*-------------------------------
 9 - PRICING
---------------------------------*/
.price-header {
    padding: 30px;
    text-align: left;
}

.price-header .price {
    font-size: 72px;
    line-height: 60px;
    margin-bottom: 0px;
    font-weight: 600;
}

.price-header h5 {
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 20px;
}

.price-header .price small {
    font-size: 18px;
}

.pricing-block ul {
    padding: 20px 20px;
    margin-bottom: 20px;
}

.pricing-block ul li {
    padding: 4px 0px 8px;
    font-size: 16px;
}

.pricing-block .btn {
    margin-bottom: 30px;
}

.featured-grow {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.pricing-block .text-success {
    border: 1px solid #28a745;
    border-radius: 50px;
    font-size: 10px;
    padding: 6px;
    margin-right: 5px;
}

/*-------------------------------
 10 - COUNTER
---------------------------------*/
.counter {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 10px 0px;
}

.counter-stat i:not(.la-4x):not(.la-3x):not(.la-2x) {
    font-size: 40px;
    margin: 0 auto 10px;
    clear: both;
    display: block;
}

/*-------------------------------
 11 - BLOG
---------------------------------*/
.blog-block {
    overflow: hidden;
}

.blog-text .author-name {
    font-weight: 400;
}

.blog-text .author-name span {
    margin-right: 10px;
    font-weight: 600;
}

.blog-block .read-more, .blog-block span {
    color: #1C1531;
}

.page-link {
    color: #1E1536;
    background-color: #fff;
    border: none;
    width: 54px;
    height: 54px;
    line-height: 53px;
    padding: 0;
    border-radius: 100% !important;
    font-weight: 700;
}

.page-item {
    margin-right: 10px;
}

.page-item:last-of-type {
    margin-right: 0px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1E1536;
    border-color: #1E1536;
}

.blog-post {
    margin-bottom: 50px;
}

.blog-post img {
    border-radius: 5px;
}

.blog-post .post-author i, .blog-post .post-info i {
    margin-right: 5px;
    font-size: 14px;
}

.blog-post .post-author span, .blog-post .post-info span {
    font-size: 14px;
}

.sidebar-widget {
    margin-bottom: 40px;
    padding-left: 20px;
}

.category ul li {
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid#eee;
    padding-bottom: 10px;
}

.category ul li:before {
    position: absolute;
    content: "\f167";
    left: 0px;
    top: 0px;
    font-family: "LineAwesome";
    color: #1C1531;
}

.tag a {
    text-transform: capitalize;
    padding: 5px 8px;
    border: 1px solid#eee;
    margin-bottom: 5px;
    font-size: 14px;
    display: inline-block;
}

.search i {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 35px;
    margin-top: 15px;
    color: #1C1531;
}

.download a {
    display: block;
    padding: 12px 20px;
    border: 1px solid#eee;
    margin-bottom: 10px;
    background: #f2f2f2;
}

.download a i {
    margin-right: 15px;
    color: #1C1531;
}

.quote i {
    font-size: 58px;
    margin-right: 15px;
    position: absolute;
    left: 0px;
}

.quote {
    font-size: 26px;
    line-height: 38px;
    color: #808080;
    position: relative;
    margin: 60px 0px;
    padding-left: 70px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.comments-section {
    padding-top: 80px;
    border-top: 1px solid #efefef;
    margin-top: 80px;
}

.comments-section .comment {
    margin-bottom: 30px;
}

.comments-section .comment .comment {
    margin-top: 30px;
}

.comments img {
    width: 80px;
    height: 80px;
    margin-top: 4px;
}

.blog-block-small .h4 {
    font-size: 16px;
    padding-right: 15px;
}

.blog-block-small .author-name {
    font-size: 12px;
}

.blog-block-small .author-name + .h4 {
    font-size: 17px;
    font-weight: 700;
}

.single-post-content h1, .single-post-content .h1, .single-post-content h2, .single-post-content .h2, .single-post-content h3, .single-post-content .h3, .single-post-content h4, .single-post-content .h4, .single-post-content h5, .single-post-content .h5, .single-post-content h6, .single-post-content .h6 {
    margin-bottom: 20px;
}

/*-------------------------------
 12 - FORMS
---------------------------------*/
input[type=text], input[type=email] {
    height: 46px;
}

.form-control {
    border: 2px solid #eee;
    border-radius: 50px;
    padding: 10px 20px;
}

textarea.form-control {
    border-radius: 25px;
}

.form-control:hover, .form-control:focus {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.input:focus {
    outline: none;
}

.form-control::-webkit-input-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control::-moz-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-ms-input-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-moz-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

/*-------------------------------
 13 - FOOTER * WIDGETS
---------------------------------*/
#footer {
    padding-bottom: 60px;
    position: relative;
}

.footer-widget ul li {
    padding: 5px 0px;
}

.footer-widget p {
    margin-bottom: 5px;
}

.footer-widget.text-white p {
    color: #fefefe;
}

.footer-widget h4, .widget-title {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-widget h4 span {
    color: #1C1531;
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.footer-blog li img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.footer-blog li h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.footer-blog li a.read-more {
    font-size: 13px;
}

.footer-blog li {
    margin-bottom: 15px;
}

.footer-copyright {
    margin-top: 10px;
    font-size: 16px;
}

.footer-text h6 {
    margin-bottom: 10px;
}

.footer-widget.text-white a, .text-white a:not(.btn) {
    color: #ffffff;
}

#footer.fixed-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.lower-footer {
    margin-top: 80px;
}

.tags a, .post-tag {
    border: 2px solid;
    margin: 0 5px 7px 0;
    padding: 1px 10px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 14px;
}
.tags a:hover, .post-tag:hover {
    border: 2px solid #222;
    background-color: #222;
    color: #fff;
}

/*-------------------------------
 14 - FULLSCREEN PANEL
---------------------------------*/
#fs-panel {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    -o-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
}

#fs-panel.reveal-me {
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

#fs-nav .nav-item {
    margin-bottom: 25px;
    line-height: 80px;
    opacity: 0;
    transform: translateX(150%);
}

#fs-nav .nav-item .nav-link {
    font-size: 64px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

#fs-nav .nav-item .dropdown-menu {
    position: relative !important;
    transform: none !important;
    text-align: right;
    box-shadow: none;
    border: none;
    padding-right: 0;
    height: 0;
    line-height: 40px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#fs-nav .nav-item .dropdown-menu.show {
    height: auto;
    opacity: 1;
    visibility: visible;
}

#fs-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 600;
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: background-color .1s;
    letter-spacing: 2px;
    line-height: 18px;
    width: auto;
    display: inline-block;
    padding-right: 0;
    padding-left: 3.2em;
}

#fs-nav .nav-item.dropdown:hover .dropdown-menu:not(.show) {
    opacity: 1;
    visibility: visible;
    display: none;
}

#fs-nav .dropdown-item+.dropdown-item {
    border-top: none;
}

#fs-nav .dropdown-item:hover {
    color: #1C1531;
    ;
    text-decoration: none;
    background-color: transparent;
}

[data-close-panel] {
    position: absolute;
    top: 40px;
    z-index: 5;
    right: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3);
    border: 2px solid #111;
    text-align: center;
    font-size: 14px;
    line-height: 51px;
}

.menu-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-toggle .bar {
    position: relative;
    width: 25px;
    height: 2px;
    background: #fff;
}

.menu-toggle .bar:before, .menu-toggle .bar:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: top .25s ease, bottom .25s ease, -webkit-transform .25s ease;
    transition: transform .25s ease, top .25s ease, bottom .25s ease;
    transition: transform .25s ease, top .25s ease, bottom .25s ease, -webkit-transform .25s ease;
}

.menu-toggle .bar:before {
    top: -7px;
}

.menu-toggle .bar:after {
    bottom: -7px;
}
.header-cta {
    font-size: 16px;
    box-shadow: none;
}

/*-------------------------------
 15 - SIMPLE PLAYER
---------------------------------*/
@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}
@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
@keyframes plyr-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease
}
.plyr audio, .plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%
}
.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}
.plyr:focus {
    outline: 0
}
.plyr--full-ui {
    box-sizing: border-box
}
.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
    box-sizing: inherit
}
.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
    touch-action: manipulation
}
.plyr__badge {
    background: #4a5764;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px
}
.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}
.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}
.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}
.plyr__captions .plyr__caption div {
    display: inline
}
.plyr__captions span:empty {
    display: none
}
@media (min-width:480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px
    }
}
@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px
    }
}
.plyr--captions-active .plyr__captions {
    display: block
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(-40px)
}
.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all .3s ease
}
.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px
}
.plyr__control:focus {
    outline: 0
}
.plyr__control.plyr__tab-focus {
    box-shadow: none;
    outline: 0
}
a.plyr__control {
    text-decoration: none
}
a.plyr__control::after, a.plyr__control::before {
    display: none
}
.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
}
.plyr__control--overlaid {
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: none;
    left: 50%;
    padding: 25px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 2
}
.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr--video .plyr__control--overlaid {
    transform: translate(-50%, -50%) scale(1);
}

.plyr--video:hover .plyr__control--overlaid {
    transform: translate(-50%, -50%) scale(1.1);
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
    background: #00b3ff
}
.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}
.plyr--full-ui ::-webkit-media-controls {
    display: none
}
.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}
.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}
.plyr__controls .plyr__controls__item {
    margin-left: 2.5px
}
.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px
}
.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time+.plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}
.plyr__controls .plyr__controls__item.plyr__volume {
    padding-right: 5px
}
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
    padding-right: 0
}
.plyr__controls:empty {
    display: none
}
.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4a5764;
    padding: 10px
}
.plyr--video .plyr__controls {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}
@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px
    }
}
.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}
.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
    display: none
}
.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}
.plyr__menu {
    display: flex;
    position: relative
}
.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}
.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4a5764;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}
.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}
.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, .9);
    content: '';
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0
}
.plyr__menu__container [role=menu] {
    padding: 7px
}
.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}
.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}
.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5764;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}
.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}
.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}
.plyr__menu__container .plyr__control--forward {
    padding-right: 28px
}
.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(74, 87, 100, .8);
    right: 5px
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor
}
.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px)
}
.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(74, 87, 100, .8);
    left: 7px
}
.plyr__menu__container .plyr__control--back::before {
    background: #c1c9d1;
    box-shadow: 0 1px 0 #fff;
    content: '';
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
    border-radius: 100%
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    background: rgba(0, 0, 0, .1);
    content: '';
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    width: 16px
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #00b3ff
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
    background: rgba(0, 0, 0, .1)
}
.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none
}
.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    color: #00b3ff;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    -webkit-appearance: none;
    margin-top: -4px
}
.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px
}
.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px
}
.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}
.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    margin-top: 0
}
.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}
.plyr--full-ui input[type=range]:focus {
    outline: 0
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline: 0
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline: 0
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline: 0
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, .25)
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: rgba(255, 255, 255, .25)
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: rgba(255, 255, 255, .25)
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193, 201, 209, .66)
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(193, 201, 209, .66)
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(193, 201, 209, .66)
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}
.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}
.plyr__poster:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: 0.4;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}
.plyr__time {
    font-size: 14px
}
.plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: 10px
}
@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}
.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}
.plyr__tooltip {
    background: rgba(255, 255, 255, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4a5764;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    white-space: nowrap;
    z-index: 2
}
.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, .9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}
.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}
.plyr__controls>.plyr__control:first-child .plyr__tooltip, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 0 100%
}
.plyr__controls>.plyr__control:first-child .plyr__tooltip::before, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
    left: 16px
}
.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 100% 100%
}
.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%)
}
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip, .plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child:hover .plyr__tooltip, .plyr__controls>.plyr__control:last-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}
.plyr--video {
    background: #000;
    overflow: hidden
}
.plyr--video.plyr--menu-open {
    overflow: visible
}
.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0
}
.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}
.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}
.plyr__progress {
    left: 6.5px;
    margin-right: 13px;
    position: relative
}
.plyr__progress input[type=range], .plyr__progress__buffer {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px)
}
.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}
.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0
}
.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    padding: 0;
    position: absolute;
    top: 50%
}
.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}
.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s ease
}
.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s ease
}
.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width .2s ease
}
.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .25)
}
.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 201, 209, .66)
}
.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(35, 41, 47, .6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, .6) 50%, rgba(35, 41, 47, .6) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent
}
.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, .25)
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 201, 209, .66)
}
.plyr__volume {
    align-items: center;
    display: flex;
    flex: 1;
    position: relative
}
.plyr__volume input[type=range] {
    margin-left: 5px;
    position: relative;
    z-index: 2
}
@media (min-width:480px) {
    .plyr__volume {
        max-width: 90px
    }
}
@media (min-width:768px) {
    .plyr__volume {
        max-width: 110px
    }
}
.plyr--is-ios .plyr__volume {
    display: none!important
}
.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
    display: none!important
}
.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}
.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}
.plyr:fullscreen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}
.plyr:-webkit-full-screen video {
    height: 100%
}
.plyr:-ms-fullscreen video {
    height: 100%
}
.plyr:fullscreen video {
    height: 100%
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}
.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}
.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}
@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
    .plyr:fullscreen .plyr__captions {
        font-size: 21px
    }
}
.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}
.plyr:-webkit-full-screen video {
    height: 100%
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}
@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
}
.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}
.plyr:-moz-full-screen video {
    height: 100%
}
.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}
@media (min-width:1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }
}
.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%
}
.plyr:-ms-fullscreen video {
    height: 100%
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}
@media (min-width:1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
}
.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}
.plyr--fullscreen-fallback video {
    height: 100%
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}
.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}
@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px
    }
}
.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}
.plyr__ads>div, .plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}
.plyr__ads::after {
    background: rgba(35, 41, 47, .8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3
}
.plyr__ads::after:empty {
    display: none
}
.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    left: 0;
    margin: -2.5px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}
.plyr__preview-thumb {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    z-index: 2
}
.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0, 0) scale(1)
}
.plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, .9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}
.plyr__preview-thumb__image-container {
    background: #c1c9d1;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0
}
.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}
.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}
.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px
}
.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}
.plyr__preview-scrubbing--is-shown {
    opacity: 1
}
.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}
.plyr--no-transition {
    transition: none!important
}
.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0!important;
    height: 1px!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}
.plyr [hidden] {
    display: none!important
}

.video-player {
    position: relative;
    background: #000;
    width: 100%;
}

#video img, #video iframe {
    display: block;
}

.card {
    border-radius: 0;
    border: none;
    padding: 35px 40px 35px;
}

.card-small {
    padding: 20px 40px 21px;
}

.card-title {
    font-weight: 600;
}

/*-------------------------------
 16 - JARALLAX & FANCYBOX
---------------------------------*/
.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.list-item-flex {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
}

.fancybox-bg {
    background: rgb(255, 255, 255);
    opacity: 0.95 !important;
}

.fancybox-caption {
    background: transparent;
    bottom: 0;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
}

.fancybox-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 55px;
}

.fancybox-button svg path {
    fill: #000;
}

.fancybox-button svg {
    display: block;
    height: 40px;
    width: 40px;
    visibility: hidden;
}

.fancybox-button--close:after {
    content: "\f191";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 24px;
    color: #222;
    position: absolute;
    top: 15px;
    left: 0;
    width: 46px;
    height: 46px;
    border: 2px solid #222;
    border-radius: 50px;
    line-height: 43px;
    transition: all 0.2s ease-in-out;
}

.fancybox-button--play:after {
    content: "\f2be";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 24px;
    color: #222;
    position: absolute;
    top: 15px;
    left: 0;
    width: 46px;
    height: 46px;
    border: 2px solid #222;
    border-radius: 50px;
    line-height: 43px;
    transition: all 0.2s ease-in-out;
}

.fancybox-button--zoom:after {
    content: "\f2ed";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 28px;
    color: #222;
    position: absolute;
    top: 15px;
    left: 0;
    width: 46px;
    height: 46px;
    border: 2px solid #222;
    border-radius: 50px;
    line-height: 41px;
    transition: all 0.2s ease-in-out;
}

.fancybox-button--arrow_right>div:after {
    content: "\f112";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 24px;
    color: #222;
    position: absolute;
    top: 15px;
    left: 0;
    width: 46px;
    height: 46px;
    border: 2px solid #222;
    border-radius: 50px;
    line-height: 43px;
    transition: all 0.2s ease-in-out;
}

.fancybox-button--arrow_left>div:after {
    content: "\f111";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 24px;
    color: #222;
    position: absolute;
    top: 15px;
    left: 0;
    width: 46px;
    height: 46px;
    border: 2px solid #222;
    border-radius: 50px;
    line-height: 43px;
    transition: all 0.2s ease-in-out;
}

.fancybox-button--arrow_left>div:hover:after, .fancybox-button--arrow_right>div:hover:after, .fancybox-button--close:hover:after, .fancybox-button--zoom:hover:after, .fancybox-button--play:hover:after, .fancybox-button--close:hover:after {
    color: #fff !important;
    background-color: #222 !important;
    border: 2px solid #222 !important;  
    transition: all 0.2s ease-in-out;
}

.fancybox-button--arrow_right[disabled]>div:after, .fancybox-button--arrow_left[disabled]>div:after {
    opacity: 0;
}

/*-------------------------------
 17 - SLICK SLIDER
---------------------------------*/
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 5;
    border: 2px solid #111;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-family: 'LineAwesome';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke-width: 1px;
}

.slick-prev:before {
    content: "\f120";
}

.slick-next:before {
    content: "\f121";
}

.slick-prev {
    left: 25px;
}

[dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
}

.slick-next {
    right: 25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 25px;
}

.arrows-outside .slick-prev {
    left: -25px;
}

[dir='rtl'] .arrows-outside .slick-prev {
    right: -25px;
    left: auto;
}

.arrows-outside .slick-next {
    right: -25px;
}

[dir='rtl'] .arrows-outside .slick-next {
    right: auto;
    left: -25px;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.carousel-card .card {
    max-width: 340px;
}

.fw-auto-highlight .slick-slide:not(.slick-current) {
    opacity: 0.3;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.fw-auto-highlight .slick-slide {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*-------------------------------
 18 - BTT + MESSAGE FLOATING BUTTONS
---------------------------------*/
.progress-wrap, .contact-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3);
}

.contact-wrap {    
    bottom: 50px;
    color: #111;
    border: 2px solid #111;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
}

.contact-wrap a, .contact-wrap a:hover {
   color: #111; 
}

.progress-wrap.active-progress + .contact-wrap {    
    bottom: 111px;
}

.contact-wrap.lighten, .contact-wrap.really-lighten {  
    color: #fff;
    border: 2px solid #fff;
}

.contact-wrap.lighten a, .contact-wrap.really-lighten a {
    color: #fff;
}

.progress-wrap.active-progress, .contact-wrap.active-contact {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'LineAwesome';
    content: "\f122";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #222;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'LineAwesome';
    content: "\f122";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, #222, #222);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.lighten::before, .really-lighten.progress-wrap::before {
    background-image: linear-gradient(298deg, #fff, #fff);
}

.progress-wrap.lighten::after, .really-lighten.progress-wrap::after {
    color: #fff;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #222;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.lighten svg.progress-circle path, .progress-wrap.really-lighten svg.progress-circle path {
    stroke: #fff;
}

/*-------------------------------
 19 - PRELOADER
---------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 75px;
    height: 75px;
    margin: -32.5px 0 0 -32.5px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #0B2A8F;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #071b56;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #020a21;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    } 
}

/*-------------------------------
 20 - HEROS & HOMEPAGES
---------------------------------*/
.map-iframe {
    width: 100%;
    min-height: 380px;
    border: none;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

.map-iframe.tall {
    min-height: 500px;
}

.map-bg-wrapper {
    position: absolute;
    height: 100vh;
    width: 100%;
}

.hero-1 {
    font-size: 106px;
    letter-spacing: 1.4px;
    line-height: 100px;
}

.hero-2 {
    font-size: 76px;
    letter-spacing: 1px;
    line-height: 70px;
}

.hero-3{
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 70px;
}

.hero-lead {
    font-size: 26px;
    letter-spacing: 0.8px;
    font-weight: 300;
    margin-top: 5px;
}

.tri-bg-one {
  background:red;
  width: 100vw;
  height: 100vh;
  width: 100vw;
  height: 100vh;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  position: absolute;
}

.tri-bg-two {
  -webkit-clip-path: polygon(100vw 0, 0% 100%, 100vw 100vh);
  clip-path: polygon(100vw 0, 0% 100vh, 100vw 100vh);
  width: 100vw;
  height: 100vh;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:bottom;
  position: absolute;
}

/* DIVIDERS */
.rounded-divider {
    -webkit-clip-path: ellipse(100% 56% at 48% 44%);
    clip-path: ellipse(100% 56% at 48% 44%);
}

/*-------------------------------
 21 - SEARCH PANEL
---------------------------------*/
#search-panel {
    height: 140px;
    background-color: #fff;
    opacity: 0;
    -moz-transform: translateY(-140px);
    -webkit-transform: translateY(-140px);
    -o-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    transform: translateY(-140px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    z-index: 2;
}

#search-panel.is-scrolled {
    position: fixed;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
}

#search-panel.reveal-me {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
}

#search-panel.reveal-me:not(.is-scrolled) + #content-wrapper {
    -moz-transform: translateY(140px);
    -webkit-transform: translateY(140px);
    -o-transform: translateY(140px);
    -ms-transform: translateY(140px);
    transform: translateY(140px);
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
}

#search-panel.is-scrolled {
    top: -140px;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
}

#search-panel.is-scrolled.reveal-me {
    top: -0px;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
}

#search-panel.is-scrolled.reveal-me + #content-wrapper .is-scrolled {
    top: 140px;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
}

[data-background-image-src] {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

[data-search-term-value] {
    color: #fff;
    background-color: #1E1536;
    padding: 5px 9px;
    border-radius: 10px;
    font-weight: 400 !important;
}

/*-------------------------------
 22 - MOUSE ANIMATION
---------------------------------*/
@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
 .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 28px;
    height: 45px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 4px;
    height: 6px;
    margin: -5px 0 0 -2px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

/*-------------------------------
 23 - SOCIAL
---------------------------------*/
.instagram-feed-gallery {
    line-height: 0;
}
.instagram-item a {
    overflow: hidden;
    position: relative;
    display: block;
    background: #222;
}
.instagram-item img {
    height: auto;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.instagram-item:hover img {
    opacity: 0.6;    
    border-radius: 0.6rem !important;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.instagram-item.rounded img, .instagram-item.rounded a, div[id^="twitter-feed-js"] .user img {
    border-radius: 0.6rem !important;
    overflow: hidden; 
}

[data-twitter-feed-style="card-carousel"] .slick-slide > div {
  padding: 0 15px;
}
[data-twitter-feed-style] .user img {
    margin-bottom: 20px;
}
[data-twitter-feed-style="single-carousel"] .user img  {
    margin: 0 auto 20px;
}

.twitter-tweet .user [data-scribe="component:author"], .twitter-tweet .interact {
    display: none;
}

[data-twitter-feed-style="single-carousel"] .tweet {
    font-size: 26px;
    margin-bottom: 25px;
    font-family: inherit;
    font-weight: 200;
    line-height: 36px;
}
[data-twitter-feed-style="card-carousel"] .slick-track, [data-twitter-feed-style="grid"] {
    display: flex !important;
}

[data-twitter-feed-style="card-carousel"] .slick-slide, [data-twitter-feed-style="grid"] > div {
    height: inherit !important;
}

[data-twitter-feed-style="card-carousel"] .slick-slide > div {
    height: calc(100% - 1.5em);
}
[data-twitter-feed-style="card-carousel"] .slick-slide .card {
    height: 100%;
}
[data-twitter-feed-style="grid"] > div .card {
    height: 100%;
}
[data-twitter-feed-style] .tweet {
    font-size: 18px;
    font-weight: 500;
    color: #888;
    line-height: 28px;
}
[data-twitter-feed-style] .card .tweet {
    font-size: 18px;
    font-weight: 500;
    color: #888;
    line-height: 28px;    
    margin-bottom: 60px;
}

[data-twitter-feed-style] .timePosted a {
    font-size: 13px;
    font-weight: 600;
    color: #888;
}
[data-twitter-feed-style] .card .timePosted {
    position: absolute;
    bottom: 5px;
}
.social-icons-list a {
    border: 2px solid #222;
    width: 42px;
    height: 42px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 22px;
}
.social-icons-list a:hover {
    background-color: #222;
    color: #fff;
}

.text-white .social-icons-list a {
    border: 2px solid #fff;
}
.text-white .social-icons-list a:hover {
    background-color: #fff;
    color: #222;
}

/*-------------------------------
 24 - RESPONSIVE
---------------------------------*/
@media all and (min-width: 1400px) {
    .line-active .nav-link.active:after {
        content: '';
        height: 40px !important;
        width: 3px;
        position: absolute;
        left: 50%;
        background: #222;
        margin-left: -1px;
        top: 100%;
        transition: height 0.4s ease-in-out;
        animation-delay: 2.2s;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) { 
    .sticky-pill.is-scrolled > .container {
        padding: 20px 15px;
        width: 100%;
        max-width: 960px;
    }
}

@media all and (max-width: 1199px) { 
    .sticky-pill.is-scrolled {
        width: 100%;
        background: #070312 !important;
    }
    .sticky-pill.sticky-light.is-scrolled {
        width: 100%;
        background: #fff !important;
    }
}

@media (min-width: 1200px) { 
    .slim-container {
        max-width: 1000px;
    }
    .pull-next-section-up + section {
        margin-top: -230px;
        padding-top: 260px;
    }   
    .pull-up-60 svg {
        top: -90px;
        position: relative;
    }
    .nav-item.dropdown:not(.megamenu) .dropdown-menu {
        margin-top: 40px;
    }
}

@media (min-width: 992px) { 
    .centered-nav:not(.is-scrolled) .container {
        display: block !important;
    }

    .centered-nav:not(.is-scrolled) {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .centered-nav:not(.is-scrolled) .navbar-brand {
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .centered-nav:not(.is-scrolled) .justify-content-end {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .slick-prev {
        left: -55px;
    }
    .slick-next {
        right: -55px;
    }
    .buttons-inside .slick-prev {
        left: 50px;
    }
    .buttons-inside .slick-next {
        right: 50px;
    }
    .form-control-lg {
        height: 67px;
    }
    .btn-lg {
        padding: 18px 38px 18px 38px;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .pr-sm-15 {
        padding-right: 15px !important;
    }
}
@media all and (max-width: 991px) {
    .section-padding {
        padding: 90px 0px;
    }
    .transparent-navigation:not(.is-scrolled) .logo-dark {
        display: none;
    }
    .transparent-navigation:not(.is-scrolled) .logo-light {
        display: inline-block;
    }
    .transparent-navigation:not(.is-scrolled) .navbar-nav .nav-link, .transparent-navigation:not(.is-scrolled) .navbar-toggler, .is-scrolled:not(.sticky-light) .navbar-toggler {
        color: #fff !important;
    }
    .dropdown-item, .dropdown-item.nav-link {
        font-size: 14px;
    }
    .navbar-toggler {
        background: transparent;
        border-radius: 0px;
        padding-right: 0;
    }
    .slick-even-sm .slick-track {
      display: flex;
    }
    .slick-even-sm .slick-track .slick-slide {
      display: flex;
      height: auto;
      align-items: center;
      justify-content: center;
    }
    #content-wrapper {
        overflow-x: hidden;
    }
    .is-scrolled .navbar-nav {
        max-height: 100vh;
        overflow-y: scroll;
    }
    .megamenu .p-4 {
        padding: 0 !important;
    }
    .megamenu .shadow-sm {
        box-shadow: none !important;
    }
    .nav-item.dropdown:not(.megamenu) .dropdown-menu {
        position: relative;
        box-shadow: none;
        margin-top: 0;
        padding: 0;
    }
    .sticky-pill.is-scrolled > .container {
        padding: 20px 15px;
        margin-top: 0;
        border-radius: 0;
        width: 100%;
        max-width: initial;
    }
    .site-navigation, .transparent-navigation, .main-nav-area:not(.is-scrolled) {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero-1 {
        font-size: 60px;
        letter-spacing: 1px;
        line-height: 70px;
    }
    .section-title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0.4px;
    }
    .overlay-nav:not(.is-scrolled) {
        position: relative;
    }
    #footer {
        position: relative !important;
    }
    #footer-clone {
        display: none;
    }
    .footer-widget {
        margin-bottom: 35px;
    }
    .featured-grow {
        -moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    [data-bg-sniffer-target] {
        display: none !important;
    }
    .card {
        padding: 30px 25px 30px;
    }
    .testimonial-content .card {
        padding: 40px 30px 45px;
    }
    .rounded-right-large {
        border-radius: 0;
    }
    .slick-slide .testimonial-content {
        padding-left: 60px;
        padding-right: 60px;
    }
    .lower-footer, .lower-footer .text-right {
        text-align: center !important;
    }
    .slick-slide .carousel-card .max-h-md {
        max-height: 440px;
        min-height: 100%;
        object-fit: cover;
        max-width: 200px;
    }
    h1, .h1 {
        font-size: 44px; 
        font-weight: 800;
        line-height: 58px;
    }

    h2, .h2 {
        font-size: 34px; 
        font-weight: 800;
        line-height: 46px;
    }

    h3, .h3 {
        font-size: 24px; 
        font-weight: 700;
        line-height: 36px;
    }

    h4, .h4, .blog-block-small .author-name + .h4 {
        font-size: 18px; 
        font-weight: 700;        
        line-height: 28px;
    }

    h5, .h5 {
        font-size: 15px; 
        font-weight: 500;        
        line-height: 24px;
    }

    h6, .h6 {
        font-size: 13px; 
        font-weight: 500;
        line-height: 19px;
    }
    .pull-up-120 {
        margin-top: 0px;
    }
    .price-header .price {
        font-size: 44px;
    }
    .section-title, .section-heading h2 {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
        font-weight: 800;
    }
    .h-50, .h-60, .h-70, .h-80 {
        min-height: 460px;
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    [data-jarallax-element] {
        transform: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .navbar-toggler{
        background: transparent;
        border-radius: 0px;
        border: none;
        padding-right: 0;
    }
    
    .navbar-toggler-icon{
        height: auto;
        padding: 10px 0px;
    }

    .transparent-navigation{
        background: #232323;
    }    
    .navbar-expand-lg.transparent-navigation .navbar-nav .nav-link{
        margin-bottom: 10px;
    }
    .section-heading {
        width: 100%;
    }
    .counter-stat{
        margin-bottom: 30px;
        text-align: center;
    } 
    .blog-text{
        padding: 0px;
        margin-top: 10px;
    }
    
    .blog-tex h5{
        font-size: 15px;
    }
    
    .blog-text p{
        font-size: 14px;
    }
    .pricing-block{
        margin-bottom: 30px;
    } 
    .footer-widget {
        margin-bottom: 30px;
    }    
    .extra-padding {
        padding: 120px 20px 120px;
    }
    .tabs-style-1 {
        text-align: center;
        display: block;
    }
    .tabs-style-1 .nav-item {
        display: inline-block;
        float: none;
    }
}

@media all and (max-width: 767.98px) {
    .section-padding {
        padding: 80px 0px;
    }
    .transparent-navigation .navbar-toggler {
        background: transparent !important ;
    }
    .navbar-toggler:focus {
        outline: none;
    }
    .transparent-navigation .navbar-toggler .navbar-toggler-icon {
        color: #fff;
    }
    .transparent-navigation.sticky-light.is-scrolled .navbar-toggler .navbar-toggler-icon {
        color: #222;
    }
    
    .lower-footer .text-right {
        margin-top: 30px;
    }
    h2, .h2 {
        font-size: 35px;
    }
    .filter-wrapper a {
        margin-bottom: 15px;
    }
    .blog-block-small .py-2 > div {
        padding: 15px 20px;
    }
    .tabs-style-1 {
        display: block;
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { 
    
    .navbar-toggler-icon{
        height: auto;
        padding: 10px 0px;
    }

    .transparent-navigation {
        background: #232323;
    }
    
    .navbar-expand-lg.transparent-navigation .navbar-nav .nav-link{
        margin-bottom: 10px;
    }
    .section-heading {
        width: 100%;
    }
    .about-content{
        margin-top: 60px;
    }    
    #about{
        padding-bottom: 40px;
    }
    .testimonial-content{
        padding: 10px;
    }
    .counter-stat{
        margin-bottom: 30px;
        text-align: center;
    }
    .blog-block {
        margin-bottom: 30px;
    }
    .blog-text {
        padding: 0px;
        margin-top: 10px;
    }
    .blog-block:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .blog-text h5{
        font-size: 16px;
    }    
    .blog-text p{
        font-size: 14px;
    }    
    .intro-box {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .client-img{
        text-align: center;
    }
    .footer-widget{
        margin-bottom: 40px;
    }
    .pricing-block {
        margin-bottom: 40px;
    }    
    .img-block img{
        width: 130px;
    }
}

@media (max-width: 575.98px) {
    .sticky-pill.sticky-light.is-scrolled, .sticky-pill.is-scrolled {
        padding-left: 0;
        padding-right: 0;
    }
    .sticky-pill.is-scrolled > .container {
        padding: 20px 15px;
    }
    .transparent-navigation.is-scrolled .navbar-toggler{
        color: #fff;
    }    
    .navbar-toggler-icon{
        height: auto;
        padding: 10px 0px;
    }
    .transparent-navigation{
        background: #232323;
        padding: 20px 15px;
    }    
    .navbar-expand-lg.transparent-navigation .navbar-nav .nav-link{
        margin-bottom: 10px;
    }
    .hero-1 {
        font-size: 48px;
        letter-spacing: 1.4px;
        line-height: 54px;
    }
    .section-title, .section-heading h2 {
        font-size: 34px;
        line-height: 42px;
        letter-spacing: 0.4px;
    }
    .hero-2, .hero-3 {
        font-size: 35px;
        letter-spacing: 1px;
        line-height: 45px;
    }
    .footer-widget{
        margin-bottom: 40px;
    }
    .pricing-block {
        margin-bottom: 40px;
    } 
    .slick-prev {
        left: 10px;
    }
    .slick-next{
        right: 10px;
    }
    .line-before, .line-after {
        display: none;
    }
    .extra-padding {
        padding: 150px 15px;
    }
    .section-heading {
       padding-left: 15px;
       padding-right: 15px;
    }
    .mlr-xl-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .comments img {
        width: 45px;
        height: 45px;
        margin-right: 10px !important;
    }
    .plr-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .pt-xs-0 {
        padding-top: 0;
    }
    .plr-30 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .testimonial-content p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 300;
        letter-spacing: 0.8px;
    }
    .hero-lead {
        font-size: 18px;
        letter-spacing: 0.2px;
        font-weight: 300;
        margin-top: 5px;
    }
    .testimonials-carousel .carousel-indicators {
        display: none !important;
    }
    .lead {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    .img-200 {
        max-width: 120px;
    }
    .ptb-xl-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-title-area .content-padding {
        padding: 120px 0px 120px;
    }
}


.radial-progress {
    width: 180px;
    height: 180px;
    background: none;
    position: relative;
}

.radial-progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 15px solid #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
}

.radial-progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.radial-progress .progress-left {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.radial-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 15px;
    border-style: solid;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform  1.5s ease;
    transition: transform  1.5s ease;
}

.radial-progress .progress-left .progress-bar {
    left: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.radial-progress .progress-right {
    right: 0;
    -webkit-transition: transform  1.5s ease;
    transition: transform  1.5s ease;    
}

.radial-progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.radial-progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.progress {
    position: relative;
    height: 15px;
    font-size: 0.75rem;
    background-color: rgba(204, 204, 204, 0.21);
    border-radius: 0;
}

.progress-bar {
    width: 0;
    -webkit-transition: width 2.5s ease;
    transition: width 2.5s ease;
    position: relative;
}

.code {
    width: 350px;
    clear: both;
    height: 160px;
    background: #FFF;
    border-radius: 2px;
    line-height: 160px;
    padding: 10px;
    float: none !important;
    margin: 0 auto 30px;
    border: 1px solid #eee;
    text-align: center;
}
.code pre, .code code {
    height: 100%;
    margin: 0;
    overflow: hidden;
}
