It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://nashagra.com

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.    <meta charset="utf-8">
  6.    <title>BizNews - Free News Website Template</title>
  7.    <meta content="width=device-width, initial-scale=1.0" name="viewport">
  8.    <meta content="Free HTML Templates" name="keywords">
  9.    <meta content="Free HTML Templates" name="description">
  10.  
  11.    <!-- Favicon -->
  12.    <link href="img/favicon.ico" rel="icon">
  13.  
  14.    <!-- Google Web Fonts -->
  15.    <link rel="preconnect" href="https://fonts.gstatic.com">
  16.    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">  
  17.  
  18.    <!-- Font Awesome -->
  19.    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" rel="stylesheet">
  20.  
  21.    <!-- Libraries Stylesheet -->
  22.    <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
  23.  
  24.    <!-- Customized Bootstrap Stylesheet -->
  25.    <link href="css/style.css" rel="stylesheet">
  26. </head>
  27.  
  28. <body>
  29.    <!-- Topbar Start -->
  30.    <div class="container-fluid d-none d-lg-block">
  31.        <div class="row align-items-center bg-dark px-lg-5">
  32.            <div class="col-lg-9">
  33.                <nav class="navbar navbar-expand-sm bg-dark p-0">
  34.                    <ul class="navbar-nav ml-n2">
  35.                        <li class="nav-item border-right border-secondary">
  36.                            <a class="nav-link text-body small" href="#">Monday, January 1, 2045</a>
  37.                        </li>
  38.                        <li class="nav-item border-right border-secondary">
  39.                            <a class="nav-link text-body small" href="#">Advertise</a>
  40.                        </li>
  41.                        <li class="nav-item border-right border-secondary">
  42.                            <a class="nav-link text-body small" href="#">Contact</a>
  43.                        </li>
  44.                        <li class="nav-item">
  45.                            <a class="nav-link text-body small" href="#">Login</a>
  46.                        </li>
  47.                    </ul>
  48.                </nav>
  49.            </div>
  50.            <div class="col-lg-3 text-right d-none d-md-block">
  51.                <nav class="navbar navbar-expand-sm bg-dark p-0">
  52.                    <ul class="navbar-nav ml-auto mr-n2">
  53.                        <li class="nav-item">
  54.                            <a class="nav-link text-body" href="#"><small class="fab fa-twitter"></small></a>
  55.                        </li>
  56.                        <li class="nav-item">
  57.                            <a class="nav-link text-body" href="#"><small class="fab fa-facebook-f"></small></a>
  58.                        </li>
  59.                        <li class="nav-item">
  60.                            <a class="nav-link text-body" href="#"><small class="fab fa-linkedin-in"></small></a>
  61.                        </li>
  62.                        <li class="nav-item">
  63.                            <a class="nav-link text-body" href="#"><small class="fab fa-instagram"></small></a>
  64.                        </li>
  65.                        <li class="nav-item">
  66.                            <a class="nav-link text-body" href="#"><small class="fab fa-google-plus-g"></small></a>
  67.                        </li>
  68.                        <li class="nav-item">
  69.                            <a class="nav-link text-body" href="#"><small class="fab fa-youtube"></small></a>
  70.                        </li>
  71.                    </ul>
  72.                </nav>
  73.            </div>
  74.        </div>
  75.        <div class="row align-items-center bg-white py-3 px-lg-5">
  76.            <div class="col-lg-4">
  77.                <a href="index.html" class="navbar-brand p-0 d-none d-lg-block">
  78.                    <h1 class="m-0 display-4 text-uppercase text-primary">Biz<span class="text-secondary font-weight-normal">News</span></h1>
  79.                </a>
  80.            </div>
  81.            <div class="col-lg-8 text-center text-lg-right">
  82.                <a href="https://htmlcodex.com"><img class="img-fluid" src="img/ads-728x90.png" alt=""></a>
  83.            </div>
  84.        </div>
  85.    </div>
  86.    <!-- Topbar End -->
  87.  
  88.  
  89.    <!-- Navbar Start -->
  90.    <div class="container-fluid p-0">
  91.        <nav class="navbar navbar-expand-lg bg-dark navbar-dark py-2 py-lg-0 px-lg-5">
  92.            <a href="index.html" class="navbar-brand d-block d-lg-none">
  93.                <h1 class="m-0 display-4 text-uppercase text-primary">Biz<span class="text-white font-weight-normal">News</span></h1>
  94.            </a>
  95.            <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
  96.                <span class="navbar-toggler-icon"></span>
  97.            </button>
  98.            <div class="collapse navbar-collapse justify-content-between px-0 px-lg-3" id="navbarCollapse">
  99.                <div class="navbar-nav mr-auto py-0">
  100.                    <a href="index.html" class="nav-item nav-link active">Home</a>
  101.                    <a href="category.html" class="nav-item nav-link">Category</a>
  102.                    <a href="single.html" class="nav-item nav-link">Single News</a>
  103.                    <div class="nav-item dropdown">
  104.                        <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Dropdown</a>
  105.                        <div class="dropdown-menu rounded-0 m-0">
  106.                            <a href="#" class="dropdown-item">Menu item 1</a>
  107.                            <a href="#" class="dropdown-item">Menu item 2</a>
  108.                            <a href="#" class="dropdown-item">Menu item 3</a>
  109.                        </div>
  110.                    </div>
  111.                    <a href="contact.html" class="nav-item nav-link">Contact</a>
  112.                </div>
  113.                <div class="input-group ml-auto d-none d-lg-flex" style="width: 100%; max-width: 300px;">
  114.                    <input type="text" class="form-control border-0" placeholder="Keyword">
  115.                    <div class="input-group-append">
  116.                        <button class="input-group-text bg-primary text-dark border-0 px-3"><i
  117.                                class="fa fa-search"></i></button>
  118.                    </div>
  119.                </div>
  120.            </div>
  121.        </nav>
  122.    </div>
  123.    <!-- Navbar End -->
  124.  
  125.  
  126.    <!-- Main News Slider Start -->
  127.    <div class="container-fluid">
  128.        <div class="row">
  129.            <div class="col-lg-7 px-0">
  130.                <div class="owl-carousel main-carousel position-relative">
  131.                    <div class="position-relative overflow-hidden" style="height: 500px;">
  132.                        <img class="img-fluid h-100" src="img/news-800x500-1.jpg" style="object-fit: cover;">
  133.                        <div class="overlay">
  134.                            <div class="mb-2">
  135.                                <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  136.                                    href="">Business</a>
  137.                                <a class="text-white" href="">Jan 01, 2045</a>
  138.                            </div>
  139.                            <a class="h2 m-0 text-white text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit. Proin vitae porta diam...</a>
  140.                        </div>
  141.                    </div>
  142.                    <div class="position-relative overflow-hidden" style="height: 500px;">
  143.                        <img class="img-fluid h-100" src="img/news-800x500-2.jpg" style="object-fit: cover;">
  144.                        <div class="overlay">
  145.                            <div class="mb-2">
  146.                                <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  147.                                    href="">Business</a>
  148.                                <a class="text-white" href="">Jan 01, 2045</a>
  149.                            </div>
  150.                            <a class="h2 m-0 text-white text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit. Proin vitae porta diam...</a>
  151.                        </div>
  152.                    </div>
  153.                    <div class="position-relative overflow-hidden" style="height: 500px;">
  154.                        <img class="img-fluid h-100" src="img/news-800x500-3.jpg" style="object-fit: cover;">
  155.                        <div class="overlay">
  156.                            <div class="mb-2">
  157.                                <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  158.                                    href="">Business</a>
  159.                                <a class="text-white" href="">Jan 01, 2045</a>
  160.                            </div>
  161.                            <a class="h2 m-0 text-white text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit. Proin vitae porta diam...</a>
  162.                        </div>
  163.                    </div>
  164.                </div>
  165.            </div>
  166.            <div class="col-lg-5 px-0">
  167.                <div class="row mx-0">
  168.                    <div class="col-md-6 px-0">
  169.                        <div class="position-relative overflow-hidden" style="height: 250px;">
  170.                            <img class="img-fluid w-100 h-100" src="img/news-700x435-1.jpg" style="object-fit: cover;">
  171.                            <div class="overlay">
  172.                                <div class="mb-2">
  173.                                    <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  174.                                        href="">Business</a>
  175.                                    <a class="text-white" href=""><small>Jan 01, 2045</small></a>
  176.                                </div>
  177.                                <a class="h6 m-0 text-white text-uppercase font-weight-semi-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  178.                            </div>
  179.                        </div>
  180.                    </div>
  181.                    <div class="col-md-6 px-0">
  182.                        <div class="position-relative overflow-hidden" style="height: 250px;">
  183.                            <img class="img-fluid w-100 h-100" src="img/news-700x435-2.jpg" style="object-fit: cover;">
  184.                            <div class="overlay">
  185.                                <div class="mb-2">
  186.                                    <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  187.                                        href="">Business</a>
  188.                                    <a class="text-white" href=""><small>Jan 01, 2045</small></a>
  189.                                </div>
  190.                                <a class="h6 m-0 text-white text-uppercase font-weight-semi-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  191.                            </div>
  192.                        </div>
  193.                    </div>
  194.                    <div class="col-md-6 px-0">
  195.                        <div class="position-relative overflow-hidden" style="height: 250px;">
  196.                            <img class="img-fluid w-100 h-100" src="img/news-700x435-3.jpg" style="object-fit: cover;">
  197.                            <div class="overlay">
  198.                                <div class="mb-2">
  199.                                    <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  200.                                        href="">Business</a>
  201.                                    <a class="text-white" href=""><small>Jan 01, 2045</small></a>
  202.                                </div>
  203.                                <a class="h6 m-0 text-white text-uppercase font-weight-semi-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  204.                            </div>
  205.                        </div>
  206.                    </div>
  207.                    <div class="col-md-6 px-0">
  208.                        <div class="position-relative overflow-hidden" style="height: 250px;">
  209.                            <img class="img-fluid w-100 h-100" src="img/news-700x435-4.jpg" style="object-fit: cover;">
  210.                            <div class="overlay">
  211.                                <div class="mb-2">
  212.                                    <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  213.                                        href="">Business</a>
  214.                                    <a class="text-white" href=""><small>Jan 01, 2045</small></a>
  215.                                </div>
  216.                                <a class="h6 m-0 text-white text-uppercase font-weight-semi-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  217.                            </div>
  218.                        </div>
  219.                    </div>
  220.                </div>
  221.            </div>
  222.        </div>
  223.    </div>
  224.    <!-- Main News Slider End -->
  225.  
  226.  
  227.    <!-- Breaking News Start -->
  228.    <div class="container-fluid bg-dark py-3 mb-3">
  229.        <div class="container">
  230.            <div class="row align-items-center bg-dark">
  231.                <div class="col-12">
  232.                    <div class="d-flex justify-content-between">
  233.                        <div class="bg-primary text-dark text-center font-weight-medium py-2" style="width: 170px;">Breaking News</div>
  234.                        <div class="owl-carousel tranding-carousel position-relative d-inline-flex align-items-center ml-3"
  235.                            style="width: calc(100% - 170px); padding-right: 90px;">
  236.                            <div class="text-truncate"><a class="text-white text-uppercase font-weight-semi-bold" href="">Lorem ipsum dolor sit amet elit. Proin interdum lacus eget ante tincidunt, sed faucibus nisl sodales</a></div>
  237.                            <div class="text-truncate"><a class="text-white text-uppercase font-weight-semi-bold" href="">Lorem ipsum dolor sit amet elit. Proin interdum lacus eget ante tincidunt, sed faucibus nisl sodales</a></div>
  238.                        </div>
  239.                    </div>
  240.                </div>
  241.            </div>
  242.        </div>
  243.    </div>
  244.    <!-- Breaking News End -->
  245.  
  246.  
  247.    <!-- Featured News Slider Start -->
  248.    <div class="container-fluid pt-5 mb-3">
  249.        <div class="container">
  250.            <div class="section-title">
  251.                <h4 class="m-0 text-uppercase font-weight-bold">Featured News</h4>
  252.            </div>
  253.            <div class="owl-carousel news-carousel carousel-item-4 position-relative">
  254.                <div class="position-relative overflow-hidden" style="height: 300px;">
  255.                    <img class="img-fluid h-100" src="img/news-700x435-1.jpg" style="object-fit: cover;">
  256.                    <div class="overlay">
  257.                        <div class="mb-2">
  258.                            <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  259.                                href="">Business</a>
  260.                            <a class="text-white" href=""><small>Jan 01, 2045</small></a>
  261.                        </div>
  262.                        <a class="h6 m-0 text-white text-uppercase font-weight-semi-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  263.                    </div>
  264.                </div>
  265.                <div class="position-relative overflow-hidden" style="height: 300px;">
  266.                    <img class="img-fluid h-100" src="img/news-700x435-2.jpg" style="object-fit: cover;">
  267.                    <div class="overlay">
  268.                        <div class="mb-2">
  269.                            <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  270.                                href="">Business</a>
  271.                            <a class="text-white" href=""><small>Jan 01, 2045</small></a>
  272.                        </div>
  273.                        <a class="h6 m-0 text-white text-uppercase font-weight-semi-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  274.                    </div>
  275.                </div>
  276.                <div class="position-relative overflow-hidden" style="height: 300px;">
  277.                    <img class="img-fluid h-100" src="img/news-700x435-3.jpg" style="object-fit: cover;">
  278.                    <div class="overlay">
  279.                        <div class="mb-2">
  280.                            <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  281.                                href="">Business</a>
  282.                            <a class="text-white" href=""><small>Jan 01, 2045</small></a>
  283.                        </div>
  284.                        <a class="h6 m-0 text-white text-uppercase font-weight-semi-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  285.                    </div>
  286.                </div>
  287.                <div class="position-relative overflow-hidden" style="height: 300px;">
  288.                    <img class="img-fluid h-100" src="img/news-700x435-4.jpg" style="object-fit: cover;">
  289.                    <div class="overlay">
  290.                        <div class="mb-2">
  291.                            <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  292.                                href="">Business</a>
  293.                            <a class="text-white" href=""><small>Jan 01, 2045</small></a>
  294.                        </div>
  295.                        <a class="h6 m-0 text-white text-uppercase font-weight-semi-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  296.                    </div>
  297.                </div>
  298.                <div class="position-relative overflow-hidden" style="height: 300px;">
  299.                    <img class="img-fluid h-100" src="img/news-700x435-5.jpg" style="object-fit: cover;">
  300.                    <div class="overlay">
  301.                        <div class="mb-2">
  302.                            <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  303.                                href="">Business</a>
  304.                            <a class="text-white" href=""><small>Jan 01, 2045</small></a>
  305.                        </div>
  306.                        <a class="h6 m-0 text-white text-uppercase font-weight-semi-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  307.                    </div>
  308.                </div>
  309.            </div>
  310.        </div>
  311.    </div>
  312.    <!-- Featured News Slider End -->
  313.  
  314.  
  315.    <!-- News With Sidebar Start -->
  316.    <div class="container-fluid">
  317.        <div class="container">
  318.            <div class="row">
  319.                <div class="col-lg-8">
  320.                    <div class="row">
  321.                        <div class="col-12">
  322.                            <div class="section-title">
  323.                                <h4 class="m-0 text-uppercase font-weight-bold">Latest News</h4>
  324.                                <a class="text-secondary font-weight-medium text-decoration-none" href="">View All</a>
  325.                            </div>
  326.                        </div>
  327.                        <div class="col-lg-6">
  328.                            <div class="position-relative mb-3">
  329.                                <img class="img-fluid w-100" src="img/news-700x435-1.jpg" style="object-fit: cover;">
  330.                                <div class="bg-white border border-top-0 p-4">
  331.                                    <div class="mb-2">
  332.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  333.                                            href="">Business</a>
  334.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  335.                                    </div>
  336.                                    <a class="h4 d-block mb-3 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  337.                                    <p class="m-0">Dolor lorem eos dolor duo et eirmod sea. Dolor sit magna
  338.                                        rebum clita rebum dolor stet amet justo</p>
  339.                                </div>
  340.                                <div class="d-flex justify-content-between bg-white border border-top-0 p-4">
  341.                                    <div class="d-flex align-items-center">
  342.                                        <img class="rounded-circle mr-2" src="img/user.jpg" width="25" height="25" alt="">
  343.                                        <small>John Doe</small>
  344.                                    </div>
  345.                                    <div class="d-flex align-items-center">
  346.                                        <small class="ml-3"><i class="far fa-eye mr-2"></i>12345</small>
  347.                                        <small class="ml-3"><i class="far fa-comment mr-2"></i>123</small>
  348.                                    </div>
  349.                                </div>
  350.                            </div>
  351.                        </div>
  352.                        <div class="col-lg-6">
  353.                            <div class="position-relative mb-3">
  354.                                <img class="img-fluid w-100" src="img/news-700x435-2.jpg" style="object-fit: cover;">
  355.                                <div class="bg-white border border-top-0 p-4">
  356.                                    <div class="mb-2">
  357.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  358.                                            href="">Business</a>
  359.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  360.                                    </div>
  361.                                    <a class="h4 d-block mb-3 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  362.                                    <p class="m-0">Dolor lorem eos dolor duo et eirmod sea. Dolor sit magna
  363.                                        rebum clita rebum dolor stet amet justo</p>
  364.                                </div>
  365.                                <div class="d-flex justify-content-between bg-white border border-top-0 p-4">
  366.                                    <div class="d-flex align-items-center">
  367.                                        <img class="rounded-circle mr-2" src="img/user.jpg" width="25" height="25" alt="">
  368.                                        <small>John Doe</small>
  369.                                    </div>
  370.                                    <div class="d-flex align-items-center">
  371.                                        <small class="ml-3"><i class="far fa-eye mr-2"></i>12345</small>
  372.                                        <small class="ml-3"><i class="far fa-comment mr-2"></i>123</small>
  373.                                    </div>
  374.                                </div>
  375.                            </div>
  376.                        </div>
  377.                        <div class="col-lg-12 mb-3">
  378.                            <a href=""><img class="img-fluid w-100" src="img/ads-728x90.png" alt=""></a>
  379.                        </div>
  380.                        <div class="col-lg-6">
  381.                            <div class="position-relative mb-3">
  382.                                <img class="img-fluid w-100" src="img/news-700x435-3.jpg" style="object-fit: cover;">
  383.                                <div class="bg-white border border-top-0 p-4">
  384.                                    <div class="mb-2">
  385.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  386.                                            href="">Business</a>
  387.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  388.                                    </div>
  389.                                    <a class="h4 d-block mb-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  390.                                </div>
  391.                                <div class="d-flex justify-content-between bg-white border border-top-0 p-4">
  392.                                    <div class="d-flex align-items-center">
  393.                                        <img class="rounded-circle mr-2" src="img/user.jpg" width="25" height="25" alt="">
  394.                                        <small>John Doe</small>
  395.                                    </div>
  396.                                    <div class="d-flex align-items-center">
  397.                                        <small class="ml-3"><i class="far fa-eye mr-2"></i>12345</small>
  398.                                        <small class="ml-3"><i class="far fa-comment mr-2"></i>123</small>
  399.                                    </div>
  400.                                </div>
  401.                            </div>
  402.                        </div>
  403.                        <div class="col-lg-6">
  404.                            <div class="position-relative mb-3">
  405.                                <img class="img-fluid w-100" src="img/news-700x435-4.jpg" style="object-fit: cover;">
  406.                                <div class="bg-white border border-top-0 p-4">
  407.                                    <div class="mb-2">
  408.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  409.                                            href="">Business</a>
  410.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  411.                                    </div>
  412.                                    <a class="h4 d-block mb-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  413.                                </div>
  414.                                <div class="d-flex justify-content-between bg-white border border-top-0 p-4">
  415.                                    <div class="d-flex align-items-center">
  416.                                        <img class="rounded-circle mr-2" src="img/user.jpg" width="25" height="25" alt="">
  417.                                        <small>John Doe</small>
  418.                                    </div>
  419.                                    <div class="d-flex align-items-center">
  420.                                        <small class="ml-3"><i class="far fa-eye mr-2"></i>12345</small>
  421.                                        <small class="ml-3"><i class="far fa-comment mr-2"></i>123</small>
  422.                                    </div>
  423.                                </div>
  424.                            </div>
  425.                        </div>
  426.                        <div class="col-lg-6">
  427.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  428.                                <img class="img-fluid" src="img/news-110x110-1.jpg" alt="">
  429.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  430.                                    <div class="mb-2">
  431.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  432.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  433.                                    </div>
  434.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  435.                                </div>
  436.                            </div>
  437.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  438.                                <img class="img-fluid" src="img/news-110x110-2.jpg" alt="">
  439.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  440.                                    <div class="mb-2">
  441.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  442.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  443.                                    </div>
  444.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  445.                                </div>
  446.                            </div>
  447.                        </div>
  448.                        <div class="col-lg-6">
  449.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  450.                                <img class="img-fluid" src="img/news-110x110-3.jpg" alt="">
  451.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  452.                                    <div class="mb-2">
  453.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  454.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  455.                                    </div>
  456.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  457.                                </div>
  458.                            </div>
  459.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  460.                                <img class="img-fluid" src="img/news-110x110-4.jpg" alt="">
  461.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  462.                                    <div class="mb-2">
  463.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  464.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  465.                                    </div>
  466.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  467.                                </div>
  468.                            </div>
  469.                        </div>
  470.                        <div class="col-lg-12 mb-3">
  471.                            <a href=""><img class="img-fluid w-100" src="img/ads-728x90.png" alt=""></a>
  472.                        </div>
  473.                        <div class="col-lg-12">
  474.                            <div class="row news-lg mx-0 mb-3">
  475.                                <div class="col-md-6 h-100 px-0">
  476.                                    <img class="img-fluid h-100" src="img/news-700x435-5.jpg" style="object-fit: cover;">
  477.                                </div>
  478.                                <div class="col-md-6 d-flex flex-column border bg-white h-100 px-0">
  479.                                    <div class="mt-auto p-4">
  480.                                        <div class="mb-2">
  481.                                            <a class="badge badge-primary text-uppercase font-weight-semi-bold p-2 mr-2"
  482.                                                href="">Business</a>
  483.                                            <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  484.                                        </div>
  485.                                        <a class="h4 d-block mb-3 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  486.                                        <p class="m-0">Dolor lorem eos dolor duo et eirmod sea. Dolor sit magna
  487.                                            rebum clita rebum dolor stet amet justo</p>
  488.                                    </div>
  489.                                    <div class="d-flex justify-content-between bg-white border-top mt-auto p-4">
  490.                                        <div class="d-flex align-items-center">
  491.                                            <img class="rounded-circle mr-2" src="img/user.jpg" width="25" height="25" alt="">
  492.                                            <small>John Doe</small>
  493.                                        </div>
  494.                                        <div class="d-flex align-items-center">
  495.                                            <small class="ml-3"><i class="far fa-eye mr-2"></i>12345</small>
  496.                                            <small class="ml-3"><i class="far fa-comment mr-2"></i>123</small>
  497.                                        </div>
  498.                                    </div>
  499.                                </div>
  500.                            </div>
  501.                        </div>
  502.                        <div class="col-lg-6">
  503.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  504.                                <img class="img-fluid" src="img/news-110x110-1.jpg" alt="">
  505.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  506.                                    <div class="mb-2">
  507.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  508.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  509.                                    </div>
  510.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  511.                                </div>
  512.                            </div>
  513.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  514.                                <img class="img-fluid" src="img/news-110x110-2.jpg" alt="">
  515.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  516.                                    <div class="mb-2">
  517.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  518.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  519.                                    </div>
  520.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  521.                                </div>
  522.                            </div>
  523.                        </div>
  524.                        <div class="col-lg-6">
  525.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  526.                                <img class="img-fluid" src="img/news-110x110-3.jpg" alt="">
  527.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  528.                                    <div class="mb-2">
  529.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  530.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  531.                                    </div>
  532.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  533.                                </div>
  534.                            </div>
  535.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  536.                                <img class="img-fluid" src="img/news-110x110-4.jpg" alt="">
  537.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  538.                                    <div class="mb-2">
  539.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  540.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  541.                                    </div>
  542.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  543.                                </div>
  544.                            </div>
  545.                        </div>
  546.                    </div>
  547.                </div>
  548.                
  549.                <div class="col-lg-4">
  550.                    <!-- Social Follow Start -->
  551.                    <div class="mb-3">
  552.                        <div class="section-title mb-0">
  553.                            <h4 class="m-0 text-uppercase font-weight-bold">Follow Us</h4>
  554.                        </div>
  555.                        <div class="bg-white border border-top-0 p-3">
  556.                            <a href="" class="d-block w-100 text-white text-decoration-none mb-3" style="background: #39569E;">
  557.                                <i class="fab fa-facebook-f text-center py-4 mr-3" style="width: 65px; background: rgba(0, 0, 0, .2);"></i>
  558.                                <span class="font-weight-medium">12,345 Fans</span>
  559.                            </a>
  560.                            <a href="" class="d-block w-100 text-white text-decoration-none mb-3" style="background: #52AAF4;">
  561.                                <i class="fab fa-twitter text-center py-4 mr-3" style="width: 65px; background: rgba(0, 0, 0, .2);"></i>
  562.                                <span class="font-weight-medium">12,345 Followers</span>
  563.                            </a>
  564.                            <a href="" class="d-block w-100 text-white text-decoration-none mb-3" style="background: #0185AE;">
  565.                                <i class="fab fa-linkedin-in text-center py-4 mr-3" style="width: 65px; background: rgba(0, 0, 0, .2);"></i>
  566.                                <span class="font-weight-medium">12,345 Connects</span>
  567.                            </a>
  568.                            <a href="" class="d-block w-100 text-white text-decoration-none mb-3" style="background: #C8359D;">
  569.                                <i class="fab fa-instagram text-center py-4 mr-3" style="width: 65px; background: rgba(0, 0, 0, .2);"></i>
  570.                                <span class="font-weight-medium">12,345 Followers</span>
  571.                            </a>
  572.                            <a href="" class="d-block w-100 text-white text-decoration-none mb-3" style="background: #DC472E;">
  573.                                <i class="fab fa-youtube text-center py-4 mr-3" style="width: 65px; background: rgba(0, 0, 0, .2);"></i>
  574.                                <span class="font-weight-medium">12,345 Subscribers</span>
  575.                            </a>
  576.                            <a href="" class="d-block w-100 text-white text-decoration-none" style="background: #055570;">
  577.                                <i class="fab fa-vimeo-v text-center py-4 mr-3" style="width: 65px; background: rgba(0, 0, 0, .2);"></i>
  578.                                <span class="font-weight-medium">12,345 Followers</span>
  579.                            </a>
  580.                        </div>
  581.                    </div>
  582.                    <!-- Social Follow End -->
  583.  
  584.                    <!-- Ads Start -->
  585.                    <div class="mb-3">
  586.                        <div class="section-title mb-0">
  587.                            <h4 class="m-0 text-uppercase font-weight-bold">Advertisement</h4>
  588.                        </div>
  589.                        <div class="bg-white text-center border border-top-0 p-3">
  590.                            <a href=""><img class="img-fluid" src="img/news-800x500-2.jpg" alt=""></a>
  591.                        </div>
  592.                    </div>
  593.                    <!-- Ads End -->
  594.  
  595.                    <!-- Popular News Start -->
  596.                    <div class="mb-3">
  597.                        <div class="section-title mb-0">
  598.                            <h4 class="m-0 text-uppercase font-weight-bold">Tranding News</h4>
  599.                        </div>
  600.                        <div class="bg-white border border-top-0 p-3">
  601.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  602.                                <img class="img-fluid" src="img/news-110x110-1.jpg" alt="">
  603.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  604.                                    <div class="mb-2">
  605.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  606.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  607.                                    </div>
  608.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  609.                                </div>
  610.                            </div>
  611.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  612.                                <img class="img-fluid" src="img/news-110x110-2.jpg" alt="">
  613.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  614.                                    <div class="mb-2">
  615.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  616.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  617.                                    </div>
  618.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  619.                                </div>
  620.                            </div>
  621.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  622.                                <img class="img-fluid" src="img/news-110x110-3.jpg" alt="">
  623.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  624.                                    <div class="mb-2">
  625.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  626.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  627.                                    </div>
  628.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  629.                                </div>
  630.                            </div>
  631.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  632.                                <img class="img-fluid" src="img/news-110x110-4.jpg" alt="">
  633.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  634.                                    <div class="mb-2">
  635.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  636.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  637.                                    </div>
  638.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  639.                                </div>
  640.                            </div>
  641.                            <div class="d-flex align-items-center bg-white mb-3" style="height: 110px;">
  642.                                <img class="img-fluid" src="img/news-110x110-5.jpg" alt="">
  643.                                <div class="w-100 h-100 px-3 d-flex flex-column justify-content-center border border-left-0">
  644.                                    <div class="mb-2">
  645.                                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  646.                                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  647.                                    </div>
  648.                                    <a class="h6 m-0 text-secondary text-uppercase font-weight-bold" href="">Lorem ipsum dolor sit amet elit...</a>
  649.                                </div>
  650.                            </div>
  651.                        </div>
  652.                    </div>
  653.                    <!-- Popular News End -->
  654.  
  655.                    <!-- Newsletter Start -->
  656.                    <div class="mb-3">
  657.                        <div class="section-title mb-0">
  658.                            <h4 class="m-0 text-uppercase font-weight-bold">Newsletter</h4>
  659.                        </div>
  660.                        <div class="bg-white text-center border border-top-0 p-3">
  661.                            <p>Aliqu justo et labore at eirmod justo sea erat diam dolor diam vero kasd</p>
  662.                            <div class="input-group mb-2" style="width: 100%;">
  663.                                <input type="text" class="form-control form-control-lg" placeholder="Your Email">
  664.                                <div class="input-group-append">
  665.                                    <button class="btn btn-primary font-weight-bold px-3">Sign Up</button>
  666.                                </div>
  667.                            </div>
  668.                            <small>Lorem ipsum dolor sit amet elit</small>
  669.                        </div>
  670.                    </div>
  671.                    <!-- Newsletter End -->
  672.  
  673.                    <!-- Tags Start -->
  674.                    <div class="mb-3">
  675.                        <div class="section-title mb-0">
  676.                            <h4 class="m-0 text-uppercase font-weight-bold">Tags</h4>
  677.                        </div>
  678.                        <div class="bg-white border border-top-0 p-3">
  679.                            <div class="d-flex flex-wrap m-n1">
  680.                                <a href="" class="btn btn-sm btn-outline-secondary m-1">Politics</a>
  681.                                <a href="" class="btn btn-sm btn-outline-secondary m-1">Business</a>
  682.                                <a href="" class="btn btn-sm btn-outline-secondary m-1">Corporate</a>
  683.                                <a href="" class="btn btn-sm btn-outline-secondary m-1">Business</a>
  684.                                <a href="" class="btn btn-sm btn-outline-secondary m-1">Health</a>
  685.                                <a href="" class="btn btn-sm btn-outline-secondary m-1">Education</a>
  686.                                <a href="" class="btn btn-sm btn-outline-secondary m-1">Science</a>
  687.                                <a href="" class="btn btn-sm btn-outline-secondary m-1">Business</a>
  688.                                <a href="" class="btn btn-sm btn-outline-secondary m-1">Foods</a>
  689.                                <a href="" class="btn btn-sm btn-outline-secondary m-1">Travel</a>
  690.                            </div>
  691.                        </div>
  692.                    </div>
  693.                    <!-- Tags End -->
  694.                </div>
  695.            </div>
  696.        </div>
  697.    </div>
  698.    <!-- News With Sidebar End -->
  699.  
  700.  
  701.    <!-- Footer Start -->
  702.    <div class="container-fluid bg-dark pt-5 px-sm-3 px-md-5 mt-5">
  703.        <div class="row py-4">
  704.            <div class="col-lg-3 col-md-6 mb-5">
  705.                <h5 class="mb-4 text-white text-uppercase font-weight-bold">Get In Touch</h5>
  706.                <p class="font-weight-medium"><i class="fa fa-map-marker-alt mr-2"></i>123 Street, New York, USA</p>
  707.                <p class="font-weight-medium"><i class="fa fa-phone-alt mr-2"></i>+012 345 67890</p>
  708.                <p class="font-weight-medium"><i class="fa fa-envelope mr-2"></i>info@example.com</p>
  709.                <h6 class="mt-4 mb-3 text-white text-uppercase font-weight-bold">Follow Us</h6>
  710.                <div class="d-flex justify-content-start">
  711.                    <a class="btn btn-lg btn-secondary btn-lg-square mr-2" href="#"><i class="fab fa-twitter"></i></a>
  712.                    <a class="btn btn-lg btn-secondary btn-lg-square mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
  713.                    <a class="btn btn-lg btn-secondary btn-lg-square mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
  714.                    <a class="btn btn-lg btn-secondary btn-lg-square mr-2" href="#"><i class="fab fa-instagram"></i></a>
  715.                    <a class="btn btn-lg btn-secondary btn-lg-square" href="#"><i class="fab fa-youtube"></i></a>
  716.                </div>
  717.            </div>
  718.            <div class="col-lg-3 col-md-6 mb-5">
  719.                <h5 class="mb-4 text-white text-uppercase font-weight-bold">Popular News</h5>
  720.                <div class="mb-3">
  721.                    <div class="mb-2">
  722.                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  723.                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  724.                    </div>
  725.                    <a class="small text-body text-uppercase font-weight-medium" href="">Lorem ipsum dolor sit amet elit. Proin vitae porta diam...</a>
  726.                </div>
  727.                <div class="mb-3">
  728.                    <div class="mb-2">
  729.                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  730.                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  731.                    </div>
  732.                    <a class="small text-body text-uppercase font-weight-medium" href="">Lorem ipsum dolor sit amet elit. Proin vitae porta diam...</a>
  733.                </div>
  734.                <div class="">
  735.                    <div class="mb-2">
  736.                        <a class="badge badge-primary text-uppercase font-weight-semi-bold p-1 mr-2" href="">Business</a>
  737.                        <a class="text-body" href=""><small>Jan 01, 2045</small></a>
  738.                    </div>
  739.                    <a class="small text-body text-uppercase font-weight-medium" href="">Lorem ipsum dolor sit amet elit. Proin vitae porta diam...</a>
  740.                </div>
  741.            </div>
  742.            <div class="col-lg-3 col-md-6 mb-5">
  743.                <h5 class="mb-4 text-white text-uppercase font-weight-bold">Categories</h5>
  744.                <div class="m-n1">
  745.                    <a href="" class="btn btn-sm btn-secondary m-1">Politics</a>
  746.                    <a href="" class="btn btn-sm btn-secondary m-1">Business</a>
  747.                    <a href="" class="btn btn-sm btn-secondary m-1">Corporate</a>
  748.                    <a href="" class="btn btn-sm btn-secondary m-1">Business</a>
  749.                    <a href="" class="btn btn-sm btn-secondary m-1">Health</a>
  750.                    <a href="" class="btn btn-sm btn-secondary m-1">Education</a>
  751.                    <a href="" class="btn btn-sm btn-secondary m-1">Science</a>
  752.                    <a href="" class="btn btn-sm btn-secondary m-1">Business</a>
  753.                    <a href="" class="btn btn-sm btn-secondary m-1">Foods</a>
  754.                    <a href="" class="btn btn-sm btn-secondary m-1">Entertainment</a>
  755.                    <a href="" class="btn btn-sm btn-secondary m-1">Travel</a>
  756.                    <a href="" class="btn btn-sm btn-secondary m-1">Lifestyle</a>
  757.                    <a href="" class="btn btn-sm btn-secondary m-1">Politics</a>
  758.                    <a href="" class="btn btn-sm btn-secondary m-1">Business</a>
  759.                    <a href="" class="btn btn-sm btn-secondary m-1">Corporate</a>
  760.                    <a href="" class="btn btn-sm btn-secondary m-1">Business</a>
  761.                    <a href="" class="btn btn-sm btn-secondary m-1">Health</a>
  762.                    <a href="" class="btn btn-sm btn-secondary m-1">Education</a>
  763.                    <a href="" class="btn btn-sm btn-secondary m-1">Science</a>
  764.                    <a href="" class="btn btn-sm btn-secondary m-1">Business</a>
  765.                    <a href="" class="btn btn-sm btn-secondary m-1">Foods</a>
  766.                </div>
  767.            </div>
  768.            <div class="col-lg-3 col-md-6 mb-5">
  769.                <h5 class="mb-4 text-white text-uppercase font-weight-bold">Flickr Photos</h5>
  770.                <div class="row">
  771.                    <div class="col-4 mb-3">
  772.                        <a href=""><img class="w-100" src="img/news-110x110-1.jpg" alt=""></a>
  773.                    </div>
  774.                    <div class="col-4 mb-3">
  775.                        <a href=""><img class="w-100" src="img/news-110x110-2.jpg" alt=""></a>
  776.                    </div>
  777.                    <div class="col-4 mb-3">
  778.                        <a href=""><img class="w-100" src="img/news-110x110-3.jpg" alt=""></a>
  779.                    </div>
  780.                    <div class="col-4 mb-3">
  781.                        <a href=""><img class="w-100" src="img/news-110x110-4.jpg" alt=""></a>
  782.                    </div>
  783.                    <div class="col-4 mb-3">
  784.                        <a href=""><img class="w-100" src="img/news-110x110-5.jpg" alt=""></a>
  785.                    </div>
  786.                    <div class="col-4 mb-3">
  787.                        <a href=""><img class="w-100" src="img/news-110x110-1.jpg" alt=""></a>
  788.                    </div>
  789.                </div>
  790.            </div>
  791.        </div>
  792.    </div>
  793.    <div class="container-fluid py-4 px-sm-3 px-md-5" style="background: #111111;">
  794.        <p class="m-0 text-center">&copy; <a href="#">Your Site Name</a>. All Rights Reserved.
  795. <!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
  796. Design by <a href="https://htmlcodex.com">HTML Codex</a></p>
  797.    </div>
  798.    <!-- Footer End -->
  799.  
  800.  
  801.    <!-- Back to Top -->
  802.    <a href="#" class="btn btn-primary btn-square back-to-top"><i class="fa fa-arrow-up"></i></a>
  803.  
  804.  
  805.    <!-- JavaScript Libraries -->
  806.    <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
  807.    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
  808.    <script src="lib/easing/easing.min.js"></script>
  809.    <script src="lib/owlcarousel/owl.carousel.min.js"></script>
  810.  
  811.    <!-- Template Javascript -->
  812.    <script src="js/main.js"></script>
  813. </body>
  814.  
  815. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda