@font-face {
    font-family: 'MyWebFont';
    src: url('../fonts/WebFont.eot');
    src: url('../fonts/WebFont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WebFont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'MynewsFont';
    src: url('../fonts/SolaimanLipi.ttf');
    src: url('../fonts/SolaimanLipi_Bold_10-03-12.ttf');
}


.adddisplay{
    display:none;
}
.showdisplay{
    display:block;
}


* {
    margin: 0;
    padding: 0;
}


body {
    overflow-x: hidden;
    color: #222;
    font-family:'MynewsFont' ,'MyWebFont',sans-serif;
    background: #F0F0F0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    display: inline-block;
}

.container {
    max-width: 1260px;
}

/*header-top-area*/

.header-top-area {
    background-color: #fff;
    padding: 15px 0px;
}

.header-top-left{
    padding-top: 30px;
}

.header-top-left ul li {
    font-size: 15px;
    color: #000;
    font-family: 'MynewsFont';
}


.header-social {
    padding-top: 0px;
}

.header-social ul li a {
    text-decoration: none;
}

.header-social ul li a i {
    height: 38px;
    width: 38px;
    text-align: center;
    border-radius: 50%;
    line-height: 37px;
    color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
}

.header-top-right a {
    text-decoration: none;
    font-weight: 700;
    color: #85878B;
    font-size: 15px;
    display: flex;
    align-items: self-end;
}

.header-top-right a h3 {
    padding-top: 79%;
    font-size: 13px;
    font-weight: 700;
    /*! bottom: auto; */
    /*! margin-bottom: 50px; */
    margin-bottom: auto;
    font-family:'MynewsFont',serif;
}

.header-top-right a h3 i {
    margin-left: 3px;
    margin-right: 4px;
}

.header-top-right a img {
    width: 102px;
    box-shadow: 0px 0px 4px 1px #888888;
}



/*header-top-area*/

/*header section*/
 
   
.header-section {
    position: relative;
    width: 100%;
    background: #124b65;
    transition: .4s;
    border-bottom: 1px solid var(--wc);
    z-index: 100;
    position: sticky;
    top: 0;
}

.more-over{
    position: relative;
}

.more-content{
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 20px 55px;
    display: none;
    border: 1px solid #ccc;
    width: 100%;

}
.more-main .row a{
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    color: #2C2E35;
    font-family: 'MynewsFont',serif;
    font-size: 18px;
}
 
.more-sub{
    padding: 35px;
}
.more-sub .row a{
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    color: #2C2E35;
}





/*#search */

#search{
    margin-top:10px;
    margin-left: auto;
    width: 50px;
    display: inline;
    float: right;
    position: relative;
}
.search-over{
    position: absolute;
    top: 140%;
    left: -350px;
    width: 400px;
    visibility: hidden;
    opacity: 0;

}
.search-over button{
    padding: 8px 20px;
    border: none;
    outline: none;
    border: 1px solid #ccc;
    cursor: pointer;
}
.search-over button i{
    font-size: 16px;
}
.add-css{
    opacity: 1;
    visibility: visible;
}




.header-section::after {
    content: "";
    clear: both;
    display: table;
}

.logo {

    width: 100%;
    display: inline-block;
}

.logo img {
    height: 80px;
}

.menubar {
    width: 89%;
    margin: 0 auto;
}

.menubar ul {
    padding: 0;
    margin: 0;
}

.menubar > ul > li {
    list-style: none;
    display: inline-block;
}

.menubar > ul > li > a {
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    padding: 8px 6px;
    display: inline-block;
    transition: .4s;
    font-size: 18px;
    font-family: 'MynewsFont',serif;
}

.menubar ul li a i {
    padding: 0px 4px;
    color:#fff;
}

.menubar > ul > li > a:hover {
    color: #fff;
}

.menubar > ul > li:hover {
    background-color: #ffffff36;
}


/*on scrolled css*/

/*
.header-section.scrolled {
    transition: .4s;
    border-bottom: 1px solid #e6e6e6;
}

.header-section.scrolled .logo img {
    width: 60px;
}

.header-section.scrolled .menubar > ul > li > a {

    padding: 22px 5px;
    font-size: 13px;
}

*/


/*sub menu*/
.sub-btn {
    position: relative;
}

.sub-menu {
    position: absolute;
    background: #fff;
    z-index: 5;
    width: 200px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s;

}

.btn-sub:hover .sub-menu {
    opacity: 1;
    transform: scaleY(1);
}

.sub-menu a {
    display: block;
    color: var(--sc);
    font-weight: 500;
    padding: 8px 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s;
    border-bottom: 1px solid #e6e6e6;
    transition: .2s;
    text-align: left;
    font-family: 'MyTimesFont',serif;
    font-size: 14px;
}

.sub-menu a:last-child {
    border: none;
}

.sub-menu a:hover {
    background: var(--pc);
    color: var(--wc) !important;
}

.sub-menu a:hover {
    color: var(--pc);
}

.sub2-menu {
    width: 450px;
}

/*mobile menu*/
.head-menu-box {
    padding: 30px !important;
}

.mh-menu span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    display: block;

}

.mobile-icon2 {
    float: right;
    display: inline-block;
}

.mobile-icon2 i {
    cursor: pointer;
}

.mobile-btn {
    float: right;
    display: block;
}

.mobile-btn2 {
    float: left !important;
    text-transform: capitalize;
}

.corsor {
    cursor: pointer;
}

.mobile-btn > i {
    font-size: 30px;
    padding: 10px 15px;
    display: none;
    cursor: pointer;
}

.mobile-btn i:hover {
    color: var(--sc);
}

.mobile-menu {
    height: auto;
    width: 100%;
    background: #fff;
    position: absolute;
    top: -1000px;
    left: 0px;
    overflow: auto;
}

.mobile-menu.active {
    top: 0;
}

.mobile-menu .card-body ul li a {
    font-size: 13px;
}

/*accordion*/

.menu-box {
    border: 1px solid var(--gc);
    border-bottom: none;
    padding:5px 15px;
}

.menu-box2 {
    height: 60px;
    padding: 0 20px !important;
    background: var(--gc);
}

.menu-box:last-child {
    border-bottom: 1px solid #ccc;
}

.menu-box .mobile-logo img {
    width: 70px;
}

.menu-box .mobile-logo i {
    font-size: 20px;
    padding: 8px 10px;
}

.menu-box .mobile-logo a {
    display: inline !important;
}

.menu-box .card-body {
    padding: 15px;
}

.menu-box .menu-link a {
    text-transform: uppercase;
    cursor: pointer;
    color: var(--sc);
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.menu-box .menu-link a:hover {
    color: var(--pc);
}

.menu-box ul li {
    list-style: none;
    cursor: pointer;
    font-weight: 600;
    border-top: 1px solid #ccc;
    border-radius: 3px;
    display: block;
}

.menu-box ul li:hover {
    background: var(--pc);
}

.menu-box ul {
    padding-left: 0px !important;
}

.menu-box ul li a {
    text-decoration: none;
    display: block;
    padding: 10px 10px;
    color: var(--sc);
    font-weight: 600;
    transition: .2s;
    text-transform: uppercase;
}

.menu-box ul li a:hover {
    color: var(--wc);
}

.menu-box ul li a:hover.menu-box ul li {
    background: var(pc);
}

.mobile-menu .logo-left {
    padding: 4px 0;
    margin-right: 3px;
}

.logo-right {
    float: right !important;
}

/*header section end*/


/*top-news-section*/

.small-padding {
    padding: 15px 0px;
}

.top-news {
    background-color: #fff;
    padding: 10px 15px;

}

.top-news a {
    text-decoration: none;
}

.top-news a img {
    padding: 5px 0;
    width: 100%;
    height: 300px;
}
.top-news a h4 {
    color: #2C2E35;
    font-size: 17px;
    padding: 5px 12px 0;
}

.top-news a h2 {
    color: #000000;
    font-family: MynewsFont;
    font-size: 32px;
    font-weight: 600;
}

.top-news a p{
     color: #000000;
}

.top-news p {
    margin: 0px;
    font-size: 16px;
    color: #9b9791;
}

.top-news a h2:hover {
    color:red;
}


.topadssection{
    height:100%;
    width:100%;
}
.adsborder{
    border: 1px solid #000;
    min-height: 200px;
    margin: 10px 0px;
    text-align: center;
    padding: 75px;
    background-color: #fff;
}


.top-single {
    background-color: #fff;
    padding: 0px 6px 0px 0px;
    margin-bottom: 11px;
    min-height: 20%;
}

.top-single a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.top-single a img {
    width: 50%;
    height: 84px;
    margin-right: 10px;
}

.top-single a h3 {
    font-family: MynewsFont;
    color: #2C2E35;
    font-size: 16px;
    width: 50%;
    font-weight: 600;
}
.top-single a h3:hover {
    color:red;

}
.top-single p {
    margin: 0px;
    padding: 3px;
    font-size: 9px;
    color: #9b9791;
}

.allbutton a {
    text-decoration: none;
    background-color: #707176;
    padding: 4px 15px;
    color: #fff;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 600;
}

.top-videos {
    background-color: #fff;
    padding: 10px;
}

.top-videos h1 a{
     font-family: MynewsFont;
    text-align: center;
    color: #2C2E35;
  /*  font-size: 18px;
    padding: 5px 15px;*/
    text-decoration: none;
}
.top-videos h1{
    font-size: 18px;
    text-align: left;
    padding: 0px 6px;
    font-weight: 600;
}
.sidebarads {
    margin-top: 10px;
}

.sidebarads a img {
    width: 100%;
}

/*small news*/
.small-img-news {
    position: relative;
    margin-bottom: 15px;
}

.small-img-news img {
    width: 100%;
}

.small-img-head {
    position: absolute;
    bottom: 0;
    left: 5px;
    display: block;
}

.small-img-head a {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}

.small-img-head a:hover {
    color: #40B576;
}

.small-img-btn {
    border: 1px solid #fff;
    padding: 0px 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.small-img-head a:hover.small-img-btn {
    border: 1px solid #40B576;
}

.small-img-news .overlay{
    content: "";
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.31);
}

/*top-news-section*/

/*popular-news*/

.popularlist {
    background-color: #fff;

}

.popularlist h2{
    color: #2C2E35;
    font-size: 20px;
    padding: 5px 15px;
    font-family:'MynewsFont',serif;
    text-transform:uppercase;
    font-weight:700;
}

.popularlist h2 a {
    text-decoration: none;
    float: right;
}

.popularlist h2 a i {
    color: #85878B;
    font-size: 13px;
}

.popularlist ul,
.localpupular ul {
    margin: 0;
    padding: 0;
}

.popularlist ul li,
.localpupular ul li {
    display: block;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.popularlist ul li a,
.localpupular ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.popularlist ul li a img,
.localpupular ul li a img {
    width: 45%;
    height: 90px;
    margin-right: 12px;

}

.popularlist ul li a h3,
.localpupular ul li a h3 {
    color: #2C2E35;
    font-size: 16px;
    margin-bottom: 0px;
    width: 60%;
    font-weight: 600;
    font-family: "MynewsFont";
}

.popularlist ul li a h3:hover,
.localpupular ul li a h3:hover {
    color:red;
}



.popular-single {
    background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 97%;
}

.popular-single a {
    text-decoration: none;
}

.popular-single a img {
    width: 100%;
    height: 165px;
    padding: 10px 4px 3px 4px;
}

.popular-single a h3 {
    color: #2C2E35;
    font-size: 18px;
    margin-top: 2px;
    font-weight: 600;
    font-family: "MynewsFont";
}
.popular-single a h3:hover {
    color:red;
}
.popular-single p{
     margin: 0px;
     padding: 0px;
     font-size: 9px;
     color: #9b9791;
}

.photo-gallery {
    background-color: #fff;
    padding: 10px 15px;
    min-height: 100%;
}

.photo-gallery h2 {
    color: #2C2E35;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-family: "MynewsFont";
}

.single-galley a {
    text-decoration: none;
}

.single-galley a img {
    width: 100%;
    height: 160px;
}

.single-galley a h4 {
    color: #2C2E35;
    font-size: 15px;
    padding: 10px 0px;
    line-height: 24px;
    margin-bottom: 0px;
}

.single-galley a p {
    color: #333;
    font-size: 13px;
    padding-bottom: 20px;
}

.photo-gallery .owl-prev {
    height: 20px;
    width: 20px;
    background: #848483 !important;
    color: #fff !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.photo-gallery .owl-next {
    height: 20px;
    width: 20px;
    background: #848483 !important;
    color: #fff !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.photo-gallery .owl-prev span,
.photo-gallery .owl-next span {
    top: -2px;
    position: relative;
}

.photo-gallery .owl-dots {
    display: none;
}



/*popular-news*/


/*local-news*/

.localsection,
.Opinion-section {
    background-color: #fff;
    min-height: 100%;
}

.localsection h2,
.politics-section h2,
.Opinion-section h2 {
    color: #2C2E35;
    font-size: 20px;
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    font-family: "MynewsFont";
    text-transform:uppercase;
    font-weight: 700;
}

.localsection h2 a,
.politics-section h2 a,
.Opinion-section h2 a {
    text-decoration: none;
    float: right;
}

.localsection h2 a i,
.politics-section h2 a i,
.Opinion-section h2 a i {
    color: #85878B;
    font-size: 13px;
    font-family: "MynewsFont";
}

.local-topnew {
    padding: 10px 15px 0px 15px;
    border-right: 1px solid #ddd;
}

.local-topnew a {
    text-decoration: none;
}

.local-topnew a img {
    width: 100%;
    height: 150px;
}

.local-topnew a h3 {
    color: #2C2E35;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 10px 0px 5px 0px;
    font-family: "MynewsFont";
    font-weight: 600;
}
.local-topnew a h3:hover{
    color:red;
}

.local-topnew a p {
    color: #000;
    font-size: 12px;
}

.localpupular ul li {
    border-top: 0px solid;
    border-bottom: 2px solid #b3b3b3;
}

.localpupular ul li:last-child{
    border-bottom: none;
}

.politics-section {
    background-color: #fff;
    min-height: 100%;
}

.removebutton {
    border: 0px solid;
}

.removebutton a {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    display: block;
}

.removebutton a:last-child {
    border-bottom: 0px solid;
}

.Opinion-section ul {
    margin: 0;
    padding: 0;
}

.Opinion-section ul li {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.Opinion-section ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.Opinion-section ul li a img {
    width: 75px;
    border-radius: 50%;
    height: 75px;
    margin-left: 12px;
    float: left;
}

.Opinion-section ul li a h3 {
    color: #2C2E35;
    font-size: 16px;
    margin-bottom: 0px;
    float: right;
    font-weight: 600;
    font-family: "MynewsFont";
}
.Opinion-section ul li a h3:hover{
    color:red;
}
.Opinion-section ul li:last-child {
    border-bottom: 0px solid;
}

.bigads {
    margin-top: 10px;
}

.bigads a {
    text-decoration: none;
}

.bigads a img {
    width: 100%;
}

.localsection .row .col-md-6:nth-child(2) .local-topnew {
    border-right: 0px solid;
}

.relatedlist {
    border-top: 1px solid #ddd;

}




.single-sports {
    padding: 13px 10px;
}

.single-sports a {
    text-decoration: none;
}

.single-sports a img {
    width: 100%;
    height: 110px;
}

.single-sports a h3 {
    color: #2C2E35;
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: 600;
    font-family: "MynewsFont";
}
.single-sports a h3:hover {
    color:red;
}
.page-plugin iframe {
    width: 100% !important;
}



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

.international-rlt ul li a img {
    border-radius: 0px;
    height: 55px;

}

.international-rightborder {
    border-right: 0px solid;
}


.economy img{}
.economy li a h3 {
    padding: 10px;
    font-family: "MynewsFont";
}


.entertainmentpopular ul li a img {
    width: 60%;
    height: 80px;
    margin-right: 12px;

}

.politics-section .local-topnew {
    padding-top: 0px;
}

.single-art,
.single-latter {
    padding: 10px;
}

.single-art a,
.single-latter a {
    text-decoration: none;
}

.single-art a img {
    width: 100%;
    height: 120px;
}

.single-art a h3 {
    font-family: MynewsFont;
    color: #2C2E35;
    font-size: 15px;
    margin-bottom: 0px;
    padding: 10px 0px;
    font-weight: 600;
}
.single-art a h3:hover {
    color:red;
}
.single-latter a img {
    width: 100%;
    height: 80px;
}

.single-latter a h3 {
    color: #2C2E35;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 10px 0px;
    font-family: MynewsFont;
}

.latterbox {
    padding: 10px;
}

.latterimg {
    background-image: url(../../asset/images/letter2.jpg);
    background-size: contain;
    background-position: center;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.latterimg a {
    display: inline-block;
    background-color: #FF2E17;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}



/*local-news*/


/*footer-section*/

.footer img{
    width: 42%;
}

.footer p{
    margin-bottom:0px;
}



.footer-section {
    background-color: #fff;
    padding: 30px 0 5px 0px;
}

.footer .header-social {
    padding-top: 10px;
}

.footer-menu ul {
    padding-top: 15px;
}

.footer-menu ul li {
    padding: 0px 10px;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #2C2E35;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}


/*footer-section*/


/*category-page*/

.breadgam {
    background-color: #fff;
    padding: 0px 10px;
}

.breadgam ul li {
    display: inline-block;
    padding: 10px 4px 10px 0px;
    color: #666666;
    font-size: 14px;
}

.breadgam ul li a {
    text-decoration: none;
    color: #337ab7;
}

.top-categorynew,
.single-categorynews {
    background-color: #fff;
    padding: 10px;
}

.category-details a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    line-height: 24px;
    margin-bottom: 10px;
    transition: .3s all ease;
    font-weight: 600;
}

.category-details a:hover {
    color: #F51A1A;
}

.category-details p {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 22px;
}

.category-images a img {
    width: 100%;
    height: 210px;
}

.single-categorynews {
    margin: 10px 0px;
}

.single-categorynews a {
    text-decoration: none;
}

.single-categorynews a img {
    width: 100%;
    height: 140px;
}

.single-categorynews a h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0px;
   font-family: "MynewsFont";
}

.categorylatest ul li a img {
    height: 90px;
}

.categorylatest h2 {
    margin: 0;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
}

/*category-page*/

/*news-details*/

.news-details-section {
    padding-bottom: 20px;
}

.newsdetails {
    background-color: #FFF;
    padding: 10px;
}

.details-title h1 {
    font-family: "MynewsFont";
    color: #333;
    font-size: 30px;
    font-weight:600;
}

.details-title img {
    width: 100%;
}


.details-title a p{
    color: black;
    font-size: 12px;
    text-decoration: none;
}

.details-title a p:hover{
    text-decoration: none;
}
.details-title p{
    font-size: 16px !important;
    font-family: 'MynewsFont' !important;
}

.publish-info {
    background-color: #F1F1F1;
    margin-top: 15px;
}

.publish-info ul li {
    display: block;
    padding: 10px 15px;
    color: #222;
    font-size: 14px;
}

.publish-info ul li:nth-child(1),
.publish-info ul li:nth-child(2),
.publish-info ul li:nth-child(3) {
    border-bottom: 2px solid #ddd;
    padding: 18px 15px;
}

.publish-info ul li a {
    text-decoration: none;
    color: #F51A1A;
    font-weight: bold;
    font-family: "MynewsFont" !important;
}

.publish-info ul li a i {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 25px;
    color: #000;
    font-size: 14px;
}

.publish-content {
    margin-top: 15px;
    text-align:justify;
}

.publish-content p {
    color: #222;
    font-size: 18px !important;
    margin-bottom: 0px;
    font-family: 'MynewsFont' !important;
}
.publish-content p span{
    color: #222;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 0px;
    font-family: 'MynewsFont' !important;
}

.publish-content div span{
    color: #222;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 0px;
     font-family: 'MynewsFont', !important;
}

.related-allnews {
    background-color: #fff;
}

.related-allnews h3 {
    font-family: "MynewsFont";
    margin: 0;
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.comments-section {
    background-color: #fff;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}


.comments-section .card {
    background-color: transparent !important;
    border: 0px solid !important;
}

.comments-section .card-header {
    padding: 0px !important;
    border: 0px solid !important;
    background: transparent !important;
}

.comments-section .card-header button {
    color: #252525;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 0px;
}

.comments-section .card-header button i {
    margin-right: 10px;
}

.comments-section .card-header button:hover {
    text-decoration: none;
}

.comments-section .card-body {
    padding: 10px 0px;
}

.comments-form h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-family: "MynewsFont";
}

.comments-form textarea {
    height: 120px;
    font-size: 13px;
}

/*news-details*/


/*=================
    archive page
=================*/
.archive-left{
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 12px -5px #919191;
}
.archive-section .breadcrumb{
    background: #fff;
    box-shadow: 0px 0px 12px -5px #919191;
}
.archive-search{
    background: #fff;
    padding: 0 10px;
    box-shadow: 0px 0px 12px -5px #919191;
    border: 5px solid #ccc;
}
.news-box h6 a{
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: black;
}
.archive-old-news h6 a:hover{
    color: red;
}
.archive-old-news span{
    font-size: 12px;
    color: rgba(113, 113, 113, 0.97);
}
.archive-old-news .news-box{
    margin-bottom: 20px;
}
.archive-right{
    padding: 10px;
    box-shadow: 0px 0px 12px -5px #919191;

}
.news-title h4{
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}
/*custom card*/
.custom-card {
    border-bottom: 1px solid #ccc;
}

.custom-card .image img {
    width: 100%;
}

.custom-card-title {
    margin-left: 10px;
}

.custom-card-title h6 {
    margin: 0;
}

.custom-card-title h6 a {
    color: var(--tc-black);
    text-decoration: none;
}

.custom-card-title span {
    font-size: 12px;
    color: var(--tc-red);
}

/*=================
    archive page end
=====================*/


/*comments-page*/

.news-comments {
    background-color: #fff;
    border: 5px solid #C6C6C7;
    padding: 15px;
}

.news-comments h4 {
    color: #516FC2;
    font-size: 16px;
    font-weight: 600;
}

.news-comments p {
    color: #222;
    font-size: 14px;
    padding: 5px;
    background-color: #EBEBEB;
    display: block;
    border-left: 3px solid #516FC2;
}

.news-comments .form-group label {
    color: #222;
    font-size: 15px;
    font-weight: 500;
}

.news-comments .form-group input[type="text"],
.news-comments .form-group input[type="email"],
.news-comments .form-group input[type="file"] {
    border-radius: 0px;
    font-size: 13px;
}

.news-comments .form-group textarea {
    border-radius: 0px;
    font-size: 13px;
    height: 120px;
}

.news-comments h5 {
    color: #516FC2;
    font-size: 15px;
    font-weight: 600;
}

.news-comments .form-group button {
    background-color: #516FC2;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 0px;
    color: #fff;
}

/*comments-page*/



/*video-page*/

.videobox,
.smvideobox {
    position: relative;
}

.videobox i,
.smvideobox i {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #1F1D1E;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.smvideobox i {
    top: 10px;
    left: 10px;
}

.videodetails-title h1 {
    color: #333;
    font-size: 28px;
    margin-bottom: 10px;
    padding-top: 15px;
}

.videodetails-title p {
    color: #222;
    font-size: 14px;
    margin-bottom: 10px;
}

/*video-page*/

/*photo-gallery*/

.galleryslide-images img {
    width: 100%;
    height: 290px;
}

.picturegallery {
    background-color: #F1F1F1;
}

.top-categorynew .owl-prev {
    height: 25px;
    width: 25px;
    background: #848483 !important;
    color: #fff !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.top-categorynew .owl-next {
    height: 25px;
    width: 25px;
    background: #848483 !important;
    color: #fff !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.top-categorynew .owl-prev span,
.top-categorynew .owl-next span {
    top: -2px;
    position: relative;
}

.top-categorynew .owl-dots {
    display: none;
}

.videodetails-title a img {
    width: 100%;
    height: 300px;
}

.videodetails-title a {
    text-decoration: none;
}

.videodetails-title a h3 {
    background-color: #484242;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
}

.videodetails-title .owl-dots {
    display: none;
}

.videodetails-title .owl-prev {
    height: 35px;
    width: 35px;
    background: #848483 !important;
    color: #fff !important;
    line-height: 35px !important;
    font-weight: 700 !important;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.videodetails-title .owl-next {
    height: 35px;
    width: 35px;
    background: #848483 !important;
    color: #fff !important;
    line-height: 35px !important;
    font-weight: 700 !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.videodetails-title .owl-prev span,
.videodetails-title .owl-next span {
    top: -2px;
    position: relative;
    font-size: 31px;
}

/*photo-gallery*/



/*gallery photo*/

.gallery-img img{
    width: 100%;
    height: 400px;
}
.gallery-rt-img img{
    width: 100%;
    height: 220px;
}
.gallery-img2 img{
    width: 100%;
    height: 160px;
}
.gallery-main{
    position: relative;
}
.gallery-head{
    position: absolute;
    bottom: 0;
    left: 0;
/*    background: red;*/
    width: 100%;
    padding: 10px 10px;
    color: #fff;
}
.gallery-head a{
    color: #fff;
    text-decoration: none;
}
.gallery-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82),rgba(255, 255, 255, 0)50%);
}
.gallery-overlay .logo img{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    margin-top: 10px;
    margin-left: 10px;
}


.single-categorynews p {
    margin: 0px;
    padding: 3px;
    font-size: 9px;
    color: #9b9791;
}



/*pools*/
.pools-section{
    background: #F1F1F1;
}
.pools-box{
    background: #fff;
    padding: 20px;
}
.pools-question p{
    color: #006699;
}
.pools-date p{
    color: #566b52;
}
.pools-total p{
    color: #CD0000;
}
.pools-option p{
    color: #333;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0;
    padding: 10px 8px;
}
.pools-option p:hover{
    background: #F1F1F1;
}
/*pools*/





/* ================ vote system  ======================*/


.pollvoted p{
    padding: 0 15px;
}
.votesystem{
    padding: 4px 15px;
}


.footer-contact{
    font-family: "MynewsFont";
}






/* ================ // vote system  ======================*/




