﻿

.item_category
{
    font-weight: 500;
    background: #1665b1;
    height: 120px;
    box-shadow: 7px 6px 0px #fda31b;
    /* position: relative; */
    top: -50px;
    z-index: 55;
    text-align: center;
}


@media only screen and (max-width: 950px)
{


    .item_category
    {
        font-weight: 600;
        background: #1665b1;
        height: 60px;
        box-shadow: 6px 2px 0px #fda31b; /* position: relative; */
        top: -30px;
        z-index: 55;
        text-align: center;
        border: 1px solid #fff;
        margin: 10px 0px 0px 0px;
    }
}
.item_category a
{
    /* font-family: 'Roboto' , sans-serif; */
    font-size: 17px;
    color: #fff;
    /* position: relative; */
    /* top: 35px; */
    z-index: 55;
    text-align: center;
    font-weight: 700;
    font-family: var(--font-family-main) !important;
}




.item_category:hover a
{
    color: #fda31b;
}



.item_category .s_icon
{
    font-size: 18px;
    color: #fff;
    position: relative;
    top: 30px;
    z-index: 55;
    margin: 0px 10px 0px 0px;
}


.item_category img
{
    height: 30px;
}

.item_category .i_ht_1
{
    height: 20px;
}


.item_category_2
{
    font-weight: 600;
    background: #fff;
    height: 100px;
    box-shadow: 7px 6px 0px #fda31b; /* position: relative; */
    top: -50px;
    z-index: 55;
    text-align: center;
}


@media only screen and (max-width: 950px)
{

    .item_category_2
    {
        font-weight: 600;
        background: #fff;
        height: 60px;
        box-shadow: 7px 6px 0px #e0e3e5; /* position: relative; */
        top: -29px;
        z-index: 55;
        text-align: center;
    }
}

.item_category_2 a
{
    /* font-family: 'Roboto' , sans-serif; */
    font-size: 17px;
    color: #000;
    position: relative;
    top: 35px;
    z-index: 55;
    text-align: center;
    font-weight: 900;
}

.item_category_2 .s_icon
{
    font-size: 18px;
    color: #000;
    position: relative;
    top: 30px;
    z-index: 55;
    margin: 0px 10px 0px 0px;
}


.item_category_2:hover a
{
    color: #fda31b;
}
.item_category_2 img
{
    height: 30px;
}


.item_category_2 .i_ht_1
{
    height: 20px;
}




@media only screen and (max-width: 950px)
{


    .item_category a
    {
        font-family: 'Roboto' , sans-serif;
        font-size: 15px;
        color: #fff;
        position: relative;
        top: 18px;
        z-index: 55;
        text-align: center;
        font-weight: 600;
    }
}

@media only screen and (max-width: 950px)
{

    .item_category .s_icon
    {
        font-size: 18px;
        color: #fff;
        position: relative;
        top: 15px;
        z-index: 55;
        margin: 0px 10px 0px 0px;
    }
}

@media only screen and (max-width: 950px)
{


    .item_category_2 .s_icon
    {
        font-size: 18px;
        color: #000;
        position: relative;
        top: 15px;
        z-index: 55;
        margin: 0px 10px 0px 0px;
    }
}

@media only screen and (max-width: 950px)
{

    .item_category_2 a
    {
        font-family: 'Roboto' , sans-serif;
        font-size: 15px;
        color: #000;
        position: relative;
        top: 15px;
        z-index: 55;
        text-align: center;
        font-weight: 600;
    }
}




.dflex-1
{
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 950px)
{
    .dflex-1
    {
        display: flex;
        flex-direction: row; /* align-items: center; */
      justify-content: flex-start;
    }
}


.icon-banner-video
{
       font-size: 40px;
       color: #fff;
    }
    
    
    .item_category .icon-banner-video:hover
    {
        color:#fda31b;
        
        }
        
@media only screen and (max-width: 950px)
{        
        
        .icon-banner-video {
    font-size: 35px;
    color: #fff;
        padding: 0px 0px 0px 20px;
}
}