﻿.u-header__navbar-brand {
    width: auto;
}

@media (min-width: 992px) {
    .navbar-expand-lg .u-header__navbar-brand {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}
.u-header__nav-link {
    font-size: 0.875rem;
}
@media (max-width: 991.98px) {
    .u-header--modern .navbar-expand-lg .u-header__navbar-brand-wrapper {
        text-align: center;
        -ms-flex: 0;
        flex: 0;
        max-width: 50%;
        -ms-flex-order: 1;
        order: 1;
    }

    .u-header__navbar-brand-mobile {
        width: 12rem;
    }

    .u-header--modern .navbar-expand-lg .u-header__hamburger {
        -ms-flex: 0;
        flex: 0;
        max-width: 25%;
        -ms-flex-order: 2;
        order: 2;
    }

    .u-hamburger__box {
        height: 2.4rem;
    }

    .u-hamburger__inner, .u-hamburger__inner:after, .u-hamburger__inner:before {
        top: 10px;
        height: .15rem;
    }

        .u-hamburger__inner:before {
            top: 7.5px;
        }

        .u-hamburger__inner:after {
            top: 10px;
        }
}

/*SLIDER*/
.slider {
}

    .slider .slider-text h3, .slider .slider-text p {
        color: #fff;
    }

    .slider .slider-text h3 {
        font-weight: 300;
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 24px;
        line-height: 1.5;
    }

        .slider .slider-text h3 a {
            color: #fff;
        }

.owl-slider.owl-theme .owl-nav {
    margin: 0;
    width: 100%;
}

    .owl-slider.owl-theme .owl-nav [class*=owl-] {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        margin: -30px 0 0 0;
        padding: 0;
        color: #aeaeae;
        font-size: 60px;
        line-height: 1;
        background-color: transparent;
        text-align: center;
        outline: none;
    }

        .owl-slider.owl-theme .owl-nav [class*=owl-]:hover {
            color: rgba(255,255,255,.75);
        }

    .owl-slider.owl-theme .owl-nav .owl-prev {
        left: -60px;
    }

    .owl-slider.owl-theme .owl-nav .owl-next {
        right: -60px;
    }

/*CASE STUDY*/
.case-study {
}

    .case-study .case-study-item {
        /*width: 160px;*/
        height: 160px;
        display: flex;
    }

        .case-study .case-study-item .case-study-title {
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 400;
            font-size: 14px;
            width: 100%;
            color: #fff;
            /*border-radius: 100%;*/
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
            box-shadow: 0 0 20px rgba(0,0,0,.1);
            -webkit-transition: none 172ms ease-out;
            transition: none 172ms ease-out;
            -webkit-transition-property: background-color;
            transition-property: background-color;
        }


.bg-gradient-blue {
    background: #141E30;
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    background: linear-gradient(to right, #243B55, #141E30);
    /*background: #2930b4;
    background: -webkit-linear-gradient(left, #2930b4, #2a9eb0);
    background: linear-gradient(to right, #2930b4, #2a9eb0);*/
}

/*OVERLAY*/
.block-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: #000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .5;
    overflow: hidden;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
/*MODAL CLOSE*/
.modal .close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/modal-close.svg) 50% no-repeat;
}
/*THEME OVERWRITE*/
.u-cubeportfolio .cbp-caption-zoom .cbp-caption-activeWrap {
    background: #141E30;
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    background: linear-gradient(to right, #243B55, #141E30);
    color: #fff;
    cursor: pointer;
}

/*SOACIL BUTTONS*/
.btn-group-social {
}

    .btn-group-social > .btn {
        padding: .75rem 2.5rem;
        border-radius: 0.75rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: none !important;
        margin: 0 !important;
    }

        .btn-group-social > .btn:hover {
            border: none !important;
            margin: 0 !important;
        }

        .btn-group-social > .btn.btn-social-facebook {
            background-color: rgba(254, 207, 75, .5);
        }

            .btn-group-social > .btn.btn-social-facebook:hover {
                background-color: #fecf4b;
            }

        .btn-group-social > .btn.btn-social-twitter {
            background: rgba(231, 106, 23,.5);
        }

            .btn-group-social > .btn.btn-social-twitter:hover {
                background: #e76a17;
            }

        .btn-group-social > .btn.btn-social-linkedin {
            background: rgba(199, 21, 64, .5);
        }

            .btn-group-social > .btn.btn-social-linkedin:hover {
                background: #c71540;
            }

        .btn-group-social > .btn.btn-social-youtube {
            background: rgba(13, 59, 88, .5);
        }

            .btn-group-social > .btn.btn-social-youtube:hover {
                background: #0d3b58;
            }

        .btn-group-social > .btn.btn-social-instagram {
            background: rgba(36, 149, 209, .5);
        }

            .btn-group-social > .btn.btn-social-instagram:hover {
                background: #2495d1;
            }

/*FULL CALENDAR FIX*/
.fc .fc-axis, .fc button, .fc-day-grid-event .fc-content, .fc-list-item-marker, .fc-list-item-time, .fc-time-grid-event .fc-time, .fc-time-grid-event.fc-short .fc-content {
    white-space: normal;
}

.fc-event {
    font-size: .75em;
}


/*FOOTER LINK SPACE FIX*/
footer .list-group-item {
    padding: 0.175rem 1.25rem;
}

.opacity-75 {
    opacity: .75;
}

.opacity-50 {
    opacity: .5;
}

.opacity-25 {
    opacity: .25;
}

.opacity-0 {
    opacity: 0;
}

.on-hover-cursor-pointer > i.fas {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.on-hover-cursor-pointer:hover {
    cursor: pointer;
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.u-slick__paging-v1 .u-paging__current {
    color: #000;
}

.u-slick__paging-v1 .u-paging__divider:before {
    color: rgba(0, 0, 0, .75);
}

.u-slick__paging-v1 .u-paging__total {
    color: rgba(0, 0, 0, .75);
}

.u-slick__arrow-classic {
    background-color: rgba(0, 0, 0, .5);
}


.row.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

    .row.row-eq-height > [class*='col-'] {
        flex-grow: 1;
    }

.aspect-ratio-container {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}

    .aspect-ratio-container .aspect-ratio-item {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }