body{
    font-family: "Open Sans", sans-serif;
    background-color: #f7f7f7;
}



















.footer{
    background-color: #1A1A1A;
    padding: 100px 0 100px 0;
}
.socials a{
    background-color: #777;    
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 100%;
}
.f-menu h6{
    font-weight: 800;
    font-size: 14px;
}
.f-menu a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.f-menu{
    width: 20%;
}
.menu-warper-footer{
    display: flex;
    justify-content: space-between;
}
.f-menu a i{
    color: #777;
    font-size: 25px;
}
.copy-footer p{
    font-size: 14px;
}
.middle-area{
    padding: 60px 0px;
}
.blog-content{
    background-color: #fff;
}
.blog-content a{
    text-decoration: none;
    color: #fff;
    background-color: #7e1710;
    padding: 10px 20px;
    display: inline-block;
}
.blog-content p{
    line-height: 2;
    color: #777777;
}
.blog-content {
    position: relative;
    z-index: 999;
}
.blog-content h2{
    margin-top: -100px;
    margin-bottom: 30px;
    z-index: 99;
    padding: 15px;
    background: #7e1710;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    word-wrap: break-word;
    color: #fff;
}
.page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    color: gray;
    background: #fff;
    border-radius: 100% !important;
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
    font-weight: 500;
    transition: .2s all linear;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
}
span.page-link {
    margin-right: 0px;
}
li.page-item.active span.page-link{
    background-color: #7e1710;
    border-color: #7e1710 ;
}
.side-bar h3{
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 1rem 0;
}
.tag a{
    background-color: #7e1710;
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
    margin-right: 5px;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 16px;
}
.catogry a{
    text-decoration: none;
    color: gray;
    display: block;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.catogry a:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .3rem;
    border: 5px solid rgba(0, 0, 0, 0);
    border-left-color: gray;
    position: absolute;
    top: 8px;
    left: 0;
}
.form-serch input{
    min-height: 48px;
    width: 72%;
    margin: 0;
    background-clip: padding-box;
    border: 1px solid #ddd;
    background-color: #fff;
    border-right: none;
    color: gray;
    padding: .5rem 1.2rem;
}
.form-serch button{
    color: #ffffff;
    background: #7e1710;
    width: 26%;
    padding-left: .5rem;
    padding-right: .5rem;
    cursor: pointer;
    min-height: 48px;
    border:0px;
}
.banner{
    background-image: url(../images/Banner\ mod.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-overlay{
    background-color: rgba(0, 0, 0, 0.6);
}
#navbarSupportedContent a{
    color: #fff;
    padding: 10px 20px;
}
.dropdown-menu{
    text-align: left;
    background-color: #7e1710;
}
.dropdown-menu a:hover{
    background-color: #7e1710;
}
.banner-box{
    padding: 130px 0px;
}
.banner-content h6 {
    font-size: 9px;
}
.banner-content h3 {
    font-size: 24px;
    font-weight: 700;
}
.banner-content p{
    font-size: 9px;
}
.banner-content a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #7e1710;
    font-size: 10px;
    font-weight: 700;
    padding: 10px 10px;
    width: 180px;
    text-align: center;
}
.banner-content a.two{
    color: #444 !important;
    background-color: #fff;
}











@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
        position: absolute;
        top: 98px;
        background: #7e1710;
        left: -7px;
    }
    ul.navbar-nav.mx-auto.mb-2.mb-lg-0 {
        padding: 0px;
    }
}
@media only screen and (max-width: 769px) {
    .banner-box {
        padding: 80px 0px;
    }
    .menu-warper-footer{
        display: block;
    }
    .f-menu {
        width: 100%;
        margin-bottom: 20px;
    }
    .logo{
        text-align: center;
        margin-bottom: 10px;
    }

}       
@media only screen and (max-width: 600px){

}
@media only screen and (max-width: 344px){

}