<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*contact-form*/
div#contact-us-form {
    background: #e26480;
    padding: 30px !IMPORTANT;
    border-radius: 30px;
}
div#contact-us-form .bfQuickMode input[type=text],
div#contact-us-form .bfQuickMode textarea,
div#contact-us-form .bfQuickMode select,
div#contact-us-form .bfQuickMode .uneditable-input {
    max-width: unset !important;
    width: 69% !important;
}
div#contact-us-form .form-actions {
    padding: 0px !important;
    margin: 0px;
    text-align: right !important;
}
div#contact-us-form button#bfSubmitButton {
    background: #fff !important;
    border-radius: 0px !important;
    color: #000;
}
div#contact-us-form label {
    color: #fff !important;
}

/*contact-info*/
.contact-info {
    border-left: 4px solid #4521aa !Important;
}
.contact-info .sppb-row {
    padding-left: 30px;
}
.contact-info .sppb-media-heading {
    margin: 0px;
}
.contact-info .sppb-addon-text p {
    color: #000 !important;
    font-weight: 500;
    margin: 0px;
}

/*accordion*/
.sppb-addon-accordion .sppb-panel-modern&gt;.sppb-panel-heading {
    background: linear-gradient(45deg, #4521aa, #e36883);
    color: #fff !important;
}
.sppb-addon-accordion .sppb-panel-modern .sppb-panel-body {
}
.sppb-addon-accordion .sppb-panel-modern {
    border: none;
    box-shadow: 0px 0px 10px #00000010;
}

/*audio*/
.sppb-addon.sppb-addon-audio {
    display: flex;
    width: 100% !important;
    background: #f1f3f4;
    border-radius: 15px;
    padding: 10px 30px;
    align-items: center;
}
.sppb-addon.sppb-addon-audio h4.sppb-addon-title {
    width: 40% !IMPORTANT;
    display: inline-block;
    margin: 0px !important;
}
.sppb-addon.sppb-addon-audio .sppb-addon-content {
    width: 60% !IMPORTANT;
    display: flex;
}
.sppb-addon.sppb-addon-audio audio {
    width: 100% !IMPORTANT;
    height: 50px !important;
}
@media(max-width:991px){
.sppb-addon.sppb-addon-audio audio {
    width: 100% !IMPORTANT;
    height: 30px !important;
}
}
.sppb-addon.sppb-addon-audio:before {
    position: absolute;
    content: '';
    width: 75px;
    height: 40px;
    background: #f1f3f4;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999999999999;
}
.sppb-addon.sppb-addon-audio {
    position: relative;
}
@media(max-width:450px){
.sppb-addon.sppb-addon-audio:before {
    width: 60px;
}
}
@media(max-width:430px){
.sppb-addon.sppb-addon-audio:before {
    width: 50px;
}
}
@media(max-width:410px){
.sppb-addon.sppb-addon-audio:before {
    width: 40px;
}
}
@media(max-width:395px){
.sppb-addon.sppb-addon-audio:before {
    width: 30px;
}
}
@media(max-width:388px){
.sppb-addon.sppb-addon-audio:before {
    width: 60px;
}
}
@media(max-width:360px){
.sppb-addon.sppb-addon-audio:before {
    width: 40px;
}
}

/*blog module*/
.blog-entry.border .entry-content {
    margin: 0px;
}
.blog-entry.border .entry-content h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #000 !IMPORTANT;
}
.blog-entry.border .entry-content h3 a {
    color: #000 !IMPORTANT;
}
.blog-entry.border .entry-meta a, .blog-entry.border .entry-meta p {
    color: #000;
}
.blog-entry.border .fa-comments-o:before {
    display: none;
}
.blog-entry.border .entry-meta a i {
    padding: 0px;
}
.blog-entry.border .entry-title a:hover, 
.blog-entry.border .entry-description a {
    color: #4622aa;
    text-decoration: underline;
}
.blog-entry:hover img {
    transform: scale(1);
}
.blog-entry.border .fa-angle-double-right:before {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    color: #fff !important;
    border: none;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    width: 42px !important;
}

/*star*/
.voting-symbol span.star:before {
    content: "\f006";
    padding-right: 5px;
    font-family: fontawesome !important;
}

/*Landing 2022*/
.resize-01 img.sppb-img-responsive {
    width: 200px;
    height: 200px;
}
@media(max-width:991px){
  .resize-01 img.sppb-img-responsive {
    width: 100px;
    height: 100px;
}
}
.white-wording label {
    color: #fff !important;
}</pre></body></html>