@import url("https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');


:root {
    --primary-color: #009330;
    --secondary-color: #f97300;
    --dark-color: #000000cc;
    --white-color: #fff;
    --bg-color: #2260bf14;
    --grey-color: #eeeeee;
    --text-color: #000000cc;
    --border-color: #2260bf24;
    --transition: ease-in-out .3s;
    --border-radius: 4px;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    display: block;
    font-family: 'Mukta', sans-serif;
}

ul {
    margin: 0px;
}

ul li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul li a {
    padding: 0px;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1260px;
}


/*test css*/

.new-image {
    overflow: hidden;
}

.power-img {
    overflow: hidden;
}

.manakamana-add {
    overflow: hidden;
}

.macha-add {
    overflow: hidden;
}

.megha {
    overflow: hidden;
}

.power-img {
    overflow: hidden;
}

.khabar-img {
    overflow: hidden;
}

.khabar-sec {
    overflow: hidden;
}

.interview-img {
    overflow: hidden;
}

.my-small {
    overflow: hidden;
}

.bahas-img {
    overflow: hidden;
}

.maruti {
    overflow: hidden;
}

.khoj-img {
    overflow: hidden;
}

.profile-img {
    overflow: hidden;
}

.cellpay {
    overflow: hidden;
}

.bijuli-img {
    overflow: hidden;
}

.my-logo {
    text-align: center;
    display: inline-block;
    position: relative;
}

.my-img {
    overflow: hidden;
}

.my-logo a {
    display: block;
}

.text-footer {
    padding: 35px 0 45px;
}

.foot-logo {
    margin-bottom: 25px;
}

.my-logo img {
    height: 70px;
    width: auto;
}

.my-logo span {
    display: block;
    color: #153d678c;
    text-align: right;
}

.company-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

.company-details li {
    font-size: 15px;
}

.team-content p {
    text-align: center;
}

.salt-add {
    overflow: hidden;
}

.right-img {
    overflow: hidden;
}

.vdo-img {
    overflow: hidden;
}

.hover-img img:hover {
    transition: all 1s;
    transform: scale(1.2);
    display: block;
    overflow: hidden;
}

.new-add {
    overflow: hidden;
}

.top-add .new-add {
    margin-top: 25px;
}

.top-scroll-news ul {
    display: flex;
    align-items: center;
}

#middle-header {
    padding: 15px 0;
}

.english-middle {
    padding: 22px 0px !important;
}

.top-scroll-news {
    display: flex;
    align-items: center;
}

.jctkr-wrapper ul {
    display: flex !important;
}

.top-scroll-news ul li span {
    display: inline-block;
}

.top-scroll-news ul li {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.top-scroll-news .jctkr-wrapper {
    height: 17px;
    vertical-align: middle;
}

.top-scroll-news ul li+li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
}

.header-middle-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middle-header-left {
    display: flex;
    align-items: center;
}

.middle-header-left a {
    display: block;
    font-size: 32px;
    color: var(--dark-color) !important;
    padding: 0;
    line-height: normal;
}

.middle-header-left span {
    display: block;
    font-size: 15px;
    margin-left: 15px;
    margin-top: -7px;
}

.scroll-news ul li {
    font-size: 14px;
}

.team-cat {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.my-team .rounded+.rounded {
    margin-top: 30px;
}

/*test*/

.english-only {
    margin-top: -17px;
}

.english-only h3 {
    font-size: 17px !important;
}

.jpt-text {
    border-left: none !important;
    border-right: none !important;
    padding: 5px 3px 0px 0px !important;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -30px;
}


/*new crousel */

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    margin-right: -37px;
    cursor: default;
}

.owl-carousel .owl-nav button.owl-prev {
    background: red;
    margin-top: -52px;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin-left: -40px;
    background-color: #019330 !important;
}

.owl-carousel .owl-nav button.owl-next {
    background: red;
    margin-top: -52px;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin-right: -40px;
    background-color: #019330 !important;
    padding: 5px;
    color: #fff;
}

.owl-next span {
    padding: 10px !important;
    color: #fff !important;
}

.owl-prev span {
    padding: 10px !important;
    color: #fff !important;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button:focus {
    outline: none;
}

.owl-dots {
    display: none;
}

.small-img img {
    object-fit: cover;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.tag-text {
    margin-top: 20px;
}

.tag-text ul {
    display: flex;
    flex-wrap: wrap;
}

.tag-text ul li {
    margin: 7px;
}

.tag-text ul li a {
    display: block;
    border: 1px solid var(--primary-color);
    line-height: normal;
    padding: 2px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    color: var(--primary-color);
    transition: var(--transition);
}

.tag-text ul li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.marquee span {
    color: #ffffff;
    animation: blinker 2s linear infinite;
    display: inline-block;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.tranding ul li a i {
    margin-right: 7px;
    font-size: 13px;
    color: rgba(0, 0, 0, .24);
}

.social-icon ul {
    display: flex;
}

.social-icon ul li a {
    color: var(--primary-color);
    transition: ease-in-out .2s;
    background: var(--bg-color);
    height: 32px;
    width: 32px;
    text-align: center;
    display: block;
    border-radius: 100%;
    font-size: 18px;
    transition: var(--transition);
}

.social-icon ul li a i {
    line-height: 32px;
}

.social-icon ul li+li a {
    margin-left: 8px;
}

.social-icon ul li a:hover {
    color: var(--white-color);
    background: var(--primary-color);
}

#top-sec {
    background: var(--primary-color);
    position: relative;
    z-index: 1;
}

#top-sec .row {
    align-items: center;
}

.top-sec-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-utilites ul {
    display: flex;
}

.top-scroll-news h3 {
    white-space: nowrap;
    background: var(--secondary-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 14px 10px 10px;
    position: relative;
    margin-right: 20px;
}

.top-scroll-news h3::before {
    position: absolute;
    content: '';
    width: 0;
    right: -15px;
    top: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 15px solid var(--secondary-color);
    border-bottom: 19px solid transparent;
}

.top-utilites ul li {
    white-space: nowrap;
}

.top-utilites ul li a {
    color: var(--white-color);
    padding: 8px 15px;
    font-size: 14px;
}

.top-utilites ul li:nth-child(1) a {
    background: #3cb8ea;
}

.top-utilites ul li:nth-child(2) a {
    background: #0550a4;
}

.top-utilites ul li:nth-child(3) a {
    background: var(--secondary-color);
}

.top-utilites {
    margin-left: 50px;
}

.top-utilites ul li a i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 3px;
}

.date h6 {
    font-size: 13px;
    color: #093f69;
}

.marquee h6 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.trade-head {
    display: flex;
    align-items: center;
}

.trade-head ul {
    display: flex;
    align-items: center;
}

.tranding {
    border-bottom: 1px solid #e9e9ef;
}

.trade-head ul li+li {
    margin-left: 25px;
}

.scroll-news-title h3 {
    color: #093f69;
    font-size: 16px;
    font-weight: 600;
    background: rgba(0, 0, 0, .06);
    padding: 13px 10px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.scroll-news-title h3:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -20px;
    border-color: transparent transparent transparent rgba(0, 0, 0, .06);
    border-style: solid;
    border-width: 10px;
    bottom: 10px;
    margin: auto;
}

.space1 {
    padding-left: 5px;
    padding-right: 5px;
}

.scroll-news .row {
    margin-left: -5px;
    margin-right: -5px;
    align-items: center;
}

.scroll-news ul li a {
    font-size: 14px;
}

.scroll-news ul li+li {
    margin-left: 35px;
}

.scroll-news ul li i {
    margin-right: 5px;
    font-size: 12px;
    vertical-align: middle;
    color: rgba(0, 0, 0, .24);
}

.scroll-news-title h3 i {
    margin-left: 5px;
    vertical-align: middle;
}

.scroll-news ul {
    display: flex;
    align-items: center;
}

.scroll-news {
    border-bottom: 1px solid #e9e9ef;
    overflow: hidden;
}

.tranding ul li a {
    color: rgb(0 0 0 / 70%);
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    transition: ease-in-out .3s;
}

.tranding ul li a:hover {
    color: #009330;
}

.second {
    padding: 20px 0;
    text-align: center;
}

.second .row {
    align-items: center;
}

.bg-my {
    background-color: #fff !important;
}

.nav-toggler {
    display: none;
}

.mobile-only {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    padding: 15px 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-color);
    transition: var(--transition);
    font-family: 'Poppins', sans-serif;
}

.navbar-light .navbar-nav .nav-link.en {
    font-size: 12px;
}

@media (max-width:1200px) {
    .navbar-light .navbar-nav .nav-link.en {
        padding: 12px 8px;
        font-size: 12px;
    }
}

.navbar-light .navbar-nav .nav-link i {
    font-size: 24px;
    line-height: 17px;
}

.navbar-light .navbar-nav li {
    border-right: 1px solid #fff;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: var(--secondary-color);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
}

.navbar {
    padding: 0px;
    border-top: 1px solid var(--border-color);
    box-shadow: 0px 5px 7px rgb(34 96 191 / 10%);
    position: relative;
}

.my-menu>ul>li {
    padding: 11px 0 !important;
}

.my-menu>ul>li>a {
    font-size: 20px;
    border-radius: 100%;
    display: block;
    color: var(--white-color);
    height: 32px;
    width: 32px;
    text-align: center;
}

.search a {
    background: #009330;
}

.search i {
    transform: rotate(-90deg);
    line-height: 32px;
}

.taja>a {
    background: #009330;
}

.taja>a i {
    line-height: 32px;
}

.alert_news {
    display: flex;
    margin-top: 25px;
}

.alert_news-img {
    flex: 3;
    margin-right: 20px;
    height: 90px;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.alert_news-img a {
    height: 100%;
    width: 100%;
}

.alert_news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.alert-news-content {
    flex: 6;
}

.my-menu>ul {
    display: flex;
    align-items: center;
}

.my-menu>ul li+li {
    margin-left: 7px;
}

.my-menu>ul>li+li>a {
    background: var(--secondary-color);
}

.english a {
    background: #f97300;
}

.my-menu {
    padding-right: 0px;
}

.new-image img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.sidenav::-webkit-scrollbar {
    width: 5px;
}

.sidenav::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey
}

.drop-text .drop-title li a {
    font-size: 16px;
    color: #333333;
    transition: ease-in-out .2s;
}

.drop-text .drop-title li a:hover {
    color: #009330;
}

.drop-text .drop-title li {
    display: inline;
    padding: 0px 10px;
}

.detail {
    margin-bottom: 10px;
}

.brk {
    position: relative;
}

.brk i {
    margin-right: 5px;
    vertical-align: middle;
    color: #a2a2a2;
    font-size: 14px;
}

.third-add.new-add img {
    border: 1px solid #333bb8;
}

ul.brk li {
    display: inline-block;
    padding: 0px 10px;
}

.my-news span i {
    padding: 0px 4px;
}

.drop-title {
    padding-left: 25px;
    background: var(--white-color);
    display: flex;

}

.drop-title li+li {
    margin-left: 10px;
}

.drop-title li a {
    height: auto;
    width: auto;
    border-radius: var(--border-radius);
    padding: 3px 10px;
    color: var(--primary-color);
    line-height: normal;
}

.drop-text {
    position: relative;
}

.drop-text:hover .drop-title {
    display: block;
}

.profile-jpt {
    position: relative;
    padding: 0px 10px 0px 0px;
}

.profile-img img {
    height: 170px;
    object-fit: cover;
}

.Questions {
    margin-top: 100px;
    margin-left: 30%;
}

.close {
    text-align: center;
    background: red !important;
    color: #fff;
    font-size: 14px;
    margin-right: 36%;
    padding: 12px 30px;
    opacity: 1;
}

.third-add {
    padding: 30px 0px 30px 0px;
}

.news-img img {
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.first-news {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.news-text {}

.news-text h3 a {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
}

.news-text ul li {
    display: inline;
    padding: 0px 15px 0px 10px;
}

.news-small h3 a {
    font-size: 20px;
}

.my-box {
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
}

.nabil {
    padding: 30px 0px 30px 0px;
}

.title-text {
    width: 100%;
    margin-top: 30px !important;
    margin-bottom: 25px !important;
}

.title h3 a {
    position: relative;
    padding: 0px 0px 10px 0px;
    float: left;
}

.title .left-dot {
    float: right;
}

.power-img img {
    height: 150px;
    object-fit: cover;
}

.right-side {
    float: right;
    align-items: center;
}

.my-news h3 a {
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
}

h3 {
    line-height: 0.8;
}

.my-news {
    padding: 12px 0px 0px 5px;
    background-color: #fff;
    /*padding: 10px 0px 10px 0px;*/
    min-height: 100px;
}

.news-text.my-news span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.megha {
    padding: 30px 0px 30px 0px;
}

.khabar-box {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}

#khabr-sec .khabar-box {
    min-height: 148px;
}

.english-khabar .khabar-box {
    min-height: 204px !important;
}

.company-tag h3 {
    color: #153d678c;
    text-align: right;
    padding-bottom: 0;
    font-size: 18px !important;
    margin-bottom: 0;
}

#new-foot span {
    color: var(--text-color);
    font-size: 15px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.my-interview {
    position: relative;
}

.interview-img {
    display: block;
}

.inter-text.khoj-text {
    top: 254px;
}

.inter-text {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    color: #000;
    display: block;
    /*position:absolute;*/
    bottom: 0px;
    text-align: left;
    /*background-image: linear-gradient(#cfcfcf14, black);*/
}

.inter-text h3 {
    line-height: 23px;
}

.inter-text h3 a {
    font-size: 19px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
}

.khoj-right {
    position: relative;
}

.list-news li a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    text-decoration: none;
}

.my-small ul li a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    text-decoration: none;
}

.list-news li {
    padding: 20px 5px 12px 20px;
}

.list-news li+li {
    border-top: 1px solid #ddd;
}

.bijuli-text span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.interview span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.bijuli-text span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.interview span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.interview span i {
    margin-right: 5px;
}

.khoj-right span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.khoj-right span i {
    margin-right: 5px;
}

.bijuli-text span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.interview span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.interview span i {
    margin-right: 5px;
}

.khoj-right span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.khoj-right span i {
    margin-right: 5px;
}

.fichar-right span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.fichar-right span i {
    margin-right: 5px;
}

.my-interview span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.my-interview span i {
    margin-right: 5px;
}

.my-interview span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.my-interview span i {
    margin-right: 5px;
}

.list-news span {
    display: block;
    color: #7b7b7b;
    font-size: 15px;
}

.list-news span i {
    margin-right: 5px;
}

.interview span i {
    margin-right: 5px;
}

.list-news {
    border-top: none;
    border: 1px solid #ddd;
}

#sadak-sec .list-news {
    min-height: 394px;
}

.english-sec-sadak .inter-text {
    min-height: 127px;
}

.english-sec-sadak .list-news.englishs {
    min-height: 459px !important;
}

.sivam {
    padding: 30px 0px 30px 0px;
}

.bahas-img {
    position: relative;
}

.bahas-text {
    top: 435px;
    position: absolute;
    padding: 0px 20px;
    color: #fff;
}

.bahas-text h3 a {
    color: #fff;
}

.bahas-img img {
    height: 440px;
    object-fit: cover;
}

.khoj-img img {
    height: 269px;
    object-fit: cover;
}

.interview-img img {
    height: 215px;
    object-fit: cover;
}

.maruti {
    padding: 30px 0px 30px 0px;
}

.profile-img {
    position: relative;
}

.profile-text h3 a {
    text-align: center;
}

.profile-text {
    border-radius: 6px;
    position: absolute;
    /*ox-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);*/
    padding: 15px;
    background: #fff;
    height: 100px;
    margin-top: -50px;
    width: 80%;
    margin-left: 5%;
    padding: 6px 20px;
}

.my-small img {
    float: left;
    height: 60px;
    width: 80px;
    object-fit: cover;
    margin: 0px 10px 0px 10px;
}

.my-small h3 a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    text-decoration: none;
    line-height: 26px;
}

.my-small ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    display: inline-block;
}

.cellpay {
    padding: 30px 0px 30px 0px;
}

.my-bijuli {
    background-color: #f5f5f5;
    padding: 20px 0px 20px 0px;
}

.bijuli-text h3 a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding: 10px 0px 0px 0px;
    text-decoration: none
}

.bijuli-text h3 {
    line-height: 28px;
}

.bijuli-text h3 a {
    font-size: 19px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
}

.last-right img {
    height: 250px !important;
    object-fit: cover;
}

.bijuli-first {
    background-color: #fff;
    /* padding: 10px 5px 10px 5px; */
}

.bijuli-img img {
    height: 250px;
    object-fit: cover;
}

.my-fichar {
    background-color: #f5f5f5;
    padding: 0px 10px 20px 10px;
}

.video {
    background-color: #000;
    padding: 10px 0px 35px 0px;
}

.small-vdo h3 a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.vdo-text h4 a {
    font-size: 20px;
    color: #ddd;
}

.footer {
    background-color: #093f69;
    padding: 30px 0px 30px 0px;
    margin-top: 20px;
}

.footer-icon {
    margin-top: 10px;
}

.footer-icon ul li {
    display: inline;
}

a {
    color: #000;
}

.new-text h2 {
    color: 000 !important;
    font-size: 35px;
}

.footer-icon ul {
    display: flex;
}

.footer-icon ul li a {
    width: 30px;
    color: #ffffff;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    margin-right: 7px;
    border-radius: 100%;
    font-size: 14px;
}

.footer-icon ul li a i {
    line-height: 30px;
    font-size: 14px;
}

.urja-tv {
    margin-top: 20px;
}

.urja-tv a {
    display: inline-block;
    background: #ff0000;
    color: var(--white-color);
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
}

.urja-tv a i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.address h5 {
    font-size: 20px;
    color: #ddd;
    padding: 20px 0px 0px 0px;
    font-weight: bold;
}

.address p {
    color: #dddddd8c;
}

.address h5 a {
    color: #fff;
}

.address ul li a {
    position: relative;
    color: #dddddd8c;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}

.address-no h5 {
    font-size: 20px;
    color: #ddd;
    padding: 20px 0px 0px 0px;
    font-weight: bold;
}

.address-no p {
    color: #dddddd8c;
}

.address-no h5 a {
    color: #fff;
}

.address-no ul li a {
    position: relative;
    color: #dddddd8c;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}

.copyright {
    background: #063254;
    padding: 2px;
    text-align: center;
}

.copyright p {
    padding: 10px 0px;
}

.address {
    display: block;
    border-right: 1px solid #ddd;
    margin-top: 20px;
    height: 250px;
}

#toTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 98;
}

#toTopBtn i {
    border-radius: 100%;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 16px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    transition: var(--transition);
}

#toTopBtn i:hover {
    background-color: var(--primary-color);
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

.sticky {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 60px;
}

.sticky+.sticky-logo {
    display: block;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1020;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 22px;
    box-shadow: 3px 0px 10px rgb(0 0 0 / 20%);
}

.sidenav a {
    border-bottom: 1px solid #efefef;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    display: block;
    transition: 0.3s;
    color: #818181;
}

.sidenav a:hover {
    color: red;
}

.sidenav .closebtn {
    border-bottom: none;
    position: absolute;
    top: 15px;
    right: 1px;
    font-size: 36px;
    margin-left: 50px;
}

.search-up {
    display: none;
}

.form-group {
    margin-top: 5px;
    margin-bottom: 1rem;
}

.form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}

.search-up .form-control {
    border-radius: 0;
    height: 42px;
    border: 1px solid #d8dee5;
    font-size: 14px;
}

.themeBtn {
    background-color: hsl(140deg 100% 29%);
    color: #ffffff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 0.8;
    padding: 12px 30px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 0;
    margin-top: 16px;
    border: 1px solid #009431;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.vdo-img {
    position: relative;
}

.vdo-img {
    left: 7%;
}

.overlay-icon {
    color: red;
    margin-top: 241px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 00000;
    text-align: center;
    left: 0;
    transition: 1s;
    opacity: 1;
    padding: 10px 0;
    font-size: 50px;
}

.overlay-icon a {
    color: red;
}

.my-icon {
    margin-top: 50px;
}

.crime-news h2 {
    padding: 12px 0px;
    font-size: 18px !important;
    padding-bottom: 0px;
    line-height: 1.4rem;
    font-weight: bold;
    color: #000 !important;
}

.crime-news h2 a {
    color: #fff;
}

.chnage-taja {
    position: absolute;
    left: 0;
    display: none;
    transition: 10s;
    right: 0;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    padding: 30px;
    background: var(--white-color);
    z-index: 1015;
    top: 100%;
    max-width: 1230px;
    margin: auto;
}

.taja:hover .chnage-taja {
    display: block;
}

.Questions img {
    height: 100%;
    width: 540px;
}

.logo-skip {
    margin-left: 126px;
}

.my-menu .part-low a {
    padding: 0px;
    color: #000 !important;
    background-color: transparent !important;
}

.my-menu .part-two a {
    padding: 0px;
    color: #2f2f2f !important;
    background-color: transparent !important;
    text-align: left;
    font-size: 18px;
}

.part-two {
    margin-top: 10px;
}

.part-two .row {
    align-items: center;
}

.part-two h2 {
    margin-bottom: 0;
}

.trade-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-color);
    padding: 10px 20px;
    border-radius: var(--border-radius);
    margin-bottom: 0px;
}

.my-menu h2 {
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--dark-color);
}

.alert-news-content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
}

.alert-news-content h3 a {
    display: block;
    color: var(--dark-color);
    transition: var(--transition);
}

.alert-news-content h3 a:hover {
    color: var(--secondary-color);
}

.my-img img {
    height: 250px;
    object-fit: cover;
}

.right-img img {
    height: 250px;
    object-fit: cover;
}

.khabar-sec img {
    height: 162px;
    object-fit: cover
}

h4 .fa-ellipsis-v {
    height: 5px;
    width: 5px;
    color: rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 2px;
    display: block;
}

.crime-text {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9ef;
    align-items: center;
}

.crime-text i {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 15px;
}

.crime-text h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0;
}

.crime-text a {
    color: #333333;
    transition: ease-in-out .2s;
}

.crime-text a:hover {
    color: #009330;
}

.crime-text h4:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 50px;
    background: #f97300;
}

.crime-text h4:after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 25px;
    background: #009330;
}

.my-img {
    left: 0px;
}


/*.vdo-urja{*/


/*    left:0px;*/


/*    position: relative;*/


/*}*/

.special-img img {
    height: 200px;
    object-fit: cover;
}

.spe-text h3 {
    font-size: 20px;
}

.spe-text h3 a {
    font-size: 20px;
    line-height: 22px;
}

p {
    line-height: 28px;
    text-align: justify;
    font-size: 16px;
}

.footer-first {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 20px 0px;
}

.navbar-brand {
    padding: 10px 10px;
    color: #093f69 !important;
    margin-right: 0;
}

.right-side {
    font-size: 18px;
    padding: 0px 15px 0px 0px;
}

@media only screen and (min-width: 768px) {
    .navbar-toggler:not(:disabled):not(.disabled) {
        display: none !important;
    }

    .collapse {
        display: block;
    }

    .sampadak-img img {
        height: 80px !important;
    }

    .iframe-responsive-top{
        height:60px;
    } 
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}


/*fix bar right side*/

.float-container {
    position: fixed;
    top: 50%;
    left: 0;
    display: -ms-flexbox;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.float-container a {
    z-index: 9999;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin-left: -2px;
    /*margin-bottom: 10px;*/
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #039;
    border-radius: 5px 0 0 5px;
    background-color: #eaeaea;
    ;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #cfcfcf;
}

.float-container a:hover {
    margin-right: 0;
    background-color: #073d68;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}


/* Icon settings - remove if not needed*/

.float-container .icon:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* Media queries */

@media screen and (max-width:768px) {
    .float-container .icon:last-child {
        display: none;
    }

    .float-container {
        display: none;
        position: fixed;
        top: auto;
        bottom: 0;
        /*display: -webkit-box;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: auto;
        -webkit-box-align: auto;
        -ms-flex-align: auto;
        align-items: auto;
    }

    .float-container a.icon {
        right: 0;
        bottom: 0;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
        box-shadow: 0 0 0 #7d7d7d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid darkorange;
        border-right: 1px solid darkorange;
    }

    .owl-carousel .owl-nav button.owl-next {
        margin-right: 0px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        margin-left: 0px;
    }
}

@media screen and (min-width:1200px) {
    .container {
        width: 1230px
    }
}

.sidecal {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidecal a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    display: block;
    transition: 0.3s;
    color: #818181;
}

.sidecal a:hover {
    color: red;
}

.sidecal .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.weather-text h3 {
    padding: 0px 20px;
}

.sidecal .closebtn {
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    /* padding: 0px 12px !important;
    background: #ccc;*/
}

.weather-text {
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.strip_header {
    height: 52px;
}

.weather-sec {
    text-align: center;
    padding: 6px;
    margin-top: 5px;
    height: 48px color: #fff;
    text-shadow: 1px 1px black;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-left: 14px;
    width: 90%;
}

.weather-sec h6 {
    color: #fff;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -30px;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 11px;
    height: 11px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.html5-video-player a {
    display: none !important;
}

.line {
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #eaeaea;
    margin: 17px 0;
}

.tag-border ul li {
    border: 2px solid #019330;
    border-radius: 50px;
    color: #e80000;
    padding: 5px 25px 5px 25px;
    margin-right: 5px;
}

.tag-border ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
}

.reporter ul li a {
    color: #000;
}

.sticky-logo {
    display: none;
}

.sticky-logo img {
    height: 40px;
    margin-top: -5px;
}

.sticky+.sticky-logo {
    display: block;
}

.my-text {
    text-align: center;
}

.news-text h3 a {
    line-height: 28px;
}

.news-text h3 {
    padding: 10px 0px 0px 0px;
}


/*.first-vdo iframe {
 background-color: transparent;
 border:none;
 
  pointer-events: none;
}*/


/*responsive style code  */

@media screen and (min-width:1200px) {
    .container-fluid {
        width: 1230px
    }
}

@media screen and (min-width:600px) {
    .container-fluid {
        width: 1230px
    }
}


/*Details page start css */

.list-details ul li {
    display: inline;
    padding: 10px 0px;
}

.list-details ul li a {
    font-size: 20px;
    color: #093f69;
}

.list-details>li+li:before {
    content: "";
    padding: 0 5px;
    color: #ccc;
    content: "/\f715";
}

.main-text h2 {
    margin: 0;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Karma', serif;
    color: #222;
    font-size: 40px;
}

.urja-tag ul li {
    display: inline;
    padding: 10px 10px 0px 0px;
}

.urja-tag ul li i {
    padding: 0px 5px;
}

.urja-tag {
    position: absolute;
    float: right;
}

.share {
    float: right;
}

.share ul li {
    display: inline;
}

.share ul .icon-share {
    background-color: #093f69;
    color: #fff;
    padding: 10px;
}

.details-img img {
    padding: 30px 0px 0px 0px;
}

.details-content {
    margin-top: 25px;
}

.details-content p {
    font-size: 17px;
    line-height: normal;
    text-align: left;
}

.font-change {
    margin-top: 25px;
}

.font-change button {
    border: none;
    padding: 0;
}

.font-change button:focus {
    outline: none;
}

.font-change button a {
    width: 35px;
    border: 1px solid #cfcfcf;
    height: 35px;
    border-radius: var(--border-radius);
    line-height: 35px;
    font-weight: 500;
    cursor: pointer;
    display: block;
}

.writer-box {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 25px;
    margin-top: 25px;
    display: flex;
}

.write-img img {
    height: 50px;
    width: auto;
}

.write-img img {
    height: 50px;
    width: auto;
}

.reporter {
    margin-top: 7px;
    margin-left: 20px;
    border-left: 1px solid var(--border-color);
    padding-left: 20px;
}

.report-list {
    margin-top: 15px;
}

.reporter h5 {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
}

.reporter p {
    margin-bottom: 0;
    margin-top: 5px;
}

.write-icon ul .facebook a {
    background: #053ebf;
}

.write-icon ul .twitter a {
    background: #0095ff;
}

.report-text {
    border-bottom: 1px solid #cfcfcf;
    width: 80%;
}

.report-list ul {
    padding-left: 20px;
}

.reporter ul li {
    list-style: circle;
}

.report-list ul li+li {
    margin-top: 15px;
}

.report-list ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    display: block;
    transition: var(--transition);
}

.report-list ul li a:hover {
    color: var(--secondary-color);
}

.related-text {
    padding: 10px;
}

.related-text h3 a {
    font-size: 19px;
    line-height: 40px;
    font-weight: 700;
    color: #222;
    line-height: 24px;
}

.related ul li {
    display: inline;
    padding: 0px 5px 0px 10px;
}

.related {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFF;
    width: 100%;
    min-height: 300px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    transition: all 0.3s linear 0s;
    cursor: pointer;
}

.related:hover {
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .40);
    transition: all 0.4s linear 0s;
}

.related-text h3 a:hover {
    color: #093f69;
    transition: all 0.4s linear 0s;
}

.related:hover+.related-text h3 a {
    color: #093f69;
}

.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.sampadak-img img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}


/*New  footer css code */

#new-foot {
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
}

.text-footer ul li {
    color: var(--text-color);
    font-size: 16px;
}

.text-footer ul li a {
    color: #fff;
}

.border-end {
    border-right: 1px solid var(--border-color);
}

#new-foot h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-menus li a {
    display: block;
    color: var(--text-color);
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    font-family: 'Poppins', sans-serif;
}

.footer-menus li a:hover {
    color: #f97300;
}

.footer-menus li a:before {
    position: absolute;
    content: '\f105';
    left: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 10px;
    top: 4px;
}

#new-foot h3 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
    color: var(--secondary-color);
    margin-bottom: 25px;
}

.footer-menus li+li {
    margin-top: 15px;
}

.last-my h6 {
    margin-bottom: 0;
    color: var(--text-color);
    font-weight: normal;
    font-size: 15px;
}

.last-my {
    background: var(--bg-color);
    padding: 15px 0;
    border-top: 1px solid var(--border-color);
}

.last-my h6 a {
    color: var(--primary-color);
    transition: var(--transition);
    font-weight: 500;
}

.last-my h6 a:hover {
    color: var(--secondary-color);
}

.foot-logo img {
    width: auto;
    height: 55px;
}

.footer-icon ul .instagram a {
    background-color: #5851DB;
}

.footer-icon ul .youtube a {
    background-color: red;
}

.footer-icon ul .linkedin a {
    background-color: #2867B2;
}

.footer-menus {
    padding-top: 35px;
    padding-left: 20px;
}

.footer-wrap {
    padding-top: 50px;
    padding-left: 20px;
}

.footer-icon {
    margin-top: 12px;
}

.small-text h3 a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.my-padding {
    padding: 0px 12px 0px 0px;
}

.part-two {
    margin: 19px 0px;
}

.img-small img {
    height: 80px;
    object-fit: cover;
}

.related img {
    height: 260px;
    object-fit: cover;
}

.my-owl {
    padding: 10px;
}

.related-text ul li {
    display: inline;
    color: #000;
}

.related-text ul {
    padding-bottom: 5px;
}

.relited-news {
    margin: 10px 0px 0px 0px;
    position: relative;
    z-index: 1;
    display: block;
    background: #FFF;
    width: 100%;
    min-height: 200px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    transition: all 0.3s linear 0s;
    cursor: pointer;
}

.relited-news img {
    height: 206px;
    width: 100%;
    object-fit: cover;
}

.read-more a {
    border: 1px solid #204282;
    color: #111;
    width: auto;
    padding: 3px 10px 3px 10px;
}

.read-more a i {
    padding: 0px 5px;
}

.inter-secure {
    top: 109px;
    width: 93%;
    color: #fff;
    display: block;
    position: absolute;
    /* top: 170px; */
    text-align: center;
    background-image: linear-gradient(#cfcfcf14, black);
}

.inter-secure h3 a {
    line-height: 33px;
    color: #fff;
}

#new-design p {
    margin-top: 20px;
}


/* Videos Section */

.video-selected {
    width: 100%;
    margin: 0 auto;
}

.video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 500px;
    margin-bottom: 10px;
}

.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
}

.video-thumbnails {
    margin: 0 auto;
    width: 100%;
    overflow-y: auto;
    max-height: 500px;
    overflow-x: hidden;
    padding-right: 10px;
}

.video-thumb {
    height: auto;
}

.video-thumb img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.video-thumb iframe {
    display: none;
}

.video-thumb p.name {
    margin-top: 5px;
    font-weight: bold;
}

.video-thumbnails h3 {
    margin-bottom: 0;
}

.video-thumbnails h3 a {
    display: block;
    transition: ease-in-out .5s;
    color: var(--white-color);
}

.video-thumbnails h3 a:hover {
    color: var(--secondary-color);
}

.video-thumbnails .row {
    align-items: center;
}

.thumbnail-list+.thumbnail-list {
    margin-top: 15px;
}

.videos-section ::-webkit-scrollbar {
    width: 7px;
}

.videos-section ::-webkit-scrollbar-track {
    background: transparent;
    display: none;
}

.videos-section ::-webkit-scrollbar-thumb {
    background: rgb(255 255 255 / 29%);
    border-radius: 30px;
}

.video-thumb {
    position: relative;
}

.thumbnail-list h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.thumbnail-list h5 a {
    color: #333333;
}

.thumbnail-list.active .thumbnail-icon {
    display: block;
}

/* Videos Section end*/

.facebook a {
    background: #3b5998;
    color: #fff;
}

.twitter a {
    background: #1da1f2;
    color: #fff;
}

.details-news table {
    width: 100% !important;
}

.details-news table td {
    padding: 7px;
}

.details-news table th {
    padding: 7px;
}

.publication-wrap {
    display: flex;
    border: 1px solid #e9e9ef;
    padding: 10px;
    border-radius: 4px;
    transition: ease-in-out .3s;
    margin-top: 30px;
}

.publication-wrap:hover {
    background: #f3f3f3;
}

.publication-media {
    flex: 2;
}

.publication-content {
    flex: 6;
    padding-left: 20px;
}

.publication-media img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    padding: 3px;
}

.publication-content h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

.publication-content span {
    display: block;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
}

.p-btn {
    display: inline-block;
    border: 1px solid var(--border-color);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    margin-top: 10px;
    transition: ease-in-out .3s;
}

.p-btn i {
    margin-left: 5px;
    vertical-align: middle;
}

.p-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.publication .title-text {
    margin-bottom: 0 !important;
}

@media (max-width: 575px) {
    .navbar-toggler {
        display: none;
    }

    .navbar-collapse {
        display: block;
    }

    .navbar-nav {
        display: none;
    }

    .top {
        text-align: center;
    }

    .tranding {
        text-align: center;
    }

    .social-icon ul li+li a {
        margin-left: 5px;
    }

    .my-logo img {
        height: 40px;
    }

    .company-tag h3 {
        font-size: 14px !important;
    }

    .owl-item {
        width: 100%;
    }

    .sharethis-inline-share-buttons {
        margin-top: 0px;
    }

    .new-image img {
        height: auto;
    }

    .new-text h2 {
        font-size: 25px;
    }

    .power-img img {
        height: auto;
    }

    .my-menu ul {
        margin: 8px 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        margin-left: 0px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        display: block;
    }

    .navbar-nav {
        display: none;
    }

    .first-vdo {
        width: 100% !important;
    }

    .profile-text {
        margin-top: -99px;
    }

    .Questions {
        margin-top: 200px;
        margin-left: 5%;
    }

    .close {
        text-align: center;
        background-color: red;
        color: #fff;
        font-size: 14px;
        margin-right: 40%;
        padding: 5px 30px;
    }

    .Questions img {
        width: 300px !important;
    }

    .Questions {
        margin-top: 50px;
    }

    .logo-skip {
        margin-left: 15px !important;
    }

    .sticky-logo {
        display: none !important;
    }

    .sharethis-inline-share-buttons {
        margin-top: 0px;
    }

    .new-image img {
        height: auto;
    }

    .owl-carousel .owl-nav button.owl-next {
        margin-left: 0px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        margin-left: 0px;
    }

    .overlay-icon {
        margin-top: 79px;
    }

    .sampadak-img img {
        height: 80px !important;
    }
}

@media(max-width:575px) {
    .details-news table {
        overflow-x: scroll !important;
        overflow-y: hidden;
        display: block;
    }

    .details-news table td {
        white-space: nowrap;
    }

    .details-news table th {
        white-space: nowrap;
    }

    .tag-border ul li {
        margin-top: 10px;
    }

    .publication-content {
        padding-left: 15px;
    }
}

/* Skip Ads */

.only-mobile {
    display: none;
}

.skip-common-banner-col img {
    width: 100%;
}

.skip-ads {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: white;
    padding: 20px 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.skip-ads-wrap {
    height: 100vh;
    position: relative;
    max-width: 850px;
    margin: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.skip-ads-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.skip-ads-head img {
    width: auto;
}

.skip-ads-head .btn {
    background: #c80c0d;
    border: none;
    padding: 7px 20px;
    border-radius: 3px;
    font-weight: 500;
}

.skip-ads-head .btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background: #c80c0d !important;
}

.skip-ads.active {
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .5s;
}

.skip-ads-head img {
    max-width: 200px;
}


/* Skip Ads End */


.video-thumb p {
    display: none;
}

.video-iframe p {
    margin: 0;
}

.featured-video {
    margin-top: 25px;
    height: 550px;
    overflow: hidden;
}

.featured-video iframe {
    width: 100% !important;
    height: 550px !important;
}

.common-banner-section .common-banner-col {
    margin-top: 30px;
}

.breaking-top-ads .common-banner-col {
    margin-top: 30px;
}

.mt {
    margin-top: 40px;
}

.mb {
    margin-bottom: 40px;
}

.pt {
    padding-top: 40px;
}

.pb {
    padding-bottom: 40px;
}

.breaking-col {
    text-align: center;
}

.new-title h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}

.new-title h2 a {
    display: block;
    color: #3a3a3a;
    transition: var(--transition)
}

.new-title h2 a:hover {
    color: var(--primary-color);
}

.meta ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.meta {
    margin-top: 15px;
}

.meta ul li {
    font-size: 18px;
    color: #3e3e3e;
}

.meta ul li img {
    height: 33px;
    width: auto;
    vertical-align: bottom;
    margin-right: 3px;
}

.meta ul li a {
    color: #3e3e3e;
    transition: var(--transition);
}

.meta ul li a:hover {
    color: var(--primary-color);
}

.meta ul li+li {
    margin-left: 30px;
}

.meta ul li i {
    margin-right: 3px;
    font-size: 20px;
    vertical-align: middle;
}

.breaking-img {
    margin-top: 25px;
}

.breaking-col+.breaking-col {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px dashed #e1e1e1;
}

.english-title h2 {
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.breaking-desc {
    text-align: center;
    margin-top: 20px;
}

.breaking-desc p {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.breaking-news {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 40px;
}

.section-top-ads .common-banner-col {
    margin-bottom: 30px;
}

.global-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 0;
    cursor: pointer;
    margin-bottom: 30px;
}

.global-title::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 100%;
    background: var(--bg-color);
    z-index: -1;
}

.global-title::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 0;
    background: var(--primary-color);
    z-index: -1;
    transition: var(--transition);
}

.global-title:hover::after {
    width: 100%;
}

.global-title h3 {
    margin-bottom: 0;
    background: var(--white-color);
    padding-right: 25px;
    color: var(--text-color);
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.global-title h3 i {
    margin-right: 5px;
    font-size: 18px;
    color: var(--white-color);
    background: var(--primary-color);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}

.main-btn {
    background: var(--white-color);
    padding-left: 25px;
}

.global-title a {
    display: block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background: var(--bg-color);
    border-radius: 100%;
    position: relative;
    font-size: 14px;
    border: 1px solid var(--border-color);
}

.global-title a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.sidebar-bigyapan .common-banner-col {
    margin-top: 25px;
}

.khabar-sidebar {
    margin-top: -25px;
}

.common-banner-col img {
    border-radius: var(--border-radius);
}





/* Team Page  */
.team_title_wrapper {
    position: relative;
    border: 4px solid var(--grey-color);
    border-bottom: 4px solid var(--white-color);
    height: 25px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

.team_title_wrapper span {
    position: relative;
    top: -15px;
    background-color: var(--grey-color);
    padding: 3px 16px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 500;
}

.team_box_rx {
    border: 1px solid var(--grey-color);
    margin-top: 25px;
}

.team-wrap {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.team-img img {
    width: auto;
    height: 90px;
    margin: auto;
    border-radius: var(--border-radius);
}

.team-content {
    margin-top: 20px;
}

.team-content h3 {
    font-size: 20px;
    margin-bottom: 3px;
    line-height: 1.2;
}

.team-content span {
    display: block;
    font-size: 15px;
    color: #919191;
}

.team-content ul {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.team-content ul li a {
    font-size: 15px;
    display: block;
    background: var(--bg-color);
    height: 25px;
    width: 25px;
    line-height: 26px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    transition: var(--transition);
}

.team-content ul li+li a {
    margin-left: 7px;
}

.team-content ul li a:hover {
    background: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--secondary-color);
}

.team-content ul li a i {
    line-height: 24px;
}

/* Team Page End  */




/* Khabar News  */
.insider-news-media {
    height: 537px;
    overflow: hidden;
    border-radius: var(--border-radius);
}

#off-track .insider-news-media {
    height: 229px;
}

.insider-news-media a {
    width: 100%;
    height: 100%;
}

.insider-news-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .5s;
}

.insider-news:hover .insider-news-media img {
    transform: scale(1.03);
}

.insider-news {
    position: relative;
}

.insider-news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 5;
    border-radius: var(--border-radius);
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(5, 5, 5, 0) 0, rgba(0, 0, 0, 0) 0, rgba(71, 71, 71, 0) 0, rgba(102, 102, 102, 0) 0, rgba(28, 28, 28, 0) 0, rgb(20 20 20 / 50%) 15%, rgba(13, 13, 13, 1) 41%, rgba(3, 3, 3, 1) 100%) repeat scroll 0 0;
}

.insider-news-content h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.3;
}

.insider-news-content h3 a {
    color: var(--white-color);
    transition: var(--transition);
}

.insider-news-content h3 a:hover {
    color: var(--secondary-color);
}

.thumbnail-news-col {
    display: flex;
}

.thumbnail-news-media {
    height: 116px;
    overflow: hidden;
    flex: 3;
    margin-right: 20px;
    border-radius: var(--border-radius);
}

.thumbnail-news-content {
    flex: 6;
}

.thumbnail-news-media a {
    height: 100%;
    width: 100%;
}

.thumbnail-news-media img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .5s;
}

.thumbnail-news-media:hover img {
    transform: scale(1.03);
}

.thumbnail-news-content h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
}

.thumbnail-news-content span {
    display: block;
    margin-top: 10px;
    color: #747474;
    font-size: 15px;
}

.thumbnail-news-content span i {
    margin-right: 2px;
    font-size: 20px;
    vertical-align: middle;
}

.thumbnail-news-content h3 a {
    display: block;
    transition: var(--transition);
}

.thumbnail-news-content h3 a:hover {
    color: var(--secondary-color);
}

.thumbnail-news-col+.thumbnail-news-col {
    margin-top: 25px;
}

.section-bottom-bigyapan .common-banner-col {
    margin-top: 30px;
}

.english-khabar .thumbnail-news-content h3 {
    font-size: 17px;
}

/* Khabar News End  */



/* Electricity  */
#electricity-sec {
    background: #191f2b;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#electricity-sec .global-title h3 {
    background: #191f2b;
    color: var(--white-color);
}

#electricity-sec .main-btn {
    background: #171925;
}

#electricity-sec .global-title a {
    background: var(--white-color);
}

#electricity-sec .global-title a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

#electricity-sec .global-title::before {
    background: rgb(255 255 255 / 12%);
}

.electricity-thumb .insider-news-media {
    height: 254px;
}

.electricity-thumb .insider-news+.insider-news {
    margin-top: 30px;
}

/* Electricity End  */



/* Opinion News  */
.box-news-img {
    height: 200px;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.box-news-img a {
    height: 100%;
    width: 100%;
}

.box-news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.box-bews-content {
    margin-top: 15px;
}

.box-bews-content h4 {
    margin-bottom: 0;
}

.box-bews-content a {
    display: block;
    transition: var(--transition);
}

.box-bews-content a:hover {
    color: var(--secondary-color);
}

.box-bews-content h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}

.box-news {
    margin-top: 30px;
}

.opinion-main .global-title {
    margin-bottom: 0;
}

.small-news ul li {
    display: flex;
}

.small-news-img img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid #e7dfdf;
}

.small-news-content {
    margin-left: 20px;
}

.small-news-content h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
}

.small-news-content h3 a {
    display: block;
    transition: var(--transition);
}

.small-news-content h3 a:hover {
    color: var(--secondary-color);
}

.small-news-content span {
    display: block;
    font-size: 15px;
    margin-top: 7px;
    color: #747474;
}

.small-news ul li+li {
    margin-top: 25px;
}

/* Opinion News End  */





/* Urja Special  */
#urja-special {
    background: #342741;
}

#urja-special .global-title h3 {
    background: #342741;
    color: var(--white-color);
}

#urja-special .main-btn {
    background: #342741;
}

#urja-special .global-title a {
    background: var(--white-color);
}

#urja-special .global-title a:hover {
    background: var(--primary-color);
}

#urja-special .global-title::before {
    background: rgb(255 255 255 / 10%);
}

.list-main-news-img {
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
}


.list-main-news-content {
    padding: 15px;
}

.list-main-news-content h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
}

.list-main-news-content h3 a {
    display: block;
    transition: var(--transition);
}

.list-main-news-content h3 a:hover {
    color: var(--secondary-color);
}

.lists-news ul li h3 {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 0;
}

.lists-news ul li h3 a {
    display: block;
    transition: var(--transition);
    padding: 12px 15px;
    border-top: 1px solid var(--border-color);
}

.lists-news ul li h3 a:hover {
    color: var(--secondary-color);
}

.list-news-wrapper {
    background: var(--white-color);
    border-radius: var(--border-radius);
}

#urja-special .thumbnail-news-content h3 a {
    color: var(--white-color);
}

#urja-special .thumbnail-news-content h3 a:hover {
    color: var(--secondary-color);
}

#urja-special .thumbnail-news-content span {
    color: #bfbfbf;
}

/* Urja Special End  */





/* Interview News  */
.interview-main .box-news {
    margin-top: 0;
}

.interview-sidebar .thumbnail-news-col {
    margin-top: 25px;
}

.interview-sidebar {
    margin-top: -25px;
}

.interview-sidebar .thumbnail-news-media {
    height: 100px;
}

.interview-main .box-news-img {
    height: 300px;
}

.interview-main .box-bews-content h3 {
    font-size: 25px;
    font-weight: 600;
}

.box-bews-content p {
    margin-top: 15px;
    font-size: 17px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 0;
}

.interview-main .box-bews-content span {
    margin-top: 15px;
    display: block;
}

.english-interview .box-bews-content h3 {
    line-height: 1.2;
}

.english-interview .box-bews-content p {
    line-height: 1.6;
}

.interview-sidebars .small-news {
    margin-top: 25px;
}

/* Interview News End  */





/* Bahas News  */
#bahas-section {
    background: #596439;
}

#bahas-section .global-title h3 {
    background: #596439;
    color: var(--white-color);
}

#bahas-section .main-btn {
    background: #596439;
}

#bahas-section .global-title a {
    background: var(--white-color);
}

#bahas-section .global-title a:hover {
    background: var(--primary-color);
}

#bahas-section .global-title::before {
    background: hsl(0deg 0% 100% / 13%);
}

.bahas-main .global-title {
    margin-bottom: 0;
}

.bahas-main .box-news-img {
    height: 250px;
}

.bahas-main .box-bews-content a {
    color: var(--white-color);
}

.bahas-main .box-bews-content a:hover {
    color: var(--secondary-color);
}

.bahas-sidebar .thumbnail-news-content h3 a {
    color: var(--white-color);
}

.bahas-sidebar .thumbnail-news-content h3 a:hover {
    color: var(--secondary-color);
}

.bahas-sidebar .thumbnail-news-content span {
    color: #c3c3c3;
}

.bahas-main .box-bews-content h3 {
    font-size: 20px;
}

/* Bahas News End  */





/* Feature News  */
.large-news {
    display: flex;
    background: var(--primary-color);
    border-radius: var(--border-radius);
}

.large-news-content {
    flex: 1;
    padding: 50px;
}

.large-news-media {
    flex: 1;
}

.large-news-content h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.large-news-content h3 a {
    display: block;
    color: var(--white-color);
    transition: var(--transition);
}

.large-news-content h3 a:hover {
    color: var(--secondary-color);
}

.large-news-content p {
    margin-top: 20px;
    font-size: 18px;
    text-align: left;
    color: #fdfdfde6;
    line-height: 1.8;
    margin-bottom: 0;
}

.large-news-content span {
    display: block;
    margin-top: 15px;
    color: var(--white-color);
}

.large-news-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.post-news ul li {
    display: flex;
}

.post-count span {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 37px;
    text-align: center;
    background: var(--white-color);
    border-radius: 100%;
    font-size: 18px;
    font-weight: 500;
}

.post-news-content {
    margin-left: 15px;
}

.post-news-content h3 {
    font-size: 18px;
    line-height: 1.4;
}

.post-news-content h3 a {
    display: block;
    transition: var(--transition);
}

.post-news-content h3 a:hover {
    color: var(--secondary-color);
}

.post-news ul li+li {
    margin-top: 25px;
}

.english-feature .large-news-content h3 {
    font-size: 30px;
}

#feature-news {
    background: #596439;
}

#feature-news .global-title h3 {
    background: #596439;
    color: var(--white-color);
}

#feature-news .main-btn {
    background: #596439;
}

#feature-news .global-title a {
    background: var(--white-color);
}

#feature-news .global-title a:hover {
    background: var(--primary-color);
}

#feature-news .global-title::before {
    background: hsl(0deg 0% 100% / 13%);
}

#feature-news .box-bews-content a {
    color: var(--white-color);
}

#feature-news .box-bews-content a:hover {
    color: var(--secondary-color);
}

#feature-news .post-news-content h3 a {
    color: var(--white-color);
}

#feature-news .post-news-content h3 a:hover {
    color: var(--secondary-color);
}

/* Feature News End  */





/* Videos  */
.videos-section {
    background: #181c27;
}

.videos-section .global-title h3 {
    background: #181c27;
    color: var(--white-color);
}

.videos-section .global-title::before {
    background: rgb(255 255 255 / 20%);
}

.video-thumbnails .thumbnail-news-media {
    height: 90px;
}

/* Videos End  */






/* Profile News  */
.profile-main .box-news {
    margin-top: 0;
}

.profile-main .thumbnail-news-media {
    height: 100px;
}

.profile-main .box-bews-content h3 {
    font-size: 25px;
    font-weight: 600;
}

.profile-main .box-news-img {
    height: 300px;
}

.profile-sidebar .small-news {
    margin-top: 25px;
}

.profile-sidebar .insider-news-media {
    height: 250px;
}

.profile-sidebar .thumbnail-news {
    margin-top: 25px;
}

/* Profile News End  */





/* Banking News  */
.banking-main .insider-news-content h3 {
    font-size: 20px;
}

.banking-main .insider-news-media {
    height: 400px;
}

.banking-main .owl-dots {
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #c7c7c7;
    height: 14px !important;
    width: 14px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.banking-sidebar .thumbnail-news-media {
    height: 90px;
}

/* Bamking News End  */



/* Resources  */
.resource-main .insider-news-media {
    height: 350px;
}

.cat-news-img {
    overflow: hidden;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    position: relative;
    z-index: 0;
}

.cat-news-img::after {
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

.cat-news-content {
    padding: 20px;
}

.cat-news-content h3 {
    font-size: 18px;
    line-height: 1.34;
    margin-bottom: 0;
}

.cat-news-content h3 a {
    display: block;
    transition: var(--transition);
}

.cat-news-list h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
}

.cat-news-list h3 a {
    display: block;
    transition: var(--transition);
}

.cat-news-wrapper {
    border: 1px solid #ebebeb;
}

.cat-news-list ul li {
    border-top: 1px solid #ebebeb;
    padding: 15px 20px;
}

.cat-news-content h3 a:hover {
    color: var(--secondary-color);
}

.cat-news-list h3 a:hover {
    color: var(--secondary-color);
}

.cat-news-list span {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #606060;
}

.resources-sidebar .insider-news-media {
    height: 300px;
}

.resources-sidebar .thumbnail-news {
    margin-top: 25px;
}

/* Resources End  */




/* Bulk News  */
.bulk-news .insider-news-media {
    height: 250px;
}

.bulk-news .insider-news-content h3 {
    font-size: 20px;
}

.bulk-news .thumbnail-news {
    margin-top: 25px;
}

/* Bulk News End  */





/* Photo Feature  */
#photofeature .insider-news-media {
    height: 400px;
}

#photofeature .owl-dots {
    display: block;
}

.insider-news-media span {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 42px;
    background: var(--primary-color);
    border-radius: 100%;
}

.insider-news-media span a {
    display: block;
    color: var(--white-color);
    font-size: 20px;
}

/* Photo Feature End  */




/* Offtrack  */
#offtrack .insider-news-media {
    height: 350px;
}

#offtrack .owl-dots {
    display: block;
}

/* Offtrack End  */





/* Details Page  */
.details-right-sidebar .thumbnail-news-content h3 {
    font-size: 18px;
}

.details-right-sidebar .thumbnail-news-media {
    height: 90px;
}

#st-1 .st-btn {
    display: block !important;
    height: 40px !important;
    width: 40px !important;
    margin: auto;
}

#st-1 .st-btn:last-child {
    margin-right: 8px !important;
}

#st-1 .st-btn+.st-btn {
    margin-top: 12px !important;
}

.short-text h5 {
    background: var(--primary-color);
    display: inline-block;
    color: var(--white-color);
    font-size: 18px;
    font-weight: normal;
    padding: 2px 10px;
    line-height: normal;
    border-radius: var(--border-radius);
    margin-bottom: 15px;
}

.featured-title h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}

.details-main .meta ul {
    justify-content: flex-start;
}

.featured-img {
    margin-top: 20px;
}

.featured-video {
    margin-top: 20px;
}

.featured-img img {
    border-radius: var(--border-radius);
}

.cmnt {
    margin-top: 25px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 25px;
}

.related-news .box-news {
    margin-top: 0;
}

.details-left-sidebar {
    position: sticky;
    top: 70px;
}

.details-right-sidebar {
    position: sticky;
    top: 70px;
}

.details-content strong {
    line-height: 1.5;
}

.mobile-share {
    display: none;
}

/* Details Page End  */





/* Category Page  */
.page-link {
    height: 35px;
    width: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color);
    margin-right: 7px;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color) !important;
    transition: var(--transition);
}

.page-item.active .page-link {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.page-link:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.pagination {
    margin-top: 30px;
    justify-content: center;
    overflow: hidden;
    overflow-x: auto;
}

.category-page-first {
    display: flex;
    background: var(--primary-color);
    border-radius: var(--border-radius);
}

.category-page-main-content {
    flex: 1;
    padding: 40px 30px;
}

.category-page-main-img {
    flex: 1;
}

.category-page-main-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.category-page-main-content h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
}

.category-page-main-content h3 a {
    display: block;
    color: var(--white-color);
    transition: var(--transition);
}

.category-page-main-content h3 a:hover {
    color: var(--secondary-color);
}

.category-page-main-content p {
    line-height: 1.6;
    font-size: 18px;
    text-align: left;
    color: #e9e9e9;
    margin-bottom: 0;
    margin-top: 20px;
}

.category-page-first span {
    display: block;
    color: var(--white-color);
    margin-top: 15px;
}

.category-page-sidebar {
    margin-top: -25px;
}

.category-page-sidebar {
    margin-top: -25px;
    position: sticky;
    top: 55px;
}

/* Category Page End  */





/* Epaper  */
.epaper-img {
    height: 250px;
    overflow: hidden;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
}

.epaper-img a {
    width: 100%;
    height: 100%;
}

.epaper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.epaper-content {
    margin-top: 20px;
}

.epaper-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    text-transform: capitalize;
}

.epaper-content span {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    color: #646464;
}

.epaper-wrap {
    margin-bottom: 25px;
}

.epaper-page.mb {
    margin-bottom: 15px;
}

/* Epaper End  */




.breaking-img {
    background: #000;
    display: flex;
    justify-content: center;
}


.breaking-img iframe {
    width: 100%;
    height: 600px;
}

@media (max-width: 959px) {
    .breaking-img iframe {
        height: auto;
    }
}

@keyframes horizontal-spin {
    from {
      transform: rotateY(0);
    }
    to {
      transform: rotateY(360deg);
    }
  }
  .covid-updateBox,
  .box-slide,
  .sticky__video {
    position: fixed;
    bottom: 110px;
    right: 50px;
    z-index: 999;
    cursor: move;
  }
  .cube-container {
    perspective: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .cube-container .cube {
    transition: transform 2s ease-in;
    transform-style: preserve-3d;
    width: 150px;
    height: 150px;
  }
  .offcanvas-bar .menu-main-menu-container {
    height: 80vh;
    overflow: scroll;
  }
  .cube-container .cube.cube1 {
    animation: horizontal-spin 10s infinite linear;
  }
  
  .stop-animation .cube-container .cube.cube1 {
    animation-play-state: paused !important;
  }
  .cube-container .cube .box {
    position: absolute;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  
  .cube-container .cube .box.front {
    transform: translateZ(50px);
    -webkit-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    -ms-transform: translateZ(50px);
    -o-transform: translateZ(50px);
  }
  
  .cube-title {
    color: #fff;
    font-weight: 600;
    display: block;
  }
  .cube-container .cube .box.back {
    transform: rotateY(180deg) translateZ(100px);
    -webkit-transform: rotateY(180deg) translateZ(100px);
    -moz-transform: rotateY(180deg) translateZ(100px);
    -ms-transform: rotateY(180deg) translateZ(100px);
    -o-transform: rotateY(180deg) translateZ(100px);
  }
  .cube-container .cube .box.right {
    transform: rotateY(90deg) translateX(100px);
    transform-origin: right;
  }
  
  .cube-container .cube .box.left {
    transform: rotateY(-90deg) translateX(-100px);
    transform-origin: left;
  }
  
  .cube-box {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 22px;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .cube-desc {
    font-size: 15px;
    line-height: 27px;
    display: block;
  }
  
  .covid-statics {
    position: sticky;
    background: #fff;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
    box-shadow: 0 -15px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    z-index: 11;
    padding: 42px;
    margin-top: 50px;
  }
  .covid-box strong {
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-bottom: 15px;
  }
  .covid-statics .news-cat::before {
    background: none;
  }
  
  .covid-box {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
  }
  .covid-box span {
    font-family: "Poppins", sans-serif;
    display: block;
    font-size: 16px;
  }
  
  .covid-statics .news-cat .cat-name {
    font-size: 27px;
    padding: 25px 40px;
    background: var(--secondary-color);
    color: #fff;
  }
  .close-btn {
    background: #fff;
    height: 30px;
    font-weight: bold;
    width: 30px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    color: var(--secondary-color);
    top: -40px;
    right: -42px;
    z-index: 1;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    box-shadow: 0 5px 15px #00000026;
    font-size: 19px;
  }
  .close-btn:hover {
    color: #fff;
    background: var(--secondary-color);
  }

  .editors-footer{
    display: flex;
    gap: 50px;
    row-gap:20px;
    flex-wrap:wrap;
    margin-bottom: 20px;
  }

  .editors-footer > div {
    width: calc(50% - 50px);
}
  
  blockquote p {
      color: yellow;  
  }

   blockquote p[style*="text-align: center"] {
    color: red;
    text-align: left !important;
  }

  blockquote p[style*="text-align: right"] {
    text-align: left !important;
 }


.details-content blockquote p::before {
  content: "\f10d";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 50px;
  float: left;
  line-height: 100%;
  margin-right: 16px;
  margin-top: -17px;
}

blockquote p[style*="text-align: right"] {
  float: right;
}

blockquote p[style*="text-align: left"], blockquote p.floatleft {
    float: left;
  }

blockquote p[style*="text-align: left"], blockquote p.floatleft, 
blockquote p[style*="text-align: right"]  {
  max-width: 340px;
  margin: 0 30px 0 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  border-left: 5px solid #0093316e;
}

.details-content blockquote {
  display: block;
  width: 100%;
  line-height: 1.68;
  font-size: 1.4rem;
  position: relative;
  border-bottom: none;
  margin-bottom: 27px;
  font-weight: 600;
  padding-left: 30px;

  border-left: 5px solid #0093316e;
  margin: 30px 0;
}

.details-content blockquote p {
  margin: 0;
}

.details-content blockquote.floatright,
.details-content blockquote.floatleft {
  padding-bottom: 10px;
}
.details-content blockquote,
.details-content blockquote p {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.4rem;
}
blockquote p[style*="text-align: left"], blockquote p.floatleft {
  float: left;
  margin-right: 30px;
  padding-left: 30px;
}

blockquote p[style*="text-align: right"] {
  margin: 0 0 0 30px;
  padding-left: 30px;
}

.iframe-responsive-top{
    height:100px;
}

@media (max-width:991px) {
    .iframe-responsive-top{
        height:80px;
    } 
}