*{ font-family:Arial;}
ul , li{padding:0px; margin:0px; list-style:none;}
body {color: #333;	cursor: default;padding:0px; margin:0px; background: #fff; font-size:14px;
      overflow-x:hidden;}
.page_body{ padding-top:37px;}
.clear {clear: both;padding: 0px;margin: 0px;height: 0px;}
a {	text-decoration: none;	cursor: pointer;	color: #333; font-size:14px;
	transition: all 0.4s; font-family:Arial;
}
a:hover {color: #d52123;}
.nowrap{display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.hoverbig{transition: all 0.2s;}
.hoverbig:hover{transform: scale(1.05);}

:root {
            --primary-blue: #1E3A8A;
            --secondary-blue: #3B82F6;
            --light-blue: #BFDBFE;
            --dark-blue: #0F172A;
            --gray-light: #F8FAFC;
            --gray-medium: #E2E8F0;
        }
        
        body {
            font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
            color: #333;
        }
        
        .navbar {
            background-color: var(--primary-blue);
            border-bottom: 3px solid var(--secondary-blue);
            
        }
        
        .navbar-brand, .navbar-nav>li>a {
            color: #fff;
            font-weight: bold;
            font-size:16px;
        }
        
        .navbar-brand:hover, .navbar-nav>li>a:hover {
            color: var(--light-blue);
        }
        .navbar-brand img{float:left;}
        .navbar-brand span{float:left; color:#fff; font-weight:bold; margin-top:13px;}
        
        .navbar-nav{height:70px;}
        .navbar-nav li{height:70px;}
        .navbar-nav li a{height:70px; line-height:40px;}
        
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), 
                        url('../Images/1031-1920x10802.jpg') no-repeat center center fixed;
            background-size: cover;
            color: white;
            min-height: 600px;
            display: flex;
            align-items: center;
        }
        
        .hero-content {
            max-width: 800px;
        }
        .hero-content .page-title{ font-size:65px;}
        .hero-content .lead{ font-size:24px;}
        
        .page_body .hero-section    
        {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                        url('../Images/1031-1920x1080.jpg') no-repeat center center fixed;        
            min-height: 300px;
            display: flex;
            align-items: center;
        }
        
        .section-title {
            color: var(--primary-blue);
            position: relative;
            padding-bottom: 15px;
            font-size:42px; font-weight:bold;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background-color: var(--secondary-blue);
        }
        
        
        
        .function-card {
            transition: all 0.3s ease;
            border: 1px solid var(--gray-medium);
            border-radius: 8px;
            padding: 20px;
            background:var(--secondary-blue);
            color:#fff;
            min-height:340px;         
            text-align:center;  
        }
        
        .function-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            border-color: var(--secondary-blue);
            background:#1e3a8a;
        }
        
        .function-card i {
            font-size: 36px;
            color: #fff;            
            display:inline-block; width:70px; height:70px; border-radius:70px; border:3px solid #fff; text-align:center;
            line-height:70px; margin:0 atuo; margin-bottom: 15px;
        }
        
        .news-item {
            margin-bottom: 20px;
            border-bottom: 1px solid var(--gray-medium);
            padding-bottom: 15px;
        }
        .news-item h4 a{ font-size:18px; font-weight:bold;}
        .news-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        
        .news-date {
            color: var(--secondary-blue);
            font-weight: 500;
        }
        
        .fellow-card {
            border: none;
        }
        
        .fellow-card .img-container {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
        }
        
        .fellow-card .img-container img {
            transition: transform 0.5s ease;
        }
        
        .fellow-card:hover .img-container img {
            transform: scale(1.05);
        }
        
        .process-step {
            position: relative;
            padding-left: 40px;
            margin-bottom: 20px;
        }
        
        .process-step:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: var(--secondary-blue);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }
        
        .step-1:before { content: '1'; }
        .step-2:before { content: '2'; }
        .step-3:before { content: '3'; }
        .step-4:before { content: '4'; }
        
        footer {
            background-color: var(--dark-blue);
            color: white;
        }
        
        .footer-content {
            padding: 40px 0;
        }
        
        .footer-links a {
            color: white;
            transition: color 0.3s ease;
        }
        
        .footer-links a:hover {
            color: var(--light-blue);
            text-decoration: none;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: var(--secondary-blue);
            transform: translateY(-3px);
        }

       .left_bars{}
.left_bars h2{ background:#1e3a8a; text-align:center; font-size:18px; font-weight:bold; padding-top:10px; padding-bottom:10px;
               color:#fff; border-radius:5px;}
.left_bars ul{}
.left_bars ul li{ padding-top:10px; padding-bottom:10px; border-bottom:1px dotted #ccc;}
.left_bars ul li a{ font-size:16px; display:block; text-align:center;}

.left_bar_list{ margin-bottom:20px;}
.left_bar_list h3{ text-align:center; padding:0px; margin:0px;}
.left_bar_list h3 a{ font-size:16px;}

.right_contentbox{ font-size:16px; line-height:24px; margin:15px; margin-bottom:40px;}
.right_contentbox h1{ font-weight:bold; font-size:42px; margin:30px auto; border-bottom:1px dotted #ccc;
                      padding-bottom:40px;}

.jb-items {
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin: 30px; margin-bottom:40px;
    padding: 20px 30px 40px 30px;   
    background: #fff;
}
.jb-items p{color:#666; line-height:24px; margin-top:30px;}
.jb-items p img{float:left; border-radius:400px; width:70px; margin-right:15px; 
                box-shadow:5px 0px 0px #ccc;}
.jb-items h2{}
.jb-items h2 a{ font-size:24px; font-weight:bold; color:#333;padding-bottom:10px; border-bottom:3px solid #007bff;
               }
.jb-items h2 a.tags{float:right; font-size:14px; border:1px solid #337ab7; background:#fff !important; color:#337ab7 !important;
                     display:inline-block; color:#fff; border-radius:40px;
                    margin-right:8px; height:30px; line-height:26px; font-weight:normal; padding-left:15px; padding-right:15px;
                    margin-top:10px;
                    }
.news-items{margin:0px; margin-block:20px;}
.news-items h2 a{ font-size:20px; font-weight:bold; border:none; line-height:24px; color:#2475a6;}
.news-items p{color:#666; line-height:24px; font-size:14px; margin-top:30px;}
.news-items p .art-image img{border-radius:5px; height:90px; width:auto;}

.content_page{ margin:30px; color:#666; border-top:1px solid #ccc; padding-top:30px;}
.content_page a{color:#333; font-weight:bold;}

.text_container{ margin:15px; font-size:16px; line-height:26px; margin-bottom:40px;}
.text_container h1{ font-weight:bold; font-size:42px;}

.right_contentbox{ margin:15px; font-size:16px; line-height:26px; margin-bottom:40px;}
.right_contentbox h1{ font-weight:bold; font-size:42px;}

.text_container img{ margin:0 auto;}

.section-padding{padding-top:40px; padding-bottom:40px;}

.indexh3 h3{color:#fff; padding:10px; background:#1e3a8a;}

#about1{ background:#f8fafc url(../Images/ibg.jpg) center bottom no-repeat; padding-bottom:90px;}

.page_body .hero-content .page-title{font-size:42px !important;}

/*------------------------------------------------------------------------------------------------------*/

        @media (max-width: 768px) {
            .hero-section {
                min-height: 400px;
                padding-top:140px; padding-bottom:100px;
            }
            
            .function-card {
                margin-bottom: 20px;
            }
             .news-items{padding-bottom:30px;}
.news-items p{margin-top:0px;}
.news-items p .art-image img{border-radius:5px; height:auto; width:100%; margin-block:15px;}
.news-items h2{ margin-bottom:0px; padding-block:0px;line-height:16px;}

            
            .navbar-brand img{float:left; height:35px;}
        .navbar-brand span{float:left; color:#fff; font-weight:bold; margin-top:7px; font-size:12px; 
                           letter-spacing:-1px;}
        
        .navbar{min-height:60px;}
        .navbar-nav{height:auto;}
        .navbar-nav li{height:auto;}
        .navbar-nav li a{height:auto; line-height:auto;}
            
            
            
        }