@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap'); */
body {
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    background-color: #FFFFFF;
    color: #303030;
}
p {
    letter-spacing: 0.01em;
    line-height: 1.8em;
}
body a {
    color: #a877e0;
}
body a:hover {
    color: #8b3ee4;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 300;
}
h1, h2 {
    font-size: 26px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}
h2 {
    font-size: 24px;
}
h1 span, h2 span {
    display: block;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 18px;
    color: #757575;
}
h3 {
    font-size: 20px;
    font-weight: 400;
}
[class*="columns-"]>div:first-child {
    padding-left: 0;
}
[class*="columns-"]>div:last-child {
    padding-right: 0;
}
.no-content {
    background-color: #fff;
}
.bdr-effect img {
    max-width: 100%;
}
.bdr-effect {
    position: relative;
    margin-top: 30px;
    margin-left: 30px;
}
.bdr-effect:before {
    content: '';
    position: absolute;
    width: 90%;
    top: -30px;
    left: -30px;
    bottom: 10%;
    border-top: 1px dashed #a877e0;
    border-left: 1px dashed #a877e0;
    z-index: -1;
}
.bdr-effect.left {
    margin-right: 50px;
    margin-bottom: 20px;
}
#bs-dabral h2 {
    border-bottom: none;
}
.pad {
    display: block;
    height: 50px;
    width: 100%;
}
.breadcrumb {
    margin-top: 0;
}
.breadcrumb-navigation-holder {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.logo a img {
    max-height: none;
}
/* sidebar */
#sidebar {
    width: 25%;
    min-width: 360px;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding: 30px;
    position: fixed;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
    transition: all .20s ease-in-out .1s;
    float: left;
    background-color: #fff;
}
#sidebar .logo {
    float: none;
}
#sidebar .logo span {
    display: none;
}
#sidebar-footer {
    padding-top: 10px;
    margin-top: auto;
    background-color: #fff;
}
#sidebar h3 {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
}
#main-menu-holder, #blog-archive-menu {
    width: 100%;
    max-width: 400px;
    padding: 0 30px;
    float: none;
    margin: 0 auto;
}
.main-menu {
    display: block;
    margin: 0 auto;
    list-style: none;
    padding: 10px 0;
    border: 1px solid #ebebeb;
    text-align: left;
    position: relative;
}
.main-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -1px;
    margin-left: -1px;
    border-top: 1px solid #a877e0;
    border-left: 1px solid #a877e0;
    pointer-events: none;
    transition: all .20s ease-out .1s;
    transition-delay: 0.3s;
}
.main-menu:hover::before {
    width: 50%;
    height: 50%;
    border-color: #a877e0;
}
.main-menu:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin-bottom: -1px;
    margin-right: -1px;
    border-bottom: 1px solid #a877e0;
    border-right: 1px solid #a877e0;
    pointer-events: none;
    transition: all .20s ease-out .1s;
    transition-delay: 0.3s;
}
.main-menu:hover::after {
    width: 50%;
    height: 50%;
    border-color: #a877e0;
}
.main-menu li {
    line-height: 1em;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}
.main-menu li a {
    display: block;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #837a83;
    line-height: 1em;
    transition: all .20s ease-out .1s;
    padding: 18px 18px;
}
.main-menu li a:before {
    font-family: 'icons';
    content: '\ea94';
    display: inline-block;
    color: #969296;
    opacity: 0;
    transform: translateX(-20px);
    transition: all .20s ease-out .1s;
    padding-right: 5px;
}
.main-menu li a:hover, .main-menu li a.active {
    color: #a877e0;
    transform: translateX(10px);
}
.main-menu li a:hover:before, .main-menu li a.active:before {
    opacity: 1;
    transform: translateX(0);
}
.main-menu li:last-child {
    border-bottom: none;
}
.copyright {
    /*  font-family: 'Roboto Condensed', sans-serif; */
    text-transform: uppercase;
    color: #636363;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
}
#sidebar .social-media-menu li {
    padding: 0;
    margin: 0 3px;
}
#sidebar .social-media-menu li a {
    line-height: 0;
}
#sidebar .social-media-menu li a::before {
    color: #000;
    background-color: transparent;
}
#sidebar .social-media-menu li a:hover::after {
    transform: translate(-50%, -5px);
}
.developer {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #757575;
}
.developer a {
    color: #000;
}
/* body-main */
.content {
    padding-left: clamp(25%, 360px, 360px);
    transition: all .20s ease-in-out .1s;
    z-index: 3;
    position: relative;
}
.ecms-ckeditor-body .content {
    padding-left: 0;
}
.content .content-block {
    z-index: 2;
}
.page {
    min-height: 100vh;
    padding: 80px;
    position: relative;
    z-index: 3;
}
#body-main .art {
    display: block;
    width: 616px;
    height: 616px;
    background-image: url("../../../media/website_images/pet_01.png");
    background-size: cover;
    position: fixed;
    z-index: 1;
    top: calc(50% - 308px);
    right: -308px;
    opacity: 0.6;
    animation: slo-rotate 180s linear infinite;
}
.slow-rotate {
    display: block;
    width: 100px;
    height: 100px;
    animation: slo-rotate 60s linear infinite;
}
@keyframes slo-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0)
    }
    40% {
        transform: translateX(-20px)
    }
    60% {
        transform: translateX(-10px)
    }
}
.down-arrow {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    z-index: 10;
    display: block;
    transform: rotate(90deg) translateY(-15px);
}
.down-arrow:after {
    font-family: 'icons';
    content: "\eac7";
    color: #fff;
    display: block;
    font-size: 26px;
    transition: all .15s ease-in-out;
    animation: bounce 2s infinite
}
#home {
    text-align: center;
    padding-top: 120px;
    background-image: url("../../../media/website_images/bg_home.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
}
.quote {
    font-family: 'Charm', cursive;
}
.round {
    border-radius: 50%;
}
#home .quote {
    font-size: 30px;
    line-height: 1.2em;
    max-width: 700px;
    margin: 60px auto;
    color: #FFF;
}
#home .quote ul {
    list-style: none;
}
#home .swami-name {
    background-color: rgba(255, 255, 255, 0.5);
    width: 180px;
    padding: 10px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 3px;
}
#home .swami-image {
    display: block;
    width: 240px;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
}
/* Blog page */
.blog-page, .page-heading {
    width: 100%;
    max-width: 1240px;
    position: relative;
    z-index: 3;
}
.blog-page {
    padding: 80px;
    padding-top: 0;
}
.page-heading {
    padding: 30px 80px 0;
}
.page-heading .breadcrumb li:after {
    content: "/";
    border: none;
    transform: rotate(0);
    font-size: 18px;
    font-weight: 100;
    margin: 0 10px;
    color: #757575;
}
.page-heading .breadcrumb li:nth-last-child(1):after, .page-heading .breadcrumb li:nth-last-child(2):after {
    display: none;
}
.page-heading .breadcrumb li a {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 18px;
    color: #757575;
}
.page-heading .breadcrumb li:last-child {
    display: block;
    font-size: 26px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.page-heading .search-holder {
    max-width: 300px;
    width: 100%;
    float: right;
    margin-top: 40px;
}
.search-form-holder button.search-button {
    border: 1px solid #9d7fb9;
    background-color: #9d7fb9;
    border-radius: 2px !important;
}
.search-form-holder button.search-button:hover {
    border: 1px solid #2c2c2c;
    background-color: #2c2c2c;
}
.module-block .search-form-holder .search-form {
    border: 1px solid #ebebeb;
    border-radius: 2px;
}
.module-block .search-form-holder .search-form:hover {
    border: 1px solid #b1a1e4;
}
.main-image img {
    max-width: 100%;
}
/* Blog Entries List */
.blog-entries-list {
    display: block;
}
.blog-entries-list .blog-entry {
    display: block;
    margin-bottom: 100px;
    padding-bottom: 50px;
}
.blog-entry .main-image {
    margin-bottom: 30px;
}
.blog-entry .date {
    margin-bottom: 20px;
    color: #757575;
    display: inline-block;
    margin-right: 20px;
}
.blog-entry .date:before {
    font-family: 'icons';
    content: "\e904";
    vertical-align: middle;
    margin-right: 5px;
}
.blog-entry h2 {
    text-transform: none;
    border-bottom: none;
    margin-bottom: 0;
    letter-spacing: normal;
    font-weight: 500;
    color: #000;
}
.blog-entry h2 a {
    text-decoration: none;
    color: #000;
}
.blog-entry h2 a:hover {
    color: #969696;
}
.blog-entry .blog-category-tag, .blog-entry .author {
    display: inline-block;
    background-color: #EAECF0;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 2px;
    color: #000;
    text-decoration: none;
}
.blog-entry .author:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjAuODIyIDE4LjA5NmMtMy40MzktLjc5NC02LjY0MS0xLjQ5LTUuMDktNC40MTggNC43MTktOC45MTIgMS4yNTEtMTMuNjc4LTMuNzMyLTEzLjY3OC01LjA4MSAwLTguNDY0IDQuOTQ5LTMuNzMyIDEzLjY3OCAxLjU5NyAyLjk0NS0xLjcyNSAzLjY0MS01LjA5IDQuNDE4LTIuOTc5LjY4OC0zLjE3OCAyLjE0My0zLjE3OCA0LjY2M2wuMDA1IDEuMjQxaDEwLjQ4M2wuNzA0LTNoMS42MTVsLjcwNCAzaDEwLjQ4M2wuMDA1LTEuMjQxYy4wMDEtMi41Mi0uMTk4LTMuOTc1LTMuMTc3LTQuNjYzem0tOC4yMzEgMS45MDRoLTEuMTY0bC0uOTEtMmgyLjk5NGwtLjkyIDJ6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    margin-right: 10px;
    margin-bottom: -2px;
}
.blog-entry .more-link {
    float: right;
    background-color: #2c2c2c;
    color: #FFF;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 3px;
    z-index: 3;
}
.blog-entry .more-link span::before {
    font-family: 'icons';
    content: "\ea94";
    vertical-align: middle;
    display: inline-block;
    transition: all .20s ease-out .1s;
    transform: translateX(-10px);
    opacity: 0;
}
.blog-entry .more-link span {
    transition: all .20s ease-out .1s;
    display: inline-block;
    transform: translateX(-10px);
}
.blog-entry .more-link:hover span, .blog-entry .more-link:hover span::before {
    transform: translateX(0);
    opacity: 1;
}
/* Blog Entries short */
.blog-entries-short {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-entries-short>h2 {
    width: 100%;
    margin-top: 30px;
    font-weight: 500;
}
.blog-entries-short .blog-entry {
    width: 30%;
    max-width: 450px;
    margin-bottom: 50px;
}
.blog-entries-short h2 {
    font-size: 20px;
}
.blog-entries-short .blog-entry .more-link {
    float: left;
    background-color: #FFF;
    color: #000;
    padding: 0;
    border-radius: 3px;
    z-index: 3;
}
.blog-entries-short .blog-entry .more-link:hover {
    color: #a877e0;
}
.blog-entries-short .blog-entry .more-link span {
    text-decoration: underline;
}
.blog-entries-short .blog-entry .more-link span::before {
    color: #a877e0;
}
#blog .more-news-link {
    width: 100%;
    max-width: 200px;
    padding: 12px 0;
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid #ebebeb;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #837a83;
    line-height: 1em;
}
#blog .more-news-link:hover {
    color: #a877e0;
}
#blog .more-news-link:before {
    content: '';
    display: block;
    border: 1px solid #a877e0;
    border-right: none;
    width: 10%;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    transition: all .20s ease-out .1s;
}
#blog .more-news-link:after {
    content: '';
    display: block;
    border: 1px solid #a877e0;
    border-left: none;
    width: 10%;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    right: -1px;
    transition: all .20s ease-out .1s;
}
#blog .more-news-link:hover:before, #blog .more-news-link:hover:after {
    width: 51%;
}
.blogpage-main-menu {
    list-style: none;
    padding: 0;
    margin: 20px 0 50px;
}
.blogpage-main-menu li {
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 10px;
    margin: 0;
    line-height: 1em;
}
.blogpage-main-menu li:last-child {
    border-right: none;
}
.blogpage-main-menu li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #5F4974;
    font-size: 13px;
    font-weight: 600;
}
.blogpage-main-menu li a:hover {
    color: #000;
}
/* pagination */
.pagination li:not(.active) a:hover {
    color: #a877e0;
}
.pagination li.active a {
    background-color: #a877e0;
    color: #FFF;
    border-color: #a877e0;
}
/* blog archive menu */
#blog-archive-menu {
    margin-top: auto;
    max-height: 400px;
    overflow-y: auto;
}
#blog-archive-menu .news-archive-links {
    display: block;
    text-align: left;
}
.news-archive-links ul>li>a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #757575;
    background-color: transparent;
    padding: 4px;
    border-radius: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.news-archive-links ul>li>a:hover {
    background-color: transparent;
    color: #000;
}
.news-archive-links ul>li>a .news-count {
    background-color: #9d7fb9;
    color: #FFF;
}
.news-archive-links ul>li>a:hover .news-count {
    background-color: #000;
    color: #FFF;
}
.news-archive-links>li>a {
    display: block;
    border-bottom: 1px solid #ebebeb;
    color: #757575;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 5px;
}
.news-archive-links>li>a:hover {
    color: #000;
}
.news-archive-links>li>a:hover::after {
    background-color: #000;
}
.news-archive-links>li>a:after {
    content: attr(data-news-count);
    float: right;
    background-color: #9d7fb9;
    color: #FFF;
    display: block;
    color: #FFF;
    border-radius: 3px;
    height: 18px;
    min-width: 18px;
    text-align: center;
    font-size: 11px;
    line-height: 1.7em;
}
.news-archive-links>li>ul {
    display: none;
}
.social-share {
    margin-bottom: 20px;
}
.social-share:before {
    content: 'Share';
    text-transform: uppercase;
    font-weight: 600;
}
/* navicon */
.nav-icon {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    margin: 20px 0;
    z-index: 10;
    right: 20px;
    background-color: #fff;
    padding-top: 12px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #ebebeb;
}
.nav-icon span {
    margin: 0 auto;
    position: relative;
    top: 12px;
}
.nav-icon span:before, .nav-icon span:after {
    position: absolute;
    content: '';
}
.nav-icon span, .nav-icon span:before, .nav-icon span:after {
    width: 30px;
    height: 3px;
    background-color: #000;
    display: block;
    transition: 0.2s ease
}
.nav-icon span:before {
    margin-top: -12px;
}
.nav-icon span:after {
    margin-top: 12px;
}
.nav-icon.active span {
    background-color: rgba(0, 0, 0, 0.0);
}
.nav-icon.active span:before {
    margin-top: 0;
    transform: rotate(45deg);
}
.nav-icon.active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
}
#contacts {
    background-color: #fff;
}
#contacts p strong {
    font-size: 16px;
}
#contacts .ecms-form {
    padding: 0;
    max-width: 100%;
    border: none;
    display: flex;
    flex-wrap: wrap;
}
#contacts .ecms-form label {
    display: none;
}
#contacts .ecms-form>div {
    width: 50%;
    margin-bottom: 20px;
}
#contacts .ecms-form>div.textarea-wrapper, #contacts .ecms-form>div.buttons-wrapper {
    width: 100%;
}
#contacts .ecms-form input, #contacts .ecms-form textarea {
    border: none;
    border-bottom: 1px solid #ebebeb;
}
#contacts .ecms-form input:focus, #contacts .ecms-form textarea:focus {
    border-color: #000;
}
#contacts .ecms-form .bu-submit {
    float: left;
    background-color: #9d7fb9;
}
#contacts .ecms-form .bu-submit:hover {
    background-color: #000;
}
#contacts a {
    text-decoration: none;
    color: #757575;
    margin-bottom: 10px;
    display: inline-block;
}
#contacts a span {
    color: #000;
    margin-right: 5px;
    font-size: 16px;
}
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 20;
}
.loading .loading-art {
    display: block;
    width: 160px;
    height: 160px;
    background-image: url("../../../media/website_images/pet_01.png");
    background-size: cover;
    opacity: 1;
    animation: slo-rotate 30s linear infinite;
}
.loading .loading-text {
    text-transform: uppercase;
    color: #7b5a99;
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    letter-spacing: 0.1em;
    text-align: center;
}
.loading .loading-text span {
    display: block;
    font-size: 11px;
    color: #9d7fb9;
}
.breadcrumb li:last-child {
    color: #757575;
}
@media screen and (max-width:1280px) {
    #body-main {
        overflow-x: clip;
    }
    .nav-icon {
        display: block;
    }
    #sidebar {
        transform: translateX(-120%);
    }
    .content {
        padding-left: 0;
    }
    #sidebar.active {
        transform: translateX(0);
    }
    .content.active {
        transform: translateX(clamp(25%, 360px, 360px));
    }
}
@media screen and (max-width:980px) {
    .blog-entries-short .blog-entry {
        width: 100%;
        max-width: 100%;
    }
    .blog-entries-short .blog-entry .main-image {
        width: 30%;
        float: left;
        margin-right: 40px;
    }
    #about .columns-2-30-70>div {
        width: 100%;
    }
    .bdr-effect.left {
        float: none;
    }
}
@media screen and (max-width:768px) {
    .blog-entries-short .blog-entry .main-image {
        width: 100%;
        float: none;
        margin-right: 0px;
    }
    .blog-entries-short .blog-entry .main-image img {
        width: 100%;
    }
    .blog-entry .blog-category-tag, .blog-entry .author {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    #contacts .columns-2-40-60>div {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    #contacts .ecms-form>div {
        width: 100%;
    }
}
@media screen and (max-width:640px) {
    .loading .loading-art {
        margin-top: -100px;
    }
    .page {
        padding: 20px 40px;
    }
    .blog-page {
        padding: 0 40px;
    }
    .page-heading {
        padding: 30px 40px 0;
    }
    #sidebar-footer {
        padding-bottom: 60px;
    }
    #blog-archive-menu {
        display: none;
    }
    .page-heading .search-holder {
        float: none;
        width: 100%;
        max-width: 270px;
        margin-top: -10px;
    }
    .module-block .search-form-holder .search-form {
        margin-bottom: 20px;
        height: 50px;
    }
    .down-arrow {
        bottom: 80px;
    }
    #body-main .art {
        width: 300px;
        height: 300px;
        top: calc(50% - 150px);
        right: -150px;
    }
}