* {
    font-family: Tahoma, Verdana, sans-serif;
}

body {
    background: f1fbff;
    padding-top: 0px;
    /* Adjust based on the height of your main navbar */
}

.sticky-secondary-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.about-img{
    margin-top:120px;
}
.bg-tobbar {
    background-color: rgb(44 122 123) !important;
}

.bg-service {
    --bs-bg-opacity: 1;
    background-color: #dd291a !important;
}

.bg-contact {
    --bs-bg-opacity: 1;
    background-color:#dd291a !important;
}
.bg-logo {
    --bs-bg-opacity: 1;
    background-color: #dd291a !important;
}
.foot-text{
    text-decoration:none;color:white;font-size:14px;
}
.foot-text:hover{
    font-size:16px;
}


ul.top-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.top-menu li {
    float: left;
}

ul.top-menu li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 6px 16px;
    text-decoration: none;
}

ul.top-menu li a:hover {
    background-color: #555;
}

.social-icons ul {
    list-style-type: none;
}

.social-icons ul li {
    padding: 6px 7px;
    float: left;
}

.social-icons ul li a {
    padding: 6px 4px;
}

.section-padding {
    padding: 50px 0;
}

/* Main Menu */
.navbar-nav li{
    padding: 6px 12px;
}
.navbar-nav a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color:  rgb(44 122 123);
}

.navbar-nav li.active a {
    border-bottom: 2px solid  rgb(44 122 123);
}

.navbar-light .navbar-brand {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.navbar-light .navbar-brand img {
    width: 150px;
}

.navbar-light .navbar-brand:focus .navbar-light .navbar-brand:hover {
    color: #000;
}

.navbar-light .navbar-nav .navbar-link {
    color: #000;
}
/* Main Menu End */

.carousel-item {
    height: 60vh;
    min-height: 100px;
}

.carousel-caption {
    bottom: 220px;
    z-index: 2;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

.carousel-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.w-100 {
    height: 100px;
}


.services .card-body i {
    font-size: 50px;
}

.team .card-body i {
    font-size: 20px;
}

.portfolio .card {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.portfolio .img-area i {
    font-size: 4.5rem;
}

.team .card {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.services .card-title {
    font-size: 18px;
    font-weight: bold;
}
.office-address {
    text-align: end;
}
.office-address h3 {
    font-size: 18px;
    font-weight: bold;
}
.office-address p {
    line-height: 0.6;
    font-size: 12px;
}

.sub-banner {
    background-image: linear-gradient(to bottom, #2c7a7b91, #fadf1254);
    padding: 20px;
    text-align: center;
}
/* ***** Responsive CSS***** */
@media only screen and (min-width: 767px) and (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }

    .carousel-caption {
        bottom: 370px;
    }

    .carousel-caption p {
        width: 100%;
    }

    .card {
        margin-bottom: 30px;
    }

    .img-area img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        text-align: center;
    }

    .carousel-caption {
        bottom: 125px;
    }

    .carousel-caption h5 {
        font-size: 17px;
    }

    .carousel-caption a {
        padding: 10px 15px;
    }

    .carousel-caption p {
        width: 100%;
        line-height: 1.6;
        font-size: 12px;
    }

    .about-text {
        padding-top: 50px;
    }

    .card {
        margin-bottom: 30px;
    }
}