.team-cards{background-color: #eef4fb; border-radius:10px; padding:16px; margin-bottom: 16px;}
.team-name{font-size: 24px; font-weight: 500; color: #000;}
.designation-name{font-size:18px; font-weight:400; color:#5c5959; margin-bottom: 4px;}
.team-cards p{margin-bottom: 0px;}

.news-card-lg {
    display: flex;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding:15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
	height: 100%;
}


.accordion .card {
    border: none;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	margin-bottom:20px;
}

.accordion .card-header {
    background: #fff;
    padding: 10px 0px;
}
.accordion .btn-link{font-size: 20px; color: #000; font-weight: 500; outline: none;
padding: 10px 0px 10px 20px;
    border: 0px;
    background-color: transparent;
}
.accordion .btn-link:hover{text-decoration: none; color:#ff914d;}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none;
}
.accordion-btn {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    width: 100%;
    text-align: left;
    display: block;
}

.accordion-btn:hover {
    text-decoration: none;
    color: #0056b3;
}

.accordion .card-body {
    background: #fff;
    padding: 0px 20px 20px 20px;
}



body {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
}


a {
  color: #000;
}

a:hover {
  color: #fc5630;
  text-decoration: none;
  transition: all 0.3s ease;
}

p {
  font-size: 1rem;
  color: #000;
  line-height: 24px;
	font-weight:400;
}

p.large {
  font-size: 1.125rem;
}
.large {
  font-size: 1.125rem;
}

.inner-title {
    font-size:48px;
    color: #002147;
    font-weight: bold;
    margin-bottom: 30px;
}


a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background: transparent !important;
}

.outline-none {
  outline: none !important;
}

.header {
  background-color: #fff;
  padding: 15px 0px;
  transition: all 0.2s ease-in-out;
  /* z-index: 10000;*/
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 2px 0 10px rgb(0 0 0 / 10%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
	color:#002147;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 32px;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 20px;
}

.h6,
h6 {
  font-size: 14px;
}

.small {
  font-size: 14px;
}

.font-weight-500 {
  font-weight: 500;
}

.btn {
  padding: 8px 16px !important;
}

.btn-sm {
  padding: 4px 12px !important;
}

.btn-primary {
  background: #ff914d  !important;
  color: #000 !important;
  border-color: #ff914d  !important;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-primary:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.btn-outline-primary {
    color: #ff914d;
    border-color: #ff914d;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff914d;
    border-color: #ff914d;
}




.btn-white {
  background: #fff  !important;
  color: #000 !important;
  border-color: #fff  !important;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-white:hover {
  background: #ff914d !important;
  color: #000 !important;
  border-color: #ff914d !important;
}





.btn-secondary {
  background: #002147 !important;
  color: #fff !important;
  border-color: #002147 !important;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-secondary:hover {
  background: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.4em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/* Remove Bootstrap's tiny caret */
.navbar .dropdown-toggle::before {
  display: none !important;
}

/* Add Font Awesome chevron-down */
.navbar .dropdown-toggle::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f107"; /* fa-chevron-down */
  margin-left: 6px;
  vertical-align: middle;
  transition: transform 0.3s ease;
  display: inline-block;
  border: 0px;
}

/* Rotate arrow when dropdown is open */
.navbar .dropdown.show > .dropdown-toggle::after {
  transform: rotate(180deg);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#fc5630;
}


.navbar-light .navbar-nav .nav-link {
  color: #173064;
}
.navbar-nav .nav-link {
  font-weight: 500 !important;
	font-size: 16px;
}
.navbar-light .navbar-brand {
  display: flex;
}

.navbar-nav .nav-link {
  padding: 10px 15px;
  font-weight: 500;
  color: #333;
}



.top-strip {
            background: #ff914d;
            height: 14px;
            width: 100%;
        }

        .header-section {
            padding: 20px 0;
        }

        .nav-bar {
            background: #00214A;
			padding: 0rem 1rem;
        }

        .nav-bar .nav-link {
            color: #ffffff;
            font-weight: 600;
            padding: 10px 30px !important;
        }

        .nav-bar .nav-link:hover {
            opacity: 1;
			color:#ff914d!important;
        }

.nav-link.active{
    opacity: 1;
    color: #ff914d !important;
}


        .contact-info i {
            margin-right: 6px;
        }

/* Outer full row container */
.notice-bar {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
}

/* Yellow notice box */
.notice-label {
    background: #ff914d;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 600;
    white-space: nowrap;
}

/* Marquee area */
.marquee-container {
    background: transparent;
    overflow: hidden;
    white-space: nowrap;
    flex: 1; /* takes remaining full width */
}

/* Scrolling text */
.marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 50s linear infinite;
    font-size: 16px;
    color: #000;
}

/* Animation */
@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}


    /* Carousel Height */
    .custom-carousel img {
        width: 100%;
        object-fit: cover;
    }

    /* Text Overlay */
    .carousel-caption-left {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        text-align: left;
        max-width: 580%;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 15px;
    }
.carousel-caption-left h1{font-size: 40px; font-weight: 600;}
.carousel-caption-left h3{font-size: 20px; font-weight: 400; color: #fff;}
    .carousel-caption-left h1,
    .carousel-caption-left h2,
    .carousel-caption-left p {
        color: #fff;
    }

    /* Dark overlay on image */
    .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.30);
    }

    /* News Card */
    .news-card {
        display: flex;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        transition: 0.3s;
    }

    .news-card:hover {
        transform: translateY(-5px);
    }

    .news-card img {
        width:70px;
        height: 70px;
        border-radius: 6px;
        object-fit: cover;
        margin-right: 15px;
    }

    .news-date {
        font-size: 13px;
        color: #6c757d;
        margin-bottom: 4px;
        font-weight: 600;
    }

    .news-title {
        font-size: 17px;
        font-weight: 700;
        color: #000;
    }

    .news-author {
        font-size: 13px;
        color: #444;
    }
.section{margin-top: 60px;}

.title{font-size: 60px; color: #002147; font-weight: bold; margin-bottom:30px;}

    .service-card {
        background: #fff;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        transition: all .3s ease;
        height: 100%;
		display: flex;
		flex-direction: column;
    }
.service-card .btn-primary {
    transition: all .3s ease;
	margin-top: auto;
	width: max-content;
}
    .service-card:hover .btn-primary{
        box-shadow: 0 6px 25px rgba(0,0,0,0.12);
		background: #333!important;      /* Change to your color */
		border-color: #333!important;
		color: #fff!important;
    }

  .service-card:hover{
        transform: translateY(-5px)!important;
    }


    .service-card img {
        width:40px;
        margin-bottom: 20px;
    }
    .service-card h4 {
        font-weight: 500;
        margin-bottom: 10px;
    }
    .service-card p {
        color: #555;
        font-size: 15px;
    }

.public-icon{height: 34px;}

.hero-section {
	padding:120px 0px;
    background:url("../image/hero-slide.jpg") no-repeat center;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); /* dark overlay */
}

.hero-section .container {
    position: relative;
    z-index: 2; /* shows content above overlay */
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
	color: #fff;
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
	color: #fff;
}


.subscribe-title {
    font-size: 42px;
    font-weight: 700;
    color: #082b5c;
	padding-bottom: 10px;
}

.subscribe-subtitle {
    font-size: 24px;
    margin-top: -10px;
    color: #082b5c;
}

/* input size and look */
.subscribe-input .form-control {
    height: 55px;
    border-radius: 0;
}

/* left icon style */
.subscribe-input .input-group-text {
    border-radius:10px 0px 0px 10px;
    border-color: 0px;
    font-size: 18px;
}

/* subscribe button */
.subscribe-btn {
    height: 55px;
    border-radius:0px 10px 10px 0px;
    font-weight: 600;
}




footer {
  background-color:#002147;
  padding-top: 80px;
  padding-bottom:0px;
  color: #fff;
  margin-top: 60px;
}
footer p{
  color: #fff;
}
footer hr {
  margin-top:2.5rem;
  margin-bottom:0rem;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

ul.footer-link-list {
  margin: 0px;
  padding: 0px;
}

ul.footer-link-list li {
  margin: 0px;
  padding: 6px 0px;
  list-style: none;
  font-weight: 400;
}

ul.footer-link-list li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

ul.footer-link-list li a:hover {
  color: #FF914D;
  font-size: 16px;
  text-decoration: none;
}

.footer-link h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #fff;
}
.social-link{display: flex;}
.social-link a {
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  line-height: normal;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-link a i {
  color: #000;
}

.social-link a:hover {
  background-color: #FF914D;
}

.social-link a:hover i {
  color: #fff;
  /* or any color you want */
}

.twiiter-icon {
    width:20px;
    transition: filter 0.3s ease;
}
.social-link a:hover .twiiter-icon {
    filter: brightness(0) invert(1);
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0px;
    margin: 0px;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #00214a;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius:0rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem .5rem;
	color: #fff;
	border-bottom: 1px solid #5d5f63;
	font-weight: 300;
	white-space:normal;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #ff914d;
}






@media (max-width: 767px) and (min-width: 320px) {
	.carousel-caption-left h1 {
    font-size:18px;
    font-weight: 600;
}
		.carousel-caption-left{
			left:10px;
}
	.carousel-caption-left h3 {
    font-size:16px;
}
.title {
    font-size: 36px;
    margin-bottom: 10px;
}	
.service-card h4 {font-size:20px;}	
	
.hero-section {
    padding: 80px 0px;
}	
	.hero-title {
    font-size: 30px;
}
.hero-subtitle {
    font-size:16px;
}	
.subscribe-title { font-size: 30px; margin-top: 20px;}	
	
.logo{height: 40px;}	

}
.navbar-toggler-icon {
    width: auto;
   height:auto; 
}


	.nav-bar .nav-link {
    padding: 10px 10px !important;
		    text-transform: uppercase;
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 10px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
	.navbar{padding:8px 0px;}

	
}

@media (max-width: 1039px) and (min-width: 992px) {
}

@media (max-width: 1200px) and (min-width: 992px) {
 
}

@media (min-width: 1003px) and (max-width: 1200px) {
	
}
