<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow-x: hidden;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    color: #4a4e5a;
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;;
    background-color: #fff !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  /* font-family: 'IBM Plex Sans', sans-serif;
	font-family: 'Playfair Display', serif; */
body::-webkit-scrollbar {
    width: 0.5em;
}
 
body::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ac0881;
  outline:none;
  border-radius: 5px;
}
.outer {
    overflow: hidden;
}
*:focus {
    outline: none;
    border:none;
}
button:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

:focus {
    outline: 0;
}
h1, h2, h3, h4, h5, h6{
    color: #333;
}
a,
a:link,
:before,
:after,
a:visited,
#header,
#header.bg_change,
#header .logo,
#header.bg_change .logo,
#header .logo img,
#header.bg_change .logo img {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,
button:hover {
    text-decoration: none !important;
}
a:hover,
:hover:before,
:hover:after,
:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo {
    display: block;
}
.menu-bar {
    position: absolute;
    top: 20px;    
    right: 0;
    height: 14px;
}
/* .bars {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #fff;
    box-shadow: 0 5px 0 #fff, 0 10px 0 #fff;
} */
.toggler-wrap {
    position: relative;
}
.sec-align{display: flex;
  align-items: center;}
#header {
    position: fixed;
    padding:0;
    width: 100%;
    z-index: 999;
    left:0;
    height: 80px;
    background: none;
}
#header.bg_change {
    padding: 0;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 2px #ddd;
}
#header.bg_change .navbar-nav li a {
    padding: 10px 15px 10px;
    font-size: 12px;
}
#header.bg_change .logo img {
    width: 120px;
}
#header .navbar {
    padding: 5px 0;
}
#header .navbar-nav {
    display: block;
    margin: 0;
    float: right;
}
#header .navbar-nav li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}
#header .navbar-nav li:first-child {
    margin-left: 0;
}
#header .navbar-nav li ul li {
    display: block;
}
#header .navbar-nav li ul {
    background: #ac0881;
    padding: 5px 0;
}
#header .navbar-nav li ul li:after {
    background: none;
}
#header .navbar-nav li.active:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ac0881
;
}
#header.bg_change .navbar-nav li.active:after {
    background: #ac0881
;
}
#header .navbar-nav li:last-child::after {
    background: none;
}
#header .stellarnav .navbar-nav li a {
    color: #fff;
    padding: 24px 0px 20px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}
#header .stellarnav .navbar-nav li ul li a {
    padding: 10px; 
}
#header .navbar-nav .active a,
#header .navbar-nav .current-menu-item a {
    color: #ac0881;
}
#header .navbar-nav li a:hover {
    color: #ac0881;
}
#header .navbar {
    display: block;
}
.bg-orange {
    background: #ac0881;
}
.text-white {
    color: #fff;
}
.no-list-style {
    list-style: none;
}
.social ul {
    float: right;
}
.social ul li {
    float: left;
    margin-left: 10px;
}
.side-bar{background-color: #f7edf4;
    border: 1px solid #fddcf4;
    padding: 15px;}
#header .navbar-nav li.nav-item-social {
    margin-left: 5px;
}
.navbar-nav li.nav-item-social a i {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
#header.bg_change .navbar-nav li.nav-item-social a i {
    border: 1px solid #666;
}
.stellarnav .social ul li a {
    color: #fff;
    padding: 16px 2px;
}
.social ul li:first-of-type {
    margin-left: 0;
}
#header .logo-brand {
    width: 5rem;
    height: 3rem;
}
#header .logo-brand .brand-icon {
    top: 0;
    left: 0;
    position: absolute;
}
#header .navbar-brand, 
.maintext {
    float: left;
}
a.navbar-brand {
    float: left;
    min-height: 50px;
    padding: 7px 0;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: orangered;
    font-family: cursive;
    font-weight: 700;
    margin-right: 25px;
}
.br-right{border-right: 1px solid #d6d0d0}
.maintext {
    font-size: 26px;
    text-align: center;
    font-weight: 800;
    float: left;
}
.stellarnav .maintext a {
    color: #0b1958;
    padding: 23px 0 18px;
    display: block;
}
#header .stellarnav .maintext a:hover {
    color: #ac0881;
}
#header.bg_change .stellarnav .maintext a:hover  {
    color: ##ac0881;
}
#header .navbar-expand-lg .navbar-collapse {
    display: block !important;
}
#header .stellarnav.desktop li.has-sub&gt;ul&gt;li&gt; a {
    padding: 8px 5px 8px 10px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
#header .stellarnav.desktop li.has-sub&gt;ul&gt;li&gt; a:hover {
    color: #ac0881;
}
#header .stellarnav .navbar-nav li.has-sub&gt; ul li {
    margin-left: 0;
}
#header.bg_change .stellarnav .maintext a,
#header.bg_change .stellarnav .navbar-nav li a {
    color: #666;
}
#header.bg_change .stellarnav .navbar-nav li a:hover {
    color: #ac0881;
}
.caption-title.poscenter {
    z-index: 99;
    left: 5%;
    margin: 0;
    top: 70%;
    max-width: 480px;
    transform: translate(0%, -50%);
}
.poscenter {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.btn.reg-btn {
    height: 52px;
    width: 280px;   
    line-height: 36px;
}
.round-50 {
    border-radius: 50px !important;
}
.bg-orange,
.btn.bg-orange {
    background: #ac0881 !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.reg-btn:hover {
    background: #8a0466 !important;
}
#stop {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    background: #ac0881;
    padding: 4px 12px;
}
#stop span a {
    color: #fff;
}
.text-bold {
    font-weight: 600 !important;
}
.font-20 {
    font-size: 20px;
}
.round-20 {
    border-radius: 20px;
}
.form-block .form-control {
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: none;
    padding-left: 0;
}
.reg-bg {
    background: url('../images/register-banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.text-orange {
    color: #ac0881 !important;
}
a.text-orange:hover {
    color: #7f0560 !important;
}
a.reg-btn.text-orange:hover {
    color: #fff !important;
}
.menu-toggle {
    position:absolute;
    right: 15px;
    top: 8px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 !important;
    height: 38px;
    width: 38px;
    text-align: center;
}
#spotlight .caption {
    position: absolute;
    bottom: 60px;
    right:  20px;
    max-width: 70%;
    right: 0
}
.poslft-in {
    margin: 0;
    margin-right: 0px;
    position: absolute;
    top: 58%;
    left: 53%;
    width: 100%;
    margin-right: -50%;
    transform: translate(-45%, -50%);
}
.bg-theme {
    background-color: #ac0881 !important
} 
.font-16 {
    font-size: 16px;
}
.section {
    padding: 80px 0;
}
.bg-light {
    background: #f0eced;
}
.articon {
    top: 0;
    position: absolute;
}
.artlefticon {
    left: 0;
}
.artrighticon {
    right: 0;
}
.card-main {
    left: 50%;
    top: 50%;
    margin-left: 0;
    position: absolute;
    transform: translate(-50%, -50%);
}
#spotlight .caption h2 {
    font-size: 28px;
    font-weight: 400;
    max-width: 767px;
    text-align: right; 
    float: right;  text-shadow: 2px 2px 2px #000000
}
.font-fairplay {
    font-family: 'Playfair Display', serif; font-weight: 400;
}
.art-top {
    position: absolute;
    left: 0;
    top: -60px;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
.btn.border-theme {
    border: 1px solid #ac0881 !important;
}
.btn.btn-theme:hover {
    color: #fff !important;
    background-color: #ac0881 !important;
}
#header .nav-item-lang span {
    display: block;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 4px 10px;
}
#header.bg_change .nav-item-lang span {
    border: 1px solid #ac0881;
}
#banner {
    /* min-height: 600px; */
    /* width: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background: url('../images/innerBanner.png');
}
.logo-block {
    max-width: 420px;
    padding: 100px 0;
}
#breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: none;
}
.articon-about {
    top: 50px;
    width: 120px;
}
.pos-left {
    top: 50%;
    left: 15px;
    position: absolute;
    margin-right: 0;
    transform: translate(0, -50%);
}
input.round-0 {
    border-radius: 0 !important;
}
.login-block .form-group {
    position: relative;
}
.login-block .form-group i {
    position: absolute;
    left: 0;
    top: 11px;
    color: #000;
/*    font-size: 18px;
*/}

.web-d-none {
    display: none;
}
.col-entry-user {
    text-align: right;
}
.entry-user-nav li {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    padding-right: 12px;
}
.entry-user-nav li:first-child {
    margin-left: 0;
}
.entry-user-nav li:after {
    position: absolute;
    right: 0;
    top: 6px;
    content: "";
    background: #8a0466;
    width: 1px;
    height: 14px;
}
.entry-user-nav li a {
    color: #000;
    display: inline-block;
}
.entry-user-nav li:last-of-type:after{
    display: none;
}
.entry-user-nav li a:hover {
    color: #ac0881;
}
.list-style-0 {
    list-style: none;
}
.entry-btn-group ul li {
    display: inline-block;
    margin: 5px;
}
.entry-btn-group ul li a {
    border: 1px solid #c5c5c5;
    border-radius: 0;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.entry-btn-group ul li a.active,
.entry-btn-group ul li a:hover {
    color: #8a0466;
}
.upload-block .card .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 22px;
    text-align: center;
    background: rgba(0, 0, 0, 0.616);
}
.upload-block .card .overlay a,
.upload-block .card .overlay span {
    position: relative;
    top: 42%;
}
.filebtn {
    top: 14px;
    right: 15px;
    position: absolute;
}
.btn.btn-file {
    position: relative;
    overflow: hidden;
    border: 1px solid #666 !important;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0px;
    width: 63px;
    height: 30px;
    font-size: 22px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}
.upload-block .card-title {
    padding-right: 60px;
}
.strip-sm {
    position: absolute;
    right: 0;
    bottom: 0;
}
.strip-like {
    position: absolute;
    left: 0;
    bottom: 0;
}
.bg-yellow {
    background: #f09602;
}
.text-black {
    color: #000;
}
.user-social-block {
    text-align: right;
}
.user-social-block a {
    border-radius: 25px;
    font-size: 14px;
    height: 25px;
    width: 25px;
    line-height: 24px;
    float: right;
    color: #222;
    margin-left: 5px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #222;
}
.user-social-block a.whatsapp,
.user-social-block a.liked {
    line-height: 23px;
}
.user-social-block a.liked {
    color: #fff;
    background: #da20a9;
    border-color: #da20a9;
}
.user-social-block.social-block {
    text-align: left;
}
.user-social-block.social-block a {
    float: none;
    margin-left: 0;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
}
.card-img-block.card-img-block-sm {
    overflow: hidden;
    height:198px;
}
.card-img-block.card-img-block-xs {
    overflow: hidden;
    min-height:120px;
}
.card-video iframe {
	width: 100%
}
.text-area-block .form-control{
	height: 198px !important;
}
.user-social-block .fb_iframe_widget {
    left: 0;
    top: 3px;
    position: absolute;
}
.user-social-block.social-block .fb_iframe_widget {
    left: 0;
    top: 6px;
    position: relative;
}
.show-on-hover:hover &gt; ul.dropdown-menu {
    display: block;    
}
.entry-user-drop .dropdown-menu&gt;li&gt;a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.entry-user-drop .dropdown-menu&gt;li&gt;a:hover, 
.entry-user-drop .dropdown-menu&gt;li&gt;a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .aside {
    background-color: #f7edf4;
    border: 1px solid #fddcf4;
    padding: 15px;
    margin-bottom: 15px;
}
/*  */
@media screen and (max-width:1024px) {
    .user-social-block .fb_iframe_widget {
        left: auto;
        right: 0;
        top: 6px;
        position: relative;
    }
	.card-img-block.card-img-block-sm {
    overflow: hidden;
    height:128px;
}
.text-area-block .form-control{
	height: 128px !important;
}
.form-control {
    
    font-size: 14px !important; 
}
.poslft-in {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    margin-right: 0;
    transform: translate(-50%, -45%);
}
.mob-d-block {
    display: block;
}

    #banner picture {
        min-height: 300px;
    }
    #banner picture img {
        height: 100%;
    }
    body,
    .upload-block .card-title {
        font-size: 13px !important;
    }
    .btn.btn-file {
        font-size: 12px;
    }
    .entry-user-nav {
        text-align: center;
    }
    .entry-user-nav li {
        margin-left: 6px;
        padding-right: 8px;
    }
    .entry-user-nav li:after {
        top: 5px;
        height: 10px;
    }
    .entry-user-nav li a {
        font-size: 11px;
    }
    .mob-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .h2,h2 {
        font-size: 1.3rem !important;
    }

    .mob-mb-2 {
        margin-bottom: 1rem;
    }
    .pl-0.mob-pl-15 {
        padding-left: 15px !important;
    }
    .mob-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #header .navbar-brand {
        width: 60px;
        padding: 0;
        left: 0;
        top: 0;
        margin-right: 0;
    }
    #header .navbar {
        padding: 5px 0;
    }
    #header,
    #header.bg_change,
    #header .navbar {
        height: 60px;
    }
    .mob-px-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .mob-py-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    #spotlight {
        padding-top: 60px;
    }
    .p-5.mob-p-2 {
        padding: 1rem !important;
    }
    .reg-bg {
        display: none;
    }
    .reg-btn {
        height: 42px;
        width: 220px;
        line-height: 42px;
        border: 1px solid #ac0881;
    }
    .font-20 {
        font-size: 16px;
    }
    #header .navbar-nav li {
        display: block;
        margin-left: 0;
    }
    #header .stellarnav .navbar-nav li a {
        padding: 15px;
    }
    #header.bg_change .navbar-nav li.active:after,
    #header .navbar-nav li.active:after {
        display: none;
    }
    #spotlight .caption {
        
         position:absolute;
        padding: 15px;
        bottom: 20px;
        left: 0;
        background:none; font-size: 18px; max-width: 100%
    }
    #spotlight .caption h2 {
        font-size: 22px;
    }
    .mob-d-none {
        display: none;
    }
    .card-main {
        left: 0;
        top: 0;
        margin-left: 0;
        position: relative;
        transform: translate(0, 0);
        padding: 30px;
    }
    .articon {
        display: none;
    }
    .section {
        padding: 40px 0;
    }
    .pos-left {
        top: 0;
        left: 0;
        position: relative;
        margin-right: 0;
        transform: translate(0, 0);
    }
    #header .navbar .menu-toggle {
        border: 1px solid #ac0881;
    }
    #header .navbar .menu-toggle span.bars span {
        background: #ac0881;
    }
    #header.bg_change .navbar .menu-toggle {
        border: 1px solid #ac0881;
    }
    #header.bg_change .navbar .menu-toggle span.bars span {
        background: #ac0881;
    }
    .logo-block {
        max-width: 280px;
        padding: 70px 0;
        margin: 0 auto;
    }
    #banner {
        min-height: 300px;
    }
    h2.title-head {
        font-size: 1.5rem !important;
    }
    .btn.reg-btn {
        height: 44px;
        width: 180px;
        line-height: 30px;
    }
    #header .navbar-nav li.nav-item-social {
        margin-left: 0;
        width: 25%;
        float: left;
        text-align: center;
    }
    #header li.nav-item-lang {
        display: none;
    }
    .btn-lang {
        position: absolute;
        right: 60px;
        top: 8px;
        border: 1px solid #ac0881;
        border-radius: 50px;
        padding: 0 !important;
        height: 38px;
        width: 38px;
        color: #ac0881 !important;
        text-align: center;
        line-height: 36px;
    }
    .mob-text-justify {
        text-align: justify;
    }
    .entry-btn-group ul li a {
        padding: 2px 10px;
        font-size: 12px;
    }
    .py-4.mob-pt-0.col-pt-0 {
        padding-top: 0 !important;
    }
    .breadcrumb-item a,
    .breadcrumb-item {
        font-size: 12px;
    }

}


</pre></body></html>