body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

header,
footer,
.main {
    width: 100%;
}

header {
    height: 47px;
    background: #2874f0;
    position: fixed;
    top: 0px;
    z-index: 10;
    padding: 8px 0px;
    box-shadow: 0px 1px 3px 0px #333;
}

.main {
    min-height: 770px;
    padding: 0px 8px 12px 8px;
}

.post {
    /*border:1px solid #d2d2d2;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;*/
    margin-bottom: 10px;
    /* background:#eeeeee; */
    border: 1px solid #dddddd;
    border-bottom: 2px solid #dddddd;
}

.post h3 {
    margin: 12px 7px;
}

.post img {
    width: 100%;
    height: 200px;
}

.category_btn {
    font-size: 16px;
    color: #fff;
    padding: 4px 10px;
    background: none;
    border: none;
}

.site_logo {
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    text-shadow: 1px 1px 3px #333333;
    text-decoration: none;
}

.site_logo:hover {
    color: #fff !important;
    text-decoration: none;
}

.padd-none {
    padding: 0px;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #2874f0;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    cursor: pointer;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 18px;
    font-size: 36px;
    margin-left: 50px;
    background: none;
    border: none;
    color: #fff;
}

.post .post_title {
    display: block;
    font-size: 20px;
    font-weight: bolder;
    color: #333;
    padding: 0px 6px;
    margin: 10px 0px;
    text-transform: uppercase;
    text-align: justify;
}

.post_title:hover {
    text-decoration: none;
}

.loader {
    display: none;
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 40%;
    left: 40%;
}

.con {
    padding: 5px;
    text-transform: uppercase;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sngl_title {
    font-size: 24px;
    font-weight: bolder;
    color: #333;
    margin: 10px 0px 20px 0px;
}

.content p {
    color: #333;
    font-size: 14px;
    margin: 20px 0px;
}

.sing_img_con img {
    width: 100% !important;
    height: 200px;
    margin-bottom: 20px;
}

.post iframe {
    width: 100%;
    height: 200px;
}

.head_marq {
    background: #e48414;
    padding: 6px;
    color: #000;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 60px;
}

.post .fluid-width-video-wrapper {
    padding-top: 55% !important;
}

.nav_menu li a {
    font-size: 15px;
}

.nav_menu li a:hover {
    background: none;
}

.setheight {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.imgae_heightdesk img {
    height: 500px;
    width: 100%;

}

.header-tp {
    margin-top: 25px;
    /* background: #eeeeee; */
}

.header-tp a {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin-top: 10px;
    font-weight: bolder;
    text-align: justify;

}

@media only screen and (max-width: 600px) {
    .setheight {
        line-height: 33px;
    }

    .imgae_heightdesk img {
        height: 200px;
        width: 100%
    }
}