/*-----------------------------------------------------------------------------------

    Template Name: Khobor - Modern Magazine & Newspaper HTML Template
    Description: Khobor - Modern Magazine & Newspaper HTML Template
    Version: 1.0


-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1.    Theme Default CSS
	2.    Header
    3.    Post Common Style For Post Block, Carousel & Nav Etc
	4.    Post Styles
	5.    Single Post Details
	6.    Blog & Blog Details
	7.    Sidebar
	8.    Contact
	9.    Footer
	
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700,800");

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('font/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.eot");
    src: url("fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.ttf") format("truetype"), url("fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.svg#HelveticaNeueLTArabic55Roman") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueBold";
    src: url("fonts/HelveticaNeue/HelveticaNeueW23forSKY-Bd.eot");
    src: url("fonts/HelveticaNeue/HelveticaNeueW23forSKY-Bd.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue/HelveticaNeueW23forSKY-Bd.ttf") format("truetype"), url("fonts/HelveticaNeue/HelveticaNeueW23forSKY-Bd.svg#HelveticaNeueLTArabic55Roman") format("svg");
    font-weight: bold;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    direction: ltr;
}

body {
    background-color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    color: #666666;
    font-family: HelveticaNeueBold !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
    font-weight: 400;
    margin-top: 0;
}

h1, .h1 {
    font-size: 36px;
    line-height: 42px;
}

h2, .h2 {
    font-size: 30px;
    line-height: 36px;
}

h3, .h3 {
    font-size: 24px;
    line-height: 30px;
}

h4, .h4 {
    font-size: 18px;
    line-height: 24px;
}

    h4.titlepost {
        font-size: 15px;
        line-height: 24px;
    }

h5, .h5 {
    font-size: 14px;
    line-height: 29px;
}

h6, .h6 {
    font-size: 12px;
    line-height: 18px;
}

h4.titlehead {
    color: #c43235;
    font-size: 25px;
    line-height: 70px;
    font-family: HelveticaNeueBold !important;
}
h5.titlemain {
    font-size: 12px !important;
    line-height: 20px !important;
    padding-top: 10px;
}
.italic {
    font-style: italic;
}

p:last-child {
    margin-bottom: 0;
}

a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a, i, button, img, input, span, *:before, *:after {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #c43235;
}

button, input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.col-lg-8.col-12.mb-10 {
    padding: 0 0 0 0;
}

marquee {
    padding-top: 8px;
    color: white;
    width: 76%;
}

@media only screen and (max-width: 767px) {
    marquee {
        float: left;
        padding-top: 0px;
    }
}

span.marqueenews a {
    color: #fff;
}
/*-- 
    scrollbar CSS
-----------------------------------------*/

/* width */
div#latest-news::-webkit-scrollbar {
    width: 10px;
}

/* Track */
div#latest-news::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black;
    border-radius: 3px;
}

/* Handle */
div#latest-news::-webkit-scrollbar-thumb {
    background: #c43235;
    border-radius: 10px;
}

    /* Handle on hover */
    div#latest-news::-webkit-scrollbar-thumb:hover {
        background: #000;
    }


/*-- 
    Common CSS
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.section {
    float: left;
    width: 100%;
}

.container-fluid {
    margin-top: 15px;
}

/*-- 
    more plus CSS
-----------------------------------------*/
.glyphicon.glyphicon-plus {
    float: left;
    color: #c43235;
    font-size: large;
    padding: 10px 10px;
}
/*-- 
    more plus title CSS
-----------------------------------------*/
.glyphicontitle.glyphicon-plus {
    float: left;
    color: #fff;
    font-size: large;
    background-color: #c43235;
    border-radius: 50%;
}



/*-- 
    Background color
-----------------------------------------*/
.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.bg-light-gray {
    background-color: #f6f6f6;
}

.bg-redlight {
    background-color: #c43235 !important;
}

.bg-dark {
    background-color: #1f2024 !important;
}

.bg-dark-gray {
    background-color: #2d2d2d;
}

.bg-blue {
    background-color: #c43235;
}

.bg-yellow {
    background-color: #ffc61c;
}

/*-- Container Width For Mobile Device --*/
@media only screen and (max-width: 767px) {
    .container {
        width: 450px;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
    }
}

/*-- 
    Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

/*-- 
    Custom Row
-----------------------------------------*/
.row-1 {
    margin-left: -1px;
    margin-right: -1px;
}

    .row-1 > [class*="col"] {
        padding-left: 1px;
        padding-right: 1px;
    }

/*-- 
    Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-- 
    Overlay CSS
-----------------------------------------*/
[class*="overlay-opacity"] {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    [class*="overlay-opacity"]::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-color: #000000;
    }

/*-- Opacity --*/
.overlay-opacity-10::before {
    opacity: 0.1;
}

.overlay-opacity-15::before {
    opacity: 0.15;
}

.overlay-opacity-20::before {
    opacity: 0.2;
}

.overlay-opacity-25::before {
    opacity: 0.25;
}

.overlay-opacity-30::before {
    opacity: 0.3;
}

.overlay-opacity-35::before {
    opacity: 0.35;
}

.overlay-opacity-40::before {
    opacity: 0.4;
}

.overlay-opacity-45::before {
    opacity: 0.45;
}

.overlay-opacity-50::before {
    opacity: 0.5;
}

.overlay-opacity-55::before {
    opacity: 0.55;
}

.overlay-opacity-60::before {
    opacity: 0.6;
}

.overlay-opacity-65::before {
    opacity: 0.65;
}

.overlay-opacity-70::before {
    opacity: 0.7;
}

.overlay-opacity-75::before {
    opacity: 0.75;
}

.overlay-opacity-80::before {
    opacity: 0.8;
}

.overlay-opacity-85::before {
    opacity: 0.85;
}

.overlay-opacity-90::before {
    opacity: 0.9;
}

.overlay-opacity-95::before {
    opacity: 0.95;
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #ffffff;
    right: 300px;
    bottom: 40px;
    text-align: center;
    overflow: hidden;
    opacity: 1 !important;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        display: none !important;
    }
}

#scrollUp i {
    display: block;
    line-height: 40px;
    font-size: 24px;
}

#scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*--
    Main Wrapper
-----------------------------------------*/
#main-wrapper {
    position: relative;
}

/*--
    Youtube Video PlayList
-----------------------------------------*/
.RYPP {
    padding: 18px 18px 350px 18px;
}

@media only screen and (max-width: 767px) {
    .RYPP {
        padding-bottom: 18px;
    }
}

.RYPP .RYPP-playlist {
    bottom: 18px;
    height: 314px;
    left: 18px;
    right: 18px;
    top: auto;
    overflow: hidden;
    width: auto;
}

@media only screen and (max-width: 767px) {
    .RYPP .RYPP-playlist {
        margin-top: 18px;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
}

.RYPP .RYPP-playlist .RYPP-items {
    top: 0;
}

    .RYPP .RYPP-playlist .RYPP-items ol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        float: left;
        padding: 0;
        width: 100%;
    }

        .RYPP .RYPP-playlist .RYPP-items ol li {
            width: 50%;
            float: left;
            border-right: 1px solid #000000;
            border-bottom: 1px solid #000000;
        }

@media only screen and (max-width: 767px) {
    .RYPP .RYPP-playlist .RYPP-items ol li {
        width: 100%;
    }
}

.RYPP .RYPP-playlist .RYPP-items ol li:nth-child(2n+1) {
    clear: both;
}

.RYPP .RYPP-playlist .RYPP-items ol li:nth-child(2n) {
    border-right-color: transparent;
}

.RYPP .RYPP-playlist .RYPP-items ol li::before {
    font-size: 100%;
    margin-right: 5px;
}

.RYPP .RYPP-playlist .nicescroll-rails-vr {
    left: auto !important;
    width: 3px !important;
    right: 0;
}

    .RYPP .RYPP-playlist .nicescroll-rails-vr .nicescroll-cursors {
        border-color: transparent !important;
        background-color: #f05555 !important;
    }

/*--
    Instagram Carousel
-----------------------------------------*/
.contentinsvideo {
    position: absolute;
    text-align: center;
    top: 80%;
    z-index: 9;
    /* overflow: hidden; */
    width: 100%;
    color: #fff;
}


h4.titleinsvideo {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.instagram-carousel { /*-- Instagram --*/
    height: 210px;
}

    .instagram-carousel .instagram-item {
        display: inline-block;
        overflow: hidden;
        position: relative;
        z-index: 1;
        border: 5px solid #000;
    }

        .instagram-carousel .instagram-item::before {
            content: "";
            font-family: 'FontAwesome';
            position: absolute;
            color: #ffffff;
            left: 10px;
            top: 10px;
            font-size: 24px;
            line-height: 24px;
            display: block;
            z-index: 3;
        }

        .instagram-carousel .instagram-item::after {
            background-color: #000000;
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            z-index: 2;
            opacity: 0;
        }

        .instagram-carousel .instagram-item img {
            width: 100%;
            height: 200px;
        }

        .instagram-carousel .instagram-item:hover::after {
            opacity: 0.3;
        }

        .instagram-carousel .instagram-item:hover img {
            -webkit-transform: scale(1.2) rotate(5deg);
            -ms-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
        }


.horizontal-scroll-wrapper {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 80px;
    max-height: 500px;
    margin: 0;
    background: #abc;
    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg) translateY(-80px);
    transform-origin: right top;
}

    .horizontal-scroll-wrapper > div {
        display: block;
        padding: 5px;
        background: #cab;
        transform: rotate(90deg);
        transform-origin: right top;
    }

.squares {
    padding: 60px 0 0 0;
}

    .squares > div {
        width: 60px;
        height: 60px;
        margin: 10px;
    }

.rectangles {
    top: 100px;
    padding: 100px 0 0 0;
}

    .rectangles > div {
        width: 140px;
        height: 60px;
        margin: 50px 10px;
        padding: 5px;
        background: #cab;
        transform: rotate(90deg) translateY(80px);
        transform-origin: right top;
    }
/*--
    Page Banner
-----------------------------------------*/
/*-- Page Banner --*/
.page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 64px 30px;
    overflow: hidden; /*-- Page Breadcrumb --*/
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .page-banner {
        padding: 37px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner {
        padding: 30px;
    }
}

.page-banner h2 {
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .page-banner h2 {
        font-size: 24px;
    }
}

.page-banner h2 span.category-travel {
    color: #ffc61c;
}

.page-banner h2 span.category-reports {
    color: #ffc61c;
}

.page-banner h2 span.category-fashion {
    color: #ff58c8;
}

.page-banner h2 span.category-sports {
    color: #67bf35;
}

.page-banner h2 span.category-gadgets {
    color: #1f2024;
}

.page-banner h2 span.category-feature {
    color: #c43235;
}

.page-banner h2 span.category-politic {
    color: #f05555;
}

.page-banner h2 span.category-education {
    color: #c43235;
}

.page-banner h2 span.category-latestnews {
    color: #c43235;
}

.page-banner h2 span.category-health {
    color: #c43235;
}

.page-banner h2 span.category-madical {
    color: #c43235;
}

.page-banner h2 span.category-video {
    color: #ec0000;
}

.page-banner h2 span.category-businsee {
    color: #26d572;
}

.page-banner .page-breadcrumb {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 11px;
}

    .page-banner .page-breadcrumb li {
        color: #cccccc;
        display: block;
        float: left;
        text-transform: capitalize;
    }

        .page-banner .page-breadcrumb li::after {
            content: "/";
            margin: 0 5px;
        }

        .page-banner .page-breadcrumb li:last-child::after {
            display: none;
        }

        .page-banner .page-breadcrumb li a {
            color: #cccccc;
        }

            .page-banner .page-breadcrumb li a:hover {
                color: #c43235;
            }

.page-banner p {
    color: #cccccc;
}

/*-- Page Banner Right Image --*/
.page-banner-image img {
    width: 100%;
}

/*--
    Page Pagination
-----------------------------------------*/
.page-pagination ul li {
    display: inline-block;
}

    .page-pagination ul li a {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #dddddd;
        line-height: 30px;
        text-align: center;
        color: #666666;
    }

        .page-pagination ul li a i {
            display: block;
            line-height: 29px;
            font-size: 16px;
        }

        .page-pagination ul li a:hover {
            color: #c43235;
            border-color: #c43235;
        }

.page-pagination-2 ul li {
    display: inline-block;
}

    .page-pagination-2 ul li a {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #dddddd;
        line-height: 30px;
        text-align: center;
        color: #666666;
        font-weight: 600;
        border-radius: 50%;
    }

        .page-pagination-2 ul li a i {
            display: block;
            line-height: 29px;
            font-size: 16px;
        }

        .page-pagination-2 ul li a:hover {
            color: #c43235;
            border-color: #c43235;
        }

    .page-pagination-2 ul li.active a {
        background-color: #c43235;
        border-color: #c43235;
        color: #ffffff;
    }

/*--
    Blockquote
-----------------------------------------*/
blockquote.blockquote {
    text-align: center;
    background-color: #c43235;
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 35px 90px;
}

    blockquote.blockquote::before {
        font-family: 'HelveticaNeue';
        content: "\f10d";
        position: absolute;
        left: -2px;
        top: 3px;
        font-size: 60px;
        color: #ffffff;
    }

    blockquote.blockquote p {
        color: #ffffff;
        font-size: 16px;
        line-height: 29px;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

    blockquote.blockquote.blockquote-bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center right;
        background-color: transparent;
    }

        blockquote.blockquote.blockquote-bg::before {
            color: #c43235;
        }

        blockquote.blockquote.blockquote-bg p {
            color: #a7bdd6;
        }

/*----------------------------------------*/
/*  2.  Header
/*----------------------------------------*/
/*----
    Header Top
------------------------------------------*/
.header-top {
    padding: 5px 0 0 0;
    border-bottom: 5px solid #000;
    background: #c43235; /*-- Header Top Two --*/ /*-- Header Top Three --*/
    max-height: 65px;
}

@media (max-width: 768px) {
    .header-top {
        display: none !important;
    }
}

.header-top.header-top-2 {
    background-color: #c43235;
    border-bottom: none;
}

/*-- Header Top Links --*/
.header-top-links { /*-- Header Links --*/
}

@media (min-width: 768px) {
    .header-top-links.d-nomo.col-md-6.col-6 {
        display: block !important; /*-- Header Links --*/
    }
}

@media (max-width: 768px) {
    .header-top-links.d-nomo.col-md-6.col-6 {
        display: none !important; /*-- Header Links --*/
    }
}

@media only screen and (max-width: 768px) {
    .header-top-links {
        min-width: 100%;
        text-align: center;
    }
}

.header-top-links .header-links {
    display: block;
    float: left; /*-- Header Links Two --*/ /*-- Header Links Three --*/
}

@media only screen and (max-width: 768px) {
    .header-top-links .header-links {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}

.header-top-links .header-links li {
    display: block;
    float: left;
    padding-right: 11px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative; /*-- Disabled Link --*/
}

@media only screen and (max-width: 479px) {
    .header-top-links .header-links li {
        display: block;
        float: left;
        padding-right: 5px;
        margin-right: 5px;
        position: relative; /*-- Disabled Link --*/
    }
}

.header-top-links .header-links li::before {
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    background-color: #e5e5e5;
    height: 12px;
    top: 4px;
}

.header-top-links .header-links li:last-child {
    margin-right: 0;
    padding-right: 0;
}

    .header-top-links .header-links li:last-child::before {
        display: none;
    }

.header-top-links .header-links li a {
    display: block;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize; /*-- Weather --*/
}

@media only screen and (max-width: 768px) {
    .header-top-links .header-links li a {
        display: block;
        line-height: 20px;
        color: #000;
        font-size: 9px;
        text-transform: capitalize; /*-- Weather --*/
    }
}

.header-top-links .header-links li a .weather-degrees {
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
}

    .header-top-links .header-links li a .weather-degrees .unit {
        position: absolute;
        font-size: 8px;
        right: 0;
        top: 0;
        line-height: 9px;
    }

.header-top-links .header-links li a:hover {
    color: #000000;
}

.header-top-links .header-links li a i {
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
}

.header-top-links .header-links li.disabled::before {
    display: none;
}

.header-top-links .header-links li.disabled a {
    cursor: auto;
    pointer-events: none;
    padding: 10px 20px;
    color: #ffffff;
    margin-top: -10px;
    margin-bottom: -10px;
}

    .header-top-links .header-links li.disabled a:hover {
        color: #ffffff;
    }

.header-top-links .header-links.header-links-2 li { /*-- Disabled Link --*/
}

    .header-top-links .header-links.header-links-2 li a {
        color: #ffffff;
    }

        .header-top-links .header-links.header-links-2 li a:hover {
            color: #444444;
        }

    .header-top-links .header-links.header-links-2 li.disabled a {
        padding: 0;
        background-color: transparent;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 0;
    }

        .header-top-links .header-links.header-links-2 li.disabled a:hover {
            color: #ffffff;
        }

.header-top-links .header-links.header-links-3 li { /*-- Disabled Link --*/
}

    .header-top-links .header-links.header-links-3 li a:hover {
        color: #ffc61c;
    }

    .header-top-links .header-links.header-links-3 li.disabled a {
        padding: 0;
        background-color: transparent;
        color: #444444;
        margin-top: 0;
        margin-bottom: 0;
    }

        .header-top-links .header-links.header-links-3 li.disabled a:hover {
            color: #ffc61c;
        }

/*-- Header Top Mune --*/
.header-top-linksM {
    display: none;
}

@media only screen and (max-width: 768px) {
    .header-top-linksM {
        display: block;
        min-width: 100%;
        text-align: center;
        z-index: 99999;
        padding: 0 0 0 0 !important;
    }
}


/*-- Header Social Mobile Mune --*/
.header-SocialM {
    display: none;
}

@media only screen and (max-width: 768px) {
    .header-SocialM {
        display: block;
        text-align: center;
    }

    .menur.float-right {
        margin-top: 45px;
        width: 45%;
        border-left: 2px solid #000;
        margin-left: 10px;
    }

    li.nav-item {
        border-bottom: 1px solid #bdbbbb;
        height: 40px;
    }
}



.header-SocialM .fa-facebook {
    background: #3B5998;
    color: white;
    text-align: center;
    padding: 4px 2px;
    font-size: 200%;
    width: 30px;
    border-radius: 4px;
    float: left;
    margin-right: 3px;
}



.header-SocialM .fa-twitter {
    background: #55ACEE;
    color: white;
    text-align: center;
    padding: 4px 2px;
    font-size: 200%;
    width: 30px;
    border-radius: 4px;
    float: left;
    margin-right: 3px;
}



.header-SocialM .fa-youtube {
    background: #bb0000;
    color: white;
    text-align: center;
    padding: 4px 2px;
    font-size: 200%;
    width: 30px;
    border-radius: 4px;
    float: left;
}



/*----
    Header Section
------------------------------------------*/
.header-section {
    /* padding: 20px 0; */
}

@media only screen and (max-width: 768px) {
    .header-section {
        padding: 4.5px 0;
        border-top: 5px solid #000;
    }
}
/*-- Header Logo --*/
    .header-logo { /*-- Logo --*/
}

    .header-logo .logo {
        display: block;
        float: right;
    }

        .header-logo .logo img {
            max-width: 60%;
        }

@media only screen and (max-width: 768px) {
    .header-logo .logo img {
        max-width: 70%;
    }
}
/*-- Header Banner --*/
.header-banner { /*-- Banner --*/
}

    .header-banner .banner {
        float: left;
    }

        .header-banner .banner a {
            display: block;
        }

            .header-banner .banner a img {
                max-width: 100%;
                width: 100%;
            }

/*----
    Menu Section
------------------------------------------*/
.menu-section { /*-- Menu Section Two --*/
}

    .menu-section.menu-section-2 {
        background-color: #ffc61c;
    }

/*-- Menu Section Wrap --*/
.menu-section-wrap {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    border: 5px solid #c43235;
    margin: 10px 0 10px 0;
}

/*-- Mobile Logo --*/
.mobile-logo {
    text-align: center;
    padding: 0 70px;
    height: 50px;
}

    .mobile-logo a {
        max-width: 170px;
        display: inline-block;
        line-height: 50px;
    }

        .mobile-logo a img {
            width: 100%;
        }

/*-- Main Menu --*/
.main-menu { /*-- Menu Style Two --*/
}

    .main-menu nav {
        float: left;
    }

        .main-menu nav > ul {
            float: left;
        }

            .main-menu nav > ul > li {
                display: block;
                float: left;
                margin-right: 5px; /*-- Active & Hover Menu Color --*/ /*-- DropDown Arrow --*/ /*-- Sub Menu --*/
            }

                .main-menu nav > ul > li:last-child {
                    margin-right: 30px;
                }

                .main-menu nav > ul > li > a {
                    font-size: 18px;
                    letter-spacing: 0.5px;
                    font-weight: 600;
                    text-transform: uppercase;
                    line-height: 30px;
                    padding: 10px 0 10px 30px;
                    ;
                    color: #000;
                    position: relative;
                }

                .main-menu nav > ul > li.active > a, .main-menu nav > ul > li:hover > a {
                    color: #c43235;
                }

                .main-menu nav > ul > li.has-dropdown > a::after {
                    font-family: 'FontAwesome';
                    content: '\f107';
                    margin-right: 8px;
                    display: block;
                    float: left;
                }

                .main-menu nav > ul > li:hover .sub-menu, .main-menu nav > ul > li:hover .mega-menu {
                    opacity: 1;
                    z-index: 999;
                    visibility: visible;
                }

    .main-menu.main-menu-2 nav > ul > li {
        margin-right: 1px; /*-- Active & Hover Menu Color --*/
    }

        .main-menu.main-menu-2 nav > ul > li:last-child {
            margin-right: 0;
        }

        .main-menu.main-menu-2 nav > ul > li > a {
            padding: 10px 15px;
            color: #1f2024;
        }

        .main-menu.main-menu-2 nav > ul > li.active > a, .main-menu.main-menu-2 nav > ul > li:hover > a {
            color: #ffffff;
            background-color: #1f2024;
        }

/*-- Sub Menu --*/
.sub-menu {
    background-color: #ffffff;
    width: 220px;
    position: absolute;
    top: 100%;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

    .sub-menu li {
        display: block;
        border-bottom: 1px solid #f1f1f1;
    }

        .sub-menu li a {
            display: block;
            line-height: 30px;
            padding: 5px 15px;
            text-transform: capitalize;
        }

        .sub-menu li.active a, .sub-menu li:hover a {
            color: #c43235;
        }

/*-- Mega Menu --*/
.mega-menu {
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.menu-tab-list {
    width: 220px;
    float: left;
    border-right: 1px solid #f1f1f1;
    text-align: right;
}

    .menu-tab-list li {
        border-bottom: 1px solid #f1f1f1;
        display: block;
        width: 100%;
    }

        .menu-tab-list li:last-child {
            border-bottom: none;
        }

        .menu-tab-list li a {
            display: block;
            line-height: 30px;
            padding: 5px 20px;
            text-transform: capitalize;
            font-weight: 600;
        }

.menu-tab-content {
    padding: 30px 30px 0;
}

/*--
    Mobile Menu
----------------------*/
.mobile-menu {
    width: 100%;
    float: left;
    display: none;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-menu {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-menu {
        display: block;
    }
}

.mean-push {
    display: none;
}

/*-- Mean Bar --*/
.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
}

    .mean-bar .meanmenu-reveal {
        top: -49px;
        margin: 16px 0;
        padding: 0;
        width: auto;
        height: auto;
        overflow: hidden;
    }

        .mean-bar .meanmenu-reveal .menu-bar {
            position: relative;
            height: 2px;
            width: 26px;
            background-color: #ffffff;
            margin: 8px 0;
        }

            .mean-bar .meanmenu-reveal .menu-bar::before, .mean-bar .meanmenu-reveal .menu-bar::after {
                width: 100%;
                height: 100%;
                background-color: #ffffff;
                position: absolute;
                left: 0;
                content: "";
            }

            .mean-bar .meanmenu-reveal .menu-bar::before {
                top: -8px;
            }

            .mean-bar .meanmenu-reveal .menu-bar::after {
                bottom: -8px;
            }

        .mean-bar .meanmenu-reveal.meanclose .menu-close {
            position: relative;
            height: 2px;
            width: 30px;
            background-color: transparent;
            margin: 10px 0;
        }

            .mean-bar .meanmenu-reveal.meanclose .menu-close::before, .mean-bar .meanmenu-reveal.meanclose .menu-close::after {
                width: 100%;
                height: 100%;
                background-color: #ffffff;
                position: absolute;
                left: 0;
                content: "";
            }

            .mean-bar .meanmenu-reveal.meanclose .menu-close::before {
                top: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .mean-bar .meanmenu-reveal.meanclose .menu-close::after {
                bottom: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

.mobile-menu-2 .mean-bar .meanmenu-reveal .menu-bar {
    background-color: #1f2024;
}

    .mobile-menu-2 .mean-bar .meanmenu-reveal .menu-bar::before, .mobile-menu-2 .mean-bar .meanmenu-reveal .menu-bar::after {
        background-color: #1f2024;
    }

.mobile-menu-2 .mean-bar .meanmenu-reveal.meanclose .menu-close::before, .mobile-menu-2 .mean-bar .meanmenu-reveal.meanclose .menu-close::after {
    background-color: #1f2024;
}

/*-- Mean Nav --*/
.mean-nav {
    background-color: transparent;
    margin-top: 0;
}

    .mean-nav ul li {
        padding-left: 0;
        margin: 0;
    }

        .mean-nav ul li.mean-last {
            padding-bottom: 10px;
        }

        .mean-nav ul li a {
            display: block;
            line-height: 24px;
            padding: 8px 0;
            border-top: 1px solid #333333;
            font-size: 14px;
            text-transform: capitalize;
            color: #ffffff;
            font-family: HelveticaNeueBold;
        }

            .mean-nav ul li a:hover {
                color: #c43235;
            }

            .mean-nav ul li a.mean-expand {
                width: 40px;
                top: 0;
                color: #ffffff !important;
                padding: 0 !important;
                border: none !important;
                right: 0;
                height: 42px;
                text-align: center;
                line-height: 42px;
                font-size: 14px !important;
                background-color: rgba(255, 255, 255, 0.1) !important;
            }

        .mean-nav ul li:hover > a, .mean-nav ul li.active > a {
            color: #c43235;
            background-color: transparent;
        }

        .mean-nav ul li ul li a {
            padding: 8px 0;
            padding-left: 15px;
            border-top: 1px solid #333333;
            opacity: 1;
        }

        .mean-nav ul li ul li ul li a {
            padding-left: 30px;
        }

.mobile-menu-2 .mean-nav ul li a {
    color: #1f2024;
}

    .mobile-menu-2 .mean-nav ul li a:hover {
        color: #ffffff;
        background-color: #1f2024;
    }

    .mobile-menu-2 .mean-nav ul li a.mean-expand {
        color: #ffffff !important;
        background-color: rgba(31, 32, 36, 0.15) !important;
    }

.mobile-menu-2 .mean-nav ul li:hover > a, .mobile-menu-2 .mean-nav ul li.active > a {
    color: #ffffff;
    background-color: #1f2024;
    padding-left: 15px;
}

.mobile-menu-2 .mean-nav ul li:hover .mean-expand, .mobile-menu-2 .mean-nav ul li.active .mean-expand {
    color: #ffffff !important;
    background-color: #4e515b !important;
}

.mobile-menu-2 .mean-nav ul li ul li a {
    border-top: 1px solid #333333;
}

/*-- Mobile Sub Menu --*/
.mean-nav .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    padding: 0;
    position: static;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    z-index: 1;
    background-color: transparent;
}

    .mean-nav .sub-menu li {
        border: 0px solid transparent;
    }

        .mean-nav .sub-menu li a {
            display: block;
            line-height: 24px;
            padding: 8px 15px;
            border-top: 1px solid #333333;
            font-size: 13px;
            text-transform: capitalize;
            color: #ffffff;
            font-family: HelveticaNeueBold;
        }

            .mean-nav .sub-menu li a:hover {
                color: #c43235;
                background-color: transparent;
            }

/*-- Header Search --*/
.header-search {
    position: relative; /*-- Search Toggle --*/ /*-- Search Form --*/ /*-- Header Search Two --*/
    padding-top: 3px;
}

@media only screen and (max-width: 767px) {
    .header-search {
        display: none;
    }
}

.header-search .header-search-toggle {
    display: block;
    border-radius: 20px;
    width: 50px;
    height: 40px;
    padding: 5px;
    border: none;
    background-color: #444444;
    color: #ffffff;
}

    .header-search .header-search-toggle i {
        display: block;
        line-height: 20px;
    }

.header-search .header-search-form {
    margin-top: 3px;
    position: absolute;
    border-radius: 20px;
    top: 0;
    right: 100%;
    background-color: #fdf6e4;
    border-right: 1px solid #1f2024;
    overflow: hidden;
}

    .header-search .header-search-form form input[type="text"] {
        line-height: 20px;
        padding: 10px 20px;
        width: 300px;
        border: none;
        background-color: transparent;
        color: #b1b1b1;
        letter-spacing: 0.5px;
        font-size: 13px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        min-height: 40px;
    }

.header-search.header-search-2 { /*-- Search Toggle --*/ /*-- Search Form --*/
}

    .header-search.header-search-2 .header-search-toggle {
        background-color: #1f2024;
    }

    .header-search.header-search-2 .header-search-form {
        background-color: #1f2024;
        border-right: 1px solid #444444;
    }

/*-- Header Mobile Search --*/
.header-searchM {
    position: relative; /*-- Search Toggle --*/ /*-- Search Form --*/ /*-- Header Search Two --*/
    padding-left: 10px;
    height: 60px;
    text-align: -webkit-left;
}

@media only screen and (min-width: 767px) {
    .header-searchM {
        display: block;
    }
}

.header-searchM .header-search-toggle {
    display: block;
    width: 50px;
    height: 40px;
    padding: 5px;
    border: none;
    border-radius: 20px;
    background-color: #BFBFBF;
    color: #ffffff;
}

    .header-searchM .header-search-toggle i {
        display: block;
        line-height: 20px;
    }

.header-searchM .header-search-form {
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 100%;
    background-color: #f3f3f3;
    border-right: 1px solid #1f2024;
    overflow: hidden;
}

    .header-searchM .header-search-form form input[type="text"] {
        line-height: 20px;
        padding: 10px 20px;
        width: 320px;
        border: none;
        background-color: transparent;
        color: #000;
        letter-spacing: 0.5px;
        font-size: 13px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        min-height: 40px;
    }



.header-searchM.header-search-2 .header-search-toggle {
    background-color: #1f2024;
}

.header-search.header-search-2 .header-search-form {
    background-color: #1f2024;
    border-right: 1px solid #444444;
}


/*-- 
    News Ticker Section
------------------------------------------*/

.news-ticker-section.news-ticker-section-2.section {
    display: none;
}

.news-ticker-section {
    background-color: #000; /*-- News Ticker Section Two --*/ /*-- News Ticker Section Three --*/
}

    .news-ticker-section.news-ticker-section-2 {
        background-color: #c4323;
        border-bottom: 4px solid #c43235;
        border-top: 4px solid #c43235;
    }

    .news-ticker-section.news-ticker-section-3 {
        background-color: #1f2024;
    }

/*-- News Ticker Wrapper --*/
.news-ticker-wrapper {
    position: relative;
    display: block;
    float: right;
    width: 100%; /*-- News Ticker Title --*/ /*-- News Ticker Slider --*/ /*-- News Ticker Nav --*/ /*-- News Ticker Wrapper Two --*/ /*-- News Ticker Wrapper Three --*/
}



    .news-ticker-wrapper .news-ticker-title {
        display: block;
        line-height: 30px;
        padding: 5px 20px;
        color: #ffffff;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 0.5px;
        margin: 0;
        text-transform: uppercase;
        background-color: #f05555;
    }

@media only screen and (max-width: 767px) {
    .news-ticker-wrapper .news-ticker-title {
        display: none;
        padding: 0px 0px;
    }
}

.news-ticker-wrapper .news-ticker-ticker {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .news-ticker-wrapper .news-ticker-ticker {
        margin-left: 0;
    }
}

.news-ticker-wrapper .news-ticker-ticker li {
    padding: 5px 0;
}

    .news-ticker-wrapper .news-ticker-ticker li a {
        display: block;
        line-height: 30px;
        color: #ffffff;
        font-size: 13px;
    }

        .news-ticker-wrapper .news-ticker-ticker li a:hover {
            text-decoration: underline;
        }

.news-ticker-wrapper .news-ticker-nav {
    float: left;
}



    .news-ticker-wrapper .news-ticker-nav button {
        display: block;
        float: right;
        width: 40px;
        height: 40px;
        background-color: #c43235;
        border: none;
        color: #ffffff;
        margin-left: 1px; /*-- Hover --*/
    }

        .news-ticker-wrapper .news-ticker-nav button:first-child {
            margin-left: 0;
            border-radius: 1px solid #00a6cf;
        }

        .news-ticker-wrapper .news-ticker-nav button i {
            display: block;
            font-size: 24px;
            line-height: 40px;
        }

        .news-ticker-wrapper .news-ticker-nav button:hover {
            background-color: #f05555;
        }

.news-ticker-wrapper.news-ticker-wrapper-2 { /*-- News Ticker Title --*/ /*-- News Ticker Slider --*/ /*-- News Ticker Nav --*/
}

    .news-ticker-wrapper.news-ticker-wrapper-2 .news-ticker-title {
        background-color: #000;
    }

    .news-ticker-wrapper.news-ticker-wrapper-2 .news-ticker-ticker li a {
        color: #fff;
    }

    .news-ticker-wrapper.news-ticker-wrapper-2 .news-ticker-nav button {
        background-color: transparent;
        border-width: 0 1px 0 0;
        border-color: #f1f1f1;
        border-style: solid;
        color: #444444;
        margin-left: 0; /*-- Hover --*/
    }

        .news-ticker-wrapper.news-ticker-wrapper-2 .news-ticker-nav button:first-child {
            border-left: 1px solid #f1f1f1;
        }

        .news-ticker-wrapper.news-ticker-wrapper-2 .news-ticker-nav button:hover {
            background-color: transparent;
            color: #c43235;
        }

.news-ticker-wrapper.news-ticker-wrapper-3 { /*-- News Ticker Title --*/ /*-- News Ticker Slider --*/ /*-- News Ticker Nav --*/
}

    .news-ticker-wrapper.news-ticker-wrapper-3 .news-ticker-title {
        background-color: #ffc61c;
        color: #1f2024;
    }

    .news-ticker-wrapper.news-ticker-wrapper-3 .news-ticker-ticker li a {
        color: #d8d8d8;
    }

    .news-ticker-wrapper.news-ticker-wrapper-3 .news-ticker-nav button {
        background-color: transparent;
        border-width: 0 1px 0 0;
        border-color: #444444;
        border-style: solid;
        color: #444444;
        margin-left: 0;
    }

        .news-ticker-wrapper.news-ticker-wrapper-3 .news-ticker-nav button:first-child {
            border-left: 1px solid #444444;
        }

        .news-ticker-wrapper.news-ticker-wrapper-3 .news-ticker-nav button:hover {
            background-color: transparent;
            color: #ffc61c;
        }

/*--
    Breaking News Section
------------------------------------------*/
.breaking-news-section {
    background-color: #c43235;
    position: fixed;
    z-index: 100;
    border-bottom: 5px solid #000000;
    border-top: 5px solid #000000;
    bottom: 0; /*-- Breaking News Section Two --*/ /*-- Breaking News Section Three --*/
}

    .breaking-news-section.breaking-news-section-2 {
        background-color: #ffffff;
        border-bottom: 1px solid #f1f1f1;
    }

    .breaking-news-section.breaking-news-section-3 {
        background-color: #1f2024;
    }

/*-- Breaking News Wrapper --*/
.breaking-news-wrapper {
    line-height: 10px !important;
    position: relative;
    display: block;
    float: left;
    width: 100%; /*-- Breaking News Title --*/ /*-- Breaking News Slider --*/ /*-- Breaking News Nav --*/ /*-- Breaking News Wrapper Two --*/ /*-- Breaking News Wrapper Three --*/
}

@media only screen and (max-width: 767px) {
    .breaking-news-wrapper {
        text-align: center;
    }
}

.breaking-news-wrapper .breaking-news-title {
    display: block;
    line-height: 30px;
    padding: 5px 20px 0 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
    /*--   background-color: #f05555;  --*/
}

@media only screen and (max-width: 767px) {
    .breaking-news-wrapper .breaking-news-title {
        padding: 0 0 0 0;
        display: none;
        font-size: 22px;
        background-color: none;
        /* float: none !important; */
        /* padding: 0 20px; */
    }
}

.breaking-news-wrapper .breaking-news-ticker {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .breaking-news-wrapper .breaking-news-ticker {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .breaking-news-wrapper .breaking-news-ticker li {
        padding: 0 0;
    }
}

.breaking-news-wrapper .breaking-news-ticker li {
    padding: 5px 0;
}

    .breaking-news-wrapper .breaking-news-ticker li a {
        display: block;
        line-height: 30px;
        color: #ffffff;
        font-size: 13px;
    }

        .breaking-news-wrapper .breaking-news-ticker li a:hover {
            text-decoration: underline;
            color: #ffffff
        }

.breaking-news-wrapper .breaking-news-nav {
    float: left;
}

@media only screen and (max-width: 767px) {
    .breaking-news-wrapper .breaking-news-nav {
        display: none;
    }
}

.breaking-news-wrapper .breaking-news-nav button {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-color: #c43235;
    border: none;
    color: #ffffff;
    margin-left: 1px; /*-- Hover --*/
}

    .breaking-news-wrapper .breaking-news-nav button:first-child {
        margin-left: 0;
        border-radius: 1px solid #00a6cf;
    }

    .breaking-news-wrapper .breaking-news-nav button i {
        display: block;
        font-size: 24px;
        line-height: 40px;
    }

    .breaking-news-wrapper .breaking-news-nav button:hover {
        background-color: #f05555;
    }

.breaking-news-wrapper.breaking-news-wrapper-2 { /*-- Breaking News Title --*/ /*-- Breaking News Slider --*/ /*-- Breaking News Nav --*/
}

    .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-title {
        background-color: #1f2024;
    }

    .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-ticker li a {
        color: #1f2024;
    }

    .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button {
        background-color: transparent;
        border-width: 0 1px 0 0;
        border-color: #f1f1f1;
        border-style: solid;
        color: #444444;
        margin-left: 0; /*-- Hover --*/
    }

        .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button:first-child {
            border-left: 1px solid #f1f1f1;
        }

        .breaking-news-wrapper.breaking-news-wrapper-2 .breaking-news-nav button:hover {
            background-color: transparent;
            color: #c43235;
        }

.breaking-news-wrapper.breaking-news-wrapper-3 { /*-- Breaking News Title --*/ /*-- Breaking News Slider --*/ /*-- Breaking News Nav --*/
}

    .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-title {
        background-color: #ffc61c;
        color: #1f2024;
    }

    .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-ticker li a {
        color: #d8d8d8;
    }

    .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button {
        background-color: transparent;
        border-width: 0 1px 0 0;
        border-color: #444444;
        border-style: solid;
        color: #444444;
        margin-left: 0;
    }

        .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button:first-child {
            border-left: 1px solid #444444;
        }

        .breaking-news-wrapper.breaking-news-wrapper-3 .breaking-news-nav button:hover {
            background-color: transparent;
            color: #ffc61c;
        }

@media only screen and (max-width: 767px) {
    ul.breaking-news-ticker.float-right {
        float: left !important;
    }
}
/*-- videos Section --*/

/*----------------------------------------*/
/*  3.  Post Common Style For Post Block, Carousel & Nav Etc
/*----------------------------------------*/
/*-- Popular Section --*/
.popular-section {
    background-color: #effcff;
}

/*-- Popular Post Slider --*/
.popular-post-slider .post-overlay .post-wrap {
    border: 1px solid transparent;
}

/*-- Post Blockcat-videos Wrapper --*/

post .post-wrap .contentvideos-cat .titlepost {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post .post-wrap .contentvideos-cat .titlepost {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .post .post-wrap .contentvideos-cat .titlepost {
        font-size: 14px;
        line-height: 18px;
    }
}

.post .post-wrap .contentvideos-cat {
    position: absolute;
    text-align: center;
    top: 75%;
    z-index: 9; /*overflow: hidden; */
    width: 100%; /*-- Title --*/ /*-- Meta Tags --*/ /*-- Description --*/ /*-- Read More Button --*/
}

    .post .post-wrap .contentvideos-cat .titlepost a {
        color: #000;
        padding: 0 5px 0 20px;
        font-family: HelveticaNeue;
    }

        .post .post-wrap .contentvideos-cat .titlepost a:hover {
            color: #000;
        }


/*-- Post Blockcat Wrapper --*/
.col-lg-8.col-12.mb-50 {
    border: 1px solid #f1f1f1;
}

.post-blockcat-wrapper {
    float: left;
    width: 100%; /*-- Post blockcat Head --*/ /*-- Post blockcat Body --*/
}

    .post-blockcat-wrapper.dark {
        border-color: #343434;
    }

        .post-blockcat-wrapper.dark .head {
            border-color: #343434;
        }

    .post-blockcat-wrapper .head {
        float: right;
        width: 100%;
        padding: 10px 0 5px 0px;
        position: relative; /*-- Title --*/ /*-- Feature Post Head --*/ /*-- Life Style Post Head --*/ /*-- Travel Post Head --*/ /*-- Fashion Post Head --*/ /*-- Sports Post Head --*/ /*-- Gadgets Post Head --*/ /*-- Politic Post Head --*/ /*-- Education Post Head --*/ /*-- Health Post Head --*/ /*-- Madical Post Head --*/ /*-- Video Post Head --*/ /*-- Businsee Post Head --*/ /*-- Post Block Tab List --*/
    }


        .post-blockcat-wrapper .head .title {
            color: #ffffff;
        }

            .post-blockcat-wrapper .head .title a {
                font-size: 12px;
                text-transform: uppercase;
                font-weight: 600;
                color: #ffffff;
                letter-spacing: 1px;
                background-color: #c43235;
                border-radius: 5px;
                padding: 0 13px;
                height: 30px;
                line-height: 31px;
                margin-left: 0;
            }

@media only screen and (max-width: 767px) {
    .post-blockcat-wrapper .head .title {
        font-size: 14px;
    }
}

/*-- Post Block Wrapper --*/
.post-block-wrapper {
    float: left;
    width: 100%; /*-- Post Block Head --*/ /*-- Post Block Body --*/
}

    .post-block-wrapper.d-nomo {
        float: left;
        width: 100%; /*-- Post Block Head --*/ /*-- Post Block Body --*/
    }

@media only screen and (max-width: 767px) {
    .post-block-wrapper.d-nomo {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .post-blockStoriesimg-wrapper.d-nomo {
        display: none;
    }
}

div#carousel-example-2 {
    padding-top: 5px;
   
}

@media only screen and (max-width: 767px) {
    div#carousel-example-2 {
        display: block;
    }
}

div#carousel-example-3 {
    padding-top: 5px;
    display: none;
}

@media only screen and (max-width: 767px) {
    div#carousel-example-3 {
        display: block;
    }
}

.post-block-wrapper.dark {
    border-color: #343434;
}

    .post-block-wrapper.dark .head {
        border-color: #343434;
    }

.post-block-wrapper .head {
    float: right;
    width: 100%;
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature Post Head --*/ /*-- Life Style Post Head --*/ /*-- Travel Post Head --*/ /*-- Fashion Post Head --*/ /*-- Sports Post Head --*/ /*-- Gadgets Post Head --*/ /*-- Politic Post Head --*/ /*-- Education Post Head --*/ /*-- Health Post Head --*/ /*-- Madical Post Head --*/ /*-- Video Post Head --*/ /*-- Businsee Post Head --*/ /*-- Post Block Tab List --*/
}

    .post-block-wrapper .head:first-child {
        border-top: 0px solid transparent;
    }

    .post-block-wrapper .head::before {
        position: absolute;
        width: 12px;
        height: 56px;
        top: 0;
        margin-top: -1px;
        background-color: #c43235;
        content: "";
    }

    .post-block-wrapper .head::before {
        left: -1px;
    }

    .post-block-wrapper .head::before {
        right: -1px;
    }

    .post-block-wrapper .head .title {
        float: left;
        margin: 0;
        line-height: 24px;
        font-weight: 600;
        text-transform: capitalize;
        color: #c43235;
    }

@media only screen and (max-width: 767px) {
    .post-block-wrapper .head .title {
        font-size: 14px;
    }
}

.post-block-wrapper .head.feature-head { /*-- Title --*/
}

    .post-block-wrapper .head.feature-head::before, .post-block-wrapper .head.feature-head::after {
        background-color: #c43235;
    }

    .post-block-wrapper .head.feature-head .title {
        color: #c43235;
    }

.post-block-wrapper .head.reports-head {
    background: #c43235; /*-- Title --*/
}

    .post-block-wrapper .head.reports-head::before, .post-block-wrapper .head.reports-head::after {
        background-color: #ffc61c;
    }

    .post-block-wrapper .head.reports-head .title {
        color: #ffc61c;
    }

.post-block-wrapper .head.travel-head { /*-- Title --*/
}

    .post-block-wrapper .head.travel-head::before, .post-block-wrapper .head.travel-head::after {
        background-color: #ffc61c;
    }

    .post-block-wrapper .head.travel-head .title {
        color: #ffc61c;
    }

.post-block-wrapper .head.fashion-head { /*-- Title --*/
}

    .post-block-wrapper .head.fashion-head::before, .post-block-wrapper .head.fashion-head::after {
        background-color: #ff58c8;
    }

    .post-block-wrapper .head.fashion-head .title {
        color: #ff58c8;
    }

.post-block-wrapper .head.sports-head { /*-- Title --*/
}

.col .head.newsimg-head {
    margin: 0 0 20px 0; /*-- Title --*/
}

    .col .head.newsimg-head .title {
        color: #ffc61c;
        font-size: xx-large;
    }

.post-block-wrapper .head.sports-head::before, .post-block-wrapper .head.sports-head::after {
    background-color: #67bf35;
}

.post-block-wrapper .head.sports-head .title {
    color: #67bf35;
}

.post-block-wrapper .head.gadgets-head { /*-- Title --*/
}

    .post-block-wrapper .head.gadgets-head::before, .post-block-wrapper .head.gadgets-head::after {
        background-color: #1f2024;
    }

    .post-block-wrapper .head.gadgets-head .title {
        color: #1f2024;
    }

.post-block-wrapper .head.politic-head { /*-- Title --*/
}

    .post-block-wrapper .head.politic-head::before, .post-block-wrapper .head.politic-head::after {
        background-color: #f05555;
    }

    .post-block-wrapper .head.politic-head .title {
        color: #f05555;
    }

.post-block-wrapper .head.education-head { /*-- Title --*/
}

    .post-block-wrapper .head.education-head::before, .post-block-wrapper .head.education-head::after {
        background-color: #c43235;
    }

    .post-block-wrapper .head.education-head .title {
        color: #c43235;
    }

.post-block-wrapper .head.latestnews-head { /*-- Title --*/
}

    .post-block-wrapper .head.latestnews-head::before, .post-block-wrapper .head.latestnews-head::after {
        background-color: #c43235;
    }

    .post-block-wrapper .head.latestnews-head .title {
        color: #c43235;
    }

.post-block-wrapper .head.education1-head {
    background: #c43235; /*-- Title --*/
}

    .post-block-wrapper .head.education1-head::before, .post-block-wrapper .head.education-head::after {
        background-color: #c43235;
    }

    .post-block-wrapper .head.education1-head .title {
        color: #fff;
    }

.post-block-wrapper .head.health-head { /*-- Title --*/
}

    .post-block-wrapper .head.health-head::before, .post-block-wrapper .head.health-head::after {
        background-color: #c43235;
    }

    .post-block-wrapper .head.health-head .title {
        color: #c43235;
    }

.post-block-wrapper .head.madical-head { /*-- Title --*/
}

    .post-block-wrapper .head.madical-head::before, .post-block-wrapper .head.madical-head::after {
        background-color: #c43235;
    }

    .post-block-wrapper .head.madical-head .title {
        color: #c43235;
    }

.post-block-wrapper .head.video-head { /*-- Title --*/
}

    .post-block-wrapper .head.video-head::before, .post-block-wrapper .head.video-head::after {
        background-color: #c43235;
    }

    .post-block-wrapper .head.video-head .title {
        color: #000;
    }

.post-block-wrapper .head.businsee-head { /*-- Title --*/
}

    .post-block-wrapper .head.businsee-head::before, .post-block-wrapper .head.businsee-head::after {
        background-color: #26d572;
    }

    .post-block-wrapper .head.businsee-head .title {
        color: #26d572;
    }

.post-block-wrapper .head .post-block-tab-list {
    float: right; /*-- Feature Post Tab List --*/ /*-- Life Style Post Tab List --*/ /*-- Travel Post Tab List --*/ /*-- Fashion Post Tab List --*/ /*-- Sports Post Tab List --*/ /*-- Gadgets Post Tab List --*/ /*-- Politic Post Tab List --*/ /*-- Education Post Tab List --*/ /*-- Health Post Tab List --*/ /*-- Madical Post Tab List --*/ /*-- Video Post Tab List --*/ /*-- Businsee Post Tab List --*/
}

    .post-block-wrapper .head .post-block-tab-list > li {
        margin-right: 30px;
        position: relative;
        float: left;
    }

        .post-block-wrapper .head .post-block-tab-list > li:last-child {
            margin-right: 0;
        }

        .post-block-wrapper .head .post-block-tab-list > li > a {
            font-size: 13px;
            font-family: HelveticaNeue;
            line-height: 24px;
            text-transform: capitalize;
            color: #444444;
        }

            .post-block-wrapper .head .post-block-tab-list > li > a:hover {
                color: #c43235;
            }

        .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu {
            left: auto !important;
            right: 0px !important;
            top: 100% !important;
            -webkit-transform: translate(0px) !important;
            -ms-transform: translate(0px) !important;
            transform: translate(0px) !important;
            margin-top: 15px;
            border-radius: 0px;
            text-align: right;
            padding: 10px 20px;
            border: 1px solid #f1f1f1;
        }

            .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu li a {
                font-size: 13px;
                font-family: HelveticaNeue;
                line-height: 24px;
                text-transform: capitalize;
                color: #444444;
            }

                .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list > li .dropdown-menu li a.active {
                    color: #c43235;
                }

    .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li > a.active {
        color: #c43235;
    }

    .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.feature-post-tab-list > li .dropdown-menu li a.active {
        color: #c43235;
    }


    .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li > a.active {
        color: #ffc61c;
    }

    .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.travel-post-tab-list > li .dropdown-menu li a.active {
        color: #ffc61c;
    }

    .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li > a.active {
        color: #ff58c8;
    }

    .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.fashion-post-tab-list > li .dropdown-menu li a.active {
        color: #ff58c8;
    }

    .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li > a.active {
        color: #67bf35;
    }

    .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.sports-post-tab-list > li .dropdown-menu li a.active {
        color: #67bf35;
    }

    .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li > a.active {
        color: #c43235;
    }

    .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.gadgets-post-tab-list > li .dropdown-menu li a.active {
        color: #c43235;
    }

    .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li > a.active {
        color: #f05555;
    }

    .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.politic-post-tab-list > li .dropdown-menu li a.active {
        color: #f05555;
    }

    .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li > a.active {
        color: #c43235;
    }

    .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.education-post-tab-list > li .dropdown-menu li a.active {
        color: #c43235;
    }

    .post-block-wrapper .head .post-block-tab-list.latestnews-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.latestnews-post-tab-list > li > a.active {
        color: #c43235;
    }

    .post-block-wrapper .head .post-block-tab-list.latestnews-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.latestnews-post-tab-list > li .dropdown-menu li a.active {
        color: #c43235;
    }

    .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li > a.active {
        color: #c43235;
    }

    .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.health-post-tab-list > li .dropdown-menu li a.active {
        color: #c43235;
    }

    .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li > a.active {
        color: #c43235;
    }

    .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.madical-post-tab-list > li .dropdown-menu li a.active {
        color: #c43235;
    }

    .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li > a.active {
        color: #ec0000;
    }

    .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.video-post-tab-list > li .dropdown-menu li a.active {
        color: #ec0000;
    }

    .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li > a:hover, .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li > a.active {
        color: #26d572;
    }

    .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li .dropdown-menu li a:hover, .post-block-wrapper .head .post-block-tab-list.businsee-post-tab-list > li .dropdown-menu li a.active {
        color: #26d572;
    }

.post-block-wrapper .body {
    padding: 5px 20px 0px 5px;
    float: left;
    width: 100%;
}
.body.main {
    padding: 10px 20px 0px 5px !important;
}

.post-Blockvideo-wrapper .bodyinvestigation {
    float: left;
    width: 100%;
    background-color: #fffefa;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .bodyFeatured .row {
        margin: 0 0px !important;
    }
}

.post-Featuredfilesblock-wrapper .bodyFeatured {
    float: left;
    width: 100%;
    background-color: #fffefa;
    text-align: center;
}

.post-block-wrapper .bodyvideos {
    padding: 2px;
    float: left;
    width: 100%;
}



/*-- Post Blockin Wrapper --*/
.post-Blockin-wrapper {
    float: left;
    width: 100%;
    margin-top: 40px; /*-- Post Block Head --*/ /*-- Post Block Body --*/
}

    .post-Blockin-wrapper .head {
        float: right;
        width: 100%;
        padding: 15px 20px;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature Post Head --*/ /*-- Life Style Post Head --*/ /*-- Travel Post Head --*/ /*-- Fashion Post Head --*/ /*-- Sports Post Head --*/ /*-- Gadgets Post Head --*/ /*-- Politic Post Head --*/ /*-- Education Post Head --*/ /*-- Health Post Head --*/ /*-- Madical Post Head --*/ /*-- Video Post Head --*/ /*-- Businsee Post Head --*/ /*-- Post Block Tab List --*/
    }

        .post-Blockin-wrapper .head:first-child {
            border-top: 0px solid transparent;
        }

        .post-Blockin-wrapper .head::before {
            position: absolute;
            width: 12px;
            height: 56px;
            top: 0;
            margin-top: -1px;
            background-color: #c43235;
            content: "";
        }

        .post-Blockin-wrapper .head::before {
            left: -1px;
        }

        .post-Blockin-wrapper .head::after {
            right: 1px;
        }

        .post-Blockin-wrapper .head .title {
            float: left;
            margin: 0;
            line-height: 24px;
            font-weight: 600;
            text-transform: capitalize;
            color: #c43235;
        }


        .post-Blockin-wrapper .head.video-head {
            background: #fdf6e4; /*-- Title --*/
        }

            .post-Blockin-wrapper .head.video-head::before, .post-Blockin-wrapper .head.video-head::after {
                background-color: #c43235;
            }

            .post-Blockin-wrapper .head.video-head .title {
                color: #000;
            }


    .post-Blockin-wrapper .body {
        padding: 20px 0 0 0;
        float: left;
        width: 100%;
        background: #fffefa;
    }

    .post-Blockin-wrapper .bodyvideos {
        padding: 2px;
        float: left;
        width: 100%;
    }



/*-- Post Blockvideo Wrapper --*/
.post-Blockvideo-wrapper {
    float: left;
    width: 100%; /*-- Post Block Head --*/ /*-- Post Block Body --*/
}

    .post-Blockvideo-wrapper .head {
        float: right;
        width: 100%;
        padding: 15px 20px;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature Post Head --*/ /*-- Life Style Post Head --*/ /*-- Travel Post Head --*/ /*-- Fashion Post Head --*/ /*-- Sports Post Head --*/ /*-- Gadgets Post Head --*/ /*-- Politic Post Head --*/ /*-- Education Post Head --*/ /*-- Health Post Head --*/ /*-- Madical Post Head --*/ /*-- Video Post Head --*/ /*-- Businsee Post Head --*/ /*-- Post Block Tab List --*/
    }

        .post-Blockvideo-wrapper .head:first-child {
            border-top: 0px solid transparent;
        }

        .post-Blockvideo-wrapper .head::after {
            position: absolute;
            width: 12px;
            height: 56px;
            top: 0;
            margin-top: -1px;
            background-color: #c43235;
            content: "";
        }

        .post-Blockvideo-wrapper .head::before {
            left: -1px;
        }

        .post-Blockvideo-wrapper .head::after {
            left: 1px;
        }

        .post-Blockvideo-wrapper .head .title {
            float: left;
            margin: 0;
            line-height: 24px;
            font-weight: 600;
            text-transform: capitalize;
            color: #c43235;
        }


        .post-Blockvideo-wrapper .head.video-head {
            background: #fdf6e4; /*-- Title --*/
        }

            .post-Blockvideo-wrapper .head.video-head::before, .post-Blockvideo-wrapper .head.video-head::after {
                background-color: #c43235;
            }

            .post-Blockvideo-wrapper .head.video-head .title {
                color: #000;
            }


    .post-Blockvideo-wrapper .body {
        padding: 20px 0 0 0;
        float: left;
        width: 100%;
        background: #fffefa;
    }

    .post-Blockvideo-wrapper .bodyvideos {
        padding-right: 1px;
        float: left;
        width: 100%;
    }

/*-- Post BlockLocal Wrapper --*/
.post-BlockLocal-wrapper {
    float: left;
    width: 100%;
    height: 234px; /*-- Post Block Head --*/ /*-- Post Block Body --*/
}

@media only screen and (max-width: 479px) {
    .post-BlockLocal-wrapper {
        margin-top: 5px;
    }
}

    .post-BlockLocal-wrapper .head {
        float: right;
        width: 100%;
        padding: 15px 20px;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature Post Head --*/ /*-- Life Style Post Head --*/ /*-- Travel Post Head --*/ /*-- Fashion Post Head --*/ /*-- Sports Post Head --*/ /*-- Gadgets Post Head --*/ /*-- Politic Post Head --*/ /*-- Education Post Head --*/ /*-- Health Post Head --*/ /*-- Madical Post Head --*/ /*-- Video Post Head --*/ /*-- Businsee Post Head --*/ /*-- Post Block Tab List --*/
    }

        .post-BlockLocal-wrapper .head:first-child {
            border-top: 0px solid transparent;
        }

        .post-BlockLocal-wrapper .head::after {
            position: absolute;
            width: 12px;
            height: 56px;
            top: 0;
            margin-top: -1px;
            background-color: #c43235;
            content: "";
        }

        .post-BlockLocal-wrapper .head::before {
            left: -1px;
        }

        .post-BlockLocal-wrapper .head::after {
            right: 1px;
        }

        .post-BlockLocal-wrapper .head .title {
            float: right;
            margin: 0;
            line-height: 24px;
            font-weight: 600;
            text-transform: capitalize;
            color: #c43235;
        }


        .post-BlockLocal-wrapper .head.Local-head {
            background: #fdf6e4; /*-- Title --*/
        }

            .post-BlockLocal-wrapper .head.Local-head::before, .post-BlockLocal-wrapper .head.Local-head::after {
                background-color: #c43235;
            }

            .post-BlockLocal-wrapper .head.Local-head .title {
                color: #000;
            }


    .post-BlockLocal-wrapper .body {
        padding: 20px 0 0 0;
        float: left;
        width: 100%;
        background: #fffefa;
    }


/*-- Post blockStoriesimg Wrapper --*/
.post-blockStoriesimg-wrapper {
    float: left;
    width: 100%;
    height: 400px;
    display: inline-table; /*-- Post Block Head --*/ /*-- Post Block Body --*/
}

.head {
    float: right;
    width: 100%;
    position: relative;
    /*-- Title --*/ /*-- Feature Post Head --*/ /*-- Life Style Post Head --*/ /*-- Travel Post Head --*/ /*-- Fashion Post Head --*/ /*-- Sports Post Head --*/ /*-- Gadgets Post Head --*/ /*-- Politic Post Head --*/ /*-- Education Post Head --*/ /*-- Health Post Head --*/ /*-- Madical Post Head --*/ /*-- Video Post Head --*/ /*-- Businsee Post Head --*/ /*-- Post Block Tab List --*/
}

.post-blockStoriesimg-wrapper .head:first-child {
    border-top: 0px solid transparent;
}

.head .titleStoriesimg {
    float: left;
    padding: 15px 20px;
    background: #c43235;
    margin: 0;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #c43235;
}


.head.Storiesimg-head { /*-- titleStoriesimg --*/
}

    .head.Storiesimg-head .titleStoriesimg a {
        color: #fff;
    }

.post.Storiesimg-post.post-largeSI .content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
}

/*-- Post BlockPresidency Wrapper --*/
.post-BlockPresidency-wrapper {
    float: left;
    width: 100%;
    height: 220px; /*-- Post Block Head --*/ /*-- Post Block Body --*/
}

    .post-BlockPresidency-wrapper .head {
        float: right;
        width: 100%;
        padding: 15px 20px;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature Post Head --*/ /*-- Life Style Post Head --*/ /*-- Travel Post Head --*/ /*-- Fashion Post Head --*/ /*-- Sports Post Head --*/ /*-- Gadgets Post Head --*/ /*-- Politic Post Head --*/ /*-- Education Post Head --*/ /*-- Health Post Head --*/ /*-- Madical Post Head --*/ /*-- Video Post Head --*/ /*-- Businsee Post Head --*/ /*-- Post Block Tab List --*/
    }

        .post-BlockPresidency-wrapper .head:first-child {
            border-top: 0px solid transparent;
        }

        .post-BlockPresidency-wrapper .head::after {
            position: absolute;
            width: 12px;
            height: 56px;
            top: 0;
            margin-top: -1px;
            background-color: #c43235;
            content: "";
        }

        .post-BlockPresidency-wrapper .head::before {
            left: -1px;
        }

        .post-BlockPresidency-wrapper .head::after {
            right: -1px;
        }

        .post-BlockPresidency-wrapper .head .title {
            float: right;
            margin: 0;
            line-height: 24px;
            font-weight: 600;
            text-transform: capitalize;
            color: #c43235;
        }


        .post-BlockPresidency-wrapper .head.video-head {
            background: #fdf6e4; /*-- Title --*/
        }

            .post-BlockPresidency-wrapper .head.video-head::before, .post-BlockPresidency-wrapper .head.video-head::after {
                background-color: #c43235;
            }

            .post-BlockPresidency-wrapper .head.video-head .title {
                color: #000;
            }

    .post-BlockPresidency-wrapper .body {
        float: left;
        width: 100%;
        background: #fffefa;
        text-align: right;
    }

/*-- Post BlockOpinions Wrapper --*/
.post-BlockOpinions-wrapper {
    float: left;
    width: 100%;
    height: 220px; /*-- Post Block Head --*/ /*-- Post Block Body --*/
}

    .post-BlockOpinions-wrapper .head {
        float: right;
        width: 100%;
        padding: 15px 20px;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature Post Head --*/ /*-- Life Style Post Head --*/ /*-- Travel Post Head --*/ /*-- Fashion Post Head --*/ /*-- Sports Post Head --*/ /*-- Gadgets Post Head --*/ /*-- Politic Post Head --*/ /*-- Education Post Head --*/ /*-- Health Post Head --*/ /*-- Madical Post Head --*/ /*-- Video Post Head --*/ /*-- Businsee Post Head --*/ /*-- Post Block Tab List --*/
    }

        .post-BlockOpinions-wrapper .head:first-child {
            border-top: 0px solid transparent;
        }


        .post-BlockOpinions-wrapper .head .title {
            text-align: center;
            margin: 0;
            line-height: 24px;
            font-weight: 600;
            text-transform: capitalize;
            color: #fff;
        }


        .post-BlockOpinions-wrapper .head.Opinions-head {
            background: #c43235; /*-- Title --*/
        }

            .post-BlockOpinions-wrapper .head.Opinions-head::before, .post-BlockOpinions-wrapper .head.Opinions-head::after {
                background-color: #c43235;
            }

            .post-BlockOpinions-wrapper .head.Opinions-head .title a {
                color: #fff;
            }

    .post-BlockOpinions-wrapper .body {
        float: left;
        width: 100%;
        background: #fffefa;
        text-align: left;
    }

/*-- Post BlockFeaturedfile Wrapper --*/
.post-Featuredfilesblock-wrapper {
    margin-top: 20px;
    float: left;
    width: 100%;
    height: 90px;
    display: inline-table; /*-- Post Block Head --*/ /*-- Post Block Body --*/
}

    .post-Featuredfilesblock-wrapper .head {
        float: right;
        width: 100%;
        padding: 15px 20px;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature Post Head --*/ /*-- Life Style Post Head --*/ /*-- Travel Post Head --*/ /*-- Fashion Post Head --*/ /*-- Sports Post Head --*/ /*-- Gadgets Post Head --*/ /*-- Politic Post Head --*/ /*-- Education Post Head --*/ /*-- Health Post Head --*/ /*-- Madical Post Head --*/ /*-- Video Post Head --*/ /*-- Businsee Post Head --*/ /*-- Post Block Tab List --*/
    }

        .post-Featuredfilesblock-wrapper .head:first-child {
            border-top: 0px solid transparent;
        }

        .post-Featuredfilesblock-wrapper .head::after {
            position: absolute;
            width: 12px;
            height: 68px;
            top: 0;
            margin-top: -7px;
            background-color: #c43235;
            content: "";
        }

        .post-Featuredfilesblock-wrapper .head::before {
            left: -1px;
        }

        .post-Featuredfilesblock-wrapper .head::after {
            right: -1px;
        }

        .post-Featuredfilesblock-wrapper .head .title {
            float: right;
            margin: 0;
            line-height: 24px;
            font-weight: 600;
            text-transform: capitalize;
            color: #c43235;
        }


        .post-Featuredfilesblock-wrapper .head.Featuredfiles-head { /*-- Title --*/
        }

            .post-Featuredfilesblock-wrapper .head.Featuredfiles-head::before, .post-Featuredfilesblock-wrapper .head.Featuredfiles-head::after {
                background-color: #c43235;
            }

            .post-Featuredfilesblock-wrapper .head.Featuredfiles-head .title {
                color: #000;
            }



/*-- Post Middle Banner --*/
.post-middle-banner {
    display: block;
    overflow: hidden;
}

    .post-middle-banner img {
        width: 100%;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .post-middle-banner:hover img {
        -webkit-transform: scale(1.1) rotate(-1deg);
        -ms-transform: scale(1.1) rotate(-1deg);
        transform: scale(1.1) rotate(-1deg);
    }

/*----------------------------------------*/
/*  4.  Post sub main Styles
/*----------------------------------------*/


h3.h3-responsive {
    color: #fff;
}

.carousel-caption {
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .d-nonemain {
        display: none !important; /*-- Header Links --*/
    }
}

.post .post-subwrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; /*-- Image --*/ /*-- Category --*/ /*-- Content --*/
}

    .post .post-subwrap .imagesubmain {
    }

        .post .post-subwrap .imagesubmain img {
            width: 100%;
            height: 135px;
        }

.post.post-small.latestnews-style-post.post-separator.col-md-3.col-11 {
    padding: 0 5px 0 0 !important;
}
    .post.post-small.latestnews-style-post.post-separator.col-md-3.col-11:first-child {
        padding: 0px 5px 0px 15px !important
    }

    .post.post-small.latestnews-style-post.post-separator.col-md-3.col-11:last-child {
        padding: 0 10px 0 0px !important;
    }
.post.post-small .post-subwrap .content {
    background-color: #fdf6e4;
    height: 60px;
}
.content.main {
    background-color: #fdf6e4;
    height: 69px !important;
}

    .post.post-small .post-subwrap .content a {
        color: #000;
        padding: 0 5px 0 5px;
    }



/*----------------------------------------*/
/*  4.  Post Styles
/*----------------------------------------*/
.post { /*-- Post Wrap --*/ /*-- List Style Post --*/ /*-- Dark Post --*/ /*-- Post Separator --*/ /*-- Large Post --*/ /*-- Small Post --*/ /*-- Hero Post --*/ /*-- Overlay Post --*/ /*-- Hover Color For Post Category --*/ /*-- Travel --*/ /*-- Life Style --*/ /*-- Fashion --*/ /*-- Sports --*/ /*-- Gadgets --*/ /*-- Feature --*/ /*-- Politic --*/ /*-- Education --*/ /*-- Health --*/ /*-- Madical --*/ /*-- Video --*/ /*-- Businsee --*/
}

    .post .post-wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; /*-- Image --*/ /*-- Category --*/ /*-- Content --*/
    }

        .post .post-wrap .image {
            position: relative;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            float: left;
            margin-bottom: 17px; /*-- Video Popup Button --*/
        }

            .post .post-wrap .image img {
                width: 100%;
            }

        .post .post-wrap .imagemain {
            position: relative;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            float: left;
            margin-bottom: 5px; /*-- Video Popup Button --*/
            width: 100%;
        }

            .post .post-wrap .imagemain img {
                width: 100%;
                height: 433px;
            }

        .post .post-wrap .image:last-child {
            margin-bottom: 0;
        }

        .post .post-wrap .image .video-btn {
            width: 60px;
            height: 60px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -30px;
            margin-left: -30px;
            background-color: #ffffff;
            color: #c43235;
            text-align: center;
            border-radius: 50%;
            -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
        }

            .post .post-wrap .image .video-btn i {
                display: block;
                line-height: 60px;
                font-size: 24px;
            }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post .post-wrap .image .video-btn {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }

        .post .post-wrap .image .video-btn i {
            line-height: 40px;
            font-size: 18px;
        }
}

.post .post-wrap .imagevideos {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
    margin-bottom: 17px; /*-- Video Popup Button --*/
}

    .post .post-wrap .imagevideos img {
        width: 100%;
        height: 289px;
    }
@media only screen and (max-width: 479px) {
    .post .post-wrap .imagevideos img {
        width: 100%;
        height: 230px;
    }
}
    .post .post-wrap .imagevideos:last-child {
        margin-bottom: 0;
    }

    .post .post-wrap .imagevideos .video-btn {
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -30px;
        margin-left: -30px;
        background-color: #ffffff;
        color: #c43235;
        text-align: center;
        border-radius: 50%;
        -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    }

        .post .post-wrap .imagevideos .video-btn i {
            display: block;
            line-height: 60px;
            font-size: 24px;
        }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post .post-wrap .imagevideos .video-btn {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-left: -20px;
        }

            .post .post-wrap .imagevideos .video-btn i {
                line-height: 40px;
                font-size: 18px;
            }
    }




    .post .post-wrap .category {
        z-index: 5;
        font-size: 11px;
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 600;
        letter-spacing: 0.8px;
        color: #ffffff;
        line-height: 24px;
        padding: 0 9px;
        display: block;
        text-transform: uppercase;
        background-color: #c43235; /*-- Category Background --*/
    }

        .post .post-wrap .category.travel {
            background-color: #ffc61c;
        }

        .post .post-wrap .category.reports {
            background-color: #ffc61c;
        }

        .post .post-wrap .category.fashion {
            background-color: #ff58c8;
        }

        .post .post-wrap .category.sports {
            background-color: #67bf35;
        }

        .post .post-wrap .category.gadgets {
            background-color: #1f2024;
        }

        .post .post-wrap .category.feature {
            background-color: #c43235;
        }

        .post .post-wrap .category.politic {
            background-color: #f05555;
        }

        .post .post-wrap .category.education {
            background-color: #c43235;
        }

        .post .post-wrap .category.latestnews {
            background-color: #c43235;
        }

        .post .post-wrap .category.health {
            background-color: #c43235;
        }

        .post .post-wrap .category.madical {
            background-color: #c43235;
        }

        .post .post-wrap .category.video {
            background-color: #ec0000;
        }

        .post .post-wrap .category.businsee {
            background-color: #26d572;
        }

    .post .post-wrap .content {
        width: 100%; /*-- Title --*/ /*-- Meta Tags --*/ /*-- Description --*/ /*-- Read More Button --*/
    }

        .post .post-wrap .content .title {
            font-size: 12px;
            line-height: 24px;
            margin-bottom: 0;
        }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post .post-wrap .content .title {
            font-size: 16px;
        }
    }

    @media only screen and (max-width: 479px) {
        .post .post-wrap .content .title {
            font-size: 14px;
            line-height: 18px;
        }
    }

    .post .post-wrap .content .titleFeatured {
        font-family: HelveticaNeue;
        font-size: 14px;
        line-height: 24px;
        margin: 0 5px 0 5px;
        height: 45px;
        text-align: left;
    }

    @media only screen and (max-width: 767px) {
        .post .post-wrap .content .titleFeatured {
            font-family: HelveticaNeue;
            font-size: 14px;
            line-height: 24px;
            margin: 0 5px 0 5px;
            height: 30px;
            text-align: left;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post .post-wrap .content .titleFeatured {
            font-size: 16px;
        }
    }

    @media only screen and (max-width: 479px) {
        .post .post-wrap .content .titleFeatured {
            font-size: 14px;
            line-height: 18px;
        }
    }

    post .post-wrap .content .titlepost {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post .post-wrap .content .titlepost {
            font-size: 16px;
        }
    }

    @media only screen and (max-width: 479px) {
        .post .post-wrap .content .titlepost {
            font-size: 14px;
            line-height: 18px;
        }
    }

    .post .post-wrap .contentvideo {
        position: absolute;
        text-align: center;
        bottom: 6%;
        z-index: 9; /*overflow: hidden; */
        width: 99%; /*-- Title --*/ /*-- Meta Tags --*/ /*-- Description --*/ /*-- Read More Button --*/
    }

        .post .post-wrap .contentvideo .titlevideo {
            font-weight: 600;
            font-size: 18px;
            line-height: 40px;
            margin-bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
        }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post .post-wrap .contentvideo .titlevideo {
            font-size: 16px;
        }
    }

    @media only screen and (max-width: 479px) {
        .post .post-wrap .contentvideo .titlevideo {
            font-size: 14px;
            line-height: 18px;
        }
    }

    .post .post-wrap .content .title a {
        padding: 0 5px 0 5px;
        font-family: HelveticaNeue;
    }

    .post .post-wrap .contentvideo .titlevideo a {
        color: #fff;
        padding: 0 5px 0 0px;
        font-family: HelveticaNeueBold;
    }

    .post .post-wrap .content .titlepost a {
        color: #000;
        padding: 0 0px 0 0px;
        font-family: HelveticaNeue;
    }

    .post .post-wrap .content .title a:hover {
        color: #fff;
    }

    .post .post-wrap .contentvideo .titlevideo a:hover {
        color: #fff;
    }

    .post .post-wrap .content .titlepost a:hover {
        color: #000;
    }

.contentvideo.main {
    top: 87% !important;
}
@media only screen and (max-width: 767px) {
    .contentvideo.main {
        top: 81% !important;
    }
   .contentvideo.main.d-nomo {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
        .contentvideo.main.d-nodi {
            display: none;
        }
}
    .carousel-item .contentvideo {
        position: absolute;
        text-align: center;
        top: 75%;
        z-index: 9; /*overflow: hidden; */
        width: 100%; /*-- Title --*/ /*-- Meta Tags --*/ /*-- Description --*/ /*-- Read More Button --*/
    }



        .carousel-item .contentvideo .titlevideo {
            line-height: 50px;
            background-color: rgba(0, 0, 0, 0.5);
        }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .carousel-item .contentvideo .titlevideo {
            font-size: 16px;
        }
    }

    @media only screen and (max-width: 479px) {
        .carousel-item .contentvideo .titlevideo {
            font-size: 14px;
            line-height: 18px;
        }
    }

    .carousel-item .contentvideo .titlevideo a {
        color: #fff;
        padding: 0 5px 0 0px;
        font-family: HelveticaNeueBold;
    }
}

.carousel-item .contentvideo .titlevideo a:hover {
    color: #fff;
}

div#carousel-example-2 {
    padding: 5px 16px 0 5px;
}
.carousel-inner.main {
    height: 434px;
   
}
img.d-block.w-100.main {
    width: 100%;
    height: 433px !important;
}
.view.main {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    img.d-block.w-100.main {
        width: 100%;
        height: 253px !important;
    }
    .carousel-inner.main {
        height: 230px !important;
    }
    .view.main {
        width: 100%;
    }
    div#carousel-example-2 {
        padding: 5px 0 0 0;
    }
}


    .post .post-wrap .content .meta {
        margin-top: 10px;
        float: left; /*-- Meta List --*/ /*-- Meta Hover --*/
        margin-left:5px;
    }

        .post .post-wrap .content .meta .meta-item {
            margin-top: 5px;
            font-size: 12px;
            font-family: "HelveticaNeue", sans-serif;
            line-height: 16px;
            display: block;
            float: left;
            margin-right: 15px; /*-- Icon --*/
        }

    @media only screen and (max-width: 479px) {
        .post .post-wrap .content .meta .meta-item {
            font-size: 11px;
            margin-right: 10px;
        }
    }

    .post .post-wrap .content .meta .meta-item:last-child {
        margin-right: 5px;
    }

    .post .post-wrap .content .meta .meta-item i {
        display: block;
        float: left;
        margin-right: 6px;
        font-size: 13px;
        line-height: 16px;
        padding-left: 1px;
    }

    .post .post-wrap .content .meta a:hover {
        color: #c43235;
    }

    .post .post-wrap .content .metapost {
        float: left; /*-- metapost List --*/ /*-- metapost Hover --*/
    }

        .post .post-wrap .content .metapost .metapost-item {
            font-size: 12px;
            font-family: "HelveticaNeue", sans-serif;
            line-height: 16px;
            display: block;
            float: left;
            margin-right: 15px; /*-- Icon --*/
        }

    @media only screen and (max-width: 479px) {
        .post .post-wrap .content .metapost .metapost-item {
            font-size: 11px;
            margin-right: 10px;
        }
    }

    .post .post-wrap .content .metapost .metapost-item:last-child {
        margin-right: 5px;
    }

    .post .post-wrap .content .metapost .metapost-item i {
        display: block;
        float: left;
        margin-right: 6px;
        font-size: 13px;
        line-height: 16px;
        padding-left: 1px;
    }

    .post .post-wrap .content .metapost .metapost-itemdark {
        color: #fff;
        font-size: 12px;
        font-family: "HelveticaNeue", sans-serif;
        line-height: 16px;
        display: block;
        float: left;
        margin-right: 15px; /*-- Icon --*/
    }

    @media only screen and (max-width: 479px) {
        .post .post-wrap .content .metapost .metapost-itemdark {
            font-size: 11px;
            margin-right: 10px;
        }
    }

    .post .post-wrap .content .metapost .metapost-itemdark:last-child {
        margin-right: 10px;
    }

    .post .post-wrap .content .metapost .metapost-itemdark i {
        display: block;
        float: left;
        margin-right: 6px;
        font-size: 13px;
        line-height: 16px;
        padding-left: 1px;
    }

    .post .post-wrap .content .metapost a:hover {
        color: #c43235;
    }


    .post .post-wrap .content p {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .post .post-wrap .content .read-more {
        margin-top: 16px;
        text-transform: capitalize;
        font-weight: 600;
        color: #666666;
        text-decoration: underline;
        font-size: 13px;
    }

    .post.post-default-list .post-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }

    @media only screen and (max-width: 767px) {
        .post.post-default-list .post-wrap {
            -webkit-box-flex: column;
            -ms-flex-positive: column;
            flex-grow: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    .post.post-default-list .post-wrap .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post.post-default-list .post-wrap .image {
            width: 225px;
        }
    }

    @media only screen and (max-width: 767px) {
        .post.post-default-list .post-wrap .image {
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            margin-bottom: 17px;
        }
    }

    .post.post-default-list .post-wrap .content {
        width: auto;
    }

    @media only screen and (max-width: 767px) {
        .post.post-default-list .post-wrap .content {
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }
    }

    .post.post-default-list .post-wrap .content .meta {
        margin-top: 8px;
    }

    .post.post-dark .post-wrap .content .title a {
        color: #000000;
    }

        .post.post-dark .post-wrap .content .title a:hover {
            color: #c43235;
        }

    .post.post-dark .post-wrap .content .meta .meta-item {
        color: #cccccc;
    }

        .post.post-dark .post-wrap .content .meta .meta-item:hover {
            color: #c43235;
        }

    .post.post-dark .post-wrap .content p {
        color: #cccccc;
    }

    .post.post-dark .post-wrap .content .read-more {
        color: #c43235;
    }

        .post.post-dark .post-wrap .content .read-more:hover {
            text-decoration: underline;
        }

    .post.post-dark.post-separator-border .post-wrap {
        border-color: #343434;
    }

    .post.post-separator .post-wrap {
        margin: 0 0 10px 0;
    }

    .post.post-separator:last-child .post-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .post.post-separator:nth-last-child(2) .post-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    @media only screen and (max-width: 767px) {
        .post.post-separator:nth-last-child(2) .post-wrap {
            margin-bottom: 20px;
        }
    }

    .post.post-separator-border .post-wrap {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #f1f1f1;
    }

    .post.post-separator-border:last-child .post-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .post.post-investigation-border .post-wrap {
        margin-bottom: 5px;
        padding: 15px 0 10px 0;
        border-bottom: 1px solid #f1f1f1;
        height: 94px;
    }

    @media only screen and (max-width: 767px) {

        .post.post-investigation-border .post-wrap {
            margin-bottom: 5px;
            padding: 15px 0 10px 0;
            border-bottom: 1px solid #f1f1f1;
            height: 80px;
        }
    }

    .post.post-investigation-border:last-child .post-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .post.post-Presidency-border .post-wrap {
        margin-bottom: 5px;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #f1f1f1;
        height: 84px;
    }

    .post.post-Presidency-border:last-child .post-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .post.post-Opinions-border .post-wrap {
        margin-bottom: 5px;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #f1f1f1;
        height: 84px;
    }

    .post.post-Opinions-border:last-child .post-wrap {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }


    .post.post-largeSI .post-wrap .title {
        font-size: 15px;
        line-height: 36px;
        padding: 5px 5px 0 5px;
        color: #fff;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post.post-SI .post-wrap .title {
            font-size: 26px;
            line-height: 32px;
        }
    }

    @media only screen and (max-width: 767px) {
        .post.post-SI .post-wrap .title {
            font-size: 24px;
            line-height: 30px;
        }
    }

    @media only screen and (max-width: 479px) {
        .post.post-SI .post-wrap .title {
            font-size: 14px;
            line-height: 18px;
        }
    }

    .post.post-largeSI .post-wrap .meta-item.date {
        font-size: 12px;
        padding: 0 10px 0 0;
        color: #fff;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post.post-SI .post-wrap .meta-item.date {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 767px) {
        .post.post-SI .post-wrap .meta-item.date {
            font-size: 12px;
        }
    }

    @media only screen and (max-width: 479px) {
        .post.post-SI .post-wrap .meta-item.date {
            font-size: 10px;
        }
    }

    .post.post-large .post-wrap .title {
        font-size: 20px;
        line-height: 36px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 5px 5px 5px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post.post-large .post-wrap .title {
            font-size: 26px;
            line-height: 32px;
        }
    }

    @media only screen and (max-width: 767px) {
        .post.post-large .post-wrap .title {
            font-size: 24px;
            line-height: 30px;
        }
    }

    @media only screen and (max-width: 479px) {
        .post.post-large .post-wrap .title {
            font-size: 14px;
            line-height: 18px;
        }
    }



    /*-- cat Post --*/
    .post.post-largecat .post-wrap .title {
        font-size: 20px;
        line-height: 36px;
        background-color: rgb(253, 246, 228);
        padding: 5px 5px 5px 5px;
    }

        .post.post-largecat .post-wrap .title a {
            color: #000 !important;
        }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post.post-largecat .post-wrap .title {
            font-size: 26px;
            line-height: 32px;
        }
    }

    @media only screen and (max-width: 767px) {
        .post.post-largecat .post-wrap .title {
            font-size: 24px;
            line-height: 30px;
        }
    }

    @media only screen and (max-width: 479px) {
        .post.post-largecat .post-wrap .title {
            font-size: 14px;
            line-height: 18px;
        }
    }

    /*-- cat1 Post test --*/
    .post.post-largecat1 .post-wrap .title {
        font-size: 14px;
        line-height: 36px;
        - padding: 5px 5px 5px 5px;
    }

        .post.post-largecat1 .post-wrap .title a {
            color: #000 !important;
            padding: 5px 5px 5px 10px;
            
        }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post.post-largecat1 .post-wrap .title {
            font-size: 26px;
            line-height: 32px;
        }
    }

    @media only screen and (max-width: 767px) {
        .post.post-largecat1 .post-wrap .title {
            font-size: 24px;
            line-height: 30px;
        }
    }

    @media only screen and (max-width: 479px) {
        .post.post-largecat1 .post-wrap .title {
            font-size: 14px;
            line-height: 18px;
        }
    }


    .post.post-small { /*-- List Style Post --*/
    }

        .post.post-small .post-wrap { /*-- Image --*/ /*-- Content --*/
        }

            .post.post-small .post-wrap .image {
                margin-bottom: 10px;
            }

            .post.post-small .post-wrap .content { /*-- Title --*/ /*-- Meta Tags --*/
            }

                .post.post-small .post-wrap .content .title {
                    font-size: 14px;
                    font-weight: bolder;
                    color: #000;
                }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post.post-small .post-wrap .content .title {
            font-size: 12px;
            line-height: 18px;
        }
    }

    .post.post-small .post-wrap .content .titlemain {
        font-size: 13px;
        line-height: 22px;
        color: #fff;
    }

        .post.post-small .post-wrap .content .titlemain a {
            font-size: 13px;
            line-height: 22px;
            color: #fff;
        }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post.post-small .post-wrap .content .titlemain {
            font-size: 12px;
            line-height: 18px;
        }
    }

    a.latestnews {
        color: #000 !important;
    }

    .post.post-small .post-wrap .content .meta {
        margin-top: 10px;
    }

    .post.post-small.post-list .post-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row; /*-- Image --*/ /*-- Content --*/
    }

        .post.post-small.post-list .post-wrap .image {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
            flex: 0 0 100px;
            margin-bottom: 0;
        }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .post.post-small.post-list .post-wrap .image {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
            flex: 0 0 100px;
        }
    }

    @media only screen and (max-width: 479px) {
        .post.post-small.post-list .post-wrap .image {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 90px;
            flex: 0 0 90px;
            margin-right: 15px;
        }
    }

    .post.post-small.post-list .post-wrap .content {
        width: 100%;
    }

        .post.post-small.post-list .post-wrap .content .meta {
            margin-top: 6px;
        }

    .post.post-small.post-list.popular-post .post-wrap {
        background-color: #1f2024;
        padding: 20px;
        border: 1px solid #3d3d3d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0; /*-- Image --*/ /*-- Content --*/
    }

        .post.post-small.post-list.popular-post .post-wrap .image {
            border-radius: 5px;
            overflow: hidden;
        }

        .post.post-small.post-list.popular-post .post-wrap .content {
            -ms-flex-item-align: center;
            align-self: center;
        }

            .post.post-small.post-list.popular-post .post-wrap .content .read-more {
                margin-top: 8px;
            }

    .post.hero-post {
        padding-bottom: 1px;
        padding-top: 1px;
    }

        .post.hero-post .post-wrap {
            padding: 0;
            border: none;
            margin: 0;
        }

    .post.post-overlay { /*-- Large Post --*/ /*-- Small Post --*/ /*-- Overlay Post Separator --*/ /*-- Overlay Gradient --*/ /*-- One --*/ /*-- Two --*/ /*-- Three --*/ /*-- Four --*/ /*-- Five --*/ /*-- Six --*/
    }

        .post.post-overlay .post-wrap { /*-- Image --*/ /*-- Video Popup --*/ /*-- Category --*/ /*-- Content --*/
        }

            .post.post-overlay .post-wrap .image {
                margin-bottom: 0;
            }

                .post.post-overlay .post-wrap .image::before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    content: "";
                    z-index: 2;
                    opacity: 0.3;
                }

            .post.post-overlay .post-wrap .video-btn {
                width: 50px;
                height: 50px;
                border: 1px solid #ffffff;
                color: #ffffff;
                border-radius: 50%;
                background-color: rgba(0, 0, 0, 0.4);
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -25px;
                margin-top: -25px;
                text-align: center;
                z-index: 3;
            }

                .post.post-overlay .post-wrap .video-btn i {
                    line-height: 48px;
                    font-size: 20px;
                }

            .post.post-overlay .post-wrap .category {
                position: absolute;
                left: 0;
                top: 0;
            }

            .post.post-overlay .post-wrap .content {
                position: absolute;
                /*left: 20px;*/
                bottom: 5px;
                /*right: 20px;*/
                width: 100%; /*-- Title --*/ /*-- Meta Tags --*/
            }

                .post.post-overlay .post-wrap .content .title a {
                    color: #ffffff;
                }

                    .post.post-overlay .post-wrap .content .title a:hover {
                        text-decoration: none;
                        color: #ffffff;
                    }

                .post.post-overlay .post-wrap .content .meta .meta-item {
                    color: #ffffff;
                }

                .post.post-overlay .post-wrap .content .meta a:hover {
                    text-decoration: none;
                    color: #ffffff;
                }


    .post.post-overlayin .post-wrap .image {
        margin-bottom: 0;
    }

        .post.post-overlayin .post-wrap .image::before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            content: "";
            z-index: 2;
            opacity: 0.3;
        }

    .post.post-overlayin .post-wrap .video-btn {
        width: 50px;
        height: 50px;
        border: 1px solid #ffffff;
        color: #ffffff;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -25px;
        margin-top: -25px;
        text-align: center;
        z-index: 3;
    }

        .post.post-overlayin .post-wrap .video-btn i {
            line-height: 48px;
            font-size: 20px;
        }

    .post.post-overlayin .post-wrap .category {
        position: absolute;
        left: 0;
        top: 0;
    }

    .post.post-overlayin .post-wrap .content {
        left: 20px;
        bottom: 20px;
        right: 20px;
        width: auto; /*-- Title --*/ /*-- Meta Tags --*/
    }

        .post.post-overlayin .post-wrap .content .title a {
            color: #000;
        }

            .post.post-overlayin .post-wrap .content .title a:hover {
                text-decoration: none;
                color: #000;
            }

        .post.post-overlayin .post-wrap .content .meta .meta-item {
            color: #ffffff;
        }


    .post.post-overlay .post-wrap .content .meta a:hover {
        text-decoration: none;
        color: #ffffff;
    }

    .post.post-overlay .post-large .content {
        bottom: 30px;
        left: 30px;
        right: 30px;
    }

    @media only screen and (max-width: 479px) {
        .post.post-overlay.post-large .content {
        }
    }

    .post.post-overlay.post-small .content {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .post.post-overlay.post-separator-border .content {
        bottom: 40px;
    }

    .post.post-overlay.post-separator-border:last-child .content {
        bottom: 20px;
    }

    .post.post-overlay.post-separator-border.post-large .content {
        bottom: 90px;
        width: 50%;
    }

    @media only screen and (max-width: 479px) {
        .post.post-overlay.post-separator-border.post-large .content {
            bottom: 40px;
        }
    }

    .post.post-overlay.post-separator-border.post-large:last-child .content {
        bottom: 30px;
    }

    .post.post-overlay.post-separator-border.post-small .content {
        bottom: 30px;
    }

        .post.post-overlay.post-separator-border.post-small .content:last-child .content {
            bottom: 10px;
        }

    .post.post-overlay.gradient-overlay-1 .image::before {
        background: rgba(133, 188, 66, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(133, 188, 66, 0)), color-stop(50%, rgba(133, 188, 66, 0.3)), to(rgba(0, 0, 0, 0.6)));
        background: -webkit-linear-gradient(top, rgba(133, 188, 66, 0) 0%, rgba(133, 188, 66, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
        background: -o-linear-gradient(top, rgba(133, 188, 66, 0) 0%, rgba(133, 188, 66, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(to bottom, rgba(133, 188, 66, 0) 0%, rgba(133, 188, 66, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
        opacity: 1;
    }

    .post.post-overlay.gradient-overlay-2 .image::before {
        background: #00dbde;
        background: -webkit-gradient(linear, left top, left bottom, from(#00dbde), to(#fc00ff));
        background: -webkit-linear-gradient(top, #00dbde 0%, #fc00ff 100%);
        background: -o-linear-gradient(top, #00dbde 0%, #fc00ff 100%);
        background: linear-gradient(to bottom, #00dbde 0%, #fc00ff 100%);
        opacity: 0.8;
    }

    .post.post-overlay.gradient-overlay-3 .image::before {
        background: #ff4e50;
        background: -webkit-gradient(linear, left top, left bottom, from(#ff4e50), to(#f9d423));
        background: -webkit-linear-gradient(top, #ff4e50 0%, #f9d423 100%);
        background: -o-linear-gradient(top, #ff4e50 0%, #f9d423 100%);
        background: linear-gradient(to bottom, #ff4e50 0%, #f9d423 100%);
        opacity: 0.8;
    }

    .post.post-overlay.gradient-overlay-4 .image::before {
        background: #0abfbc;
        background: -webkit-gradient(linear, left top, left bottom, from(#0abfbc), to(#fc354c));
        background: -webkit-linear-gradient(top, #0abfbc 0%, #fc354c 100%);
        background: -o-linear-gradient(top, #0abfbc 0%, #fc354c 100%);
        background: linear-gradient(to bottom, #0abfbc 0%, #fc354c 100%);
        opacity: 0.8;
    }

    .post.post-overlay.gradient-overlay-5 .image::before {
        background: #1d2671;
        background: -webkit-gradient(linear, left top, left bottom, from(#1d2671), to(#c33764));
        background: -webkit-linear-gradient(top, #1d2671 0%, #c33764 100%);
        background: -o-linear-gradient(top, #1d2671 0%, #c33764 100%);
        background: linear-gradient(to bottom, #1d2671 0%, #c33764 100%);
        opacity: 0.8;
    }

    .post.post-overlay.gradient-overlay-6 .image::before {
        background: #a43931;
        background: -webkit-gradient(linear, left top, left bottom, from(#a43931), to(#67bf35));
        background: -webkit-linear-gradient(top, #a43931 0%, #67bf35 100%);
        background: -o-linear-gradient(top, #a43931 0%, #67bf35 100%);
        background: linear-gradient(to bottom, #a43931 0%, #67bf35 100%);
        opacity: 0.8;
    }

    .post.travel-post .image .video-popup {
        color: #ffc61c;
    }

    .post.travel-post .content .title a:hover {
        color: #ffc61c;
    }

    .post.travel-post .content .meta a:hover {
        color: #ffc61c;
    }

    .post.travel-post .content .read-more:hover {
        color: #ffc61c;
    }

    .post.reports-post .image .video-popup {
        color: #ffc61c;
    }

    .post.reports-post .content .title a:hover {
        color: #ffc61c;
    }

    .post.reports-post .content .meta a:hover {
        color: #ffc61c;
    }

    .post.reports-post .content .read-more:hover {
        color: #ffc61c;
    }

    .post.post-dark.Featuredfiles-post.col-lg {
        border-left: 10px solid #c43235;
        padding: 10px 0 3px 0;
    }

        .post.post-dark.Featuredfiles-post.col-lg:first-child {
            border-left: none;
        }

    @media only screen and (max-width: 479px) {
        .post.post-dark.Featuredfiles-post.col-lg {
            border-left: none;
            border-bottom: 1px solid #c43235;
        }
    }

    .post.post-dark.Featuredfiles-title.col {
        background: #fdf6e4;
        padding: 4px 0 3px 0;
    }

    @media only screen and (max-width: 767px) {
        .post.post-dark.Featuredfiles-title.col {
            background: #fdf6e4;
            padding: 4px 0 3px 0;
            margin-right: 0px;
        }
    }

    .post.Featuredfiles-post .image .video-popup {
        color: #ffc61c;
    }

    .post.Featuredfiles-post .content .title a:hover {
        color: #ffc61c;
    }

    .post.Featuredfiles-post .content .meta a:hover {
        color: #ffc61c;
    }

    .post.Featuredfiles-post .content .read-more:hover {
        color: #ffc61c;
    }

    .post.investigation-post .image .video-popup {
        color: #ff58c8;
    }

    .post.investigation-post .content .title a:hover {
        color: #ff58c8;
    }

    .post.investigation-post .content .meta a:hover {
        color: #ff58c8;
    }

    .post.investigation-post .content .read-more:hover {
        color: #ff58c8;
    }

    .post.Presidency-post .image .video-popup {
        color: #ff58c8;
    }

    .post.Presidency-post .content .title a:hover {
        color: #ff58c8;
    }

    .post.Presidency-post .content .meta a:hover {
        color: #ff58c8;
    }

    .post.Presidency-post .content .read-more:hover {
        color: #ff58c8;
    }

    .post.Opinions-post .image .video-popup {
        color: #ff58c8;
    }

    .post.Opinions-post .content .title a:hover {
        color: #ff58c8;
    }

    .post.Opinions-post .content .meta a:hover {
        color: #ff58c8;
    }

    .post.Opinions-post .content .read-more:hover {
        color: #ff58c8;
    }

    .post.sports-post .image .video-popup {
        color: #67bf35;
    }

    .post.sports-post .content .title a:hover {
        color: #67bf35;
    }

    .post.sports-post .content .meta a:hover {
        color: #67bf35;
    }

    .post.sports-post .content .read-more:hover {
        color: #67bf35;
    }

    .post.gadgets-post .image .video-popup {
        color: #1f2024;
    }

    .post.gadgets-post .content .title a:hover {
        color: #1f2024;
    }

    .post.gadgets-post .content .meta a:hover {
        color: #1f2024;
    }

    .post.gadgets-post .content .read-more:hover {
        color: #1f2024;
    }

    .post.feature-post .image .video-popup {
        color: #c43235;
    }

    .post.feature-post .content .title a:hover {
        color: #c43235;
    }

    .post.feature-post .content .meta a:hover {
        color: #c43235;
    }

    .post.feature-post .content .read-more:hover {
        color: #c43235;
    }

    .post.politic-post .image .video-popup {
        color: #f05555;
    }

    .post.politic-post .content .title a:hover {
        color: #f05555;
    }

    .post.politic-post .content .meta a:hover {
        color: #f05555;
    }

    .post.politic-post .content .read-more:hover {
        color: #f05555;
    }

    .post.education-post .image .video-popup {
        color: #c43235;
    }

    .post.education-post .content .title a:hover {
        color: #c43235;
    }

    .post.education-post .content .meta a:hover {
        color: #c43235;
    }

    .post.education-post .content .read-more:hover {
        color: #c43235;
    }

    .post.latestnews-post .image .video-popup {
        color: #c43235;
    }

    .post.latestnews-post .content .title a:hover {
        color: #c43235;
    }

    .post.latestnews-post .content .meta a:hover {
        color: #c43235;
    }

    .post.latestnews-post .content .read-more:hover {
        color: #c43235;
    }

    .post.health-post .image .video-popup {
        color: #c43235;
    }

    .post.health-post .content .title a:hover {
        color: #c43235;
    }

    .post.health-post .content .meta a:hover {
        color: #c43235;
    }

    .post.health-post .content .read-more:hover {
        color: #c43235;
    }

    .post.madical-post .image .video-popup {
        color: #c43235;
    }

    .post.madical-post .content .title a:hover {
        color: #c43235;
    }

    .post.madical-post .content .meta a:hover {
        color: #c43235;
    }

    .post.madical-post .content .read-more:hover {
        color: #c43235;
    }

    .post.video-post .image .video-popup {
        color: #ec0000;
    }

    .post.video-post .content .title a:hover {
        color: #ec0000;
    }

    .post.video-post .content .meta a:hover {
        color: #ec0000;
    }

    .post.video-post .content .read-more:hover {
        color: #ec0000;
    }

    .post.businsee-post .image .video-popup {
        color: #26d572;
    }

    .post.businsee-post .content .title a:hover {
        color: #26d572;
    }

    .post.businsee-post .content .meta a:hover {
        color: #26d572;
    }

    .post.businsee-post .content .read-more:hover {
        color: #26d572;
    }

    /*----------------------------------------*/
    /*  5.  Single Post Details
/*----------------------------------------*/
    /*-- Post Header --*/
    .post-header {
        padding: 50px 30px;
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat; /*-- Meta --*/ /*-- Title --*/
    }

    @media only screen and (max-width: 767px) {
        .post-header {
            padding-bottom: 40px;
        }
    }

    .post-header .meta {
        display: block;
        margin-bottom: 8px; /*-- Meta Item --*/
    }

        .post-header .meta .meta-item {
            display: block;
            float: left;
            font-size: 13px;
            color: #ffffff;
            letter-spacing: 0.75px;
            line-height: 30px;
            font-family: "HelveticaNeue", sans-serif;
            margin-left: 20px; /*-- Category --*/
        }

    @media only screen and (max-width: 767px) {
        .post-header .meta .meta-item {
            margin-left: 0;
            margin-right: 20px;
            margin-bottom: 10px;
            float: left;
        }

            .post-header .meta .meta-item:last-child {
                margin-right: 0;
            }
    }

    .post-header .meta .meta-item i {
        font-size: 16px;
        color: #c43235;
        margin-right: 10px;
        line-height: 30px;
    }

    .post-header .meta .meta-item img {
        width: 30px;
        height: 30px;
        border: 1px solid #e4e4e4;
        border-radius: 50%;
        margin-right: 10px;
    }

    .post-header .meta .meta-item.category {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 1px;
        background-color: #c43235;
        border-radius: 5px;
        padding: 0 13px;
        height: 30px;
        line-height: 31px;
        margin-left: 0; /*-- Category Color --*/
    }

        .post-header .meta .meta-item.category.travel {
            background-color: #ffc61c;
        }

        .post-header .meta .meta-item.category.reports {
            background-color: #ffc61c;
        }

        .post-header .meta .meta-item.category.fashion {
            background-color: #ff58c8;
        }

        .post-header .meta .meta-item.category.sports {
            background-color: #67bf35;
        }

        .post-header .meta .meta-item.category.gadgets {
            background-color: #1f2024;
        }

        .post-header .meta .meta-item.category.feature {
            background-color: #c43235;
        }

        .post-header .meta .meta-item.category.politic {
            background-color: #f05555;
        }

        .post-header .meta .meta-item.category.education {
            background-color: #c43235;
        }

        .post-header .meta .meta-item.category.latestnews {
            background-color: #c43235;
        }

        .post-header .meta .meta-item.category.health {
            background-color: #c43235;
        }

        .post-header .meta .meta-item.category.madical {
            background-color: #c43235;
        }

        .post-header .meta .meta-item.category.video {
            background-color: #ec0000;
        }

        .post-header .meta .meta-item.category.businsee {
            background-color: #26d572;
        }

    .post-header .meta .meta-item.view {
        float: right;
    }

    @media only screen and (max-width: 767px) {
        .post-header .meta .meta-item.view {
            float: left;
        }
    }

    .post-header .meta .meta-item.comments {
        float: right;
    }

    @media only screen and (max-width: 767px) {
        .post-header .meta .meta-item.comments {
            float: left;
        }
    }

    .post-header .meta a:hover {
        color: #c43235;
    }

    .post-header .title {
        color: #ffffff;
        font-size: 26px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 16px;
    }

    @media only screen and (max-width: 767px) {
        .post-header .title {
            font-size: 18px;
            line-height: 24px;
        }
    }

    /*-- Single Post --*/
    .single-post .post-wrap { /*-- Content --*/ /*-- Tags & Social --*/
    }

        .single-post .post-wrap .content { /*-- Blockquote --*/
        }

            .single-post .post-wrap .content p {
                margin-bottom: 30px;
                display: block;
                float: left;
            }

                .single-post .post-wrap .content p span {
                    line-height: 32px;
                    color: #444444;
                    margin-bottom: 20px;
                }

    @media only screen and (max-width: 767px) {
        .single-post .post-wrap .content p img {
            width: 100%;
            margin-bottom: 20px;
        }
    }

    .single-post .post-wrap .content span.italic {
        line-height: 32px;
        color: #444444;
        margin-bottom: 20px;
    }

    .single-post .post-wrap .content ol {
        list-style: decimal inside;
    }

    .single-post .post-wrap .content .dropcap {
        display: block;
    }

        .single-post .post-wrap .content .dropcap::first-letter {
            font-size: 100px;
            float: left;
            display: block;
            font-weight: 800;
            color: #444444;
            padding: 8px 10px 5px 0;
            line-height: 1;
        }

    @media only screen and (max-width: 767px) {
        .single-post .post-wrap .content .dropcap::first-letter {
            font-size: 70px;
        }
    }

    .single-post .post-wrap .content > img {
        margin-bottom: 30px;
        max-width: 100%;
    }

    .single-post .post-wrap .content .blockquote {
        margin-bottom: 30px;
    }

    @media only screen and (max-width: 767px) {
        .single-post .post-wrap .content .blockquote {
            padding: 40px 30px;
        }
    }

    .single-post .post-wrap .content .blockquote p {
        margin: 0;
    }

    .single-post .post-wrap .tags-social {
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #f1f1f1;
        margin-top: 20px; /*-- Tags --*/ /*-- Post Social --*/
    }

        .single-post .post-wrap .tags-social .tags i {
            width: 36px;
            height: 36px;
            border-radius: 3px;
            text-align: center;
            color: #ffffff;
            background-color: #c43235;
            line-height: 36px;
            float: left;
            margin-right: 20px;
        }

        .single-post .post-wrap .tags-social .tags a {
            line-height: 24px;
            margin: 6px 0;
        }

    @media only screen and (max-width: 767px) {
        .single-post .post-wrap .tags-social .post-social {
            width: 100%;
            margin-top: 15px;
        }
    }

    .single-post .post-wrap .tags-social .post-social a {
        background-color: #c43235;
        width: 36px;
        height: 36px;
        border-radius: 3px;
        text-align: center;
        color: #ffffff;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    }

        .single-post .post-wrap .tags-social .post-social a i {
            font-size: 16px;
            line-height: 38px;
        }

        .single-post .post-wrap .tags-social .post-social a.facebook {
            background-color: #516eab;
        }

        .single-post .post-wrap .tags-social .post-social a.twitter {
            background-color: #40bff5;
        }

        .single-post .post-wrap .tags-social .post-social a.dribbble {
            background-color: #f7659c;
        }

        .single-post .post-wrap .tags-social .post-social a.google-plus {
            background-color: #eb5e4c;
        }

    /*-- Preview & Next Post Links --*/
    .post-nav {
        border: 1px solid #f1f1f1;
        float: left;
        width: 100%;
    }

        .post-nav a {
            display: block;
            float: left;
            width: 50%;
            padding: 20px;
            font-size: 18px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            color: #444444;
        }

    @media only screen and (max-width: 767px) {
        .post-nav a {
            width: 100%;
        }
    }

    .post-nav a span {
        display: block;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        color: #666666;
        margin-bottom: 5px;
    }

    .post-nav a.prev-post {
        border-right: 1px solid #f1f1f1;
        text-align: left;
    }

    @media only screen and (max-width: 767px) {
        .post-nav a.prev-post {
            border-bottom: 1px solid #f1f1f1;
            border-right: 0px solid #f1f1f1;
        }
    }

    .post-nav a.next-post {
        text-align: right;
    }

    .post-nav a:hover {
        color: #c43235;
    }

    /*-- Post Author --*/
    .post-author {
        border: 1px solid #f1f1f1;
        float: left;
        width: 100%;
        padding: 20px;
    }

        .post-author .image {
            width: 90px;
            border: 1px solid #f1f1f1;
            margin-right: 20px;
            border-radius: 5px;
        }

    @media only screen and (max-width: 767px) {
        .post-author .image {
            float: none !important;
            margin-bottom: 20px;
        }
    }

    .post-author .image img {
        width: 100%;
        border-radius: 5px;
    }

    .post-author .content h5 {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
    }

        .post-author .content h5 a:hover {
            color: #c43235;
        }

    .post-author .content p {
        margin-bottom: 8px;
    }

    .post-author .content .social a {
        color: #444444;
        margin-right: 10px;
    }

        .post-author .content .social a:hover {
            color: #c43235;
        }

        .post-author .content .social a i {
            font-size: 16px;
        }

    /*-- Post Comment Form --*/
    .post-comment-form label {
        display: block;
        line-height: 8px;
    }

        .post-comment-form label sup {
            color: #c43235;
        }

    .post-comment-form input {
        width: 100%;
        height: 40px;
        border: 1px solid #f1f1f1;
        line-height: 14px;
        padding: 7px 15px;
    }

        .post-comment-form input[type="submit"] {
            width: auto;
            border-radius: 5px;
            background-color: #c43235;
            color: #ffffff;
            text-transform: capitalize;
            border: none;
            padding: 8px 30px;
        }

            .post-comment-form input[type="submit"]:focus {
                border: none;
            }

        .post-comment-form input:focus {
            border-color: #c43235;
        }

    .post-comment-form textarea {
        width: 100%;
        height: 100px;
        resize: none;
        border: 1px solid #f1f1f1;
        line-height: 14px;
        padding: 7px 15px;
    }

        .post-comment-form textarea:focus {
            border-color: #c43235;
        }

    /*----------------------------------------*/
    /*  6.  Blog & Blog Details
/*----------------------------------------*/
    /*-- Single Post --*/
    .single-blog {
        border: 1px solid #f1f1f1;
        float: left;
        width: 100%;
        padding: 20px;
    }

        .single-blog .blog-wrap { /*-- Meta --*/ /*-- Title --*/ /*-- Image --*/ /*-- Content --*/ /*-- Tags & Social --*/
        }

            .single-blog .blog-wrap .meta {
                display: block;
                margin-bottom: 8px; /*-- Meta Item --*/
            }

    @media only screen and (max-width: 767px) {
        .single-blog .blog-wrap .meta {
            margin-bottom: 0;
        }
    }

    .single-blog .blog-wrap .meta .meta-itemin {
        display: block;
        float: right;
        font-size: 13px;
        letter-spacing: 0.75px;
        line-height: 30px;
        font-family: "HelveticaNeue", sans-serif;
        /*margin-left: 20px;*/ /*-- Category --*/
    }

    @media only screen and (max-width: 767px) {
        .single-blog .blog-wrap .meta .meta-itemin {
            margin-left: 0;
            margin-bottom: 10px;
            margin-right: 2px;
            float: right
        }

        .single-blog .blog-wrap .meta .meta-item:last-child {
            margin-right: 0;
        }
    }

    .single-blog .blog-wrap .meta .meta-item i {
        font-size: 16px;
        color: #c43235;
        margin-right: 10px;
        line-height: 30px;
        float: left;
    }

    .single-blog .blog-wrap .meta .meta-item img {
        width: 30px;
        height: 30px;
        border: 1px solid #e4e4e4;
        border-radius: 50%;
        margin-right: 10px;
    }

    .single-blog .blog-wrap .meta .meta-item.category {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 1px;
        background-color: #c43235;
        border-radius: 5px;
        padding: 0 13px;
        height: 30px;
        line-height: 31px;
        margin-left: 0; /*-- Category Color --*/
    }


    .single-blog .blog-wrap .meta .meta-item.view {
        float: right;
    }

    @media only screen and (max-width: 767px) {
        .single-blog .blog-wrap .meta .meta-item.view {
            float: left;
        }
    }

    @media only screen and (max-width: 767px) {
        .mobileWidth {
            width: 30% !important;
        }
    }


    .single-blog .blog-wrap .meta a:hover {
        color: #c43235;
    }

    .single-blog .blog-wrap .title {
        font-size: 26px;
        font-weight: 600;
        line-height: 40px;
        text-align: left;
        background: #fdf6e4;
    }

    @media only screen and (max-width: 767px) {
        .single-blog .blog-wrap .title {
            font-size: 18px;
            line-height: 24px;
        }
    }

    .single-blog .blog-wrap .title a {
        color: #444444;
    }

        .single-blog .blog-wrap .title a:hover {
            color: #c43235;
        }

    .single-blog .blog-wrap .image {
        margin-bottom: 15px;
    }

    .single-blog .blog-wrap .imagein {
        margin-bottom: 0px;
    }

    .single-blog .blog-wrap .image img {
        width: 100%;
    }

    .single-blog .blog-wrap .imagein img {
        width: 100%;
    }

    .single-blog .blog-wrap .content { /*-- Blockquote --*/ /*-- Read More Button --*/
    }

    iframe {
        width: 100%;
    }

    .single-blog .blog-wrap .content p {
        /*margin-bottom: 30px;*/
        display: block;
        color: #000;
        font-family: HelveticaNeue !important;
        line-height: 30px !important;
        font-size: medium;
        /*float: left;*/
    }

        .single-blog .blog-wrap .content p strong {
            color: #000 !important;
            font-family: HelveticaNeue !important;
            line-height: 30px !important;
            font-size: medium !important;
            /*float: left;*/
        }

        .single-blog .blog-wrap .content p span {
            color: #000 !important;
            font-family: HelveticaNeue !important;
            line-height: 30px !important;
            font-size: medium !important;
            /*float: left;*/
        }


        .single-blog .blog-wrap .content p span {
            line-height: 32px;
            color: #444444;
            margin-bottom: 20px;
        }

        .single-blog .blog-wrap .content p img {
            width: 100%;
        }

    @media only screen and (max-width: 767px) {
        .single-blog .blog-wrap .content p img {
            width: 100%;
            margin-bottom: 20px;
        }
    }

    .single-blog .blog-wrap .content span.italic {
        line-height: 32px;
        color: #444444;
        margin-bottom: 20px;
    }

    .single-blog .blog-wrap .content ol {
        list-style: decimal inside;
    }

    .single-blog .blog-wrap .content .dropcap {
        display: block;
    }

        .single-blog .blog-wrap .content .dropcap::first-letter {
            font-size: 100px;
            float: left;
            display: block;
            font-weight: 800;
            color: #444444;
            padding: 8px 10px 5px 0;
        }

    @media only screen and (max-width: 767px) {
        .single-blog .blog-wrap .content .dropcap::first-letter {
            font-size: 70px;
        }
    }

    .single-blog .blog-wrap .content > img {
        margin-bottom: 30px;
        max-width: 100%;
    }

    .single-blog .blog-wrap .content .blockquote {
        margin-bottom: 30px;
    }

    @media only screen and (max-width: 767px) {
        .single-blog .blog-wrap .content .blockquote {
            padding: 40px 30px;
        }
    }

    .single-blog .blog-wrap .content .blockquote p {
        margin: 0;
    }

    .single-blog .blog-wrap .content .read-more {
        text-transform: capitalize;
        font-weight: 600;
        color: #666666;
        text-decoration: underline;
        font-size: 13px;
    }

        .single-blog .blog-wrap .content .read-more:hover {
            color: #c43235;
        }

    .single-blog .blog-wrap .tags-social {
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #f1f1f1;
        margin-top: 20px; /*-- Tags --*/ /*-- Post Social --*/
    }

        .single-blog .blog-wrap .tags-social .tags i {
            width: 36px;
            height: 36px;
            border-radius: 3px;
            text-align: center;
            color: #ffffff;
            background-color: #c43235;
            line-height: 36px;
            float: right;
            margin-left: 20px;
        }

        .single-blog .blog-wrap .tags-social .tags a {
            line-height: 24px;
            margin: 6px 0;
        }

    @media only screen and (max-width: 767px) {
        .single-blog .blog-wrap .tags-social .blog-social {
            width: 100%;
            margin-bottom: 0px;
            text-align: end;
        }
    }

    @media only screen and (max-width: 767px) {
        .menuMobile {
            display: none;
        }
    }

@media only screen and (max-width: 767px) {
    #my-marquee {
        width: 100%;
    }
}

    @media only screen and (min-width: 700px) {
        .menuWeb {
            display: none !important;
        }
    }

    .single-blog .blog-wrap .tags-social .blog-social a {
        background-color: #c43235;
        width: 36px;
        height: 36px;
        border-radius: 3px;
        text-align: center;
        color: #ffffff;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    }

        .single-blog .blog-wrap .tags-social .blog-social a i {
            font-size: 16px;
            line-height: 38px;
        }

        .single-blog .blog-wrap .tags-social .blog-social a.facebook {
            background-color: #516eab;
        }

        .single-blog .blog-wrap .tags-social .blog-social a.twitter {
            background-color: #40bff5;
        }

        .single-blog .blog-wrap .tags-social .blog-social a.dribbble {
            background-color: #f7659c;
        }

        .single-blog .blog-wrap .tags-social .blog-social a.google-plus {
            background-color: #eb5e4c;
        }

    h6.titlecaption {
        background-color: #fdf6e4;
        padding: 5px 0 5px 0;
    }

#my-marquee {
    width: 85% !important;
}
    /*-- Preview & Next Post Links --*/
    .post-nav {
        border: 1px solid #f1f1f1;
        float: left;
        width: 100%;
    }

        .post-nav a {
            display: block;
            float: left;
            width: 50%;
            padding: 20px;
            font-size: 18px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            color: #444444;
        }

    @media only screen and (max-width: 767px) {
        .post-nav a {
            width: 100%;
        }
    }

    .post-nav a span {
        display: block;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        color: #666666;
        margin-bottom: 5px;
    }

    .post-nav a.prev-post {
        border-right: 1px solid #f1f1f1;
        text-align: left;
    }

    @media only screen and (max-width: 767px) {
        .post-nav a.prev-post {
            border-bottom: 1px solid #f1f1f1;
            border-right: 0px solid #f1f1f1;
        }
    }

    .post-nav a.next-post {
        text-align: right;
    }

    .post-nav a:hover {
        color: #c43235;
    }

    /*-- Post Author --*/
    .post-author {
        border: 1px solid #f1f1f1;
        float: left;
        width: 100%;
        padding: 20px;
    }

        .post-author .image {
            width: 90px;
            border: 1px solid #f1f1f1;
            margin-right: 20px;
            border-radius: 5px;
        }

    @media only screen and (max-width: 767px) {
        .post-author .image {
            float: none !important;
            margin-bottom: 20px;
        }
    }

    .post-author .image img {
        width: 100%;
        border-radius: 5px;
    }

    .post-author .content h5 {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
    }

        .post-author .content h5 a:hover {
            color: #c43235;
        }

    .post-author .content p {
        margin-bottom: 8px;
    }

    .post-author .content .social a {
        color: #444444;
        margin-right: 10px;
    }

        .post-author .content .social a:hover {
            color: #c43235;
        }

        .post-author .content .social a i {
            font-size: 16px;
        }

    /*-- Post Comment Form --*/
    .post-comment-form label {
        display: block;
        line-height: 18px;
    }

        .post-comment-form label sup {
            color: #c43235;
        }

    .post-comment-form input {
        width: 100%;
        height: 40px;
        border: 1px solid #f1f1f1;
        line-height: 24px;
        padding: 7px 15px;
    }

        .post-comment-form input[type="submit"] {
            width: auto;
            border-radius: 5px;
            background-color: #c43235;
            color: #ffffff;
            text-transform: capitalize;
            border: none;
            padding: 8px 30px;
        }

            .post-comment-form input[type="submit"]:focus {
                border: none;
            }

        .post-comment-form input:focus {
            border-color: #c43235;
        }

    .post-comment-form textarea {
        width: 100%;
        height: 100px;
        resize: none;
        border: 1px solid #f1f1f1;
        line-height: 24px;
        padding: 7px 15px;
    }

        .post-comment-form textarea:focus {
            border-color: #c43235;
        }

    /*----------------------------------------*/
    /*  7.  Sidebar
/*----------------------------------------*/
    /*-- Single Sidebar --*/
    .single-sidebar {
        float: left;
        width: 100%;
    }

        .single-sidebar:last-child {
            margin-bottom: 0;
        }

    /*-- Single Sidebarin --*/
    .single-sidebarin {
        float: left;
        width: 100%;
        margin-top: 20px
    }

        .single-sidebarin:last-child {
            margin-bottom: 0;
        }

    /*-- Sidebar Block Wrapper --*/
    .sidebar-block-wrapper {
        float: left;
        width: 100%; /*-- Head --*/ /*-- Body --*/
    }

        .sidebar-block-wrapper .head {
            float: left;
            width: 100%;
            padding: 15px 20px;
            position: relative;
            border-bottom: 1px solid #f1f1f1; /*-- Title --*/ /*-- Feature --*/ /*-- Gadgets --*/ /*-- Life Style --*/ /*-- Travel --*/ /*-- Fashion --*/ /*-- Sports --*/ /*-- Politic --*/ /*-- Education --*/ /*-- Health --*/ /*-- Madical --*/ /*-- Video --*/ /*-- Businsee --*/
        }

            .sidebar-block-wrapper .head::before {
                left: -1px;
            }

            .sidebar-block-wrapper .head::after {
                right: -1px;
            }

            .sidebar-block-wrapper .head .title {
                margin: 0;
                line-height: 24px;
                font-weight: 600;
                text-transform: capitalize;
                color: #c43235;
            }

    @media only screen and (max-width: 767px) {
        .sidebar-block-wrapper .head .title {
            font-size: 14px;
        }
    }

    .sidebar-block-wrapper .head.feature-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.feature-head::before, .sidebar-block-wrapper .head.feature-head::after {
            background-color: #c43235;
        }

        .sidebar-block-wrapper .head.feature-head .title {
            color: #c43235;
        }

    .sidebar-block-wrapper .head.gadgets-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.gadgets-head::before, .sidebar-block-wrapper .head.gadgets-head::after {
            background-color: #c43235;
        }

        .sidebar-block-wrapper .head.gadgets-head .title {
            color: #c43235;
        }

    .sidebar-block-wrapper .head.reports-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.reports-head::before, .sidebar-block-wrapper .head.reports-head::after {
            background-color: #ffc61c;
        }

        .sidebar-block-wrapper .head.reports-head .title {
            color: #ffc61c;
        }

    .sidebar-block-wrapper .head.travel-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.travel-head::before, .sidebar-block-wrapper .head.travel-head::after {
            background-color: #ffc61c;
        }

        .sidebar-block-wrapper .head.travel-head .title {
            color: #ffc61c;
        }

    .sidebar-block-wrapper .head.fashion-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.fashion-head::before, .sidebar-block-wrapper .head.fashion-head::after {
            background-color: #ff58c8;
        }

        .sidebar-block-wrapper .head.fashion-head .title {
            color: #ff58c8;
        }

    .sidebar-block-wrapper .head.sports-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.sports-head::before, .sidebar-block-wrapper .head.sports-head::after {
            background-color: #67bf35;
        }

        .sidebar-block-wrapper .head.sports-head .title {
            color: #67bf35;
        }

    .sidebar-block-wrapper .head.politic-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.politic-head::before, .sidebar-block-wrapper .head.politic-head::after {
            background-color: #f05555;
        }

        .sidebar-block-wrapper .head.politic-head .title {
            color: #f05555;
        }

    .sidebar-block-wrapper .head.education-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.education-head::before, .sidebar-block-wrapper .head.education-head::after {
            background-color: #c43235;
        }

        .sidebar-block-wrapper .head.education-head .title {
            color: #c43235;
        }

    .sidebar-block-wrapper .head.latestnews-head {
        background: #fdf6e4; /*-- Title --*/
    }

        .sidebar-block-wrapper .head.latestnews-head::before, .sidebar-block-wrapper .head.latestnews-head::after {
            background-color: #c43235;
        }

        .sidebar-block-wrapper .head.latestnews-head .title {
            color: #c43235;
        }

    .sidebar-block-wrapper .head.health-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.health-head::before, .sidebar-block-wrapper .head.health-head::after {
            background-color: #c43235;
        }

        .sidebar-block-wrapper .head.health-head .title {
            color: #c43235;
        }

    .sidebar-block-wrapper .head.madical-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.madical-head::before, .sidebar-block-wrapper .head.madical-head::after {
            background-color: #c43235;
        }

        .sidebar-block-wrapper .head.madical-head .title {
            color: #c43235;
        }

    .sidebar-block-wrapper .head.video-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.video-head::before, .sidebar-block-wrapper .head.video-head::after {
            background-color: #ec0000;
        }

        .sidebar-block-wrapper .head.video-head .title {
            color: #ec0000;
        }

    .sidebar-block-wrapper .head.politic-head { /*-- Title --*/
    }

        .sidebar-block-wrapper .head.politic-head::before, .sidebar-block-wrapper .head.politic-head::after {
            background-color: #26d572;
        }

        .sidebar-block-wrapper .head.politic-head .title {
            color: #26d572;
        }

    .sidebar-block-wrapper .body {
        padding: 10px 0 0 0;
        ;
        float: left;
        width: 100%;
        background-color: #fffefa;
    }

    /*-- Sidebar Social Follow --*/
    @media (max-width: 768px) {
        .icon-barSO {
            display: none !important; /*-- Header Links --*/
        }
    }

    .icon-barSO {
        position: fixed;
        z-index: 9999;
        contain: size;
    }

        .icon-barSO li {
            display: flex;
            width: 50px;
        }

        .icon-barSO .fa-facebook {
            background: #3B5998;
            color: white;
            text-align: center;
            padding: 4px 2px;
            font-size: 200%;
            width: 30px;
            border-radius: 4px;
        }

    a:hover.fa.fa-facebook {
        color: white;
        width: 50px;
    }

    .icon-barSO .fa-twitter {
        background: #55ACEE;
        color: white;
        text-align: center;
        padding: 4px 2px;
        font-size: 200%;
        width: 30px;
        border-radius: 4px;
    }

    a:hover.fa.fa-twitter {
        color: white;
        width: 50px;
    }

    .icon-barSO .fa-youtube {
        background: #bb0000;
        color: white;
        text-align: center;
        padding: 4px 2px;
        font-size: 200%;
        width: 30px;
        border-radius: 4px;
    }

    a:hover.fa.fa-youtube {
        color: white;
        width: 50px;
    }

    .icon-barSO .fa-instagram {
        background: #125688;
        color: white;
        text-align: center;
        padding: 4px 2px;
        font-size: 200%;
        width: 30px;
        border-radius: 4px;
    }

    a:hover.fa.fa-instagram {
        color: white;
        width: 50px;
    }

    .icon-barSO .fa-rss {
        background: #ff6600;
        color: white;
        text-align: center;
        padding: 4px 2px;
        font-size: 200%;
        width: 30px;
        border-radius: 4px;
    }

    a:hover.fa.fa-rss {
        color: white;
        width: 50px;
    }

    .buttonLA {
        background-color: #000;
        border: none;
        color: white;
        font-family: Helvetica;
        text-align: center;
        text-decoration: none;
        display: list-item;
        font-size: 16px;
        width: 30px;
    }

    .buttonLA1 {
        border-radius: 4px;
    }

    a.bLA {
        text-decoration: none;
    }


    /*-- Sidebar Banner --*/
    .sidebar-banner {
        display: block;
        overflow: hidden;
    }

        .sidebar-banner img {
            width: 100%;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .sidebar-banner:hover img {
            -webkit-transform: scale(1.1) rotate(-5deg);
            -ms-transform: scale(1.1) rotate(-5deg);
            transform: scale(1.1) rotate(-5deg);
        }

    /*-- Sidebar Tab List For Latest & Popular News --*/
    .sidebar-tab-list {
        margin: -15px -20px;
        z-index: 2;
        position: relative; /*-- Active Color For Category --*/
    }

        .sidebar-tab-list a {
            width: 50%;
            display: block;
            float: left;
            text-align: center;
            position: relative;
            line-height: 24px;
            padding: 15px;
            font-size: 18px;
            font-weight: 600;
            font-family: "HelveticaNeue", sans-serif;
            text-transform: capitalize;
            color: #c43235;
            position: relative;
        }

div#latest-news {
    height: 584px;
    overflow: auto;
}

    div#latest-newsin {
    }

    .pane.fade.show {
        padding: 0 10px 0 0;
    }

    /*-- Sidebar  List For Latest & Popular News --*/
    .sidebar-list {
        margin: -15px -20px;
        z-index: 2;
        position: relative; /*-- Active Color For Category --*/
    }

        .sidebar-list a {
            width: 100%;
            display: block;
            float: left;
            text-align: center;
            position: relative;
            line-height: 24px;
            padding: 15px;
            font-size: 25px;
            font-weight: 600;
            text-transform: capitalize;
            color: #c43235;
            position: relative;
        }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .sidebar-tab-list a {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 479px) {
        .sidebar-tab-list a {
            font-size: 14px;
        }
    }

    .sidebar-tab-list a::before, .sidebar-tab-list a::after {
        position: absolute;
        top: 50%;
        height: 14px;
        width: 4px;
        background-color: #c43235;
        margin-top: -7px;
        content: "";
    }

    .sidebar-tab-list a::before {
        left: -1px;
    }

    .sidebar-tab-list a::after {
        right: -1px;
    }

    .sidebar-tab-list a:first-child::after {
        background-color: #ffffff !important;
        right: -3px;
        width: 6px;
    }

    .sidebar-tab-list a:last-child::before {
        background-color: #ffffff !important;
        left: -3px;
        width: 6px;
    }

    .sidebar-tab-list a.active {
        background-color: #c43235;
        z-index: 2;
        color: #ffffff;
    }

        .sidebar-tab-list a.active::before, .sidebar-tab-list a.active::after {
            background-color: #ffffff !important;
        }

    .sidebar-tab-list.travel-sidebar-tab-list a::before, .sidebar-tab-list.travel-sidebar-tab-list a::after {
        background-color: #ffc61c;
    }

    .sidebar-tab-list.travel-sidebar-tab-list a.active {
        background-color: #ffc61c;
    }

    .sidebar-tab-list.reports-sidebar-tab-list a::before, .sidebar-tab-list.reports-sidebar-tab-list a::after {
        background-color: #ffc61c;
    }

    .sidebar-tab-list.reports-sidebar-tab-list a.active {
        background-color: #ffc61c;
    }

    .sidebar-tab-list.fashion-sidebar-tab-list a::before, .sidebar-tab-list.fashion-sidebar-tab-list a::after {
        background-color: #ff58c8;
    }

    .sidebar-tab-list.fashion-sidebar-tab-list a.active {
        background-color: #ff58c8;
    }

    .sidebar-tab-list.sports-sidebar-tab-list a::before, .sidebar-tab-list.sports-sidebar-tab-list a::after {
        background-color: #67bf35;
    }

    .sidebar-tab-list.sports-sidebar-tab-list a.active {
        background-color: #67bf35;
    }

    .sidebar-tab-list.gadgets-sidebar-tab-list a::before, .sidebar-tab-list.gadgets-sidebar-tab-list a::after {
        background-color: #1f2024;
    }

    .sidebar-tab-list.gadgets-sidebar-tab-list a.active {
        background-color: #1f2024;
    }

    .sidebar-tab-list.feature-sidebar-tab-list a::before, .sidebar-tab-list.feature-sidebar-tab-list a::after {
        background-color: #c43235;
    }

    .sidebar-tab-list.feature-sidebar-tab-list a.active {
        background-color: #c43235;
    }

    .sidebar-tab-list.politic-sidebar-tab-list a::before, .sidebar-tab-list.politic-sidebar-tab-list a::after {
        background-color: #f05555;
    }

    .sidebar-tab-list.politic-sidebar-tab-list a.active {
        background-color: #f05555;
    }

    .sidebar-tab-list.education-sidebar-tab-list a::before, .sidebar-tab-list.education-sidebar-tab-list a::after {
        background-color: #c43235;
    }

    .sidebar-tab-list.education-sidebar-tab-list a.active {
        background-color: #c43235;
    }

    .sidebar-tab-list.latestnews-sidebar-tab-list a::before, .sidebar-tab-list.latestnews-sidebar-tab-list a::after {
        background-color: #c43235;
    }

    .sidebar-tab-list.latestnews-sidebar-tab-list a.active {
        background-color: #c43235;
    }

    .sidebar-tab-list.health-sidebar-tab-list a::before, .sidebar-tab-list.health-sidebar-tab-list a::after {
        background-color: #c43235;
    }

    .sidebar-tab-list.health-sidebar-tab-list a.active {
        background-color: #c43235;
    }

    .sidebar-tab-list.madical-sidebar-tab-list a::before, .sidebar-tab-list.madical-sidebar-tab-list a::after {
        background-color: #c43235;
    }

    .sidebar-tab-list.madical-sidebar-tab-list a.active {
        background-color: #c43235;
    }

    .sidebar-tab-list.video-sidebar-tab-list a::before, .sidebar-tab-list.video-sidebar-tab-list a::after {
        background-color: #ec0000;
    }

    .sidebar-tab-list.video-sidebar-tab-list a.active {
        background-color: #ec0000;
    }

    .sidebar-tab-list.businsee-sidebar-tab-list a::before, .sidebar-tab-list.businsee-sidebar-tab-list a::after {
        background-color: #26d572;
    }

    .sidebar-tab-list.businsee-sidebar-tab-list a.active {
        background-color: #26d572;
    }

    /*-- Sidebar Category --*/
    .sidebar-category { /*-- Active Color For Category --*/
    }

        .sidebar-category li {
            margin-bottom: 10px;
            display: block;
        }

            .sidebar-category li a {
                display: block;
                color: #666666;
                line-height: 24px;
                font-size: 14px;
                font-family: "HelveticaNeue", sans-serif;
            }

                .sidebar-category li a:before {
                    content: "\f0da";
                    font-family: 'HelveticaNeue';
                    font-size: 18px;
                    line-height: 24px;
                    float: left;
                    margin-right: 15px;
                    padding-left: 1px;
                }

                .sidebar-category li a:hover {
                    color: #c43235;
                }

            .sidebar-category li:last-child {
                margin-bottom: 0;
            }

        .sidebar-category.travel-category li a:hover {
            color: #ffc61c;
        }

        .sidebar-category.reports-category li a:hover {
            color: #ffc61c;
        }

        .sidebar-category.fashion-category li a:hover {
            color: #ff58c8;
        }

        .sidebar-category.sports-category li a:hover {
            color: #67bf35;
        }

        .sidebar-category.gadgets-category li a:hover {
            color: #1f2024;
        }

        .sidebar-category.feature-category li a:hover {
            color: #c43235;
        }

        .sidebar-category.politic-category li a:hover {
            color: #f05555;
        }

        .sidebar-category.education-category li a:hover {
            color: #c43235;
        }

        .sidebar-category.latestnews-category li a:hover {
            color: #c43235;
        }

        .sidebar-category.health-category li a:hover {
            color: #c43235;
        }

        .sidebar-category.madical-category li a:hover {
            color: #c43235;
        }

        .sidebar-category.video-category li a:hover {
            color: #ec0000;
        }

        .sidebar-category.businsee-category li a:hover {
            color: #26d572;
        }

    /*-- Sidebar Subscribe --*/
    .sidebar-subscribe {
        position: relative;
        z-index: 1;
        text-align: center;
        background-color: #f6f6f6;
        padding: 47px 30px; /*-- Sidebar Subscribe Form --*/
    }

        .sidebar-subscribe::before {
            content: url("image/shape/mail-1.png");
            left: 0;
            position: absolute;
            top: 0;
            z-index: -1;
        }

        .sidebar-subscribe::after {
            bottom: 0;
            content: url("image/shape/mail-2.png");
            position: absolute;
            right: 0;
            z-index: -1;
        }

        .sidebar-subscribe h4 {
            display: block;
            font-weight: 600;
            margin-bottom: 13px;
        }

            .sidebar-subscribe h4 span {
                color: #f05555;
            }

        .sidebar-subscribe .subscribe-form input[type="email"] {
            width: 265px;
            height: 40px;
            background-color: #ffffff;
            color: #444444;
            line-height: 24px;
            padding: 8px 20px;
            font-size: 12px;
            border: none;
            clear: both;
            margin: auto;
            max-width: 100%;
        }

        .sidebar-subscribe .subscribe-form .button {
            height: 40px;
            background-color: #f05555;
            color: #ffffff;
            line-height: 24px;
            padding: 8px 40px;
            border: none;
            font-size: 12px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            clear: both;
            margin: auto;
            text-transform: uppercase;
            margin-top: 15px;
        }

            .sidebar-subscribe .subscribe-form .button:hover {
                background-color: #ec2626;
            }

    /*----------------------------------------*/
    /*  8.  Contact
/*----------------------------------------*/
    .contact-info, .contact-form {
        padding: 30px 10px;
    }

    /*-- Single Contact --*/
    @media only screen and (max-width: 767px) {
        .single-contact {
            margin-bottom: 30px;
        }

            .single-contact:last-child {
                margin-bottom: 0;
            }
    }

    .single-contact i {
        font-size: 36px;
        color: #c43235;
        margin-bottom: 10px;
    }

    /*-- Contact Form --*/
    .contact-form label {
        display: block;
        line-height: 18px;
    }

        .contact-form label sup {
            color: #c43235;
        }

    .contact-form input {
        width: 100%;
        height: 40px;
        border: 1px solid #f1f1f1;
        line-height: 24px;
        padding: 7px 15px;
    }

        .contact-form input[type="submit"] {
            width: auto;
            border-radius: 5px;
            background-color: #c43235;
            color: #ffffff;
            text-transform: capitalize;
            border: none;
            padding: 8px 30px;
        }

            .contact-form input[type="submit"]:focus {
                border: none;
            }

        .contact-form input:focus {
            border-color: #c43235;
        }

    .contact-form textarea {
        width: 100%;
        height: 100px;
        resize: none;
        border: 1px solid #f1f1f1;
        line-height: 24px;
        padding: 7px 15px;
    }

        .contact-form textarea:focus {
            border-color: #c43235;
        }

    /*-- Contact Map Wrap --*/
    .contact-map-wrap {
        padding: 10px;
    }

    /*-- Contact Map --*/
    #contact-map {
        height: 350px;
        width: 100%;
    }


    /*----------------------------------------*/
    /*  9.  Footer
/*----------------------------------------*/
    /*--
    Footer Top
----------------------------------------*/
    .footer-top-section {
        padding: 100px 105px 40px;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .footer-top-section {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-top-section {
            padding: 100px 65px 40px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-top-section {
            padding-left: 0;
            padding-right: 0;
        }
    }

    @media only screen and (max-width: 767px) {
        .footer-top-section {
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    /*-- Footer Widget --*/
    .footer-widget {
        padding: 0 35px; /*-- Title --*/ /*-- Content --*/ /*-- Footer Widget Post --*/ /*-- Footer Tweet --*/
    }

    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .footer-widget {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media only screen and (max-width: 479px) {
        .footer-widget {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    .footer-widget .widget-title {
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 600;
        color: #ffffff;
        line-height: 14px;
        text-transform: capitalize;
        padding-left: 15px;
        border-left: 4px solid #c43235;
        margin-bottom: 30px;
    }

    .footer-widget .content { /*-- Footer Contact --*/ /*-- Footer Social --*/
    }

        .footer-widget .content p {
            font-size: 13px;
            color: #cccccc;
        }

        .footer-widget .content .footer-contact {
            padding-left: 0;
            float: left;
            margin-top: 8px;
            width: 100%;
            margin-bottom: 25px;
        }

            .footer-widget .content .footer-contact li {
                margin-bottom: 10px;
                color: #cccccc;
            }

                .footer-widget .content .footer-contact li:last-child {
                    margin-bottom: 0;
                }

                .footer-widget .content .footer-contact li i {
                    width: 20px;
                    text-align: left;
                    margin-right: 10px;
                    font-size: 16px;
                }

        .footer-widget .content .footer-social a {
            width: 36px;
            height: 36px;
            border-radius: 3px;
            text-align: center;
            color: #ffffff;
            text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        }

            .footer-widget .content .footer-social a i {
                font-size: 16px;
                line-height: 38px;
            }

            .footer-widget .content .footer-social a.facebook {
                background-color: #516eab;
            }

            .footer-widget .content .footer-social a.twitter {
                background-color: #40bff5;
            }

            .footer-widget .content .footer-social a.dribbble {
                background-color: #f7659c;
            }

            .footer-widget .content .footer-social a.google-plus {
                background-color: #eb5e4c;
            }

    .footer-widget .footer-widget-post {
        overflow: hidden;
        border-bottom: 1px solid #282828;
        margin-bottom: 20px;
        padding-bottom: 20px; /*-- Post Wrap --*/
    }

        .footer-widget .footer-widget-post:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .footer-widget .footer-widget-post .post-wrap {
            overflow: hidden; /*-- Image --*/ /*-- Content --*/
        }

            .footer-widget .footer-widget-post .post-wrap .image {
                width: 104px;
                margin-right: 20px;
                float: left;
            }

    @media only screen and (max-width: 479px) {
        .footer-widget .footer-widget-post .post-wrap .image {
            width: 90px;
            margin-right: 15px;
        }
    }

    .footer-widget .footer-widget-post .post-wrap .image img {
        width: 100%;
    }

    .footer-widget .footer-widget-post .post-wrap .content {
        overflow: hidden;
    }

        .footer-widget .footer-widget-post .post-wrap .content .title a {
            color: #cccccc;
            font-weight: 600;
        }

            .footer-widget .footer-widget-post .post-wrap .content .title a:hover {
                color: #c43235;
            }

        .footer-widget .footer-widget-post .post-wrap .content .meta { /*-- Meta List --*/
        }

            .footer-widget .footer-widget-post .post-wrap .content .meta .meta-item {
                color: #cccccc;
                margin-top: 5px;
                font-size: 13px;
                font-family: "HelveticaNeue", sans-serif;
                line-height: 16px;
                display: block;
                float: left;
                margin-right: 15px; /*-- Icon --*/
            }

                .footer-widget .footer-widget-post .post-wrap .content .meta .meta-item:last-child {
                    margin-right: 0;
                }

                .footer-widget .footer-widget-post .post-wrap .content .meta .meta-item i {
                    display: block;
                    float: left;
                    margin-right: 6px;
                    font-size: 13px;
                    line-height: 16px;
                    padding-left: 1px;
                }

    .footer-widget .single-tweet {
        border-bottom: 1px solid #282828;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative; /*-- Image --*/ /*-- Content --*/
    }

        .footer-widget .single-tweet:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }

        .footer-widget .single-tweet::before {
            position: absolute;
            right: 0;
            bottom: 0;
            content: "\f099";
            font-family: 'HelveticaNeue';
            color: #c43235;
            opacity: 0.1;
            font-size: 70px;
            line-height: 50px;
        }

        .footer-widget .single-tweet .image {
            width: 40px;
            margin-right: 10px;
            float: left;
        }

            .footer-widget .single-tweet .image img {
                width: 100%;
            }

        .footer-widget .single-tweet .content { /*-- Head --*/ /*-- Tags --*/ /*-- LInks --*/ /*-- Meta --*/
        }

            .footer-widget .single-tweet .content .head {
                overflow: hidden;
            }

                .footer-widget .single-tweet .content .head h5 {
                    float: left;
                    font-family: "HelveticaNeue", sans-serif;
                    font-weight: 600;
                    border-right: 1px solid #3b3b3b;
                    margin-right: 15px;
                    padding-right: 15px;
                    line-height: 14px;
                }

                    .footer-widget .single-tweet .content .head h5 a {
                        color: #cccccc;
                    }

                        .footer-widget .single-tweet .content .head h5 a:hover {
                            color: #c43235;
                        }

                .footer-widget .single-tweet .content .head span {
                    display: block;
                    line-height: 14px;
                    color: #cccccc;
                }

            .footer-widget .single-tweet .content .tags a {
                font-size: 13px;
                line-height: 20px;
                color: #cccccc;
            }

                .footer-widget .single-tweet .content .tags a:hover {
                    color: #c43235;
                }

            .footer-widget .single-tweet .content .links a {
                font-size: 13px;
                line-height: 20px;
                color: #c43235;
            }

                .footer-widget .single-tweet .content .links a:hover {
                    text-decoration: underline;
                }

            .footer-widget .single-tweet .content .meta {
                margin-top: 10px;
            }

                .footer-widget .single-tweet .content .meta li {
                    border-right: 1px solid #3b3b3b;
                    margin-right: 20px;
                    padding-right: 20px;
                    float: left;
                    display: block;
                    line-height: 12px;
                    margin-top: 7px;
                }

                    .footer-widget .single-tweet .content .meta li:last-child {
                        margin-right: 0;
                        padding-right: 0;
                        border-right: none;
                    }

                    .footer-widget .single-tweet .content .meta li a {
                        font-size: 13px;
                        color: #cccccc;
                        line-height: 12px;
                    }

                        .footer-widget .single-tweet .content .meta li a:hover {
                            color: #c43235;
                        }

                        .footer-widget .single-tweet .content .meta li a i {
                            font-size: 14px;
                            float: left;
                            line-height: 12px;
                            margin-right: 10px;
                            padding-left: 1px;
                        }

    /*--
    Footer Bottom
----------------------------------------*/
    .footer-bottom-section {
        border-top: 5px solid #c43235;
        padding: 15px 0; /*-- Copyright --*/
        height: 100px;
    }

    @media only screen and (max-width: 479px) {
        .footer-bottom-section {
            border-top: 5px solid #c43235;
            padding: 5px 0; /*-- Copyright --*/
        }
    }

    .footer-bottom-section .copyrightright {
        line-height: 30px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #cccccc;
    }

    @media only screen and (max-width: 479px) {
        .footer-bottom-section .copyrightright {
            display: none;
        }
    }

    .footer-bottom-section .copyrightleft {
        line-height: 30px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #cccccc;
    }

    @media only screen and (max-width: 479px) {
        .footer-bottom-section .copyrightleft {
            display: none;
        }
    }

    .footer-bottom-section .copyrightMobile {
        display: none;
    }

    @media only screen and (max-width: 479px) {
        .footer-bottom-section .copyrightMobile {
            display: block;
            line-height: 0px;
            font-size: 10px;
            line-height: normal;
            text-transform: uppercase;
            color: #cccccc;
        }
    }

    .footer-bottom-section .footermenu {
        float: left;
        line-height: 30px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #cccccc;
    }

    @media only screen and (max-width: 479px) {
        .footer-bottom-section .footermenu {
            display: none;
        }
    }

    .footer-bottom-section .footermenu ul {
        float: left:
    }

    .footer-bottom-section .footermenu li {
        padding: 0 5px 0 5px;
        list-style: none;
        display: inline-block;
    }

        .footer-bottom-section .footermenu li a {
            color: #cccccc;
        }

            .footer-bottom-section .footermenu li a:hover {
                color: #fff;
            }

    .footer-bottom-section .footermenuMobile {
        display: none;
    }

    @media only screen and (max-width: 479px) {
        .footer-bottom-section .footermenuMobile {
            display: block;
            line-height: normal;
            font-size: 11px;
            letter-spacing: 0px;
            text-transform: uppercase;
            color: #cccccc;
        }
    }

    @media only screen and (max-width: 479px) {
        .footer-bottom-section .footermenuMobile ul {
            float: left:
        }
    }

    @media only screen and (max-width: 479px) {
        .footer-bottom-section .footermenuMobile li {
            padding: 0 5px 0 5px;
            list-style: none;
            display: inline-block;
        }
    }

    @media only screen and (max-width: 479px) {
        .footer-bottom-section .footermenuMobile li a {
            color: #cccccc;
        }
    }

    @media only screen and (max-width: 479px) {
        .footer-bottom-section .footermenuMobile li a:hover {
            color: #fff;
        }
    }

    /* Icon 1 */

    .animated-icon1, .animated-icon2, .animated-icon3 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        .animated-icon1 span {
            background: #e65100;
        }

        .animated-icon2 span {
            background: #e3f2fd;
        }

        .animated-icon3 span {
            background: #f3e5f5;
        }

        .animated-icon1 span:nth-child(1) {
            top: 0px;
        }

        .animated-icon1 span:nth-child(2) {
            top: 10px;
        }

        .animated-icon1 span:nth-child(3) {
            top: 20px;
        }

        .animated-icon1.open span:nth-child(1) {
            top: 11px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .animated-icon1.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        .animated-icon1.open span:nth-child(3) {
            top: 11px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        /* Icon 3*/

        .animated-icon2 span:nth-child(1) {
            top: 0px;
        }

        .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
            top: 10px;
        }

        .animated-icon2 span:nth-child(4) {
            top: 20px;
        }

        .animated-icon2.open span:nth-child(1) {
            top: 11px;
            width: 0%;
            left: 50%;
        }

        .animated-icon2.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .animated-icon2.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .animated-icon2.open span:nth-child(4) {
            top: 11px;
            width: 0%;
            left: 50%;
        }

        /* Icon 4 */

        .animated-icon3 span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .animated-icon3 span:nth-child(2) {
            top: 10px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .animated-icon3 span:nth-child(3) {
            top: 20px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .animated-icon3.open span:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0px;
            left: 8px;
        }

        .animated-icon3.open span:nth-child(2) {
            width: 0%;
            opacity: 0;
        }

        .animated-icon3.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 21px;
            left: 8px;
        }

    .box {
        width: 200px;
        height: 266px;
        background-color: white;
        border: 1px solid #868686;
        color: #333;
        background: #fff;
        padding: 0px;
        position: relative;
        margin: 0px;
        position: absolute;
        z-index: 99;
        right: -90px;
        top: 45px;
        box-shadow: 3px 3px 6px 2px rgba(0,0,0,0.35);
        border-radius: 10px;
        display: none;
    }

    #slender-trigge:hover #slender {
        display: block;
    }

    .box.arrow-top:after {
        content: " ";
        position: absolute;
        right: 100px;
        top: -15px;
        border-top: none;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #808082;
    }

    .booked-wzs-bottom-l {
        display: none !important;
    }

    .coronaDiv {
        background-color: #0d3c58;
        float: left;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        border-left: 1px solid #ccc;
        line-height: 1.44 !important;
    }

    .uhead {
        font-size: 18px;
        font-weight: bold;
        padding: 10px;
        background-color: #0d3c58;
    }

    .highlight {
        font-size: 30px;
        font-weight: bold;
    }




    @media only screen and (max-width: 900px) {
        .coronaDiv {
            background-color: #0d3c58;
            float: none;
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            border-bottom: 1px solid #ccc;
        }
    }


    .blue {
        background: #347fd0;
    }

    .news {
        box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);
        width: 890px;
        margin: 20px auto;
        overflow: hidden;
        border-radius: 4px;
        padding: 1px;
        -webkit-user-select: none;
    }

        .news span {
            float: left;
            color: #fff;
            padding: 9px;
            position: relative;
            top: 1%;
            box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
            font: 16px 'Raleway', Helvetica, Arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            -webkit-user-select: none;
            cursor: pointer;
        }

    .text1 {
        box-shadow: none !important;
        width: 750px;
    }

    #marquee {
        width: 76%;
        overflow: hidden;
        border: 1px solid #ccc;
        background: black;
    }

    .ver {
        height: 30px;
        width: 200px;
    }

    .active-page {
        border: 3px solid;
        border-color: #c43235;
    }

.owl-carousel {
    width: auto;
}
/* feature-video style */
section.feature-video {
    padding: 30px 0 45px;
    background: #000000;
    overflow: hidden;
}

    section.feature-video .owl-carousel {
        margin-left: -15px;
        margin-right: -15px;
    }

        section.feature-video .owl-carousel .item {
            margin: 0 15px;
        }

    section.feature-video .features-video-box {
        position: relative;
    }

        section.feature-video .features-video-box:before {
            position: absolute;
            content: '';
            width: 10000px;
            height: 100%;
            background: rgba(34, 34, 34, 0.7);
            right: 100%;
            top: 0;
            z-index: 2;
        }

        section.feature-video .features-video-box:after {
            position: absolute;
            content: '';
            width: 10000px;
            height: 100%;
            background: rgba(34, 34, 34, 0.7);
            left: 100%;
            top: 0;
        }

    section.feature-video .owl-carousel .owl-wrapper-outer {
        overflow: visible;
    }

    section.feature-video .owl-theme .owl-controls {
        margin-right: 12px;
    }

        section.feature-video .owl-theme .owl-controls .owl-buttons div {
            color: #666666;
            border: 1px solid #666666;
        }

            section.feature-video .owl-theme .owl-controls .owl-buttons div:hover {
                color: #ffffff;
                background: #f44336;
                border: 1px solid #f44336;
            }

            section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
                color: #999999;
            }

            section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:after {
                color: #999999;
            }

            section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
                color: #ffffff;
            }

            section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
                color: #ffffff;
            }
.title-section.white {
    border-bottom: 1px solid #c43235;
}

    .title-section.white h1 {
        color: #ffffff;
        line-height: 1.1 !important;
    }

    .title-section.white .arrow-box a {
        color: #666666;
        border: 1px solid #666666;
    }

        .title-section.white .arrow-box a:hover {
            color: #ffffff;
            border: 1px solid #f44336;
        }


.title-section h1 {
    color: #1d1e20;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: -1px;
}

    .title-section h1 span {
        display: inline-block;
        padding-bottom: 16px;
        padding-right: 5px;
        border-bottom: 1px solid #f44336;
    }

.title-section {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
section.feature-video .features-video-box:before {
    position: absolute;
    content: '';
    width: 10000px;
    height: 100%;
    background: rgba(34, 34, 34, 0.7);
    right: 100%;
    top: 0;
    z-index: 2;
}

.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -65px !important;
    margin-right: 2px;
}

    .owl-theme .owl-controls .owl-pagination {
        display: none !important;
    }

.image-post3 .hover-box,
.video-post .hover-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(34, 34, 34, 0.8);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.video-post a.video-link {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    font-size: 30px;
    padding: 1px;
    outline: none;
}

.image-post3 .hover-box ul.post-tags li,
.video-post .hover-box ul.post-tags li {
    color: #ccc;
}

.image-post3 .hover-box ul.post-tags li a,
.video-post .hover-box ul.post-tags li a {
    color: #ccc;
}

ul.post-tags li a:hover {
    color: #f44336;
}

ul.post-tags li:last-child {
    margin-right: 0;
}
ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #999999;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
    ul.post-tags li i {
        color: #ccc;
        margin-right: 9px;
    }
.image-post3 .hover-box h2,
.video-post .hover-box h2 {
    color: #c43235;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 0;
}

    .image-post3 .hover-box h2 a,
    .video-post .hover-box h2 a {
        display: inline-block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        color: #ffffff;
    }

/* image post3 style */
.image-post3,
.video-post {
    position: relative;
}

    .image-post3 .hover-box,
    .video-post .hover-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: rgba(34, 34, 34, 0.8);
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        .image-post3 .hover-box h2,
        .video-post .hover-box h2 {
            color: #c43235;
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            line-height: 20px;
            margin: 0 0 10px;
            font-size: 13px;
            max-height: 40px;
            overflow: hidden;
            margin-bottom: 0;
        }

            .image-post3 .hover-box h2 a,
            .video-post .hover-box h2 a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                color: #ffffff;
            }

                .image-post3 .hover-box h2 a:hover,
                .video-post .hover-box h2 a:hover {
                    opacity: 0.7;
                }

        .image-post3 .hover-box ul.post-tags li,
        .video-post .hover-box ul.post-tags li {
            color: #ccc;
        }

            .image-post3 .hover-box ul.post-tags li a,
            .video-post .hover-box ul.post-tags li a {
                color: #ccc;
            }

    .image-post3:hover .hover-box,
    .video-post:hover .hover-box {
        background: #c43235;
    }

.video-post {
    margin-bottom: 10px;
}

    .video-post a.video-link {
        display: inline-block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        position: absolute;
        top: 20px;
        left: 20px;
        color: #ffffff;
        font-size: 30px;
        padding: 1px;
        outline: none;
    }

    .video-post a:hover {
        opacity: 0.6;
    }

button.mfp-close,
button.mfp-arrow {
    outline: none;
}
.owl-theme .owl-controls .owl-pagination {
    display: none !important;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 11px;
    color: #999999;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background: transparent;
    border: 1px solid #cccccc;
    margin-left: 2px;
    outline: none;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    opacity: 1;
    margin: 0 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    color: #999999;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999999;
}

section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:after {
    color: #999999;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999999;
}