/*
Theme Name:manoj gajureal
Theme URI: http://www.appharu.com
Author:Dip Appharu
Author URI: http://www.appharu.com
Description: Description
Version: 5.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appharu
*/

body {
    font-family: 'Mukta', sans-serif;
    font-size: 17px;
}



a {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-weight: 600;
    color: #0D6AA3;
}

.wrapper {
    /* background: white;*/
    padding: 20px;
    background: #e2e9e9;

}

.news-title:hover {
    color: red;
    transition: all .8s linear;
    overflow: hidden;
    box-shadow: none;
}

.my-card {
    box-shadow: 0 0 1px 0;
}

.my-carousel img {
    height: 300px;
    width: 300px;
}

.back-img {
    background: #eeeff0;
}

.my-nav {
    /* background:#004085;*/
}

.my-link {
    padding: 23px;
}

.my-nav .nav-link,
.my-brand {
    color: white !important;
    font-size: 19px;
    font-weight: 700;
}

.content-wrap {
    background: white;
    color: #b8bdbd;
}

.navadd img {
    width: 760px;
    height: 133px;
}

.my-nav .nav-link:hover {
    background: white;
    color: black !important;
    transition: all .8s linear;
    overflow: hidden;
    box-shadow: none;

}

.calc-height {
    height: calc(100% - 0px);
}

p {
    color: #656565;
}

.cat-title {
    padding: 5px 5px;
    color: black;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.inner-cat:hover {
    background: red;
    transition: all .8s linear;
    overflow: hidden;
    box-shadow: none;
    color: white;
}

.inner-cat {
    background: #12a8a8;
    padding: 6px;
}

.cat-title a {
    color: #fff;
}

.bg8 marquee {
    position: relative;
    animation: marquee 2s linear infinite;
    text-align: center;
    color: #ffffff;
    height: 300px;
}

.bg8 marquee img {
    width: 80%;
    height: 100%;
}

li.my-list {
    padding-left: 20px;
    list-style-type: none;
    padding-right: 20px;
}

.main {
    background: url("img/dip.jpg");
    background-size: cover;
}

.archive-title {
    background: #ddd;
}

.card-body p {
    margin: 0px
}

aside .card {
    border: none;
}

.post-list,
.video-list {
    padding: 10px 0px;
    border-bottom: dashed 1px #ddd !important;
}

.post-list.card img {
    width: 100%;
}

aside .post-list:last-child,
.category .post-list {
    border-bottom: none !important;
}

.small-list img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
}

.page header {
    background: #efefef;
    padding: 10px;
}

.post-entry p {
    font-size: 1em;
    color: #333;
}

.post-entry blockquote {
    border-left: solid 5px #bbb;
    padding: 10px;
    background: #e3e3e3;
}

.post-meta {
    font-size: 12px;
}

.video-thumb {
    overflow: hidden;
}

.video-list img:hover {
    transform: scale(1.2);
    transition: 1s;
}

.video-list img {
    width: 100%;
    transition: 1s;
}

.video-thumb img {
    height: 300px;
    width: 652px;
}

/* Home css*/

.latest .media {
    background: linear-gradient(#f7f7f7, #fff 77%, #efefef 95%);
    padding-bottom: 15px;
}

.main-list img {
    width: 100%;
}

.home .post-meta {
    position: absolute;
    bottom: 15px;
}

.blog-media img {
    width: 31%;
    height: 50%;
    border-radius: 50%;

}

.popular {
    counter-reset: section;
}

.popular li:before {
    counter-increment: section;
    content: counter(section);
    color: #4c76ff;
    font-size: 35px;
    position: absolute;
    margin-top: -7px;
}

.fichar.news-title:before {
    counter-increment: section;
    content: counter(section);
    color: #4c76ff;
    font-size: 35px;
    position: absolute;
    margin-top: -7px;
}

.popular h5 {
    padding-left: 45px;
}

.interview img {
    min-height: 220px;
}

.interview .fa {
    position: absolute;
    bottom: 0px;
    background: #333;
    color: #ddd;
    padding: 5px 10px;
}

.custom-list-item {
    border-bottom: dashed 1px #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

svg.svg-inline--fa.fa-facebook-f.fa-w-9.my-fab,
svg.svg-inline--fa.fa-twitter.fa-w-16.my-fab,
svg.svg-inline--fa.fa-youtube.fa-w-18.my-fab {
    background: white;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #1818a2;
    padding: 5px;
}

svg.svg-inline--fa.fa-facebook-f.fa-w-9.my-fab:hover {
    background-color: #160c50;
    color: white;
    transition: all .8s linear;
    overflow: hidden;
    box-shadow: none;
}

svg.svg-inline--fa.fa-twitter.fa-w-16.my-fab:hover {
    background-color: #1da1f2;
    color: white !important;
    transition: all .8s linear;
    overflow: hidden;
    box-shadow: none;
}

svg.svg-inline--fa.fa-youtube.fa-w-18.my-fab:hover {
    background-color: red;
    color: white !important;
    transition: all .8s linear;
    overflow: hidden;
    box-shadow: none;
}

.custom-list .custom-list-item:last-child {
    border-bottom: none;
}

blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    float: left;
    padding: 5px 10px;
    font-size: 30px;
    border: solid 3px #a2a2a2;
    margin-right: 10px;
    color: #484848;
}

.related .small-list {
    margin: 10px 0px;
}

.bg8 {
    background: #ccccff;
    border-right: solid 3px white;
    box-shadow: 0 0 6px 0px;
}

.my-caro img {
    height: 300px !important;
    width: 1020px !important;
}

.owl-next {
    position: absolute;
    left: -10px;
    top: 37%;
    background: #e2e9e9;
    color: #0b10c1;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
}

.owl-prev {
    position: absolute;
    right: -9px;
    top: 37%;
    background: #e2e9e9;
    color: #0b10c1;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
}

.play-icon {
    position: absolute;
    display: flex;
    top: 0;
    cursor: pointer;
    z-index: 1;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    transition: transform .1s ease;
}

.youtube-i {
    color: #c10606 !important;
    background: #eaeaea91;
    font-size: 70px;
    padding: 14px;
    border-radius: 50%;
    height: 70px;
    width: 70px !important;
}

.youtube-i:hover {
    color: white !important;
    background: red;
    transition: all .8s linear;
    overflow: hidden;
    box-shadow: none;
}

.owl-prev:hover {
    background: red;
    transition: all .8s linear;
    overflow: hidden;
    box-shadow: none;
    color: white;
}

.owl-next:hover {
    background: red;
    transition: all .8s linear;
    overflow: hidden;
    box-shadow: none;
    color: white;
}

/*Other*/

.border-right {
    border-right: solid #ddd 1px;
}

.border-left {
    border-left: solid #ddd 1px;
}

.seperator {
    border-bottom: solid #ddd 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*footer*/

.footer-top {
    background-color: #160c50;
}

.foot-title {}

.designed-by {
    background-color: #20136b;
    border-top: solid 1px white;
}

/*end of blinking*/
@media (max-width: 575px) {
    .post-entry img {
        width: 100%;
    }

    .my-carousel img {
        height: 150px;
        width: 150px;
    }

    .owl-next {
        position: absolute;
        left: -9px;
        top: 25%;
        background: #efecec;
        color: #0b10c1;
        font-size: 20px;
        padding: 10px;
        font-weight: bold;
    }

    .owl-prev {
        position: absolute;
        right: -9px;
        top: 25%;
        background: #efecec;
        color: #0b10c1;
        font-size: 20px;
        padding: 10px;
        font-weight: bold;
    }

    .video-thumb img {
        height: 172px;
        width: 500px;
        position: relative;
    }

    .youtube-i {
        color: #c10606 !important;
        background: #eaeaea91;
        font-size: 70px;
    }

    li.my-list {
        padding-left: 3px;
        list-style-type: none;
        padding-right: 0px;

    }
}

.post-meta {
    font-size: 12px;
}

.owl-video-wrapper {
    height: 400px !important;
}

.video-thumb {
    overflow: hidden;
}

.video-list img:hover {
    transform: scale(1.2);
    transition: 1s;
}

.video-list img {
    width: 100%;
    transition: 1s;
}

.play-icon {
    position: absolute;
    bottom: 10px;
    padding: 0px 10px;
    background: #333;
    color: #fff;
}

.video-gallery img {
    height: 360px;
}

.micro-tag {
    position: absolute;
    bottom: 0px;
    font-size: 27px;
    background: #00854a;
    padding: 5px 15px;
    border-top-right-radius: 10px;
}

/*blinking effect*/

.blink {
    -webkit-animation: 2s linear infinite
}

@-webkit-keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}


.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

li.nav-item.my-list a {
    color: #0f7788 !important;
    font-weight: 700;
}

.custom-list-item:last-child {
    border-bottom: 0 !important;
}

h5.m-0.video.text {
    color: #fff;
}

h5.m-0.video-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
}



.np-video {
    background: #000;
    padding: 30px;
    border-bottom: 1px solid #ddd;
    margin: 0px;
}

.np-gallery img {
    width: 100%;
    height: 250px;
}

.npbishesh-right img {
    width: 150px;
}

.photo-feature img {
    height: 375px;
    width: 100%;
}

.list-video {
    padding: 10px;
}

.list-video:hover {
    background: #282525;
}

.widget {
    margin-bottom: 5px;
}

.widget img {
    width: 100%;
}

.business-main {
    height: 317px;
}

h5.news-title.p-3 {
    font-size: 31px;
}

img.attachment-medium.size-medium.wp-post-image {
    max-width: 100%;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1250px !important;
    }
}