/* Reset some default styles */
body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0;
    color: #333;
}



/* Add styles for the section */
.about-area {
    background-color: #fff;
}

/* Add styles for the about content */
.about-content {
    text-align: left;
}

.about-title h2 {
    font-size: 1.5rem;
    color: #333;
}

.about-content p {
    font-size: 17px;
    line-height: 1.5;
    color: #000;
}

.about-content ul {
    list-style: none;
    margin-top: 15px;
}

.about-content li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #1f075b !important;
   text-align: justify;
}

/* Add styles for the icons */


/* Add styles for the image container */
.image-container {
    border: 5px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 300px; /* Adjust height as needed */
}

/* Add styles for the marquee */
marquee {
    width: 100%;
    height: 100%;
}

.beautiful-text {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
   
        opacity: 2; /* Set initial opacity to 0 */
        transition: opacity 0.5s ease;
}

.image-container {
    border: 5px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 300px; /* Adjust height as needed */
}

marquee img {
    width: 100%;
    height: 100%;
}

.beautiful-text .icon
{
    position: absolute;
    left: 0;
    font-size: 20px;
}
.second-header-btn .btn {
    padding: 6px 4px !important;
    /*margin-left: -20px !important;*/
}
/*.main-menu {*/
/*    position: relative;*/
/*    z-index: 9;*/
/*    margin-right: -103px;*/
    /* margin-left: -30px; */
/*    margin: -10px;*/
/*    margin-left: -25px;*/
/*}*/

@media only screen and (max-width: 767px)
{
.about-title {
    padding-bottom: 8px !important;
    padding-top: 20px;
}
}


