@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
:root{
    --color-primary: #0f346c;
    --color-overlay-violet: rgba(238,130,238,0.7);
    --color-overlay-indigo: rgba(75,0,130,0.7);
    --color-overlay-blue: rgba(151,213,252,0.7);
    --color-overlay-green: rgba(0,168,107,0.7);
    --color-overlay-yellow: rgba(248,205,26,0.7);
    --color-overlay-orange: rgba(253, 165, 15,0.7);
    --color-overlay-red: rgba(153, 0, 0,0.7);
}
body, a, a:hover{
    font-family: 'Mukta', sans-serif;
    color: #404040;
    text-decoration: none;
}
.dynamic-ad img {
    max-width: 100%;
}
.img-responsive{
    max-width: 100% ;
    min-width: 100% ;
}
a.nav-link {
    font-size: 1.1rem;
}
.navbar
{
    padding: 0;
    height : 50px;
    background: var(--color-primary) !important;
}
.navbar-nav .nav-link {
    color: white !important;
}
.navbar-nav .nav-link:hover {
    color:var(--color-primary) !important;
    background: white;
}
.navbar .date-time {
    color: white;
    position: absolute;
}
.top-brand-logo
{
    max-height:150px;
    max-width: 100%;
}
.pad-side-0{
    padding-left: 0;
    padding-right: 0;
}
.pad-right-5{
    padding-right: 5px;
}
.pad-left-5{
    padding-left: 5px;
}
.breaking-single {
    padding: 1.25rem;
    border: 1px solid #eee;
    border-radius: 5px;
}
.breaking-single h1.title{
    font-size: 3.2em;
}
.breaking-single h2.title{
    font-size: 2.7em;
}
.breaking-single p{
    font-size: 1.2em;
    font-weight: 500;
}
.breaking-single h6.title{
    color: var(--color-primary);
    font-weight: 600;
    font-size: 1.3em;
}
.single-news h1.title {
    font-size: 3.2em;
}
.single-news .byline img {
    height: 20px;
}
.single-news .byline .title {
    font-weight: 500;
    margin-right: 10px;
    font-size: 0.8em;
    margin-left: 5px;
}
.single-news .byline .created_at{
    font-size: 0.7em;
    margin-left: 20px;
}
.single-news .description{
    font-size: 1.3em;
    font-weight: 400;
    text-align: justify;
}
.single-news .byline {
    align-items: flex-end;
}
.single-news .description img {
    max-width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.single-news .description blockquote {
    border-left: #0f346c solid 5px;
    background: #cde1ff;
    padding: 2.2em;
}
.single-news .description blockquote *:last-child {
    margin-bottom: 0;
}
.single-news .description blockquote *:first-child {
    margin-top: 0;
}
.homepage-section-title-wrap{
    border-bottom: 2px solid #eee;
}
.homepage-section-title{
    display: inline-block;
    padding-right: 15px;
    border-bottom: 2px solid var(--color-primary);
    margin-bottom: 0;
}
.video-section-title-wrap{
    border-bottom: 2px solid #eee;
}
.video-section-title{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 2px solid var(--color-primary);
    margin-bottom: 0;
}
.archive-title-wrap{
    border-bottom: 2px solid #eee;
}
.archive-body{
    border: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.archive-title{
    display: inline-block;
    padding-right: 15px;
    border-bottom: 2px solid var(--color-primary);
    margin-bottom: 0;
}
.author-block {
    border: 1px solid #eee;
    padding: 5px;
}
.author-block-wrap{
    padding: 10px;
}
.author-block-title h4
{
    display: inline-block;
    border-bottom: 2px solid var(--color-primary);
}
.homepage-section-title-wrap .title-link {
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    color: #d8d8d8;
}
.homepage-section-title-wrap .title-link:hover {
    border: 1px solid #bbbbbb;
    color: #bbbbbb;
}

.icon-wrapper{
    line-height: 32px;
    height: 32px;
    width: 32px;
}
.share-it .facebook{
    background-color: rgb(59, 89, 152);
    border-radius: 50px;
    padding: 12px 0;

}
.share-it .twitter{
    background-color: rgb(29, 161, 242);
    border-radius: 50px;
    padding: 12px 0;

}
.share-it .messenger{
    background-color: rgb(0, 132, 255);
    border-radius: 50px;
    padding: 12px 0;

}
.share-it .mail{
    background-color: rgb(132, 132, 132);
    border-radius: 50px;
    padding: 12px 0;

}
.share-it .print{
    background-color: rgb(115, 138, 141);
    border-radius: 50px;
    padding: 12px 0;

}
.share-it {
    display: flex;
    margin-bottom: 0;
    padding-inline-start: 0;
}
.share-it li{
    list-style: none;
    margin: 0 2px;
}
.share-it li:hover {
    transform: translateY(-4px);
    transition: all .2s ease-in-out;
}
.share-it a{
    font-size: 10px;
}
footer
{
    background: var(--color-primary);
}
.footer-top{
    color: white;
    font-size: 1em;
    margin-bottom: 1rem;
}
.footer-bottom-wrapper {
    background: #122752;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .developer-footer {
    max-height: 25px;
}
footer a, footer a:hover{
    color: white;
}
.video-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-frame {
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);

}
.img-thumbnail {
padding: 0;
background: none;
border: none;
border-radius: 0;
}
.clickable{
    cursor: pointer;
}
.video-list {
    background: #1f1f1f;
    color: white;
}
.gallery {
    height: 450px;
    padding: 0;
    background-position: center;
    border: 1px solid #fff;
    position: relative;
}
.gallery:before {
    content: '';
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height .5s ease-out;
    background: linear-gradient(to bottom,transparent 0%,black 100%);
}
.gallery:hover:before {
    height: 100%;
}
.gallery-area h5 {
    position: absolute;
    top: 500px;
    left: 0;
    color: #fff;
    font-size: 1.5rem;
    padding: 20px;
    transition: all 0.5s ease-out;
}
.gallery:hover h5 {
    position: absolute;
    top: 325px;
    left: 0;
    color: #fff;
    font-size: 1.5rem;
    padding: 20px;
    transition: all 0.5s ease-out;
}

@media only screen and (max-width: 600px) {
    /* For Phones: */
    .navbar-collapse {
        padding: 15px 0;
        background: #0f346c;
        opacity: 1;
         z-index: 9999999999999999;
    }
    .navbar-nav .nav-link {
        padding: 5px 15px !important;
    }
}
