/* general */
.btn {
    text-transform: uppercase;
}

/* upper bar */
.upper-bar {
    background-color: #0c5460;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* nav bar */
.navbar-light .navbar-nav .active > .nav-link {
    color: rgb(220, 67, 89);
}

.navbar {
    border-bottom: 1px solid #0c5460;
    box-sizing: border-box;
}

.navbar-light .navbar-brand {
    color: #0c5460;
    font-size: 28px;
}

/* home */
.home .carousel-inner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(12, 84, 96, 0.4);
    z-index: 2;
}

.home .carousel-inner .overlay-contant1 {
    position: absolute;
    z-index: 3;
    top: 20%;
    left: 10%;
    color: #fff;
    width: 65%;
    line-height: 1.5;
}

.overlay-contant2 {
    display: none;
    position: absolute;
    z-index: 3;
    top: 18%;
    color: #fff;
    line-height: 1.5;
}

.carousel-indicators li {
    height: 5px;
}


/* -------------- media -------------- */
@media(max-width:768px) {
    .overlay-contant1 {
        display: none;
    }

    .overlay-contant2 {
        display: block;
    }
}


/* features */
.features h4 {
    color: #0c5460;
    text-transform: capitalize;
}

.features p {
    color: rgba(0, 0, 0, .5);
}

/* company overview */
.company-overview {
    background-color: rgba(12, 84, 96, 0.4);
}

.company-overview h1 {
    text-transform: uppercase;
    color: #0c5460;
}

.company-overview p {
    color: rgba(0, 0, 0, .5);
    width: 70%;
    line-height: 1.5;
    margin: auto;
}

.company-overview span {
    color: rgba(0, 0, 0, .7);
    font-size: 20px;
    text-transform: capitalize;
}

/* featured work */
.featured-work h1 {
    text-transform: uppercase;
    color: #0c5460;
}

.featured-work p {
    color: rgba(0, 0, 0, .5);
    width: 70%;
    line-height: 1.5;
    margin: auto;
}

.shuffle-img .col-lg-3,
.shuffle-img .col-md-6,
.shuffle-img .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
}

.featured-work .row {
    margin-left: 0;
    margin-right: 0;
}

.featured-work .shuffle-img img {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/* latest post */
.latest-post {
    background-color: rgba(12, 84, 96, 0.4);
}

.latest-post h1 {
    text-transform: uppercase;
    color: #0c5460;
}

.latest-post p {
    color: rgba(0, 0, 0, .5);
    width: 70%;
    line-height: 1.5;
    margin: auto;
}

.latest-post .card .card-title {
    color: #0c5460;
    font-size: 18px;
}

.latest-post .card .card-span {
    color: rgba(0, 0, 0, .3);
    text-transform: capitalize;
}

.latest-post .card .card-text {
    margin: 0;
    font-size: 15px;
    width: 100%;
}

/* testimonial */
.testimonial .carousel-item h5 {
    color: #0c5460;
}

.testimonial .carousel-item p {
    color: rgba(0, 0, 0, .5);
    width: 70%;
    margin: auto;
}

.testimonial .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    background-color: #0c5460;
}

/* pricing table */
.pricing {
    background-color: rgba(12, 84, 96, 0.4);
}

.pricing h1 {
    text-transform: uppercase;
    color: #0c5460;
}

.pricing p {
    color: rgba(0, 0, 0, .5);
    width: 70%;
    line-height: 1.5;
    margin: auto;
}

.pricing .card-title {
    text-transform: capitalize;
    color: #0c5460;
}

.pricing .card-span {
    color: rgba(0, 0, 0, .5);
    text-transform: capitalize;
    font-size: 15px;
}

.pricing .card-text {
    color: #0c5460;
    font-size: 25px;
    font-weight: bold;
}

.pricing .card-text.active {
    color: #fff;
    background-color: #0c5460;
    padding-bottom: 5px;
    padding-top: 5px;
}

.pricing .card-ul li {
    color: rgba(0, 0, 0, .5);
    margin-bottom: 8px;
    text-transform: capitalize;
}

/* choose us */
.choose-us .row {
    margin-left: 0;
    margin-right: 0;
}

.choose-us .row .col-md-6,
.choose-us .row .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.choose-us .choose-text {
    background-color: #0c5460;
    color: #fff;
}

.choose-us .choose-text h2 {
    text-transform: capitalize;
}

.choose-us .choose-text p {
    line-height: 1.5;
}

/* contact us */
.contact-us {
    background-color: #dc3545;
    font-size: 18px;
}

/* footer */
.footer h1,
.footer h4 {
    color: #0c5460;
}

.footer p {
    color: rgba(0, 0, 0, .5);
    line-height: 1.5;
}

/* copyright */
.copyright {
    border-top: 1px solid #0c5460;
}

/* scroll to top button */
.scrollTop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
}
