@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/bg.png);
    background-attachment: fixed;
    background-repeat: repeat;
}

img {
    max-width: 100%;
}

body {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

.hdd {
    font-family: "Anton", sans-serif, Outfit;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

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



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

.best-services1 {
    padding: 12px;
}

.best-services2 {
    position: relative;
    padding: 0;
    z-index: 1;
}

    .best-services2:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #000, #999);
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        margin: 0 auto;
        border-radius: 40px;
    }

.best-services3 {
    position: relative;
    padding: 25px 0 0 0;
    text-align: center!important;
}

    .best-services3 img {
        border-radius: 500px 500px 40px 40px;
        border: 9px solid #ffffff;
        width: 95%;
        text-align: center!important;
    }

    .best-services3 span {
        display: block;
        position: absolute;
        height: 70px;
        width: 20px;
        background: #ffffff;
        top: 0;
        left: 0;
        right: 0;
        margin: 0px auto 0;
        z-index: -1;
    }

.best-services4 {
    padding: 25px 15px;
}

.best-services5 strong {
    display: block;
    padding: 6px 10px 6px;
    background: #fff;
    font-size: 20px;
    text-transform: uppercase;
    color: #f10018;
}

.best-services5 p {
    padding: 10px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.srv-contact a {
    color: #000;
    background: #ffc300;
    padding: 8px 20px 7px;
    display: inline-block;
    margin: 0px 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px 20px;
}

    .srv-contact a:nth-child(2) {
        background: green;
        margin: 0;
        color: #fff;
    }






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

.about-section-1 {
    padding: 0;
}

.about-us-content {
    padding: 0;
}

.about-title {
    padding: 0 0 10px;
    text-align: center;
}

    .about-title strong {
        font-size: 30px;
        font-weight: 100;
        text-transform: capitalize;
        display: block;
        padding: 0 0px 20px 0px;
        color: #f10018;
    }

    .about-title p {
        font-size: 17px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 7px 10px 7px;
        text-align: center;
        border: 1px solid #52525240;
        color: #000;
        border-radius: 50px;
        margin: -20px 0 0;
    }

.about-us-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    color: #141414;
    padding: 5px 0;
}

    .about-us-content p strong {
        color: #f10018;
        font-weight: 700;
    }

.about-heading {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    display: block;
    color: #000000;
    text-transform: capitalize;
    padding: 10px 0 0;
    text-decoration: underline;
}

.about-us-content ul {
    padding: 8px 0 5px;
}

    .about-us-content ul li {
        font-size: 17px;
        font-weight: 500;
        line-height: 25px;
        color: #ffffff;
        padding: 9px 10px;
        background: linear-gradient(45deg, #FBD402, #030300, #FBD402);
        border-radius: 50px;
        margin: 4px 2px;
        display: inline-block;
    }

        .about-us-content ul li:before {
            content: "";
            font-weight: 900;
            color: #ed0017;
            font-size: 10px;
            text-align: center;
            padding: 0 5px 0 0;
        }








.srv-sec-1 {
    padding: 0px 0px 50px 0px;
    float: left;
    width: 100%;
}

.srv-sec-line {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 8px 12px 11px;
    text-align: center;
    background: #222222;
    color: #ffffff;
}

.other-srv-left {
    padding: 12px 0px;
    background: #FBD402;
}

.other-srv1 {
    padding: 10px;
}

.other-srv2 {
    padding: 20px 20px 12px;
    background: #ffffff;
    border-radius: 200px 200px 20px 20px;
    text-align: center;
}

    .other-srv2 img {
        border-radius: 50%;
        border: 10px solid #fe016e21;
    }

    .other-srv2 p {
        padding: 12px 0 0;
        font-size: 20px;
        text-transform: capitalize;
        background-color: #ffffff;
        color: #000;
    }

.srv-sec-2 {
    padding: 48px 10px 0;
}

.srv-mn {
    padding: 8px;
}

.srv-inr {
    background: #ffffff;
    box-shadow: 0 0 1px #cbc5c5;
    padding: 10px;
    text-align: center;
}


.srv-name {
    padding: 0;
}


    .srv-name span img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }


    .srv-name strong {
        font-size: 24px;
        text-transform: capitalize;
        background-color: #ffffff;
        padding: 10px 10px 0;
        display: block;
        color: #f10018;
    }

.srv-text {
    padding: 0 10px;
}

    .srv-text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        color: #000;
        padding: 5px 0 10px;
    }

    .srv-text ul li {
        background: #fe016e;
        font-size: 16px;
        display: inline-block;
        padding: 6px 20px;
        text-transform: uppercase;
        margin: 0px 4px 0 0;
        font-weight: 700;
        border-radius: 30px;
    }

        .srv-text ul li:nth-child(2) {
            background: #17ba26;
            border-radius: 50px;
            margin: 0 4px 10px 0;
            padding: 6px 20px;
        }

        .srv-text ul li a {
            color: #ffffff;
        }


.choose1 {
    padding: 30px 0 0;
}

.choose-1 {
    padding: 8px 8px;
}

.choose-2 {
    border: 1px solid #e1e1e180;
}

.choose-icon {
    padding: 10px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    border-radius: 0 0 70px 70px;
    background: linear-gradient(45deg, #FBD402, #000, #FBD402);
    text-align: center;
}

    .choose-icon i {
        font-size: 60px;
        color: #fff;
    }

.choose-head {
    padding: 0 10px 10px;
}

    .choose-head p {
        font-size: 22px;
        text-transform: capitalize;
        padding: 10px 0 5px;
        color: #ed0017;
    }

    .choose-head span {
        display: block;
        font-size: 17px;
        font-weight: 400;
        line-height: 31px;
        color: #141414;
    }






.footer-section {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
}

.footer-left1 {
    padding: 10px;
}

.footer-left2 {
    padding: 20px;
}

    .footer-left2 ul li {
        color: #000000;
        padding: 8px 10px;
        background: #fff;
        position: relative;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 10px 0 0;
        border-radius: 40px;
        align-items: center;
    }

        .footer-left2 ul li i {
            font-size: 22px;
            color: #fe006f;
            padding-right: 3px;
        }


.footer-right1 {
    padding: 0;
}

.footer-right2 {
    padding: 10px 0;
}

.contact-left1 {
    padding: 10px;
}

.contact-left2 {
    padding: 0;
}

    .contact-left2 a {
        padding: 17px 5px 10px;
        text-align: center;
        position: relative;
        border: 1px solid #ffffff;
        border-radius: 20px;
        display: block; margin-bottom:10px;
    }

        .contact-left2 a span {
            font-size: 25px;
            color: #ffffff;
            font-weight: 700;
            padding: 10px 0 0;
        }

        .contact-left2 a i {
            font-size: 30px;
            color: #ffffff;
        }

.footer-ws {
    padding: 0;
}

    .footer-ws a {
        color: #fff;
        padding: 12px 5px 10px;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        display: block;
        position: relative;
        z-index: 9;
        border-radius: 20px;
    }

        .footer-ws a span i {
            display: block;
            font-size: 30px;
            padding: 0 0 5px;
        }

        .footer-ws a span:before {
            background: url(../images/bg-whatsapp.jpg) no-repeat #31e531;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            z-index: -9;
            opacity: 0.2;
            background-size: cover;
        }

.disclaimer {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    padding: 20px 0px;
}

.copyryt {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    padding: 8px 20px; background:#ffc300;
}

    .copyryt span {
        display: block;
    }

.top-head {
    padding: 0;
    background: #000;
    float: left;
    width: 100%;
}

.top-head-1 {
    padding: 0;
}

.bg-r {
    padding: 0;
    float: left;
    width: 100%;
}

.bg-left {
    padding: 0;
}

.bg-left-1 {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    padding: 7px 10px;
}

    .bg-left-1 a {
        color: #ffffff;
    }

        .bg-left-1 a:hover {
            color: #fcd000;
            text-decoration: none;
        }

.bg-right {
    padding: 0;
}

.bg-right-1 {
    padding: 0;
}

.contact-right {
    width: 100%;
    font-size: 18px;
    color: #000000;
    text-align: center;
    background: #FBD402;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 100px;
}

.head-list {
    padding: 0;
    background-color: #000000;
    float: left;
    width: 100%;
}

.head-list1 {
    padding: 10px 0;
    font-size: 20px;
    color: #ffc300;
    font-weight: 600;
}



.testimonials-section {
    position: relative;
    background: linear-gradient(90deg, #ffc300 25%, transparent 0);
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonials-section1 {
    padding: 0px 0 0px;
}

.testimonials-1 {
    padding: 35px 10px 0;
}

.testimonials-2 {
    background: #fff;
    padding: 20px;
    position: relative;
    border: 2px solid #ffc300;
}

.testimonials-3 {
    padding: 0;
}

.testi-text {
    padding: 0;
}

    .testi-text strong {
        color: #000000;
        font-size: 22px;
        font-weight: 600;
        display: block;
        text-transform: capitalize;
    }

        .testi-text strong span {
            color: #f10018;
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
            padding: 0 0px 0 0px;
            text-transform: uppercase;
        }

.rating {
    color: #ffc300;
    padding: 5px 0 0;
}

.testi-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    padding: 7px 0 0;
}

.footer-section {
    padding-top: 40px;
    float: left;
    width: 100%;
}

.header2 img {
    width: 80%;
}

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

@media(min-width:768px) and (max-width:991px) {
    .top-head-1 .col-sm-5;

{
    width: 100%;
}

.top-head-1 .col-sm-7 {
    width: 100%;
}

.best-services1 {
    padding: 12px;
    width: 50%;
}

.other-srv1 {
    padding: 10px;
    width: 50%;
}

}

@media(min-width:640px) and (max-width:767px) {
    .header2;

{
    display: none;
}

.best-services1 {
    float: left;
}

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

.other-srv1 {
    padding: 10px;
    width: 100%;
}

.srv-mn {
    padding: 8px;
    width: 100%;
}

.choose-1 {
    padding: 8px 8px;
    width: 100%;
}

.testimonials-1 {
    padding: 35px 10px 0;
    float: left;
}

.contact-left1 {
    width: 100%;
}

}

@media(min-width:480px) and (max-width:639px) {
    .header2;

{
    display: none;
}

.best-services1 {
    float: left;
}

.about-title strong {
    font-size: 25px;
}

.other-srv1 {
    padding: 10px;
    width: 100%;
}

.srv-mn {
    padding: 8px;
    width: 100%;
}

.choose-1 {
    padding: 8px 8px;
    width: 100%;
}

.testimonials-1 {
    padding: 35px 10px 0;
    float: left;
}

.contact-left1 {
    width: 100%;
}

}

@media(min-width:320px) and (max-width:479px) {
    .header2;

{
    display: none;
}

.best-services1 {
    float: left;
}

.about-title strong {
    font-size: 30px;
}

.other-srv1 {
    padding: 10px;
    width: 100%;
}

.srv-mn {
    padding: 8px;
    width: 100%;
}

.choose-1 {
    padding: 8px 8px;
    width: 100%;
}

.testimonials-1 {
    padding: 35px 10px 0;
    float: left;
}

.contact-left1 {
    width: 100%;
}

.contact-left2 a span {
    font-size: 26px;
}

.footer-ws a {
    color: #fff;
    font-size: 26px;
}
}
