@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.navbar li, .footer_menu li {
    list-style-type: none !important;
}

a {
    text-decoration: none !important;
    font-family: "Rubik", sans-serif;
}

/* Header starts */

header {
    position: relative;
    padding: 0 2rem;
    height: 782px;
    background: url(../img/bgimg3.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center;
}
header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    transition: opacity .3s ease;
}

#header {
    position: relative;
    padding: 0 2rem;
    background-size: cover;
    z-index: 2;
}

#header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: rgba(241, 239, 239, 0.88);
    backdrop-filter: blur(12px);
    z-index: 2;
    top: 0;
    left: 0;
}

.navbar {
    display: flex;
    width: 100%;
    height: 100px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
}
.logo-img{
    border-left: 5px solid #1d9901;
    height: 55px;
}

.logo-img2{
    border-left: 5px solid white;
    height: 55px;
}

.navbar .logo {
    width: 335px;
}
.navbar .logo a {
    display: flex;
    align-items: center;
}

.navbar .logo a .logo-img img {
    width: 45.502px;
    height: 45.502px;
}

.navbar .logo a h2 {
    color: var(--main-jtcm, #1e8906);
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 19.717px */
    text-transform: uppercase;
    margin: 0px 0px 0px 10px !important;
}

.navbar .links li a {
    color: var(--Dark, #0C1324);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
}

.navbar .links li a:hover {
    color: #005DA4;
}

.navbar .links {
    display: flex;
    gap: 1.5rem;
    margin: 0px !important;
    padding: 0;
}

.navbar .toggle_btn {
    color: #005DA4;
    cursor: pointer;
    display: none;
    font-size: 1.5rem;
}

.navbar .eye {
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    display: none;
}

.navbar .dropdown {
    border: 1px solid #9a9a9a;
    padding: 3px;
    border-radius: 4px;
}

.action_btn {
    background-color: orange;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: bold;
}

.action_btn:hover {
    color: white;
    scale: 1.05;
}

.action_btn:active {
    scale: 0.95;
}



.dropdown_menu {
    display: none;
    right: 2rem;
    position: absolute;
    background: grey;
    backdrop-filter: blur(15px);
    top: 60px;
    height: 0px;
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
    transition: .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.dropdown_menu li {
    padding: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown_menu.open {
    height: 240px
}

.dropdown_menu .action_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

header .header-text {
    transform: translateY(50%);
}

header .header-text .text-button span {
    padding: 5px 10px;
    border-radius: 4px;
    color: #FFF;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 20.8px */
}

header .header-text h2 {
    color: #FFF;
    font-family: Rubik;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 80%;
}

header .header-text p {
    color: var(--Background, #E7E7E9);
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

button {
    display: flex;
    width: 236px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px !important;
    background: var(--main-jtcm, #005DA4);
    border: none;
}

button a {
    color: #FFF;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
}

/* News section style starts */

#news {
    padding: 80px 0px;
    background-color: #F9FBFF;
}
#journals{
    background:#eff1f380;
    padding:70px 0;
    margin-bottom:60px;
}

/* #news .news_box{
  padding: 100px 0px;
} */
.news_theme {
    color: var(--main-jtcm, #005DA4);
    font-family: Rubik;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 41.6px */
    text-transform: uppercase;
}

#news .news_box .news-contant {
    border-right: 1px solid #E7E7E9;
    padding-right: 30px;
}

#news .news_box .news-contant .news_box_main {
    padding: 30px 0px;
    border-bottom: 1px solid #E7E7E9;
}

#news .news_box .news-contant .news_box_main .news_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 22%;
}

#news .news_box .news-contant .news_box_main .news_date .news_date_box img {
    width: 20px;
    padding: 0px 5px 0px 0px;
}

#news .news_box .news-contant .news_box_main .news_date .news_date_box span {
    color: var(--Bodytextcolor, #858991);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

#news .news_box .news-contant .news_box_main .news_title {
    padding: 30px 0px 20px 0px;
}

#news .news_box .news-contant .news_box_main .news_title span {
    color: #404040;
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#news .news_box .news-contant .news_box_main .author span {
    color: var(--Bodytextcolor, #858991);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}

#news .news_box .news-contant .news_box_main .author span b {
    color: var(--main-jtcm, #005DA4);
    font-family: Rubik;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
}

#news .article_box .article_item {
    border-radius: 4px;
    border: 1px solid var(--Background, #E7E7E9);
    background: #FFF;
    padding: 24px 24px 36px 24px;
    display: flex;
    flex-direction: column;
}

#news .article_box .article_item .article {
    padding: 0px 0px 20px 0px;
    text-align: center;
}

#news .article_box .article_item .article span {
    color: var(--Dark, #0C1324);
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
}

#news .article_box .article_item .article_link {
    padding: 30px 40px;
    text-align: center;
    color: var(--main-jtcm, #005DA4);
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    text-decoration-line: underline;
    text-decoration: underline !important;
}
.entry-meta {
    margin-bottom: 20px;
}

/* News section ends */

/* Chief editor section starts */
#chief {
    padding: 0px 0px 50px 0px;
}

#chief .chief_title {
    padding: 0px 0px 60px 0px;
}

#chief .chief_info .chief_name span {
    color: var(--Dark, #0C1324);
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
}

#chief .chief_info .chief_name p {
    padding: 10px 0px;
    color: var(--Bodytextcolor, #858991);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 20.8px */
}

#chief .chief_info .chief_contact {
    display: flex;
    align-items: center;
}

#chief .chief_info .chief_contact img {
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 50px;
    background: #DFF1FF;
}

#chief .chief_info .chief_contact a {
    color: var(--main-jtcm, #005DA4);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    margin-left: 10px;
}

#chief .chief_info .chief_contact {
    padding: 0px 0px 40px 0px;
}

#chief .chief_img {
    position: relative;
}

#chief .chief_img img {
    position: absolute;
    top: 11px;
    right: 0px;
    left: 0px;
    width: 85%;
}

#chief .chief_authors .author-text {
    color: var(--Dark, #0C1324);
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
}

#chief .chief_authors .author_people .people {
    display: flex;
    align-items: center;

}

#chief .chief_authors .author_people .people img {
    width: 16%;
}

#chief .chief_authors .author_people .people span {
    color: var(--Dark, #0C1324);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    padding: 0px 0px 0px 10px;
}

#chief .chief_authors .author_people .people {
    margin: 10px 0px;
}

.author_people {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: scroll;
    display: flex;
    width: 383px;
    height: 280px;
    padding: 15px;
    padding-left:20px;
    flex-direction: column;
    /*align-items: center;*/
    gap: 10px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(0, 93, 164, 0.12);
    margin: 30px 0px 0px 0px;
}

.author_people::-webkit-scrollbar {
    display: none;
}

/* partners section style starts */

.slick-carousel {
    margin: 0 auto;
    width: 1300px;
}

.slick-carousel .slick_box {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 305px !important;*/
    /*height: 200px;*/
    padding: 20px;
    gap: 10px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 8px 15px -5px rgba(2, 20, 33, 0.12);
    margin: 20px 10px;
}

.slick-carousel .slick_box img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

/* The width of each slide */
.slick-slide {
    width: 100%;
}

/* Color of the arrows */
.slick-next::before,
.slick-prev::before {
    color: #000;
    display: inline-flex;
    height: 48px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 54px;
    background: var(--primary-bg, #F3F7FF);
    box-shadow: 0px 8px 24px 0px rgba(0, 93, 164, 0.12);
}

#partners {
    background: #F9FBFF;
    padding: 60px 0px;
}

#partners .partners_content {
    text-align: center;
    padding: 0px 0px 40px 0px;
}

#partners .partners_content .partners_text {
    color: var(--main-jtcm, #005DA4);
    text-align: center;
    font-family: Rubik;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 41.6px */
    text-transform: uppercase;
    text-align: center;
}

/* partners section style ends */

/* footer section starts */

footer {
    background: #0C3656;
    padding: 50px 0px 0px 0px;
}

footer .footer_logo {
    display: flex;
    align-items: center;
}

footer .footer_logo img {
    width: 13%;
}

footer .footer_logo span {
    width: 100%;
    color: #FFF;
    font-family: Rubik;
    font-size: 20.967px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 27.257px */
    text-transform: uppercase;
    margin: 0px 0px 0px 10px;
}

footer .footer_text {
    margin: 20px 0px;
}

footer .footer_text span {
    color: rgba(255, 255, 255, 0.80);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 20.8px */
}

footer .footer_text span b {
    color: #FFF;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

footer .footer_icon {
    display: flex;
    align-items: center;
}

footer .footer_icon a {
    margin: 10px 30px 0px 0px;
}

.dropdown .dropbtn {
    color: var(--White, #FFF);
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}

/* Dropdown button on hover & focus */


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0917ae;
    min-width: 160px;
    border-radius: 4px;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.tablinks{
    margin:3px;
}

footer .footer_menu span {
    color: rgba(255, 255, 255, 0.40);
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */

}

footer .footer_menu ul {
    padding: 10px 0px !important;
}

footer .footer_menu ul li {
    margin: 10px 0px;
}

footer .footer_menu ul li a {
    color: var(--White, #FFF);
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}

footer .footer_partners {
    margin: 25px 0px;
}

footer .footer_line {
    margin: 40px 0px 30px 0px;
    height: 1px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.20);
}

footer .footer_cotact {
    display: flex;
    align-items: center;
    padding: 0px 0px 20px 0px;
}

footer .footer_cotact img {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 46px;
    background: rgba(255, 255, 255, 0.08);
}

footer .footer_cotact a {
    color: rgba(255, 255, 255, 0.80);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 120% */
    margin: 0px 15px;
}

.page-header{
    color:white;
    padding: 70px 50px 70px 50px;
    font-size: 3em;
      background: url(../img/bgimg3.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-view .btn {
    
}

.post-title h1{
    color:white;
    padding: 40px 10px 40px 20px;
     background: url(../img/bgimg3.jpeg);
    /*background: url(../img/postBanner1.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.post_section .post_item img{
    width:100%;
}

.item_category img{
    width:100% !important;
    height:100%;
}

.userimg{
    border-radius: 50%;
    height: 55px;
    width: 55px;
    object-fit: cover;
}

.page-content{
    padding-right: 20px;
}
.page-content-wrapper{
    display: flex;

}
.right-sidebar-page{
        padding: 12px !important;
}


.item-box-a a img{
    max-width:40px !important;
    max-height:40px !important;
}
.card-a{
    padding:10px;
    width:100% !important;
    h4{
        font-size: 1.3em !important;
        text-transform: none;
    }
}




@media (min-width: 1200px) {
    .post_section .post_item h4 {
        font-size: 1.2rem;
    }
    
    .right_item h4 {
        font-size: 1.2rem;
    }
}

@media (max-width: 900px){
    
  .right-sidebar-page{
    display:none;
  }
}
















/* footer section ends */

/* Chief editor section ends */
/* Header starts responsive */
@media (max-width: 992px) {
    .navbar .links,
    .navbar .action_btn {
        display: none;
    }

    .navbar .toggle_btn {
        display: block;
    }

    .dropdown_menu {
        display: block;
    }
    header .header-text h2 {
    font-size: 60px;
    width: 90%;
    }
    header .header-text {
        transform: translateY(16%);
    }
    header .header-text p {
    font-size: 18px;
    line-height: 135%;
    }
    header {
        height: 44vh;
    }
    #news .news_box .news-contant .news_box_main{
        padding: 20px 0px;
    }
    #news .news_box .news-contant .news_box_main .news_date{
        width: 50%;
    }
    button {
        width: 118px;
        padding: 10px 16px;
    }
    button a{
        font-size: 12px;
    }
    #news .article_box .article_item {
        padding: 15px 10px;
    }
    #news .article_box .article_item .article_link{
        padding: 30px 0px;
        font-size: 17px;
    }
    #chief .respon{
        desplay: none;
    }
    footer .footer_logo span{
        width: 100%;
        font-size: 14px;
    }
    footer .footer_logo img {
        width: 22%;
    }
    footer .footer_menu span{
        font-size: 15px;
    }
    footer .footer_menu ul li a {
        font-size: 14px;
    }
    .dropdown .dropbtn {
        font-size: 14px;
    }
    footer .footer_icon a {
        margin: 0px 10px 0px 0px;
    }
     footer .footer_icon a img{
         width: 95%;
     }
     footer .footer_cotact a {
        font-size: 12px;
        line-height: 18px;
        margin: 0px 5px;
    }
    footer .footer_cotact img {
        width: 35px;
        height: 35px;
        padding: 6px;
    }
}




@media (max-width: 650px) {
    .navbar .logo {
     width: 250px; 
}
    header {
        height: 60vh;
    }
    .navbar .dropdown {
    border: 0px solid #9a9a9a;
    padding: 0px;
    border-radius: 0px;
}
 .navbar .dropdown .btn{
     padding:3px;
 }
 .langText{
     display:none;
 }
   header .header-text h2 {
    font-size: 24px;
    width: 80%;
    }
    header .header-text p {
        font-size: 14px;
        line-height: 120%;
    }
    #news .news_box .news-contant .news_box_main .news_title {
    padding: 10px 0px 10px 0px;
    }
    #news .news_box .news-contant .news_box_main .news_title span {
    font-size: 16px;
    }
    #news .news_box .news-contant .news_box_main .author span b {
    font-size: 14px;
    line-height: 110%;
    }
    #news .news_box .news-contant .news_box_main .news_date {
    display: block;
    width: 80%;
    }
    .news_box{
        margin-bottom:30px;
    }
    .chief_title{
        font-size:20px;
    }
    
       #chief .chief_img{
           margin-bottom:20px;
       }
    
    #chief .chief_img img {
    position: static;
    top: 11px;
    right: 0px;
    left: 0px;
    width: fit-content;
}
}







@media (max-width: 576px) {
    .dropdown_menu {
        left: 2rem;
        width: unset;
    }
}