/*
============================================
*   [Table of contents]
* ==========================================
    Theme Default Css
    01. Preloader
    02. Top bar
    03. Navigation Area
    04. Cart
    05. Search
    06. Header
    07. Info Section
    08. Quality Services
    09. Company Overview
    10. Fun Fact
    11. Case Studies
    12. Pricing
    13. Our Gallery
    14. Our Expertise
    15. Team
    16. Testimonial
    17. Latest News
    18. Call To Action
    19. Partners
    20. Footer
    21. Breadcrumb Area
    22. Gallery Page
    23. Masoanry Tab & Pagination
    24. Contact Form
    25. 404 Page
    26. Blog Pages
    27. Blgo Filter
    28. Blog Single
    29. About Us
    30. Coming Soon Page
/* ========================================== */

/*===== 01. Default Css Start =====*/

/* Google Fonts */

/*@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Colors */
:root {
    --bs-black:#000000;
    --bs-blue:#0d6efd;
    --bs-indigo:#6610f2;
    --bs-purple:#6f42c1;
    --bs-pink:#e91e63;
    --bs-red:#f74848;
    --bs-orange:#fd7e14;
    --bs-orange-dark:#ee4a34;
    --bs-orange-dark-light:#fae4df;
    --bs-yellow:#f5a416;
    --bs-green:#4caf50;
    --bs-teal:#20c997;
    --bs-cyan:#17a2b8;
    --bs-white:#ffffff;
    --bs-gray:#eeeeee;
    --bs-gray-light: #ebeced;
    --bs-gray-dark:#979797;
    --bs-primary:#0026FF; /*#0088cc*/
    --bs-primary-dark:#0279b5;
    --bs-primary-light: #f2f8fb;
    --bs-primary-shadow: rgba(0, 136, 204, 0.3);
    --bs-secondary:#000401; /*#181b1e*/
    --bs-secondary-dark: #222222;
    --bs-gray-500: #f2f2f2;
    --bs-gray-500-thumb: #c2c2c2;
    --bs-success:#28a745;
    --bs-info:#17a2b8;
    --bs-warning:#ffc107;
    --bs-danger:#dc3545;
    --bs-light:#f8f9fa;
    --bs-dark:#343a40; /* sans-serif */
    --bs-font-family: 'Sarabun', sans-serif;
    --bs-font-awesome: "FontAwesome";
    --bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
    --bs-gradient-image:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
    --bs-shadow: 2px 5px 20px rgba(0, 0, 0, .2);
    --bs-radius-defualt: 0.1875rem;
    --bs-theme-radius: 40% 60% 45% 55%/71% 67% 33% 29%;
    --bs-theme-radius-reverse: 72% 28% 56% 44%/29% 37% 63% 71%;
    --bs-transition: all .35s cubic-bezier(.645,.045,.355,1);
    --bs-transition-slow: all .55s cubic-bezier(.645,.045,.355,1);
    --bs-transition-very-slow: all .75s cubic-bezier(.645,.045,.355,1);
}

.bg-primary-light {
    background-color: var(--bs-primary-light);
}

/* ---//--- */

/* --- Selection Colors --- */

::-webkit-selection {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

::selection {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

/* ---//--- */

/* --- Scrollbar Colors --- */

::-webkit-scrollbar {
    width: 0.625rem;
    background-color: var(--bs-gray-500);
  }

::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray-500-thumb);
    border-radius: 0.625rem;
}

::-webkit-scrollbar-corner {
    background-color: var(--bs-gray-500);
}

/* ---//--- */

/*--------------------------------------------------------------
# Basic Typography Structure
--------------------------------------------------------------*/

*:not(table *) {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}

body {
    letter-spacing: .55px;
    overflow-x: hidden;
    font-family: var(--bs-font-family);
}

body:not(.admin-bar) {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-font-family);
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

a {
    color: var(--bs-primary);
    text-decoration: underline;
    outline: none;
}

a:hover,
a:active,
a:focus {
    color: var(--bs-primary);
    text-decoration: underline;
    text-decoration-style: dotted;
}

a:hover,
a:active,
button:focus {
    box-shadow: none;
}

button[type=submit]:focus, button:focus, input[type="button"]:focus,
input[type="reset"]:focus, input[type="submit"]:focus,
a:focus {
    outline-width: 1px;
    outline-offset: -2px;
    outline-style: dotted;
    text-decoration: none;
}

a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

button, input, optgroup, select, textarea {
    margin: 0;
}

button, input {
    overflow: visible;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    display: block;
}

em, cite, q {
    color: var(--bs-primary);
    font-style: italic;
    font-weight: bold;
}

code, kbd, tt, var, samp, pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: var(--bs-secondary);
    color: var(--bs-white);
    padding: 1px 0.3125rem;
    border-radius: 0px;
    font-size: 88%;
}

pre {
    display: block;
    margin: 0 0 0.625rem;
    font-size: 0.8125rem;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid var(--bs-gray-light);
    border-radius: 0px;
    overflow: auto;
}

table>thead {
    vertical-align: bottom;
}

table th, table td {
    padding: .95rem 1.2rem;
    vertical-align: top;
    border: 1px solid var(--bs-gray);
}

table.btn-table td {
    vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-white);
    color: var(--bs-secondary);
}

figure {
    margin: 0;
}

address,
table,
pre {
    width: 100%;
}

small {
    font-size: 80%;
}

fieldset {
    border: 1px solid var(--bs-gray-light);
    margin: 1.5rem 0.125rem;
    padding: 0.625rem 1.5625rem 1.25rem;
    border-radius: 0;
}

body #page {
    overflow-x: hidden;
}

iframe {
    max-width: 100%;
    /* height: auto; */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 0;
}

button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    background-color: var(--bs-primary);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--bs-white);
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0.688rem 1.375rem;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.btn-like-icon {
    padding-right: 3.4rem;
}

.btn.btn-secondary.btn-like-icon {
    background-color: var(--bs-secondary);
}

.btn.btn-white.btn-like-icon {
    background-color: var(--bs-white);
}

.theme-slider .btn.btn-secondary.btn-like-icon {
    background-color: rgba(0, 0, 0, .6);
}

.theme-slider .btn.btn-white.btn-like-icon {
    background-color: rgba(255, 255, 255, .6);
}

.btn-like-icon .bticn {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 2.6;
}

.btn-like-icon .bticn .fa-angle-right {
    font-weight: 900;
    font-size: 120%;
}

.btn-secondary .bticn,
.btn-primary .bticn,
.btn-border-primary .bticn {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.btn-border-white .bticn,
.btn-white .bticn {
    color: var(--bs-primary);
    background-color: var(--bs-white);
}

.btn-like-icon .bticn span {
    margin-left: 3px;
}

.comment-metadata .edit-link a, .comment-body .reply a,
.scrolling-btn,
.bs-tab-filter a, form button,
.bs-post-pagination div.nav a,
.btn:not(.btn-link):not(.btn-play):not(.btn-video) {
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-decoration: none;
    transition: 0.5s all ease;
}

.comment-metadata .edit-link a:before, .comment-body .reply a:before,
.scrolling-btn:before,
.bs-tab-filter:not(.tab-swipe-filter) a:before, form button:before,
.bs-post-pagination div.nav a:before,
.btn:not(.btn-link):not(.btn-play):not(.btn-video):before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: inherit;
    z-index: -1;
}

.comment-metadata .edit-link a:after, .comment-body .reply a:after,
.scrolling-btn:after,
.bs-tab-filter:not(.tab-swipe-filter) a:after, form button:after,
.bs-post-pagination div.nav a:after,
.btn:not(.btn-link):not(.btn-play):not(.btn-video):after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: inherit;
    z-index: -1;
    opacity: .40;
}

.btn-border-primary:not(.btn-link):not(.btn-play):not(.btn-video):before,
.btn-border-primary:not(.btn-link):not(.btn-play):not(.btn-video):after {
    background-color: var(--bs-primary);
}

.btn-white:before,.btn-white:after,
.btn-border-white:not(.btn-link):not(.btn-play):not(.btn-video):before,
.btn-border-white:not(.btn-link):not(.btn-play):not(.btn-video):after {
    background-color: var(--bs-white);
}

form button:before, form button:after,
.bs-post-pagination div.nav a:before,
.bs-post-pagination div.nav a:after,
.btn-primary:not(.btn-link):not(.btn-play):not(.btn-video):before,
.btn-primary:not(.btn-link):not(.btn-play):not(.btn-video):after {
    background-color: var(--bs-secondary);
}

.scrolling-btn:before, .scrolling-btn:after,
.comment-metadata .edit-link a:before, .comment-metadata .edit-link a:after,
.comment-body .reply a:before, .comment-body .reply a:after,
.bs-tab-filter a:before, .bs-tab-filter a:after,
.btn-secondary:not(.btn-link):not(.btn-play):not(.btn-video):before,
.btn-secondary:not(.btn-link):not(.btn-play):not(.btn-video):after {
    background-color: var(--bs-primary);
}

.comment-metadata .edit-link a:hover:before, .comment-metadata .edit-link a:hover:after,
.comment-body .reply a:hover:before, .comment-body .reply a:hover:after,
.comment-metadata .edit-link a:focus:before, .comment-metadata .edit-link a:focus:after,
.comment-body .reply a:focus:before, .comment-body .reply a:focus:after,
.scrolling-btn:hover:before, .scrolling-btn:hover:after,
.scrolling-btn:focus:before, .scrolling-btn:focus:after,
form button:hover:before, form button:hover:after,
form button:focus:before, form button:focus:after,
.bs-tab-filter a:hover:before, .bs-tab-filter a:hover:after,
.bs-tab-filter a:focus:before, .bs-tab-filter a:focus:after,
.bs-post-pagination div.nav a:hover:after,
.bs-post-pagination div.nav a:hover:before,
.bs-post-pagination div.nav a:focus:after,
.bs-post-pagination div.nav a:focus:before,
.btn:not(.btn-link):not(.btn-play):not(.btn-video):hover:before,
.btn:not(.btn-link):not(.btn-play):not(.btn-video):focus:before,
.btn:not(.btn-link):not(.btn-play):not(.btn-video):hover:after,
.btn:not(.btn-link):not(.btn-play):not(.btn-video):focus:after {
    width: 100%;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 1px dotted;
    outline-offset: -2px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control {
    border-radius: 0;
    display: block;
    line-height: 1.2;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.8rem 1.25rem;
    vertical-align: middle;
    width: 100%;
    min-height: 46px;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray-light);
    outline: none;
    letter-spacing: 0.5px;
    box-shadow: none;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

input[type="text"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus, select:focus,
input[type="text"]:hover, input[type="email"]:hover,
input[type="url"]:hover, input[type="password"]:hover,
input[type="search"]:hover, input[type="number"]:hover,
input[type="tel"]:hover, input[type="range"]:hover,
input[type="date"]:hover, input[type="month"]:hover,
input[type="week"]:hover, input[type="time"]:hover,
input[type="datetime"]:hover, input[type="datetime-local"]:hover,
input[type="color"]:hover, textarea:hover, select:hover {
    background-color: var(--bs-white);
    border-color: var(--bs-primary);
    outline: none;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

select {
    border: 1px solid var(--bs-gray);
    border-radius: 0;
    display: block;
    font-size: 92%;
    font-weight: 500;
    padding: 0.8rem 1.25rem;
    min-height: 46px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    box-shadow: none;
    overflow: auto !important;
    outline: 0;
    background-color: var(--bs-white);
}

textarea {
    height: 11.25rem;
    overflow: auto;
    resize: vertical;
}

input[type=checkbox], input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio],
div.wpforms-container-full .wpforms-form input[type=checkbox] {
    position: relative;
    border: 2px solid var(--bs-secondary);
    background-color: var(--bs-white);
    color: var(--bs-primary);
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 16px !important;
    max-width: 16px;
    border-radius: 3px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    transition: .05s border-color ease-in-out;
}

input[type=radio] {
    border-radius: 50%;
    margin-right: 0.25rem;
    line-height: 0.75rem;
}

input[type=checkbox]:hover:before,
input[type=radio]:hover:before,
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    display: inline-block;
    vertical-align: middle;
    speak: none;
    line-height: 1.1;
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

input[type=radio]:checked:before {
    content: "â¬¤";
    text-indent: -9999px;
    border-radius: 6.25rem;
    font-size: 1.5rem;
    width: 0.46rem;
    height: 0.46rem;
    margin: 0.152rem 0.152rem 0.25rem 0.175rem;
    line-height: 1.25rem;
    background: var(--bs-primary);
}

input[type=checkbox]:checked,
input[type=checkbox]:hover,
input[type=radio]:checked,
input[type=radio]:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

input[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 0.32rem;
    background-color: var(--bs-white);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*---//---*/

/* --- Primary Colors --- */

input[type="reset"]:hover, input[type="submit"]:hover,
button[type=submit]:focus, input[type="button"]:focus,
input[type="reset"]:focus, input[type="submit"]:focus {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

/* ---//--- */

.owl-carousel .owl-nav {
    display: block;
    width: 200px;
    margin: 40px auto 0;
    text-align: center;
}

.owl-carousel div.owl-nav button[class*='owl-'] {
    cursor: pointer;
    margin: 0 5px;
    padding: 0 0.75rem;
    line-height: 34px;
    border-radius: var(--bs-theme-radius);
    color: var(--bs-white);
    background-color: var(--bs-primary);
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.owl-carousel div.owl-nav button[class*='owl-'] i {
    vertical-align: middle;
}

.owl-carousel div.owl-nav button[class*='owl-']:hover,
.owl-carousel div.owl-nav button[class*='owl-']:focus {
    border-radius: var(--bs-theme-radius-reverse);
    background-color: var(--bs-primary);
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
    background: none;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: var(--bs-secondary);
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--bs-primary);
}

.read-link {
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.read-link:after {
    font-family: var(--bs-font-awesome);
    margin-left: -0.9375rem;
    line-height: 0.9375rem;
    text-align: center;
    font-size: 0.625rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(calc(-100% + 12px));
    transition: all .55s ease-out 0ms;
}

.read-link:hover:after,
.read-link:focus:after {
    margin-left: 0.375rem;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.theme-link {
    display: inline-block;
    overflow: hidden;
}

.theme-link .read-link:after {
    content: "\f054";
    height: 0.9375rem;
    width: 0.9375rem;
    border-radius: var(--bs-theme-radius);
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    font-size: 0.625rem;
}

.theme-link .read-link:hover,
.theme-link .read-link:focus {
    color: var(--bs-primary);
}

.theme-link .read-link:hover:after,
.theme-link .read-link:focus:after {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.bg-primary-light {
    background-color: var(--bs-primary-light);
}

.h-full {
    height: 100%;
}

.minus-mt-6 {
    margin-top: -6rem;
}

.bs-my-default {
    margin: 6.25rem 0;
}
.bs-mt-default {
    margin-top: 6.25rem;
}
.bs-mb-default {
    margin-bottom: 6.25rem;
}
.bs-mt-minus {
    margin-top: -85px;
}

.bs-py-default {
    padding: 6.25rem 0;
}
.bs-pt-default {
    padding-top: 6.25rem;
}
.bs-pb-default {
    padding-bottom: 6.25rem;
}
.bs-pt-plus {
    padding-top: 10.5rem;
}

.btn-rounded {
    border-radius: 10em;
}

.btn-white {
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background-color: var(--bs-primary);
}

.btn-border-white {
    color: var(--bs-white);
    border-color: var(--bs-white);
}

.btn-border-white:hover,
.btn-border-white:focus,
.btn-border-white:active {
    color: var(--bs-primary);
    background-color: var(--bs-white);
    border-color: var(--bs-white);
}

.btn-border-primary {
    color: var(--bs-secondary);
    border-color: var(--bs-primary);
}

.btn-border-primary:hover,
.btn-border-primary:focus,
.btn-border-primary:active {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn.bs-load-btn {
    font-size: 0.9375rem;
}
.bs-load-item {
    display: none;
}
.bs-load-spinner {
    position: relative;
    cursor: pointer;
    width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    vertical-align: middle;
}
.bs-load-spinner:before, .bs-load-spinner:after {
    position: absolute;
    display: block;
    content: "";
    width: 0.5625rem;
    height: 0.5625rem;
    left: 0;
    top: -0.3125rem;
    right: 0;
    bottom: 0;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: var(--bs-white);
    border-right-color: var(--bs-white);
    border-radius: 0 0 1px 0;
    transform: translate(0%, 0%) rotate(45deg);
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}
.loadspinner .bs-load-spinner:before {
    border-radius: 50%;
    animation: 0.8s spin 0.4s linear forwards infinite;
}
.loadspinner .bs-load-spinner:after {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    animation: 0.8s spinReverse 0.4s linear forwards infinite;
}

/*===== // =====*/

/*=============== 01. Preloader =============*/

@-webkit-keyframes preload-show-1 {
    from {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-show-1 {
    from {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-hide-1 {
    to {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-hide-1 {
    to {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-cycle-1 {
    5% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    10%,
    75% {
        -webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    80%,
    100% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-cycle-1 {
    5% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    10%,
    75% {
        -webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    80%,
    100% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-show-2 {
    from {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-show-2 {
    from {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-hide-2 {
    to {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-hide-2 {
    to {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-cycle-2 {
    10% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    15%,
    70% {
        -webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    75%,
    100% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-cycle-2 {
    10% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    15%,
    70% {
        -webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    75%,
    100% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-show-3 {
    from {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-show-3 {
    from {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-hide-3 {
    to {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-hide-3 {
    to {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-cycle-3 {
    15% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    20%,
    65% {
        -webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    70%,
    100% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-cycle-3 {
    15% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    20%,
    65% {
        -webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    70%,
    100% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-show-4 {
    from {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-show-4 {
    from {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-hide-4 {
    to {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-hide-4 {
    to {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-cycle-4 {
    20% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    25%,
    60% {
        -webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    65%,
    100% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-cycle-4 {
    20% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    25%,
    60% {
        -webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    65%,
    100% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-show-5 {
    from {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-show-5 {
    from {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-hide-5 {
    to {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-hide-5 {
    to {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-cycle-5 {
    25% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    30%,
    55% {
        -webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    60%,
    100% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-cycle-5 {
    25% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    30%,
    55% {
        -webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    60%,
    100% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-show-6 {
    from {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-show-6 {
    from {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-hide-6 {
    to {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-hide-6 {
    to {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-cycle-6 {
    30% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    35%,
    50% {
        -webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    55%,
    100% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@keyframes preload-cycle-6 {
    30% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }

    35%,
    50% {
        -webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #ffffff;
    }

    55%,
    100% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #ffffff;
    }
}

@-webkit-keyframes preload-flip {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(-60deg);
                transform: rotateY(0deg) rotateZ(-60deg);
    }

    100% {
        -webkit-transform: rotateY(360deg) rotateZ(-60deg);
                transform: rotateY(360deg) rotateZ(-60deg);
    }
}

@keyframes preload-flip {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(-60deg);
                transform: rotateY(0deg) rotateZ(-60deg);
    }

    100% {
        -webkit-transform: rotateY(360deg) rotateZ(-60deg);
                transform: rotateY(360deg) rotateZ(-60deg);
    }
}

.preloader-wrapper {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--bs-primary);
    z-index: 99999999999999999;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 3.75em;
    height: 4.25em;
    margin-left: -1.875em;
    margin-top: -2.125em;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotateY(180deg) rotateZ(-60deg);
            transform: rotateY(180deg) rotateZ(-60deg);
}

.preloader .slice {
    border-top: 1.125em solid transparent;
    border-right: none;
    border-bottom: 1em solid transparent;
    border-left: 1.875em solid var(--bs-white);
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    border-radius: 3px 3px 0 0;
}

.preloader .slice:nth-child(1) {
    -webkit-transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.82s preload-hide-1 both 1;
            animation: 0.15s linear 0.82s preload-hide-1 both 1;
}

.preloader .slice:nth-child(2) {
    -webkit-transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.74s preload-hide-2 both 1;
            animation: 0.15s linear 0.74s preload-hide-2 both 1;
}

.preloader .slice:nth-child(3) {
    -webkit-transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.66s preload-hide-3 both 1;
            animation: 0.15s linear 0.66s preload-hide-3 both 1;
}

.preloader .slice:nth-child(4) {
    -webkit-transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.58s preload-hide-4 both 1;
            animation: 0.15s linear 0.58s preload-hide-4 both 1;
}

.preloader .slice:nth-child(5) {
    -webkit-transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.5s preload-hide-5 both 1;
            animation: 0.15s linear 0.5s preload-hide-5 both 1;
}

.preloader .slice:nth-child(6) {
    -webkit-transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.42s preload-hide-6 both 1;
            animation: 0.15s linear 0.42s preload-hide-6 both 1;
}

.preloader.loading {
    -webkit-animation: 2s preload-flip steps(2) infinite both;
            animation: 2s preload-flip steps(2) infinite both;
}

.preloader.loading .slice:nth-child(1) {
    -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-1 linear infinite both;
            animation: 2s preload-cycle-1 linear infinite both;
}

.preloader.loading .slice:nth-child(2) {
    -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-2 linear infinite both;
            animation: 2s preload-cycle-2 linear infinite both;
}

.preloader.loading .slice:nth-child(3) {
    -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-3 linear infinite both;
            animation: 2s preload-cycle-3 linear infinite both;
}

.preloader.loading .slice:nth-child(4) {
    -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-4 linear infinite both;
            animation: 2s preload-cycle-4 linear infinite both;
}

.preloader.loading .slice:nth-child(5) {
    -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-5 linear infinite both;
            animation: 2s preload-cycle-5 linear infinite both;
}

.preloader.loading .slice:nth-child(6) {
    -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-6 linear infinite both;
            animation: 2s preload-cycle-6 linear infinite both;
}


/*=============== 02. Top bar =============*/

.above-header {
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
}

.header-transparent .above-header {
    border-bottom: none;
}

.info-area {
    padding: 15px 0;
}

.info-icon {
    width: 30px;
    height: 50px;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.info-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.info-icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.info-area .info-icon i {
    -webkit-transition: .3s all;
    transition: .3s all;
    display: block;
    line-height: 50px;
}

.info-area:hover .info-icon i {
    -webkit-transform: scale(.8);
            transform: scale(.8);
}

.info-text {
    margin-left: 80px;
}

.info-text h6 {
    padding-top: 8px;
}

.header-widget ul li,
.header-widget ul li a,
.header-widget .widget li span {
    color: var(--bs-secondary);
    font-size: 14.5px;
}

/*=============== 03. Navigation Area =============*/

.main-navigation > .container {
    background-color: var(--bs-white);
    border-radius: 0;
}

.header-transparent .main-navigation > .container {
    border-radius: 5px;
}

.main-navigation > .container .col-3 {
    padding-left: 0;
}

.main-navigation .logo {
    border-radius: 0;
}

.header-transparent .main-navigation .logo {
    border-radius: 5px 0 0 5px;
}

.main-navigation .logo {
    /* color: var(--bs-white);
    background-color: var(--bs-primary); */
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 92px;
}

.main-navigation .logo .site-title {
    margin-bottom: 0;
}

.main-navigation .logo a {
    color: inherit;
    margin: 0;
}

.main-navigation .logo img {
    max-width: 13.5rem;
}

.main-navigation .contact-area {
    color: var(--bs-white);
}

.main-navbar .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover) {
    color: var(--bs-secondary);
}

.main-navbar .main-menu > li:hover > a,
.main-navbar .main-menu > li.focus > a,
.main-navbar .main-menu .menu-item.active > a {
    color: var(--bs-primary);
}

/*=============== 04. Cart =============*/

.menu-right-list .header-cart {
    padding: 0 6px;
}

.menu-right-list li.cart-wrapper, .menu-right-list li.search-button {
    position: relative;
}

.menu-right-list li.cart-wrapper .cart-icon-wrap span {
    position: absolute;
    top: -2px;
    right: 0;
    width: 16px;
    height: 16px;
    line-height: 18px;
    border-radius: var(--bs-theme-radius);
    text-align: center;
    font-size: 60%;
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.shopping-cart {
    position: absolute;
    top: 96%;
    right: -28px;
    z-index: 9999999;
    width: 280px;
    background: var(--bs-white);
    border-radius: 3px;
    padding: 20px;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.menu-right-list li.cart-wrapper:hover .shopping-cart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.shopping-cart .badge {
    border-radius: var(--bs-theme-radius);
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 400;
}

.shopping-cart {
    text-align: left;
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart .shopping-cart-items {
    padding: 0;
    padding-top: 15px;
    list-style: none;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

.shopping-cart .shopping-cart-items .item-img {
    float: left;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    border-radius: var(--bs-theme-radius);
    text-align: center;
    line-height: 70px;
    border: 1px solid var(--bs-primary);
}

.shopping-cart .shopping-cart-items .item-img img {
    width: 70%;
    display: inline-block;
    vertical-align: baseline;
    border-radius: var(--bs-theme-radius);
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
}

.shopping-cart .shopping-cart-items .item-price {
    margin-right: 0;
    color: var(--bs-secondary);
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: red;
}

.shopping-cart:after {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: #515783;
    margin-right: 7px;
    float: left;
}

.shopping-cart .btn {
    width: 100%;
}

/*=============== 06. Slider =============*/

.slider-wrapper {
    background-color: var(--bs-secondary);
    position: relative;
    z-index: 0;
}

.main-slider,
.main-slider .owl-item img {
    width: 100%;
    height: 100%;
}

.theme-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.theme-slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: var(--bs-secondary); */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* opacity: 0.6; */
    z-index: -1;
}

.theme-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
}

.theme-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.theme-slider .slide-left .theme-content {
    margin-right: auto;
}

.theme-slider .slide-center .theme-content {
    margin: auto;
}

.theme-slider .slide-right .theme-content {
    margin-left: auto;
}

.theme-slider .theme-content {
    position: relative;
    max-width: 635px;
    width: 100%;
}

.theme-slider .theme-slider-card {
    width: 100%;
    background: rgba(0, 0, 0, .6);
    padding: 40px 55px;
    color: var(--bs-white);
    position: relative;
}

.theme-slider .theme-slider-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: var(--bs-primary);
}

.theme-slider .theme-content h6 {
    margin-bottom: 5px;
    display: block;
}

.theme-slider .theme-content h1 {
    margin-bottom: 10px;
}

.theme-slider .theme-content p {
    margin-bottom: 0;
}

.theme-slider .slide-center .theme-slider-card:before {
    height: 6px;
    width: 100%;
}

.theme-slider .slide-right .theme-slider-card:before {
    top: 0;
    right: 0;
    left: auto;
}

.theme-slider .btn {
    margin-top: 20px;
}

.theme-slider .text-right .btn {
    padding-right: 1rem;
    padding-left: 3.75rem;
}

.theme-slider .text-right .btn .bticn {
    right: auto;
    left: 0;
}

.theme-slider .btn.btn-border-white.btn-like-icon {
    margin-left: 3px;
}

.theme-slider .text-right .btn i:before {
    transform: rotate(180deg);
    display: inline-block;
}

.slide-left .theme-content {
    margin-right: auto;
    text-align: left;
}
.slide-right .theme-content {
    margin-left: auto;
    text-align: right;
}
.slide-center .theme-content {
    margin: auto;
    text-align: center;
}
.slide-right .col-md-7 {
    order: 1;
}
.slide-center [class*=col-md-] {
    max-width: 100%;
    flex-basis: 100%;
}
.slide-center [class*=col-md-] .btn {
    margin: 10px auto
}
.slide-center [class*=col-md-] p {
    margin-bottom: 15px;
}
.slide-center [class*=col-md-] .metasoft-img {
    margin: auto;
    margin-top: 15px;
    max-width: 445px;
    text-align: center;
}
.slide-center [class*=col-md-] img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}
.slide-left [class*=col-md-] .metasoft-img {
    text-align: right;
}
.slide-left [class*=col-md-] .metasoft-img img {
    display: inline-block;
}

.metasoft-img {
    overflow: hidden;
}

.metasoft-img iframe {
    /*min-height: 320px;*/
    min-height: 255px;
}

/*=============== 07. Info Section =============*/

.slider-wrapper+.info-section {
    margin-bottom: 80px;
    margin-top: -90px;
    padding: 0;
}

.partners-wrapper+.latestnews-wrapper,
.partners-wrapper+.team-wrapper,
.partners-wrapper+.expertise-wrapper,
.partners-wrapper+.casestudies,
.partners-wrapper+.info-section,
.partners-wrapper+.services-wrapper {
    padding-top: 0;
}

.latestnews-wrapper+.team-wrapper,
.latestnews-wrapper+.expertise-wrapper,
.latestnews-wrapper+.casestudies,
.latestnews-wrapper+.info-section,
.latestnews-wrapper+.services-wrapper,
.latestnews-wrapper+.partners-wrapper {
    padding-top: 0;
}

.team-wrapper+.expertise-wrapper,
.team-wrapper+.casestudies,
.team-wrapper+.info-section,
.team-wrapper+.services-wrapper,
.team-wrapper+.latestnews-wrapper,
.team-wrapper+.partners-wrapper {
    padding-top: 0;
}

.expertise-wrapper+.casestudies,
.expertise-wrapper+.info-section,
.expertise-wrapper+.services-wrapper,
.expertise-wrapper+.team-wrapper,
.expertise-wrapper+.latestnews-wrapper,
.expertise-wrapper+.partners-wrapper {
    padding-top: 0;
}

.casestudies+.info-section,
.casestudies+.services-wrapper,
.casestudies+.expertise-wrapper,
.casestudies+.team-wrapper,
.casestudies+.latestnews-wrapper,
.casestudies+.partners-wrapper {
    padding-top: 0;
}

.info-section+.casestudies,
.info-section+.services-wrapper,
.info-section+.expertise-wrapper,
.info-section+.team-wrapper,
.info-section+.latestnews-wrapper,
.info-section+.partners-wrapper {
    padding-top: 0;
}

.services-wrapper+.info-section,
.services-wrapper+.casestudies,
.services-wrapper+.expertise-wrapper,
.services-wrapper+.team-wrapper,
.services-wrapper+.latestnews-wrapper,
.services-wrapper+.partners-wrapper {
    padding-top: 0;
}

.info-section {
    padding: 6.25rem 0;
    position: relative;
    z-index: 0;
}

.info-box {
    border-radius: 10px;
    text-align: center;
    padding: 20px 20px 35px;
    background: var(--bs-white);
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.info-box-none {
    padding-top: 40px;
}

.info-box:hover,
.info-box:focus-within {
    background-color: var(--bs-primary);
    padding-bottom: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
}

.info-box .info-box-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 45px;
    text-align: center;
    color: var(--bs-primary);
    background: transparent;
    margin: 0 auto;
    border-radius: var(--bs-theme-radius);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.info-box .info-box-icon img {
    margin: auto;
    max-height: 45px;
    vertical-align: middle;
    display: inline-block;
}

.info-box:hover .info-box-icon,
.info-box:focus-within .info-box-icon {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.info-box h5 {
    position: relative;
    color: var(--bs-secondary);
    padding-bottom: 0.95rem;
    margin-bottom: 0.85rem;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.info-box:hover h5,
.info-box:focus-within h5 {
    color: var(--bs-white);
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
}

.info-box h5:after,
.info-box h5:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.info-box h5:after {
    bottom: 0;    
    width: 90px;
    height: 2px;
    background-color: var(--bs-secondary);
}

.info-box:hover h5:after, .info-box:hover h5:before,
.info-box:focus-within h5:after, .info-box:focus-within h5:before {
    background: var(--bs-white);
}

.info-box h5:before {
    bottom: -3px;
    z-index: 1;
    width: 28px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--bs-primary);
}

.info-box p {
    margin: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.info-box:hover p,
.info-box:focus-within p {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    color: var(--bs-white);
}

.info-box .theme-link {
    margin-top: -24px;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    text-decoration: none;
}

.info-box:hover .theme-link,
.info-box:focus-within .theme-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-top: 11px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.info-box .read-link:hover,
.info-box .read-link:focus,
.info-box .read-link {
    color: var(--bs-white);
}

.info-box:focus-within .theme-link .read-link:focus:after,
.info-box .theme-link .read-link:hover:after,
.info-box .theme-link .read-link:focus:after,
.info-box .theme-link .read-link:after {
    color: var(--bs-primary);
    background-color: var(--bs-white);
}

.info-box-none:hover .theme-link,
.info-box-none:hover h5,
.info-box-none:hover p,
.info-box-none:focus-within .theme-link,
.info-box-none:focus-within h5,
.info-box-none:focus-within p {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
}

/*===== 07. Heading Section =====*/

.heading-seprator h1 {
    color: var(--bs-secondary);
    position: relative;
    padding-bottom: 1.65rem;
    margin-bottom: 1rem;
}

.heading-seprator h1:after {
    content: "\f103";
    font-family: var(--bs-font-awesome);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: .65rem;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: var(--bs-theme-radius);
    z-index: 0;
}

.heading-seprator h1:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    width: 112px;
    height: 2px;
    margin: auto;
    background-color: var(--bs-secondary);
}

.text-white.heading-seprator h1:after {
    color: var(--bs-primary);
}

.text-white.heading-seprator h1:after,
.text-white.heading-seprator h1:before {
    background-color: var(--bs-white);
}

.heading-seprator p {
    margin-bottom: 0;
    font-weight: 400;
}

/*=============== 08. Quality Services =============*/

.single-seriveces {
    position: relative;
    top: 0;
    z-index: 1;
    background: var(--bs-white);
    padding: 15% 12%;
    text-align: center;
    margin: 10px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
    border-bottom: 5px solid transparent;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
}

.single-seriveces:hover,
.single-seriveces:focus-within {
    top: -10px;
    box-shadow: 0px 10px 30px 0px rgba(38, 59, 94, 0.1);
    border-color: var(--bs-primary);
}

.single-seriveces:hover .services-icons,
.single-seriveces:focus-within .services-icons {
    border-radius: var(--bs-theme-radius-reverse);
}

.services-icons {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 2.75rem;
    border-radius: var(--bs-theme-radius);
    margin-bottom: 30px;
    display: inline-block;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.col:nth-child(3n-2) .single-seriveces .services-icons,
.owl-item:nth-child(3n-2) .single-seriveces .services-icons {
    background-color: var(--bs-yellow);
}

.col:nth-child(3n-3) .single-seriveces .services-icons,
.owl-item:nth-child(3n-3) .single-seriveces .services-icons {
    background-color: var(--bs-green);
}

.services-icons i {
    vertical-align: middle;
}

.single-seriveces .services-icons img {
    width: 44px;
    display: inline-block;
}

.single-seriveces h5 {
    margin-bottom: 10px;
}

.single-seriveces h5 a {
    text-decoration: none;
    display: block;
}

.single-seriveces h5 a {
    color: var(--bs-secondary);
}

.single-seriveces h5 a:hover,
.single-seriveces h5 a:focus {
    color: var(--bs-primary);
}

.single-seriveces p {
    margin-bottom: 0;
}

/*=============== 09. Company Overview =============*/

.overview-wrapper {
    padding-bottom: 140px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.overview-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index: -1;
}

/*=============== 10. Fun Fact =============*/

.funfact-wrapper {
    position: relative;
    z-index: 0;
}

.overview-wrapper+.funfact-wrapper .funfact-box {
    margin-top: -100px;
}

.funfact-wrapper .funfact-box {
    padding: 60px 40px;
    background: var(--bs-white);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.075);
}

.singlefact {
    position: relative;
    width: 100%;
}

.singlefact i,
.singlefact img {
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    margin: 0px auto 8px;
}

.singlefact h1 {
    margin-bottom: 3px;
    color: var(--bs-primary);
}

.singlefact p {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: var(--bs-secondary);
}

.singlefact .separator {
    margin: 10px auto 0px;
    border: 0;
    width: 62px;
    height: 6px;
    background-color: var(--bs-yellow);
    opacity: 1;
}

/*=============== 11. Case Studies =============*/

.studiesbox {
    /*border-radius: 0px 0px 10px 10px;*/
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
}

.studies-card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    color: var(--bs-secondary);
    padding: 1.188rem 1.875rem;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
    height: 70px;
}

.studies-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
    background-color: var(--bs-white);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.studiesbox .studies-card i {
    color: var(--bs-primary);
    font-size: 2rem;
    margin-right: .75rem;
    vertical-align: middle;
}

.studies-card h5 {
    margin: 0;
}

.studies-card h5 a {
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.studies-card h5 a {
    color: var(--bs-secondary);
}

.studies-card h5 a:hover,
.studies-card h5 a:focus {
    color: var(--bs-primary);
}

.studies-card .theme-link {
    margin-top: 1.5rem;
    display: block;
}

.studies-card .theme-link,
.studies-card p {
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.studies-card p {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

/* Hover */
.studiesbox:hover .studies-card,
.studiesbox:focus-within .studies-card {
    height: 100%;
    padding-top: 70px;
    border-bottom: 5px solid var(--bs-primary);
}

.studiesbox:hover .studies-card .theme-link,
.studiesbox:hover .studies-card p,
.studiesbox:focus-within .studies-card .theme-link,
.studiesbox:focus-within .studies-card p {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*=============== 12. Pricing =============*/

.pricing-wrapper .single-pricing {
    position: relative;
    overflow: hidden;
    background-color: var(--bs-white);
    padding: 40px;
    max-width: 560px;
    margin: auto;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 136, 204, 0.1);
    box-shadow: 0px 10px 25px 0px rgba(0, 136, 204, 0.1);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.single-pricing h5 {
    margin-bottom: 22px;
    font-size: 1.41176rem;
    font-weight: 500;
}

.single-pricing .pricing .month {
    color: var(--bs-gray-dark);
}

.single-pricing .pricing {
    color: var(--bs-primary);
    padding-bottom: 38px;
    border-bottom: 1px solid var(--bs-gray-light);
}

.single-pricing .pricing .price {
    font-size: 3.29412rem;
    font-weight: 700;
    font-family: var(--bs-font-family);
    display: inline-block;
    line-height: 42px;
}

.single-pricing .pricing sup {
    font-weight: 700;
    font-size: 2.15rem;
    top: -2px;
    left: -2px;
}

.single-pricing ul {
    padding: 38px 0;
    list-style: none;
}

.single-pricing ul li {
    color: var(--bs-secondary);
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.single-pricing ul li:last-child {
    margin-bottom: 0;
}

.single-pricing ul li.deselect {
    color: #979797
}

.single-pricing ul li:before {
    content: '\f00e';
    font-family: 'FontAwesome';
    left: 0;
    padding-right: 30px;
}

.pricing-page {
    padding-bottom: 80px;
}

.pricing-wrapper .featured-text {
    width: 250px;
    padding: 10px 0;
    color: var(--bs-white);
    position: absolute;
    text-align: center;
    font-weight: 600;
    top: 26px;
    right: -65px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.pricing-wrapper .red {
    background: var(--bs-red);
}

.pricing-wrapper .green {
    background: var(--bs-green);
}

.pricing-wrapper .yellow {
    color: var(--bs-secondary);
    background: var(--bs-yellow);
}

.pricing-wrapper .white {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.pricing-wrapper .featured-plan {
    box-shadow: none;
    background-color: var(--bs-primary);
}

.featured-plan h5,
.pricing-wrapper .featured-plan .pricing,
.pricing-wrapper .featured-plan .pricing .month,
.pricing-wrapper .featured-plan ul li {
    color: var(--bs-white);
}

.pricing-wrapper .featured-plan .btn {
    color: var(--bs-white);
    border-color: var(--bs-white);
}

.pricing-wrapper .featured-plan .btn-border-primary .bticn {
    color: var(--bs-primary);
    background-color: var(--bs-white);
}

.pricing-wrapper .featured-plan .btn-border-primary:hover,
.pricing-wrapper .featured-plan .btn-border-primary:focus,
.pricing-wrapper .featured-plan .btn-border-primary:active {
    color: var(--bs-primary);
    background-color: var(--bs-white);
    border-color: var(--bs-white);
}

.pricing-wrapper .featured-plan .btn-border-primary:not(.btn-link):not(.btn-play):not(.btn-video):before,
.pricing-wrapper .featured-plan .btn-border-primary:not(.btn-link):not(.btn-play):not(.btn-video):after {
    background-color: var(--bs-white);
}

/* =============== Main Nav Tab ============= */
.bs-tab-filter.tab-swipe-filter {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    max-width: max-content;
    margin: auto;
    border-radius: 100px;
    overflow-x: auto;
    z-index: 1;
}

.main-nav-tab {
    -webkit-box-shadow: 0px 20px 45px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 20px 45px 0px rgb(0 0 0 / 8%);
    border-radius: 100px;
    margin: 0 auto;
    background-color: var(--bs-white);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    z-index: 1;
    position: relative;
}

.main-nav-tab::-webkit-scrollbar {
    display: none;
}

.main-nav-tab a {
    display: inline-block;
    color: #5f5f5f;
    font-weight: 600;
    min-width: 125px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 8px 31px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

.main-nav-tab a.active {
    color: var(--bs-white);
}

.main-nav-tab a,
.tab-swipe .indicator {
    border-radius: 1.35294rem;
}

.tab-swipe-filter {
    position: relative;
}

.tab-swipe-filter .indicator {
    background-color: var(--bs-primary);
    position: absolute;
    left: 0;
    z-index: -1;
    top: 50%;
    border-radius: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    height: calc(100% - 10px);
}

.main-nav-tab-2 {
    margin-bottom: 50px;
}

.main-nav-tab-2.nav-tabs {
    border-bottom: 1px solid rgba(9, 208, 201, 0.25);
}

.main-nav-tab-2 li {
    width: calc(100% / 4);
}

.main-nav-tab-2 li a {
    display: block;
    text-align: center;
    color: var(--bs-white);
    font-family: var(--bs-font-family);
    font-size: 1.17647rem;
    font-weight: 500;
    padding-bottom: 40px;
}

.main-nav-tab-2 li a>p {
    min-height: 46px;
    display: block;
    margin-bottom: 15px;
}

.main-nav-tab-2.tab-swipe-filter .indicator {
    top: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -1px;
    border-radius: 0px;
    height: 2px;
    background-color: #09d0c9;
}

/*=============== 13. Our Gallery =============*/

.col figure.gallery-item {
    margin: 0;
}

.gallery-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: var(--bs-secondary);
}

.gallery-item img {
    transition: all .35s;
    -webkit-transition: all .35s;
    transform: translate3d(0,0,0) scale(1.01);
    -webkit-transform: translate3d(0,0,0) scale(1.01);
}

.gallery-item:hover img,
.gallery-item:focus-within img {
    transform: translate3d(-4px,0,0) scale(1.1) rotate(0deg);
    -webkit-transform: translate3d(-4px,0,0) scale(1.1) rotate(0deg);
}

.gallery-item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 14px;
    font-weight: 600;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--bs-transition-slow);
    transition: var(--bs-transition-slow);
    z-index: 0;
}

.gallery-item figcaption:before,
.gallery-item figcaption:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-item figcaption:after {
    background-color: rgba(255,255,255,.4);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-101%,0);
    -webkit-transition: all .6s;
}

.gallery-item:hover figcaption:after,
.gallery-item:focus-within figcaption:after {
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,101%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,101%,0);
}

.gallery-item figcaption:before {
    content: "\f002";
    font-family: var(--bs-font-awesome);
    font-weight: 900;
    font-size: 78%;
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 28%;
    max-width: 48px;
    height: 29%;
    max-height: 50px;
    line-height: 1;
    background-color: var(--bs-white);
    border-radius: var(--bs-theme-radius);
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    transform: translateX(500%);
    opacity: 0;
    visibility: hidden;
    transition: var(--bs-transition-very-slow);
}

.gallery-item:hover figcaption:before,
.gallery-item:focus-within figcaption:before {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    margin: 0 auto;
}

.gallery-item:hover figcaption,
.gallery-item:focus-within figcaption {
    opacity: 1;
    visibility: visible;
}

.gallery-icon {
    position: relative;
}

.gallery-item:hover .gallery-icon, .gallery-item:focus-within .gallery-icon {
    opacity: .2;
    z-index: 1;
}

/*=============== 14. Our Expertise =============*/

.expertise-item {
    padding: 30px 25px 25px;
    border: 1px solid var(--bs-gray-500);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.expertise-item:hover,
.expertise-item:focus-within {
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.expertise-icon {
    position: relative;
    flex: 0;
}

.expertise-card {
    flex: 1;
}

.expertise-item .icon {
    width: 80px;
    height: 80px;
    display: block;
    line-height: 80px;
    text-align: center;
    color: var(--bs-primary);
    background: var(--bs-white);
    border-radius: var(--bs-theme-radius);
    font-size: 42px;
    margin-right: 1rem;
    position: relative;
    box-shadow: 0 0 15px 5px rgba(0, 136, 204, 0.27);
}

.expertise-item .icon img {
    margin: auto;
    vertical-align: middle;
    display: inline-block;
    max-height: 45px;
}

.expertise-item h5 a {
    text-decoration: none;
}

.expertise-item h5 a {
    color: var(--bs-secondary);
}

.expertise-item h5 a:hover,
.expertise-item h5 a:focus {
    color: var(--bs-primary);
}

.expertise-item p {
    margin: 0;
}

.success-info {
    padding: 3.094rem;
    text-align: center;
    background-color: var(--bs-white);
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.success-info .wpcf7 {
    text-align: left;
}

.contact-form .wpcf7 label,
.success-info .wpcf7 label {
    width: 100%;
}

.success-inner>i,
.success-inner img {
    display: inline-block;
    margin-bottom: 2.75rem;
}

.success-inner h5 {
    margin-bottom: 1rem;
}

.success-inner p {
    margin: 0;
}

.success-inner .btn {
    margin-top: 1rem;
}

/*=============== 15. Team =============*/

.team-member {
    position: relative;
}

.team-member img {
    width: 100%;
}

.team-content {
    position: absolute;
    top: 70%;
    left: 50%;
    line-height: 150px;
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    z-index: 2;
    color: var(--bs-primary);    
    -webkit-transition: .3s all;
    transition: .3s all;
}

.team-member:hover .team-content,
.team-member:focus-within .team-content {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}

.team-content .inner-content {
    text-align: center;
}

.team-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
    border-radius: var(--bs-theme-radius);
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
}

.team-content h5 {
    margin-bottom: 0;
    line-height: 1;
}

.team-content p {
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 0;
    color: var(--bs-secondary);
}

/* Hover content */
.teamhover-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;    
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.team-member:hover .teamhover-content,
.team-member:focus-within .teamhover-content {
    opacity: 1;
}

.teamhover-content .teamhover-text,
.teamhover-content p,
.teamhover-content .team-social {
    transition: all .6s ease 0s;
}

.teamhover-content .teamhover-text {
    margin: 0px 0 20px 0;
    width: 100%;
    padding: 15px 20px;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    transform: translateY(-100px);
}

.teamhover-content h5,
.teamhover-content h6 {
    margin-bottom: 0;
}

.teamhover-content h6 {
    font-size: .85rem;
    font-weight: 400;
}

.teamhover-content:hover .teamhover-text,
.teamhover-content:hover p,
.teamhover-content:focus-within .teamhover-text,
.teamhover-content:focus-within p {
    transform: translateY(0) translateX(0px);
}

.teamhover-content p {
    line-height: 24px;
    padding: 0 20px;
    transform: translateX(-255px) translateY(100px);
}

.teamhover-content .team-social {
    position: absolute;
    left: 20px;
    bottom: -100px;
    padding: 0;
    list-style: none;
}

.teamhover-content:hover .team-social,
.teamhover-content:focus-within .team-social {
    bottom: 20px;
}

.teamhover-content .team-social li {
    display: inline-block;
    margin-right: 5px;
}

.teamhover-content .team-social li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 0.85rem;
    text-align: center;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: var(--bs-theme-radius);
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .3s all;
    transition: .3s all;
}

.teamhover-content .team-social li a:hover {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.team-social a i {
    -webkit-transition: .3s all;
    transition: .3s all;
    display: inline-block;
}

.team-social a:hover i {
    -webkit-animation: socialFxD .3s forwards;
    animation: socialFxD .3s forwards
}

@-webkit-keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}


/*=============== 16. Testimonial =============*/
.testimonial-carousel .owl-stage-outer {
    padding: 40px 0;
}

.single-testimonial {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.testimonial-content>p {
    margin-bottom: 20px;
}

.testimonial-bio {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.testimonial-bio .testimonial-image {
    margin-right: 14px;
    position: relative;
    border-radius: var(--bs-theme-radius);
    overflow: hidden;
}
.testimonial-bio .testimonial-image>img {
    width: auto;
    display: block;
    border-radius: 100%;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonial-bio i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.35294rem;
    opacity: .1;
}

.testimonial-carousel .owl-item:not(.center) .single-testimonial {
    margin-top: 25px;
}

.testimonial-carousel .owl-item:not(.center) .single-testimonial .testimonial-image {
    width: 44px;
    height: 44px;
}

.testimonial-carousel .owl-item:not(.center) .single-testimonial .testimonial-image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bs-white);
    opacity: .5;
}

.testimonial-carousel .owl-item .single-testimonial h4 {
    margin-bottom: 5px;
}

.testimonial-carousel .owl-item .single-testimonial p {
    margin-bottom: 0;
}

.testimonial-carousel .owl-item:not(.center) .single-testimonial p {
    color: var(--bs-gray-dark);
}

.testimonial-carousel .owl-item:not(.center) .single-testimonial .testimonial-bio i {
    color: var(--bs-gray-dark);
}

.testimonial-carousel .owl-item.center .testimonial-image {
    width: 55px;
    height: 55px;
}

.testimonial-carousel .owl-item.center .testimonial-content>p {
    margin-bottom: 25px;
    font-size: 17px;
}

.testimonial-carousel .owl-item.center .testimonial-bio .testimonial-title {
    font-size: 20px;
}

.testimonial-carousel .owl-item.center .testimonial-content .testimonial-info {
    font-size: 15px;
}

.testimonial-carousel .owl-item.center .testimonial-bio i {
    font-size: 3.52941rem;
}

.testimonial-carousel .owl-item.center .single-testimonial {
    -webkit-box-shadow: 15px 15px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 15px 15px 40px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-carousel .owl-item.center .single-testimonial {
    padding: 40px;
}

.single-testimonial::before, .single-testimonial::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    background-color: var(--bs-secondary);
}
.testimonial-carousel .owl-item.center .single-testimonial::before {
    width: calc(100% - 20px);
    top: -14px;
    opacity: .07;
}
.testimonial-carousel .owl-item.center .single-testimonial::after {
    width: calc(100% - 40px);
    top: -28px;
    opacity: .03;
}
.testimonial-carousel .owl-item:not(.center) .single-testimonial::before,
.testimonial-carousel .owl-item:not(.center) .single-testimonial::after {
    opacity: 0;
}

.testimonial-carousel .owl-item.cloned {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.testimonial-carousel .owl-item.active {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.testimonial-carousel .owl-item.active.center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*=============== 17. Latest News =============*/

/*.post-item {
    margin-bottom: -40px;
}*/

.post-item .post-thumbnail {
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.post-item .post-thumbnail img {
    width: 100%;
    z-index: -1;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.post-item:hover .post-thumbnail img,
.post-item:focus-within .post-thumbnail img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2)
}

.post-item .post-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 1;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.post-item:hover .post-thumbnail:after,
.post-item:focus-within .post-thumbnail:after {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    visibility: visible;
}

.post-item .post-thumbnail .post-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: var(--bs-theme-radius);
    color: var(--bs-primary);
    background-color: var(--bs-white);
    text-align: center;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 2;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.post-item:hover .post-overlay,
.post-item:focus-within .post-overlay {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}

.post-item .post-content {
    background: var(--bs-white);
    border-radius: 10px 10px 0 0;
    margin: 0 12px;
    padding: 25px 15px 25px 15px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.06);
}

.post-item .meta-info {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    font-size: .9rem;
}

.post-item .meta-info a {
    text-decoration: none;
    display: inline-block;
    color: var(--bs-secondary);
}

.post-item .meta-info li {
    display: inline-block;
}

.post-item .meta-info li:not(:last-child) {
    margin-right: 10px;
}

.post-item .meta-info li i {
    margin-right: 5px;
    color: var(--bs-primary);
}

.post-item .post-title {
    font-size: 1.25rem;
}

.post-item .post-title a {
    display: block;
    text-decoration: none;
}

.post-item .post-content-bottom {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding: 20px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more-link {
	position: relative;
	padding-right: 0;
    text-decoration: none;
    -webkit-transition: ease padding-right 300ms;
    transition: ease padding-right 300ms;
}

.more-link {
    color: var(--bs-secondary);
}

.more-link:hover,
.more-link:focus {
    color: var(--bs-primary);
}

.more-link:after {
    content: "\f178";
    position: absolute;
    top: 0;
    right: 0;
    font-family: var(--bs-font-awesome);
    opacity: 0;
    visibility: hidden;
    transition: var(--bs-transition);
}

.more-link:hover,
.more-link:focus {
    padding-right: 20px;
    color: var(--bs-primary);
    text-decoration: none;
}

.more-link:hover:after,
.more-link:focus:after {
    opacity: 1;
    visibility: visible;
    right: 0;
}

/*=============== 18. Call To Action =============*/
.cta-wrapper {
    padding: 90px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: var(--bs-primary); */
    /* opacity: .95; */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    z-index: -2;
}

.cta-wrapper p {
    margin-bottom: 0;
}

.cta-wrapper h2,
.cta-wrapper p,
.cta-wrapper p a {
    color: var(--bs-white);
}

.cta-wrapper .learn-more {
    display: inline-block;
    white-space: nowrap;
    color: var(--bs-white);
    margin-left: 15px;
}

.cta-wrapper .learn-more a {
    color: var(--bs-white);
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-left: 6px;
    text-decoration: underline;
}

.cta-wrapper .learn-more a:hover,
.cta-wrapper .learn-more a:focus {
    text-decoration-style: dotted;
}

/*=============== 19. Partners =============*/

.partners-wrapper {
    position: relative;
}

.single-partner {
    border: 1px solid #e8e8e8;
    width: auto;
    height: 120px;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.inner-partner {
    position: relative;
    z-index: 0;
}

.single-partner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    transition: all .3s cubic-bezier(0,0,.2,1)0s;
    cursor: pointer;
    position: relative;
}

.single-partner img:nth-child(1) {
    opacity: .6;
}

.single-partner:hover img:nth-child(1),
.single-partner:focus-within img:nth-child(1) {
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.single-partner img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-150%);
    transform: translate(-50%,-150%);
    opacity: 0;
}

.single-partner:hover img:nth-child(2),
.single-partner:focus-within img:nth-child(2) {
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
}

.single-partner:hover img,
.single-partner:focus-within img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.partners-wrapper .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: -1;
}

.partners-wrapper .owl-nav button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.partners-wrapper .owl-nav button:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.partners-wrapper .owl-nav .owl-prev {
    position: relative;
    left: -70px;
}

.partners-wrapper .owl-nav .owl-next {
    position: relative;
    right: -70px;
}

/*=============== 20. Footer =============*/

.textwidget .footer-logo img {
    margin-bottom: 12px;
}

.footer-wrapper {
    color: var(--bs-white);
    position: relative;
    overflow: hidden;
    background-color: var(--bs-secondary);
}

.footer-inner {
    padding: 50px 0 20px;
}

.footer-contacts {
    padding-bottom: 30px;
    color: var(--bs-white);
    text-align: center;
}

.footer-contacts a {
    display: block;
    width: 100%;
    height: 32px;
    margin-bottom: 15px;
    text-decoration: none;
}

.footer-contacts a.contact-title {
    height: auto;
    color: #ffffff;
}

.footer-contacts a.contact-title:hover, .footer-contacts a.contact-title:focus {
    color: var(--bs-primary);
}

.footer-contacts i {
    color: var(--bs-white);
    display: block;
    font-size: 33px;
    margin-bottom: 12px;
}

.footer-contacts img {
    display: inline-block;
    max-height: 32px;
}

.footer-matter {
    padding: 0;
    /* border-top: 4px double #37485c; */
    /* border-bottom: 4px double #37485c; */
    overflow: hidden;
}

.footer-matter .widget {
    padding: 1.5rem 0.525rem;
}

/* .footer-matter .border-right { */
    /* border-right: 1px solid #37485c !important; */
/* } */

.footer-matter .columns {
    padding: 20px 0 20px 50px;
}

/* Scroll Up */
.scrollingUp {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    color: var(--bs-white);
    border: none;
    border-radius: var(--bs-theme-radius);
    background-color: var(--bs-secondary);
    -webkit-transition: .9s;
    transition: .9s;
    box-shadow: 0 2px 12px -3px rgba(0, 0, 0, .5);
}

.scrollingUp:hover,
.scrollingUp:focus {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5)
}

.is-active {
    opacity: 1;
    visibility: visible;
}

/*=============== 21. Breadcrumb Area =============*/
.breadcrumb-area {
    padding: 70px 0 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: var(--bs-white);
}

.breadcrumb-area:before,
.breadcrumb-area:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}

.breadcrumb-area:before {
    top: 0;
    height: 100%;
    /* background-color: var(--bs-secondary); */
    /* opacity: 0.75; */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    z-index: -1;
}

.breadcrumb-area:after {
    bottom: -15px;
    height: 15px;
    background: url(../img/bg/breadcrumbbefore.png);
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: -1;
}

.breadcrumb-txt {
    display: block;
    position: relative;
    z-index: 0;
}

.breadcrumb-txt:after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumb-area h3 {
    position: relative;
    margin: 0;
}

.breadcrumb-area h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 55px;
    height: 6px;
    border-radius: 3px;
    margin: auto 0;
    background-color: var(--bs-primary);
}

.breadcrumb-left h3 {
    float: left;
    padding-left: 70px;
}

.breadcrumb-left h3:before {
    top: 0;
    left: 0;
}

.breadcrumb-right h3 {
    float: right;
    padding-right: 70px;
}

.breadcrumb-right h3:before {
    top: 0;
    right: 0;    
}

.breadcrumb-center h3 {
    float: none;
    padding-left: 0;
    padding-bottom: 22px;
    margin-bottom: 10px;
}

.breadcrumb-center h3:before {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;    
}

.breadcrumb-left ul {
    float: right;
}

.breadcrumb-right ul {
    float: left;
}

.breadcrumb-center ul {
    float: none;
}

.breadcrumb-area ul {
    margin: 0;
    line-height: 32px;
}

.breadcrumb-nav li {
    display: inline-block;
    position: relative;
    color: var(--bs-white);
}

.breadcrumb-nav li a {
    color: var(--bs-white);
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.breadcrumb-nav li a:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* .breadcrumb-nav li:after { */
    /* font-family: "icofont"; */
    /* font-weight: 900; */
    /* content: "\eaa0"; */
    /* margin: 0 10px; */
/* } */

.breadcrumb-nav li:last-child:after {
    display: none;
}

/*=============== 22. Gallery Page =============*/
.gallery-page .gallery-items .gallery-load {
    display: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.gallery-page .gallery-items .gallery-item a {
    width: 100%;
}

.gallery-page .gallery-items .gallery-item {
    margin-bottom: 30px;
}

.load-btn.boxed-btn {
    margin-top: 50px;
}

.gallery-page .load-btn.boxed-btn {
    margin-top: 0;
}

.gallery-page .load-btn.boxed-btn:focus {
    color: var(--bs-white);
}

/*=============== 23. Masoanry Tab & Pagination =============*/
/* Masonary */

.bs-tab-filter:not(.tab-swipe-filter) {
    width: 100%;
    margin: -20px 0 25px;
    padding: 0;
    display: block;
}

.bs-tab-filter:not(.tab-swipe-filter) ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bs-tab-filter:not(.tab-swipe-filter) a {
    display: inline-block;
    position: relative;
    letter-spacing: .15px;
    padding: 10px 20px;
    font-weight: 500;
    border: none;
    border-left: 4px solid var(--bs-primary);
    margin-top: 20px;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    border-radius: 0;
    text-transform: capitalize;
    text-decoration: none;
    z-index: 0;
}

.bs-tab-filter:not(.tab-swipe-filter) a:not(:last-child) {
    margin-right: 20px;
}

.bs-tab-filter:not(.tab-swipe-filter) a.active,
.bs-tab-filter:not(.tab-swipe-filter) a:hover,
.bs-tab-filter:not(.tab-swipe-filter) a:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

/*===== // =====*/

/* Pagination */

.navigation.pagination {
    display: inline-flex;
}

nav.woocommerce-pagination ul, .pagination .nav-links {
    display: inline-flex;
}

.pagination .page-numbers:not(.dots),.pagination.custom-pagination a {
    font-weight: 600;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    display: flow-root;
    font-size: 16px;
    line-height: 1.1;
    min-width: 44px;
    text-align: center;
    padding: 0.72rem 0.35rem;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    text-decoration: none;
    border-radius: var(--bs-theme-radius);
    cursor: pointer;
}

.pagination .page-numbers.dots {
    display: inline-block;
    line-height: 16px;
    font-size: 50px;
    margin-right: 10px;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .page-numbers.current,
.pagination.custom-pagination a.active{
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.pagination .page-numbers:not(.dots):not(:last-child),
.pagination.custom-pagination a{
    margin-right: 10px;
}

.bs-post-pagination div.nav {
    display: inline-flex;
    align-items: center;
}

.bs-post-pagination div.nav>span {
    display: inline-block;
    margin: 0 10px;
    line-height: 40px;
    padding: 0 10px;
    font-weight: 700;
}

.bs-post-pagination div.nav a {
    display: inline-block;
    color: var(--bs-white);
    padding: 5px 25px;
    font-weight: 600;
    letter-spacing: 0.185px;
    position: relative;
    z-index: 0;
    border-radius: 6.25rem;
    background-color: var(--bs-primary);
    vertical-align: middle;
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*===== // =====*/

/*=============== 24. Contact Form =============*/

#map {
    height: 500px;
    background: gray;
}

#map iframe {
    height: 100%;
}

.page-contact-info,
.contact-form {
    margin-top: -60px;
    position: relative;
    z-index: 0;
}

/* Message */

.info-wrapper,
.contact-form form {
    padding: 2rem;
    box-shadow: 0px 6px 25px 6px rgb(0 0 0 / 0.06);
    border: 1px solid var(--bs-gray);
    border-radius: 0 0 5px 5px;
    margin: 0;
}

.page-contact-info > h5,
.contact-form > h5 {
    width: 100%;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    min-height: 60px;
    line-height: 60px;
    padding-left: 20px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}

.info-wrapper {
    overflow: hidden;
}

.info-carousel .owl-stage-outer {
    overflow: visible;
}

.info-carousel .owl-item {
    visibility: hidden;
}

.info-carousel .owl-item.center {
    visibility: visible;
}

.page-contact-wrap .widget.widget-contact {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: -1rem;
}

.page-contact-wrap .widget.widget-contact .contact-area {
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: 1rem;
}

.page-contact-wrap .widget.widget-contact .contact-area:not(:first-child):not(:nth-child(2n+3)) {
    margin-left: 20px;
}

.contact-text {
    padding: 1.25rem 0 1.5rem;
    margin: 2rem 0 2.4rem;
    background-color: var(--bs-primary-light);
    border-top: 5px solid var(--bs-primary);
}

.contact-text h5 {
    margin-bottom: 0;
}

/*=============== 25. 404 Page =============*/
.text-404 {
    font-size: 23.75rem;
    line-height: 0.75;
    margin-bottom: 2.75rem;
    font-weight: 800;
    font-family: var(--bs-font-sans-serif);
}

.page-404 h3 {
    margin-bottom: 50px;
}

.page-404 .page-404-text .btn.btn-like-icon {
    padding-right: 1rem;
    padding-left: 3.75rem;
}

.page-404 .page-404-text .btn.btn-like-icon .bticn {
    right: auto;
    left: 0;
}

.subscribe-form {
    width: 40%;
    margin: 0 auto;
    margin-top: 40px;
    display: inline-block;
}

.subscribe-form p {
    float: left;
    width: 80%;
    margin: 0;
}

.subscribe-form button {
    float: left;
    margin-top: 0;
    padding: 0;
    width: 46px;
    height: 46px;
}

.subscribe-form button.btn-like-icon {
    padding-right: 50px;
}

.subscribe-form button.btn-like-icon .bticn {
    width: 50px;
}

.subscribe-form button:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


/*=============== 26. Blog Pages =============*/

.post-thumb {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.post-thumb .meta-date {
    padding: 10px 20px;
    color: #ffffff;
    background-color: var(--bs-primary);
}

.post-content-bottom .more-link {
    text-align: right;
    font-weight: 600;
}

.post-content .meta-date, .post-content-bottom .more-link {
    display: inline-block;
    line-height: 1.5;
    vertical-align: text-top;
}

.post-content-bottom i {
    margin-right: 5px;
}

.blog-content .pagination-nav {
    margin-top: 0;
}

.blog-content .sidebar .widget:last-child {
    margin-bottom: 0;
}

/*=============== 27. Blgo Filter =============*/

.blog-filter .post-content {
    margin: 0 12px;
    padding: 20px 15px 20px 15px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
}

.blog-filter-wrap {
    padding-bottom: 80px;
}

.blog-filter .meta-info li {
    margin-right: 10px;
}

.blog-filter .post-title a {
    margin-bottom: 10px;
    margin-top: 0;
}

.post-item .post-content-bottom {
    margin-top: 20px;
}

/* Blog Masonary */

.text-post .post-content {
    box-shadow: 0px 2px 5px 0px rgba(164, 163, 163, 0.33);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0;
}

/*=============== 28. Blog Single =============*/

/* Author */
.author-profile {
    padding: 30px;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.06);
}

.author-profile img {
    margin-right: 1.25rem;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.06);
    border-radius: var(--bs-theme-radius);
}

.author-profile .media {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}

.author-body h3 a {
    display: inline-block;
    margin: 0;
}

.author-body h3 a {
    color: var(--bs-secondary);
    text-decoration: none;
}

.author-body h3 a:hover,
.author-body h3 a:focus {
    color: var(--bs-primary);
    text-decoration: underline;
}

.author-social {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
}

.author-social .social-links {
    position: relative;
    visibility: visible;
    -webkit-transform: translate(0);
            transform: translate(0)
}

.single-comments-title h5,
.comment-reply-title,
.author-profile h3 {
    font-weight: 700;
    line-height: 1;
    position: relative;
    padding-left: 15px;
}

.single-comments-title h5:before,
.comment-reply-title:before,
.author-profile h3:before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: var(--bs-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50px;
}

/* Comments Area */

.comments-area {}

.single-comments-title,
.comments-title {
    margin-bottom: 1.25rem;
    text-align: left;
}

.comment-list {
    padding: 0;
    list-style: none;
    margin-bottom: 1.75rem;
}

.comments-area li {
    list-style: none;
}

.comments-area .comment-body {
    position: relative;
    padding: 30px 30px 30px 113px;
    min-height: 120px;
    overflow-wrap: break-word;
    border-radius: 10px;
    z-index: 0;
    box-shadow: 0px 0px 5.52px 0.48px rgba(33, 33, 33, 0.23);
}

.comments-area li:not(:last-child) .comment-body {
    margin-bottom: 1.25rem;
}

.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: 600;
}

.comments-area .comment-meta .comment-author img {
    position: absolute;
    z-index: 0;
    left: 30px;
    top: 55px;
    bottom: 0;
    width: 65px;
    border-radius: 5px;
}

.comment-author b {
    font-weight: 700;
}

.comment-meta .comment-metadata {
    margin-left: 5px;
}

.comment-author a,
.comment-metadata a {
    text-decoration: none;
}

.comment-author a:hover,
.comment-author a:focus,
.comment-metadata a:hover,
.comment-metadata a:focus {
    text-decoration: none;
}

.comment-content {
    position: relative;
    z-index: 0;
    padding: 0.5rem 0 0.85rem;
}

.comment-content p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

.comment-metadata .edit-link {
    margin-left: 10px;
}

.comment-metadata .edit-link,
.comment-body .reply {
    font-weight: 600;
    display: inline-block;
}

.comment-metadata .edit-link a,
.comment-body .reply a {
    display: inline-flex;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    border-radius: 0;
    font-size: 12px;
}

.comment-metadata .edit-link a,
.comment-body .reply a {
    padding: 0.5rem 0.973rem;
}

.comment-metadata .edit-link a:hover,
.comment-body .reply a:hover,
.comment-metadata .edit-link a:focus,
.comment-body .reply a:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.comment-body .reply {
    text-align: left;
}

.comment-list .children {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 4.5rem;
    z-index: 0;
}

#cancel-comment-reply-link {
    color: var(--bs-primary);
    text-decoration: underline;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
    text-decoration: none;
}

/* Comment Form */

.comment-respond {
    margin-bottom: 1.75rem;
}

.single-comments-title h5,
.comment-reply-title {
    text-align: left;
    color: var(--bs-secondary);
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    flex: 1 1 40%;
}

.comment-form > p:nth-child(2n+1):not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    margin-right: 1.25rem;
}

.comment-form p.comment-form-url:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    margin-right: 0;
}

.comment-form label {
    font-weight: 500;
    font-size: 0.9375rem;
    margin-bottom: 5px;
}

.comment-form .comment-form-cookies-consent label {
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 6px;
}

.comment-form .required {
    color: var(--bs-red);
}

.comment-form-comment {
    max-width: 100%;
    flex-basis: 100%;
}

.comment-form > p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.comment-form-cookies-consent, .form-submit {
    width: 100%;
}

/*=============== 29. About Us =============*/

.about {
    position: relative;
}

.video-section {
    background: url(../img/about-page/wcu.jpg) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 50%;
}

.about-items {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.about-items li {
    display: flex;
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bs-gray);
}

.about-items li:first-child {
    border-top: 1px solid var(--bs-gray);
}

.about-items li img,
.about-items li i {
    max-height: 4.375rem;
    font-size: 4.375rem;
    margin-right: 30px;
    color: var(--bs-primary);
}

.about-items h5 a {
    color: var(--bs-secondary);
}

.about-items h5 a:hover,
.about-items h5 a:focus {
    color: var(--bs-primary);
}

.about-items h5 a {
    text-decoration: none;
}

.about-items li p {
    margin-bottom: 0;
}

/* Video Play Button */

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 1.75rem;
    text-decoration: none;
    color: var(--bs-secondary);
    background: var(--bs-yellow);
    border-radius: 50%;
    padding: 20px;
    z-index: 1;
}

.video-play-button:hover,
.video-play-button:focus {
    color: var(--bs-secondary);
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: inherit;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: inherit;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.video-play-button:hover:after {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.video-play-button img,
.video-play-button i {
    display: inline-block;
    position: relative;
    z-index: 1;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.video-overlay {
    position: relative;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 999999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    color: var(--bs-white);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/*=============== 30. Coming Soon Page =============*/

.cs-intro-section {
    height: 100vh;
}

.commingsoon-wrap .cs-intro-left-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    -webkit-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.commingsoon-wrap .cs-intro-left-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bs-secondary);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: -1;
}

.commingsoon-wrap .cs-intro-left-section-container {
    width: 100%;
    padding: 65px 100px;
    height: 100%;
    z-index: 2;
}

.cs-countdown-wrapper {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem;
}

.time_circles>div>h4 {
    color: var(--bs-white);
}

.time_circles>div>span {
    color: var(--bs-yellow);
}

/* Progress bar */

.cs-intro-section .cs-progress-bar {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 0;
    max-width: 100%;
    height: 20px;
    margin: 5.25rem 0 4.25rem;
}

.cs-intro-section .cs-progress-bar-length {
    height: 20px;
    border-radius: 0;
    position: relative;
    background-color: var(--bs-yellow);
}

.cs-intro-section .cs-progress-count {
    position: absolute;
    top: -35px;
    right: -10px;
    padding-right: 28px;
    color: var(--bs-white);
}

.cs-intro-section .cs-progress-count:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: var(--bs-yellow) transparent transparent;
    top: 6px;
    right: 0px;
}

.cs-intro-section .boxed-btn {
    margin-right: 20px;
}

/* Right Section */
.cs-section .cs-section-content-title {}

.commingsoon-wrap .cs-intro-right-section {
    position: fixed;
    width: 35%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: var(--bs-white);
    padding: 65px 0 65px;
    overflow-y: auto;
}

.commingsoon-wrap .cs-intro-right-section:before {
    content: '';
    background-color: var(--bs-primary-light);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.commingsoon-wrap .cs-intro-right-section .cs-intro-inner-container {
    overflow-y: auto;
    height: 100%;
    padding: 0 50px;
}

.commingsoon-wrap .cs-logo-wrapper {
    max-width: 220px;
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
    display: block;
}

.commingsoon-wrap .cs-aboutus-section {
    position: relative;
    z-index: 2;
}

.commingsoon-wrap .cs-aboutus-section .cs-section-content-title {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.commingsoon-wrap .cs-aboutus-section .cs-section-content-title span {
    display: block;
}

.commingsoon-wrap .cs-aboutus-section .cs-content-description p:last-child {
    margin-bottom: 0;
}

.cs-social-share-wrap .social-links {
    position: relative;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    text-align: center;
}

.commingsoon-wrap .cs-subscription-section,
.commingsoon-wrap .cs-contact-section {
    position: fixed;
    width: 65%;
    height: 100%;
    padding: 110px 55px;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 400ms ease-in-out 0.3s;
    transition: all 400ms ease-in-out 0.3s;
    background-color: var(--bs-primary-light);
}

.commingsoon-wrap .cs-subscription-section.cs-active-section,
.commingsoon-wrap .cs-contact-section.cs-active-section {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.commingsoon-wrap .cs-contact-section.cs-active-section {
    overflow-y: auto;
    padding: 75px 75px;
}

.cs-section .cs-section-inner-container {
    width: 640px;
}

.cs-close {
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
    border-radius: 6.25rem;
}

.cs-contact-form-wrap,
#cs-subscription-form {
    max-width: 400px;
}

.cs-links a:not(:first-child) {
    margin-left: 5px;
}

.cs-contact-form-wrap button,
.cs-subscription-form-wrap button {
    margin-top: 1.25rem;
}

/* ----------------------
*   Shapes Section
---------------------------*/

.shapes-section {
    position: relative;
    overflow: hidden;
}

.shapes-section .shapes-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.shapes-section .shapes-box span {
    position: absolute;
}

.shapes-section .shapes-box span b {
    width: 20px;
    height: 20px;
    border-radius: var(--bs-theme-radius);
    box-shadow: 0px 20px 24px 0px currentColor;
    display: inline-block;
    opacity: 0.5;
}

@-webkit-keyframes animationFramesOne{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(73px,-1px) rotate(36deg)}40%{transform:translate(141px,72px) rotate(72deg)}60%{transform:translate(83px,122px) rotate(108deg)}80%{transform:translate(-40px,72px) rotate(144deg)}to{transform:translate(0) rotate(0deg)}}
@keyframes animationFramesOne{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(73px,-1px) rotate(36deg)}40%{transform:translate(141px,72px) rotate(72deg)}60%{transform:translate(83px,122px) rotate(108deg)}80%{transform:translate(-40px,72px) rotate(144deg)}to{transform:translate(0) rotate(0deg)}}
@-webkit-keyframes animationFramesTwo{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(-73px,1px) rotate(-36deg)}40%{transform:translate(-141px,-72px) rotate(-72deg)}60%{transform:translate(-83px,-122px) rotate(-108deg)}80%{transform:translate(40px,-72px) rotate(-144deg)}to{transform:translate(0) rotate(0deg)}}
@keyframes animationFramesTwo{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(-73px,1px) rotate(-36deg)}40%{transform:translate(-141px,-72px) rotate(-72deg)}60%{transform:translate(-83px,-122px) rotate(-108deg)}80%{transform:translate(40px,-72px) rotate(-144deg)}to{transform:translate(0) rotate(0deg)}}

.shapes-section .shapes-box span b.green {
    color: #1edee4;
    background: #1edee4;
    -webkit-animation: animationFramesOne 20s linear infinite;
    animation: animationFramesOne 20s linear infinite;
}

.shapes-section .shapes-box span b.yellow {
    color: #ffbc5c;
    background: #ffbc5c;
    -webkit-animation: animationFramesTwo 20s linear infinite;
    animation: animationFramesTwo 20s linear infinite;
}

.shapes-section .shapes-box span b.pink {
    color: #ff2560;
    background: #ff2560;
    -webkit-animation: animationFramesOne 20s linear infinite;
    animation: animationFramesOne 20s linear infinite;
}

.shapes-section .shapes-box span b.blue {
    color: #0080ff;
    background: #0080ff;
    -webkit-animation: animationFramesTwo 20s linear infinite;
    animation: animationFramesTwo 20s linear infinite;
}

.shapes-section .shapes-box span b.theme {
    color: var(--bs-primary);
    background: var(--bs-primary);
    -webkit-animation: animationFramesOne 20s linear infinite;
    animation: animationFramesOne 20s linear infinite;
}

.shapes-section .shapes-box span:nth-child(1) {
    left: 4.8%;
    top: 4.5%;
}

.shapes-section .shapes-box span:nth-child(2) {
    left: 9.6%;
    top: 27.2%;
}

.shapes-section .shapes-box span:nth-child(3) {
    left: 8.8%;
    bottom: 16%;
}

.shapes-section .shapes-box span:nth-child(4) {
    left: 25%;
    bottom: 21%;
}

.shapes-section .shapes-box span:nth-child(5) {
    right: 35%;
    top: 6.6%;
}

.shapes-section .shapes-box span:nth-child(6) {
    right: 18%;
    bottom: 30%;
}

.shapes-section .shapes-box span:nth-child(7) {
    right: 10%;
    top: 50%;
}

.shapes-section .shapes-box span:nth-child(8) {
    right: 11.8%;
    top: 33%;
}

.shapes-section .shapes-box span:nth-child(9) {
    right: 15%;
    top: 10%;
}

.shapes-section .shapes-box span:nth-child(10) {
    right: 25%;
    bottom: 33%;
}

/*---------------------------------------------------------------------
Particles
-----------------------------------------------------------------------*/
#particles-js, #particles-js2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
}

div#particles-js2 {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)";
}


/*---------------------------------------
    Blog Sticky Start
-----------------------------------------*/

.bg-sticky {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 .62em;
    line-height: 30px;
	border-radius: 3px;
    color: var(--sp-white);
	z-index: 9;
}
.bg-sticky.rounded-circle {
    border-radius: 100%;
}

/*===== // =====*/


/*---------------------------------------
    Boxed Layout CSS
-----------------------------------------*/
@media(min-width: 1200px) {

body.boxed {
    width: 1210px;
    -webkit-box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
    box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
    margin: 0 auto;
	position: relative;
}

}

@media (min-width: 768px) and (max-width: 979px)  {

body.boxed { width: 100%; }

}

@media (max-width: 767px) {

body.boxed { width: 100%; /* padding: 0px 20px !important; */ }
body { padding-left: 0px !important; padding-right: 0px !important; }
	
}

@media (min-width: 980px) and (max-width: 1199px) {

body.boxed { width: 100%; }
	
}

/*===== // =====*/