body {
  color: #4c4d4d;
}
:root {
    --main-color : #20c997;
    --padding-t : 70px;
    --padding-b : 70px;
}
.had-top {
    background-image: url(../img/intro-bg.jpg);
    height: 100vh;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;

}
.had-top .over {
    content: "";
    position: relative;
    background-color: #000000bd;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-light {
    background-color: #090809 !important;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: space-evenly;
}
.navbar-light .navbar-brand {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--main-color);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #fff;
}
.navbar-nav .nav-item {
    margin-right: 14px;
}
.navbar-light .navbar-nav .nav-link {

    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--main-color);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.0rem; 
}
.had-top .box-had {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.box-had .text-had .p1-w {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.box-had .text-had .p2-w {
    color: #dee3e4 !important;
    font-size: 21px !important;
    font-size: 1.3125rem !important;
}
.box-had .text-had .but-had .hire {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid var(--main-color);
    padding: 10px 34px;
    color: var(--main-color);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.5s ease;
}
.box-had .text-had .but-had:hover .hire {
    background-color: var(--main-color);
    color: #fff;
}
.box-had .text-had .icon-down {
    color: #dee3e4;
    bottom: -140px;
    left: 50%;
    animation: down 3s ease-in-out infinite;
}
.box-had .text-had .icon-down .down-ic {
    color: #dee3e4;
    font-size: 30px;
}
@keyframes down {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        bottom: -140px;
    }
    10% {
        bottom: -130px; 
    }
    30% {
        bottom: -120px;
    }
    50% {
        bottom: -110px;
    }
    70% {
        bottom: -100;
    }
    90% {
        bottom: -90px;
    }
}
.icon-had .top-up {
    position: fixed;
    bottom: 8px;
    right: 10px;
    background-color: rgb(137 137 137 / 74%);
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.icon-had .cog-h {
    top: 50%;
    right: 0%;
    color: #fff;
    background-color: #555;
    padding: 3px 9px;
    border-radius: 4px;
    cursor: pointer;
}
.about {
    padding-top: var(--padding-b);
    padding-bottom: var(--padding-t);
}
.about .about-had .p-about {
    color: #d2cece !important;
    opacity: 0.4!important;
    text-transform: uppercase!important;
    text-align: center!important;
    font-weight: 700!important;
    width: 100%!important;
    font-size: 6rem;
    letter-spacing: 19px;
}
.about .about-had .p-down {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
}
.about .about-had .line {
    width: 85px;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 71%;
}
.text-l h2 span {
color: var(--main-color);
}
.text-l p {
    line-height: 1.9;
    width: 90%;
}
.text-r p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.text-r p span {
    text-transform: capitalize;
    color: #7b7777;
    margin-left: 6px;
    font-size: 18px;
    font-weight: 400;
}
.text-r .down-about a {
    color: #fff;
    background-color: var(--main-color);
    padding: 13px 18px;
    border-radius: 35px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
.box-num {
    margin-top: 90px !important;
}
.box-num .tex-ab {
    border-right: 1px solid #ddd;
}
.box-num .tex-ab h4 {
    font-size: 3rem;
    font-weight: 600;
    color: #757070;
}
.services {
    padding-top: var(--padding-b);
    padding-bottom: var(--padding-t);
    background-color: #f8f9fa!important;
}
.services .services-had h2{
    color: #d2cece !important;
    opacity: 0.4!important;
    text-transform: uppercase!important;
    text-align: center!important;
    font-weight: 700!important;
    width: 100%!important;
    font-size: 6rem;
    letter-spacing: 19px;
}
.services .services-had .p-down {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32%;
}
.services .services-had .line {
    width: 85px;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 71%;
}
.services .p-ser {
    max-width: 434px;
    font-size: 17px;
    line-height: 1.8;
}
.services .one .icon-on {
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    font-size: 29px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 1px #dddddd87;
}
.resume {
    padding-top: var(--padding-b);
    padding-bottom: var(--padding-t);
}
.resume .resume-had {
    margin-bottom: 50px;
}
.resume .resume-had h2{
    color: #d2cece !important;
    opacity: 0.4!important;
    text-transform: uppercase!important;
    text-align: center!important;
    font-weight: 700!important;
    width: 100%!important;
    font-size: 6rem;
    letter-spacing: 19px;
}
.resume .resume-had .p-down {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32%;
}
.resume .resume-had .line {
    width: 85px;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 71%;
}
.resume .one {
    border: 1px solid #dddddde6;
    padding: 20px;
    margin-top: 42px;
}
.resume .one button{
    color: #fff;
    background-color: var(--main-color);
    border: none;
    outline: none;
    border-radius: 4px;
}
.resume .one .p_res {
    max-width: 423px;
}
.bg-success {
    background-color: var(--main-color)!important;
}
.progress {
    height: 11px!important;
}
.icon-dow {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-dow  a {
    width: 220px;
    border-radius: 25px;
    padding: 9px 27px;
    border: 2px solid #4e4949;
    outline: none;
    color: var(--main-color)!important;
    font-size: 19px;
    font-weight: 500;
    margin: 60px auto;
    background-color: #fff;
    transition: all 0.5s ease;
    text-align: center;
}
.icon-dow:hover  a {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff!important;
}
.portfolio {
    padding-top: var(--padding-b);
    padding-bottom: var(--padding-t);
    background-color: #f8f9fa!important;
}
.portfolio .portfolio-had h2{
    color: #d2cece !important;
    opacity: 0.4!important;
    text-transform: uppercase!important;
    text-align: center!important;
    font-weight: 700!important;
    width: 100%!important;
    font-size: 6rem;
    letter-spacing: 19px;
}
.portfolio .portfolio-had .p-down {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32%;
}
.portfolio .portfolio-had .line {
    width: 85px;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 71%;
}
.nav-link {
    color: var(--main-color);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #333;
    background: none;
}
.nav-link:focus, .nav-link:hover {
    color: #333;
}
.testimonial {
    padding-top: var(--padding-b);
    padding-bottom: var(--padding-t);
}
.testimonial .resume-had {
    margin-bottom: 50px;
}
.testimonial .testimonial-had h2{
    color: #d2cece !important;
    opacity: 0.4!important;
    text-transform: uppercase!important;
    text-align: center!important;
    font-weight: 700!important;
    width: 100%!important;
    font-size: 6rem;
    letter-spacing: 19px;
}
.testimonial .testimonial-had .p-down {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32%;
}
.testimonial .testimonial-had .line {
    width: 85px;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 73%;
}
.contact {
    padding-top: var(--padding-b);
    padding-bottom: var(--padding-t);
    background-color: #f8f9fa!important;
}
.contact .contact-had h2{
    color: #d2cece !important;
    opacity: 0.4!important;
    text-transform: uppercase!important;
    text-align: center!important;
    font-weight: 700!important;
    width: 100%!important;
    font-size: 6rem;
    letter-spacing: 19px;
}
.contact .contact-had .p-down {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32%;
}
.contact .contact-had .line {
    width: 85px;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 71%;
}
.carousel-indicators {
    bottom: -55px;
}
.carousel-indicators [data-bs-target] {
    width: 19px;
    height: 18px;
    padding: 0;
    border-radius: 50%;
    background-color: var(--main-color);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--main-color);
}
.testimonial .box-card .text-box .p_card {
    max-width: 500px;
    margin: auto;
}
.contact .p_flo {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.contact .inp-cont input {
    width: 48%;
    height: 42px;
    margin-right: 1%;
    outline: none;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    color: #6d6d6d;
}
.contact .inp-cont textarea {
    width: 98%;
    height: 180px;
    margin-right: 1%;
    outline: none;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    color: #6d6d6d;
}
.contact .btn-con button {
    background-color: var(--main-color);
    outline: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 32px;
    padding: 11px 41px;
    text-transform: capitalize;
}
.btn-con .btn-primary:hover {
    background-color: #1baa80;
    border-color: #1baa80;
}
.fas-icon {
    color: var(--main-color);
    font-size: 17px;
    margin-right: 10px;
}
.footer {
    padding-top: 20px;
}
.footer p {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.footer p span {
    color: var(--main-color);
}
@media (max-width:576px) {
    .had-top {
            background-position: 90%;
    }
    .about .about-had .p-about, 
    .services .services-had .p-about, 
    .resume .resume-had .p-about, 
    .portfolio .portfolio-had .p-about, 
        .contact .contact-had .p-contact {
        font-size: 3rem;
        letter-spacing: 4px;
    }
    .testimonial .testimonial-had h2 {
        font-size: 2rem;
        letter-spacing: 7px;
    }
    .about .about-had .p-down,
    .services .services-had .p-down {
        font-size: 1.5rem;
        top: 14%;
    }
    .resume .resume-had .p-down {
        top: 1%;
    }
    .portfolio .portfolio-had .p-down {
        top: 1%;
    }
    .testimonial .testimonial-had .p-down {
        top: -4%;
        font-size: 1.5rem;
    }
    .contact .contact-had .p-down {
        font-size: 1.5rem;
        top: 10%;
    }
    .about .about-had .line {
        top: 74%;
    }
    .resume .resume-had .line {
        top: 76%;
    }
    .portfolio .portfolio-had .line {
        top: 76%;
    }
    .testimonial .testimonial-had .line {
        top: 89%;
    }
    .contact .con-top {
        text-align: center;
    }
    .box-num .tex-ab {
        border-right: none;
    }
    .box-num .tex-at-a {
border-right: 1px solid #ddd;
    }
 
    .box-num .tex-at-c {
        border-right: 1px solid #ddd;
    }
    
}
@media (min-width:576px) and (max-width:768px) {

