/* Navbar */
.navbar-custom {
    background-color: #fff;
    border-color: transparent;
    height: 70px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    }
    
    .navbar-brand {
    color: #08a1d9;
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: 2px;
    }
    
    .navbar-brand:hover {
    color:  #1e785d;
    }
    
    .navbar-nav > li > a {
    color: #555;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 15px;
    text-transform: uppercase;
    }
    
    .navbar-nav > li > a:hover {
    color:  #1e785d;
    }
    
    /* Home */
    .main-home {
    background-color:rgb(0, 0, 0);
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    }
    
    .home__header-content {
    color: #fff;
    }
    
    .intro-title {
    font-size: 4em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
    }
    
    .intro-title b {
    color:  #1e785d;
    }
    
    .intro-text {
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 1px;
    }
    
    /* About */
    #about {
    padding: 0 0;
    }
    
    .title {
    color: #555;
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 50px;
    }
    
    .titleHR {
    border-top: 2px solid  #1e785d;
    display: block;
    height: 1px;
    margin: 0 auto 30px;
    width: 50px;
    }
    
    img.about-img {
    max-width: 100%;
    }
    
    .about-text {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 30px;
    }
    
    /* Services */
    #services {
    padding: 0 0;
    background-color: #f5f5f5;
    }
    
    .service-item {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    }
    
    .service-item:hover {
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    }
    
    .service-item .fa {
    color:  #1e785d;
    font-size: 3em;
    margin-bottom: 20px;
    }
    
    .service-item h4 {
    color: #555;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
    }
    
    .service-item p {
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5em;
    }
    
    /* Clients */
    #clients {
    padding: 0
    }

    .scrollable-container {
        height: 300px;
        overflow-y: scroll;
      }
    .row{
        display: flex;
        font-size: 20px;
    }
    .btn{
      font-size: 20px;
    }