@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

body {
    overflow-x: hidden;
    color: #0F0F0F;
}
:root {
    --primary: #FF5E14;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.fw-bold {
    font-weight: 700 !important;
}
 .fw-medium {
    font-weight: 600 !important;
}
.fw-semi-bold {
    font-weight: 500 !important;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}
.btn-primary, .btn-outline-primary:hover {
    color: #FFFFFF;
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.topbar-right {
    position: relative;
    background: var(--primary);
}
.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}
/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    z-index: 1;
}
.navbar .navbar-brand {
    position: relative;
    padding-right: 0px;
    height: 90px;
    display: flex;
    align-items: center;
    margin-left: 39px;
    padding: 0px;
}
.newwrap {
    padding: 40px;
}
.serachbar {
    display: none;
}
.serachbar.open {
    display: block !important;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0px !important;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);
    z-index: 1;
}
.carousel-control-prev, .carousel-control-next {
    width: 15%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        object-fit: cover;
    }
}
.page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}
.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
.page-header .breadcrumb-item, .page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}
/*** Facts ***/
.facts {
    position: relative;
    background: var(--dark);
}
.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}
/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}
@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}
.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}
.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}
.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}
.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}
.modal-video .modal-body {
    position: relative;
    padding: 0px;
}
.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/*** Service ***/
.service-item {
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.43);
}
.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}
.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}
.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}
.service-item:hover .service-title {
    top: -100%;
}
.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
}
.service-item:hover .service-text {
    top: 0;
}
.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}
.service-item:hover .service-text::before {
    top: -55px;
}
.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}
.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}
/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}
.project-item {
    position: relative;
    display: block;
}
.project-item img {
    transition: .5s;
}
.project-item:hover img, .project-carousel .owl-item.center img {
    margin-top: -60px;
}
.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}
.project-item:hover .project-title, .project-carousel .owl-item.center .project-title {
    bottom: -60px;
}
.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}
.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}
.project-carousel:hover .owl-nav {
    opacity: 1;
}
.project-carousel .owl-nav .owl-prev, .project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}
/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}
.team-item:hover .team-social {
    left: 0;
}
/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
@media (min-width: 768px) {
    .testimonial-carousel::before, .testimonial-carousel::after {
        width: 200px;
    }
}
@media (min-width: 992px) {
    .testimonial-carousel::before, .testimonial-carousel::after {
        width: 300px;
    }
}
.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}
.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}
.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}
.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}
.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}
/*** Footer ***/
.footer {
    color: #B0B9AE;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFF;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 14px;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}
.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
/*pwd*/
ul.pwdarea {
    float: right !important;
    top: 0;
    right: 0;
    z-index: 200;
    margin-bottom: 0;
    padding: 0;
    margin-right: 43px;
}
ul.pwdarea li {
    padding: 2px 8px;
    font-weight: 600;
}
ul.pwdarea li {
    list-style-type: none;
    float: left;
}
.pwdarea li .fontresize, .pwdarea li .theame {
    text-align: center;
    margin-top: 3px;
    font-size: 13px;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
}
.pwdarea li .fontresize {
    line-height: 15px;
    background-color: #fff;
    padding: 3px 4px;
    height: 24px;
    width: 24px;
    color: #000;
}
ul.pwdarea li a img {
    width: 22px;
}
.pwdarea li .theame {
    line-height: 22px;
    background-color: #0f64b9;
    color: #fff !important;
    height: 23px;
    width: 23px;
}
.pwdarea li .contrast, .videobg {
    background-color: #000;
}
span.logo-name span {
    display: block;
    font-weight: normal;
    font-size: 0.9em;
}
span.logo-name {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    line-height: 27px;
}
.main-logo {
    width: 86px;
    margin-right: 5px;
    line-height: 1px;
    padding: -9px;/* border-right: 1px solid #d0d0d0; */
}
.main-logo img {
    padding-right: 3px;
    width: 100%;
}
.dropdown-item {
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    padding: 10px 1rem;
}
.search a {
    color: #fff;
}
.leader-member-section {
    position: relative;
    background: #f4f4f4;
    padding: 32px 0;
    overflow: hidden;
}
.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1d3557;
}
.leaders-profile {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.leaders-box {
    background: #ffffff;
    border-radius: 14px;
    text-align: center;
    padding: 10px 10px 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}
.leaders-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}
.leaders-box img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #e9ecef;
    margin-bottom: 18px;
}
.leaders-box h4 {
    font-size: 16px;
    color: #0b2545;
    margin-bottom: 8px;
}
.leaders-box p {
    font-size: 13px;
    color: #0c0c0c;
    line-height: 1.4;
}
.explorebg2 {
    position: absolute;
    bottom: -20px;
    right: -30px;
    opacity: 0.15;
    z-index: 0;
}
.explorebg2 img {
    max-width: 260px;
}
/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }
    .leaders-box img {
        width: 130px;
        height: 130px;
    }
}
h2.hadding-h2 {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-weight: 400 !important;
}
.service-area {
    background: #000 url("../images/service-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed !important;
}
.service-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    background-color: #fa5f0b;
    transition: 0.5s all ease;
    border-radius: 10px;
    z-index: -1;
}
.service-item {
    text-align: center;
    padding: 10px 8px 13px;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    transition: 0.5s all ease;
    cursor: pointer;
}
.service-item img:nth-child(1) {
    opacity: 0.5;
}
.service-item:hover {
    transform: translate(0, -10px);
}
.service-item:hover:before {
    height: 100%;
}
.service-item:before {
    position: absolute;
    content: "";
    /* width: 100%; */
    height: 0%;
    bottom: 0;
    left: 0;
    background-color: #fa5f0b;
    transition: 0.5s all ease;
    border-radius: 10px;
    z-index: -1;
}
.service-item h3 a:hover {
    color: #282828;
}
.service-item:hover h3 a {
    color: #ffffff;
}
.service-item h3 a {
    color: #282828;
    font-size: 16px;
}
.service-item:hover p {
    color: #ffffff;
}
.service-item p {
    margin-bottom: 5px;
    transition: 0.5s all ease;
    font-weight: normal;
    line-height: 21px;
    color: #000;
    margin-top: 11px;
    font-family: "Oswald", sans-serif !important;
}
.service-item img:nth-child(2) {
    opacity: 0;
}
.service-item img {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s all ease;
    width: 128px;
}
.service-item i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px dotted #fa5f0b;
    color: #fa5f0b;
    font-size: 35px;
    margin-bottom: -1px;
    transition: 0.5s all ease;
}
.service-item .service-link:hover {
    color: #282828;
}
.service-item .service-link {
    display: inline-block;
    color: #fa5f0b;
    font-weight: 500;
    font-size: 14px;
}
.service-item:hover .service-link {
    color: #ffffff;
}
.owl-carousel .owl-item img {
    border: 1px solid #eeeded;
}
.main-title {
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
}
.footer-logo {
    width: 95px;
    display: inline-block;
    /*! float: left; */
    margin-right: 12px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 14px;
}
.footer-logo-wraper {/*! height: 97px; */
    margin: 0 auto;
    text-align: center;
}
.footer-logo-wraper span {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
    font-family: "Oswald", sans-serif;
}
.footer h5 {
    font-family: "Oswald", sans-serif;
}
.footer {
    background: #12224d;
}
.bottom-footer p {
    font-size: 14px;
    width: 87%;
    margin: 0 auto;
    color: #fff;
}

.copyright {
    background: #12224d;
}
.haddign-serv {
    font-size: 29px;
    color: #ff5e14 !important;
    font-weight: 700 !important;
}
.service-item .service-link {
    display: none;
}
.about-section img {
    background: #e6e6e6;
    padding: 6px;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    background-color: #ff5e14; /* change color */
    color: #fff;
}
.dropdown-menu {
    padding: 0px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #e2ebdd;
    background-color: #ff5e14;
}
.date-t {
    font-size: 12px;
}
.exp h2 {
    font-size: 20px;
    margin-bottom: 0px;
}
.exp h5 {
    font-size: 16px;
}
.exp h1 {
    font-size: 48px;
    color: #fff;
}
.col-6.align-self-mid.wow.fadeInDown {
    margin-top: 142px;
}
.in-banner {
    background-color: #192138;
    background-image: url(../images/inner-banner.jpg);
    min-height: 190px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    display: flex;
    align-content: center;
    align-items: stretch;
}
.inheading h1 {
    color: #405189;
    font-size: 2em;
    font-weight: 700;
    margin: 0;
    text-align: left;
    position: relative;
    top: 24px;
    left: 27px;
}
.inheading {
    /*! position: absolute; */
    left: 29px;
    margin: 32px;
}
.inheading {
    z-index: 3;
    padding: 0 10px;
    top: 35%;
    max-width: 670px;
}
.breadcrumb {
    font-size: 1em;
    margin-bottom: 0;
    background-color: #fff0;
    padding-left: 0;
}
.breed-crum-div-wrap {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 12px 63px;
    background-image: url(../images/background-body.png);
    border-bottom: 2px solid #eee;
}
.breadcrumb li {
    margin: 0 5px;
}
.contentarea {
    padding: 25px 5%;
    background-image: url(../images/wave.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f1f1f1;
}
.contentarea .sub-contentarea {
    padding: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / 6%);
    background-color: #fff;
    min-height: 300px;
}
.contct.details {
    background: #f8f9fa;
    /*! padding: 20px 25px; */
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    /*! max-width: 520px; */
    padding: 20px;
}
.contct.details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contct.details ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}
.contct.details ul li:last-child {
    border-bottom: none;
}
.contct.details ul li img {
    width: 36px;
    height: 36px;
    background: #003366;
    padding: 6px;
    border-radius: 6px;
}
.contct.details ul li div {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}
.contct.details ul li span {
    display: block;
    font-weight: 600;
    color: #003366;
    margin-bottom: 2px;
}
/* Responsive */
@media (max-width: 576px) {
    .contct.details {
        padding: 15px;
    }
    .contct.details ul li {
        gap: 12px;
    }
    .contct.details ul li div {
        font-size: 14px;
    }
}
.servic-des h2 {
    font-size: 29px;
    color: #ff5e14 !important;
    font-weight: 700 !important;
}

.servic-des span {
    font-weight: 700 !important;
}
.service-view-btn {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ea4b02, #b00425);
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background 0.4s ease, transform 0.25s ease, box-shadow 0.35s ease;
    box-shadow: 0 10px 25px rgba(169, 174, 174, 0.35);
    margin: 25px 0px;
}
/* hover + focus */
.service-view-btn:hover, .service-view-btn:focus-visible {
    background: linear-gradient(-315deg, #711030, #ea4b02);
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}
/* remove default focus outline */
.service-view-btn:focus {
    outline: none;
}
/* active */
.service-view-btn:active {
    transform: scale(0.96);
}
/* main ticker box */
.vticker {
    width: 100%;
    min-height: 320px;
    overflow: hidden;
    /*! background: #f8f9fa; */
    /*! border: 1px solid #dcdcdc; */
    border-radius: 6px;
    padding: 10px 0;
    font-family: "Segoe UI", Arial, sans-serif;
}
/* list reset */
.vticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* each news item */
.vticker li {
    padding: 10px 14px;
    border-bottom: 1px dashed #cfcfcf;
    /*! display: flex; */
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    transition: background 0.3s ease;
}
/* hover effect */
.vticker li:hover {
    background: #eef5ff;
}
/* date */
.vticker .ndate {
    font-size: 13px;
    color: #fd0d0d;
    font-weight: 600;
    white-space: nowrap;
}
/* title link */
.vticker a {
    flex: 1;
    color: #212529;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    display: block;
}
.vticker a:hover {
    color: #0d6efd;
    text-decoration: underline;
}
/* size & language */
.vticker .dsize {
    font-size: 12px;
    color: #6c757d;
    white-space: nowrap;
}
/* last item border remove */
.vticker li:last-child {
    border-bottom: none;
}
.about-content {
    padding-left: 30px;
}
/* main wrapper */
.news-annu {
    border: 2px solid #ff5e14;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-family: "Segoe UI", Arial, sans-serif;
}
/* heading */
.news-annu h4 {
    margin: 0;
    padding: 14px 18px;
    background: linear-gradient(90deg, #b02a37, #ff5e14);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
}
.view-all-wrap {
    text-align: center;
    padding: 14px 10px;
    background: #fff8f8;
    border-top: 1px solid #e3bcbc;
}
.view-all-btn {
    display: inline-block;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    background: linear-gradient(135deg, #ff6118, #ff5e14);
    transition: background 0.35s ease, transform 0.25s ease, box-shadow 0.35s ease;
    box-shadow: 0 8px 18px rgba(176, 42, 55, 0.35);
}
/* hover */
.view-all-btn:hover {
    background: linear-gradient(135deg, #2a58b0, #2a58b0);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
    color: #fff;
}
/* focus (accessibility) */
.view-all-btn:focus {
    outline: none;
}
.view-all-btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 0 6px rgba(176, 42, 55, 0.8);
}
.Startup {
    background-image: url(../images/sprinkals-2.png);
    background-repeat: no-repeat;
    background-color: rgb(241, 241, 241);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.table thead th {
    background: #2c3e50;   /* heading background */
    color: #ffffff;        /* text color */
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    padding: 12px 10px;
    white-space: nowrap;
}
/* PDF info text */
.pdf-size {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    color: #6c757d;
}
/* Download button */
td:last-child a {
    border-radius: 30px;
    padding: 6px 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}
td:last-child a:hover {
    background: #e32a17;
    color: #fff;
}
/* Mobile responsive */
@media (max-width: 768px) {
    td:nth-child(2) {
        font-size: 14px;
    }
    td:last-child a {
        font-size: 13px;
        padding: 5px 14px;
    }
}
/* Auto serial number for table */
table.serial {
    counter-reset: rowNumber;
}
table.serial tbody tr {
    counter-increment: rowNumber;
}
table.serial tbody tr td:first-child::before {
    content: counter(rowNumber);
    font-weight: 600;
    color: #333;
}
/* Center serial number */
table.serial tbody tr td:first-child {
    text-align: center;
    width: 60px;
}
.list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #2c3e50;
}
.list li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 16px;
    color: #fd720d;
    font-weight: 700;
}
.sub-contentarea h3, .heading1 {
    position: relative;
    color: #222d68;
    margin-bottom: 20px;
    font-size: 18px;
}
.sub-contentarea h3::before {
    content: "";
    width: 150px;
    height: 2px;
    background: #454e7b;
    position: absolute;
    left: 0;
    bottom: -10px;
}
/* Mobile friendly */
@media (max-width: 768px) {
    .list li {
        font-size: 14px;
        padding-left: 28px;
    }
}
.custom-toggler {
    width: 42px;
    height: 38px;
    border: none;
    background: transparent;
    position: relative;
    padding: 0;
    box-shadow: none;
}
/* lines */
.custom-toggler span {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    margin: 6px auto;
    border-radius: 3px;
    transition: all 0.4s ease;
}
/* ACTIVE (menu open) */
.custom-toggler:not(.collapsed) span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}
.custom-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
.custom-toggler:not(.collapsed) span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}
/* Hover effect */
.custom-toggler:hover span {
    background: #ff7a18;
}
/* ===== NAVBAR BASE ===== */
.navbar-nav {
    gap: 10px;
    margin-right: 60px;
}
.navbar-nav .nav-item {
    position: relative;
}
/* ===== MAIN MENU LINKS ===== */
.navbar-nav .nav-link, .navbar-nav > li > a {
    color: #0b2c4d;
    font-size: 15px;
    padding: 34px 10px;
    border-radius: 0pz;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-family: "Oswald", sans-serif;
}
/* Hover + Active */
.navbar-nav .nav-link:hover, .navbar-nav > li > a:hover, .navbar-nav .nav-link:focus {
    background: var(--primary);
    color: #fff;
}
/* ===== DROPDOWN ARROW ===== */
.sub-arrow {
    margin-left: 6px;
    border-top: 5px solid currentColor;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
/* ===== DROPDOWN MENU ===== */
.dropdown-menu {
    min-width: 260px;
    padding: 8px 0;
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
}
/* Show dropdown */
.nav-item:hover > .dropdown-menu, .nav-item.show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* ===== DROPDOWN ITEMS ===== */
.dropdown-menu li a {
    font-size: 14px;
    padding: 10px 20px;
    color: #333;
    font-weight: 500;
    display: block;
    transition: all 0.25s ease;
}
.dropdown-menu li a:hover {
    background: #f1f5ff;
    color: #0b5ed7;
}
/* Selected link */
.dropdown-menu li a.selected {
    background: #0b5ed7;
    color: #fff;
}
/* ===== MOBILE VIEW ===== */
@media (max-width: 991px) {
    .navbar-nav {
        background: #ffffff;
        padding: 10px;
        border-radius: 10px;
    }
    .navbar-nav .nav-link {
        padding: 12px 15px;
        width: 100%;
    }
    .dropdown-menu {
        box-shadow: none;
        margin-top: 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        position: static;
        border-radius: 6px;
        background: #f8f9fa;
    }
    .dropdown-menu li a {
        padding-left: 30px;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(11 44 77);
}
/* Dropdown menu hover background */
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background-color: var(--primary); /* change this color */
    color: #ffffff;            /* text color on hover */
}
.navbar .nav-item:hover .dropdown-menu {
    padding: 0px;
}
.sitemap {
    margin: 0 15px
}
.sitemap ul {
    background: url(../images/site_map_ul.gif) 0 -5px repeat-y!important;
    list-style-type: none!important;
    margin: 0!important;
    padding: 0 5px 4px 6px!important;
    position: relative!important
}
.sitemap ul li {
    background: url(../images/site_map_list.gif) -5px -5px no-repeat!important;
    line-height: 16px!important;
    padding: 0 0 0 10px!important;
    font: 700 10pt arial;
    margin: 10px 0
}
.sitemap ul li a {
    font-weight: 600;
    background-color: #0f64b924;
    color: #000;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 10px 0;
    transition-duration: .3s;
    margin: 2px 0px;
}
.sitemap ul li a:hover {
    background-color: #0f64b966;
    color: #000;
    text-decoration: none;
    opacity: 1;
}
.sitemap ul li ul {
    padding-bottom: 1px
}
.sitemap ul li ul li {
    font: 10pt arial
}
.quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.quick-links li {
    margin-bottom: 5px;
}
.quick-links a {
    position: relative;
    padding-left: 26px;
    color: #fff;
    /* font-size: 15px; */
    text-decoration: none;
    transition: 0.3s ease;
}
/* ICON USING ::before */
.quick-links a::before {
    content: "\f105"; /* arrow icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -3px;
    color: #ffb347;
}
/* HOVER LINE USING ::after */
.quick-links a::after {
    content: "";
    position: absolute;
    left: 26px;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #ffb347;
    transition: width 0.3s ease;
}
.quick-links a:hover {
    color: #ffb347;
}
.quick-links a:hover::after {
    width: calc(100% - 26px);
}
.serachbar {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.closebtn {
    cursor: pointer;
}
.search-result {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.search-result li {
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
}
.search-result li:last-child {
    border-bottom: none;
}
/* Title */
.search-result li strong a {
    font-size: 16px;
    color: #0d6efd; /* bootstrap primary */
    text-decoration: none;
    display: inline-block;
    margin-bottom: 4px;
}
.search-result li strong a:hover {
    text-decoration: underline;
}
/* URL */
.search-result li span {
    display: block;
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 6px;
    word-break: break-all;
}
/* Description */
.search-result li p {
    margin: 0;
    font-size: 14px;
    color: #212529;
    line-height: 1.4;
}
/* Hover effect */
.search-result li:hover {
    background: #f8f9fa;
}
/* Accessibility focus */
.search-result a:focus, .search-result span:focus, .search-result p:focus {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}
/* Mobile */
@media (max-width: 575px) {
    .search-result li {
        padding: 12px;
    }
    .search-result li strong a {
        font-size: 15px;
    }
}
/*==========accessibility Css ============*/
.accessibilitypopup {
    width: 300px;
}
.accessibilitypopup .offcanvas-header {
    background-color: #0a3393;
    padding: 8px 15px;
}
.accessibilitypopup .offcanvas-header h5 {
    color: #fff;
}
.accessibilitypopup .offcanvas-header button {
    background-color: #fff;
}
.accessibilitypopup .offcanvas-body {
    background-color: #eee;
}
.accessibility-tools {
    display: flex;
    flex-wrap: wrap;
}
.accessibility-tools > div {
    box-sizing: border-box;
    padding: 5px;
    width: 50%;
}
.accessibility-tools > div button {
    display: block;
    border: 0px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    border: 0px;
    min-height: 80px;
    line-height: inherit;
    transition-duration: .3s;
    font-size: 0.85em;
}
.accessibility-tools > div button:hover {
    background-color: #0a3393;
    color: #fff;
}
.accessibility-tools > div button > span {
    display: block;
}
.accessibility-tools > div button > span img {
    height: 25px;
    transition-duration: .3s;
}
.accessibility-tools > div button:hover img {
    filter: brightness(0) invert(1);
}
.hide-images img {
    display: none !important;
}
.grayscale-images img {
    filter: grayscale(100%) !important;
}
.underline-links a {
    text-decoration: underline !important;
}
/*==========accessibility Css End============*/
/* Modal container */
.modal-content {
    border-radius: 14px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
}
/* Modal body */
.modal-body {
    padding: 28px 30px 32px;
    font-size: 15px;
    line-height: 1.7;
    color: #2c2c2c;
    position: relative;
}
/* Close button */
.modal-body .btn-close {
    position: absolute;
    top: 18px;
    right: 18px;
    opacity: 0.7;
}
.modal-body .btn-close:hover {
    opacity: 1;
}
/* Header / logo section */
.modal-body .text-center {
    margin-bottom: 22px;
}
.modal-body img {
    width: 64px;
    margin-bottom: 10px;
}
.modal-body h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    color: #0b3c5d;
    margin-bottom: 10px;
}
/* Paragraph text */
.modal-body p {
    margin-bottom: 14px;
    color: #444;
    text-align: justify;
}
/* Highlight paragraph */
.modal-body p strong {
    color: #0b3c5d;
}
/* Popup list */
.list-popup {
    padding-left: 0;
    margin: 15px 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 24px;
}
.list-popup li {
    list-style: none;
    padding-left: 26px;
    position: relative;
    font-size: 14.5px;
    color: #333;
}
/* custom bullet */
.list-popup li::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #198754; /* bootstrap success */
    font-weight: bold;
}
/* Mobile responsiveness */
@media (max-width: 767px) {
    .modal-body {
        padding: 20px;
    }
    .modal-body h4 {
        font-size: 16px;
    }
    .list-popup {
        grid-template-columns: 1fr;
    }
}
