.slider-homepage {
    display: inline-block;
    width: 100%;
    position: relative;
}

.box-slider {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wrapper-box {
    display: flex;
    flex-direction: column;
}

.title-slider-single {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    max-width: 423px;
}

.content-slider-single {
    max-width: 423px;
    margin: 40px 0 50px;
}

.content-slider-single p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0
}

.content-slider-single a {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: underline !important;
    color: #fff;
}

.cta-slider-single {
    position: relative;
    z-index: 1;
}

.cta-slider-single a {
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: relative;
    padding: 0 20px;
}

.cta-slider-single a::before {
    content: '';
    background: var(--color-link-general);
    border-radius: 50px;
    position: absolute;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    z-index: -1;
    top: calc(50% - 25px);
    transition: .5s all;
}

.cta-slider-single a::after {
    content: '';
    position: absolute;
    right: -15px;
    top: calc(50% - 12px);
    background: url(../assets/images/arrowright.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.cta-slider-single a:hover:before {
    width: calc(100% + 30px);
    border-radius: 30px;
    transition: .5s all;
}

.slider-homepage {
    display: inline-block;
    width: 100%;
}

.slider-homepage .slick-arrow {
    background: url(../assets/images/left-arrow-slider-transparent.svg) center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    border: 0;
    color: transparent;
    top: calc(50% - 25px) !important;
    left: 20px !important;
    position: absolute;
    z-index: 10;
}

.slider-homepage .slick-arrow:hover {
    background: url(../assets/images/left-arrow-slider.svg) center center no-repeat;
}

.slider-homepage .slick-arrow.slick-next {
    transform: rotate(180deg);
    left: auto !important;
    right: 20px !important;
}

.slider-homepage .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    max-width: 1240px;
    padding: 0 15px;
}

.slider-homepage .slick-dots li button {
    border: 0;
    color: transparent;
    width: 2px;
    height: 25px;
    background: rgba(255, 255, 255, 0.6);
    padding: 0;
    margin: 0;
}

.slider-homepage .slick-dots li {
    margin-right: 15px;
}

.slider-homepage .slick-dots li.slick-active button {
    border: 0;
    color: transparent;
    width: 2px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
}

.title-general-home {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-size: var(--big-title-font-size);
    line-height: var(--big-title-line-height);
    text-align: center;
    color: #000000;
}

.section-5-homepage .title-general-home {
    margin: 0 0 50px;
}

.section-4-homepage .title-general-home {
    margin-bottom: 100px
}

.box-s4-content {
    margin-bottom: 30px;
}

.date-box-home-event {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #7A8E99;
}

@media screen and (max-width: 991px) {
    .section-5-homepage .title-general-home {
        margin: 0;
    }
    .html5gallery-cat-selection-1 div {
        white-space: normal !important;
        min-width: 200px
    }
    .html5gallery-cat-selection-1 {
        overflow-x: scroll;
        justify-content: flex-start !important;
    }
    .section-2-homepage {
        overflow: hidden;
    }
    .box-4-home {
        margin-bottom: 40px
    }
    .section-4-homepage .title-general-home {
        margin-bottom: 40px;
    }
    .title-general-home {
        font-size: var(--big-responsive-title-font-size);
        line-height: var(--big-responsive-title-line-height);
    }
    .title-slider-single {
        font-size: 22px;
        line-height: 28px;
    }
    .slider-homepage .slick-arrow {
        left: 0 !important;
    }
    .slider-homepage .slick-arrow.slick-next {
        left: auto !important;
        right: 0 !important;
    }
}

.section-2-homepage {
    display: block;
    width: 100%;
    padding: 100px 0;
}

.navigation-partners {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 50px 0 100px;
    flex-wrap: wrap;
    justify-content: center;
}

.navigation-partners button {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 25px;
    border-radius: 50px;
    border: 1px solid var(--color-general);
    color: var(--color-general);
    margin-right: 10px;
    background: #fff;
}

.navigation-partners button:hover {
    background: var(--color-general);
    color: #fff;
    transition: .25s all;
}

.navigation-partners button:last-child {
    margin: 0;
}

.navigation-partners button.active-button {
    border-color: var(--color-link-general);
    color: var(--color-link-general)
}

.navigation-partners button.active-button:hover {
    background: var(--color-link-general);
    color: #fff;
    transition: .25s all;
}

.html5gallery-tn-title-1,
.html5gallery-box-1 {
    display: none !important;
}

.logos-listing {
    display: inline-block;
    width: 100%;
    max-width: 100vw;
    overflow: scroll;
}

.html5gallery-tn-1 {
    filter: none !important;
    opacity: 1 !important
}

.html5gallery-tn-img-1 img {
    max-height: 75px !important
}

.html5gallery-cat-selection-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

div[data-catslug="all"] {
    order: 2
}

.html5gallery-car-left-1 {
    background: url(../assets/images/left-arrow-slider.svg) center center no-repeat !important;
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    border: 0;
    color: transparent !important;
    z-index: 10;
}

.html5gallery-car-right-1 {
    background: url(../assets/images/left-arrow-slider.svg) center center no-repeat !important;
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    border: 0;
    color: transparent !important;
    z-index: 10;
    transform: rotate(180deg);
}

.html5gallery-cat-selection-1 div {
    font-family: 'Source Sans Pro' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 13px 25px !important;
    border-radius: 50px !important;
    border: 1px solid var(--color-general) !important;
    color: var(--color-general) !important;
    margin-right: 10px !important;
    background: #fff !important;
}

.html5gallery-cat-selection-1 div.html5gallery-cat-tag-1.html5gallery-cat-tag-selected-1 {
    border-color: var(--color-link-general) !important;
    color: var(--color-link-general) !important;
}

.wrapper-logos-listing {
    display: flex;
    align-items: center;
    min-height: 140px;
}

.wrapper-logos-listing img {
    margin: 0 auto;
    padding: 0 15px;
}

.logos-listing::-webkit-scrollbar {
    height: 0;
    width: 0px;
    border: 0;
}

::-webkit-scrollbar-thumb:horizontal {
    background: var(--color-general);
    border-radius: 10px;
}

.section-3-homepage {
    display: block;
    padding: 0 0 100px;
    width: 100%;
}

.section-3-homepage .title-general-home {
    padding-bottom: 100px;
    display: inline-block;
    width: 100%;
}

.box-home-news {
    margin: 25px 0;
}

.title-box-s3-news a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
    color: #032F3C;
}

.content-box-home-news p,
.content-box-home-news {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #032F3C;
}

.box-home-event .row {
    display: flex;
    align-items: center;
}

.section-4-homepage {
    display: block;
    padding: 100px 0 0;
    width: 100%;
    position: relative;
    z-index: 1
}

.section-4-homepage::before {
    content: '';
    background: #F0F6F7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 444px;
    z-index: -1;
}

.section-4-homepage .box-4-home {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #032F3C;
}

.section-4-homepage .box-4-home img {
    margin: 0 0 20px;
}

.section-5-homepage {
    display: block;
    padding: 100px 0;
    width: 100%;
    overflow: hidden;
}

.events-items {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.events-items .slick-arrow {
    background: url(../assets/images/left-arrow-slider.svg) center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    border: 0;
    color: transparent;
    top: calc(50% - 25px) !important;
    left: -100px !important;
    position: absolute;
    z-index: 10;
}

.events-items .slick-arrow:hover {
    background: url(../assets/images/left-arrow-hover-slider.svg) center center no-repeat;
}

.events-items .slick-arrow.slick-next {
    transform: rotate(180deg);
    left: auto !important;
    right: -100px !important;
}

@media screen and (max-width: 1441px) {
    .events-items .slick-arrow {
        left: -50px !important
    }
    .events-items .slick-arrow.slick-next {
        right: -50px !important;
    }
}

.title-box-home-event a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: var(--medium-title-font-size);
    line-height: var(--medium-title-line-height);
    color: var(--color-general);
    margin: 10px 0 20px;
    display: block;
}

.content-box-home-event {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #032F3C;
}

.cta-box-home-event a {
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-general);
    position: relative;
    padding: 0 20px;
}

.cta-box-home-event a::before {
    content: '';
    background: #C6E1F0;
    border-radius: 50px;
    position: absolute;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    z-index: -1;
    top: calc(50% - 25px);
    transition: .5s all;
}

.cta-box-home-event a::after {
    content: '';
    position: absolute;
    right: -15px;
    top: calc(50% - 12px);
    background: url(../assets/images/right-arrow.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.cta-box-home-event a:hover:before {
    width: calc(100% + 30px);
    border-radius: 30px;
    transition: .5s all;
}

.see-all-button {
    display: table;
    margin: 50px auto 0;
}

.see-all-button a {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 30px;
    border-radius: 50px;
    border: 1px solid var(--color-link-general);
    color: var(--color-link-general);
}

.see-all-button a:hover {
    background: var(--color-link-general);
    color: #fff;
    transition: .25s all;
}

#contact {
    position: relative;
    z-index: 1;
}

#contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 50vw + 600px);
    height: 100%;
    z-index: -1;
    background: #F0F6F7;
}

.content-box-home-event {
    margin-bottom: 40px;
}

.hide {
    display: none;
}

.project {
    margin: 10px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.project img {
    max-height: 150px;
}

#project-terms a {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 25px;
    border-radius: 50px;
    border: 1px solid var(--color-general);
    color: var(--color-general);
    margin-right: 10px;
    background: #fff;
}

#project-terms a.active {
    border-color: var(--color-link-general);
    color: var(--color-link-general);
}


#projects-carousel .owl-prev {
    background: url(../assets/images/left-arrow-slider.svg) center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    border: 0;
    color: transparent;
    z-index: 10;
    left: -50px;
    top: calc(50% - 25px);
    position: absolute;
}

#projects-carousel .owl-next {
    background: url(../assets/images/left-arrow-slider.svg) center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    border: 0;
    color: transparent;
    z-index: 10;
    left: auto;
    right: -50px;
    top: calc(50% - 25px);
    position: absolute;
    transform: rotate(180deg);
}
#projects-carousel.owl-carousel{
    display: flex !important;
    flex-direction: row;
    justify-content: center;  // to center you carousel
}
@media screen and (max-width:991px) {
    #project-terms {
        display: flex;
        align-items: center;
        overflow-x: scroll;
        justify-content: flex-start;
    }
    #project-terms a {
        white-space: normal;
        min-width: 220px;
    }
    #projects-carousel .owl-prev{
      left: -15px;
      width: 30px;
      height: 30px;
    }
    #projects-carousel .owl-next{
      right: -15px;
      width: 30px;
      height: 30px;
    }
    .project{
      min-height: 120px;
    }
}
@media screen and (min-width: 992px) {
    .box-home-news .row {
        display: flex;
        align-items: center;
    }
    .section-4-homepage .row .col-md-3:nth-child(2n) .box-4-home {
        margin-top: 50px;
    }
    .section-3-homepage .row {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .section-5-news h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .thumbnail-image-s3-news {
        margin-bottom: 30px;
    }
    .thumbnail-image-s3-news img {
        width: 100%
    }
    .title-box-home-event {
        font-size: var(--medium-responsive-title-font-size);
        line-height: var(--medium-responsive-title-line-height);
    }
    .events-items .slick-arrow {
        left: 0 !important;
        top: 35% !important;
    }
    .events-items .slick-arrow.slick-next {
        left: auto !important;
        right: 0 !important;
    }
    .box-home-event .row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .box-home-event .fadeInLeft {
        order: 2;
    }
    .box-home-event .fadeInRight {
        order: 1;
        padding: 0;
    }
    .container-navigation-partners {
        overflow: scroll;
    }
    .navigation-partners {
        flex-wrap: nowrap;
        width: 1200px;
        margin: 40px 0 20px;
    }
    .section-2-homepage {
        padding: 40px 0;
    }
    .section-3-homepage {
        padding-bottom: 40px;
    }
    .section-4-homepage {
        padding-top: 40px;
    }
    .image-box-4-home img {
        width: 100%;
    }
    .section-3-homepage .title-general-home {
        padding-bottom: 40px;
    }
    .section-5-homepage {
        padding: 40px 0;
    }
    .thumbnail-image-home-event {
        margin-bottom: 20px;
    }
    .box-home-event {
        min-height: 520px;
    }
    .content-box-home-event {
        margin-bottom: 25px;
    }
    .wrapper-box {
        padding: 0 40px;
    }
    .content-slider-single {
        margin: 20px 0 30px;
    }
    .see-all-button {
        margin: 40px auto 0;
    }
    .section-4-homepage .col-md-3 {
        padding: 0;
    }
    .section-4-homepage .col-md-3 .content-box-4-home {
        padding: 0 15px;
    }
    .box-home-news .col-md-4 {
        padding: 0;
    }
    .section-5-homepage .container {
        padding: 0;
    }
    .section-5-homepage .container .row {
        margin: 0;
    }
}
