

/****new layout css*/
    .slider {
                    background: black;
                    height: 160px;
                    overflow: hidden;
                    position: relative;
                    }
                    .slider div {
                    background: #252525;
                    height: 100%;
                    }
                    .slider img.img.img-responsive {
                    width: 100%;
                    opacity: 0.15;
                    height: 100%;
                    object-fit: cover;
                    max-height: 100%;
                    max-width: 100%;
                    object-position: bottom;
                    }
                    .slider h4{
                    text-align: left;
                    font-size: 44px;
                    font-weight: 400;
                    color: #fff;
                    z-index: 1;
                    position: absolute;
                    top: 30%;
                    left: 8%;
                    }
                    .section-padding {
                    padding: 60px 0;
                    }
                    .blog .item {
                    background: #fff;
                    filter: drop-shadow(-0.366px 6.99px 6px rgba(0,0,0,0.23)) drop-shadow(0.416px -1.956px 7px rgba(0,0,0,0.06));
                    border-radius: 4px;
                    margin-bottom: 30px;
                    }
                    .blog .item .post-img {
                    padding: 15px;
                    height: 240px;
                    overflow: hidden;
                    }
                    .blog .item .post-img .img {
                    overflow: hidden;
                    height: 100%;
                    width: 100%;
                    max-width: 100%;
                    }
                    .blog .item .post-img img {
                    -webkit-transition: all .5s;
                    transition: all .5s;
                    }
                    .blog .item .post-img:hover img {
                    -webkit-transform: scale(1.1, 1.1);
                    transform: scale(1.1, 1.1);
                    }
                    .blog .item .cont {
                    padding: 0 15px 10px;
                    }
                    header a.navbar-brand.logo{
                    margin: 4px 0 5px 0;
                    }
                    .blog .cont p {
                    text-overflow: ellipsis;
                    white-space: pre-wrap;
                    height: 69px;
                    padding-left: 15px;
                    font-size: 15px;
                    line-height: 24px;
                    color: #8a8a8a;
                    font-weight: 400;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    }

                    .blog .cont p strong, .blog .cont p span {
                    font-family: 'Roboto', sans-serif !important;
                    color: #8a8a8a !important;
                    }
                    .box-card {
                    background-color: #fbf9ff;
                    border: 1px solid #dcdcdc;
                    padding: 15px;
                    margin-bottom: 20px;
                    font-family: 'Roboto', sans-serif;
                    }
                    .box-card h3 {
                    font-size: 20px;
                    color: #001d38;
                    font-weight: 400;
                    margin-top: 0;
                    }
                    .box-card h5 {
                    font-size: 24px;
                    color: #001d38;
                    font-weight: 400;
                    border-bottom: 1px solid #f1e9fe;
                    padding-bottom: 5px;
                    margin-bottom: 20px;
                    }
                    .box-card ul {
                    max-height: 395px;
                    overflow-y: auto;
                    padding: 0;
                    }
                    .box-card li {
                    display: flex;
                    flex-wrap: wrap;
                    margin: 15px 0;
                    }
                    .box-card li .cont {
                        width: calc(100% - 80px);
                    }
                    .box-card li a {
                        max-width: 80px;
                    }
                    .box-card li img {
                    width: 80px;
                    max-width: 80px;
                    height: 80px;
                    object-fit: cover;
                    }
                    .box-card .input-group {
                    width: 100%;
                    }

                    .box-card .input-group span.input-group-btn {
                    width: 1%;
                    }

                    .box-card .input-group span.input-group-btn a.btn.btn-default.a-submit {
                    background: #ef7437;
                    color: #fff;
                    border-color: #ef7437;
                    }

                    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active
                    > span:focus {

                    background-color: #f17432;
                    border-color: #f17432;
                    }
                    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus ,
                    .pagination > li > a, .pagination > li > span {
                    color: #f17432;
                    }
                    .related_videos {
                    max-height: 633px;
                    overflow-y: auto;
                    }


                    /***details page new layout*/
                .sales_video {
                padding-bottom: 40px;
                }
                .recommended_videos {
                    padding: 5px 15px;
                    filter: drop-shadow(0 0 4px rgba(0,0,0,0.15));
                    background: white;
                    box-shadow: none;
                }
                .recommended_video_heading h3 {
                font-size: 24px;
                color: #001d38;
                font-weight: 400;
                border-bottom: 1px solid #f1e9fe;
                padding-bottom: 5px;
                margin-bottom: 20px;
                }
                .recommended_video {
                    overflow: auto;
    margin: 15px 0;
    border-radius: 4px;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.1));
    box-shadow: none;
    background: white;
                }
                .recommended_video_thumbnail {
                float: left;
                padding-right: 5px;
                width: 147px;
                overflow: hidden;
                height: 88px;
                }
                .recommended_video_description p {
                text-overflow: ellipsis;
                white-space: pre-wrap;
                height: 69px;
                padding-left: 15px;
                font-size: 15px;
                line-height: 24px;
                color: #8a8a8a;
                font-weight: 400;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                margin-top: 9px;
                }
                .tabel-data {
                margin-top: 20px;
    margin: auto;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.1));
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    background: white;
                }
                .tabel-data h1 {
                font-size: 24px;
                color: #001d38;
                font-weight: 400;
                border-bottom: 1px solid #f1e9fe;
                padding-bottom: 5px;
                margin-bottom: 20px;
                }
                .tabel-data h2 {
                font-size: 19px;
                color: #001d38;
                font-weight: 400;
                padding-bottom: 5px;
                }
                .description {
                border-bottom: solid 1px #ccc;
                padding-bottom: 20px;
                margin-bottom: 40px;
                font-size: 15px;
                line-height: 24px;
                color: #8a8a8a;
                font-weight: 400;
                font-family: 'Roboto', sans-serif;
                }
                /*header*footer*/

                  .navbar-default {
                    background-color: #252525;
                    border-color: #252525;
                    }
                    .navbar-default .navbar-nav > li > a {
                    color: #fff;
                    border-bottom: solid transparent;
                    font-weight: bold;
                    }
                    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                    color: #ed7312;
                    background-color: transparent;
                    border-bottom: solid;
                    text-shadow: none;
                    }
                    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
                    color: #ed7312;
                    background-color: transparent;
                    border-bottom: solid;
                    font-weight: bold;
                    }
                    @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;display=swap');
                    footer {
                    background-color: #252525;
                    color: #dcdcdc;
                    display: block;
                    padding-top: 40px;
                    font-family: 'Roboto', sans-serif;
                    }
                    footer h4 {
                    color: #fff;
                    border-bottom: solid 2px;
                    padding-bottom: 4px;
                    font-size: 20px;
                    }

                    ul#products {}

                    ul#products li a {
                    color: #dcdcdc;
                    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
                    display: block;
                    padding: 5px;
                    font-weight: 400;
                    text-decoration: none;
                    transition: ease-in-out 0.2s all 0s;
                    }

                    ul#products li a:before {font: normal normal normal 14px/1 FontAwesome;content: "\f04b";margin-right: 11px;color: inherit;}

                    ul#products li a:hover {
                    color: #fff;
                    border-bottom: solid 1px rgba(255, 255, 255, 1);
                    padding-left: 7px;
                    }

                    div#info li i {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    border: solid 1px;
                    border-radius: 50%;
                    line-height: 30px;
                    text-align: center;
                    font-size: 13px;
                    margin: 8px;
                    margin-left: 0;
                    }

                    footer .container.mt16.mb8 {
                    border-top: solid 1px;
                    margin: 0 !important;
                    text-align: center;
                    width: 100%;
                    padding: 10px;
                    margin-top: 20px !important;
                    }
                    footer .container.mt16.mb8 .pull-left.text-muted {
                    float: none !important;
                    }

                    /***breadcrub*/
                    ul.breadcrumb {
    background: transparent;
    margin-top: 20px;
}
ul.breadcrumb a {
    color: #646464;
}

ul.breadcrumb a i {
    color: orange;
}

ul.breadcrumb a:hover {
    color: #001d38;
    text-decoration: none;
}
.video_sale_comment .btn-primary {
    color: #fff;
    background-color: #db7319;
    border-color: #db7319;
}
.video_sale_comment .btn-primary:hover, .video_sale_comment .btn-primary:focus,
.video_sale_comment .btn-primary:active {
    color: #fff;
    background-color: #d46200;
    border-color: #d46200;
}