@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
    .hero_area {
        min-height: auto;
    }
    .hero_area {
        background: linear-gradient(130deg, #231a6f, #0f054c);
    }
    .hero_area .hero_bg_box {
        display: none;
    }
    .slider_section {
        padding: 45px 0 75px 0;
    }
    .custom_nav-container .navbar-nav {
        padding-top: 15px;
        align-items: center;
    }
    .custom_nav-container .navbar-nav .nav-item .nav-link {
        padding: 5px 25px;
        margin: 5px 0;
    }
}

@media (max-width: 768px) {
    .about_section .img-box {
        margin-bottom: 45px;
    }
}

@media (max-width: 576px) {
    .header_section .header_top .contact_nav a span {
        display: none;
    }
    .client_section .client_container {
        width: 100%;
    }
    .client_section .box {
        margin: 0;
    }
    .owl-nav {
        display: flex;
        justify-content: center;
        margin-top: 45px;
    }
    .client_section .owl-carousel .owl-nav .owl-prev,
    .client_section .owl-carousel .owl-nav .owl-next {
        position: unset;
        margin: 0 2.5px;
    }
}

@media (max-width: 480px) {
    .slider_section .detail-box h1 {
        font-size: 2rem;
    }
    .track_section form {
        flex-direction: column;
        align-items: flex-start;
    }
    .track_section form input {
        width: 100%;
    }
    .track_section form button {
        padding: 10px 60px;
        margin-top: 10px;
    }
}

@media (max-width: 420px) {
    .service_section .box {
        flex-direction: column;
    }
    .service_section .box .img-box {
        justify-content: flex-start;
        margin-bottom: 15px;
    }
}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Rajdhani:wght@300;400;600;700&display=swap");

body {
    font-family: "Rajdhani", sans-serif;
    color: #d1eaff;
    background-color: #050a30;
    overflow-x: hidden;
}


.layout_padding {
    padding: 90px 0;
}

html {
    scroll-behavior: smooth;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
}

.heading_container h2 span {
    color: #00bbf0;
}

.heading_container p {
    margin-top: 10px;
    margin-bottom: 0;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hero_area {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero_area .hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
    min-width: 100%;
    min-height: 100%;
}

.hero_area .hero_bg_box img {
    min-width: 100%;
    min-height: 100%;
}

.sub_page .hero_area {
    min-height: auto;
    background: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
    display: none;
}

.header_section {
    padding: 15px 0;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.navbar-brand span {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
}

.custom_nav-container {
    padding: 0;
}

.custom_nav-container .navbar-nav {
    margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
    font-weight: 600;
}

.custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
    color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}

.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 45px 0 145px 0;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider_section .detail-box {
    color: #00204a;
}

.slider_section .detail-box h1 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff;
}

.slider_section .detail-box p {
    color: #000000;
    font-size: 14px;
}

.slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
    margin: 5px;
    text-align: center;
    width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #00bbf0;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
    background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn2 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
    background-color: black;
}

.slider_section .img-box {
    margin: 45px 0;
}

.slider_section .img-box img {
    width: 100%;
    -webkit-animation: upDown 5s infinite;
    animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

.slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section .carousel-indicators li {
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    opacity: 1;
}

.slider_section .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: #00bbf0;
}

.service_section {
    position: relative;
}

.service_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 45px;
    background-color: #f8f8f9;
    padding: 20px;
    border-radius: 5px;
}

.service_section .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 125px;
    min-width: 75px;
    height: 75px;
    margin-bottom: 15px;
}

.service_section .box .img-box img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service_section .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.service_section .box .detail-box a {
    color: #00204a;
    font-weight: 600;
}

.service_section .box .detail-box a:hover {
    color: #00bbf0;
}

.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.service_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #00bbf0;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.service_section .btn-box a:hover {
    background-color: #007fa4;
}

.about_section {
    background-color: #00204a;
    color: #ffffff;
}

.about_section .heading_container {
    margin-bottom: 45px;
}

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .img-box img {
    max-width: 100%;
}

.about_section .detail-box h3 {
    font-weight: bold;
}

.about_section .detail-box p {
    margin-top: 15px;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #00bbf0;
    color: #504103;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 15px;
}

.about_section .detail-box a:hover {
    background-color: #007fa4;
}

.why_section .box {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.why_section .box .img-box {
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    border-radius: 100%;
    border: 5px solid #00204a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.why_section .box .img-box img {
    width: 55px;
    height: auto;
    fill: #00204a;
}

.why_section .box h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.why_section .box p {
    margin-bottom: 0;
}

.why_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.why_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #00bbf0;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.why_section .btn-box a:hover {
    background-color: #007fa4;
}

.team_section {
    text-align: center;
    background-color: #00204a;
    color: #ffffff;
}

.team_section .heading_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team_section .team_container {
    padding: 0 15px;
}

.team_section .team_container .box {
    padding: 35px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .1s;
    transition: all .1s;
    margin-top: 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
    background: linear-gradient(to bottom, #002759, #002b64);
}

.team_section .team_container .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team_section .team_container .box .img-box img {
    width: 120px;
    border-radius: 100%;
    border: 5px solid #ffffff;
}

.team_section .team_container .box .detail-box {
    margin: 25px 0;
}

.team_section .team_container .box .detail-box h5 {
    color: #00bbf0;
    font-weight: 600;
    position: relative;
}

.team_section .team_container .box .social_box {
    padding: 10px 45px 20px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team_section .team_container .box .social_box a {
    color: #ffffff;
    font-size: 22px;
}

.team_section .team_container .box .social_box a:hover {
    color: #00bbf0;
}

.client_section .heading_container {
    margin-bottom: 30px;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px;
}

.client_section .box .img-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    margin-bottom: -50px;
    margin-left: 25px;
    position: relative;
}

.client_section .box .img-box img {
    border-radius: 100%;
}

.client_section .box .client_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}

.client_section .box .detail-box {
    background-color: #8ed0f6;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
    color: #00204a;
    margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    color: #000000;
    outline: none;
    bottom: 0px;
    font-size: 24px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
    color: #00204a;
}

.info_section {
    background-color: #00204a;
    color: #ffffff;
    padding: 45px 0 15px 0;
}

.info_section h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.info_section .info_col {
    margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
    margin: 5px 0;
    color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
    margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
    color: #00bbf0;
}

.info_section .info_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}

.info_section .info_social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 24px;
}

.info_section .info_social a:hover {
    color: #00bbf0;
}

.info_section .info_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info_section .info_links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: #ffffff;
}

.info_section .info_links a:hover {
    color: #00bbf0;
}

.info_section form input {
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    width: 100%;
    height: 45px;
    color: #ffffff;
    outline: none;
}

.info_section form input::-webkit-input-placeholder {
    color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
    color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
    color: #ffffff;
}

.info_section form input::placeholder {
    color: #ffffff;
}

.info_section form button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 55px;
    background-color: #00bbf0;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 15px;
}

.info_section form button:hover {
    background-color: #007fa4;
}

.footer_section {
    position: relative;
    background-color: #ffffff;
    text-align: center;
}

.footer_section p {
    color: #00204a;
    padding: 25px 0;
    margin: 0;
}

.footer_section p a {
    color: inherit;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    max-width: 80%;
    z-index: 9999;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
    flex-grow: 1;
}

.cookie-banner a {
    color: #f8d210;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-buttons button {
    background: #f8d210;
    border: none;
    color: black;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.cookie-buttons button:hover {
    background: #e0be0b;
}

#decline-cookies {
    background: #ff4d4d;
    color: white;
}

.owl-carousel .owl-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

#decline-cookies:hover {
    background: #d43f3f;
}

.img-btn {
    height: 50px;
}

.download_section {
    background: #ffffff;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.download_section .img-box {
    margin-bottom: 20px;
}

.download_section .img-box img {
    max-width: 650px;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(255, 204, 0, 0.3);
}
.box-imgs{
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.download_section .download-title {
    font-size: 32px;
    font-weight: bold;
    color: #00bbf0;
    margin-bottom: 15px;
}

.download_section .download-text {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 30px;
}

.download_section .btn-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.download_section .download-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0d0d0d;
    background: #00bbf0;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.download_section .download-btn i {
    font-size: 24px;
}

.download_section .download-btn:hover {
    background: #ffffff;
    color: #0d0d0d;
}

@media (max-width: 768px) {
    .download_section .download-title {
        font-size: 26px;
    }

    .download_section .download-text {
        font-size: 16px;
    }

    .download_section .download-btn {
        font-size: 16px;
        padding: 10px 15px;
    }

    .download_section .download-btn i {
        font-size: 20px;
    }
}

.why_us_section {
    background: #00204a;
    color: #ffffff;
    padding: 80px 0;
}

.why_us_section .detail-box {
    text-align: left;
    padding-right: 30px;
}

.why_us_section h2 {
    font-size: 36px;
    font-weight: bold;
    color: #00bbf0;
    margin-bottom: 20px;
}

.why_us_section h2 span {
    color: #ffffff;
}

.why_us_section .subtext {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #d4d4d4;
}

.why_us_section .feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.why_us_section .feature-list li {
    font-size: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.why_us_section .feature-list i {
    font-size: 24px;
    color: #ffffff;
}

.why_us_section .btn1 {
    display: inline-block;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #0d0d0d;
    background: #00bbf0;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.why_us_section .img-box {
    text-align: center;
}

.why_us_section .img-box img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(255, 204, 0, 0.4);
}

@media (max-width: 768px) {
    .why_us_section .detail-box {
        text-align: center;
        padding-right: 0;
    }

    .why_us_section .feature-list {
        text-align: center;
    }

    .why_us_section .btn1 {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .why_us_section .img-box {
        margin-top: 30px;
    }
}

.slider_section {
    background: linear-gradient(135deg, #0a0a28, #001f3f, #003366);

    padding: 80px 0;
    position: relative;
}

.slider_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 234, 255, 0.2), rgba(0, 10, 40, 0.9));

}

.detail-box {
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.detail-box h1 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00eaff;

    text-shadow: 0px 0px 10px #00eaff;
}

.detail-box p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}

.btn-box {
    margin-top: 20px;
}

.btn-box a {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.btn-box a:hover {
    transform: scale(1.1);
}

.img-box {
    text-align: center;
}

.img-box img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 234, 255, 0.6);
}

.about_section {
    background: linear-gradient(135deg, #050a30, #001f4d, #003366);

    padding: 80px 0;
    color: #fff;
}

.heading_container h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00eaff;
    text-shadow: 0px 0px 10px #00eaff;
}

.heading_container p {
    font-size: 18px;
    color: #d1eaff;
}

.img-box {
    text-align: center;
}

.img-box img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 234, 255, 0.6);
}

.detail-box h3 {
    font-size: 28px;
    color: #ffcc00;

    text-shadow: 0px 0px 10px #ffcc00;
}

.detail-box p {
    font-size: 16px;
    color: #d1eaff;
    line-height: 1.6;
}

.detail-box a {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 18px;
    color: #504103;
    border-radius: 5px;
    transition: 0.3s;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 234, 255, 0.6);
}

.detail-box a:hover {}

.service_section {
    background: linear-gradient(135deg, #050a30, #001f4d, #003366);
    padding: 80px 0;
    color: #fff;
}

.heading_container h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00eaff;
    text-shadow: 0px 0px 10px #00eaff;
}

.heading_container p {
    font-size: 18px;
    color: #d1eaff;
}

.box {
    background: rgba(0, 10, 40, 0.9);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 234, 255, 0.6);
    transition: transform 0.3s ease-in-out;
}

.box:hover {
    transform: scale(1.05);
}

.icon-box {
    color: #00eaff;
    margin-bottom: 15px;
    text-shadow: 0px 0px 10px rgba(0, 234, 255, 0.8);
}

.detail-box h5 {
    font-size: 20px;
    font-weight: bold;
    color: #ae901a;

}

.detail-box p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

.faq_section {
    background: linear-gradient(135deg, #050a30, #001f4d, #003366);
    padding: 80px 0;
    color: #fff;
}

.detail-box h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00eaff;
    text-shadow: 0px 0px 10px #00eaff;
}

.detail-box .subtext {
    font-size: 18px;
    color: #d1eaff;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.faq-list li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffcc00;
    text-shadow: 0px 0px 10px #ffcc00;
}

.faq-list li p {
    font-size: 16px;
    font-weight: normal;
    color: #d1eaff;
    margin-top: 5px;
}

.faq-list i {
    color: #00eaff;
    margin-right: 10px;
    text-shadow: 0px 0px 10px rgba(0, 234, 255, 0.8);
}

.btn1 {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    background: #00eaff;
    border-radius: 5px;
    transition: 0.3s;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 234, 255, 0.6);
}

.btn1:hover {
    background: #ffcc00;
    color: #000;
    text-shadow: 0px 0px 10px rgba(255, 204, 0, 0.8);
}

.img-box {
    text-align: center;
}

.img-box img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 234, 255, 0.6);
}

.download_section {
    background: linear-gradient(135deg, #050a30, #001f4d, #003366);
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.download-title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00eaff;
    text-shadow: 0px 0px 10px #00eaff;
    margin-top: 20px;
}

.download-text {
    font-size: 18px;
    color: #d1eaff;
    margin-bottom: 30px;
}

.img-box img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 234, 255, 0.6);
}

.btn-box {
    margin-top: 20px;
}

.download-btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 20px;
    color: #fff;
    background: #00eaff;
    border-radius: 5px;
    transition: 0.3s;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 234, 255, 0.6);
    margin: 10px;
    box-shadow: 0px 0px 20px rgba(0, 234, 255, 0.6);
}

.download-btn i {
    margin-right: 10px;
}

.download-btn:hover {
    background: #ffcc00;
    color: #000;
    text-shadow: 0px 0px 10px rgba(255, 204, 0, 0.8);
}

.client_section {
    background: linear-gradient(135deg, #050a30, #001f4d, #003366);
    padding: 80px 0;
    color: #fff;
}

.heading_container h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00eaff;
    text-shadow: 0px 0px 10px #00eaff;
}

.box {
    background: rgba(0, 10, 40, 0.9);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 234, 255, 0.6);
    transition: transform 0.3s ease-in-out;
}

.box:hover {
    transform: scale(1.05);
}

.img-box {
    text-align: center;
    margin-bottom: 15px;
}

.img-box img {

    
    border-radius: 10%;
    box-shadow: 0px 0px 20px rgba(0, 234, 255, 0.6);
    z-index: 10;
}

.client_id {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.client_info {
    text-align: left;
}

.client_info h6 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0px 0px 10px #ffcc00;
    margin-bottom: 5px;
}

.client_info p {
    font-size: 14px;
    color: #d1eaff;
}

.client_id i {
    color: #00eaff;
    font-size: 24px;
    margin-left: 10px;
    text-shadow: 0px 0px 10px rgba(0, 234, 255, 0.8);
}

.detail-box p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

.info_section {
    background: linear-gradient(135deg, #050a30, #001f4d, #003366);
    padding: 60px 0;
    color: #fff;
}

.info_detail h4,
.info_contact h4,
.info_link_box h4,
.info_col h4 {
    font-size: 24px;
    font-weight: bold;
    color: #00eaff;
    text-shadow: 0px 0px 10px #00eaff;
    margin-bottom: 15px;
}

.info_detail p,
.info_contact p,
.info_col p {
    font-size: 16px;
    color: #d1eaff;
    line-height: 1.6;
}

.contact_link_box p i {
    color: #00eaff;
    margin-right: 10px;
    text-shadow: 0px 0px 10px rgba(0, 234, 255, 0.8);
}

.contact_link_box a {
    color: #ffcc00;
    transition: 0.3s;
}

.contact_link_box a:hover {
    color: #00eaff;
    text-shadow: 0px 0px 10px #00eaff;
}

.info_links a {
    display: block;
    font-size: 16px;
    color: #d1eaff;
    margin-bottom: 10px;
    transition: 0.3s;
}

.info_links a:hover {
    color: #ffcc00;
    text-shadow: 0px 0px 10px #ffcc00;
}

form input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
}

form button {
    background: #00eaff;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 234, 255, 0.6);
    transition: 0.3s;
}

form button:hover {
    background: #ffcc00;
    text-shadow: 0px 0px 10px rgba(255, 204, 0, 0.8);
}

.header_section {
    background: linear-gradient(135deg, #050a30, #001f4d, #003366);
    padding: 15px 0;
}

.navbar-brand span {
    font-size: 28px;
    font-weight: bold;
    color: #00eaff;
    text-shadow: 0px 0px 10px #00eaff;
}

.navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: bold;
    color: #d1eaff;
    transition: 0.3s;
    padding: 10px 15px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ffcc00;
    text-shadow: 0px 0px 10px #ffcc00;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler span {
    background-color: #00eaff;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px auto;
}