/*
============================================
*   [Table of contents]
* ==========================================
    Theme Default Css
    01. Common Style
    03. Above Header
    04. Navigation
    05. Slider
========================================== */

@charset "UTF-8";

/*------ Theme Default Css
=======================================*/


/*===== 01. Common Style Start =====*/

/* Colors */

:root {
    --bs-black:#000000;
    --bs-blue:#0d6efd;
    --bs-indigo:#6610f2;
    --bs-purple:#6f42c1;
    --bs-pink:#d63384;
    --bs-red:#dc221c;
    --bs-orange:#fd7e14;
    --bs-orange-dark:#ee4a34;
    --bs-orange-dark-light:#fae4df;
    --bs-yellow:#ffb307;
    --bs-green:#28a745;
    --bs-teal:#20c997;
    --bs-cyan:#17a2b8;
    --bs-white:#ffffff;
    --bs-gray:#dedede;
    --bs-gray-light: #ebebeb;
    --bs-gray-dark:#343a40;
    --bs-primary:#6caf17;
    --bs-primary-dark:#d52600;
    --bs-primary-light: #f9faf7;
    --bs-primary-shadow:rgb(0 123 255 / 0.5);
    --bs-secondary:#151111;
    --bs-secondary-dark: #222222;
    --bs-gray-500: #f2f2f2;
    --bs-gray-500-thumb: #c2c2c2;
    --bs-success:#28a745;
    --bs-info:#17a2b8;
    --bs-warning:#ffc107;
    --bs-danger:#dc3545;
    --bs-light:#f8f9fa;
    --bs-dark:#343a40;
    --bs-font-sans-serif:'Mulish', sans-serif;
    --bs-font-title:'Mulish', sans-serif;
    --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-font-awesome: "FontAwesome";
    --bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
    --bs-gradient-image:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
    --bs-shadow: 2px 5px 20px rgba(0, 0, 0, .2);
    --bs-transition: all .35s cubic-bezier(.645,.045,.355,1);
    --bs-transition-slow: all .55s cubic-bezier(.645,.045,.355,1);
    --bs-transition-very-slow: all .75s cubic-bezier(.645,.045,.355,1);
}

/* ---//--- */

/* --- Selection Colors --- */

::-webkit-selection {
    background-color: var(--bs-primary);
    color: #fff;
}

::selection {
    background-color: var(--bs-primary);
    color: #fff;
}

/* ---//--- */

/* --- Scrollbar Colors --- */

::-webkit-scrollbar {
    width: 10px;
    background-color: var(--bs-gray-500);
  }

::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray-500-thumb);
    border-radius: 10px;
}

::-webkit-scrollbar-corner {
    background-color: var(--bs-gray-500);
}

/* ---//--- */

/*--------------------------------------------------------------
# Basic Typography Structure
--------------------------------------------------------------*/

*:not(table *) {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}

html, body {
    overflow-x: hidden;
}

body:not(.admin-bar) {
    position: relative;
}

a {
    color: var(--bs-primary);
    text-decoration: underline;
    outline: none;
}

a:hover,
a:active,
a:focus {
    color: var(--bs-primary);
    text-decoration: underline;
    text-decoration-style: solid;
}

a:hover,
a:active,
button:focus {
    box-shadow: none;
}

button[type=submit]:focus, button:focus, input[type="button"]:focus,
input[type="reset"]:focus, input[type="submit"]:focus,
a:focus {
	outline-width: 1px;
    outline-offset: -3px;
    outline-style: dotted;
    text-decoration: none;
}

a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

button, input, optgroup, select, textarea {
    margin: 0;
}

button, input {
    overflow: visible;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    display: block;
}

em, cite, q {
    color: var(--bs-primary);
    font-style: italic;
    font-weight: bold;
}

code, kbd, tt, var, samp, pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: var(--bs-secondary);
    color: #fff;
    padding: 1px 5px;
    border-radius: 0px;
    font-size: 88%;
}

pre {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid var(--bs-gray-light);
    border-radius: 0px;
    overflow: auto;
}

.table>thead {
    vertical-align: bottom;
}

.table th, .table td {
    padding: 24px;
    vertical-align: top;
}

table.table th, table.table td {
    padding-top: 15px;
    padding-bottom: 15px;
}

table.table.btn-table td {
    vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff;
    color: var(--bs-secondary);
}

figure {
    margin: 0;
}

address,
table,
pre {
    width: 100%;
}

small {
    font-size: 80%;
}

fieldset {
    border: 1px solid var(--bs-gray-light);
    margin: 24px 2px;
    padding: 10px 25px 20px;
    border-radius: 0;
}

iframe {
    max-width: 100%;
    height: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 0;
}

button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    background-color: var(--bs-primary);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 11px 22px;
    letter-spacing: 0.8px;
    font-size: 16px;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.comment-metadata .edit-link a, .comment-body .reply a,
.scrolling-btn, .more-link,
.bs-tab-filter a, form button,
.bs-post-pagination div.nav a,
.btn:not(.btn-link):not(.btn-play):not(.btn-video) {
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-decoration: none;
    transition: 0.5s all ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 1px dotted;
    outline-offset: -2px;
}

input[type="text"]:not(.adminbar-input),
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control {
    border-radius: 3px;
    display: block;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    vertical-align: middle;
    width: 100%;
    min-height: 46px;
    background-color: #fff;
    border: 1px solid var(--bs-gray);
    outline: none;
    letter-spacing: 0.5px;
    box-shadow: none;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

input[type="text"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus, select:focus,
input[type="text"]:hover, input[type="email"]:hover,
input[type="url"]:hover, input[type="password"]:hover,
input[type="search"]:hover, input[type="number"]:hover,
input[type="tel"]:hover, input[type="range"]:hover,
input[type="date"]:hover, input[type="month"]:hover,
input[type="week"]:hover, input[type="time"]:hover,
input[type="datetime"]:hover, input[type="datetime-local"]:hover,
input[type="color"]:hover, textarea:hover, select:hover {
    background-color: #fff;
    border-color: var(--bs-primary);
    outline: none;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

select {
    border: 1px solid var(--bs-gray);
    border-radius: 0;
    display: block;
    font-size: 92%;
    font-weight: 500;
    padding: 6px 12px;
    min-height: 50px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    box-shadow: none;
    overflow: auto !important;
    outline: 0;
    background-color: #fff;
}

textarea {
    height: 130px;
    overflow: auto;
    resize: vertical;
}

input[type=checkbox], input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio],
div.wpforms-container-full .wpforms-form input[type=checkbox] {
    position: relative;
    border: 2px solid var(--bs-secondary-dark);
    background-color: #fff;
    color: var(--bs-primary);
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 16px !important;
    max-width: 16px;
    border-radius: 3px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    transition: .05s border-color ease-in-out;
}

input[type=radio] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: 12px;
}

input[type=checkbox]:hover:before,
input[type=radio]:hover:before,
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    display: inline-block;
    vertical-align: middle;
    speak: none;
    line-height: 1.1;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

input[type=radio]:checked:before {
    content: "⬤";
    text-indent: -9999px;
    border-radius: 100px;
    font-size: 24px;
    width: 7.36px;
    height: 7.36px;
    margin:  2.432px 4px 2.8px;
    line-height: 20px;
    background: var(--bs-primary);
}

input[type=checkbox]:checked,
input[type=checkbox]:hover,
input[type=radio]:checked,
input[type=radio]:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

input[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 5.12px;
    background-color: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*---//---*/

/* --- Primary Colors --- */

button:hover, button:focus, a:hover, a:focus,
button.btn:hover, button.btn:focus, .form-control:focus,
a.btn:hover, a.btn:focus, button.btn:hover, button.btn:focus,
button[type=submit]:hover, button[type=button]:hover,
input[type="submit"]:hover, input[type="button"]:hover,
input[type="reset"]:hover,
button[type=submit]:focus, button[type=button]:focus,
input[type="submit"]:focus, input[type="button"]:focus,
input[type="reset"]:focus {
    box-shadow: none !important;
}

button[type=submit]:hover, button[type=button]:hover,
input[type="submit"]:hover, input[type="button"]:hover,
input[type="reset"]:hover,
button[type=submit]:focus, button[type=button]:focus,
input[type="submit"]:focus, input[type="button"]:focus,
input[type="reset"]:focus {
    color: #fff;
    background-color: var(--bs-secondary);
}


@media(min-width: 1200px) {
    body.boxed {
        width: 1170px;
        -webkit-box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
        box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
        margin: 0 auto;
        position: relative;
        background-color: #ffffff;
    }
}
@media (min-width: 768px) and (max-width: 979px)  {
    body.boxed {
        width: 100%;
    }
}
@media (max-width: 767px) {
    body.boxed {
        width: 100%;
    }
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    body.boxed {
        width: 100%;
    }
}

/* ---//--- */

.load-item {
    display: none;
}

.read-link {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.read-link:hover:after,
.read-link:focus:after {
    opacity: 1;
    visibility: visible;
}

.text-yellow {
    color: var(--bs-yellow);
}

.bg-primary-light {
    background-color: var(--bs-primary-light);
}

.h-full {
    height: 100%;
}

.st-my-default {
    margin: 90px 0;
}
.st-mt-default {
    margin-top: 90px;
}
.st-mb-default {
    margin-bottom: 90px;
}
.st-mt-minus {
    margin-top: -90px;
}

.st-py-default {
    padding: 90px 0;
}
.st-pt-default {
    padding-top: 90px;
}
.st-pb-default {
    padding-bottom: 90px;
}
.st-pt-plus {
    padding-top: 180px;
}

.btn, .more-link {
    border: 0;
    text-decoration: none;
    position: relative;
    z-index: 0;
}

.comment-body .reply a:before,
.comment-body .reply a:after,
.comment-body .edit a:before,
.comment-body .edit a:after,
.post-content-footer .post-tags .tags a:before,
.post-content-footer .post-tags .tags a:after,
.sidebar .mail-form .submit:before,
.sidebar .mail-form .submit:after,
.sidebar .search-form .btn.search-submit:before,
.sidebar .search-form .btn.search-submit:after,
.sidebar .search-form .search-submit:before,
.sidebar .search-form .search-submit:after,
.widget .woocommerce-product-search button:before,
.widget .woocommerce-product-search button:after,
.widget_tag_cloud a:before,
.widget_tag_cloud a:after,
.st-tab-filter a:before,
.st-tab-filter a:after,
.contact-link-icon:before,
.contact-link-icon:after,
.cta-content-right .widget-contact .contact-icon:before,
.cta-content-right .widget-contact .contact-icon:after,
.post-items .post-image .post-hover a:before,
.post-items .post-image .post-hover a:after,
.process-carousel.owl-theme .owl-nav [class*=owl-]:before,
.process-carousel.owl-theme .owl-nav [class*=owl-]:after,
.testimonial-slider .carousel-btn .carousel-control-next:before,
.testimonial-slider .carousel-btn .carousel-control-prev:before,
.testimonial-slider .carousel-btn .carousel-control-next:after,
.testimonial-slider .carousel-btn .carousel-control-prev:after,
.gallery.owl-theme div.owl-nav [class*="owl-"]:before,
.gallery.owl-theme div.owl-nav [class*="owl-"]:after,
.home-slider div.owl-nav [class*="owl-"]:before,
.home-slider div.owl-nav [class*="owl-"]:after,
.more-link:before, .more-link:after,
.btn:before, .btn:after {
    content: "";
    position: absolute;
    height: 100%;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: inline-block;
    transition: width 0.3s ease;
    z-index: -1;
}

.comment-body .reply a:before,
.comment-body .edit a:before,
.post-content-footer .post-tags .tags a:before,
.sidebar .mail-form .submit:before,
.sidebar .search-form .btn.search-submit:before,
.sidebar .search-form .search-submit:before,
.widget .woocommerce-product-search button:before,
.widget_tag_cloud a:before,
.st-tab-filter a:before,
.contact-link-icon:before,
.cta-content-right .widget-contact .contact-icon:before,
.post-items .post-image .post-hover a:before,
.process-carousel.owl-theme .owl-nav [class*=owl-]:before,
.testimonial-slider .carousel-btn .carousel-control-prev:before,
.testimonial-slider .carousel-btn .carousel-control-next:before,
.gallery.owl-theme div.owl-nav [class*="owl-"]:before,
.home-slider div.owl-nav [class*="owl-"]:before,
.more-link:before,
.btn:before {
    width: 80%;
    bottom: 0;
    left: 0;
    border-width: 1px 0 0 1px;
    border-radius: 5px 0 0 5px;
}

.comment-body .reply a:after,
.comment-body .edit a:after,
.post-content-footer .post-tags .tags a:after,
.sidebar .mail-form .submit:after,
.sidebar .search-form .btn.search-submit:after,
.sidebar .search-form .search-submit:after,
.widget .woocommerce-product-search button:after,
.widget_tag_cloud a:after,
.st-tab-filter a:after,
.contact-link-icon:after,
.cta-content-right .widget-contact .contact-icon:after,
.post-items .post-image .post-hover a:after,
.process-carousel.owl-theme .owl-nav [class*=owl-]:after,
.testimonial-slider .carousel-btn .carousel-control-prev:after,
.testimonial-slider .carousel-btn .carousel-control-next:after,
.gallery.owl-theme div.owl-nav [class*="owl-"]:after,
.home-slider div.owl-nav [class*="owl-"]:after,
.more-link:after,
.btn:after {
    top: 0;
    right: 0;
    width: 80%;
    border-width: 0 1px 1px 0;
    border-radius: 0 5px 5px 0;
}

.btn-video:before,
.contact-link-icon:before,
.post-items .post-image .post-hover a:before,
.process-carousel.owl-theme .owl-nav [class*=owl-]:before,
.testimonial-slider .carousel-btn .carousel-control-prev:before,
.testimonial-slider .carousel-btn .carousel-control-next:before,
.gallery.owl-theme div.owl-nav [class*="owl-"]:before,
.home-slider div.owl-nav [class*="owl-"]:before {
    width: 70%;
    border-radius: 100px 0 0 100px;
}

.btn-video:after,
.contact-link-icon:after,
.post-items .post-image .post-hover a:after,
.process-carousel.owl-theme .owl-nav [class*=owl-]:after,
.testimonial-slider .carousel-btn .carousel-control-prev:after,
.testimonial-slider .carousel-btn .carousel-control-next:after,
.gallery.owl-theme div.owl-nav [class*="owl-"]:after,
.home-slider div.owl-nav [class*="owl-"]:after {
    width: 70%;
    border-radius: 0 100px 100px 0;
}

.comment-body .reply a:hover:before,
.comment-body .reply a:hover:after,
.comment-body .edit a:hover:before,
.comment-body .edit a:hover:after,
.comment-body .reply a:focus:before,
.comment-body .reply a:focus:after,
.comment-body .edit a:focus:before,
.comment-body .edit a:focus:after,
.post-content-footer .post-tags .tags a:hover:before,
.post-content-footer .post-tags .tags a:hover:after,
.post-content-footer .post-tags .tags a:focus-within:before,
.post-content-footer .post-tags .tags a:focus-within:after,
.sidebar .mail-form .submit:hover:before,
.sidebar .mail-form .submit:hover:after,
.sidebar .search-form .btn.search-submit:hover:before,
.sidebar .search-form .btn.search-submit:hover:after,
.sidebar .search-form .search-submit:hover:before,
.sidebar .search-form .search-submit:hover:after,
.sidebar .widget .woocommerce-product-search button:hover:before,
.sidebar .widget .woocommerce-product-search button:hover:after,
.sidebar .mail-form .submit:focus:before,
.sidebar .mail-form .submit:focus:after,
.sidebar .search-form .btn.search-submit:focus:before,
.sidebar .search-form .btn.search-submit:focus:after,
.sidebar .search-form .search-submit:focus:before,
.sidebar .search-form .search-submit:focus:after,
.widget .woocommerce-product-search button:focus:before,
.widget .woocommerce-product-search button:focus:after,
.widget_tag_cloud a:hover:before,
.widget_tag_cloud a:hover:after,
.widget_tag_cloud a:focus:before,
.widget_tag_cloud a:focus:after,
.st-tab-filter a.active:before,
.st-tab-filter a.active:after,
.st-tab-filter a:focus:before,
.st-tab-filter a:focus:after,
.st-tab-filter a:hover:before,
.st-tab-filter a:hover:after,
.contact-link-icon:hover:before,
.contact-link-icon:hover:after,
.contact-link-icon:focus:before,
.contact-link-icon:focus:after,
.post-items:hover .post-image .post-hover a:before,
.post-items:focus-within .post-image .post-hover a:before,
.post-items:hover .post-image .post-hover a:after,
.post-items:focus-within .post-image .post-hover a:after,
.cta-content-right .widget-contact:hover .contact-icon:before,
.cta-content-right .widget-contact:hover .contact-icon:after,
.cta-content-right .widget-contact:focus-within .contact-icon:before,
.cta-content-right .widget-contact:focus-within .contact-icon:after,
.process-carousel.owl-theme .owl-nav [class*=owl-]:hover:before,
.process-carousel.owl-theme .owl-nav [class*=owl-]:hover:after,
.testimonial-slider .carousel-btn .carousel-control-next:hover:after,
.testimonial-slider .carousel-btn .carousel-control-prev:hover:after,
.testimonial-slider .carousel-btn .carousel-control-next:hover:before,
.testimonial-slider .carousel-btn .carousel-control-prev:hover:before,
.gallery.owl-theme div.owl-nav [class*="owl-"]:hover:before,
.gallery.owl-theme div.owl-nav [class*="owl-"]:hover:after,
.home-slider div.owl-nav [class*="owl-"]:hover:before,
.home-slider div.owl-nav [class*="owl-"]:hover:after,
.more-link:focus:before, .more-link:focus:after,
.btn:focus:before, .btn:focus:after,
.more-link:hover:before, .more-link:hover:after,
.btn:hover:before, .btn:hover:after {
    width: 100%;
    color: inherit;
}

.btn-play:before, .btn-play:after {
    display: none;
}

.btn-rounded {
    border-radius: 100px;
}

.btn-white {
    background-color: #fff;
    color: var(--bs-secondary-dark);
}

.btn-white:hover,
.btn-white:focus {
    background-color: var(--bs-primary);
}

.btn-border-white {
    color: #fff;
    border-color: #fff;
}

.btn-border-white:hover, .btn-border-white:focus {
    background-color: #fff !important;
    color: var(--bs-secondary) !important;
}

.btn-border-primary.btn-shape, button.btn-border-primary.btn-shape {
    border-width: 0;
}

.btn-border-primary,
button.btn-border-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: transparent;
}

.btn-border-primary:hover, .btn-border-primary:focus,
button.btn-border-primary:hover, button.btn-border-primary:focus {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    border-color: var(--bs-primary);
}

.btn-border-secondary:hover, .btn-border-secondary:focus,
button.btn-border-secondary:hover, button.btn-border-secondary:focus {
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: var(--bs-secondary);
}

.btn.btn-like-icon {
    padding-right: 60px;
}

.btn.btn-secondary.btn-like-icon {
    border: 0;
    background-color: var(--bs-secondary);
}

.theme-slider .btn.btn-secondary.btn-like-icon {
    background-color: rgba(0, 0, 0, .6);
}

.btn-like-icon .bticn {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 4px;
    line-height: 35px;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.btn:hover .bticn,
.btn:focus .bticn {
    transform: rotate(360deg);
    color: #fff;
    background-color: var(--bs-primary);
}

.btn-primary:hover .bticn,
.btn-primary:focus .bticn {
    background-color: var(--bs-secondary);
}

.btn-secondary .bticn,
.btn-primary .bticn,
.btn-border-primary .bticn {}

.btn .bticn {
    color: var(--bs-primary);
    background-color: #fff;
}

.btn-border-white .bticn {
    color: var(--bs-secondary-dark);
}

.btn-white .bticn {
    background-color: var(--bs-primary);
    color: #fff;
}

.btn-like-icon .bticn span {
    margin-left: 3px;
}

.btn-link .bticn {
    background-color: var(--bs-primary);
    color: #fff;
    border-radius: 100px;
}

button[type="submit"].btn-primary:hover,
button[type="submit"]:hover,
button[type="submit"].btn-primary:focus,
button[type="submit"]:focus {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn.st-load-btn {
    font-size: 15px;
}
.st-load-item {
    display: none;
}
.st-load-spinner {
    position: relative;
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.st-load-spinner:before, .st-load-spinner:after {
    position: absolute;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    left: 0;
    top: -5px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-radius: 0 0 1px 0;
    transform: translate(0%, 0%) rotate(45deg);
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}
.loadspinner .st-load-spinner:before {
    border-radius: 50%;
    animation: 0.8s spin 0.4s linear forwards infinite;
}
.loadspinner .st-load-spinner:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    animation: 0.8s spinReverse 0.4s linear forwards infinite;
}

/* Top Animation Effects */

/* Round Rotation Circle Effect */

@-webkit-keyframes slideTop{49%{-webkit-transform:translateY(100%);transform:translateY(100%)}50%{opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transform:translateY(-100%);transform:translateY(-100%)}51%{opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}}
@keyframes slideTop{49%{-webkit-transform:translateY(100%);transform:translateY(100%)}50%{opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transform:translateY(-100%);transform:translateY(-100%)}51%{opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}}

/* ---//--- */

/* Round Rotation Circle Effect */

@keyframes spin{from{transform:rotate(0deg) scale(1)}to{transform:rotate(360deg)}}
@keyframes spinReverse{from{transform:rotate(0deg) scale(1)}to{transform:rotate(-360deg)}}

/* ---//--- */

/* Boounce Effect */

@keyframes bounce_one{0%{transform:translateY(-10px)}50%{transform:translateY(10px)}to{transform:translateY(-10px)}}
@keyframes bounce_two{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-22px)}50%{transform:scale(1,1) translateY(0)}57%{transform:scale(1,1) translateY(-3px)}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}
@keyframes bounce_three{from{transform:translateY(0)}to{transform:translateY(-15px)}}

/* ---//--- */

/* WaveIn Effect for use Call Icon */

@keyframes waveIn{from{opacity:0;transform:scale(.3) translate(-20px,10px)}50%{transform:translate(0,0);opacity:1}}

/* ---//--- */

/* Buzz Effect for use Contact Widget */

@keyframes buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}

/* ---//--- */

/* Ripple Effect for use Play Button */

@-webkit-keyframes ripple {0%{transform:scale(1)}75%{transform:scale(1.5);opacity:0.3}to{transform:scale(1.75);opacity:0}}
@keyframes ripple {0%{transform:scale(1)}75%{transform:scale(1.5);opacity:0.3}to{transform:scale(1.75);opacity:0}}

@-webkit-keyframes rippleTwo {0%{transform:scale(1)}75%{transform:scale(1.25);opacity:0.1}to{transform:scale(1.5);opacity:0}}
@keyframes rippleTwo {0%{transform:scale(1)}75%{transform:scale(1.25);opacity:0.1}to{transform:scale(1.5);opacity:0}}

/* Shape Effect */

@-webkit-keyframes animationFramesOne{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(73px,-1px) rotate(36deg)}40%{transform:translate(141px,72px) rotate(72deg)}60%{transform:translate(83px,122px) rotate(108deg)}80%{transform:translate(-40px,72px) rotate(144deg)}to{transform:translate(0) rotate(0deg)}}
@keyframes animationFramesOne{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(73px,-1px) rotate(36deg)}40%{transform:translate(141px,72px) rotate(72deg)}60%{transform:translate(83px,122px) rotate(108deg)}80%{transform:translate(-40px,72px) rotate(144deg)}to{transform:translate(0) rotate(0deg)}}
@-webkit-keyframes animationFramesTwo{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(-73px,1px) rotate(-36deg)}40%{transform:translate(-141px,-72px) rotate(-72deg)}60%{transform:translate(-83px,-122px) rotate(-108deg)}80%{transform:translate(40px,-72px) rotate(-144deg)}to{transform:translate(0) rotate(0deg)}}
@keyframes animationFramesTwo{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(-73px,1px) rotate(-36deg)}40%{transform:translate(-141px,-72px) rotate(-72deg)}60%{transform:translate(-83px,-122px) rotate(-108deg)}80%{transform:translate(40px,-72px) rotate(-144deg)}to{transform:translate(0) rotate(0deg)}}
@-webkit-keyframes rotate3d{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}
@keyframes rotate3d{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}
@keyframes moveleftbounce{0%{transform:translateX(0px)}50%{transform:translateX(20px)}100%{transform:translateX(0px)}}

/*===== // =====*/


/*===== 03. Header =====*/

.header-widget {
    height: 100%;
}

.logo {
    color: #fff;
}

.logo img {
    max-width: 210px;
}

.main-header .header-search-toggle,
.header-cart {
    font-size: 18px;
}

.main-nav-info .menu-right-list {
    padding: 0;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.main-info-list {
    padding-right: 15px;
}

.main-info-list .widget:not(:first-child) {
    margin-left: 30px;
}

.main-info-list .widget:first-child {
    padding-right: 16px;
}

.main-navigation-info .menu-right-list, .main-navigation-info .logo {
    min-height: 110px;
}

.main-navigation-info .logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.main-navigation-info .logo a.site-title {
    margin: 0;
}

.header-one .main-navigation .contact-area {
    color: #fff;
}

.header-one .main-navbar .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover) {
    color: #fff;
}

.header-one .main-navbar .main-menu > li:hover > a,
.header-one .main-navbar .main-menu > li.focus > a,
.header-one .main-navbar .main-menu .menu-item.active > a {
    color: var(--bs-primary);
}

.header-one .main-header .header-search-toggle,
.header-one button.header-cart {
    color: #fff;
    background-color: transparent;
}

.header-one .main-header .header-search-toggle:hover,
.header-one .main-header .header-search-toggle:focus,
.header-one button.header-cart:hover,
.header-one button.header-cart:focus {
    color: var(--bs-primary);
}

.header-one .main-header .widget_social_widget li a {
    color: var(--bs-yellow);
    background-color: var(--bs-secondary);
}

.header-one .main-header .is-sticky-menu .widget_social_widget li a {
    border-color: rgba(108, 117, 125, 0.6);
}

.header-one .main-header .is-sticky-menu .widget_social_widget li a:hover,
.header-one .main-header .is-sticky-menu .widget_social_widget li a:focus {
    border-color: transparent;
}

.main-header .header-widget {
    padding: 0 30px;
}

.header-one .above-header .header-widget {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    min-height: 82px;
    border-radius: 5px;
}

.above-header .header-widget .widget-center .widget {
    border-left: 1px solid rgba(108, 117, 125, 0.32);
    min-height: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
}

.above-header .header-widget .widget-center .widget:first-child {
    border-left: 0;
    padding-left: 0;
}

.above-header .header-widget .widget-center .widget:last-child {
    padding-right: 0;
}

.main-header .contact-area .contact-icon {
    font-size: 22px;
}

/*===== // =====*/

/*=============== 03. Cart =============*/

.cart-icon-wrap {
    position: relative;
}

.menu-right-list .header-cart {
    padding: 0 6px;
}

.menu-right-list li.cart-wrapper, .menu-right-list li.search-button {
    position: relative;
}

.menu-right-list li.cart-wrapper .cart-icon-wrap span {
    position: absolute;
    top: -6px;
    right: -12px;
    width: 18px;
    height: 18px;
    line-height: 16.8px;
    border-radius: 100px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background-color: var(--bs-primary);
}

.shopping-cart {
    position: absolute;
    top: 96%;
    right: -28px;
    z-index: 9999999;
    width: 280px;
    background: #fff;
    border-radius: 0;
    padding: 20px;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.menu-right-list li.cart-wrapper:hover .shopping-cart,
.menu-right-list li.cart-wrapper:focus-within .shopping-cart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.shopping-cart .badge {
    border-radius: 100px;
    background-color: var(--bs-primary);
    color: #fff;
    font-weight: 400;
    margin-left: -6px;
    vertical-align: super;
    border: 2px solid #fff;
}

.shopping-cart {
    text-align: left;
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
    font-size: 18px;
    font-weight: 600;
}

.shopping-cart .shopping-cart-items {
    padding: 0;
    padding-top: 15px;
    list-style: none;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

.shopping-cart .shopping-cart-items .item-img {
    float: left;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid var(--bs-gray-light);
    box-shadow: 0 0 12px -3px rgb(0 0 0 / 0.25);
}

.shopping-cart .shopping-cart-items .item-img img {
    vertical-align: baseline;
    border-radius: 100px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.shopping-cart .shopping-cart-items .item-price {
    margin-right: 0;
    color: var(--bs-secondary-dark);
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: var(--bs-red);
}

.cart-icon {
    color: #515783;
    margin-right: 7px;
    float: left;
}

.shopping-cart .btn {
    width: 100%;
}

.shopping-cart .bticn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 3px;
    right: 3px;
}

/*===== // =====*/

/*===== 04. Slider =====*/

.slider-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    color: #fff;
    background-color: var(--bs-secondary);
    z-index: 0;
}

.home-slider,
.home-slider .owl-item img {
    width: 100%;
    height: 100%;
}

.home-slider .owl-item .item img {
    max-height: 832px;
    object-fit: cover;
}

.main-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.8);
}

.main-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
}

.main-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.main-slider div.main-content {
    position: relative;
    max-width: 720px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.main-slider .text-left {
    margin-right: auto;
}

.main-slider .text-center {
    margin: auto;
}

.main-slider .text-right {
    margin-left: auto;
}

.main-content h6 {
    margin-bottom: 26px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    padding: 9px 20px;
    background-color: var(--bs-secondary);
    display: inline-block;
    border-width: 0 7px 0;
    border-style: solid;
    border-color: var(--bs-primary);
}

.main-content h1 {
    font-size: 62px;
    font-weight: 900;
    margin-bottom: 16px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

.main-content p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 34px;
}

.main-content .btn:not(.btn-play):not(.btn-video) {
    margin-right: 18px;
}

.main-content .btn.btn-play span.btn {
    color: var(--bs-yellow);
    border-color: var(--bs-yellow);
}

.btn.btn-link.btn-play {
    padding: 0;
}

.btn.btn-play {
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: none;
}

.btn.btn-play span.btn {
    vertical-align: baseline;
    text-align: center;
    width: 49px;
    height: 49px;
    padding: 0;
    position: relative;
    font-size: 18px;
    z-index: 0;
    overflow: hidden;
    line-height: 49px;
    border-radius: 100px;
}

.btn.btn-slider.btn-video {
    color: #fff;
    background-color: transparent;
    border-color: rgba(108, 117, 125, 0.6);
}

.btn.btn-play i {
    margin-left: 4px;
}

.owl-carousel {
    position: relative;
    z-index: 0;
}

.home-slider .owl-nav {
    margin: 0;
}

.home-slider div.owl-nav {
    position: absolute;
    top: 50%;
    right: 15%;
    margin: auto 0;
    opacity: 1;
    width: 70px;
    height: 136px;
    transform: translate(-50%,0);
    z-index: 0;
}

.home-slider div.owl-nav [class*="owl-"] {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    border-radius: 100px;
    outline: none;
    color: #fff;
    background-color: transparent;
    transition: var(--bs-transition);
    font-size: 30px;
    border: 0 solid rgba(108, 117, 125, 0.6);
    overflow: hidden;
}

.home-slider div.owl-nav .owl-next {
    margin-top: 13px;
}

.owl-theme .owl-nav button[class*=owl-]:hover {
    color: #fff;
    background-color: var(--bs-primary);
}

.owl-theme .owl-nav .owl-prev i {
    margin-left: -1px;
}

.owl-theme .owl-nav .owl-next i {
    margin-right: -2px;
}

/*===== // =====*/

/*===== 05. Scrolling Up =====*/

.scrollingUp {
    position: fixed;
    bottom: 125px;
    right: 30px;
    background-color: var(--bs-primary);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: .9s;
    border-radius: 4px;
    font-size: 32px;
    border: none;
    z-index: 5;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18) !important;
}

button.scrollingUp:hover,
button.scrollingUp:focus {
    outline: none;
    background-color: var(--bs-primary);
    color: #fff;
}

.scrollingUp.is-active {
    visibility: visible;
    opacity: 1;
}

.scrollingUp i {
    transform: translateY(-2px);
}

/*===== // =====*/

/*===== 06. Heading =====*/

.heading-default {
    margin-bottom: 80px;
}

.heading-default h6 {
    display: inline-block;
    font-size: 14px;
    padding: 5.5px 20px;
    background-color: #fff;
    border-width: 0 3px 0;
    border-style: solid;
    border-color: var(--bs-primary);
    margin-bottom: 17px;
}

.heading-default h4 {
    font-weight: 800;
}

.heading-default p {
    margin-bottom: 0;
}

.heading-default.heading-white h4,
.heading-default.heading-white p {
    color: #fff;
}

.heading-default.heading-white h6 {
    background-color: rgb(255 255 255 / 20%);
    color: #fff;
}

.heading-default.heading-white .hr-line > span::before,
.heading-default.heading-white .hr-line > span::after {
    background-color: #fff;
}

.hr-line {
    display: inline-block;
    clear: both;
}

.heading-default .hr-line {
    width: 100%;
    max-width: 192px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    height: 21px;
    margin-bottom: 14px;
    margin-top: 3px;
}

.heading-default .hr-line span {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.heading-default .hr-line:after,
.heading-default .hr-line:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 64px;
    height: 1px;
    display: inline-block;
    background-color: var(--bs-primary);
    transform: translate(0, -50%);
}

.heading-default .hr-line:before {
    left: 0;
}

.heading-default .hr-line:after {
    right: 0;
}

.heading-default .hr-line > span:after,
.heading-default .hr-line > span:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    background-color: var(--bs-secondary);
    transform: translate(0, -50%);
}

.heading-default .hr-line > span:before {
    right: 26.5px;
}

.heading-default .hr-line > span:after {
    left: 26.5px;
}

.heading-default .hr-line > span > span {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: var(--bs-primary);
}

.heading-default .hr-line > span > span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 21px;
    border: 1px solid var(--bs-primary);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

/*===== // =====*/

/*===== 07. Shapes =====*/

.shapes-section {
    position: relative;
    z-index: 0;
}

.lg-shape1 {
    position: absolute;
    top: 45.5%;
    left: 0;
    z-index: -1;
}

.lg-shape1 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape2 {
    position: absolute;
    top: -1.5%;
    left: -1.5%;
    z-index: -1;
}

.lg-shape2 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape3 {
    position: absolute;
    top: 20%;
    left: -2%;
    z-index: -1;
}

.lg-shape3 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape4 {
    position: absolute;
    bottom: 23%;
    right: 8%;
    z-index: -1;
}

.lg-shape4 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape5 {
    position: absolute;
    right: 15%;
    bottom: 5%;
    z-index: -1;
}

.lg-shape5 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape6 {
    position: absolute;
    top: 28%;
    left: 12%;
    z-index: -1;
}

.lg-shape6 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape7 {
    position: absolute;
    top: 60%;
    right: 13%;
    z-index: -1;
}

.lg-shape7 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape8 {
    position: absolute;
    bottom: 6%;
    left: 0%;
    z-index: -1;
}

.lg-shape8 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape9 {
    position: absolute;
    bottom: 26%;
    left: 0%;
    z-index: -1;
}

.lg-shape9 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape10 {
    position: absolute;
    top: 19%;
    left: 4%;
    z-index: -1;
}

.lg-shape10 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape11 {
    position: absolute;
    top: 8%;
    right: -4%;
    z-index: -1;
}

.lg-shape11 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape12 {
    position: absolute;
    bottom: 32%;
    left: 9.15%;
    z-index: -1;
}

.lg-shape12 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape13 {
    position: absolute;
    bottom: 6%;
    left: -4%;
    z-index: -1;
}

.lg-shape13 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape14 {
    position: absolute;
    bottom: 7%;
    right: 3.5%;
    z-index: -1;
}

.lg-shape14 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape15 {
    position: absolute;
    top: 5%;
    left: 2.5%;
    z-index: -1;
}

.lg-shape15 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape16 {
    position: absolute;
    bottom: 5%;
    right: 2.5%;
    z-index: -1;
}

.lg-shape16 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape17 {
    position: absolute;
    top: 13%;
    right: 20%;
    z-index: -1;
}

.lg-shape17 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape18 {
    position: absolute;
    bottom: 5%;
    left: 2.5%;
    z-index: -1;
}

.lg-shape18 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape19 {
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: -1;
}

.lg-shape19 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape20 {
    position: absolute;
    bottom: 3%;
    right: 12%;
    z-index: -1;
}

.lg-shape20 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape21 {
    position: absolute;
    top: 3%;
    left: 1%;
    z-index: -1;
}

.lg-shape21 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape22 {
    position: absolute;
    bottom: 0%;
    right: 3%;
    z-index: -1;
}

.lg-shape22 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape23 {
    position: absolute;
    top: -25%;
    left: -10%;
    z-index: -1;
}

.lg-shape23 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape24 {
    position: absolute;
    bottom: 6%;
    right: 6%;
    z-index: -1;
}

.lg-shape24 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape25 {
    position: absolute;
    top: 23%;
    left: 12%;
    z-index: -1;
}

.lg-shape25 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape26 {
    position: absolute;
    bottom: 7%;
    right: 3%;
    z-index: -1;
}

.lg-shape26 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape27 {
    position: absolute;
    top: 18%;
    left: 15%;
    z-index: -1;
}

.lg-shape27 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape28 {
    position: absolute;
    bottom: 15%;
    right: 9%;
    z-index: -1;
}

.lg-shape28 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape29 {
    position: absolute;
    top: 20%;
    left: 9%;
    z-index: -1;
}

.lg-shape29 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.lg-shape30 {
    position: absolute;
    top: 8%;
    right: 1.15%;
    z-index: -1;
}

.lg-shape30 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}


/*===== // =====*/

/*===== 08. Service =====*/

.service-item {
    position: relative;
    z-index: 0;
    padding: 32px;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 9.7px 0.3px rgba(202, 202, 202, 0.42);
}

.service-item .service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    margin-bottom: 26px;
}

.service-item .service-icon::before {
    content: "";
    position: absolute;
    top: -300px;
    left: 50%;
    width: 132px;
    height: 132px;
    border-radius: 100%;
    opacity: 0;
    z-index: -1;
    background-color: var(--bs-primary);
    transform: translate(-50%,0);
    transition: var(--bs-transition);
}

.service-item:hover .service-icon::before,
.service-item:focus-within .service-icon::before {
    top: -30px;
    opacity: 1;
}

.service-item .service-icon img,
.service-item .service-icon i {
    width: auto;
    font-size: 40px;
    transition: var(--bs-transition);
}
.service-item .service-icon img{
	height: 76px;
}

.service-item:hover .service-icon *,
.service-item:focus-within .service-icon * {
    transform: translate(0,-8px);
    -webkit-filter: contrast(80%) brightness(1000%);
    filter: contrast(80%) brightness(1000%);
}

.service-item .service-content h5 {
    font-size: 18px;
    margin-bottom: 14px;
}

.service-item .service-content h5 a {
    text-decoration: none;
    color: var(--bs-secondary);
}

.service-item .service-content .service-btn {
    padding-top: 25px;
}

.service-item .service-content .btn.btn-link {
    padding: 0;
    position: absolute;
    bottom: -35px;
    right: -35px;
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 0;
}

.service-item .service-content .btn.btn-link::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 120%;
    height: 120%;
    border-radius: 100%;
    opacity: 0.18;
    z-index: -1;
    background-color: var(--bs-primary);
    -webkit-animation: rippleTwo 1.6s ease-out infinite;
    animation: rippleTwo 1.6s ease-out infinite;
}

.service-item .service-content .btn.btn-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0.20;
    z-index: -1;
    background-color: var(--bs-primary);
    transition: var(--bs-transition);
}

.service-item .service-content .btn.btn-link > * {
    transform: translate(-12px, -8px);
}

.service-item:hover .service-content .btn.btn-link::after,
.service-item:focus-within .service-content .btn.btn-link::after {
    opacity: 1;
}

/*===== // =====*/

/*===== 09. Feature =====*/

.feature-item {
    position: relative;
    text-align: center;
    z-index: 0;
    border-radius: 4px;
    padding: 30px 30px 34px;
    color: #fff;
    background-color: transparent;
    transition: var(--bs-transition);
    border: 1px solid rgba(108, 117, 125, 0.6);
}

.feature-item .feature-icon {
    width: 120px;
    height: 120px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 120px;
    z-index: 0;
    background-color: #e3f5cc;
    border-radius: 100%;
    margin-bottom: 22px;
}

.feature-item .feature-icon .feature-img {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 122px;
    height: 122px;
    border-radius: 100%;
    opacity: 0;
    z-index: -2;
    overflow: hidden;
    transition: var(--bs-transition);
}

.feature-item .feature-icon .feature-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #000;
    opacity: 0.75;
    z-index: 0;
    border: 1px solid rgb(0 0 0 / 80%);
    transition: var(--bs-transition);
}

.feature-item .feature-icon .feature-img img {
    height: auto;
    border-radius: 100%;
}

.feature-item:hover .feature-img,
.feature-item:focus-within .feature-img {
    opacity: 1
}

.feature-item:hover .feature-icon > img,
.feature-item:focus-within .feature-icon > img,
.feature-item:hover .feature-icon i,
.feature-item:focus-within .feature-icon i {
    color: #fff;
    -webkit-filter: contrast(80%) brightness(1000%);
    filter: contrast(80%) brightness(1000%);
}

.feature-item .feature-icon img,
.feature-item .feature-icon i {
    display: inline-block;
    vertical-align: middle;
    font-size: 65px;
    width: auto;
    height: 82px;
}

.feature-item .feature-icon i {
    color: #000;
}

.feature-item .feature-icon .circles-spin {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 100%;
    -webkit-animation: spinReverse 30s linear infinite;
    animation: spinReverse 30s linear infinite;
}

.feature-item .feature-icon .circle-one {
    position: absolute;
    top: 23px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--bs-primary);
}

.feature-item:hover .feature-icon .circle-one,
.feature-item:focus-within .feature-icon .circle-one {
    background-color: var(--bs-yellow);
}

.feature-item .feature-icon .feature-count {
    position: absolute;
    bottom: 0;
    display: inline-block;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    color: #fff;
    background-color: var(--bs-primary);
    border-radius: 100%;
}

.feature-item .feature-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.feature-item .feature-content h5 a {
    text-decoration: none;
    color: #fff;
}

.feature-item .feature-content h5 a:hover,
.feature-item .feature-content h5 a:focus {
    color: var(--bs-primary);
}

.feature-item .feature-content p {
    margin-bottom: 0;
}

/*===== // =====*/


/*===== 15. CTA =====*/

.cta-section.cta-home {
    color: #fff;
    background-color: var(--bs-secondary);
}

.cta-content-left h3 {
    font-size: 35px;
    margin-bottom: 0;
}

.cta-content-left p {
    margin-top: 12px;
    margin-bottom: 0;
}

.cta-content-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}

.cta-content-right:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -15px;
    width: 91px;
    height: 48px;
    background-image: url('../images/cta_arrow.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
}

.cta-content-right .widget-contact .contact-icon {
    width: 54px;
    height: 47px;
}

.cta-content-right .widget-contact .contact-info .title {
    color: var(--bs-primary);
    font-weight: 500;
    font-size: 16px;
}

.cta-content-right .widget-contact .contact-info .text {
    font-size: 19px;
    margin-top: 5px;
}

.cta-content-right .widget-contact .contact-info a {
    color: #fff;
}

.cta-content-right .btn {
    margin-left: 40px;
}

/*===== // =====*/


/*===== 17. Gallery =====*/

.gallery,
.gallery-section {
    position: relative;
    z-index: 0;
}

.gallery-section .active.center.center .gallery-item .gallery-icon img {
    opacity: 0.4;
}

.gallery-wrap .gallery-item {
    border-radius: 0;
    margin: 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background: var(--bs-secondary);
}

.gallery-icon {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.gallery-item figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px;
    opacity: 0;
    font-size: 18px;
    font-weight: 600;
    height: max-content;
    transform: translateY(30px);    
    color: #fff;
    transition: var(--bs-transition-slow);
    z-index: 0;
}

.active.center .gallery-item figcaption,
.gallery-item:hover figcaption,
.gallery-item:focus-within figcaption {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item figcaption p {
    position: relative;
    margin-bottom: 2px;
    padding-right: 58px;
    display: inline-block;
    font-weight: 400;
    z-index: 0;
}

.gallery-item figcaption p:after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 55px;
    height: 2px;
    background-color: #fff;
    z-index: 0;
}

.gallery-item figcaption h6 {
    margin-bottom: 0;
    color: var(--bs-primary);
    font-size: 20px;
}

.gallery.owl-theme div.owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(0, -50%);
    width: 46px;
    height: 46px;
    font-size: 22px;
    line-height: 46px;
    border: 0 solid #fff;
    overflow: hidden;
    color: #fff;
    background-color: transparent;
    border-radius: 100px;
    transition: var(--bs-transition);
    opacity: 0;
}

.gallery.owl-theme div.owl-nav .owl-prev {
    left: 25.6%;
    opacity: 1;
}

.gallery.owl-theme div.owl-nav .owl-next {
    right: 25.6%;
    opacity: 1;
}

.gallery.owl-carousel.owl-theme:not(.home-slider) .owl-nav [class*="owl-"]:hover {
    color: #fff;
    border-color: var(--bs-primary);
    background: var(--bs-primary);
}

.gallery-page .gallery-item figcaption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.gallery-page .gallery-item figcaption .link,
.gallery-page .gallery-item figcaption .image-zoom {
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 2px;
    border-radius: 100px;
}

.gallery-page .gallery-item figcaption .link {
    color: var(--bs-secondary);
    background-color: #fff;
    transform: translateX(-250%);
}

.gallery-page .gallery-item figcaption .image-zoom {
    color: #fff;
    background-color: var(--bs-primary);
    transform: translateX(250%);
}

.gallery-page .gallery-item:hover figcaption .link,
.gallery-page .gallery-item:focus-within figcaption .link,
.gallery-page .gallery-item:hover figcaption .image-zoom,
.gallery-page .gallery-item:focus-within figcaption .image-zoom {
    transform: translateX(0%);
}

.gallery-page .gallery-item:hover .gallery-icon img,
.gallery-page .gallery-item:focus-within .gallery-icon img {
    opacity: 0.2;
}

/*===== // =====*/

/*===== 18. Blog =====*/

.post-items {
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 0;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 20.3px 8.7px rgba(0, 0, 0, 0.1);
}

.post-items .post-content {
    position: relative;
    padding: 0 25px;
    z-index: 0;
}

.post-items .post-content-bottom {
    padding: 32px 0;
}

.post-items .post-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.post-items .post-meta .post-date {
    position: relative;
    top: -1px;
    margin-right: 16px;
    margin-left: -40px;
    padding: 13px 13.58px;
    color: #fff;
    background-color: var(--bs-secondary);
    transition: var(--bs-transition);
    z-index: 0;
}

.post-items .post-meta .post-date a {
    color: #fff;
    text-decoration: none;
}

.post-items .post-meta .post-date:before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 15px;
    height: 24px;
    background-color: #353638;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    z-index: -1;
}

.post-items .post-meta .author-name {
    padding: 14px 0;
}

.post-items .post-meta .author-name i {
    margin-right: 4px;
    transition: var(--bs-transition);
}

.post-items .post-meta .author-name a {
    text-decoration: none;
    font-weight: 700;
    color: var(--bs-secondary);
}

.post-items .post-title {
    font-size: 20px;
}

.post-items .post-title a {
    text-decoration: none;
    color: var(--bs-secondary);
}

.post-items .post-title a:hover,
.post-items .post-title a:focus {
    color: var(--bs-primary);
}

.post-items .post-content-bottom p {
    padding-bottom: 26px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ddd;
}

.post-items .more-link:hover,
.post-items .more-link:focus {
    text-decoration: none;
}

.post-items .post-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    z-index: 0;
}

.post-items .post-image>img {
    transform: scale(1);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
}

.post-items:hover .post-image>img,
.post-items:focus-within .post-image>img {
    filter: blur(2px);
    transform: scale(1.2) rotate(1deg);
}

.post-items .post-image .post-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.4s ease;
}

.post-items:hover .post-image .post-hover,
.post-items:focus-within .post-image .post-hover {
    opacity: 1;
}

.post-items .post-image:before,
.post-items .post-image:after,
.post-items .post-image .post-hover:before,
.post-items .post-image .post-hover:after {
    background-color: #111111;
    opacity: 0;
    position: absolute;
    content: '';
    height: 50%;
    width: 50%;
    background-color: var(--bs-primary);
    transition: all 0.4s ease;
}

.post-items .post-image .post-hover:before {
    top: 0;
    left: 0;
    transform: translateX(100%);
    z-index: -1;
}

.post-items .post-image .post-hover:after {
    bottom: 0;
    right: 0;
    transform: translateX(-100%);
    z-index: -1;
}

.post-items .post-image:before {
    top: 0;
    right: 0;
    transform: translateY(100%);
    z-index: 1;
}

.post-items .post-image:after {
    bottom: 0;
    left: 0;
    transform: translateY(-100%);
    z-index: 1;
}

.post-items:hover .post-image:before,
.post-items:hover .post-image:after,
.post-items:hover .post-image .post-hover:before,
.post-items:hover .post-image .post-hover:after,
.post-items:focus-within .post-image:before,
.post-items:focus-within .post-image:after,
.post-items:focus-within .post-image .post-hover:before,
.post-items:focus-within .post-image .post-hover:after {
    transform: translate(0, 0) scale(1);
    opacity: 0.85;
}

.post-items .post-image .post-hover a {
    display: inline-block;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border: 0 solid #fff;
    border-radius: 100px;    
    background: transparent;
    position: relative;
    z-index: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
}

.post-items:hover .post-image .post-hover a,
.post-items:focus-within .post-image .post-hover a {
    transform: scale(1);
}

.post-items:hover .post-meta .post-date,
.post-items:focus-within .post-meta .post-date {
    background-color: var(--bs-primary);    
    box-shadow: 0px 4px 5.52px 0.48px rgba(7, 7, 7, 0.21);
}

.post-items:hover .post-meta .author-name i,
.post-items:focus-within .post-meta .author-name i,
.post-items:hover .post-title a,
.post-items:focus-within .post-title a,
.post-items:hover .post-meta .author-name a,
.post-items:focus-within .post-meta .author-name a {
    color: var(--bs-primary);
}

.post-items:hover .more-link,
.post-items:focus-within .more-link {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.post-section.post-home .item-row .mCSB_container .item {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
}

/*===== // =====*/

/*===== 19. Footer =====*/

.main-footer {
    color: #fff;
    background-color: #000;
}

.main-footer .footer-above {
    position: relative;
    overflow: hidden;
    background-color: #1b1b1b;
    z-index: 0;
}

.footer-above .widget {
    background-color: #1b1b1b;
    padding: 40px;
    padding-right: 10px;
}

.footer-above .col-12:nth-child(2) .widget {
    position: relative;
    z-index: 0;
}

.footer-above .col-12:nth-child(2) .widget:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1000%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

.footer-above .contact-info {
    flex-grow: 1;
}

.footer-above .contact-icon {
    color: #fff;
    width: auto;
    height: 50px;
    font-size: 50px;
    margin-right: 19px;
}

.footer-above .contact-icon img {
    width: 75px;
    -webkit-filter: contrast(80%) brightness(1000%);
    filter: contrast(80%) brightness(1000%);
}

.footer-above .contact-area:hover img,
.footer-above .contact-area:focus-within img {
    -webkit-filter: none;
    filter: none;
}

.footer-above .contact-info .title {
    font-size: 26px;
    font-weight: 600;    
    display: inline-block;
    vertical-align: middle;
    max-width: 354px;
}

.footer-above .contact-info .title a {
    color: #fff;
}

.footer-above .contact-info .title a:hover,
.footer-above .contact-info .title a:focus {
    color: var(--bs-primary);
}

.contact-link-icon {
    width: 55px;
    height: 55px;
    line-height: 53.5px;
    border: 0 solid #fff;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    overflow: hidden;
    font-size: 28px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    border-radius: 100px;
    z-index: 0;
}

.contact-link-icon:hover,
.contact-link-icon:focus {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.footer-above .contact-info .contact-link-icon {
    margin-left: 15px;
}

.main-footer .footer-main {
    padding: 45px 0;
}

.footer-main .widget_text .textwidget .logo {
    margin-bottom: 32px;
}

.footer-main .widget_text .textwidget img {
    border-radius: 0;
}

.footer-main .widget.widget_nav_menu .menu {
    display: grid;
    grid-template-columns: repeat(2, 0.4fr);
}

.main-footer .footer-copyright {
    background-color: #1b1b1b;
    padding: 27px 0;
}

.footer-copyright .contact-info .title {
    font-weight: 600;
    font-size: 16px;
}

.footer-copyright .contact-info .text {
    font-size: 18px;
}

.footer-copyright .contact-info a {
    text-decoration: underline;
    text-underline-offset: 1.5px;
}

.footer-copyright .copyright-text {
    color: #f9f3f2;
}

.footer-copyright .copyright-text a {
    text-underline-offset: 1.5px;
}

.footer-copyright .copyright-text a:hover,
.footer-copyright .copyright-text a:focus,
.footer-copyright .contact-info a:hover,
.footer-copyright .contact-info a:focus {
    text-decoration-style: dotted;
}

ul.payment_methods {
    padding: 0;
    margin: 0;
    list-style: none;
}

.payment_methods li {
    display: inline-block;
    line-height: .95;
    margin-left: 6px;
}

.payment_methods li:first-child {
    margin-left: 0;
}

.footer-copyright .payment_methods li a {
    color: #fff;
    font-size: 35px;
}

.footer-copyright .payment_methods li a:hover,
.footer-copyright .payment_methods li a:focus {
    color: var(--bs-primary);
}

.footer-below {
    margin-bottom: 42px;
}

.footer-belowbg {
    background-color: rgb(6, 6, 6);
}

.footer-belowbg .widget {
    padding: 25px 21px;
    position: relative;
    background-color: rgb(6, 6, 6);
    overflow: hidden;
    z-index: 0;
    transition: .3s ease-in-out;
}

.footer-belowbg .widget:hover,
.footer-belowbg .widget:focus-within {
    background-color: #1b1b1b;
}

.footer-belowbg .widget .contact-icon {
    width: 44px;
    height: 44px;
    background-color: #282828;
    font-size: 19px;
    border-radius: 100px;
}

.footer-belowbg .widget:hover .contact-icon,
.footer-belowbg .widget:focus-within .contact-icon {
    box-shadow: 0px 3px 6.4px 1.6px rgb(0 0 0 / 90%);
}

.footer-belowbg .widget .contact-info .title {
    font-size: 16px;
    font-weight: 500;
    transition: .3s ease-in-out;
}

.footer-belowbg .widget .contact-info a,
.footer-belowbg .widget .contact-info .text {
    color: #919599;
    margin-top: 5px;
    transition: .3s ease-in-out;
}

.footer-belowbg .widget:hover .contact-info .title,
.footer-belowbg .widget:focus-within .contact-info .title {
    color: var(--bs-primary);
}

.footer-belowbg .widget:hover .contact-info a,
.footer-belowbg .widget:focus-within .contact-info a,
.footer-belowbg .widget:hover .contact-info .text,
.footer-belowbg .widget:focus-within .contact-info .text {
    color: #fff;
}

.footer-belowbg .widget>i {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 48px;
    color: var(--bs-primary);
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: -1;
}

.footer-belowbg .widget:hover>i,
.footer-belowbg .widget:focus-within>i {
    bottom: 12px;
    right: 12px;
    opacity: 0.25;
}

/*===== // =====*/

/*===== 20. Breadcrumb =====*/

.breadcrumb-area {
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto;
    display: block;
    min-height: 260px;
    background-size: 100%;
    background-color: var(--bs-secondary);
}

.breadcrumb-area:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-black);
    opacity: 0.80;
    transition: var(--bs-transition);
    z-index: -1;
}

.breadcrumb-left.breadcrumb-area .breadcrumb-content::before,
.breadcrumb-right.breadcrumb-area .breadcrumb-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(100% - 455px);
    height: 1px;
    background-color: rgba(108, 117, 125, 0.45);
    transform: translate(-50%, 43.7%);
}

.breadcrumb-right.breadcrumb-area .breadcrumb-content::before {
    left: 43.3%;
}

.breadcrumb-left.breadcrumb-area .breadcrumb-content::before {
    left: 56.9%;
}

.breadcrumb-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: max-content;
    padding: 30px;
    min-height: 147px;
    color: #fff;
    position: relative;
}

.breadcrumb-center .breadcrumb-content {
    background-color: var(--bs-black);
}

.breadcrumb-heading {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    max-width: 50%;
}

.breadcrumb-heading h3 {
    font-size: 30px;
    line-height: 1.1;
    max-width: 285px;
    min-width: 285px;
    margin-bottom: 0;
    text-align: center;
    color: var(--bs-primary);
    display: inline-block;
}

.breadcrumb-list {
    flex-shrink: 0;
    list-style: none;
    width: 100%;
    max-width: 50%;
    padding: 0;
    margin: 0;
}

.breadcrumb-list li {
    display: inline-block;
    word-break: break-word;
    font-weight: 500;
    font-size: 16px;
}

.breadcrumb-list li:not(:first-child) {
    margin-left: 0.35rem;
}

.breadcrumb-list li a {
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}

.breadcrumb-list li a + i {
    color: var(--bs-primary);
    margin-left: 8px;
    font-size: 96%;
}

.breadcrumb-center .breadcrumb-content {
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.breadcrumb-center .breadcrumb-content {
    padding: 30px 60px;
    max-width: 100%;
    width: max-content;
    border-radius: 4px;
}

.breadcrumb-center .breadcrumb-heading {
    text-align: center;
    margin-bottom: 16px;
    max-width: 100%;
}

.breadcrumb-list {
    text-align: center;
    max-width: max-content;
    display: inline-block;
    padding: 0;
}

.breadcrumb-left .breadcrumb-content {
    justify-content: space-between;
}

.breadcrumb-right .breadcrumb-content {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.breadcrumb-right .breadcrumb-list,
.breadcrumb-left .breadcrumb-heading {
    text-align: left;
}

.breadcrumb-left .breadcrumb-list,
.breadcrumb-right .breadcrumb-heading {
    text-align: right;
}

.breadcrumb-left .breadcrumb-content .breadcrumb-heading h3,
.breadcrumb-right .breadcrumb-content .breadcrumb-heading h3 {
    padding: 27px 45px;
    border: 1px solid rgba(108, 117, 125, 0.45);
    border-radius: 100px;
}

.breadcrumb-left .breadcrumb-content .breadcrumb-list li a i,
.breadcrumb-right .breadcrumb-content .breadcrumb-list li a i {
    width: 114px;
    height: 114px;
    padding: 30px;
    font-size: 45px;
    text-align: center;
    line-height: 1.2;
    border-radius: 120px;
    border: 1px solid rgba(108, 117, 125, 0.45);
}

/*===== // =====*/

/*===== 30. 404 =====*/

.card404 {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(197 194 194 / 30%);
    border-radius: 50%;
    padding: 140px;
    background-color: rgb(255 255 255 / 30%);
    box-shadow: inset 0px 17px 74.82px 12.18px rgba(145, 150, 139, 0.13);
}

.card404 .card404-inner {
    position: relative;
    padding: 220px 110px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(197 194 194 / 30%);
    border-radius: 50%;
    background-color: rgb(255 255 255 / 30%);
    box-shadow: inset 0px 17px 74.82px 12.18px rgba(145, 150, 139, 0.13);
}

.card404 h1 {
    font-size: 1767%;
    max-width: 570px;
    margin: auto;    
    font-weight: 800;
    line-height: 0.8;
}

.card404 p {
    margin-top: 50px;
}

.card404main {
    position: relative;
    z-index: 0;
}

.card404 .card404-inner .lg-shape404_1 {
    border-radius: 30px;
    position: absolute;
    top: -80px;
    left: -60px;
    background-color: rgb(255, 179, 7);
    box-shadow: 0px 4px 7.2px 1.8px rgba(64, 58, 58, 0.13);
    width: 167px;
    height: 43px;
    z-index: 0;
    -webkit-animation: moveleftbounce 11s linear infinite;
    animation: moveleftbounce 11s linear infinite;
}

.card404 .card404-inner .lg-shape404_2 {
    border-radius: 30px;
    top: -110px;
    right: 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 7.2px 1.8px rgba(64, 58, 58, 0.13);
    position: absolute;
    width: 167px;
    height: 43px;
    z-index: 0;
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.card404 .card404-inner .lg-shape404_3 {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 5px;
    background-color: rgb(108, 175, 23);
    box-shadow: 0px 4px 7.2px 1.8px rgba(64, 58, 58, 0.13);
    width: 167px;
    height: 55px;
    z-index: -1;
    -webkit-animation: moveleftbounce 6s linear infinite;
    animation: moveleftbounce 6s linear infinite;
}

.card404 .card404-inner .lg-shape404_4 {
    border-radius: 30px;
    position: absolute;
    background-color: rgb(108, 175, 23);
    box-shadow: 0px 4px 7.2px 1.8px rgba(64, 58, 58, 0.13);
    top: -40px;
    right: -90px;
    width: 167px;
    height: 55px;
    z-index: 0;
    -webkit-animation: moveleftbounce 7s linear infinite;
    animation: moveleftbounce 7s linear infinite;
}

.card404 .card404-inner .lg-shape404_5 {
    border-radius: 30px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 7.2px 1.8px rgba(64, 58, 58, 0.13);
    top: 110px;
    left: -150px;
    width: 125px;
    height: 22px;
    z-index: 0;
    -webkit-animation: moveleftbounce 4s linear infinite;
    animation: moveleftbounce 4s linear infinite;
}

.card404 .card404-inner .lg-shape404_6 {
    border-radius: 30px;
    top: 90px;
    right: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 7.2px 1.8px rgba(64, 58, 58, 0.13);
    position: absolute;
    width: 167px;
    height: 43px;
    z-index: -1;
    -webkit-animation: moveleftbounce 8s linear infinite;
    animation: moveleftbounce 8s linear infinite;
}

.card404 .card404-inner .lg-shape404_7 {
    border-radius: 30px;
    position: absolute;
    top: 210px;
    left: -30px;
    background-color: rgb(108, 175, 23);
    box-shadow: 0px 4px 7.2px 1.8px rgba(64, 58, 58, 0.13);
    width: 167px;
    height: 55px;
    z-index: 0;
    -webkit-animation: moveleftbounce 10s linear infinite;
    animation: moveleftbounce 10s linear infinite;
}

.card404 .card404-inner .lg-shape404_8 {
    border-radius: 30px;
    position: absolute;
    background-color: rgb(255, 179, 7);
    box-shadow: 0px 4px 7.2px 1.8px rgba(64, 58, 58, 0.13);
    top: 160px;
    right: -47px;
    width: 167px;
    height: 55px;
    z-index: -1;
    -webkit-animation: moveleftbounce 3.5s linear infinite;
    animation: moveleftbounce 3.5s linear infinite;
}

.card404 .card404-inner .lg-shape404_9 {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 7.2px 1.8px rgba(64, 58, 58, 0.13);
    position: absolute;
    left: 70px;
    bottom: 60px;
    width: 167px;
    height: 43px;
    z-index: -1;
    -webkit-animation: moveleftbounce 8s linear infinite;
    animation: moveleftbounce 8s linear infinite;
}

/*===== // =====*/

/*===== 31. Pagination =====*/

.pagination {
    margin: 50px auto 0;
    justify-content: center;
}

.pagination .nav-links {
    padding: 0;
}

.pagination .nav-links .page-numbers {
    display: inline-block;
    width: 27px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    color: var(--bs-secondary);
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 0px;
    margin-left: 2px;
}

.pagination .nav-links .next.page-numbers,
.pagination .nav-links .prev.page-numbers {
    width: auto;
    padding: 0 15px;
    position: relative;
    z-index: 0;
    /*border-width: 0 3px;
    border-style: solid;
    border-color: var(--bs-primary);*/
}

.pagination .nav-links .next.page-numbers::before,
.pagination .nav-links .next.page-numbers::after,
.pagination .nav-links .prev.page-numbers::before,
.pagination .nav-links .prev.page-numbers::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 3px;
    background: var(--bs-primary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.pagination .nav-links .next.page-numbers::before,
.pagination .nav-links .prev.page-numbers::before {
    bottom: -3px;
    left: 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.pagination .nav-links .next.page-numbers::after,
.pagination .nav-links .prev.page-numbers::after {
    right: 0;
    bottom: -3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.pagination .nav-links .next.page-numbers:hover::before,
.pagination .nav-links .next.page-numbers:focus::before,
.pagination .nav-links .prev.page-numbers:hover::before,
.pagination .nav-links .prev.page-numbers:focus::before {
    left: 0;
    bottom: 0;
    background: var(--bs-yellow);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.pagination .nav-links .next.page-numbers:hover::after,
.pagination .nav-links .next.page-numbers:focus::after,
.pagination .nav-links .prev.page-numbers:hover::after,
.pagination .nav-links .prev.page-numbers:focus::after {
    right: 0;
    bottom: 0;
    background: var(--bs-yellow);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pagination .nav-links .prev.page-numbers {
    margin-right: 15px;
}

.pagination .nav-links .next.page-numbers {
    margin-left: 15px;
}

.pagination .nav-links .page-numbers.next:focus,
.pagination .nav-links .page-numbers.next:hover,
.pagination .nav-links .page-numbers.prev:focus,
.pagination .nav-links .page-numbers.prev:hover {
    background-color: #fff;
    color: var(--bs-secondary);
}

.pagination .nav-links .page-numbers:first-child {
    margin-left: 0;
}

.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:focus,
.pagination .nav-links .page-numbers:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.pagination div.nav-links .page-numbers.dots {
    line-height: 25px;
    vertical-align: bottom;
    color: var(--bs-secondary);
    background-color: transparent;
}

/*===== // =====*/

/*===== 32. Blog Single =====*/

.post-items.blog-single {
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}

.post-items.blog-single .post-image:before,
.post-items.blog-single .post-image:after,
.post-items.blog-single .post-image .post-hover:before,
.post-items.blog-single .post-image .post-hover:after {
    display: none;
}

.post-items:hover .post-image>img,
.post-items:focus-within .post-image>img {
    filter: blur(0);
    transform: scale(1) rotate(0deg);
}

.post-items.blog-single .post-meta .post-date {
    background-color: transparent;
    color: var(--bs-secondary);
    margin: 0;
    padding: 0;
    top: 0;
}

.post-items.blog-single .post-meta .post-date:before {
    display: none;
}

.post-items.blog-single:hover .post-meta .post-date,
.post-items.blog-single:focus-within .post-meta .post-date {
    box-shadow: none;
}

.post-items.blog-single .post-meta .comment i,
.post-items.blog-single .post-meta .post-date i {
    margin-right: 2px;
}

.post-items.blog-single .post-content {
    padding: 0;
}

.post-items.blog-single .post-meta {
    padding: 20px 0 25px;
    border-bottom: 1px solid #c5bbbb;
}

.post-items.blog-single .post-meta>span {
    margin-left: 26px;
}

.post-items.blog-single .post-meta .author-name {
    padding: 0;
}

.post-items.blog-single .post-meta a {
    color: #585858;
    font-weight: 500;
    text-decoration: none
}

.post-items.blog-single .post-meta span.post-list i {
    margin-right: 6px;
}

.post-items.blog-single:hover .post-meta .author-name i,
.post-items.blog-single:focus-within .post-meta .author-name i,
.post-items.blog-single:hover .post-title a,
.post-items.blog-single:focus-within .post-title a,
.post-items.blog-single:hover .post-meta .author-name a,
.post-items.blog-single:focus-within .post-meta .author-name a {
    color: #585858;
}

.post-items.blog-single:hover .post-meta a:hover,
.post-items.blog-single:focus-within .post-meta a:focus {
    color: var(--bs-primary);
}

.post-items.blog-single .post-title {
    font-size: 35px;
    margin-bottom: 16px;
}

.post-items .post-content-bottom blockquote p {
    padding: 0;
    border: 0;
    margin-top: 0;
    line-height: 1.6;
    font-size: 20px;
}

.post-items .post-content-bottom blockquote .bottom {
    padding-left: 18px;
    line-height: 1.2;
    border-left: 2px solid rgb(255 255 255 / 50%);
}

.post-items .post-content-bottom blockquote .bottom h5 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
}

.post-items .post-content-bottom blockquote .bottom span {
    font-weight: 400;
    opacity: .5;
}

.post-items .post-content-bottom blockquote .b-n {
    position: absolute;
    right: 70px;
    bottom: 30px;
    font-size: 150px;
    font-weight: 500;
    height: 107px;
    line-height: 100px;
    font-family: var(--bs-font-awesome);
    opacity: 0.15;
}

.post-items.blog-single .post-content-bottom p {
    border-bottom: 0;
    padding-bottom: 15px;
}

.post-content-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px solid #c5bbbb;
}

.post-content-footer .post-tags {
    margin-top: 15px;
    margin-right: 10px;
}

.post-content-footer .post-tags h5,
.post-content-footer .post-social h5 {
    margin-bottom: 22px;
}

.post-content-footer .post-tags .tags a {
    display: inline-block;
    text-decoration: none;
    padding: 9.5px 22px;
    border-radius: 4px;
    color: var(--bs-secondary);
    overflow: hidden;
    margin-right: 6px;
    border: 0 solid var(--bs-secondary);
    position: relative;
    z-index: 0;
}

.post-content-footer .post-tags .tags a:hover,
.post-content-footer .post-tags .tags a:focus-within {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.post-content-footer .post-social {
    margin-top: 15px;
    text-align: right;
}

.post-content-footer .post-tags .tags a:first-child {
    display: none;
}

.post-content-footer .post-social .widget_social_widget li a {
    background-color: var(--bs-secondary);
    color: var(--bs-yellow);
    border: none;
    box-shadow: none;
}

.author-details {
    padding: 70px 15px 70px 56px;
    background-color: rgb(255, 255, 255);
    margin-top: 60px;
    border-right: 13px solid var(--bs-primary);
}

.author-details .media {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.author-details .media .auth-mata {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 30px;
    margin-top: 0;
}

.author-details .media .auth-mata img {
    width: 181px;
    height: 181px;
}

.author-details .media .media-body {
    flex: 1;
}

.author-details .media .media-body h6 {
    color: var(--bs-primary);
    font-weight: 500;
    margin-bottom: 5px;
}

.author-details .media .media-body h5 {
    font-size: 30px;
    letter-spacing: 0.25px;
    vertical-align: baseline;
}

.author-details .media .media-body h5 a {
    text-decoration: none;
    color: var(--bs-secondary);
}

.author-details .media .media-body h5 a:hover,
.author-details .media .media-body h5 a:focus {
    color: var(--bs-primary);
}

.author-details .media .media-body p {
    margin-bottom: 0;
    margin-top: 20px;
}

.comments-area {
    margin-top: 80px;
}

.single-comments-title, .comments-title {
    margin-bottom: 45px;
    text-align: left;
}

.comments-title h3 {
    font-size: 18px;
    font-weight: 800;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area li {
    list-style: none;
}

.comments-area .comment-body {
    position: relative;
    padding: 0 0 40px 117px;
    min-height: 120px;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 0;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(197 187 187 / 40%);
}

.comments-area .comment-meta .comment-awaiting-moderation {
    display: block;
    width: 100%;
    clear: both;
}

.comments-area .comment-meta .comment-author {
    font-size: 16px;
}

.comments-area .comment-meta .comment-author .fn {
    font-weight: 700;
}

.comment-meta .comment-metadata > a,
.comments-area .comment-meta .comment-author a {
    text-decoration: none;
    color: var(--bs-secondary);
}

.comment-meta .comment-metadata > a:hover,
.comment-meta .comment-metadata > a:focus,
.comments-area .comment-meta .comment-author a:hover,
.comments-area .comment-meta .comment-author a:focus {
    color: var(--bs-primary);
}

.comments-area .comment-meta .comment-author img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 5px;
    width: 90px;
    border-radius: 100px;
}

.comments-area .comment-meta .comment-author,
.comment-meta .comment-metadata {
    line-height: 1.5;
    font-size: 16px;
}

.comment-meta .comment-metadata {
    color: #7a7878;
}

.comment-content {
    position: relative;
    z-index: 0;
    padding: 16px 0;
    color: #7a7878;
    line-height: 1.5;
}

.comment-content p {
    margin-bottom: 0;
}

.comment-body .reply,
.comment-body .edit {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.comment-body .reply {
    position: absolute;
    top: 12px;
    right: 4px;
}

.comment-body .reply:after {
    content: "\f064";
    font-family: var(--bs-font-awesome);
    position: absolute;
    right: 18px;
    transform: rotateY(190deg);
    transition: 0.5s all ease;
}

.comment-body .edit:after {
    content: "\f040";
    font-family: var(--bs-font-awesome);
    position: absolute;
    right: 18px;
    transform: rotateY(190deg);
    transition: 0.5s all ease;
}

.comment-body .reply a,
.comment-body .edit a {
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 10px 45px 10px 20px;
    color: var(--bs-secondary);
    position: relative;
    border-radius: 5px;
    border: 0px solid var(--bs-secondary);
    overflow: hidden;
    z-index: 0;
}

.comment-body .reply:hover a,
.comment-body .edit:hover a,
.comment-body .reply:focus-within a,
.comment-body .edit:focus-within a {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.comment-body .reply:hover:after,
.comment-body .edit:hover:after,
.comment-body .reply:focus-within:after,
.comment-body .edit:focus-within:after {
    color: var(--bs-primary);
}

.comments-area .children {
    padding: 0;
}

.comments-area .children li .comment-meta .comment-author img {
    left: 60px;
}

.comments-area .children li .comment-body {
    padding: 0 0 40px 175px;
}

.comment-respond {
    padding: 50px;
    background-color: #fff;
}

.comment-reply-title {
    font-size: 20px;
}

.comment-form > p.comment-notes {
    width: 100%;
}

.comment-form-comment {
    max-width: 100%;
}

.comment-form > p:not(:last-child) {
    margin-bottom: 30px;
}

.comment-form-cookies-consent, .form-submit {
    width: 100%;
}

.comment-form-cookies-consent label {
    vertical-align: middle;
    margin-left: 3px;
}

/*===== // =====*/

.item-row {
    width: 100%;
    overflow-x: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.item-row .mCSB_container {
    display: -webkit-flex;
    display: flex;
}
.item-row .item {
    flex-basis: 336px;
    max-width: 336px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.item-row .mCSB_container .item {
    padding-bottom: 27px;
}