@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}

.hdd {
    font-family: "Patua One", serif;
    font-weight: 400;
    font-style: normal;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg2.jpg);
    background-attachment: fixed;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}

.services-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-heading {
    padding: 0 0 0 0px;
}

    .about-heading strong {
        font-size: 30px;
        font-weight: 500;
        padding: 0px 0 0 0px;
        color: #000000;
        text-transform: capitalize;
    }

    .about-heading p {
        color: #feae00;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 500;
        background: #730608;
        padding: 8px 15px 7px;
        border-radius: 20px 0;
    }

.services-1 {
    padding: 12px;
}

.services-2 {
    padding: 0;
    background: #feae00;
    transition: 0.4s ease-in-out;
    border-radius: 35px;
    padding-bottom: 20px;
}

.services-3 {
    padding: 0;
}

    .services-3 img {
        width: 100%;
        border-radius: 30px;
    }

.services-4 {
    text-align: center;
    width: 100%;
    margin-top: 1em;
    position: relative;
    background-size: cover;
    padding: 0;
}

    .services-4 strong {
        display: block;
        font-size: 25px;
        color: #730608;
        text-transform: capitalize;
        font-weight: 500;
        background: #fff;
        margin: 0 0 0px;
        line-height: 40px;
    }

    .services-4 p {
        color: #000;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        padding: 5px 10px;
    }

    .services-4 a {
        color: #ffffff;
        padding: 7px 28px 6px;
        font-size: 17px;
        text-transform: uppercase;
        border-radius: 70px;
        display: inline-block;
        background: #730608;
    }

.aboutus-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #feae00;
}

.aboutus-2 {
    padding: 0px 0px 0px 0px;
}

.about-content p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    text-align: justify;
    padding: 0px 0 10px;
}

    .about-content p strong {
        color: #ff082c;
        font-weight: 500;
    }

.about-content ul {
    padding: 0;
}

    .about-content ul li {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: #730608;
        text-transform: capitalize;
        display: block;
        padding: 8px 12px 8px 51px;
        position: relative;
        margin: 10px 0;
        border-radius: 10px;
        float: left;
        width: 100%;
    }

        .about-content ul li i {
            margin: 0 auto;
            position: absolute;
            left: 10px;
            font-size: 20px;
            color: #000000;
            font-weight: 500;
            top: -1px;
            height: 31px;
            line-height: 31px;
            text-align: center;
            width: 31px;
            border-radius: 0 0 20px 20px;
            background: #ffffff;
            box-shadow: -1px 4px 6px #ffede8;
        }

.about-content {
    margin-top: 20px;
}

.topservices {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.top-services1 {
    padding: 12px;
    margin-top: 20px;
}

.top-services2 {
    padding: 0px;
    background: #feae00;
    box-shadow: 0 0 9px 0px #e7e7e7;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    margin: 0;
}

.top-services3 img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    border-bottom: 10px solid #00a300;
}

.top-services3 {
    padding: 0;
}

    .top-services3 span {
        position: relative;
        display: block;
    }

        .top-services3 span a {
            border-radius: 50%;
            height: 50px;
            width: 50px;
            background: #00a300;
            color: #ffffff;
            position: absolute;
            text-align: center;
            left: 0;
            right: 0;
            margin: 0 auto;
            line-height: 50px;
            font-size: 30px;
            display: inline-block;
            bottom: -20px;
            animation-name: fa-spin;
            animation-duration: var(--fa-animation-duration, 13s);
            animation-iteration-count: var(--fa-animation-iteration-count, infinite);
            animation-timing-function: var(--fa-animation-timing, linear);
            border: 2px dashed #fff;
        }

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.top-services4 {
    text-align: center;
    padding: 30px 15px 15px;
}

.top-services5 {
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    transition: 0.4s ease-in;
}

    .top-services5 strong {
        text-transform: capitalize;
        text-align: center;
        font-size: 24px;
        color: #730608;
        font-weight: 500;
    }

    .top-services5 p {
        color: #000;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }

.list-section {
    padding: 0 0 50px 0;
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
}


    .list-section:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 30%;
        top: 0;
        margin: 0 auto;
        background: #feae00;
        z-index: -9;
        left: 0;
    }

.list-top1 {
    padding: 0px 20px 0;
}

.list-top2 {
    padding: 0px;
}

    .list-top2 ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .list-top2 ul li {
            padding: 12px 9px 10px;
            border-radius: 50px 0px;
            color: #fff;
            font-size: 18px;
            text-transform: capitalize;
            margin: 17px 0px 0px;
            background: #730608;
            font-weight: 500;
            border: 2px solid #feae00;
        }


.testimonials {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.client-testi {
    padding: 12px 0 0;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.testimonails-2 {
    padding: 0px 0 30px;
    border-radius: 0px 30px 30px 30px;
    position: relative;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 9px 0px #e7e7e7;
    overflow: hidden;
}

#sss {
    margin: 0 auto;
    position: absolute;
    right: 20px;
    font-size: 205px;
    color: #ff371d0f;
    font-weight: 500;
    z-index: -9;
    line-height: 41px;
    text-align: center;
    top: 105px;
}

.testimonails-2 p {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 25px;
}

.testimonails-2 span {
    display: block;
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    margin: 10px 0px 0px auto;
}

.testimonails-2 strong {
    display: block;
    padding: 15px 0 0 0;
}

    .testimonails-2 strong i {
        color: #feae00;
        font-weight: 500;
        font-size: 20px;
        padding: 0 7px;
    }

.footer {
    background: #730608;
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
}

.footer-left1 {
    padding: 30px 12px 30px;
}

.footer-about {
    padding: 0px 0 0;
}

    .footer-about a {
        display: inline-block;
        font-size: 19px;
        text-transform: uppercase;
        color: #000000;
        background: #ffffff;
        padding: 9px 11px 6px;
        font-weight: 800;
    }

    .footer-about p {
        color: #ffffff;
        padding: 15px 0 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 32px;
        text-align: justify;
    }

.footer-right-1 {
    
    background: #fff;
}

    .footer-right-1 strong {
        display: block;
        color: #000000;
        font-size: 32px;
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
    }

    .footer-right-1 ul {
        padding: 7px 0 0;
        list-style: none;
        margin: 0;
    }

        .footer-right-1 ul li {
            padding: 2px;
            background: #69cb00;
            margin: 6px 0px;
            text-align: left;
            position: relative;
        }

    .footer-right-1 li b {
        font-size: 18px;
        font-weight: 600;
        color: #002c00;
        text-transform: capitalize;
        display: block;
        background: #fff;
        text-align: left;
        padding: 2px 2px;
    }

    .footer-right-1 li span {
        font-size: 36px;
        display: block;
        color: #fff;
        padding: 0px 0 0 0;
        font-weight: 800;
    }

.footer-left1 {
    padding: 30px 12px 30px;
}

.footer-navigation1 a {
    display: block;
}

    .footer-navigation1 a b {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        display: block;
        color: #ffffff;
        text-transform: uppercase;
    }

    .footer-navigation1 a span {
        color: #fff;
        padding: 10px 10px;
        text-transform: capitalize;
        margin: 12px 0 0;
        font-weight: 500;
        font-size: 25px;
        text-align: left;
        display: block;
        border: 1px solid white;
        position: relative;
        z-index: 9;
    }

        .footer-navigation1 a span i {
            font-size: 30px;
            font-weight: 400;
            margin: 0px 0 0px 0px;
        }

.copy-right {
    padding: 10px 0 20px;
    background: #730608;
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 30px;
}

    .copy-right p {
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;
        padding: 10px 0;
        display: block;
    }


.why-section {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.why-1 {
    padding: 30px 0 22px;
    margin-top: 10px;
}

.why-2 {
    padding: 0;
}

.counter {
    text-align: center;
    width: 227px;
    height: 327px;
    padding: 38px 0 10px;
    border-radius: 20px 20px;
    margin: 0 auto;
    background: #730608;
    position: relative;
    z-index: 0;
    line-height: 68px;
    /* overflow: hidden; */
}

    .counter:before {
        content: "";
        position: absolute;
        background: #feae00;
        width: 28px;
        height: 15px;
        border-radius: 50px 50px 0 0;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .counter p {
        color: #730608;
        font-size: 21px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 0;
        position: relative;
        z-index: 1;
        line-height: 38px;
        background: #fff;
    }

    .counter span {
        color: #ffffff;
        font-size: 35px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 0px 0 0;
        position: relative;
        display: inline-block;
    }

    .counter .counter-icon {
        font-size: 44px;
        color: #730608;
        padding: 0;
        background: radial-gradient(#ffffff 52%, #ffc144);
        width: 110px;
        height: 110px;
        margin: 12px auto 0;
        line-height: 109px;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 0 20px #fff;
        border: 3px solid #ffc144;
    }

        .counter .counter-icon i {
            font-weight: 500;
        }



.top-head-section {
    background: #730608;
    float: left;
    width: 100%;
}

.top-head-num a {
    padding: 5px 0 7px;
    display: block;
    font-weight: 600;
    color: #ffae00;
    font-size: 20px;
    text-align: center;
    position: relative;
    text-shadow: 0 0 20px #ffae00;
}

    .top-head-num a i {
        font-size: 29px;
        font-weight: 500;
        position: absolute;
        right: 0;
        bottom: -35px;
        width: 54px;
        height: 54px;
        line-height: 55px;
        background: #ffae00;
        color: black;
        text-align: center;
        border-radius: 50%;
    }

.top-head-mark p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 30px;
    text-transform: capitalize;
    text-align: right; background:#8F0806; 
    border-radius:0px 0px 20px 20px;
}

.head-line p {
    padding: 6px 42px 6px;
    position: relative;
    text-transform: capitalize;
    background: #feae00;
    color: #010601;
    border-radius: 70px 70px 0 0;
    font-size: 18px;
    display: block;
    font-weight: 600;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
}

.award {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background: #feae00;
}

.award-img img {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.header {
    float: left;
    width: 100%;
    padding: 5px 0px;
    background: #fff;
    text-align: center;
}

.head-line {
    float: left;
    width: 100%;
    background: #fff;
}


@media(min-width:992px) and (max-width:1200px) {
}

@media(min-width:768px) and (max-width:991px) {
    .top-head-num a i;

{
    display: none;
}

.header2 {
    display: none;
}

.header .col-sm-4 {
    width: 50%;
}

.top-services1 {
    width: 50%;
}

.services-1 {
    width: 50%;
}

}

@media(min-width:640px) and (max-width:767px) {
    .top-head-num a i;

{
    display: none;
}

.header2 {
    display: none;
}

}

@media(min-width:480px) and (max-width:639px) {
    .top-head-num a i;

{
    display: none;
}

.header2 {
    display: none;
}

}

@media(min-width:320px) and (max-width:479px) {
    .top-head-num a i;

{
    display: none;
}

.header2 {
    display: none;
}

.about-heading strong {
    font-size: 45px;
}

.footer-right-1 li span {
    font-size: 30px;
}

.footer-navigation1 a span {
    font-size: 30px;
}
}
