body {
    background-color: #f4f6f7 !important;
    font-family: "Poppins", sans-serif!important;
    font-weight: normal;
    font-style: normal;
    color: #121212;
    overflow-x: hidden;
    padding-bottom: 0px!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: #343a40;
}
ul {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
p {
    margin-top: 1rem!important;
    margin-bottom: 1rem;
}
.navbar-area1 {
    background: linear-gradient(180deg, #124f9f 0.01%, #071f3e 100%);
    opacity: 0.8;
    padding: 25px 0Px 0px 0px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.logo-title-wrapper1 {
    display: flex;
    align-items: center;
}
.wrapper1 {
    align-items: center;
    justify-content: space-between !important;
    padding: 0 15px 0px 100px;
}
.grmtitle {
    line-height: 25px;
    color: aliceblue;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    margin: 0;
}
.logo-loginwrapper{
    display: flex;
}
.logcolor {
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    border: none;
    color: #124f9f;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}
.navbararea2 {
    background-color: #263a57;
    opacity: 0.8;
    padding: 6px 160px 6px 400px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.form-control3 {
    display: block;
    width: 25%;
    height: calc(1.5em + .9rem + 2px);
    padding: .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .2rem;
}
    .navitems {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
    .navitems li .element {
        color: white;
       
        font-weight:600;
      
        font-size: 18px;
    }
/* styles.css */

.slideshow-container {
    position: relative;
}

.slide-image {
    width: 100%;
    height: auto;
    max-height:500px;
    filter: opacity(0.5) grayscale(50%); /* Adjust opacity and grayscale */
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1; /* Ensure the text appears above the image */
}

    .overlay-text h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .overlay-text p {
        font-size: 18px;
        margin: 0;
    }

.homecontainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.home h3 {
    text-align: left;
    margin-top: 50px;
   
}
.left-col {
    flex: 1;
    padding: 50px 10px 20px 240px;
    margin-top: -77px;
    text-align: justify;
}
.right-col {
    flex: 1;
    padding: 10px 68px 20px 0px;
    text-align: center;
    margin-top: -30px;
}
.left-col2 {
    flex: 1;
    padding: 0px 30px 20px 250px;
    text-align: center;
   
}
.right-col img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
   
}
.right-col2 {
    flex: 1;
    padding: 30px 100px 20px 20px;
    text-align: center;
    margin-top: -50px;
}
.right-col2 img {
    max-width: 100%;
    height: auto;
}
.container-fluid1 {
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

 .right-col1 {
    flex: 1;
    padding: 0px 300px 0 0px;
}
.featurehome {
    padding: 0px 270px 20px 240px;
}
    .featurehome .home-discription {
        font-size: 15px;
        margin-top: 10px;
    }
.featurehome h3{
    text-align: left;
}
    .featurehome img {
       padding: 20px 20px 20px 200px;
        max-width: 100%;
        height: auto;
        max-height: 500px;
    }
.home-discription {
    font-size: 15px;
}


/* styles.css */
.feature-list {
    padding: 20px;
}
.feature-list ul {
    list-style-type: none;
    padding: 0;
}

    .feature-list li {
        margin-bottom: 11px;
        padding-left: 15px;
        position: relative;
    }

    .feature-list li:before {
        content: "\2022";
        color: black; 
        font-size: 1.2em;
        position: absolute;
        left: 0;
    }

  
.home-appdetail-listing {
    list-style: none; 
    padding: 20px; 
}


    .home-appdetail-listing li {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.2;
        position: relative;
        text-align: left;
    
    }


        .home-appdetail-listing li::before {
            content: "\2022";
            color: black;
            font-size: 24px;
            font-weight: bold;
            position: absolute;
            left: -25px;
            top: 50%;
            transform: translateY(-50%);
        }

        
        .home-appdetail-listing li:hover {
            background-color: #f9f9f9; 
            border-left: 4px solid #007bff;
            padding-left: 20px; 
            transition: all 0.3s ease;
        }

/* Responsive styles */
@media (max-width: 768px) {
    .home-appdetail-listing li {
        font-size: 16px; /* Decrease font size on smaller screens */
    }

        .home-appdetail-listing li::before {
            font-size: 20px; /* Decrease bullet size on smaller screens */
        }
}

.title1 {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    text-align: left;
}

.form-horizontal{
    margin-top: 20px!important;
}

.form-input input[type="text"],
.form-input input[type="number"],
.form-input input[type="email"],
.form-input input[type="file"],
.form-input select {
    width: 100%;
    padding: 8px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
}
.contact-area1 {
    padding-bottom: 50px;
    background-color: #f4f6f7;
    width: 60%;
    margin-left: 17%;
    margin-top: -30px;
}
.rounded-buttons .rounded-three1 {
    overflow: hidden;
    line-height: 44px;
    background: #124f9f;
    background-size: 200% auto;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}
.rounded-buttons .rounded-three1:hover {
    box-shadow: 6px 0 15px -4px rgba(31, 73, 125, 0.8), -6px 0 15px -4px rgba(31, 73, 125, 0.8);
}
.left-col1 li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
   
}
.left-col1 ul {
    margin-top: 8px;
}
.left-col1 ul li a {
    font-size: 16px;
    line-height: 8px;
    color: #121212;
    margin-top: 16px;
}
.left-col1 i {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 9px;
}
.social{
    margin-left:20px;
}
.footer-area .footer-copyright1 {
    padding-top: 13px;
    padding-bottom: 23px;
    background-color: #4a596b;
}
.footer-social .social li {
    display: inline-block;
    margin-right: 10px;
}
    .footer-social .social li a {
        font-size: 30px;
        color: #b5b0b0;
    }

