#hero {
    min-height: 100vh;
    background: url("../images/home/herobg.png") no-repeat left top;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.bannerImg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 42%;
}

.bannerContent {
    height: calc(100vh - 105px);
}

.bannerContentHolder {
    max-width: 600px;
}

.bannerContentHolder h4 {
    font-size: 1.067rem;
    font-weight: 600;
    color: #2B3B3A;
}

.bannerContentHolder h4 i {
    margin-right: 0.5rem;
    color: #2E6DFE;
    font-size: 1.75rem;
    position: relative;
    top: -2px;
}

.bannerContentHolder h1 {
    font-size: 4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #484F5F;
    line-height: 1.1;
    margin: 0.5rem 0px 1.5rem;
}

.bannerContentHolder h1 span {
    color: #2E6DFE;
}

.bannerContentHolder h3 {
    padding-left: 1.25rem;
    border-left: 2px solid #5C727D;
    font-size: 1.6rem;
    font-weight: 300;
    color: #5C727D;
    line-height: 1.5;
    width: 90%;
}

.bannerBtn {
    margin-top: 3rem;
}

.overlapedBody_imgs {
    width: fit-content;
}

.overlapedImg {
    position: absolute;
    left: 60%;
}

.topSpaced {
    top: 5rem;
}

.overlapedBody_imgs .bodyImg {
    width: 70%;
}

.numberSection {
    margin-top: 3rem;
}

.countsBlock {
    padding: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 24px #e9eff0;
}

.count {
    width: 50%;
    padding: 0.5rem;
}

.count h3 {
    font-size: 1.867rem;
    font-weight: 700;
    color: #2B3B3A;
}

.count p {
    font-size: 1.067rem;
    margin-bottom: 0px;
}

.countsBlock .count:first-child {
    border-right: 1px solid #D2E0E6;
}

#parallax {
    background: url("../images/home/parallax.png") no-repeat left bottom;
    background-attachment: fixed;
    background-size: cover;
    padding: 15rem 0px;
}

.parallax-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10rem 0px;
}

.project {
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0px 7px 24px rgba(92, 114, 125, 0.09);
    border-radius: 0.5rem;
    width: 98%;
    margin: auto;
    margin-bottom: 2rem;
}

.projectImg,
.projectDetails {
    width: 49%;
    border-radius: 0.5rem;
}

.projectImg img {
    width: 100%;
    display: block;
    border-radius: 0.5rem;
}

.projectDetails {
    background: #f5f7f8;
    padding: 1.5rem;
}

.projectsHolder {
    margin-top: -13rem;
    position: relative;
    z-index: 2;
}

#ongoingProjects,
#testimonials {
    background-color: #f8fafa;
}

.projectNo {
    font-size: 1.067rem;
    color: #2E6DFE;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 3px;
}

.projectIntro {
    margin-bottom: 1.5rem;
}

.projectName {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #484F5F;
    font-size: 2rem;
}

.projectHighlights {
    width: 100%;
    background-color: #fff;
    margin: 1rem 0px 1.5rem;
}

.projectHighlights td {
    padding: 0.5rem;
}

.projectHighlights tr {
    border-bottom: 1px solid #f6f6f6;
}

#projects .owl-nav {
    position: absolute;
    top: -5rem;
    right: 2rem;
}

#projects .owl-nav button {
    display: inline-block;
    width: 3.067rem;
    height: 3.067rem;
    border-radius: 50px;
    background-color: #2E6DFE;
    margin: 0.25rem
}

#projects .owl-nav button span {
    font-size: 2rem;
    color: #fff;
    line-height: 1;
}

#projects .owl-nav button.disabled {
    background-color: rgba(255, 255, 255, 0.5)
}

#projects .owl-nav button.disabled:hover {
    cursor: not-allowed
}

.testimoni-block {
    margin-top: 3rem;
}

#testimonials {
    padding: 5rem 0px;
}

.testimoni-block {
    padding: 4rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 10px 24px rgba(92, 114, 125, 0.09);
}

.testimoni-photo-holder {
    width: 110px;
    height: 110px;
    margin: -7rem auto 1rem;
}

.testimoni-photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #cccccc;
    margin: auto;
    overflow: hidden;
}

.testimoni-photo img {
    width: 100%;
}

.quote {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: #2E6DFE;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px;
}

.quote i {
    font-size: 1.5rem;
}

.testimoni-info {
    margin-top: 2rem;
}

.testimoni-info h4 {
    font-size: 1.25rem;
    color: #2a3140;
    font-weight: 600;
}

#clientTalks .item {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
}

.owl-dots {
    text-align: center;
}

.owl-dots button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #2E6DFE;
    opacity: 0.2;
    margin: 2px;
}

.owl-dots button.active span {
    background-color: #2E6DFE;
    opacity: 1;
}

.projectVideo {
    display: block;
    margin: -10rem auto 5rem;
    width: 100%;
    border-radius: 1rem;
    position: relative;
    z-index: 7;
}

.numberedList li {
    text-align: left;
    margin-left: 1rem;
}


/* Media Query */

@media screen and (max-width: 1250px) {
    .overlapedBody_imgs .bodyImg {
        max-width: 80%;
    }
    .overlapedImg {
        left: 40%;
    }
}

@media screen and (max-width: 1060px) {
    .overlapedBody_imgs .bodyImg {
        max-width: 70%;
    }
    .overlapedImg {
        left: 40%;
    }
}

@media screen and (max-width: 992px) {
    .bannerContentHolder h1 {
        font-size: 3.5rem;
    }
    .bannerContentHolder h3 {
        font-size: 1.25rem;
    }
    #about .supportingHeading {
        margin-top: 8rem;
    }
    .overlapedBody_imgs {
        margin: auto;
    }
    #parallax {
        background: url(../images/home/parallax.png) no-repeat right bottom;
        background-attachment: fixed;
    }
}

@media screen and (max-width: 768px) {
    .bannerContent {
        display: block !important;
        padding-top: 5rem;
    }
    .bannerImg {
        max-width: 50%;
    }
    .project.d-flex {
        display: block !important;
    }
    .projectImg,
    .projectDetails {
        width: 100%;
    }
    #cta .col-md-6 img {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 680px) {
    .bannerContent {
        padding-top: 3rem;
        height: calc(100vh - 75px);
    }
    .bannerContentHolder h1 {
        font-size: 3rem;
    }
    .bannerContentHolder h3 {
        padding-left: 0;
        border-left: none;
    }
    .bannerContentHolder h1 {
        margin-bottom: 0px;
    }
    .bannerImg {
        max-width: 80%;
    }
    .bannerContentHolder h3 {
        font-size: 1.25rem;
        width: 80%;
    }
    .bannerBtn {
        margin-top: 2rem;
    }
    .overlapedBody_imgs .bodyImg {
        width: 60%;
    }
    .parallax-overlay {
        padding: 3rem 0px;
    }
    .project {
        padding: 0px;
        box-shadow: unset;
    }
    #clientTalks .item {
        padding: 0px;
    }
    .owl-dots {
        margin-top: 1rem;
    }
    #testimonials {
        padding: 1rem 0px 3rem;
    }
}

@media screen and (max-width: 580px) {
    .bannerContentHolder h3 {
        width: 100%;
    }
}