body {
    background-color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    padding: 0px !important;
}

* {
    font-family: 'Josefin Sans', sans-serif;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

hr {
    border-top: 1px solid #112242;
}

a:hover {
    text-decoration: none;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

.img-responsive {
    max-width: 100%;
}

.container {
    width: 95%;
    max-width: 95%;
    margin: auto;
}

.top_bar {
    padding: 10px 0px;
}


.adds {
    padding-left: 30px;
}

html body .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 16px;
}

.navbar-nav li.nav-item {
    float: left;
}



.own_right .dropdown-toggle::after {
    display: none;
}

.own_right .dropdown-menu {
    right: 0;
    left: auto;
}

.own_drop .dropdown-toggle::after {
    display: none;
}





.top_bar .adds img {
    max-width: 100%;
}

a.navbar-brand {
    width: 360px;
    height: 125px;
}

a.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pull_left {
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
}

.top_bar .adds img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}



@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        display: block;
    }

    .own_drop .dropdown-menu {
        position: absolute;
        background-color: #f0f8ff;
        /* border-radius: 0px; */
        border-top: 0px solid #da0047;
        padding: 5px 0px !important;
        box-shadow: 0 0 20px rgb(0 0 0 / 8%);
        border: 0px;
        min-width: 250px;
        border-radius: 4px !important;
    }

    .own_drop .dropdown-item:focus,
    .own_drop .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #001e3c;
    }
}

/*.banner_inner{*/
/*    height: 400px;*/
/*    overflow: hidden;*/
/*}*/
.banner_inner .carousel {
    height: 100%;
}

.sid_bb {
    display: none;
}

.banner_inner .carousel-indicators {
    margin-bottom: 0px;
}

.banner_inner .carousel-inner {
    height: 100%;
    overflow: hidden;
}

.banner_inner .carousel-item {
    height: 100%;
    width: 100%;
}

.banner_inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.main_padding {
    padding: 50px 0px;
}


.ads_sec {
    padding: 8px 0px 8px;
    background: #fff;
}

.bgColor {
    background: #f1f4f7;
}

.content_here h2 {
    font-size: 25px;
}

.category_name {
    color: #2e83f7;
}

.content_here p {
    font-size: 14px;
}

.content_here .read_more a {
    display: inline-block;
    padding: 7px 24px;
    border: 2px solid #2d96ff;
}

.content_here .read_more a:hover {
    background: #2d96ff;
    color: #fff;
}

.search_bar .dropdown-menu {
    padding: 10px 10px;
    width: 240px;
    border: 0px;
    background: #dfeaff;
}

.search_bar .dropdown-menu .form-control {
    border: 0px;
}

.search_bar .input-group-text {
    background: #fff;
    border: 0px;
}

.search_bar .input-group-text:hover,
.search_bar .input-group-text:focus {
    background: #112242;
    color: #fff;
}

.small_news_all {
    padding-top: 20px;
}



.content_news {
    width: 100%;
    float: none;
    padding: 11px;
    padding-left: 0px;
}

.content_news h4 {
    font-size: 16px;
}

.content_news h4 a {
    color: #112242;
}

.content_news h6 {
    font-size: 14px;
    color: #112242;
}

.content_news p {
    font-size: 13px;
}

.content_news .read_more a {
    font-size: 14px;
}

.small_cols {
    margin-bottom: 20px;
    flex: 0 0 33%;
    max-width: 33%;
}


/*.small_cols:nth-child(3n-6) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.small_cols:nth-child(3n-6) .image_news {
    width: 19.5%;
    float: left;
}
.small_cols:nth-child(3n-6) .content_news {
    width: 80.5%;
    float: left;
}*/

.smallboxes {
    margin-bottom: 15px;
}

.weather {
    background: #f9f9f9;
}

.image_news img {
    border-radius: 6px;
    height: 100% !important;
    margin: auto;
    text-align: center;
    width: 100%;
    object-fit: cover;
}

footer {
    background: #0a1730 !important;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0px;
}

footer ul {
    margin-bottom: 0;
}

footer li:first-child {
    border: 0px;
}

footer li {
    margin-bottom: 8px;
    border-bottom: 1px solid #192544;
    padding: 8px 0;
    margin: 0;
    display: inline-block;
    border-bottom: 0;
    border-left: 1px solid #1b315b;
    padding: 0 20px;
    margin-bottom: 5px;
    font-size: 14px;
}

footer li a {
    margin: 0 !important;
    line-height: 2em;
    color: #e7e7e7 !important;
}

.footer-coypright p {
    background: #050e1f;
    margin: 0px;
    color: #fff;
    padding: 9px;
    font-size: 14px;
    margin-top: 5px;
}

footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    left: 0px;
    transition: all 1s ease-in-out;
}

.footer_stick footer {
    bottom: 0px;
}

.footer-icons a {
    background: #0d227d !important;
    border-radius: 4px;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 37px;
    color: #ffffff;
    margin-right: 10px;
    margin: 10px 2px;
}

.footer_stick .main_padding {
    padding-bottom: 100px;
}

.main_padding {
    background: linear-gradient(to bottom, #fdfdff 0, #edf5ff 100%);
}

.banner_small_here .small_cols .image_news {
    width: 100%;
    float: none;
    text-align: center;
}

.banner_small_here .content_news {
    width: 100%;
    float: none;
    padding: 10px 0px;
}

.banner_small_here .small_cols {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    border: 1px solid #112242;
    margin: 5px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s;
}

.banner_small_here .small_cols:hover {
    box-shadow: 0 3px 11px 1px rgb(53 134 223 / 30%);
}

.banner_small_here .small_cols:nth-child(3n-6) .content_news {
    width: 100%;
    float: none;
}

/*.banner_small_here .row{
    justify-content: space-around;
}*/
.banner_small_here .content_news h4 a {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}

.content_news h4 a:hover {
    color: #007bff;
}

.share_icon {
    color: #c4d3e7;
}

.category_name h5,
.news_name h2 {
    color: #112242;
    font-weight: 600;
    margin-bottom: 0px;
}

.news_name h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 39px;
    margin-bottom: 20px;
}

.category_name .view_eyes {
    display: inline-block;
    padding: 10px;
    background: #112242;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
}

.single_page_time {
    width: 100%;
    float: none;
    padding: 10px 0px;
}

.single_news img {
    margin-bottom: 0px;
}

.single_news p {
    font-size: 14px;
    color: #212529;
    text-align: justify;
}


/* 20th June 2021 */

.image_here {
    display: flex;
    margin: auto;
    text-align: center;
}

.image_here img {
    margin: auto;
    max-height: 530px;
}

.small_news_all .image_news img {
    height: 202px;
    margin: auto;
    text-align: center;
}

.small_news_all .image_news a {
    display: block;
    text-align: center;
}

.pagination {
    display: block;
}

li.page-item {
    float: none;
    display: inline-block;
    padding: 0px 5px;
}

body {
    background-color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

* {
    font-family: 'Josefin Sans', sans-serif;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

a:hover {
    text-decoration: none;
}

.pull_left {
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;

}


@media (max-width: 767px) {
    .col-md-6.py-2 {
        width: 50%;
    }

    .image_news.imgs {
        width: 100% !important;
        height: 112px !important;
    }



    .image_news {
        width: 100%;
        float: none;
        height: 122px !important;
        overflow: hidden;
        position: relative;
    }
    .bg-white
    {
        margin-top: 50px !important;
    }

    a#navbardrop {
        padding: 10px !important;
        border: 1px solid white !important;
        display: flex !important;
        align-items: center !important;
        margin-top: 6px !important;
        border-radius: 4px !important;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, .5);
        border-color: transparent !important;
        background: transparent !important;
    }

    .dropdown-menu.show {
        position: relative !important;
        top: -39px !important;
        padding: 0 !important;
    }

    a.navbar-brand {
        width: auto !important;
        height: auto !important;
    }

    .top_bar .logo {
        margin-top: 0px !important;
    }

    .news {
        display: flex;
        flex-direction: column !important;
    }

    .chid .col-md-2:last-child {
        display: none;
    }

    .col-md-4 {
        width: 50%;
        position: relative;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }


    .col_sec .col_img img {
        height: 116px !important;
        width: 100% !important;
        object-fit: cover !important;
        object-position: center;
        border-radius: 10px;
    }


}

.pull_right {
    float: right;
}

.img-responsive {
    max-width: 100%;
}

.container {
    width: 95%;
    max-width: 95%;
    margin: auto;
}

.top_bar {
    padding: 10px 0px;
}




.adds {
    padding-left: 30px;
}

.bg-dark {
    background-color: #0d227d !important;
    padding: 0;
}

html body .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-nav li.nav-item {
    float: left;
}



.own_right .dropdown-toggle::after {
    display: none;
}

.own_right .dropdown-menu {
    right: 0;
    left: auto;
}

.own_drop .dropdown-toggle::after {
    display: none;
}





.top_bar .adds img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        display: block;
    }

    .own_drop .dropdown-menu {
        position: absolute;
        background-color: #f0f8ff;
        /* border-radius: 0px; */
        border-top: 0px solid #da0047;
        padding: 5px 0px !important;
        box-shadow: 0 0 20px rgb(0 0 0 / 8%);
        border: 0px;
        min-width: 250px;
        border-radius: 4px !important;
    }

    .own_drop .dropdown-item:focus,
    .own_drop .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #001e3c;
    }


}

.main_padding {
    padding: 20px 0px 50px 0;
}

.banner_inner .content_here {
    padding: 10px 10px 5px 6px;
}

.content_here h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.category_name {
    color: #2e83f7;
    padding-right: 5px;
}

.content_here p {
    font-size: 14px;
}

.content_here .read_more a {
    display: inline-block;
    padding: 7px 24px;
    border: 2px solid #2d96ff;
}

.content_here .read_more a:hover {
    background: #2d96ff;
    color: #fff;
}

.search_bar .dropdown-menu {
    padding: 10px 10px;
    width: 240px;
    border: 0px;
    background: #dfeaff;
}

.own_right .nav-link {
    border-right: 1px solid #7c8893;
    border-left: 1px solid #7c8893;
}

.search_bar .dropdown-menu .form-control {
    border: 0px;
}

.search_bar .input-group-text {
    background: #fff;
    border: 0px;
}

.search_bar .input-group-text:hover,
.search_bar .input-group-text:focus {
    background: #112242;
    color: #fff;
}

.small_news_all {
    padding-top: 20px;
}

.image_news {
    width: 100%;
    float: none;
}

.content_news {
    width: 100%;
    float: none;
    padding: 11px;
    padding-left: 0px;
}

.content_news h4 {
    margin: 0 !important;
    font-size: 16px;
    text-align: left !important;
}

.content_news h4 a {
    color: #112242;
    font-weight: 600;
    line-height: 24px;
}

.content_news h6 {
    font-size: 14px;
    color: #112242;
}

.content_news p {
    font-size: 13px;
}

.content_news .read_more a {
    font-size: 14px;
}

.small_cols {
    margin-bottom: 20px;
    flex: 0 0 33%;
    max-width: 33%;
}


/*.small_cols:nth-child(3n-6) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.small_cols:nth-child(3n-6) .image_news {
    width: 19.5%;
    float: left;
}
.small_cols:nth-child(3n-6) .content_news {
    width: 80.5%;
    float: left;
}*/

.smallboxes {
    margin-bottom: 15px;
}

.weather {
    background: #f9f9f9;
}

.image_news img {
    height: auto;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
}

.small_right .small_cols .image_news {
    width: 100%;
    float: none;
}

.small_right .small_cols .content_news {
    width: 100%;
    float: none;
}

.small_right .small_cols {
    margin-bottom: 25px;
    flex: 0 0 100%;
    max-width: 100%;
    /*        box-shadow: 0 2px 8px rgb(0 0 0 / 12%);*/
    border-radius: 10px;
    overflow: hidden;
    /*    background: #fff;*/
}

footer {
    background: #0a1730 !important;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0px;
}

footer ul {
    margin-bottom: 0;
}

footer li:first-child {
    border: 0px;
}

footer li {
    margin-bottom: 8px;
    border-bottom: 1px solid #192544;
    padding: 8px 0;
    margin: 0;
    display: inline-block;
    border-bottom: 0;
    border-left: 1px solid #1b315b;
    padding: 0 20px;
    margin-bottom: 5px;
    font-size: 14px;
}

footer li a {
    margin: 0 !important;
    line-height: 2em;
    color: #e7e7e7 !important;
}

.footer-coypright p {
    background: #050e1f;
    margin: 0px;
    color: #fff;
    padding: 9px;
    font-size: 14px;
    margin-top: 5px;
}

footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    left: 0px;
    transition: all 1s ease-in-out;
}

.footer_stick footer {
    bottom: 0px;
}

.footer-icons {
    text-align: center;
    padding: 8px 0px 8px;
    background: #f0f8ff;
    border-radius: 4px;
    width: 300px !important;
}

.smallboxes {
    margin-bottom: 15px;
}

/*.footer-icons div{
    border-right: 1px solid #fff;
    padding: 0 10px;
}
.footer-icons div:first-child{
    border-left: 1px solid #fff;
}*/
.footer_stick .main_padding {
    padding-bottom: 100px;
}

.carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.main_padding {
    background: linear-gradient(to bottom, #fdfdff 0, #edf5ff 100%);
}

.banner_small_here .small_cols .image_news {
    width: 100%;
    float: none;
    text-align: center;
}

.banner_small_here .content_news {
    width: 100%;
    float: none;
    padding: 10px 0px;
}

.banner_small_here .small_cols {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}

.banner_small_here .small_cols:nth-child(3n-6) .content_news {
    width: 100%;
    float: none;
}

.banner_small_here .content_news h4 a {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    font-weight: 600;
    line-height: 19px !important;
    display: inline-block !important;
    font-size: 13px !important;
}

.content_news h4 a:hover {
    color: #007bff;
}

.share_icon {
    color: #c4d3e7;
}

.category_name h5,
.news_name h2 {
    color: #112242;
    font-weight: 600;
    margin-bottom: 0px;
}

.news_name h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 39px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 50px;
}

.category_name .view_eyes {
    display: inline-block;
    padding: 10px;
    background: transparent;
    color: #112242;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 0;
}

.single_page_time {
    width: 100%;
    float: none;
    padding: 10px 0px;
}

.single_news {
    text-align: center;
}

.single_news img {
    /* max-height: 485px; */
    width: 100% !important;
    object-fit: cover;
}

.content_main_single {
    text-align: left;
}


/* 20th June 2021 */

.image_here {
    display: flex;
    margin: auto;
    text-align: center;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.image_here img {
    margin: auto;
    max-height: initial;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.small_news_all .image_news img {
    height: auto;
    margin: auto;
    text-align: center;
    width: 100%;
}

.small_news_al .image_news {
    height: 150px;
}

.small_news_all .image_news a {
    display: block;
    text-align: center;
}

.pagination {
    display: block;
}

li.page-item {
    float: none;
    display: inline-block;
}

.small_news_all .image_news,
.small_right .image_news {
    height: 143px;
}

.main_padding {
    background: #f1f4f7;
}

.single_news_image {
    background: #f9f9f9;
    margin-bottom: 26px;
    text-align: center;
}


/* aman css */

#content_here {
    max-height: 95px;
    overflow: hidden;
    margin-bottom: 4px;
}


.home-body-news {
    max-height: 40px;
    overflow: hidden;
}

.home-body-news>* {
    font-size: 14px !important;
    line-height: 21px !important;
}


/* For Social Icon Image */

.footer-icons a img {
    width: 19px;
}


/*ebyte 26- 6*/

.custom_news_adds .inner_add img {
    width: 100%;
}

.custom_news_adds .inner_add {
    max-height: 400px;
    overflow: hidden;
}

.news_name .category_name a {
    background: #53c6ef;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 34px;
}

.news_name .category_name a i {
    font-size: 15px;
}

footer #back-top {
    position: fixed;
    bottom: 30px;
    left: auto;
    cursor: pointer;
    z-index: 3;
    /* -webkit-transform: translate(-50%,0); */
    -ms-transform: translate(-50%, 0);
    /* transform: translate(-50%,0); */
    z-index: 999;
    background: #3061e9;
    height: 55px;
    width: 55px;
    z-index: 99999;
    right: 30px;
    margin: auto;
    border-radius: 50px;
    background: linear-gradient(to bottom left, #4b93ff, #274fe2);
    box-shadow: 0px 10px 25px 0px rgb(109 132 234 / 35%);
    -webkit-box-shadow: 0px 10px 25px 0px rgb(109 132 234 / 35%);
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-name: fadeInDownmy;
    right: -100px;
    transition: all 0.5s ease 0s;
    color: #fff;
    line-height: 54px;
    font-size: 18px;
    text-align: center;
}

@keyframes fadeInDownmy {
    from {
        opacity: 1;
        transform: translate3d(0, 15px, 0);
    }

    to {
        transform: translate3d(0, 0px, 0);
    }
}

footer #back-top.active {
    right: 20px;
}


/* loader css */

.loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #0A1730;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
    display: none;
    margin: auto;
}


/* Safari */

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

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

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

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

.row.top_new.chid {
    display: none;
}

/*custom main*/
.side_bar_custom_adds .image_news {
    height: auto !important;
    overflow: inherit !important;
}

.side_bar_custom_adds .image_news img {
    position: relative;
}

.mob_show {
    display: none;
}

.cutom_sidebar_menu_icon {
    display: none;
}

footer ul {
    padding: 0px;
}

.details_page footer #back-top {
    bottom: 70px;
}

.details_page .single_news .content_main_single img {
    width: 100% !important;
}

#searchNewsResult {
    background: #f3f3f3;
    padding: 10px 0px;
    height: 175px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}

#searchNewsResult.display {
    display: block;
}

#searchNewsResult ul {
    padding-left: 30px;
}

#searchNewsResult ul a {
    font-size: 14px;
    line-height: 23px;
    display: block;
    margin-bottom: 10px;
}

.navbar-nav li.nav-item {
    z-index: 99;
}

.content_main_single {
    margin-bottom: 25px;
}

.main_row {
    display: block;
    height: 100%;
    /*position: sticky;*/
    /*top: 0;*/

}

.main_cols {
    float: left;
}

.main_cols.pull_right {
    float: right;
    z-index: 9;
}

.single_news {
    text-align: left;
}

.details_page {
    padding-bottom: 0px;
}

.single_video .con {
    height: 50px;
    overflow: hidden;
    padding: 10px;
}

.single_video {
    /*    border: 1px solid #112242;*/
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.multi_video h4 {
    font-size: 14px !important;
}

.small_news_all .custom_news_adds {
    padding: 15px;
}

.pdf_col {
    /*    border: 1px solid #112242;*/
    /*box-shadow: 0 2px 8px rgb(0 0 0 / 12%);*/
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    /*background: #fff;*/
}

.col_sec {
    /*    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);*/
    border-radius: 10px;
    overflow: hidden;
    /*    background: #fff;*/
}

.col_img {
    height: 150px;
}

.col_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card_sec {
    /*display: flex;
    align-items: center;*/
    /*    border: 1px solid #112242;*/
    /*    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);*/
    border-radius: 10px;
    overflow: hidden;
    /*    background: #fff;*/
}

.ifm {
    height: 150px;
}

.ifm img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ifm i {
    position: absolute;
    top: 32%;
    left: 42%;
    font-size: 40px;
    color: #FF0000;
}

.ifm .modal.show .modal-dialog {
    height: 500px;
}

.ifm .modal-body {
    height: 100%;
}

.ifm .modal-body iframe {
    height: 100% !important;
    width: 100% !important;
}

.banner_innerPage img {
    width: 100%;
    height: 100%;
}

/*-----------------------------------------*/
.top_new .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 5px;
    padding-left: 5px;
}

.latest_new .col-md-4 {
    padding-right: 8px;
    padding-left: 8;
}

.banner_inner .row,
.banner_inner .col-md-8 {
    height: 100%;
}

.main-start {
    width: 300px;
    float: left;
}

.news {
    display: flex;


}

.topbanner6 .col-md-6:last-child {
    display: none;
}



.col-sm-3.main_cols.pull_right.hidess {
    display: none;
}

.pagination {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px 0;
}

.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 100% !important;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 26;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 48px;
    right: 0px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1000px;
    background: transparent;
    top: -20px;
    object-fit: contain !important;
}

.mobile_none {
    display: none;
}

iframe {
    width: 100% !important;
}

.img-size {
    height: 100%px;
    padding: 5px;
}

.img-hi {
    padding: 0px;
}

.content_main_single p img {
    max-height: 485px;
    width: 100% !important;
    object-fit: contain;
}


.bottom {
    background: #f1f4f7;
}




.col-md-9.clearfix {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
}





.col-sm-3.main_cols.pull_right .tradingview-widget-container {
    width: 300px !important;
}

.col_sec .col_img {
    height: auto;
    border-radius: 0px;
}

.col_sec .col_img img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

p.tests {
    margin: 0;
}

p.tests a {
    font-size: 18px;
    color: #070707;
    font-weight: 400;
    text-transform: lowercase;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 1.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #80808045;
    border-radius: 3px;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    background-color: #3972f1;
    color: white;
    border: 1px solid #3972f1;
    box-shadow: none !important;
}


li.page-item a:active {
    background-color: #3468ed !important;
    position: relative;
    color: white;
}

.bg-white {
    background-color: #fff !important;
    padding: 10px 10px !important;
    border-radius: 10px;
}

.news.small {
    height: 357px;
    float: left;
    display: block;
    overflow: hidden;
}

span.blue-text {
    display: none;
}

button.join {
    width: 300px;
    margin-bottom: 20px;
    padding: 8px 0;
    border: 1px solid #58be55;
    border-radius: 4px;
    box-shadow: 0px 0px 2.5px -2px #58be55;
    background-color: transparent;
}

button.join a i {
    color: #58be55;
    font-size: 18px;
    font-weight: 900;
}

button.join a {
    color: black;
    font-size: 15px;
    font-weight: 600;
}


.image_news.sizes a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.image_news.sizes {
    height: 176px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav.navbar.navbar-expand-md.bg-dark.navbar-dark {
    position: sticky;
    top: 0;
    z-index: 22;
    padding: 5px 0;
}


.main-fullbox {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}



.image_news.imgs a img {
    width: 100% !important;
    position: relative !important;
    height: 128px !important;
}