/*-----------------------------------------------------------------------------------------------------------
                                    ----Header---
------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;800&family=Hind:wght@400;700&display=swap');
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #0e337a;
    padding: 5px 0px 5px 0px;
}
.navbar-light .navbar-brand {
    color: #fff;
}
.nav-item {
    position: relative;
    margin: 0 18px;
}
.nav-item:hover:after {
    width: 100%;
}
.nav-item:after {
    content: '';
    display: block;
    border-top: 2px solid #008542;
    width: 0;
    position: absolute;
    left: 0;
    transition: .2s ease-out;
    bottom: -5px;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 10px 0;
    color: #ffffff;
    transition: all .2s linear;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #008542;
}
.dropdown-menu a:hover {
    color: #fa2056;
    background: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #02314b;
    color: #ffffff;
}
.dropdown-item {
    line-height: 32px;
    font-size: 18px;
    font-weight: 600;
}
.uk-navbar-dropdown {
    top: 36px !important;
    padding: 8px;
    width: 320px;
}
@media    all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .dropdown-menu{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
.offcanvas-bar {
    background: #024c89;
    width: 260px;
}
.sidebar-menu-category a {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #045da7;
    line-height: 50px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body---
------------------------------------------------------------------------------------------------------------*/
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #e82525;
}
.bg-gray {
    background: #f5f5f5;
}
.image-clip {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.my-overlay {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(95%,rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.title-tag-box {
    background: #0e337a;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font---
------------------------------------------------------------------------------------------------------------*/
p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
em {
    color: #565656;
}
.ft-5 {
    font-size: 19px;
    line-height: 26px;
}
.ft-6 {
    font-size: 19px;
    line-height: 27px;
}
.ft-7 {
    font-size: 19px;
    line-height: 27px;
}
.ft-8 {
    font-size: 22px;
    line-height: 29px;
}
.ft-9 {
    font-size: 17px;
    line-height: 26px;
}
.news-excerpt {
    font-size: 18px;
    color: white;
    font-weight: 400;
}
.ft-10 {
    font-size: 18px;
    line-height: 31px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image---
------------------------------------------------------------------------------------------------------------*/
.cover {
    object-fit: cover;
}
iframe {
    width: 100%;
}
.taja-news-thumnail img {
    height: 250px;
}
.news-thumnail img {
    height: 110px;
    width: 145px;
}
.bg-economics-thumnail img {
    height: 350px;
}
.Womens-rights-thumnail img {
    height: 220px;
}
.opinion-thumnail img {
    height: 212px;
}
.ht-170 img {
    height: 180px;
}
.global-warming-thumnail img {
    height: 99px;
    width: 130px;
}
.big-climate-change-thumnail img {
    height: 380px;
}
.small-climate-change-thumnail img {
    height: 82px;
    width: 96px;
}
.global-w-thumnail img {
    height: 158px;
    width: 190px;
}
.ht-100 img {
    width: 130px;
    height: 90px;
}
.ht-220 img {
    height: 212px;
}
.ht-200 img {
    height: 225px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Cat Heading---
------------------------------------------------------------------------------------------------------------*/
.category-heading a {
    font-size: 25px;
    font-weight: 700;
    color: #0e337a;
}
.category-heading::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    vertical-align: middle;
    height: 23px;
    margin-right: 4px;
    border-left: calc(5px + 0.1em) solid #008542;
}
.category_heading {
    background: #ededed;
    margin-bottom: 20px;
    padding: 5px 5px;
}
.category_heading_thumnail img {
    height: 40px;
    width: 40px;
    background: white;
    border-radius: 50%;
    padding: 3px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    margin-top: 0px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----Scroll Box---
------------------------------------------------------------------------------------------------------------*/
.scrollbox {
    height: 454px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    padding-right: 15px;
}
.scrollbox-content, .scrollbox:hover, .scrollbox:focus {
    visibility: visible;
}
.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
    visibility: visible;
}
.scrollbox_delayed {
    transition: visibility 0.2s;
}
.scrollbox_delayed:hover {
    transition: visibility 0s 0.2s;
}
#mybox::-webkit-scrollbar {
    width: 3px;
    background: transparent;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 0px;
    background: transparent;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e75726;
    padding: 0;
}





.heading__formall span {
    color: #1e5dbe;
    font-size: 28px;
    line-height: 55px;
    font-weight: 800;
    position: relative;
    display: inline-block;
}
.heading__formall {
    margin-bottom: 18px;
    display: block;
    position: relative;
    border-bottom: 1px solid #dddddd;
    background: rgba(34,96,191,.08);
    padding: 0px 10px;
}
.heading__formall a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    padding: 0 15px;
    line-height: 28px;
    position: absolute;
    right: 15px;
    top: 25%;
    border-radius: 90px;
    background: #c90000;
}
.heading__formall a:after {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
}
.heading__formall a:hover {
    background: #1f408d;
}
.cate__head {
    font-size: 30px;
    font-weight: 600;
}