.header-info-bar {
    position: relative;
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 99;
    background: #372f7d;
    color: #fff;
}
.header-nav.w3menu .nav>li>a {
    color: #a75e95;
    font-size: 16px;
    padding: 28px 15px;
    /* font-family: var(--font-family-title); */
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
    line-height: 24px;
}
.btn-primary {
    --bs-btn-bg: #39317e;
    --bs-btn-border-color: #39317e;
    --bs-btn-active-bg: #39317e;
    --bs-btn-hover-bg: #372f7d;
    --bs-btn-hover-border-color: var(--bs-primary-btn-hover-border-color);
}
.header-nav.w3menu .nav>li .sub-menu {
    width: 336px;
}
.header-nav.w3menu .nav>li.menu-item-has-children>a:after, .header-nav.w3menu .nav>li.sub-menu-down>a:after {
    content: "+";
    margin-left: 5px;
    margin-top: -5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #39317e;
}
.header-nav.w3menu .nav>li:hover>a {
    color: #39317e;
}
.section-head.style-2 .sub-title {
    background-image: linear-gradient(45deg, rgba(var(--bs-primary-rgb), .2), transparent);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    color: #c475b0;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.text-primary {
    --bs-text-opacity: 1;
    color: #783f6a;
}
.dz-accordion.style-2 .accordion-item .accordion-body {
    border: 2px solid #c475b0;
    border-radius: 15px;
    padding: 20px 20px 20px 30px;
    background-color: #fff;
}
.testimonial-2 .testimonial-detail {
    padding: 24px 24px 30px;
    display: flex
;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    width: 50%;
    background: #fff;
    border: 2px solid #c475b0;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(var(--bs-secondary-rgb), .05);
    flex: 1;
}
.testimonial-2 .testimonial-detail::after {
    content: "\f105";
    font-family: flaticon;
    position: absolute;
    right: 25px;
    bottom: 30px;
    z-index: -1;
    font-weight: 500;
    font-size: 65px;
    line-height: 65px;
    color: #c475b0;
}
.dz-bnr-inr.style-2.dz-bnr-inr-md {
    --dz-banner-height: 372px;
}
.background{
    background-size: cover !important;
    background-position: bottom !important;
}
.dz-bnr-inr.style-2 .bnr-info {
    /* padding: 65px 0 0; */
    position: relative;
    z-index: 10;
}
footer .fb-inner .copyright-text a {
    color: inherit;
    color: #ffbaed;
}
.dz-bnr-inr.style-2 .dz-bnr-inr-entry .dz-bnr-inr-flex {
    text-align: start;
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
    /* margin-bottom: 0; */
    /* height: auto; */
    /* min-height: auto; */
    /* gap: 30px; */
}
.dz-bnr-inr.style-2 {
    overflow: hidden;
    display: flex
;
    margin-bottom: 6px;
}
.dz-bnr-inr .dz-bnr-inr-entry {
    height: var(--dz-banner-height);
    vertical-align: middle;
    display: table-cell;
    padding: 0px 0 0px 0;
    text-align: center;
}
.icon-bx-wraper.style-1 .icon-bx {
    width: 52px;
    min-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    color: #19a798;
    font-size: 24px;
    justify-content: center;
    background-color: #39317e;
    border-radius: 50%;
}

@media only screen and (max-width:767px) {
    .dz-bnr-inr.style-2.dz-bnr-inr-md {
        --dz-banner-height: 196px;
    }
}
@media only screen and (max-width: 767px) {
    .dz-bnr-inr.style-2.dz-bnr-content .dz-bnr-inr-entry {
        padding-top: 39px !important;
    }
}

.header-nav.w3menu .nav>li .sub-menu {
    width: 278px;
    overflow: scroll;
    height: 300px;
}

.dz-bnr-inr.style-2 .form-wrapper {
    /* min-width: 530px;
    width: 530px; */
    z-index: 3;
    box-shadow: 0 0 50px rgba(var(--bs-secondary-rgb), .1);
    border-radius: var(--radius-xl);
    /* margin-top: 200px; */
    box-shadow: rgb(56 48 125 / 44%) 0px 5px 15px;
}

.service_menu_nav ul li.active a, .service_menu_nav ul li.current-menu-item a, .service_menu_nav ul li:hover a {
    color: #fff;
    background-color: #c475b0 !important;
}
.service_menu_nav ul li a:before {
    content: "\e829";
    font-family: feather;
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    font-size: 18px;
    color: #c475b0;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
ul.list-check li:before {
    content: "\f109";
    font-family: flaticon;
    color: #c475b0;
}
.service_menu_nav ul li a {
    background-color: #fff;
    display: block;
    border-radius: var(--radius-sm);
    padding: 6px 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--bs-secondary);
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.icon-content1 a {
    color: #c475b0;
    margin: 5px;
}
.site-header .main-bar {
    background: #ffffff;
}
footer .footer-logo img {
     max-width: 170px; 
}
.section-head.style-2 p {
    font-size: 15px;
    font-weight: 300;
}
@media only screen and (min-width: 1199px) {
    .content-wrapper.style-9 .content-media:not(.right) {
         margin-left: 0px; 
    }
}

@media only screen and (max-width: 1380px) {
    .content-wrapper.style-9 .content-media>.dz-media {
        width: 386px;
        padding: 0 19px;
    }
}
.content-wrapper.style-9 .content-media>.dz-media::after {
    content: "";
    height: 420px;
    width: 100%;
    position: absolute;
    border-radius: 30px;
    background-color: #c475b061;
    box-shadow: 0 0 50px rgba(var(--bs-primary-rgb), .3);
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media only screen and (max-width: 1480px) {
    .dz-bnr-inr .h1, .dz-bnr-inr h1 {
        font-size: 2rem;
    }
}
.testimonial-2 .testimonial-detail p {
    line-height: 1.8;
    font-size: 16px;
}
@media only screen and (max-width: 1480px) {
    .section-head.style-3 .title {
        font-size: 37px;
        text-align: center;
    }
}
.h2, h2 {
    font-size: 20px;
}
@media only screen and (max-width: 1480px) {
    .content-inner {
        padding-top: 7px;
        padding-bottom: 40px;
    }
}
.dz-bnr-inr.style-2 .bnr-info {
    padding: 2px 0 0;
    position: relative;
    z-index: 10;
}
.service-single .single-inner .h2, .service-single .single-inner h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.info-widget.style-16 {
    background-color: #ffffff00;
    border-radius: var(--radius-lg);
    padding: 25px 30px;
    box-shadow: 0 0 50px rgba(var(--bs-secondary-rgb), .05);
}
.dz-bnr-inr {
    --dz-banner-height: 300px;
    min-height: var(--dz-banner-height);
    background-size: cover;
    background-position: center;
    background-color: #fff5f900;
    position: relative;
    z-index: 1;
    width: 100%;
}
.form-wrapper.style-1 .form-body {
    padding: 13px 38px;
    border-radius: 30px;
}
.btn-group-lg>.btn-icon.btn .left-icon, .btn-group-lg>.btn-icon.btn .right-icon, .btn-icon.btn-lg .left-icon, .btn-icon.btn-lg .right-icon {
    height: 34px;
    width: 40px;
    min-width: 44px;
    transform: translateY(0);
}