@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.hdd {
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg.png);
    background-attachment: fixed;
    background-repeat: repeat;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}



.best-service {
    padding: 50px 0;
    float: left;
    width: 100%;
}

.best-picc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(170deg, rgba(239, 187, 39, .65), rgba(0, 0, 0, .68));
    height: 100%;
    transition: all .4s;
    transition-timing-function: cubic-bezier(.17, .67, .83, .67)
}

.best-texx2 {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 100%;
    transition: all .4s;
    transition-timing-function: cubic-bezier(.17, .67, .83, .67)
}

.best-texx2 h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.best-texx2 span {
    position: relative;
    padding: 0 0 15px 0;
    display: block;
    font-size: 15px;
    font-weight: 700
}

.best-texx2 span a {
    padding: 3px 10px;
    text-decoration: none;
    color: #fff;
    background-color: #e80d00
}

.best-texx2 span a:hover {
    background-color: #111
}

.best-serv5 {
    overflow: hidden
}

.best-serv4:hover .best-serv5 img {
    transform: scale(1.1)
}

.best-serv5 img {
    transition: all .4s;
    transition-timing-function: cubic-bezier(.17, .67, .83, .67)
}

.best-serv4:hover .best-texx2 {
    bottom: 40px
}

.best-serv4:hover .best-picc {
    background: linear-gradient(180deg, rgba(239, 187, 39, 0) 0, rgba(84, 4, 75, .74) 100%)
}

.best-serv3 {
    width: 25%;
    margin: 0;
    padding: 0;
}


.best-texx2 {
    text-align: left
}

.best-serv2 {
    padding: 0;
    margin: 0;
}

.best-serv5 {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.best-serv4 {
    padding: 0;
    margin: 0;
}

.other-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
}


.our-ser2 {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.our-ser5 {
    background: linear-gradient(60deg, #ffb902 59%, transparent 60%);
    padding: 15px;
    transition: all .4s;
    transition-timing-function: cubic-bezier(.17, .67, .83, .67)
}

.our-ser7 {
    overflow: hidden
}

.our-ser7 img {
    transition: all .4s;
    transition-timing-function: cubic-bezier(.17, .67, .83, .67)
}

.our-ser4:hover .our-ser7 img {
    transform: scale(1.2)
}

.our-ser4:hover .our-ser5 {
    background: linear-gradient(60deg, #333 59%, transparent 60%)
}

.our-ser6 {
    padding: 10px 0
}

.our-ser6 p {
    font-size: 17px;
}

.our-ser6 h4 {
    font-size: 25px;
    color: #e80d00
}

.our-ser6 span {
    display: block;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 2px
}

.our-ser6 span:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    margin: 10px auto;
    width: 10%;
    height: 4px;
    background-color: #e80d00;
    transition: all .4s;
    transition-timing-function: cubic-bezier(.17, .67, .83, .67)
}

.our-ser6 span:hover:after {
    width: 20%
}

.our-ser6 span a:hover {
    color: #111
}

.our-ser6 span a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #e80d00
}

.our-ser3 {
    padding: 10px
}

.our-ssr2 {
    background-color: #fff
}

.our-ser5.our-ssr3 {
    background: linear-gradient(40deg, #ffb902, transparent 10%), linear-gradient(223deg, #ffb902, transparent 10%), linear-gradient(329deg, #ffb902, transparent 10%), linear-gradient(139deg, #ffb902, transparent 10%)
}

.our-ser4:hover .our-ser5.our-ssr3 {
    background: linear-gradient(40deg, #333, transparent 10%), linear-gradient(223deg, #333, transparent 10%), linear-gradient(329deg, #333, transparent 10%), linear-gradient(139deg, #333, transparent 10%)
}





.top-section {
    background: #ffb902;
    float: left;
    width: 100%;
}

.top-left span {
    font-size: 26px;
    display: block;
    text-transform: capitalize;
    font-weight: 800;
    padding: 6px 0 0;
    color: #000000;
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

.top-right span {
    font-size: 29px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    padding: 3px 15px 3px;
    background: linear-gradient(90deg, #e80d00 30%, #ffb902 80%);
}

.head-line {
    padding: 0;
    background: #ffb902;
    float: left;
    width: 100%;
}

.head-line1 b {
    color: #fff;
    font-weight: 700;
}

.head-line1 {
    padding: 11px 10px 0px 10px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
    color: #000;
}

.mark-section {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(90deg, #e80d00 30%, #ffb902 80%);
}

.mark-left1 strong {
    font-size: 44px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    color: #ffffff;
}

.mark-left1 strong b {
    font-weight: 700;
}

.mark-left1 p {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    padding: 4px 0 0;
}

.mark-right1 a {
    display: inline-block;
    padding: 10px 27px 9px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    color: #212121;
    margin: 0 0 0 10px;
}

.mark-right1 .chat {
    background: #038303;
    color: #fff;
}

.mark-design {
    align-items: center;
}

.mark-right1 {
    margin-top: 30px;
}


.awards {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.award1 {
    padding-top: 20px;
}


.about-title {
    padding: 0 0 15px;
}

.about-title span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    color: #ffb902;
    background: #000;
    padding: 6px 30px 5px;
    border-radius: 35px 0;
}

.about-title strong {
    color: #000;
    font-size: 48px;
    text-transform: capitalize;
    display: block;
    background: linear-gradient(90deg, #e80d00 30%, #ffb902 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: -19px 0 0;
    position: relative;

}


.list-design {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.list-design1 {
    background: linear-gradient(90deg, #e80d00 30%, #ffb902 80%);
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.heading-list strong {
    padding: 5px 5px 7px;
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
    display: block;
    color: #000;
    background: #fff;
}

.left-list1 ul {
    padding: 0 15px 0;
}

.left-list1 ul li {
    color: #ffb902;
    font-size: 17px;
    margin: 20px 0;
    padding: 10px 50px 10px;
    font-weight: 500;
    position: relative;
    background: #000;
    text-transform: capitalize;
    border-radius: 50px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
}

.left-list1 ul li:before {
    content: '';
    background-image: url(../images/circ.png);
    width: 20px;
    height: 29px;
    left: 20px;
    top: 8px;
    margin: 0;
    display: inline-block;
    position: absolute;
}

.left-list1 ul li:after {
    content: '';
    background-image: url(../images/circ.png);
    width: 20px;
    height: 29px;
    right: 20px;
    top: 8px;
    margin: 0;
    display: inline-block;
    position: absolute;
}

.header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background: #fff;
}

.header2 img {
    display: table;
    margin: 0 auto;
    float: none;
    width: 60%;
}

.testimonials-section {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.testimonials-2 {
    position: relative;
    z-index: 9;
    background: linear-gradient(89deg, #e80d00, #ffb902 80%);
    border-radius: 20px;
    padding: 0px 10px 27px;
}

.testimonials-2:before {
    background: #fff;
    content: "";
    height: 93%;
    width: 94%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -9;
    margin: 0 auto;
    border-radius: 20px;
    top: 9px;
}

.testimonials-3 img {
    border-radius: 15px;
    padding: 3px;
    height: 80px;
    background: -webkit-linear-gradient(90deg, #e80d00, #ffb902 80%);
    margin: -21px 0 0 20px;
}

.testimonials-4 {
    display: flex;
    justify-content: center;
    padding: 18px 16px 10px;
    align-items: center;
    border-bottom: 2px solid #e91300;
}

.testimonials-4 strong {
    color: #212121;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    font-size: 18px;
    width: 60%;
    position: relative;
    text-align: left;
}

.testimonials-4 ul {
    width: 40%;
    text-align: right;
    display: inline;
}

.testimonials-4 ul li {
    margin: 0 -3px;
    display: inline;
    letter-spacing: 5px;
}

.testimonials-4 ul li i {
    color: #ffaa00;
    padding: 8px 0px 0;
    height: 1.4rem;
    width: 1.4rem;
    display: inline-block;
}

.testimonials-5 p {
    color: #122121;
    font-size: 16px;
    line-height: 30px;
    padding: 12px 21px 0;
    text-align: justify;
}

.testimonials-1 {
    margin-top: 40px;
}



.footer-sec {
    background: #ffb902;
    float: left;
    width: 100%;
    padding-top: 50px;
}

.footer-1 {
    padding: 12px;
    text-align: center;
}

.footer-call {
    padding: 0;
}

.footer-call a {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 43px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    padding: 10px 12px 5px;
}

.footer-call a img {
    width: 63px;
    margin: -7px 3px 0 0;
}

.disclaimer {
    padding: 15px 0 5px;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    line-height: 19px;
    text-align: center;
}

.copyryt p {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #f00;
}


.bringlove-services {
    padding-top: 50px;
    float: left;
    width: 100%;
}

.content-loveservices {
    padding: 11px 0 0;
}

.content-loveservices p {
    color: #000000;
    text-align: justify;
    line-height: 27px;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0 0;
}

.contact-number a {
    display: block;
    background: #e80d00;
    width: fit-content;
    padding: 11px 10px 11px 10px;
    position: relative;
    margin: 30px auto 0;
    border-radius: 80px;
}

.contact-number a p {
    color: #fff;
    padding: 10px 20px 0 20px;
    text-align: center;
    font-size: 54px;
}

.contact-number a p i {
    font-weight: 600;
    color: #ffb902;
    text-transform: uppercase;
}

.contact-number a p b {
    font-weight: 600;
    color: #fff;
}

.love-banner img {
    max-width: 100%;
    border-radius: 30% 70% 70% 30% / 40% 60%;
}





.whychooseus-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}


.choose-1 {
    padding: 10px;
    margin-top: 20px;
}

.choose-3 {
    background: #ffb902;
    padding: 30px 10px;
    position: relative;
    z-index: 9;
    text-align: center;
}

.choose-3 strong {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000000;
}

.choose-4 {
    background: #e80d00;
    position: relative;
    text-align: center;
    z-index: 9;
}

.choose-4 span {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background: #ffffff;
    line-height: 100px;
    text-align: center;
    display: block;
    margin: 0px auto 0px;
    z-index: 9;
    position: relative;
}

.choose-4 span:before {
    content: '';
    position: absolute;
    width: 146px;
    height: 146px;
    border-radius: 73px;
    box-shadow: inset 0px 5px 5px rgb(2 37 53 / 46%);
    border: 20px solid #e80d00;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
    z-index: -9;
}

.choose-4 span img {
    height: 82px;
}

.choose-4 p {
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
}


@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .header2 {
        display: none;
    }

    .our-ser3 {
        width: 50%;
    }

    .header .col-sm-5 {
        width: 50%;
    }
}

@media(min-width:640px) and (max-width:767px) {

    .top-right span {
        font-size: 20px;
    }

    .top-left span {
        font-size: 18px;
    }

    .header2 {
        display: none;
    }

    .our-ser3 {
        width: 100%;
    }

    .contact-number a p {
        font-size: 32px;
    }

    .best-serv3 {
        width: 50%;
    }

    .heading-list strong {
        font-size: 30px;
    }

    .footer-call a {
        font-size: 35px;
    }
}

@media(min-width:480px) and (max-width:639px) {
    .top-right span {
        font-size: 20px;
    }

    .top-left span {
        font-size: 18px;
    }

    .header2 {
        display: none;
    }

    .our-ser3 {
        width: 100%;
    }

    .contact-number a p {
        font-size: 32px;
    }

    .best-serv3 {
        width: 50%;
    }

    .heading-list strong {
        font-size: 30px;
    }

    .footer-call a {
        font-size: 35px;
    }
}

@media(min-width:320px) and (max-width:479px) {
    .top-right span {
        font-size: 20px;
    }

    .top-left span {
        font-size: 18px;
    }

    .header2 {
        display: none;
    }

    .our-ser3 {
        width: 100%;
    }

    .contact-number a p {
        font-size: 22px;
    }

    .best-serv3 {
        width: 100%;
    }

    .heading-list strong {
        font-size: 30px;
    }

    .footer-call a {
        font-size: 35px;
    }

}