﻿
        body {
            background: #f1f1f1;
        }

        /*.tablink {
            background-color: rgba(0, 0, 0, 0.3);
            color: #fff;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            font-weight: bold;
            text-transform: uppercase;
            width: 50%;
            padding: 10px 20px;
            border-radius: 50px 0 50px 0;
            margin: 15px 0;
        }*/

        .tablink{
        border-radius: 10px!important;
       width:48%!important;
        background-color: rgba(0, 0, 0, 0.3);
            color: #fff;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            font-weight: bold;
            text-transform: uppercase;
           
            padding: 10px 20px;
           
            margin: 15px 0;
      }

        .tablink:hover {
            background-color: rgba(0, 0, 0, 0.5);
        }

        /* Style the tab content (and add height:100% for full page content) */
        .tabcontent {
            color: #333;
            display: none;
        }

        .article-content {
            background: #fff;
            padding-bottom: 15px;
            margin-bottom: 20px;
            border-radius: 0 0 5px 5px;
        }

        .article-content img {
            object-fit: cover;
            width: 100%;
            border-radius: 5px 5px 0 0;
        }

        .article-conent-details {
            padding: 15px;
        }

        .article-conent-details h3 {
            margin: 0;
        }

        .article-description p {
            margin: 0;
            /*text-indent: 10%;*/
            text-align: justify;
        }

        .article-description #text-more,
        .article-description #text-more2,
        .article-description #text-more3 {
            display: none;
        }

        .article-description #toggle-btn,
        .article-description #toggle-btn2,
        .article-description #toggle-btn3 {
            color: #F15B42;
            font-weight: bold;
            text-decoration: none;
        }

        .toggle-btn{
              color: #F15B42;
            font-weight: bold;
            text-decoration: none;
        }

        .latest-new {
            position: relative;
            margin-bottom: 20px;
        }

        .latest-new img {
            border-radius: 5px;
            object-fit: cover;
            width: 100%;
        }

        .latest-new .overlay {
            position: absolute;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 10px;
            border-radius: 0 0 5px 5px;
        }

            .latest-new .overlay h3,
            .latest-new .overlay p {
                margin: 0;
            }

            .latest-new .overlay h3 {
                font-size: 13px;
                margin-bottom: 5px;
            }

            .latest-new .overlay p {
                font-size: 12px;
            }

        .older-new {
            background: #fff;
            color: #333;
            margin: 0;
            padding: 10px 10px 10px 0;
            border-left: 3px solid #F15B42;
            border-bottom: 1px solid #ddd;
        }

        .older-new p {
            font-size: 10px;
            margin: 20px 0 0 0;
            color: #aaa;
        }

        .older-new h4 {
            margin: 0;
        }


       /*description*/

       
      
        .detail-photo {
            position: relative;
        }

        .detail-photo img {
            object-fit: cover;
            width: 100%;
            border-radius: 5px 5px 0 0;
        }

        .description {
            color: #333;
          
            padding: 15px;
        }

        .detial-description {
            background: #fff;
            padding-top: 10px;
        }

        .description h3 {
            margin: 0;
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 10px;
        }

        .description p {
            margin: 0;
            text-indent: 10%;
            text-align: justify;
            line-height : 25px;
        }
