
/*---------------------------------------------
Theme Name: Technohaat NewsPortal Theme
Theme URI: jagokantho.com
Author: Technohaat It Ltd.
Author URI: https://technohaat.com/
Description: Technohaat - NewsPortal with Epaper Template
Version: 1.1.0
---------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth!important;
}
@font-face {
    font-family: 'SolaimanLipiNormal';
    font-style: normal;
    font-weight: normal;
    src: local('SolaimanLipiNormal'), url('../webfonts/solaimanlipi.woff') format('woff');
}

body {
    margin: 0;
    padding: 0;
    font-family: SolaimanLipiNormal;
    overflow-x: hidden!important;
    background-color: #FAF9F9;
    scroll-behavior: smooth!important;
}

:root {
    --color-primary: #6ec1e4;
    --color-secondary: #555;
    --color-text: #555;
    --color-accent: #61ce70;
    --color-354834a2: #54595f;
    --color-39aa109d: #7a7a7a;
    --color-blue: #4054b2;
    --color-dark-blue: #273C66;
    --color-green: #0EB582;
    --color-light-green: #55d8b1;
    --color-1729bd62: #000;
    --color-light: #fff;
    --color-black: #000;
}

h1 {
    font-size: 60px;
    line-height: 1.2333333333;
}

h2 {
    font-size: 40px;
    line-height: 1.3380952381;
}

h3 {
    font-size: 30px;
    line-height: 1.3833333333;
}

h4 {
    font-size: 24px;
    line-height: 1.3380952381;
}

h5 {
    font-size: 20px;
    line-height: 1.3380952381;
}

h6 {
    font-size: 18px;
    line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

p {
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0 !important;
}

a,
li {
    margin-bottom: 0 !important;
    list-style-type: none;
    text-decoration: none!important;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease-in;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

/* Bootstrap Overwrite Strat */
.btn:focus {
    outline: none!important;
}
.btn:active,
.btn:focus {
    outline: none!important;
    box-shadow: none!important;
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="name"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    border-color: rgba(126, 239, 104, 0.8);
    outline: none!important;
    box-shadow: none!important;
}

/* Bootstrap OverWrite Done */

/* keyframe Start */

/* keyframe End  */

/* Utility style Start */

/* Utility style End */
.ticker_holder {
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    border: 1px dashed #004681;
    border-right-color: rgb(0, 70, 129);
    border-right-style: dashed;
    border-right-width: 1px;
    border-left-color: rgb(0, 70, 129);
    border-left-style: dashed;
    border-left-width: 1px;
    border-left: 0 solid #004681;
    border-right: 0 solid #004681;
    background: #f1f1f1;
    margin-top: 16px;
}

.ticker_holder {
    overflow: hidden;
}

.ticker_holder .ticker_heading {
    height: 35px;
    color: #fff;
    background: #004681;
    font-size: 18px;
    font-weight: 700;
    float: left;
    padding: 0 10px;
    margin-right: 16px;
    position: relative;
}
.ticker_holder .ticker_heading:after {
    display: inline-block;
    content: '';
    border-top: 46px solid #004681;
    border-right: 16px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 100%;
}

.ticker_holder .ticker_close {
    float: right;
    background: #004681;
    width: 46px;
    height: 35px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin-left: 16px;
}
.ticker_holder .ticker_close:after {
    display: inline-block;
    content: '';
    border-bottom: 46px solid #004681;
    border-left: 16px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 100%;
}

.ticker_holder .ticker_slider {
    height: 35px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
    padding: 0 8px;
    animation: marquee 30s linear infinite;
}

.ticker_slider .each_slide {
    height: 35px;
    line-height: 35px;
    text-align: left;
    color: #000;
    background: #f1f1f1;
    animation: marquee 20s linear infinite;
}

.marquee {
    animation: marquee 20s linear infinite;
}
.marquee a:hover,
.vsep {
    color: #004681;
}

.ticker_slider .each_slide a {
    color: #000;
    padding-left: 12px;
}
.ticker_slider .each_slide a:hover {
    color: #004681;
}

.hide {
    display: none;
}

.widget {
    box-shadow: 0 0 5px #999;
}

/* -----------------------------------------------------------infinity scroll ----------------------------------------*/
.ticker-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 2rem;
    background-color: #004681;
    padding-left: 100%;
    box-sizing: content-box;
    padding: 10px;
    z-index: 6;
}

.ticker-wrap .ticker {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1rem;
    color: white;
}

.ticker-wrap .ticker__item .vsep {
    color: #fff;
    margin-right: 5px;
}

.slider-area {
    margin-top: 20px;
}
.slider-area img {
    width: 100%;
    border-radius: 10px;
}
.slider-area .title {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.top-head {
    padding: 15px 0;
    background-color: #FAF9F9;
}

/* top-news-section */
.top-news-section {
    background-color: #EFF3F4;
    padding: 10px 5px 10px 15px;
    display: none;
}

.top-left-side-bar {
    background-color: #fff;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.top-left-side-bar-left {
    width: 40%;
    display: block;
    overflow: hidden;
    position: relative;
}
.top-left-side-bar-left img {
    width: 100%;
    height: 67px;
}

.desh-category-news .top-left-side-bar-left {
    width: 30%;
}
.desh-category-news .top-left-side-bar-left img {
    height: 70px;
}

.top-left-side-bar-right {
    width: 60%;
    margin-left: 15px;
}
.desh-category-news .top-left-side-bar-right {
    width: 70%;
}
.top-left-side-bar-right p {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;

}

.top-left-side-bar-left span {
    background: #f46522;
    padding: 2px 8px 0;
    position: absolute;
    font-size: 13px;
    z-index: 1;
    color: #fff;
    right: 0;
    top: -22px;
    transition: all 0.5s ease 0s;
}
.top-left-side-bar:hover .top-left-side-bar-left span {
    top: 0;
}

.top-left-side-bar-right span {
    color: #e74c4f;
    font-size: 14px;
    line-height: 14px;
}
@media screen and (max-width: 1400px) {
    .top-lead-news {
        position: relative;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .top-news-section {
        display: block;
    }

    .top-left-side-bar-left {
        width: 30%;
    }
    .top-left-side-bar-right {
        width: 70%;
        margin-left: 15px;
    }

    .second-main .grid-lg .top-left-side-bar {
        display: inline-flex;
        flex-direction: column;
    }

    .second-main .grid-lg .top-left-side-bar-left {
        width: 100%;
        height: 130px;
    }
    .second-main .grid-lg .top-left-side-bar-left img {
        height: 100%;
    }
}
@media screen and (max-width: 576px) {
    .top-left-side-bar-left {
        width: 30%;
    }
    .top-left-side-bar-right {
        width: 70%;
        margin-left: 15px;
    }
    .cat-inner-lead,
    .lead-other-news-img img {
        height: 220px;
        width: 100%;
    }
    .second-main .grid-lg .top-left-side-bar-left {
        width: 100%;
        height: 220px;
    }
}
@media screen and (max-width: 450px) {
    .top-left-side-bar-left {
        width: 40%;
    }
    .second-main .grid-lg .top-left-side-bar-left {
        width: 100%;
        height: 180px!important;
    }
}
/* top-news-section */

.fixed {
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999 !important;

}
.sticky-nav {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.sticky-nav ul {
    position: relative;
    display: inline-flex;
    list-style-type: none;
    padding: 15px 0;
    margin-bottom: 0;
    align-items: center;
}

.sticky-nav ul li {
    display: inline-flex;
    padding: 10px;
    white-space: nowrap;
    position: relative;
}

.sticky-nav ul li .rotate {
    transition: all 1s linear 0s;
    height: 0 !important;
    line-height: 0 !important;
    position: static;
    padding: 12px 8px;
    color: #000;
}
.sticky-nav ul li:hover .rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate( 180deg );
    transform: rotate(180deg);
    color: #337AB7;

}

.dropdown {
    background-color: #fff!important;
    position: absolute!important;
    z-index: 99;
    top: 80%;
    display: block!important;
    visibility: hidden!important;
    opacity: 0;
    margin: 0 auto;
    padding: 10px !important;
    transition: all 0.4s ease-out;
    box-shadow: rgb(14 30 37 / 12%) 0 2px 4px 0px, rgb(14 30 37 / 32%) 0 2px 16px 0;
}

.dropdown li {
    display: block!important;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
    transition: all 0.4s ease-out;
}
.dropdown li:last-child {
    border-bottom: 0 solid #ccc;
}

.sticky-nav ul li a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    white-space: nowrap;
}
.sticky-nav ul li a:hover {
    color: #337AB7;
}
.sticky-nav ul li:hover .dropdown {
    display: block;
    visibility: visible!important;
    opacity: 1;
}

.sticky-nav ul {
    z-index: 9999;
}
/* ===========================================================
#breadcrumbs
================================================================*/

.breadcrumbs {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    list-style: outside none none;
    margin: 0 0 22px;
    padding: 0 0 22px;
}

.breadcrumbs ul {
    margin-bottom: 0 !important;
}

.breadcrumbs li {
    font-size: 15px;
    display: inline-block;
}
.breadcrumbs li a {
    color: #069;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumbs li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

/*  */
.cat-1 {
    padding-bottom: 100px;
}
.cat-head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.cat-img {
    width: 30%;
}

.cat-details {
    width: 70%;
    padding: 0 10px;
}
.news-title {
    font-size: 26px;
    line-height: 30px;
    color: #16387c;
    font-weight: 500;
}
.news-title a:hover {
    text-decoration: underline!important;
}
.news-content {
    color: #222;
    text-align: justify;
    margin: 0 0 10px;
}

.grid-news {
    margin-bottom: 20px;
}

.grid-news .cat-head {
    border-bottom: 0;
}

.grid-news .cat-img {
    width: 40%;
}

.grid-news .cat-details {
    width: 60%;
    padding: 0 10px;
}

.grid-news .news-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #16387c;
    display: block;
    font-weight: 600;
}
.grid-news .news-content {
    text-align: left;
}
.grid-news .cat-img img {
    width: 100%!important;
    height: 75px;
}

hr {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    float: left;
    width: 100%;
    clear: both;
}

.button-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
.button-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #286090;
}

/*  */

.inner-side-tabs {
    border-radius: 5px;
    height: 385px;
    margin-left: 10px;
    margin-top: 38px;
}

.nav-tabs {
    padding: 0;
}

.nav-tabs .nav-link {
    border: 0 solid transparent;
    padding: 15px;
    color: #000;
}
.nav-tabs .nav-item,
.nav-tabs .nav-link {
    color: #666;
    background: #F3F5FF;
    border-bottom: 2px solid #dee2e6 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #666;
    background: #FFFFFF;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 2px solid #dee2e6;
    border-bottom: none!important;
}

.tab-content {
    height: 375px;
    overflow-y: scroll;
}

.scrollY-news .news-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 25px;
}

.scrollY-news .cat-img {
    width: 40%;
}

.scrollY-news .cat-details {
    width: 60%;
    padding: 0 10px;
}

.scrollY-news .cat-img img {
    width: 100%!important;
    height: 75px;
}

.scrollY-news .date {
    display: block;
    color: #999;
    font-size: 14px;
}

.main-title {
    display: block;
    color: #16387c;
    margin-top: 0;
    font-size: 30px;
}

.online-desk {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}
.date {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 500;
}

.btn-share {
    padding: 10px;
    color: #fff;
    background-color: #1877F2;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}
.btn-share:hover {
    color: #fff;
}

.btn-share i {
    margin-right: 5px;
}

.Print {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.Print:hover {
    color: #1877F2;
}
.mainnews-img {
    width: 100%;
    margin: 20px 0;
}

.mainnews-img img {
    width: 100%;
}

.font-btn ul li {
    display: inline-flex;
    margin-left: 10px;

}

.font-btn ul li a {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #aeaeae;
    border-radius: 10px;
    cursor: pointer;
}
.font-btn ul li a:hover {
    color: #fff!important;
    background-color: #f33131;
}
.entry-content p img, .entry-content img {
    max-width: 100%;
    height: auto;
}
.entry-content p {
    font-size: 20px;
    text-align: justify;
    margin: 25px 0;
}
.sec-tit {
    padding: 10px 0;
    background-color: #BCD2EE;
}

.blue_slide {
    width: 100%;
}

.blue_slide h1 {
    margin-bottom: 16px;
    color: #4a4a4a;
    font-size: 26px;
    font-weight: 400;
    border-left: 3px solid #266bb9;
    border-bottom: 1px solid #fff;
    padding: 8px 10px;
    display: block;
    background: #bcd2ee;
    width: 100%;
}

.bg-blue {
    background-color: #D2EBF8;
}

.sub-news {
    margin: 10px 0;
}

.sub-news a {
    display: block;
    color: #16387c;
    font-size: 22px;
    line-height: 1.5;
    margin: 15px 0;

}
.sub-news a:hover {
    text-decoration: underline!important;
}

.img-area {
    position: relative;
    width: 100%!important;
    height: 80px;
}

.social-share {
    position: absolute;
    bottom: 5%;
    right: 0;
    display: none;

}
.img-area:hover .social-share {
    display: block;
}
.social-share ul {
    margin-bottom: 0 !important;
}
.social-share ul li {
    display: inline-flex;
    margin: 5px;
}

.social-share ul li a {
    background: #069;
    color: #fff;
    font-size: 18px;
    padding: 3px 3px 0;
    margin: 0 4px 0 0 !important;
}

.social-share ul li a i {
    font-size: 15px;
    color: #fff;
}

.img-area img {
    width: 100%!important;
    height: 80px;
}

.list-news {
    margin-top: 55px;
    padding: 8px;
}
.list-news .scrollY-news {
    height: 450px;
    overflow-y: scroll!important;
}
/*  */

.lead-news {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.lead-img {
    position: relative;
    width: 100%;
    height: 300px;
}

.lead-img img {
    position: relative;
    width: 100%!important;
    height: 300px;
}

.lead-desc {
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #fff;
    bottom: 0;
    left: 0;
    font-size: 27px;
    line-height: 1.5;
    z-index: 999;
    width: 100%;
    padding: 10px 5px;
}
.lead-desc:hover {
    color: #fff;
}
.lead-news .social-share {
    top: 5%;
    right: 5%;
}
.lead-news:hover .social-share {
    display: block;
}

.lead-list {
    padding: 10px;
    border-bottom: 1px dotted #333;
    min-height: 58px;
}

.lead-list a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.btn-red {
    padding: 10px;
    color: red;
    font-size: 18px;
}

.leadnewsarea-latest h2 {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 20px;
    color: #000;
    display: inline-block;
    width: 100%;
}

.leadnewsarea-latest h2 .border {
    border: none!important;
    padding-left: 6px;
    border-left: 4px solid red!important;
    float: right;
}

/* -------- leadnewsarea-latest & homepage-tab scroll bar design----------- */
.tab-content::-webkit-scrollbar, .nav-pills::-webkit-scrollbar, .scroll-sidebar::-webkit-scrollbar, .scrollY-news::-webkit-scrollbar, .leadnewsarea-latest .scrollY::-webkit-scrollbar {
    width: 5px!important;
    height: 5px!important;
    color: #000;
    border-radius: 10px;
}

.tab-content::-webkit-scrollbar-track, .nav-pills::-webkit-scrollbar-track, .scroll-sidebar::-webkit-scrollbar-track, .scrollY-news::-webkit-scrollbar-track, .leadnewsarea-latest .scrollY::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #c6c5c5
}

.tab-content::-webkit-scrollbar-thumb, .nav-pills::-webkit-scrollbar-thumb, .scroll-sidebar::-webkit-scrollbar-thumb, .scrollY-news::-webkit-scrollbar-thumb, .leadnewsarea-latest .scrollY::-webkit-scrollbar-thumb {
    background-color: #d52329;
    border-radius: 10px;
    color: #222!important;
    border-radius: 10px;
}
/*  */

.leadnewsarea-latest .scrollY {
    padding: 0;
    max-height: 645px!important;
    overflow-y: scroll;
}

.leadnewsarea-latest .scrollY .lead-list {
    text-align: right;
}

.leadnewsarea-latest .scrollY .lead-list a {
    color: #000;
    font-size: 18px;
    line-height: 24px;
}
.leadnewsarea-latest .scrollY .lead-list a:hover {
    color: #1877F2;
}

.homepage-tab .inner-side-tabs {
    border-radius: 5px;
    height: auto;
    margin-left: 0;
    margin-top: 0;
}

.homepage-tab .scrollY-news {
    height: 325px;
}

.homepage-tab .tab-content {
    height: 325px;
    overflow-y: scroll;
}

.homepage-tab .nav-tabs {
    padding: 0;
}

.homepage-tab .nav-tabs .nav-link {
    padding: 15px;
    color: #000;
}
.homepage-tab .nav-tabs .nav-item,
.homepage-tab .nav-tabs .nav-link {
    background-color: #1A72BC;
    color: #FFF;
    border-bottom: 0 solid #dee2e6 !important;
}

.homepage-tab .nav-tabs .nav-item.show .nav-link,
.homepage-tab .nav-tabs .nav-link.active {
    background-color: #1A72BC;
    color: #FFF;
    box-shadow: inset 0 0 13px #022b4d;
    border-color: none!important;
    border: 0 solid #dee2e6!important;
    border-bottom: 0 solid #fff!important;
}

.homepage-tab .scrollY-news .news-title {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.homepage-tab .scrollY-news .news-title a:hover {
    color: #1877F2;
    text-decoration: none!important;
}

.homepage-tab .scrollY-news .cat-img img {
    height: 65px;
    width: 100% !important;
}

.second-tab {
    margin-top: 30px;
}

/* grid-2 */

.second-grid .img-area {
    position: relative;
    width: 100%!important;
    height: 180px;
}

.second-grid .img-area img {
    width: 100%!important;
    height: 180px;
}

.second-grid .sub-news a {
    display: block;
    color: #16387c;
    font-size: 18px;
    line-height: 28px;
}
.second-grid .sub-news a:hover {
    text-decoration: none!important;
}

.bg-gray {
    background-color: #F0F0ED;
}

.second-grid .news-title {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.blue_slide.frontpage h1 {
    color: #4a4a4a;
    background-color: #f0f0ed!important;
}
/*  */

.third-grid {
    margin-bottom: 50px;
}

.section-news img {
    width: 100%;
    height: auto;
}

.section-news h3 {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    word-wrap: break-word;
    margin: 10px 0;
}
.section-news:hover h3 {
    color: #1877F2;
}

.section-news p {
    font-size: 15px;
    text-align: justify;
}

.section-side {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.section-side a {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 400;
    word-wrap: break-word;
    padding-left: 0;
}
.section-side a:hover {
    color: #1877F2;
}

.read-more {
    text-align: right;
    display: block;
    font-size: 14px;
    color: #666;
}

/*  */
.ads {
    width: 100%!important;
    height: auto!important;
}

.ads img {
    width: 100%!important;
    height: auto!important;
}
/*  */
.third-grid .accordion {
    margin-top: -17px;
    margin-bottom: 20px;
    border-radius: 0px!important;
}

.accordion .img-area {
    height: auto!important;
}

.accordion .img-area img {
    height: auto!important;
}

.accordion .sub-news a {
    color: #333;
    font-size: 16px;
}
.card-header {
    padding: 5px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.accordion .btn-block.collapsed {
    background: url("../image/arrow_closed.png") right no-repeat;
    background-color: #F7F7F7;
}

.accordion .btn-block {
    background: url("../image/arrow_open.png") right no-repeat;
    display: block;
    color: #135cae;
    padding-right: 25px;
}

/*  */

.scroll-sidebar {
    height: 180px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.sidebar .blue_slide h1 {
    margin-bottom: 0;
}
.sidebar .cat-img {
    width: 30%;
    margin-top: 7px;
}
.sidebar .cat-details {
    width: 70%;
    padding: 0 10px;
}

.sidebar .news-title {
    font-size: 18px;
    color: #337ab7;

    font-weight: 500;
}
.sidebar .news-title a:hover {
    color: #0f6bbb;
    text-decoration: none!important;
}

.sidebar .cat-head {
    padding: 5px;
    margin-bottom: 10px;
}

.special-news .sub-news a {
    display: block;
    color: #222;
    font-size: 17px;
    line-height: 1.5;
    margin: 15px 0;
}
.special-news .sub-news a:hover {
    color: #222!important;
    text-decoration: none!important;
}

/*  */

.side-tabarea {
    margin-bottom: 50px;
}
.side-tabarea .tab-content {
    overflow: hidden;
    height: auto;
}

.side-tabarea .nav.flex-column.nav-pills {
    height: 400px;
    overflow-y: scroll;
    display: block;
    padding: 10px;
}

.nav-pills .nav-link {
    border-bottom: 1px solid #fff;
    color: #069;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    height: 38px;
    line-height: 37px;
    padding: 0 14px;
    text-transform: uppercase;
    width: 100%;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    border-bottom: 1px solid #fff;
    color: red;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    height: 38px;
    line-height: 37px;
    padding: 0 14px;
    text-transform: uppercase;
    width: 150px;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #fff;
}

.nav-pills .nav-link.active {
    background: url("../image/tab-ajax-active-p.png") left top no-repeat;
    color: #c00;
    width: 100%;
}

.tab-area {
    border: 3px solid #d3dfed;
    margin-bottom: 10px;
    background: #fff;
}
.patrikaside {
    overflow-y: scroll;
    padding: 10px;
    margin: 0;
    max-height: 400px;
    height: 100%;
}

/*  */

.video-section {
    margin-bottom: 50px;
}

.video-area {
    position: relative;
    width: 100%;
    background: #a5d2ea;
    min-height: 265px;
    border-radius: 10px;
    padding: 10px;
}

.video-area .title {
    text-align: center;
    padding: 5px;
    color: #222;
}

.video-area img {
    width: 100%;
    height: 160px;

    border-radius: 10px;
}
.video-area .icon {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
}

.video-area .icon i {
    font-size: 60px;
    color: red;
}

/*  */

.red-special {
    margin-bottom: 50px;
}
.red-special .news-carousel {
    background: #e03839;
    background: -moz-linear-gradient(top,#e03839 0%,#7a1414 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e03839),color-stop(100%,#7a1414));
    background: -webkit-linear-gradient(top,#e03839 0%,#7a1414 100%);
    background: -o-linear-gradient(top,#e03839 0%,#7a1414 100%);
    background: -ms-linear-gradient(top,#e03839 0%,#7a1414 100%);
    background: linear-gradient(to bottom,#e03839 0%,#7a1414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#e03839',endColorstr='#7a1414',GradientType=0 );
}

.red-special .sub-news {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #db4d42;
    background: -moz-linear-gradient(top,#db4d42 0%,#913025 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#db4d42),color-stop(100%,#913025));
    background: -webkit-linear-gradient(top,#db4d42 0%,#913025 100%);
    background: -o-linear-gradient(top,#db4d42 0%,#913025 100%);
    background: -ms-linear-gradient(top,#db4d42 0%,#913025 100%);
    background: linear-gradient(to bottom,#db4d42 0%,#913025 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#db4d42',endColorstr='#913025',GradientType=0 );
    box-shadow: rgba(14, 30, 37, 0.12) 0 2px 4px 0px, rgba(14, 30, 37, 0.32) 0 2px 16px 0;
}
.red-special .sub-news .img-area {
    position: relative;
    width: 40%!important;
}

.red-special .sub-news .img-area img {
    border-radius: 10px;
}

.red-special .sub-news a {
    display: block;
    color: #ffdf00;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    width: 60%;
    padding: 5px;

}
.red-special .sub-news a:hover {
    text-decoration: none!important;
}

.red-special .sub-news a p {
    color: #fff;
    font-size: 14px;
}

.red-special .social-share ul li {
    display: inline-flex;
    margin: 0;
    background: #069;
}

.red-special .social-share {
    position: absolute;
    bottom: 5%;
    right: 5px;
    display: none;
}
/*  */
.photo {
    margin-bottom: 50px;
}
.big-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.big-img img {
    width: 100%;
}

.big-img .img-desc {
    margin: 10px 0;
    color: #222;
    font-size: 22px;
}

.bg-photo {
    background-color: #bcd2ee;
}

.left-gal .img-desc {
    margin: 10px 0;
    color: #222;
    font-size: 16px;
}

.servy-body {
    padding: 10px;
    border: 1px solid #d3dfed;
    border-top: none;
    margin-bottom: 15px;
}

.servy-body h5 {
    display: block;
    font-size: 18px;
    color: #666;
    margin-top: 5px;
}

.servy-body p {
    display: block;
    margin: 5px 0 10px;
    font-size: 14px;
}

/* -======================================================- */

/* datepicker calender */

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.pointer {
    cursor: pointer;
}
.group:after {
    content: "";
    display: table;
    clear: both;
}

.calendar {
    position: relative;
    max-width: 100%;
    min-width: 300px;
    height: auto;
    margin: 8px auto;
    overflow: hidden;
    background: #DCE7F0;
    color: rgb(0, 0, 0);
    border-radius: 5px;
}

/*Styles for dropdown*/
.calendar-ympicker {
    position: absolute;
    max-width: 98%;
    /*stop more years causing overflow*/
    min-height: 475px;
    padding: 8px 8px 16px;
    transform: translateY(-100%);
    /*Start offscreen*/
    transition: transform ease-in-out 0.2s;
    background: rgb(51, 51, 51);
    z-index: 2;
}

.calendar-ympicker-header div {
    display: inline-block;
    color: #DCE7F0;
    cursor: pointer;
}

.calendar-ympicker .close {
    text-align: right;
    border: 1px transparent solid;
}

.calendar-ympicker li {
    display: inline-block;
    line-height: 30px;
    border: 1px transparent solid;
    text-align: center;
    cursor: pointer;
    min-height: 30px;
    line-height: 30px;
}
.calendar-ympicker li:hover {
    border-color: #428bca;
    color: #428bca;
}

.calendar-ympicker-months {
    border-bottom: 1px solid #444;
}

.calendar-ympicker-months li {
    width: 30%;
}

.calendar-ympicker-years {
    overflow-x: scroll;
    white-space: nowrap;
    padding: 8px 0;
}

.calendar-ympicker-years li {
    width: 25%;
}

/*Years scroll bar*/
.calendar-ympicker-years::-webkit-scrollbar-thumb:horizontal:hover {
    background: #428bca;
}

.calendar-ympicker-years::-webkit-scrollbar {
    height: 8px;
}

.calendar-ympicker-years::-webkit-scrollbar-track {
    background-color: #555;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.calendar-ympicker-years::-webkit-scrollbar-thumb {
    background-color: #aaa;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*Styles for main part of calander*/
.calendar-header {
    padding: 8px 8px 0;
    margin-bottom: 0.3em;
    color: #ff0000;
    font-size: 20px;
}

.calendar-header .arrow {
    position: absolute;
    width: 10%;
    top: 8px;
}

.calendar-header .addmonth {
    right: 8px;
    text-align: right;
}

.calendar-header .arrow span {
    display: inline-block;
    transition: transform ease-in-out 0.2s;
    color: #000;
}
.calendar-header .monthname:hover ~ .addmonth span {
    transform: rotateZ(90deg);
}
.calendar-header .monthname:hover ~ .minusmonth span {
    transform: rotateZ(-90deg);
}

.calendar-days {
    padding: 8px;
    /*Right and Left*/
    border-bottom: 1px solid #444;
    color: #666;
}

/*Dates*/
.calendar-body {
    padding: 0 8px 8px;
}

.calendar-body li,
.calendar-days li {
    float: left;
    width: calc(100%/7);
    width: -webkit-calc(100%/7);
    width: -moz-calc(100%/7);
    padding: 5px 0;
    border: 1px transparent solid;
    text-align: center;
    cursor: pointer;
}
.calendar-body li:hover {
    border: 1px solid #23527C;
    color: #000;
}

.calendar li.active {
    background-color: #BCC5D3;
    color: #23527C;
    font-weight: 700;
}

.calendar-body .today {
    border: 1px solid #444;
}

.calendar-body li.noclick {
    cursor: default;
}
.calendar-body li.noclick:hover {
    border: 0 solid #fff;
}
/*  */
.footer-area {
    background-color: #FFFFFF;
}
.footer-area h5 {
    border-bottom: 1px solid #069;
    color: #069;
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.footer-area ul {
    padding: 10px 0;
}

.footer-area ul li {
    display: inline-flex!important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

.footer-area ul li a {
    color: #069;
    display: block;
    font-size: 14px;

}

.footer_social a {
    margin-right: 10px;
}

.last-adress {
    text-align: justify;
}

.last-adress p {
    font-size: 15px;
}

.credit {
    text-align: center;
    margin-top: 20px;
}

.rasifool .tab-content {
    height: auto;
    overflow-y: hidden;
}

.rasifool .nav-item .nav-link img {
    display: inline-flex!important;
    width: 37px;
    height: 37px;
}

.rasifool .nav-pills .nav-link.active {
    background: none!important;
}

.rasifool .nav-pills .nav-link {
    padding-right: 5px;
    margin-bottom: 10px !important;
}

.rasifool .nav-pills .nav-link.active,
.rasifool .nav-pills .show > .nav-link {
    padding-right: 5px;
    margin-bottom: 10px !important;
}

.rasifool .nav-pills .nav-link {
    height: 70px;
    text-align: center;
}

.rasifool .body-tab {
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
}

.rasifool .body-tab p {
    margin-top: 10px;
}

.rasifool .body-tab h6 {
    background-color: #FAF9F9;
    height: auto;
    position: absolute;
    top: -10%;
}

.rasifol-teller {
    display: flex;
    justify-self: start;
    align-items: flex-start;
    width: 100%;
}

.rasifol-teller .rasi-img {
    width: 25%;
}
.rasifol-teller .rasi-img img {
    width: 100%;
}

.rasifol-teller .teller-details {
    width: 75%;

    padding: 0 10px 10px;
}

.teller-details .title {
    font-weight: bold;
}

.teller-details .details {
    font-size: 14px;
}
/*  */

.photo-mobile {
    display: none;
}

.photo-mobile .caption a {
    background: rgba(0,0,0,.8);
    display: block;
    color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.carousel-inner {
    height: 400px;
}

.carousel-inner {
    height: 400px;
}

.carousel-item img {
    height: 400px;
}
/* search */
.search-area {
    display: none;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 40%;
    background-color: #ffffff;
    padding: 40px 20px;
    box-shadow: rgb(50 50 93 / 25%) 0 50px 100px -20px, rgb(0 0 0 / 30%) 0 30px 60px -30px;
    transition: all 0.5s ease-in;
}
.do-search {
    position: absolute;
    top: 1px;
    right: 16px;
    background: #4c4084;
}

.search-area .form-group {
    margin-bottom: 0 !important;
}

.search-area .form-control {
    height: 45px;
    border: 1px solid #ced4da;
    border-radius: 0;

}

.do-cross {
    position: absolute;
    top: -67%;
    right: 2%;
}

.do-cross i {
    font-size: 20px;
    cursor: pointer;
}

.search-show {
    display: block!important;

}

.do-search i {
    padding: 14px;
    color: #fff;
}

/* .container{
    max-width: 1040px;
} */

/*  */
.main-head .col-lg-6 {
    padding-right: 5px;
}

.main-head .col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
}

/*--------------------------------------------------------------
# bottom to top.................................................
--------------------------------------------------------------*/

.go-top-area {
    position: relative;
    z-index: 999;
}

.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #1A72BC;
    background-color: #1A72BC;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 0;
}

.go-top-area .go-top.active {
    opacity: 1;
    visibility: visible;
}

.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1A72BC;
    background-color: #1A72BC;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 0;
}
.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
    color: #fff;
}
.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

.go-top-wrap {
    position: relative;
}

.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-color: #1A72BC;
    background-color: #1A72BC;
    border-radius: 0;
}

.go-top-wrap .go-top-btn .bx {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-color: #1A72BC;
    background-color: #1A72BC;
    border-radius: 0;
}
.go-top-wrap .go-top-btn:hover {
    background-color: #222;
    color: #fff;
}
@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #1A72BC;
    background-color: #1A72BC;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 0;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    pointer-events: auto;
}
/* --------scroll ber design----------- */
::-webkit-scrollbar {
    width: 10px!important;
    height: 5px!important;
    color: #222;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #c6c5c5
}

::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 10px;
    color: #222!important;
}
/*  */

/*  */
.slider-news .col-lg-2 {
    padding-right: 5px;
    padding-left: 5px;
}

.do-search {
    position: absolute;
    top: 1px;
    right: 0;
    background: #4c4084;
}

.progress {
    margin-bottom: 10px;
}
@media print {
    .print-logo{
        display: block !important;
    }
    .detail-print {
        width: 100%;
    }
    .entry-content p {
        font-size: 20px;
    }
    .hide-for-print {
        display: none !important;
    }
    .breadcrumbs.pt-5 {padding-top: 10px !important;}
    .more-news {
        display: none !important;
    }
    .scroll-one {
        display: none !important;
    }
    .logo img {
        width: 300px!important;
    }
    .last-adress {
        text-align: center;
    }
    .footer-area {
        border-top: 1px solid #c3c3c3;
    }
}

/* photo gallery */

.carousel {
    position: relative;
}
.carousel-item img {
    object-fit: cover;
}

#carousel-thumbs {
    background: #f0f0f0;
    padding: 0 50px;
}
#carousel-thumbs img:hover {
    opacity: 100%;
}

#carousel-thumbs img {
    opacity: 80%;
    border: 3px solid transparent;
    cursor: pointer;
}
#carousel-thumbs .selected img {
    opacity: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
}

.carousel-fullscreen-icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}
.carousel-fullscreen-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.pause .carousel-pause-icon {
    position: absolute;
    top: 3.75rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}
.pause .carousel-pause-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}

.play .carousel-pause-icon {
    position: absolute;
    top: 3.75rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}
.play .carousel-pause-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

#carousel-thumbs .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#carousel-thumbs .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.modal-content {
    border-radius: 0;
    background-color: transparent;
    border: none;
}
#lightbox-container-image img {
    width: auto;
    max-height: 520px;
}

.daily-gallery {
    margin-bottom: 20px;
    background-color: #F5F5F5;
}

.daily-gallery img {
    width: 100%;
    height: 120px;
}

.daily-gallery .date {
    padding: 15px 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.daily-gallery .date:hover {
    color: #0D33A6;
}

.carousel-inner {
    height: auto!important;
}

.carousel-inner {
    height: auto!important;
}
.carousel-item img {
    height: auto!important;
}

.gallery {
    margin-bottom: 50px;
}

.pd-0 {
    padding-bottom: 0px !important;
}

.gallery .lead-desc {
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #fff;
    bottom: 0;
    left: 0;
    font-size: 27px;
    line-height: 1.5;
    z-index: 999;
    width: 100%;
    padding: 15px;
}

.page-link {
    position: relative;
    display: block;
    padding: 5px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: transparent!important;
    border: none;
}

.page-link.active {
    font-weight: 600;
}

.lead-desc {
    z-index: 5!important;
}

.go-top.active {
    top: 92%!important;
}

.active {
    color: #337AB7!important;
    font-weight: 800!important;
}

.rasifool .body-tab h6 {
    background-color: #FAF9F9;
    height: auto;
    position: absolute;
    top: -10%;
    color: #222!important;
    font-size: 16px!important;
    font-weight: normal!important;
}

.rasifool .body-tab p {
    margin-top: 10px; color: #222!important;font-weight: normal!important;


}

.homepage-tab .nav-tabs .nav-link.active{ color: #fff!important; font-weight: normal!important;}

.go-top.active {
    top: 92% !important;
    color: #fff !important;
}

.nav-tabs .nav-link.active{color: #666!important;font-weight: normal!important}

/* Archive Calender Start */

.calendarTop .editionType {
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}

.calendarTop .editionType span {
  float: right;
  font-size: 15px;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  width: 45%;
  cursor: pointer;
  border-radius: 5px;
  background: #8bbeec;
}

.calendarTop .editionType span.print_edition {
  float: left;
}

.calendarTop .editionType span.active {
  background: #8bbee5;
  color: #fff;
}

.calendarTop .datePicker {
  overflow: hidden;
  padding: 8px;
  background: #fff;
}

.calendarTop .datePicker select {
  float: left;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.calendarTop .datePicker select.yearSelector {
  float: right;
}

.calendarWraper dl {
  margin: 0;
}
/*Main Part of Responsive Archive Calender*/
.calendarWraper {
  max-width: 550px;
}

.calendarWraper .dayZone, .calendarWraper .dateZone {
  border-top: 1px solid #a6a898;
  border-left: 1px solid #a6a898;
  overflow: hidden;
  display: block;
}


.calendarWraper .dateZone {
  background: #efefef;
  padding-bottom: 1px;
}

.calendarWraper .dayZone dt, .calendarWraper .dayZone dd, .calendarWraper .dateZone dd, .calendarWraper .dateZone dt {
  float: left;
  text-align: center;
  line-height: 28px;
  border-right: 1px solid #a6a898;
  padding: 0 1px;
  margin: 0;
}

.dayZone dt {
  background: #eef0da;
  width: 14.29%;
  height: 44px;
  line-height: 44px;
}

.dayZone dd {
  width: 14.29%;
  height: 44px;
  line-height: 44px;
}

.dayHolder dd {
  width: 14.29%;
  line-height: 36px;
}

.dayHolder dd a {
  width: auto;
  line-height: 36px;
}

.dayHolder {
  width: auto;
}

.dn {
  display: none;
}

.calendarWraper .dayZone dt, .calendarWraper .dateZone dt {
  font-size: 13px;
  overflow: hidden;
}

.calendarWraper .dateZone a {
  text-decoration: none;
  display: block;
  color: #000;
  border-bottom: 1px solid #a6a898;
}

.calendarWraper .dateZone a.active, .calendarWraper .dateZone a:hover {
  background: #8bbee5cc;
  color: #fff;
}

.calendarWraper .dateZone a.disabled.blank_day {
}

.calendarWraper .dateZone a.disabled, .calendarWraper .dateZone a.disabled:hover {
  color: #ccc;
  background: inherit;
  cursor: default;
}

/*---------Archive Calender End------------*/