@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    color: #740606;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

.bi {
    display: inline-block;
    vertical-align: -0.125em;
    fill: rgb(247 149 34);
}

.main {
    width: 90%;
    padding: 0;
    margin: 0 auto;
}

.top-header-1 {
    overflow: hidden;
}

.header-line {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 0 12px;
}

.header-line p {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px 3px;
    animation: blk 1s infinite;
}

@keyframes blk {
    50% {
        color: #000000
    }
}

.header-line p span {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 15px 5px;
    display: block;
    background: #ffa502;
    border-radius: 30px;
}

.header-line img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid #ffa502;
}

.top-header {
    padding: 10px 0 20px;
    background: url(../images/top.webp) repeat-x;
    position: relative;
    z-index: 99;
    background-position: bottom;
    margin: 0 0 -1px;
}

.top-header p {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 0 3px;
    overflow: hidden;
}

.social-links ul {
    text-align: right;
}

.social-links ul li {
    display: inline-block;
    padding: 0 5px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.social-links ul li a {
    color: #000;
    font-size: 20px;
    transition: 0.7s;
    padding: 2px 6px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #eea309, #efc426);
}

.zoom-in-out-box {
    animation: zoom-in-zoom-out 2s ease infinite;
}

img {
    max-width: 100%;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.header-part {
    padding-top: 22px;
    margin-top: -20px;
    position: relative;
    z-index: 9;
    padding-bottom: 10px;
}

.mob-show {
    display: none;
}

.call-whats span {
    font-size: 18px;
    color: #000000;
    padding: 0 0 3px 0;
    text-transform: capitalize;
    font-weight: 500;
}

.call-whats p {
    font-size: 20px;
    color: #2f2e2e;
    font-weight: 600;
}

.call-whats i {
    color: #fff;
    border-radius: 15px;
    background: #740606;
    line-height: 51px;
    font-size: 25px;
    width: 50px;
    height: 50px;
}

.marquee-box {
    background: #000000;
    padding: 5px 0;
}

.marquee-box marquee {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 7px 0 0;
}

.tag-line {
    background: #ffa500;
    padding: 8px 0;
    text-align: center;
    overflow: hidden;
}

.tag-line strong {
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.c-span {
    color: #740606;
}

.right-blog {
    box-shadow: inset 0 0 14px 0 rgb(255 165 0 / 24%);
    background: #ffa5003d;
    padding: 40px;
    margin: 0 0 20px 0;
}

.right-blog strong {
    font-size: 40px;
    margin: 0 0 38px;
    font-weight: 600;
    border-bottom: solid 2px;
    padding-bottom: 6px;
    text-align: center;
    display: block;
}

.sp-pad {
    padding: 50px 0;
}

.about-text aside {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-text strong {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 10px;
    display: block;
    color: #7c7c7c;
}

.about-text p {
    color: #232323;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 0;
}

.about-text p b {
    color: #740607;
    font-weight: 500;
}

.cont-part {
    overflow: hidden;
}

.read-btn {
    margin-top: 35px;
}

.get-quote {
    background: #000000;
    color: #ffffff;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.get-quote:hover {
    background: #740606;
    color: #fff;
}

.span-color {
    color: #000000;
}

.fa-spin {
    -webkit-animation-duration: var(--fa-animation-duration, 7s) !important;
    animation-duration: var(--fa-animation-duration, 7s) !important;
}

.get-quote i {
    margin-right: 5px;
    color: #ffa500;
}

.get-quote:hover i {
    color: #fff;
}

.Choose-box {
    border-radius: 8px;
    padding: 0 12px 15px;
    text-align: center;
    margin-bottom: 18px;
    box-shadow: inset 0 0 20px 0 rgb(0 0 0);
    background: #212121;
}

.Choose-box strong {
    color: #ffffff;
    font-size: 42px;
    padding: 12px 0 0;
}

.Choose-box span {
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    padding: 15px 0 0;
    line-height: 25px;
}

.Choose-box i {
    background: #ffffff;
    font-size: 42px;
    width: 70px;
    height: 70px;
    border-radius: 0 0 100px 100px;
    text-align: center;
    line-height: 70px;
}

.services-part {
    text-align: center;
    padding: 50px 0 30px;
    background: #ffa500;
}

.about-title {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}

.know {
    color: #000000;
    font-size: 45px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.services-box {}

.services-box {
    text-align: left;
    border-width: 1px;
    padding: 0;
    margin-bottom: 40px;
    background: #740607;
}

.services-box img {
    transition: 0.5s;
    border-radius: 0 0 200px 0;
}

.services-box strong {
    font-size: 25px;
    padding: 15px 15px 10px;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffa500;
    display: block;
}

.services-box p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px 30px;
    font-weight: 300;
}

ul.call-chat-services li {
    line-height: normal;
    display: inline-block;
    padding: 0 15px;
}

ul.call-chat-services li a {
    color: rgb(0 0 0);
    font-size: 16px;
    text-transform: capitalize;
    background: #ffa500;
    padding: 11px 15px;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}

ul.call-chat-services li a:hover {
    background: #740607;
    color: #fff;
}

ul.call-chat-services li a:hover i {
    color: #ffa500;
}

ul.call-chat-services li a i {
    font-size: 20px;
    color: #740607;
    margin-right: 5px;
}

.testimonial-part {
    background: #740607;
    text-align: center;
}

.dis {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    font-style: italic;
    padding: 0 0 15px;
}

.tes {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin-bottom: -50px;
    border: solid 4px #ffac00;
}

p.name {
    font-size: 18px;
    color: #000000;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 2px 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.owl-theme .owl-controls .owl-page span {
    background: #ffac00 !important;
}

/* awards section start */

.sec-title_title {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 0 10px;
    color: #000000;
    text-transform: uppercase;
}

.sec-title_heading {
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 800;
    padding: 6px 35px 0px;
    border: 1px solid #feab36;
    display: inline-block;
    border-radius: 500px;
    background: linear-gradient(70deg, #de0065, #ffb035, #df0065);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Fjalla One", sans-serif;
}

.award1 {
    padding: 10px;
}

.award2 img {
    width: 100%;
}

/* awards section end */

.testimonial {
    padding: 10px;
}

.testimonial svg {
    width: 82px;
    height: 80px;
    fill: #ffffff42;
}

.footer-part {
    padding: 40px 0 30px 0;
    background: #740607;
}

.footer-links p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 200;
    padding: 30px 0 0;
}

section.footer-part-2 {
    background: #000000;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 400;
}

.contact-part {
    width: 100%;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}

.contact-part .form-texxx {
    margin-bottom: 20px;
}

.contact-part .form-texxx span {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #400432;
}

form label {
    display: none;
}

.form-control {
    padding: 1.6rem 0.75rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 8px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 55px;
    margin-bottom: 26px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-part textarea#description {
    height: 100px;
}

button.btn.btn-default.submit {
    background: #400432;
    display: inline-block;
    text-align: center;
    padding: 15px 35px;
    border: none;
    border-radius: 50px;
    max-width: 220px;
    transition: .3s;
    font-size: 17px;
    color: #fff;
    margin-top: 10px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-part {
    padding: 50px 0;
}

.call-part ul li:hover {
    right: 0;
}

.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -166px;
    width: 220px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}

.call-part ul li.whats {
    bottom: 100px;
}

.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: #eea40a;
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
}

.call-part ul li a {
    background: #3e032c;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.call-part ul li.whats {
    margin-top: 79px;
}

.call-part ul li.whats i {
    background: #52063f;
}

.categories-list:hover p {
    background: #740606;
    color: #fff;
}

.categories-list {
    padding: 12px 0;
    transition: 0.5s;
}

.categories-list img {
    width: 100%;
}

.categories-list p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 9px 12px;
    text-transform: capitalize;
    transition: .5s all ease-in-out;
    color: #000;
}

.ft-list strong {
    color: #ffa500;
    font-size: 25px;
    padding: 0 0 12px;
    font-weight: 600;
    display: block;
}

a.btn.btn-link {
    display: block;
    padding: 5px 0;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s;
    color: #fff;
    text-decoration: none;
}

.ft-list p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    border: 1px solid #ffffff33;
    padding: 14px;
}

a.btn.btn-link i {
    margin-right: 7px;
    color: #ffa500;
}

.btn.btn-link:hover {
    color: #ebbc00;
    box-shadow: none;
}

@keyframes calla {
    0% {
        box-shadow: 0px 0px 0px 4px rgb(229 229 229 / 80%);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgb(228 228 228 / 60%);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgb(0 0 0 / 40%);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgb(176 176 176 / 20%);
    }
    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}

.fixed {
    position: fixed;
    padding: 0px;
    bottom: 20px;
    left: 0;
    right: 0;
    background: transparent;
}

.ff5 {
    padding: 0px;
}

.end {
    margin: 0;
    padding: 0;
    text-align: center;
}

.ph-fx {
    left: 20px;
}

.end li {
    display: inline;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 10px;
    width: 60px;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #e00000;
    line-height: 60px;
    border-radius: 50%;
    font-size: 30px;
}

.wh-fx {
    right: 20px;
    background: #26b144 !important;
}

.end li a {
    text-decoration: none;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
}

@media (max-width:1199px) {
    .call-whats p {
        font-size: 17px;
    }
    .categories-list p {
        font-size: 12px;
    }
    .tag-line strong {
        font-size: 25px;
    }
    .know {
        font-size: 30px
    }
    .about-title {
        font-size: 17px;
    }
    .services-box strong {
        font-size: 21px;
    }
    .contact-part .form-texxx span {
        font-size: 30px;
    }
    .call-whats i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .call-whats span {
        font-size: 14px;
    }
    .about-text strong {
        font-size: 32px;
    }
}

@media (max-width:991px) {
    .top-header p,
    .social-links ul {
        text-align: center;
    }
    .social-links ul li a {
        font-size: 14px;
    }
    .tab-center {
        text-align: center !important;
    }
    .ft-list p {
        margin-bottom: 30px;
    }
    .tag-line strong {
        font-size: 19px;
    }
    .about-text {
        text-align: center;
    }
    .top-header {
        height: 72px;
        padding: 0 0 0;
    }
    .header-line p {
        font-size: 27px;
    }
    .header-line p span {
        font-size: 14px;
        padding: 8px 10px 7px;
    }
}

@media (max-width:767px) {
    .m-top-add-sp {
        margin-top: 12px;
    }
    .call-whats {
        text-align: left;
    }
    .call-whats span {
        font-size: 18px;
    }
    .call-whats i {
        font-size: 25px;
        width: 50px;
        height: 50px;
        line-height: 51px;
    }
    .call-whats p {
        font-size: 20px;
    }
    .top-header p {
        padding: 5px 0 0;
    }
    .social-links ul li a {
        font-size: 20px;
    }
    .social-links ul {
        text-align: center;
    }
    .tag-line h3 {
        font-size: 14px;
    }
    ul.call-chat-services li a {
        font-size: 15px;
        padding: 11px 14px;
    }
    .know {
        font-size: 25px;
    }
    .contact-part .form-texxx span {
        font-size: 23px;
    }
    .contact-part {
        padding: 20px;
    }
    .footer-links p {
        padding: 0;
    }
    .footer-links {
        padding: 11px 0;
    }
    button.btn.btn-default.submit {
        padding: 15px 16px;
        max-width: 198px;
        font-size: 15px;
    }
    .Choose-box h4 {
        font-size: 30px;
    }
    .mob-show {
        display: block;
    }
    .header-line p {
        font-size: 18px;
    }
    .header-line p span {
        font-size: 12px;
        padding: 8px 12px 7px;
    }
    .header-line img {
        width: 85px;
    }
    .m-hide {
        display: none;
    }
    .right-blog strong {
        font-size: 28px;
    }
    .right-blog {
        padding: 20px;
    }
    .services-box strong {
        font-size: 25px;
    }
    a.btn.btn-link {
        padding: 5px 12px 5px 0;
        display: inline-block;
    }
}

@media (max-width: 575px) and (min-width: 0px) {
    .top-header p {
        font-size: 12px;
    }
    .call-whats span {
        font-size: 14px;
    }
    .call-whats i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .call-whats p {
        font-size: 18px;
    }
    .about-text strong {
        font-size: 25px;
    }
    .right-blog strong {
        font-size: 21px;
    }
    .categories-list p {
        font-size: 13px;
    }
    .about-text aside {
        font-size: 17px;
    }
    .header-line p {
        font-size: 14px;
        padding: 0 6px 3px;
    }
    .header-line p span {
        font-size: 11px;
        padding: 8px 10px 7px;
    }
    .header-line img {
        width: 66px;
    }
    .header-part {
        padding-bottom: 3px;
    }
}

@media (max-width:400px) {
    .call-whats h5 {
        font-size: 19px;
    }
    .call-whats p {
        font-size: 21px;
    }
    .top-header p {
        font-size: 10px;
    }
    .social-links ul li {
        font-size: 14px;
    }
    .call-whats span {
        font-size: 11px;
    }
    .call-whats i {
        font-size: 20px;
        width: 38px;
        height: 38px;
        line-height: 37px;
    }
    .call-whats p {
        font-size: 14px;
    }
    .marquee-box marquee {
        font-size: 15px;
        padding: 6px 0 0;
    }
    .tag-line strong {
        font-size: 15px;
    }
    .about-text strong {
        font-size: 19px;
    }
    .about-text aside {
        font-size: 15px;
    }
    .right-blog {
        padding: 10px
    }
    .right-blog strong {
        font-size: 17px;
        padding-bottom: 3px;
    }
    .services-box strong {
        font-size: 20px;
    }
    .m-space {
        padding: 0 5px 0 5px;
    }
    .marquee-box {
        padding: 0px 0;
    }
    .services-part {
        padding: 35px 0 0
    }
    .cont-part {
        padding-top: 20px !important;
    }
    .categories-list0 {
        width: 100%;
    }
    .top-header {
        height: 62px;
        padding: 0 0 0;
    }
    .header-line p {
        font-size: 14px;
        padding: 0 0 3px 6px;
    }
    .header-line p span {
        font-size: 10px;
        padding: 6px 10px 5px;
    }
    .header-line img {
        width: 50px;
        border-width: 4px;
    }
    .header-line img:nth-of-type(2) {
        display: none;
    }
    .header-line {
        padding: 0 0 5px;
    }
}