/*--about*/
#about{
    padding: 80px 0;
    color: rgb(150, 197, 247);
}
.row{
    display: flex;
    justify-content: space-between;
}
.imagemain img{
    width: 760px;
    height: 600px;
}

.about-col-1{
    flex-basis: 35% ;

}
.about-col-1 img{
    width: 100%;
    border-radius: 15px;

}
.about-col-2{
    flex-basis: 60%;
}
.sub-title{
    font-size: 60px;
    font-weight:600 ;
    color:rgb(21, 158, 212);
}

#about p{
    font-size:20px;
}

#about h1{
    font-family:'Times New Roman', Times, serif
}

.tab-titles{
    display:flex;
    margin: 20px 0 40px;
    font-size: larger;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

.tab-links{
    margin-right: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.tab-links:after{
    content: '';
    width: 0;
    height: 3px;
    background:rgb(248, 199, 37);
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.5s;
}
.tab-links.active-link::after{
    width: 50%;
}

.tab-contents ul li{
    list-style: none;
    margin: 10px 0;
    line-height: 30px;
    font-size: 25PX;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;


}
.tab-contents ul li span{
    color: rgb(37, 188, 248);
    font-size: 20px;

}

.tab-contents{
    display: none;
}

.tab-contents.active-tab{
    display: block;
}

.navbar-nav li a {
  color: rgb(0, 123, 255); /* Change to blue */
}

.layer h3 {
  color: #007bff; /* Change to blue */
}

.layer p {
  color: #6c757d; /* Change to a lighter blue or beige */
}

.btn-default {
  background-color: #007bff; /* Change to blue */
  border-color: #007bff; /* Change to blue */
  color: #fff;
}
