@charset "UTF-8";
: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: #ffcc00;
    --bs-green: #28a745;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-white: #ffffff;
    --bs-gray: #dedede;
    --bs-gray-light: #f7f7f7;
    --bs-gray-dark: #343a40;
    --bs-primary: #ff5d00;
    --bs-primary-dark: #025ce2;
    --bs-primary-light: #ff3e551f;
    --bs-primary-shadow: rgb(0 123 255 / 0.5);
    --bs-secondary: #01012f;
    --bs-secondary-dark: #000000;
    --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:
        "Source Sans Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --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, 0.2);
    --bs-radius: 0.1875rem;
    --bs-theme-radius: 6.25rem;
    --bs-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    --bs-transition-slow: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    --bs-transition-very-slow: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bg-primary-light {
    background-color: var(--bs-primary-light);
}

/* ---//--- */

/* --- Selection Colors --- */

::-webkit-selection {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

::selection {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

/* ---//--- */

/* --- Scrollbar Colors --- */

::-webkit-scrollbar {
    width: 0.625rem;
    background-color: var(--bs-gray-500);
}

::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray-500-thumb);
    border-radius: 0.625rem;
}

::-webkit-scrollbar-corner {
    background-color: var(--bs-gray-500);
}

/* ---//--- */
.navigation-wrapper {
    width: 100%;
}

.overlay-enabled {
    overflow: hidden;
}

.main-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--bs-white);
    -webkit-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    z-index: 3;
}

@media only screen and (min-width: 783px) {
    body.admin-bar .main-header .is-sticky-menu {
        top: 32px;
    }
}

@media only screen and (max-width: 782px) and (min-width: 601px) {
    body.admin-bar .main-header .is-sticky-menu {
        top: 46px;
    }
}

h4.site-title::first-letter {
    color: var(--bs-primary);
}

.logo a,
.mobile-logo a,
.site-title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
    width: 100%;
    max-width: max-content;
    height: auto;
    text-decoration: none !important;
}

.logo a,
.mobile-logo a {
    margin: auto 0;
}

a.site-title {
    margin: auto 0 0;
}

.site-first-letter,
.site-last-letter {
    color: var(--bs-primary);
    font-weight: bolder;
}

.logo a:focus {
    outline-width: 1px;
    outline-style: dotted;
}

.site-description {
    width: 100%;
    display: block;
    font-size: 0.656rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: normal;
    margin: 0;
    margin-top: 0.35rem;
}

.navbar-brand {
    padding: 0;
}

.logo img {
    width: 100%;
    float: none;
    margin: 0;
}

.main-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 101px;
}

.navbar-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
    height: 100%;
}

.main-navbar {
    text-align: right;
    position: relative;
}

.not-included {
    color: red;
    display: block;
    font-size: 0.7em;
    line-height: 1;
    padding: 0 0 5px 0;
    margin-top: 1px;
}

.main-mobile-build .not-included {
    margin-top: -6px;
}

.main-navbar .main-menu > li > a > .not-included {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    z-index: 1;
    bottom: -5px;
}

.main-header .widget_nav_menu li > a > .not-included,
.main-footer .widget_nav_menu li > a > .not-included,
.main-footer .main-menu > li > a > .not-included {
    display: contents;
    line-height: 0;
    width: 100%;
}

.main-footer .main-menu > li > a > .badge,
.main-navbar .main-menu > li > a > .badge {
    position: absolute;
    top: 1.25rem;
    right: 0;
}

.badge {
    position: relative;
}

.main-navbar ul.main-menu {
    display: inline-block;
}

ul.main-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
}

ul.main-menu li {
    list-style: none;
}

.main-menu > li > a,
.dropdown-menu li a {
    position: relative;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: inherit;
    text-decoration: none;
    z-index: 0;
}

.main-mobile-menu .main-menu > li > a,
.main-mobile-menu .dropdown-menu li a {
    line-height: 2.8125rem;
}

.main-navbar:not(.breadcrumb-menu) .main-menu > li > a {
    line-height: 6.25rem;
}

.main-mobile-menu .main-menu > li > a,
.main-mobile-menu .dropdown-menu li a {
    font-size: 18px;
}

.main-menu > li a img {
    width: auto;
    height: 15px;
    display: inline-block;
    vertical-align: initial;
    margin: auto;
    margin-right: 5px;
    transform: translateY(1px);
}

.main-footer {
    background-color: var(--bs-secondary);
}

.main-footer .main-menu > li > a {
    padding: 0px 5px;
}

.widget-left .main-menu > li:first-child > a,
.widget-right .main-menu > li:first-child > a {
    padding-left: 0;
}

.widget-left .main-menu > li:last-child > a,
.widget-right .main-menu > li:last-child > a {
    padding-right: 0;
}

.main-footer .main-menu > li > a,
.main-navbar .main-menu > li > a {
    display: inline-flex;
}

.main-navbar .main-menu > li.menu-item > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: var(--bs-primary);
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.main-navbar .main-menu > li.menu-item > a:hover:after,
.main-navbar .main-menu > li.menu-item > a:focus:after,
.main-navbar .main-menu > .menu-item.active > a:after {
    opacity: 1;
    width: 100%;
}

.main-navbar .main-menu > li.menu-item > a {
    padding: 0 0.85rem;
}

.main-menu > li > a {
    white-space: normal;
    border: 0;
    border-radius: 0;
}

/* Desktop Menu Start */
.main-footer .main-menu > li,
.main-navbar .main-menu > li {
    display: inline-block;
    margin: 0 -1px;
    position: relative;
}
/* Dropdown Menu Border Start */

.main-footer .widget_nav_menu ul.menu .sub-menu li.menu-item a,
.main-header .widget_nav_menu ul.menu .sub-menu li.menu-item a,
.main-header .widget_nav_menu ul.menu .sub-menu li.menu-item a {
    margin: 0;
    display: block;
    width: 100%;
}

.main-header .widget_nav_menu ul.menu > li > a {
    line-height: 45px;
}

.main-header .widget_nav_menu .sub-menu,
.main-navbar .dropdown-menu {
    position: absolute;
    z-index: 99;
    width: 220px;
    background: var(--bs-white);
    padding: 5px;
    margin: 0;
    border: 0;
    border-radius: 0;
    -moz-box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.075);
    box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.075);
    font-size: 1rem;
    text-align: left;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.main-navbar .dropdown-menu {
    border-bottom-width: 4px;
    border-style: solid;
    border-color: var(--bs-primary);
}

.main-footer .widget_nav_menu .sub-menu,
.main-footer .main-menu .dropdown-menu {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 50px;
    left: auto;
    border: 0;
    padding: 5px;
    border-radius: 0;
    text-align: left;
    margin: 0 auto;
    background: var(--bs-white);
    min-width: 12.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    transition: all 0.25s;
}

.main-header .widget_nav_menu .menu > .menu-item > .sub-menu:before,
.main-footer .widget_nav_menu .menu .menu-item .sub-menu:before,
.main-footer .main-menu .menu-item .dropdown-menu:before {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.main-header .widget_nav_menu .menu > .menu-item > .sub-menu:before {
    top: -10px;
    border-bottom: 10px solid var(--bs-white);
}

.main-footer .widget_nav_menu .menu .menu-item .sub-menu:before,
.main-footer .main-menu .menu-item .dropdown-menu:before {
    border-top: 10px solid var(--bs-white);
}

.main-footer .main-menu .dropdown-menu,
.main-footer .widget_nav_menu .sub-menu {
    bottom: 100%;
}

.main-header .widget_nav_menu .sub-menu,
.main-navbar .dropdown-menu {
    top: 100%;
}

.main-footer .widget_nav_menu .menu-item:hover > .sub-menu,
.main-footer .widget_nav_menu .menu-item.focus > .sub-menu,
.main-header .widget_nav_menu .menu-item:hover > .sub-menu,
.main-header .widget_nav_menu .menu-item.focus > .sub-menu,
.main-footer .main-menu .menu-item:hover > .dropdown-menu,
.main-footer .main-menu .menu-item.focus > .dropdown-menu,
.main-navbar .main-menu .menu-item:hover > .dropdown-menu,
.main-navbar .main-menu .menu-item.focus > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-footer .main-menu .dropdown-menu li .dropdown-menu,
.main-footer .widget_nav_menu .sub-menu li .sub-menu {
    bottom: 100%;
    transform: translateY(12px);
}

.main-header .widget_nav_menu .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu {
    top: -4px;
    transform: translateY(-12px);
}

.main-footer .widget_nav_menu .sub-menu li .sub-menu,
.main-footer .main-menu .dropdown-menu li .dropdown-menu,
.main-header .widget_nav_menu .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.main-footer .widget_nav_menu .sub-menu li .sub-menu,
.main-footer .main-menu .dropdown-menu li .dropdown-menu {
    margin-bottom: 1.25rem;
}

.main-header .widget_nav_menu .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu {
    left: 100%;
    margin-top: 0;
    margin-left: 10px;
}

.main-footer .main-menu > .menu-item:last-child > .dropdown-menu li .dropdown-menu,
.main-footer .widget_nav_menu .menu > .menu-item:last-child > .sub-menu li .sub-menu {
    bottom: 100%;
}

.main-header .widget_nav_menu .menu > .menu-item:last-child > .sub-menu li .sub-menu,
.main-navbar .main-menu > .menu-item:last-child > .dropdown-menu li .dropdown-menu {
    left: auto;
    right: 100%;
    margin-right: 10px;
}

.main-header .widget_nav_menu .menu > .menu-item:last-child > .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.main-navbar .main-menu > .menu-item:last-child > .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: auto;
    left: 100%;
}

.main-header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: auto;
    right: 100%;
    margin-right: 10px;
}

.main-header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: auto;
    left: 100%;
}

.main-header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.main-navbar .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: auto;
    left: 100%;
}

.main-footer .main-menu .main-navbar .dropdown-menu > li,
.main-footer .widget_nav_menu .sub-menu > li,
.main-header .widget_nav_menu .sub-menu > li,
.main-navbar .dropdown-menu > li {
    padding: 0;
    position: relative;
    height: auto;
}

.main-footer .main-menu .dropdown-menu li a,
.main-footer .widget_nav_menu .sub-menu li a,
.main-header .widget_nav_menu .sub-menu li a,
.main-navbar .dropdown-menu li a {
    border-bottom: 1px solid var(--bs-gray-light);
    color: var(--bs-secondary-dark);
    font-weight: 600;
    line-height: 24px;
    padding: 8px 18px 8px 18px;
    text-transform: none;
    white-space: normal;
}

.main-footer .main-menu .dropdown-menu li:last-child a,
.main-footer .widget_nav_menu .sub-menu li:last-child a,
.main-header .widget_nav_menu .sub-menu li:last-child a,
.main-navbar .dropdown-menu li:last-child a {
    border-bottom: 0;
    border-radius: 0 3px 3px;
}

.main-footer .main-menu .dropdown-menu li:hover > a,
.main-footer .main-menu .dropdown-menu li.focus > a,
.main-footer .widget_nav_menu .sub-menu li:hover > a,
.main-footer .widget_nav_menu .sub-menu li.focus > a,
.main-header .widget_nav_menu .sub-menu li:hover > a,
.main-header .widget_nav_menu .sub-menu li.focus > a,
.main-navbar .dropdown-menu li:hover > a,
.main-navbar .dropdown-menu li.focus > a {
    background-color: var(--bs-gray-light);
}

.main-footer .main-menu .dropdown-menu li:last-child,
.main-footer .widget_nav_menu .sub-menu li:last-child,
.main-header .widget_nav_menu .sub-menu li:last-child,
.main-navbar .dropdown-menu li:last-child {
    border-bottom-color: transparent;
}

.main-footer .main-menu .dropdown-menu .menu-item-has-children > a:after,
.main-footer .widget_nav_menu .sub-menu .menu-item-has-children > a:after,
.main-header .widget_nav_menu .sub-menu .menu-item-has-children > a:after,
.main-navbar .dropdown-menu .menu-item-has-children > a:after {
    font-family: var(--bs-font-awesome);
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 10px;
    opacity: 0.7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-navbar .main-menu > li.dropdown > a:before {
    content: "\f067";
    font-family: var(--bs-font-awesome);
    font-weight: 900;
    position: absolute;
    top: 53%;
    right: 0px;
    font-size: 12px;
    opacity: 0.7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--bs-secondary);
}

.main-footer .main-menu .dropdown-menu .menu-item-has-children:hover > a:after,
.main-footer .main-menu .dropdown-menu .menu-item-has-children.focus > a:after,
.main-footer .widget_nav_menu .sub-menu .menu-item-has-children:hover > a:after,
.main-footer .widget_nav_menu .sub-menu .menu-item-has-children.focus > a:after,
.main-header .widget_nav_menu .sub-menu .menu-item-has-children:hover > a:after,
.main-header .widget_nav_menu .sub-menu .menu-item-has-children.focus > a:after,
.main-navbar .dropdown-menu .menu-item-has-children:hover > a:after,
.main-navbar .dropdown-menu .menu-item-has-children.focus > a:after {
    opacity: 1;
    right: 15px;
}

.header .widget_nav_menu .sub-menu {
    border-top-color: var(--bs-primary);
}

/* Desktop Menu End */

/* Sticky Menu */
.breadcrumb-sticky-menu,
.is-sticky-menu {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--bs-white);
    z-index: 999;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    -webkit-animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
}

.breadcrumb-sticky-menu .breadcrumb-button {
    border-bottom: 1px solid rgb(108 117 125 / 0.6);
}

.is-sticky-menu .sticky-navbar-brand {
    display: block;
    visibility: visible;
}

a.sticky-navbar-brand,
.is-sticky-menu .sticky-navbar-brand + .navbar-brand {
    display: none;
    visibility: hidden;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/* Mbile Menu Start */

@media (max-width: 991px) {
    div.main-mobile-nav {
        display: block;
    }
}

.main-mobile-nav {
    width: 100%;
    display: none;
    background: var(--bs-white);
    border-bottom: 1px solid rgb(108 117 125 / 0.6);
}

.main-mobile-menu {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.219em 0px;
    min-height: 97px;
}

.main-mobile-menu ul.main-menu {
    height: 100%;
    max-height: 22.5rem;
    overflow-x: hidden;
    overflow-y: overlay;
    -ms-touch-action: overlay;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
}

.main-mobile-menu ul,
.main-mobile-menu ul li {
    padding: 0;
    list-style: none;
    position: relative;
    border: 0;
}

.main-mobile-menu ul.main-menu > li:first-child {
    border-top: 1px solid #e0e0e0;
}

.main-mobile-menu ul.main-menu > li {
    border-bottom: 1px solid #e0e0e0;
}

.main-mobile-menu ul li {
    margin: 0;
}

.main-mobile-menu .header-wrap-right li {
    margin-right: 10px;
}

.main-mobile-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: var(--bs-transition);
    -webkit-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    -o-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
}

.header-menu-active .main-mobile-wrapper {
    opacity: 1;
    visibility: visible;
}

.main-mobile-menu ul.main-menu .dropdown-menu {
    display: none;
}

.main-mobile-build {
    position: absolute;
    top: -200%;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 0;
    margin: auto;
    text-align: left;
    background: var(--bs-white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -webkit-transition: top 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
    -o-transition: top 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
    transition: top 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
}

.mobile-menu-scroll {
    padding: 0;
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.header-menu-active .main-mobile-wrapper {
    -webkit-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    -o-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
}

.header-menu-active .main-mobile-build {
    top: 100%;
}

.menu-collapse-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.main-mobile-build .login-btn {
    margin-top: 16px;
}

.main-mobile-menu ul.main-menu li.menu-item-has-children {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.main-mobile-menu ul.main-menu > li a {
    width: 100%;
    padding: 0;
    color: var(--bs-secondary);
    padding-left: 15px;
}

.main-mobile-menu ul.main-menu li.menu-item-has-children ul.dropdown-menu li > a {
    padding-left: 25px;
    width: 100%;
}

.main-mobile-menu ul.main-menu .menu-item-has-children > a {
    flex: 1;
}

.main-footer span.mobile-collapsed {
    display: none;
}

span.mobile-collapsed {
    max-width: 60px;
}

.main-mobile-menu ul.main-menu .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.mobile-collapsed > button {
    cursor: pointer;
    flex-basis: 10%;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    padding: 0 1.17em;
    color: var(--bs-secondary);
    background-color: var(--bs-primary-light);
    border: 0;
    border-radius: 0;
    border-left: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobile-collapsed > button:hover,
.mobile-collapsed > button:focus {
    background-color: var(--bs-primary);
}

.mobile-collapsed > button:hover,
.mobile-collapsed > button:focus,
.mobile-collapsed > button:hover:before,
.mobile-collapsed > button:focus:before {
    color: var(--bs-white);
}

.mobile-collapsed > button:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
}

.main-mobile-menu ul.main-menu .menu-item-has-children.current > .mobile-collapsed > button:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-mobile-menu ul.main-menu .dropdown-menu {
    margin: 0;
    float: none;
    clear: both;
    background: none;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.main-mobile-menu ul.main-menu .menu-item a {
    display: inline-block;
}

.main-mobile-menu ul.main-menu li > a {
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.main-mobile-menu ul.main-menu .menu-item-has-children.current > a {
    margin: 0;
}

/* Hamburger menu icon on the main-navigations */

span.tgl-lbl {
    line-height: 0.75;
    display: block;
}

.hamburger-menu {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 0;
    overflow: hidden;
}

.menu-collapsed {
    width: inherit;
    height: inherit;
    display: block;
    padding: 0.55em 0.47em 0.7em;
    position: relative;
    z-index: 1;
    border: 2px solid var(--bs-primary-light);
    background-color: var(--bs-primary);
}

.menu-collapsed:hover,
.menu-collapsed:focus {
    background-color: var(--bs-white);
    border-color: var(--bs-primary);
}

.menu-collapsed:hover div,
.menu-collapsed:focus div {
    background-color: var(--bs-primary);
}

.hamburger-menu div {
    height: 3px;
    width: 100%;
    margin: 0 0 5px;
    background: var(--bs-white);
}

.hamburger-menu div:first-child {
    margin-top: 0px;
}

.hamburger-menu div:last-child {
    margin-bottom: 0;
}

.hamburger-menu .meat,
.hamburger-menu .bottom-bun,
.hamburger-menu > button:hover div,
.hamburger-menu > button:focus div {
    width: 100%;
}

.hamburger-menu > button:hover .top-bun,
.hamburger-menu > button:focus .top-bun {
    -webkit-animation: burger-hover 0.8s infinite ease-in-out alternate;
    animation: burger-hover 0.8s infinite ease-in-out alternate;
}

.hamburger-menu > button:hover .meat,
.hamburger-menu > button:focus .meat {
    -webkit-animation: burger-hover 0.8s infinite ease-in-out alternate forwards 150ms;
    animation: burger-hover 0.8s infinite ease-in-out alternate forwards 150ms;
}

.hamburger-menu > button:hover .bottom-bun,
.hamburger-menu > button:focus .bottom-bun {
    -webkit-animation: burger-hover 0.8s infinite ease-in-out alternate forwards 300ms;
    animation: burger-hover 0.8s infinite ease-in-out alternate forwards 300ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

/* Above Header On Mobile Start */

.header-above-btn {
    position: relative;
    width: 28px;
    height: 43px;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    border: 2px solid var(--bs-primary-light);
    margin-left: 5px;
}

.header-above-collapse {
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 0px;
    padding: 0;
    width: 35px;
    height: 50px;
    border: none;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    z-index: 1;
}

button.header-above-collapse:focus {
    background-color: var(--bs-primary);
}

.header-above-collapse span {
    top: 40%;
}

.header-above-collapse span,
.header-above-collapse span:before,
.header-above-collapse span:after {
    position: absolute;
    width: 7px;
    height: 7px;
    line-height: 7px;
    text-align: center;
    background: var(--bs-white);
    left: 35%;
    margin-left: -3px;
    border-radius: 50%;
}

.header-above-collapse span:before,
.header-above-collapse span:after {
    content: "";
}

.header-above-collapse span:before {
    bottom: 100%;
    margin-bottom: 4px;
}

.header-above-collapse span:after {
    top: 100%;
    margin-top: 4px;
}

.header-above-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: var(--bs-transition);
    -webkit-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    -o-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
}

.header-above-wrapper.is-active {
    opacity: 1;
    visibility: visible;
}

.header-above-bar {
    position: absolute;
    text-align: center;
    top: -250%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    height: auto;
    width: 95%;
    padding: 15px 0;
    border-radius: 0;
    background-color: var(--bs-white);
    border-top: 4px solid var(--bs-primary);
    z-index: -1;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    -webkit-transition: top 400ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
    -o-transition: top 400ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
    transition: top 400ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
}

.header-above-wrapper.is-active .header-above-bar {
    top: 100%;
}

.header-above-bar .widget-left,
.header-above-bar .widget-right,
.header-above-bar .header-widget .widget {
    width: 100%;
}

.header-above-bar .header-widget .widget {
    margin-bottom: 10px;
}

.header-above-bar #header-top-right .widget:last-child {
    margin-bottom: 0px;
}

.header-above-bar #header-top-right .widget.widget-social-widget:first-child:before {
    background: none;
}

.header-above-bar .header-widget .widget .contact-area {
    padding-left: 0;
}

.header-above-bar .text-heading {
    color: var(--bs-secondary);
}

.widget-social-widget li a {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

/* Menu Right Start */

.main-mobile-build-right ul,
.main-menu-right > ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-menu-right > ul {
    padding-left: 1.75rem;
}

.main-mobile-build-right > ul > ul > li,
.main-mobile-build-right > ul > li,
.main-menu-right > ul > ul > li,
.main-menu-right > ul > li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    color: initial;
    list-style: none;
}

.main-menu-right > ul > ul > li:last-child,
.main-menu-right > ul > li:last-child {
    margin-right: 0;
}

.main-menu-right > ul > li {
    display: flex;
    align-items: center;
    min-height: 6.25rem;
}

/*=============== 05. Search =============*/

.header-search-popup {
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
    min-width: 350px;
    z-index: -1;
    background-color: var(--bs-white);
    overflow: hidden;
    border-radius: 10rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20%);
    border: 1px solid var(--bs-gray-light);
    box-shadow: 0px 2px 16px -3px rgb(0 0 0 / 0.15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.header-search-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    padding-right: 45px;
    padding-left: 15px;
    min-height: 52px;
    margin: 0;
    margin-left: auto;
}

.header-search-popup form {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: all 0.9s ease-in-out 1.4s;
    transition: all 0.9s ease-in-out 1.4s;
}

.header-search-popup form .header-search-field {
    padding-right: 40px;
    color: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    outline: none;
    box-shadow: none;
    border-radius: 100px;
    height: 40px;
    min-height: 40px;
}

.header-search-popup form .header-search-field:hover,
.header-search-popup form .header-search-field:focus {
    border-color: var(--bs-primary);
}

.header-search-popup input[type="search"].header-search-field::-moz-placeholder {
    /*color: var(--bs-white);*/
    font-weight: 500;
}
.header-search-popup input[type="search"].header-search-field:-moz-placeholder {
    /*color: var(--bs-white);*/
    font-weight: 500;
}
.header-search-popup input[type="search"].header-search-field:-ms-input-placeholder {
    /*color: var(--bs-white);*/
    font-weight: 500;
}
.header-search-popup input[type="search"].header-search-field::-webkit-input-placeholder {
    /*color: var(--bs-white);*/
    font-weight: 500;
}

.header-search-popup .search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 1;
    margin: 4px 4px 4px 0;
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 0.8rem;
    text-align: center;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 100px;
    border: none;
    opacity: 0;
}

.header-search-popup .search-form:hover .search-submit,
.header-search-popup .header-search-field:focus + .search-submit,
.header-search-popup .search-submit:focus {
    opacity: 1;
}

.header-search-popup .header-search-close {
    width: 38px;
    height: 38px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto 0;
    border-radius: 100%;
    -webkit-transition: all 0.9s ease-in-out 1.5s;
    transition: all 0.9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.header-search-active .header-search-popup {
    transform: translateY(0);
}

.header-search-active .header-search-popup,
.header-search-active .header-search-close,
.header-search-active .header-search-popup form {
    opacity: 1;
    visibility: visible;
    z-index: 0;
}

.header-search-active .header-search-close,
.header-search-active .header-search-popup form {
    display: block;
}

.mobile-menu-right .header-search-popup .header-search-close {
    width: 60px;
    height: 60px;
    right: 6%;
    top: 25%;
}

@media only screen and (max-width: 991px) {
    .header-search-popup form {
        width: 90%;
    }
}

.close-style {
    position: absolute;
    top: 0;
    right: -45px;
    margin: 0 auto;
    display: block;
    width: 45px;
    height: 44px;
    border-radius: 0;
    border-color: var(--bs-primary);
    border-style: solid;
    background: var(--bs-white);
    z-index: 9;
}

.close-style:before,
.close-style:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 4px;
    background: var(--bs-secondary);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.close-style:hover:before,
.close-style:hover:after,
.close-style:focus:before,
.close-style:focus:after {
    background: var(--bs-primary);
}

.close-style:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-style:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-style:hover:before,
.close-style:hover:after,
.close-style:focus:before,
.close-style:focus:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.menu-collapsed:focus,
.close-style:focus {
    outline-color: var(--bs-white);
}

.main-header .header-search-toggle,
.header-cart {
    color: var(--bs-white);
    background: var(--bs-primary);
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    line-height: 2.25;
    padding: 0;
    border-radius: 6.25rem;
    border: 1px solid transparent;
}

.mobile-menu-right .header-search-toggle {
    font-size: 1.25rem;
    line-height: 2;
    border-radius: 3px;
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

@media (min-width: 601px) {
    .admin-bar .main-mobile-nav:not(.is-sticky-menu) .header-close-menu {
        top: 0%;
    }
    .admin-bar .main-mobile-nav:not(.is-sticky-menu) .main-mobile-build {
        padding-top: 0;
    }
}

/* ---//--- */

.header-search-popup .header-search-close,
.more-link:after,
.more-link,
.widget .cat-item:hover a + span,
.widget_title:after,
.navbar-brand,
img.navbar-brand,
.is-sticky-menu img.navbar-brand,
.active-two .main-navbar .main-menu > li > a,
.main-navbar .dropdown-menu > li,
.main-navbar .dropdown-menu li a,
.main-navbar .dropdown-menu .menu-item-has-children > a:after,
.main-footer .dropdown-menu > li,
.main-footer .dropdown-menu li a,
.main-footer .main-menu .dropdown-menu .menu-item-has-children > a:after,
.sub-menu .menu-item-has-children > a:after,
.mobile-collapsed > button,
.mobile-collapsed > button:before,
.main-mobile-build li > a,
.hamburger-menu div,
.hamburger-menu .meat,
.hamburger-menu .bottom-bun,
.header-sidebar-toggle span,
.header-sidebar-toggle span:before,
.header-sidebar-toggle span:after,
.header-search-active .header-search-popup form,
.header-search-popup form,
.close-style:before,
.close-style:after,
.header-search-popup span:before,
.header-search-popup span:after,
.edd_checkout a,
.button,
button,
input,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.bg-gray {
    background-color: var(--bs-gray-500);
}
/*--------------------------------------------------------------
# Basic Typography Structure
--------------------------------------------------------------*/

*:not(table *) {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}

body {
    overflow-x: hidden;
}

body:not(.admin-bar) {
    position: relative;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
    outline: none;
}

a:not(.comments-count) {
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: var(--bs-primary);
    text-decoration: none;
}

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;
    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: var(--bs-white);
    padding: 1px 0.3125rem;
    border-radius: 0px;
    font-size: 88%;
}

pre {
    display: block;
    margin: 0 0 0.625rem;
    font-size: 0.8125rem;
    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: 1.5rem;
    vertical-align: top;
}

table.table th,
table.table td {
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
}

table.table.btn-table td {
    vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-white);
    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: 1.5rem 0.125rem;
    padding: 0.625rem 1.5625rem 1.25rem;
    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: var(--bs-white);
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0.688rem 1.375rem;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    border-radius: 6.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.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;
	border-radius: 5px;
    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: 0;
    display: block;
    line-height: 1.5;
    font-size: 0.97rem;
    font-weight: 500;
    padding: 0.65rem 1.25rem;
    width: 100%;
    min-height: 50px;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray-light);
    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: var(--bs-white);
    border-color: var(--bs-primary);
    outline: none;
}

[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

select {
    border: 1px solid var(--bs-gray);
    border-radius: 0;
    display: block;
    font-size: 92%;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    min-height: 50px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    box-shadow: none;
    overflow: auto !important;
    outline: 0;
    background-color: var(--bs-white);
}

textarea {
    height: 8.125rem;
    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: var(--bs-white);
    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;
    appearance: none !important;
    transition: 0.05s border-color ease-in-out;
}

input[type="radio"] {
    border-radius: 50%;
    margin-right: 0.25rem;
    line-height: 0.75rem;
}

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;
    line-height: 1.1;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

input[type="radio"]:checked:before {
    content: "⬤";
    text-indent: -9999px;
    border-radius: 6.25rem;
    font-size: 1.5rem;
    width: 0.46rem;
    height: 0.46rem;
    margin: 0.152rem 0.152rem 0.25rem 0.175rem;
    line-height: 1.25rem;
    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: 0.32rem;
    background-color: var(--bs-white);
    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: var(--bs-white);
    background-color: var(--bs-secondary);
}

/* ---//--- */

.read-link {
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s linear 0ms;
    transition: all 0.3s linear 0ms;
}

.read-link:hover:after,
.read-link:focus:after {
    opacity: 1;
    visibility: visible;
}

.bg-primary-light {
    background-color: var(--bs-primary-light);
}

.h-full {
    height: 100%;
}

.minus-mt-6 {
    margin-top: -6rem;
}

.st-my-default {
    margin: 6.75rem 0;
}
.st-mt-default {
    margin-top: 6.75rem;
}
.st-mb-default {
    margin-bottom: 6.75rem;
}
.st-mt-minus {
    margin-top: -85px;
}

.st-py-default {
    padding: 6.75rem 0;
}
.st-pt-default {
    padding-top: 6.75rem;
}
.st-pb-default {
    padding-bottom: 6.75rem;
}
.st-pt-plus {
    padding-top: 10.5rem;
}

.btn-rounded {
    border-radius: 10em;
}

/*button.btn-primary:hover,
button.btn-primary:focus {
    color: #ffffff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}*/

.btn-white {
    background-color: var(--bs-white);
    color: var(--bs-secondary-dark);
}

.btn-white:hover,
.btn-white:focus {
    background-color: var(--bs-primary);
}

.btn-border-white {
    color: var(--bs-white);
    border-color: var(--bs-white);
}

.btn-border-white:hover,
.btn-border-white:focus {
    /* background-color: var(--bs-white); */
    color: var(--bs-primary);
}

.btn.btn-like-icon {
    padding-right: 3.75rem;
}

.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, 0.6);
}

.btn-like-icon .bticn {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100%;
    line-height: 35px;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.btn:hover .bticn,
.btn:focus .bticn {
    transform: rotate(360deg);
    color: var(--bs-white);
    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: var(--bs-white);
}

.btn-border-white .bticn {
    color: var(--bs-secondary-dark);
}

.btn-white .bticn {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-like-icon .bticn span {
    margin-left: 1px;
}

.btn.st-load-btn {
    font-size: 0.9375rem;
}
.st-load-item {
    display: none;
}
.st-load-spinner {
    position: relative;
    cursor: pointer;
    width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    vertical-align: middle;
}
.st-load-spinner:before,
.st-load-spinner:after {
    position: absolute;
    display: block;
    content: "";
    width: 0.5625rem;
    height: 0.5625rem;
    left: 0;
    top: -0.3125rem;
    right: 0;
    bottom: 0;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: var(--bs-white);
    border-right-color: var(--bs-white);
    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: 1.125rem;
    height: 1.125rem;
    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(-0.625rem);
    }
    50% {
        transform: translateY(0.625rem);
    }
    to {
        transform: translateY(-0.625rem);
    }
}
@keyframes bounce_two {
    0% {
        transform: scale(1, 1) translateY(0);
    }
    10% {
        transform: scale(1.1, 0.9) translateY(0);
    }
    30% {
        transform: scale(0.9, 1.1) translateY(-1.375rem);
    }
    50% {
        transform: scale(1, 1) translateY(0);
    }
    57% {
        transform: scale(1, 1) translateY(-0.1875rem);
    }
    64% {
        transform: scale(1, 1) translateY(0);
    }
    100% {
        transform: scale(1, 1) translateY(0);
    }
}
@keyframes bounce_three {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-0.9375rem);
    }
}

/* ---//--- */

/* WaveIn Effect for use Call Icon */

@keyframes waveIn {
    from {
        opacity: 0;
        transform: scale(0.3) translate(-20px, 10px);
    }
    50% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

/* ---//--- */

/* Buzz Effect for use Contact Widget */

@keyframes buzz-out {
    10% {
        -webkit-transform: translateX(0.1875rem) rotate(2deg);
        transform: translateX(0.1875rem) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
        transform: translateX(-0.1875rem) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(0.1875rem) rotate(2deg);
        transform: translateX(0.1875rem) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
        transform: translateX(-0.1875rem) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(0.125rem) rotate(1deg);
        transform: translateX(0.125rem) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-0.125rem) rotate(-1deg);
        transform: translateX(-0.125rem) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(0.125rem) rotate(1deg);
        transform: translateX(0.125rem) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-0.125rem) rotate(-1deg);
        transform: translateX(-0.125rem) 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;
    }
}

/* 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);
    }
}

/*===== // =====*/

/*===== 02. Preloader Start =====*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: var(--bs-primary);
    overflow: hidden;
}

/*===== // =====*/

/*===== 03. Above Header =====*/

.above-header {
    border-bottom: 1px solid rgb(108 117 125 / 0.6);
}

.above-header {
    position: relative;
    background: var(--bs-secondary);
    color: #fff;
}

.header-widget {
    height: 100%;
}

.above-header .widget-left a:hover,
.above-header .widget-left a:focus {
    color: var(--bs-white);
}
.widget_social_widget h6 a span:hover {
    color: var(--bs-primary);
    font-size: large;
}
.widget_social_widget li a {
    border-radius: 0;
    background: var(--bs-white);
}
.widget_social_widget h6 a i {
    border-radius: 0;
    background: var(--bs-white);
}
.widget_social_widget h6 a span {
    color: var(--bs-white);
    font-size: large;
}
.widget_social_widget h6 {
    margin-bottom: 0 !important;
}
.text-heading {
    color: var(--bs-white);
    text-align: initial;
    overflow: hidden;
    position: relative;
}
.text-heading strong {
    text-decoration: underline;
}
.text-sliding {
    display: inline;
    margin-left: 2px;
}
.text-sliding span {
    white-space: nowrap;
}

/*===== // =====*/

/*===== 04. Navigation Start =====*/

.logo {
    color: var(--bs-white);
}

.logo img {
    max-width: 10.125rem;
}

body.homepage-1 .main-navigation {
    background-color: var(--bs-secondary);
    border-bottom: 1px solid rgb(108 117 125 / 0.6);
}

.homepage-3 .main-navigation,
.homepage-3 .main-navigation .main-menu-right > ul > li {
    min-height: 78px;
}

.homepage-3 .main-navigation.is-sticky-menu {
    background: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.homepage-3 .navbar-area {
    -ms-flex-pack: space-between;
    justify-content: space-between;
    background-color: var(--bs-secondary);
    border: 1px solid rgb(108 117 125 / 0.6);
    border-radius: 6.25rem;
    padding: 0 0.9rem;
}

.homepage-3 .main-navbar .main-menu > li > a {
    line-height: 2.25rem;
}

.homepage-3 .main-navbar .main-menu > li > a > .badge {
    top: -0.9rem;
}

.homepage-3 .main-navbar .main-btn-home {
    display: inline-block;
}

.homepage-3 .main-navbar .main-btn-home a {
    border-radius: 6.25rem;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.main-navigation .contact-area {
    color: var(--bs-white);
}

.main-navbar .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover) {
    color: var(--bs-secondary);
}

.is-sticky-menu .main-navbar .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover) {
    color: var(--bs-secondary);
}

.main-navbar .main-menu > li:hover > a,
.main-navbar .main-menu > li.focus > a,
.main-navbar .main-menu .menu-item.active > a {
    color: var(--bs-primary);
}

.header-transparent .main-header .header-search-toggle,
.header-transparent .header-cart {
    font-size: 1rem;
}

.homepage-1 .main-header .header-search-toggle,
.homepage-1 .header-cart {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.homepage-2 .navbar-area {
    justify-content: space-between;
    -ms-flex-pack: space-between;
    background-color: rgb(0 0 0 / 0.4);
    padding-left: 0.95rem;
}

.main-nav-info .menu-right-list {
    padding: 0;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.main-info-list {
    padding-right: 0.938rem;
}

.main-info-list .widget:not(:first-child) {
    margin-left: 1.875rem;
}

.main-info-list .widget:first-child {
    padding-right: 1rem;
}

.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;
}

.homepage-2 .main-navbar .main-menu > li > a,
.homepage-4 .main-navbar .main-menu > li > a {
    line-height: 5rem;
}

.homepage-5 .main-navbar .main-menu > li > a {
    line-height: 4rem;
}

.homepage-2 .main-mobile-menu,
.homepage-2 .main-navigation,
.homepage-2 .main-menu-right > ul > li,
.homepage-4 .main-mobile-menu,
.homepage-4 .main-navigation,
.homepage-4 .main-menu-right > ul > li {
    min-height: 5rem;
}

.homepage-2 .main-navigation,
.homepage-2 .main-menu-right > ul > li {
    border-bottom: 0;
}

.homepage-2 .main-navigation,
.homepage-2 .is-sticky-menu .navbar-area {
    background: var(--bs-secondary-dark);
}

.homepage-2 .menu-social-list ul li {
    margin-top: 0;
}

.homepage-2 .menu-social-list .widget ul li {
    margin-right: -3px;
    margin-top: 0;
}

.homepage-2 .menu-social-list .widget.widget_social_widget ul {
    margin-top: 0;
}

.homepage-2 .navbar-area .main-menu-right > ul > li {
    border-left: 1px solid rgb(108 117 125 / 0.6);
    margin: 0;
}

.homepage-2 .menu-social-list ul li:not(:last-child) {
    border-right: 1px solid rgb(108 117 125 / 0.6);
}

.homepage-2 .main-header .header-search-toggle,
.homepage-2 .header-cart,
.homepage-2 .menu-social-list ul li a {
    width: 70px;
    min-height: 80px;
    text-align: center;
    border-radius: 0;
    background: none !important;
}

.homepage-2 .main-navbar .main-menu > li > a > .badge {
    top: 0.5rem;
}

.homepage-3 .header-cart {
    background: none !important;
}

.navbar-area .btn-primary {
    white-space: nowrap;
}

.homepage-4.header-transparent .navbar-area,
.homepage-4.header-transparent .main-header .th-ovelay,
.homepage-5.header-transparent .navbar-area {
    background-color: rgb(0 0 0 / 0.4);
}

.homepage-4.header-transparent .main-header .th-ovelay {
    padding: 0 0.95rem;
}
.homepage-4 .navbar-area,
.homepage-5 .navbar-area {
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-left: 0.95rem;
}
.homepage-4 .main-header .header-search-toggle,
.homepage-4 .header-cart {
    background-color: var(--bs-primary);
}

/* .homepage-4 .cart-wrapper{ */
/* border-right: 1px solid rgb(108 117 125 / 0.6); */
/* margin: 0; */
/* } */

.homepage-4 li.cart-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    margin: auto;
    border-right: 1px solid rgb(108 117 125 / 0.4);
}

body.homepage-4 .main-navigation-info .th-ovelay {
    border-bottom: 1px solid rgb(108 117 125 / 0.4);
}

.homepage-4 .navbar-area .widget_social_widget li a {
    color: var(--bs-primary);
    background-color: var(--bs-secondary-dark);
}

.homepage-4 .navbar-area .widget_social_widget li:last-child {
    margin-right: 15px;
}

.homepage-4 .main-header .search-button,
.homepage-4 .cart-wrapper {
    width: 50px;
}

.homepage-4 .main-info-list .widget:first-child {
    border-right: 1px solid rgb(108 117 125 / 0.4);
}

.homepage-5 .main-navbar .main-btn-home {
    display: inline-block;
    margin-left: -15px;
}

.homepage-5 .main-navbar .main-btn-home a {
    border-radius: 0;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    width: 60px;
    height: 67px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    font-size: 30px;
}

.homepage-5.header-transparent .navbar-area {
    transform: skewX(-10deg);
}

.homepage-5 li.menu-social-list:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    margin: auto;
    border-right: 1px solid rgb(108 117 125 / 0.6);
}

.homepage-5 .main-mobile-menu,
.homepage-5 .main-navigation,
.homepage-5 .main-menu-right > ul > li {
    min-height: 4rem;
}

.homepage-5 .navbar-area .menu-right-list,
.homepage-5 li.menu-social-list .widget_social_widget {
    margin-right: 15px;
}

.homepage-5 .widget_social_widget li a {
    transform: skewX(-10deg);
    position: relative;
    z-index: 0;
    background: #252524;
    border-radius: 5px;
}
.homepage-5 .widget_social_widget li a i {
    position: absolute;
    left: -4px;
    width: 120%;
    height: 100%;
    transform: skewX(10deg);
    border-radius: 0;
}
.homepage-5 a.btn,
.homepage-5 .more-link {
    border-radius: 5px;
    transform: skewX(-10deg) !important;
    margin-right: 4px;
}
.homepage-5 a.btn span.text {
    display: inline-block;
    transform: skewX(10deg) !important;
}
.homepage-5 .btn-like-icon .bticn,
.homepage-5 .main-header .contact-icon,
.homepage-5 .widget_social_widget li a i,
.homepage-5 .main-header .contact-area .contact-icon i {
    border-radius: 5px;
}

.homepage-5 .main-header .contact-icon {
    transform: skewX(-10deg) !important;
}

.homepage-5 .menu-right-list button.header-cart,
.homepage-5 .main-header .header-search-toggle {
    background-color: #252524;
    border-radius: 5px;
    transform: skewX(-10deg);
}

.homepage-5 .menu-right-list button.header-cart:hover,
.homepage-5 .menu-right-list button.header-cart:focus,
.homepage-5 .main-header .header-search-toggle:hover,
.homepage-5 .main-header .header-search-toggle:focus {
    background: var(--bs-primary);
}

.homepage-5 .menu-right-list li.cart-wrapper .cart-icon-wrap span {
    left: 23px;
    top: -2px;
    transform: skewX(-10deg);
    border-radius: 5px;
}

/*===== // =====*/

/*=============== 04. Cart =============*/

.cart-icon-wrap {
    position: relative;
}

.menu-right-list button.header-cart {
    background-color: var(--bs-primary);
    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: 0;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: var(--bs-theme-radius);
    text-align: center;
    font-size: 0.75rem;
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.homepage-1 .menu-right-list li.cart-wrapper .cart-icon-wrap span {
    top: -10px;
    left: 0;
    color: var(--bs-white);
    background-color: var(--bs-secondary-dark);
}

.homepage-2 .menu-right-list li.cart-wrapper .cart-icon-wrap span {
    top: 20px;
    left: 18px;
}

.shopping-cart {
    position: absolute;
    top: 96%;
    right: -28px;
    z-index: 9999999;
    width: 280px;
    background: var(--bs-white);
    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-header .badge {
    border-radius: var(--bs-theme-radius);
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 400;
    margin-left: -6px;
    vertical-align: super;
    border: 2px solid var(--bs-white);
}

.shopping-cart {
    text-align: left;
}

.shopping-cart-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    color: var(--bs-secondary);
}

.shopping-cart-total {
    float: right;
    font-size: 1.125rem;
    font-weight: 600;
}

.shopping-cart .shopping-cart-items {
    padding: 0;
    padding-top: 15px;
    list-style: none;
}

.shopping-cart .shopping-cart-items a.remove {
    transform: translateY(5px);
}

.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: var(--bs-theme-radius);
    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 {
    width: 100%;
    vertical-align: baseline;
    border-radius: var(--bs-theme-radius);
    float: none;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    font-weight: 600;
    font-size: 1rem;
}

.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;
}

/*===== // =====*/

/*===== 05. Slider =====*/

.slider-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    z-index: 0;
}

.home-slider,
.home-slider .owl-item img {
    width: 100%;
    height: 100%;
}

.main-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.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: 45rem;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 8rem;
}

.main-slider .text-left {
    margin-right: auto;
}

.main-slider .text-center {
    margin: auto;
}

.main-slider .text-right {
    margin-left: auto;
}

.main-content h4 {
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    font-weight: 600;
    border: 4px solid var(--bs-white);
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--bs-white);
}

.main-content h4:before {
    background: var(--bs-white);
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.main-content h1 {
    font-size: 4.5rem;
    margin-bottom: 1rem;
}

.main-content h1 .primary {
    color: var(--bs-primary);
}

.main-content p {
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 1.75rem;
}

.main-content .btn:not(.btn-play) {
    margin-right: 1.12rem;
}

.btn.btn-play {
    text-decoration: none;
    color: var(--bs-white);
    vertical-align: middle;
    box-shadow: none;
}

.btn.btn-play span.btn {
    vertical-align: baseline;
    text-align: center;
    width: 2.375rem;
    height: 2.375rem;
    padding: 0;
    position: relative;
    z-index: 0;
    line-height: 2.375rem;
}

.btn.btn-play span.btn:after,
.btn.btn-play span.btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid var(--bs-white);
}

.btn.btn-play span.btn:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.btn.btn-play span.btn:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.btn.btn-play i {
    margin-left: 0.25rem;
}

.owl-carousel {
    position: relative;
    z-index: 0;
}

.home-slider .owl-nav {
    margin: 0;
}

.home-slider div.owl-nav button[class*="owl-"] {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 36px;
    opacity: 1;
}

.home-slider div.owl-nav button[class*="owl-"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-secondary);
    border-radius: 50px;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    z-index: 0;
}

.home-slider .owl-nav .owl-prev {
    right: auto;
    left: 1.5rem;
}

.home-slider .owl-nav .owl-next {
    left: auto;
    right: 1.5rem;
}

.owl-theme div.owl-nav [class*="owl-"] {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: var(--bs-white);
    background: none;
    outline: none;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.owl-theme:not(.home-slider) .owl-nav {
    width: 100%;
    margin: 1.5625rem auto 0 auto;
}

.owl-theme .owl-nav button[class*="owl-"]:hover {
    width: 61px;
    color: var(--bs-white);
}

.owl-theme .owl-nav button[class*="owl-"]:hover:after {
    background-color: var(--bs-primary);
}

.owl-theme .owl-nav button[class*="owl-"] i {
    color: var(--bs-white);
    position: relative;
    z-index: 1;
}

.owl-theme .owl-nav .owl-prev i {
    margin-left: 0;
}

.owl-theme .owl-nav .owl-next i {
    margin-right: -0.125rem;
}

.homepage-3 .main-slider div.main-content {
    margin-top: 0;
    margin-bottom: 0;
}

.homepage-3 .home-slider div.owl-nav button[class*="owl-"] {
    transform: translateY(0);
}

/*===== // =====*/

/*===== 07. Heading Section =====*/

.theme-main-heading .title {
    color: var(--bs-primary);
    position: relative;
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    z-index: 2;
    padding: 10px 14px;
    border-radius: 5px;
    border: 4px solid;
    margin-bottom: 15px;
    animation-name: bounce_two;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}

@keyframes bounce_two {
    0% {
        transform: scale(1, 1) translateY(0);
    }

    10% {
        transform: scale(1.1, 0.9) translateY(0);
    }

    30% {
        transform: scale(0.9, 1.1) translateY(-1.375rem);
    }

    50% {
        transform: scale(1, 1) translateY(0);
    }

    57% {
        transform: scale(1, 1) translateY(-0.1875rem);
    }

    64% {
        transform: scale(1, 1) translateY(0);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

.theme-main-heading .title:before {
    background: var(--bs-primary);
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.theme-main-heading h2 {
    position: relative;
    z-index: 0;
}

.theme-main-heading h2 span {
    -webkit-text-fill-color: var(--bs-primary-light);
    -webkit-text-stroke-width: 1px;
    font-weight: 800;
}

.theme-main-heading.theme-white-heading h2 span {
    -webkit-text-fill-color: var(--bs-primary);
    color: var(--bs-white);
}

.theme-main-heading p {
    margin-bottom: 0;
    font-weight: 500;
}

.theme-white-heading,
.theme-white-heading .title {
    color: var(--bs-white);
}

.theme-white-heading .title:before {
    background: var(--bs-white);
}

.color-primary {
    color: var(--bs-primary);
}

/*===== // =====*/

/*===== Info Section =====*/
.info-section {
    margin-bottom: 1.25rem;
    position: relative;
}

.info-section .feature-box-icon {
    margin-bottom: 1rem;
}

.info-section .feature-box-img {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
}

.info-section .feature-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.info-section .widget-contact:hover .feature-box-inner {
    z-index: 2;
    color: var(--bs-white);
}

.info-section .widget-contact:hover .fbox-number {
    opacity: 0.5;
}

.info-section .widget-contact:hover .feature-box-img {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
}

.info-section .widget-contact {
    position: relative;
    background: #fff;
    padding: 50px 30px 45px;
    background-color: var(--bs-white);
    border-radius: 10px 10px 10px 10px;
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s,
        -webkit-box-shadow 0.3s;
    box-shadow: 8px 8px 20px 0 rgb(0 0 0 / 5);
    overflow: hidden;
}

.info-section .widget-contact::before {
    content: "";
    position: absolute;
    height: 42%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, var(--bs-primary) 40%, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f64a00 40%',endColorStr='rgba(0, 0, 0, 0)');
    z-index: 99;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

.info-section .widget-contact:hover:before {
    width: 102%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
    left: 0;
}

.info-section .widget-contact:hover .more {
    z-index: 1;
    position: relative;
    color: #fff;
}

.info-section .feature-box-icon i,
.info-section .feature-box-icon img {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--bs-primary);
    text-align: center;
    border-radius: 50%;
    color: var(--bs-white);
    transition: 0.8s;
}

.widget-contact:hover .feature-box-icon i {
    background: var(--bs-secondary);
}

.info-section .fbox-number {
    position: absolute;
    font-size: 70px;
    line-height: 70px;
    top: 30px;
    opacity: 0.1;
    right: 30px;
    font-weight: 700;
}

.fbox-content {
    margin-bottom: 10px;
}

.side-border-lines {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 94%;
    height: 94%;
    border: 2px dashed var(--bs-primary);
    margin: auto;
    border-radius: 0;
    z-index: 0;
}
.widget-contact:hover .side-border-lines {
    z-index: 1;
    border: 2px dashed var(--bs-white);
    border-radius: 10px;
}
.info-section .feature-box-icon i {
    animation: corner 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@keyframes corner {
    0% {
        border-top-left-radius: 1% 50%;
    }
    12.5% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
    }
    25% {
        border-top-right-radius: 1% 50%;
    }
    25.001% {
        border-top-right-radius: 50% 1%;
    }
    37.5% {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
    }
    50% {
        border-bottom-right-radius: 50% 1%;
    }
    50.001% {
        border-bottom-right-radius: 1% 50%;
    }
    62.5% {
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    75% {
        border-bottom-left-radius: 1% 50%;
    }
    75.001% {
        border-bottom-left-radius: 50% 1%;
    }
    87.5% {
        border-bottom-left-radius: 50%;
        border-top-left-radius: 50%;
    }
    100% {
        border-top-left-radius: 50% 1%;
    }
}
/*icon animation comment */
/*.info-section .feature-box-icon i{
    background: linear-gradient(45deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
    animation: morph 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    transition: all 1s ease-in-out;
    z-index: 5;
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    background: linear-gradient(45deg, var(--bs-secondary) 10%, var(--bs-primary) 100%);
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, var(--bs-primary) 20%, var(--bs-secondary) 100%);
  }
}*/
/*===== // =====*/

/*=========================================
Service  Section
=========================================*/
.service-section {
    position: relative;
}
.service-section .service-inner {
    -webkit-box-shadow: rgb(2 2 2 / 6%) 0 0 50px;
    -moz-box-shadow: rgba(2, 2, 2, 0.06) 0 0 50px;
    box-shadow: rgb(2 2 2 / 6%) 0 0 50px;
    border: none;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    border-bottom: 4px solid;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    border-bottom-color: var(--bs-primary);
}

.service-content {
    padding: 0px 30px 30px 30px;
    text-align: center;
}

.service-thumb {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.service-icon-img-wrap {
    width: 80px;
    margin: -72px auto 0;
    background: #fff;
    border-radius: 50%;
    height: 80px;
    -webkit-box-shadow: 0 5px 10px 0 rgb(204 204 204 / 34%);
    box-shadow: 0 5px 10px 0 rgb(204 204 204 / 34%);
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.service-icon-img-wrap img,
.service-icon-img-wrap i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    left: 22%;
    right: 0;
}

.service-icon-img-wrap i {
    font-size: 40px;
    color: var(--bs-primary);
}

.service-inner .service-thumb:before {
    content: "";
    background: rgba(7, 14, 32, 0.85);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    height: 0;
}

.service-inner .service-title {
    margin-bottom: 34px !important;
    text-align: center;
}

.service-inner .service-title a {
    position: relative;
    padding-bottom: 15px;
    color: var(--bs-secondary);
    text-decoration: none;
}

.service-inner .service-title a::before {
    content: "";
    width: 30px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: -5px;
    border-radius: 30px;
    background: var(--bs-primary);
}

.service-inner .post-more {
    text-align: center;
}

.service-inner .post-more a,
.feature-box-inner .read-more {
    padding: 0;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 2px solid;
    border-radius: 0;
    color: var(--bs-primary);
    font-weight: 600;
}

.service-inner:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.service-inner:hover .service-thumb:before {
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    height: 100%;
}

.service-icon-img-wrap:after,
.fx-feature-icon:after {
    top: -4px;
    left: -4px;
    padding: 0;
    z-index: 10;
    border: 4px dashed #fff;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 0;
}

.service-inner:hover .service-icon-img-wrap:after,
.features-wrap:hover .fx-feature-icon:after {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    opacity: 1;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*===== // =====*/

/*=========================================
Features  Section
=========================================*/
.flixita-features-section .features-wrap {
    position: relative;
    width: 100%;
    padding: 2rem 1rem;
    height: auto;
    background: var(--bs-white);
    display: block;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: all ease 0.4s;
    z-index: 1;
}

.features-wrap:before {
    content: "";
    background: rgba(7, 14, 32, 0.85);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    height: 0;
    z-index: -1;
}

.flixita-features-section .fx-feature-city {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 11px;
    font-weight: 500;
    padding: 1px 6px;
    background: rgb(0 150 136 / 10%);
    border-radius: 2px;
    color: var(--bs-primary);
}

.flixita-features-section .fx-feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    border-radius: 50%;
    background: rgb(244 27 59 / 7%);
    font-size: 28px;
    color: var(--bs-primary);
    transition: all ease 0.4s;
    position: relative;
}

.flixita-features-section a.fx-feature-wrap {
    text-decoration: none;
}

.flixita-features-section .fx-feature-caption h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--bs-secondary);
    line-height: 26px;
}

/* .features-wrap:hover { */
/* background: var(--bs-primary); */
/* } */

.features-wrap:hover:before {
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    height: 100%;
}

.features-wrap:hover .fx-feature-city {
    background: rgb(249 249 249 / 96%);
}

.features-wrap:hover .fx-feature-icon {
    background-color: var(--bs-white);
}

.features-wrap:hover .fx-feature-caption h4,
.features-wrap:hover .fx-feature-caption span {
    color: var(--bs-white) !important;
}

/*===== // =====*/

/*=========================================
Project  Section
=========================================*/
.project-inner .post-thumb {
    position: relative;
}

.project-inner .post-thumb:before {
    content: "";
    transition: all 150ms ease-in-out 0.2s;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: auto;
    height: 50%;
    background: rgba(255, 255, 255, 0.95);
    right: -100%;
    left: auto;
}

.project-inner .post-thumb {
    overflow: hidden;
}

.project-inner .post-thumb:after {
    content: "";
    transition: all 150ms ease-in-out 0.2s;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    height: 50%;
    width: 100%;
    left: -100%;
    z-index: -1;
}

.project-inner:hover .post-thumb:before {
    right: 0;
    opacity: 1;
    width: 100%;
    height: 50%;
    transition: all 0.8s;
    z-index: 1;
}

.project-inner:hover .post-thumb:after {
    left: 0;
    opacity: 1;
    transition: all 0.8s;
    z-index: 1;
}

.project-inner:hover .post-overlay-items {
    bottom: 50%;
    transition: all 0.8s;
}

.project-inner .post-thumb img {
    border-radius: 5px;
}

.project-inner .post-overlay-items {
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 18px 0 rgb(10 27 95 / 10%);
    padding: 20px;
    max-width: calc(100% - 80px);
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    width: auto;
    left: 0;
    right: 0;
    top: initial;
    bottom: 61px;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    overflow: hidden;
}

.project-inner .post-category {
    text-transform: capitalize;
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-bottom: 5px;
    line-height: 1.2;
}

.project-inner .post-category a {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-primary);
    text-decoration: none;
}

.project-inner .post-title-head a {
    margin-bottom: 0;
    line-height: 1;
    color: var(--bs-secondary);
    text-decoration: none;
}

.project-inner .post-more {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
}

.project-inner .post-more a {
    background-color: var(--bs-primary);
    padding: 6px 14px;
    display: block;
    font-size: 0;
}

.project-inner .post-more a:before {
    content: "\f067";
    font-family: var(--bs-font-awesome);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

/*===== // =====*/

/*=========================================
Call Action  Section
=========================================*/
.flixita-call-action-section {
    background-position: center center;
    background-repeat: repeat;
    position: relative;
    padding: 3.75rem 0;
    background-color: var(--bs-primary);
}

.flixita-call-action-section .call-content h2 {
    color: var(--bs-secondary);
    font-size: 45px;
}

.flixita-call-action-section .call-content h6 {
    color: var(--bs-white);
}

.flixita-call-action-section .call-wrap,
.flixita-call-action-section .call-details1,
.flixita-call-action-section .call-details2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flixita-call-action-section .call-details2 {
    margin-left: 25px;
}

.flixita-call-action-section .call-icon {
    margin-right: 25px;
    font-size: 28px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    box-shadow: 7px 5px 30px 0 rgb(72 73 121);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    animation: tada 2s infinite;
    -webkit-animation: tada 2s infinite;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.flixita-call-action-section .call-body a {
    color: var(--bs-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 25px;
    line-height: 48px;
}

/*===== 14. Blog Post =====*/

.post-section {
    position: relative;
    overflow: hidden;
}

.blog-carousel .owl-stage {
    margin: 15px 0;
}

.post-grid {
    background: none;
    box-shadow: none;
    clear: both;
}

.post-grid .author-name > a:not(:hover):not(:focus) {
    color: var(--bs-secondary);
}

.post-grid:not(.post-single):hover .author-name > a:not(:hover):not(:focus),
.post-grid:not(.post-single):focus-within .author-name > a:not(:hover):not(:focus) {
    color: var(--bs-white);
}

span.post-underline {
    display: block;
    border-width: 0;
    border-bottom-width: 3px;
    border-style: dotted;
    border-color: var(--bs-gray-500-thumb);
    height: 4px;
    position: relative;
    background: none;
    margin-bottom: 1.65rem;
}

.post-grid .post-title {
    padding-bottom: 1.55rem;
    margin-bottom: 2rem;
}

.post-job .post-title {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    border-bottom: 0;
}

span.post-underline:after,
.post-items:not(.latest_posts):not(.post-job) .post-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    border-width: inherit;
    border-bottom-width: inherit;
    border-style: inherit;
    border-color: inherit;
}

.post-title a {
    text-decoration: none;
}

.post-title a:not(:hover):not(:focus) {
    color: var(--bs-secondary);
}

.post-items p {
    font-weight: 500;
}

.post-items p {
    display: block;
    word-break: break-word;
    position: relative;
    margin-bottom: 1.25rem;
}

.post-items p > img {
    border-radius: 10px;
    margin: auto;
}

.post-items p + blockquote {
    margin-top: 1.7rem;
}

.post-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.post-image-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.post-image-absolute:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-secondary-dark);
    opacity: 0.7;
    z-index: 0;
}

.post-image-absolute .featured-image,
.post-image-absolute .featured-image a {
    width: 100%;
    height: 100%;
}

.featured-image a.post-hover {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
}

.post-image-absolute .featured-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-image .post-meta {
    position: absolute;
    top: 30px;
    right: 30px;
    left: 30px;
    margin: 0 auto;
    text-align: right;
    z-index: 0;
}

.post-content {
    position: relative;
    width: 100%;
    padding: 40px 20px 30px;
    border-radius: inherit;
    z-index: 0;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.post-grid .post-content {
    background-color: var(--bs-white);
    box-shadow: 0px 0px 20px 0px rgba(33, 68, 98, 0.19);
}

.post-grid .post-image + .post-content {
    width: 90%;
    margin: auto;
    margin-top: -2.5rem;
}

.post-items:not(.post-single) .post-content:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--bs-secondary);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    border-radius: inherit;
    z-index: -1;
}

.post-items:not(.latest_posts):hover .post-content:before,
.post-items:not(.latest_posts):focus-within .post-content:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.post-items .post-image-absolute + .post-content:before {
    display: none;
}

.post-grid .post-image {
    border-radius: inherit;
}

a.more-link {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    text-decoration: none;
    padding-right: 3.75rem;
    position: relative;
}

a.more-link:after {
    content: "\f061";
    font-family: var(--bs-font-awesome);
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    margin: auto 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.125rem;
    text-align: center;
    background-color: var(--bs-white);
    color: var(--bs-primary);
    border-radius: 100%;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    z-index: 0;
}

a.more-link:hover:after,
a.more-link:focus:after {
    transform: rotate(360deg);
    color: var(--bs-primary);
    background-color: var(--bs-secondary);
}

a.more-link:hover,
a.more-link:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.post-meta,
.post-meta > div:not(.post-line) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.post-meta {
    margin-bottom: 0.5rem;
}

.post-meta > div:not(.post-line) {
    width: 100%;
    align-items: flex-start;
}

.post-grid .post-meta > div:not(.post-line) {
    justify-content: flex-start;
    position: relative;
}

.post-grid .post-meta > div:not(.post-line) > span:not(:first-child) {
    position: relative;
    padding-left: 6px;
    margin-left: 2px;
}

.post-grid .post-meta > div:not(.post-line) > span:not(:first-child):after {
    content: "/";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--bs-secondary);
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.post-grid:hover .post-meta > div:not(.post-line) > span:not(:first-child):after,
.post-grid:focus-within .post-meta > div:not(.post-line) > span:not(:first-child):after {
    color: var(--bs-white);
}

.post-meta a {
    text-decoration: none;
}

.post-meta .post-date a {
    line-height: 1.1;
    font-weight: 600;
}

.post-items:not(.post-grid) .post-meta .post-date a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.post-items:not(.post-grid):not(:hover):not(:focus-within) .post-meta .post-date a:not(:hover):not(:focus) {
    color: var(--bs-secondary);
}

.post-items:not(.post-grid) .post-meta .post-date span {
    font-size: 3.125rem;
    line-height: 0.65;
    display: inline-block;
    font-weight: bold;
    margin-right: 0.625rem;
}

.author-name > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.author-name .author-image {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #fefefe;
}

.widget_rss .rss-date:not(.icon) {
    position: relative;
    padding-left: 16px;
}

.widget_rss .rss-date:not(.icon):before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--bs-primary);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
}

.count-link {
    position: absolute;
    right: -16px;
    top: -35px;
    width: 50px;
    height: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: var(--bs-white);
    box-shadow: 0px 0px 7.52px 0.48px rgba(33, 33, 33, 0.23);
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.count-link i {
    margin-bottom: 3px;
}

.count-link a,
.count-link i {
    line-height: 1;
    color: var(--bs-secondary-dark);
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.post-meta ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.post-meta ul li a:not(:nth-child(2)) {
    margin-left: 6px;
}

.post-meta ul li a:first-child {
    display: none;
}

.post-line a {
    color: var(--bs-white);
    text-decoration: inherit;
}

.post-line {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    font-size: 1rem;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 6.25rem;
    display: inline-block;
    line-height: 1.15;
    position: absolute;
    top: -15px;
    left: auto;
}

.post-grid:not(:hover):not(:focus-within) .post-line {
    background-color: var(--bs-secondary);
}

.post-line a:hover,
.post-line a:focus {
    color: var(--bs-white);
}

.post-line > span:not(:last-child) {
    margin-right: 10px;
}

.post-line > span i {
    margin-right: 2px;
}

.post-items .widget_social_widget {
    text-align: center;
    margin: 1.5rem 0;
}

.post-items .widget_social_widget .widget-title,
.post-items .widget_social_widget ul {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.post-items .widget_social_widget .widget-title {
    margin-right: 15px;
}

.post-items .widget_social_widget li a {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.post-items .widget_social_widget li a:hover,
.post-items .widget_social_widget li a:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.post-items:hover .post-image-absolute,
.post-items:focus-within .post-image-absolute {
    opacity: 1;
    visibility: visible;
}

.post-items:not(.latest_posts):not(.post-single):hover p,
.post-items:not(.latest_posts):not(.post-single):hover .post-title a:not(:hover):not(:focus),
.post-items:not(.latest_posts):not(.post-single):hover .post-date a:not(:hover):not(:focus),
.post-items:not(.latest_posts):not(.post-single):focus-within p,
.post-items:not(.latest_posts):not(.post-single):focus-within .post-title a:not(:hover):not(:focus),
.post-items:not(.latest_posts):not(.post-single):focus-within .post-date a:not(:hover):not(:focus) {
    color: var(--bs-white);
}

.post-items:hover span.post-underline,
.post-items:focus-within span.post-underline,
.post-items:not(.latest_posts):not(.post-job):not(.post-single):hover .post-title,
.post-items:not(.latest_posts):not(.post-job):not(.post-single):focus-within .post-title {
    border-color: var(--bs-white);
}

.post-items:not(.post-single):hover .count-link a,
.post-items:not(.post-single):hover .count-link i,
.post-items:not(.post-single):focus-within .count-link a,
.post-items:not(.post-single):focus-within .count-link i {
    color: var(--bs-white);
}

.post-items:not(.post-single):hover .count-link,
.post-items:not(.post-single):focus-within .count-link {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.post-single .post-title {
    border-color: var(--bs-gray);
    font-size: 2rem;
}

.post-items blockquote {
    width: 82.563%;
    margin: auto;
    text-align: center;
}

.post-items .widget {
    width: 60%;
    margin: auto;
}

/*===== // =====*/

/*=========================================
Footer  Section
=========================================*/

.main-footer {
    color: var(--bs-white);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 50px;
}

.main-footer .gallery-item {
    border: 1px solid #202052;
}

.main-footer .gallery-item figcaption:before {
    font-size: 0.5rem;
}

.footer-main {
    padding-bottom: 5rem;
    padding-top: 50px;
}

.footer-main .contact-area {
    align-items: baseline;
}

.footer-main .contact-area:not(:last-child) {
    margin-bottom: 0.75rem;
}

.footer-main .contact-icon {
    width: 16px;
    height: auto;
    font-size: 100%;
    margin-right: 10px;
}

.footer-main .contact-info .text {
    line-height: 1.5;
}

.footer-main .st-grid-dl dt:not(#sunday),
.footer-main .st-grid-dl dd:not(:last-child) {
    border-bottom: 1px solid rgb(171 171 171 / 0.2);
}

.footer-main .st-grid-dl dt#sunday,
.footer-main .st-grid-dl dd#closed {
    color: var(--bs-primary);
}

.footer-copyright {
    color: #fff;
    font-size: 16px;
    line-height: 12px;
    background-color: #1a213e;
    border-top-width: 0;
    border-top-style: solid;
    border-top-color: #191919;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-copyright .widget-left img {
    margin-bottom: 15px;
    max-width: 180px;
    margin-top: 10px;
}

.footer-copyright .copyright-text {
    font-size: 1.17rem;
    line-height: initial;
}

.copyright-text a {
    color: var(--bs-primary);
}

.copyright-text a:not(:hover):not(:focus) {
    text-decoration: none;
}

.footer-copyright .widget_text .textwidget .logo {
    margin-bottom: 0;
}

.footer-copyright .widget-left {
    min-height: 60px;
    position: relative;
}

.footer-copyright .col-lg-12 .widget-left .contact-icon-duplicate {
    display: none;
}

@media (min-width: 992px) {
    .footer-copyright .col-lg-12 .widget-left {
        padding-right: 60px;
    }
    .footer-copyright .col-lg-12 .widget-left .contact-icon-duplicate {
        right: -50px;
        display: flex;
    }
    .avinza-theme .breadcrumb-center .breadcrumb-content {
        padding: 200px 0 0;
    }
}
.footer-copyright .col-lg-12 .widget-left {
    justify-content: center;
}

.footer-copyright .col-lg-12 .widget-left .widget.widget-contact {
    position: relative;
    z-index: 0;
}

.footer-copyright .col-lg-12 .copyright-text {
    padding: 20px 0;
}

.footer-copyright .contact-area .contact-icon {
    font-size: 1.563rem;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.footer-copyright .contact-area .contact-icon-duplicate {
    font-size: 4rem;
    color: var(--bs-primary);
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    opacity: 0.15;
}

.footer-copyright .contact-area .contact-icon:after,
.footer-copyright .contact-area .contact-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: var(--bs-primary);
    opacity: 0.3;
}

.footer-copyright .contact-area .contact-icon:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.footer-copyright .contact-area .contact-icon:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.footer-copyright .contact-area .title {
    font-size: 1.563rem;
    font-weight: 600;
    color: var(--bs-white);
}

.footer-copyright .contact-area .text {
    font-size: 2.188rem;
    font-weight: bold;
}

.footer-copyright .contact-area a:not(:hover):not(:focus) {
    color: var(--bs-white);
}

.footer-top .widget-contact {
    border: 1px solid #fefefe1a;
    padding: 30px 20px;
}

.footer-top .widget-contact h6 {
    font-size: 20px;
}

.footer-top .widget-contact .text,
.footer-top .widget-contact .text a {
    font-size: 18px;
    color: #fff;
}

.footer-main .about-addresss i {
    margin-right: 10px;
}

.footer-main .wp-block-calendar thead tr th {
    background-color: var(--bs-primary);
}

.footer-main .wp-block-calendar td,
.footer-main .wp-block-calendar th {
    color: var(--bs-white);
}

/*===== // =====*/

/*=========================================
Page Scroller
=========================================*/
.scrollingUp {
    position: fixed;
    bottom: 55px;
    right: 30px;
    background: 0 0;
    color: var(--bs-primary-light);
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    transition: 0.9s;
    border-radius: 100%;
    font-size: 30px;
    border: none;
    z-index: 5;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    box-shadow: inset 0 0 0 2px var(--bs-primary-light) !important;
}

button.scrollingUp:hover,
button.scrollingUp:focus {
    outline: none;
    color: var(--bs-primary);
    background: 0 0;
}

.scrollingUp.is-active {
    visibility: visible;
    opacity: 1;
}

.scrollingUp i {
    transform: translateY(-2px);
}

.scrollingUp svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    transform: rotate(-90deg);
}

.scrollingUp circle {
    stroke-width: 2;
    fill: none;
    stroke: var(--bs-primary);
    stroke-dasharray: 262px;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}
/*===== // =====*/

/*===== 21. Breadcrumb =====*/

.breadcrumb-area {
    width: 100%;
    position: relative;
    z-index: 2;
    height: auto;
    display: block;
    min-height: 475px;
    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.75;
    transition: var(--bs-transition);
    z-index: -1;
}

.breadcrumb-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 30px;
    min-height: 475px;
    color: var(--bs-white);
}

.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-list {
    flex-shrink: 0;
    list-style: none;
    width: 100%;
    max-width: 50%;
    padding: 0;
    margin-top: auto;
}

.breadcrumb-list li {
    display: inline-block;
    word-break: break-word;
    font-weight: 600;
    font-size: 1.125rem;
}

.breadcrumb-list li a {
    color: var(--bs-white);
}

.breadcrumb-list li:not(:first-child) {
    margin-left: 0.35rem;
}

.breadcrumb-list li i {
    vertical-align: baseline;
    line-height: 2.25rem;
    font-size: 1.2rem;
    color: var(--bs-white);
    text-align: center;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.breadcrumb-content .breadcrumb-list li a:hover i,
.breadcrumb-content .breadcrumb-list li a:focus i {
    color: var(--bs-white);
    background-color: transparent;
    transform: rotate(360deg);
}

.breadcrumb-center .breadcrumb-content {
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.breadcrumb-center .breadcrumb-content {
    padding: 30px 0 0;
}

.breadcrumb-center .breadcrumb-heading {
    text-align: center;
    margin-bottom: 0.75rem;
}

.breadcrumb-list {
    text-align: center;
    max-width: max-content;
    display: inline-block;
}

.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;
}

/*===== // =====*/

/*===== 26. Pagination =====*/

.navigation.pagination,
.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
}

nav.woocommerce-pagination ul,
.pagination .nav-links {
    display: inline-flex;
}

.pagination .page-numbers:not(.dots),
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    font-weight: 600;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    display: flow-root;
    font-size: 16px;
    line-height: 1.2;
    min-width: 40px;
    text-align: center;
    padding: 0.532rem 0.35rem;
    -webkit-transition: var(--bs-transition-slow);
    transition: var(--bs-transition-slow);
    vertical-align: baseline;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    border-radius: 6.25rem;
    cursor: pointer;
}

.pagination .page-numbers:not(.dots):after,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 92%;
    height: 92%;
    margin: auto;
    border: 3px solid var(--bs-white);
    border-radius: 6.25rem;
}

.pagination .page-numbers.dots {
    display: inline-block;
    line-height: 16px;
    font-size: 50px;
    margin-right: 10px;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.pagination .page-numbers:not(.dots):not(:last-child),
.woocommerce nav.woocommerce-pagination ul.page-numbers li:not(:last-child) .page-numbers {
    margin-right: 7px;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.next:focus,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.prev:focus,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover {
    transform: rotate(360deg);
}

.fx-post-pagination div.nav {
    display: inline-flex;
    align-items: center;
}

.fx-post-pagination div.nav > span {
    display: inline-block;
    margin: 0 10px;
    line-height: 40px;
    padding: 0 10px;
    font-weight: 700;
}

.fx-post-pagination div.nav a {
    display: inline-block;
    color: var(--bs-white);
    padding: 5px 25px;
    font-weight: 600;
    letter-spacing: 0.185px;
    position: relative;
    z-index: 0;
    border-radius: 6.25rem;
    background-color: var(--bs-primary);
    vertical-align: middle;
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*===== // =====*/

/*=========================================
Filter Tab
=========================================*/

.fx-filter-tabs {
    width: 100%;
    margin: -1.25rem 0 1.875rem;
    padding: 0;
    display: block;
}

.fx-filter-tabs ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fx-filter-tabs a {
    display: inline-block;
    position: relative;
    letter-spacing: 0.15px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    border-radius: 0;
    text-transform: capitalize;
    text-decoration: none;
    z-index: 0;
}

.fx-filter-tabs a:not(:last-child) {
    margin-right: 20px;
}

.fx-filter-tabs:not(.tab-swipe-filter) a.active,
.fx-filter-tabs:not(.tab-swipe-filter) a:hover,
.fx-filter-tabs:not(.tab-swipe-filter) a:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.st-filter-swipe {
    position: relative;
    max-width: max-content;
    margin: auto;
}

.fx-filter-tabs.tab-swipe-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 6.25rem;
    overflow: hidden;
    z-index: 1;
    padding: 9px 1px 9px 1px;
    border: 1px solid #aeaeae;
    margin-bottom: 2.438rem;
}

.fx-filter-tabs.tab-swipe-filter:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-primary);
    opacity: 0.2;
    z-index: -1;
}

.fx-filter-tabs.tab-swipe-filter a {
    margin: 0;
    background: none;
    padding: 7px 20px 7px 24px;
    font-weight: 600;
    color: var(--bs-secondary);
}

.fx-filter-tabs.tab-swipe-filter a.active {
    color: var(--bs-white);
}

.fx-filter-tabs.tab-swipe-filter a:after {
    content: "\f061";
    font-family: var(--bs-font-awesome);
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.125rem;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    border-radius: 100%;
    display: inline-block;
    margin-left: 15px;
    transition: var(--bs-transition);
}

.fx-filter-tabs.tab-swipe-filter a.active:after {
    background-color: var(--bs-white);
    color: var(--bs-primary);
    transform: rotate(360deg);
}

/*===== // =====*/

/*===== 29. Author-Area =====*/

.author-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 1.875rem;
    border-radius: 10px;
    overflow: hidden;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.author-details .section-header {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
}

.comments-title h3,
.comment-reply-title,
.author-details .section-header h3 {
    line-height: 1;
    font-size: 2rem;
    padding-bottom: 1.25rem;
    margin-bottom: 2.35rem;
    border-width: 0;
    border-bottom-width: 3px;
    border-style: dotted;
    border-color: var(--bs-gray-500-thumb);
    position: relative;
}

.comments-title h3:before,
.comment-reply-title:before,
.author-details .section-header h3:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    border-width: inherit;
    border-bottom-width: inherit;
    border-style: inherit;
    border-color: inherit;
}

.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: 1.25rem;
    margin-top: 0;
}

.author-details .media .auth-mata img {
    width: 110px;
    border-radius: 100%;
    border: 1px solid rgb(222 222 222 / 0.1);
}

.author-details .media .media-body {
    flex: 1;
}

.author-details h4,
.author-details .author-widget {
    display: inline-block;
}

.author-details .widget_social_widget li a {
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

.author-details .media .media-body h5 {
    letter-spacing: 0.25px;
    vertical-align: baseline;
}

.author-details .media .media-body h5 a:not(:hover):not(:focus) {
    color: var(--bs-white);
}

.author-details .media .media-body h5 span {
    font-size: 1rem;
}

.author-details .media .media-body h5 span,
.author-details .media .media-body p {
    font-weight: 500;
}

.author-details .media .media-body h5 span i {
    font-size: 80%;
    margin-right: 3px;
}

.author-details p {
    display: block;
    clear: both;
}

.author-details .btn {
    color: var(--bs-secondary);
    font-weight: 700;
    padding: 0.75rem 1.135rem;
    font-size: 0.95rem;
    letter-spacing: 0;
}

.author-details .btn:hover,
.author-details .btn:focus {
    border-color: var(--bs-white);
}

/*===== // =====*/

/*===== 30. Comments-Area =====*/

.comment-form-rating {
    display: block;
    clear: both;
    margin-top: 45px;
}

.comments-title,
.comments-title {
    margin-bottom: 1.25rem;
    text-align: left;
}

.comment-list {
    padding: 0;
    list-style: none;
    margin-bottom: 1.75rem;
}

.comments-area li {
    list-style: none;
    position: relative;
    padding-left: 110px;
}

.comments-area .comment-body {
    padding: 30px;
    min-height: 120px;
    overflow-wrap: break-word;
    border-radius: 7px;
    z-index: 0;
    box-shadow: 0px 0px 15px 3px rgba(33, 33, 33, 0.15);
}

.comments-area .children .comment-body {
    box-shadow: none;
    background-color: var(--bs-primary-light);
}

.comments-area li:not(:last-child) .comment-body {
    margin-bottom: 1.75rem;
}

.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: 600;
}

.comments-area .comment-meta a:not(:hover):not(:focus) {
    text-decoration: none;
    color: var(--bs-secondary);
}

.comments-area .comment-meta time {
    font-weight: 500;
}

.comments-area .comment-meta .comment-author img {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 90px;
    border-radius: 100%;
}

.comment-author b {
    font-weight: 700;
}

.comment-meta .comment-metadata {
    margin-left: 5px;
}

.comment-content {
    position: relative;
    z-index: 0;
    padding: 0.5rem 0 0.85rem;
}

.comment-content p {
    margin: 0;
    font-weight: 500;
}

.comment-metadata .edit-link {
    margin-left: 10px;
}

.comment-metadata .edit-link,
.comment-body .reply {
    font-weight: 600;
    display: inline-block;
}

.comment-metadata .edit-link a,
.comment-body .reply a {
    display: inline-flex;
    font-weight: 700;
}

.comment-metadata .edit-link a:not(:hover):not(:focus),
.comment-body .reply a:not(:hover):not(:focus) {
    color: var(--bs-secondary);
}

.comment-body .reply {
    text-align: left;
}

.comment-list .children {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    margin-left: 4.5rem;
    z-index: 0;
}

#cancel-comment-reply-link {
    color: var(--bs-primary);
    text-decoration: underline;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
    text-decoration: none;
}

/*===== // =====*/

/*===== 31. Form Part for Comment =====*/

.comment-respond {
    margin-top: 2.5rem;
}

.comments-title h5,
.comment-reply-title {
    text-align: left;
    color: var(--bs-secondary);
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    flex: 1 1 40%;
}

.comment-form > p:nth-child(2n + 1):not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    margin-right: 1.25rem;
}

.comment-form p.comment-form-url:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    margin-right: 0;
}

.comment-form label {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5px;
}

.comment-form .comment-form-cookies-consent label {
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 6px;
}

.comment-form .required {
    color: var(--bs-red);
}

.comment-form-comment {
    max-width: 100%;
    flex-basis: 100%;
}

.comment-form p.comment-notes {
    font-weight: 600;
}

.comment-form > p:not(:last-child) {
    margin-bottom: 1rem;
}

.comment-form input,
.comment-form input[type="text"]:not(.adminbar-input),
.comment-form textarea,
.comment-form select {
    box-shadow: 0 0 15px 3px rgb(0 0 0 / 0.1);
}

.comment-form-cookies-consent,
.form-submit {
    width: 100%;
}

/*===== // =====*/

/*===== 39. Boxed Layout CSS =====*/
@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: var(--bs-white);
    }
}
@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%;
    }
}
/*===== // =====*/

/*===== Team Section =====*/
.team-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    z-index: 1;
}

.team-inner .item-image {
    min-height: 300px;
}

.team-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    padding: 36px 20px 30px;
    z-index: 99;
}

.team-meta:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    -webkit-clip-path: polygon(0 24%, 100% 0, 100% 100%, 25% 100%, 0 100%);
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 25% 100%, 0 100%);
    transition: 0.1s cubic-bezier(0.24, 0.74, 0.58, 1);
    background-color: rgba(0, 7, 11, 0.9);
    z-index: -1;
}

.team-meta .item-title a {
    font-size: 22px;
    margin-bottom: 4px;
    color: var(--bs-white);
    text-decoration: none;
}

.team-meta .item-position {
    font-size: 15px;
    font-weight: 500;
    color: var(--bs-primary);
}

.team-meta .item-social {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid var(--bs-white);
    background-color: var(--bs-primary);
    display: inline-flex;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.team-meta .item-social a {
    line-height: 39px;
    height: 39px;
    width: 36px;
    color: var(--bs-white);
    font-size: 14px;
}

.team-meta .item-social a:not(:last-child) {
    border-right: 1px solid var(--bs-white);
}

.team-item-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary), var(--bs-primary));
    padding: 10px 20px 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.15s cubic-bezier(0.24, 0.74, 0.58, 1);
    opacity: 0;
}

.item-holder-inner .item-desc {
    font-size: 15px;
    line-height: 24px;
    color: var(--bs-white);
    margin-bottom: 27px;
    transform: translateY(20px);
    transition: all 200ms linear 0ms;
}

.team-inner .item-line {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--bs-white);
    opacity: 0;
}

.team-inner:hover .item-line,
.team-inner:hover .team-item-holder {
    opacity: 0.9;
}
.team-inner:hover .team-meta:before {
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: var(--bs-white);
}
.team-inner:hover .item-title a {
    color: var(--bs-secondary);
}

/*===== // =====*/

/*===== /Service 02 section/ =====*/
.service-section-2 {
    overflow: hidden;
}

.service-02-container {
    background: var(--bs-white);
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s,
        transform var(--e-transform-transition-duration, 0.4s);
    position: relative;
    padding: 35px 30px 40px;
    margin-bottom: 30px;
    box-shadow: 0 13px 22px rgb(214 214 214 / 22%);
    position: relative;
    overflow: hidden;
}

.service-02-container:before {
    content: "";
    width: 60px;
    height: 8px;
    position: absolute;
    bottom: 0;
    border-radius: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    left: 0;
    z-index: 1;
    background: linear-gradient(-150deg, var(--bs-primary) 5%, var(--bs-primary) 95%) !important;
}

.service-02-container .service-02-inner:before {
    position: absolute;
    content: "";
    background: var(--bs-secondary);
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 0.8s ease;
    /*    opacity: 0.1;*/
}

.service-02-inner .service-02-icon {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.service-02-icon .fa {
    max-width: 70px;
    height: auto;
    border: 0;
    display: block;
    font-size: 70px;
}

.service-02-icon .fa-chart-line:before {
    content: "\f201";
}
.service-02-icon .fa-bezier-curve:before {
    content: "\f55b";
}
.service-02-icon .fa-user:before {
    content: "\f007";
}
.service-02-inner h4.service-02-title a {
    color: var(--bs-black);
    margin-bottom: 13px;
    transition: all 0.3s;
}
.service-02-inner .service-02-btn {
    position: absolute;
    top: 15px;
    right: 35px;
    opacity: 0;
    transition: all 0.3s;
    margin-top: 0;
    margin: auto;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    width: 60px;
    height: 60px;
    border-radius: 62% 38% 26% 74% / 35% 51% 49% 65%;
    font-size: 0;
    background: var(--bs-primary);
}

.service-02-inner .service-02-btn a.service-02-button:after {
    content: "\f104";
    font-family: var(--bs-font-awesome);
    color: var(--bs-white);
    font-weight: 900;
    font-size: 30px;
    line-height: 60px;
    position: absolute;
    right: 0;
    left: 22px;
    transition: all 0.3s;
}

a.service-02-button {
    position: relative;
}

.service-02-inner .fbox-number {
    position: absolute;
    font-size: 40px;
    line-height: 60px;
    top: 30px;
    opacity: 1;
    right: 15px;
    font-weight: 900;
    z-index: 2;
    transition: all 0.3s;
    color: var(--bs-white);
}
.service-02-inner .fbox-number:before {
    background: var(--bs-primary);
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    right: 0;
    transform: skew(-19deg);
    z-index: -1;
    width: 150px;
    border: solid 5px var(--bs-white);
}
.service-02-inner > *:last-child {
    margin-bottom: 0;
}
.service-02-container:hover:before {
    width: 100%;
    opacity: 1;
    border-radius: 0;
    transition: all 0.3s;
}
.service-02-container:hover .service-02-inner:before {
    height: 100%;
    top: 0;
    transition: 0.8s ease;
}
.service-02-container:hover .service-02-btn {
    top: 35px;
    opacity: 1;
    transition: all 0.3s;
}
.service-02-container:hover .fbox-number {
    opacity: 0;
    transition: all 0.3s;
}
.service-02-container:hover .service-02-btn:hover {
    background: var(--bs-black) !important;
}
.service-02-container:hover .service-02-inner h4.service-02-title a {
    color: var(--bs-white);
    position: relative;
}
.service-02-container:hover .service-02-inner .service-02-content {
    color: var(--bs-white);
    position: relative;
}
/*===== // =====*/

/*===== / Pricing section/ =====*/
.pricing-section {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.pricing-single {
    text-align: center;
    -webkit-transition: all 400ms ease 0s;
    -khtml-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.pricing-single .pricing-inner-box {
    border: 1px solid var(--bs-gray);
    transition: all 400ms ease 0s;
    overflow: hidden;
}
.pricing-inner-box .pricing-price {
    position: relative;
    padding: 0 36px 9px;
    background-color: var(--bs-secondary);
    background-position: center;
    background-size: cover;
}
.pricing-price .item-standard {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}
.item-standard .standard {
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bs-white);
}
.pricing-price-duration {
    display: inline-block;
    top: -11px;
    position: relative;
    padding: 17.5px 15.5px;
    background-image: -webkit-linear-gradient(bottom, var(--bs-primary), var(--bs-primary));
}
.item-price {
    display: flex;
    justify-content: center;
    color: var(--bs-white);
    align-items: flex-start;
}
.item-price .icon-dollar {
    font-size: 25px;
    margin-right: 4px;
    line-height: 30px;
}
.value-price {
    --text: var(--bs-white);
    --font-size: 45px;
    --duration: 0.44s;
    --move-hover: -4px;
    --font-shadow: var(--font-size);
    font-weight: bold;
    line-height: 36px;
    display: block;
    outline: none;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: 0.5px;
    color: var(--text);
    transform: translateY(var(--y)) translateZ(0);
    transition:
        transform var(--duration) ease,
        box-shadow var(--duration) ease;
}
.pricing-price-duration .value-price div {
    display: flex;
    overflow: hidden;
    text-shadow: 0 var(--font-shadow) 0 var(--text);
}
.value-price div span {
    display: block;
    backface-visibility: hidden;
    font-style: normal;
    transition: transform var(--duration) ease;
    transform: translateY(var(--m)) translateZ(0);
}

.value-price div span:nth-child(1) {
    transition-delay: 0.1s;
}
.value-price div span:nth-child(2) {
    transition-delay: 0.2s;
}
.value-price div span:nth-child(3) {
    transition-delay: 0.3s;
}
.pricing-price-duration .duration {
    color: var(--bs-white);
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-top: 8px;
}
.pricing-price-duration .duration:after {
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    width: 0;
    height: 0;
    border-bottom: 11px solid var(--bs-primary);
    border-right: 13px solid transparent;
    animation: fadeInLeft 1.5s ease 1s;
    display: block;
    z-index: 2;
}
.pricing-price h5.pricing-title {
    color: var(--bs-white);
    font-size: 15px;
    line-height: 43px;
    position: relative;
    font-weight: 400;
    margin-top: 11px;
    background-color: rgba(255, 255, 255, 0.15);
}
.pricing-inner-box .pricing-list {
    position: relative;
    -webkit-transition: all 400ms ease 0s;
    -khtml-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    padding: 20px 35px 43px;
}
.pricing-list ul .pricing-feature {
    list-style: none;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin: 17px 0 35px;
    padding-left: 0;
    -webkit-transition: all 500ms ease 0s;
    -khtml-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.pricing-list .pricing-feature li {
    display: flex;
    margin-bottom: 20px;
}
.pricing-list .pricing-feature i {
    color: var(--bs-primary);
    font-weight: 900;
}
.pricing-list .pricing-feature li.no-active i {
    color: var(--bs-gray);
}
.pricing-list .pricing-feature li.no-active span {
    color: var(--bs-gray);
}
.pricing-list .pricing-feature li span {
    margin-left: 12px;
    position: relative;
    float: left;
    color: var(--bs-secondary);
}

.pricing-single:hover,
.pricing-single.recommended {
    -webkit-transition: all 500ms ease 0s;
    -khtml-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-box-shadow: 0 5px 40px 5px rgb(0 0 0 / 25%);
    -khtml-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 40px 5px rgb(0 0 0 / 25%);
}
.pricing-single:hover .pricing-inner-box {
    border-color: transparent;
}
.pricing-single:hover .value-price div {
    --y: var(--move-hover);
}
.pricing-single:hover .value-price div span {
    --m: calc(var(--font-size) * -1);
}

.pricing-single .fx-shape {
    position: absolute;
    top: 20%;
    right: 0;
}

.fx-square-shape {
    position: absolute;
    height: 190px;
    width: 190px;
    background: var(--bs-primary);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
    right: -155px;
    top: -12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fx-square-shape.fx-square-shape-2 {
    right: -140px;
    opacity: 0.5;
}

.fx-square-shape.fx-square-shape-3 {
    right: -125px;
    opacity: 0.4;
}

.fx-square-shape.fx-square-shape-4 {
    right: -110px;
    opacity: 0.3;
}

/*===== // =====*/

/*===== / Testimonial section/ =====*/

.testimonial-slide .testimonial-inner {
    margin-top: 45px;
    text-align: center;
    padding: 70px 25px 45px;
    background-color: var(--bs-white);
    position: relative;
    margin-bottom: 60px;
    box-shadow: rgb(0 0 0/40%) 0 6px 16px;
}
.testimonial-slide .testimonial-image {
    z-index: 1;
    overflow: hidden;
    padding: 8px;
    background-color: var(--bs-white);
    max-width: 88px;
    display: inline-block;
    margin: 0 auto 20px;
    position: absolute;
    top: -44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-section {
    animation: slide 200s linear infinite;
    -webkit-animation: slide 200s linear infinite;
    background: var(--bs-secondary);
}

@keyframes slide {
    from {
        background-position: 0 bottom;
    }
    to {
        background-position: 1920px bottom;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 bottom;
    }
    to {
        background-position: 1920px bottom;
    }
}

.testimonial-main .testimonial-title {
    margin-bottom: 15px;
    font-size: 22px;
}
.testimonial-main .testimonial-description {
    color: var(--bs-secondary);
    padding-left: 20px;
    padding-right: 20px;
}
.testimonial-slide .testimonial-main {
    color: var(--bs-secondary);
    padding-left: 20px;
    padding-right: 20px;
}
.testimonial-slide .testimonial-holder/*, .testimonial-section .owl-item.active .testimonial-holder*/ {
    padding: 70px 25px 45px;
    background-color: var(--bs-secondary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top center;
    -webkit-transform-origin: top center;
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.testimonial-holder .testimonial-icon {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 40px;
    top: -15px;
    font-weight: 400;
    width: 31px;
    height: 24px;
    text-align: center;
}
.testimonial-icon svg {
    fill: var(--bs-primary);
    overflow: visible;
}
.testimonial-meta {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
}
.testimonial-meta .testimonial-title {
    font-size: 22px;
    margin-bottom: 0;
    color: var(--bs-white);
}
.testimonial-meta .testimonial-position {
    font-size: 14px;
    color: var(--bs-primary);
}
.testimonial-meta .testimonial-position:before {
    content: "/";
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.testimonial-holder .testimonial-star {
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
}

.testimonial-holder .testimonial-star i {
    display: inline-block;
    font-size: 15px;
    color: rgba(102, 102, 102, 0.5);
    margin: 0 1px;
    color: var(--bs-primary);
}

.testimonial-holder .testimonial-description {
    color: var(--bs-white);
    padding-left: 20px;
    padding-right: 20px;
}
.testimonial-holder:after {
    -webkit-transition-delay: 500ms;
    content: "";
    display: block;
    left: auto;
    right: auto;
    width: 85%;
    bottom: -15px;
    height: 15px;
    background-color: var(--bs-primary);
    position: absolute;
    width: 85%;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition-delay: 0.42s;
    transform: scaleY(1);
    opacity: 1;
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}
.testimonial-inner:hover .testimonial-holder,
.testimonial-section .owl-item.active .testimonial-holder {
    transform: scaleY(1);
    opacity: 1;
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

.testimonial-wrapper .owl-dots {
    width: 250px;
    margin: 40px auto -8px;
    text-align: center;
}

.testimonial-wrapper button.owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    padding: 0;
}

.testimonial-wrapper button.owl-dot.active {
    background: var(--bs-primary);
}

.testimonial-wrapper.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}
/*===== // =====*/

/*===== / About section/ =====*/

.About-wrap {
    padding: 15px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.About-wrap .img-wrap {
    justify-content: center;
}

.About-element {
    width: auto;
    max-width: 100%;
    --widgets-spacing: 20px;
    position: relative;
}
.About-img-container {
    margin: 35px 0px 0px 0px;
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s,
        transform var(--e-transform-transition-duration, 0.4s);
}
.about-button-play {
    padding-top: 56px;
    padding-right: 60px;
    position: relative;
    max-width: 394px;
    z-index: 1;
}
.about-play-image img {
    width: 100%;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.about-button-play .about-btn-video {
    position: absolute;
    right: 30px;
    bottom: 56px;
    z-index: 99;
    width: 56px;
    height: 56px;
    font-size: 14px;
    line-height: 56px;
    text-align: center;
    background-color: var(--gradient-color-from);
    color: var(--bs-white);
    border-radius: 56px;
    background-image: linear-gradient(to left, var(--bs-primary), var(--bs-primary));
}
.about-btn-video:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 62, 85, 0.63);
    border-radius: 50%;
    animation: pulse-border2 1500ms ease-out infinite;
    -webkit-animation: pulse-border2 1500ms ease-out infinite;
    z-index: -2;
}
.about-button-play .bg-doted-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    animation: animationFramesTwo 12s infinite linear alternate;
}
@keyframes animationFramesTwo {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(40px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0);
    }
}

.about-details-element {
    margin-bottom: 0;
    width: 100%;
    --widgets-spacing: 20px;
    position: relative;
}
.about-details-element:not(:last-child) {
    margin-bottom: 20px;
}
.about-details-element .about-details-container {
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s,
        transform var(--e-transform-transition-duration, 0.4s);
}

.about-details-element .about-details-container .heading {
    text-align: left;
}

.about-details-element .about-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about-details-element .doted-top-right {
    animation: animationFramesFive 12s infinite linear alternate;
}
.about-details-container .heading-inner {
    display: inline-block;
    position: relative;
    text-align: left;
}
.about-details-element .desc-container {
    margin: 0% 10% 0% 0%;
    padding: 0px 0px 0px 22px;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: var(--bs-primary);
}
.about-details-element .divider-container {
    margin: 0% 12% 0% 0%;
    padding: 31px 0px 15px 0px;
}
.desc-container .description {
    color: var(--bs-black);
    text-align: justify;
}
.about-detail-wrap {
    padding: 15px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
}
.about-detail-wrap .about-detail-element {
    width: 100%;
}
.about-detail-wrap .item-meta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.about-detail-wrap .item-icon {
    margin-right: 14px;
    line-height: 1;
    position: static;
}
.about-detail-wrap .item-icon i {
    background-image: linear-gradient(to left, var(--bs-primary), var(--bs-primary));
    background-color: transparent !important;
    color: #7114ef;
    font-size: 54px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-detail-wrap .item-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.44444;
}
.about-detail-wrap-container {
    max-width: 1200px;
    margin: 0 -15px;
    display: flex;
    position: relative;
    width: 100%;
}
.about-divider-element {
    --divider-border-style: solid;
    --divider-color: #ebeff4;
    --divider-border-width: 2px;
    /*    margin-bottom: 20px;*/
    width: 100%;
    --widgets-spacing: 20px;
    position: relative;
}
.about-divider-container {
    margin: 0% 12% 0% 0%;
    padding: 31px 0px 15px 0px;
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s,
        transform var(--e-transform-transition-duration, 0.4s);
}
.desc-divider {
    display: flex;
}
.about-divider-container span.about-desc-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
    width: 100%;
    display: flex;
    margin: 0;
    direction: ltr;
}
.about-detail-element .about-btn-container {
    margin: 0px 26px 0px 0px;
    padding: 28px 0px 0px 0px;
}
.about-detail-element .about-info-container {
    margin: 28px 0px 0px 0px;
}
.about-info-container .infobox-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.item-icon.el-bounce {
    min-width: 56px;
    width: 56px;
    height: 56px;
    border: 2px solid #eeeff4;
    /* -webkit-border-radius: 56px; */
    -khtml-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    border-radius: 56px;
    line-height: 52px;
    text-align: center;
    position: relative;
    margin-right: 15px;
}
.about-info-container .item-icon i {
    background-image: linear-gradient(to left, #7114ef, #1475f7);
    background-color: initial;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    display: inline-block;
}
.infobox-inner .info-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.infobox-inner .item-title {
    font-size: 15px;
    color: #67687a;
    line-height: normal;
}
.infobox-inner .item-phone {
    font-size: 24px;
    color: #000427;
    font-weight: 700;
    line-height: normal;
}
.infobox-inner .item-meta {
    text-align: justify;
}

@keyframes pulse-border2 {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border2 {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.about-play-image {
    position: relative;
    box-shadow: 70px -20px 30px rgb(255, 62, 85, 0.1);
    animation: bounce_one 5s linear infinite;
    border-radius: 20px;
}
.about-play-image:before,
.about-play-image:after {
    content: "";
    position: absolute;
    transform: scale(0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.About-img-container:hover .about-play-image:before {
    transition: all 0.5s ease;
    transform: scale(1);
}
.About-img-container:hover .about-play-image:after {
    transition: all 0.6s ease 0.2s;
    transform: scale(1);
}

/*===== // =====*/

/*===== / Contact section/ =====*/

.contact-section .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.contact-section .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
    min-height: 666px;
}

.contact-main-section {
    background-color: #f7fbffe0;
    padding: 60px 70px 52px 70px;
    height: 100%;
}
.contact-section .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.contact-info-box {
    position: relative;
    padding: 40px 40px 40px 40px;
    background-color: var(--bs-secondary);
    z-index: 2;
    height: 100%;
}
.sec-title.mb-125 {
    margin-bottom: 125px;
}
.contact-info-box .sec-title .title {
    position: relative;
    color: var(--bs-white);
    z-index: 33;
    font-size: 32px;
}
.contact-info-box:after {
    border-color: #ffd600;
    position: absolute;
    height: 280px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 29% 59%, 0 33%);
    left: -1px;
    background-color: var(--bs-primary);
    top: -1px;
    content: "";
}
.contact-section fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.contact-wrap .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.contact-section .mb-30 {
    margin-bottom: 30px;
}
.contact-wrap .row input {
    padding: 17px 20px 18px 20px;
    color: #7a7a7a;
    border-style: solid;
    border-width: 1px 16px 1px 1px;
    border-color: #ffffff;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.23);
    background-color: #ffffff;
    width: 100%;
    opacity: 1;
}

.contact-wrap .wpcf7-form-control:not(.wpcf7-submit) {
    padding: 17px 20px 18px 20px;
    color: #7a7a7a;
    border-style: solid;
    border-width: 1px 16px 1px 1px;
    border-color: #ffffff;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.23);
    background-color: #ffffff;
    width: 100%;
    opacity: 1;
}
.contact-wrap textarea {
    height: 120px;
}
.contact-wrap .row .mb-35 {
    margin-bottom: 35px;
}
.contact-section .no-gutters .col-lg-8 {
    padding-right: 0;
    padding-left: 0;
}
.contact-section .no-gutters .col-lg-4 {
    padding-right: 0;
    padding-left: 0;
}
.contact-info-box .address-item {
    display: flex;
    margin-bottom: 35px;
}
.address-item .address-icon {
    margin-right: 15px;
}
.address-item i {
    font-size: 30px;
    color: var(--bs-primary);
}
.contact-info-box .address-item .address-text {
    margin-top: -5px;
}
.address-text .label {
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-white);
    display: block;
    margin: 0px 0px 7px 0px;
}
.address-text .des {
    color: var(--bs-white);
}
.address-item .address-text a {
    color: var(--bs-white);
}
.address-item .address-text a:hover {
    color: var(--bs-primary);
}

/*===== // =====*/

/*===== / Call to Action 2 section(CTA-2)/ =====*/
.flixita-cta-2-wrap {
    padding: 80px 85px;
    border-radius: 6px;
}
.flixita-cta-2-item {
    padding: 100px 80px;
    background: rgba(20, 33, 43, 0.9);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
}
.flixita-cta-2-text {
    margin-right: 70px;
    flex-basis: 80%;
}
.flixita-cta-2-text span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--bs-primary);
}
.flixita-cta-2-wrap .flixita-cta-2-text h2 {
    font-size: 50px;
    color: var(--bs-white);
    margin-top: 20px;
}
.flixita-cta-2-item .cta-2-shape {
    position: absolute;
    left: -1px;
    bottom: 0;
    z-index: -1;
}
.flixita-cta-2-item .cta-2-shape svg {
    fill: var(--bs-primary);
}
.flixita-call-action-section-2 .container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/*===== // =====*/

/*===== / funfact section / =====*/
.funfact-section,
.countdown-section,
.service-section-2,
.process-section {
    position: relative;
    z-index: 1;
}

.hanger-line {
    position: relative;
    padding-top: 30px;
}
.hanger-line::before {
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background-image: radial-gradient(ellipse at center, var(--bs-primary) 0, rgba(255, 255, 255, 0) 70%);
}
.hanger-line > .col-lg-3 {
    position: relative;
}
.hanger-line > .col-lg-3::before {
    content: "";
    width: 3px;
    height: 51px;
    background-image: linear-gradient(var(--bs-primary), rgba(255, 255, 255, 0));
    left: 50%;
    bottom: 100%;
    position: absolute;
    transform: translateX(-50%);
}
.fun-counterup.border-bottom-gradient {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.funfact-section:after,
.countdown-section:after,
.service-section-2:after,
.process-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 0.7;
    z-index: -1;
    background: #000000;
}

.fun-counterup {
    background: var(--bs-white);
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 5px;
    text-align: center;
    padding: 30px 30px 50px;
}
.fun-hover-03 {
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.hanger-line > .col-lg-3::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 4px solid var(--bs-primary);
    border-radius: 100%;
    left: 50%;
    bottom: calc(100% + 23px);
    transform: translateX(-50%);
    background: var(--bs-primary);
}
.fun-counterup.border-bottom-gradient::before {
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
}
.fun-counterup .top-circle-shape {
    position: absolute;
    width: 243px;
    top: -47%;
    height: 243px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
    opacity: 0.09;
    border-radius: 100%;
    box-sizing: border-box;
}
.fun-counterup .top-circle-shape::before {
    position: absolute;
    content: "";
    background: var(--bs-white);
    border-radius: 100%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
}
.fun-counterup .inner .fun-round-icon {
    margin-bottom: 20px;
    position: relative;
    background: var(--bs-white);
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
    border: 1px solid #fbedef;
    line-height: 100px;
    padding: 27px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    box-shadow: var(--shadow-10);
}
.fun-counterup .inner .fun-round-icon i {
    font-size: 50px;
    color: var(--bs-primary);
}
.fun-counterup .inner .content .counter {
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    margin-bottom: 9px;
}

.fun-counterup .inner .content h3 span:last-child {
    font-size: 48px !important;
    margin-left: 5px;
}
.content .subtitle {
    display: block;
}
.hanger-line > .mt--60::before {
    height: 62px;
}
.hanger-line .mt--60 {
    margin-top: 60px !important;
}
.fun-counterup:hover {
    background-color: black;
    color: white;
    animation: swing ease-in-out 1s infinite;
}

/*===== // =====*/

/*===== / Work Process section / =====*/

.process-section .content-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.working-block-one .inner-box {
    position: relative;
    max-width: 175px;
    margin: 0 auto;
}
.process-wrapper .arrow-shape {
    position: absolute;
    top: 74px;
    right: -95px;
    width: 73px;
    height: 32px;
    background-repeat: no-repeat;
}
.process-wrapper .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
    line-height: 180px;
    font-size: 80px;
    color: var(--bs-white);
    text-align: center;
    border-radius: 50%;
    background: var(--bs-primary);
    margin-bottom: 22px;
    z-index: 1;
    transition: all 500ms ease;
}

.process-wrapper .inner-box .icon-box .icon img {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.working-block-one .inner-box .icon-box:before {
    position: absolute;
    content: "";
    background: #101a30;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
}
.process-wrapper .icon-box .count-text {
    position: absolute;
    top: -10px;
    right: -5px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--bs-white);
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #101a30;
    font-weight: 600;
    transition: all 500ms ease;
}
.working-block-one .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: var(--bs-primary);
}
.working-block-one .inner-box p {
    text-align: center;
    color: var(--bs-white);
}
.working-block-one .inner-box:hover .icon-box:before {
    transform: scale(1, 1);
}
.working-block-one .inner-box:hover .icon-box .count-text {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

/*===== // =====*/

/*===== / Newsletter section / =====*/

.newsletter-column-wrap.newsletter-element-populated {
    padding: 0px;
    background-color: var(--bs-primary);
    display: flex;
}
.newsletter-widget-wrap {
    align-content: center;
    align-items: center;
    padding: 0px 15px 15px 15px;
    width: 100%;
}
.newsletter-element.newsletter-widget {
    width: 100%;
}
.newsletter-widget-container.news-box-wrapper {
    margin: 15px 0px 0px 0px;
    padding: 50px 30px 45px 30px;
    background-color: var(--bs-white);
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.05);
}
.newsletter-widget-container.news-box-wrapper {
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s,
        transform var(--e-transform-transition-duration, 0.4s);
}
.newsletter-widget-container.news-box-icon {
    margin-bottom: 21px;
    line-height: 2;
    display: inline-block;
}
.newsletter-widget-container .news-box-icon i {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--bs-primary);
    text-align: center;
    border-radius: 50%;
    color: var(--bs-white);
}
.news-box-wrapper .news-box-title {
    color: var(--bs-black);
    margin-bottom: 15px;
    margin-top: 20px;
}
.news-box-inner .fbox-content {
    margin-bottom: 15px;
}
.news-box-inner > *:last-child {
    margin-bottom: 0px;
}
.newsletter-wrapper .col-lg-4.col-md-6.col-12 {
    padding-right: 0px;
    padding-left: 0px;
}
.newsletter-column-wrap.newsletter-element-populated.middel {
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    height: 100%;
}
.middel.newsletter-background-overlay {
    transition:
        background 0.3s,
        border-radius 0.3s,
        opacity 0.3s;
}
.newsletter-element-populated.middel .news-box-wrapper {
    background-color: #050a18ab;
    opacity: 0.91;
}
.newsletter-element-populated.middel .newsletter-widget-wrap {
    align-content: center;
    align-items: center;
    padding: 0px;
}
.newsletter-column-wrap.newsletter-element-populated:hover {
    background-color: #eaeaea;
}
.newsletter-element-populated.middel .news-box-title {
    color: var(--bs-white);
}
.newsletter-element-populated.middel .fbox-content {
    color: var(--bs-white);
}

/*===== // =====*/

/*===== / Blog section / =====*/
.blog-section {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.blog-wrapper .blog-inner {
    position: relative;
    overflow: hidden;
}
.blog-inner .post-thumb {
    margin-bottom: 0;
    position: relative;
}

.blog-inner {
    position: relative;
    overflow: hidden;
}

.blog-inner .post-thumb a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 100%;
    opacity: 0;
    background: rgb(7 14 32 / 73%);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.blog-inner .post-thumb img {
    display: block;
    width: 100%;
}
.blog-inner .post-details-outer {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: solid 2px #f1f1f1;
    border-top: none;
}
.blog-inner .post-details-outer {
    background-color: var(--bs-white);
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    padding: 25px 25px 25px 25px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.blog-inner .post-thumb + .post-details-outer {
    margin-top: -30px;
}

.blog-inner .post-details-outer {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: solid 2px #f1f1f1;
}

.blog-inner .post-details-outer:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0;
    height: 4px;
    border-radius: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    background-color: var(--bs-primary);
}
.post-details-outer .top-meta {
    position: absolute;
    right: 26px;
    top: -1px;
}

.blog-inner .post-thumb + .post-details-outer .top-meta.date {
    top: -55px;
    right: 0;
}

.blog-inner > .post-details-outer {
    padding-top: 30px;
}

.top-meta-list > li:last-child {
    margin-right: 0;
}
.nav.top-meta-list > li {
    vertical-align: middle;
    display: inline-block;
    line-height: 2.2;
}
.post-date:hover:before {
    background: var(--bs-secondary) !important;
}
.post-details-outer .post-date:before {
    background: var(--bs-primary);
    content: "";
    position: absolute;
    left: -17px;
    top: 0;
    bottom: 0;
    right: -18px;
    transform: skew(-19deg);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.post-details-outer .post-date a {
    font-size: 15px;
    color: var(--bs-white);
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-right: 2px;
    text-decoration: none;
}
.post-date a i {
    color: var(--bs-white);
    font-size: 13px;
    margin-right: 5px;
    vertical-align: revert;
}
.top-meta .date::after {
    display: block;
    clear: both;
    content: "";
}
.bottom-meta.date {
    margin-bottom: 7px;
}
.bottom-meta-list.meta-left {
    width: 100%;
    text-align: left;
    display: inline-block;
}
.blog-inner .bottom-meta .post-author {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bottom-meta-list.meta-left a {
    color: #797979;
    font-size: 15px;
}
.post-author .author-img img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
.post-author span.author-name {
    font-size: 16px;
    text-transform: capitalize;
}
.post-author a > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.bottom-meta-list li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
}
.bottom-meta ul li i {
    color: var(--bs-primary);
    margin-right: 5px;
    vertical-align: middle;
}
.blog-wrapper .post-title-head {
    letter-spacing: -0.02em;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
    padding-top: 32px;
}
.entry-title .post-title {
    color: var(--bs-black);
}
.entry-title .post-title:hover {
    color: var(--bs-primary);
}
.post-author .author-name:hover {
    color: var(--bs-primary);
}
.post-comment .comments-count:hover {
    color: var(--bs-primary);
}
.post-details-outer .post-title-head a {
    line-height: 30px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    border-width: 0px;
}
.blog-inner:hover .post-details-outer:before {
    width: 100%;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.blog-inner:hover .post-thumb a:before {
    width: 100%;
    right: 0;
    height: 100%;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

/*===== // =====*/

/*===== / faq section / =====*/
.main_faq {
    background-color: var(--bs-white);
    color: black;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
    margin: 20px 0;
    width: 100%;
}
.main_faq .question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: var(--bs-white);
    border-radius: 5px;
}
.main_faq .question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}
.main_faq .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.main_faq .answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
    padding-top: 10px;
}
.main_faq .question:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}
.question.active {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}
.question.active::after {
    transform: rotate(45deg);
}

.faq-section .ct-contact-form {
    margin-top: 20px;
}

.ct-contact-form .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -3%;
}

.ct-contact-form .wpcf7 form p {
    flex: 100%;
    margin-bottom: 3%;
}

.ct-contact-form .wpcf7 form p:nth-child(5),
.ct-contact-form .wpcf7 form p:nth-child(3) {
    margin-left: 3%;
}

.ct-contact-form .wpcf7 form p:nth-child(5),
.ct-contact-form .wpcf7 form p:nth-child(2),
.ct-contact-form .wpcf7 form p:nth-child(3),
.ct-contact-form .wpcf7 form p:nth-child(4) {
    flex: 0 0 48.5%;
}

.ct-contact-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: 4.5rem;
}

@media (max-width: 35.938em) {
    .ct-contact-form .wpcf7 form {
        margin-bottom: -2rem;
    }
    .ct-contact-form .wpcf7 form p {
        margin-bottom: 2rem;
    }
    .ct-contact-form .wpcf7 form p:nth-child(5),
    .ct-contact-form .wpcf7 form p:nth-child(3) {
        margin-left: 0;
    }
    .ct-contact-form .wpcf7 form p:nth-child(5),
    .ct-contact-form .wpcf7 form p:nth-child(2),
    .ct-contact-form .wpcf7 form p:nth-child(3),
    .ct-contact-form .wpcf7 form p:nth-child(4) {
        flex: 0 0 100%;
    }
}

.ct-contact-form .wpcf7 form input[type="text"],
.ct-contact-form .wpcf7 form input[type="email"],
.ct-contact-form .wpcf7 form input[type="url"],
.ct-contact-form .wpcf7 form input[type="password"],
.ct-contact-form .wpcf7 form input[type="search"],
.ct-contact-form .wpcf7 form input[type="number"],
.ct-contact-form .wpcf7 form input[type="tel"],
.ct-contact-form .wpcf7 form input[type="range"],
.ct-contact-form .wpcf7 form input[type="date"],
.ct-contact-form .wpcf7 form input[type="month"],
.ct-contact-form .wpcf7 form input[type="week"],
.ct-contact-form .wpcf7 form input[type="time"],
.ct-contact-form .wpcf7 form input[type="datetime"],
.ct-contact-form .wpcf7 form input[type="datetime-local"],
.ct-contact-form .wpcf7 form input[type="color"],
.ct-contact-form .wpcf7 form textarea {
    background: var(--bs-white);
    border-color: transparent;
    border-radius: 0;
    box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.07);
}

/*===== // =====*/

/*===== / sponsors section / =====*/
.partner-carousel .owl-item {
    background-color: white;
    border-radius: 20px;
}
.partner-carousel .owl-stage {
    padding: 15px;
}
.owl-stage-outer {
    overflow: hidden;
}
.single-partner {
    height: 120px;
    text-align: center;
    position: relative;
    cursor: crosshair;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.inner-partner {
    position: relative;
    height: 100%;
    display: -webkit-box;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 20px;
}

.single-partner img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    max-width: 150px;
}
.single-partner:hover img {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.inner-partner:before,
.inner-partner:after {
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 3;
}
.inner-partner:hover {
    box-shadow: 2px 0px 17px 5px rgba(255, 62, 85, 0.3);
}
.inner-partner:hover:before {
    transform: scale(1);
    border-bottom: 6px double var(--bs-secondary);
    border-left: 6px double var(--bs-secondary);
    transform-origin: 0 100% 0;
}
.inner-partner:hover:after {
    transform: scale(1);
    border-top: 6px double var(--bs-primary);
    border-right: 6px double var(--bs-primary);
    transform-origin: 0 100% 0;
}
/*===== // =====*/

/*===== / Timeline section / =====*/
.timeline-section {
    position: relative;
    overflow: hidden;
}
.timeline-wrapper {
    position: relative;
    z-index: 0;
}
.timeline-wrapper .owl-item {
    float: left;
}
.timeline-wrapper:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--bs-primary-light);
    position: absolute;
    top: 44px;
    left: 0;
    z-index: -1;
}

.timeline-wrapper .item-inner {
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
}
.item-year {
    width: 90px;
    min-width: 90px;
    height: 90px;
    background-color: var(--bs-white);
    border-radius: 90px;
    border: 2px solid var(--bs-primary-light);
    font-size: 20px;
    font-weight: 700;
    color: #131313;
    position: relative;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.item-year:before {
    content: "";
    z-index: -1;
    width: 135px;
    height: 135px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/timeline-shadow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.item-inner:hover .item-year {
    color: var(--bs-white);
}
.item-inner .item-year-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.item-year-inner:before {
    background-image: -webkit-linear-gradient(bottom, var(--bs-primary), var(--bs-secondary));
}
.item-year-inner:before {
    content: "";
    width: 76px;
    height: 76px;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
.item-year-inner span {
    height: 64px;
    width: 64px;
    line-height: 64px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.item-inner:hover .item-year span:before {
    transform: scale(0);
    opacity: 0;
}
.item-year-inner span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-white);
    border-radius: 100%;
    z-index: -1;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.item-holder .item-month {
    opacity: 1;
    font-weight: 700;
    color: var(--bs-secondary);
    padding-bottom: 20px;
    position: relative;
    height: 50px;
    white-space: nowrap;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.item-holder .item-month:before {
    box-shadow: 0 0 0 6px rgba(255, 62, 85, 0.29);
    background-color: var(--bs-primary);
    content: "";
    height: 11px;
    width: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
}
.item-holder .item-description {
    opacity: 1;
    font-size: 15px;
    line-height: 1.7;
    color: var(--bs-black);
    padding-top: 104px;
    position: relative;
    margin-top: 6px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    /* width: calc(100% + 60px); */
    margin-left: -30px;
}
.item-description:before {
    background-color: var(--bs-primary-light);
    content: "";
    width: 2px;
    height: 95px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.timeline-wrapper.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    line-height: 0;
    border: 2px solid #e6ebfa;
    font-weight: 400;
    box-shadow: 0 10px 5px rgba(82, 131, 204, 0.28);
    margin: 0;
    transform: translate(0, 0);
    top: 31px;
    bottom: auto;
}

.timeline-wrapper.owl-theme .owl-nav [class*="owl-"] i {
    color: var(--bs-secondary);
    font-size: 17px;
    line-height: 0;
}

.timeline-wrapper.owl-theme .owl-nav button[class*="owl-"]:hover {
    width: 27px;
    height: 27px;
    background: var(--bs-secondary);
}

.timeline-wrapper.owl-theme .owl-nav button[class*="owl-"]:hover i {
    color: var(--bs-white);
}

.timeline-wrapper.owl-theme .owl-nav .owl-prev {
    left: -26px;
}

.timeline-wrapper.owl-theme .owl-nav .owl-next {
    right: -26px;
}
/*===== // =====*/

/*===== / product section / =====*/
.product-section ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}
.product-section ul.products::before {
    content: " ";
    display: table;
}
.product-section li.product-list {
    width: 22.05%;
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    margin-left: 0;
}
.products li.first {
    clear: both;
}
.product-list .product-main {
    margin-bottom: 0;
    position: relative;
}
.product-main a {
    display: inline-block;
    text-decoration: none;
}
.product-main .product-fimg a img {
    margin: 0;
}
.product-main a img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: none;
}
.product-main .product-action {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    transform: translateY(100%);
    opacity: 0;
    transition: var(--bs-transition-slow);
}
.product-action .button.add_to_cart_button {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
}
.product-single h3 {
    font-size: 25px;
    padding: 0;
    margin-bottom: 8px;
    margin: 0;
}
.product-single .price {
    font-size: 18px;
    line-height: 1.2;
    color: var(--bs-secondary);
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
}
.product-single .price del {
    color: inherit;
    opacity: 0.5;
    display: inline-block;
}
.product-single .price del span {
    color: var(--bs-gray);
    text-decoration-line: line-through;
}
.product-single .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
}
.product-content ins .amount {
    color: var(--bs-primary);
    text-decoration: underline;
}
.products li.last {
    margin-right: 0;
}
.product-single:hover .product-action {
    opacity: 1;
    transform: translateY(0);
}
.product-main .product-single .sale-ribbon {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 3px 12px;
    text-transform: uppercase;
    color: var(--bs-white);
    background: var(--bs-primary) none repeat scroll 0 0;
    box-shadow: 0 0 12px rgb(255 255 255 / 0.35);
    z-index: 1;
}
.product-main .button {
    display: inline-block;
    margin-top: 1em;
}
/*.woocommerce a.button,
.woocommerce a.button:hover{
    font-weight: 600;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 100px;
    overflow: hidden;
    font-size: 0.95rem;
}*/
/* -------------------------------------------------------- */

/*Feature BG animation */
.flixita-features-section {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.circle-container {
    position: absolute;
    transform: translateY(-10vh);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.circle-container .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    mix-blend-mode: screen;
    background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
    -webkit-animation:
        fadein-frames 20ms infinite,
        scale-frames 2s infinite;
    animation:
        fadein-frames 20ms infinite,
        scale-frames 2s infinite;
}
@-webkit-keyframes fade-frames {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-frames {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes scale-frames {
    0% {
        transform: scale3d(0.4, 0.4, 1);
    }
    50% {
        transform: scale3d(2.2, 2.2, 1);
    }
    100% {
        transform: scale3d(0.4, 0.4, 1);
    }
}
@keyframes scale-frames {
    0% {
        transform: scale3d(0.4, 0.4, 1);
    }
    50% {
        transform: scale3d(2.2, 2.2, 1);
    }
    100% {
        transform: scale3d(0.4, 0.4, 1);
    }
}
.circle-container:nth-child(1) {
    width: 38px;
    height: 38px;
    -webkit-animation-name: move-frames-1;
    animation-name: move-frames-1;
    -webkit-animation-duration: 29398ms;
    animation-duration: 29398ms;
    -webkit-animation-delay: 19259ms;
    animation-delay: 19259ms;
}
@-webkit-keyframes move-frames-1 {
    from {
        transform: translate3d(88vw, 101vh, 0);
    }
    to {
        transform: translate3d(41vw, -105vh, 0);
    }
}
@keyframes move-frames-1 {
    from {
        transform: translate3d(88vw, 101vh, 0);
    }
    to {
        transform: translate3d(41vw, -105vh, 0);
    }
}
.circle-container:nth-child(1) .circle {
    -webkit-animation-delay: 3645ms;
    animation-delay: 3645ms;
}
.circle-container:nth-child(2) {
    width: 25px;
    height: 25px;
    -webkit-animation-name: move-frames-2;
    animation-name: move-frames-2;
    -webkit-animation-duration: 32065ms;
    animation-duration: 32065ms;
    -webkit-animation-delay: 25442ms;
    animation-delay: 25442ms;
}
@-webkit-keyframes move-frames-2 {
    from {
        transform: translate3d(14vw, 106vh, 0);
    }
    to {
        transform: translate3d(50vw, -129vh, 0);
    }
}
@keyframes move-frames-2 {
    from {
        transform: translate3d(14vw, 106vh, 0);
    }
    to {
        transform: translate3d(50vw, -129vh, 0);
    }
}
.circle-container:nth-child(2) .circle {
    -webkit-animation-delay: 2788ms;
    animation-delay: 2788ms;
}
.circle-container:nth-child(3) {
    width: 80px;
    height: 80px;
    -webkit-animation-name: move-frames-3;
    animation-name: move-frames-3;
    -webkit-animation-duration: 34849ms;
    animation-duration: 34849ms;
    -webkit-animation-delay: 12455ms;
    animation-delay: 12455ms;
}
@-webkit-keyframes move-frames-3 {
    from {
        transform: translate3d(25vw, 103vh, 0);
    }
    to {
        transform: translate3d(90vw, -133vh, 0);
    }
}
@keyframes move-frames-3 {
    from {
        transform: translate3d(25vw, 103vh, 0);
    }
    to {
        transform: translate3d(90vw, -133vh, 0);
    }
}
.circle-container:nth-child(3) .circle {
    -webkit-animation-delay: 3776ms;
    animation-delay: 3776ms;
}
.circle-container:nth-child(4) {
    width: 20px;
    height: 20px;
    -webkit-animation-name: move-frames-4;
    animation-name: move-frames-4;
    -webkit-animation-duration: 34932ms;
    animation-duration: 34932ms;
    -webkit-animation-delay: 30421ms;
    animation-delay: 30421ms;
}
@-webkit-keyframes move-frames-4 {
    from {
        transform: translate3d(7vw, 102vh, 0);
    }
    to {
        transform: translate3d(16vw, -104vh, 0);
    }
}
@keyframes move-frames-4 {
    from {
        transform: translate3d(7vw, 102vh, 0);
    }
    to {
        transform: translate3d(16vw, -104vh, 0);
    }
}
.circle-container:nth-child(4) .circle {
    -webkit-animation-delay: 3963ms;
    animation-delay: 3963ms;
}
.circle-container:nth-child(5) {
    width: 25px;
    height: 25px;
    -webkit-animation-name: move-frames-5;
    animation-name: move-frames-5;
    -webkit-animation-duration: 34579ms;
    animation-duration: 34579ms;
    -webkit-animation-delay: 22628ms;
    animation-delay: 22628ms;
}
@-webkit-keyframes move-frames-5 {
    from {
        transform: translate3d(78vw, 104vh, 0);
    }
    to {
        transform: translate3d(53vw, -125vh, 0);
    }
}
@keyframes move-frames-5 {
    from {
        transform: translate3d(78vw, 104vh, 0);
    }
    to {
        transform: translate3d(53vw, -65vh, 0);
    }
}
.circle-container:nth-child(5) .circle {
    -webkit-animation-delay: 476ms;
    animation-delay: 476ms;
}
.circle-container:nth-child(6) {
    width: 32px;
    height: 32px;
    -webkit-animation-name: move-frames-6;
    animation-name: move-frames-6;
    -webkit-animation-duration: 35798ms;
    animation-duration: 35798ms;
    -webkit-animation-delay: 23287ms;
    animation-delay: 23287ms;
}
@-webkit-keyframes move-frames-6 {
    from {
        transform: translate3d(13vw, 108vh, 0);
    }
    to {
        transform: translate3d(6vw, -51vh, 0);
    }
}
@keyframes move-frames-6 {
    from {
        transform: translate3d(13vw, 108vh, 0);
    }
    to {
        transform: translate3d(6vw, -111vh, 0);
    }
}
.circle-container:nth-child(6) .circle {
    -webkit-animation-delay: 3625ms;
    animation-delay: 3625ms;
}
.circle-container:nth-child(7) {
    width: 43px;
    height: 43px;
    -webkit-animation-name: move-frames-7;
    animation-name: move-frames-7;
    -webkit-animation-duration: 34336ms;
    animation-duration: 34336ms;
    -webkit-animation-delay: 4487ms;
    animation-delay: 4487ms;
}
@-webkit-keyframes move-frames-7 {
    from {
        transform: translate3d(3vw, 106vh, 0);
    }
    to {
        transform: translate3d(10vw, -126vh, 0);
    }
}
@keyframes move-frames-7 {
    from {
        transform: translate3d(3vw, 106vh, 0);
    }
    to {
        transform: translate3d(10vw, -126vh, 0);
    }
}
.circle-container:nth-child(7) .circle {
    -webkit-animation-delay: 2300ms;
    animation-delay: 2300ms;
}
.circle-container:nth-child(8) {
    width: 24px;
    height: 24px;
    -webkit-animation-name: move-frames-8;
    animation-name: move-frames-8;
    -webkit-animation-duration: 32484ms;
    animation-duration: 32484ms;
    -webkit-animation-delay: 13848ms;
    animation-delay: 13848ms;
}
@-webkit-keyframes move-frames-8 {
    from {
        transform: translate3d(44vw, 108vh, 0);
    }
    to {
        transform: translate3d(70vw, -118vh, 0);
    }
}
@keyframes move-frames-8 {
    from {
        transform: translate3d(44vw, 108vh, 0);
    }
    to {
        transform: translate3d(70vw, -118vh, 0);
    }
}
.circle-container:nth-child(8) .circle {
    -webkit-animation-delay: 3709ms;
    animation-delay: 3709ms;
}
.circle-container:nth-child(9) {
    width: 38px;
    height: 38px;
    -webkit-animation-name: move-frames-9;
    animation-name: move-frames-9;
    -webkit-animation-duration: 30560ms;
    animation-duration: 30560ms;
    -webkit-animation-delay: 23103ms;
    animation-delay: 23103ms;
}
@-webkit-keyframes move-frames-9 {
    from {
        transform: translate3d(55vw, 102vh, 0);
    }
    to {
        transform: translate3d(98vw, -118vh, 0);
    }
}
@keyframes move-frames-9 {
    from {
        transform: translate3d(55vw, 102vh, 0);
    }
    to {
        transform: translate3d(98vw, -118vh, 0);
    }
}
.circle-container:nth-child(9) .circle {
    -webkit-animation-delay: 2262ms;
    animation-delay: 2262ms;
}
.circle-container:nth-child(10) {
    width: 32px;
    height: 32px;
    -webkit-animation-name: move-frames-10;
    animation-name: move-frames-10;
    -webkit-animation-duration: 31118ms;
    animation-duration: 31118ms;
    -webkit-animation-delay: 34475ms;
    animation-delay: 34475ms;
}
@-webkit-keyframes move-frames-10 {
    from {
        transform: translate3d(80vw, 102vh, 0);
    }
    to {
        transform: translate3d(19vw, -107vh, 0);
    }
}
@keyframes move-frames-10 {
    from {
        transform: translate3d(80vw, 102vh, 0);
    }
    to {
        transform: translate3d(19vw, -107vh, 0);
    }
}
.circle-container:nth-child(10) .circle {
    -webkit-animation-delay: 2694ms;
    animation-delay: 2694ms;
}
.circle-container:nth-child(11) {
    width: 60px;
    height: 60px;
    -webkit-animation-name: move-frames-11;
    animation-name: move-frames-11;
    -webkit-animation-duration: 35174ms;
    animation-duration: 35174ms;
    -webkit-animation-delay: 31886ms;
    animation-delay: 31886ms;
}
@-webkit-keyframes move-frames-11 {
    from {
        transform: translate3d(20vw, 102vh, 0);
    }
    to {
        transform: translate3d(44vw, -109vh, 0);
    }
}
@keyframes move-frames-11 {
    from {
        transform: translate3d(20vw, 102vh, 0);
    }
    to {
        transform: translate3d(44vw, -109vh, 0);
    }
}
.circle-container:nth-child(11) .circle {
    -webkit-animation-delay: 1069ms;
    animation-delay: 1069ms;
}
.circle-container:nth-child(12) {
    width: 40px;
    height: 40px;
    -webkit-animation-name: move-frames-12;
    animation-name: move-frames-12;
    -webkit-animation-duration: 29411ms;
    animation-duration: 29411ms;
    -webkit-animation-delay: 19662ms;
    animation-delay: 19662ms;
}
@-webkit-keyframes move-frames-12 {
    from {
        transform: translate3d(52vw, 107vh, 0);
    }
    to {
        transform: translate3d(98vw, -128vh, 0);
    }
}
@keyframes move-frames-12 {
    from {
        transform: translate3d(52vw, 107vh, 0);
    }
    to {
        transform: translate3d(98vw, -128vh, 0);
    }
}
.circle-container:nth-child(12) .circle {
    -webkit-animation-delay: 3737ms;
    animation-delay: 3737ms;
}
.circle-container:nth-child(13) {
    width: 30px;
    height: 30px;
    -webkit-animation-name: move-frames-13;
    animation-name: move-frames-13;
    -webkit-animation-duration: 29941ms;
    animation-duration: 29941ms;
    -webkit-animation-delay: 27561ms;
    animation-delay: 27561ms;
}
@-webkit-keyframes move-frames-13 {
    from {
        transform: translate3d(79vw, 109vh, 0);
    }
    to {
        transform: translate3d(63vw, -128vh, 0);
    }
}
@keyframes move-frames-13 {
    from {
        transform: translate3d(79vw, 109vh, 0);
    }
    to {
        transform: translate3d(63vw, -128vh, 0);
    }
}
.circle-container:nth-child(13) .circle {
    -webkit-animation-delay: 1358ms;
    animation-delay: 1358ms;
}
.circle-container:nth-child(14) {
    width: 24px;
    height: 24px;
    -webkit-animation-name: move-frames-14;
    animation-name: move-frames-14;
    -webkit-animation-duration: 36060ms;
    animation-duration: 36060ms;
    -webkit-animation-delay: 6961ms;
    animation-delay: 6961ms;
}
@-webkit-keyframes move-frames-14 {
    from {
        transform: translate3d(88vw, 106vh, 0);
    }
    to {
        transform: translate3d(59vw, -111vh, 0);
    }
}
@keyframes move-frames-14 {
    from {
        transform: translate3d(88vw, 106vh, 0);
    }
    to {
        transform: translate3d(59vw, -111vh, 0);
    }
}
.circle-container:nth-child(14) .circle {
    -webkit-animation-delay: 2241ms;
    animation-delay: 2241ms;
}
.circle-container:nth-child(15) {
    width: 51px;
    height: 51px;
    -webkit-animation-name: move-frames-15;
    animation-name: move-frames-15;
    -webkit-animation-duration: 33620ms;
    animation-duration: 33620ms;
    -webkit-animation-delay: 17920ms;
    animation-delay: 17920ms;
}
@-webkit-keyframes move-frames-15 {
    from {
        transform: translate3d(95vw, 101vh, 0);
    }
    to {
        transform: translate3d(28vw, -119vh, 0);
    }
}
@keyframes move-frames-15 {
    from {
        transform: translate3d(95vw, 101vh, 0);
    }
    to {
        transform: translate3d(28vw, -119vh, 0);
    }
}
.circle-container:nth-child(15) .circle {
    -webkit-animation-delay: 2211ms;
    animation-delay: 2211ms;
}
.circle-container:nth-child(16) {
    width: 61px;
    height: 61px;
    -webkit-animation-name: move-frames-16;
    animation-name: move-frames-16;
    -webkit-animation-duration: 29862ms;
    animation-duration: 29862ms;
    -webkit-animation-delay: 20299ms;
    animation-delay: 20299ms;
}
@-webkit-keyframes move-frames-16 {
    from {
        transform: translate3d(5vw, 102vh, 0);
    }
    to {
        transform: translate3d(75vw, -126vh, 0);
    }
}
@keyframes move-frames-16 {
    from {
        transform: translate3d(5vw, 102vh, 0);
    }
    to {
        transform: translate3d(75vw, -126vh, 0);
    }
}
.circle-container:nth-child(16) .circle {
    -webkit-animation-delay: 1157ms;
    animation-delay: 1157ms;
}
.circle-container:nth-child(17) {
    width: 73px;
    height: 73px;
    -webkit-animation-name: move-frames-17;
    animation-name: move-frames-17;
    -webkit-animation-duration: 28756ms;
    animation-duration: 28756ms;
    -webkit-animation-delay: 33532ms;
    animation-delay: 33532ms;
}
@-webkit-keyframes move-frames-17 {
    from {
        transform: translate3d(66vw, 108vh, 0);
    }
    to {
        transform: translate3d(89vw, -112vh, 0);
    }
}
@keyframes move-frames-17 {
    from {
        transform: translate3d(66vw, 108vh, 0);
    }
    to {
        transform: translate3d(89vw, -112vh, 0);
    }
}
.circle-container:nth-child(17) .circle {
    -webkit-animation-delay: 3055ms;
    animation-delay: 3055ms;
}
.circle-container:nth-child(18) {
    width: 44px;
    height: 44px;
    -webkit-animation-name: move-frames-18;
    animation-name: move-frames-18;
    -webkit-animation-duration: 30435ms;
    animation-duration: 30435ms;
    -webkit-animation-delay: 16888ms;
    animation-delay: 16888ms;
}
@-webkit-keyframes move-frames-18 {
    from {
        transform: translate3d(29vw, 104vh, 0);
    }
    to {
        transform: translate3d(12vw, -128vh, 0);
    }
}
@keyframes move-frames-18 {
    from {
        transform: translate3d(29vw, 104vh, 0);
    }
    to {
        transform: translate3d(12vw, -128vh, 0);
    }
}
.circle-container:nth-child(18) .circle {
    -webkit-animation-delay: 539ms;
    animation-delay: 539ms;
}

/* service bg animation  */
.service-section .bg-shape1 {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.service-section .bg-shape1 svg {
    animation: bounce 10s linear infinite;
    width: 600px;
}

/* ------------------------*/
/*********** Primary button  */
.btn.btn-primary {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    color: var(--bs-white);
    border: 0.15em solid var(--bs-primary);
    border-radius: 5px;
    transition: 4s;
    background: var(--bs-primary);
}
.btn.btn-border-white {
    position: relative;
    overflow: hidden;
}

.btn-style-one .btn.btn-primary:before,
.btn-style-one .btn.btn-primary:after,
.btn-style-one .btn.btn-border-white:before,
.btn-style-one .btn.btn-border-white:after {
    content: "";
    position: absolute;
    top: -1.5em;
    z-index: -1;
    width: 200%;
    aspect-ratio: 1;
    border: none;
    border-radius: 40%;
    background-color: rgba(255, 62, 85, 0.25);
    transition: 4s;
}
.btn-style-one .btn.btn-primary:before,
.btn-style-one .btn.btn-border-white:before {
    left: -80%;
    transform: translate3d(0, 5em, 0) rotate(-340deg);
}
.btn-style-one .btn.btn-primary:after,
.btn-style-one .btn.btn-border-white:after {
    right: -80%;
    transform: translate3d(0, 5em, 0) rotate(390deg);
}
.btn-style-one .btn.btn-primary:hover,
.btn-style-one .btn.btn-primary:focus {
    color: var(--bs-primary);
}
.btn-style-one .btn.btn-primary:hover:before,
.btn-style-one .btn.btn-primary:hover:after,
.btn-style-one .btn.btn-primary:focus:before,
.btn-style-one .btn.btn-primary:focus:after {
    transform: none;
    background-color: rgba(255, 255, 255, 0.75);
}

.btn-style-one .btn.btn-border-white:hover:before,
.btn-style-one .btn.btn-border-white:hover:after,
.btn-style-one .btn.btn-border-white:focus:before,
.btn-style-one .btn.btn-border-white:focus:after {
    transform: none;
    background-color: rgba(255, 255, 255, 0.75);
}

/* ------------------------*/
/*********** Video Section*/
.video-section-container-flow .video-cover {
    align-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}
.video-flow .animated {
    margin-block-start: 0;
    margin-block-end: 0;
    animation-name: fadeInUp;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    opacity: 0;
}
.video-cover .play-block-cover-image-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 30px;
}
/* .play-block-cover-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5;
} */
.video-cover-inner-container {
    width: 100%;
    z-index: 1;
    color: #fff;
}
.video-play-button {
    flex-wrap: wrap;
}
.play-icon-wrapper {
    margin: 0;
    display: flex;
    justify-content: center;
}
.play-icon-wrapper .video-play-icon {
    font-size: 42px;
    color: var(--bs-white);
    background: var(--bs-primary);
    border-radius: 100px;
    width: 80px;
    height: 80px;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: visible !important;
    z-index: 10;
    opacity: 1;
}

.play-icon-wrapper .video-play-icon:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: var(--bs-primary);
    z-index: -1;
    opacity: 0.6;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    right: 0px;
    transform: translateX(-50%) translateY(-50%);
}
.play-icon-wrapper .video-play-icon:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 62, 85, 0.8);
    border-radius: 50%;
    animation: pulse-border2 1500ms ease-out infinite;
    -webkit-animation: pulse-border2 1500ms ease-out infinite;
    z-index: -2;
}
.flixita-progress-bar {
    width: 100%;
    margin-block-start: 20px;
    margin-block-end: 0;
}
.flixita-progress-bar-title {
    display: flex;
    justify-content: space-between;
}
.flixita-progress-bar-title .progress-bar-percentage {
    color: var(--bs-primary);
}
.flixita-progress-bar .progress-bar-track {
    background-color: var(--bs-secondary);
    border: 0px;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.flixita-progress-bar .progress-bar-handle {
    animation: progress 1.5s ease-in 1;
    align-items: center;
    /* animation: in-out 1s forwards; */
    background-color: var(--bs-primary);
    box-sizing: border-box;
    /*    color: #fff;*/
    display: flex;
    justify-content: right;
    padding: 0 5px;
}
.progress-button {
    margin-block-start: 40px;
    margin-block-end: 0;
}

.video-img-effect:before,
.video-img-effect:after {
    content: "";
    position: absolute;
    transform: scale(0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.video-img-effect:hover:before {
    transition: all 0.5s ease 0.1s;
    transform: scale(1);
    z-index: 1;
}
.video-img-effect:hover:after {
    transition: all 0.6s ease 0.2s;
    transform: scale(1);
}

/******  ***/
/*===== / Countdown section / =====*/

.countdown-section {
    overflow: hidden;
}

.countdown-section .count-wrap {
    display: flex;
    justify-content: center;
}

.countdown-section .count-wrap > div {
    height: 150px;
    width: 150px;
    border: 1px solid var(--bs-gray);
    text-align: center;
    padding: 30px 0;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}

.countdown-section .count-wrap > div > span {
    font-size: 45px;
    color: var(--bs-primary);
}

.countdown-section .count-wrap > div .dtext {
    color: var(--bs-white);
}

.countdown-section .count-wrap > div:after {
    content: "";
    width: 150%;
    height: 100px;
    background: rgb(255 255 255 / 10%);
    display: block;
    transform: rotate(-40deg);
    position: absolute;
    bottom: -10%;
    left: 14%;
    z-index: 0;
}
/* countdown section BG Animation */
.countdown-section .stars,
.flixita-features-section .stars {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow:
        658px 839px #fff,
        1106px 1290px #fff,
        909px 521px #fff,
        1404px 1926px #fff,
        1654px 373px #fff,
        279px 1961px #fff,
        771px 1778px #fff,
        1646px 1443px #fff,
        1900px 11px #fff,
        1954px 670px #fff,
        480px 1816px #fff,
        1581px 584px #fff,
        1406px 1820px #fff,
        109px 85px #fff,
        1216px 1232px #fff,
        989px 1387px #fff,
        11px 210px #fff,
        445px 924px #fff,
        1649px 946px #fff,
        215px 1092px #fff,
        565px 72px #fff,
        611px 312px #fff,
        1056px 112px #fff,
        103px 651px #fff,
        1217px 826px #fff,
        151px 802px #fff,
        369px 1348px #fff,
        1553px 1241px #fff,
        1656px 1077px #fff,
        913px 992px #fff,
        275px 613px #fff,
        1265px 681px #fff,
        1004px 747px #fff,
        1593px 408px #fff,
        761px 771px #fff,
        107px 1117px #fff,
        1527px 1036px #fff,
        1841px 1247px #fff,
        81px 38px #fff,
        909px 230px #fff,
        1916px 1874px #fff,
        1208px 374px #fff,
        482px 1534px #fff,
        75px 419px #fff,
        1327px 1020px #fff,
        1753px 1065px #fff,
        1313px 1188px #fff,
        285px 944px #fff,
        1950px 1128px #fff,
        871px 877px #fff,
        896px 850px #fff,
        1876px 1871px #fff,
        579px 406px #fff,
        484px 10px #fff,
        147px 1217px #fff,
        619px 150px #fff,
        823px 470px #fff,
        1761px 520px #fff,
        1316px 1119px #fff,
        1537px 431px #fff,
        1563px 362px #fff,
        1097px 1984px #fff,
        1956px 1771px #fff,
        1098px 1459px #fff,
        1568px 1866px #fff,
        1629px 1991px #fff,
        1291px 879px #fff,
        200px 646px #fff,
        702px 235px #fff,
        1292px 623px #fff,
        1955px 369px #fff,
        1410px 781px #fff,
        1964px 659px #fff,
        1463px 1408px #fff,
        1596px 749px #fff,
        356px 1001px #fff,
        1522px 1050px #fff,
        1879px 457px #fff,
        98px 1114px #fff,
        1681px 1231px #fff,
        1183px 1265px #fff,
        587px 672px #fff,
        807px 849px #fff,
        224px 13px #fff,
        157px 1817px #fff,
        77px 349px #fff,
        1642px 1771px #fff,
        574px 1259px #fff,
        702px 959px #fff,
        708px 160px #fff,
        1368px 757px #fff,
        1448px 494px #fff,
        58px 592px #fff,
        1226px 1676px #fff,
        1244px 1488px #fff,
        1776px 1677px #fff,
        81px 552px #fff,
        255px 1940px #fff,
        670px 1647px #fff,
        631px 161px #fff,
        277px 289px #fff,
        841px 251px #fff,
        485px 355px #fff,
        12px 1242px #fff,
        1830px 413px #fff,
        744px 302px #fff,
        181px 1572px #fff,
        741px 1480px #fff,
        868px 1815px #fff,
        128px 1617px #fff,
        1412px 578px #fff,
        860px 1130px #fff,
        677px 490px #fff,
        798px 97px #fff,
        1480px 496px #fff,
        662px 399px #fff,
        1115px 654px #fff,
        822px 514px #fff,
        571px 801px #fff,
        450px 597px #fff,
        1968px 1216px #fff,
        909px 188px #fff,
        307px 1540px #fff,
        765px 1046px #fff,
        1269px 326px #fff,
        200px 448px #fff,
        650px 427px #fff,
        1618px 602px #fff,
        1695px 1109px #fff,
        1352px 96px #fff,
        1189px 891px #fff,
        1717px 1432px #fff,
        1337px 435px #fff,
        890px 402px #fff,
        17px 1595px #fff,
        1763px 505px #fff,
        548px 1419px #fff,
        642px 422px #fff,
        157px 1936px #fff,
        886px 11px #fff,
        1152px 1361px #fff,
        1507px 974px #fff,
        841px 1363px #fff,
        1365px 307px #fff,
        1818px 1954px #fff,
        888px 730px #fff,
        903px 1396px #fff,
        1670px 1473px #fff,
        1132px 1704px #fff,
        501px 1755px #fff,
        1640px 1159px #fff,
        359px 726px #fff,
        389px 293px #fff,
        1164px 246px #fff,
        1759px 1718px #fff,
        1863px 236px #fff,
        230px 1452px #fff,
        673px 534px #fff,
        1896px 219px #fff,
        1257px 1825px #fff,
        884px 343px #fff,
        1726px 1789px #fff,
        58px 1895px #fff,
        1244px 330px #fff,
        902px 943px #fff,
        416px 927px #fff,
        1307px 1604px #fff,
        1100px 1885px #fff,
        1539px 1691px #fff,
        1819px 1971px #fff,
        518px 1414px #fff,
        1013px 788px #fff,
        1848px 508px #fff,
        1759px 1046px #fff,
        376px 857px #fff,
        1231px 478px #fff,
        552px 938px #fff,
        291px 558px #fff,
        1903px 991px #fff,
        1139px 1242px #fff,
        972px 587px #fff,
        941px 1518px #fff,
        1410px 953px #fff,
        1077px 87px #fff,
        896px 894px #fff,
        1447px 1557px #fff,
        435px 177px #fff,
        1091px 1324px #fff,
        1314px 445px #fff,
        1923px 1865px #fff,
        399px 328px #fff,
        482px 547px #fff,
        1642px 559px #fff,
        1651px 114px #fff,
        1372px 1552px #fff,
        1392px 1760px #fff,
        1498px 593px #fff,
        546px 107px #fff,
        115px 1647px #fff,
        148px 1791px #fff,
        1925px 1647px #fff,
        1934px 289px #fff,
        1908px 175px #fff,
        433px 1154px #fff,
        519px 1141px #fff,
        1358px 105px #fff,
        456px 1102px #fff,
        504px 481px #fff,
        1430px 1419px #fff,
        1273px 1644px #fff,
        737px 1994px #fff,
        1885px 1283px #fff,
        1286px 380px #fff,
        1209px 383px #fff,
        52px 728px #fff,
        1580px 1862px #fff,
        403px 875px #fff,
        1823px 329px #fff,
        1402px 175px #fff,
        600px 1832px #fff,
        489px 1081px #fff,
        448px 1115px #fff,
        1450px 1725px #fff,
        558px 1952px #fff,
        553px 598px #fff,
        613px 260px #fff,
        1695px 1320px #fff,
        678px 1106px #fff,
        779px 1463px #fff,
        1296px 1635px #fff,
        183px 999px #fff,
        1927px 929px #fff,
        196px 1755px #fff,
        126px 871px #fff,
        1764px 839px #fff,
        1677px 150px #fff,
        1808px 550px #fff,
        26px 1758px #fff,
        1307px 728px #fff,
        811px 891px #fff,
        58px 1341px #fff,
        872px 1317px #fff,
        1397px 1417px #fff,
        403px 349px #fff,
        170px 58px #fff,
        798px 1701px #fff,
        817px 1055px #fff,
        1289px 1644px #fff,
        350px 1858px #fff,
        246px 523px #fff,
        624px 700px #fff,
        240px 1646px #fff,
        604px 1504px #fff,
        128px 1724px #fff,
        237px 426px #fff,
        420px 1336px #fff,
        525px 1743px #fff,
        759px 573px #fff,
        853px 1212px #fff,
        968px 1502px #fff,
        1662px 1350px #fff,
        146px 1879px #fff,
        174px 1605px #fff,
        1689px 1903px #fff,
        1181px 1103px #fff,
        269px 1063px #fff,
        1830px 215px #fff,
        986px 1621px #fff,
        457px 360px #fff,
        278px 1837px #fff,
        872px 1484px #fff,
        946px 389px #fff,
        970px 1606px #fff,
        786px 1412px #fff,
        1945px 1486px #fff,
        332px 1905px #fff,
        1714px 1367px #fff,
        350px 1390px #fff,
        12px 1123px #fff,
        533px 348px #fff,
        734px 1419px #fff,
        1812px 295px #fff,
        768px 890px #fff,
        728px 1857px #fff,
        620px 272px #fff,
        1339px 450px #fff,
        633px 1802px #fff,
        1886px 1910px #fff,
        1009px 1905px #fff,
        235px 1525px #fff,
        1902px 1545px #fff,
        907px 276px #fff,
        1372px 921px #fff,
        644px 887px #fff,
        851px 861px #fff,
        1920px 1090px #fff,
        1118px 731px #fff,
        1046px 643px #fff,
        709px 1977px #fff,
        1712px 510px #fff,
        611px 153px #fff,
        933px 546px #fff,
        911px 531px #fff,
        1661px 1163px #fff,
        660px 1529px #fff,
        1433px 1401px #fff,
        1858px 1234px #fff,
        1762px 1915px #fff,
        452px 1896px #fff,
        755px 199px #fff,
        1534px 803px #fff,
        1838px 896px #fff,
        1891px 874px #fff,
        1308px 1969px #fff,
        1279px 1097px #fff,
        1726px 1073px #fff,
        382px 206px #fff,
        281px 1152px #fff,
        1042px 1711px #fff,
        1227px 256px #fff,
        1012px 1469px #fff,
        38px 100px #fff,
        705px 937px #fff,
        110px 937px #fff,
        1016px 1490px #fff,
        952px 89px #fff,
        1149px 619px #fff,
        1777px 779px #fff,
        566px 1020px #fff,
        69px 1621px #fff,
        574px 1343px #fff,
        58px 1481px #fff,
        525px 938px #fff,
        44px 78px #fff,
        1676px 1959px #fff,
        1968px 1887px #fff,
        1510px 928px #fff,
        1645px 500px #fff,
        527px 1605px #fff,
        1486px 1343px #fff,
        915px 252px #fff,
        1473px 620px #fff,
        239px 1459px #fff,
        85px 653px #fff,
        1545px 555px #fff,
        654px 1346px #fff,
        242px 1123px #fff,
        831px 1849px #fff,
        732px 1854px #fff,
        770px 1784px #fff,
        164px 1617px #fff,
        1376px 1785px #fff,
        738px 1725px #fff,
        1201px 1319px #fff,
        523px 1552px #fff,
        703px 234px #fff,
        1976px 231px #fff,
        1861px 458px #fff,
        264px 1082px #fff,
        680px 846px #fff,
        377px 79px #fff,
        588px 592px #fff,
        1369px 212px #fff,
        1568px 1066px #fff,
        690px 311px #fff,
        1337px 1599px #fff,
        653px 1235px #fff,
        1154px 1184px #fff,
        1740px 1647px #fff,
        1104px 362px #fff,
        1090px 1326px #fff,
        138px 120px #fff,
        1119px 1908px #fff,
        1470px 1203px #fff,
        1787px 1946px #fff,
        129px 1751px #fff,
        544px 535px #fff,
        571px 1754px #fff,
        9px 961px #fff,
        986px 844px #fff,
        256px 801px #fff,
        266px 1614px #fff,
        689px 264px #fff,
        1374px 1167px #fff,
        1043px 549px #fff,
        1803px 897px #fff,
        1214px 1148px #fff,
        1768px 1293px #fff,
        946px 989px #fff,
        857px 938px #fff,
        1117px 699px #fff,
        1876px 1593px #fff,
        1919px 1237px #fff,
        654px 1257px #fff,
        1292px 901px #fff,
        19px 744px #fff,
        731px 415px #fff,
        1247px 30px #fff,
        1301px 1136px #fff,
        312px 251px #fff,
        790px 289px #fff,
        1578px 908px #fff,
        379px 1775px #fff,
        502px 160px #fff,
        1689px 1154px #fff,
        1267px 1354px #fff,
        593px 204px #fff,
        313px 995px #fff,
        1297px 1053px #fff,
        572px 1288px #fff,
        829px 126px #fff,
        1754px 1362px #fff,
        1559px 1505px #fff,
        832px 1463px #fff,
        671px 1837px #fff,
        466px 738px #fff,
        1323px 1477px #fff,
        757px 1090px #fff,
        1042px 1317px #fff,
        545px 1056px #fff,
        769px 1666px #fff,
        307px 470px #fff,
        1724px 27px #fff,
        1705px 274px #fff,
        1297px 221px #fff,
        143px 1057px #fff,
        1100px 1585px #fff,
        93px 1116px #fff,
        1629px 643px #fff,
        194px 1773px #fff,
        1873px 922px #fff,
        1411px 314px #fff,
        1582px 1507px #fff,
        535px 1137px #fff,
        63px 1093px #fff,
        208px 23px #fff,
        1645px 178px #fff,
        1511px 14px #fff,
        830px 564px #fff,
        359px 1701px #fff,
        1754px 177px #fff,
        1131px 943px #fff,
        64px 1247px #fff,
        1823px 397px #fff,
        271px 1705px #fff,
        1701px 595px #fff,
        475px 1289px #fff,
        1408px 10px #fff,
        663px 1500px #fff,
        411px 907px #fff,
        871px 662px #fff,
        270px 1491px #fff,
        1504px 479px #fff,
        1980px 655px #fff,
        258px 294px #fff,
        523px 1690px #fff,
        986px 1340px #fff,
        1242px 355px #fff,
        1777px 718px #fff,
        1359px 200px #fff,
        1573px 1025px #fff,
        221px 1094px #fff,
        657px 287px #fff,
        432px 1888px #fff,
        981px 283px #fff,
        129px 1023px #fff,
        1898px 10px #fff,
        538px 856px #fff,
        1437px 237px #fff,
        619px 1642px #fff,
        1583px 879px #fff,
        905px 1422px #fff,
        871px 413px #fff,
        58px 1241px #fff,
        681px 563px #fff,
        1686px 743px #fff,
        1757px 1092px #fff,
        704px 124px #fff,
        1955px 622px #fff,
        1089px 788px #fff,
        92px 484px #fff,
        326px 98px #fff,
        1172px 1634px #fff,
        33px 1651px #fff,
        557px 1577px #fff,
        55px 1986px #fff,
        1242px 1387px #fff,
        1558px 448px #fff,
        847px 187px #fff,
        598px 1206px #fff,
        1203px 1057px #fff,
        591px 1546px #fff,
        1966px 1181px #fff,
        1992px 965px #fff,
        829px 1834px #fff,
        855px 1798px #fff,
        1803px 781px #fff,
        764px 910px #fff,
        1929px 1145px #fff,
        320px 843px #fff,
        1596px 143px #fff,
        1868px 868px #fff,
        1766px 201px #fff,
        1090px 476px #fff,
        1770px 1084px #fff,
        518px 1859px #fff,
        1041px 820px #fff,
        1067px 1874px #fff,
        1326px 925px #fff,
        1172px 658px #fff,
        896px 1937px #fff,
        117px 779px #fff,
        1153px 1355px #fff,
        560px 1420px #fff,
        1843px 227px #fff,
        509px 9px #fff,
        160px 1836px #fff,
        37px 341px #fff,
        233px 1010px #fff,
        676px 1223px #fff,
        75px 1784px #fff,
        1813px 1630px #fff,
        328px 1797px #fff,
        1767px 1495px #fff,
        889px 1797px #fff,
        78px 446px #fff,
        381px 660px #fff,
        862px 929px #fff,
        1349px 411px #fff,
        404px 1404px #fff,
        1184px 585px #fff,
        122px 403px #fff,
        1650px 496px #fff,
        1353px 115px #fff,
        1324px 121px #fff,
        1635px 1395px #fff,
        555px 934px #fff,
        576px 497px #fff,
        819px 1834px #fff,
        791px 488px #fff,
        817px 204px #fff,
        1406px 1991px #fff,
        1849px 681px #fff,
        144px 179px #fff,
        1025px 1473px #fff,
        592px 1370px #fff,
        924px 874px #fff,
        1346px 1447px #fff,
        1449px 1747px #fff,
        1273px 1309px #fff,
        856px 1503px #fff,
        1712px 1467px #fff,
        80px 1832px #fff,
        863px 147px #fff,
        1812px 357px #fff,
        1191px 145px #fff,
        191px 1865px #fff,
        295px 1550px #fff,
        5px 421px #fff,
        1527px 1503px #fff,
        608px 744px #fff,
        320px 1034px #fff,
        855px 733px #fff,
        1884px 1010px #fff,
        758px 1337px #fff,
        1988px 707px #fff,
        206px 1231px #fff,
        1534px 1798px #fff,
        618px 726px #fff,
        1026px 60px #fff,
        1000px 88px #fff,
        1928px 1823px #fff,
        1488px 1552px #fff,
        757px 892px #fff,
        456px 935px #fff,
        500px 1743px #fff,
        903px 1798px #fff,
        1168px 810px #fff,
        1928px 1905px #fff,
        1915px 65px #fff,
        1909px 1912px #fff,
        556px 1010px #fff,
        1124px 1622px #fff,
        1228px 313px #fff,
        1639px 290px #fff,
        951px 965px #fff,
        107px 191px #fff,
        1203px 1269px #fff,
        622px 1061px #fff,
        1999px 1717px #fff,
        671px 937px #fff,
        1038px 1008px #fff,
        951px 767px #fff,
        400px 1854px #fff,
        981px 47px #fff,
        1470px 1195px #fff,
        1287px 141px #fff,
        507px 395px #fff,
        1799px 741px #fff,
        1629px 1252px #fff,
        795px 1397px #fff,
        361px 339px #fff,
        1878px 556px #fff,
        355px 153px #fff,
        1437px 191px #fff,
        1867px 689px #fff,
        131px 1381px #fff,
        1856px 799px #fff,
        385px 1078px #fff,
        113px 780px #fff,
        104px 921px #fff,
        628px 1672px #fff,
        354px 1063px #fff,
        1890px 953px #fff,
        760px 729px #fff,
        1176px 488px #fff,
        488px 288px #fff,
        1707px 1784px #fff,
        1827px 1027px #fff,
        1231px 1357px #fff,
        1041px 1408px #fff,
        239px 304px #fff,
        1674px 1462px #fff,
        1430px 774px #fff,
        1412px 138px #fff,
        1723px 74px #fff,
        1089px 145px #fff,
        1983px 445px #fff,
        1715px 884px #fff,
        1020px 1560px #fff,
        295px 103px #fff,
        742px 997px #fff,
        236px 186px #fff,
        907px 1967px #fff,
        1987px 1677px #fff,
        1785px 753px #fff,
        353px 1778px #fff,
        1918px 940px #fff,
        1763px 1743px #fff,
        434px 1001px #fff,
        1050px 802px #fff,
        1876px 595px #fff,
        821px 79px #fff,
        1043px 1373px #fff,
        1015px 1480px #fff,
        687px 1339px #fff,
        1133px 1613px #fff,
        1686px 1871px #fff,
        625px 1754px #fff,
        1530px 1022px #fff,
        1122px 872px #fff,
        1014px 1725px #fff,
        638px 860px #fff,
        3px 1537px #fff,
        938px 959px #fff,
        1912px 88px #fff,
        1850px 457px #fff,
        1558px 1782px #fff,
        1510px 50px #fff,
        1434px 1897px #fff,
        1919px 963px #fff,
        78px 773px #fff,
        240px 1630px #fff,
        1064px 1192px #fff,
        179px 1328px #fff,
        1479px 1641px #fff,
        1613px 588px #fff,
        1516px 453px #fff,
        499px 1594px #fff,
        85px 1128px #fff,
        1730px 1512px #fff,
        476px 881px #fff,
        992px 1660px #fff,
        298px 1833px #fff,
        1022px 1430px #fff,
        200px 689px #fff,
        1636px 417px #fff,
        1427px 908px #fff,
        373px 1125px #fff,
        284px 719px #fff,
        955px 1384px #fff,
        1415px 400px #fff,
        934px 656px #fff,
        1938px 1018px #fff,
        242px 1013px #fff,
        612px 1752px #fff,
        91px 692px #fff,
        1029px 1242px #fff,
        1139px 221px #fff,
        1045px 1160px #fff,
        1653px 855px #fff,
        1185px 731px #fff,
        154px 1640px #fff,
        848px 1861px #fff,
        1115px 987px #fff,
        1695px 1576px #fff,
        195px 857px #fff,
        886px 16px #fff,
        266px 1819px #fff,
        834px 1416px #fff;
    animation: animStar 50s linear infinite;
}

.countdown-section .stars:after,
.flixita-features-section .stars:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow:
        658px 839px #fff,
        1106px 1290px #fff,
        909px 521px #fff,
        1404px 1926px #fff,
        1654px 373px #fff,
        279px 1961px #fff,
        771px 1778px #fff,
        1646px 1443px #fff,
        1900px 11px #fff,
        1954px 670px #fff,
        480px 1816px #fff,
        1581px 584px #fff,
        1406px 1820px #fff,
        109px 85px #fff,
        1216px 1232px #fff,
        989px 1387px #fff,
        11px 210px #fff,
        445px 924px #fff,
        1649px 946px #fff,
        215px 1092px #fff,
        565px 72px #fff,
        611px 312px #fff,
        1056px 112px #fff,
        103px 651px #fff,
        1217px 826px #fff,
        151px 802px #fff,
        369px 1348px #fff,
        1553px 1241px #fff,
        1656px 1077px #fff,
        913px 992px #fff,
        275px 613px #fff,
        1265px 681px #fff,
        1004px 747px #fff,
        1593px 408px #fff,
        761px 771px #fff,
        107px 1117px #fff,
        1527px 1036px #fff,
        1841px 1247px #fff,
        81px 38px #fff,
        909px 230px #fff,
        1916px 1874px #fff,
        1208px 374px #fff,
        482px 1534px #fff,
        75px 419px #fff,
        1327px 1020px #fff,
        1753px 1065px #fff,
        1313px 1188px #fff,
        285px 944px #fff,
        1950px 1128px #fff,
        871px 877px #fff,
        896px 850px #fff,
        1876px 1871px #fff,
        579px 406px #fff,
        484px 10px #fff,
        147px 1217px #fff,
        619px 150px #fff,
        823px 470px #fff,
        1761px 520px #fff,
        1316px 1119px #fff,
        1537px 431px #fff,
        1563px 362px #fff,
        1097px 1984px #fff,
        1956px 1771px #fff,
        1098px 1459px #fff,
        1568px 1866px #fff,
        1629px 1991px #fff,
        1291px 879px #fff,
        200px 646px #fff,
        702px 235px #fff,
        1292px 623px #fff,
        1955px 369px #fff,
        1410px 781px #fff,
        1964px 659px #fff,
        1463px 1408px #fff,
        1596px 749px #fff,
        356px 1001px #fff,
        1522px 1050px #fff,
        1879px 457px #fff,
        98px 1114px #fff,
        1681px 1231px #fff,
        1183px 1265px #fff,
        587px 672px #fff,
        807px 849px #fff,
        224px 13px #fff,
        157px 1817px #fff,
        77px 349px #fff,
        1642px 1771px #fff,
        574px 1259px #fff,
        702px 959px #fff,
        708px 160px #fff,
        1368px 757px #fff,
        1448px 494px #fff,
        58px 592px #fff,
        1226px 1676px #fff,
        1244px 1488px #fff,
        1776px 1677px #fff,
        81px 552px #fff,
        255px 1940px #fff,
        670px 1647px #fff,
        631px 161px #fff,
        277px 289px #fff,
        841px 251px #fff,
        485px 355px #fff,
        12px 1242px #fff,
        1830px 413px #fff,
        744px 302px #fff,
        181px 1572px #fff,
        741px 1480px #fff,
        868px 1815px #fff,
        128px 1617px #fff,
        1412px 578px #fff,
        860px 1130px #fff,
        677px 490px #fff,
        798px 97px #fff,
        1480px 496px #fff,
        662px 399px #fff,
        1115px 654px #fff,
        822px 514px #fff,
        571px 801px #fff,
        450px 597px #fff,
        1968px 1216px #fff,
        909px 188px #fff,
        307px 1540px #fff,
        765px 1046px #fff,
        1269px 326px #fff,
        200px 448px #fff,
        650px 427px #fff,
        1618px 602px #fff,
        1695px 1109px #fff,
        1352px 96px #fff,
        1189px 891px #fff,
        1717px 1432px #fff,
        1337px 435px #fff,
        890px 402px #fff,
        17px 1595px #fff,
        1763px 505px #fff,
        548px 1419px #fff,
        642px 422px #fff,
        157px 1936px #fff,
        886px 11px #fff,
        1152px 1361px #fff,
        1507px 974px #fff,
        841px 1363px #fff,
        1365px 307px #fff,
        1818px 1954px #fff,
        888px 730px #fff,
        903px 1396px #fff,
        1670px 1473px #fff,
        1132px 1704px #fff,
        501px 1755px #fff,
        1640px 1159px #fff,
        359px 726px #fff,
        389px 293px #fff,
        1164px 246px #fff,
        1759px 1718px #fff,
        1863px 236px #fff,
        230px 1452px #fff,
        673px 534px #fff,
        1896px 219px #fff,
        1257px 1825px #fff,
        884px 343px #fff,
        1726px 1789px #fff,
        58px 1895px #fff,
        1244px 330px #fff,
        902px 943px #fff,
        416px 927px #fff,
        1307px 1604px #fff,
        1100px 1885px #fff,
        1539px 1691px #fff,
        1819px 1971px #fff,
        518px 1414px #fff,
        1013px 788px #fff,
        1848px 508px #fff,
        1759px 1046px #fff,
        376px 857px #fff,
        1231px 478px #fff,
        552px 938px #fff,
        291px 558px #fff,
        1903px 991px #fff,
        1139px 1242px #fff,
        972px 587px #fff,
        941px 1518px #fff,
        1410px 953px #fff,
        1077px 87px #fff,
        896px 894px #fff,
        1447px 1557px #fff,
        435px 177px #fff,
        1091px 1324px #fff,
        1314px 445px #fff,
        1923px 1865px #fff,
        399px 328px #fff,
        482px 547px #fff,
        1642px 559px #fff,
        1651px 114px #fff,
        1372px 1552px #fff,
        1392px 1760px #fff,
        1498px 593px #fff,
        546px 107px #fff,
        115px 1647px #fff,
        148px 1791px #fff,
        1925px 1647px #fff,
        1934px 289px #fff,
        1908px 175px #fff,
        433px 1154px #fff,
        519px 1141px #fff,
        1358px 105px #fff,
        456px 1102px #fff,
        504px 481px #fff,
        1430px 1419px #fff,
        1273px 1644px #fff,
        737px 1994px #fff,
        1885px 1283px #fff,
        1286px 380px #fff,
        1209px 383px #fff,
        52px 728px #fff,
        1580px 1862px #fff,
        403px 875px #fff,
        1823px 329px #fff,
        1402px 175px #fff,
        600px 1832px #fff,
        489px 1081px #fff,
        448px 1115px #fff,
        1450px 1725px #fff,
        558px 1952px #fff,
        553px 598px #fff,
        613px 260px #fff,
        1695px 1320px #fff,
        678px 1106px #fff,
        779px 1463px #fff,
        1296px 1635px #fff,
        183px 999px #fff,
        1927px 929px #fff,
        196px 1755px #fff,
        126px 871px #fff,
        1764px 839px #fff,
        1677px 150px #fff,
        1808px 550px #fff,
        26px 1758px #fff,
        1307px 728px #fff,
        811px 891px #fff,
        58px 1341px #fff,
        872px 1317px #fff,
        1397px 1417px #fff,
        403px 349px #fff,
        170px 58px #fff,
        798px 1701px #fff,
        817px 1055px #fff,
        1289px 1644px #fff,
        350px 1858px #fff,
        246px 523px #fff,
        624px 700px #fff,
        240px 1646px #fff,
        604px 1504px #fff,
        128px 1724px #fff,
        237px 426px #fff,
        420px 1336px #fff,
        525px 1743px #fff,
        759px 573px #fff,
        853px 1212px #fff,
        968px 1502px #fff,
        1662px 1350px #fff,
        146px 1879px #fff,
        174px 1605px #fff,
        1689px 1903px #fff,
        1181px 1103px #fff,
        269px 1063px #fff,
        1830px 215px #fff,
        986px 1621px #fff,
        457px 360px #fff,
        278px 1837px #fff,
        872px 1484px #fff,
        946px 389px #fff,
        970px 1606px #fff,
        786px 1412px #fff,
        1945px 1486px #fff,
        332px 1905px #fff,
        1714px 1367px #fff,
        350px 1390px #fff,
        12px 1123px #fff,
        533px 348px #fff,
        734px 1419px #fff,
        1812px 295px #fff,
        768px 890px #fff,
        728px 1857px #fff,
        620px 272px #fff,
        1339px 450px #fff,
        633px 1802px #fff,
        1886px 1910px #fff,
        1009px 1905px #fff,
        235px 1525px #fff,
        1902px 1545px #fff,
        907px 276px #fff,
        1372px 921px #fff,
        644px 887px #fff,
        851px 861px #fff,
        1920px 1090px #fff,
        1118px 731px #fff,
        1046px 643px #fff,
        709px 1977px #fff,
        1712px 510px #fff,
        611px 153px #fff,
        933px 546px #fff,
        911px 531px #fff,
        1661px 1163px #fff,
        660px 1529px #fff,
        1433px 1401px #fff,
        1858px 1234px #fff,
        1762px 1915px #fff,
        452px 1896px #fff,
        755px 199px #fff,
        1534px 803px #fff,
        1838px 896px #fff,
        1891px 874px #fff,
        1308px 1969px #fff,
        1279px 1097px #fff,
        1726px 1073px #fff,
        382px 206px #fff,
        281px 1152px #fff,
        1042px 1711px #fff,
        1227px 256px #fff,
        1012px 1469px #fff,
        38px 100px #fff,
        705px 937px #fff,
        110px 937px #fff,
        1016px 1490px #fff,
        952px 89px #fff,
        1149px 619px #fff,
        1777px 779px #fff,
        566px 1020px #fff,
        69px 1621px #fff,
        574px 1343px #fff,
        58px 1481px #fff,
        525px 938px #fff,
        44px 78px #fff,
        1676px 1959px #fff,
        1968px 1887px #fff,
        1510px 928px #fff,
        1645px 500px #fff,
        527px 1605px #fff,
        1486px 1343px #fff,
        915px 252px #fff,
        1473px 620px #fff,
        239px 1459px #fff,
        85px 653px #fff,
        1545px 555px #fff,
        654px 1346px #fff,
        242px 1123px #fff,
        831px 1849px #fff,
        732px 1854px #fff,
        770px 1784px #fff,
        164px 1617px #fff,
        1376px 1785px #fff,
        738px 1725px #fff,
        1201px 1319px #fff,
        523px 1552px #fff,
        703px 234px #fff,
        1976px 231px #fff,
        1861px 458px #fff,
        264px 1082px #fff,
        680px 846px #fff,
        377px 79px #fff,
        588px 592px #fff,
        1369px 212px #fff,
        1568px 1066px #fff,
        690px 311px #fff,
        1337px 1599px #fff,
        653px 1235px #fff,
        1154px 1184px #fff,
        1740px 1647px #fff,
        1104px 362px #fff,
        1090px 1326px #fff,
        138px 120px #fff,
        1119px 1908px #fff,
        1470px 1203px #fff,
        1787px 1946px #fff,
        129px 1751px #fff,
        544px 535px #fff,
        571px 1754px #fff,
        9px 961px #fff,
        986px 844px #fff,
        256px 801px #fff,
        266px 1614px #fff,
        689px 264px #fff,
        1374px 1167px #fff,
        1043px 549px #fff,
        1803px 897px #fff,
        1214px 1148px #fff,
        1768px 1293px #fff,
        946px 989px #fff,
        857px 938px #fff,
        1117px 699px #fff,
        1876px 1593px #fff,
        1919px 1237px #fff,
        654px 1257px #fff,
        1292px 901px #fff,
        19px 744px #fff,
        731px 415px #fff,
        1247px 30px #fff,
        1301px 1136px #fff,
        312px 251px #fff,
        790px 289px #fff,
        1578px 908px #fff,
        379px 1775px #fff,
        502px 160px #fff,
        1689px 1154px #fff,
        1267px 1354px #fff,
        593px 204px #fff,
        313px 995px #fff,
        1297px 1053px #fff,
        572px 1288px #fff,
        829px 126px #fff,
        1754px 1362px #fff,
        1559px 1505px #fff,
        832px 1463px #fff,
        671px 1837px #fff,
        466px 738px #fff,
        1323px 1477px #fff,
        757px 1090px #fff,
        1042px 1317px #fff,
        545px 1056px #fff,
        769px 1666px #fff,
        307px 470px #fff,
        1724px 27px #fff,
        1705px 274px #fff,
        1297px 221px #fff,
        143px 1057px #fff,
        1100px 1585px #fff,
        93px 1116px #fff,
        1629px 643px #fff,
        194px 1773px #fff,
        1873px 922px #fff,
        1411px 314px #fff,
        1582px 1507px #fff,
        535px 1137px #fff,
        63px 1093px #fff,
        208px 23px #fff,
        1645px 178px #fff,
        1511px 14px #fff,
        830px 564px #fff,
        359px 1701px #fff,
        1754px 177px #fff,
        1131px 943px #fff,
        64px 1247px #fff,
        1823px 397px #fff,
        271px 1705px #fff,
        1701px 595px #fff,
        475px 1289px #fff,
        1408px 10px #fff,
        663px 1500px #fff,
        411px 907px #fff,
        871px 662px #fff,
        270px 1491px #fff,
        1504px 479px #fff,
        1980px 655px #fff,
        258px 294px #fff,
        523px 1690px #fff,
        986px 1340px #fff,
        1242px 355px #fff,
        1777px 718px #fff,
        1359px 200px #fff,
        1573px 1025px #fff,
        221px 1094px #fff,
        657px 287px #fff,
        432px 1888px #fff,
        981px 283px #fff,
        129px 1023px #fff,
        1898px 10px #fff,
        538px 856px #fff,
        1437px 237px #fff,
        619px 1642px #fff,
        1583px 879px #fff,
        905px 1422px #fff,
        871px 413px #fff,
        58px 1241px #fff,
        681px 563px #fff,
        1686px 743px #fff,
        1757px 1092px #fff,
        704px 124px #fff,
        1955px 622px #fff,
        1089px 788px #fff,
        92px 484px #fff,
        326px 98px #fff,
        1172px 1634px #fff,
        33px 1651px #fff,
        557px 1577px #fff,
        55px 1986px #fff,
        1242px 1387px #fff,
        1558px 448px #fff,
        847px 187px #fff,
        598px 1206px #fff,
        1203px 1057px #fff,
        591px 1546px #fff,
        1966px 1181px #fff,
        1992px 965px #fff,
        829px 1834px #fff,
        855px 1798px #fff,
        1803px 781px #fff,
        764px 910px #fff,
        1929px 1145px #fff,
        320px 843px #fff,
        1596px 143px #fff,
        1868px 868px #fff,
        1766px 201px #fff,
        1090px 476px #fff,
        1770px 1084px #fff,
        518px 1859px #fff,
        1041px 820px #fff,
        1067px 1874px #fff,
        1326px 925px #fff,
        1172px 658px #fff,
        896px 1937px #fff,
        117px 779px #fff,
        1153px 1355px #fff,
        560px 1420px #fff,
        1843px 227px #fff,
        509px 9px #fff,
        160px 1836px #fff,
        37px 341px #fff,
        233px 1010px #fff,
        676px 1223px #fff,
        75px 1784px #fff,
        1813px 1630px #fff,
        328px 1797px #fff,
        1767px 1495px #fff,
        889px 1797px #fff,
        78px 446px #fff,
        381px 660px #fff,
        862px 929px #fff,
        1349px 411px #fff,
        404px 1404px #fff,
        1184px 585px #fff,
        122px 403px #fff,
        1650px 496px #fff,
        1353px 115px #fff,
        1324px 121px #fff,
        1635px 1395px #fff,
        555px 934px #fff,
        576px 497px #fff,
        819px 1834px #fff,
        791px 488px #fff,
        817px 204px #fff,
        1406px 1991px #fff,
        1849px 681px #fff,
        144px 179px #fff,
        1025px 1473px #fff,
        592px 1370px #fff,
        924px 874px #fff,
        1346px 1447px #fff,
        1449px 1747px #fff,
        1273px 1309px #fff,
        856px 1503px #fff,
        1712px 1467px #fff,
        80px 1832px #fff,
        863px 147px #fff,
        1812px 357px #fff,
        1191px 145px #fff,
        191px 1865px #fff,
        295px 1550px #fff,
        5px 421px #fff,
        1527px 1503px #fff,
        608px 744px #fff,
        320px 1034px #fff,
        855px 733px #fff,
        1884px 1010px #fff,
        758px 1337px #fff,
        1988px 707px #fff,
        206px 1231px #fff,
        1534px 1798px #fff,
        618px 726px #fff,
        1026px 60px #fff,
        1000px 88px #fff,
        1928px 1823px #fff,
        1488px 1552px #fff,
        757px 892px #fff,
        456px 935px #fff,
        500px 1743px #fff,
        903px 1798px #fff,
        1168px 810px #fff,
        1928px 1905px #fff,
        1915px 65px #fff,
        1909px 1912px #fff,
        556px 1010px #fff,
        1124px 1622px #fff,
        1228px 313px #fff,
        1639px 290px #fff,
        951px 965px #fff,
        107px 191px #fff,
        1203px 1269px #fff,
        622px 1061px #fff,
        1999px 1717px #fff,
        671px 937px #fff,
        1038px 1008px #fff,
        951px 767px #fff,
        400px 1854px #fff,
        981px 47px #fff,
        1470px 1195px #fff,
        1287px 141px #fff,
        507px 395px #fff,
        1799px 741px #fff,
        1629px 1252px #fff,
        795px 1397px #fff,
        361px 339px #fff,
        1878px 556px #fff,
        355px 153px #fff,
        1437px 191px #fff,
        1867px 689px #fff,
        131px 1381px #fff,
        1856px 799px #fff,
        385px 1078px #fff,
        113px 780px #fff,
        104px 921px #fff,
        628px 1672px #fff,
        354px 1063px #fff,
        1890px 953px #fff,
        760px 729px #fff,
        1176px 488px #fff,
        488px 288px #fff,
        1707px 1784px #fff,
        1827px 1027px #fff,
        1231px 1357px #fff,
        1041px 1408px #fff,
        239px 304px #fff,
        1674px 1462px #fff,
        1430px 774px #fff,
        1412px 138px #fff,
        1723px 74px #fff,
        1089px 145px #fff,
        1983px 445px #fff,
        1715px 884px #fff,
        1020px 1560px #fff,
        295px 103px #fff,
        742px 997px #fff,
        236px 186px #fff,
        907px 1967px #fff,
        1987px 1677px #fff,
        1785px 753px #fff,
        353px 1778px #fff,
        1918px 940px #fff,
        1763px 1743px #fff,
        434px 1001px #fff,
        1050px 802px #fff,
        1876px 595px #fff,
        821px 79px #fff,
        1043px 1373px #fff,
        1015px 1480px #fff,
        687px 1339px #fff,
        1133px 1613px #fff,
        1686px 1871px #fff,
        625px 1754px #fff,
        1530px 1022px #fff,
        1122px 872px #fff,
        1014px 1725px #fff,
        638px 860px #fff,
        3px 1537px #fff,
        938px 959px #fff,
        1912px 88px #fff,
        1850px 457px #fff,
        1558px 1782px #fff,
        1510px 50px #fff,
        1434px 1897px #fff,
        1919px 963px #fff,
        78px 773px #fff,
        240px 1630px #fff,
        1064px 1192px #fff,
        179px 1328px #fff,
        1479px 1641px #fff,
        1613px 588px #fff,
        1516px 453px #fff,
        499px 1594px #fff,
        85px 1128px #fff,
        1730px 1512px #fff,
        476px 881px #fff,
        992px 1660px #fff,
        298px 1833px #fff,
        1022px 1430px #fff,
        200px 689px #fff,
        1636px 417px #fff,
        1427px 908px #fff,
        373px 1125px #fff,
        284px 719px #fff,
        955px 1384px #fff,
        1415px 400px #fff,
        934px 656px #fff,
        1938px 1018px #fff,
        242px 1013px #fff,
        612px 1752px #fff,
        91px 692px #fff,
        1029px 1242px #fff,
        1139px 221px #fff,
        1045px 1160px #fff,
        1653px 855px #fff,
        1185px 731px #fff,
        154px 1640px #fff,
        848px 1861px #fff,
        1115px 987px #fff,
        1695px 1576px #fff,
        195px 857px #fff,
        886px 16px #fff,
        266px 1819px #fff,
        834px 1416px #fff;
}

.countdown-section .stars2,
.flixita-features-section .stars2 {
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow:
        1308px 1089px #fff,
        1368px 1950px #fff,
        1457px 1791px #fff,
        1116px 1930px #fff,
        1322px 1709px #fff,
        1685px 1782px #fff,
        1399px 1314px #fff,
        622px 1621px #fff,
        145px 1768px #fff,
        91px 1161px #fff,
        1606px 855px #fff,
        1829px 863px #fff,
        1414px 514px #fff,
        1570px 1099px #fff,
        115px 1055px #fff,
        509px 252px #fff,
        727px 1356px #fff,
        1843px 1594px #fff,
        1271px 1299px #fff,
        821px 788px #fff,
        1021px 427px #fff,
        1035px 1100px #fff,
        1607px 772px #fff,
        386px 896px #fff,
        1641px 902px #fff,
        1753px 824px #fff,
        1294px 775px #fff,
        1919px 1940px #fff,
        1758px 781px #fff,
        982px 1931px #fff,
        1723px 1589px #fff,
        1552px 145px #fff,
        1860px 910px #fff,
        1958px 188px #fff,
        886px 1364px #fff,
        1532px 817px #fff,
        301px 257px #fff,
        29px 174px #fff,
        1644px 1211px #fff,
        403px 1954px #fff,
        599px 417px #fff,
        1791px 349px #fff,
        1243px 1487px #fff,
        1803px 447px #fff,
        226px 1384px #fff,
        1818px 359px #fff,
        903px 1595px #fff,
        1514px 886px #fff,
        661px 1740px #fff,
        1425px 1903px #fff,
        213px 943px #fff,
        1402px 1988px #fff,
        414px 293px #fff,
        1957px 445px #fff,
        1925px 1022px #fff,
        1892px 1428px #fff,
        1451px 1511px #fff,
        1092px 659px #fff,
        881px 1013px #fff,
        177px 1089px #fff,
        1719px 875px #fff,
        633px 1041px #fff,
        1164px 1331px #fff,
        758px 1761px #fff,
        212px 1326px #fff,
        1289px 1359px #fff,
        294px 1436px #fff,
        1814px 1485px #fff,
        1765px 1452px #fff,
        383px 1306px #fff,
        1215px 1182px #fff,
        380px 815px #fff,
        566px 372px #fff,
        683px 1349px #fff,
        378px 1284px #fff,
        88px 645px #fff,
        693px 124px #fff,
        1852px 152px #fff,
        234px 1924px #fff,
        1072px 1019px #fff,
        354px 623px #fff,
        140px 401px #fff,
        859px 102px #fff,
        818px 13px #fff,
        1183px 846px #fff,
        711px 1837px #fff,
        786px 1743px #fff,
        1180px 1086px #fff,
        1264px 1682px #fff,
        331px 1916px #fff,
        947px 360px #fff,
        1669px 315px #fff,
        1201px 825px #fff,
        473px 35px #fff,
        1529px 780px #fff,
        240px 110px #fff,
        289px 1071px #fff,
        696px 498px #fff,
        1359px 905px #fff,
        226px 837px #fff,
        667px 376px #fff,
        925px 238px #fff,
        1768px 805px #fff,
        562px 178px #fff,
        1338px 1473px #fff,
        707px 267px #fff,
        997px 1916px #fff,
        1972px 1004px #fff,
        67px 1032px #fff,
        1995px 554px #fff,
        21px 498px #fff,
        1054px 279px #fff,
        891px 627px #fff,
        80px 627px #fff,
        278px 159px #fff,
        779px 716px #fff,
        1251px 1419px #fff,
        1060px 45px #fff,
        2px 925px #fff,
        589px 1422px #fff,
        938px 107px #fff,
        1391px 22px #fff,
        1542px 1686px #fff,
        1476px 904px #fff,
        1612px 1094px #fff,
        355px 803px #fff,
        1617px 919px #fff,
        1290px 1637px #fff,
        1292px 396px #fff,
        1449px 708px #fff,
        624px 38px #fff,
        42px 1523px #fff,
        886px 1862px #fff,
        318px 1156px #fff,
        721px 1784px #fff,
        930px 226px #fff,
        842px 1462px #fff,
        1461px 1566px #fff,
        697px 7px #fff,
        1158px 1356px #fff,
        1960px 1513px #fff,
        511px 835px #fff,
        758px 11px #fff,
        809px 35px #fff,
        820px 988px #fff,
        1765px 853px #fff,
        1163px 1437px #fff,
        1066px 170px #fff,
        1563px 1492px #fff,
        1047px 727px #fff,
        1178px 1048px #fff,
        1253px 1943px #fff,
        1750px 1599px #fff,
        164px 1573px #fff,
        1302px 1844px #fff,
        1085px 1240px #fff,
        435px 907px #fff,
        1882px 1286px #fff,
        939px 734px #fff,
        1803px 1954px #fff,
        922px 1250px #fff,
        1682px 1136px #fff,
        285px 1357px #fff,
        620px 1259px #fff,
        1976px 1548px #fff,
        1786px 1897px #fff,
        1753px 1440px #fff,
        591px 694px #fff,
        642px 391px #fff,
        453px 922px #fff,
        1527px 924px #fff,
        1961px 1593px #fff,
        1788px 540px #fff,
        625px 637px #fff,
        1211px 1539px #fff,
        1262px 498px #fff,
        1128px 73px #fff,
        1106px 1426px #fff,
        1388px 201px #fff,
        639px 823px #fff,
        123px 1979px #fff,
        791px 1208px #fff,
        293px 56px #fff,
        386px 1823px #fff,
        1697px 1507px #fff,
        355px 958px #fff,
        130px 1146px #fff,
        165px 1792px #fff,
        438px 753px #fff,
        1668px 184px #fff,
        80px 1322px #fff,
        151px 43px #fff,
        682px 956px #fff,
        726px 1126px #fff,
        897px 1795px #fff,
        1356px 592px #fff,
        505px 1795px #fff,
        1639px 395px #fff,
        747px 1576px #fff,
        395px 336px #fff;
    animation: animStar 100s linear infinite;
}

.countdown-section .stars2:after,
.flixita-features-section .stars2:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow:
        1308px 1089px #fff,
        1368px 1950px #fff,
        1457px 1791px #fff,
        1116px 1930px #fff,
        1322px 1709px #fff,
        1685px 1782px #fff,
        1399px 1314px #fff,
        622px 1621px #fff,
        145px 1768px #fff,
        91px 1161px #fff,
        1606px 855px #fff,
        1829px 863px #fff,
        1414px 514px #fff,
        1570px 1099px #fff,
        115px 1055px #fff,
        509px 252px #fff,
        727px 1356px #fff,
        1843px 1594px #fff,
        1271px 1299px #fff,
        821px 788px #fff,
        1021px 427px #fff,
        1035px 1100px #fff,
        1607px 772px #fff,
        386px 896px #fff,
        1641px 902px #fff,
        1753px 824px #fff,
        1294px 775px #fff,
        1919px 1940px #fff,
        1758px 781px #fff,
        982px 1931px #fff,
        1723px 1589px #fff,
        1552px 145px #fff,
        1860px 910px #fff,
        1958px 188px #fff,
        886px 1364px #fff,
        1532px 817px #fff,
        301px 257px #fff,
        29px 174px #fff,
        1644px 1211px #fff,
        403px 1954px #fff,
        599px 417px #fff,
        1791px 349px #fff,
        1243px 1487px #fff,
        1803px 447px #fff,
        226px 1384px #fff,
        1818px 359px #fff,
        903px 1595px #fff,
        1514px 886px #fff,
        661px 1740px #fff,
        1425px 1903px #fff,
        213px 943px #fff,
        1402px 1988px #fff,
        414px 293px #fff,
        1957px 445px #fff,
        1925px 1022px #fff,
        1892px 1428px #fff,
        1451px 1511px #fff,
        1092px 659px #fff,
        881px 1013px #fff,
        177px 1089px #fff,
        1719px 875px #fff,
        633px 1041px #fff,
        1164px 1331px #fff,
        758px 1761px #fff,
        212px 1326px #fff,
        1289px 1359px #fff,
        294px 1436px #fff,
        1814px 1485px #fff,
        1765px 1452px #fff,
        383px 1306px #fff,
        1215px 1182px #fff,
        380px 815px #fff,
        566px 372px #fff,
        683px 1349px #fff,
        378px 1284px #fff,
        88px 645px #fff,
        693px 124px #fff,
        1852px 152px #fff,
        234px 1924px #fff,
        1072px 1019px #fff,
        354px 623px #fff,
        140px 401px #fff,
        859px 102px #fff,
        818px 13px #fff,
        1183px 846px #fff,
        711px 1837px #fff,
        786px 1743px #fff,
        1180px 1086px #fff,
        1264px 1682px #fff,
        331px 1916px #fff,
        947px 360px #fff,
        1669px 315px #fff,
        1201px 825px #fff,
        473px 35px #fff,
        1529px 780px #fff,
        240px 110px #fff,
        289px 1071px #fff,
        696px 498px #fff,
        1359px 905px #fff,
        226px 837px #fff,
        667px 376px #fff,
        925px 238px #fff,
        1768px 805px #fff,
        562px 178px #fff,
        1338px 1473px #fff,
        707px 267px #fff,
        997px 1916px #fff,
        1972px 1004px #fff,
        67px 1032px #fff,
        1995px 554px #fff,
        21px 498px #fff,
        1054px 279px #fff,
        891px 627px #fff,
        80px 627px #fff,
        278px 159px #fff,
        779px 716px #fff,
        1251px 1419px #fff,
        1060px 45px #fff,
        2px 925px #fff,
        589px 1422px #fff,
        938px 107px #fff,
        1391px 22px #fff,
        1542px 1686px #fff,
        1476px 904px #fff,
        1612px 1094px #fff,
        355px 803px #fff,
        1617px 919px #fff,
        1290px 1637px #fff,
        1292px 396px #fff,
        1449px 708px #fff,
        624px 38px #fff,
        42px 1523px #fff,
        886px 1862px #fff,
        318px 1156px #fff,
        721px 1784px #fff,
        930px 226px #fff,
        842px 1462px #fff,
        1461px 1566px #fff,
        697px 7px #fff,
        1158px 1356px #fff,
        1960px 1513px #fff,
        511px 835px #fff,
        758px 11px #fff,
        809px 35px #fff,
        820px 988px #fff,
        1765px 853px #fff,
        1163px 1437px #fff,
        1066px 170px #fff,
        1563px 1492px #fff,
        1047px 727px #fff,
        1178px 1048px #fff,
        1253px 1943px #fff,
        1750px 1599px #fff,
        164px 1573px #fff,
        1302px 1844px #fff,
        1085px 1240px #fff,
        435px 907px #fff,
        1882px 1286px #fff,
        939px 734px #fff,
        1803px 1954px #fff,
        922px 1250px #fff,
        1682px 1136px #fff,
        285px 1357px #fff,
        620px 1259px #fff,
        1976px 1548px #fff,
        1786px 1897px #fff,
        1753px 1440px #fff,
        591px 694px #fff,
        642px 391px #fff,
        453px 922px #fff,
        1527px 924px #fff,
        1961px 1593px #fff,
        1788px 540px #fff,
        625px 637px #fff,
        1211px 1539px #fff,
        1262px 498px #fff,
        1128px 73px #fff,
        1106px 1426px #fff,
        1388px 201px #fff,
        639px 823px #fff,
        123px 1979px #fff,
        791px 1208px #fff,
        293px 56px #fff,
        386px 1823px #fff,
        1697px 1507px #fff,
        355px 958px #fff,
        130px 1146px #fff,
        165px 1792px #fff,
        438px 753px #fff,
        1668px 184px #fff,
        80px 1322px #fff,
        151px 43px #fff,
        682px 956px #fff,
        726px 1126px #fff,
        897px 1795px #fff,
        1356px 592px #fff,
        505px 1795px #fff,
        1639px 395px #fff,
        747px 1576px #fff,
        395px 336px #fff;
}

.countdown-section .stars3,
.flixita-features-section .stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow:
        1251px 1297px #fff,
        1824px 771px #fff,
        1231px 1532px #fff,
        702px 1306px #fff,
        602px 1774px #fff,
        436px 1127px #fff,
        58px 718px #fff,
        305px 1274px #fff,
        1317px 524px #fff,
        811px 1549px #fff,
        363px 170px #fff,
        1860px 1984px #fff,
        55px 711px #fff,
        239px 353px #fff,
        772px 1233px #fff,
        1706px 599px #fff,
        1561px 1292px #fff,
        1741px 255px #fff,
        710px 1584px #fff,
        776px 1247px #fff,
        1336px 201px #fff,
        1893px 763px #fff,
        1327px 902px #fff,
        267px 1865px #fff,
        545px 944px #fff,
        443px 1827px #fff,
        1231px 933px #fff,
        597px 135px #fff,
        1744px 1439px #fff,
        1987px 1056px #fff,
        1866px 1109px #fff,
        1179px 223px #fff,
        1741px 369px #fff,
        1451px 803px #fff,
        1178px 529px #fff,
        1097px 1213px #fff,
        697px 218px #fff,
        508px 1986px #fff,
        519px 1003px #fff,
        640px 57px #fff,
        1716px 148px #fff,
        648px 1732px #fff,
        541px 1213px #fff,
        1348px 988px #fff,
        436px 1615px #fff,
        65px 687px #fff,
        1275px 1806px #fff,
        566px 1513px #fff,
        1003px 550px #fff,
        1101px 10px #fff,
        888px 1727px #fff,
        1911px 1852px #fff,
        251px 833px #fff,
        1939px 470px #fff,
        1153px 1619px #fff,
        1713px 1835px #fff,
        1105px 1540px #fff,
        1593px 981px #fff,
        1014px 830px #fff,
        1542px 400px #fff,
        1703px 1554px #fff,
        698px 952px #fff,
        1986px 1750px #fff,
        1869px 437px #fff,
        88px 1441px #fff,
        432px 1370px #fff,
        1593px 351px #fff,
        123px 1389px #fff,
        1129px 800px #fff,
        598px 985px #fff,
        1934px 1833px #fff,
        1141px 844px #fff,
        431px 1337px #fff,
        1403px 1444px #fff,
        1906px 907px #fff,
        108px 708px #fff,
        1385px 401px #fff,
        1341px 1901px #fff,
        1308px 671px #fff,
        484px 556px #fff,
        872px 914px #fff,
        1523px 639px #fff,
        760px 955px #fff,
        1592px 1665px #fff,
        1579px 1967px #fff,
        399px 372px #fff,
        6px 363px #fff,
        1747px 923px #fff,
        587px 1031px #fff,
        518px 729px #fff,
        383px 1997px #fff,
        529px 1812px #fff,
        1109px 475px #fff,
        767px 1016px #fff,
        1973px 1737px #fff,
        1654px 24px #fff,
        725px 793px #fff,
        1433px 1408px #fff,
        913px 667px #fff,
        1868px 1761px #fff;
    animation: animStar 25s linear infinite;
}

.countdown-section .stars3:after,
.flixita-features-section .stars3:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow:
        1251px 1297px #fff,
        1824px 771px #fff,
        1231px 1532px #fff,
        702px 1306px #fff,
        602px 1774px #fff,
        436px 1127px #fff,
        58px 718px #fff,
        305px 1274px #fff,
        1317px 524px #fff,
        811px 1549px #fff,
        363px 170px #fff,
        1860px 1984px #fff,
        55px 711px #fff,
        239px 353px #fff,
        772px 1233px #fff,
        1706px 599px #fff,
        1561px 1292px #fff,
        1741px 255px #fff,
        710px 1584px #fff,
        776px 1247px #fff,
        1336px 201px #fff,
        1893px 763px #fff,
        1327px 902px #fff,
        267px 1865px #fff,
        545px 944px #fff,
        443px 1827px #fff,
        1231px 933px #fff,
        597px 135px #fff,
        1744px 1439px #fff,
        1987px 1056px #fff,
        1866px 1109px #fff,
        1179px 223px #fff,
        1741px 369px #fff,
        1451px 803px #fff,
        1178px 529px #fff,
        1097px 1213px #fff,
        697px 218px #fff,
        508px 1986px #fff,
        519px 1003px #fff,
        640px 57px #fff,
        1716px 148px #fff,
        648px 1732px #fff,
        541px 1213px #fff,
        1348px 988px #fff,
        436px 1615px #fff,
        65px 687px #fff,
        1275px 1806px #fff,
        566px 1513px #fff,
        1003px 550px #fff,
        1101px 10px #fff,
        888px 1727px #fff,
        1911px 1852px #fff,
        251px 833px #fff,
        1939px 470px #fff,
        1153px 1619px #fff,
        1713px 1835px #fff,
        1105px 1540px #fff,
        1593px 981px #fff,
        1014px 830px #fff,
        1542px 400px #fff,
        1703px 1554px #fff,
        698px 952px #fff,
        1986px 1750px #fff,
        1869px 437px #fff,
        88px 1441px #fff,
        432px 1370px #fff,
        1593px 351px #fff,
        123px 1389px #fff,
        1129px 800px #fff,
        598px 985px #fff,
        1934px 1833px #fff,
        1141px 844px #fff,
        431px 1337px #fff,
        1403px 1444px #fff,
        1906px 907px #fff,
        108px 708px #fff,
        1385px 401px #fff,
        1341px 1901px #fff,
        1308px 671px #fff,
        484px 556px #fff,
        872px 914px #fff,
        1523px 639px #fff,
        760px 955px #fff,
        1592px 1665px #fff,
        1579px 1967px #fff,
        399px 372px #fff,
        6px 363px #fff,
        1747px 923px #fff,
        587px 1031px #fff,
        518px 729px #fff,
        383px 1997px #fff,
        529px 1812px #fff,
        1109px 475px #fff,
        767px 1016px #fff,
        1973px 1737px #fff,
        1654px 24px #fff,
        725px 793px #fff,
        1433px 1408px #fff,
        913px 667px #fff,
        1868px 1761px #fff;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-2000px);
    }
}

/*===== // =====*/
/*===== Banner Section =====*/
.single-info {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.single-info:before {
    position: absolute;
    content: "";
    width: 100%;
    padding-top: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    background: var(--bs-white);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(360deg) scale(0);
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    pointer-events: none;
    z-index: 1;
}

.single-info img {
    min-height: 230px;
    object-fit: cover;
}
.info-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 33px 30px;
    display: flex;
    align-items: flex-end;
    background-color: rgb(0 0 0 / 1%);
    z-index: 0;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}
.info-content {
    width: 100%;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}
.single-info h6 {
    color: var(--bs-primary);
    font-weight: 500;
}
.single-info h5 {
    font-size: 22px;
    line-height: 1.05;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}
.single-info:hover:before {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.single-info:hover .info-area {
    background-color: rgb(0 0 0 / 20%);
}
.single-info:hover .info-content {
    padding: 20px;
}
.single-info:after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    right: -2px;
    left: -2px;
    border: 4px double var(--bs-white);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.single-info:hover:after {
    top: 20px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    z-index: 1;
}
/**** ***************/

/***********service-2 section-  Bubble Animation Section ******/

.bubble-wrapper {
    position: absolute;
}
.bubble-wrapper div {
    height: 60px;
    width: 60px;
    border: 2px solid var(--bs-primary);
    border-radius: 50px;
    position: absolute;
    top: 10%;
    left: 10%;
    animation: 4s linear infinite;
}
div .dot {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 20%;
    right: 20%;
}
.bubble-wrapper div:nth-child(1) {
    top: 20%;
    left: 20%;
    animation: animate 8s linear infinite;
}
.bubble-wrapper div:nth-child(2) {
    top: 60%;
    left: 80%;
    animation: animate 10s linear infinite;
}
.bubble-wrapper div:nth-child(3) {
    top: 40%;
    left: 40%;
    animation: animate 3s linear infinite;
}
.bubble-wrapper div:nth-child(4) {
    top: 66%;
    left: 30%;
    animation: animate 7s linear infinite;
}
.bubble-wrapper div:nth-child(5) {
    top: 90%;
    left: 10%;
    animation: animate 9s linear infinite;
}
.bubble-wrapper div:nth-child(6) {
    top: 30%;
    left: 60%;
    animation: animate 5s linear infinite;
}
.bubble-wrapper div:nth-child(7) {
    top: 70%;
    left: 20%;
    animation: animate 8s linear infinite;
}
.bubble-wrapper div:nth-child(8) {
    top: 75%;
    left: 60%;
    animation: animate 10s linear infinite;
}
.bubble-wrapper div:nth-child(9) {
    top: 50%;
    left: 50%;
    animation: animate 6s linear infinite;
}
.bubble-wrapper div:nth-child(10) {
    top: 45%;
    left: 20%;
    animation: animate 10s linear infinite;
}
.bubble-wrapper div:nth-child(11) {
    top: 10%;
    left: 90%;
    animation: animate 9s linear infinite;
}
.bubble-wrapper div:nth-child(12) {
    top: 20%;
    left: 70%;
    animation: animate 7s linear infinite;
}
.bubble-wrapper div:nth-child(13) {
    top: 20%;
    left: 20%;
    animation: animate 8s linear infinite;
}
.bubble-wrapper div:nth-child(14) {
    top: 60%;
    left: 5%;
    animation: animate 6s linear infinite;
}
.bubble-wrapper div:nth-child(15) {
    top: 90%;
    left: 80%;
    animation: animate 9s linear infinite;
}
@keyframes animate {
    0% {
        transform: scale(0) translateY(0) rotate(70deg);
    }
    100% {
        transform: scale(1.3) translateY(-100px) rotate(360deg);
    }
}

/********** Pricing section-animation circle *****/

.circle-shape1 {
    position: absolute;
    right: -40%;
    top: -30%;
    z-index: -1;
    display: inline;
    overflow: hidden;
}

.circle-shape1 img {
    animation: spin 20s linear infinite;
    opacity: 0.1;
}

/****************/

.dotted-circle {
    position: absolute;
    left: -20%;
    bottom: 50%;
    z-index: 0;
}
.dotted-circle img {
    -webkit-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite;
    opacity: 0.1;
    height: 50%;
    width: 50%;
}
/********/
.blog-section .flower-shape1 {
    left: -46%;
    top: -70%;
    position: absolute;
    z-index: -1;
    display: inline;
    overflow: hidden;
}
.blog-section .flower-shape1 img {
    animation: spin 20s linear infinite;
    opacity: 0.1;
}
/****** info section bg-bubble */
.bubble {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    background-color: var(--bs-primary);
    bottom: -30px;
    opacity: 0.2;
    animation:
        bubble 15s ease-in-out infinite,
        sideWays 4s ease-in-out infinite alternate;
}

@keyframes bubble {
    0% {
        transform: translateY(0%);
        opacity: 0.06;
    }
    100% {
        transform: translateY(-120vh);
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 200px;
    }
}

.bubble-1 {
    left: 10%;
    animation-delay: 0.5s;
    animation-duration: 16s;
    opacity: 0.2;
}

.bubble-2 {
    width: 15px;
    height: 15px;
    left: 40%;
    animation-delay: 500ms;
    animation-duration: 10s;
    opacity: 0.4;
}

.bubble-3 {
    width: 10px;
    height: 10px;
    right: 30%;
    animation-delay: 5s;
    animation-duration: 20s;
    opacity: 0.3;
}

.bubble-4 {
    width: 25px;
    height: 25px;
    left: 40%;
    animation-delay: 8s;
    animation-duration: 17s;
    opacity: 0.2;
}

.bubble-5 {
    width: 30px;
    height: 30px;
    right: 60%;
    animation-delay: 10s;
    animation-duration: 15s;
    opacity: 0.1;
}

.bubble-6 {
    width: 10px;
    height: 10px;
    left: 80%;
    animation-delay: 3s;
    animation-duration: 30s;
    opacity: 0.4;
}

.bubble-7 {
    width: 15px;
    height: 15px;
    left: 90%;
    animation-delay: -7s;
    animation-duration: 25s;
    opacity: 0.3;
}

.bubble-8 {
    width: 20px;
    height: 20px;
    right: 50%;
    bottom: 30px;
    animation-delay: -5s;
    animation-duration: 19s;
    opacity: 0.2;
}
.bubble-9 {
    width: 25px;
    height: 25px;
    left: 90%;
    bottom: 30px;
    animation-delay: -10.5s;
    animation-duration: 19s;
    opacity: 0.3;
}
.bubble-10 {
    width: 40px;
    height: 40px;
    left: 30%;
    bottom: 30px;
    animation-delay: -21s;
    animation-duration: 16s;
    opacity: 0.3;
}

.bubble-11 {
    width: 30px;
    height: 30px;
    left: 60%;
    bottom: 30px;
    animation-delay: -13.75s;
    animation-duration: 20s;
    opacity: 0.3;
}

.bubble-11 {
    width: 25px;
    height: 25px;
    left: 90%;
    bottom: 30px;
    animation-delay: -10.5s;
    animation-duration: 19s;
    opacity: 0.3;
}
.widget-contact:hover .bubble {
    z-index: 2;
    background-color: var(--bs-white);
    opacity: 0.5;
}
/******************/
/******* career process seection  */
.career-process-steps {
    padding-left: 80px;
    padding-top: 60px;
    margin-bottom: 30px;
    position: relative;
}
.career-process-steps span.career-large-number {
    color: var(--bs-primary-light);
    font-size: 75px;
    font-weight: 800;
    line-height: 0px;
    position: absolute;
    left: 0px;
    top: 30px;
}
.career-process-steps .career-pro-top {
    margin-left: 20px;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.career-pro-top .bg-primary {
    background-color: var(--bs-primary);
}
.career-pro-top .bg-secondary {
    background-color: var(--bs-secondary);
}
.career-pro-top .bg-dark {
    background-color: var(--bs-primary-dark);
}

.career-pro-top .pro-media {
    position: absolute;
    left: -20px;
    top: 10px;
    width: 90px;
    height: 95px;
    background-color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}
.career-pro-top h4.pro-title {
    color: var(--bs-white);
    padding-left: 80px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
}
.career-pro-top .pro-media i {
    font-size: 45px;
    color: var(--bs-black);
}
/*******************/
/**** career category ***/

.job-categories-block {
    display: flex;
    padding: 50px 30px;
    align-items: center;
    background-color: var(--bs-white);
    box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s all ease;
}
.job-categories-block:before {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -80px;
    bottom: -30px;
    content: "";
    background-color: var(--bs-primary);
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    transition: 0.5s all ease;
}
.job-categories-block:hover:before {
    opacity: 0;
}
.job-categories-block:after {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -100px;
    bottom: -35px;
    content: "";
    background-color: var(--bs-primary);
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    transition: 0.5s all ease;
}
.job-categories-block:hover:after {
    width: 500%;
    height: 500%;
    position: absolute;
    left: -50px;
    bottom: -50px;
    content: "";
    background-color: var(--bs-primary);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
    transition: 0.5s all ease;
}
.job-categories-block .career-media {
    width: 100px;
}
.career-media .cat-icon {
    color: var(--bs-primary);
    font-size: 50px;
    line-height: 70px;
    display: flex;
}
.career-content .cat-jobs-available {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 14px;
    border-radius: 10px;
    padding: 4px 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.career-content a {
    margin-bottom: 0px;
    display: block;
    color: var(--bs-black);
}
.career-category-section .career-cat-wrapper {
    margin-bottom: 25px;
}

/********************************************/
/****** job list *******************/
.job-feature-detail {
    float: left;
    width: 100%;
}
.job-feature-list {
    float: left;
    width: 100%;
}
.job-feature-list ul {
    margin: 0;
    list-style: none;
    padding: 0 18px 30px;
    border-bottom: 2px solid var(--bs-gray);
    float: left;
    width: 100%;
}
.job-feature-list li {
    float: left;
    font-size: 18px;
    color: #505050;
    font-weight: 500;
    margin-bottom: 0;
}
.job-feature-list ul li.like {
    width: 196px;
}
.job-feature-list ul li.job-type {
    width: 470px;
}
.job-feature-list ul li.job-time {
    width: 170px;
}
.job-feature-list ul li.salary {
    width: 165px;
}

.job-feature-item {
    position: relative;
    border-bottom: 1px solid var(--bs-secondary);
    z-index: 1;
    background-color: var(--bs-primary-light);
    float: left;
    width: 100%;
}
.job-feature-item:before {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    z-index: -1;
}
.job-feature-item .feature-like {
    float: left;
    width: auto;
}
.feature-like a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    height: 106px;
    width: 84px;
    line-height: 106px;
    text-align: center;
    color: var(--bs-black);
    font-size: 22px;
    border-right: 1px solid var(--bs-gray);
}
.feature-like .logo {
    width: 100px;
}
.job-feature-item:hover {
    color: var(--bs-primary);
}
.feature-text {
    float: left;
    width: 490px;
    padding: 26px 25px;
}
.job-feature-item .feature-text h5 {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 0 4px;
}
.feature-text a {
    display: block;
    color: var(--bs-secondary);
    font-size: 14px;
}
.feature-text a i {
    margin-right: 10px;
}
.job-shift {
    float: left;
    width: 172px;
    padding: 39px 0;
}
.job-shift .morning {
    background-color: #60b514;
}
.job-shift .evening {
    background-color: #ff0000;
}
.job-shift .night {
    background-color: #47e0f4;
}
.job-shift .afternoon {
    background-color: #3535ea;
}

.job-shift a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    padding: 4px 12px 2px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    line-height: 18px;
    font-weight: 500;
}
.job-feature-item .salary-dollar {
    width: 145px;
    float: left;
    padding: 41px 0;
}
.job-feature-item .salary-dollar a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #555;
    line-height: normal;
}
.job-feature-item .applay-btn {
    float: left;
    width: auto;
    padding: 33px 0;
}
.applay-btn .applay {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    padding: 3px 9px;
    line-height: 28px;
    font-size: 15px;
    border: 1px solid #666;
    color: #333;
}
.job-feature-item:after {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 0;
    border: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 54px 0 0;
    border-color: var(--bs-primary) transparent transparent transparent;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    /* border: 2px solid transparent; */
    z-index: -1;
}
.job-feature-item .star {
    position: absolute;
    top: 0;
    left: 7px;
    font-size: 12px;
    color: var(--bs-white);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.job-feature-item:hover .star {
    opacity: 1;
    line-height: 25px;
    color: var(--bs-secondary);
    /* background-color:var(--bs-primary);*/
}
.job-feature-item:hover:after {
    opacity: 1;
    right: 0;
}
.job-feature-item:hover {
    box-shadow:
        0 0 20px 1px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.15);
    background-color: var(--bs-white);
}
.job-feature-item:hover:before {
    border-color: var(--bs-primary);
}
.job-feature-item:hover .feature-like a {
    color: var(--bs-primary);
}
.job-feature-item:hover .applay {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

/* Common Widget Style */
.main-navigation-area .contact-info .text {
    font-size: 1.5rem;
    font-weight: 700;
}

.main-navigation-area .contact-info .title {
    font-size: 1rem;
    font-weight: 500;
}

.widget-left,
.widget-right {
    display: inline-flex;
    align-items: center;
}

.widget-right li a {
    margin-left: auto;
}

.widget-left li a {
    margin-right: auto;
}

.widget-right .widget,
.widget-left .widget {
    padding: 0 0.62rem;
}

.widget-left .widget:nth-child(2n + 3),
.widget-left .widget:first-child {
    padding-left: 0px;
}

.widget-right .widget:nth-child(n + 2) {
    padding: 0 1.75rem;
}

.widget-right .widget:nth-child(2n + 4),
.widget-right .widget:first-child {
    padding-right: 0px;
}

.widget-right .widget:first-child {
    padding-left: 0px;
}

.widget-right .widget:last-child {
    padding-right: 0px;
}

.widget.widget-text-slide {
    width: 100%;
}

/*---//---*/

/* Header Widget */

.main-header p:not(.site-description) {
    margin: 0;
}

.main-header .contact-area {
    min-height: 45px;
}

.main-header .contact-icon {
    font-size: 1rem;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 10px;
    color: var(--bs-white);
    overflow: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.above-header .widget-left,
.above-header .widget-right {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 45px;
}

.header-widget:not(.header-carousel) .widget:not(.widget_media_video) {
    display: inline-block;
    margin: 0;
}

.header-widget:not(.header-item):not(.header-carousel) .widget:not(.widget_media_video) {
    line-height: 45px;
}

.main-header .widget:not(.widget_social_widget) li {
    display: inline-block;
    padding: 0;
}

.main-header .widget:not(.widget_nav_menu):not(.widget_social_widget) li {
    margin: 0 10px 5px 0;
}

.main-header .widget.widget_nav_menu li {
    margin: 0 10px 0 0;
}

.main-header .widget:not(.widget_social_widget) li:last-child,
.tagcloud a:last-child {
    margin: 0;
}

.header-widget ul li,
.header-widget ul li a,
.main-header .widget span {
    font-weight: 500;
}

.header-widget ul li span,
.header-widget a,
.contact-info a {
    text-decoration: none;
    position: relative;
    text-shadow:
        -0.15px -0.15px 0 transparent,
        0.15px 0.15px transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.header-widget ul li span,
.header-widget a {
    display: inline-block;
}

.header-widget .widget:not(.widget_social_widget) li a {
    width: max-content;
}

.header-widget .widget:not(.widget_social_widget):not(.widget-contact) i,
.header-widget .widget:not(.widget_social_widget):not(.widget-contact):not(.widget_media_gallery):not(.widget_media_gallery) img {
    font-size: 15px;
    display: inline-block;
}

.header-widget .widget:not(.widget_social_widget):not(.widget-contact):not(.widget_media_gallery):not(.widget_media_gallery) img {
    height: 1.25rem;
}

.main-header .widget li:last-child,
.header-widget-info li:last-child {
    margin-right: 0;
}

.header-widget .fa-phone + span {
    font-weight: 700;
}

.breadcrumb-widget .widget .widget-title,
.footer-copyright .widget:not(.widget-info):not(.widget-none) .widget-title,
.main-header .widget:not(.widget-info):not(.widget-none) .widget-title {
    display: none;
}

.widget .gallery {
    display: flow-root;
    margin-top: -2.5%;
}

.footer .gallery-popup-icon,
.sidebar .gallery-popup-icon {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-widget .gallery .gallery-item a {
    display: block;
}

.header-widget .widget img {
    width: 50px;
}

.header-widget .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-widget .gallery .gallery-item {
    -ms-flex: 1;
    flex: 1;
    margin: 0 6px 0 0;
    padding: 0;
}

.header-widget .widget_media_video {
    display: block;
    width: 100%;
}

.header-widget .widget_media_video .wp-video .mejs-container {
    width: 100% !important;
    max-height: 170px;
}

.header-widget .widget_media_video .wp-video-shortcode video,
.header-widget .widget_media_video video.wp-video-shortcode {
    max-height: 170px;
}

.header-widget .widget-menu-top li a i {
    display: block;
    text-align: center;
    font-size: 32px;
    margin-bottom: 5px;
}

/* ---//--- */

/* Basic Css for widget */

.widget.widget_rss h5 {
    margin-bottom: 0;
}

.widget.widget_rss h5 a {
    display: inline-block;
}

.widget li {
    list-style: none;
    position: relative;
}

.widget li a {
    position: relative;
    z-index: 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
.widget li a:before,
.widget li a:after {
    font-family: var(--bs-font-awesome);
    font-weight: 900;
    position: absolute;
}

.footer-main .widget_nav_menu li a:before,
.footer-main .widget:not(.widget_nav_menu):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before {
    right: 0;
}

.footer-main
    .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag)
    li
    a:not(.wp-block-social-link-anchor):before {
    content: "\f054";
    right: 0;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.footer-main
    .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag)
    li
    a:not(.wp-block-social-link-anchor):after {
    content: "\f061";
    right: 1rem;
    opacity: 0;
    -webkit-transition: var(--bs-transition-slow);
    transition: var(--bs-transition-slow);
}

.footer-main
    .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag)
    li
    a:hover:before,
.footer-main
    .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag)
    li
    a:focus:before {
    opacity: 0;
    right: 1rem;
}

.footer-main
    .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag)
    li
    a:hover:after,
.footer-main
    .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag)
    li
    a:focus:after {
    opacity: 1;
    right: 0;
    color: var(--bs-primary);
}

.footer-main .widget li a {
    color: var(--bs-white);
}

.footer-main .widget li a:focus,
.footer-main .widget li a:hover,
.footer-main .widget li a:focus:before,
.footer-main .widget li a:hover:before {
    color: var(--bs-primary);
}

/* ---//--- */

/*=============== Contact-Area Start =============*/

.contact-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    font-size: 38px;
    width: 42px;
    height: 42px;
    line-height: 1;
    margin-right: 15px;
    color: var(--bs-primary);
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.contact-area .contact-icon i,
.contact-area .contact-icon img {
    color: inherit;
    display: inline-block;
    vertical-align: baseline;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.contact-info {
    display: inline-block;
    text-align: left;
    color: inherit;
}

.contact-info .text {
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500;
}

.contact-info .title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 1px;
}

.contact-info .btn-link {
    text-decoration: none;
    box-shadow: none;
    padding: 0;
    font-weight: 700;
}

.contact-info .btn-link:not(:hover):not(:focus) {
    color: var(--bs-secondary);
}

.contact-btn {
    display: inline-block;
    overflow: hidden;
    margin-top: 2rem;
}

.contact-btn .read-link:after {
    content: "\f061";
    height: 0.9375rem;
    width: 0.9375rem;
    border-radius: 1.25rem;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    font-size: 0.625rem;
}

.contact-btn .read-link:hover,
.contact-btn .read-link:focus {
    color: var(--bs-primary);
}

.contact-btn .read-link:hover:after,
.contact-btn .read-link:focus:after {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

/* --/-- */

/* Search Form Start */

.widget .search-form label,
.mail-form,
.search-form {
    width: 100%;
}

.widget .woocommerce-product-search,
.mail-form > div,
.search-form {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.3125rem;
    z-index: 0;
}

.widget .woocommerce-product-search button,
.widget .search-form .search-submit {
    color: var(--bs-white);
    font-weight: 600;
    padding: 0 0.5rem;
    border-radius: 10rem;
    margin: auto;
    right: 8px;
}

.widget .search-form .search-submit {
    width: 36px;
    height: 36px;
}

.widget .woocommerce-product-search button {
    height: 41px;
    padding: 0 18px;
}

.sidebar .widget.widget_product_search .search-field {
    padding-right: 6.25rem;
}

.widget .woocommerce-product-search button:focus,
.widget .woocommerce-product-search button:hover,
.widget .woocommerce-product-search button,
.widget .search-form .search-submit:focus,
.widget .search-form .search-submit:hover {
    color: var(--bs-white);
}

.search-submit i {
    font-size: inherit;
    line-height: 2.15;
}

.widget form .search-field {
    padding-right: 5.35rem;
}

.widget form .search-field:not(:hover),
.widget form .search-field:not(:focus) {
    border-color: transparent;
}

.widget form .search-field,
.widget .mail-form .form-control {
    padding-left: 1.25rem;
    min-height: 50px;
    border-radius: 0.3125rem;
    padding-top: 0.81rem;
    padding-bottom: 0.81rem;
}

.sidebar .widget form .search-field {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.widget .mail-form .form-control {
    padding-right: 3.8rem;
}

.widget form {
    overflow: hidden;
}

.widget .woocommerce-product-search,
.widget .search-form,
.widget form .search-field {
    border-radius: 10rem;
}

.footer-main .mail-form .submit,
.search-form .search-submit,
.widget .woocommerce-product-search button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    outline: none;
    box-shadow: none;
    line-height: 2;
    z-index: 0;
}

.footer-main .mail-form .submit,
.search-form .btn.search-submit:not(:hover):not(:focus),
.search-form .search-submit:not(:hover):not(:focus),
.widget .woocommerce-product-search button {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.sidebar .widget .woocommerce-product-search button,
.sidebar .widget .search-form button.search-submit {
    right: 36px;
    background-color: var(--bs-secondary);
}

.sidebar .widget .search-field::-webkit-input-placeholder {
    color: var(--bs-white);
}
.sidebar .widget .search-field::placeholder {
    color: var(--bs-white);
}

.footer-main .mail-form .submit {
    padding: 0 0.85rem;
    border-radius: 0 0.3125rem 0.3125rem 0;
    font-size: 1.5625rem;
    border: 1px solid transparent;
}

.footer-main .mail-form .submit:hover,
.footer-main .mail-form .submit:focus {
    border-color: var(--bs-white);
}

.widget .btn:not(.btn-link):not(.btn-play):not(.btn-video):before {
    border-radius: 0 30px 30px 0;
}

/* ---//--- */

/* Subscribe Form Start */

.sidebar .widget_subscribe {
    text-align: center;
    font-weight: 500;
}

.sidebar .widget_subscribe form button {
    display: block;
    width: 100%;
    color: var(--bs-white);
    margin-top: 1.25rem;
}

.sidebar .widget_subscribe form input[type="email"] {
    border-radius: 10rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.sidebar .widget_subscribe form input[type="email"]:not(:hover):not(:focus) {
    border-color: transparent;
    background-color: var(--bs-gray-light);
}

/*---//---*/

/* Manual Links Start & Calendar Start */

.widget > ul,
.widget div > ul,
.tagcloud {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.calendar_wrap {
    position: relative;
    padding: 1.875rem;
    background-color: var(--bs-primary-light);
    border: 1px solid var(--bs-gray);
}

.main-footer .calendar_wrap {
    padding: 1rem;
    color: var(--bs-secondary);
}

.sidebar .calendar_wrap {
    padding: 10px;
    padding-bottom: 30px;
    background: none;
    border: none;
}

.calendar_wrap table {
    width: 100%;
    background: none;
    border: none;
    margin: 0;
    caption-side: top;
}

.calendar_wrap table caption {
    font-weight: 700;
    color: var(--bs-secondary);
    position: relative;
    padding-right: 8.75rem;
    text-align: right;
}

.calendar_wrap table th,
.calendar_wrap table td {
    text-align: center;
    line-height: 45px;
    border: 0;
    padding: 0;
    text-align: center;
    border-radius: 0;
}

.calendar_wrap table th {
    color: var(--bs-secondary);
    background: none;
    font-weight: 700;
}

.calendar_wrap table td {
    font-weight: 500;
    position: relative;
}

.calendar_wrap table tfoot {
    background-color: var(--bs-gray-light);
}

.wp-calendar-nav {
    position: absolute;
    font-weight: 600;
    font-size: 0.8rem;
    top: 35px;
    right: 30px;
}

.main-footer .wp-calendar-nav {
    right: 0.75rem;
}

.wp-block-calendar caption {
    text-align: center;
    color: var(--bs-primary);
}

.sidebar .wp-calendar-nav {
    top: 1rem;
    right: 12px;
}

.wp-calendar-nav a {
    width: 60px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    text-decoration: none;
    border-radius: 10rem;
    transition: var(--bs-transition);
}

.wp-calendar-nav a:hover,
.wp-calendar-nav a:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

/* --/-- */

/* Widget Meta */

.header-widget .widget_meta a {
    font-size: 12px;
}

.header-widget .widget.widget_meta li a:before {
    line-height: 1.2;
    font-size: 13px;
}

.sidebar .widget_meta ul li a {
    line-height: 45px;
    color: var(--bs-secondary);
}

.widget_meta ul li a {
    padding-right: 0;
    padding-left: 25px;
}

.widget_meta ul li a:before {
    left: 0;
    color: var(--bs-primary);
}

.widget_meta ul li:nth-child(1) a:before {
    content: "\f007";
}
.widget_meta ul li:nth-child(2) a:before {
    content: "\f08b";
}
.widget_meta ul li:nth-child(3) a:before {
    content: "\f086";
}
.widget_meta ul li:nth-child(4) a:before {
    content: "\f27a";
}
.widget_meta ul li:nth-child(5) a:before {
    content: "\f19a";
}

.footer-main .widget li a:hover:before,
.footer-main .widget li a:focus:before,
.widget_meta li a:hover:before,
.widget_meta li a:focus:before {
    -webkit-animation: iconRightCaret 600ms ease;
    animation: iconRightCaret 600ms ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Icon Right Caret */
@-webkit-keyframes iconRightCaret {
    0% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }

    50% {
        -ms-transform: translateX(2px);
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}
@keyframes iconRightCaret {
    0% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }

    50% {
        -ms-transform: translateX(2px);
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

/* ---//--- */

/* Widget Tag & Widget Text & Widget Social */

.tagcloud a {
    margin-bottom: 10px;
    margin-right: 6px;
}

.tagcloud a {
    font-size: 1rem !important;
    display: inline-block;
    line-height: 1.9;
    padding: 0 0.875rem;
    padding-right: 1.92rem;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    border-radius: 6.25rem;
}

.tagcloud a:after {
    content: "#";
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 0.75rem;
    font-weight: 900;
    text-align: center;
    border-radius: 100%;
    margin: auto;
    background-color: var(--bs-primary);
    -webkit-transition: var(--bs-transition-slow);
    transition: var(--bs-transition-slow);
}

.tagcloud a:hover,
.tagcloud a:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.tagcloud a:hover:after,
.tagcloud a:focus:after {
    color: var(--bs-primary);
    background-color: var(--bs-white);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.widget-text p:last-child {
    margin: 0;
}

.widget_social_widget li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-flex;
    text-decoration: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.widget_social_widget h6 a i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-flex;
    text-decoration: none;
    -webkit-transition: 0.6s;
    vertical-align: middle;
    transition: 0.6s;
}
.widget_social_widget li a i {
    vertical-align: middle;
}

.widget_social_widget li:not(:last-child) {
    margin-right: 5px;
}

.widget.widget_social_widget ul {
    margin-top: -0.75rem;
}

.widget.widget_social_widget ul li {
    margin-top: 0.75rem;
}

.main-header .contact-area:hover .contact-icon i,
.main-header .contact-area:focus-within .contact-icon i,
.main-header .contact-area:hover .contact-icon img,
.main-header .contact-area:focus-within .contact-icon img {
    -webkit-animation: slideTop 0.8s;
    animation: slideTop 0.8s;
}

.widget_social_widget li a:hover i,
.widget_social_widget li a:focus i {
    -webkit-animation: slideTop 0.8s;
    animation: slideTop 0.8s;
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.widget_social_widget h6 a:hover i,
.widget_social_widget h6 a:focus i {
    -webkit-animation: slideTop 0.8s;
    animation: slideTop 0.8s;
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.homepage-2 .main-header .widget_social_widget li a i {
    color: var(--bs-white);
    width: 100%;
    height: 100%;
}

.homepage-2 .main-header .widget_social_widget li a:hover i,
.homepage-2 .main-header .widget_social_widget li a:focus i {
    color: var(--bs-primary);
    background: none;
}

.main-header .contact-area:hover .contact-icon i,
.main-header .contact-area:focus-within .contact-icon i {
    color: var(--bs-primary);
    background-color: var(--bs-white);
    border-radius: 100%;
}

.widget_social_widget li a i,
.main-header .contact-area .contact-icon i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.widget_social_widget h6 a i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.homepage-3 .main-header .widget_social_widget li a,
.homepage-3 .main-header .contact-area .contact-icon,
.homepage-3 .main-header .widget_social_widget li a i,
.homepage-3 .main-header .contact-area .contact-icon i {
    background-color: var(--bs-secondary);
}

.homepage-3 .main-header .widget_social_widget li a:hover i,
.homepage-3 .main-header .widget_social_widget li a:focus i,
.homepage-3 .main-header .contact-area:hover .contact-icon i,
.homepage-3 .main-header .contact-area:focus-within .contact-icon i {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.sidebar .widget_social_widget li a {
    color: var(--bs-primary);
    background-color: var(--bs-white);
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.09);
}

.widget_social_widget ul li:last-child {
    margin-right: 0px;
}

.main-footer .widget_social_widget li a,
.sidebar .widget_social_widget li a,
.widget_social_widget li {
    display: inline-block;
}

.main-footer .widget_social_widget li a {
    color: var(--bs-secondary);
}

.main-footer .widget_social_widget li a {
    background-color: var(--bs-white);
}

.main-footer .widget_social_widget li a:hover,
.main-footer .widget_social_widget li a:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.homepage-1 .main-header .widget_social_widget li a {
    color: var(--bs-primary);
    background-color: var(--bs-secondary-dark);
}

.widget_special_social a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    padding: 13px 20px;
    text-decoration: none;
    position: relative;
    z-index: 0;
}

.widget_special_social a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    z-index: -1;
    transition: var(--bs-transition);
}

.widget_special_social a:hover:after,
.widget_special_social a:focus:after {
    background-color: rgb(1 1 47 / 0.1);
}

.widget_special_social p {
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: 0.15px;
    margin: 0;
}

.widget_special_social span {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.widget_special_social i {
    font-size: 30px;
}

.widget_special_social a.twitter {
    background-color: #03a9f4;
}

.widget_special_social a.facebook {
    background-color: #3a559f;
}

.widget_special_social a.instagram {
    background-color: #d62976;
}

/* ---//--- */

/* Widget Title Set */

/*.widget .widget-title {
    display: block;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    text-align: left;
    letter-spacing: 0.35px;
    word-break: break-all;
}*/

.main-footer div.widget.widget-none .widget-title {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.main-footer .widget .widget-title::first-letter {
    color: var(--bs-primary);
}

.main-footer .widget .widget-title {
    color: var(--bs-white);
    margin-bottom: 1.375rem;
    padding-bottom: 15px;
    position: relative;
}

.main-footer .widget .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -40px;
    margin: auto;
    width: 35px;
    height: 2px;
    background-color: var(--bs-primary);
}

.textwidget .logo {
    margin-bottom: 1rem;
}

/* ---//--- */

/*---------------------------------------
    Post Widget
-----------------------------------------*/

.widget_latest_posts .post-items {
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    border: none;
    background: none;
    box-shadow: none;
}

.widget_latest_posts .post-items:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bs-gray);
}

.widget_latest_posts .post-image {
    margin-right: 15px;
    flex-basis: 28.44%;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget_latest_posts .featured-image .post-hover {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.widget_latest_posts .featured-image,
.widget_latest_posts .featured-image > a {
    width: 80px;
    height: 80px;
}

.widget_latest_posts .post-image img {
    height: 100%;
    object-fit: cover;
}

.widget_latest_posts .post-image .post-hover:before {
    font-size: 10px;
    max-width: 25px;
    max-height: 25px;
}

.widget_latest_posts .post-content {
    flex: 1;
    padding: 0;
}

.widget_latest_posts .post-title {
    font-size: 1rem;
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: 0;
}

.widget_latest_posts .post-meta:not(.post-img-meta):not(.post-tags) {
    font-size: 13px;
    padding: 0;
    padding-top: 5px;
    margin-top: 5px;
    justify-content: flex-start;
}

.widget_latest_posts .post-meta time:not(.icon):before {
    display: none;
}

.widget_latest_posts .post-meta time:not(.icon) {
    padding-left: 0;
}

.widget_latest_posts .post-meta .post-date {
    line-height: 1.2;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.widget_latest_posts .post-meta .post-date i {
    margin-right: 6px;
}

.widget_latest_posts .post-items:hover .post-date,
.widget_latest_posts .post-items:focus-within .post-date,
.widget_latest_posts .post-items:hover .post-title a,
.widget_latest_posts .post-items:focus-within .post-title a {
    color: var(--bs-primary);
}

.widget_latest_posts .post-image .post-meta {
    top: -5px;
    left: -2px;
    right: unset;
}

.widget_latest_posts .post-image .count-link {
    top: -5px;
    left: 2px;
    right: unset;
    font-size: 14px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    color: var(--bs-white);
    border: 2px solid var(--bs-white);
    background-color: var(--bs-primary);
    box-shadow: none;
}

.widget_latest_posts .post-image .count-link a {
    color: inherit;
}

/* ---//--- */

/*---------------------------------------
    Widget Sidebar Start

    .sidebar .tagcloud,
-----------------------------------------*/

.sidebar .widget_nav_menu .menu,
.sidebar > .widget.widget_social_widget > ul,
.sidebar .tagcloud,
.sidebar .widget_social,
.sidebar .widget .gallery,
.sidebar .widget > ul,
.sidebar .widget form,
.sidebar .widget-content,
.sidebar .rc-post,
.sidebar .widget div > ul,
.sidebar .widget .wp-block-tag-cloud {
    padding: 1.8rem;
}

.sidebar .widget figure.wp-block-gallery {
    padding: 1rem;
}

.sidebar .widget {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: var(--bs-gray);
    background-color: var(--bs-white);
}

.wp-block-tag-cloud a {
    display: inline-block;
    position: relative;
    letter-spacing: 0.15px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px !important;
    border: none;
    margin-top: 20px;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 0;
    text-transform: capitalize;
    text-decoration: none;
    z-index: 0;
    border-radius: 5px;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
    background-color: var(--bs-secondary);
}

.footer-section .wp-block-tag-cloud a:hover,
.footer-section .wp-block-tag-cloud a:focus {
    color: var(--bs-primary);
    background-color: var(--bs-white);
}
/*******************/
.sidebar .widget-title {
    position: relative;
    margin-bottom: 0;
    padding: 16px 18px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    overflow: hidden;
    font-size: 22px;
    font-weight: 500;
    background-color: var(--bs-secondary);
    border-left: 4px solid var(--bs-primary);
    border-right: 4px solid var(--bs-primary);
}
/***************/

.widget_media_video iframe {
    width: 100%;
    height: 100%;
}

.widget.widget_media_image:before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-secondary-dark);
    opacity: 0.5;
}

/*.widget_media_image .widget-title {
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    font-size: 2.5rem;
    padding: 1.875rem;
    padding-bottom: 4.2rem;
    color: var(--bs-white);
}*/

/*.widget_media_image .widget-title:after,
.widget_media_image .widget-title:before {
    content: "";
    position: absolute;
    bottom: 1.875rem;
    height: 3px;
}*/

/*.widget_media_image .widget-title:after {
    width: 20px;
    left: 1.875rem;
    border-bottom: 4px dotted var(--bs-white);
}*/

/*.widget_media_image .widget-title:before {
    width: 73%;
    left: 4rem;
    background-color: var(--bs-white);
}*/

.main-footer .widget:last-child,
.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget_social_widget ul {
    padding: 0 15px;
}

.widget_social_widget ul {
    margin-bottom: 0 !important;
}

.sidebar .widget ul li.menu-item-has-children {
    padding-bottom: 0;
}

.sidebar .widget_recent_comments li {
    padding: 15px;
    word-break: break-word;
}

.widget_special_social a:not(:last-child),
.sidebar .widget.woocommerce ul > li:not(:last-child),
.sidebar .widget.widget_nav_menu ul li:not(:last-child) a,
.sidebar .widget.widget_pages ul li:not(:last-child) a,
.sidebar .widget.widget_meta ul li:not(:last-child),
.sidebar .widget.widget_archive ul > li:not(:last-child),
.sidebar .widget.widget_categories ul > li:not(:last-child) {
    margin-bottom: 0rem;
    border-bottom: 1px solid var(--bs-gray);
}

.woocommerce.widget_top_rated_products ul.product_list_widget li {
    margin-top: 10px;
    padding-bottom: 12px;
}

.woocommerce.widget_top_rated_products ul.product_list_widget li:first-child {
    margin-top: 0;
}

.woocommerce.widget_top_rated_products ul.product_list_widget li:last-child {
    padding-bottom: 0;
}

.sidebar .widget.widget_nav_menu ul li a,
.sidebar .widget.widget_pages ul li a {
    display: block;
}

.sidebar .widget.widget_shopping_cart .widget_shopping_cart_content,
.sidebar .widget.widget_nav_menu .menu-all-pages-container {
    padding: 1.875rem;
}

.sidebar .widget_layered_nav ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget.widget_nav_menu ul li a {
    line-height: 45px;
}

.sidebar .widget_layered_nav ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_recent_comments a,
.sidebar .widget_recent_entries li a,
.sidebar .widget.widget_nav_menu ul li a {
    color: var(--bs-secondary);
}

.sidebar .widget_custom_html .contact-area {
    margin-bottom: 18px;
}

.sidebar .widget_custom_html .contact-area:last-child {
    margin-bottom: 0;
}

.sidebar .widget_custom_html .contact-info,
.sidebar .widget_custom_html .contact-info a {
    color: var(--bs-white);
}

.sidebar .widget_top_rated_products .star-rating {
    position: absolute;
    bottom: 4px;
    right: 0;
    font-size: 14px;
}

.sidebar .widget_layered_nav ul li a:hover,
.sidebar .widget_layered_nav ul li a:focus,
.sidebar .widget_pages ul li a:hover,
.sidebar .widget_pages ul li a:focus,
.sidebar .widget_recent_comments a:hover,
.sidebar .widget_recent_comments a:focus,
.sidebar .widget_meta ul li a:hover,
.sidebar .widget_meta ul li a:focus,
.sidebar .widget_recent_entries ul li a:hover,
.sidebar .widget_recent_entries ul li a:focus,
.sidebar .widget.widget_nav_menu ul li a:hover,
.sidebar .widget.widget_nav_menu ul li a:focus {
    color: var(--bs-primary);
}

.sidebar .widget.widget_product_categories ul > li:not(.cat-parent),
.sidebar .widget.widget_archive ul > li,
.sidebar .widget.widget_categories ul > li,
.sidebar .widget ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    font-weight: 600;
    color: var(--bs-secondary);
    z-index: 1;
    padding: 10px 0.7rem 10px 1rem;
}

.sidebar .widget:not(.widget_meta) ul > li:after {
    content: "\f101";
    font-family: var(--bs-font-awesome);
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 0;
    color: var(--bs-secondary);
    display: flex;
    align-items: center;
    margin: auto 0;
    -webkit-transition: var(--bs-transition-slow);
    transition: var(--bs-transition-slow);
    z-index: -1;
}

.sidebar .widget ul > li:hover:after,
.sidebar .widget ul > li:focus-within:after {
    left: 82%;
    color: var(--bs-primary);
}

.sidebar .widget ul > li.wc-block-grid__product:after,
.sidebar .widget.widget_shopping_cart ul > li:after {
    display: none !important;
}

.sidebar .widget ul > li:not(:last-child) {
    border-bottom: 1px solid var(--bs-gray);
}

.sidebar .widget.woocommerce.widget_shopping_cart .cart_list li.mini_cart_item {
    padding-left: 0;
    border-bottom: none;
    margin-bottom: 20px;
}

.sidebar .widget.widget_product_categories ul > li:not(.cat-parent) > a:not(:hover):not(:focus),
.sidebar .widget.widget_archive ul > li > a:not(:hover):not(:focus),
.sidebar .widget.widget_categories ul > li > a:not(:hover):not(:focus),
.sidebar .widget ul > li > a:not(:hover):not(:focus) {
    color: var(--bs-secondary);
}

.sidebar .widget.widget_product_categories ul > li.cat-parent > a {
    margin-bottom: 0;
    width: 80%;
}

.sidebar .widget.widget_product_categories ul > li.cat-parent > span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    margin-left: 0;
    vertical-align: middle;
    font-weight: 600;
    margin-top: -5px;
}

.sidebar .widget.widget_product_categories ul > li a,
.sidebar .widget.widget_archive ul > li,
.sidebar .widget.widget_categories ul > li {
    padding: 10px 0.7rem 10px 1.25rem;
    -webkit-transition: var(--bs-transition-slow);
    transition: var(--bs-transition-slow);
}

.sidebar .widget.widget_archive ul > li ul,
.sidebar .widget.widget_categories ul > li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bs-primary-light);
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .widget.widget_archive ul li:hover > ul,
.sidebar .widget.widget_archive ul li:focus-within > ul,
.sidebar .widget.widget_categories ul li:hover > ul,
.sidebar .widget.widget_categories ul li:focus-within > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.sidebar .widget.widget_archive ul > li:after,
.sidebar .widget.widget_categories ul > li:after {
    content: "\f101";
    font-family: var(--bs-font-awesome);
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 0;
    transform: rotate(90deg);
    color: var(--bs-secondary);
    display: flex;
    align-items: center;
    margin: auto 0;
    -webkit-transition: var(--bs-transition-slow);
    transition: var(--bs-transition-slow);
    z-index: -1;
}

.sidebar .widget.widget_archive ul > li:hover,
.sidebar .widget.widget_categories ul > li:hover,
.sidebar .widget.widget_archive ul > li:focus-within,
.sidebar .widget.widget_categories ul > li:focus-within {
    padding: 10px 0.7rem 10px 0.7rem;
    color: var(--bs-primary);
}

.sidebar .widget.widget_archive ul > li:hover a,
.sidebar .widget.widget_categories ul > li:hover a,
.sidebar .widget.widget_archive ul > li:focus-within a,
.sidebar .widget.widget_categories ul > li:focus-within a {
    color: var(--bs-primary) !important;
}

.sidebar .widget.widget_archive ul > li:hover:after,
.sidebar .widget.widget_categories ul > li:hover:after,
.sidebar .widget.widget_archive ul > li:focus-within:after,
.sidebar .widget.widget_categories ul > li:focus-within:after {
    left: 82%;
    color: var(--bs-primary);
    transform: rotate(0deg);
}

.widget_product_categories ul.children {
    padding-left: 20px;
}

.widget_top_rated_products li img,
.sidebar .widget.widget_product_categories ul > li span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.widget_top_rated_products li img {
    padding: 3px;
    float: right;
}

.widget_top_rated_products li a {
    display: flow-root;
    line-height: 3.2;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    border-radius: 10rem;
}

.widget_top_rated_products li a span {
    padding: 1rem 0.87rem 1rem 1.25rem;
}

.widget_top_rated_products .woocommerce-Price-amount.amount {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0 0 10rem 10rem;
    margin-left: 1.5rem;
}

.widget_top_rated_products .woocommerce-Price-amount.amount {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.widget_top_rated_products del .woocommerce-Price-amount.amount {
    background-color: var(--bs-gray);
    color: var(--bs-white);
}

.widget.widget_products li:not(:last-child) {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--bs-gray);
}

.widget.widget_products ul li {
    background-color: var(--bs-secondary);
    border-radius: 0.625rem;
    overflow: hidden;
    padding: 15px;
    color: var(--bs-white);
}

.widget_top_rated_products ul.product_list_widget li img {
    margin-top: 9px;
    margin-right: 10px;
}

.widget_products img {
    border-radius: 0.625rem;
}

.widget_products .product-title {
    display: block;
    margin: 0.5rem 0 0.1rem;
    font-weight: 600;
    letter-spacing: 0.25px;
}

.woocommerce.widget_products ul.product_list_widget li {
    margin-top: 10px;
}

.woocommerce.widget_products ul.product_list_widget li:first-child {
    margin-top: 0;
}

.woocommerce-Price-amount.amount {
    font-weight: 600;
}

del .amount {
    color: var(--bs-gray-500-thumb);
    text-decoration: line-through;
}

ins .amount {
    color: var(--bs-primary);
    text-decoration: underline;
}

.widget.widget_price_filter .price_slider_wrapper {
    display: block;
    padding-top: 6px;
}

.woocommerce .widget_price_filter .ui-slider span.ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider div.ui-slider-range {
    background-color: var(--bs-primary);
}

.wp-block-calendar thead th {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.calendar_wrap table tbody #today,
.calendar_wrap table tbody a:hover,
.calendar_wrap table tbody a:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 0;
}

.sidebar .calendar_wrap table tbody a {
    display: block;
    border-radius: 0;
    color: var(--bs-white);
}

.calendar_wrap table td a {
    white-space: nowrap;
}

.sidebar .widget select {
    margin: 15px auto 0;
}

.sidebar .widget select:not(:hover),
.sidebar .widget select:not(:focus) {
    border-color: transparent;
}

.sidebar [class*="widget-"]:not(.widget-info):not(.widget_social_widget) li a:before {
    color: inherit;
}

.sidebar .widget-contact {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    padding: 30px;
}

.sidebar .widget-contact .widget-title:first-letter {
    color: var(--bs-white);
}

.sidebar .widget.widget-contact .widget-title {
    border-bottom: none;
    margin: 0;
}

.sidebar .widget-contact .contact-icon {
    width: 35px;
    height: 35px;
    line-height: 2.25;
    text-align: center;
    background-color: var(--bs-white);
    border-radius: 50%;
}

.sidebar .widget-contact .contact-area {
    margin-bottom: 1rem;
}

.sidebar .widget-contact a:hover,
.sidebar .widget-contact a:focus {
    color: var(--bs-white);
}

.sidebar .widget.widget_text {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.sidebar .textwidget {
    padding: 1.875rem;
    text-align: center;
    font-weight: 500;
}

.sidebar .textwidget p:last-child {
    margin-bottom: 0;
}

.sidebar .textwidget strong {
    font-size: 1.125rem;
}

.widget_text .textwidget img {
    display: inline-block;
}

.sidebar .widget_text .widget.widget_social_widget {
    padding: 0;
    margin-bottom: 1rem;
    background: none;
}

.footer-section .widget_text .textwidget p {
    text-align: justify;
}

/* ---//--- */

/* Footer Widget*/

.footer-main .widget {
    margin-bottom: 2.3rem;
}

.footer-main .widget_text .widget {
    margin-bottom: 1.5rem;
}

.footer-main .widget_text .logo + p {
    margin-bottom: 2rem;
}

.footer-main .widget_text .widget *:not(:hover):not(:focus) {
    color: var(--bs-white);
}

.main-footer .widget_latest_posts .featured-image .post-hover,
.main-footer .widget_media_image img {
    border: 1px solid #202052;
}

.footer-copyright .widget {
    display: inline-block;
    max-width: 100%;
}

.main-footer .widget ul ul {
    padding-left: 15px;
}

.footer-main .widget:not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li:not(:last-child) a:not(.wp-block-social-link-anchor) {
    margin-bottom: 0;
    border-bottom: 1px solid rgb(171 171 171 / 0.2);
}

.footer-main .widget:not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:not(.wp-block-social-link-anchor) {
    display: block;
    line-height: 40px;
}

.footer-copyright .widget:not(.widget-info):not(.widget_social_widget) li:not(:first-child) a {
    padding-left: 22px;
    border-left: 1px solid var(--bs-primary);
}

.header-widget .widget_media_gallery img,
.sidebar .widget_media_gallery img {
    margin: auto;
}

.sidebar .widget_media_gallery .gallery-item,
.footer .widget_media_gallery .gallery-item {
    border-radius: 5px;
    overflow: hidden;
}

.footer:not(.footer-main .footer-center):not(.footer-main .footer-right) .widget_media_gallery img {
    margin: auto 0;
}

.footer-main .widget-text .logo + p {
    margin-top: 25px;
}

.footer-copyright .widget_media_gallery {
    max-width: 150px;
    min-height: 44px;
}

.footer-copyright .widget ul {
    margin-top: -0.75rem;
}

.footer-copyright .widget li {
    display: inline-block;
    margin-top: 0.75rem;
}

.footer-copyright .widget li:not(:last-child) {
    margin-right: 1.25rem;
}

.footer-main .wp-block-embed iframe {
    height: auto;
}

/* ---//--- */

button.wp-block-search__button.wp-element-button {
    width: 50%;
    border-radius: 5px;
}

.footer-main button.wp-block-search__button.wp-element-button {
    width: 45%;
    padding-left: 10px;
}

/*===== * Cart =====*/

.widget_shopping_cart_content .cart-header i,
.cart-wrapper .cart-icon-wrap i {
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    font-size: 22px;
}

.cart-icon-wrap,
.cart-wrapper {
    position: relative;
}

.cart-wrapper .cart-icon-wrap .cart-count span {
    position: absolute;
    top: 20px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 2.05;
    display: inline-block;
    font-size: 10px;
    color: var(--bs-white);
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    text-align: center;
    background-color: var(--bs-primary);
}

.shopping-cart {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    width: 250px;
    padding: 12px;
    color: var(--bs-primary);
    background: var(--bs-white);
    border-radius: 0 3px 3px;
    border: 0;
    border-top: 3px solid var(--bs-primary);
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.shopping-cart:after {
    top: -8px;
    left: 95%;
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 3px solid;
    background-color: var(--bs-white);
    border-right: none;
    border-bottom: none;
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.shopping-cart:after {
    right: 15%;
}

.cart-icon-wrap:hover .shopping-cart,
.cart-icon-wrap:focus .shopping-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}

.widget_shopping_cart_content .cart-header,
.shopping-cart .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--bs-primary);
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.shopping-cart .cart-badge {
    color: var(--bs-white);
    font-size: 10px;
    margin: 0;
    width: 16px;
    height: 16px;
    line-height: 1.6;
    text-align: center;
    vertical-align: super;
    border-radius: 100px;
    display: inline-block;
    background-color: var(--bs-primary);
}

.widget_shopping_cart_content ul.cart-items,
div.shopping-cart ul.cart-items {
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style: none;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.widget_shopping_cart ul.cart-items li,
div.shopping-cart ul.cart-items li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    position: relative;
}

.widget_shopping_cart ul.cart-items li a:not(.remove),
div.shopping-cart ul.cart-items li a:not(.remove) {
    line-height: 10px;
}

.shopping-cart .cart-items .item-img {
    float: left;
    margin-right: 12px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 4.5;
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-primary);
}

.shopping-cart .cart-items .item-img img {
    width: 100%;
    border-radius: 50%;
    display: inline-block;
    float: none;
    margin: auto;
}

.shopping-cart .cart-items .item-name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-top: 15px;
}

.shopping-cart .cart-items .amount {
    font-size: 12px;
    font-weight: 600;
    margin-right: 0;
    color: #222;
}

.shopping-cart .cart-items .quantity {
    font-size: 12px;
    font-weight: 600;
    vertical-align: text-bottom;
    color: var(--bs-primary);
    justify-content: flex-start;
}

.shopping-cart .btn {
    display: block;
    line-height: 24px;
    font-size: 1.125rem;
    letter-spacing: 0.35px;
}

.widget_shopping_cart .btn i,
.shopping-cart .btn i {
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.widget_shopping_cart ul a.remove,
div.shopping-cart ul a.remove {
    float: right;
    margin-top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    color: var(--bs-white) !important;
    background-color: var(--bs-primary);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.15);
}

.sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: relative;
    margin-left: 10px;
}

/*===== // =====*/

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
    background-color: var(--bs-primary-light);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--bs-primary);
}

.flixita-content .container.woo-container {
    padding: 0;
}

.woo-container .row {
    width: 100%;
    flex-basis: 100%;
}

.flixita-content .woocommerce div.product {
    margin-bottom: 30px;
}

.woocommerce form.woocommerce-ordering {
    margin: 0 0 2em;
}

.flixita-content .page-title {
    margin-bottom: 1.25rem;
}

/* Woo Product Style */

.woocommerce .woocommerce-ordering select.orderby {
    background-color: var(--bs-white);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
    border-color: #ececec;
    cursor: pointer;
}

.woocommerce p.woocommerce-result-count {
    margin: 0;
    padding: 13px 16px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.product-single {
    background-color: var(--bs-white);
    border: 1px solid rgb(238 238 238 / 85%);
    box-shadow: 0px 10px 30px rgb(5 5 5 / 8%);
    border-radius: 15px;
    overflow: hidden;
    transition: all 500ms ease 0s;
}

.product-single:hover,
.product-single:focus-within {
    box-shadow: 0px -10px 20px rgb(5 5 5 / 12%);
}

.product-fimg {
    position: relative;
    overflow: hidden;
}

.woocommerce ul.products li.product a {
    display: inline-block;
    color: inherit;
}

.woocommerce ul.products li.product .product-fimg a img {
    margin: 0;
}

.product-single .product-content-wrap {
    padding: 20px 30px;
    background-color: var(--bs-white);
}

.sale-ribbon {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    background: var(--bs-primary);
    font-weight: 600;
    color: var(--bs-white);
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .product-single h3 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 8px;
    color: var(--bs-secondary);
}

.woocommerce ul.products li.product div.price {
    font-size: 18px;
    line-height: 1.2;
}

.woocommerce ul.products li.product .product-action {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    transform: translateY(100%);
    opacity: 0;
    transition: var(--bs-transition-slow);
}

.woocommerce ul.products li.product .product-action .button {
    margin: auto;
}

.woocommerce ul.products li.product .product-single:hover .product-action,
.woocommerce ul.products li.product .product-single:focus-within .product-action {
    opacity: 1;
    transform: translateY(0);
}

.woocommerce ul.products li.product .product-action .button.add_to_cart_button,
.woocommerce ul.products li.product .product-action .yith-wcwl-add-button,
.woocommerce ul.products li.product .product-action .compare {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.woocommerce ul.products li.product a.wc-forward {
    margin-left: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 0 16px;
    line-height: 35px;
    border-radius: 3px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-single .price del span {
    color: #b7b7b7;
    text-decoration-line: line-through;
}

.woocommerce-page.woocommerce-cart #content table.cart td.actions .coupon input.input-text[type="text"] {
    min-height: 38px;
}

.woocommerce #reviews #comments h3 {
    font-size: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.related.products h3 {
    text-transform: capitalize;
}

.product .product-single ul.rate {
    margin-top: 15px;
    font-size: 16px;
}

.product .product-single ul.rate li i.fa.fa-star:before {
    margin-right: 5px;
}

.product .product-single ul.rate {
    transform: translateX(-100%);
    margin-top: -40px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product .product-single ul.rate li {
    background-color: rgb(17 17 17 / 0.7);
    display: inline-block;
    text-align: center;
    color: var(--bs-white);
    min-height: 40px;
    line-height: 40px;
    padding: 0 17px;
    border-radius: 0 20px 0 0;
}

.product .product-single:hover ul.rate,
.product .product-single:focus-within ul.rate {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

p.woocommerce-notice.woocommerce-notice--success {
    margin-bottom: 15px;
    padding: 15px;
    border-top: 2px solid transparent;
}

.woocommerce ul.order_details {
    padding: 15px 15px 0;
    background-color: var(--bs-white);
    border: 1px solid #d3ced2;
}

.woocommerce ul.order_details li {
    margin-bottom: 15px;
}

.woocommerce .woocommerce-order h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.woocommerce section.woocommerce-customer-details address {
    border-radius: 0;
    border: 1px solid #d3ced2;
    padding: 22px;
}

p.woocommerce-notice.woocommerce-notice--success,
div.woocommerce-info,
p.woocommerce-info,
li.woocommerce-info {
    border-color: var(--bs-primary);
    background-color: var(--bs-white);
    box-shadow: 0 6px 25px -5px rgb(0 0 0 / 0.12);
}

p.woocommerce-notice.woocommerce-notice--success a,
div.woocommerce-info a,
p.woocommerce-info a,
li.woocommerce-info a,
p.woocommerce-notice.woocommerce-notice--success:before,
div.woocommerce-info:before,
p.woocommerce-info:before,
li.woocommerce-info:before {
    color: var(--bs-primary);
}

.product .product-single a.added_to_cart.wc-forward {
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
}

.dark-product .product-single {
    background-color: var(--bs-primary);
}

.dark-product .product-single h2,
.dark-product .product-single .woocommerce-Price-amount.amount {
    color: var(--bs-white);
}

.woocommerce .dark-product div.product-single a.button,
.woocommerce div.product-single .dark-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: var(--bs-primary);
    background-color: var(--bs-white);
}

.dark-product .product-single a.added_to_cart.wc-forward {
    color: var(--bs-white);
}

.single-product .product .product_title.entry-title {
    letter-spacing: 0.65px;
    font-size: 34px;
    margin-bottom: 3px;
}

.single-product .product p.price {
    margin-bottom: 10px;
}

.single-product .product .product_meta > span {
    display: block;
}

.single-product .product .single_add_to_cart_button {
    margin-left: 10px;
}

.woocommerce .col2-set div.col-2,
.woocommerce-page .col2-set div.col-2,
.woocommerce .col2-set div.col-1,
.woocommerce-page .col2-set div.col-1 {
    width: 48%;
    max-width: 100%;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

.select2-container--default span.select2-selection--single {
    height: 34px;
    border-radius: 0;
    background-color: #fbfbfb;
    border-color: #e9e9ea;
}

.select2-container--default .select2-selection--single span.select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single span.select2-selection__arrow {
    height: 30px;
}

.woocommerce form p.form-row {
    margin: 0 0 10px;
}

.woocommerce-checkout-review-order li {
    position: relative;
}

.woocommerce-checkout-review-order li label {
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
}

.woocommerce-checkout div#payment.woocommerce-checkout-payment {
    background-color: var(--bs-white);
    box-shadow: 0 3px 30px -6px rgb(0 0 0 / 0.15);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
body.woocommerce-checkout #payment div.payment_box {
    background-color: var(--bs-primary-light);
    border: 2px solid var(--bs-primary);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
body.woocommerce-checkout #payment div.payment_box::before {
    border-color: var(--bs-primary);
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    top: -0.95em;
}

.woocommerce-checkout-review-order #payment ul.payment_methods label img {
    height: 38px;
    margin-left: 0.75em;
}

.woocommerce-checkout #payment .payment_method_paypal a.about_paypal {
    padding: 0 10px;
    background-color: var(--bs-white);
    line-height: 30px;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0 0 10px -2px rgb(0 0 0 / 0.2);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 18px;
}

.woocommerce form .form-row textarea.input-text {
    padding: 7px;
}

.woocommerce .quantity .qty {
    padding: 0.25rem;
    min-height: 34px;
}

.woocommerce table.shop_table a.remove {
    background-color: var(--bs-primary);
    color: var(--bs-white) !important;
}

.woocommerce form .form-row input.input-checkbox,
.woocommerce form .form-row input.input-checkbox#terms {
    outline: none;
    outline-offset: unset;
    display: inline-block;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .product-action .yith-wcwl-add-button,
.woocommerce ul.products li.product .product-action .compare {
    font-weight: 600;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 5px;
    overflow: hidden;
    font-size: 0.95rem;
}

.woocommerce-page.woocommerce-cart #content table.cart td.actions .coupon input.input-text[type="text"] {
    padding: 7px 6px 6px;
    width: 100%;
    max-width: 180px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: var(--bs-white);
}

@media only screen and (min-width: 992px) {
    .woocommerce-checkout #payment .payment_method_paypal a.about_paypal {
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce ul.order_details li {
        float: none;
        border-right: 0;
        padding-bottom: 10px;
        border-bottom: 1px dashed #d3ced2;
    }

    .woocommerce p.woocommerce-result-count {
        display: block;
        text-align: center;
        width: 100%;
    }

    .woocommerce .woocommerce-ordering {
        display: block;
        width: 100%;
        margin-top: 0.5em;
    }

    .woocommerce .col2-set div.col-2,
    .woocommerce-page .col2-set div.col-2,
    .woocommerce .col2-set div.col-1,
    .woocommerce-page .col2-set div.col-1 {
        width: 100%;
        max-width: 100%;
    }
}

.product .product-single .sale-ribbon {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 3px 12px;
    text-transform: uppercase;
    color: var(--bs-white);
    background: var(--bs-primary) none repeat scroll 0 0;
    box-shadow: 0 0 12px rgb(255 255 255 / 0.35);
    z-index: 1;
}

/* My Account Page Start */

.woocommerce-account .addresses .title .edit,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-number a,
.woocommerce-account .woocommerce-MyAccount-content p a {
    color: var(--bs-primary);
}

.woocommerce-MyAccount-navigation ul {
    background-color: var(--bs-primary-light);
    border: 1px solid #e5e5e5;
    padding: 0;
    list-style: none;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 20px;
    line-height: 1.5;
    border-width: 0;
    border-style: solid;
    border-left-width: 2px;
    border-left-color: transparent;
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
    color: #2c3145;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
    background-color: var(--bs-white);
    border-left-color: var(--bs-primary);
}

.woocommerce-account .woocommerce-MyAccount-content {
    border: 1px solid #e5e5e5;
    padding: 20px;
    background-color: #fbfbfb;
    min-height: 254px;
}

.woocommerce .woocommerce-Addresses {
    margin-top: 15px;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address {
    border: 1px solid #e5e5e5;
    padding: 15px;
}

.woocommerce-account .addresses address {
    margin-bottom: 0;
}

.woocommerce-account .edit-account .woocommerce-form-row input.woocommerce-Input {
    min-height: 38px;
    padding: 8px 15px;
}

.woocommerce-account .edit-account .woocommerce-form-row em {
    margin-top: 5px;
    display: block;
}

.woocommerce-account .edit-account .woocommerce-form-row {
    display: inline-block;
}

.woocommerce-account .edit-account .woocommerce-Button {
    margin-top: 10px;
}

.woocommerce-Address-title {
    position: relative;
}

.woocommerce-Address-title a.edit {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .woocommerce .woocommerce-Addresses .woocommerce-Address {
        width: 100% !important;
        float: none !important;
    }
    .woocommerce .woocommerce-Addresses .woocommerce-Address:not(:last-child) {
        margin-bottom: 15px;
    }
}

/* My Account Page End */

.woocommerce span.onsale {
    background-color: var(--bs-primary);
}

.woocommerce form .form-row input.input-text {
    min-height: 35px;
    padding: 7px;
}

.woocommerce table.shop_table th {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.woocommerce .blockUI.blockOverlay {
    z-index: 1 !important;
}

.woocommerce form .woocommerce-address-fields .form-row label {
    display: inline-block;
}

.gallery-item {
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-color: #ececec;
    padding: 0;
    text-align: center;
    float: left;
}
.gallery-item .gallery-icon img {
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    width: 100%;
}
.gallery-item .gallery-caption {
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 58px 28px;
    color: var(--bs-white);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    clear: left;
    font-style: italic;
    line-height: 1.5em;
    text-align: center;
}
.gallery-item .gallery-caption:before {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 50%;
    left: 30px;
    /*border-top: 1px solid var(--bs-white);
    border-bottom: 1px solid var(--bs-white);*/
    border: 2px solid #fff;
    border-radius: 5px;
    content: "";
    opacity: 0;
    background-color: var(--bs-white);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.gallery-item .gallery-caption i {
    font-size: 20px;
    width: 44px;
    height: 44px;
    line-height: 2.3;
    border-radius: 50%;
    margin: 0 auto;
    background-color: var(--bs-primary);
    display: inline-block;
    transition: 0.5s ease-in;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
}
.gallery-item:hover .gallery-icon img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
    visibility: visible;
    background:
        url(../images/bg/gallery-img-bg.png) repeat 0,
        0 rgba(0, 0, 0, 0.6);
}
.gallery-item:hover .gallery-caption:before {
    background: rgba(255, 255, 255, 0);
    top: 30px;
    bottom: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.gallery-item:hover i {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.wp-caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8f8f8;
    border-color: #eee;
    border-image: initial;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
}

img.alignnone {
    margin: 0 auto;
    max-width: 100%;
}

img.alignleft,
.wp-caption.alignleft {
    margin-right: 30px;
}
img.alignright,
.wp-caption.alignright {
    margin-left: 30px;
    float: right;
    clear: both;
    margin-bottom: 30px;
}
img.wp-caption .alignnone {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
}
a img.alignright {
    float: right;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
}
a img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.aligncenter {
    margin: auto;
}
.alignleft {
    float: left;
    margin: 0.4em 15px 0.4em 0;
}
.alignright {
    float: right;
    margin: 0.4em 0 0.4em 15px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    clear: left;
    font-style: italic;
    line-height: 1.5em;
    margin: 0.75em 0;
    text-align: center;
}

.footer-main .textwidget address i {
    margin-right: 10px;
}

.wp-block-search__input {
    border: 1px solid var(--bs-primary-light) !important;
    border-radius: 5px !important;
}

.blog-inner .bottom-meta .post-author a {
    text-decoration: none;
}

.footer-main button.wp-block-search__button.wp-element-button:hover,
.footer-main button.wp-block-search__button.wp-element-button:focus {
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

.about-info-container .item-icon i {
    background-image: linear-gradient(to left, var(--bs-primary), var(--bs-primary));
}

.footer-top .widget-contact .text a:hover,
.footer-top .widget-contact .text a:focus {
    color: var(--bs-primary);
}

.footer-main .textwidget address a {
    color: var(--bs-white);
}

.footer-main .textwidget address a:hover,
.footer-main .textwidget address a:focus {
    color: var(--bs-primary);
}

.product-action .yith-wcwl-add-button {
    padding: 0.5em 1em;
    margin-bottom: 10px;
    margin-top: -5px;
}

table {
    border: 1px solid #e9e9e9;
    background-color: #fcfcfc;
    border-spacing: 0;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    text-align: left;
    table-layout: fixed;
    border-collapse: collapse;
}

table th {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

table td {
    border: 1px solid #e9e9ea;
    vertical-align: top;
}
.entry-content table td {
    border: 0px solid #fff !important;
    text-align: justify;
}
table th,
table td {
    padding: 15px;
}

table th {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.footer-main .wp-block-search__input {
    border-color: var(--bs-white) !important;
}

.item-icon.el-bounce {
    line-height: 56px;
}

.wp-block-latest-posts__post-author {
    font-size: 18px;
    font-weight: 600;
}

.wp-block-image figcaption {
    text-align: center;
}

.wp-block-calendar table caption {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.has-background.wp-block-post-author {
    padding: 1rem;
}

.wp-block-pullquote.has-text-color blockquote {
    border-left-color: inherit;
}

.wp-block-details summary {
    font-weight: 600;
}

.wp-block-quote .wp-block-search {
    padding: 5px 0;
}

a.wc-block-grid__product-link {
    text-decoration: none;
}

.wp-block-latest-posts__post-author {
    font-size: 1.6rem;
    font-weight: 600;
}

.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
    text-decoration: none;
}

.sidebar h2.wp-block-heading {
    position: relative;
    margin-bottom: 0;
    padding: 16px 18px;
    line-height: 1.2;
    text-align: center;
    color: var(--bs-white);
    overflow: hidden;
    font-size: 22px;
    font-weight: 500;
    background-color: var(--bs-secondary);
    border-left: 4px solid var(--bs-primary);
    border-right: 4px solid var(--bs-primary);
}

.footer-main .widget .wp-block-heading {
    color: var(--bs-white);
    margin-bottom: 1.375rem;
    padding-bottom: 15px;
    position: relative;
    font-size: 1.25rem;
}

.footer-main .widget .wp-block-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -40px;
    margin: auto;
    width: 35px;
    height: 2px;
    background-color: var(--bs-primary);
}

.footer-main .widget .wp-block-heading::first-letter {
    color: var(--bs-primary);
}

.footer-main .textwidget address a {
    text-decoration: none;
}

.post-date:focus-within:before {
    background: var(--bs-secondary) !important;
}

.post-details-outer .post-title-head {
    margin-top: 2.5rem;
}

.blog-inner .bottom-meta .post-author a:focus {
    color: var(--bs-primary);
}

.post-comment .comments-count:focus {
    color: var(--bs-primary);
}

.footer-main button.wp-block-search__button.wp-element-button:hover,
.footer-main button.wp-block-search__button.wp-element-button:focus {
    border: 2px solid var(--bs-primary);
}

.flixita-main-blog .post-details-outer .post-title-head {
    margin-top: 0;
}

.wp-block-calendar thead th,
.wp-block-calendar td {
    text-align: center;
}

.info-section {
    z-index: 0;
}

.wp-block-calendar table {
    margin: 0;
    text-align: center;
}

.woocommerce span.onsale {
    z-index: 1;
}

.shopping-cart .cart-items .item-name {
    font-size: 18px;
    line-height: 1.2;
}

.shopping-cart .shopping-cart-items a.remove {
    transform: translateY(10px);
}

.woocommerce div.product form.cart .variations th {
    background: inherit;
    color: inherit;
}

.woocommerce div.product form.cart .button {
    background: var(--bs-primary);
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus {
    background: var(--bs-secondary);
}

.btn-style-two .btn {
    position: relative;
}

.wp-block-latest-comments {
    padding: 0;
}

a.wp-block-latest-posts__post-title {
    font-weight: 700;
    text-decoration: none;
    color: var(--bs-secondary);
}

.woocommerce table.shop_attributes tr:nth-child(even) th {
    color: var(--bs-secondary);
}

.single-product .product .product_meta > span a {
    text-decoration: none;
}

.woocommerce table.shop_attributes td {
    padding: 0 1rem;
}

.woocommerce-Reviews .comment-form {
    display: block;
}

.woocommerce table.shop_table td a {
    text-decoration: none;
}

.sidebar .widget .wp-block-latest-comments {
    padding: 1.8rem;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    text-decoration: none;
}

.sidebar .wp-block-file {
    padding: 1.8rem;
}

.sidebar .wp-block-code {
    padding: 1.8rem;
}

.wp-block-file a {
    text-decoration: none;
}

.wp-block-file.has-background {
    padding: 0.5rem;
}

.wp-block-details.has-background {
    padding: 0.5rem;
}

.wp-block-image .alignleft figcaption {
    text-align: left;
}

.wp-block-image .alignright figcaption {
    text-align: right;
}

.wp-block-button a {
    text-decoration: none;
}

.wp-block-archives li {
    list-style: none;
}

.wp-block-archives li a {
    text-decoration: none;
}

.wp-block-archives {
    padding-left: 0;
}

.wp-block-categories {
    padding-left: 0;
}

.wp-block-categories li {
    list-style: none;
}

.wp-block-categories li a {
    text-decoration: none;
}

.wp-block-latest-comments a {
    text-decoration: none;
}

.wp-block-latest-comments.has-background {
    padding: 10px;
}

a.wp-block-latest-posts__post-title:hover,
a.wp-block-latest-posts__post-title:focus {
    color: var(--bs-primary);
}

.wp-block-latest-posts.wp-block-latest-posts__list.has-background li {
    padding: 1rem;
}

.wp-block-categories li a {
    color: var(--bs-secondary);
}

.wp-block-categories li a:hover,
.wp-block-categories li a:focus {
    color: var(--bs-primary);
}

.footer-main .wp-block-calendar td {
    color: var(--bs-secondary);
}

.wp-block-loginout.has-background {
    padding: 1rem;
}

.wp-block-loginout a {
    text-decoration: none;
}

.wp-block-post-author.has-background {
    padding: 1rem;
}

.wp-block-post-author img {
    border-radius: 100%;
}

.wp-block-site-title a {
    text-decoration: none;
}

.wp-block-page-list {
    padding: 0;
}

.wp-block-image .alignleft figcaption {
    text-align: left;
}

.wp-block-image figcaption {
    text-align: center;
}

.wp-block-embed figcaption {
    text-align: center;
}

.wp-block-site-title.has-background {
    padding: 1rem;
}

.wp-block-site-tagline.has-background {
    padding: 1rem;
}

.wp-block-post-title a:hover,
.wp-block-post-title a:focus {
    color: var(--bs-primary);
}

.wp-block-categories li a {
    color: var(--bs-secondary);
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 2.5rem;
}

table.wc-block-cart-items .wc-block-cart-items_row .wc-block-cart-itemquantity .wc-block-cart-item_remove-link {
    text-decoration: none;
}

.sidebar .wp-block-latest-comments li a {
    color: var(--bs-secondary);
}

.sidebar .wp-block-latest-comments li a:hover,
.sidebar .wp-block-latest-comments li a:focus {
    color: var(--bs-primary);
}

.woocommerce table.shop_table td a {
    text-decoration: none;
}

.footer-main .widget li a:focus {
    outline: none;
}

.sidebar .widget li a:focus {
    outline: none;
}

.wp-block-avatar img {
    border-radius: 100%;
}

.wp-block-post-title a {
    text-decoration: none;
}

.shopping-cart .cart-items .item-name {
    color: var(--bs-secondary);
}

.shopping-cart ul.cart-items li a {
    text-decoration: none;
}

table.wc-block-cart-items .wc-block-cart-items__header th {
    color: var(--bs-secondary);
}

.wc-block-components-formatted-money-amount {
    font-weight: 600;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-weight: 600;
}
