* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}

body {
    cursor: auto;
    
}

:root {
    --primary-color: #16436d;
    --secondary-color: #fff;
}
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;

    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}


a {
    text-decoration: none;
}

li {
    list-style: none;
}

p {
    text-align: justify;
}

.section-margin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-title {
    color: var(--primary-color);
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-toggler {
    border: 1px solid var(--secondary-color);
    color: hsla(0, 100%, 100%, 0.65);
}
button.navbar-toggler {
    /*width:40px;*/
    height: 40px; /* Adjust the height as needed */
}

.enquirynow {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--secondary-color);
    transition: 0.8s;
    font-weight: 500;
    padding: 0;
}

.enquirynow a {
    color: white;
    padding: 8px 16px;
    display: block;
}

.enquirynow a:hover {
    color: var(--primary-color);
}

.enquirynow:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.enquirynow:focus {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    outline: none;
    color: var(--primary-color);
}

/*.logo {*/
/*    max-width: 100%;*/
/*}*/

.main-title {
    text-align: center;
    font-size: 50px;
    position: relative;
    padding-bottom: 20px;
    color: var(--primary-color);
    }

.fund {
    
    width: 100%; /* Full width of the container */
    max-width: 900px;
    margin: auto;
    text-align: center;
    
    padding: 10px;
    box-sizing: border-box; /* Include padding in the width calculation */
    border: 1px solid #f8f8f8; /* Add a border to visualize the box */
}

.fund h1 {
    margin-bottom: 10px; /* Adjust the spacing between elements as needed */
}

.fund p {
    margin-bottom: 15px; /* Adjust the spacing between elements as needed */
}

.fund button {
    margin-top: 15px; /* Adjust the spacing between elements as needed */
}

.main-head {
    text-align: left;
    font-size: 70px;
    position: relative;
    padding: 20px;
    color: #16436d;
    font-weight: 800;
    margin-bottom: 0;
    margin-left: 0%;
  }
.main-pera {
    text-align: center;
    margin-bottom: 30px;
    /*    animation: fadeIn 5s ease-in;*/

}
.main-para {
    
    text-align: left;
    padding: 10px;
    font-size: 16px;
    
  }
.main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    border: 2px solid var(--primary-color);
}

.main-header {
    position: absolute;
    z-index: 2;
    width: 100%;
    /* background-color: rgba(72, 76, 104, 0.706); */
    /*    background-color: rgba(170, 168, 168, 0.178);*/
    background-color: #356a99;
    font-weight: 500;
    backdrop-filter: blur(5px);
}

.nav-link {
    color: var(--secondary-color);
    transition: 0.6s;
}

.navbar-nav .nav-link.active {
    color: #fff;
    font-weight: 700;

}

.nav-link:focus,
.nav-link:hover {
    color: #b5d7ff;
}

.dropdown-item:active {
    background-color: var(--primary-color);
}

.dropdown-menu {
    --bs-dropdown-border-radius: 3px;
    background-color: white;
}

.dropdown-menu a {
    color: #16436d;
}

.main-banner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/cyber-security-2296269_1280.jpg);
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
    padding-top: 190px;
    padding-bottom: 140px;
    position: relative;
    animation: fadeIn 1.0s ease-in;
    /* background-color: grey; */

}

.sub-banner {
    /* background-image: url(../images/money-2724235_1920.jpg); */
    width: 100%;
    height: 30vh;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    animation: fadeIn 1.0s ease-in;
    background-color: #16436d;
}


.main-banner::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /*background-color: linear-gradient(rgba(24, 22, 22, 0.5), rgba(30, 30, 35, 0.5));*/
}

.banner-content {
    color: var(--secondary-color);
    z-index: 1;
}

.banner-content h2 {
    font-size: 62px;
}

.banner-content p {
    line-height: 1.8;
    font-size: 18px;
}

.banner-btn {
    background-color: var(--primary-color);
    transition: 0.8s;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    
    
}

.banner-btn:hover {
    background-color: white;
    border: 2px solid var(--primary-color);

}

.banner-btn a {
    color: var(--secondary-color);
    font-size: 17px;
    padding: 8px 14px;
    display: block;
    
}

.banner-btn:hover a {
    color: var(--primary-color);
}

.marquee {
    /* background-color: rgba(255, 255, 255, 0.5); */
    padding: 5px 5px 3px 5px;
    overflow: hidden;
    background: var(--primary-color);
}

marquee {
    width: 100%;

    height: 30px;
    font-size: 16px;
    color: #ffffff;
}

.about-cont h3 {
    margin-bottom: 15px;
    font-size: 34px;
}


.about-cont p {
    margin-bottom: 30px;
    font-size: 16px;
    /* animation: scaleIn 1s ease-in; */
}

.about-cont .card {
    border: 2px solid #d4d7f1;
    opacity: 1;
    transform: translateY(50px);
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;

}

.about-cont .card.animate {
    opacity: 1;
    transform: translateY(0);
}

.about-cont .card:hover {
    border: 2px solid var(--primary-color);
    background-color: #c6dffc;
}

.about-cont .card i {
    border: 2px solid #d4d7f1;
    background-color: var(--secondary-color);
    font-size: 30px;
    transition: 0.6s;

}

.about-cont .card:hover i {
    border: 2px solid var(--primary-color);
}

.our-service {
    padding: .5rem 0.9rem;
}

.our-service .main-pera {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.our-service .card {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    border: none;
    /*    opacity: 0;*/
    /*  transform: translateY(50px);*/
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}


.services-we-offer {
    background-color: rgb(241, 241, 241);
}

.services-we-offer h4 {
    color: var(--primary-color);
}

.table {
    border: transparent;
}


/* --------contact---------- */
.contact-icon i,
.contact-icon h4 {
    color: var(--primary-color);
}

.contact-icon i {
    font-size: 1.8rem !important;
    margin-top: 5px;
}

.contact-icon h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

button.btn.rounded-0.banner-btn.ps-0.pe-0.m-2 {
    padding: 10px 24px !important;
    border-radius: 5px !important;
    color: white !important;
    font-family: poppins;
}

button.btn.rounded-0.banner-btn.ps-0.pe-0.m-2:hover {
    background: #faa827;
    border-color: #faa827;
    color: black !important;
}

/* ---------------modal--------------- */

.form-section {
    padding: 50px 0 50px;

}

.form-content {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.modal-content {
    border-top: 6px solid var(--primary-color);
}

.modal-body {
    padding: 20px;
}

.modal-header {
    padding: 20px;
}

.form-check-label {
    font-size: 14px;
    color: rgb(96, 96, 96);
    font-weight: 200;
}

#formContainer {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
    #formContainer {
        width: 95%;
    }
}

@media screen and (max-width: 480px) {
    #formContainer {
        width: 95%;
    }
}


/* ---------------privacy-policy--------------- */
.privacy-policy,
.resume {
    /* max-width: 970px;
    margin: 0 auto; */
    text-align: justify;
}

.privacy-policy ul li {
    font-size: 18px;
    margin-bottom: 8px;
}

.privacy-policy li {
    list-style: disc;
}

.why-choose p {
    font-size: 18px;
}

/* -------------opportunities------------ */
.resume label {
    color: var(--primary-color);
}

.resume button {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
}

.resume button:focus {
    background-color: #276aa8;
}

/* ----------------------- */
.footer-input {
    border: 2px solid var(--primary-color);
}

input:focus {
    outline: none;
}

.footer-bg {
    /* background-color: #c8cefc; */
    background-color: #415669;
    padding: 20px 0 14px;
    color: var(--secondary-color);
}

.input-icon i {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.footer-bg .social-icon i {
    color: var(--secondary-color);
    transition: 0.8s;
}

.footer-bg .social-icon i:hover {
    color: #8ab1ff;
}

/* ----------- */


@media (max-width: 1199.98px) {
    .main-banner {
        width: 100%;
        height: fit-content;
    }

    .banner-content h2 {
        font-size: 50px;
    }

    .banner-content p {
        line-height: 1.5;

    }
}


@media (max-width: 991.98px) {
    .banner-content h2 {
        font-size: 50px;

    }

    .banner-content p {
        line-height: 1.8;
    }
}

@media (max-width: 767.98px) {
    .banner-content h2 {
        font-size: 50px;
    }

    .banner-content p {
        line-height: 1.5;
    }
    .main-head{
        padding: 10px;
        margin-left: 5%;
        margin-top: 20px;
        text-align: left;
    }
    .fund{
        width: 95%;
    }
    
    .logo {
        max-width: 50%;
    }

    .link-transparent {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .banner-content h2 {
        font-size: 45px;
    }
}

/* Keyframes for the pulsating effect */
@keyframes pulse {
    0% {
        transform: scale(1);

    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* banner animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.main-title{
    transition: opacity 0.5s ease, transform 0.5s ease;

}
.main-pera {
    /*    opacity: 0;*/
    text-align: justify;
    /* transform: translateY(20px); */
    transition: opacity 0.5s ease, transform 0.5s ease;

}

/* FOR WHATSAPP */
/* Style for the WhatsApp float container */
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999;
    padding: 10px;
    border-radius: 50%;
    /* background-color: #25d366; */
    color: #fff;
    box-shadow: 0px 2px 5px #999;
    transition: all 0.3s ease-out;
    animation: whatsapp-float 1s ease-in-out infinite;
}

/* Animation for the WhatsApp float container */
@keyframes whatsapp-float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Style for the WhatsApp icon link */
.whatsapp-icon-link {
    display: block;
    text-decoration: none;
}

/* Style for the WhatsApp icon */
.whatsapp-float .whatsapp-icon {
    width: 24px;
    height: 24px;
}

/* Style for the span text */
.whatsapp-float span {
    display: inline-block;
    margin-left: 10px;
    animation: blink 1s linear infinite;
}

/* Animation for the span text */
@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Style for the close button */
.close-button {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: beige;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

/* Hover effect for the close button */
.close-button:hover {
    background-color: #d32f2f;
}

/* /* new index 
 Initially hide the banner-btn */
.enquiry-btn {
    display: none;
}

.enquiry-btn a {
    color: white;
    display: none;
}

/* Apply the translucent color effect to the image when hovering */
.image-container:hover img {
    filter: brightness(40%);
    /* Adjust the brightness level as needed */
    transition: filter 0.5s;
}

/* Show the banner-btn when hovering the card */
.image-container:hover .enquiry-btn {
    display: block;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    text-decoration: none;
    padding: 8px 16px;
    border: 2px solid var(--primary-color);
    transition: background-color 0.5s;


}

/* Style the banner-btn text */
.image-container:hover .enquiry-btn:hover {
    /* background-color: transparent; */
    color: white;
}

.image-container .enquiry-btn {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card .image-container:hover .enquiry-btn {
    display: block;
}

.upload-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.upload-input {
    display: block;
    margin: 10px 0;
}

.submit-button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.submit-button:hover {
    background-color: #45a049;
}

.section-margin {
    margin-top: auto;
}



footer .copyright {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
}


footer form {
    display: flex;

}

footer form input.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
    margin-right: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

footer form button.btn.rounded-0.banner-btn.ps-0.pe-0.m-2 {
    margin-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;


}

.map-section iframe {
    width: 80% !important;
    margin: auto;
    display: block;
}

.contact-icon img {
    width: 45px;
    margin-right: 1rem;
}

/*about us section start here*/

.about-us-section {
    padding-top: 3rem;
    padding-bottom:3rem;
}


/*main slider start here*/

.mainbanner {
    padding-top: 5.77rem;
}

.mainbanner .swiper .swiper-slide img {
    width: 100%;
    /* height: calc(100vh - 100px); */
    height: auto;
    object-fit: cover;
}

.mainbanner .swiper .swiper-slide::after {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .5); */
    z-index: 9;

}

.mainbanner .caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 95%;
    color: #fff;
    z-index: 999;
    text-align: left;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #fff;
}

.swiper-button-next {
    right: 5%;
}

.swiper-button-prev {
    left: 5%;
}

.swiper-pagination {
    bottom: 1rem;
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .5);
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .5);
}

.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1.0);
}

@media screen and (max-width: 991px) {
    .mainbanner {
        padding-top: 4.2rem;
    }

    .mainbanner .swiper .swiper-slide img {
        height: auto;
    }

    .main-banner h1 {
        font-size: 38px !important;
    }

    .mainbanner .caption h1 {
        font-size: 38px !important;
    }

    .main-title {
        font-size: 32px;
    }

    footer .copyright li {
        margin-bottom: 1rem;
    }


}

@media screen and (max-width: 767px) {
    .mainbanner .caption h1 {
        font-size: 24px !important;
    }

    .mainbanner .caption p {
        font-size: 15px;
        line-height: 1.2;
    }

    .mainbanner .caption a {
        font-size: 15px;
    }

    .mainbanner .caption {
        position: static;
        width: 100%;
        position: relative;
        transform: translateY(-44px);
        width: 95%;
        padding: 1rem;
        background: #fff;
        box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    }

    .mainbanner .caption .banner-content {
        padding: 1rem;
        color: #212529;

    }
    .main-head{
        font-size: 40px;
    }
    .main-para{
        margin-left: auto;
        text-align: justify;
    }
    .about-us-section {
        padding-top: 0;
    }

    .our-service {
        padding: .5rem 0.9rem 0;
    }

    .map-section iframe {
        width: 94% !important;
    }

    .contact-icon {
        margin-bottom: 0 !important;
    }

    footer .copyright {
        flex-direction: column-reverse;
        align-items: flex-start;
        
    }
}