@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&amp;display=swap');


body {
    margin: 0;
    padding: 0;
    color: #064448;
    font-family: 'Wix Madefor Display', sans-serif;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #000;
}

: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;
}

.main {
    margin: auto;
    padding: 0;
    width: 92%;
}

a {
    color: #000000;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #000;
        text-decoration: none;
    }

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

.bi {
    display: inline-block;
    vertical-align: -0.125em;
    fill: currentcolor;
}

p {
    margin: 0;
}
/*#ffd383*/
/*linear-gradient(180deg, #740165 0%, #062B2E 100%)*/


/* START HEADER SECTION */

/* start top head section */

.design-tophead {
    justify-content: center;
    align-items: center;
}

.tophead-section {
    background: #740165;
    padding: 7px 0;
}

.tophead-left1 {
}

.tophead-left2 {
}

    .tophead-left2 span a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
    }

        .tophead-left2 span a .bi {
            height: 1.1rem;
            width: 1.1rem;
            margin: 0 0px 0 0px;
            color: #ffc035;
        }

    .tophead-left2 b a {
        margin: 0 14px 0 0px;
        background: #ffc035;
        padding: 2px 16px;
        display: inline-block;
        border-radius: 50px;
        font-size: 15px;
    }

        .tophead-left2 b a .bi {
            height: 1rem;
            width: 1rem;
            margin: 0 4px 0 0px;
            color: #033f42;
        }

.tophead-right2 ul li {
    list-style: none;
    display: inline-block;
    padding: 0 6px;
}

.tophead-right2 li a {
    color: #000;
    height: 33px;
    line-height: 32px;
    width: 33px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

    .tophead-right2 li a .bi {
        height: 0.8rem;
        width: 0.8rem;
    }
/* end top head section*/

/* start head section */
.head-section {
    background: linear-gradient(180deg, #740165 0%, #062B2E 100%);
    position: relative;
    z-index: 99;
    padding: 4px 0 4px;
}

    .head-section:before {
        background: url(images/bg-head.jpg) no-repeat;
        background-size: cover;
        background-position: top;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        background-attachment: fixed;
        right: 0;
        top: 0;
        opacity: 0.2;
        z-index: -9;
    }

.head-design {
    justify-content: center;
    align-items: center;
}

.head-contact a {
    display: inline-block;
    padding: 7px 30px;
    background: #CE3A86;
    font-weight: 500;
    font-size: 15px;
    border-radius: 50px;
    text-transform: capitalize;
    margin: 0 0 0 16px; color:#FFC035;
}

.head-contact p {
    color: #ffc035;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 600;
    padding: 14px 0 0 0;
}



/* end head section */

/* start navigation section */
.navigation-design {
    background: #740165;
}

.navigation {
    position: relative;
    padding: 7px 0px 0px;
    border-top: 1px solid #ffd371;
    margin: 6px 0 0;
}

.navbar-collapse {
    justify-content: center;
}

.menu {
    display: block;
    text-align: center;
    margin: 0 0 0;
    padding: 0;
}

    .menu li {
        display: inline-block;
        padding: 0px 10px;
        color: #fff;
        font-size: 16px;
        position: relative;
        text-transform: capitalize;
        transition: 0.2s ease-in;
    }

        .menu li a {
            font-size: 17px;
            color: #000;
            display: inline-block;
            padding: 4px 10px 5px;
            transition: 0.1s ease-in;
            font-weight: 600;
            background:#ffc035;
        }

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    border-radius: 10%;
    width: 39px;
    height: 30px;
    background: #ffffff;
    display: inline-block;
    transition: all 0.2s ease-in;
    padding-top: 0px;
    line-height: 0px;
    margin: 0;
    margin-left: 0px;
    padding-left: 2px;
    border: 0;
    padding-right: 2px;
}

.toggle-design {
    height: 2px;
    width: 70%;
    background: #740165;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}

.menu li a:hover {
    background: #ffc03500;
    color: #ffc035;
}

.menu li a.active-1 {
    background: #ffffff00;
    color: #ffc035;
}

.navbar-collapse {
    padding: 0;
}

.dropdown-menu {
    position: absolute;
    padding: 17px 0px;
    top: 100%;
    left: 0px;
    float: none;
    right: 0;
    text-align: left;
    margin: 0 auto;
    border: 0;
    width: 250px;
    display: none;
    background: linear-gradient(180deg, #740165 0%, #062B2E 100%);
    z-index: 99;
    border-radius: 20px;
    transition: 0.2s all;
}

    .dropdown-menu .dropdown-item {
        padding: 7px 20px 7px 20px;
    }

/* end navigation section*/

/* start head list section */

.head-list {
    padding: 35px 0;
    background: #000;
}

.head-list1 {
    padding: 5px 6px;
}

    .head-list1 p {
        color: #000;
        background: #ffc035;
        padding: 20px 17px;
        line-height: 22px;
        font-weight: 500;
        font-size: 16px;
        border-radius: 10px;
        box-shadow: 0 0 8px 0px #e7e7e7e0;
    }

    .head-list1:hover p {
        color: #fff;
        background: #CE3A86;
    }

/* end head list section */




/* start slider section  */


.slide-section img {
    width: 100%;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 2;
}

.slide-btn b {
    display: inline-block;
    height: 48px;
    width: 35px;
    background: #ffc035;
    margin: 0 0 0;
}

    .slide-btn b span {
        margin: 11px 0px 0 -5px;
        height: 26px;
        filter: brightness(1) invert(1);
    }

.carousel-control-next {
    justify-content: right;
    right: 0px;
}

.carousel-control-prev {
    justify-content: start;
}

/* end slider section  */

/* END HEADER SECTION */


/* start puja services section */

.puja-services {
    padding: 60px 0 60px;
    background: linear-gradient(45deg, #740165,#ffe0a0, #ffdf9a, #740165);
}

.pujaservices-heading strong {
    font-size: 35px;
    color: #454545;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

    .pujaservices-heading strong b {
        font-weight: 700;
        color: #131313;
    }

.pujaservices-heading p {
    padding: 0 0 2px 0;
    color: #d80000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}

.puja-services1 {
    width: 25%;
    padding: 10px;
}

.puja-services2 {
    padding: 10px 0px 25px 0px;
    border-radius: 12px;
    border: 1px solid #d5d5d5;
    background: #fff;
}

    .puja-services2 strong {
        font-size: 17px;
        padding: 5px 10px;
        color: #ffffff;
        text-shadow: 0 0 15px #ffffff85;
        font-weight: 600;
        text-transform: capitalize;
        display: block;
        background: linear-gradient(180deg, #740165 0%, #062B2E 100%);
    }

.taglinepuja strong {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    color: #000;
    font-family: 'Montserrat',sans-serif;
}

.taglinepuja span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 10px 0 0;
    display: block;
    text-transform: uppercase;
}

/* end puja services section*/

/* start top services section */

.topservices-section {
    padding: 50px 0 50px;
}

.topservices1 {
    padding: 10px 15px;
}

.topservices2 {
    padding: 0 0 20px 0;
    position: relative;
    box-shadow: 0 0 11px #d1d1d1;
    border-radius: 25px;
}

    .topservices2 strong {
        font-size: 20px;
        display: block;
        padding: 16px 0 0px;
        text-transform: capitalize;
        font-weight: 700;
        color: #303030;
        font-family: 'Montserrat',sans-serif;
    }

    .topservices2 img {
        border-radius: 25px 25px 0 0;
        width: 100%;
    }

.design-call {
    position: relative;
    padding: 0 0 0px 0;
}

    .design-call a {
        position: absolute;
        height: 50px;
        width: 50px;
        box-shadow: inset 0 2px 7px 0 rgb(175 175 175 / 29%);
        display: block;
        border-radius: 50%;
        left: 0;
        right: 0;
        bottom: 0px;
        margin: 0 auto;
    }

        .design-call a img {
            border-radius: 50%;
            width: auto;
        }

.design-round {
    width: 60%;
    margin: -35px auto 0;
}
/* end top services section*/


/* start about us section */

.aboutus-head h1 {
    font-size: 39px;
    color: #454545;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

    .aboutus-head h1 a {
        color: #454545;
    }

        .aboutus-head h1 a b {
            font-weight: 700;
            color: #740165;
        }

.aboutus-head strong {
    font-size: 39px;
    color: #454545;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

    .aboutus-head strong b {
        font-weight: 700;
        color: #740165;
    }

.aboutus-head p {
    padding: 0 0 2px 0;
    color: #d80000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.about-content p {
    color: #89074B;
    line-height: 32px;
    font-weight: 400;
    text-align: justify;
    padding: 10px 0 0;
}

.about-content ul {
    padding: 0px 0 0px 21px;
    margin: 10px 0 29px;
    list-style: none;
    border-left: 3px solid #115a5f;
}

    .about-content ul li {
        line-height: 27px;
        font-size: 16px;
        font-weight: 500;
        padding: 8px 10px 8px 17px;
        color: #000000;
        position: relative;
        background: #ffe4a8;
        margin: 14px 0 0;
    }

        .about-content ul li:before {
            position: absolute;
            content: "";
            height: 15px;
            width: 15px;
            background: #fff;
            left: -8px;
            transform: rotate(45deg);
            top: 13px;
        }

.about-content p strong {
    font-weight: 600;
    color: #000;
}

.about-content h2, h3, h4, h5, h6 {
    font-size: 18px;
    margin: 21px 0 5px 0px;
    line-height: 30px;
    padding: 4px 18px;
    font-weight: 700;
    border-radius: 140px;
    z-index: 9;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #ffffff;
    background: #740165;
    outline: #740165 solid 2px;
    border: 4px solid #ffffff;
}

.about-right1 {
    padding: 0 15px 0 30px;
}

.about-left1 {
    padding: 10px 15px 0;
}
/*end about us section */

/* start services section */

.services-section {
    padding: 20px 0 40px;
}

.services-left1 {
    padding: 20px 0 0;
}

.services-left2 {
    box-shadow: -1px 2px 13px #00000021;
    padding: 20px 20px 20px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.services-heading strong {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    padding: 0px 0 20px;
    color: #075054;
    font-family: 'Montserrat',sans-serif;
}

.services-1 {
    padding: 10px;
}

.services-2 {
    padding: 0px;
}

    .services-2 img {
        border-radius: 6px;
    }

    .services-2 strong {
        font-size: 19px;
        text-transform: capitalize;
        font-weight: 700;
        display: block;
        padding: 18px 0 0;
        color: #1d1d1d;
        font-family: 'Montserrat',sans-serif;
    }

    .services-2 p {
        color: #717171;
        line-height: 28px;
        font-weight: 500;
        padding: 2px 0 0;
        font-size: 15px;
    }

    .services-2 a {
        font-size: 19px;
        padding: 5px 10px;
        color: #ffffff;
        text-shadow: 0 0 15px #ffffff;
        font-weight: 600;
        text-align: center;
        text-transform: capitalize;
        margin: 18px 0 0;
        display: block;
        background: linear-gradient(180deg, #740165 0%, #062B2E 100%);
    }

.services-right1 {
    padding: 0 0 0 26px;
}

.services-list-heading strong {
    font-size: 27px;
    color: #454545;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

    .services-list-heading strong b {
        font-weight: 700;
        color: #740165;
    }

.design-list {
    border: 1px solid #eee;
    padding: 13px 15px 10px;
}

.services-list ul li {
    list-style: none;
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid #eee;
    color: #121212;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    background: #fff;
}

.services-list li:last-child {
    border: 0;
}

.services-list ul li a {
    position: absolute;
    right: 0;
    text-align: center;
    left: auto;
    height: 24px;
    width: 24px;
    line-height: 24px;
    background: #ffc035;
    color: #fff;
    border-radius: 50%;
}

.services-list ul li:hover {
    color: #d30000;
}

/* end services section */

/* start other services section */

.otherservices {
    padding: 50px 0;
    background: linear-gradient(180deg, #740165 0%, #062B2E 100%);
}

    .otherservices .aboutus-head p {
        color: #ffffff;
        font-weight: 500;
    }

    .otherservices .aboutus-head strong {
        color: #ffffff;
    }

        .otherservices .aboutus-head strong b {
            color: #ffc035;
            font-weight: 600;
        }

.other-services2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 2px solid #ffc035;
    border-radius: 40px;
}

.other-services1 {
    padding: 14px;
}

.other-services3 img {
    border-radius: 40px;
}

.other-services4 {
    padding: 0 0 0 20px;
}

    .other-services4 strong {
        font-size: 23px;
        text-transform: capitalize;
        font-weight: 600;
        font-family: 'Montserrat',sans-serif;
        display: block;
        color: #ffc035;
    }

    .other-services4 p {
        color: #ffffff;
        line-height: 30px;
        font-size: 15px;
        font-weight: 400;
        padding: 6px 0 0;
    }

    .other-services4 a {
        font-size: 17px;
        padding: 8px 24px;
        border-radius: 50px;
        color: #FDF8C2;
        text-shadow: 0 0 15px #ffffff8a;
        font-weight: 600;
        text-align: center;
        text-transform: capitalize;
        margin: 18px 0 0;
        display: inline-block;
        background: transparent;
        border: 2px solid #FDF8C2;
    }
/* end other services section*/


/* start bottom services section */

.bottom-services {
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

    .bottom-services:before {
        content: "";
        position: absolute;
        height: 61%;
        width: 66%;
        border-radius: 0 40px 40px 0px;
        left: 0;
        background: #ffc035;
        bottom: 77px;
        z-index: -9;
    }

    .bottom-services:after {
        background: url(images/shiv.jpg) no-repeat;
        content: "";
        position: absolute;
        right: -110px;
        bottom: 60px;
        left: 0;
        height: 100%;
        margin: 0 0 0 auto;
        width: 50%;
        z-index: -99;
        background-position: bottom right;
    }

.bottom-heading {
    padding: 0 0 20px 0;
}

    .bottom-heading strong {
        font-size: 39px;
        color: #454545;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        font-family: 'Montserrat', sans-serif;
    }

        .bottom-heading strong b {
            font-weight: 700;
            color: #083b3f;
        }

    .bottom-heading p {
        padding: 0 0 2px 0;
        color: #5a5a5a;
        line-height: 31px;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 500;
    }

    .bottom-heading i {
        padding: 0 0 2px 0;
        color: #d80000;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 600;
    }

.bottom-head strong {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #d70000;
    padding: 0px 0px 10px;
    text-align: center;
}

.bottom-head .bi {
    height: 2.9rem;
    width: 2.9rem;
    -webkit-animation: round 10s linear infinite;
    color: #d70000;
}

@keyframes round {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    100% {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn);
    }
}


.bottomservices-left1 {
    padding: 30px 0 30px;
    width: 65%;
}

.bottom-services1 {
    padding: 10px;
}

.bottom-services2 {
    background: #fff;
    border-radius: 30px;
    padding: 45px 18px 30px;
}

.bottom-services3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: scroll;
    height: 328px;
    overflow-x: hidden;
}

    .bottom-services3 ul li {
        list-style: none;
        padding: 12px 7px 12px 21px;
        color: #121212;
        text-transform: capitalize;
        position: relative;
        font-size: 15px;
        font-weight: 500;
    }

        .bottom-services3 ul li a {
            color: #121212;
            display: block;
        }

        .bottom-services3 ul li:hover a {
            color: #d70000;
        }

.bottom-services3 li:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: #37373700 30%;
    border-radius: 50%;
    top: 18px;
    left: 0px;
    border: 2px solid #888888;
}

.bottom-services3 ul::-webkit-scrollbar {
    width: 2px;
}
/* Track */
.bottom-services3 ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px #dfdfdf;
    border-radius: 0px;
}

/* Handle */
.bottom-services3 ul::-webkit-scrollbar-thumb {
    background: #989898;
    height: 20px;
    border-radius: 0px 0px 10px 10px;
}

.bottomservices-right1 {
    width: 35%;
}
/* end bottom services section */


/* start testimonials section */

.testimonials {
    padding: 30px 0 20px;
    background: linear-gradient(45deg, #740165,#ffe0a0, #ffdf9a, #740165);
}

.testimonails-1 {
    padding: 10px;
}

.testimonails-2 {
    padding: 16px;
    border: 1px solid #ffc035;
}

    .testimonails-2 p {
        color: #000;
        font-size: 15px;
        line-height: 30px;
        font-weight: 500;
    }

    .testimonails-2 span {
        text-align: right;
        display: block;
        font-size: 16px;
        color: #e70000;
        text-transform: capitalize;
        font-weight: 700;
        padding: 16px 0 0;
    }
/* end testimonials section*/

/* start footer section */

.footer-section {
    padding: 50px 0 30px;
    background: #6F003B;
}

.footerhead-left1 {
    padding: 0;
    width: 27%;
}

.footerhead-left2 span {
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    display: block;
}

.footerhead-left2 strong {
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    display: block;
}

.footerhead-left2 p {
    font-size: 15px;
    color: #ffe4a8;
    padding: 8px 0 0;
    text-transform: capitalize;
}

.footerhead-center1 {
    padding: 0;
    width: 46%;
    position: relative;
}

    .footerhead-center1:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0.2%;
        top: 0;
        left: 0;
        background: #343434;
    }

    .footerhead-center1:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 0.2%;
        top: 0;
        right: 0;
        background: #343434;
    }

.footerhead-center2 p {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    line-height: 33px;
    color: #ffc035;
    font-style: italic;
}

.footer-design {
    position: relative;
    padding: 20px 0 0px;
    margin: 40px 0 0;
}

    .footer-design:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
        top: 0;
        width: 0.1%;
        background: #89074B;
    }

.footer-left1 {
    padding: 0px 30px 0 0;
}

.footer-right1 {
    padding: 0px 0px 0 30px;
}

.footer-aboutus strong {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    color: #ffc035;
}

.footer-aboutus p {
    color: #dddddd;
    font-size: 15px;
    padding: 6px 0;
    line-height: 30px;
    font-weight: 400;
}

.footer-aboutus a {
    color: #aaaaaa;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
}

.footer-services strong {
    font-size: 24px;
    color: #ffc035;
    text-transform: capitalize;
    padding: 21px 0 0;
    display: block;
}

.footer-services-left ul li {
    list-style: none;
    padding: 9px 0px 8px 0px;
    color: #cccccc;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}


.footer-tagline p {
    color: #fff;
    line-height: 31px;
    font-size: 16px;
    padding: 0 0 13px 0;
}

.footer-tagline strong {
    line-height: 33px;
    font-size: 20px;
    padding: 0px 0 9px 0;
    color: #ffc035;
    text-transform: uppercase;
    display: block;
}

.footer-tagline span {
    line-height: 33px;
    font-size: 20px;
    display: block;
    color: #ffe4a8;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-navigation_1 {
}

.footer-navigation ul li {
    padding: 7px 25px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    list-style: none;
}

    .footer-navigation ul li a {
        color: #fff;
    }

    .footer-navigation ul li:hover a {
        color: #ffc035;
    }

.footer-navigation {
    padding: 10px 0 10px;
    margin: 24px 0 0 0;
    text-align: center;
    border-bottom: 1px solid #89074B;
    border-top: 1px solid #89074B;
}

.footer-social ul li {
    list-style: none;
    display: inline-block;
    padding: 0 12px;
}

.footer-social li a {
    color: #000000;
    height: 47px;
    line-height: 52px;
    width: 47px;
    display: inline-block;
    background: #ffb524;
    border-radius: 50%;
    text-align: center;
}

    .footer-social li a .bi {
        height: 1.2rem;
        width: 1.2rem;
    }

.footer-contact strong {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 0 0 11px 0;
    color: #ffc035;
}

.footer-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .footer-contact ul li {
        display: block;
        padding: 5px 0px 10px;
        color: #fff;
        font-size: 16px;
    }

        .footer-contact ul li .bi {
            height: 1.4rem;
            color: #ffb524;
            width: 1.4rem;
            margin: 0px 0 -3px 0;
        }

        .footer-contact ul li span {
            margin: 0 0 0 10px;
            display: inline-block;
        }

.footer-nav {
    margin-top: 40px;
    border-top: 1px solid #89074B;
    padding: 40px 0 0;
}

.footer-contact {
    padding: 20px 0 0 0px;
}

.copy span {
    display: block;
    color: #bdbdbd;
    font-size: 13px;
    padding: 20px 0 0;
}

.copy p {
    color: #ffb524;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 0 0;
}
/* end footer section*/

/* start awards section  */
.award1 {
    padding: 10px;
}

.award2 img {
    width: 100%;
}

.design-awards {
    align-items: center;
}

.award-section {
    padding: 60px 0 0 0;
}

    .award-section .bottom-heading {
        padding: 0 0 20px 0;
    }
/* end awards section */






#callbook {
    background: green;
    bottom: 0;
    height: 40px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 999999;
}

    #callbook ul {
        padding: 0px;
    }

        #callbook ul li {
            background: red;
            position: relative;
            padding: 8px 21px;
            width: 50%;
            list-style: none;
            float: left;
            text-align: center;
        }

            #callbook ul li:last-child {
                background: #038303;
            }

            #callbook ul li a span {
                color: #fff;
                font-size: 17px;
                font-weight: 500;
                text-decoration: none;
                position: relative;
                top: 0px;
            }



/* start bread crumb section */

.bread-crumb {
    background: linear-gradient(180deg, #740165 0%, #062B2E 100%);
    position: relative;
    padding: 4px 0 4px;
    z-index: 9;
}

    .bread-crumb:before {
        background: url(images/bg-head.jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0px;
        opacity: 0.3;
        z-index: -9;
    }

.breadcrumb-section {
    padding: 52px 0 44px;
}

    .breadcrumb-section h1 {
        font-size: 39px;
        font-family: 'Montserrat', sans-serif;
        text-transform: capitalize;
        font-weight: 300;
    }

        .breadcrumb-section h1 a {
            color: #fffcf4;
        }

            .breadcrumb-section h1 a b {
                font-weight: 700;
                color: #ffc035;
            }

    .breadcrumb-section p {
        padding: 0 0 5px 0;
        color: #ffe9b8;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 600;
    }

    .breadcrumb-section .home {
        font-size: 15px;
        padding: 6px 26px;
        border-radius: 50px;
        color: #ffffff;
        text-shadow: -2px -2px 19px #00e9ff;
        font-weight: 600;
        text-align: center;
        text-transform: capitalize;
        margin: 18px 0 0;
        display: inline-block;
        background: transparent;
        border: 2px solid #093e42;
    }

        .breadcrumb-section .home .bi {
            color: #fff;
            height: 1.2rem;
            width: 1.2rem;
        }
/* end bread crumb section  */

/* ===========================================================
            START GET IN TOUCH PAGE CSS 
============================================================== */

.contact-details1 {
    padding: 20px;
}

.contact-details2 {
    padding: 40px 25px 40px;
    border-radius: 20px;
    background: #fce5b3;
}

    .contact-details2 a {
        font-family: 'Montserrat',sans-serif;
        display: block;
    }

    .contact-details2 span {
        text-transform: uppercase;
        font-size: 23px;
        color: #ba0000;
        font-weight: 600;
        padding: 0px 0 3px 0;
        display: block;
    }

    .contact-details2 p {
        font-size: 19px;
        font-weight: 600;
        color: #000;
        padding: 0px 0 0 0;
    }

    .contact-details2 b {
        font-weight: 500;
        line-height: 27px;
        color: #494949;
        text-transform: capitalize;
        padding: 6px 0 0;
        display: block;
    }

.contact-form {
    margin: 30px 0 0;
    padding: 60px 100px;
    border-radius: 30px;
    background: linear-gradient(180deg, #740165 0%, #062B2E 100%);
}

.contac-rr {
    margin: 0;
    text-align: left;
}

.form-group1 {
    padding: 12px 10px;
    text-align: center;
    margin: 2px 0px 4px;
    position: relative;
}

input.form-control1 {
    color: #ffffff;
}

.form-control1 {
    height: 59px;
    background-color: transparent;
    border-radius: 39px;
    border: 1px solid #ffc035;
    display: block;
    width: 100%;
    padding: 19px 24px 17px 24px;
    font-size: 15px;
    font-weight: 500;
}

textarea.form-control1 {
    height: 210px;
    color: #ffffff;
}

.form-group1 span {
    margin: 0;
}


.btn-group {
    padding: 14px 10px 0px 10px;
    margin: 0;
    text-align: left;
}

    .btn-group > .btn {
        background: #ffc035;
        padding: 15px 29px 15px;
        color: #c50000;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 700;
        border: 0;
        border-radius: 70px;
        transition: 0.8s all ease-in-out;
        left: 0;
        right: 0;
        margin: 0px auto 0px;
    }

.form-group1 .place::-webkit-input-placeholder {
    color: #ffffff;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 400;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

.btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .dropdown:hover .dropdown-menu display: none; margin-top: auto;
}



/* ===========================================================
            END GET IN TOUCH PAGE CSS 
============================================================== */

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

    .slide-btn b {
        height: 25px;
        width: 17px;
    }

        .slide-btn b span {
            height: 20px;
            margin: 3px 0px 0 -5px;
            width: 16px;
        }

    .carousel-control-next b span {
        margin: 3px 0px 0 0px;
        width: 1rem;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .menu li {
        display: block;
        padding: 5px 0;
    }

    .tophead-right1 {
        display: none;
    }

    .tophead-left1 {
        text-align: center;
    }

    

        .head-list1 p {
            font-size: 16px;
            padding: 10px 4px;
        }

        .head-list1:nth-child(7) {
            display: none;
        }

        .head-list1:nth-child(6) {
            display: none;
        }

        .head-list1:nth-child(4) {
            display: none;
        }

    .puja-services1 {
        padding: 6px 6px;
        width: 50%;
    }

    .puja-services2 strong {
        font-size: 15px;
    }

    .puja-services2 img {
        height: 100px;
    }

    .taglinepuja strong {
        font-size: 21px;
    }

    .pujaservices-heading strong {
        font-size: 28px;
    }

    .design-round {
        margin: -29px auto 0;
    }

    .topservices1 {
        padding: 15px 15px;
    }

    .aboutus-head h1 {
        font-size: 35px;
    }

    .about-left1 {
        text-align: center;
        padding: 0px 15px 0px !important;
    }

    .about-right1 {
        padding: 0 15px 0 15px;
    }

    .about-content ul {
        padding: 0px 0 0px 11px;
    }

    .about-content p {
        text-align: left;
    }

    .other-services1 {
        padding: 10px 10px;
    }

    .services-left1 {
        padding: 0px 15px 0;
    }

    .services-left2 {
        padding: 40px 15px 20px;
    }

    .services-1 {
        padding: 15px 10px;
    }

    .services-right1 {
        padding: 30px 0 0 0px;
    }

    .other-services4 p {
        line-height: 29px;
    }

    .other-services2 {
        display: block;
        border-radius: 20px;
        padding: 15px;
    }

    .other-services3 img {
        border-radius: 15px;
    }

    .other-services4 {
        padding: 10px 0 0 0px;
    }

        .other-services4 strong {
            font-size: 19px;
        }

    .footerhead-left1:nth-child(3) {
        display: none;
    }

    .footerhead-left1 {
        width: 100%;
    }

    .footerhead-center1 {
        width: 100%;
    }

        .footerhead-center1:before {
            display: none;
        }

    .footer-design:before {
        display: none;
    }

    .footer-tagline {
        display: none;
    }

    .footer-left1 {
        padding: 0px 0px 0 0;
    }

    .footer-right1 {
        padding: 0px 0px 0 0px;
    }

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

    .copy p {
        padding: 20px 0 0;
    }

    .bottom-heading strong {
        font-size: 33px;
    }

    .bottomservices-left1 {
        width: 100%;
    }

    .bottomservices-right1 {
        width: 25%;
        display: none;
    }

    .bottom-services:before {
        width: 80%;
        display: none;
    }

    .footerhead-center1:after {
        display: none;
    }

    .footer-design {
        padding: 0px 0 0px;
    }

    .bottom-services:after {
        display: none;
    }

    .bottom-services2 {
        padding: 20px 10px 20px;
        box-shadow: 0 0 9px 0px #8d8d8d30;
        background: #ffc036;
    }

    .contact-details1 {
        padding: 10px;
    }

    .contact-form {
        padding: 60px 20px;
    }

    #callbook {
        display: block;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu li {
        display: block;
        padding: 5px 0;
    }

    .tophead-right1 {
        display: none;
    }

    .tophead-left1 {
        text-align: center;
    }

    

        .head-list1 p {
            font-size: 16px;
            padding: 10px 8px;
        }

        

    .navigation {
        margin: 0;
    }

    .head-list {
        padding: 35px 0 35px;
    }

    .slide-btn b {
        height: 25px;
        width: 17px;
    }

        .slide-btn b span {
            height: 20px;
            margin: 3px 0px 0 -5px;
            width: 16px;
        }

    .carousel-control-next b span {
        margin: 3px 0px 0 0px;
        width: 1rem;
    }

    .puja-services1 {
        padding: 10px 4px;
    }

    .puja-services2 strong {
        font-size: 15px;
    }

    .puja-services2 img {
        height: 100px;
    }

    .taglinepuja strong {
        font-size: 21px;
    }

    .pujaservices-heading strong {
        font-size: 28px;
    }

    .design-round {
        margin: -29px auto 0;
        width: 50%;
    }

    .topservices1 {
        padding: 15px 15px;
    }

    .about-left1 {
        text-align: center;
        padding: 0px 15px 30px;
    }

    .about-right1 {
        padding: 0 15px 0 15px;
    }

    .about-content ul {
        padding: 0px 0 0px 12px;
    }

    .services-right1 {
        padding: 30px 0 0 0px;
    }

    .other-services1 {
        padding: 10px 0;
    }

    .other-services2 {
        padding: 15px 15px;
    }

    .otherservices .row {
        padding-top: 0 !important;
    }

    .footerhead-left1:nth-child(3) {
        display: none;
    }

    .footerhead-left1 {
        width: 40%;
    }

    .footerhead-center1 {
        width: 60%;
    }

    .footer-design:before {
        display: none;
    }

    .footer-tagline {
        display: none;
    }

    .footer-left1 {
        padding: 0px 0px 0 0;
    }

    .footer-right1 {
        padding: 0px 0px 0 0px;
    }

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

    .copy p {
        padding: 20px 0 0;
    }

    .bottom-heading strong {
        font-size: 33px;
    }

    .bottomservices-left1 {
        width: 75%;
    }

    .bottomservices-right1 {
        width: 25%;
    }

    .bottom-services:before {
        width: 80%;
    }

    .footerhead-center1:after {
        display: none;
    }

    .contact-details1 {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .menu li {
        padding: 0px 10px;
        font-size: 15px;
    }

    .head-list1 p {
        padding: 18px 10px;
        font-size: 14px;
    }

    .pujaservices-heading strong {
        font-size: 35px;
    }

    .design-round {
        margin: -29px auto 0;
        width: 70%;
    }

    .services-2 strong {
        font-size: 17px;
    }

    .services-right1 {
        padding: 0 0 0 20px;
    }

    .services-list ul li a {
        height: 20px;
        width: 20px;
        line-height: 19px;
    }

        .services-list ul li a .bi {
            height: 0.8rem;
            width: 0.8rem;
        }

    .design-list {
        padding: 13px 10px 10px;
    }

    .services-list ul li {
        font-size: 15px;
    }

    .other-services2 {
        padding: 20px 15px;
    }

    .other-services4 strong {
        font-size: 20px;
    }

    .other-services4 {
        padding: 0 0 0 10px;
    }

    .footer-left1 {
        padding: 0px 20px 0 0;
    }

    .footer-right1 {
        padding: 0px 0px 0 20px;
    }

    .footer-navigation ul li {
        padding: 7px 15px;
    }

    .footer-tagline span {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1340px) {
    .head-list1 p {
        padding: 18px 10px;
    }
}

@media (max-width: 575px) and (min-width: 0px) {
    .tophead-left2 b a {
        margin: 0;
        padding: 2px 11px;
        margin: 0 0 4px 0px;
    }

    .tophead-left2 span a {
        font-size: 20px;
    }

    .head-logo1 {
        padding: 0 10px !important;
    }

    .navigation {
        margin: 2px 0 0 0;
    }

    .navbar-toggler {
        width: 38px;
        height: 27px;
    }

    

    .pujaservices-heading strong {
        font-size: 20px;
    }

    .pujaservices-heading p {
        font-size: 15px;
    }

    .taglinepuja {
        padding: 20px 0 0 0 !important;
    }

    .about-content h2, h3, h4, h5, h6 {
        border-radius: 15px;
        padding: 6px 9px;
        font-size: 17px;
        line-height: 24px;
    }

    .services-heading strong {
        font-size: 21px;
    }

    .aboutus-head strong {
        font-size: 26px;
    }

    .aboutus-head {
        padding-bottom: 0px !important;
    }

    .services-list ul li {
        font-size: 15px;
    }

    .about-content ul li {
        font-size: 15px;
    }

    .head-list1:nth-child(4) {
        display: block;
    }

    .topservices1 {
        width: 50%;
    }

    .design-call a {
        height: 40px;
        width: 40px;
    }

    .topservices2 strong {
        font-size: 18px;
    }

    .aboutus-head h1 {
        font-size: 25px;
    }

    .bottom-heading strong {
        font-size: 22px;
    }

    .bottom-services1 {
        padding: 25px;
    }

    .testimonials {
        padding-left: 6px;
        padding-right: 6px;
    }

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

    .footerhead-center2 p {
        font-size: 15px;
        padding: 8px 0 0;
        line-height: 26px;
    }

    .footer-social ul li {
        padding: 0 6px;
    }

    .footer-navigation ul li {
        padding: 6px 4px;
        font-size: 13px;
    }

    .footer-contact ul li {
        font-size: 15px;
    }

    .footer-social li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

        .footer-social li a .bi {
            height: 0.9rem;
            width: 0.9rem;
        }

    .breadcrumb-section h1 {
        font-size: 27px;
    }
}

@media (max-width: 420px) and (min-width: 0px) {
    .puja-services1 {
        width: 50%;
    }

    .taglinepuja strong {
        font-size: 17px;
    }

    .aboutus-head h1 {
        font-size: 21px;
    }

    .head-list1 {
        width: 33.333%;
    }

        .head-list1:nth-child(4) {
            display: none;
        }

    .topservices1 {
        width: 100%;
    }
}
