*,
::after,
::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

.line {
    width: 50px;
    height: 4px;
    background: #0d6efd;
    margin: 0 auto;
}

/*nav*/
nav {
    background-color: rgba(0, 0, 0, 0.803);
    width: 100%;


}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.714);
}

.slider {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.slider h1 {
    font-size: 72px;
}

.slider h3 {
    font-size: 40px;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

#About {
    padding: 64px;
}

.About-Right h2::before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #0d6efd;
    width: 100px;
    bottom: -15px;
}

.About-Right .About-right-info p {
    color: #212529bd;
}

#Services .icon {
    width: 80px;
    height: 80px;
    border: 8px solid #0078ff;
    transition: background-color .5s;
}

#Services .icon:hover {
    background-color: #0078ff;
}

#counter {
    background: url(../imgs/imgi_12_post-3.jpg) center/cover no-repeat;
    position: relative;
    color: #fff;
}

#counter .overlay {
    background-color: #0078ff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    inset: 0;

}

#counter .container {
    position: relative;
}

#counter .numbers span {
    border-radius: 50%;
    border: 8px solid #cde1f8;
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

#Work .por-item img {
    transition: transform .7s;
}

#Work .por-item :hover img {
    transform: scale(1.2);
}

#testimonials {
    background: url(../imgs/imgi_14_overlay-bg.jpg) center/cover no-repeat;
    height: 80vh;
    background-attachment: fixed;

}

#testimonials .overlay {
    background-color: #0078ff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    inset: 0;

}

#Contact .icons .icons-cont {
    width: 40px;
    height: 40px;
    transition: background-color .3s;
    border: 4px solid #0078ff;
    cursor: pointer;
}

#Contact .icons .icons-cont :hover {

    background-color: #0078ff;
    color: #fff;
}

#Contact {
    background-image: url(../imgs/imgi_14_overlay-bg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 8rem 0 0;
}

#Contact .overlay {
    background-color: #0078ff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    inset: 0;
}

@media screen and (max-width:991px) {
    #About .about-info li {
        font-size: 18px;
    }

}

@media screen and (max-width:575px) {
    #About .about-info li {
        font-size: 16px;
    }

}