html,body {
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color:  #ffffff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow:0px 8px 8px 0px #5f5f5f;




}

.header-images-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* Add this style for individual images with increased spacing */
.header-images-container img {
    width: 30px; /* Adjust the width as needed */
    height: 30px; /* Adjust the height as needed */
    
    margin-left: 20px; /* Increased spacing between images */
    transition: transform 0.3s ease-in-out;
}

/* Add hover effect */
.header-images-container img:hover {
    transform: scale(1.2);
}
header img {
    max-height: 150px; /* Adjust as needed */
}

.contact-info {
    display: flex;
    align-items: center;
    color: #fff;
}

.contact-info i {
    margin-right: 10px; /* Adjust the spacing between icons */
}

.contact-info a {
    color: #fff;
    text-decoration: none;
}






.footer {
border-top: 1px solid #ddd;
padding: 10px 10px;
text-align: center;
margin-top: auto;
background-color: #6e859e;
color: #ddd;

width: 100%;
}

.footer .col-divider {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}


.long-navbar {
background-color: #7d411b;
padding: 10px;
}
@media (max-width: 769px) {
    .footer .col-divider {
        border-right: none; /* Hide right border on mobile view */
        border-bottom: 1px solid #007bff; /* Add bottom border for separation on mobile view */
        padding: 10px; /* Adjust padding as needed for mobile view */
    }
    .overlay-image {
    position: relative;
    width: 100%;
    height: 27vh!important;
    overflow: hidden;
    margin-top: 146px;
}
.overlay-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px; /* Adjust the font size as needed */
    font-weight: bold;
    text-align: center;
    width: 80%; /* Adjust the width as needed */
    display: none!important;
}

    .footer .col:last-child {
        border-bottom: none; /* Remove bottom border for the last column on mobile view */
    }
    header img {
        max-height: 100px; /* Adjust as needed for smaller screens */
    }

    .container {
        margin-top: 50px; /* Adjust margin for smaller screens */
    }
    .rotate-btn {
        transform: rotate(90deg);
        position: fixed;
        right: 0;
        top: 74%!important;
        transform-origin: right top;
    }
    .justify-content-center {
        margin-left: 97px;
        -ms-flex-pack: center!important;
        
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: row;
        padding-left: 0px;
        margin-bottom: 0;
        list-style: none;
        
    }
    .navbar-nav.mx-auto .nav-link {
        margin: 0 10px;
        color: #fff;
         border-right:none!important;
    }
verlay-image img {
    width: 100%;
    height: auto;
    position: relative;
    top: 1%;
    border-radius: 5px;
}
.header-images-container {
    position: absolute;
    top: 86% !important;
    right: 0;
    transform: translateY(-50%);
}
.header-images-container img {
    width: 20px !important;
    height: 20px !important;
    margin-left: 20px;
    transition: transform 0.3s ease-in-out;
}
form {
   
  
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: -78px;
}
form {
    /* background-color: #ffffff; */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: -8px;
}
}
    
    
    
    
}
.btn-primary {
    color: #fff;
    background-color: #55e01b;
    border-color: #71ff37;
}
h5 {
    color: #55e01b;
    margin-bottom: 10px; /* Adjust as needed */
}

.footer img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px; /* Adjust as needed */
}
ul{
    line-height: 24px;
    justify-content: flex-start; /* Align content to the top */
    align-items: flex-start;
}

.btn-primary {
color: #fff;
background-color: #4c7883;
border-color: #4c7883;
/** transform: rotate(90deg);**/

}
ul {
text-align: left;
list-style: none;
padding: 0;
margin: 0;
line-height: 34px;
    justify-content: flex-start; /* Align content to the top */
    align-items: flex-start;
}
.navbar-nav.mx-auto {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;

}

.navbar-nav.mx-auto .nav-link {
margin: 0 10px;
color: #fff;
border-right: 1px solid #55e01b;
}
.rotate-btn {
    transform: rotate(90deg);
    position: fixed;
    right: 0;
    top: 65%;
    transform-origin: right top;
}
.rotate-btn1 {
    transform: rotate(90deg);
    position: fixed;
    right: 0;
    top: 220px;
    transform-origin: right top;
}


.testimonial-item {
    text-align: center;
}

.testimonial-container {
    max-width: 661px !important;
    margin: auto;
    padding: 20px;
}
.carau-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
border-radius: 12px;
backdrop-filter: blur 34px;
background-color: #d4edfc;
box-shadow: 20px 20px 0px 0px #e7e7e7;
margin-top:100px;

}

h1 {
    color: #333;
}

.carousel-inner img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.carousel-item {
    text-align: center;
}

.text-container,
.image-container {
    padding: 20px;
}

.text-container h2 {
    color: #333;
}
/* Add this CSS in the <style> section or in an external stylesheet */
/* Add this CSS in the <style> section or in an external stylesheet */
/* Add this CSS in the <style> section or in an external stylesheet */
.partner-container {
margin-top: 40px;
}

.partner-item {
margin-bottom: 20px;
}

.partner-logo {
position: relative;
overflow: hidden;
width: 140px; /* Adjust as needed */
height: 140px; /* Adjust as needed */
border-radius: 50%;
box-shadow: 0px 0px 7px 0px;
}

.partner-logo img {
width: 100%;
height: auto;
transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.partner-logo:hover img {
transform: scale(1.1);
filter: blur(5px);
}

.partner-logo .partner-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1a1361;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.partner-logo:hover .partner-name {
opacity: 1;
}
.overlay-image {
    position: relative;
    width: 100%;
     /* Adjust initial height as needed */
    overflow: hidden;
    margin-top:114px;
}

.overlay-image img {
    width: 100%;
    height: auto;
}
  

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); /* Adjust the transparency as needed */
    box-sizing: border-box;
}

.overlay-text {
    position: absolute;
    top: 90%!important;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px; /* Adjust the font size as needed */
    font-weight: bold;
    text-align: center;
    width: 80%; /* Adjust the width as needed */
}
