        @import url("../../assets/roboto/roboto.css");

        body {
            /*font-family: "Roboto", sans-serif !important;*/
            font-family: Nunito,Verdana, Geneva, sans-serif;
            /*background: #fff8f7;*/
            background: #e3e3e3;
            overflow-x: hidden;
        }
        
        

        /* navblue 183153 */
        /* navchocalate 6A3732 */
        .navbar-light .navbar-brand img{
            width: 260px;
            padding: 6px;
        }
        .navbar-light {
            /* background: #212529 !important;
            padding: 10px 0px; */
            background: #EDECE8 !important;
            padding: 4px 0px 4px 0px;
            -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
            -moz-box-shadow: 0 0 20px rgba(0,0,0,.3);
            box-shadow: 0 0 20px rgb(0 0 0 / 30%);
        }

        .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .show>.nav-link {
            color: #EE005E;
        }

        .navbar-light .navbar-nav .nav-link:focus,
        .navbar-light .navbar-nav .nav-link:hover {
            color: #EE005E;
            /* border-bottom: 1px solid #ffffff; */
        }

        .navbar-light .navbar-nav .nav-link {
            color: #212529;
            border-radius: 8px;
            padding: 6px 20px;
            margin: 0px 2px;
            cursor: pointer;
            font-size: 18px;
            padding: 7px 14px !important;
            text-transform: capitalize !important;
        }

        .navbar-light .nav-link:hover {
            background: transparent;
        }

        .navbar-light .navbar-brand h5 {
            margin: 0;
            color: #fff;
            font-family: cursive;
        }

        .btn {
            border-radius: 8px;
        }

        .btn-danger {
            background: #EE005E;
            border-color: #EE005E;
        }


        @media (min-width: 992px) {
            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 1.5rem;
                padding-left: 1.5rem;
            }
        }


        .sec-heading {
            padding-bottom: 18px;
        }

        .sec-heading p {
            display: inline;
            background: #272727;
            color: #fff;
            padding: 3px 5px;
            font-size: 13px;
            letter-spacing: 1px;
        }

        .sec-heading h2 {
            font-size: 19px;
            margin: 5px 0px;
            letter-spacing: 1px;
            color: #6A3732;
            font-weight: 600;
        }

        .qt-crd-head h6 {
            font-size: 16px;
            margin: 5px 0px;
            letter-spacing: 1px;
            color: #6A3732;
        }


        .btn-info {
            background: #00A3FF;
            border-color: #00A3FF;
            border-radius: 8px;
            position: relative;
            top: 0px;
        }

        .btn-info:hover {
            top: -2px;
            transition: 0.2s ease-in !important;
            background: #00A3FF;
            border-color: #00A3FF;
            box-shadow: 0px 3.79888px 3.79888px rgb(0 0 0 / 10%);
        }



        .sec-footer input {
            border: none;
        }

        .sec-footer input:focus {
            border: none;
            outline: none;
            box-shadow: none;
        }

        .sec-footer .btn-danger {
            border-radius: 4px;
            color: #fff;
            background-color: #EE005E;
            border-color: #EE005E;
            font-size: 14px;
        }

        .sec-footer .card {
            background: #4E5FED;
            border-radius: 10px;
            color: #fff;
            padding: 33px 0px 10px 0px;
            -webkit-box-shadow: -6px 13px 19px -10px rgba(87, 87, 87, 0.75);
            -moz-box-shadow: -6px 13px 19px -10px rgba(87, 87, 87, 0.75);
            box-shadow: -6px 13px 19px -10px rgba(87, 87, 87, 0.75);
        }

        .sec-footer .row-input {
            background: #FFFFFF;
            border-radius: 4px;
            padding: 6px 8px 5px 8px;
        }

        .sec-footer .ul-links li a {
            font-weight: 400;
            font-size: 13px;
            line-height: 19px;
            color: #0A142F;
            margin: 0 11px;
            text-decoration: none;
            transition: 0.2s ease-in;
        }

        .sec-footer .ul-links li a:hover {
            background: #c3c9ff73;
        }

        .sec-footer .ul-social li a {
            font-size: 24px;
            line-height: 19px;
            color: #484B59;
            margin: 0 11px;
            text-decoration: none;
            position: relative;
            top: 0px;
            transition: 0.2s ease-in;
            border: 1px solid transparent;
            border-radius: 17px;
            padding: 6px 9px;
        }

        .sec-footer .ul-social li a:hover {
            color: #4E5FED;
            background: #c3c9ff73;
            top: -5px;
            border: 1px solid #c3c9ff73;
            border-radius: 50%;
            padding: 6px 9px;
        }

        .sec-footer .ul-cards li a {
            margin: 0 7px;
            display: block;
            text-decoration: none;
            width: 39px;
            position: relative;
            top: 0px;
            transition: 0.2s ease-in;
        }

        .sec-footer .ul-cards li a:hover {
            top: 5px;
        }

        .sec-footer .footer-bootom-last {
            border-top: 1px solid #2b3d5129;
        }

        .sec-footer .footer-bootom-last .p-coyright {
            font-size: 12px;
            line-height: 16px;
            color: #0A142F;
            mix-blend-mode: normal;
            opacity: 0.75;
            margin: 0 11px;
        }

        .sec-footer h5 {
            font-family: cursive;
        }

        .card {
            /*-webkit-box-shadow: -1px 1px 3px 0px rgb(119 160 179 / 54%);*/
            /*-moz-box-shadow: -1px 1px 3px 0px rgb(119 160 179 / 54%);*/
            /*box-shadow: -1px 1px 3px 0px rgb(119 160 179 / 54%);*/
             border: none !important; 
        }

        .sec-three .card {
            box-shadow: 0px 4px 4px rgb(0 0 0 / 3%);
            border-radius: 15px 15px 15px 15px;
            border: none;
            position: relative;
            top: 0px;
            transition: 0.2s ease-in;
            height: 200px;
            margin: 7px;
            background: #fff !important;
        }

        .sec-three .card-body {
            padding: 0px 11px 0px 11px;
            justify-content: center;
            align-items: center;
            display: flex;
        }

        /* .sec-three .col-lg-4{
            padding: 4px 4px;
        } */

        .sec-three .card:hover {
            cursor: pointer;
            /* top: -5px; */
            /* color: #fff !important; */
        }

        /* .sec-three .card:hover>.card-body { */
        /* background: #6A3732; */
        /* color: #fff !important; */
        /* } */

        /* .sec-three .card:hover>.card-footer {
            background-color: #6A3732;
        }

        .sec-three .card:hover>.card-header {
            background-color: #6A3732;
        } */



        .sec-three .card-header {
            background-color: transparent;
            border: 0;
            padding: 7px 6px 7px 6px;
            border-radius: 15px 15px 0px 0px;
            position: absolute;
            right: 0;
        }

        .sec-three .card .card-header span {
            font-size: 10px;
            position: absolute;
            left: 10px;
        }

        .sec-three .card-header a:hover {
            color: #6A3732 !important;
        }

        .sec-three .card-header a {
            width: 28px;
            height: 31px;
            background: transparent;
            color: #fafafa;
            padding: 0px 0px 0px 1px;
            border-radius: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            margin: 0px 2px;
            /* position: relative;
            top: 20px;
           transition: 0.4s ease-in; */
            /* visibility: hidden;
            opacity:0;  */
            /* transition:visibility 0.3s linear,opacity 0.3s linear; */

        }

        .sec-three .card:hover .card-header a {
            visibility: visible;
            opacity: 1;
            /* top: 2px; */
        }

        .sec-three .card-body p {
            font-weight: 400;
            font-size: 18.4094px;
            line-height: 34px;
        }




        .btn-outline-info {
            color: #00A3FF;
            border-color: #00A3FF;
            border: 1px solid #00A3FF;
            border-radius: 82px !important;
            font-weight: 600;
            padding: 6px 0px;
        }

        .btn-outline-info:hover {
            background-color: #00A3FF;
            border-color: #00A3FF;
            color: #fff;
        }


        .scratch-cards-scratch .card-scratch {
            background-color: #484B59;
            border-radius: 12px 12px 0px 0px;
        }

        .scratch-cards-scratch .scratch-btn {
            width: 67px;
            height: 67px;
            left: 243px;
            top: 177px;
            border: 1px solid #9E9E9E;
            border-radius: 42px;
            color: #FFFFFF;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 600;
        }

        .scratch-cards-scratch .active {
            background: #22AA00 !important;
            border: 2px solid #FFC700 !important;
        }



        .brd-yellow {
            border-color: #FFEE98 !important;
        }


        .accordion-button:not(.collapsed) {
            color: #0c63e4;
            background-color: #ffffff;
            box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
            border: 1px solid #0c63e4;

        }

        .accordion-item .show {
            border: 1px solid #0c63e4;
            border-top: none;
        }

        .filter-none {
            filter: none !important;
        }


        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: #858585;
        }
        .owl-theme .owl-dots .owl-dot span {
            width: 26px;
            height: 4px;
        }

        .sec-five .owl-theme .owl-dots {
            justify-content: center;
            align-items: center;
            display: flex;
            /* margin-top: -40px !important; */
        }

        .sec-five .owl-theme .owl-dots .owl-dot span {
            background: #EE005E;
        }



        .sec-five .card {
            border: 0.743527px solid rgba(0, 0, 0, 0.2);
            background: #FFFFFF;
            border-radius: 11px;
            margin: 15px;
            background-size: cover;
            border: none;
        }

        .sec-five {
            /* background-color: #484B59; */
        }

        .sec-five .p-t-img {
            border: 4px solid #ffc700;
            border-radius: 44px;
            height: 88px;
            margin: 12px;
            background: #fff;
        }

        .sec-five .p-t-img img {
            width: 80px;
            height: 80px;
            padding: 4px;
            border-radius: 44px;
        }

        .sec-five .card h5 {
            color: #484B59;
            font-weight: 600;
            font-size: 14.8705px;
            line-height: 17px;
            text-align: center;
        }

        .sec-five .card h6 {
            color: #484B59;
            font-weight: 500;
            /* font-size: 10.4094px; */
            line-height: 12px;
            text-align: center;
            color: #484B59;
        }

        .sec-five .card-body p {
            font-weight: 400;
            font-size: 18.4094px;
            line-height: 34px;
            color: #fff;
            padding: 0rem 0rem 0rem 6rem;
            text-align: end;
        }

        .sec-five .p-sub {
            font-size: 13px;
            line-height: 24px;
            font-weight: 200;
        }

        .sec-five .item {
            scale: 0.89;
        }

        .sec-five .owl-item .item {
            transform: translate3d(0, 0, 0);
            /* margin: 50px 0px; */
        }

        .sec-five .owl-item.center .item .card:hover h5 {
            color: #4E5FED;
        }

        .sec-five .owl-item.center .item .card:hover h6 {
            color: #4E5FED;
        }

        */ .sec-five .owl-item.center .item .card:hover p {
            color: #4E5FED;
        }

        .sec-five .owl-item.center .item .card:hover .p-t-img {
            border: 4px solid #4E5FED;
        }

        .sec-five .owl-item .item .card-body {
            justify-content: center;
            display: flex;
            align-items: center;
        }

        .sec-five .owl-item .item .card {
            -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
            height: 269px;
        }




        /* section two *************************************************** */

        .sec-two .card {
            background: #ffefcb;
            border-radius: 15px 15px 15px 15px;
            background-size: cover;
            background-position: right;
            height: 256px;
            box-shadow: none !important;
        }

        .sec-two .card-body p {
            font-weight: 400;
            font-size: 18.4094px;
            line-height: 34px;
        }

        .sec-two .card .card-footer {
            /* background: #08080878; */
            position: absolute;
            right: 0;
            background: transparent;
            top: 3px;
            right: 6px;
        }

        .sec-two .card .card-footer a {
            width: 34px;
            /* background: #0000004f; */
            height: 21px;
            justify-content: center;
            align-items: center;
            font-size: 15px;
            display: flex;
            color: #ffefcb;
            text-decoration: none;
            border-right: 1px solid #ffffff30;
        }


        .sec-two .card .card-body p {
            border-left: 1px solid transparent;
            border-bottom: 1px solid transparent;
            padding-left: 5px !important;
            padding-top: 25px !important;
            padding-bottom: 25px !important;
        }

        .sec-two .card .card-body:hover>p {
            border-left: 1px dotted #dedede;
            border-bottom: 1px dotted #dedede;
            padding-left: 5px !important;
            cursor: pointer;
        }

        .sec-two .card .card-body a {
            border-left: 1px solid transparent;
            border-bottom: 1px solid transparent;
            /*padding-left: 5px !important;*/
            /*padding-top: 25px !important;*/
            /*padding-bottom: 25px !important;*/
        }

        .sec-two .card .card-body a:hover {
            border-left: 1px dotted #dedede;
            border-bottom: 1px dotted #dedede;
            /*padding-left: 5px !important;*/
            cursor: pointer;
        }

        .sec-two .card .card-body {
            justify-content: center;
            align-items: center;
            display: flex;
            /* height: 171px; */

            border-radius: 15px 15px 15px 15px;
        }

        .crsl-btn {
            width: 48px;
            background: #e9e9e9;
            height: 35px;
            justify-content: center;
            align-items: center;
            display: flex;
            color: #183153;
            border-right: 1px solid #fff;
            font-size: 19px;
            cursor: pointer;
        }

        .crsl-btn:hover {
            background: #EE005E;
            color: #fff;
        }

        .sec-six .dropdown-menu.show {
            display: flex;
            justify-content: center;
        }

        .sec-six .card img {
            border-radius: 15px 15px 0px 0px;
        }

        .sec-six .card {
            border-radius: 15px 15px 15px 15px;
            border: 1px solid #ededed;
            position: relative;
            top: 0px;
            transition: 0.2s ease-in;
            /* height: 161px; */
            margin: 7px;
            /* background: #183153; */
            color: #000;
        }

        .sec-six .card-body {
            height: 115px;
            justify-content: center;
            align-items: center;
            display: flex;
        }

        .sec-six .card-body p {
            font-weight: 400;
            font-size: 16.4094px;
            line-height: 29px;
            color: #272727;
        }



        .sec-six .card .card-footer a {
            width: 36px;
            background: transparent;
            height: 28px;
            justify-content: center;
            align-items: center;
            display: flex;
            color: #6A3732;
            text-decoration: none;
            /* border-right: 1px solid #ffffff30; */
            /* border-radius: 15px 15px 15px 15px; */
            border-right: 1px solid #4e5b774f;
        }

        .sec-six .card .card-footer a:hover {
            background: #EE005E;
            color: #fff;
        }

        .sec-six .card .card-footer {
            background: transparent;
            border-radius: 0 0 15px 15px;
            padding: 0 20px 11px 20px;
            border-top: none;
        }

        .btn-outline-warning {
            color: #af1000;
            border-color: #6a373238;
        }

        .btn-outline-warning:hover {
            color: #fff;
            background-color: #6A3732;
            border-color: #6A3732;
        }

        .sec-positive-vibes .card .card-body {
            /* background: #141414d9; */
            /* background: #3d3d3dd6; */
            background: #000000b0;
        }

        .sec-positive-vibes .card .card-body p {
            color: #fff;
        }

        /* .thought-of-the-day .card .card-body */
        .thought-of-the-day .card .card-footer a {
            color: #6A3732 !important;
        }



        /* navbaar */


        /* The side navigation menu */
        .sidenav {
            height: 100%;
            /* 100% Full-height */
            width: 0;
            /* 0 width - change this with JavaScript */
            position: fixed;
            /* Stay in place */
            z-index: 1;
            /* Stay on top */
            top: 0;
            /* Stay at the top */
            right: 0;
            background-color: #fff;
            /* Black*/
            overflow-x: hidden;
            /* Disable horizontal scroll */
            padding-top: 60px;
            /* Place content 60px from the top */
            transition: 0.2s;
            z-index: 99;
        }

        /* The navigation menu links */
        .sidenav a {
            padding: 13px 7px 4px 32px;
            text-decoration: none;
            font-size: 20px;
            color: #431f1c;
            display: block;
            transition: 0.3s;
        }

        .sidenav a i {
            border-right: 1px solid #e5e5e5;
        }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #c86600;
        }

        .sidenav a:active {
            color: #c86600;
        }

        /* Position and style the close button (top right corner) */
        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
            cursor: pointer;
        }

        /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
        #main {
            transition: margin-left .5s;
            padding: 20px;
        }

        /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
        @media screen and (max-height: 450px) {
            .sidenav {
                padding-top: 15px;
            }

            .sidenav a {
                font-size: 20px;
            }
        }

        .right-side-menu-p a {
            text-decoration: none;
            color: #002e6c;
        }

        .right-side-menu-p .list-group-item:hover {
            border-color: #800b00 !important;
        }

        .right-side-menu-p .list-group-item:hover a {
            color: #800b00 !important;
        }

        .right-side-menu-p .list-group-item {
            background: transparent;
        }

        a {
            color: initial;
            text-decoration: none;
        }

        .share-btns-d span {
            border-radius: 8px;
            margin: 5px 0px 6px 2px;
            background-position: center;
        }


        .btn-secondary:hover {
            background-color: #9f261b !important;
        }

        .btn-secondary {
            color: #fff;
            border-color: transparent;
            margin: 0;
            background: #0d0c0cba;
            border: none;
            font-size: 12px;
        }

        .owl-nav {
            display: none !important;
        }

        .btn {
            outline: none !important;
            box-shadow: none !important;
            border-color: inherit !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }


        .card-footer .watermark {
            color: #fcfcfc26;
            font-size: 11px;
            position: absolute;
            left: 19px;
            top: 17px;
            letter-spacing: 2.5px;
        }

        .sec-two .card .card-footer {
            width: 100%;
        }

        .card-footer .sharebuttons {
            display: flex;
            position: absolute;
            right: 0;
            top: 14px;
        }


        .movies-section .fw-bold {
            font-weight: 400 !important;
            color: #6A3732;
            letter-spacing: 0.5px;
        }

        .movies-section .card h6 {
            color: #212529;
        }

        .movies-section .card h4 {
            margin: 19px 0px 11px 0px;
            letter-spacing: 1px;
            color: #212529;
            font-weight: 500 !important;
            line-height: 21px;
        }
        .movies-section .card img{
            height: 100%;
            object-fit: cover;
        }

        .m-read-more {
            font-size: 13px;
        }

        .article-card h3{
            /*font-weight: 600;*/
            /*color: #212529 !important;*/
            /*letter-spacing: 1px;*/
            /*font-size: 20px;*/
            
            font-weight: 800;
            color: #212529 !important;
            font-size: 23px;
            font-family: "Nunito", sans-serif;
            margin-bottom: 10px !important;
        }
        
        .art-crd-6 h3{
            color: #212529 !important;
            font-size: 32px;
            line-height: 49px;
            font-weight: 500;
            font-family: sans-serif;
        }
        
        .article-card a:hover{
            color:#9e0000 !important;
        }
        .article-card{
            /*padding-right: 50px;*/
            line-height: 1.6;
            font-weight: 600;
            font-size: 17px;
            overflow: hidden;
            background: #E3E3E3;
        }
          .article-card .card-body{
             background: #fff;
          }
        
        /* .article-card span{
            position: absolute;
            bottom: 42px;
            font-size: 12px;
        } */
        .article-card p{
            font-size: 15px;
            color: #000;        
        }

        .article-left-side .article-card h3 {
          color: #212529 !important;
            letter-spacing: 0.5px;
            font-size: 21px;
            line-height: 36px;
            font-weight: 500 !important;
        }
        
        .article-card img:hover{
                transform: rotate(1.1deg);
        }
        .article-card:hover img{
                transform: rotate(1.1deg);
        }
        .article-card:hover h3{
                color: #003d7a !important;
        }


        .business-sec .card p{
            font-size: 17px !important;
            line-height: inherit  !important;
            font-weight: 500  !important;
        }
        .business-sec .card p span{
            font-size: 17px !important;
            line-height: inherit  !important;
            font-weight: 500  !important;
        }
        .table-responsive {
            margin: 0 6px;
        }
        
        .time-note{
            /*color: #4f4f4f;*/
            /*font-weight: 200;*/
            /*font-size: 11px;*/
            color: #000000;
            font-weight: 600;
            margin: 5px 15px 6px 5px;
            position: absolute;
            bottom: 0;
            right: 0;
            font-size: 12px !important;
        }
        
        
        
        /* ******** ipl snip css start ******** */

        /* .ipl-card {
        background-color: transparent;
        width: 300px;
        height: 300px;
        perspective: 1000px;
        } */

        .ipl-card-inner {
           position: fixed;
            bottom: 12px;
            right: 21px;
            width: 146px;
            height: 170px;
            text-align: center;
            transition: transform 0.6s;
            transform-style: preserve-3d;
            box-shadow: 0 3px 8px 0 rgb(3 3 96 / 69%);
            border-radius: 24px;
            z-index: 99;
            background: #fff;
        }

        .ipl-card:hover .ipl-card-inner {
            transform: rotateY(180deg);
        }

        .ipl-card-front,
        .ipl-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .ipl-card-front {
            /* background-color: #bbb; */
            color: black;
        }

        .ipl-card-back {
            color: black;
            transform: rotateY(180deg);
        }

        .main {
            display: none;
        }

        .ipl-badge-primary { 
            color: #fff;
            background-color: #007bff;
            font-size: 10px;
            font-weight: 400;
            padding: 1.9px 11px;
        }

        .ipl-icon {
            width: 50px;
            margin-top: 8px;
        }

        .match-row img {
            width: 35px;
            height: 35px;
        }

        .match-row h5 {
            font-size: 12px;
            color: #2a2a2a;
            font-family: 'Cambria', 'serif';
        }

        .match-row .vs {
            color: #b0b0b0;
            position: relative;
            left: -4px;
        }
        .row-info a{
            text-decoration: none;
            font-size: 10px;
            color: #626262;
            position: relative;
            top: -3px;
            padding: 4px 20px;
        }
        .ipl-card button{
           position: fixed;
            right: 23px;
            bottom: 167px;
            color: #f65555b0;
            border: 1px solid #03030338;
            border-radius: 14px;
            height: 23px;
            width: 23px;
            font-size: 12px;
            z-index: 9999;
            background: #fff;
        }
        .ipl-card button:hover{
            color: #ff0505;
        }

        .adsbygoogle{
            background: #c9c9c9;
        }
        p a{
            text-decoration: underline;
            color: #212529 !important;
            text-decoration-color: #ff7c37 !important;
            text-decoration-thickness: 2px;
            text-underline-offset: 4px;
            text-decoration-skip-ink: none;
        }
        p a span{
            color: #212529 !important;
        }
        p a:hover{
            text-decoration-color: #00e311 !important;
        }

        /* ******** ipl snip css end ******** */
        
       
        