

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Odibee+Sans&display=swap');

h1, h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
}
p, body,html, span ,a {
    font-family: 'Odibee Sans', cursive;
}
a {
    text-decoration: none;
}
body, html {
    background-color: #000 !IMPORTANT;
}
.navbar.customNav {
    background: #000;
    position: relative;
}
.navbar.customNav  .nav-link.active, .navbar.customNav  .show>.nav-link, .navbar.customNav a.nav-link {
    color: #fff;
}
.search {
    position: absolute;
    right: 60px;
    z-index: 99;
    top: 30px;
    width: 40px;
}
.black {
    background-color: #000;
}
.carousel-item img {
    border-radius: 20px;
}
.carousel-indicators {
    bottom: 10px !important;
}
.catagmain ul {
    background: #000;
    padding: 10px 0;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.catagmain ul li {
    background: #333;
    margin: 0px 15px 10px 0px;
    display: inline-block;
    border-radius: 10px;
    text-transform: uppercase;
}
.catagmain ul li a {
    padding: 7px 15px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-family: 'Odibee Sans', cursive;
}
h2.FL {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #c00;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Odibee Sans', cursive;
    letter-spacing: 2px;
}
.headTitle.clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.slideInner.slick-slide img {
    display: block;
    max-width: 100%;
    border-radius: 20px;
    margin: 0 0px;
}
.slick-initialized .slick-slide {
    display: block;
    margin: 0 6px;
}
.slideInner.slick-slide h3 {
    font-size: 16px;
    color: #ffff;
    letter-spacing: -0.29px;
    font-weight: 800;
    padding: 12px 0px 0px 0px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
}
.imgcolnedesc {
    color: #ffff;
    font-size: 14px;
    padding-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
}
.imgcolnetxt {
    color: #2c3e50;
    font-size: 16px;
    padding-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.playbtn {
    font-size: 12px;
    color: #006fdd;
    padding: 10px 0px;
    width: 96%;
    font-weight: 900;
    text-align: center;
    border: 2px solid #006fdd;
    display: inline-block;
    border-radius: 20px;
    width:130px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
h2.FL.small {
    color: #006fdd;
    font-size: 18px;
}
h2.FL.small2 {
    font-size: 20px;
    margin-top: 30px;
}
.thumbimgPanel {
    margin-right: 20px;
}
.thumbimgPanel img {
    border-radius: 10px;
    max-width: 100px;
}
.rateImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.ratingpanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}
.headTitle.clearfix a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #c00;
    color: #c00;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
}
.footer {
    background: #3d4045;
    padding: 25px 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}