@import url('https://fonts.googleapis.com/css2?family=Alatsi&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap');

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
}

body {
    font-family: "Livvic", sans-serif;
    font-weight: 500;
}

.hdd {
    font-family: "Alatsi", serif;
    font-weight: 400;
}

.head-add {
    background: #006d12;;
    float: left;
    width: 100%;
}

.head-add p {
    font-size: 20px;
    padding: 10px 0 10px;
    text-transform: capitalize;
    font-weight: 900;
    color: #000000;
    text-align: center;
    line-height: 33px;
}

.tophead-section {
    padding: 0;
    background: #ffffff;
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}


.tophead-line p {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    background: #fff;
    color: #ffdc00;
    border-radius: 0 0 30px 30px;
    text-align: center;
    padding: 7px 0 10px 0;
}

.design-head {
    padding: 0px 0 15px;
}

.head-logo1 {
    padding: 0;
}

.text-center {
    text-align: center !important;
}

.head-number span {
    color: #fff;
    background: #223900;
    height: 100px;
    width: 100px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 36px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -34px;
    border: 10px solid #fffd2a78;
}

.head-number span:before {
    content: "";
    position: absolute;
    top: -59px;
    height: 100%;
    width: 11px;
    background: #799821;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -9;
}

.head-number a {
    font-size: 44px;
    display: block;
    color: #000;
    font-weight: 700;
    margin: 50px 0 0px;
}

.banner3 {
    float: left;
    width: 100%;
}

.topservices-section {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.services-list1 {
    background: #006d12;;
    padding: 0px 0;
}

.services-list1 strong {
    font-size: 50px;
    padding: 0 0 0 20px;
    display: block;
    color: #223900;
    text-transform: capitalize;
    font-weight: 600;
}

.services-list1 ul li {
    margin: 12px 0 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    display: block;
    background: #223900;
    padding: 9px 0px 10px 0px;
    border-radius: 0;
}

.services-list1 ul li img {
    background: #fff;
    padding: 4px 3px;
    border-radius: 0 50% 50% 0%;
    margin: 0 7px 0 0px;
    width: 10%;
}

.services-love1 {
    padding: 0 0 0 40px;
}

.services-love2 strong {
    color: #ffdc00;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0px 0;
    display: block;
    border-bottom: 3px solid #223900;
    line-height: 68px;
}

.services-love2 strong img {
    height: 55px;
    display: inline-block;
    margin: -21px 0 0 0;
}

.services-love2 p {
    color: #000;
    padding: 20px 0 20px;
    font-size: 16px;
    line-height: 33px;
}

.serv-love-image1 {
    padding: 15px;
}

.serv-love-image1 img {
    border-radius: 15px;
    border: 4px solid #006d12;
}

.serv-love-image1 strong {
    font-size: 35px;
    display: block;
    color: #223900;
    text-transform: capitalize;
    text-align: center;
}

.contact-number {
    background: #ffdc00;
    border-radius: 14px;
    margin: 28px 0 0;
    padding: 0px 10px 0;
}

.contact-number a {
    color: #fff;
    display: block;
    font-size: 42px;
    padding: 0 0 10px;
    font-weight: 700;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        color: #223900;
    }

    50% {
        color: #feff00;
    }

    100% {
        color: #223900;
    }
}

.contact-number span {
    display: inline-block;
    height: 80px;
    font-size: 43px;
    width: 80px;
    line-height: 80px;
    border-radius: 0 0 50% 50%;
    background: #ffffff;
    color: #000;
}

.contact-number span i {
    color: #f00e;
}

.contact-number b {
    display: inline-block;
    text-transform: uppercase;
    color: #ffdc00;
    font-style: normal;
    padding: 6px 30px;
    background: #006d12;;
    font-size: 22px;
    font-weight: 700;
}

.aboutus {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.border-about {
    border: 2px solid #ffffff;;
    border-radius: 30px;
    background: radial-gradient(#0000005c, transparent);
    padding: 0px 50px 20px 50px;
    float: left;
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.aboutus-heading strong {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 67px;
    background: #011c13;;
    font-weight: 500;
    display: block;
    line-height: 100px;
}

.aboutus-heading p {
    color: #000000;
    font-size: 19px;
    padding: 7px 34px 6px;
    background: #f7f7cc;
    margin: -10px 0 0;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 40px;
}

.content-design p {
    color: #fffbfb;
    text-align: left;
    padding: 3px 0 10px;
    line-height: 30px;
    font-size: 16px;
}

.content-design p strong {
    color: #ffdc00;
    font-weight: 600;
}

.content-design ul {
    padding: 16px 0px 16px 0px;
    margin: 10px 0 10px 0;
    list-style: none;
    background: #ffdc00;
}

.content-design ul li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin: 0 0px 7px 0;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 10px 0px 10px 51px;
    position: relative;
}

.content-design ul li i {
    margin: 0 auto;
    position: absolute;
    left: -4px;
    font-size: 18px;
    color: #ffdc00;
    font-weight: 400;
    top: 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 20%;
    background: #223900;
}

.our-services-section {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.services {
    padding-top: 20px;
    float: left;
    width: 100%;
}

.services-design1 {
    padding-top: 0px;
}

.services-design2 {
    padding: 0px 10px 0px;
    text-align: center;
}

.services-design3 {
    padding: 0;
}

.services-design-3 {
    background: rgb(1 28 19);
}

.services-design-3 strong {
    font-size: 24px;
    color: #ffffff;
    padding: 0 0px 16px;
    text-transform: capitalize;
    margin: 0;
    display: block;
    margin-top: 15px;
}

.services-design-3 img {
    margin: 0;
    border: 14px solid rgb(1 28 19);;
}

.services-design4 {
    padding: 0px 0 30px;
    position: relative;
    z-index: 9;
}

.services-design4 p {
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    margin: 0;
    line-height: 33px;
    background: rgb(1 28 19);;
    font-weight: 500;
}

.services-design4 a {
    color: #ffdc00;
    padding: 7px 24px;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    background: #223900;
    margin: 0 auto;
    border-radius: 0;
}

.testimonials {
    padding-bottom: 50px;
    background: #000000;
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
}

.testimonials:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -9;
    opacity: 8%;
    background: url(../images/bg.jpg);
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
}

.testimonials-heading strong {
    color: #fff;
    text-transform: capitalize;
    font-size: 67px;
    background: rgb(1 28 19);;
    font-weight: 500;
    display: block;
    line-height: 100px;
}

.testimonials-heading p {
    color: #ffdc00;
    font-size: 19px;
    padding: 7px 34px 6px;
    background: rgb(1 28 19);;
    margin: -10px 0 0;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 40px;
}

.client {
    margin: 60px 0 0;
    float: left;
    width: 100%;
}

.testimonials1 {
    padding: 10px;
}

.testimonials2 {
    border-radius: 15px;
    padding: 0px 0 40px;
    background: #fff;
    z-index: 9;
    position: relative;
    box-shadow: 0px 0px 20px 0px #680d341f;
    border: 4px solid #000000;;
}

.testimonials3 b {
    display: inline-block;
    background: #d2cb08;
    padding: 2px 8px 4px;
    margin: 0 auto 0 0;
}

.testimonials3 b i {
    padding: 0 2px;
    color: #000;
}

.testimonials3 aside {
    border-radius: 50% 0 0 50%;
    background: #000000;
    margin: 0 0 0 auto;
    padding: 10px;
    width: 30%;
}

.testimonials3 aside img {
    border-radius: 50%;
    display: block;
    margin: 0 0 0 auto;
}

.testimonials3 p {
    color: #000;
    font-weight: 500;
    line-height: 30px;
    padding: 9px 20px 20px;
    text-align: left;
    font-size: 16px;
}

.testimonials3 strong {
    background: #000000;
    padding: 5px 0px 10px 20px;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    text-align: left;
    width: 80%;
    border-radius: 0 60px 60px 10px;
}

.testimonials3 strong span {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background: #ffffff;;
    text-transform: uppercase;
    padding: 0px 15px 0 15px;
    display: inline-block;
    border-radius: 40px;
    margin: 0px auto 0px 4px;
}

.footer-section {
    background: #000000;
    background-size: cover;
    background-position: center bottom;
    float: left;
    width: 100%;
}

.footer-info {
    background: #fff;
    padding: 10px;
}

.footer-2 {
    padding: 0px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.call-footer {
    width: 25%;
    position: relative;
}

.call-footer span {
    height: 94px;
    position: absolute;
    display: block;
    font-size: 41px;
    width: 71px;
    line-height: 100px;
    border-radius: 0 0 40px 40px;
    background: #ffffff;;
    top: -47px;
}

.text-footer {
    width: 75%;
    text-align: left;
}

.text-footer strong {
    font-weight: 700;
    color: #ffdc00;
    text-transform: capitalize;
    font-size: 19px;
}

.text-footer p a {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.disclaimer p {
    font-size: 15px;
    line-height: 28px;
    padding: 82px 0 24px 0;
    color: #fff;
    font-weight: 500;
}

.copy-right {
    padding: 20px 0;
    background: #000000;;
    float: left;
    width: 100%;
}

.copy-right p {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    display: block;
}

.servicesbest {
    float: left;
    width: 100%;
    padding: 50px 0px;
}


.best_srv1 {
    padding: 10px 28px;
    margin-top: 20px;
}

.best_srv2 {
    padding: 13px 0 0;
    background: #006d12;;
    border-radius: 20px;
    overflow: hidden;
}

.best_srv3 {
    /* border: 1px solid #eee; */
    padding: 40px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
    position: relative;
    transition: .3s;
    overflow: hidden;
    background: rgb(1 28 19);;
}

.best_srv4 {
    padding: 0;
    text-align: center;
}

.best_srv4:before {
    content: "";
    position: absolute;
    width: 448px;
    height: 350px;
    left: -50px;
    right: 0;
    margin: 0 auto;
    top: -135px;
    transition: .3s;
    background-color: rgb(1 28 19);
    z-index: 0;
}

.best_srv4 img {
    border: 8px solid #006d12;;
    z-index: 999;
    position: relative;
}

.best_srv5 {
    padding: 20px 0px 30px;
    transition: .3s;
    text-align: center;
}

.best-contact {
    position: relative;
}

.best-contact:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -168px;
    z-index: 0;
    transition: .3s;
    background-color: #223900;
}

.best-contact a {
    width: 90px;
    height: 90px;
    line-height: 74px;
    font-size: 30px;
    color: #223900;
    background: #ffffff;
    border: 11px solid #223900;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.best_srv5 strong {
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.933);
    line-height: 28px;
    padding: 29px 0 12px;
}

.best_srv5 p {
    padding: 0 5px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
}


.why-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.why-title {
    padding: 0;
    text-align: center;
}

.why-title span {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 45px 10px;
    background: rgb(1 28 19);
    display: inline-block;
    border-radius: 60px;
}

.why-1 {
    padding: 12px;
    margin-top: 20px;
}

.why-2 {
    padding: 0;
}

.counter {
    border-radius: 15% 28%;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
    background: rgb(1 28 19);;
    line-height: 35px;
    overflow: hidden;
    padding: 0 0 18px;
    max-width: 350px;
    margin: 0 auto;
}

.counter .counter-icon {
    padding: 0 0 94px;
}

.counter .counter-icon i {
    font-size: 40px;
    color: #ffdc00;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: -20px;
    padding: 0 0 0 11px;
    width: 95px;
    height: 95px;
    line-height: 115px;
    font-weight: 600;
}

.counter .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 2px 8px 0px;
    background: #000000;;
    border: 1px solid #ffffff;
    border-left: 0;
    border-right: 0;
}

.counter span {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    padding: 13px 0 0;
    display: block;
}

@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .head-number a {
        margin: 0px 0 0px;
    }

    .col-sm-4 {
        width: 50%;
    }
}

@media(min-width:640px) and (max-width:767px) {}

@media(min-width:480px) and (max-width:639px) {
    .head-number a {
        font-size: 30px;
        margin: 30px 0 0px;
    }

    .head-number span {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 30px;
        bottom: 0px;
        border: 2px solid #fffd2a78;
    }

    .services-list1 strong {
        font-size: 35px;
    }

    .services-love1 {
        padding: 0px;
    }

    .contact-number a {
        font-size: 35px;
    }

    .aboutus-heading strong {
        font-size: 37px;
        line-height: 40px;
        padding-bottom: 5px;
    }

    .border-about {
        padding: 10px;
    }

    .why-img img {
        max-width: 50%;
    }

    .why-title {
        font-size: 30px;
    }

    .testimonials-heading strong {
        font-size: 37px;
        line-height: 40px;
        padding-bottom: 5px;
    }
    .services-love2 strong {
  line-height: 40px;
  text-align: center;
}
}

@media(min-width:320px) and (max-width:479px) {
    .head-number a {
        font-size: 25px;
        margin: 10px 0 0px;
    }

    .head-number span {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 25px;
        right: -12px;
        bottom: 0px;
        border: 2px solid #fffd2a78;
    }

    .tophead-line p {
        font-size: 16px;
    }

    .services-list1 strong {
        font-size: 35px;
    }

    .services-love1 {
        padding: 0px;
    }

    .contact-number a {
        font-size: 35px;
    }

    .aboutus-heading strong {
        font-size: 37px;
        line-height: 40px;
        padding-bottom: 5px;
    }

    .border-about {
        padding: 10px;
    }

    .why-img img {
        max-width: 50%;
    }

    .why-title {
        font-size: 30px;
    }

    .testimonials-heading strong {
        font-size: 37px;
        line-height: 40px;
        padding-bottom: 5px;
    }

    .text-footer {
        padding-left: 10px;
    }

    .text-footer p a {
        font-size: 22px;
    }
    .services-love2 strong {
  line-height: 40px;
  text-align: center;
}
}