@import url('https://fonts.googleapis.com/css2?family=Alkatra&family=Roboto+Mono:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');



body {

   

    text-decoration: none;

    list-style: none;

    overflow-x:hidden;.stat-item2 p



}

/* header started */

.logo img {

    height: 75px;

    width: 410px;

}

.navbar-dark .navbar-nav .nav-link:hover  {

    color: rgb(0, 0, 0);

}

/* Navbar links styling when transparent */

.navbar-nav .nav-link {

    color: black;

    font-size: 14px;

    font-weight: 600;

}



/* Navbar links styling when fixed */

.fixed-header .navbar-nav .nav-link {

color: rgb(0, 0, 0) !important;

}



.navbar-expand-lg .navbar-nav .nav-link {

    padding-right: 25px;

   

}

.navbar-dark .navbar-nav .nav-link {

    color: rgb(0, 0, 0);

}



.list ul li {

    margin-right: 20px;

    cursor: pointer;

}

#site-header {

    position: fixed;

    z-index: 10;

    background-color: #ffffff;

    transition: all 0.3s ease-in-out;

    padding: 0px 0;

    color:black;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}

.headside{

    padding-left: 40px;

    padding-right: 40px;

}

.importantbanner{

    margin-top: 70px;

}

.overlayed {

    position: relative;

/*    background-image: url('../images/banner2.jpg');*/

    background-size: cover;

    background-position: center;

    height: auto; /* Adjust as needed */

    color: white; /* Text color */

  }

  

.overlayed::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.76); /* Black overlay with 50% opacity */

    z-index: 1;

}

  

.overlayed .content {

    position: relative;

    top: 140px;

    z-index: 2; /* Puts the text above the overlay */

    padding: 20px;

}

.forinfo{

    font-size: 60px;

}

.infobtn{

    margin-top: 30px;

}



.second .card{

    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    background-color: #fff;

    background-clip: border-box;

    border: 0px solid rgba(0, 0, 0, .125);

    border-radius: .25rem;

}

.second .card .card-body {

    flex: 1 1 auto;

    padding: 1rem 0rem;

}



.stats-section {

    position: relative;

    top: -54px;

    background-color: white;

    border: 1px solid #ddd;

    padding: 10px;

    z-index: 9;

}


.stat-item {

    padding: 20px 0;

    border-right: 1px solid #ddd;

}



.stat-item h6 {

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 10px;

}



.stat-item p {

    font-size: 14px;

    color: #888;

    text-transform: uppercase;

    margin: 0;

}



/* Remove the border for the last items in the row */

.stat-item:last-child {

    border-right: none;

}

.heading-line {

    display: flex;

    align-items: center;

    margin-bottom: 10px;

}



.heading-line h6 {

    margin: 0;

    margin-right: 15px; /* Space between text and line */

}



.heading-line .line {

    width: 100%; /* Line takes up the remaining space */

    max-width: 150px; /* Limit the maximum width of the line */

    height: 4px;

    background-color: #425E91; /* Red line color */

    margin-left:15px;

}

.heading-line2 {

    display: flex;

    align-items: center;

    margin-bottom: 10px;

}



.heading-line2 p {

    margin: 0;

    margin-right: 15px; /* Space between text and line */

}



.heading-line2 .line2 {

    width: 100%; /* Line takes up the remaining space */

    max-width: 5px; /* Limit the maximum width of the line */

    height: 50px;

    background-color: #425E91; /* Red line color */

    margin-right: 10px;

}

.italicabout{

    background-color: white;

    box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.3);

    padding: 20px;

    margin-top: 50px;

}

.overlayed2 {

    position: relative;

/*    background-image: url('../images/belive.png');*/

    background-size: cover;

    background-position: center;

    height: 600px; /* Adjust as needed */

    color: white; /* Text color */

  }

  

.overlayed2 .content2 {

    position: relative;

    top: 50px;

    z-index: 2; /* Puts the text above the overlay */

    padding: 20px;

}





/* Section Title Styling */

.section-title {

    font-size: 28px;

    font-weight: bold;

    margin-bottom: 20px;

}



/* Card Styling */

.custom-card {

    border: none;

    border-radius: 10px;

    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);

    margin-bottom: 20px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    background-color: #fff;

}



.custom-card:hover {

    transform: translateY(-10px);

    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);

}



.card-title {

    font-size: 20px;

    font-weight: 600;

}



.card-text {

    font-size: 14px;

    color: #555;

}



.btn-primary {

    background-color: #007bff;

    border-color: #007bff;

    transition: background-color 0.3s ease;

}



.btn-primary:hover {

    background-color: #0056b3;

    border-color: #0056b3;

}

.icon{

    font-size: 50px;

}

.missionicon{

    margin-top: 28px;

    margin-left: 10px;

}

hr:not([size]) {

    height: 5px;

    width: 200px;

    color: #425E91;

}





/* Video Container */

.video-container {

    position: relative;

    width: 100%;

}



/* Title Styling */

.video-title {

    position: absolute;

    top: -7px;

    left: 6px;

    background-color: #425E91;

    color: white;

    padding: 15px 50px;

    border-radius: 0 20px 20px 0;

    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

    z-index: 9;

}



/* Title Text */

.video-title h5 {

    margin: 0;

    font-size: 16px;

    font-weight: bold;

}



/* Video Element */

.video-container video {

    width: 100%;

    height: auto;

}



/* Event Row Styling */

.event-row {

    display: flex;

    align-items: center;

    margin-bottom: 30px;

    position: relative;

}



/* Left Side Title and Description */

.event-left {

    text-align: right;

}



.event-title {

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 10px;

}



.event-description {

    font-size: 16px;

    color: #555;

}



/* Circle Design */

.event-circle {

    display: flex;

    justify-content: center;

    align-items: center;

}



.circle {

    width: 20px;

    height: 20px;

    border-radius: 50%;

    background-color: #007bff; /* Blue color for circle */

    border: 3px solid white;

    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);

}



/* Right Side Date */

.event-right {

    text-align: left;

}



.event-date {

    font-size: 18px;

    color: #333;

    font-weight: 600;

}

.owl-nav{

    display: none;

}

.owl-theme .owl-dots {

    text-align: end !important;

    -webkit-tap-highlight-color: transparent;

    margin-top:10px ;

}

.owl-theme .owl-dots .owl-dot span {

    background: #425E91;

}



.btn-info {

    color: #000;

    background-color: #D7E2FF;

    border-color: #D7E2FF;

}

.testimg{

    height: 70px;

    width: 70px !important;

}

.owl-carousel .owl-item img {

    display: block;

    width: 100% ;

}

.item .card {

    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    background-color: #425E91;

    background-clip: border-box;

    border: 1px solid rgba(0, 0, 0, .125);

    border-radius: .25rem;

    color: white;

}

.contact-form {

    background-color: #f8f9fa;

    border-radius: 8px;

}

.form-label {

    font-weight: bold;

}

.form-control {

    border: none;

    border-bottom: 2px solid #ced4da;

    border-radius: 0;

    box-shadow: none;

}

.form-control:focus {

    border-color: #007bff;

    box-shadow: none;

}

.btn-primary {

    background-color: #007bff;

    border: none;

    padding: 10px 20px;

    font-size: 1.2rem;

}

.overlayed3 {

    position: relative;

/*    background-image: url('../images/footerbanner.jpg');*/

    background-size: cover;

    background-position: center;

    height: 500px; /* Adjust as needed */

    color: white; /* Text color */

  }

  

.overlayed3 .content3 {

    position: relative;

    top: 50px;

    z-index: 2; /* Puts the text above the overlay */

    padding: 20px;

}

.overlayed3::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.836); /* Black overlay with 50% opacity */

    z-index: 1;

}

.footerdata{

    padding: 150px;

    padding-bottom: 0px;

}

.stat-item2 {

    padding: 20px 45px;

    border-right: 1px solid #ddd;

    z-index: 9;

}



.stat-item2 h6 {

    font-size: 24px;

    color: white;

    margin-bottom: 10px;

}



.stat-item2 p {

    font-size: 14px;

    color: rgb(255, 255, 255);

    text-transform: none;

    margin: 0;

}

.stat-item2:last-child {

    border-right: none;

}

.footerhead p{

    color: white;

    z-index: 9;

}

.stat-item2 a {

    text-decoration: none;

}

.stat-item2 a p {

    color: #ACC7FF;

    padding: 8px 0px;

}

.stat-item2  p {

    padding: 8px 0px;

}

.footersocial{

    height: 18px;

}

.icon-container {

    width: 60px;

    height: 60px;

    background-color: #f0f0f0;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 25px;

    color: #007bff;

}

/* about css start  */

.hero-section {

    height: 300px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

}

.hero-heading {

    font-size: 48px;

    font-weight: bold;

    margin-top: 60px;

}

.breadcrumb {

    background: transparent;

}

.breadcrumb a {

    color: white;

    text-decoration: none;

}

.breadcrumb-item.active {

    color: #f8f9fa;

}

.abouttext{

    text-align: justify;

}

.counter-circle {

    font-weight: bold;

    font-size: 24px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    background-color: #D7E2FF; 

    color: black; 

    width: 145px; 

    height: 45px; 

    border-radius: 50%; 

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 20px;

}

.counter-heading {

    font-size: 24px;

    font-weight: 600;

}

/* about css end  */

.parastyle{

    text-align: justify;

}

.serviceyear{

    border: 1px solid #C4C6D0;

    padding: 40px;

}

.experience{

    border-left: 1px solid #C4C6D0;

}

.serviceyear2{

    padding: 50px;

    padding-top:30px;

}

.serviceyear2 h1{

    font-size: 65px;

}

.serviceyear2 p{

    padding-top: 25px;

    font-size: 13px;

}



.image-container {

    position: relative;

}



.title-overlay {

    position: absolute;

    bottom: 0px;

    left: 1px;

    background-color: #003366;

    color: white;

    padding: 9px 25px;

    border-radius: 0px;

    white-space: nowrap;

    font-size: 1rem;

}



.title-overlay h5 {

    margin: 0;

    font-size: 1rem;

    line-height: 1;

}



.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {

    padding-right: 375px;

    padding-left: 52px;

    margin-left: 0;

}
@media (max-width: 768px) {
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {

    padding-right: 140px;

    padding-left: 52px;

    margin-left: 0;

}
}

.contacticon {

    margin-top: 40px;

}











  /* Extra small screens (very small phones) */

  @media (max-width: 576px) {

    .overlayed .content {

        position: relative;

        top: 0px;

        z-index: 2; /* Puts the text above the overlay */

        padding: 20px;

    }

    .forinfo{

        font-size: 30px;

    }

    .stats-section {

        position: relative;

        top: 0px;

        background-color: white;

        border: 1px solid #ddd;

        padding: 10px;

        z-index: 9;

    }

    .video-container video {

        width: 100%;

        height: auto;

    }

    .event-content {

        flex-direction: column;

        text-align: center;

    }



    .event-circle {

        margin: 0 0 15px;

    }



    .event-title, .event-description, .event-date {

        text-align: center;

    }



    .circle {

        margin-bottom: 10px;

    }

    .footerdata {

        padding: 20px;

        padding-bottom: 0px;

    }

    .stat-item2 {

        padding: 0px 8px;

        border-right: 1px solid #ddd;

        z-index: 9;

    }

    .stat-item2 p {

        padding: 2px 0px;

    }

    

    .stat-item2 p {

        font-size: 11px;

        color: rgb(255, 255, 255);

        text-transform: uppercase;

        margin: 0;

    }

    .stat-item2 a p {

        color: #ACC7FF;

        /*padding: 6px 0px;*/
        padding-bottom:6px;
        font-size: 13px;

    }

    .overlayed3 {

        position: relative;

        background-image: url('../images/footerbanner.jpg');

        background-size: cover;

        background-position: center;

        height: 450px; /* Adjust as needed */

        color: white; /* Text color */

      }

      .serviceyear{

        border: 1px solid #C4C6D0;

        padding: 10px;

    }

    .serviceyear2 {

        padding: 25px;

        padding-top: 100px;

    }

    .serviceyear2 h1 {

        font-size: 44px;

    }

    .serviceyear2 p {

        padding-top: 14px;

        font-size: 10px;

    }

    .icon-container {

        width: 40px;

        height: 44px;

        background-color: #f0f0f0;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        font-size: 19px;

        color: #007bff;

    }

    .contacticon {

        margin-top: 40px;

    }

    .contacticon h5{

        font-size: 16px;

    }

  }





/* Medium screens (tablets, landscape phones) */

@media (max-width: 992px) {

 

}



/* Small screens (portrait phones) */

@media (max-width: 768px) {

  .stat-item {

      border-right: none;

      border-bottom: none;

  }

  

  .stats-section .row .stat-item {

      border-right: 1px solid #ddd;

  }



  .stat-item:nth-child(2n) {

      border-right: none;

  }

}

@media (max-width: 768px) {
    .stat-item2 {

    padding: 20px 25px;

    border-right: none;

    z-index: 9;

}
}

    


