@charset "UTF-8";
/**********************/
/* Script
/*********************
  01. Typography
  02. Halper class
  03. Header
    - Navbar default
    - Navbar default border
    - Navbar transparent
    - Navbar blur
    - Navbar text dark 
    - Topbar
    - Navbar fixed
  04. Footer
  05. Components
    - Accordions
    - Button
    - Feature box
    - Form
    - Flip box
    - Progress
    - Case study
    - Team
    - Portfolio
    - Pricing table
    - List
    - Swiper
    - Newsletter
    - Tabs
    - Countdown
    - Pagination
    - Social icons
    - Page header
    - Client logo
    - Counter
    - Select
    - Step
    - Particles
    - Before after
    - Title
    - Table
    - Blockquote
    - Column
    - Maps
    - Timeline
    - Dropcap
    - Separator
    - Rangeslider
    - Rating
    - Image hotspot
    - Animation
    - Breadcrumb
    - Modal
  06. Pages
    - Blog
    - Sidebar
    - Error
  07. Banner
  08. Shop
  09. Custom
 */
/**********************/
/*  Typography  */
/**********************/


html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    flex-direction: column;
    color: #898b96;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.4s ease-in-out;
    color: var(--orion-main-color-hover);;
}

a:hover {
    outline: none !important;
    text-decoration: none !important;
    color: var(--orion-main-color-hover);;
}

a:focus {
    outline: none !important;
    text-decoration: none !important;
    color: var(--orion-main-color-hover);;
}

a:active {
    outline: none !important;
    text-decoration: none !important;
    color: var(--orion-main-color-hover);;
}

ul {
    list-style: none;
    padding: 0;
}

small {
    font-size: 80%;
    font-weight: 400;
    line-height: 20px;
}

span {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
}

h1,
.h1 {
    font-size: 25px;
    line-height: 65px;
    font-weight: 600;
    color: var(--orion-main-color);
}

h1 a,
.h1 a {
    color: inherit;
}

h2,
.h2 {
    font-size: 19px;
    line-height: 45px;
    font-weight: 500;
    color: var(--orion-main-color);
}

h2 a,
.h2 a {
    color: inherit;
}

h3,
.h3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--orion-main-color);
}

h3 a,
.h3 a {
    color: inherit;
}

h4,
.h4 {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--orion-main-color);
}

h4 a,
.h4 a {
    color: inherit;
}

h5,
.h5 {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--orion-main-color);
}

h5 a,
.h5 a {
    color: inherit;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--orion-main-color);
}

h6 a,
.h6 a {
    color: inherit;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

blockquote {
    border-right: 10px solid #f0f1f6;
    padding-right: 30px;
}

iframe {
    width: 100%;
}

.go-top {
    position: fixed;
    bottom: 200px;
    left: 0;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    transform: rotate(90deg) translate(50%, 0);
    z-index: 8;
}

.go-top-text {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #9ca0b5;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 30px;
}

.go-top-text:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: -2px;
    height: 2px;
    background: var(--orion-main-color-hover);;
    white-space: nowrap;
    transition: all 0.4s ease-in-out;
}

.go-top-text:hover:before {
    width: 100%;
}

.sticky-top {
    top: 100px;
    z-index: 9;
}

.bottom-round-shape-divider {
    width: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
}

.elements-box h5,
.elements-box i {
    transition: all 0.5s ease-in-out;
}

.elements-box:hover {
    background: #ffffff;
}

.elements-box:hover i {
    color: var(--orion-main-color-hover);;
    background: linear-gradient(to left, var(--orion-main-color-hover);, #f36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.elements-box:hover h5 {
    color: var(--orion-main-color) !important;
}

/* ----------------------------------------
* Template loader
* ---------------------------------------*/
.template-loader {
    position: fixed;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    bottom: 0;
}

.template-loader img {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -19px;
    margin-right: -19px;
}

.promo-carousel {
    overflow: hidden;
}

.promo-carousel .item-wrap {
    transform: translateX(0px);
    width: 400%;
    position: relative;
    white-space: nowrap;
    display: flex;
}

.promo-carousel .item-wrap .item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin: 0 12px;
    width: 200px;
}

.promo-carousel .item-wrap .item .elements-box {
    width: 100%;
}

@media (max-width: 576px) {
    h1,
    .h1 {
        font-size: 44px;
        line-height: 45px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .scroll-down:after {
        width: 2rem;
        height: 2rem;
    }

    .go-top {
        position: fixed;
        bottom: 109px;
        left: -30px;
    }
}

/**********************/
/* Halper class */
/**********************/
.text-primary {
    color: var(--orion-main-color-hover);
!important;
}

.text-secondary {
    color: #fd0 !important;
}

.text-success {
    color: #50d294 !important;
}

.text-danger {
    color: #ec5552 !important;
}

.text-warning {
    color: #FFCC00 !important;
}

.text-info {
    color: #53cad8 !important;
}

.text-dark {
    color: var(--orion-main-color) !important;
}

.text-light {
    color: #898b96 !important;
}

.text-black {
    color: #000000 !important;
}

.text-green {
    color: #50d294 !important;
}

.text-red-light {
    color: #ff7171 !important;
}

.text-cyan {
    color: #26c3ad !important;
}

.text-blue {
    color: #0f6fd8 !important;
}

.text-orange {
    color: #f97204 !important;
}

.text-red {
    color: #e91c28 !important;
}

.text-pink {
    color: #fd2590 !important;
}

.text-cyan {
    color: #26c3ad !important;
}

.fill-warning {
    fill: #FFCC00;
}

.fill-orange {
    fill: #f97204;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-white-soft-01 {
    color: rgba(255, 255, 255, 0.1);
}

.text-white-soft-02 {
    color: rgba(255, 255, 255, 0.2);
}

.text-white-soft-03 {
    color: rgba(255, 255, 255, 0.3);
}

.text-white-soft-04 {
    color: rgba(255, 255, 255, 0.4);
}

.text-white-soft-05 {
    color: rgba(255, 255, 255, 0.5);
}

.text-white-soft-06 {
    color: rgba(255, 255, 255, 0.6);
}

.text-white-soft-07 {
    color: rgba(255, 255, 255, 0.7);
}

.text-white-soft-08 {
    color: rgba(255, 255, 255, 0.8);
}

.text-white-soft-09 {
    color: rgba(255, 255, 255, 0.9);
}

.text-black-soft-01 {
    color: rgba(0, 0, 0, 0.1);
}

.text-black-soft-02 {
    color: rgba(0, 0, 0, 0.2);
}

.text-black-soft-03 {
    color: rgba(0, 0, 0, 0.3);
}

.text-black-soft-04 {
    color: rgba(0, 0, 0, 0.4);
}

.text-black-soft-05 {
    color: rgba(0, 0, 0, 0.5);
}

.text-black-soft-06 {
    color: rgba(0, 0, 0, 0.6);
}

.text-black-soft-07 {
    color: rgba(0, 0, 0, 0.7);
}

.text-black-soft-08 {
    color: rgba(0, 0, 0, 0.8);
}

.text-black-soft-09 {
    color: rgba(0, 0, 0, 0.9);
}

.text-orange-soft-01 {
    color: rgba(249, 114, 4, 0.1) !important;
}

.text-orange-soft-02 {
    color: rgba(249, 114, 4, 0.2);
}

.text-orange-soft-03 {
    color: rgba(249, 114, 4, 0.3);
}

.text-orange-soft-04 {
    color: rgba(249, 114, 4, 0.4);
}

.text-orange-soft-05 {
    color: rgba(249, 114, 4, 0.5);
}

.text-orange-soft-06 {
    color: rgba(249, 114, 4, 0.6);
}

.text-orange-soft-07 {
    color: rgba(249, 114, 4, 0.7);
}

.text-orange-soft-08 {
    color: rgba(249, 114, 4, 0.8);
}

.text-orange-soft-09 {
    color: rgba(249, 114, 4, 0.9);
}

.text-cyan-soft-01 {
    color: rgba(38, 195, 173, 0.1) !important;
}

.text-cyan-soft-02 {
    color: rgba(38, 195, 173, 0.2);
}

.text-cyan-soft-03 {
    color: rgba(38, 195, 173, 0.3);
}

.text-cyan-soft-04 {
    color: rgba(38, 195, 173, 0.4);
}

.text-cyan-soft-05 {
    color: rgba(38, 195, 173, 0.5);
}

.text-cyan-soft-06 {
    color: rgba(38, 195, 173, 0.6);
}

.text-cyan-soft-07 {
    color: rgba(38, 195, 173, 0.7);
}

.text-cyan-soft-08 {
    color: rgba(38, 195, 173, 0.8);
}

.text-cyan-soft-09 {
    color: rgba(38, 195, 173, 0.9);
}

.text-primary-gradient {
    color: var(--orion-main-color-hover);;
    background: linear-gradient(to left, var(--orion-main-color-hover);, #f36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-pink-gradient {
    color: var(--orion-main-color-hover);;
    background: linear-gradient(to left, #fd2590, #fd692e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary {
    background-color: var(--orion-main-color-hover);
!important;
}

.bg-secondary {
    background-color: #fd0 !important;
}

.bg-success {
    background-color: #50d294 !important;
}

.bg-danger {
    background-color: #ec5552 !important;
}

.bg-warning {
    background-color: #FFCC00 !important;
}

.bg-info {
    background-color: #53cad8 !important;
}

.bg-light {
    background-color: #f0f1f6 !important;
}

.bg-dark {
    background-color: var(--orion-main-color) !important;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-green {
    background-color: #50d294 !important;
}

.bg-red-light {
    background-color: #ff7171 !important;
}

.bg-cyan {
    background-color: #26c3ad !important;
}

.bg-blue {
    background-color: #0f6fd8 !important;
}

.bg-orange {
    background-color: #f97204 !important;
}

.bg-red {
    background-color: #e91c28 !important;
}

.bg-cyan {
    background-color: #26c3ad !important;
}

.bg-primary-gradient {
    background-image: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
}

.bg-cyan-gradient {
    background-image: linear-gradient(-125deg, #c4a1ff, #26c3ad);
}

.bg-pink-gradient {
    background-image: linear-gradient(-125deg, #fd2590, #fd692e) !important;
}

.bg-purple-gradient {
    background-image: linear-gradient(-125deg, #800080, #00008B) !important;
}

.bg-primary-gradient-top {
    background: rgb(52, 82, 255);
    background: linear-gradient(-180deg, rgba(52, 82, 255, 0.2609418768) 0%, rgb(255, 255, 255) 100%);
}

.bg-pink-gradient-top {
    background: rgb(52, 82, 255);
    background: linear-gradient(-180deg, rgba(253, 37, 144, 0.2609418768) 0%, rgb(255, 255, 255) 100%);
}

.bg-primary-soft-01 {
    background: rgba(52, 82, 255, 0.1);
}

.bg-primary-soft-02 {
    background: rgba(52, 82, 255, 0.2);
}

.bg-primary-soft-03 {
    background: rgba(52, 82, 255, 0.3);
}

.bg-primary-soft-04 {
    background: rgba(52, 82, 255, 0.4);
}

.bg-primary-soft-05 {
    background: rgba(52, 82, 255, 0.5);
}

.bg-primary-soft-06 {
    background: rgba(52, 82, 255, 0.6);
}

.bg-primary-soft-07 {
    background: rgba(52, 82, 255, 0.7);
}

.bg-primary-soft-08 {
    background: rgba(52, 82, 255, 0.8);
}

.bg-primary-soft-09 {
    background: rgba(52, 82, 255, 0.9);
}

.bg-white-soft-004 {
    background: rgba(255, 255, 255, 0.04);
}

.bg-white-soft-01 {
    background: rgba(255, 255, 255, 0.1);
}

.bg-white-soft-02 {
    background: rgba(255, 255, 255, 0.2);
}

.bg-white-soft-03 {
    background: rgba(255, 255, 255, 0.3);
}

.bg-white-soft-04 {
    background: rgba(255, 255, 255, 0.4);
}

.bg-white-soft-05 {
    background: rgba(255, 255, 255, 0.5);
}

.bg-white-soft-06 {
    background: rgba(255, 255, 255, 0.6);
}

.bg-white-soft-07 {
    background: rgba(255, 255, 255, 0.7);
}

.bg-white-soft-08 {
    background: rgba(255, 255, 255, 0.8);
}

.bg-white-soft-09 {
    background: rgba(255, 255, 255, 0.9);
}

.bg-black-soft-01 {
    background: rgba(0, 0, 0, 0.1);
}

.bg-black-soft-02 {
    background: rgba(0, 0, 0, 0.2);
}

.bg-black-soft-03 {
    background: rgba(0, 0, 0, 0.3);
}

.bg-black-soft-04 {
    background: rgba(0, 0, 0, 0.4);
}

.bg-black-soft-05 {
    background: rgba(0, 0, 0, 0.5);
}

.bg-black-soft-06 {
    background: rgba(0, 0, 0, 0.6);
}

.bg-black-soft-07 {
    background: rgba(0, 0, 0, 0.7);
}

.bg-black-soft-08 {
    background: rgba(0, 0, 0, 0.8);
}

.bg-black-soft-09 {
    background: rgba(0, 0, 0, 0.9);
}

.bg-orange-soft-01 {
    background: rgba(249, 114, 4, 0.1);
}

.bg-orange-soft-02 {
    background: rgba(249, 114, 4, 0.2);
}

.bg-orange-soft-03 {
    background: rgba(249, 114, 4, 0.3);
}

.bg-orange-soft-04 {
    background: rgba(249, 114, 4, 0.4);
}

.bg-orange-soft-05 {
    background: rgba(249, 114, 4, 0.5);
}

.bg-orange-soft-06 {
    background: rgba(249, 114, 4, 0.6);
}

.bg-orange-soft-07 {
    background: rgba(249, 114, 4, 0.7);
}

.bg-orange-soft-08 {
    background: rgba(249, 114, 4, 0.8);
}

.bg-orange-soft-09 {
    background: rgba(249, 114, 4, 0.9);
}

.bg-green-soft-01 {
    background: rgba(80, 210, 148, 0.1) !important;
}

.bg-green-soft-02 {
    background: rgba(80, 210, 148, 0.2) !important;
}

.bg-green-soft-03 {
    background: rgba(80, 210, 148, 0.3);
}

.bg-green-soft-04 {
    background: rgba(80, 210, 148, 0.4);
}

.bg-green-soft-05 {
    background: rgba(80, 210, 148, 0.5);
}

.bg-green-soft-06 {
    background: rgba(80, 210, 148, 0.6);
}

.bg-green-soft-07 {
    background: rgba(80, 210, 148, 0.7);
}

.bg-green-soft-08 {
    background: rgba(80, 210, 148, 0.8);
}

.bg-green-soft-09 {
    background: rgba(80, 210, 148, 0.9);
}

.bg-warning-soft-01 {
    background: rgba(255, 204, 0, 0.1);
}

.bg-warning-soft-02 {
    background: rgba(255, 204, 0, 0.2);
}

.bg-warning-soft-03 {
    background: rgba(255, 204, 0, 0.3);
}

.bg-warning-soft-04 {
    background: rgba(255, 204, 0, 0.4);
}

.bg-warning-soft-05 {
    background: rgba(255, 204, 0, 0.5);
}

.bg-warning-soft-06 {
    background: rgba(255, 204, 0, 0.6);
}

.bg-warning-soft-07 {
    background: rgba(255, 204, 0, 0.7);
}

.bg-warning-soft-08 {
    background: rgba(255, 204, 0, 0.8);
}

.bg-warning-soft-09 {
    background: rgba(255, 204, 0, 0.9);
}

.bg-red-light-soft-01 {
    background: rgba(255, 113, 113, 0.1);
}

.bg-red-light-soft-02 {
    background: rgba(255, 113, 113, 0.2);
}

.bg-red-light-soft-03 {
    background: rgba(255, 113, 113, 0.3);
}

.bg-red-light-soft-04 {
    background: rgba(255, 113, 113, 0.4);
}

.bg-red-light-soft-05 {
    background: rgba(255, 113, 113, 0.5);
}

.bg-red-light-soft-06 {
    background: rgba(255, 113, 113, 0.6);
}

.bg-red-light-soft-07 {
    background: rgba(255, 113, 113, 0.7);
}

.bg-red-light-soft-08 {
    background: rgba(255, 113, 113, 0.8);
}

.bg-red-light-soft-09 {
    background: rgba(255, 113, 113, 0.9);
}

.bg-cyan-soft-01 {
    background: rgba(38, 195, 173, 0.1);
}

.bg-cyan-soft-02 {
    background: rgba(38, 195, 173, 0.2);
}

.bg-cyan-soft-03 {
    background: rgba(38, 195, 173, 0.3);
}

.bg-cyan-soft-04 {
    background: rgba(38, 195, 173, 0.4);
}

.bg-cyan-soft-05 {
    background: rgba(38, 195, 173, 0.5);
}

.bg-cyan-soft-06 {
    background: rgba(38, 195, 173, 0.6);
}

.bg-cyan-soft-07 {
    background: rgba(38, 195, 173, 0.7);
}

.bg-cyan-soft-08 {
    background: rgba(38, 195, 173, 0.8);
}

.bg-cyan-soft-09 {
    background: rgba(38, 195, 173, 0.9);
}

.bg-red-soft-01 {
    background: rgba(233, 28, 40, 0.1);
}

.bg-red-soft-02 {
    background: rgba(233, 28, 40, 0.2);
}

.bg-red-soft-03 {
    background: rgba(233, 28, 40, 0.3);
}

.bg-red-soft-04 {
    background: rgba(233, 28, 40, 0.4);
}

.bg-red-soft-05 {
    background: rgba(233, 28, 40, 0.5);
}

.bg-red-soft-06 {
    background: rgba(233, 28, 40, 0.6);
}

.bg-red-soft-07 {
    background: rgba(233, 28, 40, 0.7);
}

.bg-red-soft-08 {
    background: rgba(233, 28, 40, 0.8);
}

.bg-red-soft-09 {
    background: rgba(233, 28, 40, 0.9);
}

.bg-pink-soft-004 {
    background: rgba(253, 37, 144, 0.04);
}

.bg-pink-soft-01 {
    background: rgba(253, 37, 144, 0.1);
}

.bg-pink-soft-02 {
    background: rgba(253, 37, 144, 0.2);
}

.bg-pink-soft-03 {
    background: rgba(253, 37, 144, 0.3);
}

.bg-pink-soft-04 {
    background: rgba(253, 37, 144, 0.4);
}

.bg-pink-soft-05 {
    background: rgba(253, 37, 144, 0.5);
}

.bg-pink-soft-06 {
    background: rgba(253, 37, 144, 0.6);
}

.bg-pink-soft-07 {
    background: rgba(253, 37, 144, 0.7);
}

.bg-pink-soft-08 {
    background: rgba(253, 37, 144, 0.8);
}

.bg-pink-soft-09 {
    background: rgba(253, 37, 144, 0.9);
}

.blur-01 {
    filter: blur(200px) contrast(1.2) saturate(0.85);
}

.box-shadow-pink {
    box-shadow: 20px 20px 0px #fd2590;
}

.border-dotted {
    border: 3px dotted #e5e5e5;
}

.border-radius-none {
    border-radius: 0 !important;
}

.l-height-10 {
    line-height: 10px;
}

.l-height-15 {
    line-height: 15px;
}

.l-height-20 {
    line-height: 20px;
}

.l-height-25 {
    line-height: 25px;
}

.l-height-30 {
    line-height: 30px;
}

.l-height-35 {
    line-height: 35px;
}

.l-height-40 {
    line-height: 40px;
}

.h-100vh {
    height: 100vh;
}

.h-90vh {
    height: 90vh;
}

.h-80vh {
    height: 80vh;
}

.h-70vh {
    height: 70vh;
}

.h-60vh {
    height: 60vh;
}

.h-50vh {
    height: 50vh;
}

.h-500 {
    height: 500px !important;
}

.h-400 {
    height: 400px;
}

.h-300 {
    height: 300px;
}

.h-200 {
    height: 200px;
}

.h-100 {
    height: 100px;
}

.w-500 {
    width: 500px;
}

.w-400 {
    width: 400px;
}

.w-300 {
    width: 300px;
}

.w-200 {
    width: 200px;
}

.w-100 {
    width: 100px;
}

.w-60 {
    width: 60px;
}

.outside-box-right {
    margin-left: -30vw;
}

.outside-box-left {
    margin-right: -30vw;
}

.top-0 {
    top: 0;
}

.right-0 {
    left: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    right: 0;
}

.top-5 {
    top: 5px;
}

.right-5 {
    left: 5px;
}

.bottom-5 {
    bottom: 5px;
}

.left-5 {
    right: 5px;
}

.top-10 {
    top: 10px;
}

.right-10 {
    left: 10px;
}

.bottom-10 {
    bottom: 10px;
}

.left-10 {
    right: 10px;
}

.top-20 {
    top: 20px;
}

.right-20 {
    left: 20px;
}

.bottom-20 {
    bottom: 20px;
}

.left-20 {
    right: 20px;
}

.top-30 {
    top: 30px;
}

.right-30 {
    left: 30px;
}

.bottom-30 {
    bottom: 30px;
}

.left-30 {
    right: 30px;
}

.z-index-n2 {
    z-index: -2;
}

.z-index-n1 {
    z-index: -1;
}

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-5 {
    z-index: 5;
}

.z-index-9 {
    z-index: 9;
}

.z-index-99 {
    z-index: 99;
}

.z-index-999 {
    z-index: 999;
}

.z-index-9999 {
    z-index: 9999;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

.ls-4 {
    letter-spacing: 4px;
}

.ls-5 {
    letter-spacing: 5px;
}

.ls-6 {
    letter-spacing: 6px;
}

.ls-7 {
    letter-spacing: 7px;
}

.ls-8 {
    letter-spacing: 8px;
}

.ls-9 {
    letter-spacing: 9px;
}

.display-1, .display-2, .display-3, .display-4, .display-5 {
    font-weight: 500;
}

.display-1 {
    font-size: 6.3rem;
    line-height: 1;
}

.overflow-visible {
    overflow: visible;
}

.bg-fit {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.overlay-dark-10, .overlay-dark-20, .overlay-dark-30, .overlay-dark-40, .overlay-dark-50, .overlay-dark-60, .overlay-dark-70, .overlay-dark-80, .overlay-dark-90, .overlay-white-10, .overlay-white-20, .overlay-white-30, .overlay-white-40, .overlay-white-50, .overlay-white-60, .overlay-white-70, .overlay-white-80, .overlay-white-90, .overlay-primary-10, .overlay-primary-20, .overlay-primary-30, .overlay-primary-40, .overlay-primary-50, .overlay-primary-60, .overlay-primary-70, .overlay-primary-80, .overlay-primary-90, .overlay-black-10, .overlay-black-20, .overlay-black-30, .overlay-black-40, .overlay-black-50, .overlay-black-60, .overlay-black-70, .overlay-black-80, .overlay-black-90, .overlay-gradient-10, .overlay-gradient-20, .overlay-gradient-30, .overlay-gradient-40, .overlay-gradient-50, .overlay-gradient-60, .overlay-gradient-70, .overlay-gradient-80, .overlay-gradient-90 {
    position: relative;
    z-index: 1;
}

.overlay-black-10:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.overlay-black-02:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.overlay-black-30:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.overlay-black-40:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.overlay-black-50:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.overlay-black-60:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.overlay-black-70:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.overlay-black-80:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.overlay-black-90:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.overlay-dark-10:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 33, 0.1);
}

.overlay-dark-02:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 33, 0.2);
}

.overlay-dark-30:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 33, 0.3);
}

.overlay-dark-40:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 33, 0.4);
}

.overlay-dark-50:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 33, 0.5);
}

.overlay-dark-60:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 33, 0.6);
}

.overlay-dark-70:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 33, 0.7);
}

.overlay-dark-80:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 33, 0.8);
}

.overlay-dark-90:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 33, 0.9);
}

.overlay-white-10:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}

.overlay-white-02:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.overlay-white-30:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.overlay-white-40:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}

.overlay-white-50:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.overlay-white-60:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.overlay-white-70:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.overlay-white-80:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.overlay-white-90:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.overlay-primary-10:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 82, 255, 0.1);
}

.overlay-primary-02:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 82, 255, 0.2);
}

.overlay-primary-30:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 82, 255, 0.3);
}

.overlay-primary-40:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 82, 255, 0.4);
}

.overlay-primary-50:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 82, 255, 0.5);
}

.overlay-primary-60:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 82, 255, 0.6);
}

.overlay-primary-70:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 82, 255, 0.7);
}

.overlay-primary-80:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 82, 255, 0.8);
}

.overlay-primary-90:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 82, 255, 0.9);
}

.overlay-gradient-10:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
    opacity: 0.1;
}

.overlay-gradient-20:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
    opacity: 0.2;
}

.overlay-gradient-30:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
    opacity: 0.3;
}

.overlay-gradient-40:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
    opacity: 0.4;
}

.overlay-gradient-50:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
    opacity: 0.5;
}

.overlay-gradient-60:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
    opacity: 0.6;
}

.overlay-gradient-70:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
    opacity: 0.7;
}

.overlay-gradient-80:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
    opacity: 0.8;
}

.overlay-gradient-90:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
    opacity: 0.9;
}

.overlay-pink-gradient-10:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #fd2590, #fd692e);
    opacity: 0.1;
}

.overlay-pink-gradient-20:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #fd2590, #fd692e);
    opacity: 0.2;
}

.overlay-pink-gradient-30:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #fd2590, #fd692e);
    opacity: 0.3;
}

.overlay-pink-gradient-40:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #fd2590, #fd692e);
    opacity: 0.4;
}

.overlay-pink-gradient-50:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #fd2590, #fd692e);
    opacity: 0.5;
}

.overlay-pink-gradient-60:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #fd2590, #fd692e);
    opacity: 0.6;
}

.overlay-pink-gradient-70:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #fd2590, #fd692e);
    opacity: 0.7;
}

.overlay-pink-gradient-80:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #fd2590, #fd692e);
    opacity: 0.8;
}

.overlay-pink-gradient-90:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #fd2590, #fd692e);
    opacity: 0.9;
}

.overlay-purple-gradient-10:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #800080, #00008B);
    opacity: 0.1;
}

.overlay-purple-gradient-20:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #800080, #00008B);
    opacity: 0.2;
}

.overlay-purple-gradient-30:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #800080, #00008B);
    opacity: 0.3;
}

.overlay-purple-gradient-40:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #800080, #00008B);
    opacity: 0.4;
}

.overlay-purple-gradient-50:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #800080, #00008B);
    opacity: 0.5;
}

.overlay-purple-gradient-60:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #800080, #00008B);
    opacity: 0.6;
}

.overlay-purple-gradient-70:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #800080, #00008B);
    opacity: 0.7;
}

.overlay-purple-gradient-80:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #800080, #00008B);
    opacity: 0.8;
}

.overlay-purple-gradient-90:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-125deg, #800080, #00008B);
    opacity: 0.9;
}

.slice-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
}

.slice-pt {
    padding-top: 100px;
}

.slice-pb {
    padding-bottom: 100px;
}

.slice-mtb {
    margin-top: 100px;
    margin-bottom: 100px;
}

.slice-mt {
    margin-top: 100px;
}

.slice-mb {
    margin-bottom: 100px;
}

.image-grayscale {
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
}

.image-grayscale:hover {
    filter: grayscale(0);
}

.scale-14 {
    transform: scale(1.4);
}

.avatar-10 {
    height: 10px;
    width: 10px;
}

.avatar-20 {
    height: 20px;
    width: 20px;
}

.avatar-30 {
    height: 30px;
    width: 30px;
}

.avatar-40 {
    height: 40px;
    width: 40px;
}

.avatar-50 {
    height: 50px;
    width: 50px;
}

.avatar-60 {
    height: 60px;
    width: 60px;
}

.avatar-70 {
    height: 70px;
    width: 70px;
}

.avatar-80 {
    height: 80px;
    width: 80px;
}

.avatar-90 {
    height: 90px;
    width: 90px;
}

.flex-10 {
    flex: 0 0 10px;
}

.flex-20 {
    flex: 0 0 20px;
}

.flex-30 {
    flex: 0 0 30px;
}

.flex-40 {
    flex: 0 0 40px;
}

.flex-50 {
    flex: 0 0 50px;
}

.flex-60 {
    flex: 0 0 60px;
}

.flex-70 {
    flex: 0 0 70px;
}

.flex-80 {
    flex: 0 0 80px;
}

.flex-90 {
    flex: 0 0 90px;
}

.m-n1 {
    margin: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.m-n6 {
    margin: -4.5rem !important;
}

.m-n7 {
    margin: -6rem !important;
}

.m-n8 {
    margin: -7.5rem !important;
}

.m-n9 {
    margin: -9rem !important;
}

.mx-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}

.mx-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}

.mx-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.mx-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}

.mx-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}

.mx-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
}

.mx-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
}

.mx-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
}

.mx-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.my-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
}

.my-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}

.my-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
}

.my-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

.mt-n6 {
    margin-top: -4.5rem !important;
}

.mt-n7 {
    margin-top: -6rem !important;
}

.mt-n8 {
    margin-top: -7.5rem !important;
}

.mt-n9 {
    margin-top: -9rem !important;
}

.me-n1 {
    margin-left: -0.25rem !important;
}

.me-n2 {
    margin-left: -0.5rem !important;
}

.me-n3 {
    margin-left: -1rem !important;
}

.me-n4 {
    margin-left: -1.5rem !important;
}

.me-n5 {
    margin-left: -3rem !important;
}

.me-n6 {
    margin-left: -4.5rem !important;
}

.me-n7 {
    margin-left: -6rem !important;
}

.me-n8 {
    margin-left: -7.5rem !important;
}

.me-n9 {
    margin-left: -9rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -3rem !important;
}

.mb-n6 {
    margin-bottom: -4.5rem !important;
}

.mb-n7 {
    margin-bottom: -6rem !important;
}

.mb-n8 {
    margin-bottom: -7.5rem !important;
}

.mb-n9 {
    margin-bottom: -9rem !important;
}

.ms-n1 {
    margin-right: -0.25rem !important;
}

.ms-n2 {
    margin-right: -0.5rem !important;
}

.ms-n3 {
    margin-right: -1rem !important;
}

.ms-n4 {
    margin-right: -1.5rem !important;
}

.ms-n5 {
    margin-right: -3rem !important;
}

.ms-n6 {
    margin-right: -4.5rem !important;
}

.ms-n7 {
    margin-right: -6rem !important;
}

.ms-n8 {
    margin-right: -7.5rem !important;
}

.ms-n9 {
    margin-right: -9rem !important;
}

.m-6 {
    margin: 4rem !important;
}

.mt-6, .my-6 {
    margin-top: 4rem !important;
}

.me-6, .mx-6 {
    margin-left: 4rem !important;
}

.mb-6, .my-6 {
    margin-bottom: 4rem !important;
}

.ms-6, .mx-6 {
    margin-right: 4rem !important;
}

.p-6 {
    padding: 4rem !important;
}

.pt-6, .py-6 {
    padding-top: 4rem !important;
}

.pe-6, .px-6 {
    padding-left: 4rem !important;
}

.pb-6, .py-6 {
    padding-bottom: 4rem !important;
}

.ps-6, .px-6 {
    padding-right: 4rem !important;
}

.m-7 {
    margin: 5.5rem !important;
}

.mt-7, .my-7 {
    margin-top: 5.5rem !important;
}

.me-7, .mx-7 {
    margin-left: 5.5rem !important;
}

.mb-7, .my-7 {
    margin-bottom: 5.5rem !important;
}

.ms-7, .mx-7 {
    margin-right: 5.5rem !important;
}

.p-7 {
    padding: 5.5rem !important;
}

.pt-7, .py-7 {
    padding-top: 5.5rem !important;
}

.pe-7, .px-7 {
    padding-left: 5.5rem !important;
}

.pb-7, .py-7 {
    padding-bottom: 5.5rem !important;
}

.ps-7, .px-7 {
    padding-right: 5.5rem !important;
}

.m-8 {
    margin: 7rem !important;
}

.mt-8, .my-8 {
    margin-top: 7rem !important;
}

.me-8, .mx-8 {
    margin-left: 7rem !important;
}

.mb-8, .my-8 {
    margin-bottom: 7rem !important;
}

.ms-8, .mx-8 {
    margin-right: 7rem !important;
}

.p-8 {
    padding: 7rem !important;
}

.pt-8, .py-8 {
    padding-top: 7rem !important;
}

.pe-8, .px-8 {
    padding-left: 7rem !important;
}

.pb-8, .py-8 {
    padding-bottom: 7rem !important;
}

.ps-8, .px-8 {
    padding-right: 7rem !important;
}

.m-9 {
    margin: 8.5rem !important;
}

.mt-9, .my-9 {
    margin-top: 8.5rem !important;
}

.me-9, .mx-9 {
    margin-left: 8.5rem !important;
}

.mb-9, .my-9 {
    margin-bottom: 8.5rem !important;
}

.ms-9, .mx-9 {
    margin-right: 8.5rem !important;
}

.p-9 {
    padding: 8.5rem !important;
}

.pt-9, .py-9 {
    padding-top: 8.5rem !important;
}

.pe-9, .px-9 {
    padding-left: 8.5rem !important;
}

.pb-9, .py-9 {
    padding-bottom: 8.5rem !important;
}

.ps-9, .px-9 {
    padding-right: 8.5rem !important;
}

.m-10 {
    margin: 10rem !important;
}

.mt-10, .my-10 {
    margin-top: 10rem !important;
}

.me-10, .mx-10 {
    margin-left: 10rem !important;
}

.mb-10, .my-10 {
    margin-bottom: 10rem !important;
}

.ms-10, .mx-10 {
    margin-right: 10rem !important;
}

.p-10 {
    padding: 10rem !important;
}

.pt-10, .py-10 {
    padding-top: 10rem !important;
}

.pe-10, .px-10 {
    padding-left: 10rem !important;
}

.pb-10, .py-10 {
    padding-bottom: 10rem !important;
}

.ps-10, .px-10 {
    padding-right: 10rem !important;
}

@media (min-width: 576px) {
    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .m-sm-n6 {
        margin: -4.5rem !important;
    }

    .m-sm-n7 {
        margin: -6rem !important;
    }

    .m-sm-n8 {
        margin: -7.5rem !important;
    }

    .m-sm-n9 {
        margin: -9rem !important;
    }

    .mx-sm-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }

    .mx-sm-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }

    .mx-sm-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }

    .mx-sm-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }

    .mx-sm-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }

    .mx-sm-n6 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important;
    }

    .mx-sm-n7 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }

    .mx-sm-n8 {
        margin-left: -7.5rem !important;
        margin-right: -7.5rem !important;
    }

    .mx-sm-n9 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-sm-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-sm-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-sm-n8 {
        margin-top: -7.5rem !important;
        margin-bottom: -7.5rem !important;
    }

    .my-sm-n9 {
        margin-top: -9rem !important;
        margin-bottom: -9rem !important;
    }

    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-sm-n3 {
        margin-top: -1rem !important;
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-sm-n5 {
        margin-top: -3rem !important;
    }

    .mt-sm-n6 {
        margin-top: -4.5rem !important;
    }

    .mt-sm-n7 {
        margin-top: -6rem !important;
    }

    .mt-sm-n8 {
        margin-top: -7.5rem !important;
    }

    .mt-sm-n9 {
        margin-top: -9rem !important;
    }

    .me-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .me-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .me-sm-n3 {
        margin-left: -1rem !important;
    }

    .me-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .me-sm-n5 {
        margin-left: -3rem !important;
    }

    .me-sm-n6 {
        margin-left: -4.5rem !important;
    }

    .me-sm-n7 {
        margin-left: -6rem !important;
    }

    .me-sm-n8 {
        margin-left: -7.5rem !important;
    }

    .me-sm-n9 {
        margin-left: -9rem !important;
    }

    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .mb-sm-n6 {
        margin-bottom: -4.5rem !important;
    }

    .mb-sm-n7 {
        margin-bottom: -6rem !important;
    }

    .mb-sm-n8 {
        margin-bottom: -7.5rem !important;
    }

    .mb-sm-n9 {
        margin-bottom: -9rem !important;
    }

    .ms-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .ms-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .ms-sm-n3 {
        margin-right: -1rem !important;
    }

    .ms-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .ms-sm-n5 {
        margin-right: -3rem !important;
    }

    .ms-sm-n6 {
        margin-right: -4.5rem !important;
    }

    .ms-sm-n7 {
        margin-right: -6rem !important;
    }

    .ms-sm-n8 {
        margin-right: -7.5rem !important;
    }

    .ms-sm-n9 {
        margin-right: -9rem !important;
    }

    .m-sm-6 {
        margin: 4rem !important;
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 4rem !important;
    }

    .me-sm-6, .mx-sm-6 {
        margin-left: 4rem !important;
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 4rem !important;
    }

    .ms-sm-6, .mx-sm-6 {
        margin-right: 4rem !important;
    }

    .p-sm-6 {
        padding: 4rem !important;
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 4rem !important;
    }

    .pe-sm-6, .px-sm-6 {
        padding-left: 4rem !important;
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 4rem !important;
    }

    .ps-sm-6, .px-sm-6 {
        padding-right: 4rem !important;
    }

    .m-sm-7 {
        margin: 5.5rem !important;
    }

    .mt-sm-7, .my-sm-7 {
        margin-top: 5.5rem !important;
    }

    .me-sm-7, .mx-sm-7 {
        margin-left: 5.5rem !important;
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 5.5rem !important;
    }

    .ms-sm-7, .mx-sm-7 {
        margin-right: 5.5rem !important;
    }

    .p-sm-7 {
        padding: 5.5rem !important;
    }

    .pt-sm-7, .py-sm-7 {
        padding-top: 5.5rem !important;
    }

    .pe-sm-7, .px-sm-7 {
        padding-left: 5.5rem !important;
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 5.5rem !important;
    }

    .ps-sm-7, .px-sm-7 {
        padding-right: 5.5rem !important;
    }

    .m-sm-8 {
        margin: 7rem !important;
    }

    .mt-sm-8, .my-sm-8 {
        margin-top: 7rem !important;
    }

    .me-sm-8, .mx-sm-8 {
        margin-left: 7rem !important;
    }

    .mb-sm-8, .my-sm-8 {
        margin-bottom: 7rem !important;
    }

    .ms-sm-8, .mx-sm-8 {
        margin-right: 7rem !important;
    }

    .p-sm-8 {
        padding: 7rem !important;
    }

    .pt-sm-8, .py-sm-8 {
        padding-top: 7rem !important;
    }

    .pe-sm-8, .px-sm-8 {
        padding-left: 7rem !important;
    }

    .pb-sm-8, .py-sm-8 {
        padding-bottom: 7rem !important;
    }

    .ps-sm-8, .px-sm-8 {
        padding-right: 7rem !important;
    }

    .m-sm-9 {
        margin: 8.5rem !important;
    }

    .mt-sm-9, .my-sm-9 {
        margin-top: 8.5rem !important;
    }

    .me-sm-9, .mx-sm-9 {
        margin-left: 8.5rem !important;
    }

    .mb-sm-9, .my-sm-9 {
        margin-bottom: 8.5rem !important;
    }

    .ms-sm-9, .mx-sm-9 {
        margin-right: 8.5rem !important;
    }

    .p-sm-9 {
        padding: 8.5rem !important;
    }

    .pt-sm-9, .py-sm-9 {
        padding-top: 8.5rem !important;
    }

    .pe-sm-9, .px-sm-9 {
        padding-left: 8.5rem !important;
    }

    .pb-sm-9, .py-sm-9 {
        padding-bottom: 8.5rem !important;
    }

    .ps-sm-9, .px-sm-9 {
        padding-right: 8.5rem !important;
    }

    .m-sm-10 {
        margin: 10rem !important;
    }

    .mt-sm-10, .my-sm-10 {
        margin-top: 10rem !important;
    }

    .me-sm-10, .mx-sm-10 {
        margin-left: 10rem !important;
    }

    .mb-sm-10, .my-sm-10 {
        margin-bottom: 10rem !important;
    }

    .ms-sm-10, .mx-sm-10 {
        margin-right: 10rem !important;
    }

    .p-sm-10 {
        padding: 10rem !important;
    }

    .pt-sm-10, .py-sm-10 {
        padding-top: 10rem !important;
    }

    .pe-sm-10, .px-sm-10 {
        padding-left: 10rem !important;
    }

    .pb-sm-10, .py-sm-10 {
        padding-bottom: 10rem !important;
    }

    .ps-sm-10, .px-sm-10 {
        padding-right: 10rem !important;
    }
}

@media (min-width: 768px) {
    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .m-md-n6 {
        margin: -4.5rem !important;
    }

    .m-md-n7 {
        margin: -6rem !important;
    }

    .m-md-n8 {
        margin: -7.5rem !important;
    }

    .m-md-n9 {
        margin: -9rem !important;
    }

    .mx-md-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }

    .mx-md-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }

    .mx-md-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }

    .mx-md-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }

    .mx-md-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }

    .mx-md-n6 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important;
    }

    .mx-md-n7 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }

    .mx-md-n8 {
        margin-left: -7.5rem !important;
        margin-right: -7.5rem !important;
    }

    .mx-md-n9 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-md-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-md-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-md-n8 {
        margin-top: -7.5rem !important;
        margin-bottom: -7.5rem !important;
    }

    .my-md-n9 {
        margin-top: -9rem !important;
        margin-bottom: -9rem !important;
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-md-n3 {
        margin-top: -1rem !important;
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-md-n5 {
        margin-top: -3rem !important;
    }

    .mt-md-n6 {
        margin-top: -4.5rem !important;
    }

    .mt-md-n7 {
        margin-top: -6rem !important;
    }

    .mt-md-n8 {
        margin-top: -7.5rem !important;
    }

    .mt-md-n9 {
        margin-top: -9rem !important;
    }

    .me-md-n1 {
        margin-left: -0.25rem !important;
    }

    .me-md-n2 {
        margin-left: -0.5rem !important;
    }

    .me-md-n3 {
        margin-left: -1rem !important;
    }

    .me-md-n4 {
        margin-left: -1.5rem !important;
    }

    .me-md-n5 {
        margin-left: -3rem !important;
    }

    .me-md-n6 {
        margin-left: -4.5rem !important;
    }

    .me-md-n7 {
        margin-left: -6rem !important;
    }

    .me-md-n8 {
        margin-left: -7.5rem !important;
    }

    .me-md-n9 {
        margin-left: -9rem !important;
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important;
    }

    .mb-md-n6 {
        margin-bottom: -4.5rem !important;
    }

    .mb-md-n7 {
        margin-bottom: -6rem !important;
    }

    .mb-md-n8 {
        margin-bottom: -7.5rem !important;
    }

    .mb-md-n9 {
        margin-bottom: -9rem !important;
    }

    .ms-md-n1 {
        margin-right: -0.25rem !important;
    }

    .ms-md-n2 {
        margin-right: -0.5rem !important;
    }

    .ms-md-n3 {
        margin-right: -1rem !important;
    }

    .ms-md-n4 {
        margin-right: -1.5rem !important;
    }

    .ms-md-n5 {
        margin-right: -3rem !important;
    }

    .ms-md-n6 {
        margin-right: -4.5rem !important;
    }

    .ms-md-n7 {
        margin-right: -6rem !important;
    }

    .ms-md-n8 {
        margin-right: -7.5rem !important;
    }

    .ms-md-n9 {
        margin-right: -9rem !important;
    }

    .m-md-6 {
        margin: 4rem !important;
    }

    .mt-md-6, .my-md-6 {
        margin-top: 4rem !important;
    }

    .me-md-6, .mx-md-6 {
        margin-left: 4rem !important;
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 4rem !important;
    }

    .ms-md-6, .mx-md-6 {
        margin-right: 4rem !important;
    }

    .p-md-6 {
        padding: 4rem !important;
    }

    .pt-md-6, .py-md-6 {
        padding-top: 4rem !important;
    }

    .pe-md-6, .px-md-6 {
        padding-left: 4rem !important;
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 4rem !important;
    }

    .ps-md-6, .px-md-6 {
        padding-right: 4rem !important;
    }

    .m-md-7 {
        margin: 5.5rem !important;
    }

    .mt-md-7, .my-md-7 {
        margin-top: 5.5rem !important;
    }

    .me-md-7, .mx-md-7 {
        margin-left: 5.5rem !important;
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 5.5rem !important;
    }

    .ms-md-7, .mx-md-7 {
        margin-right: 5.5rem !important;
    }

    .p-md-7 {
        padding: 5.5rem !important;
    }

    .pt-md-7, .py-md-7 {
        padding-top: 5.5rem !important;
    }

    .pe-md-7, .px-md-7 {
        padding-left: 5.5rem !important;
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 5.5rem !important;
    }

    .ps-md-7, .px-md-7 {
        padding-right: 5.5rem !important;
    }

    .m-md-8 {
        margin: 7rem !important;
    }

    .mt-md-8, .my-md-8 {
        margin-top: 7rem !important;
    }

    .me-md-8, .mx-md-8 {
        margin-left: 7rem !important;
    }

    .mb-md-8, .my-md-8 {
        margin-bottom: 7rem !important;
    }

    .ms-md-8, .mx-md-8 {
        margin-right: 7rem !important;
    }

    .p-md-8 {
        padding: 7rem !important;
    }

    .pt-md-8, .py-md-8 {
        padding-top: 7rem !important;
    }

    .pe-md-8, .px-md-8 {
        padding-left: 7rem !important;
    }

    .pb-md-8, .py-md-8 {
        padding-bottom: 7rem !important;
    }

    .ps-md-8, .px-md-8 {
        padding-right: 7rem !important;
    }

    .m-md-9 {
        margin: 8.5rem !important;
    }

    .mt-md-9, .my-md-9 {
        margin-top: 8.5rem !important;
    }

    .me-md-9, .mx-md-9 {
        margin-left: 8.5rem !important;
    }

    .mb-md-9, .my-md-9 {
        margin-bottom: 8.5rem !important;
    }

    .ms-md-9, .mx-md-9 {
        margin-right: 8.5rem !important;
    }

    .p-md-9 {
        padding: 8.5rem !important;
    }

    .pt-md-9, .py-md-9 {
        padding-top: 8.5rem !important;
    }

    .pe-md-9, .px-md-9 {
        padding-left: 8.5rem !important;
    }

    .pb-md-9, .py-md-9 {
        padding-bottom: 8.5rem !important;
    }

    .ps-md-9, .px-md-9 {
        padding-right: 8.5rem !important;
    }

    .m-md-10 {
        margin: 10rem !important;
    }

    .mt-md-10, .my-md-10 {
        margin-top: 10rem !important;
    }

    .me-md-10, .mx-md-10 {
        margin-left: 10rem !important;
    }

    .mb-md-10, .my-md-10 {
        margin-bottom: 10rem !important;
    }

    .ms-md-10, .mx-md-10 {
        margin-right: 10rem !important;
    }

    .p-md-10 {
        padding: 10rem !important;
    }

    .pt-md-10, .py-md-10 {
        padding-top: 10rem !important;
    }

    .pe-md-10, .px-md-10 {
        padding-left: 10rem !important;
    }

    .pb-md-10, .py-md-10 {
        padding-bottom: 10rem !important;
    }

    .ps-md-10, .px-md-10 {
        padding-right: 10rem !important;
    }
}

@media (min-width: 992px) {
    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .m-lg-n6 {
        margin: -4.5rem !important;
    }

    .m-lg-n7 {
        margin: -6rem !important;
    }

    .m-lg-n8 {
        margin: -7.5rem !important;
    }

    .m-lg-n9 {
        margin: -9rem !important;
    }

    .mx-lg-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }

    .mx-lg-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }

    .mx-lg-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }

    .mx-lg-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }

    .mx-lg-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }

    .mx-lg-n6 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important;
    }

    .mx-lg-n7 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }

    .mx-lg-n8 {
        margin-left: -7.5rem !important;
        margin-right: -7.5rem !important;
    }

    .mx-lg-n9 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-lg-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-lg-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-lg-n8 {
        margin-top: -7.5rem !important;
        margin-bottom: -7.5rem !important;
    }

    .my-lg-n9 {
        margin-top: -9rem !important;
        margin-bottom: -9rem !important;
    }

    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-lg-n3 {
        margin-top: -1rem !important;
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-lg-n5 {
        margin-top: -3rem !important;
    }

    .mt-lg-n6 {
        margin-top: -4.5rem !important;
    }

    .mt-lg-n7 {
        margin-top: -6rem !important;
    }

    .mt-lg-n8 {
        margin-top: -7.5rem !important;
    }

    .mt-lg-n9 {
        margin-top: -9rem !important;
    }

    .me-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .me-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .me-lg-n3 {
        margin-left: -1rem !important;
    }

    .me-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .me-lg-n5 {
        margin-left: -3rem !important;
    }

    .me-lg-n6 {
        margin-left: -4.5rem !important;
    }

    .me-lg-n7 {
        margin-left: -6rem !important;
    }

    .me-lg-n8 {
        margin-left: -7.5rem !important;
    }

    .me-lg-n9 {
        margin-left: -9rem !important;
    }

    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .mb-lg-n6 {
        margin-bottom: -4.5rem !important;
    }

    .mb-lg-n7 {
        margin-bottom: -6rem !important;
    }

    .mb-lg-n8 {
        margin-bottom: -7.5rem !important;
    }

    .mb-lg-n9 {
        margin-bottom: -9rem !important;
    }

    .ms-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .ms-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .ms-lg-n3 {
        margin-right: -1rem !important;
    }

    .ms-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .ms-lg-n5 {
        margin-right: -3rem !important;
    }

    .ms-lg-n6 {
        margin-right: -4.5rem !important;
    }

    .ms-lg-n7 {
        margin-right: -6rem !important;
    }

    .ms-lg-n8 {
        margin-right: -7.5rem !important;
    }

    .ms-lg-n9 {
        margin-right: -9rem !important;
    }

    .m-lg-6 {
        margin: 4rem !important;
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 4rem !important;
    }

    .me-lg-6, .mx-lg-6 {
        margin-left: 4rem !important;
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 4rem !important;
    }

    .ms-lg-6, .mx-lg-6 {
        margin-right: 4rem !important;
    }

    .p-lg-6 {
        padding: 4rem !important;
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 4rem !important;
    }

    .pe-lg-6, .px-lg-6 {
        padding-left: 4rem !important;
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 4rem !important;
    }

    .ps-lg-6, .px-lg-6 {
        padding-right: 4rem !important;
    }

    .m-lg-7 {
        margin: 5.5rem !important;
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 5.5rem !important;
    }

    .me-lg-7, .mx-lg-7 {
        margin-left: 5.5rem !important;
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 5.5rem !important;
    }

    .ms-lg-7, .mx-lg-7 {
        margin-right: 5.5rem !important;
    }

    .p-lg-7 {
        padding: 5.5rem !important;
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 5.5rem !important;
    }

    .pe-lg-7, .px-lg-7 {
        padding-left: 5.5rem !important;
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 5.5rem !important;
    }

    .ps-lg-7, .px-lg-7 {
        padding-right: 5.5rem !important;
    }

    .m-lg-8 {
        margin: 7rem !important;
    }

    .mt-lg-8, .my-lg-8 {
        margin-top: 7rem !important;
    }

    .me-lg-8, .mx-lg-8 {
        margin-left: 7rem !important;
    }

    .mb-lg-8, .my-lg-8 {
        margin-bottom: 7rem !important;
    }

    .ms-lg-8, .mx-lg-8 {
        margin-right: 7rem !important;
    }

    .p-lg-8 {
        padding: 7rem !important;
    }

    .pt-lg-8, .py-lg-8 {
        padding-top: 7rem !important;
    }

    .pe-lg-8, .px-lg-8 {
        padding-left: 7rem !important;
    }

    .pb-lg-8, .py-lg-8 {
        padding-bottom: 7rem !important;
    }

    .ps-lg-8, .px-lg-8 {
        padding-right: 7rem !important;
    }

    .m-lg-9 {
        margin: 8.5rem !important;
    }

    .mt-lg-9, .my-lg-9 {
        margin-top: 8.5rem !important;
    }

    .me-lg-9, .mx-lg-9 {
        margin-left: 8.5rem !important;
    }

    .mb-lg-9, .my-lg-9 {
        margin-bottom: 8.5rem !important;
    }

    .ms-lg-9, .mx-lg-9 {
        margin-right: 8.5rem !important;
    }

    .p-lg-9 {
        padding: 8.5rem !important;
    }

    .pt-lg-9, .py-lg-9 {
        padding-top: 8.5rem !important;
    }

    .pe-lg-9, .px-lg-9 {
        padding-left: 8.5rem !important;
    }

    .pb-lg-9, .py-lg-9 {
        padding-bottom: 8.5rem !important;
    }

    .ps-lg-9, .px-lg-9 {
        padding-right: 8.5rem !important;
    }

    .m-lg-10 {
        margin: 10rem !important;
    }

    .mt-lg-10, .my-lg-10 {
        margin-top: 10rem !important;
    }

    .me-lg-10, .mx-lg-10 {
        margin-left: 10rem !important;
    }

    .mb-lg-10, .my-lg-10 {
        margin-bottom: 10rem !important;
    }

    .ms-lg-10, .mx-lg-10 {
        margin-right: 10rem !important;
    }

    .p-lg-10 {
        padding: 10rem !important;
    }

    .pt-lg-10, .py-lg-10 {
        padding-top: 10rem !important;
    }

    .pe-lg-10, .px-lg-10 {
        padding-left: 10rem !important;
    }

    .pb-lg-10, .py-lg-10 {
        padding-bottom: 10rem !important;
    }

    .ps-lg-10, .px-lg-10 {
        padding-right: 10rem !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .m-xl-n6 {
        margin: -4.5rem !important;
    }

    .m-xl-n7 {
        margin: -6rem !important;
    }

    .m-xl-n8 {
        margin: -7.5rem !important;
    }

    .m-xl-n9 {
        margin: -9rem !important;
    }

    .mx-xl-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }

    .mx-xl-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }

    .mx-xl-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }

    .mx-xl-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }

    .mx-xl-n5 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }

    .mx-xl-n6 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important;
    }

    .mx-xl-n7 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }

    .mx-xl-n8 {
        margin-left: -7.5rem !important;
        margin-right: -7.5rem !important;
    }

    .mx-xl-n9 {
        margin-left: -9rem !important;
        margin-right: -9rem !important;
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xl-n6 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .my-xl-n7 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .my-xl-n8 {
        margin-top: -7.5rem !important;
        margin-bottom: -7.5rem !important;
    }

    .my-xl-n9 {
        margin-top: -9rem !important;
        margin-bottom: -9rem !important;
    }

    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xl-n3 {
        margin-top: -1rem !important;
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-xl-n5 {
        margin-top: -3rem !important;
    }

    .mt-xl-n6 {
        margin-top: -4.5rem !important;
    }

    .mt-xl-n7 {
        margin-top: -6rem !important;
    }

    .mt-xl-n8 {
        margin-top: -7.5rem !important;
    }

    .mt-xl-n9 {
        margin-top: -9rem !important;
    }

    .me-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .me-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .me-xl-n3 {
        margin-left: -1rem !important;
    }

    .me-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .me-xl-n5 {
        margin-left: -3rem !important;
    }

    .me-xl-n6 {
        margin-left: -4.5rem !important;
    }

    .me-xl-n7 {
        margin-left: -6rem !important;
    }

    .me-xl-n8 {
        margin-left: -7.5rem !important;
    }

    .me-xl-n9 {
        margin-left: -9rem !important;
    }

    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .mb-xl-n6 {
        margin-bottom: -4.5rem !important;
    }

    .mb-xl-n7 {
        margin-bottom: -6rem !important;
    }

    .mb-xl-n8 {
        margin-bottom: -7.5rem !important;
    }

    .mb-xl-n9 {
        margin-bottom: -9rem !important;
    }

    .ms-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .ms-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .ms-xl-n3 {
        margin-right: -1rem !important;
    }

    .ms-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .ms-xl-n5 {
        margin-right: -3rem !important;
    }

    .ms-xl-n6 {
        margin-right: -4.5rem !important;
    }

    .ms-xl-n7 {
        margin-right: -6rem !important;
    }

    .ms-xl-n8 {
        margin-right: -7.5rem !important;
    }

    .ms-xl-n9 {
        margin-right: -9rem !important;
    }

    .m-xl-6 {
        margin: 4rem !important;
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 4rem !important;
    }

    .me-xl-6, .mx-xl-6 {
        margin-left: 4rem !important;
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 4rem !important;
    }

    .ms-xl-6, .mx-xl-6 {
        margin-right: 4rem !important;
    }

    .p-xl-6 {
        padding: 4rem !important;
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 4rem !important;
    }

    .pe-xl-6, .px-xl-6 {
        padding-left: 4rem !important;
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 4rem !important;
    }

    .ps-xl-6, .px-xl-6 {
        padding-right: 4rem !important;
    }

    .m-xl-7 {
        margin: 5.5rem !important;
    }

    .mt-xl-7, .my-xl-7 {
        margin-top: 5.5rem !important;
    }

    .me-xl-7, .mx-xl-7 {
        margin-left: 5.5rem !important;
    }

    .mb-xl-7, .my-xl-7 {
        margin-bottom: 5.5rem !important;
    }

    .ms-xl-7, .mx-xl-7 {
        margin-right: 5.5rem !important;
    }

    .p-xl-7 {
        padding: 5.5rem !important;
    }

    .pt-xl-7, .py-xl-7 {
        padding-top: 5.5rem !important;
    }

    .pe-xl-7, .px-xl-7 {
        padding-left: 5.5rem !important;
    }

    .pb-xl-7, .py-xl-7 {
        padding-bottom: 5.5rem !important;
    }

    .ps-xl-7, .px-xl-7 {
        padding-right: 5.5rem !important;
    }

    .m-xl-8 {
        margin: 7rem !important;
    }

    .mt-xl-8, .my-xl-8 {
        margin-top: 7rem !important;
    }

    .me-xl-8, .mx-xl-8 {
        margin-left: 7rem !important;
    }

    .mb-xl-8, .my-xl-8 {
        margin-bottom: 7rem !important;
    }

    .ms-xl-8, .mx-xl-8 {
        margin-right: 7rem !important;
    }

    .p-xl-8 {
        padding: 7rem !important;
    }

    .pt-xl-8, .py-xl-8 {
        padding-top: 7rem !important;
    }

    .pe-xl-8, .px-xl-8 {
        padding-left: 7rem !important;
    }

    .pb-xl-8, .py-xl-8 {
        padding-bottom: 7rem !important;
    }

    .ps-xl-8, .px-xl-8 {
        padding-right: 7rem !important;
    }

    .m-xl-9 {
        margin: 8.5rem !important;
    }

    .mt-xl-9, .my-xl-9 {
        margin-top: 8.5rem !important;
    }

    .me-xl-9, .mx-xl-9 {
        margin-left: 8.5rem !important;
    }

    .mb-xl-9, .my-xl-9 {
        margin-bottom: 8.5rem !important;
    }

    .ms-xl-9, .mx-xl-9 {
        margin-right: 8.5rem !important;
    }

    .p-xl-9 {
        padding: 8.5rem !important;
    }

    .pt-xl-9, .py-xl-9 {
        padding-top: 8.5rem !important;
    }

    .pe-xl-9, .px-xl-9 {
        padding-left: 8.5rem !important;
    }

    .pb-xl-9, .py-xl-9 {
        padding-bottom: 8.5rem !important;
    }

    .ps-xl-9, .px-xl-9 {
        padding-right: 8.5rem !important;
    }

    .m-xl-10 {
        margin: 10rem !important;
    }

    .mt-xl-10, .my-xl-10 {
        margin-top: 10rem !important;
    }

    .me-xl-10, .mx-xl-10 {
        margin-left: 10rem !important;
    }

    .mb-xl-10, .my-xl-10 {
        margin-bottom: 10rem !important;
    }

    .ms-xl-10, .mx-xl-10 {
        margin-right: 10rem !important;
    }

    .p-xl-10 {
        padding: 10rem !important;
    }

    .pt-xl-10, .py-xl-10 {
        padding-top: 10rem !important;
    }

    .pe-xl-10, .px-xl-10 {
        padding-left: 10rem !important;
    }

    .pb-xl-10, .py-xl-10 {
        padding-bottom: 10rem !important;
    }

    .ps-xl-10, .px-xl-10 {
        padding-right: 10rem !important;
    }
}

.scroll-down {
    position: relative;
    z-index: 500;
    transition: transform 0.5s 1.5s, opacity 0.3s 1.7s, z-index 0.5s 1.5s;
    font-size: 3rem;
    font-family: ptsans-regular;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.scroll-down.removed {
    transform: translateY(-20rem);
    opacity: 0;
    z-index: -10;
    transition: transform 0.5s, opacity 0.3s 0.2s, z-index 0.5s;
}

.scroll-down:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -3rem;
    right: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    border: 0.5rem solid #fff;
    border-right: none;
    border-top: none;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    -webkit-animation: arrowMove 1.2s infinite;
    animation: arrowMove 1.2s infinite;
}

.scroll-down.text-dark:after {
    border-color: var(--orion-main-color);
}

@-webkit-keyframes arrowMove {
    to {
        transform: rotate(-45deg) translateY(2rem) translateX(-2rem);
        opacity: 0;
    }
}

@keyframes arrowMove {
    to {
        transform: rotate(-45deg) translateY(2rem) translateX(-2rem);
        opacity: 0;
    }
}

@-webkit-keyframes navArrowMove {
    to {
        transform: translateX(-2rem);
        opacity: 0;
    }
}

@keyframes navArrowMove {
    to {
        transform: translateX(-2rem);
        opacity: 0;
    }
}

.stokes-line {
    background-image: url(../images/svg/v-line.svg);
    background-repeat: repeat;
    background-position: center center;
}

.box-shadow-primary {
    box-shadow: 0 10px 20px rgba(52, 82, 255, 0.08);
}

.hedding-svg {
    background-image: url(../images/svg/bottom-border.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.animation {
    animation: example 2s infinite;
    font-size: 200px;
}

.google-map iframe {
    display: block;
}

.alert {
    line-height: 1.5;
}

/* Standard syntax */
@keyframes example {
    0% {
        right: 1000px;
    }
    100% {
        right: 0px;
    }
}

@media (max-width: 991px) {
    .outside-box-right {
        margin-left: 0;
    }

    .outside-box-left {
        margin-right: 0;
    }

    .h-90vh, .h-100vh {
        height: auto;
    }

    .display-1 {
        font-size: 70px;
        line-height: 70px;
    }

    .slice-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .slice-pt {
        padding-top: 80px;
    }

    .slice-pb {
        padding-bottom: 80px;
    }

    .slice-mtb {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .slice-mt {
        margin-top: 80px;
    }

    .slice-mb {
        margin-bottom: 80px;
    }
}

@media (max-width: 576px) {
    .slice-ptb {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .slice-pt {
        padding-top: 60px;
    }

    .slice-pb {
        padding-bottom: 60px;
    }

    .slice-mtb {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .slice-mt {
        margin-top: 60px;
    }

    .slice-mb {
        margin-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .display-1 {
        font-size: 50px;
        line-height: 50px;
    }
}

/**********************/
/* Header */
/**********************/
/**********************/
/* Navbar default */
/**********************/
.navbar {
    background-color: #fff !important;
    font-family: "Jost", sans-serif;
    padding: 12px 10px;
}

.navbar-brand .logo {
    height: 24px;
}

.navbar .navbar-nav li .text-line {
    position: relative;
}

.navbar .navbar-nav li .text-line:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: -2px;
    height: 2px;
    background: var(--orion-main-color-hover);;
    transition: all 0.4s ease-in-out;
}

.navbar .navbar-nav li:hover .text-line:before {
    width: 100%;
}

.navbar .navbar-nav li.active .text-line:before {
    width: 100%;
}

.navbar .navbar-nav .dropdown-menu li .dropdown-item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 6px 0px;
    clear: both;
    font-weight: 500;
    font-size: 15px;
    color: var(--orion-main-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 15px;
    position: relative;
}

.navbar .navbar-nav .dropdown-menu li .dropdown-item .text-line {
    position: relative;
}

.navbar .navbar-nav .dropdown-menu li .dropdown-item .text-line:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: -2px;
    height: 2px;
    background: var(--orion-main-color-hover);;
    transition: all 0.4s ease-in-out;
}

.navbar .navbar-nav .dropdown-menu li .dropdown-item:hover .text-line:before {
    width: 100%;
}

.navbar .navbar-nav .dropdown-menu li.active > .dropdown-item .text-line:before {
    width: 100%;
}

.navbar .navbar-nav .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu .dropdown-toggle::after {
    margin-top: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 6px;
    vertical-align: -2px;
    content: "\f107";
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    color: #9ca0b5;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 15px;
    font-size: 13px;
    float: left;
}

.navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
    color: var(--orion-main-color-hover);;
}

.navbar .navbar-nav .dropdown-item:focus,
.navbar .navbar-nav .dropdown-item:hover {
    color: var(--orion-main-color-hover);;
    text-decoration: none;
    background-color: transparent;
}

.navbar .navbar-nav .dropdown-item:focus .dropdown-toggle::after,
.navbar .navbar-nav .dropdown-item:hover.dropdown-toggle::after {
    color: var(--orion-main-color-hover);;
}

@media (min-width: 992px) {
    .navbar .navbar-nav .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease-in;
    }

    .navbar .navbar-nav .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .navbar .navbar-nav .dropdown-submenu:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .navbar .navbar-nav .dropdown-menu {
        position: absolute;
        top: 100%;
        z-index: 1000;
        display: none;
        float: right;
        right: 0;
        min-width: 14rem;
        padding: 20px 30px;
        margin: 18px 0px;
        font-size: 1rem;
        color: #9ca0b5;
        text-align: right;
        list-style: none;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 0;
        border-radius: 2px;
        /*box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);*/
    }

    .navbar .navbar-nav .mega-dropdown-md .dropdown-menu {
        left: 0;
        right: inherit;
    }

    .navbar .navbar-nav .dropdown-submenu .dropdown-menu {
        top: 0px;
        right: 100%;
        margin-right: 13px;
        margin-left: 0.1rem;
    }

    .navbar .navbar-nav .dropdown-menu .dropdown-menu {
        margin-top: 0;
    }

    .navbar .navbar-nav .mega-dropdown-menu {
        width: 100%;
        position: absolute;
        top: 63px;
        margin: 15px 0px;
    }
}

.navbar .navbar-nav .dropdown-submenu {
    position: relative;
}

.navbar .navbar-nav .dropdown-submenu a::after {
    transform: rotate(90deg);
    position: absolute;
    left: 17px;
    top: 17px;
}

.navbar .navbar-nav .mega-dropdown {
    position: unset;
}

.navbar .navbar-nav .mega-dropdown-menu ul {
    list-style: none;
}

.navbar .navbar-nav .dropdown.mega-dropdown-md .dropdown-menu {
    min-width: 26rem;
}

.navbar .icon-bar {
    width: 21px;
    height: 3px;
    background-color: var(--orion-main-color);
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px;
}

.navbar .navbar-toggler:focus {
    outline: 0px;
}

.navbar .navbar-toggler .top-bar {
    transform: rotate(-45deg);
    transform-origin: 90% 190%;
}

.navbar .navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar .navbar-toggler .bottom-bar {
    transform: rotate(45deg);
    transform-origin: 90% -80%;
}

.navbar .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar .navbar-nav .nav-item {
    padding: 0 16px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--orion-main-color);
    position: relative;
    padding: 2px 0;
    font-size: 16px;
    font-weight: 500;
}

.navbar .navbar-nav .dropdown-menu li .dropdown-item.dropdown-title {
    font-size: 18px;
}

.navbar-icons {
    display: flex;
    flex-wrap: wrap;
}

.navbar-icons .icon {
    margin-left: 20px;
    color: var(--orion-main-color);
    display: inline-block;
    font-size: 22px;
}

.navbar-icons .icon:last-child {
    margin-left: 0;
}

.navbar-icons .icon:hover {
    color: var(--orion-main-color-hover);;
}

.navbar-icons .cart-box .icon {
    margin-left: 20px;
}

.cart-box .offcanvas-header .btn-close, .sidebar-box .offcanvas-header .btn-close {
    font-size: 24px;
    color: #ffffff !important;
}

.cart-box .offcanvas-header .btn-close:hover, .sidebar-box .offcanvas-header .btn-close:hover {
    color: var(--orion-main-color-hover);
!important;
}

/**********************/
/*  Search */
/**********************/
.search-box .search-icon {
    color: var(--orion-main-color);
}

.search-box #search {
    align-items: center;
    background: rgba(0, 0, 0, 0.975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
    right: 0;
    top: 0;
}

.search-box #search form .form-control {
    color: #ffffff;
    font-size: 20px;
}

#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 2;
    visibility: visible;
}

#search:target .close-btn {
    display: block;
}

.close-btn {
    display: none;
    color: #ffffff;
    font-size: 2rem;
    position: absolute;
    top: 20px;
    left: 40px;
}

#search.left {
    right: 0;
    height: 100vh;
    width: 0;
}

#search.right {
    height: 100vh;
    width: 0;
    left: 0;
    right: auto !important;
}

#search.bottom.left,
#search.bottom.right,
#search.top.left,
#search.top.right {
    height: 0;
}

#search.bottom {
    bottom: 0;
    top: auto !important;
}

#search.fade {
    height: 100vh;
    width: 100vw;
    transition: opacity 0.5s;
}

/**********************/
/* Cart */
/**********************/
.cart-box .icon {
    position: relative;
}

.cart-box .icon .cart-count {
    position: absolute;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #a50800;
    border-radius: 50%;
    left: -12px;
    top: -6px;
}

.cart-box .offcanvas {
    height: 100vh;
}

/**********************/
/* Sidebar box */
/**********************/
.sidebar-box .offcanvas {
    height: 100vh;
}

/**********************/
/*  Navbar default border  */
/**********************/
.navbar-default-border {
    border-bottom: 1px solid #e5e5e5;
}

/**********************/
/*  Navbar transparent  */
/**********************/
.navbar.navbar-transparent {
    position: absolute;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid rgba(229, 229, 229, 0.1);
}

.navbar.navbar-transparent .navbar-nav .nav-item .nav-link {
    color: #ffffff;
}

.navbar.navbar-transparent .navbar-icons .icon {
    color: #ffffff;
}

.navbar.navbar-transparent .navbar-icons .icon:hover {
    color: #FFCC00;
}

/**********************/
/*  Navbar blur  */
/**********************/
.navbar-blur {
    backdrop-filter: blur(0.2rem);
}

/**********************/
/*  Navbar text dark   */
/**********************/
.navbar.navbar-text-dark .navbar-nav .nav-item .nav-link {
    color: var(--orion-main-color);
}

.navbar.navbar-text-dark .navbar-icons .icon {
    color: var(--orion-main-color);
}

.navbar.navbar-text-dark .navbar-icons .icon:hover {
    color: #FFCC00;
}

/**********************/
/*  topbar  */
/**********************/
.topbar {
    padding: 10px 0;
}

.topbar .container-fluid {
    padding: 0 60px;
}

.topbar .topbar-list li {
    margin-left: 10px;
}

.topbar .topbar-list li a {
    color: var(--orion-main-color);
}

.topbar .topbar-list li a i {
    color: #ff7171;
}

.topbar .topbar-list li a:hover {
    color: #ff7171;
}

.topbar .topbar-list li:last-child {
    margin-left: 0;
}

/**********************/
/*  Navbar transparent  */
/**********************/
.navbar.navbar-dark {
    background: #000000;
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #ffffff;
}

.navbar.navbar-dark .navbar-icons .icon {
    color: #ffffff;
}

.navbar.navbar-dark .navbar-icons .icon:hover {
    color: #FFCC00;
}

.col-5-menu {
    flex: 0 0 auto;
    width: 20%;
}

.col-7-menu {
    flex: 0 0 auto;
    width: 14.28%;
}

.col-6-menu {
    flex: 0 0 auto;
    width: 50%;
}

.col-12-menu {
    flex: 0 0 auto;
    width: 100%;
}

/**********************/
/*  Navbar fixed  */
/**********************/
.navbar.fixed-navbar {
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(1, 5, 33, 0.1);
    z-index: 999;
    animation: stickySlideDown 0.65s cubic-bezier(0, 0.41, 0.71, 1.14) both;
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.8;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar.navbar-transparent.fixed-navbar {
    background: var(--orion-main-color);
}

.navbar.navbar-text-dark.fixed-navbar {
    background: #ffffff;
}

.navbar.navbar-dark.fixed-navbar {
    background: var(--orion-main-color);
}

.navbar-left .navbar-nav {
    display: block;
}

.navbar-left.navbar-expand-lg {
    display: block;
}

@media (max-width: 1199px) {
    .navbar {
        padding: 18px 20px;
    }

    .navbar-icons .icon {
        margin-left: 10px;
    }

    .navbar .navbar-nav .mega-dropdown-md .dropdown-menu {
        right: inherit;
        left: 0;
    }

    .navbar .navbar-nav .mega-dropdown-md .dropdown-menu[data-bs-popper] {
        right: inherit;
        left: 0;
    }

    .topbar .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .navbar-transparent.navbar .icon-bar {
        background: #ffffff;
    }

    .navbar-transparent.navbar.navbar-light .navbar-toggler {
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar {
        padding: 8px 10px;
    }

    .navbar .navbar-brand img {
        height: 18px;
    }

    .navbar .navbar-collapse {
        transition: auto;
        background: white;
        padding: 0 10px;
        position: absolute;
        width: 100%;
        right: 0;
        left: 0;
        top: 100%;
        z-index: 9;
        max-height: 100vh;
    }

    .navbar .navbar-nav {
        padding: 20px 0;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #0A0A0A;
    }

    .navbar .navbar-nav .dropdown-menu li .dropdown-item {
        color: #0A0A0A;
    }

    .navbar .navbar-collapse .navbar-icons .icon {
        color: #0A0A0A;
    }

    .navbar-toggler {
        border: none;
        order: 5;
        position: inherit !important;
    }

    .navbar .dropdown-menu {
        background: transparent;
    }

    .navbar-nav .dropdown-menu {
        padding-right: 15px;
    }

    .col-5-menu {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .col-7-menu {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .navbar-collapse {
        max-height: calc(100vh - 66px);
    }

    .navbar.navbar-text-dark.navbar-transparent .icon-bar {
        background-color: var(--orion-main-color);
    }

    .navbar.navbar-dark .icon-bar {
        background-color: #ffffff;
    }

    .navbar-icons .icon:last-child {
        margin-left: 20px;
    }

    .navbar-icons .cart-box .icon {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .col-5-menu {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-7-menu {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 575px) {
    .navbar-icons .icon .icon-facebook,
    .navbar-icons .icon .icon-instagram,
    .navbar-icons .icon .icon-twitter {
        display: none;
    }

    .navbar-toggler {
        padding: 0;
    }

    .col-5-menu {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-7-menu {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-6-menu {
        flex: 0 0 auto;
        width: 100%;
    }

    .navbar-icons .icon {
        margin-left: 0;
    }

    .navbar-icons .search-box .icon {
        margin-left: 15px;
    }
}

/**********************/
/* Footer */
/**********************/
.footer .footer-links ul li a {
    color: #898b96;
}

.footer .footer-links ul li a:hover {
    color: var(--orion-main-color-hover);;
}

.footer-logo {
    height: 50px;
}

@media (max-width: 991px) {
    .footer-portfolio .portfolio-column-4 .grid-item {
        width: 33.333%;
    }
}

/**********************/
/* Components */
/**********************/
/**********************/
/* Accordion */
/**********************/
.accordion .accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion.accordion-box .accordion-button {
    padding: 0 20px;
    position: relative;
}

.accordion.accordion-box .accordion-button:after {
    background-image: none;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900;
    transform: none;
    height: auto;
    width: auto;
}

.accordion.accordion-box .accordion-button:focus {
    box-shadow: none;
}

.accordion.accordion-box .accordion-button.collapsed:after {
    content: "\f067";
}

.accordion.accordion-icon .accordion-header {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin-bottom: 16px;
    box-shadow: 0 4px 6px rgba(1, 5, 33, 0.05);
}

.accordion.accordion-icon .accordion-header .accordion-button {
    font-size: 16px;
    color: var(--orion-main-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.accordion.accordion-icon .accordion-header .accordion-button i {
    font-size: 34px;
    color: var(--orion-main-color-hover);;
    margin-left: 20px;
}

.accordion.accordion-icon .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.accordion.accordion-simple .accordion-button {
    padding: 0;
    position: relative;
    font-weight: 600;
    border: none;
    background: transparent;
}

.accordion.accordion-simple .accordion-button:focus {
    box-shadow: none;
}

.accordion.accordion-simple .accordion-body {
    padding-right: 0;
    padding-left: 0;
}

.accordion-big .accordion-item {
    padding: 10px 0;
}

.accordion-big .accordion-button:not(.collapsed) {
    background: transparent;
}

.accordion-big .accordion-button {
    font-size: 28px;
    line-height: 44px;
    padding: 10px 0;
}

.accordion-big .accordion-button:after {
    background-image: none;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    margin-right: auto;
    font-weight: 900;
    transform: none;
    height: auto;
    width: auto;
}

.accordion-big .accordion-button:focus {
    box-shadow: none;
}

.accordion-big .accordion-button.collapsed:after {
    content: "\f077";
}

.accordion-big .accordion-body {
    padding: 10px 0;
}

@media (max-width: 576px) {
    .accordion-big .accordion-button {
        font-size: 22px;
    }
}

/**********************/
/* Button */
/**********************/
.btn {
    padding: 14px 30px;
    font-size: 1rem;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.4s ease-in-out;
}

.btn:focus {
    box-shadow: none;
    color: var(--orion-main-color-hover);;
}

.btn-close:focus {
    box-shadow: none;
}

.btn.btn-default {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.btn.btn-default:hover {
    background: var(--orion-main-color);
    color: #ffffff;
}

.btn.btn-default:focus {
    background: var(--orion-main-color);
    color: #ffffff;
}

.btn.btn-green {
    background: #50d294;
    color: #ffffff;
}

.btn.btn-red {
    background: #e91c28;
    color: #ffffff;
}

.btn.btn-yellow {
    background: #ffea04;
    color: var(--orion-main-color);
}

.btn.btn-cyan {
    background: #26c3ad;
    color: #ffffff;
}

.btn.btn-white {
    background: #ffffff;
    color: var(--orion-main-color);
}

.btn.btn-white:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.btn.btn-white:focus {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.btn.btn-red-light {
    background: #ff7171;
    color: #ffffff;
}

.btn.btn-orange {
    background: #f97204;
    color: #ffffff;
}

.btn.btn-blue {
    background: #0f6fd8;
    color: #ffffff;
}

.btn.btn-black {
    background: #000000;
    color: #ffffff;
}

.btn.btn-black:hover {
    background: #f0f1f6;
    color: var(--orion-main-color);
}

.btn.btn-black:focus {
    background: #f0f1f6;
    color: var(--orion-main-color);
}

.btn-warning i {
    color: var(--orion-main-color);
}

.btn-warning:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
    border-color: var(--orion-main-color-hover);;
}

.btn-warning:hover i {
    color: #ffffff;
}

.btn-warning:focus {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
    border-color: var(--orion-main-color-hover);;
}

.btn-warning:focus i {
    color: #ffffff;
}

.btn.btn-rounded {
    border-radius: 4px;
}

.btn.btn-round {
    border-radius: 30px;
}

.btn.btn-xl {
    padding: 20px 50px;
    font-size: 18px;
}

.btn.btn-lg {
    padding: 16px 40px;
    font-size: 16px;
}

.btn.btn-sm {
    padding: 10px 20px;
    font-size: 13px;
}

.btn.btn-xs {
    padding: 8px 16px;
    font-size: 12px;
}

.btn.btn-icon-left i {
    padding-left: 6px;
}

.btn.btn-icon-right i {
    padding-right: 6px;
}

.btn.btn-icon-left-hover i {
    padding-left: 6px;
    transition: all 0.4s ease-in-out;
}

.btn.btn-icon-left-hover:hover i {
    transform: translateX(4px);
}

.btn.btn-icon-right-hover i {
    padding-right: 6px;
    transition: all 0.4s ease-in-out;
}

.btn.btn-icon-right-hover:hover i {
    transform: translateX(-4px);
}

.btn.btn-outline-default {
    background: transparent;
    color: var(--orion-main-color-hover);;
    border: 2px solid var(--orion-main-color-hover);;
}

.btn.btn-outline-default:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.btn.btn-outline-light {
    background: transparent;
    color: var(--orion-main-color);
    border: 2px solid #e5e5e5;
}

.btn.btn-outline-light:hover {
    background: #f0f1f6;
    color: var(--orion-main-color);
    border-color: #f0f1f6;
}

.btn.btn-outline-dark {
    background: transparent;
    color: var(--orion-main-color);
    border: 2px solid var(--orion-main-color);
}

.btn.btn-outline-dark:hover {
    background: var(--orion-main-color);
    color: #ffffff;
    border-color: var(--orion-main-color);
}

.btn.btn-outline-white {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn.btn-outline-white:hover {
    background: #ffffff;
    color: var(--orion-main-color);
    border-color: #ffffff;
}

.btn.btn-shadow {
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
}

.btn.btn-shadow-hover:hover {
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.1);
    transform: translatey(-2px);
}

.btn-gradient {
    background: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
    color: #ffffff;
    border: none;
}

.btn-gradient:hover {
    box-shadow: 0px 10px 30px rgba(1, 5, 33, 0.2);
    transform: translatey(-2px);
    color: #ffffff;
}

.btn-gradient:focus {
    color: #ffffff;
}

.btn-gradient-02 {
    background: linear-gradient(-125deg, #fd2590, #fd692e);
    color: #ffffff;
    border: none;
}

.btn-gradient-02:hover {
    box-shadow: 0px 10px 30px rgba(141, 94, 217, 0.2);
    transform: translatey(-2px);
    color: #ffffff;
}

.btn-gradient-02:focus {
    color: #ffffff;
}

.btn-gradient-03 {
    background: linear-gradient(to right, rgb(199, 63, 212) 0%, rgb(255, 87, 139) 100%);
    color: #ffffff;
    border: none;
}

.btn-gradient-03:hover {
    box-shadow: 0px 10px 30px rgba(1, 5, 33, 0.2);
    transform: translatey(-2px);
    color: #ffffff;
}

.btn-gradient-03:focus {
    color: #ffffff;
}

.btn-gradient-04 {
    background: linear-gradient(-137deg, rgb(244, 41, 89) 0%, rgb(232, 66, 39) 100%);
    color: #ffffff;
    border: none;
}

.btn-gradient-04:hover {
    box-shadow: 0px 10px 30px rgba(1, 5, 33, 0.2);
    transform: translatey(-2px);
    color: #ffffff;
}

.btn-gradient-04:focus {
    color: #ffffff;
}

.btn.btn-naked {
    padding: 0;
    font-weight: 500;
}

.btn.btn-naked:hover {
    color: var(--orion-main-color-hover);;
}

.btn-naked-white {
    color: #ffffff;
}

.btn.btn-naked-border {
    padding: 0;
    font-weight: 500;
    position: relative;
    padding-bottom: 4px;
}

.btn.btn-naked-border:before {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: rgba(52, 82, 255, 0.1);
    content: "";
}

.btn.btn-naked-border:after {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    background: var(--orion-main-color);
    content: "";
    opacity: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
}

.btn.btn-naked-border:hover {
    color: var(--orion-main-color-hover);;
}

.btn.btn-naked-border:hover:after {
    opacity: 1;
    width: 100%;
    background: var(--orion-main-color-hover);;
}

.btn.btn-naked-border.btn-naked-white:before {
    background: #ffffff;
}

.btn.btn-naked-border-1 {
    padding: 0;
    font-weight: 500;
    position: relative;
    padding-bottom: 4px;
}

.btn.btn-naked-border-1:before {
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgba(52, 82, 255, 0.2);
    transition: all 0.4s ease-in-out;
    content: "";
}

.btn.btn-naked-border-1:hover {
    color: var(--orion-main-color-hover);;
}

.btn.btn-naked-border-1:hover:before {
    background: var(--orion-main-color-hover);;
}

.btn.btn-naked-border-1.btn-naked-white:before {
    background: #ffffff;
}

.btn.btn-naked-border-1.btn-naked-white:hover:before {
    background: #ffffff;
}

.btn.btn-naked-wrap {
    padding: 0;
    font-weight: 500;
}

.btn.btn-naked-wrap i {
    padding-left: 6px;
}

.btn.btn-naked-wrap span {
    transition: all 0.4s ease-in-out;
}

.btn.btn-naked-wrap:hover {
    color: var(--orion-main-color-hover);;
}

.btn.btn-naked-wrap:hover span {
    padding-right: 6px;
}

.btn.btn-3d-default {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
    position: relative;
    top: 0;
    box-shadow: 0 5px 0 #001ecd;
}

.btn.btn-3d-default:hover {
    box-shadow: 0 2px 0 #001ecd;
    top: 3px;
}

.btn.btn-3d-green {
    background: #50d294;
    color: #ffffff;
    position: relative;
    top: 0;
    box-shadow: 0 5px 0 #269661;
}

.btn.btn-3d-green:hover {
    box-shadow: 0 2px 0 #269661;
    top: 3px;
}

.btn.btn-3d-red {
    background: #e91c28;
    color: #ffffff;
    position: relative;
    top: 0;
    box-shadow: 0 5px 0 #910e16;
}

.btn.btn-3d-red:hover {
    box-shadow: 0 2px 0 #910e16;
    top: 3px;
}

.btn.btn-3d-yellow {
    background: #ffea04;
    color: var(--orion-main-color);
    position: relative;
    top: 0;
    box-shadow: 0 5px 0 #9d9000;
}

.btn.btn-3d-yellow:hover {
    box-shadow: 0 2px 0 #9d9000;
    top: 3px;
}

.btn.btn-play {
    padding: 0;
}

.btn.btn-play .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--orion-main-color-hover);;
    color: #ffffff;
    line-height: 70px;
    display: flex-inline;
}

.btn.btn-play .play-text {
    display: block;
    margin-top: 10px;
}

.btn.btn-play-animation {
    position: relative;
}

.btn.btn-play-animation:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--orion-main-color-hover);;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn.btn-play.btn-play-dark.btn-play-animation .icon {
    background: var(--orion-main-color);
    color: #ffffff;
}

.btn.btn-play.btn-play-dark.btn-play-animation:before {
    background: var(--orion-main-color);
}

@keyframes pulse-border {
    0% {
        transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.btn.btn-play-left-icon {
    padding: 0;
    font-weight: 600;
}

.btn.btn-play-left-icon .icon {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.btn.btn-play-right-icon {
    padding: 0;
    font-weight: 600;
}

.btn.btn-play-right-icon .icon {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
}

/**********************/
/* Feature box */
/**********************/
.feature-box-shadow {
    transition: all 0.4s ease-in-out;
}

.feature-box-shadow:hover {
    box-shadow: 0 8px 24px rgba(1, 5, 33, 0.1);
    background: #ffffff;
}

.feature-box-shadow.active {
    box-shadow: 0 8px 24px rgba(1, 5, 33, 0.1);
    background: #ffffff;
}

/* feature box */
.feature-box-bg-image {
    position: relative;
    z-index: 1;
}

.feature-box-bg-image .feature-box {
    padding: 220px 50px 30px;
    position: relative;
    overflow: hidden;
}

.feature-box-bg-image .feature-box .feature-box-img {
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.feature-box-bg-image .feature-box .feature-box-img:before {
    content: "";
    position: absolute;
    background: linear-gradient(to top, var(--orion-main-color) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.feature-box-bg-image:hover .feature-box-img {
    transform: scale(1.08);
}

/* Style 3 */
.feature-box-style-3 .feature-box .feature-box-icon {
    display: flex;
    justify-content: center;
}

.feature-box-style-3 .feature-box .feature-box-icon i {
    font-size: 40px;
    color: #07d290;
    background: #fff;
    box-shadow: 0 8px 16px -3px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 90px;
    display: flex;
    width: 90px;
    justify-content: center;
    align-items: center;
}

/* Style 4 */
.feature-box-style-4 .feature-box {
    display: flex;
}

.feature-box-style-4 .feature-box .feature-box-icon {
    margin-left: 30px;
}

.feature-box-style-4 .feature-box .feature-box-icon i {
    font-size: 50px;
}

/* Style 5 */
.feature-box-style-5 {
    background: #f5f9f8;
    padding: 80px 0;
}

.feature-box-style-5 .feature-box {
    background: #ffffff;
    padding: 60px 25px;
    transition: all 0.5s ease-out 0s;
}

.feature-box-style-5 .feature-box:hover {
    background: #07d290;
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(7, 210, 144, 0.4);
}

.feature-box-style-5 .feature-box:hover .feature-box-icon i {
    color: #ffffff;
}

.feature-box-style-5 .feature-box:hover .feature-box-title h4 {
    color: #ffffff;
}

.feature-box-style-5 .feature-box .feature-box-btn:hover {
    color: #323232;
}

.feature-box-style-4 {
    overflow: hidden;
}

.feature-box-style-4 .feature-box-info {
    position: relative;
    z-index: 9;
}

.feature-box-style-4 .feature-box-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.feature-box-style-4.active .feature-box-img,
.feature-box-style-4:hover .feature-box-img {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1);
}

.feature-box-style-4:hover:before,
.feature-box-style-4.active:before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 100% 0;
    color: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.feature-box-style-4.active .feature-box-info i,
.feature-box-style-4:hover .feature-box-info i,
.feature-box-style-4.active .feature-box-info h4,
.feature-box-style-4:hover .feature-box-info h4,
.feature-box-style-4.active .feature-box-info p,
.feature-box-style-4:hover .feature-box-info p,
.feature-box-style-4.active .feature-box-info a,
.feature-box-style-4:hover .feature-box-info a {
    color: #ffffff;
}

/**********************/
/* Form */
/**********************/
.form-control {
    border-radius: 3px;
    height: 54px;
    line-height: 54px;
    padding: 12px 20px;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--orion-main-color-hover);;
}

textarea.form-control,
.form-floating > textarea.form-control {
    height: auto;
    line-height: 1.5;
}

.form-select {
    border-radius: 3px;
    height: 54px;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}

.form-select:focus {
    box-shadow: none;
    border-color: var(--orion-main-color-hover);;
}

.form-light .form-control {
    background: #f0f1f6;
}

.form-light .form-control:hover {
    background: #ffffff;
}

.form-border-bottom .form-control {
    border: 0px;
    border-radius: 0;
    border-bottom: 2px solid #e5e5e5;
    padding-right: 0;
}

.form-border-bottom .form-control:focus {
    border-color: var(--orion-main-color-hover);;
}

.form-animation-custom .form-animation {
    position: relative;
    padding-top: 16px;
    margin-bottom: 16px;
}

.form-animation-custom .form-animation .animated-label {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    cursor: text;
    transition: 0.2s ease all;
    margin: 0;
    user-select: none;
}

.form-animation-custom .form-animation .animated-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 10px;
    visibility: hidden;
    background-color: var(--orion-main-color-hover);;
    transition: 0.2s ease all;
}

.form-animation-custom .form-animation.not-empty .animated-label {
    top: 10px;
    font-size: 12px;
}

.form-animation-custom .form-animation .form-control {
    position: relative;
    z-index: 1;
    border-radius: 0;
    border-width: 0 0 1px;
    border-bottom-color: #e5e5e5;
    height: auto;
    padding: 3px 0 5px;
}

.form-animation-custom .form-animation .form-control:focus {
    box-shadow: none;
    border-bottom-color: #e5e5e5;
}

.form-animation-custom .form-animation .form-control:focus ~ .animated-label {
    top: 10px;
    opacity: 1;
    font-size: 12px;
}

.form-animation-custom .form-animation .form-control:focus ~ .animated-label:after {
    visibility: visible;
    width: 100%;
    right: 0;
}

.form-shadow .form-control {
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.1);
}

.form-control-lg {
    height: 80px;
    padding: 40px;
    font-size: 14px;
}

.form-dark .form-control {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.form-dark .form-control::-moz-placeholder {
    color: #ffffff;
}

.form-dark .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.form-dark .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.subscribe-form-no-gutter .form-control {
    border-radius: 0;
    height: 64px;
    line-height: 64px;
    background: #f0f1f6;
    border-color: #f0f1f6;
}

.subscribe-form-no-gutter .btn {
    border-radius: 0 !important;
    padding: 19px 10px;
}

.subscribe-form-shadow .form-control {
    border-radius: 0;
    height: 64px;
    line-height: 64px;
    border-color: #f0f1f6;
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.1);
}

.subscribe-form-shadow .form-control:focus {
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.15);
}

.subscribe-form-wrap {
    position: relative;
}

.subscribe-form-wrap .form-control {
    border-radius: 0;
    height: 64px;
    line-height: 64px;
    border-color: #f0f1f6;
    padding-left: 130px;
}

.subscribe-form-wrap .form-control:focus {
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.15);
}

.subscribe-form-wrap .btn {
    position: absolute;
    top: 0;
    left: 0;
    padding: 19px 20px;
    color: var(--orion-main-color-hover);;
}

.subscribe-form-wrap.icon-wrap {
    position: relative;
}

.subscribe-form-wrap.icon-wrap .form-control {
    border-radius: 0;
    height: 64px;
    line-height: 64px;
    border-color: #f0f1f6;
    padding-left: 100px;
}

.subscribe-form-wrap.icon-wrap .form-control:focus {
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.15);
}

.subscribe-form-wrap.icon-wrap .btn {
    position: absolute;
    top: 0;
    left: 0;
    padding: 19px 20px 19px 26px;
    color: var(--orion-main-color-hover);;
    border-right: 1px solid #e5e5e5;
}

.subscribe-form-wrap.icon-wrap .btn:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.subscribe-form-francy {
    position: relative;
}

.subscribe-form-francy .form-control {
    border-radius: 0;
    height: 64px;
    line-height: 64px;
    border-color: #f0f1f6;
    padding-left: 160px;
}

.subscribe-form-francy .form-control:focus {
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.15);
}

.subscribe-form-francy .btn {
    position: absolute;
    top: 5px;
    left: 5px;
    border-right: 0;
}

.subscribe-form-francy .btn:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.subscribe-floating .btn {
    padding: 16px 30px;
}

.form-check {
    line-height: 1.5;
}

.form-check-input {
    box-shadow: none !important;
}

.form-check-input:checked {
    border-color: var(--orion-main-color-hover);;
    background-color: var(--orion-main-color-hover);;
}

@media (max-width: 767px) {
    .subscribe-form-francy .btn {
        position: relative;
        left: 0;
    }

    .subscribe-form-francy .form-control {
        padding-left: 10px;
    }
}

/**********************/
/* Flip box */
/**********************/
.flip-box {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box .flip-box-front,
.flip-box .flip-box-back {
    background-size: cover;
    background-position: center;
    transition: -webkit-transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
    transition: transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
    transition: transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1), -webkit-transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
    -webkit-transition: transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: inherit;
    perspective: inherit;
    min-height: 400px;
    height: auto;
}

.flip-box:hover .flip-box-front,
.flip-box:hover .flip-box-back {
    transition: -webkit-transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
    transition: transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
    transition: transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1), -webkit-transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
    -webkit-transition: transform 0.75s cubic-bezier(0.45, 0.2, 0.2, 1);
}

.flip-box .flip-box-back {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.flip-box[data-v_text_align=center] .flip-box-back .inner,
.flip-box[data-v_text_align=center] .flip-box-front .inner {
    transform: translateY(-50%) translateZ(60px) scale(0.88);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.88);
    -ms-transform: translateY(-50%) translateZ(60px) scale(0.88);
    top: 50%;
}

.flip-box[data-v_text_align=bottom] .flip-box-back .inner,
.flip-box[data-v_text_align=bottom] .flip-box-front .inner {
    -ms-transform: translateZ(60px) scale(0.88);
    transform: translateZ(60px) scale(0.88);
    -webkit-transform: translateZ(60px) scale(0.88);
    bottom: 0;
}

.flip-box[data-v_text_align=top] .flip-box-back .inner,
.flip-box[data-v_text_align=top] .flip-box-front .inner {
    -ms-transform: translateZ(60px) scale(0.88);
    transform: translateZ(60px) scale(0.88);
    -webkit-transform: translateZ(60px) scale(0.88);
    top: 0;
}

.flip-box .flip-box-back .inner,
.flip-box .flip-box-front .inner {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 60px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.flip-box[data-flip-direction=horizontal-to-left] .flip-box-back,
body:not(.using-mobile-browser) .flip-box[data-flip-direction=horizontal-to-right]:hover .flip-box-front, .owl-carousel.moving .flip-box[data-flip-direction=horizontal-to-left] .flip-box-back {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box[data-flip-direction=horizontal-to-right].flipped .flip-box-front {
    -ms-transform: rotateY(-180deg) !important;
    -webkit-transform: rotateY(-180deg) !important;
    transform: rotateY(-180deg) !important;
}

.flip-box[data-flip-direction=horizontal-to-left] .flip-box-front,
body:not(.using-mobile-browser) .flip-box[data-flip-direction=horizontal-to-left]:hover .flip-box-back,
.flip-box[data-flip-direction=horizontal-to-right] .flip-box-front,
body:not(.using-mobile-browser) .flip-box[data-flip-direction=horizontal-to-right]:hover .flip-box-back, .owl-carousel.moving .flip-box[data-flip-direction=horizontal-to-left] .flip-box-front, .owl-carousel.moving .flip-box[data-flip-direction=horizontal-to-right] .flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box[data-flip-direction=horizontal-to-left].flipped .flip-box-back,
.flip-box[data-flip-direction=horizontal-to-right].flipped .flip-box-back {
    -ms-transform: rotateY(0deg) !important;
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
}

body:not(.using-mobile-browser) .flip-box[data-flip-direction=horizontal-to-left]:hover .flip-box-front, .flip-box[data-flip-direction=horizontal-to-right] .flip-box-back, .owl-carousel.moving .flip-box[data-flip-direction=horizontal-to-right] .flip-box-back {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box[data-flip-direction=horizontal-to-left].flipped .flip-box-front {
    -ms-transform: rotateY(180deg) !important;
    -webkit-transform: rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
}

.flip-box[data-flip-direction=vertical-to-top] .flip-box-back,
body:not(.using-mobile-browser) .flip-box[data-flip-direction=vertical-to-bottom]:hover .flip-box-front {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box[data-flip-direction=vertical-to-bottom].flipped .flip-box-front {
    -ms-transform: rotateX(180deg) !important;
    -webkit-transform: rotateX(180deg) !important;
    transform: rotateX(180deg) !important;
}

.flip-box[data-flip-direction=vertical-to-top] .flip-box-front,
body:not(.using-mobile-browser) .flip-box[data-flip-direction=vertical-to-top]:hover .flip-box-back,
.flip-box[data-flip-direction=vertical-to-bottom] .flip-box-front,
body:not(.using-mobile-browser) .flip-box[data-flip-direction=vertical-to-bottom]:hover .flip-box-back {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box[data-flip-direction=vertical-to-top].flipped .flip-box-back,
.flip-box[data-flip-direction=vertical-to-bottom].flipped .flip-box-back {
    -ms-transform: rotateX(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
}

body:not(.using-mobile-browser) .flip-box[data-flip-direction=vertical-to-top]:hover .flip-box-front, .flip-box[data-flip-direction=vertical-to-bottom] .flip-box-back {
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box[data-flip-direction=vertical-to-top].flipped .flip-box-front {
    -ms-transform: rotateX(-180deg) !important;
    -webkit-transform: rotateX(-180deg) !important;
    transform: rotateX(-180deg) !important;
}

.flip-box .flip-box-front i {
    margin-bottom: 20px;
    height: auto !important;
    display: block;
    width: auto !important;
}

.flip-box .flip-box-front .inner {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.flip-box .flip-box-back .inner,
.flip-box .flip-box-front .inner {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 60px 0px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

/**********************/
/* Progress */
/**********************/
.progress .progress-bar {
    background: var(--orion-main-color-hover);;
}

.progress-item .progress-value-round {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--orion-main-color-hover);;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 12px;
}

.progress-item .progress-value-round:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--orion-main-color-hover);
    transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    right: 50%;
    margin-right: -10px;
}

.progress-item .progress-value-rounded {
    width: 60px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: var(--orion-main-color-hover);;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 12px;
}

.progress-item .progress-value-rounded:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--orion-main-color-hover);
    transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    right: 50%;
    margin-right: -10px;
}

svg.radial-progress {
    height: auto;
    max-width: 200px;
    padding: 1em;
    transform: rotate(90deg);
    width: 100%;
}

svg.radial-progress circle {
    fill: rgba(0, 0, 0, 0);
    stroke: var(--orion-main-color-hover);;
    stroke-dashoffset: 219.9114857513; /* Circumference */
    stroke-width: 10;
}

svg.radial-progress.radial-progress-round-02 circle {
    stroke-width: 2;
}

svg.radial-progress.radial-progress-round-05 circle {
    stroke-width: 5;
}

svg.radial-progress.radial-progress-round-08 circle {
    stroke-width: 8;
}

svg.radial-progress circle.incomplete {
    opacity: 0.25;
}

svg.radial-progress circle.complete {
    stroke-dasharray: 219.9114857513; /* Circumference */
}

svg.radial-progress text {
    fill: var(--orion-main-color);
    text-anchor: middle;
}

svg.radial-progress:nth-of-type(6n+1) circle {
    stroke: var(--orion-main-color-hover);;
}

svg.radial-progress.radial-progress-orange circle {
    stroke: #f97204;
}

svg.radial-progress.radial-progress-cyan circle {
    stroke: #26c3ad;
}

svg.radial-progress.radial-progress-green circle {
    stroke: #50d294;
}

/**********************/
/* Case study */
/**********************/
.case-study-hover {
    transition: all 0.4s ease-in-out;
    background: #ffffff;
}

.case-study-hover:hover {
    background: #FFCC00;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    border-color: #FFCC00 !important;
}

/**********************/
/* Team */
/**********************/
.team-item .team-image {
    position: relative;
}

.team-item .team-image .team-social {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
}

.team-item .team-image .team-social li {
    margin: 0 4px;
}

.team-item .team-image .team-social li a {
    color: var(--orion-main-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: block;
}

.team-item .team-image .team-social li a:hover {
    background: var(--orion-main-color);
    color: #ffffff;
}

.team-item .team-image:before {
    background-image: linear-gradient(-125deg, #ff1053, var(--orion-main-color-hover);
);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.team-item:hover .team-social {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.team-item:hover .team-image:before {
    opacity: 0.8;
    visibility: visible;
}

.team-item.team-item-round .team-image:before {
    display: none;
}

.team-item-02 .team-image {
    position: relative;
    overflow: hidden;
}

.team-item-02 .team-image .team-caption {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    padding: 20px;
    border-radius: 0.25rem;
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
}

.team-item-02 .team-image .team-social {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -100px;
}

.team-item-02 .team-image .team-social li {
    margin: 0 4px;
}

.team-item-02 .team-image .team-social li a {
    color: var(--orion-main-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: block;
}

.team-item-02 .team-image .team-social li a:hover {
    background: var(--orion-main-color);
    color: #ffffff;
}

.team-item-02:hover .team-caption {
    margin-bottom: 20px;
    padding-bottom: 70px;
}

.team-item-02:hover .team-social {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

@media (max-width: 1199px) {
    .team-item-03 .social-icons.icons-md .icon {
        margin-left: 10px;
        font-size: 14px;
    }
}

/**********************/
/* Portfolio */
/**********************/
.portfolio-column-1 .grid-item {
    width: 100%;
}

.portfolio-column-2 .grid-item {
    width: 50%;
}

.portfolio-column-3 .grid-item {
    width: 33.333%;
}

.portfolio-column-4 .grid-item {
    width: 25%;
}

.portfolio-column-5 .grid-item {
    width: 20%;
}

.grid-item-packery {
    width: 66.66666667% !important;
}

.grid-spacing-0 {
    padding: 0;
}

.grid-spacing-05 .grid-item {
    padding: 5px;
}

.grid-spacing-10 .grid-item {
    padding: 10px;
}

.grid-spacing-15 .grid-item {
    padding: 15px;
}

.grid-spacing-20 .grid-item {
    padding: 20px;
}

.grid-spacing-30 .grid-item {
    padding: 30px;
}

.grid-spacing-40 .grid-item {
    padding: 40px;
}

.filter-button-group {
    margin-bottom: 30px;
}

.filter-button-group ul {
    display: inline-flex;
}

.filter-button-group ul li {
    cursor: pointer;
    padding: 0px 3px;
    margin: 0 20px;
    border: none;
    border: 2px solid transparent;
    background: transparent;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    outline: none;
    border-radius: 0;
}

.filter-button-group ul li.active {
    color: var(--orion-main-color-hover);;
    border-bottom-color: var(--orion-main-color-hover);;
}

.filter-button-group.filter-vertical ul {
    display: block;
}

.filter-button-group.filter-vertical ul li {
    margin-bottom: 10px;
    border: 0;
}

.portfolio-item-01 {
    position: relative;
}

.portfolio-item-01 .portfolio-item-image {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.portfolio-item-01 .portfolio-item-image img {
    transition: all 0.4s ease-in-out;
}

.portfolio-item-01 .portfolio-item-image:before {
    position: absolute;
    content: "";
    width: 100%;
    background: rgba(1, 5, 33, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.portfolio-item-01 .portfolio-item-caption {
    position: relative;
    padding-top: 30px;
    width: 100%;
}

.portfolio-item-01 .portfolio-item-caption a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: var(--orion-main-color);
}

.portfolio-item-01 .portfolio-item-caption a:hover {
    color: var(--orion-main-color-hover);;
}

.portfolio-item-01 .portfolio-item-category li {
    display: inline-block;
    margin-left: 4px;
}

.portfolio-item-01 .portfolio-item-category li a {
    font-size: 12px;
    border-bottom: 2px solid #e5e5e5;
}

.portfolio-item-01 .portfolio-item-category li a:hover {
    border-color: var(--orion-main-color-hover);;
}

.portfolio-item-01 .portfolio-item-hover {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.portfolio-item-01 .portfolio-item-hover a {
    transform: scale(0.5);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 50%;
    color: var(--orion-main-color-hover);;
    display: inline-block;
    text-align: center;
}

.portfolio-item-01:hover .portfolio-item-image img {
    transform: scale(1.08);
}

.portfolio-item-01:hover .portfolio-item-image:before {
    opacity: 1;
    z-index: 1;
}

.portfolio-item-01:hover .portfolio-item-hover {
    opacity: 1;
    z-index: 2;
}

.portfolio-item-01:hover .portfolio-item-hover a {
    transform: scale(1.05);
}

.portfolio-item-stack {
    position: relative;
}

.portfolio-item-stack .portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-item-stack .portfolio-image img {
    transition: all 0.4s ease-in-out;
}

.portfolio-item-stack .portfolio-caption {
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.portfolio-item-stack .portfolio-caption .portfolio-category {
    display: flex;
}

.portfolio-item-stack .portfolio-caption .portfolio-category li {
    margin-left: 10px;
}

.portfolio-item-stack .portfolio-caption .portfolio-category li a {
    color: #ffffff;
}

.portfolio-item-stack .portfolio-caption .portfolio-category li a:hover {
    color: var(--orion-main-color-hover);;
}

.portfolio-item-stack .portfolio-caption .portfolio-title {
    color: #ffffff;
}

.portfolio-item-stack .portfolio-caption .portfolio-title:hover {
    color: var(--orion-main-color-hover);;
}

.portfolio-item-stack:hover .portfolio-image img {
    transform: scale(1.05);
}

.portfolio-item-stack.portfolio-item-stack-dark .portfolio-caption .portfolio-category li a {
    color: var(--orion-main-color);
}

.portfolio-item-stack.portfolio-item-stack-dark .portfolio-caption .portfolio-category li a:hover {
    color: var(--orion-main-color-hover);;
}

.portfolio-item-stack.portfolio-item-stack-dark .portfolio-caption .portfolio-title {
    color: var(--orion-main-color);
}

.portfolio-item-stack.portfolio-item-stack-dark .portfolio-caption .portfolio-title:hover {
    color: var(--orion-main-color-hover);;
}

.portfolio-item-stack.portfolio-item-stack-light .portfolio-caption .portfolio-category li a {
    color: #ffffff;
}

.portfolio-item-stack.portfolio-item-stack-light .portfolio-caption .portfolio-category li a:hover {
    color: var(--orion-main-color-hover);;
}

.portfolio-item-stack.portfolio-item-stack-light .portfolio-caption .portfolio-title {
    color: #ffffff;
}

.portfolio-item-stack.portfolio-item-stack-light .portfolio-caption .portfolio-title:hover {
    color: var(--orion-main-color-hover);;
}

.portfolio-item-scattered {
    position: relative;
}

.portfolio-item-scattered .portfolio-item-image img {
    transition: all 0.4s ease-in-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.2s ease-in-out;
}

.portfolio-item-scattered .portfolio-item-caption {
    position: relative;
    padding-top: 30px;
    width: 100%;
}

.portfolio-item-scattered .portfolio-item-caption a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: var(--orion-main-color);
}

.portfolio-item-scattered .portfolio-item-caption a:hover {
    color: var(--orion-main-color-hover);;
}

.portfolio-item-scattered .portfolio-item-category li {
    display: inline-block;
    margin-left: 4px;
}

.portfolio-item-scattered .portfolio-item-category li a {
    font-size: 12px;
    border-bottom: 2px solid #e5e5e5;
}

.portfolio-item-scattered .portfolio-item-category li a:hover {
    border-color: var(--orion-main-color-hover);;
}

.portfolio-item-scattered:hover .portfolio-item-image img {
    clip-path: polygon(12px 12px, calc(100% - 12px) 12px, calc(100% - 12px) calc(100% - 12px), 12px calc(100% - 12px));
}

.portfolio-item-scattered:hover .portfolio-item-image:before {
    opacity: 1;
    z-index: 1;
}

.portfolio-item-photography {
    position: relative;
}

.portfolio-item-photography .portfolio-item-image {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.portfolio-item-photography .portfolio-item-image img {
    transition: all 0.4s ease-in-out;
}

.portfolio-item-photography .portfolio-item-image:before {
    position: absolute;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.portfolio-item-photography .portfolio-item-hover {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.portfolio-item-photography .portfolio-item-hover a {
    transform: scale(0.5);
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: center;
    text-align: center;
}

.portfolio-item-photography .portfolio-item-hover a:hover {
    color: #FFCC00;
}

.portfolio-item-photography:hover .portfolio-item-image img {
    transform: scale(1.08);
}

.portfolio-item-photography:hover .portfolio-item-image:before {
    opacity: 1;
    z-index: 1;
}

.portfolio-item-photography:hover .portfolio-item-hover {
    opacity: 1;
    z-index: 2;
}

.portfolio-item-photography:hover .portfolio-item-hover a {
    transform: scale(1.05);
}

.portfolio-item-proximity {
    overflow: hidden;
}

.portfolio-item-proximity .portfolio-item-image img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

.portfolio-item-proximity .portfolio-item-caption {
    position: absolute;
    z-index: 1;
    display: inline-block;
    left: -20px;
    bottom: 100px;
    transition: all 0.4s ease-in-out;
}

.portfolio-item-proximity .portfolio-item-caption a {
    font-size: 50px;
    font-weight: 600;
    color: #FFCC00;
    text-align: center;
}

.portfolio-item-proximity .portfolio-item-caption a:hover {
    color: var(--orion-main-color-hover);;
}

.portfolio-item-proximity .portfolio-item-hover {
    position: absolute;
    z-index: 1;
    display: inline-block;
    left: 30px;
    bottom: -50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.portfolio-item-proximity .portfolio-item-hover a {
    font-size: 18px;
    font-weight: 600;
    color: var(--orion-main-color-hover);;
    text-align: center;
}

.portfolio-item-proximity .portfolio-item-hover a:hover {
    color: #FFCC00;
}

.portfolio-item-proximity:hover .portfolio-item-hover {
    opacity: 1;
    visibility: visible;
    bottom: -5px;
}

.portfolio-item-proximity:hover .portfolio-item-image img {
    transform: scale(1);
}

.portfolio-item-box {
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 20px;
}

.portfolio-item-box .portfolio-image {
    overflow: hidden;
}

.portfolio-item-box .portfolio-image img {
    transition: all 0.4s ease-in-out;
}

.portfolio-item-box .portfolio-item-caption {
    position: relative;
    padding: 30px;
    width: 100%;
    background: #ffffff;
    margin-top: -2em;
    /*margin-right: 30px;*/
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
}

.portfolio-item-box .portfolio-item-caption a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: var(--orion-main-color);
}

.portfolio-item-box .portfolio-item-caption a:hover {
    color: var(--orion-main-color-hover);;
}

.portfolio-item-box .portfolio-item-category {
    margin-bottom: 0;
}

.portfolio-item-box .portfolio-item-category li {
    display: inline-block;
    margin-left: 4px;
}

.portfolio-item-box .portfolio-item-category li a {
    font-size: 12px;
    border-bottom: 2px solid #e5e5e5;
}

.portfolio-item-box .portfolio-item-category li a:hover {
    border-color: var(--orion-main-color-hover);;
}

.portfolio-item-blur {
    position: relative;
}

.portfolio-item-blur .portfolio-item-image {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.portfolio-item-blur .portfolio-item-image img {
    transition: all 0.4s ease-in-out;
}

.portfolio-item-blur .portfolio-item-image:before {
    position: absolute;
    content: "";
    width: 100%;
    background: rgba(255, 204, 0, 0.4);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.portfolio-item-blur .portfolio-item-hover {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.portfolio-item-blur .portfolio-item-hover a {
    transform: scale(0.5);
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: center;
    text-align: center;
}

.portfolio-item-blur .portfolio-item-hover a:hover {
    color: #FFCC00;
}

.portfolio-item-blur .portfolio-item-category {
    margin-top: 10px;
}

.portfolio-item-blur .portfolio-item-category li {
    display: inline-block;
    margin-left: 4px;
}

.portfolio-item-blur .portfolio-item-category li a {
    font-size: 12px;
    border-bottom: 2px solid #e5e5e5;
}

.portfolio-item-blur .portfolio-item-category li a:hover {
    border-color: var(--orion-main-color-hover);;
}

.portfolio-item-blur:hover .portfolio-item-image img {
    transform: scale(1.02);
    filter: blur(10px) contrast(1.2) saturate(0.85);
}

.portfolio-item-blur:hover .portfolio-item-image:before {
    opacity: 1;
    z-index: 1;
}

.portfolio-item-blur:hover .portfolio-item-hover {
    opacity: 1;
    z-index: 2;
}

.portfolio-item-blur:hover .portfolio-item-hover a {
    transform: scale(1.05);
}

.portfolio-item-gradient-overlay {
    position: relative;
}

.portfolio-item-gradient-overlay .portfolio-item-image {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.portfolio-item-gradient-overlay .portfolio-item-image img {
    transition: all 0.4s ease-in-out;
}

.portfolio-item-gradient-overlay .portfolio-item-image:before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to left, var(--orion-main-color-hover);, #f36);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.portfolio-item-gradient-overlay .portfolio-item-hover {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.portfolio-item-gradient-overlay .portfolio-item-hover a {
    transform: translateY(150%) rotateX(0deg);
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: center;
    text-align: center;
}

.portfolio-item-gradient-overlay .portfolio-item-hover a:hover {
    color: #FFCC00;
}

.portfolio-item-gradient-overlay .portfolio-popup-icon {
    position: absolute;
    z-index: 1;
    top: 55%;
    display: inline-block;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.portfolio-item-gradient-overlay .portfolio-popup-icon .portfolio-popup {
    transform: translateY(150%) rotateX(0deg);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 50%;
    color: var(--orion-main-color-hover);;
    display: inline-block;
    text-align: center;
}

.portfolio-item-gradient-overlay:hover .portfolio-item-image img {
    transform: scale(1.08);
}

.portfolio-item-gradient-overlay:hover .portfolio-item-image:before {
    opacity: 1;
    z-index: 1;
}

.portfolio-item-gradient-overlay:hover .portfolio-item-hover {
    opacity: 1;
    z-index: 2;
}

.portfolio-item-gradient-overlay:hover .portfolio-item-hover a {
    transform: translateY(0%) rotateX(0deg);
}

.portfolio-item-gradient-overlay:hover .portfolio-popup-icon {
    opacity: 1;
    z-index: 2;
}

.portfolio-item-gradient-overlay:hover .portfolio-popup-icon .portfolio-popup {
    transform: translateY(0%) rotateX(0deg);
}

.portfolio-item-mousemove {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.portfolio-item-mousemove:hover .img-content-hover {
    display: block;
}

.portfolio-item-mousemove img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.portfolio-item-mousemove img:hover {
    transform: scale(1.05);
}

.portfolio-item-mousemove .img-content-hover {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    display: none;
    padding: 1rem;
    background: #ffffff;
    font-weight: 400;
    margin-top: 1.25rem;
    margin-right: -2rem;
    border-radius: 0.25rem;
}

.portfolio-item-mousemove .img-content {
    display: none;
}

#instafeed {
    display: flex;
    flex-wrap: wrap;
}

#instafeed.instafeed-col-1 .instafeed-item {
    flex: 0 0 auto;
    max-width: 100%;
}

#instafeed.instafeed-col-2 .instafeed-item {
    flex: 0 0 auto;
    max-width: 50%;
}

#instafeed.instafeed-col-3 .instafeed-item {
    flex: 0 0 auto;
    max-width: 33.33333333%;
}

#instafeed.instafeed-col-4 .instafeed-item {
    flex: 0 0 auto;
    max-width: 25%;
}

#instafeed.instafeed-col-5 .instafeed-item {
    flex: 0 0 auto;
    max-width: 20%;
}

#instafeed.instafeed-col-6 .instafeed-item {
    flex: 0 0 auto;
    max-width: 16.66666667%;
}

#lazyload-row img:not([src]) {
    visibility: hidden;
}

.infinite-end-scroll,
.infinite-end-btn {
    display: none;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}

@media screen and (max-width: 1400px) {
    .portfolio-item-proximity .portfolio-item-caption a {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .portfolio-item-mousemove img:hover {
        transform: none;
    }

    .portfolio-item-mousemove {
        height: 100%;
    }

    .portfolio-item-mousemove:hover .img-content-hover {
        display: none;
    }

    .portfolio-item-mousemove .img-content {
        display: block;
        padding: 1rem 0;
    }
}

@media (max-width: 991px) {
    .portfolio-column-3 .grid-item,
    .portfolio-column-4 .grid-item,
    .portfolio-column-5 .grid-item {
        width: 50%;
    }

    .portfolio-item-proximity .portfolio-item-caption {
        left: 20px;
    }

    #instafeed.instafeed-col-4 .instafeed-item {
        max-width: 33.33333333%;
    }

    #instafeed.instafeed-col-5 .instafeed-item {
        max-width: 33.33333333%;
    }

    #instafeed.instafeed-col-6 .instafeed-item {
        max-width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    .portfolio-column-2 .grid-item,
    .portfolio-column-3 .grid-item,
    .portfolio-column-4 .grid-item,
    .portfolio-column-5 .grid-item {
        width: 50%;
    }

    .grid-item-packery {
        width: 100% !important;
    }

    .filter-button-group ul {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .portfolio-item-proximity .portfolio-item-caption a {
        font-size: 30px;
        line-height: 30px;
    }

    .grid-spacing-15 .grid-item {
        padding: 10px 0;
    }

    .grid-spacing-20 .grid-item {
        padding: 10px 0;
    }

    .grid-spacing-30 .grid-item {
        padding: 10px 0;
    }

    .grid-spacing-40 .grid-item {
        padding: 10px 0;
    }

    .sidebar-box .portfolio-column-3 .grid-item {
        width: 50%;
    }

    #instafeed.instafeed-col-4 .instafeed-item {
        max-width: 50%;
    }

    #instafeed.instafeed-col-5 .instafeed-item {
        max-width: 50%;
    }

    #instafeed.instafeed-col-6 .instafeed-item {
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .portfolio-column-2 .grid-item,
    .portfolio-column-3 .grid-item,
    .portfolio-column-4 .grid-item,
    .portfolio-column-5 .grid-item {
        width: 100%;
    }
}

/**********************/
/* Pricing table */
/**********************/
.pricing-table-list .plan-features {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    align-items: center;
}

.pricing-table-list .plan-features li {
    padding: 15px;
    width: 25%;
    text-align: center;
    color: var(--orion-main-color);
}

.pricing-table-list .plan-features li i {
    color: var(--orion-main-color);
    height: 45px;
    width: 45px;
    line-height: 45px !important;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}

.pricing-table-01.active {
    padding: 5rem 3rem !important;
    margin-top: -2rem;
}

.pricing-list-02 .pricing-list.list-style-02 li {
    color: var(--orion-main-color);
    font-size: 16px;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .plan-features li h5 {
        font-size: 12px;
    }
}

/**********************/
/* List */
/**********************/
.list-unstyled i {
    line-height: 2;
}

.list-style-02 .list-unstyled li {
    display: flex;
    margin-bottom: 10px;
}

.list-style-02 .list-unstyled i {
    color: var(--orion-main-color-hover);;
    font-size: 12px;
    align-items: center;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    flex: 0 0 25px;
    justify-content: center;
    display: flex;
    margin-left: 16px;
}

/**********************/
/* Swiper */
/**********************/
.swiper-button-prev {
    width: auto;
    height: auto;
}

.swiper-button-prev:after {
    content: none;
}

.swiper-button-prev .icon-btn {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    width: 50px;
    line-height: 50px;
    height: 50px;
    display: block;
    text-align: center;
    border-radius: 50%;
    background: rgba(52, 82, 255, 0.2);
    transition: all 0.4s ease-in-out;
}

.swiper-button-prev .icon-btn:hover {
    background: #ffea04;
    color: var(--orion-main-color);
}

.swiper-button-next {
    width: auto;
    height: auto;
}

.swiper-button-next:after {
    content: none;
}

.swiper-button-next .icon-btn {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    width: 50px;
    line-height: 50px;
    height: 50px;
    display: block;
    text-align: center;
    border-radius: 50%;
    background: rgba(52, 82, 255, 0.2);
    transition: all 0.4s ease-in-out;
}

.swiper-button-next .icon-btn:hover {
    background: #ffea04;
    color: var(--orion-main-color);
}

.swiper-button-pink-gradient .swiper-button-next .icon-btn,
.swiper-button-pink-gradient .swiper-button-prev .icon-btn {
    background: rgba(253, 37, 144, 0.2);
}

.swiper-button-pink-gradient .swiper-button-next .icon-btn:hover,
.swiper-button-pink-gradient .swiper-button-prev .icon-btn:hover {
    background: linear-gradient(-125deg, #fd2590, #fd692e) !important;
    color: #ffffff;
}

.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #ffffff;
    opacity: 0.2;
    transition: all 0.4s ease-in-out;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--orion-main-color-hover);;
    opacity: 1;
    border-radius: 10px;
    width: 30px;
}

.swiper-pagination-light .swiper-pagination-bullet-active {
    background: #ffffff;
}

.slick-next {
    left: 20px;
}

.slick-next:before {
    color: var(--orion-main-color);
}

.slick-prev {
    right: 10px;
    z-index: 9;
}

.slick-prev:before {
    color: var(--orion-main-color);
}

@media (max-width: 991px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/**********************/
/* Newsletter */
/**********************/
.newsletter-box input {
    padding-left: 50px;
}

.newsletter-box .newsletter-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

/**********************/
/* Tabs */
/**********************/
.tab-default .nav .nav-item .nav-link {
    padding: 8px 30px;
    color: var(--orion-main-color);
}

.tab-default .nav .nav-item .nav-link.active {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.tab-default.tab-light .nav .nav-item .nav-link {
    background: #f0f1f6;
    color: var(--orion-main-color);
    margin-left: 5px;
}

.tab-default.tab-light .nav .nav-item .nav-link.active {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.tab-border-bottom .nav-item .nav-link {
    padding-right: 0;
    margin-left: 10px;
    font-size: 18px;
    color: #898b96;
}

.tab-border-bottom .nav-item .nav-link.active {
    background: transparent;
    color: var(--orion-main-color-hover);;
}

.tab-border-bottom .nav-item .nav-link span {
    position: relative;
}

.tab-border-bottom .nav-item .nav-link span:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: -2px;
    height: 2px;
    background: var(--orion-main-color-hover);;
    transition: all 0.4s ease-in-out;
}

.tab-border-bottom .nav-item .nav-link:hover span:before, .tab-border-bottom .nav-item .nav-link.active span:before {
    width: 100%;
}

.tab-default.tab-number .nav-item .nav-link {
    display: flex;
    align-content: center;
    padding: 20px 50px;
}

.tab-default.tab-number .nav-item .nav-link span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
    margin-left: 10px;
}

.tab-default.tab-number .nav-item .nav-link.active span {
    background: #ffffff;
    color: var(--orion-main-color-hover);;
}

.nav.nav-icon .nav-link {
    padding: 40px 50px;
    margin: 0 10px;
    background: #ffffff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    font-size: 18px;
    border: 2px solid transparent;
    color: var(--orion-main-color);
}

.nav.nav-icon .nav-link i {
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
    color: var(--orion-main-color);
}

.nav.nav-icon .nav-link.active {
    border-color: var(--orion-main-color-hover);;
    color: var(--orion-main-color-hover);;
}

.nav.nav-icon .nav-link.active i {
    color: var(--orion-main-color-hover);;
}

/* nav-box  */
.nav.nav-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 5px;
}

.nav.nav-box .nav-link {
    padding: 10px 30px;
    color: #898b96;
}

.nav.nav-box .nav-link.active {
    background: #e91c28;
    color: #ffffff;
}

.nav.nav-border-wide {
    border-bottom: 3px solid #e5e5e5;
}

.nav.nav-border-wide .nav-link {
    padding: 10px 30px;
    background: transparent;
    border-radius: 0;
    font-weight: 500;
    color: var(--orion-main-color);
}

.nav.nav-border-wide .nav-link.active {
    background: transparent;
    color: var(--orion-main-color-hover);;
    border-bottom: 3px solid var(--orion-main-color-hover);;
}

.tab-vertical .nav .nav-link {
    font-weight: 500;
    font-size: 18px;
    color: var(--orion-main-color);
    border-radius: 0;
    padding: 20px 40px;
    border-left: 3px solid transparent;
}

.tab-vertical .nav .nav-link.active {
    background: #ffffff;
    border-left: 3px solid var(--orion-main-color);
}

.tab-box-02 .nav {
    background: #f0f1f6;
    padding: 5px;
    border-radius: 30px;
    display: inline-flex;
}

.tab-box-02 .nav .nav-link {
    padding: 10px 30px;
    color: #898b96;
    border-radius: 30px;
}

.tab-box-02 .nav .nav-link.active {
    background: #ffffff;
    color: #f97204;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1199px) {
    .nav.nav-icon .nav-link {
        padding: 40px 40px;
    }

    .tab-default.tab-light .nav .nav-item .nav-link {
        margin-bottom: 4px;
    }
}

@media (max-width: 991px) {
    .nav.nav-icon .nav-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .tab-default.tab-number .nav-item .nav-link {
        padding: 16px 36px;
    }

    .tab-default.tab-light .nav .nav-item .nav-link {
        margin-bottom: 5px;
    }
}

/**********************/
/* Countdown */
/**********************/
.countdown-item {
    display: flex;
    text-align: center;
}

.countdown-item span {
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
    color: var(--orion-main-color-hover);;
}

.countdown-item p {
    font-size: 20px;
    color: var(--orion-main-color);
}

.countdown-item .seperator {
    margin: 0 16px;
    font-size: 22px;
    color: var(--orion-main-color);
}

.countdown-item.countdown-small li {
    margin: 0 10px;
}

.countdown-item.countdown-small span {
    font-size: 30px;
    line-height: 30px;
}

.countdown-item.countdown-small p {
    font-size: 16px;
}

.countdown-item.countdown-big li {
    margin: 0 20px;
}

.countdown-item.countdown-big span {
    font-size: 70px;
    line-height: 70px;
}

.countdown-item.countdown-box li {
    margin: 0 5px;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
    align-content: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.countdown-item.countdown-box span {
    font-size: 40px;
    line-height: 40px;
}

.countdown-item.countdown-box p {
    margin-bottom: 0;
}

.countdown-item.countdown-box .seperator {
    background: transparent;
    box-shadow: none;
    line-height: 40px;
}

.coming-soon .display-1 {
    font-size: 200px;
    line-height: 200px;
}

@media (max-width: 1366px) {
    .coming-soon .display-1 {
        font-size: 160px;
        line-height: 160px;
    }
}

@media (max-width: 1199px) {
    .coming-soon .display-1 {
        font-size: 120px;
        line-height: 120px;
    }
}

@media (max-width: 767px) {
    .countdown-item.countdown-big span {
        font-size: 50px;
        line-height: 50px;
    }

    .countdown-item.countdown-big li {
        margin: 0 10px;
    }

    .countdown-item.countdown-box li {
        padding: 15px 10px;
    }
}

@media (max-width: 575px) {
    .countdown-item.countdown-small li {
        margin: 0 4px;
    }

    .countdown-item span {
        font-size: 30px;
    }

    .countdown-item p {
        font-size: 15px;
    }

    .countdown-item.countdown-big span {
        font-size: 30px;
        line-height: 30px;
    }

    .countdown-item.countdown-big li {
        margin: 0 6px;
    }

    .countdown-item.countdown-box li {
        margin: 0;
        padding: 15px 6px;
    }

    .countdown-item.countdown-box span {
        font-size: 26px;
        line-height: 20px;
    }

    .countdown-item .seperator {
        margin: 0 10px;
    }
}

/**********************/
/* Pagination */
/**********************/
.pagination {
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-link {
    padding: 7px 16px;
    color: var(--orion-main-color);
    border-radius: 0.25rem;
    background: #f0f1f6;
    transition: all 0.4s ease-in-out;
}

.pagination .page-link:focus {
    box-shadow: none;
}

.pagination .page-link:hover {
    background: var(--orion-main-color-hover);;
    border-color: var(--orion-main-color-hover);;
    color: #ffffff;
}

.pagination .page-item.active .page-link {
    background: var(--orion-main-color-hover);;
    border-color: var(--orion-main-color-hover);;
}

.pagination.pagination-02 {
    padding: 6px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
}

.pagination.pagination-02 .page-link {
    color: var(--orion-main-color);
    background: transparent;
    border: none;
}

.pagination.pagination-02 .page-link:hover {
    background: var(--orion-main-color-hover);;
    border-color: var(--orion-main-color-hover);;
    color: #ffffff;
}

.pagination.pagination-02 .page-item.active .page-link {
    color: #ffffff;
}

.pagination.pagination-03 .page-item {
    margin: 0 5px;
}

.pagination.pagination-03 .page-link {
    padding: 7px 16px;
    color: var(--orion-main-color);
    border-radius: 0.25rem;
    background: transparent;
    border: none;
    transition: all 0.4s ease-in-out;
}

.pagination.pagination-03 .page-link:hover {
    background: var(--orion-main-color-hover);;
    border-color: var(--orion-main-color-hover);;
    color: #ffffff;
}

.pagination.pagination-03 .page-item.active .page-link {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.pagination.pagination-04 .page-item {
    margin: 0 5px;
}

.pagination.pagination-04 .page-link {
    padding: 7px 16px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 36px;
    text-align: center;
}

.pagination.pagination-04 .page-item:last-child .page-link,
.pagination.pagination-04 .page-item:first-child .page-link {
    border-radius: 50%;
}

.pagination.pagination-05 {
    padding: 6px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(52, 82, 255, 0.2);
    display: inline-flex;
    border: 2px solid var(--orion-main-color-hover);;
    border-radius: 0.25rem;
}

.pagination.pagination-05 .page-link {
    color: var(--orion-main-color);
    background: transparent;
    border: none;
}

.pagination.pagination-05 .page-link:hover {
    background: var(--orion-main-color-hover);;
    border-color: var(--orion-main-color-hover);;
    color: #ffffff;
}

.pagination.pagination-05 .page-item.active .page-link {
    color: #ffffff;
}

@media (max-width: 576px) {
    .pagination .page-item {
        margin: 5px;
    }
}

/**********************/
/* Social icons */
/**********************/
.social-icons {
    display: flex;
    flex-wrap: wrap;
}

.social-icons .icon {
    margin-left: 20px;
    color: var(--orion-main-color);
    display: inline-block;
    font-size: 22px;
    margin-bottom: 3px;
}

.social-icons .icon:last-child {
    margin-left: 0;
}

.social-icons .icon:hover {
    color: var(--orion-main-color-hover);;
}

.social-icons.icons-xl {
    font-size: 36px;
}

.social-icons.icons-xl .icon {
    margin-left: 20px;
}

.social-icons.icons-md .icon {
    margin-left: 20px;
    font-size: 20px;
}

.social-icons.icons-sm .icon {
    margin-left: 10px;
    font-size: 14px;
}

.social-icons.social-icon-box .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f0f1f6;
    margin-left: 4px;
}

.social-icons.social-icon-box .icon:last-child {
    margin-left: 0;
}

.social-icons.social-icon-box .icon:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.social-icons.social-icon-box.icons-xl .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.social-icons.social-icon-box.icons-md .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.social-icons.social-icon-box.icons-sm .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.social-icons.social-icon-rounded .icon {
    border-radius: 4px;
}

.social-icons.social-icon-round .icon {
    border-radius: 50%;
}

.social-icons.icon-colored .icon.facebook {
    color: #4267B2;
}

.social-icons.icon-colored .icon.facebook:hover {
    background: transparent;
    color: #4267B2;
}

.social-icons.icon-colored .icon.twitter {
    color: #1DA1F2;
}

.social-icons.icon-colored .icon.twitter:hover {
    background: transparent;
    color: #1DA1F2;
}

.social-icons.icon-colored .icon.pinterest {
    color: #E60023;
}

.social-icons.icon-colored .icon.pinterest:hover {
    background: transparent;
    color: #E60023;
}

.social-icons.icon-colored .icon.instagram {
    color: #8a3ab9;
}

.social-icons.icon-colored .icon.instagram:hover {
    background: transparent;
    color: #8a3ab9;
}

.social-icons.icon-colored .icon.dribbble {
    color: #ea4c89;
}

.social-icons.icon-colored .icon.dribbble:hover {
    background: transparent;
    color: #ea4c89;
}

.social-icons.icon-colored .icon.rss {
    color: #ee802f;
}

.social-icons.icon-colored .icon.rss:hover {
    background: transparent;
    color: #ee802f;
}

.social-icons.social-icon-box.icon-colored .icon.facebook {
    color: #4267B2;
}

.social-icons.social-icon-box.icon-colored .icon.facebook:hover {
    background: #4267B2;
    color: #ffffff;
}

.social-icons.social-icon-box.icon-colored .icon.twitter {
    color: #1DA1F2;
}

.social-icons.social-icon-box.icon-colored .icon.twitter:hover {
    background: #1DA1F2;
    color: #ffffff;
}

.social-icons.social-icon-box.icon-colored .icon.pinterest {
    color: #E60023;
}

.social-icons.social-icon-box.icon-colored .icon.pinterest:hover {
    background: #E60023;
    color: #ffffff;
}

.social-icons.social-icon-box.icon-colored .icon.instagram {
    color: #8a3ab9;
}

.social-icons.social-icon-box.icon-colored .icon.instagram:hover {
    background: #8a3ab9;
    color: #ffffff;
}

.social-icons.social-icon-box.icon-colored .icon.dribbble {
    color: #ea4c89;
}

.social-icons.social-icon-box.icon-colored .icon.dribbble:hover {
    background: #ea4c89;
    color: #ffffff;
}

.social-icons.social-icon-box.icon-colored .icon.linkedin {
    color: #0077b5;
}

.social-icons.social-icon-box.icon-colored .icon.linkedin:hover {
    background: #0077b5;
    color: #ffffff;
}

.social-icons.icon-bg-colored .icon.facebook {
    color: #ffffff;
    background: #4267B2;
}

.social-icons.icon-bg-colored .icon.facebook:hover {
    transform: translateY(-3px);
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
}

.social-icons.icon-bg-colored .icon.twitter {
    color: #ffffff;
    background: #1DA1F2;
}

.social-icons.icon-bg-colored .icon.twitter:hover {
    transform: translateY(-3px);
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
}

.social-icons.icon-bg-colored .icon.pinterest {
    color: #ffffff;
    background: #E60023;
}

.social-icons.icon-bg-colored .icon.pinterest:hover {
    transform: translateY(-3px);
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
}

.social-icons.icon-bg-colored .icon.instagram {
    color: #ffffff;
    background: #8a3ab9;
}

.social-icons.icon-bg-colored .icon.instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
}

.social-icons.icon-bg-colored .icon.dribbble {
    color: #ffffff;
    background: #ea4c89;
}

.social-icons.icon-bg-colored .icon.dribbble:hover {
    transform: translateY(-3px);
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
}

.social-icons.icon-bg-colored .icon.linkedin {
    color: #ffffff;
    background: #0077b5;
}

.social-icons.icon-bg-colored .icon.linkedin:hover {
    transform: translateY(-3px);
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
}

.social-icons.icon-border .icon {
    background: transparent;
    border: 2px solid #f0f1f6;
}

.social-icons.icon-border .icon:hover {
    background: var(--orion-main-color-hover);;
    border: 2px solid var(--orion-main-color-hover);;
}

.social-icons.icons-animation {
    overflow: hidden;
}

.social-icons.icons-animation .icon:hover i {
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

.social-icons.icon-colored.social-text-small .icon {
    font-size: 16px;
}

.social-icons.icon-colored.social-text-small .icon span {
    padding-right: 4px;
}

.social-icons.icon-colored.social-text-small .icon:hover {
    background: transparent;
    color: var(--orion-main-color-hover);;
}

.social-icons.social-icon-text.icon-colored .icon {
    font-size: 16px;
}

.social-icons.social-icon-text.icon-colored .icon span {
    padding-right: 4px;
}

.social-icons.social-icon-text.icon-colored .icon:hover {
    background: transparent;
    color: var(--orion-main-color-hover);;
}

/**********************/
/* Page header */
/**********************/
.page-header {
    padding: 180px 0;
}

.page-header .breadcrumb {
    display: inline-flex;
    background: transparent;
}

.page-header-bg {
    padding: 300px 0 200px;
}

@media (max-width: 576px) {
    .page-header-bg {
        padding: 250px 0 150px;
    }
}

/**********************/
/* Client logo */
/**********************/
.client-item {
    margin: 0 10px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.client-item img {
    padding: 34px;
    position: relative;
    z-index: 1;
}

.client-item .client-item-list {
    text-align: center;
    background: #ffffff;
    padding: 115px 50px 25px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -30px;
    visibility: hidden;
    border-radius: 3px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.1);
}

.client-item .client-item-list span {
    position: relative;
    color: var(--orion-main-color);
}

.client-item .client-item-list span:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: -2px;
    height: 2px;
    background: var(--orion-main-color-hover);;
    transition: all 0.4s ease-in-out;
}

.client-item .client-item-list span:hover:before {
    width: 100%;
}

.client-item:hover img {
    filter: grayscale(0);
    z-index: 3;
}

.client-item:hover .client-item-list {
    opacity: 1;
    z-index: 2;
    visibility: visible;
}

.client-opacity {
    opacity: 0.5;
    filter: grayscale(100%);
}

.client-opacity:hover {
    opacity: 1;
}

.client-item-02 {
    height: 100%;
}

.client-item-02 .client-box {
    filter: grayscale(100%);
    background: #ffffff;
    height: 100%;
    border-radius: 4px;
    padding: 30px 30px;
}

@media (min-width: 1199px) {
    .client-item img {
        padding: 10px;
    }
}

@media (min-width: 1400px) {
    .client-item img {
        padding: 34px;
    }
}

@media (max-width: 576px) {
    .client-item img {
        height: 100px;
    }

    .client-item-02 img {
        height: 30px;
    }
}

/**********************/
/* Counter */
/**********************/
.counter.counter-icon {
    position: relative;
    z-index: 1;
    padding-right: 50px;
}

.counter.counter-icon .icon {
    position: absolute;
    font-size: 100px;
    top: 0;
    color: rgba(52, 82, 255, 0.1);
    z-index: -1;
    right: 0;
}

.counter.counter-icon-left {
    display: flex;
}

.counter.counter-icon-left .icon {
    font-size: 60px;
    line-height: 60px;
}

.counter.counter-box {
    padding: 35px 30px 40px;
    position: relative;
    display: flex;
}

.counter.counter-box .icon {
    position: absolute;
    font-size: 60px;
    bottom: 0;
    color: rgba(52, 82, 255, 0.1);
    z-index: 0;
    left: 0;
}

/**********************/
/* Select */
/**********************/
.select2-container {
    width: 100% !important;
    box-shadow: none;
    outline: none;
    font-size: 14px;
}

.select2-container .select2-selection--single {
    height: calc(3rem + 2px);
    border-radius: 3px;
    padding: 0.575rem 0.8rem 0.775rem 3rem;
    border-color: #e5e5e5;
}

.select2-container .select2-selection--multiple {
    height: calc(3rem + 2px);
    border-radius: 3px;
    padding: 0.375rem 0.4rem 0.775rem 3rem;
    border-color: #e5e5e5;
}

.select2-container .select2-selection--multiple:focus {
    border-color: var(--orion-main-color-hover);;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(3rem + 2px);
    left: 11px;
}

.select2-container--default .select2-selection--single:focus {
    border-color: var(--orion-main-color-hover);;
    box-shadow: none;
    outline: none;
}

.select2-container--default .select2-search--dropdown {
    padding: 0.7143rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e5e5;
    padding: 0.7143rem;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid var(--orion-main-color-hover);;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--orion-main-color-hover);;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--orion-main-color-hover);;
    color: #ffffff;
    border-color: var(--orion-main-color-hover);;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
}

.select2-dropdown {
    border-color: #e5e5e5;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--orion-main-color-hover);;
}

.form-border-bottom .select2-container .select2-selection--single {
    border: none;
    border-bottom: 2px solid #e5e5e5;
    border-radius: 0;
    height: calc(3.4rem + 0px);
}

.custom-select {
    border-color: #e5e5e5;
    height: calc(3rem + 2px);
}

.custom-select:focus {
    box-shadow: none;
    border-color: var(--orion-main-color-hover);;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--orion-main-color);
}

.js-example-basic-single {
    width: 100%;
}

/**********************/
/* Step */
/**********************/
.process-step {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}

.process-step .step-number {
    font-size: 40px;
    line-height: 70px;
    position: relative;
    margin-bottom: 50px;
    padding-top: 50px;
    text-align: center;
    padding: 0 50px;
}

.process-step .step-number:before {
    position: absolute;
    width: 160px;
    height: 160px;
    background: rgba(249, 114, 4, 0.1);
    content: "";
    top: -80px;
    right: 0;
    border-radius: 50%;
}

/**********************/
/* Particles */
/**********************/
#particles-01 {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#particle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

#part-js {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/**********************/
/* Blockquote */
/**********************/
#comparison {
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}

#comparison figure {
    position: absolute;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

#comparison #divisor {
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}

#comparison #divisor::before, #comparison #divisor::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}

#comparison #divisor::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}

#comparison #divisor::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

#handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

#handle::before, #handle::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

#handle::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

#handle::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

#comparison input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}

#comparison input[type=range]:focus, #comparison input[type=range]:active {
    border: none;
    outline: none;
}

#comparison input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

#comparison input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}

/**********************/
/* Title */
/**********************/
.sub-title-line {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sub-title-line:before {
    content: "";
    width: 3rem;
    border-top: 3px solid var(--orion-main-color-hover);;
    margin-top: -1px;
    margin-bottom: 0;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.title-separator {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.title-separator:before {
    content: "";
    width: 4rem;
    border-top: 5px solid var(--orion-main-color-hover);;
    margin-top: -1px;
    margin-bottom: 0;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

/**********************/
/* Table */
/**********************/
.table > :not(caption) > * > * {
    padding: 10px 20px;
}

/**********************/
/* Before after */
/**********************/
.blockquote {
    position: relative;
    padding: 0 50px;
}

.blockquote:before {
    color: var(--orion-main-color-hover);;
    right: 0;
    top: 0;
    display: none;
}

.blockquote:after {
    color: var(--orion-main-color-hover);;
    left: 0;
    bottom: 0;
}

.blockquote.blockquote-border-left {
    position: relative;
    border-right: 5px solid var(--orion-main-color-hover);;
    padding: 0 50px 0 0;
}

.blockquote.blockquote-border-left:before {
    display: none;
}

.blockquote.blockquote-border-left:after {
    display: none;
}

.blockquote.blockquote-border-topbottom {
    position: relative;
    border-top: 5px solid #f0f1f6;
    border-bottom: 5px solid #f0f1f6;
    padding: 30px 0 80px;
}

.blockquote.blockquote-border-topbottom:before {
    display: none;
}

.blockquote.blockquote-border-topbottom:after {
    right: 0;
    left: 0;
    bottom: 18px;
    font-size: 50px;
    line-height: 50px;
    color: rgba(52, 82, 255, 0.2);
}

.blockquote:before {
    content: "\f10d";
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #eeeeee;
}

.blockquote:after {
    content: "\f10e";
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 20px;
    left: 170px;
    color: #eeeeee;
}

@media (max-width: 576px) {
    .blockquote:after {
        display: none;
    }
}

/**********************/
/* Column */
/**********************/
.bd-example-row .row > .col, .bd-example-row .row > [class^=col-] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgba(39, 41, 43, 0.03);
    border: 1px solid rgba(39, 41, 43, 0.1);
}

/**********************/
/* Maps */
/**********************/
#map {
    width: 100%;
    height: 500px;
}

/**********************/
/* Timeline */
/**********************/
.feature-timeline {
    position: relative;
}

.feature-timeline:before {
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    right: 12px;
    background: #e5e5e5;
    z-index: -1;
}

.timeline {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.timeline:before {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    background: var(--orion-main-color-hover);;
    z-index: -1;
    top: 60px;
}

.timeline .timeline-item {
    flex: 0 0 auto;
    width: 25%;
    position: relative;
    padding: 0 15px;
}

.timeline .timeline-item:before {
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
    background: var(--orion-main-color-hover);;
    z-index: -1;
    top: 50px;
    border-radius: 50%;
    right: 50%;
    margin-right: -10px;
}

@media (max-width: 576px) {
    .timeline {
        display: block;
    }

    .timeline .timeline-item {
        width: 100%;
    }

    .timeline:before {
        display: none;
    }
}

/**********************/
/* Dropcap */
/**********************/
.dropcap {
    float: right;
    font-size: 46px;
    margin-left: 20px;
    padding: 10px 0;
    font-weight: 600;
}

.dropcap.dropcap-square {
    padding: 20px;
}

.dropcap.border-bottom {
    border-width: 5px !important;
}

/**********************/
/* Separator */
/**********************/
.separator {
    height: 1px;
    width: 100%;
}

.separator {
    height: 1px;
    width: 100%;
}

.separator-h-2 {
    height: 2px;
}

.separator-h-3 {
    height: 3px;
}

.separator-h-4 {
    height: 4px;
}

.separator-h-5 {
    height: 5px;
}

.separator-h-10 {
    height: 10px;
}

.separator.separator-dotted {
    height: inherit;
    border-bottom: 2px dotted var(--orion-main-color);
}

.separator.separator-dashed {
    height: inherit;
    border-bottom: 2px dashed var(--orion-main-color);
}

.separator.separator-double {
    height: inherit;
    border-bottom: 6px double var(--orion-main-color);
}

.bottom-separator svg,
.top-separator svg {
    width: 100%;
}

/**********************/
/* Rangeslider */
/**********************/
.irs--flat .irs-line {
    background-color: #f0f1f6;
}

.irs--flat .irs-min {
    background-color: #f0f1f6;
}

.irs--flat .irs-max {
    background-color: #f0f1f6;
}

.irs--flat .irs-bar {
    background-color: var(--orion-main-color-hover);;
}

.irs--flat .irs-from {
    background-color: var(--orion-main-color-hover);;
}

.irs--flat .irs-from:before {
    border-top-color: var(--orion-main-color-hover);;
}

.irs--flat .irs-to {
    background-color: var(--orion-main-color-hover);;
}

.irs--flat .irs-to:before {
    border-top-color: var(--orion-main-color-hover);;
}

.irs--flat .irs-single {
    background-color: var(--orion-main-color-hover);;
}

.irs--flat .irs-single:before {
    border-top-color: var(--orion-main-color-hover);;
}

.irs--flat .irs-handle.state_hover > i:first-child {
    background-color: var(--orion-main-color-hover);;
}

.irs--flat .irs-handle:hover > i:first-child {
    background-color: var(--orion-main-color-hover);;
}

.irs--flat .irs-handle > i:first-child {
    background-color: var(--orion-main-color-hover);;
}

.irs--big .irs-line {
    background: #f0f1f6;
    border: none;
}

.irs--big .irs-bar {
    background: var(--orion-main-color-hover);;
    border: none;
    box-shadow: none;
}

.irs--big .irs-grid-pol {
    background: var(--orion-main-color-hover);;
}

.irs--big .irs-grid-text {
    color: var(--orion-main-color-hover);;
}

.irs--big .irs-from {
    background: var(--orion-main-color-hover);;
}

.irs--big .irs-to {
    background: var(--orion-main-color-hover);;
}

.irs--big .irs-single {
    background: var(--orion-main-color-hover);;
}

.irs--big .irs-min {
    background: #f0f1f6;
    color: #898b96;
}

.irs--big .irs-max {
    background: #f0f1f6;
    color: #898b96;
}

.irs--big .irs-handle {
    box-shadow: none;
    background: var(--orion-main-color-hover);;
    border: 3px solid #ffffff;
}

.irs--big .irs-handle:hover {
    box-shadow: none;
    background: var(--orion-main-color-hover);;
    border: 3px solid #ffffff;
}

.irs--big .irs-handle.state_hover {
    box-shadow: none;
    background: var(--orion-main-color-hover);;
    border: 3px solid #ffffff;
}

@media (max-width: 576px) {
    .irs-grid-text {
        font-size: 7px;
    }
}

/**********************/
/* Rating */
/**********************/
.br-theme-bars-1to10 .br-widget {
    height: 50px;
    white-space: nowrap;
}

.br-theme-bars-1to10 .br-widget a {
    display: block;
    width: 12px;
    padding: 1.071rem 0;
    height: 28px;
    float: right;
    background: rgba(52, 82, 255, 0.5);
    margin: 0.07143rem;
    text-align: center;
}

.br-theme-bars-1to10 .br-widget a.br-active {
    background-color: var(--orion-main-color-hover);;
}

.br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: var(--orion-main-color-hover);;
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
    font-size: 1.429rem;
    line-height: 2;
    float: right;
    padding: 0 1.429rem 0 1.429rem;
    color: var(--orion-main-color-hover);;
    font-weight: 400;
}

.br-theme-bars-1to10 .br-readonly a {
    cursor: default;
}

.br-theme-bars-1to10 .br-readonly a.br-active {
    background-color: #FFCC00;
}

.br-theme-bars-1to10 .br-readonly a.br-selected {
    background-color: #FFCC00;
}

.br-theme-bars-1to10 .br-readonly .br-current-rating {
    color: #FFCC00;
}

@media print {
    .br-theme-bars-1to10 .br-widget a {
        border: 1px solid #e5e5e5;
        background: white;
        height: 38px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .br-theme-bars-1to10 .br-widget a.br-active {
        border: 1px solid var(--orion-main-color);
        background: white;
    }

    .br-theme-bars-1to10 .br-widget a.br-selected {
        border: 1px solid var(--orion-main-color);
        background: white;
    }

    .br-theme-bars-1to10 .br-widget .br-current-rating {
        color: var(--orion-main-color);
    }
}

.br-theme-bars-horizontal .br-widget {
    width: 120px;
    white-space: nowrap;
}

.br-theme-bars-horizontal .br-widget a {
    display: block;
    width: 120px;
    height: 5px;
    background: rgba(236, 85, 82, 0.3);
    margin: 0.07143rem;
}

.br-theme-bars-horizontal .br-widget a.br-active {
    background-color: #ec5552;
}

.br-theme-bars-horizontal .br-widget a.br-selected {
    background-color: #ec5552;
}

.br-theme-bars-horizontal .br-widget .br-current-rating {
    width: 120px;
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #ec5552;
}

.br-theme-bars-horizontal .br-readonly a {
    cursor: default;
}

.br-theme-bars-horizontal .br-readonly a.br-active {
    background-color: #FFCC00;
}

.br-theme-bars-horizontal .br-readonly a.br-selected {
    background-color: #FFCC00;
}

.br-theme-bars-horizontal .br-readonly .br-current-rating {
    color: #FFCC00;
}

@media print {
    .br-theme-bars-horizontal .br-widget a {
        border: 1px solid #e5e5e5;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .br-theme-bars-horizontal .br-widget a.br-active {
        border: 1px solid var(--orion-main-color);
        background: white;
    }

    .br-theme-bars-horizontal .br-widget a.br-selected {
        border: 1px solid var(--orion-main-color);
        background: white;
    }

    .br-theme-bars-horizontal .br-widget .br-current-rating {
        color: var(--orion-main-color);
    }
}

.br-wrapper.br-theme-bars-movie {
    display: inline-block;
}

.br-theme-bars-movie .br-widget {
    height: 10px;
    white-space: nowrap;
}

.br-theme-bars-movie .br-widget a {
    display: block;
    width: 60px;
    height: 8px;
    float: right;
    background: rgba(255, 221, 0, 0.5);
    margin: 0.07143rem;
}

.br-theme-bars-movie .br-widget a.br-active {
    background-color: #fd0;
}

.br-theme-bars-movie .br-widget a.br-selected {
    background-color: #fd0;
}

.br-theme-bars-movie .br-widget .br-current-rating {
    clear: both;
    width: 240px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 0.5em 0;
    color: #fd0;
    font-weight: 400;
}

.br-theme-bars-movie .br-readonly a {
    cursor: default;
}

.br-theme-bars-movie .br-readonly a.br-active {
    background-color: var(--orion-main-color-hover);;
}

.br-theme-bars-movie .br-readonly a.br-selected {
    background-color: var(--orion-main-color-hover);;
}

.br-theme-bars-movie .br-readonly .br-current-rating {
    color: var(--orion-main-color-hover);;
}

@media print {
    .br-theme-bars-movie .br-widget a {
        border: 1px solid #e5e5e5;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .br-theme-bars-movie .br-widget a.br-active {
        border: 1px solid var(--orion-main-color);
        background: white;
    }

    .br-theme-bars-movie .br-widget a.br-selected {
        border: 1px solid var(--orion-main-color);
        background: white;
    }

    .br-theme-bars-movie .br-widget .br-current-rating {
        color: var(--orion-main-color);
    }
}

.br-theme-bars-pill .br-widget {
    white-space: nowrap;
}

.br-theme-bars-pill .br-widget a {
    padding: 0.5rem 1.071rem;
    background: rgba(83, 202, 216, 0.5);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 3;
    text-align: center;
    font-weight: 400;
}

.br-theme-bars-pill .br-widget a:first-child {
    -webkit-border-top-right-radius: 999px;
    -webkit-border-bottom-right-radius: 999px;
    -moz-border-radius-topright: 999px;
    -moz-border-radius-bottomright: 999px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}

.br-theme-bars-pill .br-widget a:last-child {
    -webkit-border-top-left-radius: 999px;
    -webkit-border-bottom-left-radius: 999px;
    -moz-border-radius-topleft: 999px;
    -moz-border-radius-bottomleft: 999px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}

.br-theme-bars-pill .br-widget a.br-active {
    background-color: #53cad8;
    color: white;
}

.br-theme-bars-pill .br-widget a.br-selected {
    background-color: #53cad8;
    color: white;
}

.br-theme-bars-pill .br-readonly a {
    cursor: default;
}

.br-theme-bars-pill .br-readonly a.br-active {
    background-color: #53cad8;
}

.br-theme-bars-pill .br-readonly a.br-selected {
    background-color: #53cad8;
}

@media print {
    .br-theme-bars-pill .br-widget a {
        border: 1px solid #e5e5e5;
        border-right: none;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .br-theme-bars-pill .br-widget a:first-child {
        border-right: 1px solid var(--orion-main-color);
    }

    .br-theme-bars-pill .br-widget a.br-active {
        border: 1px solid var(--orion-main-color);
        border-right: none;
        background: white;
        color: var(--orion-main-color);
    }

    .br-theme-bars-pill .br-widget a.br-selected {
        border: 1px solid var(--orion-main-color);
        border-right: none;
        background: white;
        color: var(--orion-main-color);
    }
}

.br-theme-bars-reversed .br-widget {
    height: 25px;
    white-space: nowrap;
}

.br-theme-bars-reversed .br-widget a {
    display: block;
    width: 22px;
    height: 22px;
    float: right;
    background: rgba(80, 210, 148, 0.5);
    margin: 0.07143rem;
    font-size: 1.071rem;
    font-weight: 400;
    line-height: 1.4;
    color: #50d294;
    text-align: center;
}

.br-theme-bars-reversed .br-widget a.br-active {
    background-color: #50d294;
    color: white;
}

.br-theme-bars-reversed .br-widget a.br-selected {
    background-color: #50d294;
    color: white;
}

.br-theme-bars-reversed .br-widget .br-current-rating {
    line-height: 1.5;
    float: right;
    padding: 0 1.429rem 0 1.429rem;
    color: #50d294;
    font-size: 14px;
}

.br-theme-bars-reversed .br-readonly a {
    cursor: default;
}

.br-theme-bars-reversed .br-readonly a.br-active {
    background-color: #50d294;
}

.br-theme-bars-reversed .br-readonly a.br-selected {
    background-color: #50d294;
}

.br-theme-bars-reversed .br-readonly .br-current-rating {
    color: #50d294;
}

@media print {
    .br-theme-bars-reversed .br-widget a {
        border: 1px solid #e5e5e5;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .br-theme-bars-reversed .br-widget a.br-active {
        border: 1px solid var(--orion-main-color);
        background: white;
    }

    .br-theme-bars-reversed .br-widget a.br-selected {
        border: 1px solid var(--orion-main-color);
        background: white;
    }

    .br-theme-bars-reversed .br-widget .br-current-rating {
        color: var(--orion-main-color);
    }
}

/*br-theme-bars-square*/
.br-theme-bars-square .br-widget {
    height: 15px;
    white-space: nowrap;
}

.br-theme-bars-square .br-widget a {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    border: 2px solid #e5e5e5;
    background-color: white;
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    color: #898b96;
    font-weight: 600;
}

.br-theme-bars-square .br-widget a.br-active {
    border: 2px solid var(--orion-main-color-hover);;
    color: var(--orion-main-color-hover);;
}

.br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid var(--orion-main-color-hover);;
    color: var(--orion-main-color-hover);;
}

.br-theme-bars-square .br-widget .br-current-rating {
    clear: both;
    width: 330px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 0.5em 0;
    color: #646464;
}

.br-theme-bars-square .br-readonly a {
    cursor: default;
}

.br-theme-bars-square .br-readonly a.br-active {
    border: 2px solid var(--orion-main-color-hover);;
    color: var(--orion-main-color-hover);;
}

.br-theme-bars-square .br-readonly a.br-selected {
    border: 2px solid var(--orion-main-color-hover);;
    color: var(--orion-main-color-hover);;
}

@media print {
    .br-theme-bars-square .br-widget a {
        border: 2px solid #e5e5e5;
        color: #f0f1f6;
    }

    .br-theme-bars-square .br-widget a.br-active {
        border: 2px solid var(--orion-main-color);
        color: var(--orion-main-color);
    }

    .br-theme-bars-square .br-widget a.br-selected {
        border: 2px solid var(--orion-main-color);
        color: var(--orion-main-color);
    }
}

/*br-theme-css-stars*/
.br-theme-css-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}

.br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 18px;
    float: right;
    font-size: 1.571rem;
    margin-left: 0.3571rem;
}

.br-theme-css-stars .br-widget a:after {
    content: "★";
    color: #898b96;
}

.br-theme-css-stars .br-widget a.br-active:after {
    color: #FFCC00;
}

.br-theme-css-stars .br-widget a.br-selected:after {
    color: #FFCC00;
}

.br-theme-css-stars .br-widget .br-current-rating {
    display: none;
}

.br-theme-css-stars .br-readonly a {
    cursor: default;
}

@media print {
    .br-theme-css-stars .br-widget a:after {
        content: "☆";
        color: var(--orion-main-color);
    }

    .br-theme-css-stars .br-widget a.br-active:after {
        content: "★";
        color: var(--orion-main-color);
    }

    .br-theme-css-stars .br-widget a.br-selected:after {
        content: "★";
        color: var(--orion-main-color);
    }
}

.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}

.br-theme-fontawesome-stars .br-widget a {
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-left: 0.1429rem;
}

.br-theme-fontawesome-stars .br-widget a:after {
    content: "\f005";
    color: #898b96;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #FFCC00;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #FFCC00;
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none;
}

.br-theme-fontawesome-stars .br-readonly a {
    cursor: default;
}

@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: "\f006";
        color: var(--orion-main-color);
    }

    .br-theme-fontawesome-stars .br-widget a.br-active:after {
        content: "\f005";
        color: var(--orion-main-color);
    }

    .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: "\f005";
        color: var(--orion-main-color);
    }
}

/*br-theme-fontawesome-stars-o*/
.br-theme-fontawesome-stars-o .br-widget {
    height: 28px;
    white-space: nowrap;
}

.br-theme-fontawesome-stars-o .br-widget a {
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-left: 0.1429rem;
}

.br-theme-fontawesome-stars-o .br-widget a:after {
    content: "\f006";
    color: #898b96;
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    content: "\f005";
    color: var(--orion-main-color-hover);;
}

.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: "\f005";
    color: var(--orion-main-color-hover);;
}

.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: "\f123";
    color: var(--orion-main-color-hover);;
}

.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
    display: none;
}

.br-theme-fontawesome-stars-o .br-readonly a {
    cursor: default;
}

.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
    display: inline-block;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media print {
    .br-theme-fontawesome-stars-o .br-widget a:after {
        content: "\f006";
        color: var(--orion-main-color);
    }

    .br-theme-fontawesome-stars-o .br-widget a.br-active:after {
        content: "\f005";
        color: var(--orion-main-color);
    }

    .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
        content: "\f005";
        color: var(--orion-main-color);
    }

    .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
        content: "\f123";
        color: var(--orion-main-color);
    }
}

/**********************/
/* Image hotspot */
/**********************/
.BornHS__Wrapper {
    position: relative;
}

.BornHS__Wrapper .BornHS__Close {
    display: none;
}

.BornHS__Wrapper .Content__Wrapper {
    position: relative;
}

.BornHS__Wrapper .BornHS__Modal__Content {
    background: var(--orion-main-color);
    border-radius: 5px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
    color: #fff;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    width: 360px;
    z-index: 4;
}

.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper {
    padding: 20px;
}

.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper .BornHS__Title {
    font-size: 16px;
    text-transform: uppercase;
}

.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper p {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.BornHS__Wrapper .BornHS__Input {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 0;
    z-index: -1;
}

.BornHS__Wrapper .BornHS__Input + .BornHS__Label {
    background: #ec2256;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    position: absolute;
    transition: all 300ms ease;
    width: 20px;
    z-index: 2;
}

@media (min-width: 768px) {
    .BornHS__Wrapper .BornHS__Input + .BornHS__Label {
        height: 30px;
        width: 30px;
    }
}

.BornHS__Wrapper .BornHS__Input + .BornHS__Label:before, .BornHS__Wrapper .BornHS__Input + .BornHS__Label:after {
    background: #fff;
    content: "";
    cursor: pointer;
    display: block;
    right: 50%;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
}

.BornHS__Wrapper .BornHS__Input + .BornHS__Label:before {
    height: 2px;
    width: 40%;
}

.BornHS__Wrapper .BornHS__Input + .BornHS__Label:after {
    height: 40%;
    width: 2px;
}

.BornHS__Wrapper .BornHS__Input ~ .BornHS__Overlay {
    display: none;
    height: 100%;
    right: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3;
}

.BornHS__Wrapper .BornHS__Input:checked + .BornHS__Label {
    transform: rotate(-45deg);
}

.BornHS__Wrapper .BornHS__Input:checked ~ .BornHS__Modal__Content {
    opacity: 1;
    visibility: visible;
}

.BornHS__Wrapper .BornHS__Input:checked ~ .BornHS__Overlay {
    display: block;
}

.BornHS__Wrapper.BornHS__Blur figure {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input {
    display: none;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input + .BornHS__Label {
    opacity: 0.5;
    pointer-events: none;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked {
    display: inline-block;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked + .BornHS__Label {
    opacity: 1;
    pointer-events: auto;
}

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

@media (max-width: 768px) {
    .BornHS__Wrapper .BornHS__Modal__Content {
        bottom: auto !important;
        right: 50% !important;
        top: 50% !important;
        transform: translate(50%, -50%) !important;
    }

    .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close {
        background: #ec2256;
        border-radius: 50%;
        cursor: pointer;
        display: block;
        height: 20px;
        left: -5px;
        position: absolute;
        top: -5px;
        transition: all 300ms ease;
        transform: rotate(-45deg);
        width: 20px;
        z-index: 5;
    }

    .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before, .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
        background: #fff;
        content: "";
        cursor: pointer;
        display: block;
        right: 50%;
        position: absolute;
        top: 50%;
        transform: translate(50%, -50%);
    }

    .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before {
        height: 2px;
        width: 40%;
    }

    .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
        height: 40%;
        width: 2px;
    }
}

@media (max-width: 768px) {
    .BornHS__Wrapper .BornHS__Modal__Content {
        width: 260px;
    }
}

/**********************/
/* Animation */
/**********************/
.animation-box {
    border: 5px solid #ffffff;
    margin-bottom: 0;
    padding: 20px;
}

.animation-box pre {
    margin-bottom: 0;
}

/* reveal effects */
.reveal-holder {
    position: relative;
    overflow: hidden;
}

.reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: white;
}

.reveal-holder .reveal-block::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000;
    transition-property: transform;
    transition-duration: 0.5s;
}

.reveal-block.gradient::before {
    background: linear-gradient(to right, #eebf56, #f46ca3);
}

.reveal-block.gradient-two::before {
    background: linear-gradient(to right, #1b9edf, #af74c3);
}

.reveal-block.extra {
    background: #1b9edf;
}

.reveal-block.extra::before {
    background: #af74c3;
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
    transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
    transform: scaleX(1);
}

.reveal-block.top::before {
    transform: scaleY(0);
    transform-origin: 100% 100%;
}

.reveal-block.left::before {
    transform: scaleX(0);
    transform-origin: 0% 0%;
}

.reveal-block.right::before {
    transform: scaleX(0);
    transform-origin: 100% 100%;
}

.reveal-block.bottom::before {
    transform: scaleY(0);
    transform-origin: 0% 0%;
}

/* AOS animate */
[data-aos=reveal-top],
[data-aos=reveal-left],
[data-aos=reveal-right],
[data-aos=reveal-bottom] {
    transition-property: transform;
    transition-delay: 0.5s;
}

[data-aos=reveal-top] {
    transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
    transform: scaleY(0);
    transform-origin: 0% 0%;
}

[data-aos=reveal-right] {
    transform: scaleX(1);
}

[data-aos=reveal-right].aos-animate {
    transform: scaleX(0);
    transform-origin: 100% 100%;
}

[data-aos=reveal-left] {
    transform: scaleX(1);
}

[data-aos=reveal-left].aos-animate {
    transform: scaleX(0);
    transform-origin: 0% 0%;
}

[data-aos=reveal-bottom] {
    transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
    transform: scaleY(0);
    transform-origin: 100% 100%;
}

[data-aos=reveal-item] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
}

[data-aos=reveal-item].aos-animate {
    visibility: visible;
}

.delayed-section .inner-container {
    will-change: transform;
}

.delayed-section img {
    max-width: 100%;
    will-change: transform;
}

/**********************/
/* Breadcrumb */
/**********************/
.breadcrumb .breadcrumb-item {
    font-weight: 500;
}

/**********************/
/* Modal */
/**********************/
.modal-subscribe .modal-header {
    border: none;
    position: absolute;
    left: 0;
    z-index: 9;
}

.modal .modal-header-absolute {
    border: none;
    position: absolute;
    left: 0;
    z-index: 9;
}

/**********************/
/* Blog post */
/**********************/
.blog-post {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    border-radius: 0.25rem;
}

.blog-post .blog-image {
    position: relative;
    overflow: hidden;
}

.blog-post .blog-image img {
    border-radius: 0.25rem 0.25rem 0 0;
    transition: all 0.4s ease-in-out;
}

.blog-post .blog-image .blog-post-video {
    justify-content: end;
    position: absolute;
    line-height: 50px;
    font-size: 20px;
    left: 20px;
    box-shadow: 0 6px 16px rgba(52, 82, 255, 0.2);
}

.blog-post .blog-image .blog-post-video:hover {
    background: var(--orion-main-color);
}

.blog-post .blog-image .blog-meta-comments {
    display: flex;
    position: absolute;
    top: -20px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.blog-post .blog-image .blog-meta-comments .blog-like {
    background: #FFCC00;
    color: var(--orion-main-color);
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 0.25rem;
    margin-left: 10px;
}

.blog-post .blog-image .blog-meta-comments .blog-like:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.blog-post .blog-image .blog-meta-comments .blog-comments {
    background: #FFCC00;
    color: var(--orion-main-color);
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 0.25rem;
}

.blog-post .blog-image .blog-meta-comments .blog-comments:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.blog-post .blog-caption {
    padding: 34px;
}

.blog-post .blog-caption .blog-author a {
    color: var(--orion-main-color);
}

.blog-post .blog-caption .blog-author a:hover {
    color: var(--orion-main-color-hover);;
}

.blog-post .blog-caption .blog-meta {
    display: flex;
}

.blog-post .blog-caption .blog-meta li {
    margin-left: 8px;
}

.blog-post .blog-caption .blog-meta a {
    color: var(--orion-main-color-hover);;
    font-weight: 600;
}

.blog-post .blog-caption .blog-meta a:hover {
    color: #FFCC00;
}

.blog-post:hover {
    border: 1px solid var(--orion-main-color);
    transition: border-color .5s, color .5s;
    transition-delay: 1s;
}

.blog-post:hover .blog-image .blog-meta-comments {
    opacity: 1;
    visibility: visible;
    top: 20px;
}

.blog-post-article .blog-post-img {
    position: relative;
    overflow: hidden;
}

.blog-post-article .blog-post-img img {
    border-radius: 0.25rem 0.25rem 0 0;
    transition: all 0.4s ease-in-out;
}

.blog-post-article .other-info li a {
    color: #898b96;
}

.blog-post-article .other-info li a i {
    color: var(--orion-main-color-hover);;
}

.blog-post-article .other-info li a:hover {
    color: var(--orion-main-color-hover);;
}

.blog-post-article:hover .blog-post-img img {
    transform: scale(1.2);
}

.blog-post.blog-post-boxed {
    background: #f0f1f6;
    overflow: hidden;
    box-shadow: none;
    position: relative;
}

.blog-post.blog-post-boxed .blog-caption {
    padding: 50px;
    position: relative;
    z-index: 2;
}

.blog-post.blog-post-boxed .blog-caption .blog-author a {
    color: var(--orion-main-color);
}

.blog-post.blog-post-boxed .blog-box-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.blog-post-boxed.active .blog-box-img,
.blog-post-boxed:hover .blog-box-img {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1);
}

.blog-post-boxed:hover:before,
.blog-post-boxed.active:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 100% 0;
    color: #ffffff;
    content: "";
    display: inline-block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.blog-post.blog-post-boxed:hover,
.blog-post.blog-post-boxed:hover a,
.blog-post.blog-post-boxed:hover .blog-author a,
.blog-post.blog-post-boxed.active,
.blog-post.blog-post-boxed.active a,
.blog-post.blog-post-boxed.active .blog-author a {
    color: #ffffff;
}

.blog-post.blog-post-boxed:hover {
    box-shadow: 0 6px 16px rgba(1, 5, 33, 0.2);
}

.blog-post.blog-post-overlay {
    overflow: hidden;
    box-shadow: none;
    position: relative;
}

.blog-post.blog-post-overlay .blog-caption {
    padding: 130px 50px 50px;
    position: relative;
    z-index: 2;
}

.blog-post.blog-post-overlay .blog-caption .blog-author a {
    color: var(--orion-main-color);
}

.blog-post.blog-post-overlay .blog-meta-comments {
    display: flex;
    position: absolute;
    z-index: 9;
    top: -20px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.blog-post.blog-post-overlay .blog-meta-comments .blog-like {
    background: #FFCC00;
    color: var(--orion-main-color);
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 0.25rem;
    margin-left: 10px;
}

.blog-post.blog-post-overlay .blog-meta-comments .blog-like:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.blog-post.blog-post-overlay .blog-meta-comments .blog-comments {
    background: #FFCC00;
    color: var(--orion-main-color);
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 0.25rem;
}

.blog-post.blog-post-overlay .blog-meta-comments .blog-comments:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.blog-post.blog-post-overlay:hover .blog-meta-comments {
    opacity: 1;
    visibility: visible;
    top: 20px;
}

.blog-post.blog-post-overlay .blog-box-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.blog-post-overlay.active .blog-box-img,
.blog-post-overlay:hover .blog-box-img {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1);
}

.blog-post.blog-post-overlay,
.blog-post.blog-post-overlay a,
.blog-post.blog-post-overlay .blog-caption .blog-author a {
    color: #ffffff;
}

.blog-post.blog-post-overlay {
    box-shadow: 0 6px 16px rgba(1, 5, 33, 0.2);
}

.blog-post.blog-post-overlay.blog-post-news {
    box-shadow: none;
}

.blog-post.blog-post-overlay.blog-post-news .blog-caption {
    padding: 300px 30px 20px 30px;
}

.blog-post-simple {
    box-shadow: none;
}

.blog-post.blog-post-blockquote {
    padding: 30px 50px;
}

.blog-post.blog-post-blockquote .blockquote {
    position: relative;
}

.blog-post.blog-post-blockquote .blockquote:before {
    top: 5px;
    right: -50px;
    color: var(--orion-main-color-hover);;
}

.blog-post.blog-post-blockquote .blockquote:after {
    color: var(--orion-main-color-hover);;
    bottom: -50px;
    left: 50px;
}

/* Blog Overlay Style */
.blog-post.blog-overlay-style .blog-caption {
    position: absolute;
    z-index: 9;
    bottom: -110px;
    margin: 0 15px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

/* Blog simple-box */
.blog-post-simple-box {
    display: flex;
    border-bottom: 1px solid rgba(1, 5, 33, 0.1);
    padding: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
}

.blog-post-simple-box .blog-post-number {
    font-size: 20px;
    color: var(--orion-main-color);
    margin-left: 40px;
    background: #f0f1f6;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    flex: 0 0 50px;
    position: relative;
    z-index: 2;
}

.blog-post-simple-box .blog-post-img {
    margin-left: 30px;
    position: relative;
    z-index: 2;
}

.blog-post-simple-box .blog-post-img img {
    height: 100px;
    border-radius: 0.25rem;
    width: 100px;
    object-fit: cover;
}

.blog-post-simple-box .blog-post-content {
    position: relative;
    z-index: 2;
}

.blog-post-simple-box .blog-box-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.blog-post-simple-box.active .blog-box-img,
.blog-post-simple-box:hover .blog-box-img {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1);
}

.blog-post-simple-box:hover:before,
.blog-post-simple-box.active:before {
    background: rgba(1, 5, 33, 0.7) none repeat scroll 100% 0;
    color: #ffffff;
    content: "";
    display: inline-block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.blog-post-simple-box:hover,
.blog-post-simple-box:hover a,
.blog-post-simple-box:hover .other-info li a,
.blog-post-simple-box:hover .other-info li a i {
    color: #ffffff;
}

.blog-post-simple-box:hover {
    box-shadow: 0 6px 16px rgba(1, 5, 33, 0.2);
}

.blog-tag {
    display: flex;
    flex-wrap: wrap;
}

.blog-tag li {
    margin: 0 0 3px 3px;
}

.blog-tag li a {
    display: block;
    padding: 2px 14px;
    border-radius: 3px;
    background: #f0f1f6;
    color: #898b96;
}

.blog-tag li a:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.blog-single .comments-list {
    margin-top: 30px;
}

.blog-single .comments-list li {
    display: block;
}

.blog-single .comments-list li.comments {
    display: flex;
    padding-bottom: 30px;
    align-items: start;
}

.blog-single .comments-list li.comments .comment-avtar .avatar {
    width: 50px;
    height: 50px;
}

.blog-single .comments-list li.comments .comment-info {
    margin-right: 20px;
}

.blog-single .comments-list li.comments:last-child {
    padding-bottom: 0;
}

.blog-single .comments-list li.comments.children {
    padding-right: 92px;
}

.blog-single .comments-list .replay {
    font-weight: 600;
}

.blog-post-no-hover:hover .blog-image img {
    transform: scale(1);
}

@media (max-width: 992px) {
    .blog-post .blog-caption {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .blog-post-simple-box {
        padding: 50px 0;
    }

    .mejs__container {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .blog-post.blog-post-blockquote {
        padding: 0px 20px;
    }

    .blog-post.blog-post-blockquote .blockquote {
        padding: 0 20px;
    }

    .youtube-video {
        height: 250px;
    }

    .blog-post-simple-box {
        display: block;
    }

    .blog-post-simple-box .blog-post-img {
        margin: 20px 0;
    }

    .soundcloud {
        height: auto;
    }
}

/**********************/
/* Sidebar */
/**********************/
.widget .widget-title {
    margin-bottom: 20px;
}

.widget .widget-search {
    position: relative;
}

.widget .widget-search .form-control {
    padding-left: 60px;
}

.widget .widget-search .search-icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
    width: 40px;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
}

.widget .widget-categories li {
    border-bottom: 1px solid #e5e5e5;
}

.widget .widget-categories li a {
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #898b96;
}

.widget .widget-categories li a span {
    margin-right: auto;
}

.widget .widget-categories li a:hover {
    color: var(--orion-main-color-hover);;
}

.widget .widget-categories li:last-child {
    border-bottom: 0;
}

.widget .widget-tag {
    display: flex;
    flex-wrap: wrap;
}

.widget .widget-tag li {
    margin: 0 0 3px 3px;
}

.widget .widget-tag li a {
    display: block;
    padding: 2px 14px;
    border-radius: 3px;
    background: #f0f1f6;
    color: #898b96;
}

.widget .widget-tag li a:hover {
    background: var(--orion-main-color-hover);;
    color: #ffffff;
}

.widget .widget-newsletter {
    background: #f0f1f6;
    padding: 30px;
    border-radius: 0.25rem;
}

/**********************/
/* Error */
/**********************/
.error-title {
    font-size: 300px;
    font-weight: 500;
    line-height: 300px;
}

@media (max-width: 767px) {
    .error-title {
        font-size: 200px;
        line-height: 200px;
    }
}

@media (max-width: 576px) {
    .error-title {
        font-size: 100px;
        line-height: 100px;
    }
}

/**********************/
/*  Banner  */
/**********************/
/* Intro (commune) */
#section-intro .letter {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -17em;
    margin-right: -17em;
    display: inline-block;
    width: 34em;
    height: 34em;
    overflow: hidden;
}

#section-intro .letter .letter-back {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    width: calc(100% + 1em);
    width: -webkit-calc(100% + 1em);
    height: calc(100% + 1em);
    height: -webkit-calc(100% + 1em);
}

#section-intro .letter .letter-back svg {
    filter: blur(0.5px);
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    width: calc(100% - 1em);
    width: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    height: -webkit-calc(100% - 1em);
}

#section-intro .letter .letter-mid {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    width: calc(100% + 1em);
    width: -webkit-calc(100% + 1em);
    height: calc(100% + 1em);
    height: -webkit-calc(100% + 1em);
    background-color: white;
    -webkit-mix-blend-mode: darken;
    mix-blend-mode: darken;
}

#section-intro .letter .letter-mid svg {
    filter: blur(0.5px);
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    width: calc(100% - 1em);
    width: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    height: -webkit-calc(100% - 1em);
}

#section-intro .letter .letter-mid .video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-mix-blend-mode: lighten;
    mix-blend-mode: lighten;
    overflow: hidden;
}

#section-intro .letter .letter-mid .video video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

#section-intro.seen .letter svg path.triggered {
    transition: stroke-dashoffset 1s ease-in-out 1s;
    -webkit-transition: stroke-dashoffset 1s ease-in-out 1s;
    stroke-dashoffset: 0 !important;
}

.default-banner .video video {
    height: 670px !important;
    width: 900px !important;
}

.slider-02 {
    height: 100vh;
}

.banner-personal {
    padding: 400px 0 100px;
}

.banner-business {
    padding: 200px 0;
}

.banner-corporate {
    padding-top: 300px;
}

.banner-blog-minimal {
    padding: 200px 0;
}

.banner-blog-creative {
    padding: 200px 0 0;
}

.banner-saas {
    padding: 200px 0;
}

.banner-portfolio {
    padding: 200px 0 100px;
}

.banner-portfolio-panel {
    padding: 200px 0;
}

.banner-creative {
    padding: 300px 0 200px;
}

.banner-landing {
    padding: 0 0 100px;
}

.banner-seo {
    padding: 200px 0 230px;
}

@media (max-width: 991px) {
    .banner-corporate {
        padding-top: 150px;
    }

    #section-intro .letter {
        margin-top: -10em;
        margin-right: -13em;
        width: 20em;
        height: 20em;
    }

    .banner-blog-minimal {
        padding: 100px 0;
    }

    .banner-saas {
        padding: 100px 0 0;
    }

    .banner-portfolio {
        padding: 100px 0;
    }

    .banner-portfolio-panel {
        padding: 100px 0;
    }

    .banner-creative {
        padding: 250px 0 150px;
    }

    .banner-landing {
        padding: 100px 0;
    }

    .banner-seo {
        padding: 170px 0 200px;
    }
}

@media (max-width: 767px) {
    .banner-portfolio {
        padding: 80px 0;
    }

    .banner-portfolio-panel {
        padding: 80px 0;
    }
}

@media (max-width: 576px) {
    .display-1 {
        font-size: 50px;
    }

    .banner-corporate {
        padding-top: 70px;
    }

    .banner-creative {
        padding: 150px 0 100px;
    }

    .banner-landing {
        padding: 60px 0;
    }
}

/**********************/
/* Shop */
/**********************/
.banner-shop {
    padding: 200px 0;
}

.banner-shop-02 {
    padding: 460px 0 100px;
}

.cart-list-item {
    display: flex;
}

.cart-list-item .cart-product {
    width: 50px;
    height: 50px;
    display: flex;
    flex: 0 0 50px;
}

.cart-list-item .cart-info {
    margin-right: 20px;
}

.cart-list-item .cart-info .cart-price {
    font-size: 14px;
}

.product-item {
    display: flex;
    position: relative;
    padding: 40px 20px 20px;
    border-radius: 10px;
    z-index: 1;
}

.product-item:before {
    box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.1);
    height: 70%;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    background: #ffffff;
    right: 0;
    z-index: -1;
}

.product-item .product-info {
    margin-right: 40px;
}

.product-item-02 {
    position: relative;
    padding: 30px;
    background: #ffffff;
    border-radius: 0.25rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease-in-out;
}

.product-item-02 .product-image {
    position: relative;
}

.product-item-02 .product-image:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.product-item-02 .product-hover {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.product-item-02 .product-hover .product-btn {
    font-weight: 500;
    color: var(--orion-main-color);
    background: #ffffff;
    display: block;
    margin: 4px 2px;
    padding: 6px 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}

.product-item-02 .product-hover .product-btn i {
    color: var(--orion-main-color-hover);;
    padding-left: 2px;
}

.product-item-02 .product-hover .product-btn:hover {
    color: var(--orion-main-color-hover);;
}

.product-item-02:hover {
    box-shadow: 0px 7px 30px rgba(1, 5, 33, 0.1);
}

.product-item-02:hover .product-hover {
    opacity: 1;
    top: 50%;
}

.product-item-02:hover .product-image:before {
    opacity: 1;
}

.shop-filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shop-filters .filter-shop-views a {
    font-size: 20px;
    color: var(--orion-main-color);
}

.shop-filters .filter-shop-views a:hover {
    color: var(--orion-main-color-hover);;
}

.shop-filters .filter-box a {
    color: var(--orion-main-color);
    height: 100%;
}

.shop-filters .filter-box a i {
    font-size: 20px;
    color: var(--orion-main-color);
    transition: all 0.3s ease-in-out;
}

.shop-filters .filter-box a:hover i {
    color: var(--orion-main-color-hover);;
}

.shop-sidebar .widget {
    margin-bottom: 40px;
}

.shop-sidebar .widget-title {
    margin-bottom: 20px;
}

.shop-sidebar .widget-category li {
    margin-bottom: 10px;
}

.shop-sidebar .widget-category li a {
    color: var(--orion-main-color);
}

.widget-color {
    display: flex;
    flex-wrap: wrap;
}

.widget-color li {
    margin: 0 0 20px 20px;
}

.widget-color li a .color-box {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
}

.cart-item {
    display: flex;
    justify-content: space-between;
}

.cart-item div {
    margin: 0 5px;
}

.cart-item .cart-product {
    display: flex;
}

.cart-item .cart-product img {
    flex: 0 0 100px;
    width: 100px;
    height: auto;
}

@media (max-width: 991px) {
    .banner-shop {
        padding: 100px 0 150px;
    }
}

@media (max-width: 767px) {
    .cart-item {
        flex-wrap: wrap;
        display: block;
    }

    .cart-item div {
        margin: 5px;
    }

    .shop-filters {
        justify-content: start;
        flex-wrap: wrap;
    }

    .banner-shop-02 {
        padding: 160px 0 100px;
    }
}

/**********************/
/* General */
/**********************/
code {
    direction: ltr;
}

h1, .h1 {
    line-height: 85px;
}

/**********************/
/* Swiper */
/**********************/
.swiper-container-rtl .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: none;
}

/**********************/
/* Typer Section */
/**********************/
.typer {
    text-decoration: none;
}

/**********************/
/* Animation Section */
/**********************/
.animation-box code .html {
    direction: ltr;
}

/**********************/
/* Progress Bar Section */
/**********************/
svg.radial-progress {
    transform: rotate(-90deg);
}

/**********************/
/* Rating Section */
/**********************/
.br-theme-bars-pill .br-widget a:first-child {
    -webkit-border-top-left-radius: 999px;
    -webkit-border-bottom-left-radius: 999px;
    -moz-border-radius-topright: 999px;
    -moz-border-radius-bottomright: 999px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    -webkit-border-top-right-radius: unset;
    -webkit-border-bottom-right-radius: unset;
    -moz-border-radius-topleft: unset;
    -moz-border-radius-bottomleft: unset;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.br-theme-bars-pill .br-widget a:last-child {
    -webkit-border-top-right-radius: 999px;
    -webkit-border-bottom-right-radius: 999px;
    -moz-border-radius-topright: 999px;
    -moz-border-radius-bottomright: 999px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    -webkit-border-top-left-radius: unset;
    -webkit-border-bottom-left-radius: unset;
    -moz-border-radius-topleft: unset;
    -moz-border-radius-bottomleft: unset;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

/**********************/
/* Tooltip And Popover Section */
/**********************/
.popover {
    right: unset;
    left: 0;
}

/**********************/
/* Portfolio Section */
/**********************/
.portfolio-item-mousemove .img-content-hover {
    right: unset;
    left: 0;
}

/**********************/
/* index.html Section */
/**********************/
#section-intro .letter .letter-mid .video video {
    right: -400px;
}

/**********************/
/* before-after Section */
/**********************/
#comparison {
    direction: ltr;
}

/*# sourceMappingURL=style.css.map */
