/*
Theme Name: 	Tenant - Responsive HTML5 Template
Theme URI: 	http://www.colorsthemes.com/tenant/
Author: 	ColorsThemes
*/
/*
[Table Of Contents]
1. General
2. Menu
3. Sticky Header
4. Search Box
5. Basic Structure
6. Social Icons
7. Flickr Feed
8. Back To Top
9. Blog
10. Portfolio
11. Slider Revolution
12. Owl Carousel
13. Shop
14. Contact Form
15. Shortcodes
16. Accordion
17. Easy Tabs
18. Content Box
19. Icon Box
20. Photo Box
21. Process
22. Course
23. Button
24. Text Color
25. Highlight
26. Image Hover Effect
27. Icon Hover Effect
28. Pricing Table
29. Waypoints
30. Wrapper Background
31. Wrapper Background Overwrite
32. Transparent Header
33. Topbar Copyright Skew
34. Header Footer Options
35. Overlay Background
36. Infinite Scroll
37. Flickity
38. Flickity Slider
*/
/* ----------------------------------------------------------------------
	1. General
---------------------------------------------------------------------- */
@import url("colores-corporativos-style.css");

/*CLASES DE OBJETOS ASPX PARA LOS COLORES CORPORATIVOS*/
/*General*/
.colorPrimary {
    color: var(--colorPrimary) !important;
}

.colorSecondary {
    color: var(--colorSecondary) !important;
}
/*Email*/
.colorEmail {
    color: var(--email-color) !important;
}

.backgroundColorEmail {
    background-color: var(--email-background) !important;
}

.colorLinkEmail {
    color: var(--colorPrimary) !important;
}
/*Body*/
.colorIcono {
    color: var(--icon) !important;
}

.colorTextSecondary {
    color: var(--text-secondary) !important;
}

.colorLink {
    color: var(--link) !important;
}
/*Formularios*/
.colorTitleLabelForm {
    color: var(--title-label-form) !important;
}

.colorSymbolMandatoryForm {
    color: var(--symbol-mandatory-form) !important;
}

.colorLabelValidatorForm {
    color: var(--label-validator-form) !important;
}

.colorLabelMandatoryForm {
    color: var(--label-mandatory-form) !important;
}
/*Buttons*/
.backgroundColorBtnDescargaEstadistica {
    background: var(--btn-descarga-estadistica) !important;
}
/*Grid*/
.colorIconoGridDenuncia {
    color: var(--grid-denuncia-icon-color) !important;
}

.colorIconoGridSeguimiento {
    color: var(--grid-seguimiento-icon-color) !important;
}
/*Panel titulos*/
.backgroundColorPanelTituloEstadistica {
    background: var(--panel-titulo-estadistica-background) !important;
}
/*Estadisticas*/
.backgroundColorResumenEstadistica {
    background-color: var(--resumen-estadistica-background) !important;
}

select > option {
    font-family: arial;
}

body {
    font-family: 'GT-Walsheim-Pro-Regular';
    color: #777777;
    background: #ffffff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GT-Walsheim-Pro-Bold';
    color: var(--subtitle-page);
    line-height: 1.6;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.session {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

#responsiveFormularioAnonimo {
    margin-bottom: 77.33px;
}

@media (max-width: 1700px) {
    #responsiveLinkRegistrarseSesion {
        float: left !important;
    }

    #responsiveFormularioAnonimo {
        margin-bottom: 102.863px;
    }
}

@media (min-width: 600px) and (max-width: 990px) {
    #responsiveLinkRegistrarseSesion {
        float: right !important;
    }

    #responsiveFormularioAnonimo {
        margin-bottom: 102.863px;
    }
}

@media (min-width: 990px) {
    #lineaSeparaFormulario {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 989px) {
    #lineaSeparaFormulario {
        display: inline;
        position: relative;
        max-width: 80%;
        border-top: 1px solid var(--colorPrimary);
        margin-top: 40px;
        padding-bottom: 40px;
    }

        #lineaSeparaFormulario:after {
            position: absolute;
            top: -3px;
            left: 30%;
            right: 30%;
            content: '';
            border-top: 5px solid var(--colorPrimary);
        }

    #responsiveFormularioAnonimo {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    #lineaSeparaFormulario {
        display: inline;
        position: relative;
        max-width: 80%;
        border-top: 1px solid var(--colorPrimary);
        margin-top: 20px;
        padding-bottom: 20px;
    }

        #lineaSeparaFormulario:after {
            position: absolute;
            top: -3px;
            left: 30%;
            right: 30%;
            content: '';
            border-top: 5px solid var(--colorPrimary);
        }

    #responsiveFormularioAnonimo {
        margin-bottom: 0px;
    }
}

@media (max-width: 1390px) and (min-width: 1200px) {
    #responsiveLinkRegistrarseSesionNoAnonimo {
        float: left !important;
    }
}

@media (max-width: 600px) {
    #responsiveLinkRegistrarseSesionNoAnonimo {
        float: left !important;
    }
}

@media (max-width: 995px) {
    #EnviarSeguimiento {
        float: left !important;
    }
}

.modal-body h5 {
    font-weight: 400;
}

.lead {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: normal;
}

.zback {
    z-index: 1;
}

.container-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#boxed-layout {
    min-width: 420px;
}

@media (max-width: 420px) {
    body {
        overflow-x: auto;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 90% !important;
    }
}

@media (min-width: 768px) and (max-width: 832px) {
    .col-height-box {
        height: 478px
    }

    .btn-height-box {
    }
}

@media (min-width: 833px) and (max-width: 868px) {
    .col-height-box {
        height: 456px
    }
}

@media (min-width: 869px) and (max-width: 925px) {
    .col-height-box {
        height: 434px
    }
}

@media (min-width: 926px) and (max-width: 1010px) {
    .col-height-box {
        height: 411px
    }
}

@media (min-width: 1011px) and (max-width: 1044px) {
    .col-height-box {
        height: 389px
    }
}

@media (min-width: 1045px) and (max-width: 1114px) {
    .col-height-box {
        height: 350px
    }
}

@media (min-width: 1115px) and (max-width: 1455px) {
    .col-height-box {
        height: 328px
    }
}

@media (min-width: 1456px) and (max-width: 1763px) {
    .col-height-box {
        height: 306px
    }
}

@media (min-width: 1764px) {
    .col-height-box {
        height: 267px
    }
}

@media (min-width: 768px) {
    .lead {
        font-size: 16px;
    }
}

p {
    margin: 0 0 10px;
}

.text-center {
    text-align: center;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.pull-none {
    float: none !important;
}

@media (max-width: 992px) {
    #lblNuevoSeguimiento {
        display: none;
    }
}

a {
    text-decoration: none;
    color: var(--link);
}

    a:hover, a:focus {
        color: #252525;
        text-decoration: underline;
    }

    a:focus {
        outline: none;
        cursor: pointer;
    }

:focus {
    outline: none;
}

::selection {
    background: var(--selection-background);
    color: var(--selection-color);
}

::-moz-selection {
    background: var(--selection-background);
    color: var(--selection-color);
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

iframe {
    border: none;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

    img.align-left {
        clear: both;
        float: left;
        margin: 0 20px 5px 0;
        background: #ffffff;
    }

    img.align-right {
        clear: both;
        float: right;
        margin: 0 0 5px 20px;
        background: #ffffff;
    }

    img.circle {
        border-radius: 50%;
    }

.frame {
    border: 1px solid var(--colorPrimary);
}

.frame2 {
    border: 1px solid #dddddd;
}

    .frame > img, .frame2 > img {
        max-width: 100%;
    }

.form-control {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #dddddd;
    outline: none;
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
}

    .form-control:focus {
        border: 1px solid #dddddd;
        outline: 0;
        background: #ffffff;
        box-shadow: none;
    }

.input-group input {
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
}

.input-group .btn-default {
    color: #aaaaaa;
    border: 1px solid #dddddd;
    background-color: transparent;
    margin-bottom: 0px;
}

    .input-group .btn-default:hover, .input-group .btn-default:focus, .input-group .btn-default:active, .input-group .btn-default.active {
        color: #aaaaaa;
        background-color: transparent;
        box-shadow: none;
    }

@media (max-width: 767px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        margin-bottom: 20px;
    }
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-230 {
    margin-bottom: 230px;
}

#boxed-layout {
    position: relative;
    width: 100%;
    /*height:100%;*/
    /*overflow: hidden;*/
}
/* ----------------------------------------------------------------------
	2. Menu
---------------------------------------------------------------------- */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
}

.navbar-default {
    border-color: transparent;
    background-color: var(--menu-background);
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-brand {
    float: left;
    font-family: inherit;
    font-weight: 900;
    font-size: 31px;
    line-height: 50px;
    padding: 22px 10px 0px;
    height: auto;
    color: inherit;
}

.navbar-default .navbar-brand {
    color: inherit;
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: inherit;
        background-color: transparent;
    }

.navbar-collapse {
    max-height: 340px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
/* Menu */
.navbar-nav {
    margin: 0px -15px;
    padding-top: 10px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.6;
    }

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                margin-left: 0px;
                margin-right: 0px;
                padding: 36px 15px;
                font-size: 14px;
                line-height: 22px;
                border-radius: 0px;
            }
}

.navbar-default .navbar-nav > li {
    color: #333333;
}

    .navbar-default .navbar-nav > li > a {
        color: var(--menu-color);
        border-radius: 0px;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: var(--menu-hover);
            background-color: transparent;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            border-radius: 0px;
        }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: var(--menu-active);
    background-color: transparent;
    border-radius: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: var(--colorPrimary);
    background-color: transparent;
    border-radius: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav > li > a {
        margin-left: 0px;
        margin-right: 0px;
        padding: 36px 5px;
    }
}

.dropdown-menu {
    position: absolute;
    top: 94px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    font-weight: normal;
    /*background-color: #475766;*/
    background-color: var(--dropdown-menu-background);
    border: none;
    padding: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 2px 2px rgba(50,50,50,0.2);
    box-shadow: 0px 2px 2px rgba(50,50,50,0.2);
    border-radius: 0px;
}

    .dropdown-menu > li > a {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.6;
        white-space: nowrap;
        color: #ffffff;
        padding: 10px 15px;
        border-radius: 0px;
    }

@media (min-width: 768px) {
    .dropdown-menu {
        border-top: 4px solid var(--dropdown-menu-border-top);
    }

        .dropdown-menu > li {
            border-bottom: 1px solid #3e4c59;
        }

            .dropdown-menu > li:last-child {
                border-bottom: 0;
            }
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: var(--colorPrimary);
    border-radius: 0px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: var(--colorPrimary);
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

@media (min-width: 768px) {
    .yamm .yamm-content {
        padding: 40px 40px 30px;
        color: #ffffff;
    }

        .yamm .yamm-content h4 {
            color: #ffffff;
        }

        .yamm .yamm-content ul li a {
            padding: 5px 5px;
            display: block;
            color: #ffffff;
        }

        .yamm .yamm-content ul li:hover {
            background: var(--colorPrimary);
        }

            .yamm .yamm-content ul li:hover i, .yamm .yamm-content ul li:hover a, .yamm .yamm-content ul li a:hover {
                color: #ffffff;
                text-decoration: none;
            }

        .yamm .yamm-content img {
            max-width: 100%;
            height: auto;
            width: 220px;
        }

        .yamm .yamm-content .icon-arrow-list li a {
            color: #ffffff;
        }
}
/* Mobile Menu */
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 15px;
    background-image: none;
    background-color: var(--colorPrimary);
    border: 1px solid var(--colorPrimary);
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: none;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-default .navbar-toggle {
    border-color: var(--colorPrimary);
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: var(--colorPrimary);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        color: var(--menu-responsive-color) !important;
        border-bottom: var(--menu-responsive-border-bottom);
        background-color: var(--menu-responsive-background);
        border-radius: 0px;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: var(--menu-responsive-color-hover) !important;
            background-color: var(--menu-responsive-background-hover);
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: var(--menu-responsive-active);
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: var(--colorPrimary);
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: #333333;
        padding: 10px 10px;
        box-shadow: none;
        border-radius: 0px;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 1.6;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
        border-radius: 0;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: transparent;
            color: var(--colorPrimary);
            border-radius: 0;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: var(--colorPrimary);
        background-color: transparent;
        border-radius: 0;
    }

    .yamm .yamm-content {
        color: #ffffff;
        padding: 10px 10px;
    }

        .yamm .yamm-content h4 {
            color: #ffffff;
        }

        .yamm .yamm-content ul li a {
            display: block;
            color: #ffffff;
            text-decoration: none;
        }

            .yamm .yamm-content ul li:hover i, .yamm .yamm-content ul li:hover a, .yamm .yamm-content ul li a:hover {
                color: var(--colorPrimary);
                text-decoration: none;
            }

        .yamm .yamm-content img {
            max-width: 100%;
            height: auto;
            width: 220px;
        }

    .yamm-content .col-sm-3 {
        padding: 0 30px;
    }
}
/* Multi Level Sub Menu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a {
        padding-right: 25px !important;
    }

@media (min-width: 768px) {
    .dropdown-submenu > a {
        background: transparent !important;
    }
}

.dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    text-decoration: none;
    background: #555555 !important;
    color: #ffffff;
}

.dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #dddddd;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    position: absolute;
    right: 15px;
    left: auto;
    display: inline-block;
    vertical-align: middle;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left-submenu > .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
}
/* Dropdown Hover Effect */
@media (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        -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;
    }

        .navbar-nav > li:hover > .dropdown-menu, .navbar-nav > li > .dropdown-menu > li:hover > .dropdown-menu, .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:hover > .dropdown-menu {
            display: block;
            visibility: visible;
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -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;
        }

    .navbar-nav li .dropdown-menu:hover {
        -webkit-transform: none;
        transform: none;
    }
}
/* ----------------------------------------------------------------------
	3. Sticky Header
---------------------------------------------------------------------- */
@media (min-width: 768px) {
    .sticky-header {
        -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
        box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    }

        .sticky-header .navbar-brand {
            /*padding: 0px 10px;*/
            -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;
        }

        .sticky-header .navbar-nav {
            margin: 25px;
            -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;
        }

            .sticky-header .navbar-nav > li > a {
                margin-left: 0px;
                margin-right: 0px;
                padding: 14px 15px;
                border-radius: 0;
                -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;
            }

        .sticky-header .dropdown-menu {
            top: 50px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sticky-header .navbar-nav > li > a {
        margin-left: 0px;
        margin-right: 0px;
        padding: 14px 5px;
    }
}

@media (max-width: 767px) {
    #header {
        position: relative !important;
    }
}
/* SlideInDown */
@media (min-width: 768px) {
    @-webkit-keyframes sticky-slideInDown {
        from {
            -webkit-transform: translate3d(0, -400px, 0);
            transform: translate3d(0, -400px, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes sticky-slideInDown {
        from {
            -webkit-transform: translate3d(0, -400px, 0);
            transform: translate3d(0, -400px, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .sticky-slideInDown {
        -webkit-animation-name: sticky-slideInDown;
        animation-name: sticky-slideInDown;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}
/* ----------------------------------------------------------------------
	4. Search Box
---------------------------------------------------------------------- */
/* Topbar Static Searchbox */
.topbar-searchbox {
    margin: 4px 0;
    padding: 0;
    margin-left: 10px;
    width: 250px;
}

    .topbar-searchbox .form-control {
        margin-bottom: 0px;
        background: transparent;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 0;
    }

    .topbar-searchbox .input-group .btn-default {
        color: #ffffff;
        border: 1px solid #ffffff;
        background-color: transparent;
        margin-bottom: 0px;
    }

        .topbar-searchbox .input-group .btn-default:hover, .topbar-searchbox .input-group .btn-default:focus, .topbar-searchbox .input-group .btn-default:active, .topbar-searchbox .input-group .btn-default.active {
            color: #ffffff;
            background-color: transparent;
            box-shadow: none;
        }

    .topbar-searchbox .form-control::-webkit-input-placeholder {
        color: #ffffff;
    }

    .topbar-searchbox .form-control:-ms-input-placeholder {
        color: #ffffff;
    }

    .topbar-searchbox .form-control::-moz-placeholder {
        color: #ffffff;
    }

    .topbar-searchbox .form-control:-moz-placeholder {
        color: #ffffff;
    }
/* Topbar Dropdown Searchbox */
.topbar-search {
    margin: 0;
    padding: 0;
}

    .topbar-search .form-control {
        margin-bottom: 0px;
        background: #ffffff;
        border-radius: 0px;
        box-shadow: none;
    }

    .topbar-search .dropdown-menu {
        background: #ffffff;
        top: 30px;
        right: 0px;
        padding: 20px;
        border-top: 4px solid var(--colorPrimary);
        width: 300px;
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 1px #aaaaaa;
        box-shadow: 0px 0px 1px #aaaaaa;
    }

@media (max-width: 767px) {
    .topbar-search .dropdown-menu {
        top: 27px;
    }

    .topbar-search .dropdown-menu {
        width: 250px;
    }
}
/* Header Dropdown Searchbox */
.header-search {
    margin: 0;
    padding: 0;
}

    .header-search .form-control {
        margin-bottom: 0px;
        background: #ffffff;
        border-radius: 0px;
    }

    .header-search .dropdown-menu {
        background: #ffffff;
        padding: 20px;
        border-top: 4px solid var(--colorPrimary);
        width: 300px;
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 1px #aaaaaa;
        box-shadow: 0px 0px 1px #aaaaaa;
    }

@media (max-width: 767px) {
    .header-search .dropdown-menu {
        width: 250px;
    }

    .header-search {
        display: none !important;
    }
}
/* Search Result */
.search-results {
    min-height: 200px;
}
/* gsc search box */
.gsc-search-box {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: #ffffff;
}

    .gsc-search-box input, .gsc-search-box input:focus {
        line-height: 1 !important;
        font-size: 100% !important;
        color: #777777;
        border-radius: 0 !important;
        box-shadow: none;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .gsc-search-box .gsc-search-button input {
        border: 1px solid transparent !important;
        vertical-align: middle;
        margin: 0;
        color: #ffffff;
        background: #555555;
    }

.topbar-searchbox .gsc-search-box {
    background: transparent;
}
/* ----------------------------------------------------------------------
	5. Basic Structure
---------------------------------------------------------------------- */
/* Topbar */
#topbar {
    width: 100%;
    height: auto;
    position: relative;
    color: var(--topbar-color);
    /*background: #475766;*/
    background: var(--topbar-background);
}

.topbar-contact {
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .topbar-contact {
        margin-bottom: -20px;
    }
}

.topbar-contact > li {
    font-size: 13px;
    line-height: 21px;
    padding: 0;
    margin: 7px 10px 7px 0px;
    display: inline-block;
    vertical-align: middle;
}

    .topbar-contact > li i {
        margin-right: 5px;
        /*color: var(--colorPrimary);*/
        color: var(--icon-topbar);
    }

    .topbar-contact > li > a, .language > a {
        color: var(--icon-logout-topbar);
    }

        .topbar-contact > li > a:hover, .topbar-contact > li > a:focus, .language > a:hover, .language > a:focus {
            cursor: pointer;
            text-decoration: none;
            color: var(--icon-logout-topbar-hover);
        }

.language > .dropdown-menu {
    position: absolute;
    top: 26px;
    min-width: 50px;
    font-size: 13px;
}

.language ul li a {
    color: var(--colorPrimary);
    padding: 5px 15px;
    text-shadow: none;
}

label.language {
    font-size: 13px;
    line-height: 21px;
}

    label.language i {
        color: var(--colorPrimary);
        padding: 5px 15px;
        text-shadow: none;
    }

    label.language select {
        color: white;
        background-color: transparent;
        border: none;
    }

        label.language select option {
            color: var(--colorPrimary);
        }
/* Header */
#header {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 300;
    background: #ffffff;
}
/* Header Shadow */
@media (min-width: 768px) {
    .sticky-header .header-shadow {
        display: none;
    }
}

.header-shadow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -30px;
    background: url("../images/assets/header-shadow.png") no-repeat center top;
    width: 100%;
    height: 30px;
    display: block;
    z-index: 299;
    margin: auto;
}
/* Page Title */
.pagetitle-1 {
    background-image: url("../images/features/pagetitle.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-color:var(--colorPrimary);*/
    /*background-color:var(--colorPrimary);*/
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.pagecolor {
    background-color: var(--title-page-background);
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.pagetitle-overlay {
    width: 100%;
    /*height: 100%;*/
    /*color: inherit;*/
    vertical-align: middle;
    /*background-color: var(--colorPrimary);*/
    /*background-color: rgba(255,130,0,0.6);*/
    min-height: 100px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.pt-300 {
    padding-top: 300px;
}

.pagetitle-overlay h1 {
    font-family: 'GT-Walsheim-Pro-Light';
    text-align: left;
    font-weight: 200;
    font-size: 40px;
    color: #fff;
}

.breadcrumb {
    list-style: none;
    text-align: right;
    margin-top: 10px;
    background-color: transparent;
    border-radius: 0px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: var(--colorSecondary);
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: var(--colorSecondary);
    }

    .breadcrumb li i {
        color: var(--colorSecondary);
        margin-right: 5px;
    }

    .breadcrumb li a {
        color: var(--colorSecondary);
    }

.pagetitle2 .pagetitle-overlay {
    background: #fdfdfd;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.pagetitle2 .pagetitle h1 {
    color: #555555;
}

.pagetitle2 .breadcrumb > li + li:before {
    color: #777777;
}

.pagetitle2 .breadcrumb > .active {
    color: #777777;
}

.pagetitle2 .breadcrumb li i {
    color: #777777;
}

.pagetitle2 .breadcrumb li a {
    color: #777777;
}

.pagetitle2 .header-shadow {
    display: none;
}
/* Title Line */
.titleline {
    position: relative;
    max-width: 50px;
    border-top: 1px solid var(--colorPrimary);
    margin: 0 auto 20px 0;
}

.titleline-center {
    position: relative;
    max-width: 50px;
    border-top: 1px solid var(--colorPrimary);
    margin: 0 auto 20px;
}

.titleline-footer {
    position: relative;
    max-width: 50px;
    border-top: 1px solid var(--colorPrimary);
    margin: 0 auto 20px 0;
}

.titleline-icon {
    position: relative;
    max-width: 100px;
    border-top: 1px solid var(--colorPrimary);
    margin: 20px auto 20px;
}

    .titleline-icon:after {
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
        font-family: 'FontAwesome';
        content: "\f009";
        font-size: 20px;
        line-height: 1;
        color: var(--colorPrimary);
        text-align: center;
        vertical-align: middle;
        width: 40px;
        height: 20px;
        background: #ffffff;
    }

.subtitle {
    font-family: 'GT-Walsheim-Pro-Medium';
    color: var(--colorPrimary);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}

.psub {
    font-family: 'GT-Walsheim-Pro-Ultra-Light';
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: normal;
}

/* Title Line 2 */
.titleline2 {
    position: relative;
    max-width: 100px;
    border-top: 1px solid var(--colorPrimary);
    margin: 0 auto 20px 0;
}

    .titleline2:after {
        position: absolute;
        top: -3px;
        left: 0%;
        right: 70%;
        content: '';
        border-top: 5px solid var(--colorPrimary);
    }

.titleline2-center {
    position: relative;
    max-width: 100px;
    border-top: 1px solid var(--colorPrimary);
    margin: 0 auto 20px;
}

    .titleline2-center:after {
        position: absolute;
        top: -3px;
        left: 35%;
        right: 35%;
        content: '';
        border-top: 5px solid var(--colorPrimary);
    }

.titleline2-footer {
    position: relative;
    max-width: 100px;
    border-top: 1px solid var(--colorPrimary);
    margin: 0 auto 20px 0;
}

    .titleline2-footer:after {
        position: absolute;
        top: -3px;
        left: 0%;
        right: 70%;
        content: '';
        border-top: 5px solid var(--colorPrimary);
    }

.titleline2-sesion {
    position: relative;
    border-top: 3px solid var(--colorPrimary);
    margin: 0 auto 20px;
}

    .titleline2-sesion:after {
        position: absolute;
        top: -5px;
        left: 45%;
        right: 45%;
        content: '';
        border-top: 7px solid var(--colorPrimary);
    }
/* Footer */
#footer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 100px;
    padding: 100px 0 90px;
    color: #bbbbbb;
    /*background: #475766;*/
    background: var(--colorSecondary);
}

    #footer h4 {
        color: #dddddd;
    }

.footer-about a img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.footer-list {
    padding: 0;
    list-style: none;
}

    .footer-list li {
        padding: 8px 2px;
    }

        .footer-list li a {
            color: #ffffff;
        }

            .footer-list li a:hover {
                color: var(--colorPrimary);
                text-decoration: none;
            }

        .footer-list li i {
            margin-right: 8px;
            color: #dddddd;
        }

        .footer-list li span {
            color: #dddddd;
            font-weight: 700;
        }
/* footer info */
.footer-info {
    position: absolute;
    top: -110px;
    left: 15px;
    z-index: 10;
    padding: 10px 20px;
    background: var(--colorPrimary);
    border-radius: 0px;
}

    .footer-info:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: -10px;
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid var(--colorSecondary);
        border-left: 5px solid var(--colorSecondary);
        display: block;
    }

    .footer-info span {
        color: #ffffff;
    }
/* Copyright */
#copyright {
    position: relative;
    width: 100%;
    min-height: 72px;
    padding: 20px 0px;
    color: #bbbbbb;
    /*background: #3e4c59;*/
    background: var(--footer-background);
}

.copyright {
    margin: 5px 0;
    color: #bbbbbb;
}

    .copyright a {
        text-decoration: none;
    }

        #copyright p a:hover,
        .copyright a:hover {
            text-decoration: none;
            color: #ffffff;
        }

    .copyright ul {
        padding: 0;
        list-style: none;
    }

        .copyright ul li {
            display: inline-block;
            margin-right: 5px;
        }

            .copyright ul li i {
                margin-right: 8px;
            }

            .copyright ul li a {
                text-decoration: none;
            }

                .copyright ul li a:hover {
                    text-decoration: none;
                    color: #ffffff;
                }

.copyright-link {
    padding: 0;
    list-style: none;
    margin: 5px 0;
    float: right;
}

    .copyright-link li {
        display: inline-block;
    }

        .copyright-link li + li:before {
            padding: 0 10px;
            color: var(--footer-separator);
            content: "/\00a0";
        }

        .copyright-link li a {
            color: var(--footer-color);
        }

            .copyright-link li a:hover {
                color: var(--footer-color-hover);
                text-decoration: none;
            }

@media (max-width: 767px) {
    .copyright {
        text-align: center;
    }

    .copyright-link {
        float: none;
        text-align: center;
        margin: -10px auto;
    }

    #copyright {
        padding: 50px 0px 50px;
    }

        #copyright .social-icons {
            float: none !important;
            text-align: center;
            margin: -10px auto;
        }
}
/* Top Panel */
#toppanel {
    position: relative;
}

.toppanel-wrap {
    z-index: 1500;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.toppanel {
    display: none;
    color: #eeeeee;
    padding: 50px 0px;
    background-color: #444444;
    background-image: url("../images/assets/worldmap.png");
    background-repeat: no-repeat;
    background-position: 80% 80%;
}

@media (max-width: 767px) {
    .toppanel {
        background-position: 90% 95%;
    }
}

.toppanel h1, .toppanel h2, .toppanel h3, .toppanel h4, .toppanel h5, .toppanel h6 {
    color: #ffffff;
}

.toppanel .btn {
    color: #ffffff;
}

.toppanel input, .toppanel select, .toppanel textarea {
    color: #777777;
}

.toppanel a:hover, .toppanel a:focus {
    color: var(--colorPrimary);
}

.toppanel-list {
    padding: 0;
    list-style: none;
}

    .toppanel-list li {
        padding: 8px 2px;
    }

        .toppanel-list li a {
            color: #ffffff;
        }

            .toppanel-list li a:hover {
                color: var(--colorPrimary);
            }

        .toppanel-list li i {
            margin-right: 8px;
            color: var(--colorPrimary);
        }

        .toppanel-list li span {
            color: #ffffff;
            font-weight: 700;
        }

.toppanel-button {
    position: absolute;
    bottom: -26px;
    right: 10px;
    left: auto;
    display: block;
    z-index: 1200;
    cursor: pointer;
    outline: none;
    margin: auto;
    padding: 5px 15px 7px 30px;
    background: var(--colorPrimary);
    color: #ffffff;
    line-height: 1;
    font-size: 14px;
    border-radius: 0;
}

@media (max-width: 767px) {
    .toppanel-button {
        left: auto;
        right: 0;
        border-radius: 0;
    }
}

.toppanel-button:before {
    position: absolute;
    display: block;
    top: 6px;
    right: auto;
    left: 10px;
    font-family: 'FontAwesome';
    content: "\f055";
    line-height: 1;
    color: #ffffff;
}

.toppanel-button.active:before {
    content: "\f056";
}

.toppanel-button2 {
    position: absolute;
    bottom: -50px;
    right: 0;
    border-top: 25px solid #444444;
    border-right: 25px solid #444444;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    width: 0;
    height: 0;
    display: block;
    z-index: 1200;
    cursor: pointer;
    outline: none;
    margin: 0;
}

    .toppanel-button2:before {
        position: absolute;
        display: block;
        top: -15px;
        right: -15px;
        font-family: 'FontAwesome';
        content: "\f067";
        line-height: 1;
        color: #ffffff;
    }

    .toppanel-button2.active:before {
        content: "\f068";
    }
/* Login, Resister */
#loginform label, #loginform input, #loginform2 label, #loginform2 input, #loginform3 label, #loginform3 input, #loginform4 label, #loginform4 input, #resisterform label, #resisterform input {
    width: 100%;
    display: block;
    margin: 5px 0;
}

#loginform .submit, #loginform2 .submit, #loginform3 .submit, #loginform4 .submit, #resisterform .submit {
    width: 120px;
    height: 40px;
    font-weight: bold;
    margin: 20px 0 5px;
    border-radius: 0;
}
/* Bottom Panel */
#bottompanel {
    position: relative;
}

.bottompanel-wrap {
    z-index: 1500;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bottompanel {
    display: none;
    color: #eeeeee;
    padding: 80px 0px;
    background-color: #444444;
    background-image: url("../images/assets/worldmap.png");
    background-repeat: no-repeat;
    background-position: 80% 80%;
}

@media (max-width: 767px) {
    .bottompanel {
        background-position: 90% 95%;
    }
}

.bottompanel h1, .bottompanel h2, .bottompanel h3, .bottompanel h4, .bottompanel h5, .bottompanel h6 {
    color: #ffffff;
}

.bottompanel .btn {
    color: #ffffff;
}

.bottompanel input, .bottompanel select, .bottompanel textarea {
    color: #777777;
}

.bottompanel a:hover, .bottompanel a:focus {
    color: var(--colorPrimary);
}

.bottompanel-list {
    padding: 0;
    list-style: none;
}

    .bottompanel-list li {
        padding: 8px 2px;
    }

        .bottompanel-list li a {
            color: #ffffff;
        }

            .bottompanel-list li a:hover {
                color: var(--colorPrimary);
            }

        .bottompanel-list li i {
            margin-right: 8px;
            color: var(--colorPrimary);
        }

        .bottompanel-list li span {
            color: #ffffff;
            font-weight: 700;
        }

.bottompanel-button {
    position: absolute;
    top: -26px;
    left: 10px;
    right: auto;
    display: block;
    z-index: 1200;
    cursor: pointer;
    outline: none;
    margin: auto;
    padding: 5px 15px 7px 30px;
    background: var(--colorPrimary);
    color: #ffffff;
    line-height: 1;
    font-size: 14px;
    border-radius: 0;
}

@media (max-width: 767px) {
    .bottompanel-button {
        right: auto;
        left: 0;
        border-radius: 0;
    }
}

.bottompanel-button:before {
    position: absolute;
    display: block;
    bottom: 6px;
    right: auto;
    left: 10px;
    font-family: 'FontAwesome';
    content: "\f055";
    line-height: 1;
    margin: 0;
    color: #ffffff;
}

.bottompanel-button.active:before {
    content: "\f056";
}

.bottompanel-button2 {
    position: absolute;
    top: -50px;
    left: 0px;
    border-top: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #444444;
    border-left: 25px solid #444444;
    width: 0;
    height: 0;
    display: block;
    z-index: 1200;
    cursor: pointer;
    outline: none;
    margin: 0;
}

    .bottompanel-button2:before {
        position: absolute;
        display: block;
        bottom: -15px;
        left: -15px;
        font-family: 'FontAwesome';
        content: "\f067";
        line-height: 1;
        color: #ffffff;
    }

    .bottompanel-button2.active:before {
        content: "\f068";
    }
/* ----------------------------------------------------------------------
	6. Social Icons
---------------------------------------------------------------------- */
.social-icons {
    float: left;
    list-style: none;
    font-size: 13px;
    line-height: 13px;
    padding: 0;
    margin: 0;
}

    .social-icons > li {
        display: inline-block;
        vertical-align: middle;
    }

        .social-icons > li a {
            display: table;
            text-decoration: none;
            margin-left: 2px;
        }

            .social-icons > li a i {
                display: table-cell;
                text-align: center;
                vertical-align: middle;
                font-size: 13px;
                line-height: 13px;
                padding-top: 5px;
                padding-bottom: 5px;
                border: 1px solid transparent;
                width: 25px;
                height: 25px;
                color: #ffffff;
                background: transparent;
                text-shadow: none;
                border-radius: 50%;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

                .social-icons > li a i:hover {
                    border: 1px solid transparent;
                    color: #ffffff;
                    background: var(--colorPrimary);
                }
/* topbar social */
#topbar .social-icons {
    margin: 0px 10px 0px 0px;
}

    #topbar .social-icons > li a {
        margin-left: 0px;
    }

        #topbar .social-icons > li a i {
            padding-top: 11px;
            padding-bottom: 11px;
            border: 1px solid transparent !important;
            width: 35px;
            height: 35px;
            border-radius: 0%;
            background: transparent;
            color: #ffffff;
        }

            #topbar .social-icons > li a i:hover {
                border: 1px solid transparent;
                background: var(--colorPrimary);
                color: #ffffff;
            }
/* content social */
.social-icons > li a i {
    border: 1px solid #777777;
    color: #777777;
    background: #ffffff;
}

    .social-icons > li a i:hover {
        border: 1px solid #777777;
        color: #ffffff;
        background: var(--colorPrimary);
    }
/* footer social */
#footer .social-icons > li a {
    margin-left: 0px;
    margin-right: 2px;
}

    #footer .social-icons > li a i {
        color: #ffffff;
        background: rgba(0,0,0,0.3);
        font-size: 18px;
        line-height: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid transparent;
        width: 40px;
        height: 40px;
        border-radius: 0;
    }

        #footer .social-icons > li a i:hover {
            border: 1px solid transparent;
            color: #ffffff;
            background: rgba(0,0,0,0.5) !important;
        }
/* Copyright social */
#copyright .social-icons > li a {
    margin-left: 0px;
    margin-right: 2px;
}

    #copyright .social-icons > li a i {
        border: 1px solid transparent;
        background: transparent;
        color: #bbbbbb;
    }

        #copyright .social-icons > li a i:hover {
            border: 1px solid transparent;
            background: var(--colorPrimary);
            color: #ffffff;
        }
/* Round */
.social-icons li i {
    position: relative;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

    .social-icons li i:before {
        font-family: 'FontAwesome';
        line-height: 1;
        display: block;
        -webkit-font-smoothing: antialiased;
    }

    .social-icons li i:hover:before {
        -webkit-animation: toTopFromBottom 0.5s forwards;
        -moz-animation: toTopFromBottom 0.5s forwards;
        animation: toTopFromBottom 0.5s forwards;
    }

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}
/* Square */
.social-icons.square li i {
    border-radius: 0 !important;
}
/* NoneBorder */
.social-icons.noneborder > li a i {
    border: 1px solid transparent;
}

    .social-icons.noneborder > li a i:hover {
        border: 1px solid transparent;
    }
/* Invert */
.social-icons.invert > li a i {
    border: 1px solid transparent;
    color: #ffffff;
    background: #777777;
}

    .social-icons.invert > li a i:hover {
        border: 1px solid transparent;
        color: #ffffff;
        background: #222222;
    }
/* Large */
.social-icons.large {
    font-size: 20px;
    line-height: 20px;
}

    .social-icons.large > li a i {
        font-size: 20px;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 42px;
        height: 42px;
    }
/* Brand Colors */
#footer .social-icons > li a i,
#topbar .social-icons > li a i:hover,
.social-icons > li a i:hover {
    background: var(--colorSecondary);
}

    #footer .social-icons > li a i.fa-500px,
    #topbar .social-icons > li a i.fa-500px:hover,
    .social-icons > li a i.fa-500px:hover {
        background: #58a9de;
    }

    #footer .social-icons > li a i.fa-amazon,
    #topbar .social-icons > li a i.fa-amazon:hover,
    .social-icons > li a i.fa-amazon:hover {
        background: #ff9900;
    }

    #footer .social-icons > li a i.fa-android,
    #topbar .social-icons > li a i.fa-android:hover,
    .social-icons > li a i.fa-android:hover {
        background: #8ec047;
    }

    #footer .social-icons > li a i.fa-apple,
    #topbar .social-icons > li a i.fa-apple:hover,
    .social-icons > li a i.fa-apple:hover {
        background: #B9BFC1;
    }

    #footer .social-icons > li a i.fa-bitbucket,
    #topbar .social-icons > li a i.fa-bitbucket:hover,
    .social-icons > li a i.fa-bitbucket:hover {
        background: #243759;
    }

    #footer .social-icons > li a i.fa-bitbucket-square,
    #topbar .social-icons > li a i.fa-bitbucket-square:hover,
    .social-icons > li a i.fa-bitbucket-square:hover {
        background: #243759;
    }

    #footer .social-icons > li a i.fa-cc-paypal,
    #topbar .social-icons > li a i.fa-cc-paypal:hover,
    .social-icons > li a i.fa-cc-paypal:hover {
        background: #009cde;
    }

    #footer .social-icons > li a i.fa-chrome,
    #topbar .social-icons > li a i.fa-chrome:hover,
    .social-icons > li a i.fa-chrome:hover {
        background: #757575;
    }

    #footer .social-icons > li a i.fa-delicious,
    #topbar .social-icons > li a i.fa-delicious:hover,
    .social-icons > li a i.fa-delicious:hover {
        background: #020202;
    }

    #footer .social-icons > li a i.fa-deviantart,
    #topbar .social-icons > li a i.fa-deviantart:hover,
    .social-icons > li a i.fa-deviantart:hover {
        background: #c5d200;
    }

    #footer .social-icons > li a i.fa-digg,
    #topbar .social-icons > li a i.fa-digg:hover,
    .social-icons > li a i.fa-digg:hover {
        background: #1d1d1b;
    }

    #footer .social-icons > li a i.fa-dribbble,
    #topbar .social-icons > li a i.fa-dribbble:hover,
    .social-icons > li a i.fa-dribbble:hover {
        background: #f665a6;
    }

    #footer .social-icons > li a i.fa-dropbox,
    #topbar .social-icons > li a i.fa-dropbox:hover,
    .social-icons > li a i.fa-dropbox:hover {
        background: #7dbce4;
    }

    #footer .social-icons > li a i.fa-drupal,
    #topbar .social-icons > li a i.fa-drupal:hover,
    .social-icons > li a i.fa-drupal:hover {
        background: #00598e;
    }

    #footer .social-icons > li a i.fa-facebook,
    #topbar .social-icons > li a i.fa-facebook:hover,
    .social-icons > li a i.fa-facebook:hover {
        background: #6795ed;
    }

    #footer .social-icons > li a i.fa-facebook-f,
    #topbar .social-icons > li a i.fa-facebook-f:hover,
    .social-icons > li a i.fa-facebook-f:hover {
        background: #6795ed;
    }

    #footer .social-icons > li a i.fa-facebook-official,
    #topbar .social-icons > li a i.fa-facebook-official:hover,
    .social-icons > li a i.fa-facebook-official:hover {
        background: #6795ed;
    }

    #footer .social-icons > li a i.fa-facebook-square,
    #topbar .social-icons > li a i.fa-facebook-square:hover,
    .social-icons > li a i.fa-facebook-square:hover {
        background: #6795ed;
    }

    #footer .social-icons > li a i.fa-firefox,
    #topbar .social-icons > li a i.fa-firefox:hover,
    .social-icons > li a i.fa-firefox:hover {
        background: #484848;
    }

    #footer .social-icons > li a i.fa-flickr,
    #topbar .social-icons > li a i.fa-flickr:hover,
    .social-icons > li a i.fa-flickr:hover {
        background: #f56ab2;
    }

    #footer .social-icons > li a i.fa-foursquare,
    #topbar .social-icons > li a i.fa-foursquare:hover,
    .social-icons > li a i.fa-foursquare:hover {
        background: #0072b1;
    }

    #footer .social-icons > li a i.fa-github,
    #topbar .social-icons > li a i.fa-github:hover,
    .social-icons > li a i.fa-github:hover {
        background: #221e1b;
    }

    #footer .social-icons > li a i.fa-github-alt,
    #topbar .social-icons > li a i.fa-github-alt:hover,
    .social-icons > li a i.fa-github-alt:hover {
        background: #221e1b;
    }

    #footer .social-icons > li a i.fa-github-square,
    #topbar .social-icons > li a i.fa-github-square:hover,
    .social-icons > li a i.fa-github-square:hover {
        background: #221e1b;
    }

    #footer .social-icons > li a i.fa-google,
    #topbar .social-icons > li a i.fa-google:hover,
    .social-icons > li a i.fa-google:hover {
        background: #4285f4;
    }

    #footer .social-icons > li a i.fa-google-plus,
    #topbar .social-icons > li a i.fa-google-plus:hover,
    .social-icons > li a i.fa-google-plus:hover {
        background: #dd4b39;
    }

    #footer .social-icons > li a i.fa-google-plus-square,
    #topbar .social-icons > li a i.fa-google-plus-square:hover,
    .social-icons > li a i.fa-google-plus-square:hover {
        background: #dd4b39;
    }

    #footer .social-icons > li a i.fa-houzz,
    #topbar .social-icons > li a i.fa-houzz:hover,
    .social-icons > li a i.fa-houzz:hover {
        background: #7CC04B;
    }

    #footer .social-icons > li a i.fa-instagram,
    #topbar .social-icons > li a i.fa-instagram:hover,
    .social-icons > li a i.fa-instagram:hover {
        background: #9c7255;
    }

    #footer .social-icons > li a i.fa-lastfm,
    #topbar .social-icons > li a i.fa-lastfm:hover,
    .social-icons > li a i.fa-lastfm:hover {
        background: #d41316;
    }

    #footer .social-icons > li a i.fa-lastfm-square,
    #topbar .social-icons > li a i.fa-lastfm-square:hover,
    .social-icons > li a i.fa-lastfm-square:hover {
        background: #d41316;
    }

    #footer .social-icons > li a i.fa-linkedin,
    #topbar .social-icons > li a i.fa-linkedin:hover,
    .social-icons > li a i.fa-linkedin:hover {
        background: #017fb1;
    }

    #footer .social-icons > li a i.fa-linkedin-square,
    #topbar .social-icons > li a i.fa-linkedin-square:hover,
    .social-icons > li a i.fa-linkedin-square:hover {
        background: #017fb1;
    }

    #footer .social-icons > li a i.fa-odnoklassniki,
    #topbar .social-icons > li a i.fa-odnoklassniki:hover,
    .social-icons > li a i.fa-odnoklassniki:hover {
        background: #f48420;
    }

    #footer .social-icons > li a i.fa-odnoklassniki-square,
    #topbar .social-icons > li a i.fa-odnoklassniki-square:hover,
    .social-icons > li a i.fa-odnoklassniki-square:hover {
        background: #f48420;
    }

    #footer .social-icons > li a i.fa-openid,
    #topbar .social-icons > li a i.fa-openid:hover,
    .social-icons > li a i.fa-openid:hover {
        background: #f78c40;
    }

    #footer .social-icons > li a i.fa-opera,
    #topbar .social-icons > li a i.fa-opera:hover,
    .social-icons > li a i.fa-opera:hover {
        background: #FF1B2D;
    }

    #footer .social-icons > li a i.fa-paypal,
    #topbar .social-icons > li a i.fa-paypal:hover,
    .social-icons > li a i.fa-paypal:hover {
        background: #009cde;
    }

    #footer .social-icons > li a i.fa-pinterest,
    #topbar .social-icons > li a i.fa-pinterest:hover,
    .social-icons > li a i.fa-pinterest:hover {
        background: #9b191e;
    }

    #footer .social-icons > li a i.fa-pinterest-p,
    #topbar .social-icons > li a i.fa-pinterest-p:hover,
    .social-icons > li a i.fa-pinterest-p:hover {
        background: #9b191e;
    }

    #footer .social-icons > li a i.fa-pinterest-square,
    #topbar .social-icons > li a i.fa-pinterest-square:hover,
    .social-icons > li a i.fa-pinterest-square:hover {
        background: #9b191e;
    }

    #footer .social-icons > li a i.fa-qq,
    #topbar .social-icons > li a i.fa-qq:hover,
    .social-icons > li a i.fa-qq:hover {
        background: #4297d3;
    }

    #footer .social-icons > li a i.fa-rss,
    #topbar .social-icons > li a i.fa-rss:hover,
    .social-icons > li a i.fa-rss:hover {
        background: #ffaf44;
    }

    #footer .social-icons > li a i.fa-skype,
    #topbar .social-icons > li a i.fa-skype:hover,
    .social-icons > li a i.fa-skype:hover {
        background: #ffaf44;
    }

    #footer .social-icons > li a i.fa-slideshare,
    #topbar .social-icons > li a i.fa-slideshare:hover,
    .social-icons > li a i.fa-slideshare:hover {
        background: #4ba3a6;
    }

    #footer .social-icons > li a i.fa-soundcloud,
    #topbar .social-icons > li a i.fa-soundcloud:hover,
    .social-icons > li a i.fa-soundcloud:hover {
        background: #ff3a00;
    }

    #footer .social-icons > li a i.fa-spotify,
    #topbar .social-icons > li a i.fa-spotify:hover,
    .social-icons > li a i.fa-spotify:hover {
        background: #7bb342;
    }

    #footer .social-icons > li a i.fa-stack-exchange,
    #topbar .social-icons > li a i.fa-stack-exchange:hover,
    .social-icons > li a i.fa-stack-exchange:hover {
        background: #2f2f2f;
    }

    #footer .social-icons > li a i.fa-stack-overflow,
    #topbar .social-icons > li a i.fa-stack-overflow:hover,
    .social-icons > li a i.fa-stack-overflow:hover {
        background: #FD9827;
    }

    #footer .social-icons > li a i.fa-stumbleupon,
    #topbar .social-icons > li a i.fa-stumbleupon:hover,
    .social-icons > li a i.fa-stumbleupon:hover {
        background: #EB4823;
    }

    #footer .social-icons > li a i.fa-stumbleupon-circle,
    #topbar .social-icons > li a i.fa-stumbleupon-circle:hover,
    .social-icons > li a i.fa-stumbleupon-circle:hover {
        background: #EB4823;
    }

    #footer .social-icons > li a i.fa-trello,
    #topbar .social-icons > li a i.fa-trello:hover,
    .social-icons > li a i.fa-trello:hover {
        background: #0079bf;
    }

    #footer .social-icons > li a i.fa-tumblr,
    #topbar .social-icons > li a i.fa-tumblr:hover,
    .social-icons > li a i.fa-tumblr:hover {
        background: #32506d;
    }

    #footer .social-icons > li a i.fa-tumblr-square,
    #topbar .social-icons > li a i.fa-tumblr-square:hover,
    .social-icons > li a i.fa-tumblr-square:hover {
        background: #32506d;
    }

    #footer .social-icons > li a i.fa-twitter,
    #topbar .social-icons > li a i.fa-twitter:hover,
    .social-icons > li a i.fa-twitter:hover {
        background: #79dbff;
    }

    #footer .social-icons > li a i.fa-twitter-square,
    #topbar .social-icons > li a i.fa-twitter-square:hover,
    .social-icons > li a i.fa-twitter-square:hover {
        background: #79dbff;
    }

    #footer .social-icons > li a i.fa-vimeo,
    #topbar .social-icons > li a i.fa-vimeo:hover,
    .social-icons > li a i.fa-vimeo:hover {
        background: #45bcff;
    }

    #footer .social-icons > li a i.fa-vimeo-square,
    #topbar .social-icons > li a i.fa-vimeo-square:hover,
    .social-icons > li a i.fa-vimeo-square:hover {
        background: #45bcff;
    }

    #footer .social-icons > li a i.fa-vine,
    #topbar .social-icons > li a i.fa-vine:hover,
    .social-icons > li a i.fa-vine:hover {
        background: #00b389;
    }

    #footer .social-icons > li a i.fa-vk,
    #topbar .social-icons > li a i.fa-vk:hover,
    .social-icons > li a i.fa-vk:hover {
        background: #45668e;
    }

    #footer .social-icons > li a i.fa-wechat,
    #topbar .social-icons > li a i.fa-wechat:hover,
    .social-icons > li a i.fa-wechat:hover {
        background: #09b507;
    }

    #footer .social-icons > li a i.fa-whatsapp,
    #topbar .social-icons > li a i.fa-whatsapp:hover,
    .social-icons > li a i.fa-whatsapp:hover {
        background: #20B038;
    }

    #footer .social-icons > li a i.fa-windows,
    #topbar .social-icons > li a i.fa-windows:hover,
    .social-icons > li a i.fa-windows:hover {
        background: #00BDF6;
    }

    #footer .social-icons > li a i.fa-wordpress,
    #topbar .social-icons > li a i.fa-wordpress:hover,
    .social-icons > li a i.fa-wordpress:hover {
        background: #21759b;
    }

    #footer .social-icons > li a i.fa-xing,
    #topbar .social-icons > li a i.fa-xing:hover,
    .social-icons > li a i.fa-xing:hover {
        background: #005a60;
    }

    #footer .social-icons > li a i.fa-xing-square,
    #topbar .social-icons > li a i.fa-xing-square:hover,
    .social-icons > li a i.fa-xing-square:hover {
        background: #005a60;
    }

    #footer .social-icons > li a i.fa-yahoo,
    #topbar .social-icons > li a i.fa-yahoo:hover,
    .social-icons > li a i.fa-yahoo:hover {
        background: #7B0099;
    }

    #footer .social-icons > li a i.fa-youtube,
    #topbar .social-icons > li a i.fa-youtube:hover,
    .social-icons > li a i.fa-youtube:hover {
        background: #db3b3a;
    }

    #footer .social-icons > li a i.fa-youtube-play,
    #topbar .social-icons > li a i.fa-youtube-play:hover,
    .social-icons > li a i.fa-youtube-play:hover {
        background: #db3b3a;
    }

    #footer .social-icons > li a i.fa-youtube-square,
    #topbar .social-icons > li a i.fa-youtube-square:hover,
    .social-icons > li a i.fa-youtube-square:hover {
        background: #db3b3a;
    }
/* ----------------------------------------------------------------------
	7. Flickr Feed
---------------------------------------------------------------------- */
/* Flickr */
.flickr-thumbs {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .flickr-thumbs li {
        width: 60px;
        height: 60px;
        list-style: none;
        float: left;
        background: #ffffff;
        margin: 2px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .flickr-thumbs li img {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            overflow: hidden;
            cursor: pointer;
            background: #ffffff;
            border: none;
            opacity: 1;
            -webkit-transition: opacity 0.35s;
            transition: opacity 0.35s;
        }

        .flickr-thumbs li:hover img {
            opacity: 0.7;
        }
/* ----------------------------------------------------------------------
	8. Back To Top
---------------------------------------------------------------------- */
#back-to-top {
    display: none;
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999999;
    text-indent: -9999px;
    background-image: url("../images/back-to-top.png");
    background-repeat: no-repeat;
    background-color: var(--back-to-top);
    background-position: 50% 50%;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    #back-to-top a {
        display: block;
        width: 50px;
        height: 50px;
    }

    #back-to-top:hover, #back-to-top:focus {
        background-color: var(--back-to-top-hover);
    }
/* ----------------------------------------------------------------------
	9. Blog
---------------------------------------------------------------------- */
/* Blog Post */
.blog-post {
    background: transparent;
    margin-bottom: 40px;
}

.blog-post-border {
    border: 1px solid #dddddd;
    text-align: left;
    background: #fdfdfd;
    padding: 20px 20px 10px;
}

    .blog-post-border .btn {
        margin-bottom: 0;
    }

.blog-photo {
    position: relative;
    margin-bottom: 20px;
}

.blog-info {
    position: absolute;
    top: 50px;
    left: -10px;
    z-index: 10;
    padding: 9px;
    width: 60px;
    height: 60px;
    border-radius: 0px;
    background: var(--colorPrimary);
}

    .blog-info:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        bottom: -10px;
        left: 0px;
        border-top: 5px solid #222222;
        border-right: 5px solid #222222;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent;
        display: block;
    }

    .blog-info p {
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
        color: #ffffff;
        border-radius: 0%;
    }

    .blog-info span {
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
        display: block;
        color: #ffffff;
    }

.blog-title {
    margin-bottom: 20px;
    text-decoration: none;
}

.blog-title-icon {
    display: inline-block;
    vertical-align: middle;
}

    .blog-title-icon span {
        display: table;
    }

        .blog-title-icon span > i {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            font-size: 24px;
            line-height: 24px;
            padding-top: 17px;
            padding-bottom: 17px;
            border: 1px solid #333333;
            width: 60px;
            height: 60px;
            background: #ffffff;
            background: rgba(255,255,255,0.5);
            color: #333333;
            border-radius: 0%;
        }

.blog-title-body {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

    .blog-title-body h3 {
        line-height: 38px;
        margin-bottom: 2px;
    }

    .blog-title-body span {
        font-size: 12px;
        line-height: 20px;
        margin-right: 10px;
    }

        .blog-title-body span i {
            margin-right: 3px;
        }

.blog-content {
    margin-bottom: 20px;
}

    .blog-content p {
        margin-bottom: 20px;
    }

.blog-post-middle {
    margin-bottom: 30px;
}
/* Comment */
.comment {
    background: url("../images/assets/comment-bg.png") repeat;
    border: 1px solid #dddddd;
    padding: 20px;
    clear: both;
    margin-bottom: 20px;
}

    .comment img {
        width: 80px;
        height: 80px;
        border: 3px solid #fdfdfd;
        float: left;
        margin: 0 20px 20px 0;
        background: #ffffff;
        border-radius: 50%;
    }

.comment-reply {
    margin-left: 80px;
}

.comment-leave {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
/* Pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    margin-bottom: 20px;
    border-radius: 0px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 5px 12px;
            font-size: 15px;
            margin-left: -1px;
            line-height: 1.6;
            text-decoration: none;
            background-color: transparent;
            border: 1px solid #dddddd;
            color: inherit;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: var(--colorPrimary);
            color: #ffffff;
            border-color: var(--colorPrimary);
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        font-weight: bold;
        cursor: default;
        background-color: var(--colorPrimary);
        border-color: var(--colorPrimary);
    }

@media (max-width: 767px) {
    .pagination {
        margin-bottom: 50px;
    }

    .comment-leave {
        margin-bottom: 50px;
    }
}
/* Sidebar */
.sidebar {
    margin-bottom: 50px;
}

.sidebar-list {
    padding: 0;
    list-style: none;
}

    .sidebar-list li {
        color: inherit;
        padding: 8px 2px;
    }

        .sidebar-list li i {
            margin-right: 8px;
            color: var(--colorPrimary);
        }

        .sidebar-list li span {
            font-weight: 600;
        }

.sidebar-post {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .sidebar-post img {
        width: 80px;
        height: 80px;
        border: 3px solid #fdfdfd;
        float: left;
        margin: 0 15px 5px 0;
        background: #ffffff;
        border-radius: 0px;
    }

    .sidebar-post p {
        margin: 0 0 5px;
    }

    .sidebar-post span {
        font-size: 12px;
    }

.sidebar-tag {
    padding: 0;
    list-style: none;
}

    .sidebar-tag li {
        display: inline-block;
        cursor: pointer;
        background: #ffffff;
        margin: 3px 1px;
        border: 1px solid var(--colorPrimary);
        border-radius: 0px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .sidebar-tag li:hover {
            color: #ffffff;
            background: var(--colorPrimary);
        }

        .sidebar-tag li a {
            padding: 15px 12px;
            text-decoration: none;
            color: var(--colorPrimary);
            line-height: 30px;
            font-size: 13px;
        }

        .sidebar-tag li:hover a {
            color: #ffffff;
        }
/* ----------------------------------------------------------------------
	10. Portfolio
---------------------------------------------------------------------- */
/* Isotope */
.isotope {
    margin: 0;
    padding: 0;
    min-height: 150px;
    overflow: hidden;
    padding-top: 5px;
    margin-bottom: 20px;
}

    .isotope:after {
        content: '';
        display: block;
        clear: both;
    }

.element-item {
    position: relative;
    float: left;
    color: inherit;
    background: transparent;
    margin-bottom: 30px;
}

    .element-item > * {
        margin: 0;
        padding: 0;
    }

.isotope .element-item img {
    width: 100%;
    height: auto;
}
/* Isotope Fullwidth */
.isotope-col {
    width: 20%;
    position: relative;
    min-height: 1px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .isotope-col {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .isotope-col {
        width: 100%;
    }
}
/* Isotope Masonry */
.isotope-masonry {
    margin: 0;
    padding: 0;
    min-height: 150px;
    overflow: hidden;
    padding-top: 5px;
    margin-bottom: 20px;
}

    .isotope-masonry:after {
        content: '';
        display: block;
        clear: both;
    }

.grid-item {
    position: relative;
    float: left;
    color: inherit;
    background: transparent;
    border: none;
    width: 25%;
    height: auto;
}

    .grid-item > * {
        margin: 0;
        padding: 0;
    }

    .grid-item img {
        width: 100%;
        height: auto;
    }

.grid-sizer {
    width: 25%;
}

.grid-large {
    width: 50%;
    height: auto;
}

@media (max-width: 767px) {
    .grid-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .grid-sizer {
        width: 100%;
    }

    .grid-large {
        width: 100%;
    }
}
/* Isotope Shop */
.isotope-select-menu {
    width: 200px;
    margin-bottom: 20px;
}

.col-md-9 .isotope-select-menu {
    margin-right: 15px;
}

.isotope-shop {
    margin: 0;
    padding: 0;
    min-height: 150px;
    overflow: hidden;
    padding-top: 5px;
    margin-bottom: 20px;
}

    .isotope-shop:after {
        content: '';
        display: block;
        clear: both;
    }

    .isotope-shop .element-item img {
        width: 100%;
        height: auto;
    }
/* Isotope Button */
.button-group, .button-group2, .button-group3, .button-group4 {
    margin-bottom: 20px;
}

    .button-group:after, .button-group2:after, .button-group3:after, .button-group4:after {
        content: '';
        display: block;
        clear: both;
    }

    .button-group .button, .button-group2 .button, .button-group3 .button, .button-group4 .button {
        float: left;
        margin-left: 0;
        margin-right: 5px;
        border-radius: 0px;
    }

    .button-group .button, .button-group2 .button, .button-group3 .button, .button-group4 .button {
        display: inline-block;
        border: none;
        cursor: pointer;
        background: transparent;
        padding: 7px 14px;
        color: inherit;
        border: 1px solid transparent;
        font-weight: bold;
        border-radius: 0px;
    }

        .button-group .button:hover, .button-group2 .button:hover, .button-group3 .button:hover, .button-group4 .button:hover {
            color: var(--colorPrimary);
            border: 1px solid var(--colorPrimary);
            background: transparent;
            border-radius: 0px;
        }

        .button-group .button:active, .button-group2 .button:active, .button-group3 .button:active, .button-group4 .button:active, .button-group .button.is-checked, .button-group2 .button.is-checked, .button-group3 .button.is-checked, .button-group4 .button.is-checked {
            border: 1px solid var(--colorPrimary);
            font-weight: bold;
            background: var(--colorPrimary);
            color: #ffffff !important;
            border-radius: 0px;
        }
/* ----------------------------------------------------------------------
	11. Slider Revolution
---------------------------------------------------------------------- */
#rev-slider1-wrapper {
    background-color: #111111;
    padding: 0px;
}

#rev-slider1 {
    display: none;
}

.html5vid.fullcoveredvideo:after, .rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    pointer-events: none;
}

.white-large, .white-medium, .white-small, .black-large, .black-medium, .black-small, .theme-large, .theme-medium, .theme-small {
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    color: #252525;
    font-style: normal;
    text-decoration: none;
    margin: 0px;
    line-height: 1.6;
    font-weight: normal;
    padding: 5px 15px;
    border-radius: 0;
}

.tp-caption strong {
    font-weight: 900 !important;
}
/* White */
.white-large {
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    font-family: 'GT-Walsheim-Pro-Black';
    padding: 0px 15px;
}

.white-medium {
    color: #ffffff;
    font-size: 35px;
    font-weight: normal;
    font-family: 'GT-Walsheim-Pro-Medium';
    padding: 6px 15px;
}

.white-small {
    color: #ffffff;
    font-size: 18px;
    padding: 9px 15px;
}
/* Black */
.black-large {
    color: #252525;
    font-size: 50px;
    font-weight: 900;
    font-family: 'GT-Walsheim-Pro-Ultra-Bold';
    padding: 0px 15px;
}

.black-medium {
    color: #252525;
    font-size: 35px;
    font-weight: normal;
    font-family: 'GT-Walsheim-Pro-Medium';
    padding: 6px 15px;
}

.black-small {
    color: #252525;
    font-size: 18px;
    padding: 9px 15px;
}
/* Theme */
.theme-large {
    color: var(--colorPrimary);
    font-size: 50px;
    font-weight: 900;
    font-family: 'GT-Walsheim-Pro-Ultra-Bold';
    padding: 0px 15px;
}

.theme-medium {
    color: var(--colorPrimary);
    font-size: 35px;
    font-weight: normal;
    font-family: 'GT-Walsheim-Pro-Medium';
    padding: 6px 15px;
}

.theme-small {
    color: var(--colorPrimary);
    font-size: 18px;
    padding: 9px 15px;
}
/* Caption Background */
.white-bg {
    background-color: #ffffff;
}

.black-bg {
    background-color: #475766;
}

.theme-bg {
    background-color: var(--colorPrimary);
}
/* Zeus Arrows */
.zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    overflow: hidden;
    background: transparent;
    border-radius: 50%;
}

    .zeus.tparrows:before {
        font-family: "revicons";
        font-size: 40px;
        font-weight: normal;
        color: #ffffff;
        display: block;
        line-height: 70px;
        text-align: center;
        z-index: 2;
        position: relative;
    }

    .zeus.tparrows.tp-leftarrow:before {
        content: "\e824";
    }

    .zeus.tparrows.tp-rightarrow:before {
        content: "\e825";
    }

    .zeus.tparrows:before {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .zeus.tparrows.tp-leftarrow:hover:before {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    .zeus.tparrows.tp-rightarrow:hover:before {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
/* ----------------------------------------------------------------------
	12. Owl Carousel
---------------------------------------------------------------------- */
.owl-carousel {
    position: relative;
    margin-bottom: 20px;
}

    .owl-carousel .item {
        margin: 0;
        cursor: pointer;
    }

#sync1 .item, #sync2 .item {
    margin: 5px;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.owl-client {
    padding: 30px 0px;
    margin: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 50px;
    line-height: 50px;
    padding: 10px;
    width: 70px;
    height: 70px;
    margin: 0px;
    background: transparent;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: transparent;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    width: 70px;
    height: 70px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    background: #869791;
    margin: 5px 5px;
    width: 20px;
    height: 5px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
}
/* black arrow */
.owl-theme.black-arrow .owl-controls .owl-buttons div {
    font-size: 20px;
    line-height: 20px;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin: 0px;
    color: #ffffff;
    background: var(--colorPrimary);
    opacity: 1;
    border-radius: 0px;
}

.owl-theme.black-arrow .owl-controls.clickable .owl-buttons div:hover {
    background: var(--colorSecondary);
    background: rgba(0,0,0,0.8);
}

.owl-theme.black-arrow .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: -40px;
    bottom: auto;
    left: auto;
    right: 40px;
    margin: auto;
    width: 40px;
    height: 40px;
}

.owl-theme.black-arrow .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: -40px;
    bottom: auto;
    left: auto;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
}
/* Owl Carousel Slider */
.owl-slider .item {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .owl-slider .item:after {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: transparent;
        z-index: 0 !important;
        pointer-events: none;
    }

.owl-caption, .owl-slider img {
    position: relative;
    z-index: 1;
}

.owl-slider .item1 {
    background-image: url("../images/slider/slider600-1.jpg");
}

.owl-slider .item2 {
    background-image: url("../images/slider/slider600-2.jpg");
}

.owl-slider .item3 {
    background-image: url("../images/slider/slider600-3.jpg");
}

.owl-slider .item img {
    max-width: 400px;
    height: 600px;
    margin: auto 50px;
}

.owl-slider-right {
    text-align: right;
    margin-top: 200px;
    margin-right: 100px;
}

.owl-slider-left {
    text-align: left;
    margin-top: 200px;
    margin-left: 100px;
}

.owl-slider-center {
    text-align: center;
    margin-top: 200px;
}

.owl-caption {
    display: block;
}

.owl-white-large {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 0px 15px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    font-family: 'GT-Walsheim-Pro-Ultra-Bold';
    ;
}

.owl-white-medium {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 6px 15px;
    color: #ffffff;
    font-size: 35px;
    font-weight: normal;
    font-family: 'GT-Walsheim-Pro-Medium';
    ;
}

.owl-white-small {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 9px 15px;
    color: #ffffff;
    font-size: 18px;
}

.owl-black-large {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 0px 15px;
    color: #252525;
    font-size: 50px;
    font-weight: 900;
    font-family: 'GT-Walsheim-Pro-Ultra-Bold';
}

.owl-black-medium {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 6px 15px;
    color: #252525;
    font-size: 35px;
    font-weight: normal;
    font-family: 'GT-Walsheim-Pro-Medium';
}

.owl-black-small {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 9px 15px;
    color: #252525;
    font-size: 18px;
}

.owl-theme-large {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 0px 15px;
    color: var(--colorPrimary);
    font-size: 50px;
    font-weight: 900;
    font-family: 'GT-Walsheim-Pro-Ultra-Bold';
}

.owl-theme-medium {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 6px 15px;
    color: var(--colorPrimary);
    font-size: 35px;
    font-weight: normal;
    font-family: 'GT-Walsheim-Pro-Medium';
}

.owl-theme-small {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 9px 15px;
    color: var(--colorPrimary);
    font-size: 18px;
}

.owl-slider strong {
    font-weight: 900;
}

.owl-slider .btn {
    display: inline-block;
    margin: 0 15px;
}

.owl-white-bg {
    background-color: #eeeeee;
}

.owl-black-bg {
    background-color: #333333;
}

.owl-theme-bg {
    background-color: var(--colorPrimary);
}

@media (max-width: 991px) {
    .owl-slider .item {
        height: 600px;
    }

        .owl-slider .item img {
            display: none;
        }

    .owl-slider-right {
        text-align: center;
        margin-top: 200px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .owl-slider-left {
        text-align: center;
        margin-top: 200px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .owl-slider-center {
        text-align: center;
        margin-top: 200px;
    }

    .owl-white-large, .owl-black-large, .owl-theme-large {
        font-size: 30px;
    }

    .owl-white-medium, .owl-black-medium, .owl-theme-medium {
        font-size: 20px;
    }

    .owl-white-small, .owl-black-small, .owl-theme-small {
        font-size: 14px;
    }

    .owl-slider .btn-lg {
        padding: 6px 12px;
        font-size: 14px;
    }

    .owl-slider .btn.btn-lg span {
        margin-left: 25px;
        font-size: 14px;
    }

        .owl-slider .btn.btn-lg span i {
            padding: 8px;
        }
}
/* ----------------------------------------------------------------------
	13. Shop
---------------------------------------------------------------------- */
.star-color i {
    color: orange;
}
/* Cart Dropdown */
.cart-dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    width: 300px;
    background: #ffffff;
    color: inherit;
    padding: 10px 0px;
    border-top: 4px solid var(--colorPrimary);
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 1px #aaaaaa;
    box-shadow: 0px 0px 1px #aaaaaa;
}

.cart-dropdown .col-md-3, .cart-dropdown .col-md-4, .cart-dropdown .col-md-5, .cart-dropdown .col-md-6, .cart-dropdown .col-md-7, .cart-dropdown .col-md-8, .cart-dropdown .col-md-9 {
    float: left;
}

.cart-dropdown .yamm-content p {
    color: #888888;
    margin-bottom: 0;
}

.cart-dropdown .yamm-content h5 {
    color: #555555;
}

@media (max-width: 767px) {
    .cart-dropdown .yamm-content h5 {
        color: #ffffff;
    }

    .cart-dropdown .text-theme {
        font-size: 18px;
    }

    .navbar-nav li.cart-dropdown {
        display: none;
    }
}
/* Shop Cart */
.table > thead > tr > th {
    font-size: 18px;
    font-weight: bold;
    color: inherit;
}

.table-middle > thead > tr > th, .table-middle > tbody > tr > th, .table-middle > tfoot > tr > th, .table-middle > thead > tr > td, .table-middle > tbody > tr > td, .table-middle > tfoot > tr > td {
    vertical-align: middle;
    padding: 20px 10px;
}


.table-active {
    --bs-table-accent-bg: #DCDCDC;
    color: #000;
    background-color: #DCDCDC;
}


.product-image {
    width: 15%;
}

    .product-image img {
        width: 80px;
        height: 80px;
    }

.product-name {
    width: 50%;
}

    .product-name h4 {
        font-weight: bold;
    }

    .product-name p {
        color: #888888;
        margin-bottom: 5px;
        font-size: 12px;
    }

.product-price {
    width: 10%;
}

.product-quantity {
    width: 10%;
}

    .product-quantity input {
        width: 50px;
        height: 30px;
    }

.product-total {
    width: 10%;
}

.product-remove {
    width: 5%;
}

.line-through {
    text-decoration: line-through;
    color: #888888;
}
/* Sidebar */
.cart-sidebar {
    padding: 0px;
    margin-bottom: 20px;
}

    .cart-sidebar input, .cart-sidebar select {
        margin-bottom: 10px;
    }

    .cart-sidebar .panel-body {
        padding: 5px 20px;
    }
/* ----------------------------------------------------------------------
	14. Contact Form
---------------------------------------------------------------------- */
/* Contactform */
.contactform {
    margin-bottom: 20px;
}

.cmxform {
    font-family: inherit;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 30px;
}

    .cmxform label {
        width: 100%;
        display: block;
        line-height: 1.6;
        float: none;
    }

        .cmxform label i {
            color: #cc5252;
            margin-left: 5px;
            font-size: 7px;
            vertical-align: top;
            font-weight: normal;
        }

    .cmxform textarea {
        min-height: 150px;
    }

    .cmxform .answer {
        width: 100%;
    }

    .cmxform .submit {
        width: 120px;
        height: 40px;
        font-weight: bold;
        border-radius: 0;
    }

    .cmxform label.error {
        width: 100%;
        color: #a94442;
        font-weight: bold;
        font-style: italic;
        padding: 7px 10px;
        margin-bottom: 10px;
        background-color: #f2dede;
        border: 1px solid transparent;
        border-radius: 0;
    }

    .cmxform input.error, .cmxform select.error, .cmxform textarea.error {
        border: 1px solid #a94442;
    }

div.error {
    display: none;
}

.cmxform span.checkbox, .cmxform .checkbox, .cmxform .radio {
    display: inline;
}

input.checkbox {
    border: none;
}

.cmxform select {
    margin-bottom: 20px;
}
/* Message */
.message, .message2, .message3, .message4 {
    margin: 20px auto;
}

.contact-success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-weight: bold;
    border-radius: 3px;
}

.contact-error {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-weight: bold;
    border-radius: 3px;
}
/* Contactform 3 */
.commentForm3.cmxform {
    margin: 0 auto;
}

    .commentForm3.cmxform textarea {
        min-height: 100px;
    }

    .commentForm3.cmxform .answer {
        width: 100%;
    }

    .commentForm3.cmxform .submit {
        width: 120px;
        height: 40px;
    }

    .commentForm3.cmxform .form-control {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 10px;
        height: 34px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
/* Sidebar */
.sidebar-info {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

    .sidebar-info li {
        padding: 8px 2px;
    }

        .sidebar-info li i {
            margin-right: 5px;
            font-weight: 600;
        }

        .sidebar-info li span {
            font-weight: 600;
        }
/* Map */
.map {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
}

    .map.map1080 {
        height: 1080px;
    }

    .map.map1000 {
        height: 1000px;
    }

    .map.map900 {
        height: 900px;
    }

    .map.map800 {
        height: 800px;
    }

    .map.map700 {
        height: 700px;
    }

    .map.map600 {
        height: 600px;
    }

    .map.map500 {
        height: 500px;
    }

    .map.map400 {
        height: 400px;
    }

    .map.map300 {
        height: 300px;
    }

    .map.map200 {
        height: 200px;
    }

    .map.map100 {
        height: 100px;
    }
/* ----------------------------------------------------------------------
	15. Shortcodes
---------------------------------------------------------------------- */
/* Dropcap */
.dropcap {
    float: left;
    color: inherit;
    font-size: 39px;
    line-height: 50px;
    font-weight: bold;
    padding: 0px 13px;
    margin: 0px 20px 0 0;
}

.dropcap-theme {
    float: left;
    color: #ffffff;
    font-size: 39px;
    line-height: 50px;
    font-weight: bold;
    padding: 0px 13px;
    margin: 0px 20px 0 0;
    background: var(--colorPrimary);
}
/* Tooltip */
.tooltip-inner {
    background: rgba(0,0,0,1.0);
    border: none;
    padding: 20px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 0px;
    max-width: 450px;
    /* If max-width does not work, try using width instead */
    width: 450px;
}

/* Tooltip */
.menutip-inner {
    background: rgba(0,0,0,1.0);
    border: none;
    padding: 20px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 0px;
    max-width: 150px;
    /* If max-width does not work, try using width instead */
    width: 150px;
}

/* Popover */
.popover {
    padding: 20px;
    box-shadow: none;
    border-radius: 0px;
}

.pointer {
    cursor: pointer;
}
/* Modal */
.modal {
    z-index: 2050;
}

.modal-open {
    overflow: auto;
}

.modal-scrollbar-measure {
    overflow: auto;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.modal-backdrop {
    position: fixed;
    z-index: 2040;
    background-color: var(--colorSecondary);
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=30);
        opacity: 0.3;
    }

.modal-header {
    padding: 15px 30px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.6;
}

.modal-body {
    position: relative;
    padding: 15px 30px;
}
/* List Styles */
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
    line-height: 2.0em;
}

.list-unordered {
    line-height: 2.0em;
}

.list-ordered {
    line-height: 2.0em;
}

.icon-arrow-list {
    padding-left: 0;
    list-style: none;
    line-height: 2.0em;
    margin: 10px 0;
}

    .icon-arrow-list ul, .icon-arrow-list ul ul {
        list-style: none;
    }

    .icon-arrow-list li, .icon-arrow-list li a {
        color: inherit;
    }

        .icon-arrow-list li i {
            margin-right: 8px;
            color: var(--colorPrimary);
        }

.button-list {
    list-style: none;
}

    .button-list li {
        display: inline-block;
    }
/* Blockquote */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-style: solid;
    border-width: 0 0 0 5px;
    border-color: var(--colorPrimary);
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.6;
        color: #888888;
    }
/* Skill Bar */
.skillbar-title {
    margin-bottom: 5px;
}

.skillbar {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 10px;
    background-color: #fdfdfd;
    vertical-align: middle;
    border-radius: 0px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

@media (max-width: 767px) {
    .skillbar {
        margin-bottom: 40px;
    }
}

.skillbar-percent {
    position: relative;
    width: 0;
    height: 10px;
    background-color: #2b9fd9;
    font-size: 13px;
    line-height: 10px;
    color: #ffffff;
    padding: 0px 5px;
    text-align: right;
    vertical-align: middle;
    border-radius: 0px;
}

.skillbar-tooltip {
    position: absolute;
    top: -5px;
    right: -30px;
    z-index: 10;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    width: 40px;
    height: 20px;
    background: #555555;
    text-shadow: none;
    border-radius: 0px;
}

    .skillbar-tooltip:after {
        /*content: '';*/
        position: absolute;
        right: -30px;
        left: 0;
        bottom: -5px;
        margin: auto;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 5px solid #555555;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent;
    }

.skillbar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.skillbar-white {
    background-color: #ffffff;
}

.skillbar-gray {
    background-color: #999999;
}

.skillbar-black {
    background-color: #333333;
}

.skillbar-rose {
    background-color: #cc6699;
}

.skillbar-pink {
    background-color: #cc66cc;
}

.skillbar-purple {
    background-color: #9966cc;
}

.skillbar-indigo {
    background-color: #6666cc;
}

.skillbar-blue {
    background-color: #6699cc;
}

.skillbar-aqua {
    background-color: #66cccc;
}

.skillbar-emerald {
    background-color: #66cc99;
}

.skillbar-green {
    background-color: #66cc66;
}

.skillbar-olive {
    background-color: #99cc66;
}

.skillbar-yellow {
    background-color: #cccc66;
}

.skillbar-orange {
    background-color: #cc9966;
}

.skillbar-red {
    background-color: #cc6666;
}

.skillbar-theme {
    background-color: var(--colorPrimary);
}
/* Video Responsive */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    background-color: transparent;
    margin: 0 auto 20px;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* MBYT Player */
.mbyt-player {
    width: 100%;
    display: inline-block;
    position: relative;
    left: 0;
    overflow: hidden;
    height: 400px;
    vertical-align: bottom;
}

    .mbyt-player:hover {
        text-decoration: none;
    }
/* Testimonial */
.testimonial {
    font-family: 'GT-Walsheim-Pro-Medium';
    font-size: 22px;
    position: relative;
    background: #fdfdfd;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

    .testimonial:before, .testimonial:after {
        display: block;
        position: absolute;
        font-family: FontAwesome;
        content: "\f10d";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size: 18px;
        color: #777777;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .testimonial:before {
        top: 10px;
        left: 10px;
    }

    .testimonial:after {
        content: "\f10e";
        bottom: 10px;
        right: 10px;
    }

    .testimonial p {
        padding: 40px;
    }

.testimonial-author {
    padding: 5px 5px 5px;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
}

    .testimonial-author img {
        display: inline-block;
        width: 80px;
        height: 80px;
        text-align: left;
        margin-right: 10px;
        border: 3px solid #fdfdfd;
        border-radius: 50%;
    }

    .testimonial-author p {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding-left: 10px;
        font-size: 15px;
        font-weight: bold;
    }

    .testimonial-author:after {
        position: absolute;
        left: 80px;
        top: -21px;
        content: '';
        width: 50px;
        height: 20px;
        display: block;
        background: transparent url("../images/assets/testimonial.png") no-repeat center top;
    }

.owl-theme .owl-controls {
    margin-top: 20px;
}
/* Divider */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #dddddd;
    -webkit-box-shadow: 0px 1px 0px #ffffff;
    box-shadow: 0px 1px 0px #ffffff;
}

.divider-singleline {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #dddddd;
}

.divider-doubleline {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 4px double #dddddd;
}

.divider-singledotted {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    background: url("../images/assets/divider-singledotted.png") repeat-x top left;
}

.divider-doubledotted {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 4px;
    background: url("../images/assets/divider-doubledotted.png") repeat-x top left;
}

.divider-icon {
    background: url("../images/divider-iconline.png") repeat-x left 30px;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}

    .divider-icon i {
        width: 45px;
        height: 45px;
        color: #888888;
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 45px;
        background: #ffffff;
    }
/* Badge */
.badge-popular {
    position: relative;
}

    .badge-popular:before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 200;
        width: 50px;
        height: 50px;
        background: url("../images/assets/badge-popular.png") no-repeat top right;
    }

.badge-sale {
    position: relative;
}

    .badge-sale:before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 200;
        width: 50px;
        height: 50px;
        background: url("../images/assets/badge-sale.png") no-repeat top right;
    }

.badge-best {
    position: relative;
}

    .badge-best:before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 200;
        width: 50px;
        height: 50px;
        background: url("../images/assets/badge-best.png") no-repeat top right;
    }

.badge-new {
    position: relative;
}

    .badge-new:before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 200;
        width: 50px;
        height: 50px;
        background: url("../images/assets/badge-new.png") no-repeat top right;
    }
/* Studio Box */
.studio-box {
    position: relative;
    background: #ffffff;
}

.studio-info {
    position: absolute;
    top: 50px;
    left: -10px;
    z-index: 10;
    padding: 5px 10px;
    background: var(--colorPrimary);
    border-radius: 0px;
}

    .studio-info:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        bottom: -10px;
        left: 0px;
        border-top: 5px solid #222222;
        border-right: 5px solid #222222;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent;
        display: block;
    }

    .studio-info p {
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 0;
        border-radius: 0%;
    }
/* Photo Title */
.photo-title {
    text-align: center;
    padding: 20px 20px 10px;
}

.photo-title2 {
    text-align: center;
    padding: 20px 20px 10px;
    background: #fdfdfd;
    border: 1px solid #eeeeee;
    border-top: none;
}

.photo-title3 {
    text-align: center;
    padding: 20px 20px 10px;
    background: var(--colorPrimary);
    color: #ffffff;
}

    .photo-title3 h3, .photo-title3 h4, .photo-title3 h5, .photo-title3 h6 {
        color: #ffffff;
    }

    .photo-title.text-left, .photo-title2.text-left, .photo-title3.text-left {
        text-align: left;
        padding: 20px 0 10px 0;
    }

    .photo-title.text-left2, .photo-title2.text-left2, .photo-title3.text-left2 {
        text-align: left;
        padding: 20px 20px 10px;
    }

        .photo-title2.text-left2 .btn {
            margin-bottom: 0;
        }

@media (min-width: 768px) {
    .mt-120 {
        margin-top: -120px;
        z-index: 5;
        border: 10px solid #ffffff;
        background: #ffffff !important;
    }
}
/* Chart */
.chartbox {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background: transparent;
    cursor: default;
    border-radius: 0;
}

.chartbox-icon {
    margin: 0 auto 10px;
    display: table;
}

    .chartbox-icon i {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 40px;
        line-height: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 1px solid var(--colorPrimary);
        width: 82px;
        height: 82px;
        color: var(--colorPrimary);
        background: transparent;
        border-radius: 50%;
    }

    .chartbox-icon:hover i {
        -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;
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .chartbox-icon a {
        text-decoration: none;
    }

.chart {
    display: inline-block;
    text-align: center;
}

    .chart canvas, .chart-none canvas {
        display: none;
    }

.percent {
    display: inline-block;
    font-family: 'GT-Walsheim-Pro-Medium';
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #555555;
    margin: 5px auto;
}

@media (max-width: 767px) {
    .chartbox {
        margin: 40px auto;
    }
}

.chart-white i {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.chart-gray i {
    color: #999999;
    border: 1px solid #999999;
}

.chart-black i {
    color: #252525;
    border: 1px solid #252525;
}

.chart-rose i {
    color: #cc6699;
    border: 1px solid #cc6699;
}

.chart-pink i {
    color: #cc66cc;
    border: 1px solid #cc66cc;
}

.chart-purple i {
    color: #9966cc;
    border: 1px solid #9966cc;
}

.chart-indigo i {
    color: #6666cc;
    border: 1px solid #6666cc;
}

.chart-blue i {
    color: #6699cc;
    border: 1px solid #6699cc;
}

.chart-aqua i {
    color: #66cccc;
    border: 1px solid #66cccc;
}

.chart-emerald i {
    color: #66cc99;
    border: 1px solid #66cc99;
}

.chart-green i {
    color: #66cc66;
    border: 1px solid #66cc66;
}

.chart-olive i {
    color: #99cc66;
    border: 1px solid #99cc66;
}

.chart-yellow i {
    color: #cccc66;
    border: 1px solid #cccc66;
}

.chart-orange i {
    color: #cc9966;
    border: 1px solid #cc9966;
}

.chart-red i {
    color: #cc6666;
    border: 1px solid #cc6666;
}

.chart-theme i {
    color: var(--colorPrimary);
    border: 1px solid var(--colorPrimary);
}
/* Team */
.team {
    clear: both;
    position: relative;
    text-align: center;
    background: #fafafa;
    margin-bottom: 20px;
    -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;
}

.team-content {
    padding: 30px 20px;
    background: #ffffff;
    color: inherit;
    -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;
}

    .team-content h4 {
        color: #333333;
        font-weight: bold;
        line-height: 1.2;
    }

    .team-content small {
        color: inherit;
        font-size: 13px;
        font-weight: normal;
    }

.team .social-icons {
    float: none;
    margin-top: 20px;
}
/* Fontawesome */
.fontawesome-icon-list {
    margin-bottom: 20px;
}

    .fontawesome-icon-list div {
        font-size: 14px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

        .fontawesome-icon-list div:hover {
            background: #f7f7f7;
            border-radius: 5px;
        }
/* 404 */
.not-found {
    text-align: center;
    padding: 50px 0;
}

    .not-found a {
        font-size: 150px;
        line-height: 1.6;
        font-weight: bold;
        text-decoration: none;
        display: block;
    }
/* Typed */
.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Fakeloader */
#fakeloader {
    position: relative;
}

    #fakeloader .spinner1, #fakeloader .spinner2, #fakeloader .spinner3, #fakeloader .spinner4, #fakeloader .spinner5, #fakeloader .spinner6, #fakeloader .spinner7 {
        position: absolute;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }
/* Timeline */
.timeline {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 40px;
    margin: 0 auto;
    text-align: left;
    background: transparent;
    cursor: default;
    margin-bottom: 20px;
    border-left: 1px dashed var(--colorPrimary);
}

.timeline-details {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 40px;
    margin: 0 auto;
    text-align: left;
    background: transparent;
    cursor: default;
    margin-bottom: 20px;
    border-radius: 0;
}

@media (max-width: 767px) {
    .timeline, .timeline-details {
        padding: 0;
        border: none;
    }
}

@media (min-width: 768px) {
    .timeline:before {
        position: absolute;
        content: "\f103";
        top: 0;
        bottom: 0;
        left: -20px;
        right: auto;
        margin: auto;
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 1;
        font-family: 'FontAwesome';
        display: block;
        color: var(--colorPrimary);
        text-align: center;
        vertical-align: middle;
        background: #ffffff;
        z-index: 100;
        border: 1px solid var(--colorPrimary);
        border-radius: 0%;
    }

    .timeline:after {
        position: absolute;
        content: "\f105";
        top: 0;
        bottom: 0;
        left: auto;
        right: -20px;
        margin: auto;
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 1;
        font-family: 'FontAwesome';
        display: block;
        color: var(--colorPrimary);
        text-align: center;
        vertical-align: middle;
        background: #ffffff;
        z-index: 100;
        border: 1px solid var(--colorPrimary);
        border-radius: 0%;
    }
}
/* Promo Box */
.promobox-gray {
    background: #eeeeee;
    padding: 50px;
}

.promobox-slash {
    background: #fdfdfd url("../images/assets/slash.png") repeat;
    padding: 50px;
    border: 1px solid #dddddd;
}

.promobox-dark {
    background: #333333;
    padding: 50px;
}

.promobox-theme {
    background: var(--colorPrimary);
    padding: 50px;
}
/* Alert */
.alert-white {
    background-color: #ffffff;
    color: #222222;
    border-color: transparent;
}

    .alert-white a {
        color: #222222;
    }

.alert-gray {
    background-color: #999999;
    color: #ffffff;
    border-color: transparent;
}

.alert-black {
    background-color: #252525;
    color: #ffffff;
    border-color: transparent;
}

.alert-rose {
    background-color: #cc6699;
    color: #ffffff;
    border-color: transparent;
}

.alert-pink {
    background-color: #cc66cc;
    color: #ffffff;
    border-color: transparent;
}

.alert-purple {
    background-color: #9966cc;
    color: #ffffff;
    border-color: transparent;
}

.alert-indigo {
    background-color: #6666cc;
    color: #ffffff;
    border-color: transparent;
}

.alert-blue {
    background-color: #6699cc;
    color: #ffffff;
    border-color: transparent;
}

.alert-aqua {
    background-color: #66cccc;
    color: #ffffff;
    border-color: transparent;
}

.alert-emerald {
    background-color: #66cc99;
    color: #ffffff;
    border-color: transparent;
}

.alert-green {
    background-color: #66cc66;
    color: #ffffff;
    border-color: transparent;
}

.alert-olive {
    background-color: #99cc66;
    color: #ffffff;
    border-color: transparent;
}

.alert-yellow {
    background-color: #cccc66;
    color: #ffffff;
    border-color: transparent;
}

.alert-orange {
    background-color: #cc9966;
    color: #ffffff;
    border-color: transparent;
}

.alert-red {
    background-color: #cc6666;
    color: #ffffff;
    border-color: transparent;
}

.alert-theme {
    background-color: var(--colorPrimary);
    color: #ffffff;
    border-color: transparent;
}
/* Client */
.grid {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .grid li {
        float: left;
        position: relative;
        width: 100%;
        height: auto;
    }

        .grid li:before {
            position: absolute;
            content: '';
            top: 0;
            left: -1px;
            height: 100%;
            border-left: 1px dashed #cccccc;
        }

        .grid li:after {
            position: absolute;
            content: '';
            left: 0;
            bottom: -1px;
            width: 100%;
            border-bottom: 1px dashed #cccccc;
        }

.grid-1 li {
    width: 100%;
}

.grid-2 li {
    width: 50%;
}

.grid-3 li {
    width: 33.3%;
}

.grid-4 li {
    width: 25%;
}

.grid-5 li {
    width: 20%;
}

.grid-6 li {
    width: 16.6%;
}

.grid-7 li {
    width: 14.2%;
}

.grid-8 li {
    width: 12.5%;
}

.grid-9 li {
    width: 11.1%;
}

.grid-10 li {
    width: 10%;
}

.grid-11 li {
    width: 9%;
}

.grid-12 li {
    width: 8.3%;
}

.grid li img {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .grid-1 li, .grid-2 li, .grid-3 li, .grid-4 li, .grid-5 li, .grid-6 li, .grid-7 li, .grid-8 li, .grid-9 li, .grid-10 li, .grid-11 li, .grid-12 li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .grid-1 li, .grid-2 li, .grid-3 li, .grid-4 li, .grid-5 li, .grid-6 li, .grid-7 li, .grid-8 li, .grid-9 li, .grid-10 li, .grid-11 li, .grid-12 li {
        width: 33.3%;
    }
}

@media (max-width: 479px) {
    .grid-1 li, .grid-2 li, .grid-3 li, .grid-4 li, .grid-5 li, .grid-6 li, .grid-7 li, .grid-8 li, .grid-9 li, .grid-10 li, .grid-11 li, .grid-12 li {
        width: 50%;
    }
}
/* ----------------------------------------------------------------------
	16. Accordion
---------------------------------------------------------------------- */
/* Accordion */
.accordion-container {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .accordion-container h4 {
        position: relative;
        font-weight: 300;
        cursor: pointer;
        display: block;
        outline: none;
        vertical-align: middle;
        padding: 10px 15px 10px 55px;
        font-size: 16px;
        margin: 5px 0 0;
        color: var(--faq-h4-color);
        border-radius: 0;
        border: 1px solid transparent;
        background: var(--faq-h4-background);
    }

        .accordion-container h4.active {
            color: var(--faq-h4-active-color);
            background-color: var(--faq-h4-active-background);
            border: 1px solid transparent;
            font-weight: 300;
            border-radius: 0;
            box-shadow: none;
        }

        .accordion-container h4:before {
            position: absolute;
            display: block;
            left: 15px;
            top: 10px;
            font-family: 'FontAwesome';
            content: "\f05a";
            line-height: 1;
            color: inherit;
            padding: 5px 7px;
        }

        .accordion-container h4.active:before {
            content: "\f129";
            color: #ffffff;
            padding: 5px 7px;
        }

    .accordion-container .accordion-content {
        margin: 0 0 5px;
        padding: 20px 20px 10px;
        border: none;
        background-color: #ffffff;
        border-radius: 0;
    }
    /* Accordion 2 */
    .accordion-container.accordion-container2 h4 {
        background: #ffffff;
    }

        .accordion-container.accordion-container2 h4.active {
            background-color: #ffffff;
            color: var(--colorPrimary);
        }

        .accordion-container.accordion-container2 h4:before {
            background-color: var(--colorPrimary);
            color: #ffffff;
        }
/* Toggle */
.toggle-container {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .toggle-container h4 {
        position: relative;
        font-weight: 300;
        cursor: pointer;
        display: block;
        outline: none;
        vertical-align: middle;
        padding: 10px 15px 10px 55px;
        font-size: 16px;
        margin: 5px 0 0;
        color: inherit;
        border-radius: 0;
        border: 1px solid transparent;
        background: #fafafa;
    }

        .toggle-container h4.active {
            color: #ffffff;
            background-color: var(--colorPrimary);
            border: 1px solid transparent;
            font-weight: 300;
            border-radius: 0;
            box-shadow: none;
        }

        .toggle-container h4:before {
            position: absolute;
            display: block;
            left: 15px;
            top: 10px;
            font-family: 'FontAwesome';
            content: "\f067";
            line-height: 1;
            color: inherit;
            padding: 5px 7px;
        }

        .toggle-container h4.active:before {
            content: "\f068";
            color: #ffffff;
            padding: 5px 7px;
        }

    .toggle-container .toggle-content {
        margin: 0 0 5px;
        padding: 20px 20px 10px;
        border: none;
        background-color: #ffffff;
        border-radius: 0;
    }
    /* Toggle 2 */
    .toggle-container.toggle-container2 h4 {
        background: #ffffff;
    }

        .toggle-container.toggle-container2 h4.active {
            background-color: #ffffff;
            color: var(--colorPrimary);
        }

        .toggle-container.toggle-container2 h4:before {
            background-color: var(--colorPrimary);
            color: #ffffff;
        }
/* ----------------------------------------------------------------------
	17. Easy Tabs
---------------------------------------------------------------------- */
/* Tabs */
.tab-container {
    margin-bottom: 20px;
}

.etabs {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.tab {
    display: inline-block;
    background-color: transparent;
    border: none;
    margin-right: 0px;
    border-radius: 0;
}

    .tab a {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.6;
        display: block;
        padding: 10px 15px;
        outline: none;
        text-decoration: none;
        color: #777777;
        border: 1px solid #eeeeee;
        border-bottom: none;
        border-right: none;
        position: relative;
        top: 1px;
        z-index: 10;
        margin: 0;
        background-color: #fdfdfd;
    }

.etabs li:last-child {
    border-right: 1px solid #fff;
}

.tab a:hover {
    text-decoration: none;
    color: var(--colorPrimary);
}

.tab.active {
    position: relative;
    top: 0px;
    padding-top: 0px;
    border-color: transparent;
    background: transparent;
}

.tab a.active {
    font-weight: normal;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
}

.tab-container .panel-container {
    font-size: 14px;
    position: relative;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 30px;
    color: #777777;
    border-radius: 0;
}

@media (max-width: 767px) {
    .tab a {
        padding: 10px 10px;
    }
}
/* Tabs - No border */
.tab-container .panel-container.noborder {
    border: 1px solid #eeeeee;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 30px 0;
}
/* Tabs On Side */
.tab-side-container {
    background: transparent;
    border: 1px solid transparent;
    min-height: 100px;
    margin-bottom: 20px;
    color: #777777;
    border-radius: 0;
}

    .tab-side-container ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        border-radius: 0;
    }

        .tab-side-container ul li {
            background: #fdfdfd;
            margin-bottom: 0px;
            text-align: left;
            max-width: 100%;
            border: none;
            word-break: break-all;
            min-width: 130px;
        }

            .tab-side-container ul li a {
                font-size: 14px;
                font-weight: normal;
                line-height: 1.6;
                text-decoration: none;
                display: block;
                padding: 10px 15px;
                outline: none;
                color: #777777;
                border: 1px solid #eeeeee;
                border-right: none;
                border-bottom: none;
                position: relative;
                left: 1px;
                z-index: 10;
            }

            .tab-side-container ul li:last-child {
                border-bottom: 1px solid #eeeeee;
            }

            .tab-side-container ul li a i {
                margin-right: 5px;
            }

            .tab-side-container ul li a:hover {
                text-decoration: none;
            }

            .tab-side-container ul li.selected-tab {
                position: relative;
                left: 0px;
                background: transparent;
                font-weight: normal;
                border-radius: 0;
            }

            .tab-side-container ul li a.selected-tab {
                font-weight: normal;
                text-decoration: none;
                color: var(--colorPrimary);
                background: #ffffff;
                border-right: 1px solid #ffffff;
            }

    .tab-side-container .panel-container {
        font-size: 14px;
        background: #ffffff;
        overflow: hidden;
        border: 1px solid #eeeeee;
        padding: 30px;
        border-radius: 0;
    }

@media (max-width: 991px) {
    .tab-side-container {
        border: none;
    }

        .tab-side-container ul {
            float: none;
            font-size: 0;
        }

            .tab-side-container ul li {
                min-width: 30px;
                display: inline-block;
                margin-right: 0px;
                border-radius: 0;
            }

                .tab-side-container ul li a {
                    left: 0;
                    top: 1px;
                    margin: 0;
                }

                .tab-side-container ul li:last-child {
                    border-bottom: none;
                    border-right: 1px solid #eeeeee !important;
                }

                .tab-side-container ul li.selected-tab {
                    top: 0px;
                    padding-top: 0px;
                    border-color: transparent;
                }

                .tab-side-container ul li a.selected-tab {
                    border-right: none;
                    border-bottom: 1px solid #ffffff;
                }

        .tab-side-container .panel-container {
            position: relative;
            padding: 30px;
            border-top: 1px solid #eeeeee;
        }

        .tab-side-container ul li {
            min-width: 50px;
        }
}
/* Tabs On Side - No border */
.tab-side-container .panel-container.noborder {
    padding: 0 0 0 30px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

@media (max-width: 991px) {
    .tab-side-container .panel-container.noborder {
        border: 1px solid #eeeeee;
        border-bottom: 1px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        padding: 30px 0;
    }
}
/* Tabs 2 */
.tab-container2 .tab a {
    border: none;
    background-color: #f5f5f5;
}

.tab-container2 .etabs li:last-child {
    border-right: none;
}

.tab-container2 .tab a.active {
    background: var(--colorPrimary);
    border-bottom: none;
    color: #ffffff;
}

.tab-container.tab-container2 .panel-container {
    border: none;
    padding: 30px 0;
}
/* Tabs 2 - Btn Type */
.btn-type .tab a {
    background-color: transparent;
    border-radius: 5px;
}
/* Tabs On Side 2 */
.tab-side-container.tab-side-container2 ul li {
    background: #f5f5f5;
}

    .tab-side-container.tab-side-container2 ul li a {
        border: none;
        left: 0;
    }

    .tab-side-container.tab-side-container2 ul li:last-child {
        border-bottom: none;
    }

    .tab-side-container.tab-side-container2 ul li a.selected-tab {
        background: var(--colorPrimary);
        border-right: none;
        color: #ffffff;
    }

.tab-side-container.tab-side-container2 .panel-container {
    border: none;
    padding: 0 30px 30px;
}

@media (max-width: 991px) {
    .tab-side-container.tab-side-container2 ul li:last-child {
        border-right: none !important;
    }

    .tab-side-container.tab-side-container2 ul li.selected-tab {
        top: -1px;
    }

    .tab-side-container.tab-side-container2 ul li a.selected-tab {
        border-bottom: none;
    }

    .tab-side-container.tab-side-container2 .panel-container {
        padding: 30px 0 30px;
    }
}
/* Tabs On Side 2 - Btn Type */
.tab-side-container.tab-side-container2.btn-type ul li {
    background: transparent;
}

    .tab-side-container.tab-side-container2.btn-type ul li a {
        border-radius: 5px;
    }
/* Margin Top Position */
@media (min-width: 992px) {
    .mt-200 {
        margin-top: -200px;
        z-index: 5;
    }
}

@media (max-width: 992px) {
    .mt-200 .col-sm-12 {
        margin-bottom: 20px;
    }
}

.mt-200 .tab a {
    padding: 10px 25px;
}

.mt-200 .panel-container {
    padding: 50px;
}

@media (max-width: 767px) {
    .mt-200 .tab a {
        padding: 10px 10px;
    }
}
/* Design Tab */
.tab-design-gray .tab a, .tab-design-black .tab a, .tab-design-white .tab a {
    font-size: 16px;
    background: transparent;
    margin-right: 30px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
}

.tab-design-gray .tab a { /*color: #dddddd;*/
}

.tab-design-black .tab a {
    color: #aaaaaa;
}

.tab-design-white .tab a {
    color: #777777;
}

    .tab-design-gray .tab a i, .tab-design-black .tab a i, .tab-design-white .tab a i {
        font-size: 40px;
        display: block;
        margin-bottom: 10px;
    }

    .tab-design-gray .tab a.active, .tab-design-black .tab a.active, .tab-design-white .tab a.active {
        border: none;
        background: transparent !important;
        color: var(--colorPrimary);
        border-radius: 0;
    }

        .tab-design-gray .tab a.active:after, .tab-design-black .tab a.active:after {
            position: absolute;
            content: '';
            bottom: -49px;
            left: 0px;
            right: 0px;
            margin: auto;
            width: 0;
            height: 0;
            border-top: 15px solid #ffffff;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 15px solid transparent;
            display: block;
        }

        .tab-design-black .tab a.active:after {
            border-bottom: 15px solid transparent;
        }

.tab-container.tab-design-gray .panel-container {
    color: #777777;
    border: none;
    background: #eeeeee;
    padding: 100px;
}

.tab-container.tab-design-black .panel-container {
    color: #aaaaaa;
    border: none;
    background: #333333;
    padding: 100px;
}

.tab-container.tab-design-white .panel-container {
    color: #777777;
    border: none;
    border-radius: 6px;
    background: #ffffff;
    padding: 50px 100px 100px;
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.2);
}

.padding-lr-0 {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
    .tab-design-gray .tab a, .tab-design-black .tab a, .tab-design-white .tab a {
        font-size: 14px;
        margin-right: 10px;
    }

        .tab-design-gray .tab a i, .tab-design-black .tab a i, .tab-design-white .tab a i {
            font-size: 30px;
        }
}
/* ----------------------------------------------------------------------
	18. Content Box
---------------------------------------------------------------------- */
.contentbox {
    position: relative;
    padding: 40px 40px 30px;
    background: #eeeeee;
    margin: 0 auto;
    min-height: 200px;
}

    .contentbox .triangle-right, .contentbox .triangle-left, .contentbox .triangle-top, .contentbox .triangle-bottom {
        position: absolute;
        width: 0;
        height: 0;
        margin: auto;
        z-index: 2;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }

    .contentbox .triangle-right {
        top: 0;
        bottom: 0;
        right: -30px;
        border-left: 15px solid #eeeeee;
    }

    .contentbox .triangle-left {
        top: 0;
        bottom: 0;
        left: -30px;
        border-right: 15px solid #eeeeee;
    }

    .contentbox .triangle-top {
        left: 0;
        right: 0;
        top: -30px;
        border-bottom: 15px solid #eeeeee;
    }

    .contentbox .triangle-bottom {
        left: 0;
        right: 0;
        bottom: -30px;
        border-top: 15px solid #eeeeee;
    }

.contentbox-theme {
    color: #ffffff;
    background: var(--colorPrimary);
}

    .contentbox-theme .triangle-right {
        border-left: 15px solid var(--colorPrimary);
    }

    .contentbox-theme .triangle-left {
        border-right: 15px solid var(--colorPrimary);
    }

    .contentbox-theme .triangle-top {
        border-bottom: 15px solid var(--colorPrimary);
    }

    .contentbox-theme .triangle-bottom {
        border-top: 15px solid var(--colorPrimary);
    }

.contentbox-black {
    color: #ffffff;
    background: #333333;
}

    .contentbox-black .triangle-top {
        border-bottom: 15px solid #333333;
    }

    .contentbox-black .triangle-bottom {
        border-top: 15px solid #333333;
    }

    .contentbox-black .triangle-right {
        border-left: 15px solid #333333;
    }

    .contentbox-black .triangle-left {
        border-right: 15px solid #333333;
    }

    .contentbox-theme h1, .contentbox-theme h2, .contentbox-theme h3, .contentbox-theme h4, .contentbox-theme h5, .contentbox-theme h6, .contentbox-theme p, .contentbox-theme i, .contentbox-theme a, .contentbox-black h1, .contentbox-black h2, .contentbox-black h3, .contentbox-black h4, .contentbox-black h5, .contentbox-black h6, .contentbox-black p, .contentbox-black i, .contentbox-black a {
        color: #ffffff;
    }

@media (max-width: 767px) {
    .contentbox {
        margin: 0px 15px;
        min-height: 150px;
    }

    .triangle-right, .triangle-left, .triangle-top, .triangle-bottom {
        display: none;
    }
}
/* Color Box */
.colorbox {
    position: relative;
    padding: 40px 40px 30px;
    margin: 0 auto;
    min-height: 100px;
    z-index: 0;
}

.colorbox-white {
    background: #ffffff;
}

.colorbox-gray {
    background: #999999;
}

.colorbox-black {
    background: #252525;
}

.colorbox-rose {
    background: #cc6699;
}

.colorbox-pink {
    background: #cc66cc;
}

.colorbox-purple {
    background: #9966cc;
}

.colorbox-indigo {
    background: #6666cc;
}

.colorbox-blue {
    background: #6699cc;
}

.colorbox-aqua {
    background: #66cccc;
}

.colorbox-emerald {
    background: #66cc99;
}

.colorbox-green {
    background: #66cc66;
}

.colorbox-olive {
    background: #99cc66;
}

.colorbox-yellow {
    background: #cccc66;
}

.colorbox-orange {
    background: #cc9966;
}

.colorbox-red {
    background: #cc6666;
}

.colorbox-theme {
    background: var(--colorPrimary);
}

.bg-opacity1:after, .bg-opacity2:after, .bg-opacity3:after, .bg-opacity4:after, .bg-opacity5:after, .bg-opacity6:after, .bg-opacity7:after, .bg-opacity8:after, .bg-opacity9:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    vertical-align: middle;
    background: #ffffff;
    z-index: 0;
}

.bg-opacity1:after {
    background: rgba(255,255,255,0.1);
}

.bg-opacity2:after {
    background: rgba(255,255,255,0.2);
}

.bg-opacity3:after {
    background: rgba(255,255,255,0.3);
}

.bg-opacity4:after {
    background: rgba(255,255,255,0.4);
}

.bg-opacity5:after {
    background: rgba(255,255,255,0.5);
}

.bg-opacity6:after {
    background: rgba(255,255,255,0.6);
}

.bg-opacity7:after {
    background: rgba(255,255,255,0.7);
}

.bg-opacity8:after {
    background: rgba(255,255,255,0.8);
}

.bg-opacity9:after {
    background: rgba(255,255,255,0.9);
}

.bg-opacity-content {
    position: relative;
    z-index: 1;
}

.colorbox .chartbox {
    margin: 20px auto 40px;
}

.colorbox .chartbox-icon:hover i {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.percent {
    font-size: 40px;
    font-weight: normal;
}

.colorbox .chart-white i {
    font-size: 60px;
    border: none;
}

.colorbox-theme .titleline, .colorbox-theme .titleline-center {
    border-top: 1px solid #ffffff !important;
}

.position-center {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 1;
}

@media (max-width: 991px) {
    .absolute-right img, .absolute-left img {
        display: none;
    }
}

.isotope-masonry.padding15 .grid-item {
    padding: 15px;
}
/* Overlay Box */
.overlaybox-white, .overlaybox-gray, .overlaybox-black, .overlaybox-cacbg {
    margin: 0;
    padding: 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 100px 100px 0;
}

.overlaybox-right {
    padding: 100px 0 100px 100px;
}

.overlaybox-cacbg {
    background-image: url("../images/features/cacbg.jpg");
}

.overlaybox-white {
    background-image: url("../images/features/overlaybox-white.jpg");
}

.overlaybox-gray {
    background-image: url("http://via.placeholder.com/1920x700");
}

.overlaybox-black {
    background-image: url("../images/features/overlaybox-black.jpg");
}

.overlaybox-content-white, .overlaybox-content-gray, .overlaybox-content-black {
    width: 100%;
    height: auto;
    z-index: 2;
    padding: 50px;
}

.overlaybox-content-cacbg {
    background: #ffffff;
    padding: 15px;
}

.overlaybox-content-white {
    background: #ffffff;
}

.overlaybox-content-gray {
    background: #eeeeee;
}

.overlaybox-content-black {
    background: var(--colorSecondary);
}

@media (max-width: 991px) {
    .overlaybox-white, .overlaybox-gray, .overlaybox-black, overlaybox-cacbg {
        padding: 100px 20px 100px 0;
    }

    .overlaybox-right {
        padding: 100px 0 100px 20px;
    }
}
/* ----------------------------------------------------------------------
	19. Icon Box
---------------------------------------------------------------------- */
/* Iconbox Info */
.iconboxInfo {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 20px 10px;
    text-align: center;
    background: transparent;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10;
}

.iconboxInfo-icon {
    margin: 0px auto 20px;
    display: table;
}

    .iconboxInfo-icon i {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 50px;
        line-height: 50px;
        padding-top: 24px;
        padding-bottom: 24px;
        border: 1px solid var(--colorSecondary);
        width: 100px;
        height: 100px;
        color: var(--colorSecondary);
        background: #ffffff;
        border-radius: 50%;
    }

.iconboxInfo:hover .iconboxInfo-icon i {
    color: var(--colorSecondary);
    background: #ffffff;
}
/* Iconbox 1 */
.iconbox1 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 20px 10px;
    text-align: center;
    background: transparent;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10;
}

.iconbox1-icon {
    margin: 0px auto 20px;
    display: table;
}

    .iconbox1-icon i {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 50px;
        line-height: 50px;
        padding-top: 24px;
        padding-bottom: 24px;
        border: 1px solid var(--colorPrimary);
        width: 100px;
        height: 100px;
        color: var(--colorPrimary);
        background: #ffffff;
        border-radius: 50%;
    }

.iconbox1:hover .iconbox1-icon i {
    color: var(--colorPrimary);
    background: #ffffff;
}

.iconboxupload i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 50px;
    line-height: 50px;
    padding-top: 24px;
    padding-bottom: 24px;
    border: 1px solid var(--colorPrimary);
    width: 100px;
    height: 100px;
    color: var(--colorSecondary);
    background: #ffffff;
    border-radius: 50%;
}

.iconbox1-icon a {
    text-decoration: none;
}

@media (min-width: 992px) {
    .line300 {
        position: relative;
    }

        .line300:before {
            position: absolute;
            content: '';
            top: 0;
            bottom: 0;
            left: 0;
            right: auto;
            margin: auto;
            width: 300px;
            height: 1px;
            display: block;
            border-top: 1px dashed var(--colorPrimary);
        }

        .line300:after {
            position: absolute;
            content: "\f101";
            top: 0;
            bottom: 0;
            left: 0;
            right: -300px;
            margin: auto;
            width: 40px;
            height: 40px;
            font-size: 40px;
            line-height: 1;
            font-family: 'FontAwesome';
            display: block;
            color: var(--colorPrimary);
            text-align: center;
            vertical-align: middle;
            background: #ffffff;
            z-index: 100;
        }
}
/* Iconbox 2 */
.iconbox2 {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 100%;
    height: auto;
    padding: 20px 20px 10px;
    background: #ffffff;
    border: 1px solid transparent;
    z-index: 0;
    cursor: default;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .iconbox2 .iconbox2-bg {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: -1;
        color: #fafafa;
        font-size: 200px;
    }

.iconbox2-icon {
    float: left;
    margin-right: 20px;
    display: table;
}

    .iconbox2-icon i {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 30px;
        line-height: 30px;
        padding-top: 9px;
        padding-bottom: 9px;
        border: 1px solid var(--colorPrimary);
        width: 50px;
        height: 50px;
        color: #ffffff;
        background: var(--colorPrimary);
        border-radius: 50%;
    }

.iconbox2:hover .iconbox2-icon i {
    /*color: var(--colorPrimary);*/
    /*background: #ffffff;*/
}

.iconbox2-content {
    overflow: hidden;
    text-align: left;
}

@media (max-width: 767px) {
    .iconbox2-icon {
        float: none;
        margin: 0 auto 20px;
        text-align: center;
    }

    .iconbox2-content {
        text-align: center;
    }
}

.iconbox2-bg {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.iconbox2:hover .iconbox2-bg {
    opacity: 1;
}
/* ----------------------------------------------------------------------
	20. Photo Box
---------------------------------------------------------------------- */
/* photobox 1 */
.photobox1 {
    clear: both;
    width: 100%;
    height: auto;
    cursor: default;
    margin-bottom: 20px;
}

    .photobox1 figure {
        float: left;
        width: 150px;
        height: 150px;
        margin: 0 30px 20px 0;
    }

    .photobox1 .da-thumbs {
        width: 150px;
        height: 150px;
        margin: 0 30px 20px 0;
        float: left;
    }

.photobox1-content {
    background: transparent;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .photobox1-content h4 span {
        margin-left: 20px;
        font-weight: normal;
    }

@media (max-width: 767px) {
    .photobox1 figure {
        float: none;
        margin: 0 0 20px 0;
    }

    .photobox1 .da-thumbs {
        float: none;
        margin: 0 0 20px 0;
    }
}
/* photobox 2 */
.photobox2 {
    clear: both;
    position: relative;
    cursor: default;
    z-index: 1;
    margin-bottom: 20px;
}

    .photobox2 img {
        position: absolute;
        top: 35px;
        left: 0;
        margin: auto;
        width: 140px;
        height: 140px;
        z-index: 2;
        border-radius: 50%;
        -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;
    }

    .photobox2:hover img {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

.photobox2-content {
    margin-left: 70px;
    background: #ffffff;
    padding: 20px 20px 20px 90px;
    border: 5px solid #eeeeee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.photobox2:hover .photobox2-content {
    border: 5px solid var(--colorPrimary);
}

@media (max-width: 767px) {
    .photobox2 {
        margin-top: 90px;
    }

        .photobox2 img {
            position: absolute;
            top: -70px;
            left: 0;
            right: 0;
        }

    .photobox2-content {
        margin-left: 0px;
        background: #ffffff;
        padding: 90px 20px 20px 20px;
    }
}
/* ----------------------------------------------------------------------
	21. Process
---------------------------------------------------------------------- */
.process {
    margin: 0;
    padding: 0;
    border: none;
}

.process-1 {
    position: relative;
    width: 100%;
    height: 80px;
    padding: 20px 30px;
    background: var(--panel-titulo-background);
    margin: 0;
}

    .process-1 .triangle-right {
        position: absolute;
        top: 0px;
        right: -30px;
        border-top: 40px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 15px solid var(--panel-titulo-background);
        width: 0;
        height: 0;
        -webkit-box-shadow: -1px 0px 0px var(--panel-titulo-background);
        box-shadow: -1px 0px 0px var(--panel-titulo-background);
    }

.process-1-error {
    position: relative;
    width: 100%;
    height: 80px;
    padding: 20px 30px;
    background: #CA262C;
    margin: 0;
}

    .process-1-error .triangle-right {
        position: absolute;
        top: 0px;
        right: -30px;
        border-top: 40px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 15px solid #CA262C;
        width: 0;
        height: 0;
        -webkit-box-shadow: -1px 0px 0px #CA262C;
        box-shadow: -1px 0px 0px #CA262C;
    }

.process-2 {
    position: relative;
    width: 100%;
    height: 80px;
    padding: 20px 30px;
    background: var(--colorSecondary);
    margin: 0;
}

    .process-2 .triangle-left {
        position: absolute;
        top: 0px;
        left: 0px;
        border-top: 40px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 15px solid #ffffff;
        width: 0;
        height: 0;
        -webkit-box-shadow: -1px 0px 0px #ffffff;
        box-shadow: -1px 0px 0px #ffffff;
    }

    .process-2 .triangle-right {
        position: absolute;
        top: 0px;
        right: -30px;
        border-top: 40px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 15px solid var(--colorSecondary);
        width: 0;
        height: 0;
        -webkit-box-shadow: -1px 0px 0px var(--colorSecondary);
        box-shadow: -1px 0px 0px var(--colorSecondary);
    }

.process-2-error {
    position: relative;
    width: 100%;
    height: 80px;
    padding: 20px 30px;
    background: #CA262C;
    margin: 0;
}

    .process-2-error .triangle-left {
        position: absolute;
        top: 0px;
        left: 0px;
        border-top: 40px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 15px solid #ffffff;
        width: 0;
        height: 0;
        -webkit-box-shadow: -1px 0px 0px #ffffff;
        box-shadow: -1px 0px 0px #ffffff;
    }

    .process-2-error .triangle-right {
        position: absolute;
        top: 0px;
        right: -30px;
        border-top: 40px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 15px solid #CA262C;
        width: 0;
        height: 0;
        -webkit-box-shadow: -1px 0px 0px #CA262C;
        box-shadow: -1px 0px 0px #CA262C;
    }

.process-3 {
    position: relative;
    width: 100%;
    height: 80px;
    padding: 20px 30px;
    background: var(--colorPrimary);
    margin: 0;
}

    .process-3 .triangle-left {
        position: absolute;
        top: 0px;
        left: 0px;
        border-top: 40px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 15px solid #ffffff;
        width: 0;
        height: 0;
        -webkit-box-shadow: -1px 0px 0px #ffffff;
        box-shadow: -1px 0px 0px #ffffff;
    }

.step {
    float: left;
    display: table;
    margin-right: 15px;
}

    .step span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
        line-height: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        /*border: 1px solid #ffffff;*/
        width: 40px;
        height: 40px;
        color: var(--panel-titulo-icon-color);
        background: #999999;
        background: var(--panel-titulo-icon-background);
        border-radius: 50%;
    }

.process-1 h3, .process-1-error h3, .process-2 h3, .process-2-error h3, .process-3 h3 {
    font-size: 20px;
    line-height: 40px;
    color: var(--panel-titulo-color);
    margin: 0;
    font-weight: 600;
}

.process-1 p, .process-1-error p, .process-2 p, process-2-error p, .process-3 p {
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.process-content {
    overflow-x: auto;
    padding: 20px 30px 20px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-top: none;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .process-content h4 i {
        font-size: 18px;
        color: var(--colorPrimary);
        margin-right: 10px;
    }

@media (max-width: 767px) {
    .process-1 .triangle-right, .process-1-error .triangle-right, .process-2 .triangle-left, .process-2 .triangle-right, .process-2-error .triangle-left, .process-2-error .triangle-right, .process-3 .triangle-left {
        display: none;
    }

    .process-1 h3, .process-1-error h3, .process-2 h3, .process-2-error h3, .process-3 h3 {
        font-size: 18px;
        line-height: 30px;
        color: #ffffff;
        margin: 0;
        font-weight: 400;
    }
}
/* ----------------------------------------------------------------------
	22. Course
---------------------------------------------------------------------- */
/* Course Map */
.course {
    position: relative;
    margin: 0 auto 20px;
}

.tooltip-course {
    position: absolute;
}

.tooltip-point {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #cc5252;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.tooltip-course:hover .tooltip-point {
    color: var(--colorPrimary);
    pointer-events: auto;
}

.tooltip-content {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 400px;
    min-height: 170px;
    text-align: left;
    background: #333333;
    cursor: default;
    z-index: 50;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    opacity: 0;
    pointer-events: none;
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: -115% 80%;
    transform-origin: -115% 80%;
    -webkit-transform: scale(0.7, 0.1);
    transform: scale(0.7, 0.1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip-course:hover .tooltip-content {
    opacity: 1;
    -webkit-transform: translate(-50%, -60px);
    -moz-transform: translate(-50%, -60px);
    transform: translate(-50%, -60px);
    pointer-events: auto;
}

.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent;
    border-top-color: #333333;
    border-width: 10px;
    margin-left: -10px;
}

.tooltip-content img {
    position: relative;
    width: 170px;
    height: 170px;
    display: block;
    float: left;
    margin-right: 20px;
}

.tooltip-text {
    color: #ffffff;
    padding: 20px;
}

    .tooltip-text a:hover {
        color: #ffffff;
    }

    .tooltip-text h5 {
        color: #ffffff;
        font-weight: bold;
    }

@media (max-width: 991px) {
    .tooltip-content {
        width: 150px;
        min-height: 50px;
    }

        .tooltip-content img {
            width: 150px;
            height: 150px;
            margin-bottom: 20px;
        }

    .tooltip-text {
        display: inline-block;
    }
}
/* ----------------------------------------------------------------------
	23. Button
---------------------------------------------------------------------- */
.btn {
    position: relative;
    font-weight: normal;
    font-family: inherit;
    overflow: hidden;
    text-shadow: none;
    vertical-align: middle;
    z-index: 1;
    margin-bottom: 10px;
    border: none;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0px;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: 0;
    }

    .btn:hover, .btn:focus {
        text-decoration: none;
        color: #ffffff;
        background-color: #555555;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        -ms-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        color: #ffffff;
        background-color: #555555;
    }

.btn-3d {
    border-bottom: 5px solid rgba(0,0,0,0.2);
}

.btn-round {
    border-radius: 5px;
}

.btn-white {
    color: #454545;
    background: #f5f5f5;
}

.btn-gray {
    color: #ffffff;
    background: #999999;
}

.btn-black {
    color: #ffffff;
    background: #252525;
}

.btn-rose {
    color: #ffffff;
    background: #cc6699;
}

.btn-pink {
    color: #ffffff;
    background: #cc66cc;
}

.btn-purple {
    color: #ffffff;
    background: #9966cc;
}

.btn-indigo {
    color: #ffffff;
    background: #6666cc;
}

.btn-blue {
    color: #ffffff;
    background: #6699cc;
}

.btn-aqua {
    color: #ffffff;
    background: #66cccc;
}

.btn-emerald {
    color: #ffffff;
    background: #66cc99;
}

.btn-green {
    color: #ffffff;
    background: #66cc66;
}

.btn-olive {
    color: #ffffff;
    background: #99cc66;
}

.btn-yellow {
    color: #ffffff;
    background: #cccc66;
}

.btn-orange {
    color: #ffffff;
    background: #cc9966;
}

.btn-red {
    color: #ffffff;
    background: #cc6666;
}

.btn-theme {
    color: #ffffff;
    background: var(--colorPrimary);
}
/* btn size */
.btn {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
}

.btn-lg {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0px;
    width: 120px;
}

.btn-grid {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0px;
}


.btn-sm {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
}

.btn-xs {
    font-size: 12px;
    line-height: 18px;
    padding: 1px 10px;
}
/* btn arrow icon */
.btn span {
    margin-left: 26px;
}

.btn.btn-lg span {
    margin-left: 34px;
}

.btn.btn-sm span {
    margin-left: 23px;
}

.btn.btn-xs span {
    margin-left: 15px;
}

.btn span i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    height: 100%;
    background: rgba(0,0,0,0.1);
    line-height: 1.6;
}

.btn span i {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 9px;
}

.btn.btn-lg span i {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 13px;
}

.btn.btn-sm span i {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 8px;
}

.btn.btn-xs span i {
    font-size: 12px;
    line-height: 18px;
    padding: 1px 4px;
}

.btn.btn-black span i {
    background: rgba(255,255,255,0.1);
}

.btn.btn-white span i {
    color: #252525;
}

.btn.btn-white:hover span i {
    color: #ffffff;
}

.btn-modal-volver {
    color: var(--btn-secondary-color);
    background-color: var(--btn-secondary-background);
    box-shadow: var(--btn-secondary-box-shadow);
}

    .btn-modal-volver:hover {
        color: var(--btn-secondary-color-hover);
        background-color: var(--btn-secondary-background-hover);
        box-shadow: var(--btn-secondary-box-shadow-hover);
    }
/* ----------------------------------------------------------------------
	24. Text Color
---------------------------------------------------------------------- */
.text-white {
    color: #ffffff;
}

.text-gray {
    color: #999999;
}

.text-black {
    color: #252525;
}

.text-rose {
    color: #cc6699;
}

.text-pink {
    color: #cc66cc;
}

.text-purple {
    color: #9966cc;
}

.text-indigo {
    color: #6666cc;
}

.text-blue {
    color: #6699cc;
}

.text-aqua {
    color: #66cccc;
}

.text-emerald {
    color: #66cc99;
}

.text-green {
    color: #66cc66;
}

.text-olive {
    color: #99cc66;
}

.text-yellow {
    color: #cccc66;
}

.text-orange {
    color: #cc9966;
}

.text-red {
    color: #cc6666;
}

.text-theme {
    color: var(--subtitle-page-span);
}
/* Label */
.label {
    display: inline-block;
    padding: 0.2em 0.6em;
    font-size: 100%;
    margin-left: 10px;
    font-weight: bold;
    line-height: 1;
    color: var(--label-warning-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label-white {
    background: #ffffff;
    color: #555555;
    border: 1px solid #dddddd;
}

.label-gray {
    background: #999999;
}

.label-black {
    background: #252525;
}

.label-rose {
    background: #cc6699;
}

.label-pink {
    background: #cc66cc;
}

.label-purple {
    background: #9966cc;
}

.label-indigo {
    background: #6666cc;
}

.label-blue {
    background: #6699cc;
}

.label-aqua {
    background: #66cccc;
}

.label-emerald {
    background: #66cc99;
}

.label-green {
    background: #66cc66;
}

.label-olive {
    background: #99cc66;
}

.label-yellow {
    background: #cccc66;
}

.label-orange {
    background: #cc9966;
}

.label-red {
    background: #cc6666;
}

.label-theme {
    background: var(--colorPrimary);
}
/* ----------------------------------------------------------------------
	25. Highlight
---------------------------------------------------------------------- */
.highlight-white {
    background: #ffffff;
    padding: 1px 5px;
    color: #222222;
}

    .highlight-white a {
        color: #222222;
    }

.highlight-gray {
    background: #999999;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-black {
    background: #252525;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-rose {
    background: #cc6699;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-pink {
    background: #cc66cc;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-purple {
    background: #9966cc;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-indigo {
    background: #6666cc;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-blue {
    background: #6699cc;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-aqua {
    background: #66cccc;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-emerald {
    background: #66cc99;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-green {
    background: #66cc66;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-olive {
    background: #99cc66;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-yellow {
    background: #cccc66;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-orange {
    background: var(--colorPrimary);
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-red {
    background: #cc6666;
    padding: 1px 5px;
    color: #ffffff;
}

.highlight-theme {
    background: var(--colorPrimary);
    padding: 1px 5px;
    color: #ffffff;
}
/* ----------------------------------------------------------------------
	26. Image Hover Effect
---------------------------------------------------------------------- */
/* effect-phoebe */
.effect-phoebe {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin: 0;
    background: var(--colorPrimary);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

    .effect-phoebe img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .effect-phoebe:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .effect-phoebe figcaption {
        color: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .effect-phoebe figcaption::before, .effect-phoebe figcaption::after {
            pointer-events: none;
        }

        .effect-phoebe figcaption, .effect-phoebe figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .effect-phoebe figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

    .effect-phoebe:hover img {
        opacity: 0.1;
    }

    .effect-phoebe:hover figcaption::before {
        opacity: 0.7;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    .effect-phoebe p a {
        color: #ffffff;
        font-size: 30px;
        position: relative;
        display: inline-block;
        text-decoration: none;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

        .effect-phoebe p a:first-child {
            -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
        }

        .effect-phoebe p a:nth-child(2) {
            -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
        }

    .effect-phoebe:hover p a {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .effect-phoebe p {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 112px;
        height: 56px;
    }

        .effect-phoebe p i {
            font-size: 20px;
            line-height: 20px;
            padding-top: 14px;
            padding-bottom: 14px;
            border: 1px solid #ffffff;
            width: 50px;
            height: 50px;
            margin: 2px;
            color: #ffffff;
            background: transparent;
            border-radius: 50%;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .effect-phoebe p i:hover {
                color: #ffffff;
                border: 1px solid #ffffff;
                background: transparent;
            }
    /* phoebe 2 */
    .effect-phoebe.phoebe2 p a:first-child {
        -webkit-transform: translate3d(0px, -10px, 0);
        transform: translate3d(0px, -10px, 0);
    }

    .effect-phoebe.phoebe2 p a:nth-child(2) {
        -webkit-transform: translate3d(0px, -10px, 0);
        transform: translate3d(0px, -10px, 0);
    }

    .effect-phoebe.phoebe2:hover p a {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* phoebe 3 */
    .effect-phoebe.phoebe3 p a:first-child {
        -webkit-transform: translate3d(-10px, 0px, 0);
        transform: translate3d(-10px, 0px, 0);
    }

    .effect-phoebe.phoebe3 p a:nth-child(2) {
        -webkit-transform: translate3d(10px, 0px, 0);
        transform: translate3d(10px, 0px, 0);
    }

    .effect-phoebe.phoebe3:hover p a {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
/* da-thumbs */

.da-thumbs {
    list-style: none;
    padding: 0;
    width: 100%;
    height: auto;
    background: var(--colorPrimary);
    overflow: hidden;
}

    .da-thumbs, .da-thumbs img {
        display: block;
        position: relative;
    }

        .da-thumbs > img {
            width: 100%;
            height: auto;
        }

        .da-thumbs img {
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
            -o-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .da-thumbs:hover img {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

        .da-thumbs div {
            position: absolute;
            width: 100%;
            height: 100%;
            color: #ffffff;
            text-align: center;
            vertical-align: middle;
            background: var(--colorPrimary);
            /*background: rgba(201,41,41,0.7);*/
            /*background:rgba(241,103,43,0.7);*/
            background: rgba(108,146,162,0.7);
            border: none;
        }

            .da-thumbs div span {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                width: 112px;
                height: 56px;
            }

            .da-thumbs div i {
                font-size: 20px;
                line-height: 20px;
                padding-top: 14px;
                padding-bottom: 14px;
                border: 1px solid #ffffff;
                width: 50px;
                height: 50px;
                margin: 2px;
                color: #ffffff;
                background: transparent;
                border-radius: 50%;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

                .da-thumbs div i:hover {
                    color: #ffffff;
                    border: 1px solid #ffffff;
                    background: transparent;
                }

        .da-thumbs .soon div {
            position: absolute;
            width: 100%;
            height: 100%;
            color: #ffffff;
            text-align: center;
            vertical-align: middle;
            background: #9f948e;
            /*background: rgba(201,41,41,0.7);*/
            background: rgba(159, 148, 142,0.7);
            border: none;
        }

            .da-thumbs .soon div span {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                width: 112px;
                height: 56px;
            }

        .da-thumbs div .soon i {
            font-size: 20px;
            line-height: 20px;
            padding-top: 14px;
            padding-bottom: 14px;
            border: 1px solid #ffffff;
            width: 50px;
            height: 50px;
            margin: 2px;
            color: #ffffff;
            background: transparent;
            border-radius: 50%;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .da-thumbs div .soon i:hover {
                color: #ffffff;
                border: 1px solid #ffffff;
                background: transparent;
            }
/* ----------------------------------------------------------------------
	27. Icon Hover Effect
---------------------------------------------------------------------- */
/* Hover effect 1 */
.effect-1 {
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

    .effect-1:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        background: rgba(255,255,255,0.1);
        border-radius: 50%;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
        -moz-transition: -moz-transform 0.2s, opacity 0.3s;
        transition: transform 0.2s, opacity 0.3s;
        pointer-events: none;
    }

    .effect-1:hover:after {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }

.iconbox1:hover .effect-1:after, .iconbox2:hover .effect-1:after {
    background: var(--colorPrimary);
    background: rgba(201,41,41,0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}

.effect-phoebe a:hover .effect-1:after, .da-thumbs div a:hover .effect-1:after {
    background: #ffffff;
    background: rgba(255,255,255,0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}
/* Hover effect 2 */
.effect-2 {
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

    .effect-2:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        background: rgba(255,255,255,0.1);
        border-radius: 50%;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
        -moz-transition: -moz-transform 0.2s, opacity 0.3s;
        transition: transform 0.2s, opacity 0.3s;
        pointer-events: none;
    }

    .effect-2:hover:after {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }

.iconbox1:hover .effect-2:after, .iconbox2:hover .effect-2:after {
    background: var(--colorPrimary);
    background: rgba(255,130,0,0.7);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.effect-phoebe a:hover .effect-2:after, .da-thumbs div a:hover .effect-2:after {
    background: #ffffff;
    background: rgba(255,255,255,0.7);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
/* Hover effect 3 */
.effect-3 {
    position: relative;
    z-index: 1;
    display: inline-block;
    cursor: default;
    background: rgba(255,255,255,0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

    .effect-3:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top: -7px;
        left: -7px;
        padding: 7px;
        box-shadow: 0 0 0 4px var(--colorPrimary);
        border-radius: 50%;
        pointer-events: none;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }

    .effect-3:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.iconbox1:hover .effect-3:after, .iconbox2:hover .effect-3:after {
    box-shadow: 0 0 0 4px var(--colorPrimary);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.effect-phoebe a:hover .effect-3:after, .da-thumbs div a:hover .effect-3:after {
    box-shadow: 0 0 0 4px #ffffff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Hover effect 4 */
.effect-4 {
    position: relative;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

    .effect-4:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top: 0;
        left: 0;
        padding: 0;
        z-index: -1;
        border-radius: 50%;
        pointer-events: none;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
        opacity: 0;
        background: transparent;
    }

    .effect-4:hover:after {
        -webkit-animation: sonarEffect 1.3s ease-out 75ms;
        -moz-animation: sonarEffect 1.3s ease-out 75ms;
        animation: sonarEffect 1.3s ease-out 75ms;
    }

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px var(--colorPrimary), 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px var(--colorPrimary), 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px var(--colorPrimary), 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px var(--colorPrimary), 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px var(--colorPrimary), 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px var(--colorPrimary), 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.1);
        opacity: 0;
    }
}

.iconbox1:hover .effect-4:after, .iconbox2:hover .effect-4:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

.effect-phoebe a:hover .effect-4:after, .da-thumbs div a:hover .effect-4:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
/* ----------------------------------------------------------------------
	28. Pricing Table
---------------------------------------------------------------------- */
.pricing-table {
    position: relative;
    background: #ffffff;
    border: 1px solid #eeeeee;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 0px;
}

    .pricing-table ul {
        list-style: none;
        padding: 0;
    }

        .pricing-table ul li {
            padding: 15px 0px;
            border-bottom: 1px solid #e9e9e9;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

            .pricing-table ul li:nth-child(even) {
                background: #fdfdfd;
            }

.plan {
    position: relative;
    font-family: inherit;
    font-size: 25px;
    font-weight: bold;
    color: inherit;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #ffffff;
}

.price {
    position: relative;
    font-family: inherit;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    padding: 30px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #333333;
}

    .price span {
        font-size: 25px;
        font-weight: 600;
        color: #ffffff;
        margin-right: 5px;
    }

    .price strong span {
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        margin-left: 5px;
    }

.sign-up {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    padding: 20px 0 20px;
}

@media (min-width: 768px) {
    .pricing-table {
        margin-right: -16px;
        margin-left: -16px;
    }

    .popular {
        position: relative;
        z-index: 205;
        margin-top: -30px;
        border-left: none;
        border-right: none;
        -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
        box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
    }

        .popular .sign-up {
            padding: 40px 0 50px;
        }
}

.pricing-table ul li i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.pricing-table .fa-circle-o {
    color: #60bf60;
}

.pricing-table .fa-close {
    color: #bf6060;
}

.price-white, .price-white span {
    background: #fafafa;
    color: inherit;
}

.plan-gray, .price-gray {
    background: #999999;
    color: #ffffff;
}

.plan-black, .price-black {
    background: #444444;
    color: #ffffff;
}

.plan-rose, .price-rose {
    background: #cc6699;
    color: #ffffff;
}

.plan-pink, .price-pink {
    background: #cc66cc;
    color: #ffffff;
}

.plan-purple, .price-purple {
    background: #9966cc;
    color: #ffffff;
}

.plan-indigo, .price-indigo {
    background: #6666cc;
    color: #ffffff;
}

.plan-blue, .price-blue {
    background: #6699cc;
    color: #ffffff;
}

.plan-aqua, .price-aqua {
    background: #66cccc;
    color: #ffffff;
}

.plan-emerald, .price-emerald {
    background: #66cc99;
    color: #ffffff;
}

.plan-green, .price-green {
    background: #66cc66;
    color: #ffffff;
}

.plan-olive, .price-olive {
    background: #99cc66;
    color: #ffffff;
}

.plan-yellow, .price-yellow {
    background: #cccc66;
    color: #ffffff;
}

.plan-orange, .price-orange {
    background: #cc9966;
    color: #ffffff;
}

.plan-red, .price-red {
    background: #cc6666;
    color: #ffffff;
}

.plan-theme, .price-theme {
    background: var(--colorPrimary);
    color: #ffffff;
}
/* ----------------------------------------------------------------------
	29. Waypoints
---------------------------------------------------------------------- */
.delay1 {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay2 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay3 {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay4 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay5 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay6 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay7 {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay8 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay9 {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay10 {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay11 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay12 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay13 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay14 {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay15 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay16 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay17 {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.delay18 {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.delay19 {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.delay20 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.delay21 {
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.delay22 {
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.delay23 {
    -webkit-animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.delay24 {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.delay25 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay26 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.delay27 {
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.delay28 {
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.delay29 {
    -webkit-animation-delay: 2.9s;
    -moz-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

.delay30 {
    -webkit-animation-delay: 3.0s;
    -moz-animation-delay: 3.0s;
    animation-delay: 3.0s;
}
/* Animated fadeInUp */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* ----------------------------------------------------------------------
	30. Wrapper Background
---------------------------------------------------------------------- */
/* Wrapper Gray */
.wrapper-graybg {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fdfdfd;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.wrapper-slashbg {
    margin: 0 auto;
    width: 100%;
    min-height: 100px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fdfdfd url("../images/assets/slash.png") repeat;
}

.wrapper-darkbg {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    border: none;
    background: #333333;
}

.wrapper-themebg {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    border: none;
    background: var(--colorPrimary);
}
/* Parallax */
.parallax-black {
    background-image: url("http://via.placeholder.com/1920x700");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.parallax-white {
    background-image: url("../images/features/parallax-white.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.parallax-cacbg {
    background-image: url("../images/features/sgrl.jpg");
    background-position-x: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}


.parallax-theme {
    background-image: url("../images/features/parallax-theme.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.parallax-overlay-black {
    width: 100%;
    height: 100%;
    background: var(--colorSecondary);
    background: rgba(0,0,0,0.7);
    padding: 100px 20px;
    vertical-align: middle;
}

.parallax-overlay-white {
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: rgba(255,255,255,0.7);
    padding: 100px 20px;
    vertical-align: middle;
}

.parallax-overlay-theme {
    width: 100%;
    height: 100%;
    background: var(--colorPrimary);
    background: rgba(201,41,41,0.7);
    padding: 100px 20px;
    vertical-align: middle;
}

.parallax-overlay-cacbg {
    width: 100%;
    height: 100%;
    background: var(--colorPrimary);
    background: rgba(78, 77, 75,0.5);
    padding: 100px 20px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .parallax .btn {
        margin-bottom: 0px;
    }
}
/* Wide Box */
.widebox-black {
    margin: 0;
    padding: 0;
    position: relative;
    background-image: url("../images/features/widebox-black.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.widebox-white {
    margin: 0;
    padding: 0;
    position: relative;
    background-image: url("../images/features/widebox-white.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.widebox-gray {
    margin: 0;
    padding: 0;
    position: relative;
    background-image: url("../images/features/widebox-gray.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.absolute-right {
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 5;
}

.absolute-left {
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: 5;
}

    .absolute-right img, .absolute-left img {
        max-width: 100%;
        height: auto;
    }

@media (max-width: 991px) {
    .absolute-right img, .absolute-left img {
        display: none;
    }
}

.widebox-black-content {
    position: relative;
    padding: 100px 50px;
    background: #333333;
    z-index: 1;
}

.widebox-white-content {
    position: relative;
    padding: 100px 50px;
    background: #ffffff;
    z-index: 1;
}

.widebox-gray-content {
    position: relative;
    padding: 100px 50px;
    background: #fdfdfd;
    z-index: 1;
}

@media (min-width: 768px) {
    .skew-black-left:after {
        content: '';
        position: absolute;
        top: 0;
        left: -75px;
        right: auto;
        margin: auto;
        width: 150px;
        height: 100%;
        background: #333333;
        z-index: -1;
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }

    .skew-black-right:after {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: -75px;
        margin: auto;
        width: 150px;
        height: 100%;
        background: #333333;
        z-index: -1;
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }

    .skew-white-left:after {
        content: '';
        position: absolute;
        top: 0;
        left: -75px;
        right: auto;
        margin: auto;
        width: 150px;
        height: 100%;
        background: #ffffff;
        z-index: -1;
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }

    .skew-white-right:after {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: -75px;
        margin: auto;
        width: 150px;
        height: 100%;
        background: #ffffff;
        z-index: -1;
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }

    .skew-gray-left:after {
        content: '';
        position: absolute;
        top: 0;
        left: -75px;
        right: auto;
        margin: auto;
        width: 150px;
        height: 100%;
        background: #fdfdfd;
        z-index: -1;
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }

    .skew-gray-right:after {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: -75px;
        margin: auto;
        width: 150px;
        height: 100%;
        background: #fdfdfd;
        z-index: -1;
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }
}

@media (max-width: 767px) {
    .widebox-black .col-md-1, .widebox-black .col-md-2, .widebox-black .col-md-3, .widebox-black .col-md-4, .widebox-black .col-md-5, .widebox-black .col-md-6, .widebox-black .col-md-7, .widebox-black .col-md-8, .widebox-black .col-md-9, .widebox-black .col-md-10, .widebox-black .col-md-11, .widebox-black .col-md-12, .widebox-white .col-md-1, .widebox-white .col-md-2, .widebox-white .col-md-3, .widebox-white .col-md-4, .widebox-white .col-md-5, .widebox-white .col-md-6, .widebox-white .col-md-7, .widebox-white .col-md-8, .widebox-white .col-md-9, .widebox-white .col-md-10, .widebox-white .col-md-11, .widebox-white .col-md-12, .widebox-gray .col-md-1, .widebox-gray .col-md-2, .widebox-gray .col-md-3, .widebox-gray .col-md-4, .widebox-gray .col-md-5, .widebox-gray .col-md-6, .widebox-gray .col-md-7, .widebox-gray .col-md-8, .widebox-gray .col-md-9, .widebox-gray .col-md-10, .widebox-gray .col-md-11, .widebox-gray .col-md-12 {
        margin-bottom: 0px;
    }
}
/* ----------------------------------------------------------------------
	31. Wrapper Background Overwrite
---------------------------------------------------------------------- */
/* process */
.wrapper-graybg .process-2 .triangle-left, .wrapper-graybg .process-3 .triangle-left {
    border-left: 15px solid #fdfdfd;
    -webkit-box-shadow: -1px 0px 0px #fdfdfd;
    box-shadow: -1px 0px 0px #fdfdfd;
}

.parallax-overlay-black .process-2 .triangle-left, .parallax-overlay-black .process-3 .triangle-left, .parallax-overlay-theme .process-2 .triangle-left, .parallax-overlay-theme .process-3 .triangle-left, .parallax-overlay-white .process-2 .triangle-left, .parallax-overlay-white .process-3 .triangle-left {
    border-left: 15px solid transparent;
    box-shadow: none;
}

.wrapper-darkbg .process-2 .triangle-left, .wrapper-darkbg .process-3 .triangle-left, .widebox-black-content .process-2 .triangle-left, .widebox-black-content .process-3 .triangle-left {
    border-left: 15px solid #333333;
    -webkit-box-shadow: -1px 0px 0px #333333;
    box-shadow: -1px 0px 0px #333333;
}

.widebox-gray-content .process-2 .triangle-left, .widebox-gray-content .process-3 .triangle-left {
    border-left: 15px solid #fdfdfd;
    -webkit-box-shadow: -1px 0px 0px #fdfdfd;
    box-shadow: -1px 0px 0px #fdfdfd;
}

.wrapper-themebg .process-2 .triangle-left, .wrapper-themebg .process-3 .triangle-left {
    border-left: 15px solid var(--colorPrimary);
    -webkit-box-shadow: -1px 0px 0px var(--colorPrimary);
    box-shadow: -1px 0px 0px var(--colorPrimary);
}

.wrapper-themebg .process-3 {
    background: #333333;
}
/* titleline */
.wrapper-graybg .titleline-icon:after {
    background: #fdfdfd;
}

.wrapper-slashbg .titleline-icon:after {
    background: #fdfdfd url("../images/assets/slash.png") repeat;
}

.parallax-overlay-black .titleline-icon, .parallax-overlay-theme .titleline-icon {
    border-top: 1px solid #ffffff;
}

    .parallax-overlay-black .titleline-icon:after, .parallax-overlay-theme .titleline-icon:after {
        background: transparent;
        color: #ffffff;
    }

.parallax-overlay-white .titleline-icon:after {
    background: transparent;
}

.widebox-gray-content .titleline-icon:after {
    background: #fdfdfd;
}

.wrapper-darkbg .titleline-icon, .widebox-black-content .titleline-icon {
    border-top: 1px solid var(--colorPrimary);
}

    .wrapper-darkbg .titleline-icon:after, .widebox-black-content .titleline-icon:after {
        background: #333333;
        color: var(--colorPrimary);
    }

.wrapper-themebg .titleline, .wrapper-themebg .titleline-center, .wrapper-themebg .titleline-icon, .wrapper-themebg .titleline2, .wrapper-themebg .titleline2-center {
    border-top: 1px solid #ffffff;
}

    .wrapper-themebg .titleline2:after, .wrapper-themebg .titleline2-center:after {
        border-top: 5px solid #ffffff;
    }

    .wrapper-themebg .titleline-icon:after {
        background: var(--colorPrimary);
        color: #ffffff;
    }
/* line300 */
.wrapper-graybg .line300:after {
    background: #fdfdfd;
}

.wrapper-slashbg .line300:after {
    background: #fdfdfd url("../images/assets/slash.png") repeat;
}

.parallax-overlay-theme .line300:after, .parallax-overlay-black .line300:after, .parallax-overlay-white .line300:after {
    background: transparent;
}

.wrapper-darkbg .line300:after, .widebox-black-content .line300:after {
    background: #333333;
}

.widebox-gray-content .line300:after {
    background: #fdfdfd;
}

.wrapper-themebg .line300:before {
    border-top: 1px dashed #ffffff;
}

.wrapper-themebg .line300:after {
    background: var(--colorPrimary);
    color: #ffffff;
}
/* divider */
.wrapper-graybg .divider-icon i {
    background: #fdfdfd;
}

.wrapper-slashbg .divider-icon i {
    background: #fdfdfd url("../images/assets/slash.png") repeat;
}

.parallax-overlay-white .divider-icon i {
    background: transparent;
}

.parallax-overlay-black .divider-icon i, .parallax-overlay-theme .divider-icon i {
    background: transparent;
    color: #ffffff;
}

.wrapper-darkbg .divider-icon i, .widebox-black-content .divider-icon i {
    background: #333333;
    color: #dddddd;
}

.widebox-gray-content .divider-icon i {
    background: #fdfdfd;
}

.wrapper-themebg .divider-icon i {
    background: var(--colorPrimary);
    color: #ffffff;
}
/* testimonial */
.parallax-overlay-white .testimonial, .parallax-overlay-black .testimonial, .parallax-overlay-theme .testimonial {
    background: transparent;
    border: none;
    box-shadow: none;
}

.parallax-overlay-white .testimonial-author:after, .parallax-overlay-black .testimonial-author:after, .parallax-overlay-theme .testimonial-author:after {
    display: none;
}
/* skillbar */
.wrapper-graybg .skillbar {
    background-color: #ffffff;
}

.wrapper-slashbg .skillbar {
    background: #fdfdfd url("../images/assets/slash.png") repeat;
}
/* accordion */
.wrapper-themebg .accordion-container h4.active {
    background-color: #fdfdfd;
    color: #777777;
}

.wrapper-themebg .toggle-container h4.active {
    background-color: #fdfdfd;
    color: #777777;
}

.wrapper-themebg .accordion-container h4.active:before {
    color: #777777;
}

.wrapper-themebg .toggle-container h4.active:before {
    color: #777777;
}

.wrapper-themebg .accordion-container2 h4.active:before {
    color: #ffffff;
}

.wrapper-themebg .toggle-container2 h4.active:before {
    color: #ffffff;
}
/* text white */
.text-white {
    color: #ffffff;
}

.parallax-theme .percent, .parallax-theme .testimonial:before, .parallax-theme .testimonial:after, .parallax-black .percent, .parallax-black .testimonial:before, .parallax-black .testimonial:after, .wrapper-darkbg .percent, .widebox-black .percent, .wrapper-themebg .percent, .wrapper-themebg .testimonial:before, .wrapper-themebg .testimonial:after {
    color: #ffffff;
}
/* ----------------------------------------------------------------------
	32. Transparent Header
---------------------------------------------------------------------- */
/* Header Transparency */
#header-wrapper {
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2000;
    width: 100%;
    height: 131px;
}

    #header-wrapper .topbar-searchbox .form-control, #header-wrapper .topbar-searchbox .input-group .btn-default {
        color: #ffffff;
        border: 1px solid #ffffff;
    }

        #header-wrapper .topbar-searchbox .input-group .btn-default:hover, #header-wrapper .topbar-searchbox .input-group .btn-default:focus, #header-wrapper .topbar-searchbox .input-group .btn-default:active, #header-wrapper .topbar-searchbox .input-group .btn-default.active {
            color: #ffffff;
        }

        #header-wrapper .topbar-searchbox .form-control::-webkit-input-placeholder {
            color: #ffffff;
        }

        #header-wrapper .topbar-searchbox .form-control:-ms-input-placeholder {
            color: #ffffff;
        }

        #header-wrapper .topbar-searchbox .form-control::-moz-placeholder {
            color: #ffffff;
        }

        #header-wrapper .topbar-searchbox .form-control:-moz-placeholder {
            color: #ffffff;
        }

    #header-wrapper #topbar {
        color: #ffffff;
        background: transparent;
        text-shadow: none;
    }

        #header-wrapper #topbar .topbar-contact > li > a,
        #header-wrapper #topbar .language > a {
            color: #ffffff;
        }

            #header-wrapper .topbar-contact > li i,
            #header-wrapper #topbar .topbar-contact > li > a:hover,
            #header-wrapper #topbar .topbar-contact > li > a:focus,
            #header-wrapper #topbar .language > a:hover,
            #header-wrapper #topbar .language > a:focus {
                color: var(--colorPrimary);
            }

        #header-wrapper #topbar .social-icons > li a i {
            border: 1px solid transparent;
            background: transparent;
            color: #ffffff;
            text-shadow: none;
        }

            #header-wrapper #topbar .social-icons > li a i:hover {
                border: 1px solid transparent;
                background: var(--colorPrimary);
                color: #ffffff;
            }

    #header-wrapper #header {
        margin: 0 auto;
        position: relative;
        width: 100%;
        height: auto;
        z-index: 300;
        background: transparent;
        box-shadow: none;
    }

    #header-wrapper .navbar-default .navbar-nav > li > a {
        color: #ffffff;
    }

        #header-wrapper .navbar-default .navbar-nav > li > a:hover, #header-wrapper .navbar-default .navbar-nav > li > a:focus {
            color: var(--colorPrimary);
        }

    #header-wrapper .navbar-default .navbar-nav > .active > a, #header-wrapper .navbar-default .navbar-nav > .active > a:hover, #header-wrapper .navbar-default .navbar-nav > .active > a:focus {
        color: var(--colorPrimary);
    }

    #header-wrapper .navbar-default .navbar-nav > .open > a, #header-wrapper .navbar-default .navbar-nav > .open > a:hover, #header-wrapper .navbar-default .navbar-nav > .open > a:focus {
        color: var(--colorPrimary);
    }

@media (min-width: 768px) {
    #header-wrapper .sticky-header .navbar-default {
        background: rgba(255,255,255,1.0);
        -webkit-box-shadow: 0px 2px 2px 0px rgba(50,50,50,0.2);
        box-shadow: 0px 2px 2px 0px rgba(50,50,50,0.2);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    #header-wrapper .sticky-header .navbar-nav > li > a {
        color: #333333;
    }
}
/* Header Transparency 2 */
#header-wrapper.header-wrapper2 .topbar-searchbox .form-control,
#header-wrapper.header-wrapper2 .topbar-searchbox .input-group .btn-default {
    color: #777777;
    border: 1px solid #777777;
}

    #header-wrapper.header-wrapper2 .topbar-searchbox .input-group .btn-default:hover,
    #header-wrapper.header-wrapper2 .topbar-searchbox .input-group .btn-default:focus,
    #header-wrapper.header-wrapper2 .topbar-searchbox .input-group .btn-default:active,
    #header-wrapper.header-wrapper2 .topbar-searchbox .input-group .btn-default.active {
        color: #777777;
    }

    #header-wrapper.header-wrapper2 .topbar-searchbox .form-control::-webkit-input-placeholder {
        color: #777777;
    }

    #header-wrapper.header-wrapper2 .topbar-searchbox .form-control:-ms-input-placeholder {
        color: #777777;
    }

    #header-wrapper.header-wrapper2 .topbar-searchbox .form-control::-moz-placeholder {
        color: #777777;
    }

    #header-wrapper.header-wrapper2 .topbar-searchbox .form-control:-moz-placeholder {
        color: #777777;
    }

#header-wrapper.header-wrapper2 #topbar {
    color: #777777;
}

    #header-wrapper.header-wrapper2 #topbar .topbar-contact > li > a,
    #header-wrapper.header-wrapper2 #topbar .language > a {
        color: #777777;
    }

        #header-wrapper.header-wrapper2 .topbar-contact > li i,
        #header-wrapper.header-wrapper2 #topbar .topbar-contact > li > a:hover,
        #header-wrapper.header-wrapper2 #topbar .topbar-contact > li > a:focus,
        #header-wrapper.header-wrapper2 #topbar .language > a:hover,
        #header-wrapper.header-wrapper2 #topbar .language > a:focus {
            color: var(--colorPrimary);
        }

    #header-wrapper.header-wrapper2 #topbar .social-icons > li a i {
        border: 1px solid transparent;
        color: #777777;
    }

        #header-wrapper.header-wrapper2 #topbar .social-icons > li a i:hover {
            border: 1px solid transparent;
            background: var(--colorPrimary);
            color: #ffffff;
        }

#header-wrapper.header-wrapper2 .navbar-default .navbar-nav > li > a {
    color: #333333;
}

    #header-wrapper.header-wrapper2 .navbar-default .navbar-nav > li > a:hover,
    #header-wrapper.header-wrapper2 .navbar-default .navbar-nav > li > a:focus {
        color: var(--colorPrimary);
    }

#header-wrapper.header-wrapper2 .navbar-default .navbar-nav > .active > a,
#header-wrapper.header-wrapper2 .navbar-default .navbar-nav > .active > a:hover,
#header-wrapper.header-wrapper2 .navbar-default .navbar-nav > .active > a:focus {
    color: var(--colorPrimary);
}

#header-wrapper.header-wrapper2 .navbar-default .navbar-nav > .open > a,
#header-wrapper.header-wrapper2 .navbar-default .navbar-nav > .open > a:hover,
#header-wrapper.header-wrapper2 .navbar-default .navbar-nav > .open > a:focus {
    color: var(--colorPrimary);
}

@media (min-width: 768px) {
    #header-wrapper.header-wrapper2 .sticky-header .navbar-nav > li > a {
        color: #333333;
    }
}

/* Sticky Header - Logo White and Dark */
.logo-white {
    display: block;
}

.logo-dark {
    display: none !important;
}

.sticky-header .logo-white {
    display: none !important;
}

.sticky-header .logo-dark {
    display: block !important;
}
/* ----------------------------------------------------------------------
	33. Topbar Copyright Skew
---------------------------------------------------------------------- */
/* Topbar Skew */
@media (min-width: 768px) {
    #topbar.topbar-skew {
        position: relative;
    }

        #topbar.topbar-skew:before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            width: 45%;
            height: 100%;
            background: var(--colorPrimary);
        }

        #topbar.topbar-skew:after {
            content: '';
            position: absolute;
            top: 0;
            right: auto;
            left: 43%;
            margin: auto;
            width: 50px;
            height: 100%;
            background: var(--colorPrimary);
            -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
        }

        #topbar.topbar-skew .topbar-contact {
            color: #ffffff;
        }

            #topbar.topbar-skew .topbar-contact > li i {
                color: #ffffff;
            }

            #topbar.topbar-skew .topbar-contact > li > a,
            #topbar.topbar-skew .topbar-contact > li > a:hover,
            #topbar.topbar-skew .topbar-contact > li > a:focus,
            #topbar.topbar-skew .language > a,
            #topbar.topbar-skew .language > a:hover,
            #topbar.topbar-skew .language > a:focus {
                color: #ffffff !important;
            }
}
/* Copyright Skew */
@media (min-width: 768px) {
    #copyright.copyright-skew {
        position: relative;
    }

        #copyright.copyright-skew:before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            width: 45%;
            height: 100%;
            background: var(--colorPrimary);
        }

        #copyright.copyright-skew:after {
            content: '';
            position: absolute;
            top: 0;
            right: auto;
            left: 43%;
            margin: auto;
            width: 50px;
            height: 100%;
            background: var(--colorPrimary);
            -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
        }

        #copyright.copyright-skew,
        #copyright.copyright-skew .copyright,
        #copyright.copyright-skew .copyright a,
        #copyright.copyright-skew .copyright a:hover,
        #copyright.copyright-skew .copyright ul li a:hover,
        #copyright.copyright-skew .copyright-link li + li:before,
        #copyright.copyright-skew .copyright-link li a,
        #copyright.copyright-skew .copyright-link li a:hover {
            color: #ffffff;
        }
}
/* ----------------------------------------------------------------------
	34. Header Footer Options
---------------------------------------------------------------------- */
/* Header Center */
.logo-center {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

    .logo-center img {
        display: inline-block;
        float: none;
        margin: 40px 0 10px;
    }

@media (min-width: 768px) {
    .header-center .navbar .navbar-collapse {
        text-align: center;
    }

    .header-center .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    #header-wrapper .sticky-header.header-center .navbar-default:before, #header-wrapper .sticky-header.header-center .navbar-default:after {
        display: none;
    }
}
/* Footer Center */
.footer-center {
    padding: 30px 0 30px;
}

@media (max-width: 767px) {
    .footer-center {
        padding: 30px 0 10px;
    }
}
/* Topbar Classic */
#topbar.topbar-classic {
    color: #777777;
    background: #ffffff;
    text-shadow: none;
}

.topbar-classic .topbar-contact > li > a,
.topbar-classic .language > a {
    text-decoration: none;
    color: #777777;
}

#topbar.topbar-classic .social-icons {
    margin: 4px 10px 4px 0;
}

    #topbar.topbar-classic .social-icons > li a i {
        font-size: 13px;
        line-height: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 25px;
        height: 25px;
        border: 1px solid #777777 !important;
        background: transparent;
        color: #777777;
        text-shadow: none;
        border-radius: 50%;
    }

        #topbar.topbar-classic .social-icons > li a i:hover {
            border: 1px solid #777777;
            background: #777777;
            color: #ffffff;
        }

    #topbar.topbar-classic .social-icons li i:hover:before {
        animation: none;
    }
/* Topbar Light */
#topbar.topbar-light {
    color: #333333;
    background: #eeeeee;
    text-shadow: none;
}

.topbar-light .topbar-contact > li > a,
.topbar-light .language > a {
    text-decoration: none;
    color: #333333;
}
/* Topbar Dark */
#topbar.topbar-dark {
    color: #ffffff;
    background: #333333;
    text-shadow: none;
}

.topbar-dark .topbar-contact > li > a,
.topbar-dark .language > a {
    text-decoration: none;
    color: #ffffff;
}

@media (max-width: 767px) {
    .topbar-mb-0 {
        margin-bottom: 0px;
    }
}
/* Header No Sticky */
.header-no-sticky {
    position: relative !important;
}

@media (min-width: 768px) {
    .sticky-header.header-no-sticky {
        box-shadow: none;
    }

        .sticky-header.header-no-sticky .navbar-brand {
            padding: 22px 10px 0px;
        }

        .sticky-header.header-no-sticky .navbar-nav > li > a {
            padding: 36px 15px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sticky-header.header-no-sticky .navbar-nav > li > a {
        padding: 36px 5px;
    }
}

@media (min-width: 768px) {
    .sticky-header.header-no-sticky.sticky-slideInDown {
        animation: none;
    }
}
/* Page Title - Mini */
.pagetitle-mini .pagetitle-overlay {
    min-height: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
}
/* ----------------------------------------------------------------------
	35. Overlay Background
---------------------------------------------------------------------- */
/* Theme Gradient Overlay */
.flickity-mainslider.theme-gradient-overlay .cell:before, .theme-gradient-overlay .rev_slider .slotholder:after, .theme-gradient-overlay .html5vid.fullcoveredvideo:after, .owl-slider.theme-gradient-overlay .item:after, .theme-gradient-overlay .pagetitle-overlay {
    background: rgb(201,41,41);
    background: -moz-linear-gradient(45deg, rgba(201,41,41,0.7) 0%, rgba(127,204,102,0.7) 100%);
    background: -webkit-linear-gradient(45deg, rgba(201,41,41,0.7) 0%, rgba(127,204,102,0.7) 100%);
    background: linear-gradient(45deg, rgba(201,41,41,0.7) 0%, rgba(127,204,102,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--colorPrimary)', endColorstr='#7fcc66', GradientType=1 );
    z-index: 2;
}
/* Black Gradient Overlay */
.flickity-mainslider.black-gradient-overlay .cell:before, .black-gradient-overlay .rev_slider .slotholder:after, .black-gradient-overlay .html5vid.fullcoveredvideo:after, .owl-slider.black-gradient-overlay .item:after, .black-gradient-overlay .pagetitle-overlay {
    background: rgb(136,136,136);
    background: -moz-radial-gradient(center, ellipse cover, rgba(136,136,136,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(136,136,136,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: radial-gradient(ellipse at center, rgba(136,136,136,0.5) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='var(--colorSecondary)', GradientType=1 );
    z-index: 2;
}
/* Theme Overlay */
.flickity-mainslider.theme-overlay .cell:before, .theme-overlay .rev_slider .slotholder:after, .theme-overlay .html5vid.fullcoveredvideo:after, .owl-slider.theme-overlay .item:after, .theme-overlay .pagetitle-overlay {
    background: var(--colorPrimary);
    background: rgba(201,41,41,0.5);
    z-index: 2;
}
/* Black Overlay */
.flickity-mainslider.black-overlay .cell:before, .black-overlay .rev_slider .slotholder:after, .black-overlay .html5vid.fullcoveredvideo:after, .owl-slider.black-overlay .item:after, .black-overlay .pagetitle-overlay {
    background: #333333;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
/* ----------------------------------------------------------------------
	36. Infinite Scroll
---------------------------------------------------------------------- */
/* Infinite Scroll */
.scroller-status {
    display: none;
}

.loader-ellips {
    position: relative;
    font-size: 15px;
    width: 4em;
    height: 1em;
    margin: 50px auto;
}

.loader-ellips__dot {
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    background: #dddddd;
    border-radius: 0.5em;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

    .loader-ellips__dot:nth-child(1),
    .loader-ellips__dot:nth-child(2) {
        left: 0;
    }

    .loader-ellips__dot:nth-child(3) {
        left: 1.5em;
    }

    .loader-ellips__dot:nth-child(4) {
        left: 3em;
    }

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

/* ----------------------------------------------------------------------
	37. Flickity
---------------------------------------------------------------------- */
/* Default */
.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }
/* Arrows */
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    border: none;
    background: var(--colorSecondary);
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    border-radius: 0;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

    .flickity-prev-next-button:hover {
        background: rgba(0,0,0,0.9);
    }

    .flickity-prev-next-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #09F;
    }

    .flickity-prev-next-button:active {
        opacity: 0.6;
    }

    .flickity-prev-next-button.previous {
        left: 0;
    }

    .flickity-prev-next-button.next {
        right: 0;
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 0;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 0;
}

.flickity-prev-next-button:disabled {
    cursor: auto;
    opacity: 0.3;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #ffffff;
}
/* Dots */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }
/* Flickity Basic */
.flickity, .flickity-team, .flickity-client, .flickity-testimonial {
    position: relative;
    padding: 0;
    margin: 0 0 50px;
}

    .flickity .cell, .flickity-team .cell, .flickity-client .cell, .flickity-testimonial .cell {
        width: 100%;
        height: auto;
        margin-right: 0px;
    }
/* Flickity LazyLoad */
.flickity-lazyload {
    position: relative;
    padding: 0;
    margin: 0 0 50px;
}

    .flickity-lazyload .cell {
        width: 100%;
        height: auto;
        margin-right: 0px;
    }

.lazyload-image {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

    .lazyload-image.flickity-lazyloaded, .lazyload-image.flickity-lazyerror {
        opacity: 1;
    }

.effect-phoebe .lazyload-image {
    opacity: 0;
}

    .effect-phoebe .lazyload-image.flickity-lazyloaded, .effect-phoebe .lazyload-image.flickity-lazyerror {
        opacity: 1;
    }
/* Flickity Parallax */
.flickity-parallax {
    position: relative;
    padding: 0;
    margin: 0 0 50px;
}

    .flickity-parallax .cell {
        margin-right: 10px;
        overflow: hidden;
    }

        .flickity-parallax .cell img {
            display: block;
        }
/* Flickity Sync */
.flickity-sync {
    position: relative;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .flickity-sync .cell, .flickity-nav .cell {
        width: 100%;
        height: auto;
    }

.flickity-nav {
    position: relative;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 50px;
}

    .flickity-nav .cell {
        width: 130px;
        height: 130px;
        margin-right: 10px;
    }
/* Flickity Sync Vertical */
.flickity-wrapper {
    position: relative;
    padding: 0;
    margin: 0 0 50px;
}

.flickity-vertical-sync {
    position: relative;
    height: auto;
    margin-bottom: 50px;
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

    .flickity-vertical-sync .cell {
        width: 33.3%;
        height: auto;
        background: #ffffff;
        border-radius: 0;
    }

.flickity-vertical-nav {
    position: relative;
    margin-left: 10px;
    max-height: 305px;
    overflow-y: scroll;
    display: inline-block;
    width: 15%;
    height: auto;
    vertical-align: top;
}

    .flickity-vertical-nav .cell {
        margin-bottom: 10px;
        cursor: pointer;
        width: 100%;
        height: auto;
    }

@media (max-width: 991px) {
    .flickity-vertical-sync .cell {
        width: 100%;
    }

    .flickity-vertical-nav {
        width: 13%;
    }
}
/* Columns */
.flickity-1 .cell {
    width: 100%;
}

.flickity-2 .cell {
    width: 50%;
}

.flickity-3 .cell {
    width: 33.3%;
}

.flickity-4 .cell {
    width: 25%;
}

.flickity-5 .cell {
    width: 20%;
}

.flickity-6 .cell {
    width: 16.6%;
}

.flickity-7 .cell {
    width: 14.2%;
}

.flickity-8 .cell {
    width: 12.5%;
}

.flickity-9 .cell {
    width: 11.1%;
}

.flickity-10 .cell {
    width: 10%;
}

.flickity-11 .cell {
    width: 9%;
}

.flickity-12 .cell {
    width: 8.3%;
}

@media (max-width: 991px) {
    .flickity-1 .cell {
        width: 100%;
    }

    .flickity-2 .cell {
        width: 50%;
    }

    .flickity-3 .cell {
        width: 50%;
    }

    .flickity-4 .cell, .flickity-5 .cell, .flickity-6 .cell, .flickity-7 .cell, .flickity-8 .cell, .flickity-9 .cell, .flickity-10 .cell, .flickity-11 .cell, .flickity-12 .cell {
        width: 33.3%;
    }
}

@media (max-width: 767px) {
    .flickity-1 .cell {
        width: 100%;
    }

    .flickity-2 .cell, .flickity-3 .cell, .flickity-4 .cell, .flickity-5 .cell, .flickity-6 .cell, .flickity-7 .cell, .flickity-8 .cell, .flickity-9 .cell, .flickity-10 .cell, .flickity-11 .cell, .flickity-12 .cell {
        width: 50%;
    }
}
/* ----------------------------------------------------------------------
	38. Flickity Slider
---------------------------------------------------------------------- */
/* Slider */
.flickity-mainslider {
    position: relative;
    margin: 0;
    padding: 0;
}

    .flickity-mainslider .cell {
        position: relative;
        width: 100%;
        height: 600px;
        margin: 0;
        padding: 0;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
        /*.flickity-mainslider .cell.slider-inicio { background-image: url("../images/inicio/slider-inicio.jpg"); }*/
        .flickity-mainslider .cell.slider-inicio {
            background-image: var(--image-inicio);
        }

    .flickity-mainslider.theme-gradient-overlay .cell:before, .flickity-mainslider.black-gradient-overlay .cell:before, .flickity-mainslider.theme-overlay .cell:before, .flickity-mainslider.black-overlay .cell:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
    }
/* Caption */
.flickity-caption {
    display: block;
}

.flickity-mainslider strong {
    font-weight: 900;
}

.flickity-white-large {
    display: inline-block;
    line-height: 1.5;
    margin: 0;
    padding: 0px 15px;
    color: var(--title-inicio);
    font-size: 50px;
    font-weight: 500;
    font-family: 'GT-Walsheim-Pro-Black';
}

.flickity-white-medium {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 6px 15px;
    color: var(--subtitle-inicio);
    font-size: 25px;
    font-weight: normal;
    font-family: 'GT-Walsheim-Pro-Medium';
}

.flickity-white-small {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 9px 15px;
    color: #ffffff;
    font-size: 18px;
}

.flickity-white-custom {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 0px 15px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
    font-family: 'GT-Walsheim-Pro-Medium';
}

.flickity-black-large {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 0px 15px;
    color: #252525;
    font-size: 50px;
    font-weight: 900;
    font-family: 'GT-Walsheim-Pro-Black';
}

.flickity-black-medium {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 6px 15px;
    color: #252525;
    font-size: 25px;
    font-weight: normal;
    font-family: 'GT-Walsheim-Pro-Medium';
}

.flickity-black-small {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 9px 15px;
    color: #252525;
    font-size: 18px;
}

.flickity-theme-large {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 0px 15px;
    color: var(--colorPrimary);
    font-size: 50px;
    font-weight: 900;
    font-family: 'GT-Walsheim-Pro-Black';
}

.flickity-theme-medium {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 6px 15px;
    color: var(--colorPrimary);
    font-size: 25px;
    font-weight: normal;
    font-family: 'GT-Walsheim-Pro-Medium';
}

.flickity-theme-small {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    padding: 9px 15px;
    color: var(--colorPrimary);
    font-size: 18px;
}

@media (max-width: 767px) {
    .flickity-white-large, .flickity-black-large, .flickity-theme-large {
        font-size: 35px;
    }

    .flickity-white-medium, .flickity-black-medium, .flickity-theme-medium {
        font-size: 13px;
    }

    .flickity-white-small, .flickity-black-small, .flickity-theme-small {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .flickity-white-large, .flickity-black-large, .flickity-theme-large {
        font-size: 25px;
    }

    .flickity-white-medium, .flickity-black-medium, .flickity-theme-medium {
        font-size: 10px;
    }

    .flickity-white-small, .flickity-black-small, .flickity-theme-small {
        font-size: 10px;
    }
}
/* Btn */
.flickity-mainslider .btn {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 10px 20px;
}

.flickity-mainslider .caption-left .btn {
    margin-left: 15px;
    margin-right: auto;
}

.flickity-mainslider .caption-right .btn {
    margin-left: auto;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .flickity-mainslider .btn {
        margin-top: 15px;
    }

    .flickity-mainslider .btn-lg {
        padding: 6px 12px;
        font-size: 14px;
    }

    .flickity-mainslider .btn.btn-lg span {
        margin-left: 25px;
        font-size: 14px;
    }

        .flickity-mainslider .btn.btn-lg span i {
            padding: 8px;
        }
}

@media (max-width: 480px) {
    .flickity-mainslider .btn {
        margin-top: 10px;
    }
}
/* Caption Position */
.flickity-mainslider .caption-left {
    position: absolute;
    z-index: 3;
    top: 180px;
    left: 100px;
    text-align: left;
}

.flickity-mainslider .caption-right {
    position: absolute;
    z-index: 3;
    top: 180px;
    right: 100px;
    text-align: right;
}

.flickity-mainslider .caption-center {
    position: absolute;
    z-index: 3;
    top: 180px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}

@media (max-width: 991px) {
    .flickity-mainslider .caption-left, .flickity-mainslider .caption-right, .flickity-mainslider .caption-center {
        top: 220px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: center;
    }
}
/* Fullscreen */
.flickity-mainslider.flickity-fullscreen .cell {
    height: 1080px;
}

    .flickity-mainslider.flickity-fullscreen .cell.slider1080-1 {
        background-image: url("../images/slider/slider1080-1.jpg");
    }

    .flickity-mainslider.flickity-fullscreen .cell.slider1080-2 {
        background-image: url("../images/slider/slider1080-2.jpg");
    }

    .flickity-mainslider.flickity-fullscreen .cell.slider1080-3 {
        background-image: url("../images/slider/slider1080-3.jpg");
    }

.flickity-mainslider.flickity-fullscreen .caption-left, .flickity-mainslider.flickity-fullscreen .caption-right, .flickity-mainslider.flickity-fullscreen .caption-center {
    margin-top: 240px;
}

@media (max-width: 991px) {
    .flickity-mainslider.flickity-fullscreen .cell img {
        height: 1080px;
    }

    .flickity-mainslider.flickity-fullscreen .caption-left, .flickity-mainslider.flickity-fullscreen .caption-right, .flickity-mainslider.flickity-fullscreen .caption-center {
        margin-top: 240px;
    }
}
/* Caption Background */
.flickity-white-bg {
    background-color: #eeeeee;
}

.flickity-black-bg {
    background-color: #333333;
}

.flickity-theme-bg {
    background-color: var(--colorPrimary);
}

.flickity-mainslider .caption-left .flickity-white-bg, .flickity-mainslider .caption-left .flickity-black-bg, .flickity-mainslider .caption-left .flickity-theme-bg {
    margin-left: 15px;
    margin-right: auto;
}

.flickity-mainslider .caption-right .flickity-white-bg, .flickity-mainslider .caption-right .flickity-black-bg, .flickity-mainslider .caption-right .flickity-theme-bg {
    margin-left: auto;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .flickity-mainslider .caption-left .flickity-white-bg, .flickity-mainslider .caption-left .flickity-black-bg, .flickity-mainslider .caption-left .flickity-theme-bg {
        margin-left: auto;
        margin-right: auto;
    }

    .flickity-mainslider .caption-right .flickity-white-bg, .flickity-mainslider .caption-right .flickity-black-bg, .flickity-mainslider .caption-right .flickity-theme-bg {
        margin-left: auto;
        margin-right: auto;
    }
}
/* Caption Animation */
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/* Arrows */
.flickity-mainslider .flickity-prev-next-button {
    width: 40px;
    height: 120px;
    opacity: 0;
    margin-left: 10px;
    margin-right: 10px;
    -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;
}

.flickity-mainslider:hover .flickity-prev-next-button {
    opacity: 1;
}
/* Dots */
.flickity-mainslider .flickity-page-dots {
    bottom: 25px;
}

    .flickity-mainslider .flickity-page-dots .dot {
        background: #ffffff;
    }
/* Static */
.flickity-mainslider.flickity-static .flickity-prev-next-button, .flickity-mainslider.flickity-static .flickity-page-dots {
    display: none;
}

/*Grid*/
.grid-header-estado {
    min-width: 120px !important;
}

.grid-header-motivo, .grid-header-actuacion, .grid-header-observaciones, .grid-header-comentarios, .grid-header-fechaRegistro {
    min-width: 150px !important;
}

.grid-header-descripcion {
    min-width: 225px !important;
}

.grid-column-motivo-textarea {
    border: none;
    background-color: transparent;
    width: 100%;
}

.grid-column-textarea {
    border: none;
    background-color: transparent;
    text-align: justify;
    width: 100%;
}

.table td {
    vertical-align: middle !important;
}

/*Menu*/
.menuContacto {
    color: var(--dropdown-menu-color);
}

    .menuContacto:hover {
        color: var(--dropdown-menu-hover);
    }

.menuIdioma {
    color: var(--dropdown-menu-idioma-color) !important;
    background-color: var(--dropdown-menu-idioma-background) !important;
}

    .menuIdioma:hover {
        color: var(--dropdown-menu-idioma-hover) !important;
        background-color: var(--dropdown-menu-idioma-background-hover) !important;
    }

/*Formulario password*/
.show-pass {
    cursor: pointer;
    border-color: var(--primary);
}
  .show-pass .fa-eye {display: none; }
  .show-pass.active .fa-eye-slash {display: none; }
  .show-pass.active .fa-eye {display: inline-block; }
  .span-password {
    border: none;
    background-color: transparent;
}


/*Alineación vertical*/
.align-vertical{
    margin-top:auto !important;
    margin-bottom:auto !important;
}

/*Fonts*/

@font-face {
    font-family: 'Source-Sans-Pro-Black';
    src: url('../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Source-Sans-Pro-Bold';
    src: url('../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Source-Sans-Pro-Light';
    src: url('../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Source-Sans-Pro-Regular';
    src: url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'GT-Walsheim-Pro-Black';
    src: url('../fonts/GT-Walsheim-Pro-Black.ttf') format('truetype'), url('../fonts/GT-Walsheim-Pro-Black.woff') format('woff');
}

@font-face {
    font-family: 'GT-Walsheim-Pro-Bold';
    src: url('../fonts/GT-Walsheim-Pro-Bold.ttf') format('truetype'), url('../fonts/GT-Walsheim-Pro-Bold.woff') format('woff');
}

@font-face {
    font-family: 'GT-Walsheim-Pro-Light';
    src: url('../fonts/GT-Walsheim-Pro-Light.ttf') format('truetype'), url('../fonts/GT-Walsheim-Pro-Light.woff') format('woff');
}

@font-face {
    font-family: 'GT-Walsheim-Pro-Medium';
    src: url('../fonts/GT-Walsheim-Pro-Medium.ttf') format('truetype'), url('../fonts/GT-Walsheim-Pro-Medium.woff') format('woff');
}

@font-face {
    font-family: 'GT-Walsheim-Pro-Regular';
    src: url('../fonts/GT-Walsheim-Pro-Regular.ttf') format('truetype'), url('../fonts/GT-Walsheim-Pro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'GT-Walsheim-Pro-Thin';
    src: url('../fonts/GT-Walsheim-Pro-Thin.ttf') format('truetype'), url('../fonts/GT-Walsheim-Pro-Thin.woff') format('woff');
}

@font-face {
    font-family: 'GT-Walsheim-Pro-Ultra-Bold';
    src: url('../fonts/GT-Walsheim-Pro-Ultra-Bold.ttf') format('truetype'), url('../fonts/GT-Walsheim-Pro-Ultra-Bold.woff') format('woff');
}

@font-face {
    font-family: 'GT-Walsheim-Pro-Ultra-Light';
    src: url('../fonts/GT-Walsheim-Pro-Ultra-Light.ttf') format('truetype'), url('../fonts/GT-Walsheim-Pro-Ultra-Light.woff') format('woff');
}

/*Evolutivos 2025*/
.dropbtn {
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    font-weight: normal;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    top: 100%;
    left: 0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    white-space: nowrap;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.show {
    display: block;
}

.form-switch .form-check-input {
    width: 2.5em;
    height: 1.4em;
    margin-left: 1em;
    position: relative;
    appearance: none;
    background-color: #dee2e6;
    border-radius: 0.75em;
    transition: background-color 0.3s, box-shadow 0.2s;
}

    /* Agregar el círculo deslizante */
    .form-switch .form-check-input::before {
        content: "";
        position: absolute;
        top: 0.15em;
        left: 0.15em;
        width: 1em;
        height: 1em;
        background-color: white;
        border-radius: 50%;
        transition: transform 0.3s;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }

    /* Cambia de color cuando está activado */
    .form-switch .form-check-input:checked {
        background-color: #0d6efd;
    }

        /* Mover el círculo cuando está activado */
        .form-switch .form-check-input:checked::before {
            transform: translateX(1.1em);
        }

.styleBackground {
    background-color: var(--colorPrimary) !important;
}
