@import '/assets/css/owl.carousel.css';

.social-sidebar-area {
    width: 120px;
    height: 72%;
    background-color: transparent;
    position: fixed;
    bottom: 100px;
    left: 0;
    z-index: 100;
    overflow: hidden;
}

.social-info-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 270px;
    left: -110px;
    z-index: 10;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-info-area a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    line-height: 1;
}

.social-info-area a i {
    font-size: 12px;
    color: #9f9f9f;
    margin-right: 5px;
}

.message-box > a {
    width: 120px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #101010;
    text-align: center;
    color: #fff;
    font-size: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.message-box > a > img {
    max-width: 40px;
}


.welcome-area {
    position: relative;
    z-index: 2;
    width: 100%;
    /* height: calc(100vh - 164px) !important; */
    /* height: calc(100vh - 60px) !important; */
    height: 100vh !important;
    /* height: 380px !important; */
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 9999;
}

.carousel-indicators li {
    width: 100%;
    height: 100px;
    margin-right: 0;
    margin-left: 0;
    text-indent: -9999999px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    display: none;
}

.carousel-indicators li.active:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    top: -26px;
    z-index: 1100;
    position: absolute;
    background-image: url(/assets/images/core-img/active.png);
}

.carousel-item:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.17);
    content: '';
    z-index: -1;
}

.carousel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-text {
    padding: 25px 30px 15px;
    border-left: 3px solid #fff;
    margin-left: 200px;
    background-color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: -100px;
    min-width: 600px;
    top: 37%;
    position: relative;
}

.slide-text h2 {
    margin-bottom: 0;
    font-size: 36px;
    color: #fff;
    line-height: 1;
}

.slide-text span {
    font-size: 50px;
    color: #fff;
    line-height: 1;
    font-weight: 100;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-indicators li {
    opacity: 1 !important;
}


@media only screen and (max-width: 900px) {
    .welcome-area {
        height: 380px !important;
    }
    @media only screen and (max-height: 760px) {
        .welcome-area {
            height: 40vh !important;
        }
    }
}
