@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');

body {
    font-family: "Livvic", sans-serif;
    font-weight: 500;
}

.hdd {
    font-family: "Young Serif", serif;
    font-weight: 400;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/hand_bg.png);
    background-attachment: fixed;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}

.tophead-section {
    background: linear-gradient(to right, #c31432, #240b36);
    float: left;
    width: 100%;
}

.tophead-left1 {
    padding: 0;
    border-radius: 0px 0px 20px 0px;
    position: relative;
    background: #ffff;
}

.tophead-left2 {
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    line-height: 35px;
    margin: 11px 0 -5px 0;
}

.tophead-right1 {
    padding: 0 0 0 30px;
}

.tophead-right2 p {
    border-radius: 50px 0 0 50px;
    background: #fff701;
    font-weight: 600;
    padding: 4px 10px;
    margin: 8px 0 0 0;
    color: #000000;
    font-size: 19px;
    text-transform: capitalize;
    text-align: center;
}

.head-section {
    float: left;
    width: 100%;
    background: linear-gradient(to right, #c31432, #240b36);
    padding-bottom: 10px;
}

.head-logo1 {
    padding: 0;
}

.head-right1 {
    padding: 10px;
    text-align: center;
}

.head-right2 a {
    font-size: 57px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    margin-top: 20px;
}

.banner3 {
    float: left;
    width: 100%;
}

.banner3 img {
    float: left;
    width: 100%;
}

.aboutus-section {
    float: left;
    width: 100%;
    position: relative;
}

.list-design {
    padding: 0;
    position: relative;
}

.list-design:before {
    width: 50%;
    background: #fff701;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
}

.list-design ul {
    padding: 50px 0 20px 15px;
    margin: 0;
    list-style: none;
}

.list-design ul li:first-child {
    margin: 0;
}

.list-design ul li {
    margin: 16px 0 0;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    display: block;
    border: 1px solid #fff701;
    background: #ffffff;
    padding: 14px 0px 10px 24px;
    border-radius: 50px;
}

.list-design ul li:before {
    background: url(../images/circle.png) no-repeat;
    position: absolute;
    content: "";
    right: 15px;
    height: 40px;
    top: 11%;
    width: 40px;
    animation: rotation 5s infinite linear;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.whatsapp-chat a {
    display: block;
    background: linear-gradient(45deg, #097f09, #007b00);
    position: relative;
    z-index: 9;
    padding: 0px 20px 20px;
    border-radius: 14px;
    margin-top: 20px;
}

.whatsapp-chat a span {
    color: #239025;
    padding: 0px 0px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 63px;
    display: block;
    height: 90px;
    width: 90px;
    line-height: 84px;
    margin: 0 auto;
    background: white;
    border-radius: 0 0 50% 50%;
}

.whatsapp-chat a b {
    margin: 0;
    padding: 10px 0 0;
    font-size: 25px;
    font-weight: 700;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
}

.whatsapp-chat a strong {
    margin: 0;
    padding: 0px 0 0px;
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0 0 0;
    display: block;
    color: #2e2e2e;
    background: #fff;
    border-radius: 10px;
}

.aboutus-2 {
    padding: 70px 0 0 40px;
}

.about-heading {
    background: #fff;
    border-radius: 0px 60px 60px 0px;
    margin: 0px 0px 0 0px;
    padding: 0 0 0 0px;
}

.about-heading strong {
    font-size: 35px;
    font-weight: 600;
    color: #781034;
    text-transform: capitalize;
}

.about-heading p {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    width: 65%;
    background: #f5ff00;
    margin: -27px auto 0 14px;
    padding: 8px 15px;
    padding-top: 15px;
}

.about-content p {
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: justify;
    padding: 0px 0 10px;
}

.about-content p strong {
    color: #d10000;
    font-weight: 600;
}

.about-content ul {
    padding: 10px 0px 10px 0px;
    margin: 0px 0 0px 0;
    list-style: none;
}

.about-content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(to right, #c31432, #240b36);
    text-transform: capitalize;
    margin: 0 0px 18px 0px;
    display: block;
    padding: 8px 12px 8px 51px;
    position: relative;
}

.about-content ul li i {
    margin: 0 auto;
    position: absolute;
    left: -1px;
    font-size: 18px;
    color: #4810d3;
    font-weight: 600;
    top: -1px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    width: 41px;
    border-radius: 10% 50% 50% 0%;
    background: #f5ff00;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        color: #01108a;
    }

    50% {
        color: #fff600;
    }

    100% {
        color: #01108a;
    }
}

.line-design {
    padding: 0;
    float: left;
    width: 100%;
    background: #fff600;
    padding: 5px 0px;
}

.line-free {
    padding: 0;
}

.line-free strong {
    display: inline-block;
    padding: 11px 0px;
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    color: #b51332;
}

.line-free strong {
    display: inline-block;
    padding: 11px 0px;
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
}

.line-free span {
    padding: 5px 30px 5px;
    display: inline-block;
    background: linear-gradient(to right, #fff701, #fff701);
    color: #781034;
    text-transform: capitalize;
    font-size: 18px;
    margin: 10px 0 23px;
    font-weight: 600;
}

.line-free a {
    display: block;
    font-size: 23px;
    font-weight: 500;
    color: #000;
}

.services-section {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.design-services {
    margin: 60px 0 0;
}

.services-1 {
    padding: 10px;
}

.services-2 {
    padding: 17px 13px 20px;
    border: 2px solid #d10000;
    background: linear-gradient(to top, #d10000 60%, #d10000 40%);
    border-radius: 10px;
    margin-top: 30px;
}

.services-3 img {
    border: 10px solid #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.services-3 strong {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: #f5ff00;
    font-size: 22px;
    padding-top: 5px;
}

.position-relative {
    position: relative !important;
}

.services-4 p {
    color: #ffffff;
    line-height: 28px;
    padding: 6px 0 16px;
    font-size: 16px;
}

.services-4 a {
    color: #f5ff00;
    background: #240b36;
    display: block;
    border-radius: 50px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.awards {
    padding: 0px 15px 50px 15px;
    position: relative;
    z-index: 99;
    border-radius: 60px 60px 0 0;
    background: #fff;
    float: left;
    width: 100%;
}

.awards-heading strong {
    font-size: 35px;
    display: inline-block;
    background: #240b36;
    font-weight: 600;
    margin: 20px;
    padding: 1px 20px 1px 20px;
    color: #ffffff;
    text-transform: capitalize;
}

.design-awards {
    align-items: center;
    padding: 20px 0 0;
}

.award1 {
    padding: 10px;
    margin-top: 20px;
}

.award2 img {
    width: 100%;
}

.other-services-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: linear-gradient(to right, #d10000, #d10000);
}

.other-services-section .choose-heading strong {
    color: #fff;
}

.design-other-services {
    padding: 40px 0 0 0;
}

.other-services1 {
    padding: 10px;
    margin-top: 30px;
}

.other-services2 {
    padding: 15px 0px 0;
    border-radius: 150px 150px 0 0;
    background: #e6e7da;
}

.other-services3 img {
    border: 13px solid #240b36;
    height: 220px;
}

.other-services4 {
    padding: 20px 15px 15px;
    margin: -30px auto 0;
    z-index: 99;
    position: relative;
}

.other-services4 strong {
    font-size: 20px;
    color: #000000;
    padding: 18px 0 0;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.other-services4 p {
    color: #1c1c1c;
    line-height: 30px;
    font-size: 16px;
}

.other-services5 {
    z-index: 9;
}

.other-services5 a {
    color: #fff;
    display: block;
    text-transform: capitalize;
    background: #d10000;
    padding: 5px 20px 6px;
    font-size: 20px;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto;
}

.testimonials {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.choose-heading p {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    background: #f5ff00;
    width: fit-content;
    margin: -15px auto 0;
    padding: 8px 15px;
}

.choose-heading strong {
    font-size: 35px;
    font-weight: 600;
    padding: 0px 0 0 0px;
    color: #781034;
    text-transform: uppercase;
}

.client-testi {
    padding: 40px 0 0;
}

.testimonails-1 {
    padding: 15px;
    margin-top: 20px;
}

.testimonails-2 {
    padding: 25px 0;
    border-radius: 30px;
    position: relative;
    background: #f5ff00;
    z-index: 9;
}

.testimonails-2 .qut i {
    margin: 0 auto;
    position: absolute;
    right: 20px;
    font-size: 134px;
    color: #d100001c;
    font-weight: 600;
    top: 46px;
    z-index: -9;
    line-height: 41px;
    text-align: center;
}

.testimonails-2 aside {
    position: relative;
    z-index: 9;
    padding: 0 0 0 20px;
}

.testimonails-2 aside img {
    margin: 0 auto 0 0;
    display: block;
    height: 79px;
    border-radius: 70%;
}

.testimonails-2 p {
    color: #000000;
    font-size: 16px;
    text-align: center;
    padding: 15px 20px 0;
    line-height: 29px;
    font-weight: 500;
}

.testimonails-2 span {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 7px 10px;
    margin: 10px 20px 0px auto;
    width: 50%;
    background: #d10000;
}

.testimonails-2 strong {
    display: block;
    padding: 5px 0 6px 0;
    background: #d10000;
}

.testimonails-2 strong i {
    color: #f5ff00;
    font-weight: 600;
    font-size: 16px;
    padding: 1px 8px;
}

.topservicesheading {
    background: linear-gradient(to right, #d10000, #d10000);
    text-align: center;
    padding: 10px 0;
    font-size: 65px;
    margin: 60px auto 0;
    border-radius: 90px;
    font-weight: 600;
}

.topservicesheading a {
    display: block;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.footer {
    background: rgb(36, 11, 54);
    z-index: 9;
    float: left;
    width: 100%;
}

.copy-right {
    padding: 20px 0;
}

.copy-right p {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    display: block;
}

.counter-1 {
    padding: 30px 15px 0;
    float: left;
    width: 100%;
}

.count-up {
    text-align: center;
}

.count-up i {
    width: 95px;
    height: 95px;
    line-height: 92px;
    background: #f5ff00;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    border: 3px solid #240b36;
    font-size: 37px;
    color: #240b36;
    box-shadow: 0 0 0 12px #fff;
}

.count-up span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    background: linear-gradient(179deg, #240b36, #000);
    border-radius: 50px;
    padding: 5px 10px 4px;
    display: block;
    position: relative;
    margin: 0 0 30px;
}

.count-up span:after {
    content: "";
    font-size: 17px;
    text-align: center;
    position: absolute;
    background: #240b36;
    width: 5px;
    height: 18px;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: -18px;
    z-index: -1;
}

.counter-count {
    color: #240b36;
    font-size: 37px;
    font-weight: 800;
    text-transform: capitalize;
}

.y-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #f5ff00;
}


@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .head-logo1 {
        padding: 0;
        text-align: center;
    }

    .col-sm-3 {
        width: 50%;
    }

    .col-md-6 {
        width: 50%;
    }
}

@media(min-width:640px) and (max-width:767px) {}

@media(min-width:480px) and (max-width:639px) {
    .head-right2 a {
        font-size: 34px;
    }
    .head-section .container {
  padding: 0;
}
.head-right2 a {
  margin-top: 0;
}
}

@media(min-width:320px) and (max-width:479px) {
    .head-right2 a {
        font-size: 34px;
    }

    .about-heading strong {
        font-size: 25px;
    }

    .aboutus-2 {
        padding: 0;
        margin-top: 20px;
    }

    .topservicesheading {
        font-size: 36px;
    }
.head-section .container {
  padding: 0;
}
.head-right2 a {
  margin-top: 0;
}
}
