.pb {
    padding-bottom: 30px;
}

.slider_title {
    color: black !important;
    font-weight: 600;
    font-size: 32px;
}

.slider_subtitle {

    color: black;

    font-weight: 600;

}



/* .slider-pos-rel{

    position: relative;

} */

.slider-pos-rel::before {

    position: absolute;

    content: "";

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    /*    background: #3131314d;*/

    z-index: 1;

}



.cus-btn-block {

    border: 1px solid black;

    margin: 20px 0px;

    font-family: 'Oswald', sans-serif;

    font-weight: 600;

}



.cus-btn-block:hover {

    background: black;

    color: white;

}



.heading {

    font-family: 'Oswald', sans-serif;

    text-align: center;

    overflow: hidden;

}



.heading .heading-title {

    background: #f00;

    padding: 6px 13px;

    transform: skew(-20deg);

    display: inline-block;

    font-size: 22px;

    color: white;

    position: relative;

    text-transform: uppercase;

    letter-spacing: 2px;

}



.heading .heading-title::before {

    content: "";

    position: absolute;

    width: 100%;

    height: 1px;

    top: 50%;

    right: 100%;

    background: #747474;

}



.heading .heading-title::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 1px;

    top: 50%;

    left: 100%;

    background: #747474;

}



.heading-sub {

    font-family: 'Oswald', sans-serif;

}



.heading-sub-h5 {

    background: #f00;

    padding: 4px 8px;

    transform: skew(-20deg);

    display: inline-block;

    font-size: 17px;

    color: white;

    position: relative;

}


.advt-banner-img {
    height: 370px;
    background-attachment: fixed;
    background-size: 100% 63%;
    background-repeat: no-repeat;
}

.navigation-bar {

    background: black;

    padding: 10px 0px;

    /* animation: show-it 1.6s; */

}



.navi-padding {

    padding: 0px 0px;

    position: sticky;

    top: 0px;

    z-index: 11;

    transition: .5s all;

    animation: show-it 1.6s;

}



@keyframes show-it {

    0% {

        top: -200px;

    }



    100% {

        top: 0px;

    }

}



.navigation-bar .social-block {

    text-align: center;

}



.navigation-bar .social-icon {

    display: inline-block;

    margin: 0px;

    padding: 0px;

}



.navigation-bar .social-icon li {

    float: left;

    list-style: none;

    margin: 10px 5px;

}



.navigation-bar .social-icon li a {

    text-decoration: none;

    width: 30px;

    height: 30px;

    padding: 20px;

    display: block;

    color: white;

    background: #414141;

    position: relative;

    border-radius: 100px;

}



.navigation-bar .social-icon li:nth-child(1):hover a {

    background: #3b5997;

}



.navigation-bar .social-icon li:nth-child(2):hover a {

    background: #00aced;

}



.navigation-bar .social-icon li:nth-child(3):hover a {

    background: url(../images/insta-bg.gif);

    background-size: contain;

}



.navigation-bar .social-icon li:nth-child(4):hover a {

    background: #f00;

}



.navigation-bar .social-icon li a i {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.navigation-bar .cart {

    background: #000;

    display: inline-flex;

    float: right;

}



.navigation-bar .cart .cart-color {

    color: #414141;

    font-size: 22px;

    line-height: 65px;

    text-decoration: none;

}



.navigation-bar .cart .cart-item-count {

    position: relative;

    color: white;

    /* width: 30px; */

    /* height: 30px; */

    text-align: center;

    background: #414141;

    border-radius: 100%;

    padding: 3px 13px;

    margin: 0px 10px;

}



.navigation-bar .cart .cart-item-count:hover {

    background: #0be6af;

    color: black;

}



.navigation-bar .cart .count-value {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-size: 16px;

}



.navigation-bar .cart .serch-btn {

    color: #0be6af;

    line-height: 60px;

    padding: 0px 20px;

    font-size: 21px;

    float: right;

}



.toggle-btn {

    color: white;

    font-size: 31px;

    line-height: 60px;

    float: right;

}



.menu {

    /* background: transparent; */

    display: block;

    position: sticky;

    z-index: 10;

    width: 100%;

    transition: all 1s;

    height: auto;

    /* top:460px; */

    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);

}



.menu {

    background: rgb(255, 255, 255);

}



.main-menu {

    display: inline-block;

    margin-bottom: 0px;

    height: 45px;

}



.menu .main-menu li {

    float: left;

    list-style: none;

    position: relative;

    font-family: 'Oswald', sans-serif;

    font-size: 16px;

    letter-spacing: 0px;

}



.menu .main-menu li a {

    border-bottom: 5px solid white;

}



.menu .main-menu li a:hover {

    border-bottom: 5px solid #FF0000;

}



.menu .main-menu li a {

    text-decoration: none;

    color: #282828;

    display: block;

    padding-top: 10px;

}



.upper {

    text-transform: uppercase;

    padding-left: 20px;

    padding-right: 20px;

    font-weight: 600;

}



.menu-image {

    max-width: 100%;

    height: 120px;

}



.menu .main-menu .sub-menu .sub-sub-menu {

    float: none;

    list-style: none;

    position: absolute;

    padding: 0px;

    display: none;

    font-family: 'Roboto', sans-serif;

    box-shadow: 1px 1px 5px gainsboro;

    z-index: 1;

    background: white;

}



.menu .main-menu .sub-sub-menu li {

    font-family: 'Roboto', sans-serif;

    letter-spacing: 0px;

    font-weight: 400;

    font-size: 16px;

}



.menu .main-menu .sub-menu:hover .sub-sub-menu {

    display: block;

}



.menu .main-menu .sub-menu li a {

    width: 200px;

    border-bottom: 1px solid #91919154;

    color: black;

    padding: 8px;

    font-size: 15px;

    font-weight: 500;

}





/* ned to update */



.mega {

    position: static !important;

}



.mega-menu {

    position: absolute;

    width: 100%;

    left: 0px;

    background: white;

    box-shadow: 1px 3px 7px gainsboro;

    border-top: 1px solid #e5e5e5;

    padding-top: 15px;

    display: none;

}



.menu .main-menu .mega:hover .mega-menu {

    display: block;

}



.menu .main-menu .mega .mega-menu .card {

    border: none;

}



.menu .main-menu .mega-menu .card-body {

    padding: 5px 12px;

}



.menu .main-menu .mega-menu .card .card-body .side-newsbox-2 .trends-small-title {

    font-family: 'Oswald', sans-serif;

    color: #414040;

    letter-spacing: .4px;

    text-align: left;

    font-size: 14px;

    padding: 4px;

    margin: 0px;

}



/* ///////////// */



.menu .main-menu .sub-menu-2 {

    position: relative;

}



.menu .main-menu .sub-sub-menu-2 {

    position: absolute;

    left: 100%;

    top: 0px;

    display: none;

    font-family: 'Roboto', sans-serif;

    box-shadow: 1px 1px 5px gainsboro;

    padding: 0px;

    background: white;

}



.menu .main-menu .sub-sub-menu-2 li {

    font-family: 'Roboto', sans-serif;

    letter-spacing: 0px;

    font-weight: 400;

    font-size: 16px;

}



.menu .main-menu .sub-menu-2:hover .sub-sub-menu-2 {

    display: block;

}



.menu .main-menu .sub-menu-3 {

    position: relative;

}



.menu .main-menu .sub-sub-menu-3 {

    position: absolute;

    left: 100%;

    top: 0px;

    display: none;

    box-shadow: 1px 1px 5px gainsboro;

    padding: 0px;

    background: white;

}



.menu .main-menu .sub-sub-menu-3 li {

    font-family: 'Roboto', sans-serif;

    letter-spacing: 0px;

    font-weight: 400;

    font-size: 16px;

}



.menu .main-menu .sub-menu-3:hover .sub-sub-menu-3 {

    display: block;

}



.side-menu {

    position: fixed;

    top: 0px;

    /* transform: translateX(-250px); */

    left: 0%;

    height: 100vh;

    z-index: 12;

    width: 100%;

    background: #000000;

    transition: all 0.5s;

    font-family: 'Nunito', sans-serif;

}



#mobile-menu1.active-tran1 {

    left: -100%;

    /* transform: translateX(0px); */

    overflow: auto;

    z-index: 2222;

}



.side-menu a {

    text-decoration: none;

    color: #ffffff;

    font-size: 16px;

    padding: 0px 10px;

    /* display: block; */

    font-weight: 500;

    margin-top: 10px;

    font-family: 'Nunito', sans-serif;

    display: block;

    font-family: 'Oswald', sans-serif;

    letter-spacing: 1px;

}



.side-menu ul {

    padding: 0px;

    padding-top: 13px;

}



.side-menu ul li.active {

    background: none;

}



.side-menu ul li.active a {

    color: black;

}



.side-menu .mar-top-logo {

    height: 71px;

}



.side-menu ul li {

    /* border-bottom: 1px solid #efefef; */

    list-style: none;

    min-height: 55px;

    padding: 1px 0px;

}



.side-menu ul li ul {

    display: none;

}



.side-menu ul li ul li {

    min-height: 40px;

    border: none;

    padding: 2px 10px;

}



.side-menu ul li ul li a {

    /* padding-left: 20px; */

    font-size: 16px;

    color: #ffffff;

    font-weight: 500;

    font-family: 'Oswald', sans-serif;

}





/* .side-menu ul li:hover ul {

	display: block;

} */



.side-menu ul li.tap ul {

    display: block;

}



.side-menu .fa {

    font-size: 16px;

    padding-top: 3px;

    color: #0be6af;

}



.side-menu .mobile-logo {

    text-align: center;

    margin: 0px auto;

}



.side-menu .mobile-logo .mobile-logo-img {

    height: 45px;

}



.mobile-close-btn {

    position: absolute;

    top: -2%;

    right: 5%;

    background: #ffffff;

    color: #13137b;

    width: 38px;

    height: 37px;

    text-align: center;

    vertical-align: middle;

    margin-top: 32px;

    padding: 2px;

    border-radius: 50%;

    border: 6px solid #0be6af;

    font-size: 15px;

}



.search-bar-box {

    position: absolute;

    width: 100%;

    height: 100vh;

    z-index: 11;

    background: white;

    top: 0%;

    transition: all 1s;

}



.search-bar-show {

    top: -200%;

}



.search-close-btn {

    position: absolute;

    top: 40%;

    right: 3%;

    background: #ffffff;

    color: #13137b;

    width: 44px;

    height: 43px;

    text-align: center;

    vertical-align: middle;

    margin-top: 32px;

    padding: 0px;

    border-radius: 50%;

    border: 6px solid #13137b;

    font-size: 19px;

}



.search-bar-main {

    position: absolute;

    top: 353px;

    left: 48%;

    transform: translate(-50%, -50%);

    width: 50%;

}



.search-bar-form {

    padding: 40px;

    border-radius: 30px 0px 0px 30px;

    font-size: 30px;

}



.search-bar-form-btn {

    padding: 0px 50px;

    border-radius: 0px 30px 30px 0px;

    background: #13137b;

    font-size: 30px;

}



.trending {

    padding: 50px 0px 0px;

}



.trending {

    /* padding: 0px; */

    border: none;

}



.trending .card-heading img {

    max-width: 100%;

    height: 180px;

}



.trending .card-body {

    padding: 10px 10px 30px;

}



.trending .card-body .side-newsbox-1 .trend-count {

    font-family: 'Oswald', sans-serif;

    text-align: center;

    font-weight: 600;

    color: #777;

}



.trending .card-body .side-newsbox-2 .trends-small-title {

    font-family: 'Oswald', sans-serif;

    color: #FF0000;

    letter-spacing: .4px;

}



.trending .card-body .side-newsbox-2 .trends-small-title .trends-small-text1 {

    color: #FF0000;

    font-weight: 600;

}



.trending .card-body .side-newsbox-2 .trends-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: .4px;

    margin: 5px 0px;

}



.trending .middle-trends-main {

    margin: 0px 0px 20px;

}



.trending .middle-trends .middle-trends {

    position: relative;

}



.trending .middle-trends .middle-trends-box {

    position: absolute;

    bottom: 0px;

    padding: 20px;

    background: linear-gradient(360deg, black, transparent);

}



.trending .middle-trends .middle-trends-img {

    width: 100%;

    height: 382px;

}



.trending .middle-trends .middle-trends-box .trends-middle-small-title {

    font-family: 'Oswald', sans-serif;

    color: white;

    letter-spacing: .4px;

}



.trending .middle-trends .middle-trends-box .trends-middle-small-title .middle-small-text1 {

    color: #0be6af;

}



.trending .middle-trends .middle-trends-box .trends-middle-sub-title {

    font-family: 'Oswald', sans-serif;

    font-weight: 600;

    letter-spacing: .4px;

    color: white;

    font-size: 27px;

    margin: 5px 0px;

}



.trending .middle-trends .middle-trends-box .trends-middle-sub-para {

    font-family: 'Roboto', sans-serif;

    color: white;

    font-size: 18px;

}



.trending .ads-section img {

    max-width: 100%;

    height: 350px;

}



.trending .trends-category {

    text-align: center;

}



.trending .nav {

    display: inline-flex;

    /* border: 1px solid rgb(0, 0, 0); */

    /* border-radius: 30px; */

    margin: 20px 0px;

}



.entertainment .ads-section img {

    max-width: 100%;

    height: 350px;

}

.more-news .ads-section img {

    max-width: 100%;

    height: 350px;

}

.entertainment .nav-pills .nav-link {

    border-radius: 0px;

    background: #f00;

    padding: 3px 8px;

    margin: 5px;

    transform: skew(-20deg);

    display: inline-block;

    font-size: 15px;

    color: white;

    font-weight: 500;

    margin-bottom: 20px;

}



.entertainment .tab-right-box {

    margin: 0px 0px 20px;

}



.entertainment .card .card-body .category-newsbox-1 img {

    max-width: 100%;

    height: 100px;

}



.entertainment .card .card-body .category-newsbox-2 {

    padding: 0px 10px 0px;

}



.entertainment .card .card-body .category-newsbox-2 .trends-category-small-title {

    font-family: 'Oswald', sans-serif;

    color: #777;

    letter-spacing: .4px;

}



.card {

    border: none
}



.entertainment .card .card-body .category-newsbox-2 .trends-category-small-title .trends-category-small-text1 {

    color: black;

    font-weight: 600;

}



.entertainment .card .card-body .category-newsbox-2 .trends-category-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 0px;

    margin: 5px 0px;

}



.owl-carousel {

    height: 400px;

}



.entertainment {

    padding: 50px 0px 25px;

}



.entertainment .entertain-box {

    position: relative;

}



.entertainment .entertain-trends-box {

    /*    position: absolute;*/

    bottom: 0px;

    padding: 10px 10px 30px;

    /*    background: linear-gradient(360deg, black, transparent);*/

}



.entertainment .entertain-trends-box .trends-entertain-small-title {

    font-family: 'Oswald', sans-serif;

    color: #FF0000;

    letter-spacing: .4px;

}



.entertainment .entertain-trends-box .trends-entertain-small-title .entertain-small-text1 {

    color: #FF0000;

    font-weight: 600;

}



.entertainment .entertain-trends-box .trends-entertain-sub-title {

    font-family: 'Oswald', sans-serif;

    font-weight: 600;

    letter-spacing: .4px;

    color: #000;

    font-size: 15px;

    margin: 5px 0px;

}



.entertainment .entertain-trends-box .trends-entertain-sub-para {

    font-family: 'Roboto', sans-serif;

    color: white;

    font-size: 18px;

}



.entertainment .card {

    border: none;

    /*    margin-top: 25px;*/

}



.entertainment .card .card-body {

    padding: 10px 10px 5px;

}



.entertainment .entertain-box .entertain-box-img {

    max-width: 100%;

    height: 180px;

}



.entertainment .card .card-heading img {

    width: 100%;

    height: 200px;

}



.entertainment .card .card-body .entertain-newsbox-2 .entertain-small-title {

    font-family: 'Oswald', sans-serif;

    color: #777;

    letter-spacing: .4px;

}



.entertainment .card .card-body .entertain-newsbox-2 .entertain-small-title .entertain-small-text1 {

    color: black;

    font-weight: 600;

}



.entertainment .card .card-body .entertain-newsbox-2 .entertain-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 0px;

    margin: 5px 0px;

}



.entertainment .tab-right-box {

    margin: 0px 0px 20px;

}



.entertainment .card .card-body .category-newsbox-1 img {

    max-width: 100%;

    height: 100px;

}



.entertainment .card .card-body .category-newsbox-2 {

    padding: 0px 10px 0px;

}



.entertainment .card .card-body .category-newsbox-2 .trends-category-small-title {

    font-family: 'Oswald', sans-serif;

    color: #FF0000;

    letter-spacing: .4px;

}



.entertainment .card .card-body .category-newsbox-2 .trends-category-small-title .trends-category-small-text1 {

    color: #FF0000;

    font-weight: 600;

}



.entertainment .card .card-body .category-newsbox-2 .trends-category-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 0px;

    margin: 5px 0px;

}



.videos {

    background: black;

    padding: 50px 0px;

}



.videos .videos-box {

    position: relative;

}



.videos .videos-box .videos-box-img {

    width: 100%;

    height: 508px;

}



.videos .videos-trends-box {

    position: absolute;

    bottom: 0px;

    padding: 20px;

    background: linear-gradient(360deg, black, transparent);

}



.videos .videos-trends-box .trends-videos-small-title {

    font-family: 'Oswald', sans-serif;

    color: #FF0000;

    letter-spacing: .4px;

}



.videos .videos-trends-box .trends-videos-small-title .videos-small-text1 {

    color: #FF0000;

}



.videos .videos-trends-box .trends-videos-sub-title {

    font-family: 'Oswald', sans-serif;

    font-weight: 600;

    letter-spacing: .4px;

    color: white;

    font-size: 27px;

    margin: 5px 0px;

}



.videos .videos-trends-box .trends-videos-sub-para {

    font-family: 'Roboto', sans-serif;

    color: white;

    font-size: 18px;

}



.videos .card {

    border: none;

}



.videos .card .card-body {

    padding: 0px 10px 5px;

}



.videos .videos-right-box {

    margin: 5px 0px 0px;

    background: black;

}



.videos .card .card-body .videos-newsbox-1 img {

    max-width: 100%;

    height: 100px;

}



.videos .card .card-body .videos-newsbox-2 {

    padding: 0px 10px 0px;

}



.videos .card .card-body .videos-newsbox-2 .trends-videos-small-title {

    font-family: 'Oswald', sans-serif;

    color: #FF0000;

    letter-spacing: .4px;

}



.videos .card .card-body .videos-newsbox-2 .trends-videos-small-title .trends-videos-small-text1 {

    color: #FF0000;

    font-weight: 600;

}



.videos .card .card-body .videos-newsbox-2 .trends-videos-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 0px;

    color: white;

    margin: 5px 0px;

}



.business {

    padding: 50px 0px 20px;

}



.business .card {

    border: none;

    margin-bottom: 25px;

}



.business .card .card-body {

    padding: 10px 10px 5px;

}



.business .card .card-heading img {

    width: 100%;

    height: 200px;

}



.business .card .card-body .business-newsbox-2 .business-small-title {

    font-family: 'Oswald', sans-serif;

    color: #777;

    letter-spacing: .4px;

}



.business .card .card-body .business-newsbox-2 .business-small-title .business-small-text1 {

    color: black;

    font-weight: 600;

}



.business .card .card-body .business-newsbox-2 .business-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 0px;

    margin: 5px 0px;

}



.business .business-box {

    position: relative;

}



.business .business-trends-box {

    position: absolute;

    bottom: 0px;

    padding: 20px;

    background: linear-gradient(360deg, black, transparent);

}



.business .business-box .business-box-img {

    width: 100%;

    height: 350px;

}



.business .business-trends-box .trends-business-small-title {

    font-family: 'Oswald', sans-serif;

    color: white;

    letter-spacing: .4px;

}



.business .business-trends-box .trends-business-small-title .business-small-text1 {

    color: #0be6af;

}



.business .business-trends-box .trends-business-sub-title {

    font-family: 'Oswald', sans-serif;

    font-weight: 600;

    letter-spacing: .4px;

    color: white;

    font-size: 27px;

    margin: 5px 0px;

}



.business .business-trends-box .trends-business-sub-para {

    font-family: 'Roboto', sans-serif;

    color: white;

    font-size: 18px;

}



.business .business-right-box {

    margin: 0px 0px 0px;

}



.business .card .card-body .business-newsbox-1 img {

    width: 100%;

    height: 90px;

}



.business .card .card-body .business-newsbox-2 {

    padding: 0px 10px 0px;

}



.business .card .card-body .business-newsbox-2 .trends-business-small-title {

    font-family: 'Oswald', sans-serif;

    color: #777;

    letter-spacing: .4px;

}



.business .card .card-body .business-newsbox-2 .trends-business-small-title .trends-business-small-text1 {

    color: #0be6af;

    font-weight: 600;

}



.business .card .card-body .business-newsbox-2 .trends-business-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 0px;

    margin: 5px 0px;

}



.second-banner {

    background: url(../images/zox-leader.png);

    background-size: 100% 100%;

    background-repeat: no-repeat;

    height: 400px;

}



.tech {

    padding: 50px 0px 0px;

}



.tech .card {

    border: none;

}



.tech .card .card-body {

    padding: 10px 10px 5px;

}



.tech .tech-box {

    position: relative;

}



.tech .tech-trends-box {

    position: absolute;

    bottom: 0px;

    padding: 20px;

    background: linear-gradient(360deg, black, transparent);

}



.tech .tech-box .tech-box-img {

    width: 100%;

    height: 415px;

}



.tech .tech-trends-box .trends-tech-small-title {

    font-family: 'Oswald', sans-serif;

    color: white;

    letter-spacing: .4px;

}



.tech .tech-trends-box .trends-tech-small-title .tech-small-text1 {

    color: #0be6af;

}



.tech .tech-trends-box .trends-tech-sub-title {

    font-family: 'Oswald', sans-serif;

    font-weight: 600;

    letter-spacing: .4px;

    color: white;

    font-size: 27px;

    margin: 5px 0px;

}



.tech .tech-trends-box .trends-tech-sub-para {

    font-family: 'Roboto', sans-serif;

    color: white;

    font-size: 18px;

}



.tech .card {

    border: none;

    margin: 10px 0px;

}



.tech .card .card-body {

    padding: 10px 10px 5px;

}



.tech .card .card-heading img {

    max-width: 100%;

    height: 200px;

}



.tech .card .card-body .tech-newsbox-2 .tech-small-title {

    font-family: 'Oswald', sans-serif;

    color: #FF0000;

    letter-spacing: .4px;

}



.tech .card .card-body .tech-newsbox-2 .tech-small-title .tech-small-text1 {

    color: #FF0000;

    font-weight: 600;

}



.tech .card .card-body .tech-newsbox-2 .tech-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 0px;

    margin: 5px 0px;

}





/* .more-news {

     position: relative;

 } */





/* .more-news .news-part-left {

     position: relative;

     min-height: 100vh;

 } */



.more-news {

    padding: 50px 0px;

}



.more-news .ok {

    position: fixed;

    top: 0%;

    right: 109px;

    width: 333px;

}



.more-news .card {

    border: none;

}



.more-news .card .card-body {

    padding: 10px 10px 5px;

}



.more-news .more-news-right-box {

    margin: 0px 0px 0px;

}



.more-news .card .card-body .more-news-newsbox-1 img {

    max-width: 100%;

    height: 200px;

}



.more-news .card .card-body .more-news-newsbox-2 {

    padding: 0px 10px 0px;

}



.more-news .card .card-body .more-news-newsbox-2 .trends-more-news-small-title {

    font-family: 'Oswald', sans-serif;

    color: #FF0000;

    letter-spacing: .4px;

}



.more-news .card .card-body .more-news-newsbox-2 .trends-more-news-small-title .trends-more-news-small-text1 {

    color: #FF0000;

    font-weight: 600;

}



.more-news .card .card-body .more-news-newsbox-2 .trends-more-news-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 21px;

    font-weight: 600;

    letter-spacing: 0px;

    margin: 5px 0px;

}



.more-news .card .card-body .more-news-newsbox-2 .trends-more-news-sub-para {

    font-family: 'Roboto', sans-serif;

    color: black;

    font-size: 18px;

}



.more-news .more-news-2-right-box {

    margin: 0px 0px 0px;

}



.more-news .card .card-body .more-news-2-newsbox-1 img {

    width: 100%;

    height: 90px;

}



.more-news .card .card-body .more-news-2-newsbox-2 {

    padding: 0px 10px 0px;

}



.more-news .card .card-body .more-news-2-newsbox-2 .trends-more-news-2-small-title {

    font-family: 'Oswald', sans-serif;

    color: #777;

    letter-spacing: .4px;

}



.more-news .card .card-body .more-news-2-newsbox-2 .trends-more-news-2-small-title .trends-more-news-2-small-text1 {

    color: #0be6af;

    font-weight: 600;

}



.more-news .card .card-body .more-news-2-newsbox-2 .trends-more-news-2-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 0px;

    margin: 5px 0px;

}



.footer {

    background: black;

    padding: 15px 0px;

}



.footer .logo-img-footer {

    width: 300px;

    height: 80px;

    margin: 30px auto;

    text-align: center;

}



.footer .social-block {

    text-align: center;

}



.footer .social-icon {

    display: inline-block;

    margin: 0px;

    padding: 0px;

}



.footer .social-icon li {

    float: left;

    list-style: none;

    margin: 10px 5px;

}



.footer .social-icon li a {

    text-decoration: none;

    width: 30px;

    height: 30px;

    padding: 20px;

    display: block;

    color: white;

    background: #414141;

    position: relative;

    border-radius: 100px;

}



.footer .social-icon li:nth-child(1):hover a {

    background: #3b5997;

}



.footer .social-icon li:nth-child(2):hover a {

    background: #00aced;

}



.footer .social-icon li:nth-child(3):hover a {

    background: url(../images/insta-bg.gif);

    background-size: contain;

}



.footer .social-icon li:nth-child(4):hover a {

    background: #f00;

}



.footer .social-icon li a i {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.footer .copy-line {

    color: white;

    font-family: 'Oswald', sans-serif;

    letter-spacing: .6px;

    text-align: center;

    font-size: 18px;

    margin: 0px;
    
    float: left;

}
.footer .copy-line1 {

    color: white;

    font-family: 'Oswald', sans-serif;

    letter-spacing: .6px;

    text-align: center;

    font-size: 18px;

    margin: 0px;
    
    float: right;

}



.footer .copy-line span {

    color: #0be6af;

}
.footer .copy-line1 span {

    color: #0be6af;

}



/* latest news */

.lts .card {

    border: none;

    margin: 10px 0px;

}



.lts .card .card-body {

    padding: 0px 10px 15px;

}



.lts .card .card-heading img {

    max-width: 100%;

    height: 200px;

}



.lts .card .card-body .tech-newsbox-2 .tech-small-title {

    font-family: 'Oswald', sans-serif;

    color: #FF0000;

    letter-spacing: .4px;

}



.lts .card .card-body .tech-newsbox-2 .tech-small-title .tech-small-text1 {

    color: #FF0000;

    font-weight: 600;

}



.lts .card .card-body .tech-newsbox-2 .tech-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 0px;

    margin: 5px 0px;

}



.lts .trends-category {

    text-align: center;

}



.lts .nav {

    display: inline-flex;

    /* border: 1px solid rgb(0, 0, 0); */

    /* border-radius: 30px; */

    margin: 20px 0px;

}



.lts .nav-pills .nav-link {

    border-radius: 0px;

    background: #f00;

    padding: 3px 8px;

    margin: 5px;

    transform: skew(-20deg);

    display: inline-block;

    font-size: 15px;

    color: white;

    font-weight: 500;

}



.lts .tab-right-box {

    margin: 0px 0px 20px;

}



.lts .card .card-body .category-newsbox-1 img {

    max-width: 100%;

    height: 100px;

}



.lts .card .card-body .category-newsbox-2 {

    padding: 0px 10px 0px;

}



.lts .card .card-body .category-newsbox-2 .trends-category-small-title {

    font-family: 'Oswald', sans-serif;

    color: #FF0000;

    letter-spacing: .4px;

}



.lts .card .card-body .category-newsbox-2 .trends-category-small-title .trends-category-small-text1 {

    color: #FF0000;

    font-weight: 600;

}



.lts .card .card-body .category-newsbox-2 .trends-category-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 0px;

    margin: 5px 0px;

}



/* latest news cloased */



/* single page css started*/



.single_trending {

    padding: 50px 0px 0px;

}



.single_trending .card {

    /* padding: 0px; */

    border: none;

}



.single_trending .card .card-heading img {

    max-width: 100%;

    height: 150px;

}



.single_trending .card .card-body {

    padding: 4px 4px 14px;

}



.single_trending .card .card-body .side-newsbox-1 .trend-count {

    font-family: 'Oswald', sans-serif;

    text-align: center;

    font-weight: 600;

    color: #777;

}



.single_trending .card .card-body .side-newsbox-2 .trends-small-title {

    font-family: 'Oswald', sans-serif;

    color: #FF0000;

    letter-spacing: .4px;

}



.single_trending .card .card-body .side-newsbox-2 .trends-small-title .trends-small-text1 {

    color: #FF0000;

    font-weight: 600;

}



.single_trending .card .card-body .side-newsbox-2 .trends-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: .4px;

    margin: 5px 0px;

}



.single_trending .middle-trends-main {

    margin: 0px 0px 20px;

}



.single_trending .middle-trends .middle-trends {

    position: relative;

}



.single_trending .middle-trends .middle-trends-box {

    position: absolute;

    bottom: 0px;

    padding: 20px;

    background: linear-gradient(360deg, black, transparent);

}



.single_trending .middle-trends .middle-trends-img {

    width: 100%;

    height: 382px;

}



.single_trending .middle-trends .middle-trends-box .trends-middle-small-title {

    font-family: 'Oswald', sans-serif;

    color: white;

    letter-spacing: .4px;

}



.single_trending .middle-trends .middle-trends-box .trends-middle-small-title .middle-small-text1 {

    color: #0be6af;

}



.single_trending .trends-middle-sub-title {

    font-family: 'Oswald', sans-serif;

    font-weight: 600;

    letter-spacing: .4px;

    /* color: white; */

    font-size: 36px;

    margin: 12px 0px;

}



.single_trending .trends-middle-sub-para {

    font-family: 'Roboto', sans-serif;

    color: #f00;

    font-size: 16px;

}



.single_trending .single-trends-sub {

    color: #FF000;

    font-weight: bold;

}



.single_trending .ads-section img {

    max-width: 100%;

    height: 350px;

}



.single_trending .trends-category {

    text-align: center;

}



.single_trending .nav {

    display: inline-flex;

    /* border: 1px solid rgb(0, 0, 0); */

    /* border-radius: 30px; */

    margin: 20px 0px;

}



.single_trending .nav-pills .nav-link {

    border-radius: 0px;

    background: #f00;

    padding: 3px 8px;

    margin: 5px;

    transform: skew(-20deg);

    display: inline-block;

    font-size: 15px;

    color: white;

    font-weight: 500;

}



.single_trending .tab-right-box {

    margin: 0px 0px 20px;

}



.single_trending .card .card-body .category-newsbox-1 img {

    max-width: 100%;

    height: 100px;

}



.single_trending .card .card-body .category-newsbox-2 {

    padding: 0px 10px 0px;

}



.single_trending .card .card-body .category-newsbox-2 .trends-category-small-title {

    font-family: 'Oswald', sans-serif;

    color: #FF0000;

    letter-spacing: .4px;

}



.single_trending .card .card-body .category-newsbox-2 .trends-category-small-title .trends-category-small-text1 {

    color: #FF0000;

    font-weight: 600;

}



.single_trending .card .card-body .category-newsbox-2 .trends-category-sub-title {

    font-family: 'Oswald', sans-serif;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 0px;

    margin: 5px 0px;

}



.single_trending .author_img {

    width: 50px;

    height: 50px;

    margin-left: 20px;

    /* border-radius: 50%; */

}



.single_trending .author_img img {

    border-radius: 100%;

    width: 100%;

    height: 100%;

}



.single_trending .author_box {

    padding: 0px 13px;

}



.single_trending .author_box p {

    margin: 0px;

}



.single_trending .singlw_bg {

    margin: 30px 0px;

}



.single_trending .singlw_bg img {

    max-width: 100%;

    height: auto;

}



.single_trending .blog-data .blog_para {

    color: black;

    font-family: 'Roboto', sans-serif;

    font-weight: 300;

    font-size: 21px;

    margin: 15px 0px;

}



.single_trending .related_topics .topics {

    color: black;

    font-weight: 500;

}



.single_trending .related_topics .topics a {

    color: #565555;

    font-weight: 500;

    margin: 5px 0px 5px 6px;

    font-size: 14px;

}



.twitter-color {

    color: #55acee;

}



.contact-form {

    padding: 50px 0px;

}



.contact-form .contact-form-part-2 {

    margin-top: 50px;

    padding: 20px;

}



.contact-form .contact-form-part-2 .left-contact-box {

    border: none;

}



.contact-form .contact-form-part-2 .img-logo-box {

    width: 50px;

    height: 50px;

    background: white;

    border-radius: 50%;

    position: relative;

    margin: 20px auto;

    box-shadow: 1px 1px 10px gainsboro;

}



.contact-form .contact-form-part-2 .img-logo-box .fa {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-size: 26px;

    color: #36e2d2;

    border-radius: 50%;

}



.contact-form .contact-form-part-2 .contact_titlle-2 {

    font-family: 'Raleway', sans-serif;

    font-weight: 600;

}



.contact-form .contact-form-part-2 .contact_sub_titlle-2 {

    font-family: 'Raleway', sans-serif;

    font-weight: 600;

}



.contact-form .contact-form-part-2 .contact-sub-title {

    font-family: 'Raleway', sans-serif;

}



.contact-form .contact-form-part-2 .form-control {

    border: none;

    box-shadow: 1px 1px 10px gainsboro;

    border-radius: 0px;

}

.btn-cus {

    background: white;

    box-shadow: 1px 1px 10px gainsboro;

    color: black;

    border: none;

    border-radius: 0px;

    padding: 10px 20px;

}

.slider-img {
    width: 100%;
    height: 420px;
    margin-top: 20px;
}

.slider-font {
    font-size: 24px;
}

/* single page css ended */

@media(max-width:1024px) {
    .margin-0-1024 {
        margin: 0px auto;
    }

    .second-banner {

        background: url(../images/zox-leader.png);

        background-size: 100% 100%;

        background-repeat: no-repeat;

        height: 300px;

    }



    .advt-banner-img {
        /* background:"";

        background-attachment: fixed;

        background-size: 100% 63%;

        background-repeat: no-repeat; */

        height: 302px;

    }

    .slider-img {
        width: 100%;
        height: 300px;
        margin-top: 25px;
    }

}



@media(max-width:768px) {

    .second-banner {

        background: url(../images/zox-leader.png);

        background-size: 100% 100%;

        background-repeat: no-repeat;

        height: 250px;

    }



    .advt-banner-img {
        /* background:"";

        background-attachment: fixed;

        background-size: 100% 63%;

        background-repeat: no-repeat; */

        height: 252px;

    }

    .slider-img {
        width: 100%;
        height: 300px;
        margin-top: 0px;
    }

}


.hits
    {
        padding:80px;
    }

@media(max-width:490px) {

.hits
    {
        padding:40px;
    }
    .search-bar-main {

        position: absolute;

        top: 353px;

        left: 50%;

        transform: translate(-50%, -50%);

        width: 89%;

    }



    .search-bar-form {

        padding: 10px;

        border-radius: 30px 0px 0px 30px;

        font-size: 20px;

    }



    .search-bar-form-btn {

        padding: 0px 50px;

        border-radius: 0px 30px 30px 0px;

        background: #13137b;

        font-size: 20px;

    }



    .second-banner {

        background: url(../images/zox-leader.png);

        background-size: 100% 100%;

        background-repeat: no-repeat;

        height: 200px;

    }



    .advt-banner-img {
        /* background:"";
        background-attachment: fixed;
        background-size: 100% 63%;
        background-repeat: no-repeat; */
        height: 102px;

    }



    .navigation-bar .cart .serch-btn {

        color: #0be6af;

        line-height: 60px;

        padding: 0px 0px;

        font-size: 21px;

        float: right;

    }



    .navi-padding {

        padding: 10px 0px;

        position: sticky;

        top: 0px;

        z-index: 11;

        transition: .5s all;

        animation: show-it 1.6s;

    }



    .navigation-bar .logo-img img {

        height: 55px;

    }



    .trending .middle-trends .middle-trends-box .trends-middle-sub-title {

        font-size: 20px;

    }



    .entertainment .entertain-trends-box .trends-entertain-sub-title {

        font-size: 20px;

    }



    .videos .videos-trends-box .trends-videos-sub-title {

        font-size: 20px;

    }



    .business .business-trends-box .trends-business-sub-title {

        font-size: 20px;

    }



    .tech .tech-trends-box .trends-tech-sub-title {

        font-size: 20px;

    }



    .more-news .card .card-body .more-news-newsbox-1 img {

        height: 145px;

    }



    .more-news .card .card-body .more-news-newsbox-2 .trends-more-news-sub-title {

        font-size: 16px;

    }



    .more-news .card .card-body .more-news-newsbox-2 .trends-more-news-sub-para {

        font-size: 14px;

    }



    .single_trending .trends-middle-sub-para {

        font-family: 'Roboto', sans-serif;

        color: #f00;

        font-size: 14px;

    }



    .single_trending .trends-middle-sub-title {

        font-family: 'Oswald', sans-serif;

        font-weight: 600;

        letter-spacing: .4px;

        /* color: white; */

        font-size: 25px;

        margin: 25px 0px;

    }

    .slider-img {
        width: 70% !important;
        height: 300px;
        margin: 0px auto;
    }

    .slider-font {
        font-size: 14px;
    }
    
}

#pagination li {
    padding-left: 10px;
}

#pagination li a {

    color: #777;
    padding: 5px 15px;
    border: 1px solid;

}

#pagination li span {
    color: #FFF;
    padding: 5px 15px;
    border: 1px solid;
    background: dimgray;

}

/* changes 26-05-2020 */


.trending .card-heading{
    overflow: hidden;
}

.trending .card-heading img {
    transition: transform 1s;

}
.trending .card-heading:hover img {
    transform: scale(1.2);
}


.entertainment .card-heading {
    overflow: hidden;
}
.entertainment .entertain-box img{
    transition: transform 1s;
}
.entertainment .entertain-box:hover img{
    transform: scale(1.2);
}


.videos .videos-newsbox-1 {
    overflow: hidden;
}
.videos .videos-newsbox-1 img{
    transition: transform 1s;
}
.videos .videos-newsbox-1:hover img{
    transform: scale(1.2);
}


.tech .card .card-heading{
    overflow: hidden;
}
.tech .card .card-heading img{
    transition: transform 1s;
}
.tech .card:hover img{ 
    transform: scale(1.2);   
}


.more-news .card .card-body .more-news-newsbox-1{
    overflow: hidden;
}
.more-news .card .card-body .more-news-newsbox-1 img{
    transition: transform 1s;
}
.more-news .card:hover img{
    transform: scale(1.2);
}


.more-news .card .card-heading {
    overflow: hidden;
}
.more-news .card .card-heading  img{
    transition: transform 1s;
}
.more-news .card:hover img{
    transform: scale(1.2);
}


.category-newsbox-1{
    overflow: hidden;
}
.category-newsbox-1 img{
    transition: transform 1s;
}
.category-newsbox-1:hover img{
    transform: scale(1.2);
}


.single_trending .card .card-heading {
    overflow: hidden;
}
.single_trending .card .card-heading  img{
    transition: transform 1s;
}
.single_trending .card:hover img{
    transform: scale(1.2);
}
