body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Merienda One', cursive;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

.container-fluid {
    max-width: 1400px;
}

header.top-part {
    background: linear-gradient(to right, #593265, #7b4197);
}

img.logo {
    width: 100%;
}

ul.call-chat li {
    list-style: none;
    display: inline-block;
    padding-right: 4px;
}

    ul.call-chat li a {
        color: #fff;
        font-size: 13px;
        font-family: 'Merienda One', cursive;
        text-decoration: none;
    }

        ul.call-chat li a i {
            color: #940000;
            font-size: 17px;
            position: relative;
            top: 3px;
            background: #ffc800;
            border-radius: 18px 26px 18px 18px / 28px 16px 14px 16px;
            padding: 4px;
        }

ul.call-chat {
    margin: 0;
    padding: 0px 0 0 0;
}

header.top-part {
    background: linear-gradient(to right, #9E262A, #DE0384);
    padding: 5px 0 5px 0;
    border-bottom: solid 1px #f5ca5066;
}

ul {
    padding: 0;
    margin: 0;
}

    ul.why-chose-icons {
        text-align: right;
        padding: 4px 0 0 0;
    }

        ul.why-chose-icons li {
            list-style: none;
            display: inline-block;
            color: #222;
            font-size: 12px;
            font-family: 'Merienda One', cursive;
            padding-right: 12px;
        }

            ul.why-chose-icons li img {
                width: 50px;
                margin-right: 3px;
            }

.mydiv {
    animation: myanimation 3s infinite;
}

@keyframes myanimation {
    75% {
        background-color: #940000;
        color: #fff;
    }
}

a.text-dask {
    text-decoration: none;
}


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

.marq-part {
    text-align: center;
    margin-bottom: 7px;
}

.right-head-part .marq-part p {
    background: #ffc800;
    padding: 7px 15px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
}

.right-head-part p b {
    font-family: 'Poppins', sans-serif;
}

.right-head-part h4 {
    font-size: 20px;
    color: #222;
    padding: 6px 0;
    text-align: center;
}

.right-head-part h5 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    padding: 0px 0px 10px 0;
    text-align: center;
}

    .right-head-part h5 i {
        color: #ffc800; font-size: 15px;
    }

div#right-text marquee {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 30px;
}

.zoom-in-out-box {
    animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

header.head-part {
    background-image: url(../images/white-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.right-head-part p {
    font-size: 16px;
    color: #940000;
    margin: 0;
    font-family: 'Merienda One', cursive;
}

.right-head-part img {
    width: 40px;
    margin: 0 15px;
}

.right-head-part p span {
    color: #ffffff;
    background: linear-gradient(to right, #593265, #7b4197);
    padding: 6.5px 8px;
    position: relative;
    top: 2px;
}

.right-head-part img.sp-width {
    width: 30px;
}

div#right-text {
    text-align: center;
    overflow: hidden;
}

.head-line {
    padding: 0;
    /* background: linear-gradient(to right, red, #940000); */
    background-color: #000;
    position: relative;
}

    .head-line marquee {
        font-size: 19px;
        padding: 6px 0;
        margin: 0;
        font-weight: 900;
        color: #fff;
        letter-spacing: 1px;
    }

        .head-line marquee strong {
            color: #ffc800;
        }


/*Start.........about-us-marquee*/

.about-us-marquee {
    background: linear-gradient(to right, #593265, #7b4197);
    padding: 3% 0 135px 0;
    background-image: url(../images/black-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; text-align:center
}

    .about-us-marquee p {
        color: #fff;
        font-size: 22px;
        font-family: 'Merienda One', cursive;
    }

        .about-us-marquee p span {
            color: #ffc800;
        }

.main-services-part {
    background: #ffc800;
    padding: 30px;
    position: relative;
    bottom: 110px;
    border-radius: 20px;
}

.service-box {
    border: solid 1px #54336517;
    padding: 20px;
    box-shadow: 0 0 4px 0px #b5b5b5a1;
    background: #ffff;
    border-radius: 10px;
}

    .service-box h4 {
        font-size: 25px;
        color: #940000;
        margin: 20px 0 7px 0;
    }

    .service-box p {
        font-size: 16px;
        color: #222;
        margin-bottom: 8px;
    }

ul.call-chat-services {
    padding: 0;
    margin: 0;
    text-align: left;
}

    ul.call-chat-services li {
        line-height: normal;
        display: inline-block;
        padding: 15px 7px 0 0;
    }

        ul.call-chat-services li a {
            color: #fff;
            font-size: 16px;
            text-decoration: none;
            background: linear-gradient(to right, #593265, #940000);
            padding: 11px 15px;
            transition: 0.5s;
        }

ul.call-chat-services {
    margin-bottom: 10px;
}

    ul.call-chat-services li a:hover {
        background: #940000 !important;
    }

    ul.call-chat-services li a:hover {
        background: #940000 !important;
        color: #fff !important;
    }

        ul.call-chat-services li a:hover i {
            color: #fff !important;
        }

    ul.call-chat-services li a i {
        font-size: 20px;
        color: #ffc800;
        position: relative;
        animation-duration: var(--fa-animation-duration,3s);
        top: 3px;
    }

    ul.call-chat-services li a:hover {
        background: #000;
    }

.main-top-services {
    text-align: center;
    margin-bottom: 22px;
}

    .main-top-services h2 {
        color: #940000;
        font-size: 50px;
        margin-bottom: 15px;
        font-family: 'Carattere', cursive;
    }

    .main-top-services p {
        color: #000;
        font-size: 21px;
        margin: 0;
    }

#list-part h2 {
    color: #ffc800;
}

#list-part p {
    color: #fff;
}

section.about-us {
    background-image: url(../images/black-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/**/
.about-text {
    background: linear-gradient(to right, #593265, #7b4197);
    padding: 0 0 70px 0;
    background-image: url(../images/black-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .about-text h1 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

        .about-text h1 span {
            color: #ffc800;
        }

section.about-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.text-center h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}

section.about-text p span {
    color: #ffc800;
    font-weight: 600;
}

.our-servicers {
    background-image: url(../images/black-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

div#sp-top {
    margin-top: 25px;
}

section.our-servicers .service-box {
    background: #fff;
    border-radius: 16px;
    text-align: center;
}

    section.our-servicers .service-box ul.call-chat-services li a {
        background: #ffc800;
        color: #222;
        font-weight: 700;
    }

        section.our-servicers .service-box ul.call-chat-services li a i {
            color: #940000;
        }

.our-servicers .service-box h4 {
    font-size: 22px;
    margin: 20px 0 15px 0;
}

section.our-servicers .service-box ul.call-chat-services li a:hover {
    background: #ffa501;
}

#main-services .service-box p {
    color: #222;
    font-family: 'Poppins';
    text-transform: capitalize;
    letter-spacing: 1px;
}

#main-services .service-box {
    text-align: left;
}

ul.list-about li {
    color: #222;
    font-size: 16px;
    margin-bottom: 10px;
    list-style: none;
    padding-bottom: 10px;
    border-bottom: double 4px #000;
    font-weight: 700;
}

ul.list-about {
    margin-top: 20px;
    background: #ffc800;
    padding: 20px;
}

    ul.list-about li i {
        color: #ffff;
        margin-right: 7px;
        background: linear-gradient(to right, #940000, #940000);
        padding: 8px;
    }

#main-services h2 {
    color: #ffc800;
}

#main-services p {
    color: #fff;
}



/*Start........ Form-section*/
.form-part {
    text-align: center;
    background: linear-gradient(to right, #593265, #7b4197);
    padding: 75px 0;
    background-image: url(../images/black-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-part {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    border: solid 3px #ffc800;
}

    .contact-part label {
        color: #fff;
        display: none;
    }

textarea#description {
    height: 92px;
}

.contact-part button.submit {
    background: linear-gradient(to right, #593265, #940000);
    padding: 13px 15px;
    color: #fff;
}

.contact-part h3 {
    color: #940000;
    font-size: 28px;
    margin-bottom: 15px;
}

.contact-part p#white-text {
    color: #222;
    font-size: 19px;
    margin: 0;
}

.contact-part img {
    margin-bottom: 20px;
}

.form-control {
    margin-bottom: 20px;
}

.heading {
    color: #ffc800;
    font-size: 50px;
    padding: 0 0 10px 0;
    font-family: 'Carattere', cursive;
}

p.text-size {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial .title {
    font-size: 20px;
    font-weight: bold;
    color: #ffc800;
    text-transform: capitalize;
    margin: 0;
}

.testimonial img {
    width: 85px;
    border-radius: 100px;
    margin: 5px 0;
    border: solid 2px #ffc800;
}

.testimonial .description {
    font-size: 16px;
    color: #222;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
    margin-bottom: 15px;
    background: #ffc800;
    padding: 15px;
    border-radius: 20px;
    font-weight: 600;
    width: 98%;
    margin: 20px auto;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ffffff !important;
}

div#insta {
    text-align: right;
}


/**/
.call-section h2 {
    color: #940000;
    font-size: 50px;
    font-family: 'Carattere', cursive;
}

.call-section p {
    margin: 0;
    font-size: 20px;
    color: #111;
}

    .call-section p.link-read {
        margin-top: 20px;
    }

        .call-section p.link-read a {
            background: #940000;
            text-decoration: none;
            color: #fff;
            font-size: 25px;
            padding: 14px 20px;
        }

.call-section {
    background-image: url(../images/white-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}


/*End...... Form-section*/

.footer-part {
    background: #000;
    padding: 55px 0;
}

    .footer-part h4 {
        color: #ffc800;
        margin-bottom: 20px;
    }

.footer-title p a img {
    margin-right: 7px;
    animation: fa-spin 6s infinite linear;
}

.footer-title p a {
    color: #fff;
    text-decoration: none;
}

.footer-title p {
    margin-bottom: 15px;
}

.footer-part h4 {
    color: #ffc800;
    margin-bottom: 20px;
}

46846 .footer-links p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.footer-part-2 {
    background: #111;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

    .footer-part-2 p {
        margin: 0;
    }


ul#call {
    position: fixed;
    z-index: 9999;
    padding: 0;
    width: 100%;
    bottom: 10px;
    display: flex;
    bottom: 0;
    margin: 0;
}

    ul#call li {
        list-style: none;
        text-align: center;
    }

li.call-mobile {
    width: 50%;
    background: linear-gradient(to right, #940000, #940000);
    padding: 5px 10px;
}

li.mobile-chats {
    background: #ffc800;
}

ul#call li.mobile-chats a {
    color: #000;
}

ul#call a {
    color: #fff;
    text-decoration: none;
}

ul#call img {
    width: 40px;
}

.call-section p.link-read {
    margin-top: 40px;
}

@media (min-width: 767px) {
    ul#call {
        display: none;
    }
}

@media (max-width: 1050px) {
    ul.call-chat li a {
        font-size: 10px;
    }

        ul.call-chat li a i {
            font-size: 13px;
        }

    ul.why-chose-icons li img {
        width: 25px;
    }

    ul.why-chose-icons li {
        font-size: 10px;
    }

    ul.call-chat {
        margin: 0 0 5px 0;
        padding: 5px 0 0 0;
    }

    .right-head-part .marq-part p {
        font-size: 14px;
    }

    .right-head-part h4 {
        font-size: 13px;
    }

    .right-head-part h5 {
        font-size: 12px;
    }

    .right-head-part p {
        font-size: 10px;
    }

    .right-head-part img {
        width: 26px;
    }

    .about-us-marquee p {
        font-size: 19px;
    }

    .main-top-services h2 {
        font-size: 30px;
    }

    ul.call-chat-services li a {
        font-size: 12px;
        padding: 9px 12px;
    }

    .about-text h1 {
        font-size: 25px;
    }

    ul.call-chat-services li a i {
        font-size: 14px;
    }

    .text-center h2 {
        font-size: 25px;
    }

    .main-top-services h2 {
        font-size: 30px;
    }

    .main-top-services p {
        font-size: 16px;
    }

    .service-box img {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .service-box {
        margin-top: 20px;
    }

    .footer-title {
        margin: 20px 0;
    }

    ul.call-chat li a {
        font-size: 7px;
    }

    ul.why-chose-icons li {
        font-size: 8px;
    }

        ul.why-chose-icons li img {
            width: 18px;
        }

    .right-head-part .marq-part p {
        font-size: 10px;
    }

    .right-head-part h5 {
        font-size: 9px;
    }

    .right-head-part h4 {
        font-size: 10px;
    }

    .right-head-part p {
        font-size: 7px;
    }

    .right-head-part img.sp-width {
        width: 22px;
    }

    .carousel-indicators {
        display: none;
    }

    .about-us-marquee p {
        font-size: 18px;
    }

    ul.call-chat-services li a {
        font-size: 16px;
        padding: 12px 16px;
    }

        ul.call-chat-services li a i {
            font-size: 25px;
            margin-right: 5px;
        }

    ul.why-chose-icons li {
        padding-right: 2px;
    }
}

@media (max-width: 767px) {
    div#insta {
        text-align: center;
    }

    div#right-text marquee {
        font-size: 16px;
        margin-top: 1px;
    }

    ul.call-chat li a {
        font-size: 14px;
    }

        ul.call-chat li a i {
            font-size: 18px;
        }

    ul.call-chat {
        text-align: center;
    }

    ul.why-chose-icons li img {
        width: 30px;
    }

    ul.why-chose-icons li {
        font-size: 14px;
        margin: 8px 0 0 0;
    }

    ul.why-chose-icons {
        text-align: center;
    }

    .right-head-part .marq-part p {
        font-size: 16px;
    }

    .marq-part {
        margin-top: 15px;
    }

    .right-head-part h4 {
        font-size: 18px;
        text-align: center;
    }

    .right-head-part h5 {
        font-size: 14px;
        text-align: center;
        padding: 10px 0 5px 0;
    }

    .zoom-in-out-box {
        display: none;
    }

    .main-services-part {
        bottom: 130px;
    }

    .main-services-part {
        padding: 15px;
        bottom: 130px;
        border-radius: 10px;
    }

    .service-box {
        padding: 15px;
    }

    section.about-us .main-top-services img {
        margin-bottom: -25px;
    }

    ul.call-chat-services li a {
        font-size: 16px;
        padding: 10px 19px;
    }

        ul.call-chat-services li a i {
            font-size: 16px;
            margin-right: 0;
        }

    ul.call-chat-services li {
        padding: 15px 1px;
    }

    .service-box h4 {
        font-size: 20px;
    }

    .service-box p {
        font-size: 14px;
    }

    .about-text h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .main-services-part {
        margin-bottom: -60px;
    }

    section.about-text p {
        font-size: 14px;
    }

    .text-center h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .our-servicers .service-box h4 {
        font-size: 20px;
    }

    .footer-title {
        margin: 38px 0 16px 0;
    }

    .footer-part {
        padding: 55px 0 30px 0;
    }

    .footer-part-2 {
        padding-bottom: 60px;
        font-size: 14px;
    }

    .contact-part h3 {
        font-size: 22px;
    }

    div#review {
        margin-top: 40px;
    }

    .about-text {
        padding: 0 0 70px 0;
    }

    #main-services {
        padding-bottom: 20px;
    }

    .head-line marquee {
        padding: 4px 0 4px 0;
    }

    .head-line marquee {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .call-section p {
        font-size: 16px;
    }

    .text-center h2 {
        font-size: 40px;
        line-height: 48px;
        font-family: 'Carattere', cursive;
        font-weight: 500;
    }

    .call-section p.link-read {
        margin-top: 30px;
    }

        .call-section p.link-read a {
            font-size: 17px;
            padding: 11px 17px;
        }

    .right-head-part img {
        margin: 0 5px;
    }

    .logo-head {
        text-align: center;
    }
}


@media (max-width:370px) {

    ul.call-chat-services li a {
        font-size: 12px;
        padding: 10px 16px;
    }

    .about-text h1 {
        font-size: 20px;
        line-height: 35px;
    }

    ul.why-chose-icons li {
        font-size: 11px;
    }
}
