*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    /* border: 1px solid red; */
    color: #fff;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Josefin Sans', sans-serif;
}
a{
    text-decoration: none !important;
    color: #222 !important;
    font-family: 'Josefin Sans', sans-serif;
}
ul{
    list-style: none;
}
body{
    width: 100%;
    height: auto;
    overflow-x: hidden;
    /* position: relative;
    left: 7%; */
}
.container{
    width: 100%;
}
.social-search{
    background-color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
}
.social{
    position: relative;
    left: 4%;
}
.social ul{
    display: inline-flex;
    margin-top: 20px;
}
.social ul li{
    margin: 8px;
}
.social ul li a{
    opacity: 0.6;
    font-size: 18px;
    padding: 8px;
    transition: 0.2s ease;
}
.social ul li a:hover{
    opacity: 1;
}
.search{
    position: relative;
    right: 7%;
    background-color: rgba(255,255,255,0.1);
}
.search input,
.search button{
    background-color: transparent !important;
    outline: none;
    border: none;
    box-shadow: none !important;
    color: #fff !important;
}
.logo{
    font-size: 2.1rem !important;
    color: #111 !important;
    font-weight: 700;
}
.links{
    position: relative;
    left: 15%;
}
.links a{
    text-transform: uppercase;
    font-size: 14px;
    background-color: rgb(20, 184, 196);
    border: 1px solid rgb(20, 184, 196);
    margin: 0 3px;
    border-radius: 2px;
    padding: 10px 18px 6px 18px;
    color: #fff !important;
    transition: 0.2s ease-in;
}
.links a:hover{
    background-color:#fff !important;
    color: rgb(20, 184, 196) !important;
    border: 1px solid rgb(20, 184, 196);


    /* background-color: #fff !important;
    border: 1px solid #fff; */

    /* background-color: #ddd !important;
    border: 1px solid #ddd; */

    /* background-color: #bbb !important;
    border:  1px solid #bbb;
    color: #000 !important; */
}
.dropdown-menu a{
    text-transform: capitalize;
    color: #222 !important;
}
nav{
    border-bottom: 1px solid #ddd;
    /* margin-top: 10px; */
}
.carousel-container{
    margin-top: 0px;
    padding: 30px 0;
    
}
.carousel-caption{
    position: absolute !important;
    width: 45%;
    bottom: 30% !important;
    left: 5% !important;
    text-align: left !important;
}
.c-i{
    max-height: 80vh;
    /* min-height: 400px; */
    height: auto;
    transition: 0.3s ease;
}
.carousel-item{
    min-height: 400px;
}
.carousel-item .c-img {
    height: 100%;
}
.carousel-item .c-img img{
    min-height: 400px;
}
.inner-container{
    background-color: #000;
}
.tag-date-com{
    margin-bottom: 25px;
    font-weight: 200;
}
.tag-date-com a{
    color: #fff !important;
    background-color: rgb(20, 184, 196);
    padding: 10px 10px 5px 10px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 16px;
}
.tag-date-com span{
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    margin:0 15px;
}
.c-img{
    opacity: 0.8;
    transition:all 0.2s ease-in-out;
}
.c-img:hover{
    opacity: 0.7;
}
.comm .fa{
    font-size: 22px;
}
.carousel-caption p{
    font-size: 18px;
    font-weight: 300 ;
    margin-top: 10px;
    color: #eee;
    font-family: 'Josefin Sans', sans-serif;
}
/* .r-card{
    background-color: #000;
} */
.latest-news .card{
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .card-image{
    height: 100%;
    width: 100%;
}
.card .card-image img{
    width: 100%;
    height: 100%;
}
.news-latest{
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.card-img-overlay{
    /* width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    width: 90%;
    margin: auto;
    max-height: fit-content;
}
.card-img-overlay .tag-date-com a{
    margin-right: 0;
}
.card-img-overlay .tag-date-com span{
    margin: 0 3px;
    color: #ddd;
}
.inner-cat-news{
    width: 65%;
    height: auto;
}
.inner-cat-news h1{
    color: #222;
}
.inner-cat-news .cat{
    padding: 10% 0;
}
.inner-cat-news .card{
    margin: 5px 0;
    overflow: hidden;
}
.inner-cat-news .tag-date-com span,
.inner-cat-news .tag-date-com .fa{
    color: #aaa;
}
.inner-cat-news .tag-date-com a{
    margin-right: 0 2px !important;
}
.inner-cat-news .tag-date-com span{
    margin: 0 3px !important;
}
.inner-cat-news a h4{
    color: #222 !important;
}
.cat-news{
    margin-bottom: 30px;
}
.pages{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10% 0;
}
.more-blog-p{
    margin: 12% 0;
}
.more-blog-p h1{
    margin-bottom: 7%;
}
.more-blog-p .card{
    height: 170px;
    transition: 0.2s ease;
}
.more-blog-p .card:hover{
    box-shadow: 1px 1px 15px #bbb;
}
.more-blog-p .card img{
    height: 170px;
    width: 100%;
}
.more-blog-p .card .card-body{
    /* margin-top: 1%; */
    padding: 6%;
}
.other-cat-nav{
    width: 30%;
    position: relative;
    right: 0%;
}
.categories{
    margin-top: 30%;
}
.tags{
    margin: 8% 0;
}
.categories h5,
.tags h5{
    color: #222;
    padding: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.gray{
    color: #bbb;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
}
.categories .list-group .list-group-item{
    border: none !important;
    border-bottom: 1px solid #eee !important;
    margin-top: 10px;
}
.categories .list-group .list-group-item:last-child{
    border: none !important;
}
.categories .list-group .list-group-item a{
    color: rgb(17, 126, 216) !important;
    transition: all 0.2s ease-in;
}
.categories .list-group .list-group-item a:hover{
    color: blue !important;
}
.tags .tags-here{
    margin-top: 40px;
}
.tags .tags-here ul{
    display: inline-flex;
    flex-wrap: wrap;
}
.tags .tags-here ul li{
    display: block;
    margin: 5px 2px;
}
.tags .tags-here ul li a{
    padding: 8px 18px;
    /* display: block; */
    background-color: #eee;
    border-radius: 5px;
    transition:all 0.2s ease;
}
.tags .tags-here ul li a:hover{
    background-color: rgb(20, 184, 196);
    color: #fff !important;
}
.footer{
    margin-top: 40px;
    width: 100%;
    padding: 5% 0 1% 0;
    background-color: #111;
}
.inner-footer .card img{
    margin-bottom: 30px;
}
.inner-footer h5{
    margin-bottom: 30px;
}
.inner-footer .card{
    margin-bottom: 5%;
}
.inner-footer .card .card-f-content p,
.inner-footer .ftr-latest .card-body .tag-date-com span ,
.inner-footer .card-body .tag-date-com .fa {
    color: #888 ;
    font-weight: 300;
}
.inner-footer .ftr-latest .card-body{
    margin-left: -30px;
}
.inner-footer .ftr-latest .card-body .tag-date-com{
    margin-top: -10px;
}
.inner-footer .ftr-latest .card-body .tag-date-com span{
    margin: 0 5px;
}
.ftr-latest{
    transition: 0.3s ease;
}
.ftr-latest:hover,
.q-links a:hover,
.s-link a:hover{
    opacity: 0.7;
}
.inner-footer .ftr-latest img{
    height: 90px;
    margin-top: 15px;
}
.s-link span{
    margin-right: 15px;
}
.q-links{
    margin-bottom: 30px;
}
.q-links li,
.s-link li{
    display: block;
    margin: 3px 0;
    position: relative;
    left: -30px;
}
.q-links a,
.s-link a{
    color: #fff !important;
    margin: 3px 0;
    transition: 0.3s ease;
    font-weight: 300;
}
@media (max-width:991px) {   
    .links{
        position: relative;
        left: 0%;
    }
    .links a{
        background-color: #fff;
        border: none;
        color: #222 !important;
    }
    .links a:hover{
        background-color: #fff !important;
        color: #222 !important;
        border: none;
    }
    
    
    .more-blog-p .card{
        height: 150px !important;
    }
    .carousel-caption{
        bottom: 10% !important;
        position: absolute;
        width: 60%;
    }
    .logo{
        font-size: 1.8em;
    }











}
@media (max-width:800px) {
    .inner-cat-news{
        width: 100%;
    }
    .other-cat-nav{
        width: 100%;
    }
    .categories{
        width: 100%;
        margin-top:0;
    }
}
@media (max-width:768px) {
    
    .categories{
        margin-top: 0px;
    }
    .tags{
        margin-top: 3%;
        margin-bottom: 15%;
    }
    .carousel-caption{
        bottom: 5% !important;
        position: absolute;
        width: 90%;
    }
}
@media (max-width:525px) {
    
.social{
    left: -7%;
}
.social ul li{
    margin: 3px;
}
.social ul li a{
    opacity: 0.6;
    font-size: 18px;
    padding: 5px;
    transition: 0.2s ease;
}
.logo{
    font-size: 1.6rem !important;
    margin-top: 5px;
}
.tag-date-com a{
    padding: 8px 10px 4px 10px;
    margin-right: 3px;
    font-size: 14px;
}
}
@media (max-width:440px) {
    .carousel-caption p{
        font-size: 15px ;
        font-weight: 500;
    }
    .more-blog-p .card .card-body{
        margin-left: -15px;
        margin-top: 10px;
    }
    .more-blog-p .card img{
        height: 130px;
        margin-top:10px ;
    }
    .more-blog-p .card-body h4{
        font-size: 22px !important; 
    }
    .more-blog-p .tag-date-com span{
        font-size: 13px;
    }
    .tag-date-com{
        margin-bottom: 15px;
    }
}