@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(#fff 0%, #e2d9e0 84.83%, #ddd2db 100%, #ddd2db 100%);
    font-family: 'Poppins', sans-serif;
    background-attachment: fixed;
background-repeat: no-repeat;
    color: #544837;
    font-size: 18px;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

.btn:focus {
    box-shadow: none !important;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 25px 20px;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo img {
    width: 180px;
}

header ul {
    display: flex;
    align-items: center;
}

header ul li {
    margin: 5px 15px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

header ul li a {
    color: #fff;
    fill: #fff;
}

.banner_banner {
    /*background-image: linear-gradient(to bottom, #fefdfe, #f6f2f6, #eee8ed, #e6dde5, #ded3dc);*/
}

.banner_banner .banner_main {
    display: flex;
    position: relative;
    align-items: center;
}

.banner_banner .banner_main .bannercol2 {
    max-width: 100%;
    width:100%;
}
.banner_banner .banner_main .bannercol2 img {
  /*filter: grayscale(100%);*/
  width:100%;
}
.banner_banner .bannercol2 .bannercol1_conrent {
    padding: 25px;
    border-radius: 15px;
    background: #ffffffa1;
    max-width: 400px;
    top: 50%;
    transform: translate(-50%);
    left: 35%;
    position: absolute;
}

.banner_banner .bannercol2 .bannercol1_conrent h2 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-align: left;
    color: #51063d;
    width: 100%;
    margin-bottom: 15px;
}

.banner_banner .bannercol2 .bannercol1_conrent .btn-primary {
    width: 199px;
  height: 45px;
  background: #f74aa4;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding: 0;
  border: none;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_banner .bannercol2 .bannercol1_conrent .btn-primary:hover {
    background: #fff;
    color: #f74aa4;
}

.banner_banner .bannercol2 .bannerimg_text {
    position: absolute;
    bottom: 0;
    width: 65%;
    right: 0;
    background: transparent;
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(33px);
    --webkit-backdrop-filter: blur(33px);
    background-color: rgba(0, 0, 0, 0.07);
}

.banner_banner .bannercol2 .bannerimg_text ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.banner_banner .bannercol2 .bannerimg_text ul li {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #fff;
    flex: 0 0 33%;
    display: flex;
    max-width: 33%;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.banner_banner .bannercol2 .bannerimg_text ul li span {
    font-size: 30px;
    margin-right: 10px;
}

.why_wrepp {
    padding: 60px 0px;
}

.why_wrepp .why_row {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: auto;
    position: relative;
}

.why_wrepp .why_row .whycol1 {
    flex: 0 0 50%;
    max-width: 50%;
}

.why_wrepp .why_row .whycol2 {
    flex: 0 0 80%;
    max-width: 50%;
    border-radius: 15px;
    /*background: linear-gradient(#ed3b95 0%, #771e4b 100%);*/
    /*border: 1px solid #fff;*/
    padding: 40px 20px 40px 20px;
}

.why_wrepp .why_row .whycol2 h2 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 26px;
    text-align: left;
    color: #51063d;
    margin-bottom: 10px;
}

.why_wrepp .why_row .whycol2 p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 22px;
    text-align: left;
    color: #51063d;
}

.why_wrepp .why_row .whycol1 img {
    position: relative;
right: 0px;
border-radius: 10px;
border: 3px solid #fff;
/*filter: grayscale(100%);*/
}

.black_box {
    position: absolute;
    bottom: -30%;
    width: 300px;
    height: 200px;
    z-index: 9;
}

.service_wrepp {
    padding: 0px 0px 60px;
}

.service_wrepp .service_box {
    min-height: 250px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 12px;
}

.service_wrepp .service_box span {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 24px;
    text-align: center;
    color: #51063d;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
    display: block;
    max-width: 180px;
}

.service_wrepp .service_box span {
    color: #51063d;
}

.service_wrepp .service_box line {
    stroke: #f74aa4;
}

.service_wrepp .service_box path {
    stroke: #f74aa4;
}

.service_wrepp .service_box circle {
    stroke: #f74aa4;
}

.service_wrepp .service_box:hover {
    background: linear-gradient(#ed3b95 0%, #771e4b 100%);
}

.service_wrepp .service_box:hover span {
    color: #fff;
}

.service_wrepp .service_box:hover line {
    stroke: #fff;
}

.service_wrepp .service_box:hover path {
    stroke: #fff;
}

.service_wrepp .service_box:hover circle {
    stroke: #fff;
}

.reviews_wrepp {
    padding: 50px 0px;
    position: relative;
}

/*.reviews_wrepp::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    height: 100%;*/
/*    background: linear-gradient(#ed3b95 0%, #771e4b 100%);*/
/*    width: 30%;*/
/*}*/

.reviews_wrepp .reviewbox {
    border-radius: 15px;
    background: #fff;
    box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}

.reviews_wrepp .reviewbox h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color:#51063d;
}

.reviews_wrepp .reviewbox .stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.reviews_wrepp .reviewbox .stars img {
    width: 30px;
    margin: 5px;
}

.reviews_wrepp .reviewbox p {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 24px;
    text-align: left;
    color: #51063d;
}

.footer_home {
    background: linear-gradient(#ed3b95 0%, #771e4b 100%);
    padding-top: 60px;
}

.footer_home .footer_home_inner {
    border-radius: 10px;
    background: linear-gradient(#fff 0%, #ddd2db 100%, #ddd2db 100%);
    padding: 60px;
}

.footer_home .footer_home_inner h2 {
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 0.04em;
    line-height: 45px;
    text-align: left;
    color: #51053c;
}

.footer_home .footer_home_inner p {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 25px;
    color: #51053c;
}

.footer_home .footer_home_inner h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 5px;
    color: #51053c;
    margin-bottom: 20px;
}

.footer_home .footer_home_inner ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #51053c;
    opacity: 0.79;
    margin-bottom: 10px;
}

.footer_home .footer_home_inner ul li a {
    color: #51053c;
    opacity: 0.79;
}

.footer_home .footer_home_inner .call_box {
    border-radius: 10px;
    background: linear-gradient(#ed3b95 0%, #771e4b 100%);
    padding: 40px;
}

.footer_home .footer_home_inner .call_box .call_no {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer_home .footer_home_inner .call_box .call_no img {
    margin-right: 15px;
}

.footer_home .footer_home_inner .call_box .call_no span {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.footer_home .footer_home_inner .call_box .call_no span a {
    color: #fff;
}
.footer_home .footer_home_inner .social_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_home .footer_home_inner .social_box a {
    margin: 20px 15px;
    display: inline-block;
}

.footer_home .footer_home_inner .social_box img {
    width: 30px;
}

.copyright {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    padding: 30px 0px;
}

.about_wrepp {
    padding-top: 150px;
    padding-bottom: 60px;
}

.about_wrepp .aboutbox {
    border-radius: 20px;
    background: linear-gradient(#fff 0%, #ddd2db 100%, #ddd2db 100%);
    padding: 50px;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    margin-bottom: -100px;
    position: relative;
    z-index: 999;
}

.about_wrepp .aboutbox h2 {
    font-weight: 600;
    font-size: 44px;
    letter-spacing: 0.04em;
    line-height: 50px;
    color: #51053c;
    margin-bottom: 40px;
}

.about_wrepp .aboutbox p {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 25px;
    text-align: left;
    color: #51053c;
}

.footer_home.about {
    padding-top: 200px;
}

.about_footer {
    border-radius: 20px;
    background: linear-gradient(#fff 0%, #ddd2db 100%, #ddd2db 100%);
    padding: 100px 50px;
}

.about_footer ul {
    max-width: 400px;
    margin: auto;
}

.about_footer ul li {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #51053c;
    margin-bottom: 30px;
}

.about_footer ul li img {
    width: 30px;
    margin-right: 15px;
}

.about_header ul li a {
    color: #51053c;
    stroke: #51053c;
}

.about_header ul li a svg line {
    stroke: #51053c;
}

.dropdown-menu.show {
    right: 0 !important;
    left: inherit !important;
    top: 30px !important;
    transform: inherit !important;
}
.owl-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.owl-dots {
  display: none !important;
}
.owl-nav button {
  background: #fff !important;
width: 40px;
height: 40px;
color: #000 !important;
font-size: 35px !important;
display: flex;
align-items: center;
justify-content: center;
margin: 0px 10px;
border-radius: 5px;
border: 1px solid #ccc !important;
}
.owl-nav button:hover {
    background: #ea3a93 !important;
    color: #fff !important;
}
.whatsapplogo {
    position:fixed;
    bottom:50px;
    right:10px;
    z-index:9999;
}
@media(max-width:991.98px) {
    .banner_banner .banner_main .bannercol2 {
        max-width: 100%;
    }
    .banner_banner .banner_main {
        min-height: 600px;
    }
    .banner_banner .banner_main .bannercol2 img {
        height: 600px;
        width:100%;
        object-fit: cover;
    }
    .banner_banner .bannercol2 .bannerimg_text {
        width: 100%;
    }
    .banner_banner .bannercol2 .bannerimg_text ul li {
        font-weight: bold;
        font-size: 14px;
        padding: 5px;
    }
    .banner_banner .bannercol2 .bannerimg_text ul li span {
        font-size: 20px;
    }
    .service_wrepp .service_box {
        margin: 10px 0px;
    }
    .footer_home .footer_home_inner {
        padding: 30px;
    }
    .about_wrepp .aboutbox {
        padding: 50px;
    }
    .about_footer {
        border-radius: 20px;
        background: linear-gradient(#fff 0%, #ddd2db 100%, #ddd2db 100%);
        padding: 50px;
    }
}

@media (max-width:575.98px) {
    .banner_banner .bannercol2 .bannercol1_conrent {
        transform: inherit;
        left: 20px;
        right: 20px;
        max-width: 100%;
    }
    header {
        padding: 15px 10px;
    }
    .why_wrepp .why_row .whycol1 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 0px;
    }
    .why_wrepp .why_row {
        display: block;
        align-items: center;
        justify-content: center;
        max-width: inherit;
        margin: auto;
        position: relative;
        padding: 0px 30px;
    }
    .why_wrepp .why_row .whycol1 img {
        position: relative;
        right: 0;
    }
    .why_wrepp .why_row .whycol2 {
        max-width: 100%;
    padding: 20px 0px;
    margin-top: 0;
    position: relative;
    }
    .black_box {
        position: absolute;
        bottom: -35px;
        width: auto;
        height: 200px;
        z-index: 0;
    }
    .sliderimg img {
        width: 70% !important;
    }
    .sliderimg {
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .reviews_wrepp .reviewbox {
        padding: 20px;
    }
    .reviews_wrepp {
        padding: 50px 0px;
        position: relative;
    }
    .footer_home .footer_home_inner .call_box {
        padding: 20px;
        margin-top: 20px;
    }
    .about_wrepp .aboutbox {
        padding: 30px;
    }
    .about_wrepp {
  padding-top: 100px;
  padding-bottom: 60px;
}
    .about_footer {
        border-radius: 20px;
        background: linear-gradient(#fff 0%, #ddd2db 100%, #ddd2db 100%);
        padding: 30px;
    }
}


/*Custom CSS*/
.table-shared tr th {
    font-weight: 600 !important;
}