 .hc-margin {
        margin-bottom: 2rem;
  }
  .header-main-container {
        position: relative;
        z-index: 1;
        background: rgb(0 0 0 / 50%) !important;
  }
  .home_top_space {
        margin-top: -146px;
  }
  .carousel {
        position: relative;
        z-index: 0;
  }
  .carousel-item {
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
  }
  .carousel-item img {
        width: 100%;
  }
  .carousel-caption {
        top: 0;
        left: 0;
        bottom: 0px;
        padding-bottom: 13%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        height: 100%;
        background: rgb(0 0 0 / 20%);
        z-index: 2;
        text-align: left;
        font-family: futura_bk_btbook;
        overflow: hidden;
    }
    .carousel-control-next,
    .carousel-control-prev {
        z-index: 4;
    }
    .carousel-caption h5 {
        font-size: 4vh;
    }
    .carousel-item {
        height: auto;
    }
    #carousel .carousel-control-prev-icon,
    #carousel .carousel-control-next-icon {
        background-image: none;
    }
    section {
        padding: 5vh 0px;
        background: #fff;
    }
    .section1 .main-heading {
        text-align: center;
        font-size: 4vh;
        margin-bottom: 1rem;
    }
    .section1 .description-text,
    .section2 .description-text {
        text-align: center;
        font-size: 1.8vh;
    }
    .category-grid-row {
        width: 80%;
        margin-left: 10%;
        display: flex;
        flex-wrap: wrap;
    }
    .category-grid-col1 {
        position: relative;
        width: 43%;
    }
    .category-grid-col2 {
        position: relative;
        width: calc(30%);
        float: left;
        margin-top: 6px;
        display: flex;
    }
    .category-grid-col3 {
        position: relative;
        width: 21%;
        float: left;
        margin-top: 6px;
        display: flex;
    }
    .category-grid-col4 {
        position: relative;
        margin-top: 6px;
        width: 48%;
    }
    .category-grid-col5 {
        position: relative;
        width: calc(48%);
        float: left;
        margin-top: 6px;
        display: flex;
    }
    .category-grid-col6 {
        position: relative;
        width: 33%;
        float: left;
        margin-top: 6px;
        display: flex;
    }
    .category-grid-col7 {
        position: relative;
        width: calc(28%);
        float: left;
        margin-top: 6px;
        display: flex;
    }
    .category-grid-col8 {
        position: relative;
        width: 33%;
        float: left;
        margin-top: 6px;
        display: flex;
    }
    .category-grid a {
        z-index: 0;
    }
    .middle {
        position: absolute;
        bottom: 0;
        z-index: 10;
        padding: 20px;
        max-width: 350px;
    }
    .middle .text {
        font-size: 2vh;
        color: #fff;
        letter-spacing: 3px;
    }
    .section2 .main-heading {
        text-align: center;
        font-size: 4vh;
        margin-top: 1rem;
        font-weight: bold;
    }
    .section2 {
        padding-top: 8vh;
    }
    .social-div-nws ul {
        width: 100%;
        text-align: center;
        display: inline-flex;
        justify-content: center;
    }
    .social-div-nws ul li {
        font-size: 3rem !important;
        padding: 0px 12px;
        float: left;
    }

    .container-topsec {
        width: 70%;
        margin-left: 15%;
    }
    
    
    #wrap a:hover {
        color: #000;
    }
    .addvideosec,.addvideosec2 {
        padding-top: 6vh;
    }
    
    .category-grid-row a:before {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
        border-radius: 10px 10px;
    }
    .category-grid img {
        border-radius: 10px 10px;
        height: 100%;
        object-fit: fill;
        min-height:250px;
    }
    .category-grid {
        margin: 1% 1%;
    }
    
    .post-item {
        margin-bottom: 30px;
    }

    img.post-image,
    img.insta-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        min-height:200px;
    }
    h3.post-title {
        font-size: 1.6rem;
        font-weight: 700;
        font-family: futura_bk_btbook;
        color: #000;
        margin: 0;
        margin-bottom: 8px;
    }
    h3.post-title a {
        color: #000 !important;
    }
    .post-header {
        padding: 2% 2%;
        width: 100%;
    }
    
    .brand-grid .col-md-3 {
        padding: 1% 2%;
    }
    .buttongrid {
        text-align: center;
        margin-top: 4%;
    }
    .buttongrid a {
        border: 1px solid #000;
        color: #000;
        padding: 10px 50px;
        font-size: 1.7rem;
    }
    .buttongrid a:hover {
        color: #1d2e6d;
    }
    .buttonslider{
        text-align: center;
        margin-top: 1%;
        cursor: pointer;
    }
    .buttonslider a {
        border: 1px solid #fff;
        color: #000 !important;
        background:#ffffffc4;
        padding: 10px 50px;
        font-size: 1.7rem;
        cursor: pointer;
        box-shadow: 0px 3px 3px #00000029;
    }
    .buttonslider a:hover {
        border: 1px solid #333;
        color: #fff!important;
        background:#333333d4;
    }
    
    .brand-grid .colmd3 {
        padding: 1% 1%;
    }
    .social-div-nws ul li a img {
        width: 50px;
    }
    
    img.lozad {
        background: #e5e5e5;
    }

    .home_top_space .carousel-item {
        height: auto;
        min-height: 50vh;
    }
    .slick-slide {
        margin: 0px 0px;
    }
    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .slick-list:focus {
        outline: none;
    }
    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }
    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }
    .slick-track:after {
        clear: both;
    }
    .slick-loading .slick-track {
        visibility: hidden;
    }
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
    [dir='rtl'] .slick-slide {
        float: right;
    }
    .slick-slide.dragging img {
        pointer-events: none;
    }
    .slick-initialized .slick-slide {
        display: block;
    }
    .slick-loading .slick-slide {
        visibility: hidden;
    }
    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
    .slick-arrow.slick-hidden {
        display: none;
    }
    .slick-dotted .slick-slider {
        margin-bottom: 30px;
    }
    .slick-dots {
        position: absolute;
        bottom: 25px;
        list-style: none;
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots li button {
        border: 0;
        display: block;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer;
        transition: all .3s ease;
    }
    .slick-dots li button:hover {
        outline: none;
    }
    .slick-dots li {
        height: 3px;
        width: 50px;
    }
    .slick-dots li button {
        position: relative;
        background-color: black;
        opacity: 0.25;
        width: 50px;
        height: 3px;
        padding: 0;
    }
    .slick-dots li button:hover {
        opacity: 1;
    }
    .slick-dots li.slick-active button {
        color: black;
        opacity: 0.75;
    }
    .slick-dots li.slick-active button:hover {
        opacity: 1;
    }
    .post-item .image-holder {
        position: relative;
        overflow: hidden;
    }
    .socialbox {
        width: 100%;
        height: 100%;
        position: absolute;
        background: #0000001f;
        top: 50%;
        left: 50%;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        transform: translate(-50%, -50%);
        display: flex;
        text-align: center;
        cursor: pointer;
        justify-content: center;
    }
    .socialbox .fa {
        color: #fff;
        font-size: 400%;
    }
    .ts-image-block {
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .social-div-nws {
        margin-top: 3vh;
        width: 100%;
        margin-bottom: 3vh;
    }
    .slide img{display:none;}
    .slide.slick-slide img{display:block;}
    .cust-padbtn{margin-top: 6%;}
    @media screen and (max-width: 992px) {
        .container {
            max-width: 100%;
        }
        .container-topsec {
            width: 80%;
            margin-left: 10%;
        }
    }

    @media only screen and (min-width : 1224px) {
        .social-div-nws ul li {
            font-size: 2.5rem !important;
        }
        .home_top_space {
            margin-top: -146px;
        }
        .section1 .description-text,
        .section2 .description-text {
            font-size: 1.5rem;
        }

    }

    @media only screen and (min-width : 1824px) {
        .social-div-nws ul li {
            font-size: 3rem !important;
        }
        .home_top_space {
            margin-top: -168px;
        }
        .section1 .description-text,
        .section2 .description-text {
            font-size: 1.7rem;
        }
    }

    @media only screen and (max-width: 767px) {
        .hc-margin {
            margin-bottom: 1rem;
        }
        .container-topsec {
            width: 92%;
            margin-left: 4%;
        }
        .home_top_space {
            margin-top: -94px;
        }
         .carousel-caption {
        padding-bottom: 10%;
         }
        .carousel-control-next {
            right: 10px;
        }
        .carousel-control-prev {
            left: 10px;
        }
        .carousel-caption h5 {
            font-size: 2.5vh;
        }
        .carousel-caption {
            padding-top: 55%;
            width: 100%;
            padding-left: 10%;
            padding-right: 10%;
        }
        .section1 .main-heading {
            font-size: 3.3vh;
        }
        .category-grid-row {
            width: 95%;
            margin-left: 2.5%;
        }
        .section1 .description-text,
        .section2 .description-text {
            font-size: 1.4rem;
        }
        .middle .text {
            font-size: 1.5vh;
            letter-spacing: 3px;
        }
        .section2 .main-heading {
            font-size: 3vh;
        }
        .section2 {
            padding-top: 6vh;
        }
        .addvideosec2{
             padding-top: 4vh;
        }
        .padmargin {
            padding-bottom: 4vh;
        }
        .category-grid-col1 {
            width: 61%;
        }
        .category-grid-col2 {
            width: calc(40%);
            float: left;
            margin-top: 6px;
        }
        .category-grid-col3 {
            width: 35%;
            float: left;
            margin-top: 6px;
        }
        .category-grid-col4 {
            margin-top: 6px;
            width: 55.5%;
        }
        .category-grid-col5 {
            width: calc(55.5%);
            float: left;
            margin-top: 6px;
        }
        .category-grid-col6 {
            width: 40%;
            float: left;
            margin-top: 6px;
        }
        .category-grid-col7 {
            width: calc(48%);
            float: left;
            margin-top: 6px;
        }
        .category-grid-col8 {
            width: 48%;
            float: left;
            margin-top: 6px;
        }
        .social-div-nws ul li {
            font-size: 2.5rem !important;
        }
         .addvideosec {
            padding-top: 4vh;
            padding-bottom: 4vh;
        }
        .mob-margin {
            margin-bottom: 0rem;
        }
        .social-div-nws ul li a img {
            width: 32px;
        }
        .post-item {
            margin-bottom: 0px;
            padding: 0px 9%;
        }
        .brand-grid2 {
            padding: 0px 3%;
        }
        .brand-grid .colmd3 {
            padding: 1% 1%;
        }
        .buttongrid a,.buttonslider a {
            font-size: 1.2rem;
            padding: 10px 20px;
        }
        .topicons {
            height: 20px;
        }
        h3.post-title {
         font-size: 1.3rem;
        }
        .category-grid img {
            min-height:100px;
        }
        img.post-image,
    img.insta-image {
        min-height:150px;
    }
    .cust-padbtn{margin-top: 9%;}
    }


   