.bgprimary{
   background-color:#3a3186; 
   color:#fff;
}

.textprimary{
   color:#f56423; 
}

.textsecond{
   color:#0171bb; 
}

.bgsecond{
   background-color:#f56423;
   color:#fff; 
}

html{
 scroll-behavior: smooth;
}

h1{
    font-size:24px;
}

h2{
    font-size:22px;
}

h3{
    font-size:20px;
}


.welcome-container {
    text-align: center;
}

.top-bar {
    position: sticky;
    top: 0;
    z-index: 1030;
}
.social-icons a {
    font-size: 1.2rem;
}

.navbar-brand img {
    max-height: 40px;
}
.navbar-nav .nav-item .nav-link {
    font-size: 1.1rem;
    padding: 10px 15px;
    color: #6c6868;
    text-transform: capitalize;
    font-weight: bold;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #007bff;
}

.carousel-item img {
    height: 500px; /* Adjust the height as needed */
    object-fit: cover;
    width: 100%;
}


.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.cta-button {
    padding: 10px 20px;
    font-size: 1.2rem;
}



.footer a {
    text-decoration: none;
    color: #fff;
}

.footer a:hover {
    color: #007bff;
}

.footer .text-md-right {
    text-align: right;
}
