#hero .carousel-content{
    margin-top: 80px;
}
#header .logo a{
    text-transform: uppercase;
    color: #fff;
}
#header.header-transparent{
    background-color: rgba(30, 67, 86, 0.8);
}
#hero-no-slider h2{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    font-style: italic;
}
#hero-no-slider .hero-title{
    background-color: rgb(33 37 41 / 45%);
    border-top: 2px solid #0a58ca;
    padding: 30px;
    border-radius: 10px;
}
.navbar a{
    text-transform: uppercase;
    /* color: #495057; */
}
#overview{
    background-color: rgba(30, 67, 86, 0.8);
    color: #fff;
    background-image: url(../img/banner/section-bg-1.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
}
#about .icon-box{
    padding: 30px 20px;
    border: 1px solid #ebe6e4;
    position: relative;
    background: #faf9f8;
}
#about img{
    width: 100%;
    min-height: 370px;
    max-height: 370px;
    /* opacity: 0.7; */
}
#about h2{
    margin-bottom: 0;
    padding-bottom: 0;
}
#mission{
    padding: 50px 50px;
}
#onei-s{
    background-color: rgba(30, 67, 86, 0.8);
    color: #fff;
    background-image: url(../img/banner/onei-s-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
}
#onei-s .section-image img{
    border-radius: 10px;
    box-shadow: 2px 2px 5px #ccc;
    border: 1px solid #fff;
    padding: 5px;
    background-color: #fff;
    width: 100%;
}
#travel .section-image img{
    border-radius: 10px;
    box-shadow: 2px 2px 5px #ccc;
    border: 1px solid #fff;
    padding: 5px;
    background-color: #fff;
    width: 100%;
    min-height: 300px;
}
#onei-s .section-title img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 5px;
    box-shadow: 2px 2px 5px #ccc;
    background-color: #fff;
}
.btn-get-started{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #68A4C4;
}
.btn-get-started:hover{
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
}
#ecommerce .btn-get-started{
    color: #495057;
}
#about .btn-get-started{
    color: #495057;
}
#travel .btn-get-started{
    color: #495057;
}
#travel .section-title img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 5px;
    box-shadow: 2px 2px 5px #ccc;
    background-color: #fff;
}
#ecommerce{
    background-color: rgba(30, 67, 86, 0.8);
    background-image: url(../img/banner/ecomm-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 150px 0;
}
#ecommerce h2{ 
    color: #fff;
}
#ecommerce .icon-box{
    padding: 30px 20px;
    border: 1px solid #ebe6e4;
    position: relative;
    background: #faf9f8;
    box-shadow: 1px 1px 7px 0px #6c757df5;
    border-radius: 10px;
}
#ecommerce .icon{
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    /* border: 6px solid #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #dee2e6;
    
}
#ecommerce img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 35px;
    
}
#footer {
    background: #f8f9fa;
    padding: 0 !important;
    color: #495057;
    font-size: 14px;
}
#footer .copyright{
    padding: 0;
}