@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #ff4d29;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 60vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/main-banner-4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/main-banner-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/main-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide5 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/main-banner-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.slide .display-3 {
       /* text-transform: uppercase; */
    color: #fff;
    font-size: 42px;
}

/* navbar */
.top-nav {
        background-color: #214985;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 34px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}

.intro {margin-bottom:50px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url("../img/back_img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url("../img/backkk.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    height: 100px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
/*    width: 50px;
    height: 50px;
    font-size: 20px;*/
    margin-right: 0px;
 
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}

input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}
li.nav-item {
    margin-left: 10px;
        font-size: 18px;
}

.btn-brand {
border-color: #2d70d2;
    background-color: #0a58ca;
    color: #fff;
}

a.nav-link.btn.btn-brand {
    padding: 5px 10px;
}


.menu-icons {
             display: flex
;
    align-items: center;
    background: #003f87;
    padding: 0px 4px;
    border-radius: 5px;
        }
        .menu-icons a {
            display: flex;
            align-items: center;
            color: white;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            padding: 5px 10px;
        }
        .menu-icons i {
          margin-right: 5px;
    font-size: 10px;
    background: #d9001b;
    color: white;
    padding: 6px;
    border-radius: 50%;
        }
        .separator {
            height: 20px;
            width: 2px;
            background: white;
            margin: 0 10px;
        }
          
          
          

/* Floating Chat Button */
.chat-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: linear-gradient(to right, #007bff, #0056b3);
    color: white;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.chat-button i {
    font-size: 22px;
}

/* Chat Box */
.chat-box {
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 320px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    animation: slideUp 0.3s ease-in-out;
}

/* Slide Animation */
@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Chat Header */
.chat-header {
    background: linear-gradient(to right, #007bff, #0056b3);
    color: white;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

/* Close Button */
.close-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

/* Chat Body */
.chat-body {
    height: 250px;
    overflow-y: auto;
    padding: 10px;
    background: #f9f9f9;
}

/* Chat Messages */
.bot-message, .user-message {
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 6px;
    max-width: 75%;
}

.bot-message {
    background: #e3f2fd;
    color: #007bff;
    align-self: flex-start;
}

.user-message {
    background: #d1e7dd;
    color: #0a3622;
    align-self: flex-end;
}

/* Chat Input */
.chat-input {
    display: flex;
    padding: 8px;
    background: white;
    border-top: 1px solid #ccc;
}

.chat-input input {
    flex: 1;
    padding: 8px;
    border: none;
    outline: none;
    border-radius: 5px;
    background: #f0f0f0;
}

.chat-input button {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5px;
}


.bg-primary-custom
{ 
 margin-bottom: 15px;
    background: #003f87;
}
.form-h3
{
	color: #fff;
    padding-top: 5px;
}
.error
{
	color:red !important;
	
}
    
.help-block
{
	color:red !important;
	
}

.detail-box {
    box-shadow: 3px 4px 5px 3px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    /* margin-left: 0px; */
    /* margin-right: 0px; */
    padding: 17px 0px 4px 6px;
    background-color: #fff;
}
   
.mb-40
{
	margin-bottom:40px;
}	
.commontitle{
	text-decoration:none;
	
}

.detail-box ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    border-radius: 2px;
}
.detail-box ul li a{
	color:#13293a !important;
}

.detail-box ul {
       padding-left: 0rem !important;
}
.navlinks
{
	list-style-type: none;
	 margin-left: 5px !important;
}

.nav-link:hover {
    color: #fff;
}
.menu-icons ul{
	    padding-left: 0rem !important;
		margin-bottom: 0rem !important;
}


.srch-btn
{
	margin-left: -2px;
    cursor: pointer;
    height: 42px;
    background: #006bdf;
    color: #fff;
    border: 1px solid #006bdf;
}

 .filter-box {
       /* width: 300px;*/
          background: #e9ecef;
        border: 1px solid #ddd;
        padding: 15px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .filter-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .filter-section {
        margin-bottom: 15px;
    }
    .filter-section h4 {
        background: #003f87;
        color: #fff;
        padding: 8px;
        margin: 0 0 5px;
        font-size: 16px;
    }
    .filter-section label {
        font-size: 14px;
        display: block;
        margin-top: 5px;
    }
    .filter-section select, .filter-section input[type="text"] {
        width: 100%;
        padding: 6px;
        margin: 5px 0;
        border: 1px solid #ccc;
    }
    .note {
        background: red;
        color: #fff;
        padding: 10px;
        font-size: 14px;
        text-align: center;
        margin-top: 15px;
    }
.ms-choice>span.placeholder {
    color: #fff !important;
    
}

.loadingClass{
    background: url("../img/loader.gif") no-repeat center !important;
    opacity: 0.5;
}
/*.readmorebtn
{  float: right;
    background: linear-gradient(90deg, #003f87 0%, #007bff 100%);
    color: #fff;
    border-radius: 50px;
	font-weight:500;
}*/

.readmorebtn {
    float: right;
    /* background: linear-gradient(90deg, #003f87 0%, #007bff 100%); */
    color: #0067f3;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
}


.readmorebtn:hover
{  float: right;
    color: #000;
    border-radius: 50px;
	font-weight:500;
}	

    @media screen and (max-width: 1280px) {
 
        li.nav-item {
    margin-left: 5px;
    font-size: 13px;
}
        
}


    @media screen and (max-width: 1068px) {
 
        li.nav-item {
    margin-left: 5px;
    font-size: 11px;
}
        
}

h3.banner-head.my-2 {
    color: #fff;
    font-size: 32px;
}
  

.banner-des

{font-size: 20px;}


img.img-fluid.res-img {
    width: 100%;
    height: 155px;
    object-fit: cover;
}

a.heading-res {
    color: #0a58ca;
}

i.fa-solid.fa-chevron-down.small {
    font-size: 14px;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #1070fa;
    color: #fff;
}



.footer-heading {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a {
    color: #fff;
    text-decoration: none !important;

    
    padding-bottom: 2px;
    font-size: 16px;
}

.footer-links a:hover {
    text-decoration: underline;
      color: #1070fa;
}


.footer-menu {
    padding-left: 0;
}

.footer-menu li {
    margin: 0 10px;
}
.footer-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}

.footer-menu a:hover {
    text-decoration: underline;
    color: #1070fa;
}



    span.list-des {
    border: solid 2px #4585ee;
         padding: 3px 8px;
         margin-right: 10px;
         font-size: 15px;
}  
       
       
  .swiper {
      width: 100%;
      padding: 20px 0;
    }
    .swiper-slide img {
      width: 100%;
      border-radius: 8px;
    } 
       
       
       
    .report-card {
      border: none;
   
      overflow: hidden;
      box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      background: white;
    }

    .report-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
    }

    .report-img {
      height: 230px;
      object-fit: cover;
      width: 100%;
    }

    .card-body {
      padding: 1.5rem;
      text-align: left;
      min-height: 253px;
      box-shadow:inset 2px 4px 12px 0px rgba(0, 0, 0, 0.1)
    }

    .card-title {
      font-size: 1.2rem;
      font-weight: 700;
      color: #1f3c88;
      margin-bottom: 0.6rem;
    }

    .card-text {
      font-size: 0.95rem;
      color: #555;
      line-height: 1.5;
    }

    .badge-category {
      background: linear-gradient(135deg, #1f3c88, #5fa8d3);
      color: #fff;
      font-size: 0.75rem;
      padding: 0.35em 0.75em;
      border-radius: 50px;
      margin-right: 0.5rem;
    }

    .badge-year {
      background-color: #e2e8f0;
      color: #333;
      font-size: 0.75rem;
      padding: 0.35em 0.75em;
      border-radius: 50px;
    }

    .read-more {
      color: #0067f3;
      font-weight: 600;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .read-more:hover {
      color: #5fa8d3;
      text-decoration: underline;
    }

    .card-footer {
      background-color: #f8fafc;
      border-top: none;
      padding: 1rem 1.5rem;
    }
       
       
.newsroom{
    padding: 20px 25px;
    border-radius: 5px;
    text-align: left;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);

  
}
   
  section.text-center.what-new {
    background-color: #f9f9f9;
}     
       
.newsroom:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #b0c9e0;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
        
.newsroom:hover:before{ left: 0; }
.newsroom:after{
    content: "";
    width: 7px;
    height: 0;
    border-radius: 5px;
    background: #8b9b34;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.newsroom:hover:after{ height: 100%; }
.newsroom .newsroom-title{
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}
.newsroom .newsroom-title i{ font-size: 30px; }
.newsroom .title{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 10px;
}
      
       
.newsroom .description{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    transition: all 0.5s ease 0s;
    color: #000;
}
.newsroom:hover .newsroom-title,
.newsroom:hover .description{ color: #fff; }
@media only screen and (max-width:990px){
    .newsroom{ margin-bottom: 30px; }
}
        
        a.read-more {
    font-size: 16px;
    color: #0067f3;
}
          

.info-card.bright {
    background: #0dcaf0;
    border-radius: 10px;
       padding: 4px 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.info-card.bright:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}

.info-label {
  font-size: 16px;
  font-weight: 600;
  color: #05357c;

}

.sub-label {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

.info-value {
  font-size: 28px;
  font-weight: 800;
  color: #003b5e;
}

.info-value span {
  font-size: 18px;
  font-weight: 600;
  color: #05357c;
  margin-left: 4px;
}

.custombtn
{
	float:right; 
	color:#fff;
	background-color:#003f87 !important; 
	border-color:#003f87 !important; 
}
   
.custombtn:hover
{
	float:right; 
	color:#fff !important; 
	background-color:#003f87 !important; 
	border-color:#003f87 !important; 
}

.customdialoge
{
 max-width: 1120px !important;
}

.formlabels
{
    background: #084298;
    color: #fff;
    padding: 10px;
	margin-bottom:10px;
}

.personalform label{
	font-size:16px !important;
}

      .webinar-box {
      background-color: #ccecf9;
      border: 1px solid #300;
      
      padding: 15px 25px;
      margin: 20px auto;
      text-align: center;
      font-family: "Courier New", Courier, monospace;
    }

    .webinar-box h2 {
      font-weight: bold;
      margin: 0 0 10px 0;
    }

    .webinar-box p {
      margin: 5px 0;
      font-size: 18px;
    }

    .webinar-box a {
      display: inline-block;
      margin-top: 8px;
      font-size: 18px;
      color: black;
      text-decoration: underline;
    }

    .webinar-box a:hover {
      color: blue;
    }
	
	
	 .video-section {
      position: relative;
    }

    .video-section img {
      width: 100%;
      border-radius: .5rem;
    }

    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 3rem;
      color: white;
      background: rgba(0,0,0,0.5);
      border-radius: 50%;
      padding: 15px 25px;
    }

    .news-item {
      background: #12325c;
      
      padding: 0.6rem;
    }

    .news-title {
      font-size: .95rem;
      margin: 0;
      font-weight: 600;
	  color:#fff;
    }
	
	  .news-title a {
      font-size: .95rem;
      margin: 0;
      font-weight: 600;
	  color:#fff;
	  text-decoration:none;
    }
	
    .news-category {
      font-size: .8rem;
      color: #f4c542;
    }

    .events-section {
      background: #12325c;
      border-radius: .5rem;
      padding: 1rem;
    }
	
	.events-section h5 {
		color:#fff;
	}

    .event-date {
      font-size: .8rem;
      color: #f4c542;
      margin-bottom: 0;
    }

    .event-title {
      font-size: .9rem;
      margin: 0;
	  color:#fff;
    }

.custom-tabs .nav-link {
      color: #ffffff;
    background-color: #0dcaf0;
    border: 1px solid #0dcaf0;
  border-bottom: none;
  margin-right: 0;     
  border-radius: 3px;   
    padding: 5px 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.custom-tabs .nav-link:hover {
  background-color: #214985;
  color: #ffffff;
}

.custom-tabs .nav-link.active {
  background-color: #214985;
  color: #ffffff;
  font-weight: 600;
}


.custom-tabs .nav-link:not(.active):hover {
  background-color: #4a6fb1;
  color: #ffffff;
}

/* Remove default Bootstrap underline */
.custom-tabs {
  border-bottom: 1px solid #eee;
}

li.nav-item.gal {
    margin-left: 0;
}

.custom-login-btn {
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  background: linear-gradient(135deg, #28a745, #218838);
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.custom-login-btn:hover {
  background: linear-gradient(135deg, #218838, #1e7e34);
  transform: translateY(-1px);
}
.userlistbox
{
	    background: #003f87;
    color: #fff;
    padding: 10px;
}
.connectbtn
{
	text-align:end;
	color:#fff;
}

.joinnow
{
	    color: #fff !important;
    text-decoration: none!important;
    font-size: 12px!important;
    background: linear-gradient(to right, #50C9C3 0%, #96DEDA 51%, #50C9C3 100%);
    padding: 10px;
    border-radius: 5px;
}

.stakeholder-item {
  display: flex;
  justify-content: space-between; 
  align-items: center;  
  margin-bottom: 10px;
}

.join-btn {
  background-color: #00bcd4;
  border: none;
  padding: 5px 12px;
  border-radius: 20px;
  cursor: pointer;
}

.tcenter
{
	text-align:center; 
}

img.img-fluid.rounded.resize-home {
	
	width: 100%;
    height: 150px;
    object-fit: cover;
}



/* DP css*/

.stats-container {
 
  margin-top:70px;
  margin-bottom:50px;
}

.stat-card {
  flex: 1;
  min-width: 180px;
  max-width: 400px;
  background-color: #eee;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
   margin-right: 45px;
}

.icon {
  font-size: 24px;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  line-height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.08);
}

.value {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.label {
  font-size: 13px;
  color: #555;
}

/* Color themes */
.android {
  background-color: #d6eaff;
 
}
.android .icon {
  background-color: rgba(0, 102, 204, 0.15);
  color: #004c99;
}
.android .value {
  color: #002d66;
}

.apple {
  background-color: #dff3ff;
}
.apple .icon {
  background-color: rgba(0, 122, 255, 0.15);
  color: #0052cc;
}
.apple .value {
  color: #003d80;
}

.windows {
  background-color: #fff6cc;
}
.windows .icon {
  background-color: rgba(204, 153, 0, 0.2);
  color: #cc9900;
}
.windows .value {
  color: #996600;
}

.bug {
  background-color: #ffe6e6;
}
.bug .icon {
  background-color: rgba(204, 0, 0, 0.1);
  color: #cc0000;
}
.bug .value {
  color: #990000;
}

.bug_new {
  background-color: #e96e3354;
}
.bug_new .icon {
  background-color: rgba(204, 0, 0, 0.1);
  color: #cc0000;
}
.bug_new .value {
  color: #990000;
}

.pagebtn
{
	    float: right;
    color: #fff;
    background-color: #003f87 !important;
    border-color: #003f87 !important;
	color:#fff;
	
}

.pagebtn:hover
{
	    float: right;
    color: #fff;
    background-color: #003f87 !important;
    border-color: #003f87 !important;
	color:#fff;
	
}
.dform
{
	margin-bottom:20px; display:none; margin-top: 30px;
}

.viewbutton
{
	margin-top: 10px;
    float: right;
    background: #214985;
    padding: 3px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

 
.viewbutton a
{
    color: #fff;
    text-decoration: none !important;
}

.proevent a{
	text-decoration: none !important;
}

.highlightimage
{
	width: 100%;
height: 340px;
object-fit: cover;
}
