/*Blog header css style*/

/* TMS blog — Info-X red theme (layout aligned with standalone design) */


 ul li
        {
            list-style-type: none;
        }

        .infox-red {
            background-color: #E30613;
        }

        .text-infox-red {
            color: #E30613;
        }

        .border-infox-red {
            border-color: #E30613;
        }

        /* Header Styles */
        .blog-header {
            background: white;
            border-bottom: 1px solid #e5e7eb;
            padding: 1.5rem 0;
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.5rem;
            font-weight: bold;
            color: black;
        }

        .nav {
            display: none;
            gap: 1.5rem;
        }

            .nav a {
              
                text-decoration: none;
                transition: color 0.2s;
				    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #0a0a0a;
    border-bottom: 2px solid #fff;
    padding: 10px 0px;
            }

                .nav a:hover {
                    color: black;
                }

        @media (min-width: 768px) {
            .nav {
                display: inline-block;
            }
        }

        .tms-breadcrumb {
            background: #f7f8fc;
            padding: 12px 0;
            font-size: 13px;
            color: #6c6c8a;
            border-bottom: 1px solid #e2e4ef;
        }
        .tms-breadcrumb a { color: #E30613; text-decoration: none; }
        .tms-breadcrumb a:hover { text-decoration: underline; }
        .tms-breadcrumb .sep { margin: 0 7px; color: #9ca3af; }
		
		
		
.header .container-fluid{
	    display: inline !important;
}

.header .dropdown-toggle::after{
	display:none;
}