﻿
/*sideleftbar css*/
.mt-5 {
    margin-top: 5px !important;
}

.main-menu i {
    color: #4e4d4d;
    position: relative;
    display: table-cell;
    width: 50px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

.text-left {
    text-align: left;
}

.main-menu:hover, nav.main-menu.expanded {
    width: 200px;
    overflow: visible;
    background: #e3e3e5;
}

    .main-menu:hover li {
        border-bottom: 1px solid #cccccc;
    }

        .main-menu:hover li i {
            background: #e3e3e5;
        }

.has-subnav:hover li a {
    color: #ffffff;
    background: #f9b51f;
}

.has-subnav:hover li {
    border-left: 5px solid #f9b51f;
    padding-left: 33px;
}

.main-menu {
    background: #f9b51f;
    position: absolute;
    top: 30px;
    bottom: 0;
    height: max-content;
    left: 0px;
    width: 40px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1000;
}

    .main-menu li {
        position: relative;
        display: block;
        width: 200px;
    }

        .main-menu li > a {
            position: relative;
            display: table;
            border-collapse: collapse;
            border-spacing: 0;
            color: #455560;
            font-weight: bolder;
            font-family: arial;
            font-size: 14px;
            text-decoration: none;
            -webkit-transform: translateZ(0) scale(1,1);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            line-height: initial;
        }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }

    .main-menu .nav-text {
        padding: 5px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        font-family: 'Titillium Web', sans-serif;
    }

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }

a:hover, a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    nav ul, nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }

    .main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
        color: #fff;
        background-color: #f9b51f;
        border-left: 5px solid #f9b51f;
    }

.main-menu li:hover .fa-angle-down {
    background: #f9b51f;
}

.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}

.flex-50 {
    flex: 50%;
}

/*slider banner section*/
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

    .slick-dots li {
        margin: 0 0.25rem;
        width: auto !important;
        transition: all 0.3s;
    }

        .slick-dots li button {
            /* background-color: rgba(69, 85, 96, 0.3) !important;*/
            height: 8px;
            width: 8px;
            display: block !important;
            padding: 0;
            border: none;
            border-radius: 100%;
            text-indent: -9999px;
        }


li.slick-active button {
    width: 20px;
    border-radius: 25px;
    /*background-image: $gradientprimary;*/
}

.d-flex {
    display: flex;
}
/*
.slider {
    display: flex;
    flex-grow: 1;
    position: relative;
}
*/
.slider__wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.main {
    display: flex;
    flex-grow: 1;
    position: relative;
    /* padding: 0 5%;*/
    align-items: center;
    justify-content: space-around;
}

.main__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 500px;
    padding: 0 20px;
}

.main__wrapper {
    position: relative;
    bottom: -10px;
}

.main__content {
    top: 80px;
    position: relative;
}

.main__content__description {
    max-width: 500px;
    font-size: 18px;
    padding: 5px 0;
}

.main__more {
    font-weight: 600;
    cursor: pointer;
}

.slider-img-parent {
    width: 100%;
    height: 450px;
    flex: 50%;
}

.slider__img {
    height: 100%;
    width: 100%;
    opacity: 1;
}



@media screen and (max-width: 700px) {
    .main {
        display: flex;
        flex-direction: column;
    }

    .slider__wrapper {
        height: auto;
    }

    .main__content {
        top: 0;
    }

    .main__wrapper {
        bottom: 0;
    }

    .main__left {
    }
}

/*#endregion*/

.banner_slider .slick-dots {
    position: absolute;
    left: 10%;
    bottom: 8%;
    transform: translateX(-50%);
    top: 94%;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

    .slick-dots li {
        margin: 0 0.25rem;
        width: auto !important;
        transition: all 0.3s;
    }

        .slick-dots li button {
            border: 1px solid #cccccc;
            width: 10px;
            height: 10px;
            display: block;
        }

.slick-active button {
    background: #cccccc;
}


/*card css*/


