
.bgimg {
    background: hsl(206.67deg 5.45% 96.82%);
}

/* uppernav */
.uppericon-ul img:hover {
    filter: drop-shadow(1px 1px 1px #666);
}

.uppernav-ul li a {
    color: black;
    background: none;
}

.uppernav-ul img {
    filter: none;
}

.uppericon-ul img {
    filter: none;
}

.nav-ul {
    margin: 11px;
}

.nav-ul li a {
    color: black;
    background: none;
}


/* first section */

.background {
    background: url(../img/serviceimg/bg.jpg);
    background-size: cover;
    background-position: 0px;
    background-repeat: no-repeat;

}

.first-section-small-heading h3 {
    font-size: 14px;
  }

.about-first-section-main {
    margin: auto;
    padding: 0px 27px;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #6c89a88a;
    font-family: "Manrope", sans-serif;
}

.first-section-small-heading,
.first-section-heading h3,
.first-section-para {
    color: white;
}


/* second section */

.service-box {
    display: flex;
    border-radius: 14px;
    width: 95%;
    padding: 10px;
    margin: 11px;
    transition: all 1s ease;
}

.service-box:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgb(108 137 168) 0px 10px 10px;

}   


.thumbnail {
    padding-right: 8px;
    display: flex;
}

.thumbnail img {
    width: 330px;
    height: 242px;
    padding: 11px 0px;
    border-radius: 24px;
}

.section-heading {
    color: #074ea1;
    font-size: 26px;
}

.section-second {
    max-width: 95%;
    margin: 100px auto;
}

.text-div {
    padding: 0px 13px;
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
}

.section-p {
    font-size: 18px;
}

.more-info-btn {
    margin: 15px 0px;
    font-family: sans-serif;
}



/* For mobile */
@media only screen and (max-width: 709px) {
    .uppernavbar{
        border-bottom: 2px solid hsl(220deg 69.8% 74.41%);
}

    .service-box {
        flex-direction: column-reverse;

 padding: 10px 0;
    }

    .section-p{
        text-align: left;
        font-size: 16px;
    }

    .section-heading {
        font-size: 19px;
        letter-spacing: 0px;
    }

    .first-section-btn a {
        font-size: 14px;
    }

    .text-div {
        padding: 10px 13px;
    }

    .bar1, .bar2, .bar3 {
        background-color: hsl(220deg 60% 50% / 76%) !important;
    }

    .thumbnail {
        padding-right: 0px;
        display: block;
        width: auto;
        text-align: center;
    }

    .thumbnail img {
        width: 315px;
        border: none;
        margin: 0;
    }

    #btn {
        right: 10px;
    }


}