:root {
    --header_height: $header_height;
    --link-color: #f24a12;
    --linkturko-color: #65c9bb;
    --text-color: #010944;
    --bg-color: #fff5f3;
    --link-hover-color: #f24a12;
}

.header#sp-header {
    background: transparent;
}
.homepage header#sp-header {    background: transparent;    box-shadow: none;}
.homepage section#sp-main-body {    margin-top: -90px;}



#sp-title {
    min-height: 0
}

.sp-page-title {
    padding: 125px 0 115px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: auto;
    background-attachment: inherit;
    background-color: #010b2a;
    text-align: center;
    text-align: center
}

.sp-page-title>.container {
    display: flex;
    flex-direction: column
}

.sp-page-title .sp-page-title-heading,.sp-page-title .sp-page-title-sub-heading {
    margin: 0;
    padding: 0;
    color: #fff
}

.sp-page-title .sp-page-title-heading {
    order: 2;
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: -4%;
    font-weight: 800;
    text-transform: uppercase
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px
}

.sp-page-title .float-start {
    display: none
}

.sp-page-title .breadcrumb {
    order: 1;
    background: none;
    padding: 0;
    margin: 0px 0px 12px;
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -2%;
    font-weight: 500
}

.sp-page-title .breadcrumb>.active {
    color: rgba(255,255,255,.8)
}

.sp-page-title .breadcrumb>span,.sp-page-title .breadcrumb>li,.sp-page-title .breadcrumb>li+li:before,.sp-page-title .breadcrumb>li>a {
    color: #fff
}


.img-bg-header .sp-page-title {
    padding: 177px 0px;
    background-position: right center;
    background-size: 61%;
    text-align: left;
    position: relative;
    z-index: 1
}

.img-bg-header .sp-page-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0px;
    background-color: rgba(1,14,51,.5);
    z-index: -1
}

.img-bg-header .sp-page-title>.container {
    flex-direction: row;
    align-items: center;
    gap: 45px
}

.img-bg-header .sp-page-title .breadcrumb {
    justify-content: left;
    margin: 0px
}
.article-list .article {
    position: relative;
    margin-bottom: 80px;
    border-radius: 0px
}

.article-list .article .article-intro-image,.article-list .article .article-featured-video,.article-list .article .article-featured-audio,.article-list .article .article-feature-gallery {
    border-radius: 0px;
    overflow: hidden
}

.article-list .article .article-intro-image img,.article-list .article .article-featured-video img,.article-list .article .article-featured-audio img,.article-list .article .article-feature-gallery img {
    width: 100%;
    border-radius: 12px 12px 0px 0px
}

.article-list .article .featured-article-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: default
}

.article-list .article .article-full-image {
    border-radius: 0px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden
}

.article-list .article .article-body {
    padding: 35px 0px 0px
}

.article-list .article .article-info {
    margin-bottom: 18px
}

.article-list .article .article-header {
    margin-bottom: 38px
}

.article-list .article .article-header h1,.article-list .article .article-header h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -3%
}

.article-list .article .article-header h1 a,.article-list .article .article-header h2 a {
    color: #000
}

.article-list .article .article-header h1 a:hover,.article-list .article .article-header h1 a:active,.article-list .article .article-header h1 a:focus,.article-list .article .article-header h2 a:hover,.article-list .article .article-header h2 a:active,.article-list .article .article-header h2 a:focus {
    color: #e61922
}

.article-list .article .readmore {
    font-size: 16px;
    line-height: 1;
    font-weight: 700
}

.article-list .article .readmore a {
    color: #000;
    border-bottom: 1px solid #000
}

.article-list .article .readmore a:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "";
    padding-left: 10px
}

.article-list .article .readmore a:hover,.article-list .article .readmore a:active,.article-list .article .readmore a:focus {
    color: #e61922
}

.article-list .article figcaption.caption {
    text-align: center;
    font-size: 14px;
    color: #252525;
    margin: 5px 0px;
    opacity: .7
}

.article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.article-info>span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -2%
}

.article-info>span .published-ico {
    margin-right: 5px
}

.article-info>span+span::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    content: "."
}

.article-info>span a {
    color: #000
}

.article-info>span a:hover {
    color: #e61922
}

.article-list.grid {
    --gap: 1em;
    margin: 0 auto;
    display: flow;
    columns: var(--columns);
    gap: var(--gap);
    margin-bottom: 20px
}

.article-list.grid .article .article-intro-image {
    overflow: hidden;
    position: relative;
    height: 40vh
}

.article-list.grid .article a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
    width: auto;
    height: 100%
}

.article-list.grid .article:nth-child(1n) .article-intro-image {
    height: 60vh
}

.article-list.grid .article:nth-child(2n) .article-intro-image {
    height: 30vh
}

.article-list.grid .article:nth-child(3n) .article-intro-image {
    height: 50vh
}

.article-list.grid .article:nth-child(4n) .article-intro-image {
    height: 45vh
}

.article-list.grid .article:nth-child(5n) .article-intro-image {
    height: 55vh
}

.article-list.grid>* {
    break-inside: avoid;
    margin-bottom: var(--gap)
}

@supports(grid-template-rows: masonry) {
    .article-list.grid {
        display:grid;
        grid-template-columns: repeat(var(--columns), 1fr);
        grid-template-rows: masonry;
        grid-auto-flow: dense
    }

    .article-list.grid>* {
        margin-bottom: 0em
    }
}

.related-article-large .article-image {
    width: 350px;
    min-width: 350px
}

.related-article-large .article-information {
    border-left: 1px solid #f1f1f1;
    padding-left: 20px;
    margin-left: 20px
}

.related-article-large .article-information>span {
    font-size: .813rem
}

.related-article-large .article-information>span+span::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    content: "/"
}

.related-article-large .article-information>span a {
    color: #000
}

.related-article-large .article-information>span a:hover {
    color: #e61922
}

.related-article-large .article-information .intro-text {
    margin-top: 20px
}

.related-article-list-container {
    margin: 50px 150px 50px 50px;
}
.view-article #sp-title {
    display: none
}

.view-article #sp-main-body {
    padding: 120px 0px 0px
}

.view-article #sp-main-body .container {
    max-width: 100%;
    padding: 0px
}

.article-details {
    max-width: 902px;
    margin: 0px auto;
    padding: 0px 15px 120px;
    position: relative
}

.article-details .article-header {
    position: relative
}

.article-details .article-header h1 {
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px
}

.article-details .featured-article-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: default
}

.article-details .article-full-image {
    margin-bottom: 70px
}

.article-details .article-full-image img {
    display: inline-block
}

.article-details .article-featured-video,.article-details .article-featured-audio,.article-details .article-feature-gallery {
    margin-bottom: 2rem
}

.article-details .article-ratings-social-share {
    padding: 1rem 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1rem
}

.article-details .article-author-information {
    margin-bottom: 40px
}

.article-details .author-img {
    width: 48px;
    height: auto
}

.article-details .author-img img {
    border-radius: 50%
}

.article-details .author-info {
    margin: 0px
}

.article-details .author-info span {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: rgba(0,0,0,.8)
}

.article-details .author-info h5 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #000
}

.article-details .article-info {
    margin-bottom: 20px
}

.article-details .article-info span {
    font-size: 14px;
    line-height: 22px;
    color: #dd2931
}

.article-details .article-info>span .published-ico {
    display: none
}

.article-details .article-can-edit {
    position: relative;
    margin-bottom: 10px
}

.article-details .article-can-edit a {
    display: inline-block;
    background: #2a61c9;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 14px
}

.article-details figcaption.caption {
    font-size: 14px;
    color: #252525;
    margin: 5px 0px;
    opacity: .7
}

.article-tags {
    width: 100%;
    max-width: 645px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0px;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.article-tags .tags {
    margin: 0px -10px 0px !important
}

.article-tags .tags li {
    margin: 0px 10px
}

.article-tags .tags li a {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -2%;
    font-weight: 500;
    border-radius: 0px;
    color: #000;
    padding: 10px 15px;
    background-color: #f7f7f7
}



.tags {
    list-style: none;
    padding: 0;
    margin: -0.3125rem;
    display: flex;
    flex-wrap: wrap
}

.tags>li {
    display: inline-block;
    margin: .3125rem
}

.tags>li a {
    display: block;
    font-size: .875rem;
    padding: .5rem 1rem;
    border-radius: 6.25rem
}

.tags>li a:hover {
    color: #fff
}



.home-accordion .sppb-panel-group .sppb-panel-modern {
    background: #f7f7f7;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 8px
}

.home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading {
    border: none;
    padding-left: 70px;
    background-color: rgba(0,0,0,0)
}

.home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-panel-title {
    padding: 0px;
    font-size: 24px;
    line-height: 1;
    color: #000
}

.home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-panel-title span {
    position: relative;
    left: -70px
}

.home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction {
    transform: translateY(-50%) rotate(0deg);
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #000;
    transform: translateY(-50%) rotate(0deg);
    transition: all .3s ease
}

.home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction .fa-chevron-right:before {
    content: ""
}

.home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading.active .sppb-toggle-direction {
    transform: translateY(-50%) rotate(0deg)
}

.home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading.active .sppb-toggle-direction .fa-chevron-right:before {
    content: ""
}

.home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-body {
    border: none;
    margin-left: 70px
}

.home-accordion .sppb-panel-group .about-accordion-details .sppb-addon-content {
    margin-left: -30px
}

.home-accordion .sppb-panel-group .about-accordion-details .sppb-addon-content ul li {
    display: flex;
    align-items: flex-start
}

.home-accordion .sppb-panel-group .about-accordion-details .sppb-addon-content ul li::before {
    content: "";
    height: 2px;
    width: 15px;
    display: block;
    margin-top: 10px;
    margin-right: 5px;
    background-color: #000
}



 .home-accordion .sppb-panel-group .sppb-panel-modern {
        background: #f7f7f7;
        padding: 30px;
        margin-bottom: 20px;
        border-radius: 8px
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading {
        padding-left: 40px
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-panel-title {
        padding: 0px;
        font-size: 24px;
        line-height: 1;
        color: #000
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-panel-title span {
        position: relative;
        left: -40px
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction {
        transform: translateY(-50%) rotate(0deg);
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        color: #000;
        transform: translateY(-50%) rotate(0deg);
        transition: all .3s ease
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction .fa-chevron-right:before {
        content: ""
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading.active .sppb-toggle-direction {
        transform: translateY(-50%) rotate(0deg)
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading.active .sppb-toggle-direction .fa-chevron-right:before {
        content: ""
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-body {
        border: none;
        margin-left: 40px
    }
}

.home-accordion .sppb-panel-group .sppb-panel-modern {
        background: #f7f7f7;
        padding: 10px 15px;
        margin-bottom: 20px;
        border-radius: 8px
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading {
        padding-left: 20px
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-panel-title {
        padding: 0px;
        font-size: 20px;
        line-height: 1.3;
        color: #000;
        display: flex
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-panel-title span {
        position: relative;
        left: -20px;
        display: block
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction {
        transform: translateY(-50%) rotate(0deg);
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        color: #000;
        transform: translateY(-50%) rotate(0deg);
        transition: all .3s ease;
        right: 0
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction .fa-chevron-right:before {
        content: ""
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading.active .sppb-toggle-direction {
        transform: translateY(-50%) rotate(0deg)
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading.active .sppb-toggle-direction .fa-chevron-right:before {
        content: ""
    }

    .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-body {
        border: none;
        margin-left: 20px;
        padding: 0;
        padding-left: 15px
    }

 .home-accordion .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-panel-title {
        font-size: 18px
    }

























.scroller-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0px 0
}

.scroller-wrapper:before {
    content: "";
    width: 40px;
    height: 50px;
    background: linear-gradient(to right, rgb(52 89 250), rgba(131, 1, 3, 0));
    position: absolute;
    z-index: 3
}

.scroller-wrapper:after {
    content: "";
    width: 40px;
    height: 50px;
    background: linear-gradient(to left, rgb(52 89 250), rgba(131, 1, 3, 0));
    position: absolute;
    right: 0px;
    z-index: 3;
    top: 0px
}


.animated-scroller {
    display: flex;
    align-items: center;
    gap: 0px;
    white-space: nowrap
}

.animated-scroller p {
    flex-shrink: 0;
    margin: 0;
    padding: 0px 20px;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    transition: transform .3s ease;
    position: relative
}

.animated-scroller p:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    right: -10px;
    top: 16px
}



@keyframes fadein {
    from {
        opacity: 0;
        top: -114px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
        top: -114px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        top: -114px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
        top: -114px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes fadein2 {
    from {
        opacity: 0;
        top: -30%;
    }

    to {
        opacity: 0.7;
        top: 0%;
    }
}

@-moz-keyframes fadein2 {

    /* Firefox */
    from {
        opacity: 0;
        top: -30%;
    }

    to {
        opacity: 0.7;
        top: 0%;
    }
}

@-webkit-keyframes fadein2 {

    /* Safari and Chrome */
    from {
        opacity: 0;
        top: -30%;
    }

    to {
        opacity: 0.7;
        top: 0%;
    }
}

@-o-keyframes fadein2 {

    /* Opera */
    from {
        opacity: 0;
        top: -30%;
    }

    to {
        opacity: 0.7;
        top: 0%;
    }
}

/* fadein3 */
@keyframes fadein3 {
    from {
        opacity: 0;
        bottom: -30%;
    }

    to {
        opacity: 0.7;
        bottom: 0%;
    }
}

@-moz-keyframes fadein3 {

    /* Firefox */
    from {
        opacity: 0;
        bottom: -30%;
    }

    to {
        opacity: 0.7;
        bottom: 0%;
    }
}

@-webkit-keyframes fadein3 {

    /* Safari and Chrome */
    from {
        opacity: 0;
        bottom: -30%;
    }

    to {
        opacity: 0.7;
        bottom: 0%;
    }
}

@-o-keyframes fadein3 {

    /* Opera */
    from {
        opacity: 0;
        bottom: -30%;
    }

    to {
        opacity: 0.7;
        bottom: 0%;
    }
}

.jt-cs.industrxt4 .jt-imagewrap {
    overflow: hidden;
    position: relative;
    z-index: 7;
    transition: all 0.7s ease-out 0s;
}

.jt-cs.industrxt4.jt-projects a.icon-url.industrxt4 {
    background-color: #ff5e14;
}

.jt-cs.industrxt4.jt-projects a.icon-lightbox.industrxt4 {
    background-color: #152332;
}

.jt-cs.industrxt4.jt-projects .jt-inner-overlay {
    background-image: -webkit-linear-gradient(-45deg, #152332 50%, transparent 50%);
}

.jt-cs.industrxt4.jt-projects .jt-inner-overlay-2 {
    background-image: -webkit-linear-gradient(-45deg, transparent 50%, #ff5e14 50%);
}

.jt-cs.industrxt4 .jt-imagewrap img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.jt-cs.industrxt4 .jt-imagewrap:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.jt-cs.industrxt4.jt-projects .jt-imagewrap .fa {
    font-size: 20px;
    color: #fff;
}

.jt-cs.industrxt4.jt-projects .icon-lightbox.industrxt4 {
    position: absolute;
    bottom: 20%;
    right: 15%;
    width: 25%;
    text-align: center;
    opacity: 0;
    z-index: 10;
    transition: all 0.7s ease-out 0s;
}

.jt-cs.industrxt4.jt-projects .icon-url.industrxt4 {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 25%;
    text-align: center;
    opacity: 0;
    z-index: 11;
    transition: all 0.7s ease-out 0s;
}

.jt-cs.industrxt4.jt-projects .jt-imagewrap:hover .icon-lightbox.industrxt4 {
    opacity: 0.9;
    transition: all 0.7s ease-out 0s;
    bottom: 40%;
    right: 25%;
}

.jt-cs.industrxt4.jt-projects .jt-imagewrap:hover .icon-url.industrxt4 {
    opacity: 0.9;
    transition: all 0.7s ease-out 0s;
    top: 40%;
    left: 25%;
}

.jt-cs.industrxt4 .jt-imagewrap {
    overflow: hidden;
    position: relative;
    z-index: 7;
    transition: all 0.7s ease-out 0s;
}

.jt-cs.industrxt4.jt-projects .jt-inner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    opacity: 0;
    top: 0;
    left: 0;
}

.jt-cs.industrxt4.jt-projects .jt-inner-overlay-2 {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8;
    opacity: 0;
    bottom: 0;
    right: 0;
}

.jt-cs.industrxt4.jt-projects a.icon-url.industrxt4,
.jt-cs.industrxt4.jt-projects a.icon-lightbox.industrxt4 {
    border-radius: 100%;
    width: 44px;
    height: 44px;
    font-size: 20px;
    display: grid;
    place-items: center;
}

.industrxt4.jt-projects .positioncenter.owl-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 100%;
    bottom: 0;
    transform: translateY(35px);
}

.jt-cs.industrxt4.jt-projects a.icon-url.industrxt4 {
    background-color: #ff5e14;
}

.jt-cs.industrxt4.jt-projects a.icon-lightbox.industrxt4 {
    background-color: #152332;
}

.jt-cs.industrxt4.jt-projects .jt-inner-overlay {
    background-image: -webkit-linear-gradient(-180deg, #152332 50%, transparent 50%);
}

.jt-cs.industrxt4.jt-projects .jt-inner-overlay-2 {
    background-image: -webkit-linear-gradient(-180deg, transparent 50%, #ff5e14 50%);
}

.slide.industrxt4 .jt-imagewrap:hover .jt-inner-overlay {
    opacity: 0.7;
    animation: fadein2 0.7s;
    -moz-animation: fadein2 0.7s;
    /* Firefox */
    -webkit-animation: fadein2 0.7s;
    /* Safari and Chrome */
    -o-animation: fadein2 0.7s;
    /* Opera */
}

.slide.industrxt4 .jt-imagewrap:hover .jt-inner-overlay-2 {
    opacity: 0.7;
    animation: fadein3 0.7s;
    -moz-animation: fadein3 0.7s;
    /* Firefox */
    -webkit-animation: fadein3 0.7s;
    /* Safari and Chrome */
    -o-animation: fadein3 0.7s;
    /* Opera */
}



.policia-timeline-slider .sp-slider-outer-stage .sp-item .sp-slider-content-align-left {
    position: relative;
    z-index: 4
}

.policia-timeline-slider .sp-slider-outer-stage .sp-item .timeline-heading {
    max-width: 100%
}

.policia-timeline-slider .sp-slider-outer-stage .sp-item .timeline-heading a {
    color: #000;
    display: inline-block
}

.policia-timeline-slider .sp-slider-outer-stage .sp-item .timeline-heading a:hover {
    text-decoration: underline
}

.policia-timeline-slider .sp-slider-custom-dot-indecators {
    padding: 0px;
    padding-top: 30px;
    background: none;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3
}

.policia-timeline-slider .sp-slider-custom-dot-indecators>ul {
    width: 100% !important;
    display: flex;
    justify-content: center
}

.policia-timeline-slider .sp-slider-custom-dot-indecators>ul li {
    width: 100px
}

.policia-timeline-slider .sp-slider-custom-dot-indecators {
    padding-top: 20px !important;
    margin-bottom: 60px;
    overflow-y: hidden
}

.policia-timeline-slider .sp-text-thumbnail-list {
    margin: 0px;
    margin-right: 50px;
    text-align: center;
    position: relative
}

.policia-timeline-slider .sp-text-thumbnail-list:before {
    width: 80%;
    content: "";
    height: 2px;
    display: block;
    background-color: #dd2931;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.policia-timeline-slider .sp-text-thumbnail-list:after {
    content: url("../images/slider-control-bottom.svg");
    display: block;
    position: relative;
    top: 5px;
    transition: all .3s ease
}

.policia-timeline-slider .sp-text-thumbnail-list .sp-slider-text-thumb-number {
    display: none
}

.policia-timeline-slider .sp-text-thumbnail-list .sp-dot-indicator-wrap {
    display: none
}

.policia-timeline-slider .sp-text-thumbnail-list .sp-slider-text-thumb-caption {
    margin: 0px
}

.policia-timeline-slider .sp-text-thumbnail-list .sp-slider-text-thumb-caption:before,.policia-timeline-slider .sp-text-thumbnail-list .sp-slider-text-thumb-caption:after {
    content: "";
    height: 90px;
    position: absolute;
    background: rgba(0,0,0,.3);
    display: inline-block;
    width: 1px;
    top: 20px;
    transition: all .2s ease
}

.policia-timeline-slider .sp-text-thumbnail-list .sp-slider-text-thumb-caption:before {
    left: 0px
}

.policia-timeline-slider .sp-text-thumbnail-list .sp-slider-text-thumb-caption:after {
    right: 0px
}

.policia-timeline-slider .sp-text-thumbnail-list.active:before {
    opacity: 1;
    visibility: visible
}

.policia-timeline-slider .sp-text-thumbnail-list.active:after {
    top: -2px
}

.policia-timeline-slider .sp-text-thumbnail-list.active .sp-slider-text-thumb-caption {
    position: relative;
    top: -12px
}

.policia-timeline-slider .sp-text-thumbnail-list.active .sp-slider-text-thumb-caption:before,.policia-timeline-slider .sp-text-thumbnail-list.active .sp-slider-text-thumb-caption:after {
    top: 10px
}

.policia-timeline-slider .sp-text-thumbnail-list.active .sp-slider-text-thumb-caption .sp-slider-dot-indecator-text {
    font-weight: 600;
    color: #000 !important
}

.sppb-addon-sp-slider.timeline-slider {
    border-radius: 8px
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-outer-stage {
    background-color: #f7f7f7
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-outer-stage .sppb-sp-slider-title.title span {
    color: #dd2931
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-outer-stage .sppb-sp-slider-title.year:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #dd2931;
    display: inline-block;
    border-radius: 10px;
    margin-right: 10px
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-outer-stage .sppb-sp-slider-text {
    margin-left: 20px;
    max-width: 75%
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-content-wrap {
    padding: 0px 60px
}

.sppb-addon-sp-slider.timeline-slider .sp-nav-control {
    top: auto !important;
    bottom: 50px;
    height: 70px;
    left: 60px;
    right: 60px;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.sppb-addon-sp-slider.timeline-slider .sp-nav-control .nav-control {
    transform: translateY(-20px);
    border: 1px solid rgba(0,0,0,.3);
    color: rgba(0,0,0,.3);
    background-color: rgba(0,0,0,0)
}

.sppb-addon-sp-slider.timeline-slider .sp-nav-control .nav-control:hover,.sppb-addon-sp-slider.timeline-slider .sp-nav-control .nav-control:focus {
    background-color: rgba(0,0,0,0);
    border-color: #000;
    color: #000
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators {
    background-color: rgba(0,0,0,0);
    width: 75%;
    padding: 0px 0px;
    margin-bottom: 70px;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: hidden !important;
    overflow-x: scroll !important;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators:-webkit-scrollbar {
    display: none
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list {
    flex: 1 0 150px;
    max-width: 150px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    gap: 20px
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list:after {
    content: url("../images/line.svg")
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list.active .sp-slider-dot-indecator-text {
    color: #000
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list.active .sp-slider-dot-indecator-text:after {
    visibility: visible;
    opacity: 1
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-dot-indecator-text {
    font-size: 20px;
    line-height: 24px;
    color: rgba(0,0,0,.2);
    font-weight: 600;
    width: 100%
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-dot-indecator-text:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #dd2931;
    display: inline-block;
    visibility: hidden;
    opacity: 0
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-number,.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-dot-text-key-2,.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-dot-indicator-wrap {
    display: none
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption {
    position: relative
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:before,.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:after {
    content: "";
    height: 56px;
    position: absolute;
    background: rgba(0,0,0,.5);
    display: inline-block;
    width: 1px;
    top: 65px
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:before {
    left: -40px
}

.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:after {
    right: -40px
}

.sppb-addon-sp-slider.policia-timeline-slider .sp-text-thumbnail-list.active .sp-slider-text-thumb-caption {
        top: 0px
    }
.sppb-addon-sp-slider.policia-timeline-slider .sp-slider-outer-stage .sp-item .timeline-heading {
        max-width: 100%
    }

.sppb-addon-sp-slider.timeline-slider .sp-slider-content-wrap {
        padding: 0px 15px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-content-wrap .sppb-sp-slider-image img {
        height: 300px !important;
        aspect-ratio: 16/9
    }

    .sppb-addon-sp-slider.timeline-slider .sp-nav-control {
        bottom: 30px;
        left: 15px;
        right: 15px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators {
        overflow-y: hidden !important;
        overflow-x: scroll !important;
        margin-bottom: 40px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul {
        justify-content: flex-start
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul li {
        margin: 0 10px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list {
        flex: 1 0 100px;
        max-width: 100px;
        gap: 10px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list:after {
        height: 30px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-dot-indecator-text {
        font-size: 18px;
        line-height: 24px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption {
        position: relative
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:before,.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:after {
        content: "";
        height: 56px;
        top: 60px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:before {
        left: -30px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:after {
        right: -30px
    }



.sppb-addon-sp-slider.timeline-slider .sp-slider-outer-stage {
        background-color: #f7f7f7
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-outer-stage .sppb-sp-slider-title.title span {
        color: #dd2931
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-outer-stage .sppb-sp-slider-text {
        max-width: 90%
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-content-wrap {
        padding: 0px 15px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-content-wrap .sppb-sp-slider-image img {
        height: 300px !important;
        aspect-ratio: 16/9
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul li {
        margin: 0 10px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list {
        flex: 1 0 100px;
        max-width: 100px;
        gap: 10px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list:after {
        height: 30px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-dot-indecator-text:after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #dd2931;
        display: inline-block;
        visibility: hidden;
        opacity: 0
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption {
        position: relative
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:before,.sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:after {
        content: "";
        height: 56px;
        top: 60px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:before {
        left: -30px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-custom-dot-indecators ul .sp-text-thumbnail-list .sp-slider-text-thumb-caption:after {
        right: -30px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-nav-control {
        height: 50px !important;
        bottom: 30px
    }

.sppb-addon-sp-slider.timeline-slider .sp-slider-outer-stage .sppb-sp-slider-title.year:before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #dd2931;
        display: inline-block;
        border-radius: 10px;
        margin-right: 10px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-outer-stage .sppb-sp-slider-text {
        margin-left: 20px;
        max-width: 100%
       
    }

    .sppb-addon-sp-slider.timeline-slider .sp-nav-control {
        left: 5px;
        right: 5px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-content-wrap {
        padding: 0px 15px
    }

    .sppb-addon-sp-slider.timeline-slider .sp-slider-content-wrap .sppb-sp-slider-image img {
        height: 100% !important;
        aspect-ratio: 16/9;
         margin: 15px 0 15px 0;
    }

@media (max-width: 576px) {
    .logo-image-phone {
        height: 40px!important;
    }
}