/*=== Variables ===*/

:root {
    /*-- Colors --*/
    --color-blue-one:      #00B6EC;
    --color-blue-two:      #164194;
    --color-blue-tree:     #0041A5;
    --color-blue-four:     #009FE3;
    --color-blue-five:     #345990;
    --color-blue-seven:    #00388A;
    --color-grey-one:      #A7B1B1;
    --color-grey-two:      #3C3C3C;
    --color-grey-tree:     #3B3B3B;
    --color-grey-four:     #262626;
    --color-grey-five:     #080809;
    --color-black:         #000000;
    --color-white:         #FFFFFF;
    --color-yellow:        #FECE34;
    --color-green:         #A7CE38;
    --color-orange:        #FF9900;
}

html, body {
    font-family: 'Open Sans',verdana,arial;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    height: 100%;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.navigation-body {
    height: auto;
}

/* banner-about */
.banner-about {
    height: 650px;
    max-height: 100vh;
    background-size: cover;
    background-position: left center;
    padding-top: 0;
    display: flex;
    align-items: center;
}
.banner-about h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: var(--color-blue-four);
    text-align: center;
    margin-bottom: 50px;
}
.banner-about p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}

/* .about-list */
.about-list {
    position: relative;
    padding-bottom: 20px;
}
.about-list .container {
    max-width: 1000px;
}
.about-list .item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 32px;
    margin-bottom: 60px;
}
.about-list .item h2 {
    color: var(--color-blue-four);
    margin-bottom: 0;
}
.about-list .item p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--color-blue-tree);
}

*, ::after, ::before {
    box-sizing: border-box;
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
.padding-tb, .section {
    padding: 50px 0;
}
div#left-bar-filter {
    display: none !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

a {
    color: #0d6efd;
    text-decoration: none;
}
img.aligncenter {
    margin: 0 auto;
    display: table;
}
/*=== Title Center ===*/

.title-center {
    text-align: center;
    position: relative;
    padding-top: 30px;
    margin-bottom: 55px;
}
.title-center h2, .title-center h1 {
    font-size: 35px;
    color: var(--color-grey-five);
    line-height: 40px;
    margin: 0;
}
.title-center h2 span, .title-center h1 span {
    font-size: 16px;
    display: block;
    color: var(--color-blue-two);
}
.title-center:before {
    content: '';
    background: url('../img/ico-wdc-color.svg') center center no-repeat;
    width: 28px;
    height: 39px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}


/*=== Text Default ===*/
.title-center {
    text-align: center;
    position: relative;
    padding-top: 30px;
    margin-bottom: 55px;
}
.text-default p {
    color: var(--color-grey-two);
    text-align: justify;
}
.text-default h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.text-default h3 {
    font-size: 30px;
    font-weight: 700;
}
.text-default h4 {
    font-size: 20px;
    font-weight: 700;
}

/*=== Banner Default ===*/
.banner-default {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.banner-default.big {
    height: 240px;
}
.banner-default:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.8);
    z-index: 0;
}
.banner-default.big .title:before {
    display: none;
}
.banner-default.big .title {
    text-align: center;
}
.banner-default .text {
    z-index: 1;
    position: relative;
}
.banner-default .title {
    color: var(--color-white);
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-left: 38px;
}
.banner-default .title:before {
    content: '';
    background: url('../img/ico-wdc-color.svg') center center no-repeat;
    width: 28px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.banner-default .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 160px 160px 0;
    border-color: transparent var(--color-blue-two) transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.banner-default .ico-wdc {
    position: absolute;
    right: 119px;
    top: -33px;
}

/* caroussel-cards */
.caroussel-cards {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.caroussel-cards .container {
    max-width: 1000px;
}
.caroussel-cards h2 {
    color: var(--color-blue-four);
    text-align: center;
    margin-bottom: 60px;
}
.caroussel-cards .item {
    position: relative;
}
.caroussel-cards .item img {
    border-radius: 16px;
}
.caroussel-cards .item h3 {
    color: #fff;
    position: absolute;
    font-weight: 600;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
}
.caroussel-cards .more {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.caroussel-cards .more span {
    width: 36px;
    height: 36px;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 100px;
    margin: 0 auto 10px;
    border: 2px solid;
    transition: all .3s ease;
}
.caroussel-cards .more.yellow {

    color: var(--color-yellow);
}
.caroussel-cards .more.green {
    color: var(--color-green);
}
.caroussel-cards .more.orange {
    color: var(--color-orange);
}
.caroussel-cards .more.yellow span {
    border: 2px solid var(--color-yellow);
}
.caroussel-cards .more.green span {
    border: 2px solid var(--color-green);
}
.caroussel-cards .more.orange span {
    border: 2px solid var(--color-orange);
}
/* .caroussel-cards .item:hover .more span {
    color: #000;
} */
.caroussel-cards .item:hover .more.yellow span {
    background-color: var(--color-yellow);
}
.caroussel-cards .item:hover .more.green span {
    background-color: var(--color-green);
}
.caroussel-cards .item:hover .more.orange span {
    background-color: var(--color-orange);
}


/* Elements Section */
.element-left {
    position: absolute;
    bottom: -143px;
    left: -30px;
    width: 300px;
}
.element-right {
    position: absolute;
    bottom: -143px;
    right: 0;
    width: 300px;
}


/*=== History ===*/

.timeline {
    padding: 130px 0 50px;
    position: relative;
}
.timeline .owl-carousel .owl-dots.disabled {
    display: flex;
    margin-top: 20px;
}
.timeline .element-left {
    bottom: unset;
    top: 0;
    left: -80px;
}

.timeline h2 {
    color: var(--color-blue-one);
    text-align: center;
    margin-bottom: 0px;
}
.ts-time-line__horizontal {
    padding-bottom: .625rem;
    padding-top: .625rem;
    position: relative;

    /* timeline line */
}
.ts-time-line__horizontal .owl-stage-outer {
    padding-left: 300px;
}

.ts-time-line__horizontal ul {
    padding-left: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
}

.ts-time-line__horizontal:after {
    background-color: #707070;
    content: "";
    top: 88px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.ts-time-line__horizontal .ts-time-line__item {
    flex: 0 0 auto;
    margin-right: 1.875rem;
    position: relative;
    width: 200px;
}

.ts-time-line__horizontal .ts-time-line__item .ts-box {
    position: relative;
    min-height: 650px;
    /* dot */
}
.ts-box {
    background-color: #fff;
    border-radius: .25rem;
    margin-bottom: 1.875rem;
    border-radius: 16px;
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, .15);
    padding: 15px;
    box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.15);
}
.ts-time-line__horizontal .ts-time-line__item .ts-box:before {
    background-color: #707070;
    top: -68px;
    border-radius: 100%;
    content: "";
    left: 1.6875rem;
    height: 18px;
    position: absolute;
    width: 18px;
}

.ts-time-line__horizontal .ts-time-line__item .ts-box img {
    /*triangle*/
    border-radius: 16px;
}

.ts-time-line__horizontal .ts-time-line__item .ts-box:after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: .5rem .5rem 0 .5rem;
    top: -0.4375rem;
    content: "";
    left: 1.5625rem;
    height: 0;
    position: absolute;
    width: 0;
    transform: rotate(180deg);
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone {
    width: 4.375rem;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone .ts-box {
    background-color: #3a79f9;
    color: #fff;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone .ts-box:after {
    border-color: #3a79f9 transparent transparent transparent;
}

.ts-time-line__horizontal h5 {
    color: var(--color-blue-tree);
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}
.ts-time-line__horizontal p {
    line-height: 24px;
    font-size: 16px;
    color: var(--color-blue-tree);
}

.ts-time-line__horizontal .ts-time-line__item figure {
    position: absolute;
    top: -38px;
    left: 0;
}

.ts-time-line__horizontal .ts-time-line__item figure small {
    text-transform: uppercase;
    opacity: .4;
    height: 17px;
    display: block;
    line-height: 17px;
}

.ts-time-line__horizontal .ts-time-line__item figure small,
.ts-time-line__horizontal .ts-time-line__item figure h6 {
    margin-bottom: 0;
    color: #707070;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.ts-time-line__horizontal .owl-stage-outer {
    padding: 1rem 1rem 0 1rem;
}

.ts-time-line__horizontal .owl-stage {
    align-items: flex-start;
    display: flex;
    padding-top: 122px;
}

.ts-time-line__horizontal .ts-sly-frame.ts-loaded > ul {
    align-items: flex-end;
    display: flex;
}
.ts-time-line__horizontal .owl-nav.disabled, .ts-time-line__horizontal .owl-nav {
    display: block;
    margin-left: 15px;
}
.ts-time-line__horizontal .owl-nav div {
    display: inline-block;
    background: var(--color-blue-four);
    width: 38px;
    height: 38px;
    color: var(--color-white);
    font-size: 28px;
    border-radius: 50px;
    text-align: center;
    line-height: 43px;
    position: absolute;
    top: 50%;
}
.ts-time-line__horizontal .owl-nav .owl-next {
    right: 6px;
}
.ts-time-line__horizontal .owl-nav .owl-prev {
    left: 6px;
}

/* numbers */
.numbers  h2 {
    text-align: center;
    color: var(--color-blue-four);
    margin-bottom: 60px;
}
.numbers .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    justify-content: center;
}
.numbers .grid .item {
    width: 335px;
    height: 170px;
    background-color: var(--color-white);
    border-radius: 16px;
    box-shadow: 4px 4px 6.4px 2px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.numbers .grid .item .num {
    color: var(--color-blue-tree);
    text-align: center;
    font-size: 42px;
    font-weight: 700;
}
.numbers .grid .item p {
    color: var(--color-blue-tree);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 1680px) {
    .banner-about h1 {
        margin-bottom: 30px;
    }
    .about-home p {
        font-size: 18px;
        line-height: 28px;
        max-width: 1000px;
        margin: 0 auto;
    }
    .about-list .item p, .banner-segments p {
        font-size: 18px;
        line-height: 28px;
    }
    .banner-about h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .banner-about .container, .about-list .container  {
        max-width: 60%;
    }
    .banner-about .container h1 {
        text-align: left;
    }
    .about-list .item {
        margin-bottom: 30px;
    }
    .caroussel-cards {
        padding-bottom: 200px;
    }
}
@media (max-width: 1400px) {
    .banner-about {
        height: 550px;
    }
    .element-left {
        left: -30px;
    }
    .element-right {
        bottom: -108px;
    }
    .timeline .element-left {
        left: -57px;
    }
    .ts-time-line__horizontal .owl-stage-outer {
        padding-left: 230px;
    }
}
@media (max-width: 991px) {

    /*=== Header ===*/
    header nav.navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
    header .search {
        filter: invert(1);
    }

    header .subnav {
        display: none;
    }
    header nav {
        background-color: var(--color-white);
        height: 80px;
    }
    header .top {
        display: none;
    }
    header .lang {
        top: 14px;
    }
    header .lang li a {
        color: #000;
    }
    header nav.navbar-dark ul.navbar-nav > li.nav-item {
        border-bottom: 1px solid #bebebe;
        padding-bottom: 8px;
    }
    header nav.navbar-expand-lg .navbar-nav .dropdown-menu {
        display: block !important;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
    }
    header nav.navbar-dark .navbar-nav li.dropdown .dropdown-menu .nav-link {
        padding-left: 0;
    }
    header nav.navbar-dark ul.navbar-nav > li.nav-item > .nav-link {
        color: #000;
        font-weight: 600;
    }
    .navbar-dark .navbar-toggler {
        position: absolute;
        left: 0;
        top: 15px;
    }
    header nav.navbar-dark .navbar-brand {
        margin: 0 auto;
    }
    header .submenu {
        display: none;
    }
    .menu-hamburger {
        position: relative;
        margin: 10px 0;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .menu-hamburger, .menu-hamburger:before, .menu-hamburger:after {
        display: block;
        width: 26px;
        height: 3px;
        background-color: #fff;
    }
    header nav.navbar-dark {
        padding-top: 8px;
    }

    .menu-hamburger:before, .menu-hamburger:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transform: rotate(0deg) translateY(0);
        -ms-transform: rotate(0deg) translateY(0);
        transform: rotate(0deg) translateY(0);
    }
    .menu-hamburger:before {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    .menu-hamburger:after {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }

    /*=== Menu mobile ===*/
    header nav.navbar-expand-lg .navbar-collapse.show {
        left: -26px;
    }

    header nav.navbar-expand-lg .navbar-collapse {
        background: #EDEDED;
        z-index: 1000;
        position: absolute;
        top: -9px;
        left: -26px;
        width: 315px;
        min-height: 100vh;
        padding: 35px 20px 0 35px;
        left: -350px;
        transition: left .3s ease;
        display: block !important;
    }
    header nav.navbar-expand-lg .navbar-collapse h5 {
        color: #3B3B3B;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
    }
    header nav.navbar-expand-lg .navbar-collapse ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        gap: 12px;
    }
    header nav.navbar-expand-lg .navbar-collapse ul li {
        margin-bottom: 7px;
    }
    header nav.navbar-expand-lg .navbar-collapse ul li a {
        color: #3B3B3B;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0;
    }
    header nav.navbar-expand-lg .navbar-collapse .block {
        border-bottom: 1px solid #bebebe;
        margin-bottom: 25px;
        padding-bottom: 13px;
    }
    header nav.navbar-expand-lg .navbar-collapse .block:last-child {
        border-bottom: none;
    }
    header nav.navbar-expand-lg .navbar-collapse button.navbar-toggler {
        right: 5px;
        left: unset;
    }
    header nav.navbar-expand-lg .navbar-collapse .menu-hamburger:after {
        transform: rotate(45deg);
        height: 4px;
        width: 20px;
        background-color: #000;
    }
    header nav.navbar-expand-lg .navbar-collapse .menu-hamburger:before {
        transform: rotate(-45deg);
        height: 4px;
        width: 20px;
        background-color: #000;
    }
    header nav.navbar-expand-lg .navbar-collapse .menu-hamburger {
        height: 0;
    }
    header a.whatsapp {
        font-size: 24px;
        position: absolute;
        left: 85px;
        color: var(--color-white);
    }




    .menu-mobile {
        width: 100%;
        height: 100vh;
        position: fixed;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
    }

    /*=== Footer ===*/

    footer .top .navs br {
        display: none;
    }
    footer .top .navs ul {
        margin-bottom: 20px;
    }


    .arrow {
        left: 43px;
    }
    .arrow::before {
        width: 160px;
        height: 160px;
        top: -118px;
        left: -41px;
    }
    .arrow img {
        position: relative;
        width: 77px;
    }
    .about-home {
        padding-top: 80px;
    }
    .banner-about {
        height: auto;
        padding: 50px 0;
        max-height: none;
    }
    .element-right {
        width: 200px;
        bottom: 0;
    }
    .element-left {
        width: 200px;
        bottom: -100px;
    }
    .numbers .grid {
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .numbers .grid .item {
        margin: 0 auto;
    }
    h2, .banner-segments h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .about-home p {
        font-size: 16px;
        line-height: 24px;
    }

    /*=== Blog ===*/
    .blog .col-lg-9 {
        max-width: 537px;
        margin: 0 auto;
    }
    .newsletter-box {
        padding: 20px;
    }
    .blog aside h2:after {
        width: 119%;
    }
    .blog aside {
        max-width: 537px;
        margin: 0 auto;
    }

    .banner-vertical .text {
        display: block;
    }
    .banner-vertical .text h1 {
        margin-bottom: 20px;
    }

    .testimonial-vertical .owl-next, .brands-vertical .owl-next, .videos-vertical .owl-next {
        right: -30px;
    }
    .testimonial-vertical .owl-prev, .brands-vertical .owl-prev, .videos-vertical .owl-prev {
        left: -30px;
    }
    .vertical-segments .grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

}

@media (max-width: 767px) {

    /*=== Banner Carousel Brands ===*/
    .carousel-brands {
        padding: 75px 0;
    }

    .carousel-brands h3, .carousel-brands h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .banner-about {
        background-position: right center;
    }




    /*=== Banner Trainings ===*/

    .carousel-control-next, .carousel-control-prev {
        width: 50px;
        height: 50px;
        top: 50px;
    }
    .carousel-control-next {
        right: -26px;
    }
    .carousel-control-prev {
        left: -26px;
    }

    /*=== Banner About ===*/
    main .banner-about h3 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 236px;
    }
    main .banner-about .skew-left {
        left: 0;
        width: 113%;
    }
    main .banner-about .skew-left:after {
        top: 63px;
        right: 66px;
        width: 88px;
        height: 120px;
    }
    main .banner-about-bottom {
        height: auto;
        padding: 70px 0 20px;
    }
    main .banner-about-bottom h1, main .banner-black h1, main .banner-black-bottom h1 {
        font-size: 25px;
        line-height: 30px;
    }
    main .banner-about-bottom h2, main .banner-black h2, main .banner-black-bottom h2 {
        font-size: 17px;
        line-height: 22px;
    }
    main .banner-about-bottom .skew-left:before {
        width: 137px;
        height: 90px;
        top: 9px;
        right: -19px;
    }
    main .banner-about-bottom .skew-left {
        left: -103%;
    }
    main .banner-about-bottom p, main .banner-black-bottom p {
        max-width: 277px;
    }

    /*=== Timeline ===*/
    .ts-time-line__horizontal .owl-carousel {
        padding-top: 0 !important;
        padding-left: 7px;
    }
    .ts-time-line__horizontal .ts-time-line__item {
        width: 300px;
    }
    .timeline .triangle {
        border-width: 0 150px 150px 0;
    }
    .ts-time-line__horizontal:after {
        top: 37px;
    }

    .banner-about .container, .about-list .container {
        max-width: none;
        position: relative;
        z-index: 1;
    }
    .about-list {
        padding-top: 80px;
    }
    .about-list .item {
        gap: 15px;
    }
    .about-list .item p, .banner-segments p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .element-left {
        width: 140px;
        bottom: -73px;
    }
    .element-right {
        width: 140px;
        bottom: -19px;
    }
    .caroussel-cards {
        padding-bottom: 126px;
    }
    .ts-time-line__horizontal .owl-stage {
        padding-top: 72px;
    }
    .carousel-brands {
        padding: 0 0 50px;
    }



}

@media (max-width: 350px) {
    /*=== Banner About ===*/
    main .banner-about .skew-left {
        left: 83px;
        width: 113%;
    }
    main .banner-about .skew-left:after {
        top: 40px;
    }
    main .banner-about h3 {
        margin-top: 205px;
    }
    main .banner-about-bottom .skew-left {
        left: -128%;
    }
}