@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("../fonts/bootstrap-icons/font/bootstrap-icons.css");
@import url("../../plugins/menu/ma5-menu.css");
@import url("../../plugins/select2/css/select2.css");
@import url("../../plugins/jquery_ui/style.css");
@import url("../../plugins/swiper/swiper-bundle.min.css");
@import url("../../plugins/cursor-effect/cursor-effect.css");
@import url("../../plugins/aos/aos.css");
@import url("../../plugins/fancybox/jquery.fancybox.css");
@import url("vendor.css");

@font-face {
    font-family: 'saol_displayregular';
    src: url("../fonts/SaolDisplay/saoldisplay-regular-webfont.woff2") format("woff2"), url("../fonts/SaolDisplay/saoldisplay-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.bg-dark-100 {
    background: #1b1b1b;
}

.bg-dark-200 {
    background: #212121;
}

.bg-dark-300 {
    background: #2e2e2e;
}

.bg-dark-400 {
    background: #545454;
}

.bg-dark-500 {
    background: #262626;
}

.bg-gray-100 {
    background: #f2f2f2;
}

.bg-gray-200 {
    background: #f8f8f8;
}

.bg-gray-300 {
    background: #e6e6e6;
}

.bg-gray-400 {
    background: #b2b2b2;
}

.bg-gray-500 {
    background: #54595f;
}

.bg-gray-600 {
    background: #999999;
}

.bg-light {
    background: #f8f8f8;
}

.bg-olive {
    background: #a6a182;
}

.text-dark-100 {
    color: #1b1b1b;
}

.text-dark-200 {
    color: #212121;
}

.text-dark-300 {
    color: #2e2e2e;
}

.text-dark-400 {
    color: #545454;
}

.text-dark-500 {
    color: #262626;
}

.text-gray-100 {
    color: #f2f2f2;
}

.text-gray-200 {
    color: #f8f8f8;
}

.text-gray-300 {
    color: #e6e6e6;
}

.text-gray-400 {
    color: #b2b2b2;
}

.text-gray-500 {
    color: #54595f;
}

.text-gray-600 {
    color: #999999;
}

.text-light {
    color: #f8f8f8;
}

.text-olive {
    color: #a6a182;
}




html {
    scroll-behavior: smooth;
    font-size: 100%;
}

body {
    position: relative;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.5s ease-in-out;
    font-size: 1rem;
    line-height: 26px;
}

.container {
    position: relative;
}


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1920px;
    padding: 0px 40px;
}

@media screen and (min-width: 992px) {
    .container-sm {
        max-width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }

    .container-sm {
        max-width: 1170px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .container-sm {
        max-width: 100%;
    }
}

.wrapper {
    position: relative;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Montserrat", sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1,
.h1 {
    font-size: calc(1.425rem + 1.8vw);
    font-weight: 700;
}

@media (min-width: 1400px) {

    h1,
    .h1 {
        font-size: 3rem;
    }
}

h2,
.h2 {
    font-size: calc(1.35rem + 1.02857vw);
    font-weight: 700;
}

@media (min-width: 1400px) {

    h2,
    .h2 {
        font-size: 2.25rem;
    }
}

h3,
.h3 {
    font-size: calc(1.3125rem + 0.64286vw);
    font-weight: 700;
}

@media (min-width: 1400px) {

    h3,
    .h3 {
        font-size: 1.875rem;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.25714vw);
    font-weight: 700;
}

@media (min-width: 1400px) {

    h4,
    .h4 {
        font-size: 1.5rem;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    font-weight: 600;
}

h6,
.h6 {
    font-size: 1rem;
    font-weight: 600;
}

p {
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

a {
    color: #1b1b1b;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    outline: none;
}

a:hover {
    color: #a6a182;
    text-decoration: none;
    outline: none;
}

.bg-dark {
    color: #999999;
}

.bg-dark a {
    /* color: #ffffff; */
}

.bg-dark a:hover,
.bg-dark a.active {
    color: #a6a182;
}

.clearfix {
    clear: both;
}

.divider {
    margin: 30px 0px;
    display: inline-block;
}

table {
    margin-bottom: 10px;
    border: 1px solid #eee;
}

table td,
table th {
    padding: 3px 10px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
}

img {
    max-width: 100%;
}

.section,
section {
    position: relative;
/*  padding: 100px 0px; */
    z-index: 1;
}

.large_font {
    position: absolute;
    top: 85px;
    width: 100%;
}

.large_font h2,
.large_font .h2 {
    font-size: calc(2.625rem + 14.14286vw);
    line-height: calc(2.475rem + 12.6vw);
    letter-spacing: 1.25rem;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 1400px) {

    .large_font h2,
    .large_font .h2 {
        font-size: 15rem;
    }
}

@media (min-width: 1400px) {

    .large_font h2,
    .large_font .h2 {
        line-height: 13.5rem;
    }
}

.large_font_bottom {
    top: 217px;
}

/* Default Input type */
select,
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"] {
    display: block;
    width: 100%;
    height: 64px;
    padding: 10px 40px;
    font-size: 0.75rem;
    font-weight: 600;
    background-color: #000000;
    color: #b2b2b2;
    background-clip: padding-box;
    border-width: 0px;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
}

textarea.form-control {
    display: block;
    width: 100%;
    height: 80px;
    padding: 10px;
    font-size: 0.75rem;
    font-weight: 600;
    background-color: #000000;
    color: #b2b2b2;
    background-clip: padding-box;
    border-width: 0px;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
}

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.form-control:focus {
    background-color: #1b1b1b;
    border-color: #1b1b1b;
    color: #ffffff;
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}

label {
    display: inline-block;
    color: #b2b2b2;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

::-moz-placeholder {
    color: #b2b2b2;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    color: #b2b2b2;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

:-moz-placeholder {
    color: #b2b2b2;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

:placeholder {
    color: #b2b2b2;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: #2e2e2e;
}

.bg_1 {
    background: url("../../assets/img/bg/bg-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg_2 {
    background: url("../../assets/img/bg/bg-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg_3 {
    background: url("../../assets/img/bg/bg-3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*---------- Button Section ------------*/
.btn_group {
    position: relative;
    z-index: 1;
    display: block;
}

.btn {
    position: relative;
    width: auto;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    padding: 0.75rem calc(1.41875rem + 1.73571vw);
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 0rem;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .btn {
        padding: 0.75rem 2.9375rem;
    }
}

.btn:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 9px;
    left: 9px;
    background-image: url(../img/btn-texture-black.png);
    border: 1px solid #000000;
    box-sizing: border-box;
    z-index: -1;
    transition: left 0.3s ease-out 0.3s, top 0.3s ease-out 0.3s;
}

.btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border-color: transparent;
}

.btn:hover:before {
    top: 0;
    left: 0;
}

.btn.white {
    background-color: #ffffff;
    color: #000000;
}

.btn.white:before {
    background-image: url(../img/btn-texture-white.png);
    border-color: #ffffff;
}

.btn.white:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #000000;
}

.btn.gray {
    background-color: #54595f;
    color: #ffffff;
}

.btn.gray:before {
    background-image: url(../img/btn-texture-gray.png);
    border-color: #54595f;
}

.btn.gray:hover {
    background-color: rgba(84, 89, 95, 0.6);
    color: #ffffff;
}

.btn.olive {
    background-color: #a6a182;
    color: #ffffff;
}

.btn.olive:before {
    background-image: url(../img/btn-texture-olive.png);
    border-color: #a6a182;
}

.btn.olive:hover {
    background-color: rgba(166, 161, 130, 0.6);
    color: #ffffff;
}

.btn_2 {
    position: relative;
    width: auto;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    padding: 0.75rem calc(1.41875rem + 1.73571vw);
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 0rem;
    cursor: pointer;
    backface-visibility: hidden;
    box-sizing: border-box;
}

@media (min-width: 1400px) {
    .btn_2 {
        padding: 0.75rem 2.9375rem;
    }
}

.btn_2::before,
.btn_2::after {
    box-sizing: inherit;
    position: absolute;
    content: '';
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.btn_2::before {
    top: 0;
    left: 0;
}

.btn_2::after {
    bottom: 0;
    right: 0;
}

.btn_2:hover::before,
.btn_2:hover::after {
    width: 100%;
    height: 100%;
}

.btn_2:hover::before {
    border-top-color: #a6a182;
    border-right-color: #a6a182;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.btn_2:hover::after {
    border-bottom-color: #a6a182;
    border-left-color: #a6a182;
    transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}

.details_link {
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #a6a182;
    margin-bottom: 0px;
    transition-delay: 0.9s;
}

.details_link a {
    color: #a6a182;
    display: flex;
    align-items: center;
}

.details_link a .link_text {
    margin-right: 1.875rem;
}

.details_link a .link_icon {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.details_link a .link_icon .line {
    position: absolute;
    right: 50%;
    top: 49.4%;
    width: 2.1875rem;
    height: 0.0625rem;
    display: inline-block;
    background-color: #a6a182;
    z-index: 1;
    transform-origin: right;
    transition: all 0.5s ease-in-out;
}

.swiper-button-prev a .link_icon .line,
.swiper-button-next a .link_icon .line {
    background-color: #ffffff;
}


.details_link a .link_icon .circle {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #a6a182;
}

.swiper-button-prev a .link_icon .circle,
.swiper-button-next a .link_icon .circle {
    border-color: #ffffff;
    /* color: #fff; */
}

.details_link a .link_icon .dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 100%;
    display: inline-block;
    background-color: #a6a182;
}

.details_link a:hover .link_icon .line {
    animation: scaleAnim1 2s infinite linear;
}

.details_link a:hover .link_icon .circle {
    animation: rotateAnim 7s infinite linear;
    border-style: dashed;
}

.details_link a:hover .link_icon .dot {
    animation: scaleAnim2 2s infinite ease-in-out;
}

.details_link.l-dir a .link_icon .line {
    right: auto;
    left: calc(50% + 5px);
    transform-origin: left;
}

.details_link.l-dir a .link_icon .dot {
    width: 0px;
    height: 0px;
    border-radius: 0;
    display: inline-block;
    background-color: transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 0px solid transparent;
    border-right: 10px solid #a6a182;
    animation: none;
}

.swiper-button-prev.l-dir a .link_icon .dot,
.swiper-button-next.l-dir a .link_icon .dot {
    border-right-color: #ffffff;
}

.details_link.r-dir a .link_icon .line {
    left: auto;
    right: calc(50% + 5px);
    transform-origin: right;
}

.details_link.r-dir a .link_icon .dot {
    width: 0px;
    height: 0px;
    border-radius: 0;
    display: inline-block;
    background-color: transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ffffff;
    border-right: 0px solid transparent;
    animation: none;
}

@keyframes scaleAnim1 {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes rotateAnim {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scaleAnim2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(0.8);
        background: #ffffff;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

.header .header_inner {
    padding: 1.875rem 0rem;
    transition: all 0.5s ease-in-out;
}

.header.sticky {
    transform: perspective(300px) rotateX(0deg);
    transform-origin: top;
}

.header.sticky .header_inner {
    padding: 0.625rem 0rem;
    transition: all 0.5s ease-in-out;
}

.header.top-up {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    transform: perspective(300px) rotateX(-90deg);
    transform-origin: top;
}

.header .logo {
    position: relative;
    flex-shrink: 0;
    max-width: 160px;
}

.header .logo a, .header .logo span {
    display: inline-block;
}

.header .logo img {
    width: 100%;
    /* max-width: 114px; */
    transition: all 0.5s ease-in-out;
}

.header .logo .dark_logo {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.header .mainnav ul.main_menu {
    padding: 0rem;
    margin: 0rem;
    display: flex;
    justify-content: space-between;
}

.header .mainnav ul.main_menu li {
    position: relative;
    border: 0;
    list-style: none;
    line-height: 1;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.header .mainnav ul.main_menu li a {
    border: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    padding: 1.875rem 1rem;
    /* letter-spacing: 1.2px; */
}

.header .mainnav ul.main_menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}

.header .mainnav ul.main_menu li.current>a,
.header .mainnav ul.main_menu li.active>a,
.header .mainnav ul.main_menu li:hover>a {
    color: #a6a182;
}

.header .mainnav ul.main_menu li ul {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 12.5rem;
    margin: 0rem 0rem;
    padding: 15px;
    z-index: 5;
    transition: all 0.5s ease-in-out;
    transform: translate3d(15px, 0px, 0px);
    background: #212121;
}

.header .mainnav ul.main_menu li ul li {
    width: 100%;
}

.header .mainnav ul.main_menu li ul li a {
    font-size: 0.6875rem;
    padding: 5px 0;
    width: 100%;
    line-height: 0.875rem;
    /* letter-spacing: 1.5px; */
    text-align: left;
}

.header .mainnav ul.main_menu li ul li a:hover {
    color: #a6a182;
}

.header .mainnav ul.main_menu li ul li:last-child>a {
    border-bottom: none;
}

.header .mainnav ul.main_menu li ul li.menu-item-has-children>a:after {
    content: "\F285";
    font-family: 'bootstrap-icons';
    speak: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header .mainnav ul.main_menu li ul ul {
    left: calc(100% + 26px);
    top: -15px;
    border-top: 0px solid #a6a182;
}

.header .mainnav ul.main_menu li ul ul ul ul {
    left: auto;
    right: calc(100% + 26px);
}

.header .mainnav ul.main_menu>li:not(:last-child)>a {
    padding-right: 5px;
}

@media (min-width: 1400px) {
    .header .mainnav ul.main_menu>li:not(:last-child)>a {
        padding-right: 10px;
    }
}

.header .mainnav ul.main_menu>li.menu-item-has-children>a::after {
    content: "\F282";
    color: #ffffff;
    font-family: 'bootstrap-icons';
    speak: none;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    line-height: normal;
}

.header .mainnav ul.main_menu>li.menu-item-has-children.current a::after,
.header .mainnav ul.main_menu>li.menu-item-has-children.active a::after,
.header .mainnav ul.main_menu>li.menu-item-has-children:hover a::after {
    color: #a6a182;
}

.header .ma5menu__toggle {
    background: transparent;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0rem;
    color: #999999;
    font-size: 1.5rem;
    transition: all 0.5s ease-in-out;
    flex-shrink: 0;
    margin-left: 1.25rem;
}

.header .ma5menu__toggle:focus {
    outline: none;
}

.header .ma5menu__toggle:hover {
    color: #a6a182;
}

.header .header_search {
    padding-right: 1.25rem;
    /* border-left: 0.0625rem solid #999999; */
    line-height: 1.125rem;
    transition: all 0.5s ease-in-out;
}

.header .header_search .form-control-submit {
    background: transparent;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #999999;
    border: none;
    padding: 0rem;
    cursor: pointer;
}

.header .header_search .form-control-submit:focus {
    outline: none;
}

.header .open_search {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(-30px);
    margin: 0px 15px 0px 0px;
    width: calc(3.4375rem + 22.5vw);
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 3;
}

@media (min-width: 1400px) {
    .header .open_search {
        width: 23.125rem;
    }
}

.header .open_search.active {
    height: 3.75rem;
}

.header .open_search .search_form {
    width: 100%;
    max-width: 100%;
}

.header .open_search .search_form .form-control {
    height: 3.75rem;
    border-radius: 0rem;
    padding: 0.3125rem 1.5625rem;
    background: #ffffff;
    color: #000000;
}

.header .open_search .search_form .form-control-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0px;
    background: transparent;
    color: #000000;
    padding: 0.625rem;
    font-size: 1rem;
    cursor: pointer;
}

.aside_open {
    position: relative;
    background: transparent;
    padding: 0rem;
    border: none;
    outline: none;
    width: 0.875rem;
    margin-right: 1.25rem;
}

.aside_open .line {
    background-color: #999999;
    width: 100%;
    height: 0.125rem;
    display: block;
    float: right;
    transition: all 0.5s ease-in-out;
}

.aside_open .line:not(:last-child) {
    margin-bottom: 0.25rem;
}

.aside_open .line:nth-child(2) {
    width: 0.75rem;
}

.aside_open:hover .line:nth-child(2) {
    width: 0.875rem;
}

.aside_info_wrapper {
    padding: calc(1.375rem + 1.28571vw) calc(1.4375rem + 1.92857vw);
    background: #212121;
    max-width: calc(4.875rem + 37.28571vw);
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: calc(-4.375rem - 32.14286vw);
    overflow-y: auto;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
}

@media (min-width: 1400px) {
    .aside_info_wrapper {
        padding: 2.5rem 3.125rem;
    }
}

@media (min-width: 1400px) {
    .aside_info_wrapper {
        max-width: 37.5rem;
    }
}

@media (min-width: 1400px) {
    .aside_info_wrapper {
        right: -32.5rem;
    }
}

.aside_info_wrapper.show {
    right: 0;
    transform: scale(1);
}

.aside_info_wrapper .aside_close {
    font-size: 1.5rem;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    margin-bottom: 55px;
}

.aside_info_wrapper::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

.aside_info_wrapper .aside_logo {
    position: relative;
}

.aside_info_wrapper .aside_logo a {
    display: inline-block;
}

.aside_info_wrapper .aside_logo a img {
    max-width: 160px;
    transition: all 0.5s ease-in-out;
}

.aside_info_wrapper .aside_logo .dark_logo {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.aside_info_wrapper .aside_info_inner {
    margin-top: 25px;
    padding: 0px 15px;
}

.aside_info_wrapper .aside_info_inner h5,
.aside_info_wrapper .aside_info_inner .h5 {
    display: inline-block;
    color: #ffffff;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
}

.aside_info_wrapper .aside_info_inner .aside_info_inner_box {
    margin-top: 1.875rem;
}

.aside_info_wrapper .aside_info_inner .aside_info_inner_box p {
    font-size: 0.9375rem;
}

.aside_info_wrapper .aside_info_inner .social_sites {
    margin-top: 1.875rem;
}

.aside_info_wrapper .aside_info_inner .social_sites ul {
    list-style-type: none;
    padding: 0rem;
}

.aside_info_wrapper .aside_info_inner .social_sites ul li:not(:last-child) {
    margin-right: 0.625rem;
}

.aside_info_wrapper .aside_info_inner .social_sites ul li a {
    color: #ffffff;
    background-color: #2e2e2e;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.875rem;
    border-radius: 50%;
}

.mr_menu_toggle {
    background: transparent;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0rem;
    color: #999999;
    font-size: 1.5rem;
    transition: all 0.5s ease-in-out;
    flex-shrink: 0;
    margin-left: 1.25rem;
    border: 0;
}

.mr_menu_toggle:focus {
    outline: none;
}

.mr_menu_toggle:hover {
    color: #a6a182;
}

.mr_menu {
    width: 300px;
    background: #1d1d1d;
    padding: 0px;
    height: 100%;
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
    overflow-x: hidden;
}



.mr_menu .mr_menu_close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    padding: 0px;
    color: #a6a182;
    font-size: 20px;
    line-height: 20px;
    border: 0px solid #a6a182;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.mr_menu .mr_menu_close:focus {
    outline: none;
}

.mr_menu .logo {
    position: relative;
    text-align: center;
    margin-top: calc(1.5rem + 2.57143vw);
    margin-bottom: 20px;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    filter: grayscale(1);
}

@media (min-width: 1400px) {
    .mr_menu .logo {
        margin-top: 3.75rem;
    }
}

@media (min-width: 1400px) {
    .mr_menu .logo {
        margin-bottom: 10rem;
    }
}

.mr_menu .logo a, .mr_menu .logo span {
    display: inline-block;
}

.mr_menu .logo a img, .mr_menu .logo span img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    filter: brightness(5);
}

.mr_menu .logo .dark_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.mr_menu .logo_left_menu {
    position: relative;
    text-align: center;
    margin-top: calc(1.5rem + 2.57143vw);
    margin-bottom: calc(2.125rem + 9vw);
}

@media (min-width: 1400px) {
    .mr_menu .logo_left_menu {
        margin-top: 3.75rem;
    }
}

@media (min-width: 1400px) {
    .mr_menu .logo_left_menu {
        margin-bottom: 10rem;
    }
}

.mr_menu .logo_left_menu a {
    display: inline-block;
}

.mr_menu .logo_left_menu a img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.mr_menu ul.main_menu {
    padding: 0px;
    margin: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mr_menu ul.main_menu li {
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5rem;
    width: 100%;
}

.mr_menu ul.main_menu li a {
    list-style: none;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25rem;
    text-decoration: none;
    text-align: left;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid transparent;
}

.mr_menu ul.main_menu li.current>a,
.mr_menu ul.main_menu li.active>a,
.mr_menu ul.main_menu li:hover>a {
    color: #a6a182;
    border-left-color: #a6a182;
}

.mr_menu ul.main_menu li .submenu_opener {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    border: none;
    height: 50px;
    width: 40px;
    line-height: 52px;
    text-align: center;
    color: #ffffff;
    background: rgba(153, 153, 153, 0.1);
    cursor: pointer;
    z-index: 5;
}

.mr_menu ul.main_menu li .submenu_opener i {
    position: relative;
    display: block;
    transition: all 0.5s ease;
}

.mr_menu ul.main_menu li.nav_open>.submenu_opener i {
    transform: rotate(90deg);
    animation: blinking 1.5s ease-in-out infinite;
}

@keyframes blinking {
    0% {
        bottom: -3px;
    }

    50% {
        bottom: 3px;
    }

    100% {
        bottom: -3px;
    }
}

.mr_menu ul.main_menu li ul {
    position: relative;
    display: none;
    overflow: hidden;
    min-width: auto;
    width: 100%;
    margin: 0px 0px;
    padding-left: 10px;
    z-index: 5;
    background: #222222;
    border-radius: 0px;
}

body.mr_menu_active .mr_menu {
    left: 0;
}

body.mr_menu_active .mr_menu_overlay {
    width: 100%;
}

body.left_menu {
    padding-left: 300px;
}

body.left_menu .mr_menu {
    left: 0;
}

@media screen and (max-width: 991.9px) {
    body.left_menu {
        padding-left: 0px;
    }

    body.left_menu .mr_menu {
        left: -300px;
    }

    body.left_menu.mr_menu_active .mr_menu {
        left: 0px;
    }
}

.divider_bg {
    position: relative;
    z-index: 1;
    width: calc(100% - 260px);
    height: 5rem;
    margin-top: calc(1.71875rem + 4.82143vw);
}

@media (min-width: 1400px) {
    .divider_bg {
        margin-top: 5.9375rem;
    }
}

.slide_content .slide_content_wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
    transition: all 0.5s ease-in-out;
    margin-bottom: 0rem;
}

.slide_content .slide_content_wrapper .slide_content_inner {
    position: relative;
    padding: 20px 30px 20px 30px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.slide_content .slide_content_wrapper .slide_content_inner .meta {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*-- Theme Slider --*/
.theme_slider {
    position: relative;
    padding: 7.875rem 0 2rem;
}

@media (min-width: 1400px) {
    .theme_slider {
        padding: 7.875rem 0 2rem;
    }
}

.theme_slider .swiper {
    padding-bottom: calc(1.5rem + 2.57143vw);
}

@media (min-width: 1400px) {
    .theme_slider .swiper {
        padding-bottom: 2.75rem;
    }
}

.theme_slider .swiper-slide {
    padding-right: calc(2.0938rem + 8.67909vw);
}

@media (min-width: 1400px) {
    .theme_slider .swiper-slide {
        padding-right: 9.688rem;
    }
}

.theme_slider .swiper-slide .slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 100px 0;
    background-color: #f8f8f8;
    height: 490px;
}

.theme_slider .swiper-slide .slider .slide_content {
    max-width: 310px;
    margin-right: calc(-4.375rem - 6.42857vw);
    transform-style: preserve-3d;
}

@media (min-width: 991px) {
    .theme_slider .swiper-slide .slider {
        background-size: contain;
    }
}

@media (min-width: 1400px) {
    .theme_slider .swiper-slide .slider .slide_content {
        margin-right: -7.5rem;
    }
}

.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper {
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
}

.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta .category {
    font-size: 0.6875rem;
    font-weight: 600;
}

.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    position: relative;
    padding-top: calc(1.75rem + 2.14286vw);
    margin-bottom: calc(1.75rem + 2.14286vw);
}

@media (min-width: 1400px) {

    .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        padding-top: 3.25rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        margin-bottom: 3.25rem;
    }
}

.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: calc(1.75rem + 5.14286vw);
    background-color: #54595f;
}

@media (min-width: 1400px) {

    .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
    .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
        height: 6.25rem;
    }
}

.theme_slider .swiper-slide-active .slider .slide_content .slide_content_wrapper {
    transform: scale(1);
    transition-delay: 0.5s;
}

.theme_slider_2 {
    position: relative;
}

.theme_slider_2 .swiper-slide .slider {
    background-repeat: repeat;
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: start;
}

.theme_slider_2 .swiper-slide .slider .slide_content {
    max-width: 100%;
    transition: all 0.5s ease-in-out;
}

.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper {
    display: flex;
    align-items: center;
    padding: calc(1.375rem + 1.28571vw) calc(1.375rem + 1.28571vw);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper {
        padding: 2.5rem 2.5rem;
    }
}

.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner {
    text-align: center;
}

.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1875rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
}

.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    position: relative;
    font-family: "saol_displayregular", sans-serif;
    font-size: calc(1.425rem + 1.8vw);
    font-weight: 400;
    padding-top: calc(2.6875rem + 14.78571vw);
    margin-bottom: calc(1.75rem + 5.14286vw);
    opacity: 0;
    visibility: hidden;
    transform: skew(50deg, 0deg);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        font-size: 3rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        padding-top: 15.625rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        margin-bottom: 6.25rem;
    }
}

.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(1.4375rem + 1.92857vw);
    width: 1px;
    height: calc(2rem + 7.71429vw);
    background-color: #54595f;
    transform: scale(0);
    transform-origin: center;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
        top: 3.125rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
        height: 8.75rem;
    }
}

.theme_slider_2 .swiper-slide .slider .slide_content .details_link {
    font-size: 0.875rem;
    line-height: 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}

.theme_slider_2 .swiper-slide .slider .slide_content .details_link a {
    justify-content: center;
}

.theme_slider_2 .swiper-slide:nth-child(odd) .slider {
    justify-content: end;
}

.theme_slider_2 .swiper-slide-active .slider .slide_content {
    max-width: 50%;
}

.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1.5s;
}

.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    opacity: 1;
    visibility: visible;
    transform: skew(0deg, 0deg);
    transition-delay: 1s;
}

.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
    transform: scale(1);
}

.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1.5s;
}

.theme_slider_2 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.theme_slider_2 .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 16px;
}

.theme_slider_3 {
    position: relative;
}

.theme_slider_3 .swiper-slide .slider {
    background-repeat: repeat;
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: calc(3rem + 18vw);
    padding-bottom: calc(3.625rem + 24.42857vw);
}

@media (min-width: 1400px) {
    .theme_slider_3 .swiper-slide .slider {
        padding-top: 18.75rem;
    }
}

@media (min-width: 1400px) {
    .theme_slider_3 .swiper-slide .slider {
        padding-bottom: 25rem;
    }
}

.theme_slider_3 .swiper-slide .slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.theme_slider_3 .swiper-slide .slider .slide_content {
    max-width: 70%;
    transition: all 0.5s ease-in-out;
}

.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper {
    display: flex;
    align-items: center;
    padding: 0 0;
    transition: all 0.5s ease-in-out;
}

.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner {
    text-align: left;
}

.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1875rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
}

.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    position: relative;
    font-family: "saol_displayregular", sans-serif;
    font-size: calc(1.78125rem + 5.46429vw);
    line-height: calc(1.7rem + 4.62857vw);
    font-weight: 400;
    margin-bottom: calc(1.28125rem + 0.32143vw);
    opacity: 0;
    visibility: hidden;
    transform: skew(50deg, 0deg);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {

    .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        font-size: 6.5625rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        line-height: 5.75rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        margin-bottom: 1.5625rem;
    }
}

.theme_slider_3 .swiper-slide .slider .slide_content .details_link {
    font-size: calc(1.275rem + 0.25714vw);
    line-height: calc(1.325rem + 0.77143vw);
    font-weight: 400;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .theme_slider_3 .swiper-slide .slider .slide_content .details_link {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .theme_slider_3 .swiper-slide .slider .slide_content .details_link {
        line-height: 2rem;
    }
}

.theme_slider_3 .swiper-slide .slider .slide_content .details_link a {
    color: #ffffff;
}

.theme_slider_3 .swiper-slide .slider .slide_content .details_link a .link_text {
    cursor: auto;
}

.theme_slider_3 .swiper-slide .slider .slide_content .details_link a .link_icon {
    color: #a6a182;
}

.theme_slider_3 .swiper-slide:nth-child(odd) .slider {
    justify-content: end;
}

.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1.5s;
}

.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    opacity: 1;
    visibility: visible;
    transform: skew(0deg, 0deg);
    transition-delay: 1s;
}

.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
    transform: scale(1);
}

.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1.5s;
}

.theme_slider_3 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.theme_slider_3 .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 16px;
}

.theme_slider_3 .swiper-button-prev,
.theme_slider_3 .swiper-rtl .swiper-button-next {
    left: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {

    .theme_slider_3 .swiper-button-prev,
    .theme_slider_3 .swiper-rtl .swiper-button-next {
        left: 4.375rem;
    }
}

.theme_slider_3 .swiper-button-next,
.theme_slider_3 .swiper-rtl .swiper-button-prev {
    right: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {

    .theme_slider_3 .swiper-button-next,
    .theme_slider_3 .swiper-rtl .swiper-button-prev {
        right: 4.375rem;
    }
}

.theme_slider_3 .swiper-button-next:after,
.theme_slider_3 .swiper-button-prev:after {
    content: none;
}

.theme_slider_3 .details_link.swiper-button-prev a .link_icon .line,
.theme_slider_3 .details_link.swiper-button-next a .link_icon .line {
    width: 5.625rem;
}

.theme_slider_3 .details_link.swiper-button-prev a .link_icon .circle,
.theme_slider_3 .details_link.swiper-button-next a .link_icon .circle {
    width: 3.75rem;
    height: 3.75rem;
}

.theme_slider_3 .details_link.l-dir a .link_icon .dot {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 18px solid #a6a182;
}

.theme_slider_3 .details_link.r-dir a .link_icon .dot {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 18px solid #a6a182;
}

.theme_slider_4 {
    position: relative;
}

.theme_slider_4 .swiper-slide .slider {
    background-repeat: repeat;
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}

.theme_slider_4 .swiper-slide .slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.theme_slider_4 .swiper-slide .slider .slide_content {
    transition: all 0.5s ease-in-out;
    padding: 0 calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {
    .theme_slider_4 .swiper-slide .slider .slide_content {
        padding: 0 4.375rem;
    }
}

.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper {
    display: flex;
    align-items: center;
    padding: 0 0;
    transition: all 0.5s ease-in-out;
}

.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner {
    max-width: 80%;
    padding: calc(3.1875rem + 19.92857vw) 0 calc(3rem + 18vw) 0;
    text-align: left;
}

@media (min-width: 1400px) {
    .theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner {
        padding: 20.625rem 0 18.75rem 0;
    }
}

.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1875rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
}

.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    position: relative;
    font-family: "saol_displayregular", sans-serif;
    font-size: calc(1.78125rem + 5.46429vw);
    line-height: calc(1.7rem + 4.62857vw);
    font-weight: 400;
    margin-bottom: calc(1.28125rem + 0.32143vw);
    opacity: 0;
    visibility: hidden;
    transform: skew(50deg, 0deg);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {

    .theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        font-size: 6.5625rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        line-height: 5.75rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        margin-bottom: 1.5625rem;
    }
}

.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .mask-content {
    position: absolute;
    right: 0;
    font-size: calc(5.1875rem + 40.5vw);
    line-height: calc(4.1875rem + 30.21429vw);
    font-weight: 700;
    text-transform: uppercase;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .mask-content {
        font-size: 40.625rem;
    }
}

@media (min-width: 1400px) {
    .theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .mask-content {
        line-height: 30.625rem;
    }
}

.theme_slider_4 .swiper-slide .slider .slide_content .details_link {
    font-size: calc(1.275rem + 0.25714vw);
    line-height: calc(1.325rem + 0.77143vw);
    font-weight: 400;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .theme_slider_4 .swiper-slide .slider .slide_content .details_link {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .theme_slider_4 .swiper-slide .slider .slide_content .details_link {
        line-height: 2rem;
    }
}

.theme_slider_4 .swiper-slide .slider .slide_content .details_link a {
    color: #ffffff;
}

.theme_slider_4 .swiper-slide .slider .slide_content .details_link a .link_text {
    cursor: auto;
}

.theme_slider_4 .swiper-slide .slider .slide_content .details_link a .link_icon {
    color: #a6a182;
}

.theme_slider_4 .swiper-slide:nth-child(odd) .slider {
    justify-content: end;
}

.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1.5s;
}

.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    opacity: 1;
    visibility: visible;
    transform: skew(0deg, 0deg);
    transition-delay: 1s;
}

.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
    transform: scale(1);
}

.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1.5s;
}

.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .mask-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition-delay: 1s;
}

.theme_slider_4 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.theme_slider_4 .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 16px;
}

.theme_slider_4 .swiper-button-prev,
.theme_slider_4 .swiper-rtl .swiper-button-next {
    left: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {

    .theme_slider_4 .swiper-button-prev,
    .theme_slider_4 .swiper-rtl .swiper-button-next {
        left: 4.375rem;
    }
}

.theme_slider_4 .swiper-button-next,
.theme_slider_4 .swiper-rtl .swiper-button-prev {
    right: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {

    .theme_slider_4 .swiper-button-next,
    .theme_slider_4 .swiper-rtl .swiper-button-prev {
        right: 4.375rem;
    }
}

.theme_slider_4 .swiper-button-next:after,
.theme_slider_4 .swiper-button-prev:after {
    content: none;
}

.theme_slider_4 .details_link.swiper-button-prev a .link_icon .line,
.theme_slider_4 .details_link.swiper-button-next a .link_icon .line {
    width: 5.625rem;
}

.theme_slider_4 .details_link.swiper-button-prev a .link_icon .circle,
.theme_slider_4 .details_link.swiper-button-next a .link_icon .circle {
    width: 3.75rem;
    height: 3.75rem;
}

.theme_slider_4 .details_link.l-dir a .link_icon .dot {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 18px solid #a6a182;
}

.theme_slider_4 .details_link.r-dir a .link_icon .dot {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 18px solid #a6a182;
}

.theme_slider_4 .swiper-horizontal>.swiper-pagination-bullets,
.theme_slider_4 .swiper-pagination-bullets.swiper-pagination-horizontal,
.theme_slider_4 .swiper-pagination-custom,
.theme_slider_4 .swiper-pagination-fraction {
    bottom: 90px;
}

.theme_slider_5 {
    position: relative;
    z-index: 1;
}

.theme_slider_5 .slider {
    background-repeat: repeat;
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
}

.theme_slider_5 .slider .slide_content {
    position: relative;
    z-index: 1;
    max-width: 85%;
    padding: 150px 0px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.theme_slider_5 .slider .slide_content .slide_content_inner {
    position: relative;
}

.theme_slider_5 .slider .slide_content .slide_content_inner::after {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% + 40px);
    width: 1px;
    height: 85px;
    background-color: #d9d9d9;
    transform: rotate(20deg);
    transform-origin: top;
    animation: lineBlink 10s linear infinite;
}

.theme_slider_5 .slider .slide_content .shape {
    position: relative;
    width: 130px;
    height: 135px;
    margin: 0 auto;
    z-index: 1;
}

.theme_slider_5 .slider .slide_content .shape .star1 {
    position: absolute;
    left: 0;
    top: 12px;
    animation: blink 3s linear infinite;
}

.theme_slider_5 .slider .slide_content .shape .star1-dark {
    position: absolute;
    left: 0;
    top: 12px;
    animation: blink 3s linear infinite;
    display: none;
}

.theme_slider_5 .slider .slide_content .shape .star2 {
    position: absolute;
    right: 0;
    top: 0;
    animation: blink 3.5s linear infinite;
}

.theme_slider_5 .slider .slide_content .shape .star2-dark {
    position: absolute;
    right: 0;
    top: 0;
    animation: blink 3.5s linear infinite;
    display: none;
}

.theme_slider_5 .slider .slide_content .shape .star3 {
    animation: blink 5s linear infinite;
}

.theme_slider_5 .slider .slide_content .shape .star3-dark {
    animation: blink 5s linear infinite;
    display: none;
    margin: 0 auto;
}

@keyframes blink {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lineBlink {
    0% {
        height: 85px;
    }

    50% {
        height: 30px;
    }

    100% {
        height: 85px;
    }
}

.theme_slider_5 .slider .slide_content h4,
.theme_slider_5 .slider .slide_content .h4 {
    position: relative;
    font-family: "saol_displayregular", sans-serif;
    font-size: calc(1.5625rem + 3.21429vw);
    line-height: calc(1.625rem + 3.85714vw);
    font-weight: 400;
    margin-top: calc(1.28125rem + 0.32143vw);
    margin-bottom: calc(1.28125rem + 0.32143vw);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {

    .theme_slider_5 .slider .slide_content h4,
    .theme_slider_5 .slider .slide_content .h4 {
        font-size: 4.375rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_5 .slider .slide_content h4,
    .theme_slider_5 .slider .slide_content .h4 {
        line-height: 5rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_5 .slider .slide_content h4,
    .theme_slider_5 .slider .slide_content .h4 {
        margin-top: 1.5625rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_5 .slider .slide_content h4,
    .theme_slider_5 .slider .slide_content .h4 {
        margin-bottom: 1.5625rem;
    }
}

.theme_slider_5 .slider .slide_content .details_link {
    font-family: "saol_displayregular", sans-serif;
    font-size: calc(1.275rem + 0.25714vw);
    line-height: calc(1.325rem + 0.77143vw);
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .theme_slider_5 .slider .slide_content .details_link {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .theme_slider_5 .slider .slide_content .details_link {
        line-height: 2rem;
    }
}

.theme_slider_5 .slider .slide_content .details_link a {
    color: #ffffff;
    justify-content: center;
}

.theme_slider_5 .slider .slide_content .details_link a .link_text {
    cursor: auto;
}

.theme_slider_5 .slider .slide_content .details_link a .link_icon {
    color: #a6a182;
}

.theme_slider_6 {
    position: relative;
    padding: 130px 0px;
}

.theme_slider_6 .slider .slide_content {
    transition: all 0.5s ease-in-out;
}

.theme_slider_6 .slider .slide_content .slide_content_wrapper {
    display: flex;
    align-items: center;
    padding: 0 0;
    transition: all 0.5s ease-in-out;
    overflow: visible;
}

.theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner {
    text-align: center;
    max-width: calc(6.125rem + 50.14286vw);
    margin: 50px auto;
}

@media (min-width: 1400px) {
    .theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner {
        max-width: 50rem;
    }
}

.theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1875rem;
}

.theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    position: relative;
    font-family: "saol_displayregular", sans-serif;
    font-size: calc(1.78125rem + 5.46429vw);
    line-height: calc(1.7rem + 4.62857vw);
    font-weight: 400;
    margin-bottom: calc(1.28125rem + 0.32143vw);
}

@media (min-width: 1400px) {

    .theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        font-size: 6.5625rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        line-height: 5.75rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        margin-bottom: 1.5625rem;
    }
}

.theme_slider_6 .slider .slide_content .details_link {
    font-size: calc(1.275rem + 0.25714vw);
    line-height: calc(1.325rem + 0.77143vw);
    font-weight: 400;
    text-transform: capitalize;
}

@media (min-width: 1400px) {
    .theme_slider_6 .slider .slide_content .details_link {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .theme_slider_6 .slider .slide_content .details_link {
        line-height: 2rem;
    }
}

.theme_slider_6 .slider .slide_content .details_link a {
    display: block;
    color: #ffffff;
}

.theme_slider_6 .slider .slide_content .details_link a .link_text {
    cursor: auto;
}

.theme_slider_6 .slider .slide_content .details_link a .link_icon {
    color: #a6a182;
}

.theme_slider_6 .swiper-slide .slider {
    max-width: calc(2.90625rem + 17.03571vw);
    height: auto;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .theme_slider_6 .swiper-slide .slider {
        max-width: 17.8125rem;
    }
}

.theme_slider_6 .swiper-slide .slider a {
    display: block;
    filter: brightness(40%);
}

.theme_slider_6 .swiper-slide .slider a:hover {
    filter: brightness(1);
}

.theme_slider_6 .swiper_theme_slider_6 .swiper-slide.swiper-slide-visible .slider {
    margin-top: 40px;
}

.theme_slider_6 .swiper_theme_slider_6 .swiper-slide.swiper-slide-visible.swiper-slide-next .slider {
    margin-top: 0px;
}

.theme_slider_6 .swiper_theme_slider_6.second_row {
    padding-top: 40px;
}

.theme_slider_6 .swiper_theme_slider_6.second_row .swiper-slide.swiper-slide-visible .slider {
    margin-top: -40px;
}

.theme_slider_6 .swiper_theme_slider_6.second_row .swiper-slide.swiper-slide-visible.swiper-slide-next .slider {
    margin-top: 0px;
}

.theme_slider_6 .swiper-horizontal>.swiper-pagination-bullets,
.theme_slider_6 .swiper-pagination-bullets.swiper-pagination-horizontal,
.theme_slider_6 .swiper-pagination-custom,
.theme_slider_6 .swiper-pagination-fraction {
    bottom: 55px;
}

.theme_slider_6 .swiper-button-prev,
.theme_slider_6 .swiper-rtl .swiper-button-next {
    left: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {

    .theme_slider_6 .swiper-button-prev,
    .theme_slider_6 .swiper-rtl .swiper-button-next {
        left: 4.375rem;
    }
}

.theme_slider_6 .swiper-button-next,
.theme_slider_6 .swiper-rtl .swiper-button-prev {
    right: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {

    .theme_slider_6 .swiper-button-next,
    .theme_slider_6 .swiper-rtl .swiper-button-prev {
        right: 4.375rem;
    }
}

.theme_slider_6 .swiper-button-next:after,
.theme_slider_6 .swiper-button-prev:after {
    content: none;
}

.theme_slider_6 .details_link.swiper-button-prev a .link_icon .line,
.theme_slider_6 .details_link.swiper-button-next a .link_icon .line {
    width: 5.625rem;
}

.theme_slider_6 .details_link.swiper-button-prev a .link_icon .circle,
.theme_slider_6 .details_link.swiper-button-next a .link_icon .circle {
    width: 3.75rem;
    height: 3.75rem;
}

.theme_slider_6 .details_link.l-dir a .link_icon .dot {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 18px solid #a6a182;
}

.theme_slider_6 .details_link.r-dir a .link_icon .dot {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 18px solid #a6a182;
}

.theme_slider_8 {
    position: relative;
}

.theme_slider_8 .swiper-slide .slider {
    background-repeat: repeat;
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: calc(3rem + 18vw);
    padding-bottom: calc(3rem + 18vw);
}

@media (min-width: 1400px) {
    .theme_slider_8 .swiper-slide .slider {
        padding-top: 18.75rem;
    }
}

@media (min-width: 1400px) {
    .theme_slider_8 .swiper-slide .slider {
        padding-bottom: 18.75rem;
    }
}

.theme_slider_8 .swiper-slide .slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.theme_slider_8 .swiper-slide .slider .slide_content {
    max-width: 70%;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
}

.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper {
    display: flex;
    align-items: center;
    padding: 0 0;
    transition: all 0.5s ease-in-out;
}

.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner {
    text-align: center;
}

.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1875rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
}

.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    position: relative;
    font-family: "saol_displayregular", sans-serif;
    font-size: calc(1.78125rem + 5.46429vw);
    line-height: calc(1.7rem + 4.62857vw);
    font-weight: 400;
    margin-bottom: calc(1.28125rem + 0.32143vw);
    opacity: 0;
    visibility: hidden;
    transform: skew(50deg, 0deg);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {

    .theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        font-size: 6.5625rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        line-height: 5.75rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        margin-bottom: 1.5625rem;
    }
}

.theme_slider_8 .swiper-slide .slider .slide_content .details_link {
    font-size: calc(1.275rem + 0.25714vw);
    line-height: calc(1.325rem + 0.77143vw);
    font-weight: 400;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .theme_slider_8 .swiper-slide .slider .slide_content .details_link {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .theme_slider_8 .swiper-slide .slider .slide_content .details_link {
        line-height: 2rem;
    }
}

.theme_slider_8 .swiper-slide .slider .slide_content .details_link a {
    color: #ffffff;
    justify-content: center;
}

.theme_slider_8 .swiper-slide .slider .slide_content .details_link a .link_text {
    cursor: auto;
}

.theme_slider_8 .swiper-slide .slider .slide_content .details_link a .link_icon {
    color: #a6a182;
}

.theme_slider_8 .swiper-slide:nth-child(odd) .slider {
    justify-content: end;
}

.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1.5s;
}

.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    opacity: 1;
    visibility: visible;
    transform: skew(0deg, 0deg);
    transition-delay: 1s;
}

.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
    transform: scale(1);
}

.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1.5s;
}

.theme_slider_8 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.theme_slider_8 .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 16px;
}

.theme_slider_8 .swiper-button-prev,
.theme_slider_8 .swiper-rtl .swiper-button-next {
    left: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {

    .theme_slider_8 .swiper-button-prev,
    .theme_slider_8 .swiper-rtl .swiper-button-next {
        left: 4.375rem;
    }
}

.theme_slider_8 .swiper-button-next,
.theme_slider_8 .swiper-rtl .swiper-button-prev {
    right: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {

    .theme_slider_8 .swiper-button-next,
    .theme_slider_8 .swiper-rtl .swiper-button-prev {
        right: 4.375rem;
    }
}

.theme_slider_8 .swiper-button-next:after,
.theme_slider_8 .swiper-button-prev:after {
    content: none;
}

.theme_slider_8 .details_link.swiper-button-prev a .link_icon .line,
.theme_slider_8 .details_link.swiper-button-next a .link_icon .line {
    width: 5.625rem;
}

.theme_slider_8 .details_link.swiper-button-prev a .link_icon .circle,
.theme_slider_8 .details_link.swiper-button-next a .link_icon .circle {
    width: 3.75rem;
    height: 3.75rem;
}

.theme_slider_8 .details_link.l-dir a .link_icon .dot {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 18px solid #a6a182;
}

.theme_slider_8 .details_link.r-dir a .link_icon .dot {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 18px solid #a6a182;
}

.theme_slider_9 {
    position: relative;
}

.theme_slider_9 .swiper-slide .slider {
    background-repeat: repeat;
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: calc(2.375rem + 11.57143vw);
    padding-bottom: calc(2.0625rem + 8.35714vw);
}

@media (min-width: 1400px) {
    .theme_slider_9 .swiper-slide .slider {
        padding-top: 12.5rem;
    }
}

@media (min-width: 1400px) {
    .theme_slider_9 .swiper-slide .slider {
        padding-bottom: 9.375rem;
    }
}

.theme_slider_9 .swiper-slide .slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.theme_slider_9 .swiper-slide .slider .slide_content {
    max-width: 70%;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
}

.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper {
    display: flex;
    align-items: center;
    padding: 0 0;
    transition: all 0.5s ease-in-out;
}

.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner {
    text-align: center;
}

.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1875rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
}

.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    position: relative;
    font-family: "saol_displayregular", sans-serif;
    font-size: calc(1.78125rem + 5.46429vw);
    line-height: calc(1.7rem + 4.62857vw);
    font-weight: 400;
    margin-bottom: calc(1.28125rem + 0.32143vw);
    opacity: 0;
    visibility: hidden;
    transform: skew(50deg, 0deg);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {

    .theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        font-size: 6.5625rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        line-height: 5.75rem;
    }
}

@media (min-width: 1400px) {

    .theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        margin-bottom: 1.5625rem;
    }
}

.theme_slider_9 .swiper-slide .slider .slide_content .details_link {
    font-size: calc(1.275rem + 0.25714vw);
    line-height: calc(1.325rem + 0.77143vw);
    font-weight: 400;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .theme_slider_9 .swiper-slide .slider .slide_content .details_link {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .theme_slider_9 .swiper-slide .slider .slide_content .details_link {
        line-height: 2rem;
    }
}

.theme_slider_9 .swiper-slide .slider .slide_content .details_link a {
    color: #ffffff;
    justify-content: center;
}

.theme_slider_9 .swiper-slide .slider .slide_content .details_link a .link_text {
    cursor: auto;
}

.theme_slider_9 .swiper-slide .slider .slide_content .details_link a .link_icon {
    color: #a6a182;
}

.theme_slider_9 .swiper-slide:nth-child(odd) .slider {
    justify-content: end;
}

.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1.5s;
}

.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    opacity: 1;
    visibility: visible;
    transform: skew(0deg, 0deg);
    transition-delay: 1s;
}

.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
    transform: scale(1);
}

.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1.5s;
}

.theme_slider_9 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.theme_slider_9 .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 16px;
}

.theme_slider_9 .swiper-button-prev,
.theme_slider_9 .swiper-rtl .swiper-button-next {
    left: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {

    .theme_slider_9 .swiper-button-prev,
    .theme_slider_9 .swiper-rtl .swiper-button-next {
        left: 4.375rem;
    }
}

.theme_slider_9 .swiper-button-next,
.theme_slider_9 .swiper-rtl .swiper-button-prev {
    right: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {

    .theme_slider_9 .swiper-button-next,
    .theme_slider_9 .swiper-rtl .swiper-button-prev {
        right: 4.375rem;
    }
}

.theme_slider_9 .swiper-button-next:after,
.theme_slider_9 .swiper-button-prev:after {
    content: none;
}

.theme_slider_9 .details_link.swiper-button-prev a .link_icon .line,
.theme_slider_9 .details_link.swiper-button-next a .link_icon .line {
    width: 5.625rem;
}

.theme_slider_9 .details_link.swiper-button-prev a .link_icon .circle,
.theme_slider_9 .details_link.swiper-button-next a .link_icon .circle {
    width: 3.75rem;
    height: 3.75rem;
}

.theme_slider_9 .details_link.l-dir a .link_icon .dot {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 18px solid #a6a182;
}

.theme_slider_9 .details_link.r-dir a .link_icon .dot {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 18px solid #a6a182;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -10px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0rem 0.9375rem;
}

.swiper-pagination-bullet {
    width: 0.6875rem;
    height: 0.6875rem;
    background-color: #999999;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a6a182;
}

.swiper-navigation {
    --button-width: 44px;
    --button-height: 44px;
    position: absolute;
    right: 0px;
    bottom: 44px;
    width: var(--button-width);
    height: calc(var(--button-height) * 2);
    overflow: hidden;
    z-index: 9;
    transition: all 1s ease-in-out;
}

.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
    font-size: 1.25rem;
    color: #000000;
    background: #ffffff;
    position: absolute;
    top: 100%;
    width: var(--button-width);
    height: var(--button-height);
    margin-top: 0px;
    transition: all 0.5s ease-in-out;
}

.swiper-navigation .swiper-button-next:hover,
.swiper-navigation .swiper-button-prev:hover {
    background: #a6a182;
    color: #ffffff;
}

.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-rtl .swiper-button-next {
    left: auto;
    right: 0;
}

.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    margin-top: 1px;
}

.swiper-navigation .swiper-button-next.swiper-button-disabled,
.swiper-navigation .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: rgba(255, 255, 255, 0.65);
}

.swiper-navigation .swiper-button-next:after,
.swiper-navigation .swiper-button-prev:after {
    font-size: 20px;
    display: none;
}

.swiper:hover .swiper-navigation .swiper-button-prev {
    top: 0;
}

.swiper:hover .swiper-navigation .swiper-button-next {
    top: var(--button-height);
}

.swiper_gallery_2 .swiper-button-next:after,
.swiper_gallery_2 .swiper-button-prev:after {
    content: none;
}

.mt-lg-minus {
    margin-top: calc(-4.375rem - 9.64286vw);
    z-index: 1;
}

@media (min-width: 1400px) {
    .mt-lg-minus {
        margin-top: -10.625rem;
    }
}

.mt-lg-minus .gutter-90:nth-child(1) .grid-item,
.mt-lg-minus .gutter-90:nth-child(2) .grid-item {
    padding-top: 0;
}

.rotate-logo {
    position: absolute;
    left: 50%;
    bottom: 88px;
    display: inline-block;
    z-index: 2;
}

.rotate-logo .rotate-bg {
    display: inline-block;
}

.rotate-logo .rotate-text {
    position: absolute;
    left: 8px;
    top: 8px;
    transform-origin: center;
    animation: rotateLogo 20s linear infinite;
}

@keyframes rotateLogo {
    100% {
        transform: rotate(360deg);
    }
}

.funfacts_inner {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-flow: row wrap;
}

.funfacts_inner .funfact .funfact_content h2,
.funfacts_inner .funfact .funfact_content .h2 {
    color: #ffffff;
    font-size: calc(1.525rem + 2.82857vw);
    font-weight: 600;
    line-height: calc(1.525rem + 2.82857vw);
}

@media (min-width: 1400px) {

    .funfacts_inner .funfact .funfact_content h2,
    .funfacts_inner .funfact .funfact_content .h2 {
        font-size: 4rem;
    }
}

@media (min-width: 1400px) {

    .funfacts_inner .funfact .funfact_content h2,
    .funfacts_inner .funfact .funfact_content .h2 {
        line-height: 4rem;
    }
}

.funfacts_inner .funfact .funfact_content span {
    color: #ffffff;
    font-size: calc(1.525rem + 2.82857vw);
    font-weight: 600;
    line-height: calc(1.525rem + 2.82857vw);
}

@media (min-width: 1400px) {
    .funfacts_inner .funfact .funfact_content span {
        font-size: 4rem;
    }
}

@media (min-width: 1400px) {
    .funfacts_inner .funfact .funfact_content span {
        line-height: 4rem;
    }
}

.funfacts_inner .funfact .funfact_content p {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: calc(1.28125rem + 0.32143vw);
    margin-top: calc(1.28125rem + 0.32143vw);
    margin-bottom: 0;
    color: #ffffff;
}

@media (min-width: 1400px) {
    .funfacts_inner .funfact .funfact_content p {
        line-height: 1.5625rem;
    }
}

@media (min-width: 1400px) {
    .funfacts_inner .funfact .funfact_content p {
        margin-top: 1.5625rem;
    }
}

.funfact2 {
    margin-bottom: 20px;
}

.funfacts_inner .funfact2 .fun_img {
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.125rem;
    border: 0.0625rem dashed #ffffff;
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 1.25rem;
}

.funfact_content {
    text-align: left;
    font-size: 10px;
    width: 70%;
}

.funfacts_inner .funfact2 .funfact_content h2,
.funfacts_inner .funfact2 .funfact_content .h2 {
    font-size: calc(1.275rem + 0.25714vw);
    font-weight: 600;
    line-height: calc(1.325rem + 0.77143vw);
    color: #ffffff;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

@media (min-width: 1400px) {

    .funfacts_inner .funfact2 .funfact_content h2,
    .funfacts_inner .funfact2 .funfact_content .h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {

    .funfacts_inner .funfact2 .funfact_content h2,
    .funfacts_inner .funfact2 .funfact_content .h2 {
        line-height: 2rem;
    }
}

.funfacts_inner .funfact2 .funfact_content span {
    font-size: calc(1.275rem + 0.25714vw);
    font-weight: 600;
    line-height: calc(1.325rem + 0.77143vw);
    color: #ffffff;
}

@media (min-width: 1400px) {
    .funfacts_inner .funfact2 .funfact_content span {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .funfacts_inner .funfact2 .funfact_content span {
        line-height: 2rem;
    }
}

.funfacts_inner .funfact2 .funfact_content p {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: calc(1.3rem + 0.51429vw);
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0rem;
}

@media (min-width: 1400px) {
    .funfacts_inner .funfact2 .funfact_content p {
        line-height: 1.5;
    }
}

/*------ Portfolio Grid ------*/
.projects {
    z-index: 1;
}

.projects .section-header {
    max-width: calc(6.75rem + 56.57143vw);
    margin: 0rem auto;
}

@media (min-width: 1400px) {
    .projects .section-header {
        max-width: 56.25rem;
    }
}

.projects .section-header .section-desc {
    margin-top: 35px;
}

.grid {
    overflow: hidden;
}

.grid-item {
    overflow: hidden;
    position: relative;
    transition: none;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* -------- grid ---------- */
.grid-item.width-20 {
    width: 20%;
}

.grid-item.width-25 {
    width: 25%;
}

.grid-item.width-30 {
    width: 30%;
}

.grid-item.width-35 {
    width: 35%;
}

.grid-item.width-40 {
    width: 40%;
}

.grid-item.width-50 {
    width: 50%;
}

.grid-item.width-60 {
    width: 60%;
}

.grid-item.width-66 {
    width: 66.66%;
}

.grid-item.width-70 {
    width: 70%;
}

.grid-item.width-75 {
    width: 75%;
}

.grid-item.width-80 {
    width: 78%;
}

.grid-item.width-100 {
    width: 100%;
}

/* -------- grid ---------- */
.grid-1 .grid-item,
.grid-1 .grid-sizer {
    width: 100%;
}

.grid-2 .grid-item,
.grid-2 .grid-sizer {
    width: 50%;
}

.grid-3 .grid-item,
.grid-3 .grid-sizer {
    width: 33.33%;
}

.grid-4 .grid-item,
.grid-4 .grid-sizer {
    width: 25%;
}

.grid-5 .grid-item,
.grid-5 .grid-sizer {
    width: 20%;
}

.grid-2 .grid-sizer.small {
    width: 1%;
}

.grid-3 .grid-sizer.small {
    width: 1%;
}

.grid-4 .grid-sizer.small {
    width: 1%;
}

@media screen and (max-width: 991px) {

    .grid-4 .grid-item,
    .grid-4 .grid-sizer,
    .grid-5 .grid-item,
    .grid-5 .grid-sizer {
        width: 33.33%;
    }

    .grid-item.width-20,
    .grid-item.width-25,
    .grid-item.width-30,
    .grid-item.width-35,
    .grid-item.width-40,
    .grid-item.width-50,
    .grid-item.width-60,
    .grid-item.width-66,
    .grid-item.width-70,
    .grid-item.width-75,
    .grid-item.width-80 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {

    .grid-3 .grid-item,
    .grid-3 .grid-sizer,
    .grid-4 .grid-item,
    .grid-4 .grid-sizer,
    .grid-5 .grid-item,
    .grid-5 .grid-sizer {
        width: 50%;
    }

    .grid-item.width-20,
    .grid-item.width-25,
    .grid-item.width-30,
    .grid-item.width-35,
    .grid-item.width-40,
    .grid-item.width-50,
    .grid-item.width-60,
    .grid-item.width-66,
    .grid-item.width-70,
    .grid-item.width-75,
    .grid-item.width-80 {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {

    .grid-2 .grid-item,
    .grid-2 .grid-sizer,
    .grid-3 .grid-item,
    .grid-3 .grid-sizer,
    .grid-4 .grid-item,
    .grid-4 .grid-sizer,
    .grid-5 .grid-item,
    .grid-5 .grid-sizer {
        width: 100%;
    }

    .grid-item.width-20,
    .grid-item.width-25,
    .grid-item.width-30,
    .grid-item.width-35,
    .grid-item.width-40,
    .grid-item.width-50,
    .grid-item.width-60,
    .grid-item.width-66,
    .grid-item.width-70,
    .grid-item.width-75,
    .grid-item.width-80 {
        width: 100%;
    }
}

.gutter-0 {
    margin: 0 0;
}

.gutter-0 .grid-item {
    padding: 0;
}

.gutter-5 {
    margin: 0 -0.3125rem;
}

.gutter-5 .grid-item {
    padding: 0.3125rem;
}

.gutter-10 {
    margin: 0 -0.625rem;
}

.gutter-10 .grid-item {
    padding: 0.625rem;
}

.gutter-15 {
    margin: 0 -0.9375rem;
}

.gutter-15 .grid-item {
    padding: 0.9375rem;
}

.gutter-20 {
    margin: 0 -1.25rem;
}

.gutter-20 .grid-item {
    padding: 1.25rem;
}

.gutter-25 {
    margin: 0 calc(-4.375rem - 0.32143vw);
}

@media (min-width: 1400px) {
    .gutter-25 {
        margin: 0 -1.5625rem;
    }
}

.gutter-25 .grid-item {
    padding: calc(1.28125rem + 0.32143vw);
}

@media (min-width: 1400px) {
    .gutter-25 .grid-item {
        padding: 1.5625rem;
    }
}

.gutter-30 {
    margin: 0 calc(-4.375rem - 0.64286vw);
}

@media (min-width: 1400px) {
    .gutter-30 {
        margin: 0 -1.875rem;
    }
}

.gutter-30 .grid-item {
    padding: calc(1.3125rem + 0.64286vw);
}

@media (min-width: 1400px) {
    .gutter-30 .grid-item {
        padding: 1.875rem;
    }
}

.gutter-35 {
    margin: 0 calc(-4.375rem - 0.96429vw);
}

@media (min-width: 1400px) {
    .gutter-35 {
        margin: 0 -2.1875rem;
    }
}

.gutter-35 .grid-item {
    padding: calc(1.34375rem + 0.96429vw);
}

@media (min-width: 1400px) {
    .gutter-35 .grid-item {
        padding: 2.1875rem;
    }
}

.gutter-40 {
    margin: 0 calc(-4.375rem - 1.28571vw);
}

@media (min-width: 1400px) {
    .gutter-40 {
        margin: 0 -2.5rem;
    }
}

.gutter-40 .grid-item {
    padding: calc(1.375rem + 1.28571vw);
}

@media (min-width: 1400px) {
    .gutter-40 .grid-item {
        padding: 2.5rem;
    }
}

.gutter-45 {
    margin: 0 calc(-4.375rem - 1.60714vw);
}

@media (min-width: 1400px) {
    .gutter-45 {
        margin: 0 -2.8125rem;
    }
}

.gutter-45 .grid-item {
    padding: calc(1.40625rem + 1.60714vw);
}

@media (min-width: 1400px) {
    .gutter-45 .grid-item {
        padding: 2.8125rem;
    }
}

.gutter-50 {
    margin: 0 calc(-4.375rem - 1.92857vw);
}

@media (min-width: 1400px) {
    .gutter-50 {
        margin: 0 -3.125rem;
    }
}

.gutter-50 .grid-item {
    padding: calc(1.4375rem + 1.92857vw);
}

@media (min-width: 1400px) {
    .gutter-50 .grid-item {
        padding: 3.125rem;
    }
}

.gutter-55 {
    margin: 0 calc(-4.375rem - 2.25vw);
}

@media (min-width: 1400px) {
    .gutter-55 {
        margin: 0 -3.4375rem;
    }
}

.gutter-55 .grid-item {
    padding: calc(1.46875rem + 2.25vw);
}

@media (min-width: 1400px) {
    .gutter-55 .grid-item {
        padding: 3.4375rem;
    }
}

.gutter-60 {
    margin: 0 calc(-4.375rem - 2.57143vw);
}

@media (min-width: 1400px) {
    .gutter-60 {
        margin: 0 -3.75rem;
    }
}

.gutter-60 .grid-item {
    padding: calc(1.5rem + 2.57143vw);
}

@media (min-width: 1400px) {
    .gutter-60 .grid-item {
        padding: 3.75rem;
    }
}

.gutter-70 {
    margin: 0 calc(-4.375rem - 3.21429vw);
}

@media (min-width: 1400px) {
    .gutter-70 {
        margin: 0 -4.375rem;
    }
}

.gutter-70 .grid-item {
    padding: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {
    .gutter-70 .grid-item {
        padding: 4.375rem;
    }
}

.gutter-80 {
    margin: 0 calc(-4.375rem - 3.85714vw);
}

@media (min-width: 1400px) {
    .gutter-80 {
        margin: 0 -5rem;
    }
}

.gutter-80 .grid-item {
    padding: calc(1.625rem + 3.85714vw);
}

@media (min-width: 1400px) {
    .gutter-80 .grid-item {
        padding: 5rem;
    }
}

.gutter-90 {
    margin: 0;
}

@media (min-width: 1400px) {
    .gutter-90 {
        margin: 0 -5.625rem;
    }
}

.gutter-90 .grid-item {
    padding: 20px 20px;
}

@media (min-width: 1400px) {
    .gutter-90 .grid-item {
        padding: 20px 20px;
    }
}

.gutter-100 {
    margin: 0 calc(-4.375rem - 5.14286vw);
}

@media (min-width: 1400px) {
    .gutter-100 {
        margin: 0 -6.25rem;
    }
}

.gutter-100 .grid-item {
    padding: calc(1.75rem + 5.14286vw);
}

@media (min-width: 1400px) {
    .gutter-100 .grid-item {
        padding: 6.25rem;
    }
}

@media screen and (max-width: 991px) {
    .grid {
        margin: 0;
    }

    .grid .grid-item {
        padding: 20px;
    }
}

.grid-item.hidden {
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

/*-------- Filter Button ---------*/
.portfolio-filters-content {
    position: relative;
    text-align: center;
    margin-bottom: -30px;
    z-index: 1;
}

.portfolio-filters-content .filters-button-group {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    border-bottom: 0.0625rem solid #54595f;
}

.portfolio-filters-content .filters-button-group .button {
    position: relative;
    background: transparent;
    border: 0px;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 0.1875rem solid transparent;
    padding: 0rem 1.25rem 1.25rem 1.25rem;
    margin-bottom: -2px;
    cursor: pointer;
    outline: none;
    transition: all .5s ease-in-out;
}

.portfolio-filters-content .filters-button-group .button.is-checked,
.portfolio-filters-content .filters-button-group .button:hover {
    color: #a6a182;
    outline: none;
    border-color: #a6a182;
}

.portfolio-filters-content .filters-button-group .button .filter-count {
    position: absolute;
    top: 0rem;
    right: 0.5rem;
    font-size: 0.75rem;
    color: #ffffff;
    transition: all .5s ease-in-out;
}

.portfolio-filters-content .filters-button-group .button .filter-count {
    opacity: 0;
    visibility: hidden;
}

.portfolio-filters-content .filters-button-group .button:first-child.is-checked .filter-count {
    opacity: 0;
    visibility: hidden;
}

.portfolio-filters-content .filters-button-group .button.is-checked .filter-count {
    opacity: 1;
    visibility: visible;
}

/*-------- Grid Gallery ---------*/
.grid-item img.item_image {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.grid-item .thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}

.grid-item .works-info {
    margin-top: 1.25rem;
    min-height: 48px;
    display: block;
    margin-bottom: 0.625rem;
}

.works-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 94px;
    color: #fff;
}

.grid-item .label-text h5,
.grid-item .label-text .h5 {
    position: relative;
    color: #000000;
    transition-delay: 0.6s;
    /* margin-bottom: 0.625rem; */
}

.grid-item .label-text p {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.375rem;
    color: #999999;
    margin-bottom: 0px;
    transition-delay: 0.9s;
}

.grid-item .label-text h6,
.grid-item .label-text .h6 {
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 0px;
    transition-delay: 0.9s;
}

.grid-item .label-text h6 a,
.grid-item .label-text .h6 a {
    color: #999999;
}

.grid-item .label-text h6 a:hover,
.grid-item .label-text .h6 a:hover {
    color: #ffffff;
}

.grid-item .label-text .popup {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.packery .portfolio-filters-content {
    margin-bottom: 2.5rem;
}

.packery .grid-item .works-info {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    padding: calc(1.34375rem + 0.96429vw);
    margin-top: 0rem;
    max-width: 300px;
    background-color: #1b1b1b;
    /* transform: perspective(250px) rotateY(-90deg); */
    transform-origin: right;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .packery .grid-item .works-info {
        padding: 2.1875rem;
    }
}

.packery .grid-item .label-text h6,
.packery .grid-item .label-text .h6 {
    letter-spacing: 0.1875rem;
    color: #a6a182;
}

.packery .grid-item .label-text h6 a,
.packery .grid-item .label-text .h6 a {
    color: #a6a182;
}

.packery .grid-item .label-text h5,
.packery .grid-item .label-text .h5 {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

@media (min-width: 1400px) {

    .packery .grid-item .label-text h5,
    .packery .grid-item .label-text .h5 {
        margin-top: 0;
    }
}

.packery .grid-item .label-text .details_link {
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #a6a182;
    margin-bottom: 0px;
    transition-delay: 0.9s;
}

.packery .grid-item .label-text .details_link a {
    color: #a6a182;
}

.packery .grid-item:hover .works-info {
    transform: perspective(250px) rotateY(0deg);
}

.project-grid-list .grid-item img.item_image {
    width: calc(100% - 150px);
}

.project-grid-list .grid-item .works-info {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) perspective(250px) rotateY(-90deg);
}

.project-grid-list .grid-item:nth-child(even) img.item_image {
    float: right;
}

.project-grid-list .grid-item:nth-child(even) .works-info {
    left: 0;
    right: auto;
    transform: translateY(-50%) perspective(250px) rotateY(90deg);
    transform-origin: left;
}

.project-grid-list .grid-item:nth-child(even):hover .works-info {
    transform: translateY(-50%) perspective(250px) rotateY(0deg);
}

.project-grid-list .grid-item:hover img.item_image {
    transform: scale(1.1);
    filter: brightness(0.6) contrast(1.1) saturate(1.2) blur(3px);
}

.effect-tilt .grid-item .thumb {
    transform-style: preserve-3d;
}

.effect-tilt .grid-item .label-text {
    top: 0%;
    left: 0%;
    transform: none;
}

.running_projects {
    z-index: 1;
}

.running_projects .grid-item {
    overflow: visible;
}

.running_projects .grid-item .thumb {
    overflow: visible;
}

.running_projects .grid-item img.item_image {
    width: auto;
}

.running_projects .grid-item .works-info {
    position: absolute;
    background: #000000;
    max-width: 300px;
    top: 50%;
    left: -150px;
    padding: calc(1.40625rem + 1.60714vw);
    margin-top: 0px;
    transform: translateY(-50%) perspective(400px) rotateY(-90deg);
    transform-origin: center;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .running_projects .grid-item .works-info {
        padding: 2.8125rem;
    }
}

.running_projects .grid-item .label-text h6,
.running_projects .grid-item .label-text .h6 {
    letter-spacing: 0.1875rem;
    color: #a6a182;
}

.running_projects .grid-item .label-text h6 a,
.running_projects .grid-item .label-text .h6 a {
    color: #a6a182;
}

.running_projects .grid-item .label-text h5,
.running_projects .grid-item .label-text .h5 {
    margin-top: 3.125rem;
    margin-bottom: 1.25rem;
}

.running_projects .grid-item .label-text .details_link {
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #a6a182;
    margin-bottom: 0px;
    transition-delay: 0.9s;
}

.running_projects .grid-item .label-text .details_link a {
    color: #a6a182;
}

.running_projects .grid-item.active .works-info,
.running_projects .grid-item:hover .works-info {
    transform: translateY(-50%) perspective(400px) rotateY(0deg);
}

.running_projects .left_part {
    display: flex;
    align-items: end;
    height: 100%;
}

.running_projects .left_part .grid-item .works-info {
    right: -110px;
    left: unset;
}

.running_projects .right_part .grid-item:first-child {
    margin-bottom: 5.625rem;
    margin-left: 2.9375rem;
}

.project-details {
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

.project-details .fulltext {
    text-align: center;
}

.project-details h6.widget-title,
.project-details .widget-title.h6 {
    color: #ffffff;
}

.project-details .gallery_slider {
    margin-bottom: 2.5rem;
}

.project-details .gallery_slider .gallery-image img {
    width: 100%;
}

.project-details .gallery_slider .swiper-horizontal>.swiper-pagination-bullets,
.project-details .gallery_slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.project-details .gallery_slider .swiper-pagination-custom,
.project-details .gallery_slider .swiper-pagination-fraction {
    bottom: 10px;
}

.project-details .gallery_slider .swiper_gallery .swiper-navigation {
    width: 100%;
    height: calc(var(--button-height));
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-button-prev,
.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}

.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-button-next,
.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 0;
}

.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-button-next,
.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-button-prev {
    font-size: 1.5rem;
    top: 0;
}

.project-details .gallery_slider .swiper_gallery:hover .swiper-navigation .swiper-button-prev {
    top: 0;
}

.project-details .gallery_slider .swiper_gallery:hover .swiper-navigation .swiper-button-next {
    top: 0;
}

.project-details .post-image {
    margin-bottom: 2.5rem;
}

.project-details .post-header .post-title {
    font-size: calc(1.325rem + 0.77143vw);
    line-height: calc(1.35rem + 1.02857vw);
    font-weight: 500;
    text-align: center;
    margin: 0rem 0rem 1.25rem 0rem;
    color: #ffffff;
    display: block;
}

@media (min-width: 1400px) {
    .project-details .post-header .post-title {
        font-size: 2rem;
    }
}

@media (min-width: 1400px) {
    .project-details .post-header .post-title {
        line-height: 2.25rem;
    }
}

.project-details .fulltext .widget-title {
    margin-top: calc(1.3125rem + 0.64286vw);
    margin-bottom: calc(1.34375rem + 0.96429vw);
}

@media (min-width: 1400px) {
    .project-details .fulltext .widget-title {
        margin-top: 1.875rem;
    }
}

@media (min-width: 1400px) {
    .project-details .fulltext .widget-title {
        margin-bottom: 2.1875rem;
    }
}

.project-details .fulltext p {
    margin-bottom: 1.875rem;
}

.project-details ul.point_order {
    padding-left: calc(1.46875rem + 2.25vw);
    margin-bottom: calc(1.34375rem + 0.96429vw);
    list-style-type: none;
}

@media (min-width: 1400px) {
    .project-details ul.point_order {
        padding-left: 3.4375rem;
    }
}

@media (min-width: 1400px) {
    .project-details ul.point_order {
        margin-bottom: 2.1875rem;
    }
}

.project-details ul.point_order li {
    position: relative;
    padding-left: 35px;
    line-height: 36px;
}

.project-details ul.point_order li:first-letter {
    text-transform: capitalize;
}

.project-details ul.point_order li:before {
    content: '\F26F';
    font-family: 'bootstrap-icons';
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    color: #a6a182;
}

.project-details .blocks-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.project-details .blocks-gallery-grid .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em);
}

.project-details .blocks-gallery-grid .blocks-gallery-item figure {
    position: relative;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.project-details .blocks-gallery-grid .blocks-gallery-item figure::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.5s ease-in-out;
}

.project-details .blocks-gallery-grid .blocks-gallery-item figure .popup-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.project-details .blocks-gallery-grid .blocks-gallery-item figure .popup-btn a {
    color: #000000;
}

.project-details .blocks-gallery-grid .blocks-gallery-item figure:hover::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.project-details .blocks-gallery-grid .blocks-gallery-item figure:hover .popup-btn {
    opacity: 1;
    visibility: visible;
}

.project-details .post-footer {
    display: inline-block;
    width: 100%;
    margin: 1.5625rem 0rem 3.4375rem 0rem;
    padding: 1.875rem 0rem;
    border-top: 1px solid #2e2e2e;
    color: #a6a182;
}

.project-details .post-footer .page-all a {
    font-size: 1.5rem;
    color: #a6a182;
}

.project-details .post-share {
    display: flex;
    align-items: center;
}

.project-details .post-share ul.share-list {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding-left: 0;
}

.project-details .post-share ul.share-list li {
    list-style-type: none;
    display: inline-block;
}

.project-details .post-share ul.share-list li a {
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    display: inline-block;
    background-color: #2e2e2e;
    color: #ffffff;
    margin: 0px 5px;
    padding: 3px 12px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.project-details .post-share ul.share-list li a:hover {
    background-color: #a6a182;
}

.project-details .post-share ul.share-list li:first-child {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-right: 15px;
}

.project-details .post-share ul.share-list li:last-child a {
    margin-right: 0px;
}

.project-information {
    color: #ffffff;
    font-size: 1rem;
}

.project-information .widget-title {
    font-size: 1.25rem;
    margin-bottom: 1.125rem;
}

.project-information ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.project-information ul li {
    padding: 0.3125rem 0rem;
    display: flex;
}

.project-information ul li:first-child {
    padding-top: 0rem;
}

.project-information ul li:last-child {
    background-image: none;
}

.project-information ul li .data {
    flex-shrink: 0;
    margin-right: 0.75rem;
    font-weight: 600;
}

.project-information ul li .value {
    color: #b2b2b2;
    font-weight: 400;
}

.project-information ul li a {
    color: #b2b2b2;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.project-information .project-share {
    margin-top: 2.5rem;
}

.project-information .project-share ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.project-information .project-share ul li {
    width: auto;
    background-image: none;
    margin-right: 10px;
    padding: 0px;
    font-weight: 600;
}

.project-information .project-share ul li a {
    display: block;
    font-size: 0.875rem;
    text-align: center;
    background: #545454;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-information .project-share ul li:last-child {
    margin-right: 0px;
}

.project-list-view {
    z-index: 1;
}

.project-list-view .section-header h2,
.project-list-view .section-header .h2 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 3.5rem;
    text-transform: capitalize;
    letter-spacing: 0rem;
}

.project-list-view .project-list {
    counter-reset: item;
    margin-left: 0;
    margin-bottom: 55px;
    padding-left: 0;
}

.project-list-view .project-list li {
    position: relative;
    display: block;
    padding: calc(1.4375rem + 1.92857vw) 0;
    border-bottom: 1px solid rgba(211, 211, 214, 0.5);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .project-list-view .project-list li {
        padding: 3.125rem 0;
    }
}

.project-list-view .project-list li::before {
    display: inline-block;
    content: "0" counter(item);
    counter-increment: item;
    font-size: calc(1.35rem + 1.02857vw);
    position: absolute;
    left: 0;
    top: calc(25% - 15px);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .project-list-view .project-list li::before {
        font-size: 2.25rem;
    }
}

.project-list-view .project-list li a {
    position: relative;
    display: block;
    font-family: "saol_displayregular", sans-serif;
    font-size: calc(1.525rem + 2.82857vw);
    line-height: calc(1.6688rem + 4.30766vw);
    text-transform: uppercase;
    color: #d3d3d6;
    padding-left: calc(1.90625rem + 6.75vw);
}

@media (min-width: 1400px) {
    .project-list-view .project-list li a {
        font-size: 4rem;
    }
}

@media (min-width: 1400px) {
    .project-list-view .project-list li a {
        line-height: 5.438rem;
    }
}

@media (min-width: 1400px) {
    .project-list-view .project-list li a {
        padding-left: 7.8125rem;
    }
}

.project-list-view .project-list li a::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: calc(1.4375rem + 1.92857vw);
    top: 50%;
    width: calc(1.6875rem + 4.5vw);
    height: 2px;
    background-color: #d9d9d9;
    transform: rotate(-45deg);
    transform-origin: left center;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .project-list-view .project-list li a::before {
        left: 3.125rem;
    }
}

@media (min-width: 1400px) {
    .project-list-view .project-list li a::before {
        width: 5.625rem;
    }
}

.project-list-view .project-list li a::after {
    display: inline-block;
    content: "";
    position: absolute;
    left: 50px;
    top: 50%;
    width: 0px;
    height: 2px;
    background-color: #a6a182;
    transform: rotate(0deg);
    transform-origin: left center;
    transition: all 0.5s ease-in-out;
}

.project-list-view .project-list li .hidden-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    max-width: 300px;
}

.project-list-view .project-list li:hover::before {
    color: #a6a182;
}

.project-list-view .project-list li:hover a {
    color: #a6a182;
    padding-left: calc(2.0625rem + 8.35714vw);
    transition-delay: 0.6s;
}

@media (min-width: 1400px) {
    .project-list-view .project-list li:hover a {
        padding-left: 9.375rem;
    }
}

.project-list-view .project-list li:hover a::before {
    width: 0px;
}

.project-list-view .project-list li:hover a::after {
    width: calc(1.6875rem + 4.5vw);
    transition-delay: 0.6s;
}

@media (min-width: 1400px) {
    .project-list-view .project-list li:hover a::after {
        width: 5.625rem;
    }
}

.project-list-view .project-list li:hover .hidden-image {
    opacity: 1;
    visibility: visible;
}

.project-list-view .details_link {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
}

.project-list-view .details_link a .link_text {
    margin-right: 2.5rem;
}

.project-list-view .details_link a .link_icon .line {
    width: 3.125rem;
    height: 0.125rem;
    top: 49%;
}

.project-list-view .details_link a .link_icon .circle {
    width: 3.125rem;
    height: 3.125rem;
    border-width: 0.125rem;
}

.service-information ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.service-information ul li {
    background-image: linear-gradient(to right, #54595F 50%, rgba(84, 89, 95, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
    padding: 0.75rem 0rem;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.service-information ul li:first-child {
    padding-top: 0px;
}

.service-information ul li:last-child {
    background-image: none;
    padding-bottom: 0px;
}

.service-information ul li a {
    color: #ffffff;
    text-underline-offset: 4px;
}

.service-information ul li.active a,
.service-information ul li:hover a,
.service-information ul li a.active {
    color: #a6a182;
}

/*------- Testimonial -------*/
.testimonial .container-fluid,
.testimonial .container-sm,
.testimonial .container-md,
.testimonial .container-lg,
.testimonial .container-xl,
.testimonial .container-xxl {
    padding: 0px;
}

.testimonial_inner {
    position: relative;
    padding: calc(2.0625rem + 8.35714vw) 0 calc(1.8125rem + 5.78571vw) 0;
    z-index: 1;
}

@media (min-width: 1400px) {
    .testimonial_inner {
        padding: 9.375rem 0 6.875rem 0;
    }
}

.testimonial_inner::before {
    position: absolute;
    content: "";
    background: url(../../assets/img/bg/bg_t_1.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    bottom: 0;
}

.testimonial_inner::after {
    position: absolute;
    content: "";
    background: url(../../assets/img/bg/bg_t_2.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    top: 0;
}

.testimonial-block {
    position: relative;
    z-index: 1;
}

.testimonial-block h6,
.testimonial-block .h6 {
    margin-top: 30px;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
}

.testimonial-block h6::before,
.testimonial-block .h6::before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 14px;
    height: 2px;
    left: -27px;
    top: 8px;
}

.swiper_testimonial {
    padding-bottom: 50px;
}

.swiper_testimonial .swiper-slide.swiper-slide-active .testimonial-block p {
    color: #ffffff;
}

.page_header.in-service .page_header_inner {
    background: transparent;
}

.page_header.in-service .page_header_inner::before {
    display: none;
}

.page_header.in-service .page_header_inner .page_header_content .heading {
    font-weight: 700;
    text-transform: uppercase;
}

.header-layer-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg/bg-2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

.testimonial.in-service {
    position: relative;
    z-index: 3;
    background: transparent;
}

.partners.in-service .partner_flex {
    margin-top: 0px;
}

/*
 * Shortcode: sidebar
 * -----------------------------------------------
*/
.sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    background-color: #262626;
    padding: 30px;
}

.widget {
    margin-bottom: 50px;
    /*-- Page List --*/
}

.widget:last-child {
    margin-bottom: 0px;
}

.widget h2,
.widget .h2,
.widget .widget-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
}

.widget ul,
.widget ol {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.widget ul li,
.widget ol li {
    margin-bottom: 0px;
    border-bottom: 1px solid #2e2e2e;
    padding: 12px 0px;
}

.widget ul li a,
.widget ol li a {
    width: 100%;
}

.widget ul li .submenu-container,
.widget ol li .submenu-container {
    padding-left: 20px;
}

.widget .wp-block-page-list li {
    border-bottom: 0px;
    padding: 0px;
}

.widget .wp-block-page-list li a {
    border-bottom: 1px solid #2e2e2e;
    padding: 12px 0px;
    width: 100%;
    display: block;
}

.widget .wp-calendar-table {
    width: 100%;
    border: 1px solid #2e2e2e;
}

.widget .wp-calendar-table td,
.widget .wp-calendar-table th {
    border-bottom: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
}

.widget .wp-calendar-table caption {
    color: #ffffff;
}

/*-- Search --*/
.widget_search {
    text-align: left;
}

.widget_search .wp-block-search__inside-wrapper {
    position: relative;
}

.widget_search .wp-block-search {
    position: relative;
}

.widget_search .wp-block-search .wp-block-search__input {
    padding: 5px 15px;
    height: 44px;
    border: 1px solid #2e2e2e;
    border-radius: 0;
    color: #a6a182;
    background: transparent;
}

.widget_search .wp-block-search .wp-block-search__input:focus {
    box-shadow: none;
}

.widget_search .wp-block-search .wp-block-search__button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0px;
    background: #a6a182;
    padding: 0px 15px;
    width: auto;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    cursor: pointer;
}

.widget_search .wp-block-search .wp-block-search__button:focus {
    outline: none;
}

.widget_search .wp-block-search ::-webkit-input-placeholder {
    font-size: 0.75rem;
    font-weight: 500;
    color: #a6a182;
}

.widget_search .wp-block-search ::-moz-placeholder {
    font-size: 0.75rem;
    font-weight: 500;
    color: #a6a182;
}

.widget_search .wp-block-search :-ms-input-placeholder {
    font-size: 0.75rem;
    font-weight: 500;
    color: #a6a182;
}

.widget_search .wp-block-search :-moz-placeholder {
    font-size: 0.75rem;
    font-weight: 500;
    color: #a6a182;
}

.widget_search .wp-block-search :placeholder {
    font-size: 0.75rem;
    font-weight: 500;
    color: #a6a182;
}

/*-- Tag Cloud --*/
.widget_tag_cloud a {
    font-size: 13px;
    display: inline-block;
    padding: 0px 0px;
    text-decoration: underline;
    text-underline-offset: 5px;
    background: transparent;
    color: #999999;
    letter-spacing: 1px;
    margin: 0px 10px 10px 0px;
}

.widget_tag_cloud a:hover {
    color: #a6a182;
}

/*-- Tag Cloud --*/
.widget_tag_cloud ul {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.widget_tag_cloud ul li {
    margin-bottom: 6px;
    margin-right: 6px;
}

.widget_tag_cloud ul li a {
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    background: #a6a182;
    letter-spacing: 1px;
    color: #fff;
}

.blog.pt-lg {
    padding-top: calc(2.3125rem + 10.92857vw);
}

@media (min-width: 1400px) {
    .blog.pt-lg {
        padding-top: 11.875rem;
    }
}

.blog_post {
    position: relative;
    overflow: hidden;
    height: 488px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 1.875rem;
}

.blog_post .blog_content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px 40px 45px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.blog_post .blog_content::before {
    content: '';
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.blog_post .blog_content .post-count {
    font-size: 0.125rem;
    line-height: 0.5rem;
    font-weight: 700;
    transition: all 0.5s ease;
    transform: translateY(10px);
    opacity: 0;
    color: rgba(255, 255, 255, 0.3);
}

.blog_post .blog_content h5,
.blog_post .blog_content .h5 {
    margin-bottom: 1.5625rem;
}

.blog_post .blog_content h5>a,
.blog_post .blog_content .h5>a {
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.blog_post .blog_content p {
    font-size: 1rem;
    margin-bottom: 25px;
    color: #999999;
    transition: all 0.5s ease;
}

.blog_post .blog_content>a {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 1.2px;
    color: #b2b2b2;
    position: relative;
    transition: all 0.5s ease;
}

.blog_post .blog_content>a:after {
    position: absolute;
    content: url("../../assets/img/icon_box/i1.svg");
    transform: translateX(20px);
    transition: all 0.5s ease;
}

.blog_post .blog_content>a:hover::after {
    transform: translateX(-20px);
}

.blog_post .blog_content .meta {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog_post .blog_content .meta time {
    font-size: 0.75rem;
    line-height: 1.375rem;
    font-weight: 600;
}

.blog_post img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.blog_post:hover .blog_content::before {
    background: rgba(0, 0, 0, 0.75);
}

.blog_post:hover .blog_content .post-count {
    font-size: calc(1.575rem + 3.34286vw);
    line-height: 4.875rem;
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 1400px) {
    .blog_post:hover .blog_content .post-count {
        font-size: 4.5rem;
    }
}

.blog_post:hover .blog_content p {
    color: #ffffff;
}

.blog_post:hover .blog_content>a {
    color: #a6a182;
}

.blog_post:hover img {
    opacity: 1;
}

/*
 * Shortcode: blog-grid
 * -----------------------------------------------
*/
/*-------- Comments ------------*/
.comments-area .comments-title {
    position: relative;
    font-size: 1.875rem;
    font-weight: 600;
    padding-bottom: 0.625rem;
    color: #ffffff;
}

.comments-area ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.comments-area ul ul {
    padding-left: 90px;
}

.comments-area ul.comment-list .commenter-block {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: start;
}

.comments-area ul.comment-list .commenter-block .comment-avatar {
    margin-right: 30px;
    min-width: 90px;
    max-width: 90px;
    max-height: 90px;
    overflow: hidden;
}

.comments-area ul.comment-list .commenter-block .comment-content {
    width: 100%;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-name {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-top: 0px;
    color: #ffffff;
    text-transform: capitalize;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-comment {
    font-size: 1rem;
    line-height: 24px;
    color: #999999;
    margin-top: 10px;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-comment p {
    margin-bottom: 0.625rem;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-date {
    font-size: 0.875rem;
    font-weight: 400;
    color: #a6a182;
    margin-left: 1.875rem;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-reply .comment-reply-link {
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #a6a182;
}

.comments-area .comments-pagination {
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0px;
}

.comments-area .comments-pagination a,
.comments-area .comments-pagination span {
    margin-right: 7px;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #2e2e2e;
    color: #ffffff;
    display: block;
}

.comments-area .comments-pagination a:hover,
.comments-area .comments-pagination a.current,
.comments-area .comments-pagination span:hover,
.comments-area .comments-pagination span.current {
    background: #a6a182;
    color: #ffffff;
}

.comment-respond {
    margin-top: 100px;
}

.comment-respond .comment-reply-title {
    position: relative;
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    color: #ffffff;
}

.comment-respond .logged-in-as {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
}

.comment-respond select,
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond input[type="password"],
.comment-respond input[type="search"],
.comment-respond input[type="number"],
.comment-respond input[type="tel"],
.comment-respond input[type="range"],
.comment-respond input[type="date"],
.comment-respond input[type="month"],
.comment-respond input[type="week"],
.comment-respond input[type="time"],
.comment-respond input[type="datetime"],
.comment-respond input[type="datetime-local"],
.comment-respond input[type="color"] {
    height: 60px;
    font-size: 0.875rem;
    background: #2e2e2e;
    color: #ffffff;
    border: 1px solid #2e2e2e;
    padding: 15px 25px;
}

.comment-respond textarea.form-control {
    height: 140px;
    font-size: 0.875rem;
    background: #2e2e2e;
    color: #ffffff;
    border: 1px solid #2e2e2e;
    padding: 15px 25px;
}

.comment-respond .form-group {
    margin-bottom: 1.25rem;
}

.comment-respond ::-webkit-input-placeholder,
.comment-respond ::-moz-placeholder,
.comment-respond :-ms-input-placeholder,
.comment-respond :-moz-placeholder,
.comment-respond :placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #999999;
}

.pagination-div {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.pagination {
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

.pagination li {
    margin-right: 10px;
}

.pagination li:last-child {
    margin-right: 0px;
}

.pagination li a {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9375rem;
    color: #1b1b1b;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    border-radius: 50%;
}

.pagination li a:hover,
.pagination li a.current {
    background: #2e2e2e;
    color: #a6a182;
}

/*=========== Newsletter =========*/
.newsletter {
    position: relative;
    z-index: 1;
    margin-bottom: -135px;
}

.newsletter .newsletter_inner {
    padding: 70px 110px;
    border-radius: 10px;
}

.newsletter .newsletter_inner .newsletter_header h1,
.newsletter .newsletter_inner .newsletter_header .h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
}

.newsletter_form .form_group {
    position: relative;
}

.newsletter_form .form_group .form-control {
    height: 70px;
    border-radius: 35px;
    border-width: 0px;
    padding: 15px 40px;
}

.newsletter_form .form_group .button {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 15px;
    line-height: 1.375rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 30px;
    box-shadow: none;
}

/*=========== Footer =========*/
.footer {
    position: relative;
    padding-top: 0;
    padding-bottom: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {
    .footer {
        padding-bottom: 4.375rem;
    }
}

.footer.pd-top {
    padding-top: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {
    .footer.pd-top {
        padding-top: 4.375rem;
    }
}

.footer .footer_inner {
    position: relative;
    z-index: 1;
    padding: calc(1.6563rem + 4.17909vw) 0;
}

@media (min-width: 1400px) {
    .footer .footer_inner {
        padding: 5.313rem 0;
    }
}

.footer .footer_inner>div {
    position: relative;
    z-index: 2;
}

.footer .footer_inner .section-header {
    margin-bottom: 0rem;
}

.footer .footer_inner .section-header h2,
.footer .footer_inner .section-header .h2 {
    font-size: calc(1.8125rem + 5.78571vw);
    line-height: calc(1.65rem + 4.11429vw);
    writing-mode: vertical-rl;
    color: #2e2e2e;
    margin: 0px 0px 0px -47px;
    transform: rotate(180deg);
}

@media (min-width: 1400px) {

    .footer .footer_inner .section-header h2,
    .footer .footer_inner .section-header .h2 {
        font-size: 6.875rem;
    }
}

@media (min-width: 1400px) {

    .footer .footer_inner .section-header h2,
    .footer .footer_inner .section-header .h2 {
        line-height: 5.25rem;
    }
}

.footer .footer_inner .communication .info_body h6,
.footer .footer_inner .communication .info_body .h6 {
    color: #a6a182;
    font-weight: 400;
    line-height: 2.125rem;
}

.footer .footer_inner .communication .info_body h5,
.footer .footer_inner .communication .info_body .h5 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.25rem;
    word-break: break-all;
}

.footer .footer_inner .communication .info_body:not(:last-child) {
    margin-bottom: 1.5625rem;
}

.footer .footer_inner .footer_social {
    text-align: center;
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
}

.footer .footer_inner .footer_social .social_list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0px;
    margin-bottom: 0px;
}

.footer .footer_inner .footer_social .social_list li {
    list-style: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.footer .footer_inner .footer_social .social_list li:not(:last-child) {
    margin-right: 10px;
}

.footer .footer_inner .footer_social .social_list li a {
    position: relative;
    overflow: hidden;
    font-size: 0.875rem;
    text-align: center;
    color: #ffffff;
    background: #2e2e2e;
    display: block;
    outline: none;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    border-radius: 100%;
}

.footer .footer_inner .footer_social .social_list li a:hover {
    color: #a6a182;
}

.footer .footer_inner .terms_condition {
    margin-bottom: 0.625rem;
}

.footer .footer_inner .terms_condition ul {
    margin: 0rem;
    padding: 0rem;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.footer .footer_inner .terms_condition ul li {
    margin-bottom: 0rem;
    line-height: 1rem;
}

.footer .footer_inner .terms_condition ul li:not(:last-child) {
    margin-right: 1.5625rem;
}

.footer .footer_inner .terms_condition ul li a {
    color: #b2b2b2;
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
}

.footer .footer_inner .terms_condition ul li a:hover {
    color: #ffffff;
}

.footer .footer_inner .copyright p {
    font-size: 0.75rem;
    color: #b2b2b2;
}

.footer .grid_lines {
    padding: 0 calc(1.56875rem + 3.27857vw);
}

@media (min-width: 1400px) {
    .footer .grid_lines {
        padding: 0 4.4375rem;
    }
}

.footer .grid_lines .grid_line {
    background-color: #191919 !important;
}

.totop {
    width: 55px;
    height: 55px;
    border: 1px solid #a6a182;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 70px;
    right: calc(1.28125rem + 0.32143vw);
    z-index: 2;
    color: #a6a182;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .totop {
        right: 1.5625rem;
    }
}

.totop::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    width: 1px;
    height: 30px;
    background-color: #a6a182;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.totop a {
    color: #a6a182;
}

.totop.show {
    opacity: 1;
    visibility: visible;
}

.totop.show::before {
    top: -15px;
    opacity: 1;
    visibility: visible;
}

.about.style_two {
    padding-bottom: calc(2.3125rem + 10.92857vw);
}

@media (min-width: 1400px) {
    .about.style_two {
        padding-bottom: 11.875rem;
    }
}

.about_image {
    position: relative;
    z-index: 1;
}

.about_image img:last-child {
    /* position: absolute; */
    left: 20px;
    /* bottom: 20px; */
}

.about_image img.abt_img_2 {
    position: absolute;
    right: 0;
    left: calc(1.625rem + 3.85714vw);
    bottom: -100px;
}

@media (min-width: 1400px) {
    .about_image img.abt_img_2 {
        left: 5rem;
    }
}

.about_image img.line_frame_1 {
    position: absolute;
    left: 30px;
    bottom: -80px;
    z-index: -1;
}

.about_image img.line_frame_2 {
    position: absolute;
    left: auto;
    right: 20px;
    top: 40px;
    z-index: -1;
}

.progress-classic .progress {
    background-color: #2e2e2e;
}

.progress-classic .progress-bar {
    background-color: #a6a182;
}

.progress-classic .progress-label {
    color: #ffffff;
    font-size: 0.875rem;
}

.progress-classic .progress-value {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    font-size: 0.9375rem;
}

.abt_author .abt_author_info h5,
.abt_author .abt_author_info .h5 {
    color: #ffffff;
    margin-bottom: 5px;
}

.abt_author .abt_author_info p {
    color: #a6a182;
}

.about_text_inner {
    padding-left: 2.8125rem;
}

.about_text {
    margin-bottom: 35px;
}

.about_text h2,
.about_text .h2 {
    font-size: calc(1.425rem + 1.8vw);
    line-height: 3.6875rem;
    margin-bottom: 25px;
    text-transform: uppercase;
}

@media (min-width: 1400px) {

    .about_text h2,
    .about_text .h2 {
        font-size: 3rem;
    }
}

.mission {
    padding-top: 230px;
}

.mission_top_part {
    margin-bottom: 4.375rem;
}

.mission_top_part .section-header {
    margin-bottom: 180px;
    padding: 0 calc(1.3125rem + 0.64286vw);
}

@media (min-width: 1400px) {
    .mission_top_part .section-header {
        padding: 0 1.875rem;
    }
}

.mission_top_part .section-header p {
    font-size: calc(1.3125rem + 0.64286vw);
    line-height: calc(1.4375rem + 1.92857vw);
    margin-top: calc(1.3125rem + 0.64286vw);
    letter-spacing: -1px;
    font-weight: 300;
}

@media (min-width: 1400px) {
    .mission_top_part .section-header p {
        font-size: 1.875rem;
    }
}

@media (min-width: 1400px) {
    .mission_top_part .section-header p {
        line-height: 3.125rem;
    }
}

@media (min-width: 1400px) {
    .mission_top_part .section-header p {
        margin-top: 1.875rem;
    }
}

.mission_top_part .has_line::before {
    bottom: calc(100% + 50px);
}

.mission_bottom_part .section-header .border-line {
    position: relative;
    text-align: right;
}

.mission_bottom_part .section-header .border-line::after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 124px;
    height: 2px;
    bottom: -20px;
    right: 0px;
}

.mission_bottom_part .mission_content p {
    margin-bottom: 1.25rem;
}

.mission_bottom_part .mission_content p:last-child {
    margin-bottom: 0;
}

.about_para {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 300;
    /* letter-spacing: -1px; */
    margin: 0;
}

@media (min-width: 1400px) {
    .about_para {
        /* font-size: 2rem; */
    }
}

@media (min-width: 1400px) {
    .about_para {
        /* line-height: 5rem; */
    }
}

.about_para span {
    border-bottom: 1px solid #999999;
    font-weight: 400;
    color: #54595f;
}

.services.inner .icon_box {
    margin-bottom: 5.625rem;
}

.icon_box {
    transition: all 0.5s ease-in-out;
}

.icon_box h4,
.icon_box .h4 {
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.icon_box h6,
.icon_box .h6 {
    color: #a6a182;
    margin-bottom: 8px;
    transition: all 0.5s ease-in-out;
}

.icon_box p {
    font-size: 0.875rem;
}

.icon_box img.light {
    display: none;
}

.icon_box .arrow_effect {
    margin-top: 20px;
}

.icon_box .arrow_effect a {
    position: relative;
    width: 20px;
    height: 15px;
    overflow: hidden;
    display: inline-block;
}

.icon_box .arrow_effect a .crossline1,
.icon_box .arrow_effect a .crossline2 {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.icon_box .arrow_effect a .crossline1::before,
.icon_box .arrow_effect a .crossline1::after,
.icon_box .arrow_effect a .crossline2::before,
.icon_box .arrow_effect a .crossline2::after {
    content: '';
    position: absolute;
    right: 0;
    width: 7px;
    height: 1px;
    transform-origin: right;
    transition: all 0.5s ease-in-out;
}

.icon_box .arrow_effect a .crossline1::before,
.icon_box .arrow_effect a .crossline2::before {
    transform: rotate(40deg);
}

.icon_box .arrow_effect a .crossline1::after,
.icon_box .arrow_effect a .crossline2::after {
    transform: rotate(-40deg);
}

.icon_box .arrow_effect a .crossline1 {
    width: 15px;
    background-color: #e6e6e6;
    opacity: 1;
}

.icon_box .arrow_effect a .crossline1::before,
.icon_box .arrow_effect a .crossline1::after {
    background-color: #e6e6e6;
}

.icon_box .arrow_effect a .crossline1::before {
    top: 0;
}

.icon_box .arrow_effect a .crossline1::after {
    bottom: 0;
}

.icon_box .arrow_effect a .crossline2 {
    width: 0px;
    background-color: #a6a182;
    opacity: 0;
}

.icon_box .arrow_effect a .crossline2::before,
.icon_box .arrow_effect a .crossline2::after {
    background-color: #a6a182;
    transition: all 0.7s ease-in-out;
}

.icon_box .arrow_effect a .crossline2::before {
    top: -10px;
}

.icon_box .arrow_effect a .crossline2::after {
    bottom: -10px;
}

.icon_box .arrow_effect a:hover .crossline1 {
    opacity: 0;
    transform: scale(0);
}

.icon_box .arrow_effect a:hover .crossline2 {
    width: 15px;
    opacity: 1;
}

.icon_box .arrow_effect a:hover .crossline2::before {
    top: 0px;
}

.icon_box .arrow_effect a:hover .crossline2::after {
    bottom: 0px;
}

.icon_box:hover h6,
.icon_box:hover .h6 {
    margin-bottom: 15px;
}

.icon_box.type-2 {
    position: relative;
    margin-bottom: 1.875rem;
}

.icon_box.type-2 .post-bg {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}

.icon_box.type-2 .icon_box_inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 40px 55px 40px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.icon_box.type-2 .icon_box_inner::before {
    content: '';
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.icon_box.type-2:hover .post-bg {
    opacity: 1;
    visibility: visible;
    transition: all 0.8s ease-in;
}

.icon_box.type-2:hover .icon_box_inner {
    padding-top: 100px;
}

.icon_box.type-2:hover .icon_box_inner::before {
    background: rgba(0, 0, 0, 0.75);
}

.icon_box_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.icon_box_flex h6,
.icon_box_flex .h6 {
    margin-left: 15px;
    color: #b2b2b2;
}

.icon_box_flex .icon_size {
    border: 1px solid #2e2e2e;
    border-radius: 50%;
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_box_flex .icon_size img {
    width: 21px;
    height: 21px;
}

.about_icon_box {
    margin-bottom: 25px;
}

/*------- Team -------*/
.team {
    padding: 50px 0;
}

.team.in-team .team-block {
    margin-bottom: 4.375rem;
    display: block;
}

.swiper_team {
    padding: 0 calc(1.75rem + 5.14286vw);
}

@media (min-width: 1400px) {
    .swiper_team {
        padding: 0 6.25rem;
    }
}

.swiper_team .swiper-navigation {
    width: 100%;
    height: calc(var(--button-height));
    top: 40%;
    bottom: auto;
}

.swiper_team .swiper-navigation .swiper-button-prev,
.swiper_team .swiper-navigation .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}

.swiper_team .swiper-navigation .swiper-button-next,
.swiper_team .swiper-navigation .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 0;
}

.swiper_team .swiper-navigation .swiper-button-next,
.swiper_team .swiper-navigation .swiper-button-prev {
    font-size: 1.875rem;
    color: #e6e6e6;
    background: transparent;
    top: 0;
}

.swiper_team .swiper-navigation .swiper-button-next:hover,
.swiper_team .swiper-navigation .swiper-button-prev:hover {
    background: transparent;
    color: #a6a182;
}

.swiper_team .swiper-navigation .swiper-button-next.swiper-button-disabled,
.swiper_team .swiper-navigation .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    background: transparent;
}

.swiper_team:hover .swiper-navigation .swiper-button-prev {
    top: 0;
}

.swiper_team:hover .swiper-navigation .swiper-button-next {
    top: 0;
}

.team-block h5,
.team-block .h5 {
    line-height: calc(1.2875rem + 0.38571vw);
    margin-top: calc(1.28125rem + 0.32143vw);
}

@media (min-width: 1400px) {

    .team-block h5,
    .team-block .h5 {
        line-height: 1.625rem;
    }
}

@media (min-width: 1400px) {

    .team-block h5,
    .team-block .h5 {
        margin-top: 1.5625rem;
    }
}

.team-block h6,
.team-block .h6 {
    font-size: 0.6875rem;
    margin-top: 1.25rem;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    position: relative;
}

.team-block h6:after,
.team-block .h6:after {
    position: absolute;
    content: "";
    background: #a6a182;
    width: 52px;
    height: 1px;
    right: -67px;
    top: 5px;
}

.team-member-information .name {
    font-size: calc(1.425rem + 1.8vw);
    font-weight: 400;
    line-height: calc(1.4875rem + 2.44286vw);
    margin-top: 0;
}

@media (min-width: 1400px) {
    .team-member-information .name {
        font-size: 3rem;
    }
}

@media (min-width: 1400px) {
    .team-member-information .name {
        line-height: 3.625rem;
    }
}

.team-member-information .designation {
    font-size: calc(1.2625rem + 0.12857vw);
    font-weight: 600;
    line-height: calc(1.4rem + 1.54286vw);
    margin-top: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    position: relative;
}

@media (min-width: 1400px) {
    .team-member-information .designation {
        font-size: 1.375rem;
    }
}

@media (min-width: 1400px) {
    .team-member-information .designation {
        line-height: 2.75rem;
    }
}

.team-member-information .designation:after {
    position: absolute;
    content: "";
    background: #a6a182;
    width: 110px;
    height: 2px;
    left: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
}

.team-member-information .bio {
    /* margin-top: 0.9375rem; */
}

.social-media {
    margin: 0 0 20px;
}

.social-media ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.social-media ul li {
    width: auto;
    background-image: none;
    margin-right: 10px;
    padding: 0px;
    /* font-weight: 600; */
}

.social-media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.social-media ul li a span {
    display: block;
    font-size: 12px;
    text-align: center;
    background: #545454;
    color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.social-media ul li:last-child {
    margin-right: 0px;
}

.team-member-information h6.widget-title,
.team-member-information .widget-title.h6 {
    color: #ffffff;
    margin-bottom: 0.625rem;
}

.team-member-information ul.point_order {
    padding-left: 0;
    margin-bottom: calc(1.34375rem + 0.96429vw);
    list-style-type: none;
}

@media (min-width: 1400px) {
    .team-member-information ul.point_order {
        margin-bottom: 2.1875rem;
    }
}

.team-member-information ul.point_order li {
    position: relative;
    padding-left: 35px;
    line-height: 36px;
    font-size: 1rem;
    color: #ffffff;
}

.team-member-information ul.point_order li span {
    color: #a6a182;
}

.team-member-information ul.point_order li:first-letter {
    text-transform: capitalize;
}

.team-member-information ul.point_order li:before {
    content: '\F26F';
    font-family: 'bootstrap-icons';
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    color: #a6a182;
}

.team-details .latest-projects {
    margin-top: 100px;
}

.team-details .project {
    margin-bottom: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_page {
    padding: 110px 0px;
}

/*
 * Shortcode: Shop Sidebar
 * -----------------------------------------------
*/
.shop_sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 110px;
    font-family: "Montserrat", sans-serif;
    /*-- Select2 Customize --*/
    /*-- Search --*/
    /*-- Category Dropdown --*/
    /*-- Price Range --*/
    /*-- Price Checkbox --*/
}

.shop_sidebar .widget {
    margin-top: 0px;
    margin-bottom: 45px;
    background: transparent;
    padding: 0px 0px;
    box-shadow: none;
}

.shop_sidebar .widget:last-child {
    margin-bottom: 0px;
}

.shop_sidebar .widget ul {
    margin: 0;
    padding: 0;
}

.shop_sidebar .widget ul li {
    list-style-type: none;
}

.shop_sidebar .widget label {
    font-size: 0.875rem;
    margin-bottom: 0px;
}

.shop_sidebar .select2-container {
    width: 100% !important;
}

.shop_sidebar .select2-container .select2-selection--single {
    height: 56px;
    line-height: 50px;
    border: 1px solid #ededed;
    padding: 5px 30px;
}

.shop_sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    color: #A0A4B4;
    line-height: 44px;
    padding: 0;
}

.shop_sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
    position: absolute;
    top: 0px;
    right: 15px;
    width: 20px;
}

.shop_sidebar .select2-dropdown {
    padding: 15px;
}

.shop_sidebar .select2-search--dropdown {
    padding: 0px;
    margin-bottom: 5px;
}

.shop_sidebar .select2-results__option {
    padding: 3px 10px;
    transition: all 0.8s ease-in-out;
}

.shop_sidebar .select2-container--default .select2-results__option--selected,
.shop_sidebar .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #a6a182;
    color: #ffffff;
    transition: all 0.8s ease-in-out;
}

.shop_sidebar .sidebar_search {
    text-align: left;
}

.shop_sidebar .sidebar_search .search_form {
    position: relative;
}

.shop_sidebar .sidebar_search .search_form .form-control {
    padding: 5px 15px;
    height: 48px;
    border: 1px solid #2e2e2e;
    border-radius: 0px;
    color: #ffffff;
    background: #2e2e2e;
    text-transform: capitalize;
}

.shop_sidebar .sidebar_search .search_form .form-control:focus {
    box-shadow: none;
}

.shop_sidebar .sidebar_search .search_form .form-control-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid #545454;
    border-radius: 0%;
    padding: 0;
    width: 48px;
    height: 48px;
    color: #ffffff;
    background: #545454;
    cursor: pointer;
}

.shop_sidebar .sidebar_search .search_form .form-control-submit:focus {
    outline: none;
}

.shop_sidebar .sidebar_search .search_form ::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}

.shop_sidebar .sidebar_search .search_form ::-moz-placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}

.shop_sidebar .sidebar_search .search_form :-ms-input-placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}

.shop_sidebar .sidebar_search .search_form :-moz-placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}

.shop_sidebar .sidebar_search .search_form :placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}

.shop_sidebar .widget_categories .category_item_inner {
    position: relative;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-direction: unset;
    justify-content: space-between;
}

.shop_sidebar .widget_categories ul li {
    margin-bottom: 4px;
    border-bottom: none;
    padding: 5px 0px;
}

.shop_sidebar .widget_categories ul li ul {
    padding-left: 15px;
}

.shop_sidebar .widget_categories ul li ul li {
    position: relative;
    padding-left: 10px;
}

.shop_sidebar .widget_categories ul li ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 1px;
    background: #ffffff;
}

.shop_sidebar .widget_categories ul li .cat_toggler a {
    font-size: 0.75rem;
}

.shop_sidebar .widget_categories ul li .cat_toggler i {
    display: block;
    transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .shop_sidebar .widget_categories ul li .cat_toggler i {
        transition: none;
    }
}

.shop_sidebar .widget_categories ul li .cat_toggler [aria-expanded=true] i {
    transform: rotate(90deg);
    color: #a6a182;
}

.shop_sidebar .sidebar_price_filter .range-value {
    margin-top: 10px;
    font-size: 0.75rem;
    color: #999999;
}

.shop_sidebar .sidebar_price_filter .range-value span {
    margin-right: 10px;
}

.shop_sidebar .sidebar_price_filter .range-value input[type="text"] {
    background-color: transparent;
    color: #999999;
    padding: 0px;
    width: 80px;
    height: auto;
    border-width: 0px;
    text-align: right;
    font-size: 0.75rem;
}

.shop_sidebar .sidebar_price_filter .range-bar {
    border: none;
    background: #999999;
    height: 2px;
    width: 100%;
}

.shop_sidebar .sidebar_price_filter .range-bar .ui-slider-range {
    background: #ffffff;
}

.shop_sidebar .sidebar_price_filter .range-bar .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-width: 0px;
    cursor: pointer;
    margin-top: 0px;
    margin-left: -5px;
}

.shop_sidebar .sidebar_price_filter .range-bar .ui-slider-handle {
    background: #ffffff;
    border-radius: 100%;
}

.shop_sidebar .form-check {
    position: relative;
    min-height: auto;
    padding-left: 0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.shop_sidebar .form-check label {
    color: #ffffff;
    line-height: 19px;
    font-weight: 400;
}

.shop_sidebar .form-check .form-check-input {
    float: none;
    margin: 0px 7px 0px 0px;
    width: 12px;
    height: 12px;
    border: 1px solid #545454;
    background-color: transparent;
    border-radius: 3px;
}

.shop_sidebar .form-check-input:checked {
    border-color: #ffffff;
    background-color: #212121;
    box-shadow: none;
}

.shop_sidebar .form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.shop_sidebar .content_count {
    background: #FFF2F0;
    display: inline-block;
    font-size: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 1.125rem;
    color: #212121;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*-- Popular Products --*/
.sidebar_popular_products ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sidebar_popular_products ul li .popular_product_image {
    min-width: 85px;
    margin-right: 15px;
    max-width: 85px;
    /* background: #000000; */
    height: 110px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.sidebar_popular_products ul li .popular_product_content .product_title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

.sidebar_popular_products ul li .popular_product_content .product_title a {
    color: #ffffff;
}

.sidebar_popular_products ul li .popular_product_content .product_price {
    font-size: 0.875rem;
    font-weight: 400;
    color: #999999;
}

/*-- ============================================== --*/
/*-- ================ Main Content ================ --*/
/*-- ============================================== --*/
/*-- Filtering Method --*/
.shop_filtering_method {
    justify-content: space-between;
    margin-bottom: 30px;
}

.shop_filtering_method .view_type_wrapper {
    min-width: 300px;
}

.shop_filtering_method .view_type_wrapper .view_type a {
    font-size: 1rem;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}

.shop_filtering_method .view_type_wrapper .view_type a.active {
    color: #a6a182;
}

.shop_filtering_method .view_type_wrapper .view_type li:not(:last-child) {
    margin-right: 8px;
}

.shop_filtering_method .view_type_wrapper .showing_results {
    font-size: 0.875rem;
    color: #999999;
    margin-left: 20px;
}

.shop_filtering_method .sorting_select {
    position: relative;
    width: 260px;
}

.shop_filtering_method .select2-container .select2-selection--single {
    width: 260px;
    height: 48px;
    line-height: normal;
    background-color: transparent;
    border: 1px solid #545454;
    border-radius: 0px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    color: #999999;
    line-height: 44px;
    padding: 0;
}

.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
    top: auto;
    right: 15px;
    width: auto;
    height: auto;
}

.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: relative;
    top: auto;
    left: auto;
    width: 0;
    height: 5px;
    display: inline-block;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 0px 0px 0 0px;
    margin-left: 0;
    margin-top: 0;
}

.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "\F282";
    font-family: 'bootstrap-icons';
    font-size: 10px;
}

/*------ Product Column ------*/
.product_col_1,
.product_col_2,
.product_col_3,
.product_col_4 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product_col_1 .product_item,
.product_col_2 .product_item,
.product_col_3 .product_item,
.product_col_4 .product_item {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.product_col_1 .product_item {
    flex: 0 0 100%;
    max-width: 100%;
}

.product_col_2 .product_item {
    flex: 0 0 50%;
    max-width: 50%;
}

.product_col_3 .product_item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.product_col_4 .product_item {
    flex: 0 0 25%;
    max-width: 25%;
}

@media screen and (max-width: 991px) {

    .product_col_3 .product_item,
    .product_col_4 .product_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {

    .product_col_2 .product_item,
    .product_col_3 .product_item,
    .product_col_4 .product_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*----- Product Grid Item ------*/
.product_view_grid .product_item {
    position: relative;
    overflow: hidden;
}

.product_view_grid .product_item .product_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.product_view_grid .product_item .product_thumb .product_imagebox {
    position: relative;
    background: #000000;
    text-align: center;
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s ease-in-out;
}

.product_view_grid .product_item .product_thumb .product_imagebox .primary_img {
    transition: all 0.8s ease-in-out;
}

.product_view_grid .product_item .product_thumb .product_imagebox [class*="badge"] {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 0;
    padding: 0px 0px;
    width: 50px;
    line-height: 24px;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.product_view_grid .product_item .product_thumb .product_imagebox .badge-new {
    background-color: #ffffff;
    color: #000000;
}

.product_view_grid .product_item .product_thumb .product_imagebox .badge-sale {
    background-color: #545454;
    color: #ffffff;
}

.product_view_grid .product_item .product_thumb .product_item_inner {
    transition: all 0.8s ease-in-out;
}

.product_view_grid .product_item .product_thumb .product_item_inner .label_text {
    padding: 20px 0px 0px 0px;
    transition: all 0.8s ease-in-out;
}

.product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a {
    color: #ffffff;
}

.product_view_grid .product_item .product_thumb .product_item_inner .product_item_price {
    font-size: 1rem;
    font-weight: 500;
    color: #999999;
    padding-bottom: 0px;
}

.product_view_grid .product_item .product_thumb .product_item_inner .product_item_price del {
    color: #54595f;
    margin-right: 5px;
}

.product_view_grid .product_item .product_thumb .product_item_inner p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.product_view_grid .product_item .product_thumb .product_item_inner .product_category {
    font-size: 0.75rem;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.product_view_grid .product_item .product_thumb .product_item_inner .product_category a {
    color: #999999;
}

.product_view_grid .product_item .product_thumb .product_item_inner .product_category a:hover {
    color: #ffffff;
}

.product_view_grid .product_item .product_thumb .product_item_inner .rating ul {
    display: block;
    padding: 0px 0px;
    margin: 0px 0px;
    line-height: 16px;
}

.product_view_grid .product_item .product_thumb .product_item_inner .rating ul li {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 14px;
    color: #a6a182;
    margin: 0px;
}

.product_view_grid .product_item .product_thumb .cart_button {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -100%;
    transform: translateY(-50%);
    transition: all 0.8s ease-in-out;
    z-index: 1;
}

.product_view_grid .product_item:hover .product_thumb .cart_button {
    top: 50%;
}

.cart_button .button {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    min-width: auto;
    display: inline-block;
    border: none;
    padding: 10px 30px;
    outline: none;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all 0.8s ease-in-out;
    color: #000000;
}

.cart_button .button:hover {
    color: #ffffff;
}

.cart_button .button:before,
.cart_button .button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    transition: all 0.8s ease-in-out;
}

.cart_button .button:before {
    right: 100%;
    top: 0;
    background: #a6a182;
}

.cart_button .button:hover::before {
    right: 0;
}

.cart_button .button:after {
    left: 0;
    top: 0;
    background: #ffffff;
}

.cart_button .button:hover::after {
    left: 100%;
}

/*------ Product List Item -------*/
.product_view_list .grid-item:not(:last-child) {
    margin-bottom: 30px;
}

.product_view_list .product_item {
    position: relative;
    overflow: hidden;
    background: #212121;
    padding: 30px;
    margin-bottom: 30px;
    display: none;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.product_view_list .product_item .product_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}

.product_view_list .product_item .product_thumb .product_imagebox {
    position: relative;
    background: #000000;
    text-align: center;
    height: 325px;
    width: 270px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s ease-in-out;
}

.product_view_list .product_item .product_thumb .product_imagebox .primary_img {
    transition: all 0.8s ease-in-out;
}

.product_view_list .product_item .product_thumb .product_imagebox .secondary_img {
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition: all 0.8s ease-in-out;
}

.product_view_list .product_item .product_thumb .product_imagebox [class*="badge"] {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 0;
    padding: 0px 0px;
    width: 50px;
    line-height: 24px;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.product_view_list .product_item .product_thumb .product_imagebox .badge-new {
    background-color: #ffffff;
    color: #000000;
}

.product_view_list .product_item .product_thumb .product_imagebox .badge-sale {
    background-color: #545454;
    color: #ffffff;
}

.product_view_list .product_item .product_thumb .product_item_inner {
    transition: all 0.8s ease-in-out;
    flex: 1;
}

.product_view_list .product_item .product_thumb .product_item_inner .label_text {
    transition: all 0.8s ease-in-out;
}

.product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a {
    color: #ffffff;
}

.product_view_list .product_item .product_thumb .product_item_inner .product_item_price {
    font-size: 1rem;
    font-weight: 500;
    color: #999999;
    padding-bottom: 0px;
    margin-left: 15px;
}

.product_view_list .product_item .product_thumb .product_item_inner .product_item_price del {
    color: #54595f;
    margin-right: 5px;
}

.product_view_list .product_item .product_thumb .product_item_inner p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.product_view_list .product_item .product_thumb .product_item_inner .product_category {
    font-size: 0.75rem;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.product_view_list .product_item .product_thumb .product_item_inner .product_category a {
    color: #999999;
}

.product_view_list .product_item .product_thumb .product_item_inner .product_category a:hover {
    color: #ffffff;
}

.product_view_list .product_item .product_thumb .product_item_inner .rating {
    margin-bottom: 30px;
}

.product_view_list .product_item .product_thumb .product_item_inner .rating ul {
    display: block;
    padding: 0px 0px;
    margin: 0px 0px;
    line-height: 16px;
}

.product_view_list .product_item .product_thumb .product_item_inner .rating ul li {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 14px;
    color: #a6a182;
    margin: 0px;
}

.product_view_list .product_item .cart_button {
    position: relative;
    z-index: 1;
}

/*----- Single Product -----*/
.product_left .product_zoom {
    display: flex;
    align-items: flex-start;
}

.product_left .product_zoom .product_zoom_button_group {
    padding: 0px;
    margin: 0px;
    list-style: none;
    max-height: 543px;
    overflow-y: scroll;
    display: inline-block;
    padding-right: 23px;
}

.product_left .product_zoom .product_zoom_button_group::-webkit-scrollbar {
    width: 0px;
    height: 4px;
}

.product_left .product_zoom .product_zoom_button_group::-webkit-scrollbar-track {
    background: #212121;
}

.product_left .product_zoom .product_zoom_button_group::-webkit-scrollbar-thumb {
    background: #a6a182;
}

.product_left .product_zoom .product_zoom_button_group li {
    text-align: left;
    margin: 20px 0px;
}

.product_left .product_zoom .product_zoom_button_group li:first-child {
    margin-top: 0px;
}

.product_left .product_zoom .product_zoom_button_group li:last-child {
    margin-bottom: 0px;
}

.product_left .product_zoom .product_zoom_button_group li a {
    position: relative;
    display: block;
    cursor: pointer;
    width: 145px;
    max-width: 100%;
    height: 175px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product_left .product_zoom .product_zoom_button_group li a img {
    width: 100%;
}

.product_left .product_zoom .product_zoom_button_group li a.selected:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.5);
}

.product_left .product_zoom .product_zoom_container {
    flex: 1;
    max-height: 560px;
    overflow: hidden;
}

.product_left .product_zoom .product_zoom_container .product_zoom_info {
    position: relative;
    display: none;
}

.product_left .product_zoom .product_zoom_container .product_zoom_info img {
    width: 100%;
}

.product_right .product_info .product_title h2,
.product_right .product_info .product_title .h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.375rem;
    color: #ffffff;
}

.product_right .product_info .product_rating {
    font-size: 0.875rem;
    font-weight: 400;
}

.product_right .product_info .product_rating i {
    color: #a6a182;
}

.product_right .product_info .product_rating .product_rating_details {
    display: inline-block;
    margin-left: 10px;
    color: #999999;
}

.product_right .product_description {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #b2b2b2;
    margin-bottom: 20px;
}

.product_right .product_price {
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 400;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 25px;
}

.product_right .product_view_bottom {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.product_right .product_view_bottom .product_quantity {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 20px;
}

.product_right .product_view_bottom .product_quantity .pproduct_quantity_label {
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.product_right .product_view_bottom .product_quantity .product_quantity_inner {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff;
    margin-left: 20px;
    padding: 0px 20px;
}

.product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_subtract {
    color: #ffffff;
    cursor: pointer;
}

.product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_add {
    color: #ffffff;
    cursor: pointer;
}

.product_right .product_view_bottom .product_quantity .product_quantity_inner input {
    width: 80px;
    height: 42px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    color: #ffffff;
    border: 0px solid #000;
    font-weight: 700;
}

.product_right .product_view_bottom .wish_button {
    margin-right: 15px;
}

.product_right .product_view_bottom .wish_button a,
.product_right .product_view_bottom .compare_button a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: block;
    background: #F2F7F7;
    text-align: center;
    color: #212121;
}

.product_right .cart_button {
    margin-top: 20px;
}

.product_right .cart_button .button {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.375rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    z-index: 1;
    color: #ffffff;
}

.product_right .cart_button .button:before {
    background: #a6a182;
}

.product_right .cart_button .button:after {
    background: #000000;
}

.product_right .product_view_bottom_credential {
    margin-top: 20px;
}

.product_right .product_view_bottom_credential ul {
    list-style: none;
}

.product_right .product_view_bottom_credential ul li {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #999999;
    padding: 3px 0px;
}

.product_right .product_view_bottom_credential ul li span {
    font-weight: 500;
    color: #ffffff;
    margin-right: 5px;
}

.product_right .product_view_bottom_credential ul li a {
    position: relative;
    line-height: 20px;
    display: inline-block;
    color: #999999;
}

.product_right .product_view_bottom_credential ul li.tags {
    list-style-type: none;
    display: inline-block;
    overflow: hidden;
}

.product_right .product_view_bottom_credential ul li.tags a {
    position: relative;
    line-height: 20px;
    display: inline-block;
    color: var(--body-color);
    margin: 0px 5px;
}

.product_right .product_view_bottom_credential ul li.tags a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0%;
    height: 1px;
    background: #a6a182;
    transition: all 0.5s ease;
}

.product_right .product_view_bottom_credential ul li.tags a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 99%;
    height: 1px;
    background: #999999;
    transition: all 0.5s ease;
}

.product_right .product_view_bottom_credential ul li.tags a:hover {
    color: #a6a182;
}

.product_right .product_view_bottom_credential ul li.tags a:hover::before {
    width: 99%;
}

.product_right .product_view_bottom_credential ul li.tags a:hover::after {
    left: 101%;
    opacity: 0;
    visibility: hidden;
}

.product_right .product_social_share {
    margin-top: 20px;
}

.product_right .product_social_share ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0px;
    margin-bottom: 0px;
    gap: 10px;
}

.product_right .product_social_share ul li {
    position: relative;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.625rem;
    color: #ffffff;
    list-style: none;
}

.product_right .product_social_share ul li a {
    position: relative;
    overflow: hidden;
    font-size: 0.75rem;
    text-align: center;
    color: #ffffff;
    background: #2e2e2e;
    display: block;
    outline: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
}

.product_right .product_social_share ul li a:hover {
    color: #a6a182;
}

/*-- Product Details --*/
.product_details_section {
    position: relative;
    z-index: 1;
    padding: 20px 0px;
}

.product_details_tab .nav {
    gap: 60px;
    border-bottom: 1px solid #54595f;
    padding-bottom: 0.625rem;
}

.product_details_tab .nav li a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff;
}

.product_details_tab .nav li a.active {
    color: #a6a182;
}

.product_details_tab .tab-content {
    padding-top: 1.875rem;
}

.product_details_tab .tab-content p {
    line-height: 26px;
}

.product_details_tab .product_additional_info ul {
    list-style: none;
}

.product_details_tab .product_additional_info ul li {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #999999;
    padding: 3px 0px;
}

.product_details_tab .product_additional_info ul li span {
    font-weight: 500;
    color: #ffffff;
    margin-right: 5px;
}

.product_details_tab .product_additional_info ul li a {
    position: relative;
    line-height: 20px;
    display: inline-block;
    color: #999999;
}

/*-------- Reviews ------------*/
.review_sec {
    margin-bottom: 60px;
}

.review_sec .review_title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.review_sec .review_title a {
    color: #ffffff;
    font-weight: 600;
}

.review_sec ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.review_sec ul ul {
    padding-left: 90px;
}

.review_sec ul.review_area .reviewer_div {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

.review_sec ul.review_area .reviewer_div .reviewer {
    margin-right: 20px;
    min-width: 80px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 100%;
    overflow: hidden;
}

.review_sec ul.review_area .reviewer_div .review_block .product_rating {
    color: #a6a182;
    line-height: 16px;
    margin-bottom: 10px;
}

.review_sec ul.review_area .reviewer_div .review_block .reviewer_name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0px;
    color: #ffffff;
    text-transform: capitalize;
}

.review_sec ul.review_area .reviewer_div .review_block .reviewer_review {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 12px;
}

.review_sec ul.review_area .reviewer_div .review_block .review_date {
    font-size: 0.75rem;
    font-weight: 400;
    color: #ffffff;
    background-color: #545454;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 5px;
}

.review_sec ul.review_area .reviewer_div .review_block .reply a {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #a6a182;
}

.review_sec .reviews-pagination {
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0px;
}

.review_sec .reviews-pagination a,
.review_sec .reviews-pagination span {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    background: #212121;
    color: #ffffff;
    border: 0px solid transparent;
    margin-right: 2px;
}

.review_sec .reviews-pagination a:hover,
.review_sec .reviews-pagination a.current,
.review_sec .reviews-pagination span:hover,
.review_sec .reviews-pagination span.current {
    background: #a6a182;
    color: #ffffff;
}

.review_form .review_form_heading_wrapper .review_form_title {
    position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.875rem;
    color: #ffffff;
    margin-bottom: 7px;
}

.review_form .review_form_heading_wrapper .review_form_sub_title {
    font-size: 0.875rem;
    color: #6e7a7a;
    margin-bottom: 18px;
}

.review_form .review_form_heading_wrapper .give_rating {
    color: #999999;
}

.review_form .review_form_heading_wrapper .reviewer_rating {
    color: #a6a182;
}

.review_form select,
.review_form input[type="text"],
.review_form input[type="email"],
.review_form input[type="url"],
.review_form input[type="password"],
.review_form input[type="search"],
.review_form input[type="number"],
.review_form input[type="tel"],
.review_form input[type="range"],
.review_form input[type="date"],
.review_form input[type="month"],
.review_form input[type="week"],
.review_form input[type="time"],
.review_form input[type="datetime"],
.review_form input[type="datetime-local"],
.review_form input[type="color"] {
    height: 60px;
}

.review_form .button {
    font-size: 1rem;
}

.related_products {
    position: relative;
    z-index: 1;
}

.related_products .widget-title {
    color: #ffffff;
    text-transform: capitalize;
}

@media screen and (max-width: 991px) {
    .product_right {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .product_right {
        padding-right: 0px;
    }
}

@media screen and (max-width: 500px) {
    .product_left .product_zoom {
        display: block;
    }

    .product_left .product_zoom .product_zoom_button_group {
        width: 100%;
        padding-right: 0px;
        overflow-x: scroll;
        display: flex;
        margin-bottom: 30px;
    }

    .product_left .product_zoom .product_zoom_button_group li {
        margin: 0px 5px;
    }

    .product_left .product_zoom .product_zoom_button_group li:first-child {
        margin-left: 0px;
    }

    .product_left .product_zoom .product_zoom_button_group li:last-child {
        margin-right: 0px;
    }

    .product_left .product_zoom .product_zoom_container {
        width: 100%;
    }

    .product_right .product_info .product_rating .product_rating_details {
        display: block;
        margin: 0px;
    }

    .product_right .product_info .product_rating .product_add_review {
        display: block;
        margin: 0px;
    }

    .product_right .product_view_bottom .product_quantity {
        margin-bottom: 20px;
    }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #545454;
    height: 40px;
}

.select2-dropdown {
    background-color: #1b1b1b;
    border-color: #545454;
}

.select2-results__option {
    padding: 5px 5px;
    font-size: 0.875rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2e2e2e;
    color: #ffffff;
}

.select2-container--default .select2-results__option--selected {
    background-color: #a6a182;
    color: #ffffff;
}

.cart_table {
    border-collapse: collapse;
    width: 100%;
    border: 0px;
    margin-bottom: 0px;
}

.cart_table td,
.cart_table th {
    border-right: 0px;
    border-bottom: 1px solid #2e2e2e;
    text-align: left;
}

.cart_table .cart_header th {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #999999;
    padding: 15px 0px;
}

.cart_table .cart_header th.cart_header_image {
    width: 20%;
}

.cart_table .cart_header th.cart_header_title {
    width: 20%;
}

.cart_table .cart_header th.cart_header_price {
    width: 15%;
}

.cart_table .cart_header th.cart_header_quantity {
    width: 25%;
}

.cart_table .cart_content td {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 15px 0px;
    color: #ffffff;
}

.cart_table .cart_content .cart_image img {
    max-width: 65px;
}

.cart_table .cart_content .cart_quantity .product_quantity_inner {
    display: inline-flex;
    align-items: center;
    border: 1px solid #545454;
    padding: 0px 20px;
    width: 146px;
}

.cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_subtract {
    color: #ffffff;
    cursor: pointer;
}

.cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_add {
    color: #ffffff;
    cursor: pointer;
}

.cart_table .cart_content .cart_quantity .product_quantity_inner input {
    width: 80px;
    height: 42px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    color: #ffffff;
    border: 0px solid #000;
}

.cart_table .cart_content .cart_total {
    color: #a6a182;
}

.cart_table .cart_content .cart_removal {
    text-align: right;
}

.cart_table .cart_content .cart_removal a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    background: #999999;
}

.couponcart {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0px;
}

.couponcart .set_coupon {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.couponcart .form-group {
    margin-bottom: 0px;
    margin-right: 18px;
}

.couponcart .form-group input[type="text"] {
    border: 1px solid #999999;
    text-align: left;
    width: 250px;
    height: 46px;
    padding: 10px 20px;
    border-radius: 0;
}

.couponcart ::-webkit-input-placeholder {
    color: #999999;
}

.couponcart ::-moz-placeholder {
    color: #999999;
}

.couponcart :-ms-input-placeholder {
    color: #999999;
}

.couponcart :-moz-placeholder {
    color: #999999;
}

.couponcart :placeholder {
    color: #999999;
}

.couponcart .button_group .button {
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 30px;
    min-width: auto;
}

.grand_total {
    margin-top: 60px;
    padding: 60px;
    background-color: #000000;
}

.grand_total .widget-title {
    color: #ffffff;
    text-transform: capitalize;
}

.grand_total ul {
    margin: 0px;
    padding: 0px;
}

.grand_total ul li {
    list-style: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #545454;
    color: #999999;
}

.grand_total ul li span.text {
    min-width: 220px;
    color: #ffffff;
}

.grand_total ul li.totalvalue {
    color: #ffffff;
    font-weight: 600;
}

.grand_total .btn_group {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .cart_table {
        width: 100%;
        display: block;
        overflow-x: scroll;
    }

    .cart_table .cart_header th:not(:last-child),
    .cart_table .cart_content td:not(:last-child) {
        padding-right: 30px;
    }

    .cart_table::-webkit-scrollbar {
        height: 5px;
    }

    .cart_table::-webkit-scrollbar-track {
        background: #2e2e2e;
        border-radius: 5px;
    }

    .cart_table::-webkit-scrollbar-thumb {
        background: #545454;
        border-radius: 5px;
    }

    .grand_total {
        padding: 30px;
    }

    .grand_total .button_group .button {
        min-width: auto;
        padding: 12px 20px;
    }

    .couponcart {
        display: block;
    }

    .couponcart .form-group {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .couponcart .form-group input[type="text"] {
        width: 100%;
    }

    .couponcart .button_group {
        width: 100%;
    }

    .couponcart .button_group .button {
        width: 100%;
    }

    .couponcart .cartupdate {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #f2f7f7;
    }
}

/* Forms (shipping_form) */
.shipping_form {
    /* Coupon Code */
}

.shipping_form .widget-title {
    color: #ffffff;
    text-transform: capitalize;
}

.shipping_form .select2-container--default .select2-selection--single .select2-selection__arrow,
.shipping_form .select2-container .select2-selection--single,
.shipping_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 64px;
    line-height: 64px;
    right: 5px;
    border: none;
}

.shipping_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: relative;
    top: auto;
    left: auto;
    width: 0;
    height: 5px;
    display: inline-block;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 0px 0px 0 0px;
    margin-left: 0;
    margin-top: 0;
}

.shipping_form .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "\F282";
    font-family: 'bootstrap-icons';
    font-size: 10px;
}

.shipping_form .select2-container--default .select2-selection--single .select2-selection__rendered,
.shipping_form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px;
    line-height: 64px;
}

.shipping_form .select2-container--default .select2-selection--multiple,
.shipping_form .select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 64px;
    padding: 0px 40px;
    font-size: 0.875rem;
    line-height: 1.5;
    background-color: #000000;
    background-clip: padding-box;
    border: 1px solid #000000;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
}

.shipping_form .select2-container--default .select2-selection--multiple:focus,
.shipping_form .select2-container--default .select2-selection--single:focus,
.shipping_form .select2-container--default.select2-container--focus .select2-selection--multiple,
.shipping_form .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #a6a182;
    outline: none;
    outline-offset: 0px;
}

.shipping_form label {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: capitalize;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
}

.shipping_form .form-group {
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.shipping_form textarea.form-control {
    height: 90px;
}

.shipping_form .form-control:focus {
    background-color: #2e2e2e;
    border: 1px solid #a6a182;
    outline: 0;
    box-shadow: none;
}

.shipping_form .have_coupon {
    background: #2e2e2e;
    border-left: 7px solid #545454;
    padding: 30px 15px;
    margin-bottom: 55px;
}

.shipping_form .have_coupon .form-group {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
}

.shipping_form .have_coupon .form-group label {
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 26px;
    margin-right: 12px;
    margin-bottom: 0px;
}

.shipping_form .have_coupon .form-group input[type="text"] {
    width: 250px;
    height: 45px;
}

.shipping_form .have_coupon ::-webkit-input-placeholder {
    font-weight: 400;
    color: #999999;
}

.shipping_form .have_coupon ::-moz-placeholder {
    font-weight: 400;
    color: #999999;
}

.shipping_form .have_coupon :-ms-input-placeholder {
    font-weight: 400;
    color: #999999;
}

.shipping_form .have_coupon :-moz-placeholder {
    font-weight: 400;
    color: #999999;
}

.shipping_form .have_coupon :placeholder {
    font-weight: 400;
    color: #999999;
}

.shipping_form .form-check-input {
    width: 12px;
    height: 12px;
    border: 1px solid #545454;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.shipping_form .checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0px;
    color: #999999;
    user-select: none;
}

.shipping_form .checkbox:not(:last-child) {
    margin-right: 15px;
}

.shipping_form .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

.shipping_form .checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 1px solid #545454;
}

.shipping_form .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 1000%;
    background: #ffffff;
}

.shipping_form .checkbox:hover input~.checkmark {
    border: 1px solid #a6a182;
}

.shipping_form .checkbox input:checked~.checkmark {
    border: 1px solid #a6a182;
}

.shipping_form .checkbox input:checked~.checkmark:after {
    display: block;
}

.place_order {
    /* Customize Radio Button */
}

.place_order ul {
    margin: 0px;
    padding: 0px;
}

.place_order ul li {
    list-style: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #545454;
    color: #999999;
}

.place_order ul li:first-child {
    padding-top: 0px;
}

.place_order ul li .form-group {
    width: auto;
    margin: 0px;
}

.place_order ul li span.text {
    min-width: 220px;
    color: #ffffff;
}

.place_order ul li.totalvalue {
    color: #ffffff;
    font-weight: 600;
}

.place_order ul li.totalvalue span.text {
    margin-right: 10px;
}

.place_order label.radio_circle {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0px;
    color: #999999;
    user-select: none;
}

.place_order label.radio_circle:not(:last-child) {
    margin-right: 15px;
}

.place_order label.radio_circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

.place_order label.radio_circle .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 1px solid #545454;
}

.place_order label.radio_circle .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 1000%;
    background: #ffffff;
}

.place_order label.radio_circle:hover input~.checkmark {
    border: 1px solid #a6a182;
}

.place_order label.radio_circle input:checked~.checkmark {
    border: 1px solid #a6a182;
}

.place_order label.radio_circle input:checked~.checkmark:after {
    display: block;
}

.place_order .paymentmethod {
    margin-top: 40px;
}

.place_order .paymentmethod label.radio_circle {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.place_order .paymentmethod label.radio_circle:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.place_order .paymentmethod span.text {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #999999;
    margin-top: 10px;
}

.place_order .btn_group {
    margin-top: 25px;
}

.grid_lines {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    padding: 0 calc(2.01875rem + 7.90714vw);
    margin: 0px;
    list-style-type: none;
    display: none !important;
}

@media (min-width: 1400px) {
    .grid_lines {
        padding: 0 8.9375rem;
    }
}

.grid_lines .grid_line {
    position: relative;
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: #2e2e2e;
    mix-blend-mode: difference;
}

.grid_lines .grid_line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 60px;
    background: white;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    animation: gridanim 25s linear infinite;
}

.grid_lines .grid_line:nth-child(2)::before {
    animation-delay: 1s;
}

.grid_lines .grid_line:nth-child(4)::before {
    animation-delay: 1s;
}

.grid_lines .grid_line:nth-child(6)::before {
    animation-delay: 1s;
}

@keyframes gridanim {
    0% {
        top: 0%;
    }

    100% {
        top: 100%;
    }
}

.bg-dark-200 .grid_lines .grid_line {
    background-color: rgba(153, 153, 153, 0.1);
}

.box_padding {
    padding-left: calc(1.5625rem + 3.21429vw);
    padding-right: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {
    .box_padding {
        padding-left: 4.375rem;
    }
}

@media (min-width: 1400px) {
    .box_padding {
        padding-right: 4.375rem;
    }
}

.page_header {
    position: relative;
    padding-top: 140px;
    z-index: 1;
}

.page_header .page_header_inner {
    position: relative;
    /* background-image: url(../img/header_bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background: #000;
}

.page_header .page_header_inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.page_header .page_header_inner .page_header_content {
    position: relative;
    margin: 0px;
    padding: 40px 0px;
    flex-flow: row wrap;
}

.page_header .page_header_inner .page_header_content>div {
    position: relative;
}

.page_header .page_header_inner .page_header_content .heading {
    position: relative;
    font-size: calc(1.425rem + 1.8vw);
    line-height: calc(1.5rem + 2.57143vw);
    font-weight: 300;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}

@media (min-width: 1400px) {
    .page_header .page_header_inner .page_header_content .heading {
        font-size: 3rem;
    }
}

@media (min-width: 1400px) {
    .page_header .page_header_inner .page_header_content .heading {
        line-height: 3.75rem;
    }
}

.page_header .page_header_inner .breadcrumb {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0;
    list-style: none;
    display: block;
    background: transparent;
}

.page_header .page_header_inner .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    line-height: calc(1.2875rem + 0.38571vw);
    font-weight: 400;
    color: #ffffff;
}

@media (min-width: 1400px) {
    .page_header .page_header_inner .breadcrumb li {
        line-height: 1.625rem;
    }
}

.page_header .page_header_inner .breadcrumb li:not(:last-child) {
    padding-right: 1.5625rem;
}

.page_header .page_header_inner .breadcrumb li a {
    position: relative;
    padding-right: 0.9375rem;
    transition: all 0.5s ease-in-out;
}

.page_header .page_header_inner .breadcrumb li a:after {
    content: '\F285';
    font-family: "bootstrap-icons";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    font-size: 0.75rem;
}

.page_header .page_header_inner .breadcrumb li a:hover {
    color: #a6a182;
}

.page_header .page_header_inner .breadcrumb li.active {
    color: #676767;
}

.section-header {
    margin-bottom: calc(1.625rem + 3.85714vw);
}

@media (min-width: 1400px) {
    .section-header {
        margin-bottom: 5rem;
    }
}

.section-header h2,
.section-header .h2 {
    font-size: calc(1.425rem + 1.8vw);
    /* letter-spacing: 0.1875rem; */
    text-transform: uppercase;
}

@media (min-width: 1400px) {

    .section-header h2,
    .section-header .h2 {
        font-size: 2.5rem;
    }
}

.section-header h6,
.section-header .h6 {
    font-size: 0.875rem;
    line-height: calc(1.3rem + 0.51429vw);
    letter-spacing: 0.3125rem;
}

@media (min-width: 1400px) {

    .section-header h6,
    .section-header .h6 {
        line-height: 1.75rem;
    }
}

.section-header h3,
.section-header .h3 {
    font-size: calc(1.325rem + 0.77143vw);
    line-height: calc(1.425rem + 1.8vw);
    letter-spacing: -.2px;
}

@media (min-width: 1400px) {

    .section-header h3,
    .section-header .h3 {
        font-size: 2rem;
    }
}

@media (min-width: 1400px) {

    .section-header h3,
    .section-header .h3 {
        line-height: 3rem;
    }
}

.section-header.medium h2,
.section-header.medium .h2 {
    font-size: calc(1.325rem + 0.77143vw);
    font-weight: 500;
    letter-spacing: 0rem;
    /* text-transform: capitalize; */
    margin-bottom: 0.625rem;
}

@media (min-width: 1400px) {

    .section-header.medium h2,
    .section-header.medium .h2 {
        font-size: 2rem;
    }
}

.has_line {
    position: relative;
    z-index: 1;
}

.has_line::before {
    /* content: ''; */
    position: absolute;
    left: calc(50% - 1px);
    bottom: calc(100% + 25px);
    width: 1px;
    height: calc(1.5rem + 2.57143vw);
    background: #999999;
}

@media (min-width: 1400px) {
    .has_line::before {
        height: 3.75rem;
    }
}

.has_line_lg {
    position: relative;
    z-index: 1;
}

.has_line_lg::before {
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    bottom: calc(100% - 60px);
    width: 1px;
    height: calc(1.875rem + 6.42857vw);
    background: #999999;
}

@media (min-width: 1400px) {
    .has_line_lg::before {
        height: 7.5rem;
    }
}

.widget-title {
    position: relative;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: calc(1.3125rem + 0.64286vw);
    padding-bottom: 10px;
    overflow: hidden;
}

@media (min-width: 1400px) {
    .widget-title {
        margin-bottom: 1.875rem;
    }
}

.title-line {
    width: 2.5rem;
    height: 0.0625rem;
    background: #a6a182;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.title-line::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 4px;
    height: 1px;
    background-color: #212529;
    animation: lineAnim 1.5s linear infinite;
}

@keyframes lineAnim {
    0% {
        left: 0;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        left: 100%;
    }
}

.contact_us>div {
    position: relative;
    z-index: 2;
}

.home_contact input {
    margin-bottom: 1.5625rem;
    transition: all 0.5s ease;
    height: 40px;
    padding: 10px;
}

.home_contact input[type="file"] {

    /* width: 135px; */
}

.home_contact input:last-child {
    margin-bottom: 10px;
}

.form__label-name {
    margin-bottom: 5px;
    display: block;
}

.home_contact .btn_group {
    margin-top: 1.5625rem;
}

.gmapbox .map {
    width: 100%;
    height: calc(5.5rem + 43.71429vw);
    background-color: #e6e6e6;
}

@media (min-width: 1400px) {
    .gmapbox .map {
        height: 43.75rem;
    }
}

/*Partner*/
.partner_flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-flow: row wrap;
    margin-top: calc(1.75rem + 5.14286vw);
}

@media (min-width: 1400px) {
    .partner_flex {
        margin-top: 6.25rem;
    }
}

.partner_flex .partner_content {
    position: relative;
    transition: all 0.5s ease-in-out;
}

.partner_flex .partner_content img {
    transition: all 0.5s ease;
}

.partner_flex .partner_content img:last-child {
    opacity: 0;
    position: absolute;
    left: 0;
}

.partner_flex .partner_content:hover img:first-child {
    opacity: 0;
}

.partner_flex .partner_content:hover img:last-child {
    opacity: 1;
}

/*Bootstrap nav tab*/
.boot_tab {
    margin-top: 40px;
}

.boot_tab .nav .nav-link.active {
    background: none;
    color: #a6a182;
}

.boot_tab .nav .nav-link {
    border-bottom: 1px dashed #54595f;
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
    line-height: calc(1.2625rem + 0.12857vw);
    text-align: left;
    text-transform: uppercase;
    padding: 9px 15px 9px 0;
    border-radius: 0;
}

@media (min-width: 1400px) {
    .boot_tab .nav .nav-link {
        line-height: 1.375rem;
    }
}

.boot_tab .nav .nav-link:last-child {
    border-bottom: none;
}

.boot_tab .nav .nav-link:hover {
    color: #a6a182;
}

.boot_tab .service_inner_large_title {
    margin-bottom: calc(1.375rem + 1.28571vw);
}

@media (min-width: 1400px) {
    .boot_tab .service_inner_large_title {
        margin-bottom: 2.5rem;
    }
}

.boot_tab .service_inner_large_title h3,
.boot_tab .service_inner_large_title .h3 {
    font-size: calc(1.325rem + 0.77143vw);
    line-height: calc(1.3875rem + 1.41429vw);
    margin-bottom: 0.9375rem;
    font-weight: 500;
}

@media (min-width: 1400px) {

    .boot_tab .service_inner_large_title h3,
    .boot_tab .service_inner_large_title .h3 {
        font-size: 2rem;
    }
}

@media (min-width: 1400px) {

    .boot_tab .service_inner_large_title h3,
    .boot_tab .service_inner_large_title .h3 {
        line-height: 2.625rem;
    }
}

.boot_tab .service_inner_small_title h6,
.boot_tab .service_inner_small_title .h6 {
    position: relative;
    width: fit-content;
    margin-bottom: calc(1.3125rem + 0.64286vw);
}

@media (min-width: 1400px) {

    .boot_tab .service_inner_small_title h6,
    .boot_tab .service_inner_small_title .h6 {
        margin-bottom: 1.875rem;
    }
}

.boot_tab .service_inner_small_title h6::after,
.boot_tab .service_inner_small_title .h6::after {
    position: absolute;
    content: "";
    background: #a6a182;
    width: 40px;
    height: 1px;
    left: 0;
    bottom: -8px;
}

.highlight_banner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pd-top-lg {
    padding-top: calc(4.4375rem + 32.78571vw);
}

@media (min-width: 1400px) {
    .pd-top-lg {
        padding-top: 33.125rem;
    }
}

.video-block {
    position: relative;
    z-index: 2;
    margin-bottom: calc(-4.375rem - 25.71429vw);
}

@media (min-width: 1400px) {
    .video-block {
        margin-bottom: -26.25rem;
    }
}

.video_post {
    display: inline-block;
    width: 100%;
}

.video_post .ytube_video {
    position: relative;
    overflow: hidden;
}

.video_post .ytube_video #ytvideo {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.video_post .ytube_video .ytplay_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 210px;
    height: 210px;
    background: rgba(255, 255, 255, 0.25);
    text-align: center;
    font-size: 5rem;
    color: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_post .ytube_video.play #ytvideo {
    opacity: 1;
}

.video_post .ytube_video.play .post_content {
    opacity: 0;
    visibility: hidden;
}

iframe,
object,
embed,
iframe,
object,
iframe,
video {
    width: 100%;
    height: 100%;
    min-height: calc(5.5rem + 43.71429vw);
    border: 0px solid #ffb7aa;
}

@media (min-width: 1400px) {

    iframe,
    object,
    embed,
    iframe,
    object,
    iframe,
    video {
        min-height: 43.75rem;
    }
}

.error-page {
    padding-top: calc(2.75rem + 15.42857vw);
    padding-bottom: calc(2.125rem + 9vw);
}

@media (min-width: 1400px) {
    .error-page {
        padding-top: 16.25rem;
    }
}

@media (min-width: 1400px) {
    .error-page {
        padding-bottom: 10rem;
    }
}

.error-page .error-content .heading {
    font-size: calc(1.925rem + 6.94286vw);
    font-weight: 700;
    line-height: calc(1.825rem + 5.91429vw);
    color: #ffffff;
    text-shadow: 2px 5px #a6a182;
}

@media (min-width: 1400px) {
    .error-page .error-content .heading {
        font-size: 8rem;
    }
}

@media (min-width: 1400px) {
    .error-page .error-content .heading {
        line-height: 7rem;
    }
}

.error-page .error-content h1,
.error-page .error-content .h1 {
    color: #a6a182;
    text-transform: uppercase;
    margin-top: 2.1875rem;
    margin-bottom: 0.625rem;
}

.error-page .error-content p {
    font-size: 1.125rem;
    color: #ffffff;
}

.error-page .error-content .search_form {
    position: relative;
    max-width: calc(5.625rem + 45vw);
    margin: 2.1875rem auto;
}

@media (min-width: 1400px) {
    .error-page .error-content .search_form {
        max-width: 45rem;
    }
}

.error-page .error-content .search_form .form-control {
    background-color: #2e2e2e;
    color: #ffffff;
}

.error-page .error-content .search_form .form-control-submit {
    position: absolute;
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #b2b2b2;
    padding: 0rem;
    font-size: 1.875rem;
    transition: all 0.5s ease-in-out;
}

.error-page .error-content .search_form:hover .form-control-submit {
    right: 1.25rem;
}

.under-construction-page {
    padding-top: calc(2.75rem + 15.42857vw);
    padding-bottom: calc(2.125rem + 9vw);
}

@media (min-width: 1400px) {
    .under-construction-page {
        padding-top: 16.25rem;
    }
}

@media (min-width: 1400px) {
    .under-construction-page {
        padding-bottom: 10rem;
    }
}

.under-construction-page .under-construction-content .heading {
    font-size: calc(1.525rem + 2.82857vw);
    font-weight: 700;
    line-height: calc(1.575rem + 3.34286vw);
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 2px 5px #a6a182;
    margin-top: 0.625rem;
}

@media (min-width: 1400px) {
    .under-construction-page .under-construction-content .heading {
        font-size: 4rem;
    }
}

@media (min-width: 1400px) {
    .under-construction-page .under-construction-content .heading {
        line-height: 4.5rem;
    }
}

.under-construction-page .under-construction-content h1,
.under-construction-page .under-construction-content .h1 {
    color: #a6a182;
    text-transform: uppercase;
    margin-top: 2.1875rem;
    margin-bottom: 0.625rem;
}

.under-construction-page .under-construction-content p {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #a6a182;
    margin-bottom: 0rem;
}

.under-construction-page .under-construction-content #countdown {
    margin: 2.5rem 0rem;
}

.under-construction-page .under-construction-content #countdown ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    padding: 0rem;
}

.under-construction-page .under-construction-content #countdown ul li {
    position: relative;
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.625rem;
    list-style-type: none;
    text-transform: uppercase;
    color: #a6a182;
}

.under-construction-page .under-construction-content #countdown ul li span {
    display: block;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.25rem;
    letter-spacing: 0.1875rem;
    color: #ffffff;
}

.under-construction-page .under-construction-content #countdown ul li:not(:last-child) {
    padding-right: 25px;
    margin-right: 25px;
}

.under-construction-page .under-construction-content #countdown ul li:not(:last-child)::before {
    content: ':';
    position: absolute;
    left: calc(100% - 10px);
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #ffffff;
    font-weight: 700;
}

.under-construction-page .under-construction-content .search_form {
    position: relative;
    max-width: calc(5.625rem + 45vw);
    margin: 0 auto 2.1875rem;
}

@media (min-width: 1400px) {
    .under-construction-page .under-construction-content .search_form {
        max-width: 45rem;
    }
}

.under-construction-page .under-construction-content .search_form .form-control {
    background-color: #2e2e2e;
    color: #ffffff;
}

.under-construction-page .under-construction-content .search_form .form-control-submit {
    position: absolute;
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #b2b2b2;
    padding: 0rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.under-construction-page .under-construction-content .search_form:hover .form-control-submit {
    right: 1.25rem;
}

/* Preloader */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

#preloader.hide {
    opacity: 0;
    visibility: hidden;
    width: 0%;
}

#preloader .hide-loader {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #2e2e2e;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    z-index: 3;
    transition: all 1s ease-in-out;
}

#preloader.hide .hide-loader {
    opacity: 0;
    visibility: hidden;
}

.preloader-inner {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Spinner Loading */
.preloader-inner .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid #2e2e2e;
    border-top-color: #ffffff;
    width: 60px;
    height: 60px;
    margin: 0 auto 3.5em auto;
}

/* Loading text */
.preloader-inner .loading-text {
    font-weight: 700;
    font-size: calc(1.5rem + 2.57143vw);
    line-height: calc(1.5rem + 2.57143vw);
    text-align: center;
    user-select: none;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
    .preloader-inner .loading-text {
        font-size: 3.75rem;
    }
}

@media (min-width: 1400px) {
    .preloader-inner .loading-text {
        line-height: 3.75rem;
    }
}

#preloader.hide .preloader-inner .loading-text {
    opacity: 0;
    visibility: hidden;
}

.preloader-inner .loading-text .characters {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.2);
}

.preloader-inner .loading-text .characters:before {
    content: attr(data-preloader-text);
    position: absolute;
    left: 0;
    top: 0px;
    opacity: 0;
    transform: rotateY(-90deg);
    color: white;
    animation: characters 4s infinite;
}

.preloader-inner .loading-text .characters:nth-child(2):before {
    animation-delay: 0.2s;
}

.preloader-inner .loading-text .characters:nth-child(3):before {
    animation-delay: 0.4s;
}

.preloader-inner .loading-text .characters:nth-child(4):before {
    animation-delay: 0.6s;
}

.preloader-inner .loading-text .characters:nth-child(5):before {
    animation-delay: 0.8s;
}

.preloader-inner .loading-text .characters:nth-child(6):before {
    animation-delay: 1s;
}

.preloader-inner .loading-text .characters:nth-child(7):before {
    animation-delay: 1.2s;
}

/* Animation of the preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

/* Animation of letters loading from the preloader */
@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

/* Preloader End */
#mode_switcher {
    position: fixed;
    right: 20px;
    top: calc(100vh / 4);
    cursor: pointer;
    z-index: 9999;
}

#mode_switcher span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ffffff;
    font-size: 30px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotateSwitcher 5s infinite linear;
}

@keyframes rotateSwitcher {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (min-width: 1600px) {
    .box_padding {
        padding-left: calc(1.96875rem + 7.39286vw);
        padding-right: calc(1.96875rem + 7.39286vw);
    }
}

@media screen and (min-width: 1600px) and (min-width: 1400px) {
    .box_padding {
        padding-left: 8.4375rem;
    }
}

@media screen and (min-width: 1600px) and (min-width: 1400px) {
    .box_padding {
        padding-right: 8.4375rem;
    }
}

@media screen and (min-width: 1600px) {
    .footer {
        padding-bottom: calc(1.96875rem + 7.39286vw);
    }
}

@media screen and (min-width: 1600px) and (min-width: 1400px) {
    .footer {
        padding-bottom: 8.4375rem;
    }
}

/*-- min-width: 1400px--*/
@media screen and (min-width: 1400px) {
    .footer .grid_lines {
        padding: 0 0.5rem;
    }
}

/*-- max-width: 1400px--*/
@media screen and (max-width: 1400px) {
    .mr_menu .logo_left_menu {
        margin-bottom: calc(1.75rem + 5.14286vw);
    }
}

@media screen and (max-width: 1400px) and (min-width: 1400px) {
    .mr_menu .logo_left_menu {
        margin-bottom: 6.25rem;
    }
}

@media screen and (max-width: 1400px) {
    .mr_menu .logo_left_menu a {
        max-width: 100px;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        padding-top: calc(2.125rem + 9vw);
        margin-bottom: calc(1.6875rem + 4.5vw);
    }
}

@media screen and (max-width: 1400px) and (min-width: 1400px) {

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        padding-top: 10rem;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1400px) {

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        margin-bottom: 5.625rem;
    }
}

@media screen and (max-width: 1400px) {

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
        top: calc(1.375rem + 1.28571vw);
        height: calc(1.75rem + 5.14286vw);
    }
}

@media screen and (max-width: 1400px) and (min-width: 1400px) {

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
        top: 2.5rem;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1400px) {

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
        height: 6.25rem;
    }
}

@media screen and (max-width: 1400px) {

    .theme_slider_3 .swiper-button-prev,
    .theme_slider_3 .swiper-rtl .swiper-button-next {
        left: 50px;
    }

    .theme_slider_3 .swiper-button-next,
    .theme_slider_3 .swiper-rtl .swiper-button-prev {
        right: 50px;
    }
}

/*-- End max-width: 1400px--*/
/*-- max-width: 1199px--*/
/*-- End max-width: 1199px--*/
/*-- max-width: 991px--*/
@media screen and (max-width: 991px) {
    .icon_box {
        margin-bottom: 2.5rem;
    }

    .funfacts_inner {
        justify-content: flex-start;
        gap: 25px;
    }

    .funfacts_inner .fun_img {
        text-align: center;
    }

    .about_text h1,
    .about_text .h1 {
        margin-top: 20px;
    }

    .partner_flex .partner_content {
        margin: 15px 5px;
    }

    .projects .section-desc .text-start,
    .projects .section-desc .text-end {
        text-align: center !important;
    }
}

/*-- End max-width: 991px--*/
/*-- max-width: 767px--*/
@media screen and (max-width: 767px) {
    .theme_slider_3 .swiper-slide .slider .slide_content {
        max-width: 100%;
    }

    .theme_slider_3 .swiper-slide .slider .slide_content .details_link a {
        display: block;
    }

    .theme_slider_3 .swiper-button-prev,
    .theme_slider_3 .swiper-rtl .swiper-button-next,
    .theme_slider_3 .swiper-button-next,
    .theme_slider_3 .swiper-rtl .swiper-button-prev {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
    }

    .theme_slider_3:hover .swiper-button-prev,
    .theme_slider_3:hover .swiper-rtl .swiper-button-next,
    .theme_slider_3:hover .swiper-button-next,
    .theme_slider_3:hover .swiper-rtl .swiper-button-prev {
        opacity: 1;
        visibility: visible;
        top: 70%;
    }

    .theme_slider_4 .swiper-slide .slider .slide_content .details_link a {
        display: block;
    }

    .page_header .page_header_inner .page_header_content .heading {
        margin-bottom: 1.25rem;
        flex: 0 0 100%;
    }

    .portfolio-filters-content,
    .packery .portfolio-filters-content {
        margin-bottom: 20px;
    }

    .portfolio-filters-content .filters-button-group {
        border-bottom: 0px;
    }

    .portfolio-filters-content .filters-button-group .button {
        padding: 0px 10px 8px;
        margin-bottom: 15px;
    }

    .portfolio-filters-content .filters-button-group .button .filter-count {
        right: 0;
    }
}

/*-- max-width: 600px--*/
@media screen and (max-width: 600px) {

    .theme_slider_8 .swiper-slide .slider .slide_content,
    .theme_slider_9 .swiper-slide .slider .slide_content {
        max-width: 100%;
    }

    .project-grid-list .grid-item img.item_image {
        width: 100%;
    }

    .running_projects .left_part .grid-item .works-info,
    .running_projects .right_part .grid-item .works-info {
        right: auto;
        left: 50%;
    }

    .running_projects .left_part .grid-item.active .works-info,
    .running_projects .left_part .grid-item:hover .works-info,
    .running_projects .right_part .grid-item.active .works-info,
    .running_projects .right_part .grid-item:hover .works-info {
        transform: translateX(-50%) translateY(-50%) perspective(400px) rotateY(0deg);
    }

    .running_projects .right_part .grid-item:first-child {
        margin: 30px 0px;
    }
}

@media screen and (max-width: 575px) {
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner {
        padding: 0rem;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta {
        font-size: 0.75rem;
        letter-spacing: 0rem;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        font-size: 1.375rem;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before,
    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before {
        top: 0.625rem;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link {
        font-size: 0.75rem;
        text-transform: capitalize;
    }

    .theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link a .link_text {
        margin-right: 1.25rem;
    }

    .footer .footer_inner .section-header h2,
    .footer .footer_inner .section-header .h2 {
        writing-mode: unset;
        transform: rotate(0);
        margin: 0px 0px;
    }

    .footer .footer_inner .communication {
        margin: 1.875rem 0rem;
    }

    .footer .footer_inner .footer_elements.justify-content-end {
        justify-content: flex-start !important;
    }

    .about.style_two .about_image {
        margin-bottom: 135px;
    }
}

/*-- max-width: 500px--*/
@media screen and (max-width: 500px) {

    .grid-item .label-text h5,
    .grid-item .label-text .h5,
    .packery .grid-item .label-text h5,
    .packery .grid-item .label-text .h5 {
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
}

body.bg-dark.bg-white .bg-dark,
body.bg-dark.bg-white .theme_slider.bg-black,
body.bg-white .bg-dark,
body.bg-white .theme_slider.bg-black {
    background: #f8f8f8 !important;
}

body.bg-dark.bg-white a,
body.bg-white a {
    /* color: #1b1b1b; */
}

.pagination a {
    color: #1b1b1b;
}

body.bg-dark.bg-white .btn.gray,
body.bg-dark.bg-white .btn.black,
body.bg-dark.bg-white .btn.olive,
body.bg-white .btn.gray,
body.bg-white .btn.black,
body.bg-white .btn.olive {
    color: #ffffff;
}

body.bg-dark.bg-white .btn.white,
body.bg-white .btn.white {
    background-color: #2e2e2e;
    color: #ffffff;
}

body.bg-dark.bg-white .btn.white:before,
body.bg-white .btn.white:before {
    background-image: url(../img/btn-texture-gray.png);
    border-color: #2e2e2e;
}

body.bg-dark.bg-white .btn.white:hover,
body.bg-white .btn.white:hover {
    background-color: rgba(46, 46, 46, 0.6);
    color: #ffffff;
}

body.bg-dark.bg-white .grid_lines .grid_line,
body.bg-white .grid_lines .grid_line {
    background-color: #e6e6e6;
}

body.bg-dark.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white,
body.bg-dark.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white,
body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4 a.text-white,
body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 a.text-white,
body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider .slide_content h4 .text-white,
body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .h4 .text-white,
body.bg-dark.bg-white .theme_slider_5 .slider .slide_content h4 .text-white,
body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .h4 .text-white,
body.bg-dark.bg-white .theme_slider_6 .slider .slide_content h4 .text-white,
body.bg-dark.bg-white .theme_slider_6 .slider .slide_content .h4 .text-white,
body.bg-dark.bg-white .theme_slider_8 .slider .slide_content h4 .text-white,
body.bg-dark.bg-white .theme_slider_8 .slider .slide_content .h4 .text-white,
body.bg-dark.bg-white .theme_slider_9 .slider .slide_content h4 .text-white,
body.bg-dark.bg-white .theme_slider_9 .slider .slide_content .h4 .text-white,
body.bg-dark.bg-white .icon_box .text-white,
body.bg-dark.bg-white .about_text .text-white,
body.bg-dark.bg-white .icon_box_flex h6,
body.bg-dark.bg-white .icon_box_flex .h6,
body.bg-dark.bg-white .section-header .text-white,
body.bg-dark.bg-white .blog .blog_post .blog_content .text-white,
body.bg-dark.bg-white .team-block .text-white,
body.bg-dark.bg-white .team-details .latest-projects .text-white,
body.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white,
body.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white,
body.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4 a.text-white,
body.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 a.text-white,
body.bg-white .theme_slider_4 .swiper-slide .slider .slide_content h4 .text-white,
body.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .h4 .text-white,
body.bg-white .theme_slider_5 .slider .slide_content h4 .text-white,
body.bg-white .theme_slider_5 .slider .slide_content .h4 .text-white,
body.bg-white .theme_slider_6 .slider .slide_content h4 .text-white,
body.bg-white .theme_slider_6 .slider .slide_content .h4 .text-white,
body.bg-white .theme_slider_8 .slider .slide_content h4 .text-white,
body.bg-white .theme_slider_8 .slider .slide_content .h4 .text-white,
body.bg-white .theme_slider_9 .slider .slide_content h4 .text-white,
body.bg-white .theme_slider_9 .slider .slide_content .h4 .text-white,
body.bg-white .icon_box .text-white,
body.bg-white .about_text .text-white,
body.bg-white .icon_box_flex h6,
body.bg-white .icon_box_flex .h6,
body.bg-white .section-header .text-white,
body.bg-white .blog .blog_post .blog_content .text-white,
body.bg-white .team-block .text-white,
body.bg-white .team-details .latest-projects .text-white {
    color: #000000 !important;
}

body.bg-dark.bg-white .icon_box.type-2:hover p,
body.bg-dark.bg-white .blog .blog_post:hover .blog_content .text-white,
body.bg-white .icon_box.type-2:hover p,
body.bg-white .blog .blog_post:hover .blog_content .text-white {
    color: #ffffff !important;
}

body.bg-dark.bg-white .header .logo .light_logo,
body.bg-white .header .logo .light_logo {
    opacity: 0;
    visibility: hidden;
}

body.bg-dark.bg-white .header .logo .dark_logo,
body.bg-white .header .logo .dark_logo {
    opacity: 1;
    visibility: visible;
}

body.bg-dark.bg-white .header .mainnav ul.main_menu li a,
body.bg-white .header .mainnav ul.main_menu li a {
    color: #000000;
}

body.bg-dark.bg-white .header .mainnav ul.main_menu li.current>a,
body.bg-dark.bg-white .header .mainnav ul.main_menu li.active>a,
body.bg-dark.bg-white .header .mainnav ul.main_menu li:hover>a,
body.bg-white .header .mainnav ul.main_menu li.current>a,
body.bg-white .header .mainnav ul.main_menu li.active>a,
body.bg-white .header .mainnav ul.main_menu li:hover>a {
    color: #a6a182;
}

body.bg-dark.bg-white .header .mainnav ul.main_menu li ul,
body.bg-white .header .mainnav ul.main_menu li ul {
    background: #ffffff;
}

body.bg-dark.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children>a::after,
body.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children>a::after {
    color: #000000;
}

body.bg-dark.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children.current a::after,
body.bg-dark.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children.active a::after,
body.bg-dark.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children:hover a::after,
body.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children.current a::after,
body.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children.active a::after,
body.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children:hover a::after {
    color: #a6a182;
}

body.bg-dark.bg-white .header .ma5menu__toggle,
body.bg-white .header .ma5menu__toggle {
    color: #54595f;
}

body.bg-dark.bg-white .header .ma5menu__toggle:focus,
body.bg-white .header .ma5menu__toggle:focus {
    outline: none;
}

body.bg-dark.bg-white .header .ma5menu__toggle:hover,
body.bg-white .header .ma5menu__toggle:hover {
    color: #a6a182;
}

body.bg-dark.bg-white .header .header_search,
body.bg-white .header .header_search {
    /* border-left-color: #54595f; */
}

body.bg-dark.bg-white .header .header_search .form-control-submit,
body.bg-white .header .header_search .form-control-submit {
    color: #54595f;
}

body.bg-dark.bg-white .header .open_search .search_form .form-control,
body.bg-white .header .open_search .search_form .form-control {
    color: #54595f;
}

body.bg-dark.bg-white .header .open_search .search_form .form-control-submit,
body.bg-white .header .open_search .search_form .form-control-submit {
    color: #54595f;
}

body.bg-dark.bg-white .aside_open .line,
body.bg-white .aside_open .line {
    background-color: #54595f;
}

body.bg-dark.bg-white .aside_info_wrapper,
body.bg-white .aside_info_wrapper {
    background: #f8f8f8;
    color: #54595f;
}

body.bg-dark.bg-white .aside_info_wrapper .aside_close,
body.bg-white .aside_info_wrapper .aside_close {
    color: #54595f;
}

body.bg-dark.bg-white .aside_info_wrapper .aside_logo a img,
body.bg-white .aside_info_wrapper .aside_logo a img {
    max-width: 160px;
    transition: all 0.5s ease-in-out;
}

body.bg-dark.bg-white .aside_info_wrapper .aside_logo .light_logo,
body.bg-white .aside_info_wrapper .aside_logo .light_logo {
    opacity: 0;
    visibility: hidden;
}

body.bg-dark.bg-white .aside_info_wrapper .aside_logo .dark_logo,
body.bg-white .aside_info_wrapper .aside_logo .dark_logo {
    opacity: 1;
    visibility: visible;
}

body.bg-dark.bg-white .aside_info_wrapper .aside_info_inner h5,
body.bg-dark.bg-white .aside_info_wrapper .aside_info_inner .h5,
body.bg-white .aside_info_wrapper .aside_info_inner h5,
body.bg-white .aside_info_wrapper .aside_info_inner .h5 {
    color: #000000;
}

body.bg-dark.bg-white .aside_info_wrapper .aside_info_inner .social_sites ul li a,
body.bg-white .aside_info_wrapper .aside_info_inner .social_sites ul li a {
    color: #ffffff;
    background-color: #2e2e2e;
}

body.bg-dark.bg-white .theme_slider_2 .swiper-slide .slider .slide_content .bg-dark-100,
body.bg-white .theme_slider_2 .swiper-slide .slider .slide_content .bg-dark-100 {
    background-color: #ffffff;
}

body.bg-dark.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white:hover,
body.bg-dark.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white:hover,
body.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white:hover,
body.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white:hover {
    color: #a6a182 !important;
}

body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider::before,
body.bg-dark.bg-white .theme_slider_8 .swiper-slide .slider::before,
body.bg-dark.bg-white .theme_slider_9 .swiper-slide .slider::before,
body.bg-white .theme_slider_3 .swiper-slide .slider::before,
body.bg-white .theme_slider_8 .swiper-slide .slider::before,
body.bg-white .theme_slider_9 .swiper-slide .slider::before {
    display: none;
}

body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .details_link a,
body.bg-dark.bg-white .theme_slider_8 .swiper-slide .slider .slide_content .details_link a,
body.bg-dark.bg-white .theme_slider_9 .swiper-slide .slider .slide_content .details_link a,
body.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .details_link a,
body.bg-white .theme_slider_8 .swiper-slide .slider .slide_content .details_link a,
body.bg-white .theme_slider_9 .swiper-slide .slider .slide_content .details_link a {
    color: #212121;
}

body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .line,
body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .line,
body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .line,
body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .line,
body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .line,
body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .line,
body.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .line,
body.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .line,
body.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .line,
body.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .line,
body.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .line,
body.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .line {
    background-color: #000000;
}

body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .circle,
body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .circle,
body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .circle,
body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .circle,
body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .circle,
body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .circle,
body.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .circle,
body.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .circle,
body.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .circle,
body.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .circle,
body.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .circle,
body.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .circle {
    border-color: #000000;
}

body.bg-dark.bg-white .theme_slider_3 .details_link.l-dir a .link_icon .dot,
body.bg-dark.bg-white .theme_slider_8 .details_link.l-dir a .link_icon .dot,
body.bg-dark.bg-white .theme_slider_9 .details_link.l-dir a .link_icon .dot,
body.bg-white .theme_slider_3 .details_link.l-dir a .link_icon .dot,
body.bg-white .theme_slider_8 .details_link.l-dir a .link_icon .dot,
body.bg-white .theme_slider_9 .details_link.l-dir a .link_icon .dot {
    border-right: 18px solid #000000;
}

body.bg-dark.bg-white .theme_slider_3 .details_link.r-dir a .link_icon .dot,
body.bg-dark.bg-white .theme_slider_8 .details_link.r-dir a .link_icon .dot,
body.bg-dark.bg-white .theme_slider_9 .details_link.r-dir a .link_icon .dot,
body.bg-white .theme_slider_3 .details_link.r-dir a .link_icon .dot,
body.bg-white .theme_slider_8 .details_link.r-dir a .link_icon .dot,
body.bg-white .theme_slider_9 .details_link.r-dir a .link_icon .dot {
    border-left: 18px solid #000000;
}

body.bg-dark.bg-white .theme_slider_4,
body.bg-white .theme_slider_4 {
    background: #f8f8f8;
}

body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider::before,
body.bg-white .theme_slider_4 .swiper-slide .slider::before {
    background-color: transparent;
}

body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .details_link a,
body.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .details_link a {
    color: #000000;
}

body.bg-dark.bg-white .theme_slider_5,
body.bg-white .theme_slider_5 {
    background: #f8f8f8;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .details_link a,
body.bg-white .theme_slider_5 .slider .slide_content .details_link a {
    color: #000000;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star1,
body.bg-white .theme_slider_5 .slider .slide_content .shape .star1 {
    display: none;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star1-dark,
body.bg-white .theme_slider_5 .slider .slide_content .shape .star1-dark {
    display: block;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star2,
body.bg-white .theme_slider_5 .slider .slide_content .shape .star2 {
    display: none;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star2-dark,
body.bg-white .theme_slider_5 .slider .slide_content .shape .star2-dark {
    display: block;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star3,
body.bg-white .theme_slider_5 .slider .slide_content .shape .star3 {
    display: none;
}

body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star3-dark,
body.bg-white .theme_slider_5 .slider .slide_content .shape .star3-dark {
    display: block;
}

body.bg-dark.bg-white .theme_slider_6,
body.bg-white .theme_slider_6 {
    background: #f8f8f8;
}

body.bg-dark.bg-white .theme_slider_6 .slider .slide_content .details_link a,
body.bg-white .theme_slider_6 .slider .slide_content .details_link a {
    color: #000000;
}

body.bg-dark.bg-white .about.bg-dark-100,
body.bg-dark.bg-white .services.bg-dark-100,
body.bg-dark.bg-white .divider_bg.bg-dark-100,
body.bg-white .about.bg-dark-100,
body.bg-white .services.bg-dark-100,
body.bg-white .divider_bg.bg-dark-100 {
    background-color: #ffffff;
}

body.bg-dark.bg-white .icon_box h6,
body.bg-dark.bg-white .icon_box .h6,
body.bg-white .icon_box h6,
body.bg-white .icon_box .h6 {
    color: #000000;
}

body.bg-dark.bg-white .icon_box img.dark,
body.bg-white .icon_box img.dark {
    display: none;
}

body.bg-dark.bg-white .icon_box img.light,
body.bg-white .icon_box img.light {
    display: block;
}

body.bg-dark.bg-white .icon_box .text-gray-600,
body.bg-white .icon_box .text-gray-600 {
    color: #54595f;
}

body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1,
body.bg-white .icon_box .arrow_effect a .crossline1 {
    background-color: #2e2e2e;
}

body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1::before,
body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1::after,
body.bg-white .icon_box .arrow_effect a .crossline1::before,
body.bg-white .icon_box .arrow_effect a .crossline1::after {
    background-color: #2e2e2e;
}

body.bg-dark.bg-white .icon_box.type-2:hover h4,
body.bg-dark.bg-white .icon_box.type-2:hover .h4,
body.bg-white .icon_box.type-2:hover h4,
body.bg-white .icon_box.type-2:hover .h4 {
    color: #ffffff;
}

body.bg-dark.bg-white .icon_box.type-2:hover h4 a,
body.bg-dark.bg-white .icon_box.type-2:hover .h4 a,
body.bg-white .icon_box.type-2:hover h4 a,
body.bg-white .icon_box.type-2:hover .h4 a {
    color: #ffffff;
}

body.bg-dark.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1,
body.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1 {
    background-color: #ffffff;
}

body.bg-dark.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1::before,
body.bg-dark.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1::after,
body.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1::before,
body.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1::after {
    background-color: #ffffff;
}

body.bg-dark.bg-white .large_font .text-dark-200,
body.bg-white .large_font .text-dark-200 {
    color: #f2f2f2;
}

body.bg-dark.bg-white .icon_box_flex .icon_size,
body.bg-white .icon_box_flex .icon_size {
    border-color: #e6e6e6;
}

body.bg-dark.bg-white .running_projects,
body.bg-white .running_projects {
    background-color: #f8f8f8;
}

body.bg-dark.bg-white .running_projects .works-info h5 a,
body.bg-dark.bg-white .running_projects .works-info .h5 a,
body.bg-white .running_projects .works-info h5 a,
body.bg-white .running_projects .works-info .h5 a {
    color: #ffffff;
}

body.bg-dark.bg-white .running_projects .works-info h5 a:hover,
body.bg-dark.bg-white .running_projects .works-info .h5 a:hover,
body.bg-white .running_projects .works-info h5 a:hover,
body.bg-white .running_projects .works-info .h5 a:hover {
    color: #a6a182;
}

body.bg-dark.bg-white .projects,
body.bg-white .projects {
    background-color: #f8f8f8;
}

body.bg-dark.bg-white .portfolio-filters-content .filters-button-group,
body.bg-white .portfolio-filters-content .filters-button-group {
    border-bottom-color: #e6e6e6;
}

body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button,
body.bg-white .portfolio-filters-content .filters-button-group .button {
    color: #000000;
}

body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button.is-checked,
body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button:hover,
body.bg-white .portfolio-filters-content .filters-button-group .button.is-checked,
body.bg-white .portfolio-filters-content .filters-button-group .button:hover {
    color: #a6a182;
    border-color: #a6a182;
}

body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button .filter-count,
body.bg-white .portfolio-filters-content .filters-button-group .button .filter-count {
    color: #000000;
}

body.bg-dark.bg-white .packery .grid-item .works-info,
body.bg-white .packery .grid-item .works-info {
    background-color: #f8f8f8;
}

body.bg-dark.bg-white .packery .grid-item .works-info .label-text h6 a,
body.bg-dark.bg-white .packery .grid-item .works-info .label-text .h6 a,
body.bg-white .packery .grid-item .works-info .label-text h6 a,
body.bg-white .packery .grid-item .works-info .label-text .h6 a {
    color: #54595f;
}

body.bg-dark.bg-white .project-details.bg-dark-200,
body.bg-white .project-details.bg-dark-200 {
    background: #ffffff;
}

body.bg-dark.bg-white .project-list-view.bg-dark-200,
body.bg-white .project-list-view.bg-dark-200 {
    background: #ffffff;
}

body.bg-dark.bg-white .project-list-view .section-header h2,
body.bg-dark.bg-white .project-list-view .section-header .h2,
body.bg-white .project-list-view .section-header h2,
body.bg-white .project-list-view .section-header .h2 {
    color: #000000;
}

body.bg-dark.bg-white .project-list-view .project-list li::before,
body.bg-white .project-list-view .project-list li::before {
    color: #999999;
}

body.bg-dark.bg-white .project-list-view .project-list li a::before,
body.bg-white .project-list-view .project-list li a::before {
    background-color: #999999;
}

body.bg-dark.bg-white .page_header .page_header_inner .breadcrumb li a,
body.bg-white .page_header .page_header_inner .breadcrumb li a {
    color: #ffffff;
}

body.bg-dark.bg-white .page_header .page_header_inner .breadcrumb li a:hover,
body.bg-white .page_header .page_header_inner .breadcrumb li a:hover {
    color: #a6a182;
}

body.bg-dark.bg-white .page_header .page_header_inner .breadcrumb li.active,
body.bg-white .page_header .page_header_inner .breadcrumb li.active {
    color: #676767;
}

body.bg-dark.bg-white .progress-classic .progress-label,
body.bg-dark.bg-white .progress-classic .progress-value,
body.bg-dark.bg-white .abt_author .abt_author_info h5,
body.bg-dark.bg-white .abt_author .abt_author_info .h5,
body.bg-white .progress-classic .progress-label,
body.bg-white .progress-classic .progress-value,
body.bg-white .abt_author .abt_author_info h5,
body.bg-white .abt_author .abt_author_info .h5 {
    color: #212121;
}

body.bg-dark.bg-white .testimonial.bg-black,
body.bg-white .testimonial.bg-black {
    background-color: #f8f8f8 !important;
}

body.bg-dark.bg-white .blog .large_font .text-dark-200,
body.bg-white .blog .large_font .text-dark-200 {
    color: #f2f2f2;
}

body.bg-dark.bg-white .blog.bg-dark-100,
body.bg-dark.bg-white .blog.bg-black,
body.bg-white .blog.bg-dark-100,
body.bg-white .blog.bg-black {
    background-color: #f8f8f8 !important;
}

body.bg-dark.bg-white .blog .blog_post .blog_content .meta .text-olive,
body.bg-white .blog .blog_post .blog_content .meta .text-olive {
    color: #54595f;
}

body.bg-dark.bg-white .blog .blog_post .blog_content p,
body.bg-white .blog .blog_post .blog_content p {
    color: #000000;
}

body.bg-dark.bg-white .blog .blog_post:hover .blog_content .meta .text-olive,
body.bg-white .blog .blog_post:hover .blog_content .meta .text-olive {
    color: #a6a182;
}

body.bg-dark.bg-white .blog .blog_post:hover .blog_content p,
body.bg-white .blog .blog_post:hover .blog_content p {
    color: #ffffff;
}

body.bg-dark.bg-white .details_link a,
body.bg-white .details_link a {
    color: #a6a182;
}

body.bg-dark.bg-white .contact_us.bg-dark-200,
body.bg-white .contact_us.bg-dark-200 {
    background: #ffffff;
}

body.bg-dark.bg-white select,
body.bg-dark.bg-white input[type="text"],
body.bg-dark.bg-white input[type="email"],
body.bg-dark.bg-white input[type="url"],
body.bg-dark.bg-white input[type="password"],
body.bg-dark.bg-white input[type="search"],
body.bg-dark.bg-white input[type="number"],
body.bg-dark.bg-white input[type="tel"],
body.bg-dark.bg-white input[type="range"],
body.bg-dark.bg-white input[type="date"],
body.bg-dark.bg-white input[type="month"],
body.bg-dark.bg-white input[type="week"],
body.bg-dark.bg-white input[type="time"],
body.bg-dark.bg-white input[type="datetime"],
body.bg-dark.bg-white input[type="datetime-local"],
body.bg-dark.bg-white input[type="color"],
body.bg-dark.bg-white textarea.form-control,
body.bg-white select,
body.bg-white input[type="text"],
body.bg-white input[type="email"],
body.bg-white input[type="url"],
body.bg-white input[type="password"],
body.bg-white input[type="search"],
body.bg-white input[type="number"],
body.bg-white input[type="tel"],
body.bg-white input[type="range"],
body.bg-white input[type="date"],
body.bg-white input[type="month"],
body.bg-white input[type="week"],
body.bg-white input[type="time"],
body.bg-white input[type="datetime"],
body.bg-white input[type="datetime-local"],
body.bg-white input[type="color"],
body.bg-white textarea.form-control {
    background-color: #f8f8f8;
    border: 1px solid #f2f2f2;
    color: #000000;
}

body.bg-dark.bg-white .gmap,
body.bg-white .gmap {
    background-color: #f2f2f2;
}

body.bg-dark.bg-white .footer.bg-dark-100,
body.bg-dark.bg-white .footer.bg-dark-200,
body.bg-white .footer.bg-dark-100,
body.bg-white .footer.bg-dark-200 {
    background: #ffffff;
}

body.bg-dark.bg-white .mission_top_part .section-header .text-gray-600,
body.bg-white .mission_top_part .section-header .text-gray-600 {
    color: #212121;
}

body.bg-dark.bg-white .highlight_banner,
body.bg-white .highlight_banner {
    background-color: #1b1b1b;
    color: #fff;
}

body.bg-dark.bg-white .team-block .text-olive,
body.bg-white .team-block .text-olive {
    color: #54595f;
}

body.bg-dark.bg-white .project-details.bg-dark,
body.bg-white .project-details.bg-dark {
    background-color: #ffffff !important;
}

body.bg-dark.bg-white .project-details .post-header .post-title,
body.bg-dark.bg-white .project-details .fulltext,
body.bg-white .project-details .post-header .post-title,
body.bg-white .project-details .fulltext {
    color: #000000;
}

body.bg-dark.bg-white .project-details .post-footer,
body.bg-white .project-details .post-footer {
    border-top-color: #e6e6e6;
}

body.bg-dark.bg-white .project-details .post-share ul.share-list li:first-child,
body.bg-white .project-details .post-share ul.share-list li:first-child {
    color: #1b1b1b;
}

body.bg-dark.bg-white .title-line::before,
body.bg-white .title-line::before {
    background-color: #ffffff;
}

body.bg-dark.bg-white .project-information,
body.bg-white .project-information {
    color: #000000;
}

body.bg-dark.bg-white .project-information ul li .value,
body.bg-white .project-information ul li .value {
    color: #1b1b1b;
}

body.bg-dark.bg-white .project-information .project-share ul li a,
body.bg-white .project-information .project-share ul li a {
    background-color: #e6e6e6;
    color: #54595f;
}

body.bg-dark.bg-white .related-posts .widget-title,
body.bg-white .related-posts .widget-title {
    color: #000000;
}

body.bg-dark.bg-white .related-posts .grid-item .label-text h5,
body.bg-dark.bg-white .related-posts .grid-item .label-text .h5,
body.bg-dark.bg-white .related-posts .grid-item .label-text h5 a,
body.bg-dark.bg-white .related-posts .grid-item .label-text .h5 a,
body.bg-white .related-posts .grid-item .label-text h5,
body.bg-white .related-posts .grid-item .label-text .h5,
body.bg-white .related-posts .grid-item .label-text h5 a,
body.bg-white .related-posts .grid-item .label-text .h5 a {
    color: #000000;
}

body.bg-dark.bg-white .project-details h6.widget-title,
body.bg-dark.bg-white .project-details .widget-title.h6,
body.bg-dark.bg-white .project-details .widget-title.h6,
body.bg-dark.bg-white .comments-area .comments-title,
body.bg-dark.bg-white .comment-respond .comment-reply-title,
body.bg-dark.bg-white .comments-area ul.comment-list .commenter-block .comment-content .comment-author-name,
body.bg-white .project-details h6.widget-title,
body.bg-white .project-details .widget-title.h6,
body.bg-white .project-details .widget-title.h6,
body.bg-white .comments-area .comments-title,
body.bg-white .comment-respond .comment-reply-title,
body.bg-white .comments-area ul.comment-list .commenter-block .comment-content .comment-author-name {
    color: #000000;
}

body.bg-dark.bg-white .comment-respond textarea.form-control,
body.bg-dark.bg-white .comment-respond select,
body.bg-dark.bg-white .comment-respond input[type="text"],
body.bg-dark.bg-white .comment-respond input[type="email"],
body.bg-dark.bg-white .comment-respond input[type="url"],
body.bg-dark.bg-white .comment-respond input[type="password"],
body.bg-dark.bg-white .comment-respond input[type="search"],
body.bg-dark.bg-white .comment-respond input[type="number"],
body.bg-dark.bg-white .comment-respond input[type="tel"],
body.bg-dark.bg-white .comment-respond input[type="range"],
body.bg-dark.bg-white .comment-respond input[type="date"],
body.bg-dark.bg-white .comment-respond input[type="month"],
body.bg-dark.bg-white .comment-respond input[type="week"],
body.bg-dark.bg-white .comment-respond input[type="time"],
body.bg-dark.bg-white .comment-respond input[type="datetime"],
body.bg-dark.bg-white .comment-respond input[type="datetime-local"],
body.bg-dark.bg-white .comment-respond input[type="color"],
body.bg-white .comment-respond textarea.form-control,
body.bg-white .comment-respond select,
body.bg-white .comment-respond input[type="text"],
body.bg-white .comment-respond input[type="email"],
body.bg-white .comment-respond input[type="url"],
body.bg-white .comment-respond input[type="password"],
body.bg-white .comment-respond input[type="search"],
body.bg-white .comment-respond input[type="number"],
body.bg-white .comment-respond input[type="tel"],
body.bg-white .comment-respond input[type="range"],
body.bg-white .comment-respond input[type="date"],
body.bg-white .comment-respond input[type="month"],
body.bg-white .comment-respond input[type="week"],
body.bg-white .comment-respond input[type="time"],
body.bg-white .comment-respond input[type="datetime"],
body.bg-white .comment-respond input[type="datetime-local"],
body.bg-white .comment-respond input[type="color"] {
    border-color: #e6e6e6;
    color: #000000;
}

body.bg-dark.bg-white .sidebar,
body.bg-white .sidebar {
    background-color: #f8f8f8;
}

body.bg-dark.bg-white .sidebar a,
body.bg-white .sidebar a {
    color: #000000;
}

body.bg-dark.bg-white .sidebar a:hover,
body.bg-white .sidebar a:hover {
    color: #a6a182;
}

body.bg-dark.bg-white .sidebar .widget ul li,
body.bg-dark.bg-white .sidebar .widget ol li,
body.bg-white .sidebar .widget ul li,
body.bg-white .sidebar .widget ol li {
    border-bottom-color: #e6e6e6;
}

body.bg-dark.bg-white .sidebar .widget_search .wp-block-search .wp-block-search__input,
body.bg-white .sidebar .widget_search .wp-block-search .wp-block-search__input {
    border-color: #e6e6e6;
}

body.bg-dark.bg-white .widget h2,
body.bg-dark.bg-white .widget .h2,
body.bg-dark.bg-white .widget .h2,
body.bg-dark.bg-white .widget .widget-title,
body.bg-white .widget h2,
body.bg-white .widget .h2,
body.bg-white .widget .h2,
body.bg-white .widget .widget-title {
    color: #000000;
}

body.bg-dark.bg-white .shop_page,
body.bg-dark.bg-white .shopping_cart,
body.bg-dark.bg-white .product_view,
body.bg-dark.bg-white .product_details_section,
body.bg-dark.bg-white .related_products,
body.bg-white .shop_page,
body.bg-white .shopping_cart,
body.bg-white .product_view,
body.bg-white .product_details_section,
body.bg-white .related_products {
    background: #ffffff;
}

body.bg-dark.bg-white .shop_sidebar .sidebar_search .search_form .form-control,
body.bg-white .shop_sidebar .sidebar_search .search_form .form-control {
    border-color: #e6e6e6;
    background-color: #ffffff;
}

body.bg-dark.bg-white .shop_sidebar .sidebar_search .search_form .form-control-submit,
body.bg-white .shop_sidebar .sidebar_search .search_form .form-control-submit {
    background: #a6a182;
    border-color: #a6a182;
}

body.bg-dark.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-handle,
body.bg-dark.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-range,
body.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-handle,
body.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-range {
    background: #1b1b1b;
}

body.bg-dark.bg-white .shop_sidebar .sidebar_price_filter .range-value input[type="text"],
body.bg-white .shop_sidebar .sidebar_price_filter .range-value input[type="text"] {
    color: #1b1b1b;
}

body.bg-dark.bg-white .shop_sidebar .form-check label,
body.bg-white .shop_sidebar .form-check label {
    color: #1b1b1b;
}

body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li,
body.bg-white .shop_sidebar .sidebar_popular_products ul li {
    border-bottom: 1px solid #e6e6e6;
}

body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a,
body.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a {
    color: #1b1b1b;
}

body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a:hover,
body.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a:hover {
    color: #a6a182;
}

body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_price,
body.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_price {
    color: #2e2e2e;
}

body.bg-dark.bg-white .shop_filtering_method .view_type_wrapper .view_type a,
body.bg-white .shop_filtering_method .view_type_wrapper .view_type a {
    color: #1b1b1b;
}

body.bg-dark.bg-white .shop_filtering_method .view_type_wrapper .view_type a.active,
body.bg-white .shop_filtering_method .view_type_wrapper .view_type a.active {
    color: #a6a182;
}

body.bg-dark.bg-white .shop_filtering_method .select2-container .select2-selection--single,
body.bg-white .shop_filtering_method .select2-container .select2-selection--single {
    border-color: #e6e6e6;
}

body.bg-dark.bg-white .product_view_grid .product_item .product_thumb .product_imagebox,
body.bg-white .product_view_grid .product_item .product_thumb .product_imagebox {
    background: #f8f8f8;
}

body.bg-dark.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a,
body.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a {
    color: #212529;
}

body.bg-dark.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover,
body.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover {
    color: #a6a182;
}

body.bg-dark.bg-white .product_view_list .product_item,
body.bg-white .product_view_list .product_item {
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

body.bg-dark.bg-white .product_view_list .product_item .product_thumb .product_imagebox,
body.bg-white .product_view_list .product_item .product_thumb .product_imagebox {
    background: #f8f8f8;
}

body.bg-dark.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a,
body.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a {
    color: #1b1b1b;
}

body.bg-dark.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover,
body.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover {
    color: #a6a182;
}

body.bg-dark.bg-white .product_details_tab .nav li a,
body.bg-white .product_details_tab .nav li a {
    color: #1b1b1b;
}

body.bg-dark.bg-white .product_details_tab .nav li a.active,
body.bg-white .product_details_tab .nav li a.active {
    color: #a6a182;
}

body.bg-dark.bg-white .cart_button .button,
body.bg-white .cart_button .button {
    color: #ffffff;
}

body.bg-dark.bg-white .cart_button .button:after,
body.bg-white .cart_button .button:after {
    background: #1b1b1b;
}

body.bg-dark.bg-white .pagination li a:hover,
body.bg-dark.bg-white .pagination li a.current,
body.bg-white .pagination li a:hover,
body.bg-white .pagination li a.current {
    background-color: #a6a182;
    color: #ffffff;
}

body.bg-dark.bg-white .shipping_form .have_coupon,
body.bg-white .shipping_form .have_coupon {
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

body.bg-dark.bg-white .shipping_form .widget-title,
body.bg-dark.bg-white .shipping_form label,
body.bg-white .shipping_form .widget-title,
body.bg-white .shipping_form label {
    color: #1b1b1b;
}

body.bg-dark.bg-white .shipping_form .select2-container--default .select2-selection--multiple,
body.bg-dark.bg-white .shipping_form .select2-container--default .select2-selection--single,
body.bg-white .shipping_form .select2-container--default .select2-selection--multiple,
body.bg-white .shipping_form .select2-container--default .select2-selection--single {
    background: #f8f8f8;
    border-color: #f2f2f2;
}

body.bg-dark.bg-white .place_order label.radio_circle .checkmark:after,
body.bg-white .place_order label.radio_circle .checkmark:after {
    background: #1b1b1b;
}

body.bg-dark.bg-white .place_order ul li,
body.bg-white .place_order ul li {
    border-bottom: 1px solid #e6e6e6;
}

body.bg-dark.bg-white .place_order ul li span.text,
body.bg-white .place_order ul li span.text {
    color: #1b1b1b;
}

body.bg-dark.bg-white .place_order ul li.totalvalue,
body.bg-white .place_order ul li.totalvalue {
    color: #1b1b1b;
}

body.bg-dark.bg-white .place_order ul li .paymentmethod label.radio_circle,
body.bg-white .place_order ul li .paymentmethod label.radio_circle {
    color: #1b1b1b;
}

body.bg-dark.bg-white .place_order ul li .paymentmethod span.text,
body.bg-white .place_order ul li .paymentmethod span.text {
    color: #1b1b1b;
}

body.bg-dark.bg-white .place_order .btn.white,
body.bg-white .place_order .btn.white {
    background: #000000;
    color: #ffffff;
}

body.bg-dark.bg-white .place_order .btn.white:hover,
body.bg-white .place_order .btn.white:hover {
    background: #a6a182;
}

body.bg-dark.bg-white .cart_table .cart_content td,
body.bg-white .cart_table .cart_content td {
    color: #1b1b1b;
}

body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner,
body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner {
    border-color: #e6e6e6;
}

body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_subtract,
body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_add,
body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner input,
body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_subtract,
body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_add,
body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner input {
    color: #1b1b1b;
}

body.bg-dark.bg-white .cart_table .cart_header th,
body.bg-white .cart_table .cart_header th {
    color: #000000;
}

body.bg-dark.bg-white .cart_table td,
body.bg-dark.bg-white .cart_table th,
body.bg-white .cart_table td,
body.bg-white .cart_table th {
    border-bottom-color: #e6e6e6;
}

body.bg-dark.bg-white .couponcart .btn.white,
body.bg-white .couponcart .btn.white {
    background: #000000;
    color: #ffffff;
}

body.bg-dark.bg-white .couponcart .btn.white:hover,
body.bg-white .couponcart .btn.white:hover {
    background: #a6a182;
}

body.bg-dark.bg-white .grand_total,
body.bg-white .grand_total {
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

body.bg-dark.bg-white .grand_total ul li,
body.bg-white .grand_total ul li {
    color: #1b1b1b;
    border-color: #e6e6e6;
}

body.bg-dark.bg-white .grand_total ul li span.text,
body.bg-white .grand_total ul li span.text {
    color: #1b1b1b;
}

body.bg-dark.bg-white .grand_total .btn.white,
body.bg-white .grand_total .btn.white {
    background: #000000;
    color: #ffffff;
}

body.bg-dark.bg-white .grand_total .btn.white:hover,
body.bg-white .grand_total .btn.white:hover {
    background: #a6a182;
}

body.bg-dark.bg-white .product_right .product_info .product_title h2,
body.bg-dark.bg-white .product_right .product_info .product_title .h2,
body.bg-white .product_right .product_info .product_title h2,
body.bg-white .product_right .product_info .product_title .h2 {
    color: #1b1b1b;
}

body.bg-dark.bg-white .product_right .product_price,
body.bg-white .product_right .product_price {
    color: #1b1b1b;
}

body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .pproduct_quantity_label,
body.bg-white .product_right .product_view_bottom .product_quantity .pproduct_quantity_label {
    color: #1b1b1b;
}

body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner,
body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner {
    border-color: #e6e6e6;
}

body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner input,
body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_subtract,
body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_add,
body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner input,
body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_subtract,
body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_add {
    color: #1b1b1b;
}

body.bg-dark.bg-white .product_right .product_view_bottom_credential ul li span,
body.bg-white .product_right .product_view_bottom_credential ul li span {
    color: #1b1b1b;
}

body.bg-dark.bg-white .product_right .product_social_share ul li,
body.bg-white .product_right .product_social_share ul li {
    color: #1b1b1b;
}

body.bg-dark.bg-white .product_right .product_social_share ul li a,
body.bg-white .product_right .product_social_share ul li a {
    background: #f2f2f2;
    color: #1b1b1b;
}

body.bg-dark.bg-white .product_details_tab .nav,
body.bg-white .product_details_tab .nav {
    border-bottom-color: #e6e6e6;
}

body.bg-dark.bg-white .product_details_tab .product_additional_info ul li span,
body.bg-white .product_details_tab .product_additional_info ul li span {
    color: #1b1b1b;
}

body.bg-dark.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_name,
body.bg-dark.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_review,
body.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_name,
body.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_review {
    color: #1b1b1b;
}

body.bg-dark.bg-white .review_form .review_form_heading_wrapper .review_form_title,
body.bg-white .review_form .review_form_heading_wrapper .review_form_title {
    color: #1b1b1b;
}

body.bg-dark.bg-white a.page-numbers,
body.bg-white a.page-numbers {
    color: #ffffff;
}

body.bg-dark.bg-white .related_products .widget-title,
body.bg-white .related_products .widget-title {
    color: #1b1b1b;
}

body.bg-dark.bg-white .page_header.in-service .page_header_inner .page_header_content .heading,
body.bg-white .page_header.in-service .page_header_inner .page_header_content .heading {
    color: #1b1b1b;
}

body.bg-dark.bg-white .header-layer-bg,
body.bg-white .header-layer-bg {
    background-image: url("../img/bg/bg-2-light.jpg");
}

body.bg-dark.bg-white .testimonial.in-service,
body.bg-white .testimonial.in-service {
    background: transparent;
}

body.bg-dark.bg-white .partners.in-service.bg-dark-200,
body.bg-white .partners.in-service.bg-dark-200 {
    background-color: #ffffff;
}

body.bg-dark.bg-white .team-details .team-member-information .name,
body.bg-white .team-details .team-member-information .name {
    color: #1b1b1b;
}

body.bg-dark.bg-white .team-details .team-member-information h6.widget-title,
body.bg-dark.bg-white .team-details .team-member-information .widget-title.h6,
body.bg-white .team-details .team-member-information h6.widget-title,
body.bg-white .team-details .team-member-information .widget-title.h6 {
    color: #1b1b1b;
}

body.bg-dark.bg-white .team-details .team-member-information ul.point_order li,
body.bg-white .team-details .team-member-information ul.point_order li {
    color: #1b1b1b;
}

body.bg-dark.bg-white .error-page .error-content .heading,
body.bg-white .error-page .error-content .heading {
    color: #000000;
}

body.bg-dark.bg-white .error-page .error-content p,
body.bg-white .error-page .error-content p {
    color: #000000;
}

body.bg-dark.bg-white .error-page .error-content .search_form .form-control,
body.bg-white .error-page .error-content .search_form .form-control {
    background-color: #e6e6e6;
    color: #000000;
}

body.bg-dark.bg-white .error-page .error-content .search_form .form-control-submit,
body.bg-white .error-page .error-content .search_form .form-control-submit {
    color: #000000;
}

body.bg-dark.bg-white .under-construction-page .under-construction-content .heading,
body.bg-white .under-construction-page .under-construction-content .heading {
    color: #000000;
}

body.bg-dark.bg-white .under-construction-page .under-construction-content p,
body.bg-white .under-construction-page .under-construction-content p {
    color: #000000;
}

body.bg-dark.bg-white .under-construction-page .under-construction-content #countdown ul li span,
body.bg-white .under-construction-page .under-construction-content #countdown ul li span {
    color: #000000;
}

body.bg-dark.bg-white .under-construction-page .under-construction-content #countdown ul li:not(:last-child)::before,
body.bg-white .under-construction-page .under-construction-content #countdown ul li:not(:last-child)::before {
    color: #000000;
}

body.bg-dark.bg-white .under-construction-page .under-construction-content .search_form .form-control,
body.bg-white .under-construction-page .under-construction-content .search_form .form-control {
    background-color: #e6e6e6;
    color: #000000;
}

body.bg-dark.bg-white .under-construction-page .under-construction-content .search_form .form-control-submit,
body.bg-white .under-construction-page .under-construction-content .search_form .form-control-submit {
    color: #000000;
}