*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* blog start */
.blog .fiirst-content .card
{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.sector-1 
{
    background: #f5f5f5;
    border-left: 4px solid #d9232d;
}

.sector-3 img 
{
    width: 100%;
}

.blog-sector-2 
{
    background: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.search-input-sec 
{
    position: relative;
}

.search-input-sec input 
{
    padding: 7px;
    border: 1px solid #808080;
    width: 80%;
}

.search-input-sec input:focus 
{
    outline: none;
    border-color: #d9232d;
}

.search-input-sec .main-btn 
{
    position: absolute;
    top: 0;
}

.img-section-content img 
{
    width: 100px;
    max-width: 100%;
}

.content-sec a 
{
    transition: 0.5s;
    color: rgb(14, 14, 14);
}

.content-sec a:hover 
{
    color: #d9232d;
}

.tag-button-sec button 
{
    padding: 10px 15px;
    background: none;
    border: 1px solid #e0dddd;
    margin: 2px;
    transition: 0.5s;
    color: #a9a6a6;
}

.tag-button-sec button:hover 
{
    background: #d9232d;
    color: white;
    font-weight: 560;
    border: none;
}


.dropdown-sector  
{
    display: none;
    opacity: 0;
}

.dropdown-sector.show 
{
    opacity: 1;
    display: block;
}

.dropdown-sector-2  
{
    display: none;
    opacity: 0;
}

.dropdown-sector-2.show 
{
    opacity: 1;
    display: block;
}
/* blog End */